% 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}