We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4650af commit e2b52c5Copy full SHA for e2b52c5
doc/latex/pgfplots/ChangeLog
@@ -1,3 +1,7 @@
1
+2024-07-10 Hanson Char <hanson.char@gmail.com>
2
+
3
+ Fix infinite loop in example under Section 2.6.2 Loops over list of items
4
5
2021-12-27 Christian Feuersaenger <cfeuersaenger@users.sourceforge.net>
6
7
fix linux file read permissions of some new lua files in TDS zip
doc/latex/pgfplots/TeX-programming-notes.tex
@@ -926,7 +926,7 @@ \subsubsection{Loops over list of items}
926
}%
927
\long\def\looppicker#1#2#3,{%
928
\def\tempitem{#3}%
929
- \ifx\tempitem\listingloopENDMARKER
+ \expandafter\ifx\tempitem\listingloopENDMARKER
930
\let\next=\relax%
931
\else
932
\def#1{#3}%
0 commit comments