mirror of
https://github.com/lleene/LLEENE-Latex-Templates.git
synced 2025-12-14 23:49:19 +01:00
Will add examples and improve formatting of style sheets
This commit is contained in:
49
Examples/article.tex
Normal file
49
Examples/article.tex
Normal file
@ -0,0 +1,49 @@
|
||||
% !TEX program = pdflatex
|
||||
% !TEX spellcheck = en_GB
|
||||
% !TEX outputDirectory = tex_output
|
||||
% !TEX enableSynctex = true
|
||||
% !TEX jobNames = article
|
||||
|
||||
\makeatletter
|
||||
\def\input@path{{/home/user_name/MyLatexTemplates/}{../}}
|
||||
\newcommand{\maintitle}{A Nice Paper Title}
|
||||
\newcommand{\mainsubject}{Example Poster}
|
||||
\newcommand{\mainkeywords}{Keywords}
|
||||
\makeatother
|
||||
|
||||
%uncomment to disable hyperref package
|
||||
%\newcommand{\nolinks}{}
|
||||
|
||||
\documentclass[conference]{IEEEtran}
|
||||
\input{journal.preamble.cls}
|
||||
|
||||
\begin{document}
|
||||
\bstctlcite{IEEEexample:BSTcontrol}
|
||||
|
||||
|
||||
\title{\maintitle}
|
||||
\author{\FirstName~\LastName $^\star$ \\%
|
||||
$^\star$\Organisation \\%
|
||||
Email: \Email}%
|
||||
|
||||
%\parskip 0ex plus 0.2ex minus 0.2ex
|
||||
|
||||
\maketitle
|
||||
\IEEEpeerreviewmaketitle
|
||||
|
||||
\begin{abstract} \label{Sec:Abstract}
|
||||
\lipsum[10]
|
||||
\end{abstract}
|
||||
|
||||
\section{Introduction} \label{Sec:Introduction}
|
||||
\lipsum[1-2] \cite{refernce1,refernce2,refernce3,refernce4}
|
||||
|
||||
\section{Discussion} \label{Sec:Discussion}
|
||||
\lipsum[3-5]
|
||||
|
||||
\section{Conclusion} \label{Sec:Conclusion}
|
||||
\lipsum[6]
|
||||
|
||||
\bibliographystyle{IEEEtran}
|
||||
\bibliography{IEEEabrv,local}
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user