Skip to content

Commit

Permalink
Fix infinite loop in example under Section 2.6.2 Loops over list of i…
Browse files Browse the repository at this point in the history
…tems
  • Loading branch information
hansonchar committed Jul 11, 2024
1 parent e4650af commit dffaa98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/latex/pgfplots/TeX-programming-notes.tex
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,7 @@ \subsubsection{Loops over list of items}
}%
\long\def\looppicker#1#2#3,{%
\def\tempitem{#3}%
\ifx\tempitem\listingloopENDMARKER
\expandafter\ifx\tempitem\listingloopENDMARKER
\let\next=\relax%
\else
\def#1{#3}%
Expand Down

0 comments on commit dffaa98

Please sign in to comment.