|
|
@@ -6,7 +6,7 @@ This is a set of templates for [pandoc](https://pandoc.org/) to enable that.
|
|
|
There is currently support for [AASTeX](https://journals.aas.org/authors/aastex/), [MNRAS](https://academic.oup.com/mnras/), and [A&A](https://www.aanda.org/).
|
|
|
I welcome contributions for other journals.
|
|
|
|
|
|
-In case you are hesitant about committing to Markdown when writing your papers, if you eventually come to a point where it seems easier to do something in LaTeX, pandoc will pass LaTeX through so you can directly embedd it into the Markdown file.
|
|
|
+In case you are hesitant about committing to Markdown when writing your papers, if you eventually come to a point where it seems easier to do something in LaTeX, pandoc will pass LaTeX through so you can directly embed it into the Markdown file.
|
|
|
Alternately you can convert the Markdown file into a LaTeX file and simply pick up editing the LaTeX directly, just as if you had been writing in LaTeX all along.
|
|
|
|
|
|
## Journal Templates
|
|
|
@@ -20,6 +20,9 @@ Templates are included for the following journals:
|
|
|
Note that the aastex62 template has the most descriptive information while the others are relatively bare-bones.
|
|
|
Additionally, the necessary style files are *not* included in this distribution; you must obtain those from the relevant journal.
|
|
|
|
|
|
+Why not a single template for all journals (specifying in the YAML header which to use)?
|
|
|
+It's certainly possible, but it would add another level of `if/elseif/else` to the template and potentially complicate keeping the pandoc templates up to date.
|
|
|
+
|
|
|
# Requirements
|
|
|
|
|
|
## Software
|
|
|
@@ -27,7 +30,7 @@ Additionally, the necessary style files are *not* included in this distribution;
|
|
|
These templates require:
|
|
|
|
|
|
- [pandoc](https://pandoc.org)
|
|
|
-- A (La)TeX typesetting engine (If you want to actually make a pdf instad of just stopping at TeX source.
|
|
|
+- A (La)TeX typesetting engine (If you want to actually make a PDF instead of just stopping at TeX source.
|
|
|
|
|
|
Technically optional (but I have never seen a paper without citations and in-text references) you will also want:
|
|
|
|
|
|
@@ -36,7 +39,7 @@ Technically optional (but I have never seen a paper without citations and in-tex
|
|
|
|
|
|
## Ancillary Files
|
|
|
|
|
|
-In order to create a PDF from your Markdown source (or to trun the demos included here) you will need the appropriate style file for the journal.
|
|
|
+In order to create a PDF from your Markdown source (or to turn the demos included here) you will need the appropriate style file for the journal.
|
|
|
|
|
|
# Licensing
|
|
|
|