2019-07-09 11:48:27 +01:00
|
|
|
% !TEX program = pdflatex
|
|
|
|
% !TEX spellcheck = en_GB
|
|
|
|
% !TEX outputDirectory = tex_output
|
|
|
|
% !TEX enableSynctex = true
|
|
|
|
% !TEX jobNames = poster
|
|
|
|
|
|
|
|
\makeatletter
|
|
|
|
\def\input@path{{/home/user_name/MyLatexTemplates/}{../}}
|
|
|
|
\newcommand{\maintitle}{A Nice Poster Title}
|
|
|
|
\newcommand{\mainsubject}{Example Poster}
|
|
|
|
\newcommand{\mainkeywords}{Keywords}
|
|
|
|
\makeatother
|
2019-09-14 11:40:36 +01:00
|
|
|
|
2019-07-09 11:48:27 +01:00
|
|
|
%uncomment to disable hyperref package
|
|
|
|
%\newcommand{\nolinks}{}
|
|
|
|
|
2019-09-14 11:40:36 +01:00
|
|
|
%\documentclass{enginiposter}
|
|
|
|
\documentclass{forteposter}
|
2019-07-09 11:48:27 +01:00
|
|
|
\input{poster.preamble.cls}
|
|
|
|
\begin{document}
|
|
|
|
\bstctlcite{IEEEexample:BSTcontrol}
|
|
|
|
|
|
|
|
\title{\maintitle}
|
|
|
|
\author{\FirstName~\LastName}
|
|
|
|
\address{\Organisation}
|
|
|
|
\maketitle
|
|
|
|
%prepare the header + introduction using two banners
|
|
|
|
\vspace{\marginlength}
|
|
|
|
|
|
|
|
\contentbanner{ngniharm1}{ngnibg}{
|
|
|
|
\triplecolumn{%
|
|
|
|
\usection{Summary}
|
|
|
|
\lipsum[2]
|
|
|
|
}{%
|
|
|
|
\usection{Itemized Content}
|
|
|
|
\begin{itemize}
|
|
|
|
\item Elaborate Item 1
|
|
|
|
\item Elaborate Item 2
|
|
|
|
\item Elaborate Item 3
|
|
|
|
\item Elaborate Item 4
|
|
|
|
\end{itemize}
|
|
|
|
}{%
|
|
|
|
\includegraphics[width=8cm]{Style/phone.pdf}
|
|
|
|
}}
|
|
|
|
|
2019-09-14 11:40:36 +01:00
|
|
|
\bigskip
|
|
|
|
\bigskip
|
|
|
|
|
2019-07-09 11:48:27 +01:00
|
|
|
\clearbackground
|
|
|
|
|
2019-09-14 11:40:36 +01:00
|
|
|
\doubleframe{header1}{%
|
2019-07-09 11:48:27 +01:00
|
|
|
\lipsum[3]~\cite{refernce1}
|
|
|
|
|
2019-09-14 11:40:36 +01:00
|
|
|
\mdfsubtitle{header2} \color{black}
|
2019-07-09 11:48:27 +01:00
|
|
|
\lipsum[4]~\cite{refernce2}
|
|
|
|
|
2019-09-14 11:40:36 +01:00
|
|
|
}{header3}{%
|
2019-07-09 11:48:27 +01:00
|
|
|
\lipsum[5]~\cite{refernce3}
|
|
|
|
|
2019-09-14 11:40:36 +01:00
|
|
|
\mdfsubtitle{header4} \color{black}
|
2019-07-09 11:48:27 +01:00
|
|
|
\lipsum[6]~\cite{refernce4}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
\ngnifooter{\small%
|
|
|
|
\bibliographystyle{IEEEtran}%
|
|
|
|
\bibliography{IEEEabrv,IEEEbst,local}%
|
|
|
|
}%
|
|
|
|
|
|
|
|
\end{document}
|