summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/lps/lpstemplate.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/lps/lpstemplate.tex')
-rw-r--r--Master/texmf-dist/doc/latex/lps/lpstemplate.tex24
1 files changed, 16 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/lps/lpstemplate.tex b/Master/texmf-dist/doc/latex/lps/lpstemplate.tex
index 356d404c04a..595aacd3256 100644
--- a/Master/texmf-dist/doc/latex/lps/lpstemplate.tex
+++ b/Master/texmf-dist/doc/latex/lps/lpstemplate.tex
@@ -20,16 +20,17 @@
\documentclass{lps}
%%
%% User's packages:
-%% \usepackage[italian]{babel} % for italian language
+%% \usepackage[italian]{babel} % for Italian language
%% \usepackage[ansinew]{inputenc} % to insert special symbols on Windows systems
-%% \usepackage[T1]{fontenc} % standard encoding on Windows systems
+%% \usepackage[T1]{fontenc} % standard encoding on Windows systems
+%% \usepackage{lipsum} % to test this template
\begin{document}
%% Article's information:
-\Title{Title of the article}
-\Author{Name Surname}
+\title{Title of the article}
%% Author's information:
-\Affiliation{Department of Philosophy\\ University of Trieste (Italy)}
-\Email{n.surname@mail.it}
+\author{John First\\Department of Philosophy\\University of Trieste (Italy)\\j.first@mail.it \and%
+ James Second\\Department of Philosophy\\University of Trieste (Italy)\\j.second@mail.it}
+\shortauthor{John First, James Second}
%% Issue's information:
%%\Volume{}
%%\Number{}
@@ -39,14 +40,21 @@
\maketitle
\tableofcontents
%% Keywords and abstract:
-\Keywords{some, crucial, terms.}
+\keywords{some, crucial, terms.}
\begin{abstract}
Summary of the article.
\end{abstract}
%%
%%%%%%%%%%%%%%%%%%%%%%%% Main text: %%%%%%%%%%%%%%%%%%%%%%%%
\section{First section}
-Your article.
+Your article.\par
%%
+%% \lipsum[1-10]
+%%
+\begin{thebibliography}{AAA}
+\bibitem{mypaper} \textsc{First, J.} and \textsc{Second, J.} (2010), ``An interesting paper'', \emph{A Famous Journal}, 1, pp.~1--11.
+\bibitem{mybook} \textsc{First, J.} and \textsc{Second, J.} (2011), \emph{A great book}, Address: Publisher.
+\end{thebibliography}
\end{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\par