|
|
há 7 anos atrás | |
|---|---|---|
| .. | ||
| filters | há 7 anos atrás | |
| README.md | há 7 anos atrás | |
| aa_template.tex | há 7 anos atrás | |
| demo-structured_abstract.md | há 7 anos atrás | |
| demo-traditional_abstract.md | há 7 anos atrás | |
| demo.bib | há 7 anos atrás | |
| macros.tex | há 7 anos atrás | |
Generate a tex file with:
pandoc demo-structured_abstract.md -s --template aa_template.tex -o demo-structured_abstract.tex -F pandoc-crossref -F pandoc-citeproc --lua-filter=filters/acknowledgments.lua
Go straight to the pdf with:
pandoc demo-structured_abstract.md -s --template aa_template.tex -o demo-structured_abstract.pdf -F pandoc-crossref -F pandoc-citeproc --lua-filter=filters/acknowledgments.lua --pdf-engine=xelatex
There are two demonstration files containing sample articles:
demo-structured_abstract.md: A&A structured abstractdemo-traditional_abstract.md: A&A traditional abstract\include{} or \input{} above the title. This is demonstrated in demo.md.collaboration: entry in the YAML header. If a co-author that is not part of a listed collaboration is listed before co-authors that are part of collaborations, put nocollaboration: 1 in the YAML header to signify as such and avoid them being grouped with the later batch. See demo.md for an example.pandoc-citeproc does not have access to the correct citation style. Dealing with this is beyond the scope of this particular repository, but hopefully that spec will eventually be translated into Citation style language.