Skip to content

Commit

Permalink
Use endlinechar instead of redefining par, as per Claude's suggestion
Browse files Browse the repository at this point in the history
It seems more robust, and fixes some issues
  • Loading branch information
JasonGross committed Sep 21, 2024
1 parent e523216 commit c0b15f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plots/packages.tex
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@
}%
\dosavetable
\everyeof{\noexpand}%
\def\par{^^J}%
\endlinechar=`^^J%
\obeylines
\makeatletter
\xdef\pgfplotstable@gnu@table{\@@input \addplotfunctionalregression@tablename\space}%
Expand Down

0 comments on commit c0b15f5

Please sign in to comment.