summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/paper/journal1.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/paper/journal1.tex
Initial commit
Diffstat (limited to 'macros/latex/contrib/paper/journal1.tex')
-rw-r--r--macros/latex/contrib/paper/journal1.tex77
1 files changed, 77 insertions, 0 deletions
diff --git a/macros/latex/contrib/paper/journal1.tex b/macros/latex/contrib/paper/journal1.tex
new file mode 100644
index 0000000000..f1e6fc80f1
--- /dev/null
+++ b/macros/latex/contrib/paper/journal1.tex
@@ -0,0 +1,77 @@
+
+\shortauthor{Aamport}
+%%\shorttitle{The Gnats and Gnus}
+\author{Leslie A. Aamport}
+\title{The Gnats and Gnus}
+\subtitle{A Document Preparation System\thanks{to Mary}}
+
+\maketitle
+
+\begin{keywords}
+Gnats, Gnus
+\end{keywords}
+
+\begin{abstract}
+Starting from a historical point of view \dots
+\end{abstract}
+
+\smalltableofcontents
+
+\section{Why Gnu}
+
+According to \cite{book-full}\footnote{Note} \dots
+
+\begin{itemize}
+\item Some items are
+ \begin{itemize}
+ \item bullets.
+ \end{itemize}
+ \begin{enumerate}
+ \item And some items
+ \begin{enumerate}
+ \item are numbers.
+ \end{enumerate}
+ \end{enumerate}
+\item But some items are
+ \begin{description}
+ \item[gnus] A sort of large aninals.
+ \end{description}
+\end{itemize}
+
+
+\subsection{Everything is changing}
+
+\newtheorem{change}{Change}
+
+\begin{change}
+ Even fonts are changing.
+\end{change}
+
+ And even equation numbers change.
+
+\begin{equation}
+ \label{eq:1in1}
+ c_{ij}^{\ast}\, v_{j} = x_{ji}\, r_{i}.
+\end{equation}
+
+\begin{figure}[htbp]
+ \begin{center}
+ \leavevmode
+ The figure is typeset in \verb|\figurefont|.
+ The caption body is typeset in \verb|\captionbodyfont|.
+ The header of the caption is typeset in \verb|\captionheaderfont|.
+ \end{center}
+ \caption{The body of the caption.}
+\end{figure}
+
+
+\bibliographystyle{plain}
+\bibliography{xampl}
+
+
+
+
+%%% Local Variables:
+%%% mode: latex
+%%% TeX-master: t
+%%% End: