Prechádzať zdrojové kódy

add booktabs package so pandoc md tables compile without complaint

George C. Privon 7 rokov pred
rodič
commit
498e0d64cd

+ 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