diff options
author | Karl Berry <karl@freefriends.org> | 2017-12-11 22:22:32 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-12-11 22:22:32 +0000 |
commit | 6fde3f8617ebf837a452f38c9d715f70d93e71e2 (patch) | |
tree | f637acf3d4a2d49678365051571447c863125827 /Master/texmf-dist/tex/latex/spectralsequences/sseqforeach.code.tex | |
parent | 960b935b05197800b547ee84fec81fe2248daadf (diff) |
spectralsequences (11dec17)
git-svn-id: svn://tug.org/texlive/trunk@46038 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/spectralsequences/sseqforeach.code.tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/spectralsequences/sseqforeach.code.tex | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/spectralsequences/sseqforeach.code.tex b/Master/texmf-dist/tex/latex/spectralsequences/sseqforeach.code.tex index 71bd11cf52c..851f65ab3ac 100644 --- a/Master/texmf-dist/tex/latex/spectralsequences/sseqforeach.code.tex +++ b/Master/texmf-dist/tex/latex/spectralsequences/sseqforeach.code.tex @@ -1,8 +1,8 @@ %% -%% Package: spectralsequences v1.1.1 2017-09-16 2017-09-16 +%% Package: spectralsequences v1.2.0 2017-09-16 2017-09-16 %% Author: Hood Chatham %% Email: hood@mit.edu -%% Date: 2017-09-16 +%% Date: 2017-12-10 %% License: Latex Project Public License %% %% File: sseqforeach.code.tex @@ -68,7 +68,7 @@ \def\sseq@DoUntilOutOfBounds@ #1 { \sseq@esetthiscall{\string\DoUntilOutOfBoundsThenNMore} \sseq@opushstacktrace{\string\DoUntilOutOfBounds} - \ifx\xmin\sseq@xmin\else\ifx\ymin\sseq@ymin\else + \ifx\sseq@xminmax\@gobbletwo\else\ifx\sseq@yminmax\@gobbletwo\else \sseq@error@x{DoUntil-no-bound}{\string\DoUntilOutOfBounds} \sseq@breakfifi \fi\fi @@ -90,7 +90,7 @@ \def\sseq@DoUntilOutOfBoundsThenNMore@ #1#2 { \sseq@esetthiscall{\string\DoUntilOutOfBoundsThenNMore\unexpanded{#1}} \sseq@opushstacktrace{\string\DoUntilOutOfBoundsThenNMore{#1}} - \ifx\xmin\sseq@xmin\else\ifx\ymin\sseq@ymin\else + \ifx\sseq@xminmax\@gobbletwo\else\ifx\sseq@yminmax\@gobbletwo\else \sseq@error@n{DoUntil-no-bound}{\DoUntilOutOfBoundsThenNMore} \sseq@breakfifi \fi\fi @@ -131,7 +131,7 @@ \sseq@tempy=\lasty{0}\relax \bool_set_false:N \l_tmpb_bool % This is to record whether there is a defined x range or y range. If neither, we'll throw an error. % \def\sseq@checkbound{\bool_set_false:N \l_tmpb_bool} - \ifx\xmin\sseq@xmin + \ifx\sseq@xminmax\@gobbletwo \ifnum\sseq@tempx>\sseq@tempxb \bool_set_true:N \l_tmpb_bool % We have a descent condition % \sseq@d@addto@macro\sseq@checkbound{ @@ -150,7 +150,7 @@ \fi \fi \fi - \ifx\ymin\sseq@ymin + \ifx\sseq@yminmax\@gobbletwo \ifnum\sseq@tempy>\sseq@tempyb \bool_set_true:N \l_tmpb_bool % \sseq@d@addto@macro\sseq@checkbound{ |