{% raw %} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % [paper-cutter clarifications] % % DO NOT EDIT THIS FILE (unless you know what you are doing). % THIS IS A FILE SUPPLIED BY THE TEMPLATE. % PLEASE EDIT main.tex INSTEAD. % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % % Based on https://fedcsis.org/resources/latex.zip \documentclass[conference]{IEEEtran} % This package serves to balance the column lengths on the last page of the document. % please, insert \balance command in the left column of the last page \usepackage{balance} %% to enable \thank command \IEEEoverridecommandlockouts % to typeset algorithms \usepackage{algorithmic} \usepackage{algorithm} % to typeset code fragments \usepackage{listings} % to make an accent \k be available \usepackage[OT4,T1]{fontenc} % provides various features to facilitate writing math formulas and to improve the typographical quality of their output. \usepackage[cmex10]{amsmath} \interdisplaylinepenalty=2500 % por urls typesetting and breaking \usepackage{url} % for vertical merging table cells \usepackage{multirow} \newcommand\bycite[1]{by~\cite{#1}} \input{config} \input{extras} \input{preamble} \input{metadata} \begin{document} \maketitle % typeset the title of the contribution \begin{abstract} \input{abstract} \end{abstract} \input{main} \bibliography{bibliography} \end{document} {% endraw %}