two template.tex adjustments

This commit is contained in:
Dirk Eddelbuettel 2018-09-23 17:57:56 -05:00
parent 136ad0e214
commit 4844765aa3
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
\PassOptionsToPackage{unicode=true}{hyperref} % options for packages loaded elsewhere \PassOptionsToPackage{unicode=true}{hyperref} % options for packages loaded elsewhere
\PassOptionsToPackage{hyphens}{url} \PassOptionsToPackage{hyphens}{url}
\documentclass[$if(fontsize)$$fontsize,$$else$14pt,$endif$$if(lang)$$babel-lang$,$endif$$if(papersize)$$papersize$paper,$endif$$for(classoption)$$classoption$$sep$,$endfor$]{$documentclass$} \documentclass[$if(fontsize)$$fontsize$,$else$14pt,$endif$$if(lang)$$babel-lang$,$endif$$if(papersize)$$papersize$paper,$endif$$for(classoption)$$classoption$$sep$,$endfor$]{$documentclass$}
$if(beamerarticle)$ $if(beamerarticle)$
\usepackage{beamerarticle} % needs to be loaded first \usepackage{beamerarticle} % needs to be loaded first
$endif$ $endif$
@ -245,9 +245,9 @@ $if(title)$
} }
$endif$ $endif$
$if(author)$ $if(author)$
\newcommand{\myName}{\largetext{\color{orange}{$for(author)$$author$$sep$ \and $endfor$} \newcommand{\myName}{\largetext{\color{orange}{$for(author)$$author$$sep$ \and $endfor$}}
$if(address)$ \\\setnote{$address$} $endif$ $if(address)$ \\\setnote{$address$} $endif$
}} }
$endif$ $endif$
\newcommand{\myDetails}{\setnote{\today}} \newcommand{\myDetails}{\setnote{\today}}