Change \tup command to \up

This commit is contained in:
Jeff Lance 2019-12-01 22:09:28 +01:00
parent e8746517cf
commit fea7ff3efd
2 changed files with 5 additions and 5 deletions

View File

@ -237,16 +237,16 @@
%% classe %% classe
\NewDocumentCommand{\classe}{ G{2nde} }{ \NewDocumentCommand{\classe}{ G{2nde} }{
\ifthenelse{ \equal{#1}{2nde} }{ \ifthenelse{ \equal{#1}{2nde} }{
\lohead[2\tup{nde}]{2\tup{nde}} \lohead[2\tup{nde}]{2\up{nde}}
}{ }{
\ifthenelse{ \equal{#1}{1gen} }{ \ifthenelse{ \equal{#1}{1gen} }{
\lohead[1\tup{ère}]{1\tup{ère}} \lohead[1\tup{ère}]{1\up{ère}}
}{ }{
\ifthenelse{ \equal{#1}{1stg} }{ \ifthenelse{ \equal{#1}{1stg} }{
\lohead[1\tup{ère}STMG]{1\tup{ère}STMG} \lohead[1\tup{ère}STMG]{1\up{ère}STMG}
}{ }{
\ifthenelse{ \equal{#1}{tes} }{ \ifthenelse{ \equal{#1}{tes} }{
\lohead[T\tup{ale}ES]{T\tup{ale}ES} \lohead[T\tup{ale}ES]{T\up{ale}ES}
}{ }{
\lohead{} \lohead{}
} }

View File

@ -91,7 +91,7 @@
%% textsuperscript and textsubscript %% textsuperscript and textsubscript
%% %%
\NewDocumentCommand \tup { g } { \NewDocumentCommand \up { g } {
\textsuperscript{#1} \textsuperscript{#1}
} }