-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmanuscript-pd.tex
60 lines (45 loc) · 1.26 KB
/
manuscript-pd.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
% Alt master file to be processed with Pandoc
% Requires pandoc version 2.11+
% Documentclass
\documentclass[9pt, twocolumn, lineno]{templates/pi/pi-article}
% Graphics
\graphicspath{ {figs/} }
\DeclareGraphicsExtensions{.png}
% Metadata
\input{templates/metadata}
% Preamble
\input{templates/pi/pi-preamble}
% Fixes for Pandoc conversion
%
% Chemical equations are surrounded by math
\renewcommand{\ce}[1]{\(\\ce{#1}\)}
%
% copyright added
\renewcommand{\textcopyright}[0]{©}
%
% Remaking the figure* environment to a regular figure environment
\newenvironment{widefigure}{\begin{figure}}{\end{figure}}
%
% Remaking the table* environment to a regular table environment
\newenvironment{widetable}{\begin{table}}{\end{table}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
% Doc input
\input{templates/pi/pi-doc}
% Abstract
\section{Abstract}
\input{docs/0-abstract.tex}
% Content
\input{docs/.content.tex}
% Doc end input
\section*{Acknowledgements}
\input{docs/x-acknowledgements}
\section*{Author contributions}
\input{docs/y-contributions}
% SI at the end
\input{docs/SI/.si-content.tex}
\section{References}
\bibliography{refs/biblio}
% End doc
\end{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%