Explorar el Código

add accepted/received/origform to MNRAS template

George C. Privon hace 7 años
padre
commit
17bce9c913
Se han modificado 2 ficheros con 24 adiciones y 1 borrados
  1. 3 0
      mnras/demo.md
  2. 21 1
      mnras/mnras_template.tex

+ 3 - 0
mnras/demo.md

@@ -10,6 +10,9 @@ title: "Preparation of MNRAS Articles using Markdown and Pandoc"
 shorttitle: "MNRAS Markdown Template"
 shortauthors: Privon
 pubyear: 2018
+#accepted:
+#received:
+#originalform:
 author:
 - name: George C. Privon
   affiliation: ["Department of Astronomy, University of Florida, 211 Bryant Space Sciences Center, Gainesville, 32611 FL, USA"]

+ 21 - 1
mnras/mnras_template.tex

@@ -49,7 +49,27 @@ $endif$
 $endfor$
 }
 
-\date{$date$}
+
+\date{
+Accepted 
+$if(accepted)$
+$accepted$.
+$else$
+XXX.
+$endif$
+Received
+$if(received)$
+$received$;
+$else$
+YYY;
+$endif$
+in original form
+$if(originalform)$
+$originalform$;
+$else$
+ZZZ
+$endif$
+}
 
 $if(pubyear)$
 \pubyear{$pubyear$}