Change \tup command to \up
This commit is contained in:
parent
e8746517cf
commit
fea7ff3efd
@ -237,16 +237,16 @@
|
||||
%% classe
|
||||
\NewDocumentCommand{\classe}{ G{2nde} }{
|
||||
\ifthenelse{ \equal{#1}{2nde} }{
|
||||
\lohead[2\tup{nde}]{2\tup{nde}}
|
||||
\lohead[2\tup{nde}]{2\up{nde}}
|
||||
}{
|
||||
\ifthenelse{ \equal{#1}{1gen} }{
|
||||
\lohead[1\tup{ère}]{1\tup{ère}}
|
||||
\lohead[1\tup{ère}]{1\up{ère}}
|
||||
}{
|
||||
\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} }{
|
||||
\lohead[T\tup{ale}ES]{T\tup{ale}ES}
|
||||
\lohead[T\tup{ale}ES]{T\up{ale}ES}
|
||||
}{
|
||||
\lohead{}
|
||||
}
|
||||
|
@ -91,7 +91,7 @@
|
||||
|
||||
%% textsuperscript and textsubscript
|
||||
%%
|
||||
\NewDocumentCommand \tup { g } {
|
||||
\NewDocumentCommand \up { g } {
|
||||
\textsuperscript{#1}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user