Last active
April 1, 2019 05:23
-
-
Save lierdakil/d5e51a5b077b0b3152f8345926aa6b25 to your computer and use it in GitHub Desktop.
pandoc-crossref v0.4.0.0-alpha6 default meta settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| captionIndexTemplate: $$ri$$ | |
| captionTemplate: '$$title% $$$$i$$$$titleDelim$$$$t$$' | |
| codeBlockCaptions: False | |
| collectedCaptionDelim: ',' | |
| collectedCaptionItemDelim: '--' | |
| collectedCaptionTemplate: $$i$$$$collectedCaptionItemDelim$$$$t$$ | |
| crossrefYaml: 'pandoc-crossref.yaml' | |
| defaultSectionPrefix: sec | |
| lastDelim: ',' | |
| linkReferences: False | |
| listItemNumberDelim: '.' | |
| listItemTemplate: $$i$$$$listItemNumberDelim$$$$t$$ | |
| listOfTitle: | | |
| List of $$title$$s | |
| ================== | |
| nameInLink: False | |
| numbering: arabic | |
| pairDelim: ',' | |
| prefixes: | |
| eq: | |
| captionTemplate: '$$t$$\\qquad($$i$$)' | |
| ref: | |
| - 'eq.' | |
| - 'eqns.' | |
| title: Equation | |
| fig: | |
| ref: | |
| - 'fig.' | |
| - 'figs.' | |
| title: Figure | |
| lst: | |
| captionPosition: above | |
| ref: | |
| - 'lst.' | |
| - 'lsts.' | |
| title: Listing | |
| sec: | |
| captionTemplate: $$t$$ | |
| ref: | |
| - 'sec.' | |
| - 'secs.' | |
| title: Section | |
| tbl: | |
| ref: | |
| - 'tbl.' | |
| - 'tbls.' | |
| title: Table | |
| rangeDelim: '\-' | |
| refDelim: ',' | |
| referenceIndexTemplate: $$i$$$$suf$$ | |
| referenceTemplate: '$$Ref[n]% $$$$rs$$' | |
| titleDelim: ':' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment