mirror of
https://github.com/lleene/LLEENE-Latex-Templates.git
synced 2025-01-23 02:42:21 +01:00
24 lines
814 B
TeX
24 lines
814 B
TeX
%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
|