summaryrefslogtreecommitdiff
path: root/support/mewltx/revtex.lt
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /support/mewltx/revtex.lt
Initial commit
Diffstat (limited to 'support/mewltx/revtex.lt')
-rw-r--r--support/mewltx/revtex.lt67
1 files changed, 67 insertions, 0 deletions
diff --git a/support/mewltx/revtex.lt b/support/mewltx/revtex.lt
new file mode 100644
index 0000000000..59720eea0a
--- /dev/null
+++ b/support/mewltx/revtex.lt
@@ -0,0 +1,67 @@
+% ****** Start of file template.aps ****** %
+%
+% This file is part of the APS files in the REVTeX 3.0 distribution.
+% Version 3.0 of REVTeX, November 10, 1992.
+%
+% Copyright (c) 1992 The American Physical Society.
+%
+% See the REVTeX 3.0 README file for restrictions and more information.
+%
+%
+% This is a template for producing files for use with REVTEX 3.0.
+% Copy this file to another name and then work on that file.
+% That way, you always have this original template file to use.
+%
+\documentstyle[aps]{revtex}
+\begin{document}
+% \draft command makes pacs numbers print
+\draft
+% repeat the \author\address pair as needed
+\author{}
+\address{}
+\date{\today}
+\maketitle
+\begin{abstract}
+% insert abstract here
+\end{abstract}
+% insert suggested PACS numbers in braces on next line
+\pacs{}
+
+% body of paper here
+
+% now the references. delete or change fake bibitem. delete next three
+% lines and directly read in your .bbl file if you use bibtex.
+\begin{references}
+\bibitem{tag} Fake bibitem.
+\end{references}
+
+% figures follow here
+%
+% Here is an example of the general form of a figure:
+% Fill in the caption in the braces of the \caption{} command. Put the label
+% that you will use with \ref{} command in the braces of the \label{} command.
+%
+% \begin{figure}
+% \caption{}
+% \label{}
+% \end{figure}
+
+% tables follow here
+%
+% Here is an example of the general form of a table:
+% Fill in the caption in the braces of the \caption{} command. Put the label
+% that you will use with \ref{} command in the braces of the \label{} command.
+% Insert the column specifiers (l, r, c, d, etc.) in the empty braces of the
+% \begin{tabular}{} command.
+%
+% \begin{table}
+% \caption{}
+% \label{}
+% \begin{tabular}{}
+% \end{tabular}
+% \end{table}
+
+\end{document}
+%
+% ****** End of file template.aps ******
+