diff --git a/default.latex b/default.latex index a3f895000f5f..e7617773d918 100644 --- a/default.latex +++ b/default.latex @@ -138,6 +138,9 @@ $endif$ $if(author)$ \author{$for(author)$$author$$sep$ \and $endfor$} $endif$ +$if(institute)$ +\institute{$for(institute)$$institute$$sep$ \and $endfor$} +$endif$ \date{$date$} $for(header-includes)$ $header-includes$