George C. Privon 24f7addcf4 space out lists so that pandoc doesn't default to trying to make it a \tightlist that TeX apparently doesn't know how to handle 7 lat temu
..
README.md 2fe1ae8502 workaround for user-defined macros in YAML header variables, convert \tt to MD 7 lat temu
aastex62_template.tex 2fe1ae8502 workaround for user-defined macros in YAML header variables, convert \tt to MD 7 lat temu
demo.md 24f7addcf4 space out lists so that pandoc doesn't default to trying to make it a \tightlist that TeX apparently doesn't know how to handle 7 lat temu
macros.tex 2fe1ae8502 workaround for user-defined macros in YAML header variables, convert \tt to MD 7 lat temu

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

  • If you want to include macros in anything in the article title, those must be put in a separate macro file that is incorporated via \include{} or \input{} above the title. An example of this is provided here.