Add new shortcut for textsuperscript and textsubscript command

This commit is contained in:
Jeff Lance 2019-05-23 13:14:19 +02:00
parent d937ddb3e7
commit 21d6eea48d

View File

@ -60,6 +60,15 @@
{C'est-à-dire}
}
% textsuperscript and textsubscript
\NewDocumentCommand \tup { g } {
\textsuperscript{#1}
}
\NewDocumentCommand \tub { g } {
\textsubscript{#1}
}
% smileys
\NewDocumentCommand \wink { } {
{\DejaVuSans 😉}