diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/musuos/musuos.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/musuos/musuos.cls | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/musuos/musuos.cls b/Master/texmf-dist/tex/latex/musuos/musuos.cls index 6c3e3058282..052cab46475 100644 --- a/Master/texmf-dist/tex/latex/musuos/musuos.cls +++ b/Master/texmf-dist/tex/latex/musuos/musuos.cls @@ -23,7 +23,7 @@ %% \NeedsTeXFormat{LaTeX2e}[2009/01/01] \ProvidesClass{musuos} - [2011/12/06 v1.1c a class for typesetting + [2011/12/17 v1.1d a class for typesetting papers. Uni Osnabrueck, music dept.] \RequirePackage{kvoptions} \SetupKeyvalOptions{ @@ -71,8 +71,10 @@ \ClassWarningNoLine{musuos}{Are you shure that you would like to use the poor layout?} \else - \geometry{left=3cm, right=5cm, top=3.25cm, bottom=5.5cm} - \usepackage{libertine} + \geometry{left=3.5cm, right=4.75cm, top=3.25cm, bottom=5.5cm} + \usepackage{kpfonts} + \usepackage[scale=0.9]{tgheros} + \KOMAoptions{fontsize=11.5pt} \fi \tolerance 1414 \hbadness 1414 |