Parcourir la source

add booktabs package so pandoc md tables compile without complaint

George C. Privon il y a 7 ans
Parent
commit
498e0d64cd
2 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 2 0
      aastex62/aastex62_template.tex
  2. 2 0
      mnras/mnras_template.tex

+ 2 - 0
aastex62/aastex62_template.tex

@@ -12,6 +12,8 @@ $if(bibstyle)$
 \bibliographystyle{$bibstyle$}
 $endif$
 
+\usepackage{booktabs}
+
 $if(texpackages)$
 $for(texpackages)$
 \usepackage

+ 2 - 0
mnras/mnras_template.tex

@@ -5,6 +5,8 @@
 \usepackage[T1]{fontenc}
 \usepackage{ae,aecompl}
 
+\usepackage{booktabs}
+
 $if(texpackages)$
 $for(texpackages)$
 \usepackage