Explorar o código

put the new packages in the YAML header where they belong

George C. Privon %!s(int64=7) %!d(string=hai) anos
pai
achega
1fad935646
Modificáronse 3 ficheiros con 4 adicións e 6 borrados
  1. 0 5
      aastex62/aastex62_template.tex
  2. 3 0
      aastex62/demo.md
  3. 1 1
      aastex62/macros.tex

+ 0 - 5
aastex62/aastex62_template.tex

@@ -12,11 +12,6 @@ $if(bibstyle)$
 \bibliographystyle{$bibstyle$}
 $endif$
 
-\usepackage{booktabs}
-\usepackage{listings}
-\newcommand{\passthrough}[1]{#1}
-\usepackage{framed}
-
 $if(texpackages)$
 $for(texpackages)$
 \usepackage

+ 3 - 0
aastex62/demo.md

@@ -7,6 +7,9 @@ texpackages:
 #  opts:
 - name: amsmath
 #  opts:
+- name: booktabs
+- name: listings
+- name: framed
 bibstyle: aasjournal
 bibliography: demo.bib
 received: "\\today"

+ 1 - 1
aastex62/macros.tex

@@ -1,2 +1,2 @@
 \newcommand\aastex{AAS\TeX}
-
+\newcommand{\passthrough}[1]{#1}