mirror of
https://github.com/lleene/LLEENE-Latex-Templates.git
synced 2025-01-22 18:32:22 +01:00
44 lines
1.2 KiB
TeX
44 lines
1.2 KiB
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
|
|
% Modified by Lieuwe Leene, June 2019
|
|
|
|
\input{personal_details.cls} %% Load author details
|
|
|
|
% % % % % % % % % % % % % % % % % % % % % % % % % % % %
|
|
% PACKAGES - Comment any package deemed unnecessary %
|
|
% % % % % % % % % % % % % % % % % % % % % % % % % % % %
|
|
|
|
\input{default_packages.cls}
|
|
|
|
% % % % % % % % % % % % % % % % % % % %
|
|
% DOCUMENT - configuration / commands %
|
|
% % % % % % % % % % % % % % % % % % % %
|
|
|
|
% Allow different modes of the document that generates different content
|
|
%Uncomment if draft is true (Only show finalized sections)
|
|
%\ifdraft ## insert text ## \fi
|
|
\newif\ifdraft
|
|
|
|
%Uncomment if brief is true (Only show abstract, introduction, and conclusion)
|
|
\newif\ifbrief
|
|
|
|
|
|
% Figure config/normalization paramters
|
|
\newlength{\lcbox}
|
|
\setlength{\lcbox}{10cm}
|
|
|
|
\input{default_symbols.cls}
|
|
|
|
%%%%% sections without index %%%%%%%
|
|
\newcommand{\usection}[1]{
|
|
\section*{#1}
|
|
\addcontentsline{toc}{section}{#1}
|
|
}
|
|
|
|
\newcommand{\usubsection}[1]{
|
|
\subsection*{#1}
|
|
\addcontentsline{toc}{subsection}{#1}
|
|
}
|