George C. Privon 72f32518a9 proof of concept for AASTeX62 pandoc template %!s(int64=7) %!d(string=hai) anos
..
README.md 72f32518a9 proof of concept for AASTeX62 pandoc template %!s(int64=7) %!d(string=hai) anos
aastex62_template.tex 72f32518a9 proof of concept for AASTeX62 pandoc template %!s(int64=7) %!d(string=hai) anos
demo.md 72f32518a9 proof of concept for AASTeX62 pandoc template %!s(int64=7) %!d(string=hai) anos

README.md

AASTeX Pandoc Template

Generate a tex file with:

pandoc demo.md -s --template aastex62_template.tex -o demo.tex --filter pandoc-citeproc

Go straight to the pdf with:

pandoc demo.md -s --template aastex62_template.tex -o demo.pdf --filter pandoc-citeproc  --pdf-engine=xelatex

The demo.md file is a subset of the contents of the sample62.tex file which is distributed with aastex62.

Usage Notes