Skip to content

feature: Support Captions #138

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
bitwisecook opened this issue Feb 10, 2015 · 2 comments
Open

feature: Support Captions #138

bitwisecook opened this issue Feb 10, 2015 · 2 comments
Labels

Comments

@bitwisecook
Copy link

The ability to add captions to Figures and Tables for later use in a ToC.

                </w:tc>
            </w:tr>
        </w:tbl>
        <w:p w14:paraId="7A0A91D2" w14:textId="67CA5D88" w:rsidP="005329E3" w:rsidR="005329E3" w:rsidRDefault="005329E3">
            <w:pPr>
                <w:pStyle w:val="Caption"/>
            </w:pPr>
            <w:bookmarkStart w:id="52" w:name="_Toc282782923"/>
            <w:r>
                <w:t xml:space="preserve">Table </w:t>
            </w:r>
            <w:fldSimple w:instr=" SEQ Table \* ARABIC ">
                <w:r w:rsidR="0036215B">
                    <w:rPr>
                        <w:noProof/>
                    </w:rPr>
                    <w:t>10</w:t>
                </w:r>
            </w:fldSimple>
            <w:r>
                <w:t xml:space="preserve">- Caption for Table</w:t>
            </w:r>
            <w:bookmarkEnd w:id="52"/>
        </w:p>
@scanny scanny added the field label Feb 10, 2015
@scanny
Copy link
Contributor

scanny commented Feb 10, 2015

Related to #137. @bitwisecook you might be able to adapt a temporary solution from the code there.

@obentley
Copy link

obentley commented Aug 8, 2017

Hi, I was wondering if anyone had successfully managed to work out the functionality for adding captions and referable numbering to tables and figures?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants