Josia Pietsch
b1b2a5974d
Some checks failed
Build latex and deploy / checkout (push) Failing after 13m45s
14 lines
321 B
TeX
14 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%
|
|
}
|