Skip to content

Commit

Permalink
disable hotfix for newer latex versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashoechst committed Mar 22, 2024
1 parent 075e57d commit 00e8fbe
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions Misc/basic.tex
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@
\getenv[\PICS]{PICS}

% Hotfix for newer LaTeX versions: https://tex.stackexchange.com/questions/650106/recent-update-broke-songs-package
\makeatletter
\renewcommand\SB@obeylines{%
\let\obeyedline\SB@par%
\obeylines%
\let\@par\SB@@par%
}
\makeatother
% 2024/03: Hotfix breaks in recent latex versions, disabled
% \makeatletter
% \renewcommand\SB@obeylines{%
% \let\obeyedline\SB@par%
% \obeylines%
% \let\@par\SB@@par%
% }
% \makeatother

% Keine Bilder einfügen, wenn ein draft erzeugt wird.
\if1\PICS
Expand Down

0 comments on commit 00e8fbe

Please sign in to comment.