Latex course for IAS IEEE branch
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
886 B

4 years ago
  1. \documentclass[9pt]{IEEEtran}
  2. \usepackage{amsmath}
  3. \usepackage{graphicx}
  4. \usepackage{lipsum}
  5. \usepackage[utf8]{inputenc}
  6. %\usepackage[spanish]{babel}
  7. \title{How to Use the IEEEtran \LaTeX{} Class}
  8. \author{Chávez-Campos~Gerardo~Marx,
  9. ~\IEEEmembership{Member,~IEEE.}%
  10. \thanks{This work was supported by the IEEE.}}
  11. \begin{document}
  12. \maketitle
  13. \begin{abstract} Put your abstract here...
  14. \end{abstract}
  15. \begin{IEEEkeywords} Broad band networks, quality of service, WDM. \end{IEEEkeywords}
  16. \section{Introduction}
  17. \IEEEPARstart{T}{he} LED
  18. \begin{table}[!t] \renewcommand{\arraystretch}{1.3} \caption{A Simple Example Table} \label{table_example} \centering \begin{tabular}{cc} \bfseries First & \bfseries Next\\ \hline 1.0 & 2.0\\ \hline \end{tabular} \end{table}
  19. Como lo indica el autor \cite{gratzer2013math}
  20. \bibliography{referencias}
  21. \bibliographystyle{IEEEtran}
  22. \end{document}