w23-logic-3/jrpie-gist.sty
Josia Pietsch 415d12cf6a
All checks were successful
Build latex and deploy / checkout (push) Successful in 5m6s
gist test
2024-01-22 17:37:13 +01:00

11 lines
206 B
TeX

\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{jrpie-gist}[2023/01/22 - gist version for lecture notes]
\newcommand{\gist}[2]{%
\ifcsname EnableGist\endcsname%
#2%
\else%
#1%
\fi%
}