2 \documentclass[draft]{lematema}
4 % Article title: split lines with \\ if the automatic splitting isn't
6 \title{Example article with\\a title on multiple rows}
7 % The given title will also be used in headers. If it's too long, a shorter
8 % title should be specified for headers. This is done with the command
10 \titlemark{Example article}
12 % The \titlenote command is used to add a comment to the title. This comment
13 % will appear in the footer of the first article page
14 \titlenote{Partly sponosered by Some Company}
15 % It's possible to add multiple title notes
16 \titlenote{Thanks a lot to everybody}
18 % Mathematics Subject Classification
21 \keywords{testing, test}
23 % Article authors. Each author should be added with the \author command, and
24 % its affiliation should be specified with the \address command. It's possible
25 % to split the address on multiple lines using \\
31 \email{first.lastname@server.email}
33 \author{Some O. Person}
37 \email{another.author@other.server}
40 % Submission date, in format yyyy/mm/dd (numerical)
43 % Other email addresses can be inserted with the simpler command
44 % \email{email.address}
46 % Document begins here
53 The article abstract, with a synthetical exposition of the main result.
57 \section{Introduction}
58 Some introduction can go here, for example
62 It's possible to use some predefined \LaTeX\ environments for theorems,
63 corollaries, lemmas, propositions, definitions, remarks, notes and proofs.
66 This is an example definition
70 This is an example lemma.
74 This is an example theorem.
76 And indeed that's the name, completing the proof. Observe that at the end of
77 the proof the QED symbol is automatically added.
81 \begin{cor}\label{cor:refex}
82 And of course we can also have a corollary. We'll refer to this one later on.
84 Sometimes it's preferrable to put the QED symbol in some other place than
85 the one chosen by default. For example, this is the case when the proof
86 ends with an equation, in which case the QED symbol should go at the end of the
87 equation and not on the line after that. In this case, the author can use the
88 {\tt\string\qedhere} command:
90 \sin^2\alpha + \cos^2\alpha = 1.\qedhere
95 \begin{prop}[additional info]
96 This is a proposition. Observe how to add additiona information right before
97 the statement. This allows the author to add things such as bibliographical
98 references, theorem names etc.
104 This is an example, and we refer to corollary~\ref{cor:refex} above.
108 And a remark. Recall that cross references to other statements are automatically
109 resolved, but it's necessary to compile the file at least twice.
113 We add a note: for more information, consult the documentation for
118 We can ask some question.
122 We can also set some problem.
129 \section{And another section}
131 And so on and so forth.
133 \section{And another one}
135 This is just to fill up more pages.
137 \section*{Acknowledgements}
139 We thank prof.Such~and~So and dr.~Some Doctor for their suggestions, ideas and whatnot.
140 And obviously prof. Donald~E.\ Knuth for the \TeX system\cite{Knuth96a} (that's
141 a bibliographical reference).
143 We now finish with some remarks on the bibliography. We recommend collecting
144 the bibliography in a Bib\TeX\ file with the same base name as the article:
145 this allows the insertion of the command \texttt{\string\bibhere} to insert it.
146 If the Bib\TeX\ file has a different basename (e.g.~\texttt{bibname}) you can
147 use the command \texttt{\string\bibliography\{bibname\}} instead.
149 As an alternative to Bib\TeX\ it's possible to use the standard \LaTeX\ environment
150 \texttt{thebibliography}.
152 As a closing note we recall that Bib\TeX\ by default only adds the cited bibliography items.
153 To include all the references it's necessary to use the \texttt{\string\nocite\{*\}} command.