Add commands to change make \og and \fg macros run as << and >>

This commit is contained in:
Jeff Lance 2019-11-12 21:40:17 +01:00
parent 03f58f4707
commit 38a3cc5b76

View File

@ -112,6 +112,15 @@
\NewDocumentCommand \sad { } { \NewDocumentCommand \sad { } {
{\DejaVuSans 😞} {\DejaVuSans 😞}
} }
% double quoting
%%
\NewDocumentCommand \og { }{
<<
}
\NewDocumentCommand \Fg { }{
>>
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%