Skip to content

Instantly share code, notes, and snippets.

@LuighiV
Created May 4, 2014 16:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LuighiV/7bad6b3a129389f24240 to your computer and use it in GitHub Desktop.
Save LuighiV/7bad6b3a129389f24240 to your computer and use it in GitHub Desktop.
\documentclass[compsoc]{IEEEtran}
%...(\author \title)
%...
\begin{document}
%abstract se muestra en una sola columna
\IEEEcompsoctitleabstractindextext{%
\begin{abstract}
%\boldmath We propose ...
\end{abstract}
\begin{IEEEkeywords}
Broad band networks, quality of service, WDM.
\end{IEEEkeywords}}
\maketitle
%Imprime el abstract cuando no es un tipo compsoc
\IEEEdisplaynotcompsoctitleabstractindextext
\end{document}
%Ejemplo extraído de IEEEtran_HOWTO.pdf
\author{\IEEEauthorblockN{Michael Shell}
\IEEEauthorblockA{School of Electrical and\\
Computer Engineering\\
Georgia Institute of Technology\\
Atlanta, Georgia 30332--0250\\
Email: mshell@ece.gatech.edu}
\and
\IEEEauthorblockN{Homer Simpson}
\IEEEauthorblockA{Twentieth Century Fox\\
Springfield, USA\\
Email: homer@thesimpsons.com}
\and
\IEEEauthorblockN{James Kirk\\
and Montgomery Scott}
\IEEEauthorblockA{Starfleet Academy\\
San Francisco, California 96678-2391\\
Telephone: (800) 555--1212\\
Fax: (888) 555--1212}}
%Ejemplo extraído de IEEEtran_HOWTO.pdf
\author{Michael˜Shell,˜\IEEEmembership{Member,˜IEEE,
} John˜Doe,˜\IEEEmembership{Fellow,˜OSA,} and˜Jane˜D
oe,˜\IEEEmembership{Life˜Fellow,˜IEEE}%
\thanks{Manuscript received January 20, 2002; revise
d January 30, 2002. This work was supported by the I
EEE.}%
\thanks{M. Shell is with the Georgia Institute of Te
chnology.}}
\documentclass[peerreview]{IEEEtran}
%...(\author \title)
%...
\begin{document}
\maketitle
\begin{abstract}
%aquí se escribe el contenido correspondiente al abstract
%....
\end{abstract}
%finaliza la portada del documento
\IEEEpeerreviewmaketitle %imprime un salto de página
%empieza el desarrollo a dos columnas
\end{document}
\documentclass[<opciones>]{IEEEtran}
%Opciones:
% Tamaño letra: 9pt,10pt(por defecto),11pt,12pt
% Tipo (LaTeX): draft, draftcls, final(por defecto)
% Tipo (IEEE): conference, journal(por defecto), technote, peerreview, peerreviewca
% Tipo Computer Society: comsoc.
% Tamaño papel: letterpaper (por defecto), a4paper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment