Differenze

Queste sono le differenze tra la revisione selezionata e la versione attuale della pagina.

Link a questa pagina di confronto

Entrambe le parti precedenti la revisione Revisione precedente
Prossima revisione
Revisione precedente
vlsi:resources:latex:papers [27/10/2013 23:44]
pacher
vlsi:resources:latex:papers [05/05/2015 12:47] (versione attuale)
pacher
Linea 14: Linea 14:
  
  
 +====== Using the IEEE style file ======
 +
 +**1.** Download LaTex sources from \\
 +
 +//​[[http://​www.ieee.org/​conferences_events/​conferences/​publishing/​templates.html]]//​
 +
 +<​code>​
 +linux% wget http://​www.ieee.org/​documents/​unix_latex_template.tar.gz
 +</​code>​
 +
 +
 +**2.** Extract the compressed archive in your working directory
 +
 +<​code>​
 +linux% tar -xzf unix_latex_template.tar.gz
 +</​code>​
 +
 +**3.** In order to use the ''​IEEEtran''​ formatting style you must specify the path to the ''​IEEEtran/''​ directory,
 +
 +
 +<​code>​
 +documentclass[conference]{/​path/​to/​IEEEtran}
 +</​code>​
 +
 +Alternatively you can use the ''<​nowiki>​--</​nowiki>​include-directory=/​path/​to/​IEEEtran''​ flag
 +
 +<​code>​
 +linux% pdflatex --include-directory=/​path/​to/​IEEEtran filename.tex
 +</​code>​
  
 ====== ====== ====== ======