summaryrefslogtreecommitdiff
path: root/obsolete/macros/latex209/contrib/springer/ljour/ljour1.ref
blob: 2d5b4455f0977116a66a583a677d2f5c12062e99 (plain)
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
%                                                             ljour1.ref
% LJour1 vers. 1.0, LaTeX style file for Springer journals with
% one-column layout: Reference card
% (c) Springer-Verlag HD
%-----------------------------------------------------------------------
% Please use style cljour1.
\documentstyle{cljour1}
\nofiles
\renewcommand{\typeset}{}
\newcommand{\oneskip}{\vskip0.7\baselineskip}
\newcommand{\twoskip}{\vskip1.4\baselineskip}
\newcommand{\halfskip}{\vskip0.35\baselineskip}
\newcommand{\mhalfskip}{\vskip-0.65\baselineskip}
\textwidth 12cm \textheight 18.5cm
\parindent=0pt\parskip=0pt
\pagestyle{plain}
\begin{document}

{\large\bf LJour1: reference card\hfill version 1.0}
\twoskip
\noindent This is a list of commands provided by the \LaTeX{} style file
{\it LJour1}. For a complete description of these commands please refer
to the user's guide.
\oneskip\hrule\twoskip
\obeylines

{\bf Using the style file}
\oneskip
\verb|tex &cljour1 <filename>| or \verb|tex &pljour1 <filename>|

\oneskip
{\it Documentstyle}
\halfskip
\verb|cljour1| or \verb|pljour1|

\oneskip
{\it Styleoptions}
\mhalfskip
\begin{flushleft}\tt
referee\hfill footinfo\hfill leqno\hfill bibay\hfill deutsch\hfill%
german\hfill francais\hfill amssymb
\end{flushleft}

\oneskip\hrule\twoskip%------------------------------
{\bf The beginning of an article}
\begin{verbatim}
\documentstyle[<style options>]{<docstyle>}
<macro definitions>
\journalname{<name of journal>}
\renewcommand{\abstractname}{<heading for abstract>.}
\renewcommand{\subclassname}{{\it <heading>.}}
\begin{document}
\headnote{<text>}
\title{<title of article>}
\titlerunning{<short form of title>}
\subtitle{<subtitle of article>}
\author{<name of first author>\inst{<number>}
\and <name of second author>\inst{<number>} ...}
\authorrunning{<name of first author> et al.}
\institute{<first address> \and <second address>}
\thanks{<text of footnote>}
\thanks{{\it Present address:\/} <address>}
\offprints{<name>}
\date{Received <date>; accepted <date>}
\dedication{<dedication>}
\maketitle
\begin{abstract}  <abstract>  \end{abstract}
\keywords{<keyword -- keyword -- ...>}
\subclass{<classification>}
\transtitle{<title in English>}
\begin{transsummary} <English translation of summary>
\end{transsummary}
\transkey  {<key words in English>}
\end{verbatim}

\oneskip
{\it Footnote mark separator}
\halfskip
\verb|\fnmsep|

\oneskip\hrule\twoskip%------------------------------

{\bf Headings}
\begin{verbatim}
\section{<title of section>}
\subsection{<title of subsection>}
\subsubsection{<title of subsection>}
\paragraph{<title of paragraph>}
\end{verbatim}
\oneskip\hrule\twoskip%------------------------------

{\bf Special typefaces}
\begin{verbatim}
\vec{<letter>}
\tens{<letter>}
{\Bbb <symbol>}
{\sc <text>}
\end{verbatim}
\oneskip\hrule\twoskip%------------------------------

{\bf Footnotes}
\oneskip
\verb|\footnote{<text>}|

\oneskip\hrule\twoskip%------------------------------

{\bf Lists}
\begin{verbatim}
\begin{description}[<largelabel>]
\item[<label>] <text>
\end{description}
\end{verbatim}
\oneskip\hrule\twoskip%------------------------------

{\bf Paragraphs in small print}
\begin{verbatim}
\begin{petit}   <text>   \end{petit}
\end{verbatim}
\oneskip\hrule\twoskip%------------------------------
%\vfill\eject

{\bf Mini-environments}
\begin{verbatim}
\begin{<name of environment>}[<optional material>]
<text for that environment>
\end{<name of environment>}
\end{verbatim}

\oneskip
{\it Defining new environments}
\mhalfskip
\begin{verbatim}
\newtheorem{<env_nam>}{<caption>}[<within>]
{<cap_font>}{<body_font>}
\end{verbatim}
or
\begin{verbatim}
\newtheorem{<env_nam>}[<num_like>]{<caption>}
{<cap_font>}{<body_font>}
\end{verbatim}
\oneskip\hrule\twoskip%------------------------------

{\bf Listings of computer programs}
\oneskip
\verb@\verb|<code>|@

\noindent\verb|\begin{verbatim}|
\verb|<code>|
\verb|\end{verbatim}|

\oneskip\hrule\twoskip%------------------------------

{\bf Figures}
\oneskip
{\it One figure}
\mhalfskip
\begin{verbatim}
\begin{figure}
\picplace{<height> cm}
\caption[]{<text>}
\end{figure}
\end{verbatim}

\oneskip
{\it Two figures side by side}
\mhalfskip
\begin{verbatim}
\begin{figure}
\picplace{<height>cm}
\firstcaption{<legend of first figure>}
\secondcaption{<legend of second figure>}
\end{figure}\end{verbatim}

\oneskip
{\it Two figures side by side with legend one below the other}
\mhalfskip
\begin{verbatim}
\begin{figure}
\picplace{<height> cm}
\caption{<legend of first figure>}
\caption{<legend of second figure>}
\end{figure}
\end{verbatim}
\oneskip\hrule\twoskip%------------------------------
%\vfill\eject

{\bf Tables}
\oneskip
{\it Coded with \LaTeX}
\mhalfskip
\begin{verbatim}
\begin{table}
\centering
\caption[ ]{<table caption>}
\begin{tabular}{<alignment specs>}
<input for table>
\end{tabular}
\end{table}
\end{verbatim}

\oneskip
{\it Not coded with \LaTeX}
\mhalfskip
\begin{verbatim}
\begin{table}
\caption[]{<text of caption>}
\picplace{<height> cm}
\end{table}
\end{verbatim}
\oneskip\hrule\twoskip%------------------------------

{\bf Acknowledgements}
\oneskip
\verb|\begin{acknowledgements} <text>
\end{acknowledgements}|
\oneskip\hrule\twoskip%------------------------------

{\bf Appendices}
\oneskip
\verb|\appendix|
\oneskip\hrule\twoskip%------------------------------

{\bf References}
\oneskip
\verb|\cite{<ref-id>}|

\oneskip
{\it By number or by letter and number}
\mhalfskip
\begin{verbatim}
\begin{thebibliography}[<label>]{<title>}
<bibliographic entries>
\end{thebibliography}
\end{verbatim}
For details please see \LaTeX{} manual.

\oneskip
{\it Author-year system}
\mhalfskip
\begin{verbatim}
\begin{thebibliography}[<label>]{<title>}
\bibitem{}{<key>}{<citation>} <bibliographic entry>
...
\end{thebibliography}
\end{verbatim}

\vfill
{\large\bf\hfill Springer International}
\end{document}