File: template.tex

package info (click to toggle)
revtex 3.1-9
  • links: PTS
  • area: non-free
  • in suites: potato
  • size: 996 kB
  • ctags: 140
  • sloc: makefile: 83; sh: 15
file content (100 lines) | stat: -rw-r--r-- 3,636 bytes parent folder | download | duplicates (3)
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
%%%%%%%%%%%%%%%%%% file template.tex %%%%%%%%%%%%%%%%%%%%
%                                                       %
%    Copyright (c) Optical Society of America, 1992.    %
%                                                       %
%%%%%%%%%%%%%%%%%%% November 17, 1992 %%%%%%%%%%%%%%%%%%%
%
% THIS FILE IS A TEMPLATE TO PRODUCE AN ARTICLE SUBMISSION
% TO THE OSA JOURNALS, JOSA-A, JOSA-B, and APPLIED OPTICS.
%
% THIS TEMPLATE CONTAINS TYPESETTING COMMANDS WHICH BEGIN WITH A
% BACKSLASH.  THESE COMMANDS WILL BE READ BY LATEX, USING THE
% REVTEX 3.0 STANDARD MACROS.   PLEASE FILL IN THE REQUIRED DATA
% FOR THE MACROS, BUT DO NOT ALTER THE DEFINITIONS.
%
% EXAMPLE: IN \author{Authors' names} , PLEASE FILL IN THE
% AUTHORS' NAME(S).
%
% COMMENTS BEGIN WITH THE PERCENT (%) SYMBOL. AFTER A %, ANY
% DATA ON THE REST OF A LINE WILL NOT PRINT.
%
\documentstyle[osa,manuscript]{revtex}  % DON'T CHANGE
%
%
\newcommand{\MF}{{\large{\manual META}\-{\manual FONT}}}
\newcommand{\manual}{rm}        % Substitute rm (Roman) font.
\newcommand\bs{\char '134 }     % add backslash char to \tt font
%
%
\begin{document}                % INITIALIZE - DONT CHANGE
%
%
%
\title{Insert your title here}
\author{Insert your names here}
\address{Insert the name of your University, company or Institute here}
% \author{}   % Use this and the next line only if there is a second
% \address{Another University, etc.}  % address. (Remove the left % marks)
%
\maketitle
\begin{abstract}                % DON'T CHANGE THIS LINE
 Insert your abstract here.  No {\it REVTEX} limit to number of lines.
\end{abstract}
%
\section{Introduction}               % Introduction goes below.
Introduction goes here...
 Most TeX, {\it REVTEX} and LaTeX commands begin with a backslash.
 See the manual for a list of special, non-printing characters
 (Appendix B and Table 5).

\section{Insert your section title here.}
 Copy the above line to head each section.  Section 2 text
 goes below.
 Please use the \verb+\verb+ command to print passages with
 special characters in the text.  Surround the special
 characters with "+" signs.
 Please use the \verb+\cite{RefTag}+\cite{RefTag} command to
 cite references in the text.

 Create equations, lists, and tables using standard {\it REVTEX} 3.0
 macros.  See the manual and examples for further instructions.
 Please place tables and figure captions at the end of your
 manuscript.  Examples are shown below.  I feel these examples
 are necessary because the spelling and syntax of some
 commands have changed, compared to earlier versions of {\it REVTEX}.
%
% ({\it REVTEX} 3.0 automatically issues
% a \newpage command when the \begin{table} or \begin{figure}
% commands are used, so the figures and tables will be placed
% on separate pages by {\it REVTEX}).




 \begin{references}
% Please use the \bibitem command to create references.
 \bibitem{RefTag}Author, "Title," Journal {\bf Volume,}
 page numbers (year).  %(Format for Journal Reference)
 \end{references}

 \begin{figure}  % Please send figures with disk, or separately if
% if it is an e-mail submission. (Good photo or India ink drawing.)
 \caption{Please place your figure caption here.}
 \end{figure}

 \begin{table}
 \caption{Please place your table caption here.}
 \begin{tabular}{lrcd} % In second brace, l = left, r = right,
% c = centered and d = decimal justification.
 One&Two&Three&Four\\  % Separate items with &. End line with \\
 \tableline % Creates a horizontal line.
 One&Two\tablenote{footnote.}&Three&Four\\ % Place \tablenote{}
% after item to be footnoted.
 \end{tabular}
 \end{table}


\end{document}

% end of file Template.tex