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:thesis [27/10/2013 21:35]
pacher
vlsi:resources:latex:thesis [27/10/2013 23:46] (versione attuale)
pacher
Linea 19: Linea 19:
 Quick code references and guidelines for your master or PhD dissertations in LaTex. Quick code references and guidelines for your master or PhD dissertations in LaTex.
  
 +See also [[ http://​openwetware.org/​wiki/​LaTeX_template_for_PhD_thesis|here]]
  
 ====== Sources organization ====== ====== Sources organization ======
Linea 33: Linea 34:
 \input{abstract.tex} \input{abstract.tex}
 \tableofcontents \tableofcontents
-\listoftables 
-\listoffigures 
 \input{chapter1.tex} \input{chapter1.tex}
 \input{chapter2.tex} \input{chapter2.tex}
Linea 44: Linea 43:
 ... ...
 \input{references.tex} \input{references.tex}
 +\listoftables
 +\listoffigures
 \input{glossary.tex} \input{glossary.tex}
 \input{acknowledgements.tex} \input{acknowledgements.tex}
Linea 57: Linea 58:
  
 <​code>​ <​code>​
-\documentclass[a4paper,​11pt]{book}+\documentclass[a4paper,​10pt,​openright]{book}
 </​code>​ </​code>​
  
 ====== Frontpage(s) ====== ====== Frontpage(s) ======
  
- +Cover and first page for PhD thesis {{:​vlsi:​phd_thesis_cover.tex.gz}}
  
 ====== Abstract ====== ====== Abstract ======
Linea 121: Linea 121:
 Any new ''​\chapter{}''​ statement will result in a new appendix with a default ​ Any new ''​\chapter{}''​ statement will result in a new appendix with a default ​
 ordering A, B, C etc. ordering A, B, C etc.
 +
 +
 +
 +
 +====== Glossary ======
 +
 +Useful to collect the list of acronyms...
 +
  
 ====== References (Bibliography) ====== ====== References (Bibliography) ======