LLEENE-Latex-Templates/resume.preamble.cls

24 lines
814 B
OpenEdge ABL
Raw Normal View History

%Modified Latex Style sheet preamble for IEEE publication
%Lieuwe B. Leene 2016 July 14
%Default package Import based on IEEEtran.cls v1.8b August 26, 2015.
%Please See http://www.michaelshell.org/tex/ieeetran/ For details
\input{personal_details.cls} %% Load author details
\input{default_packages.cls} %% Load standard package setup
\newcommand{\narrowcolumn}[1]{%
\begin{minipage}[t]{0.33\textwidth} % The left column takes up 33% of the text width of the page
#1%
\end{minipage} % The end of the left column
}
\newcommand{\widecolumn}[1]{%
\begin{minipage}[t]{0.62\textwidth} % The left column takes up 33% of the text width of the page
#1
\end{minipage} % The end of the left column
}
\newcommand{\textcomment}[1]{{\fontseries{l}\selectfont \small #1}}
\input{default_symbols.cls} %% Load author details