diff --git a/Examples/poster.tex b/Examples/poster.tex index b213212..4be588b 100644 --- a/Examples/poster.tex +++ b/Examples/poster.tex @@ -10,11 +10,12 @@ \newcommand{\mainsubject}{Example Poster} \newcommand{\mainkeywords}{Keywords} \makeatother - + %uncomment to disable hyperref package %\newcommand{\nolinks}{} -\documentclass{enginiposter} +%\documentclass{enginiposter} +\documentclass{forteposter} \input{poster.preamble.cls} \begin{document} \bstctlcite{IEEEexample:BSTcontrol} @@ -42,18 +43,21 @@ \includegraphics[width=8cm]{Style/phone.pdf} }} +\bigskip +\bigskip + \clearbackground -\doubleframe{\labelitemi header1}{% +\doubleframe{header1}{% \lipsum[3]~\cite{refernce1} -\mdfsubtitle{ \labelitemi header2} \color{black} +\mdfsubtitle{header2} \color{black} \lipsum[4]~\cite{refernce2} -}{\labelitemi header3}{% +}{header3}{% \lipsum[5]~\cite{refernce3} -\mdfsubtitle{ \labelitemi header4} \color{black} +\mdfsubtitle{header4} \color{black} \lipsum[6]~\cite{refernce4} } diff --git a/Examples/tex_output/poster.pdf b/Examples/tex_output/poster.pdf index 60bc535..ed7e0cf 100644 Binary files a/Examples/tex_output/poster.pdf and b/Examples/tex_output/poster.pdf differ diff --git a/LICENSE b/LICENSE index 261eeb9..d9b5514 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [yyyy] [name of copyright owner] + Copyright [2019] [Lieuwe B. Leene] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Style/Silicon_Dioxide.jpg b/Style/Silicon_Dioxide.jpg new file mode 100644 index 0000000..0cfb6ee Binary files /dev/null and b/Style/Silicon_Dioxide.jpg differ diff --git a/Style/forte_banner.pdf b/Style/forte_banner.pdf new file mode 100644 index 0000000..7d8c835 Binary files /dev/null and b/Style/forte_banner.pdf differ diff --git a/Style/forte_logo.pdf b/Style/forte_logo.pdf new file mode 100644 index 0000000..dbaf664 Binary files /dev/null and b/Style/forte_logo.pdf differ diff --git a/default_packages.cls b/default_packages.cls index f182fd8..e22edc7 100644 --- a/default_packages.cls +++ b/default_packages.cls @@ -1,3 +1,6 @@ +% Latex Default Package List for Standardised Composition +% Modified by Lieuwe Leene, June 2019 + \usepackage{latexsym} % Optional extra symbols from LaTeX2.09 \usepackage{amsmath,amssymb} % Math formatting & symbols %Specific for AMSMATH - (re)allows page breaks within aligned equations as IEEEtran normally does. diff --git a/default_symbols.cls b/default_symbols.cls index 518b490..01715e7 100644 --- a/default_symbols.cls +++ b/default_symbols.cls @@ -1,3 +1,4 @@ +% Latex Default Symbol List for Standardised Composition % Modified by Lieuwe Leene, June 2019 % Round down Math Mode diff --git a/forteposter.cls b/forteposter.cls new file mode 100644 index 0000000..3ced033 --- /dev/null +++ b/forteposter.cls @@ -0,0 +1,107 @@ +% Original Poster Template by Lieuwe B. Leene +% Last edited by: Lieuwe B. Leene 2017 August +% Modified by Lieuwe Leene, June 2019 + +\ProvidesClass{enginiposter}[2018/09/30 FORTE Latex Poster Template.] +\LoadClass[portrait]{a0poster} + +\makeatletter +\def\bstctlcite{\@ifnextchar[{\@bstctlcite}{\@bstctlcite[@auxout]}} +\def\@bstctlcite[#1]#2{\@bsphack + \@for\@citeb:=#2\do{% + \edef\@citeb{\expandafter\@firstofone\@citeb}% + \if@filesw\immediate\write\csname #1\endcsname{\string\citation{\@citeb}}\fi}% + \@esphack} +\makeatother + +% color definitions +\RequirePackage{xcolor} +\definecolor{ngniharm1}{RGB}{18,62,126} +\definecolor{ngnibg}{RGB}{245,245,255} +\definecolor{ngniharm2}{RGB}{00,192,221} + +% set lengths: what about geometry margins? +\newlength{\marginlength}% +\setlength{\marginlength}{2cm} +\setlength{\unitlength}{\paperwidth}% + +\RequirePackage{graphicx} +\RequirePackage[margin=\marginlength,bottom=0mm]{geometry} +\RequirePackage{mdframed} +\mdfdefinestyle{ngniframe}{linecolor=ngniharm2, linewidth=5pt,topline=false,rightline=false,bottomline=false,backgroundcolor=ngnibg,font=\Large,fontcolor=black,frametitlefont=\huge\bfseries\color{ngnibg},frametitlebackgroundcolor=ngniharm1,frametitleaboveskip=25pt,frametitlebelowskip=25pt,subtitlebackgroundcolor=ngniharm1,subtitlefont=\huge\bfseries\color{ngnibg},subtitleinneraboveskip=25pt,subtitleinnerbelowskip=25pt,innertopmargin=25pt,innerbottommargin=25pt,innerleftmargin=50pt,innerrightmargin=50pt} + +\newcommand{\fullbanner}[3]{% +\noindent\hspace{-1\marginlength}% +\colorbox{#1}{\color{#2}% +\begin{minipage}{\paperwidth}% +#3 +\end{minipage}}} + +\RequirePackage{amssymb} +\renewcommand{\labelitemi}{\raisebox{0.05em}{$\blacktriangleright\:$}} +\renewcommand{\labelitemii}{$\bullet\:$} +\renewcommand{\labelitemiii}{$\cdot\:$} + +\makeatletter +\newcommand{\address}[1]{\gdef\@address{#1}} +%make title banner with given hight +\renewcommand{\maketitle}{ % Prepares Top Banner +% Edit this such that it can include multiple figures in iteration +\noindent\hspace{1.33cm}\hspace{-1\marginlength}% +%\colorbox{white}{% +\includegraphics[height=5cm]{Style/IC_blue.pdf}% +\hfill% +\includegraphics[height=5cm]{Style/forte_banner.pdf}% +\hfill% +\includegraphics[height=5cm]{Style/epsrc-bw.pdf}% +%} + +\vspace{2cm} +\noindent\hspace{-1\marginlength}% +\includegraphics[width=\paperwidth, trim={0cm 6.5cm 0cm 0cm}]{Style/Silicon_Dioxide.jpg} +\vspace{2cm} + +\fullbanner{ngniharm1}{ngnibg}{% +\begin{center} +\bigskip +\veryHuge \noindent \ignorespaces \color{ngnibg} {\bf\@title} \par +\bigskip +\Large \noindent \ignorespaces \color{ngnibg} \bf\@author \par +\Large \noindent \ignorespaces \color{ngnibg} \bf\@address \par +\bigskip +\end{center}}} +\makeatother + +\newcommand{\clearbackground}{% +\noindent\hspace{-1\marginlength}% +\includegraphics[width=\paperwidth, trim={0cm 10.58cm 0cm 0cm}]{Style/box.pdf}% +\vspace{\marginlength}} + + +% Prepares a banner for the end-section with content +\newcommand{\ngnifooter}[1]{\vfill% +\fullbanner{ngniharm1}{ngnibg}{% +\begin{minipage}{6cm}% +\hspace{\marginlength} +\colorbox{white}{\rule{\marginlength}{0pt}\rule{0pt}{8cm}} +\hfill +\end{minipage}% +\begin{minipage}{0.75\paperwidth}\vspace{8mm}% +#1 +\end{minipage}% +\hfill +\begin{minipage}{14cm}% +\colorbox{white}{\includegraphics[height=8cm,trim={-2mm -2mm -2mm -2mm}]{Style/forte_logo.pdf}}% +\hfill% +\end{minipage}% +}} + +\newcommand{\contentbanner}[3]{% +\noindent\hspace{-1\marginlength}% +\colorbox{#1}{\color{#2}% +\hspace{\marginlength} +\begin{minipage}{\dimexpr (\paperwidth-2\marginlength) \relax}% +\bigskip +#3 +\bigskip +\end{minipage}\hspace{\marginlength}}} diff --git a/poster.preamble.cls b/poster.preamble.cls index c2fa625..c2b3b4a 100644 --- a/poster.preamble.cls +++ b/poster.preamble.cls @@ -23,7 +23,7 @@ } \newlength{\dpagewidth} -\setlength{\dpagewidth}{0.46\paperwidth} +\setlength{\dpagewidth}{0.46\paperwidth} \newlength{\tpagewidth} \setlength{\tpagewidth}{0.28\paperwidth}