diff options
Diffstat (limited to 'report/template.latex')
-rw-r--r-- | report/template.latex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/report/template.latex b/report/template.latex index 518752c..afc8358 100644 --- a/report/template.latex +++ b/report/template.latex @@ -1,4 +1,4 @@ -\documentclass[10pt,$if(fontsize)$$fontsize$,$endif$$if(lang)$$babel-lang$,$endif$$if(papersize)$$papersize$paper,$endif$$for(classoption)$$classoption$$sep$,$endfor$]{IEEEtran} +\documentclass[$if(fontsize)$$fontsize$,$endif$$if(lang)$$babel-lang$,$endif$$if(papersize)$$papersize$paper,$endif$$for(classoption)$$classoption$$sep$,$endfor$]{IEEEtran} $if(beamerarticle)$ \usepackage{beamerarticle} % needs to be loaded first \usepackage[T1]{fontenc} |