diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/ucph-revy/ucph-revy.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/ucph-revy/ucph-revy.cls | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/ucph-revy/ucph-revy.cls b/Master/texmf-dist/tex/latex/ucph-revy/ucph-revy.cls index 1ecd22dc05c..694b59651e9 100644 --- a/Master/texmf-dist/tex/latex/ucph-revy/ucph-revy.cls +++ b/Master/texmf-dist/tex/latex/ucph-revy/ucph-revy.cls @@ -22,7 +22,7 @@ %% LaTeX version 2005/12/01 or later. \NeedsTeXFormat{LaTeX2e}[2005/12/01] \ProvidesClass{ucph-revy} - [2024/02/07 v1.0.1 Fix occational divide by 0] + [2024/09/24 v1.0.2 A class for making musical manuscripts] \RequirePackage{xstring} \newif\if@thumbindex\@thumbindexfalse \DeclareOption{thumbindex}{\@thumbindextrue} @@ -46,7 +46,7 @@ \else \expandafter\@gobble \fi{ - \RequirePackage[T1]{fontenc} + \RequirePackage[OT1]{fontenc} \begingroup \count256=0 \endlinechar=-1 @@ -545,6 +545,7 @@ \def\does##1{\scene \hspace{-1em}\role{##1}} \def\act##1{\textit{(##1)}} }{} +\newcommand{\SaTyR}{S\hspace*{-.2ex}\raisebox{-.15em}{A}\hspace*{-.5ex}TyR} \let\revyinfo=\relax \newtoks\@titletoks \newtoks\@authortoks |