w23-logic-2/jrpie-gist.sty
Josia Pietsch b1b2a5974d
Some checks failed
Build latex and deploy / checkout (push) Failing after 13m45s
some small changes
2024-02-11 02:43:20 +01:00

15 lines
321 B
TeX

\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%
}