Add new shortcut for textsuperscript and textsubscript command
This commit is contained in:
parent
d937ddb3e7
commit
21d6eea48d
@ -60,6 +60,15 @@
|
||||
{C'est-à-dire}
|
||||
}
|
||||
|
||||
% textsuperscript and textsubscript
|
||||
\NewDocumentCommand \tup { g } {
|
||||
\textsuperscript{#1}
|
||||
}
|
||||
|
||||
\NewDocumentCommand \tub { g } {
|
||||
\textsubscript{#1}
|
||||
}
|
||||
|
||||
% smileys
|
||||
\NewDocumentCommand \wink { } {
|
||||
{\DejaVuSans 😉}
|
||||
|
Loading…
x
Reference in New Issue
Block a user