diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/spectralsequences/spectralsequences.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/spectralsequences/spectralsequences.sty | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/Master/texmf-dist/tex/latex/spectralsequences/spectralsequences.sty b/Master/texmf-dist/tex/latex/spectralsequences/spectralsequences.sty index 94b16a24f47..64b7c0f3eb1 100644 --- a/Master/texmf-dist/tex/latex/spectralsequences/spectralsequences.sty +++ b/Master/texmf-dist/tex/latex/spectralsequences/spectralsequences.sty @@ -1,8 +1,8 @@ %% -%% Package: spectralsequences v1.2.0 2017-09-16 2017-09-16 +%% Package: spectralsequences v1.2.1 %% Author: Hood Chatham %% Email: hood@mit.edu -%% Date: 2017-12-10 +%% Date: 2018-10-08 %% License: Latex Project Public License %% %% A package for drawing spectral sequences @@ -13,21 +13,17 @@ % Try catch blocks % Make an argument type for the \d page argument. % deal with xmin, xmax, etc (was there actually a problem we were trying to fix?) -% Make xmirror not mirror axes labels % % Redo sseqerrortest and set up regression test script as part of build (damn I didn't realize we'd lost anything imporant with that find -d disaster) % Maybe we should add some other regression tests too % % Lower priority: -% speed up off page edges (uses 10% of the draw time for page 0 of tmfass) -% improve \DoUntilOutOfBounds progress check % error messages that should be warnings by default? -% should we specify our favorite conditionals library? % \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{spectralsequences}[2017/12/10 v1.2.0] +\ProvidesPackage{spectralsequences}[2018/10/08 v1.2.1] \RequirePackage{tikz} \RequirePackage{etoolbox} @@ -66,6 +62,7 @@ % These are defined in sseqmain: \class\classoptions\replaceclass\replacesource\replacetarget \d\doptions\kill\structline\structlineoptions\circleclasses + \lastlabel % The following are defined in sseqparsers: \pgfmathparse\isalive\lastx\lasty\lastclass\savestack\restorestack\pushstack\nameclass\tagclass \parsecoordinate\parsedifferential\getdtarget\gettag @@ -121,7 +118,6 @@ \newif\ifsseq@error \newtoks\sseq@temptoks -\newtoks\sseq@temptoksii \newtoks\sseq@scope@toks \newcount\sseq@thepagecount |