瀏覽代碼

aastex62 -> aastex63

George C. Privon 6 年之前
父節點
當前提交
13f1aa5d68

+ 4 - 4
aastex62/README.md → aastex63/README.md

@@ -3,13 +3,13 @@
 Generate a TeX file with:
 
 ```
-pandoc demo.md -s --template aastex62_template.tex -o demo.tex -F pandoc-crossref -F pandoc-citeproc --lua-filter=filters/acknowledgments.lua --no-highlight --natbib
+pandoc demo.md -s --template aastex63_template.tex -o demo.tex -F pandoc-crossref -F pandoc-citeproc --lua-filter=filters/acknowledgments.lua --no-highlight --natbib
 ```
 
 Go straight to the PDF with:
 
 ```
-pandoc demo.md -s --template aastex62_template.tex -o demo.pdf -F pandoc-crossref -F pandoc-citeproc --lua-filter=filters/acknowledgments.lua --pdf-engine=xelatex --no-highlight
+pandoc demo.md -s --template aastex63_template.tex -o demo.pdf -F pandoc-crossref -F pandoc-citeproc --lua-filter=filters/acknowledgments.lua --pdf-engine=xelatex --no-highlight
 ```
 
 The [`demo.md`](demo.md) file contains a sample article describing the use of this template in generating AASTeX output via pandoc.
@@ -41,11 +41,11 @@ Please consult the pandoc manual for more detailed information.
 
 In addition to TeX and PDF pandoc can output to a [variety of formats](https://pandoc.org/MANUAL.html#general-options) and pandoc ships with default templates for each.
 However, in order to take full advantage of the additional information contained in the YAML header, a custom template should be written.
-A bare-bones example HTML template is provided in the [`aastex62_website_template.html`](aastex62_website_template.html) file.
+A bare-bones example HTML template is provided in the [`aastex63_website_template.html`](aastex63_website_template.html) file.
 This, along with `demo.md`, can be converted to a HTML page with:
 
 ```
-pandoc demo.md -s --template aastex62_website_template.html -o demo.html -F pandoc-crossref -F pandoc-citeproc --lua-filter=filters/acknowledgments.lua
+pandoc demo.md -s --template aastex63_website_template.html -o demo.html -F pandoc-crossref -F pandoc-citeproc --lua-filter=filters/acknowledgments.lua
 ```
 
 ## Known Issues

+ 1 - 1
aastex62/aastex62_template.tex → aastex63/aastex63_template.tex

@@ -6,7 +6,7 @@ $for(aastexopts)$
 $endfor$
 ]
 $endif$
-{aastex62}
+{aastex63}
 
 $if(bibstyle)$
 \bibliographystyle{$bibstyle$}

+ 0 - 0
aastex62/aastex62_website_template.html → aastex63/aastex63_website_template.html


+ 0 - 0
aastex62/demo.bib → aastex63/demo.bib


+ 4 - 4
aastex62/demo.md → aastex63/demo.md

@@ -102,7 +102,7 @@ Throughout I assume the reader is familiar with Markdown and do not discuss Mark
 Instead I discuss the general behavior of the template file and actions which are necessary for generating \aastex-compatible output.
 
 The Markdown file, `pandoc` invocation, and associated filters used to create the \TeX\ for this document are available at: <https://github.com/privong/papers-in-markdown>.
-The text of this document is in the `aastex62/demo.md` file.
+The text of this document is in the `aastex63/demo.md` file.
 This approach can be extended to the templates of other journals by modifying the YAML header in the Markdown file and the \TeX\ template file.
 Bare-bones examples for MNRAS and A\&A are provided in the same github repository.
 
@@ -160,7 +160,7 @@ If a different style (e.g., `twocolumn`) is desired, this can be changed in `aas
 YAML header entries and corresponding \TeX\ template code have been created to correspond to most (if not all) of the \aastex\ metadata options.
 
 Entries in this YAML header are made available to the `pandoc` processing steps and conditional statements in the applied document template(s).
-As a short example, this code in the `aastex62/aastex62_template.tex` file processes the r`eceived`/`revised`/`accepted` YAML entries and inserts them into the resulting \LaTeX\ output:
+As a short example, this code in the `aastex63/aastex63_template.tex` file processes the r`eceived`/`revised`/`accepted` YAML entries and inserts them into the resulting \LaTeX\ output:
 
 ```
 $if(received)$
@@ -239,7 +239,7 @@ In order to create journal-compatible submission files the Markdown file must be
 To convert the citations to `\cite{}` style commands (which are likely preferred for journal submissions) call `pandoc` with the `--natbib` or option.
 The resulting \TeX\ file can then be processed with `latex`^[or your favorite \TeX\ engine.] and `bibtex` in order to obtain references which are formatted to the journal's specifications.
 The journal's `.bst` file can be specified in the YAML header and this information is propagated through to the \TeX\ source.
-A sample workflow for this is provided in the `aastex62/README.md` file in the github repository.
+A sample workflow for this is provided in the `aastex63/README.md` file in the github repository.
 
 ## Equations {#sec:equations}
 
@@ -299,7 +299,7 @@ return {
 ```
 
 This filter can be expanded to handle other output formats by adding additional `elseif` clauses for other `FORMAT` types.
-A variant of this filter with an additional handling for HTML documents is included as `aastex62/filters/acknowledgments.lua` in the template distribution.
+A variant of this filter with an additional handling for HTML documents is included as `aastex63/filters/acknowledgments.lua` in the template distribution.
 Similar filters are included for the MNRAS and A&A templates, whose style files handle acknowledgements in a different way.
 These filters are included in the processing chain by adding the `--lua-filter=` command-line argument to `pandoc`.
 Commonly used languages for writing `pandoc` filters include Haskell, lua, and python^[Using either the `panflute` or `pandocfilters` modules.].

+ 0 - 0
aastex62/filters/acknowledgments.lua → aastex63/filters/acknowledgments.lua


+ 0 - 0
aastex62/images/dm1647.png → aastex63/images/dm1647.png


+ 0 - 0
aastex62/macros.tex → aastex63/macros.tex