w23-logic-2/jrpie-gist.sty

15 lines
321 B
Plaintext
Raw Normal View History

2024-02-11 02:43:20 +01:00
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{jrpie-gist}[2023/01/22 - gist version for lecture notes]
% TODO gist info
% TODO link to long version (provide link to main document)
% TODO \phantomsection to cross link
\newcommand{\gist}[2]{%
\ifcsname EnableGist\endcsname%
#2%
\else%
#1%
\fi%
}