w23-logic-3/jrpie-gist.sty

15 lines
321 B
Plaintext
Raw Normal View History

2024-01-22 17:37:13 +01:00
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{jrpie-gist}[2023/01/22 - gist version for lecture notes]
2024-01-23 14:29:27 +01:00
% TODO gist info
% TODO link to long version (provide link to main document)
2024-01-24 23:13:56 +01:00
% TODO \phantomsection to cross link
2024-01-22 17:37:13 +01:00
\newcommand{\gist}[2]{%
\ifcsname EnableGist\endcsname%
#2%
\else%
#1%
\fi%
}