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