Explorar o código

add pandoc-crossref so internal links work

George C. Privon %!s(int64=7) %!d(string=hai) anos
pai
achega
23bbe6e913
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      aastex62/README.md

+ 2 - 2
aastex62/README.md

@@ -3,13 +3,13 @@
 Generate a `tex` file with:
 
 ```
-pandoc demo.md -s --template aastex62_template.tex -o demo.tex --filter pandoc-citeproc
+pandoc demo.md -s --template aastex62_template.tex -o demo.tex -F pandoc-crossref -F 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
+pandoc demo.md -s --template aastex62_template.tex -o demo.pdf -F pandoc-crossref -F pandoc-citeproc  --pdf-engine=xelatex
 ```
 
 The `demo.md` file contains a sample article describing the use of this template in generating AASTeX output via pandoc.