LLEENE-Latex-Templates/letter.preamble.cls
Lieuwe B. Leene 0370c5ba1c
Merge to git (#1)
* Minor cleanup and added new beamer style

* minor update to file organization

* Use unix line endings

---------

Co-authored-by: Lieuwe Leene <lieuwe@leene.dev>
2024-01-02 19:06:28 +01:00

50 lines
1.3 KiB
TeX

%Modified Latex Style sheet preamble for ENGNI Poster
%Lieuwe B. Leene 2019 July
\input{personal_details.cls} %% Load author details
%%%%%%%%%%% Basic settings %%%%%%%%%%%%%
%
% Information about who sent the letter
\dept{\Organisation}
\address{\Address}
\telephone{\Telephone}
%\fax{+44 (0)20 7584 8120}
\email{\Email}
% http:// not required here
\web{\Website}
\nametitle{\Salutation}
\author{\FirstName~\LastName}
\postnoms{\Certification}
\jobtitle{\JobTitle}
%\signature{signature.png}
% % % % % % % % % % % % % % % % % % % % % % % % % % % %
% PACKAGES - Comment any package deemed unnecessary %
% % % % % % % % % % % % % % % % % % % % % % % % % % % %
\input{default_packages.cls}
\input{default_symbols.cls} %% Load author details
\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
\renewcommand{\refname}{}
%%%%% sections without index %%%%%%%
\newcommand{\usection}[1]{
\section*{#1}
\addcontentsline{toc}{section}{#1}
}
\newcommand{\usubsection}[1]{
\subsection*{#1}
\addcontentsline{toc}{subsection}{#1}
}