Fix fonts?
This commit is contained in:
@@ -17,4 +17,12 @@
|
||||
|
||||
\NewDocumentCommand{\Switch}{m +m +O{} +O{}}{
|
||||
\int_case:nnTF {#1} {#2} {#3} {#4}
|
||||
}
|
||||
|
||||
\NewDocumentCommand{\DefineDocumentCommand}{m m m}{
|
||||
\cs_if_exist:NTF #1 {
|
||||
\RenewDocumentCommand{#1}{#2}{#3}
|
||||
} {
|
||||
\NewDocumentCommand{#1}{#2}{#3}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user