summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r--Master/texmf-dist/doc/latex/spectralsequences/README.md16
-rw-r--r--Master/texmf-dist/doc/latex/spectralsequences/examples/ANSS-S_2.pdfbin165026 -> 107163 bytes
-rw-r--r--Master/texmf-dist/doc/latex/spectralsequences/examples/ANSS-S_2.tex1
-rw-r--r--Master/texmf-dist/doc/latex/spectralsequences/examples/ANSS-S_3.pdfbin56462 -> 48774 bytes
-rw-r--r--Master/texmf-dist/doc/latex/spectralsequences/examples/ASS-S_2.pdfbin379543 -> 193243 bytes
-rw-r--r--Master/texmf-dist/doc/latex/spectralsequences/examples/ASS-S_3.pdfbin134309 -> 77839 bytes
-rw-r--r--Master/texmf-dist/doc/latex/spectralsequences/examples/ASS-tmf_2.pdfbin473548 -> 221884 bytes
-rw-r--r--Master/texmf-dist/doc/latex/spectralsequences/examples/HFPSS-EO2_3.pdfbin137063 -> 91999 bytes
-rw-r--r--Master/texmf-dist/doc/latex/spectralsequences/examples/HFPSS-KO.pdfbin39938 -> 38364 bytes
-rw-r--r--Master/texmf-dist/doc/latex/spectralsequences/examples/J_RPinfty.pdfbin151674 -> 149054 bytes
-rw-r--r--Master/texmf-dist/doc/latex/spectralsequences/examples/J_RPinfty.tex4
-rw-r--r--Master/texmf-dist/doc/latex/spectralsequences/examples/MaySS-bo-A1.pdfbin93693 -> 56664 bytes
-rw-r--r--Master/texmf-dist/doc/latex/spectralsequences/examples/MaySS-tmf-A2.pdfbin249420 -> 139996 bytes
-rw-r--r--Master/texmf-dist/doc/latex/spectralsequences/examples/MaySS-tmf-A2.tex1
-rw-r--r--Master/texmf-dist/doc/latex/spectralsequences/examples/SSS-KF3n.pdfbin95890 -> 87417 bytes
-rw-r--r--Master/texmf-dist/doc/latex/spectralsequences/examples/SSS-KZ3.pdfbin72677 -> 67087 bytes
-rw-r--r--Master/texmf-dist/doc/latex/spectralsequences/examples/hatcher.pdfbin27069 -> 25895 bytes
-rw-r--r--Master/texmf-dist/doc/latex/spectralsequences/examples/hatcher.tex4
-rw-r--r--Master/texmf-dist/doc/latex/spectralsequences/examples/unstable_ASS_SO.pdfbin21399 -> 20766 bytes
-rw-r--r--Master/texmf-dist/doc/latex/spectralsequences/examples/unstable_ASS_SO.tex4
-rw-r--r--Master/texmf-dist/doc/latex/spectralsequences/manual/examples/spectralsequencesmanual-KORP8.tex22
-rw-r--r--Master/texmf-dist/doc/latex/spectralsequences/manual/examples/spectralsequencesmanual-class-page2a.tex4
-rw-r--r--Master/texmf-dist/doc/latex/spectralsequences/manual/examples/spectralsequencesmanual-class-page2b.tex4
-rw-r--r--Master/texmf-dist/doc/latex/spectralsequences/manual/examples/spectralsequencesmanual-imJ.tex18
-rw-r--r--Master/texmf-dist/doc/latex/spectralsequences/manual/examples/spectralsequencesmanual-insert.tex24
-rw-r--r--Master/texmf-dist/doc/latex/spectralsequences/manual/examples/spectralsequencesmanual-tikz.tex10
-rwxr-xr-xMaster/texmf-dist/doc/latex/spectralsequences/manual/spectralsequencesmanual-draftmode.pdfbin0 -> 902727 bytes
-rw-r--r--Master/texmf-dist/doc/latex/spectralsequences/manual/spectralsequencesmanual.pdfbin1232813 -> 842250 bytes
-rw-r--r--Master/texmf-dist/doc/latex/spectralsequences/manual/spectralsequencesmanual.tex122
-rw-r--r--Master/texmf-dist/doc/latex/spectralsequences/manual/spectralsequencesmanualpreamble.tex40
-rwxr-xr-xMaster/texmf-dist/doc/latex/spectralsequences/manual/sseqmanualtest.tex0
31 files changed, 154 insertions, 120 deletions
diff --git a/Master/texmf-dist/doc/latex/spectralsequences/README.md b/Master/texmf-dist/doc/latex/spectralsequences/README.md
index 250334c312d..582a9c0804a 100644
--- a/Master/texmf-dist/doc/latex/spectralsequences/README.md
+++ b/Master/texmf-dist/doc/latex/spectralsequences/README.md
@@ -1,9 +1,9 @@
-spectralsequences v1.2.1
+spectralsequences v1.2.2
========================
Author: Hood Chatham
Email: hood@mit.edu
-Date: 2018-10-08
+Date: 2019-02-18
License: All files have the Latex Project Public License.
Description: Print spectral sequence diagrams using pgf/tikz.
@@ -13,6 +13,18 @@ Email me at hood@mit.edu to submit bug reports, request new features, etc. The c
Changelog:
==========
+## [1.2.2] (2018-02-18)
+### Fixed:
+- expl3 defined \exp_after:NNNf recently, so I changed \cs_new:Npn \exp_after:NNNf to \cs_set:Npn \exp_after:NNNf and copied the definition given by
+ expl3.
+- expl3 changed the definition of \peek_meaning_ignore_spaces to be in terms of \peek_meaning so \letting \peek_meaning to \peek_meaning_ignore_spaces
+ caused an infite regress.
+- expl3 changed \c__xparse_no_value_tl to \c__novalue_tl, so now I try to use each of them in sequence.
+- Fixed U argument type.
+- \sseqnewfamily was broken by an update to tikz that added a \scantokens call to the .ecode key handler, causing issues with @.
+- If \d was called without a source or target argument and was followed by a macro, \d would eat the first token of the expansion of that macro
+ causing an error.
+- Draft mode works a lot better now, though it's probably still buggy.
## [1.2.1] (2018-10-08)
### Fixed:
diff --git a/Master/texmf-dist/doc/latex/spectralsequences/examples/ANSS-S_2.pdf b/Master/texmf-dist/doc/latex/spectralsequences/examples/ANSS-S_2.pdf
index e702ee7dd82..63b932aaa35 100644
--- a/Master/texmf-dist/doc/latex/spectralsequences/examples/ANSS-S_2.pdf
+++ b/Master/texmf-dist/doc/latex/spectralsequences/examples/ANSS-S_2.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/spectralsequences/examples/ANSS-S_2.tex b/Master/texmf-dist/doc/latex/spectralsequences/examples/ANSS-S_2.tex
index 36e56f373d7..777a3303fa0 100644
--- a/Master/texmf-dist/doc/latex/spectralsequences/examples/ANSS-S_2.tex
+++ b/Master/texmf-dist/doc/latex/spectralsequences/examples/ANSS-S_2.tex
@@ -9,7 +9,6 @@
minimum height=width("16"),
minimum width=width("16")
}}
-
\sseqnewfamily{imJ}
\begin{document}
diff --git a/Master/texmf-dist/doc/latex/spectralsequences/examples/ANSS-S_3.pdf b/Master/texmf-dist/doc/latex/spectralsequences/examples/ANSS-S_3.pdf
index 730e363cdd8..9423dd535a4 100644
--- a/Master/texmf-dist/doc/latex/spectralsequences/examples/ANSS-S_3.pdf
+++ b/Master/texmf-dist/doc/latex/spectralsequences/examples/ANSS-S_3.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/spectralsequences/examples/ASS-S_2.pdf b/Master/texmf-dist/doc/latex/spectralsequences/examples/ASS-S_2.pdf
index a5292efcb59..34323e4f332 100644
--- a/Master/texmf-dist/doc/latex/spectralsequences/examples/ASS-S_2.pdf
+++ b/Master/texmf-dist/doc/latex/spectralsequences/examples/ASS-S_2.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/spectralsequences/examples/ASS-S_3.pdf b/Master/texmf-dist/doc/latex/spectralsequences/examples/ASS-S_3.pdf
index 7e3ff833566..88cd00c005c 100644
--- a/Master/texmf-dist/doc/latex/spectralsequences/examples/ASS-S_3.pdf
+++ b/Master/texmf-dist/doc/latex/spectralsequences/examples/ASS-S_3.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/spectralsequences/examples/ASS-tmf_2.pdf b/Master/texmf-dist/doc/latex/spectralsequences/examples/ASS-tmf_2.pdf
index 87434a8cdc4..ba38e1dc08e 100644
--- a/Master/texmf-dist/doc/latex/spectralsequences/examples/ASS-tmf_2.pdf
+++ b/Master/texmf-dist/doc/latex/spectralsequences/examples/ASS-tmf_2.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/spectralsequences/examples/HFPSS-EO2_3.pdf b/Master/texmf-dist/doc/latex/spectralsequences/examples/HFPSS-EO2_3.pdf
index de7f059a67e..8769aa6c7ee 100644
--- a/Master/texmf-dist/doc/latex/spectralsequences/examples/HFPSS-EO2_3.pdf
+++ b/Master/texmf-dist/doc/latex/spectralsequences/examples/HFPSS-EO2_3.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/spectralsequences/examples/HFPSS-KO.pdf b/Master/texmf-dist/doc/latex/spectralsequences/examples/HFPSS-KO.pdf
index 6bf98a727b7..4fb86edd2a2 100644
--- a/Master/texmf-dist/doc/latex/spectralsequences/examples/HFPSS-KO.pdf
+++ b/Master/texmf-dist/doc/latex/spectralsequences/examples/HFPSS-KO.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/spectralsequences/examples/J_RPinfty.pdf b/Master/texmf-dist/doc/latex/spectralsequences/examples/J_RPinfty.pdf
index d5cff75b375..b5729dae9a4 100644
--- a/Master/texmf-dist/doc/latex/spectralsequences/examples/J_RPinfty.pdf
+++ b/Master/texmf-dist/doc/latex/spectralsequences/examples/J_RPinfty.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/spectralsequences/examples/J_RPinfty.tex b/Master/texmf-dist/doc/latex/spectralsequences/examples/J_RPinfty.tex
index 4a34be94e4c..d71c48d808b 100644
--- a/Master/texmf-dist/doc/latex/spectralsequences/examples/J_RPinfty.tex
+++ b/Master/texmf-dist/doc/latex/spectralsequences/examples/J_RPinfty.tex
@@ -1,8 +1,8 @@
%%
-%% Package: spectralsequences v1.2.1 2017-09-16 2017-09-16
+%% Package: spectralsequences v1.2.2 2017-09-16 2017-09-16
%% Author: Hood Chatham
%% Email: hood@mit.edu
-%% Date: 2018-10-08
+%% Date: 2019-02-18
%% License: Latex Project Public License
%%
%% File: example_endofVFoS.tex
diff --git a/Master/texmf-dist/doc/latex/spectralsequences/examples/MaySS-bo-A1.pdf b/Master/texmf-dist/doc/latex/spectralsequences/examples/MaySS-bo-A1.pdf
index f7e8d733b14..701b66fc368 100644
--- a/Master/texmf-dist/doc/latex/spectralsequences/examples/MaySS-bo-A1.pdf
+++ b/Master/texmf-dist/doc/latex/spectralsequences/examples/MaySS-bo-A1.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/spectralsequences/examples/MaySS-tmf-A2.pdf b/Master/texmf-dist/doc/latex/spectralsequences/examples/MaySS-tmf-A2.pdf
index a9e7532a675..b145578082b 100644
--- a/Master/texmf-dist/doc/latex/spectralsequences/examples/MaySS-tmf-A2.pdf
+++ b/Master/texmf-dist/doc/latex/spectralsequences/examples/MaySS-tmf-A2.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/spectralsequences/examples/MaySS-tmf-A2.tex b/Master/texmf-dist/doc/latex/spectralsequences/examples/MaySS-tmf-A2.tex
index 2ab7badd614..c2ce0a1d553 100644
--- a/Master/texmf-dist/doc/latex/spectralsequences/examples/MaySS-tmf-A2.tex
+++ b/Master/texmf-dist/doc/latex/spectralsequences/examples/MaySS-tmf-A2.tex
@@ -8,7 +8,6 @@
\documentclass[tooltips]{spectralsequence-example}
\begin{document}
\sseqset{htwostructstyle/.sseq style = {gray,very thin, run off=-}}
-%\pgfkeys{/sseqpages/struct line/htwostructstyle/.show code}
\NewSseqCommand\twods{ O{} U( r() m m }{
diff --git a/Master/texmf-dist/doc/latex/spectralsequences/examples/SSS-KF3n.pdf b/Master/texmf-dist/doc/latex/spectralsequences/examples/SSS-KF3n.pdf
index 745c5476edf..bd14cc30b1b 100644
--- a/Master/texmf-dist/doc/latex/spectralsequences/examples/SSS-KF3n.pdf
+++ b/Master/texmf-dist/doc/latex/spectralsequences/examples/SSS-KF3n.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/spectralsequences/examples/SSS-KZ3.pdf b/Master/texmf-dist/doc/latex/spectralsequences/examples/SSS-KZ3.pdf
index d71cfeaa763..d29570b7b8b 100644
--- a/Master/texmf-dist/doc/latex/spectralsequences/examples/SSS-KZ3.pdf
+++ b/Master/texmf-dist/doc/latex/spectralsequences/examples/SSS-KZ3.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/spectralsequences/examples/hatcher.pdf b/Master/texmf-dist/doc/latex/spectralsequences/examples/hatcher.pdf
index 43072c438f8..17c750ae636 100644
--- a/Master/texmf-dist/doc/latex/spectralsequences/examples/hatcher.pdf
+++ b/Master/texmf-dist/doc/latex/spectralsequences/examples/hatcher.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/spectralsequences/examples/hatcher.tex b/Master/texmf-dist/doc/latex/spectralsequences/examples/hatcher.tex
index 07ae39ed4d2..3515aaacd0f 100644
--- a/Master/texmf-dist/doc/latex/spectralsequences/examples/hatcher.tex
+++ b/Master/texmf-dist/doc/latex/spectralsequences/examples/hatcher.tex
@@ -1,8 +1,8 @@
%%
-%% Package: spectralsequences v1.2.1 2017-09-16 2017-09-16
+%% Package: spectralsequences v1.2.2 2017-09-16 2017-09-16
%% Author: Hood Chatham
%% Email: hood@mit.edu
-%% Date: 2018-10-08
+%% Date: 2019-02-18
%% License: Latex Project Public License
%%
%% File: example_hatcher.tex
diff --git a/Master/texmf-dist/doc/latex/spectralsequences/examples/unstable_ASS_SO.pdf b/Master/texmf-dist/doc/latex/spectralsequences/examples/unstable_ASS_SO.pdf
index 065073b8f97..48a9746aa93 100644
--- a/Master/texmf-dist/doc/latex/spectralsequences/examples/unstable_ASS_SO.pdf
+++ b/Master/texmf-dist/doc/latex/spectralsequences/examples/unstable_ASS_SO.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/spectralsequences/examples/unstable_ASS_SO.tex b/Master/texmf-dist/doc/latex/spectralsequences/examples/unstable_ASS_SO.tex
index 4180f52635c..7bd7350dd1f 100644
--- a/Master/texmf-dist/doc/latex/spectralsequences/examples/unstable_ASS_SO.tex
+++ b/Master/texmf-dist/doc/latex/spectralsequences/examples/unstable_ASS_SO.tex
@@ -1,8 +1,8 @@
%%
-%% Package: spectralsequences v1.2.1 2017-09-16 2017-09-16
+%% Package: spectralsequences v1.2.2 2017-09-16 2017-09-16
%% Author: Hood Chatham
%% Email: hood@mit.edu
-%% Date: 2018-10-08
+%% Date: 2019-02-18
%% License: Latex Project Public License
%%
%% File: example_unstable_ASS_SO.tex
diff --git a/Master/texmf-dist/doc/latex/spectralsequences/manual/examples/spectralsequencesmanual-KORP8.tex b/Master/texmf-dist/doc/latex/spectralsequences/manual/examples/spectralsequencesmanual-KORP8.tex
index d1fcebff065..f5a767b2de2 100644
--- a/Master/texmf-dist/doc/latex/spectralsequences/manual/examples/spectralsequencesmanual-KORP8.tex
+++ b/Master/texmf-dist/doc/latex/spectralsequences/manual/examples/spectralsequencesmanual-KORP8.tex
@@ -1,27 +1,27 @@
\NewSseqCommand \KOstar {m}{
- \begin{scope}[xshift = -#1, xshift=8*\b, yshift = #1]
- \class[rectangle,name=b^{\b}[0]](0,0)
- \class[name=b^{\b} e[0]](1,0) \structline
- \class[name=b^{\b} e^2[0]](2,0) \structline
- \class[rectangle,fill=none,name=b^{\b} u[0]](4,0)
+ \begin{scope}[ xshift = -#1, xshift = 8*\b, yshift = #1 ]
+ \class[rectangle, name = b^{\b}[0]](0,0)
+ \class[name = b^{\b} e[0]](1,0) \structline
+ \class[name = b^{\b} e^2[0]](2,0) \structline
+ \class[rectangle, fill = none, name = b^{\b} u[0]](4,0)
\end{scope}
}
\NewSseqCommand \KOpcell {m}{
\d1(b^{\b}[#1]) \replacetarget
\d1(b^{\b} u[#1]) \replacetarget
\structline(b^{\b}[#1+1])(b^{\b} e[#1+1])
- \structline[page=2,dashed](b^{\b} e[#1])(b^{\b} e^2[#1+1])
- \structline[page=2,dashed](b^{\b} e^2[#1])(b^{\b} u[#1+1])
+ \structline[page = 2, dashed](b^{\b} e[#1])(b^{\b} e^2[#1+1])
+ \structline[page = 2, dashed](b^{\b} e^2[#1])(b^{\b} u[#1+1])
}
\NewSseqCommand \KOetacell {m}{
\DrawIfValidDifferential2(b^{\b}[#1])
\d2(b^{\b} e[#1])
\DrawIfValidDifferential3(b^{\b} e^2[#1])
}
-\begin{sseqdata}[name=KO^*RP^8, Adams grading, class name handler=\SseqAHSSNameHandler,
- classes=fill, x range={-8}{10},xscale=0.7, yscale=0.5, x tick step = 4 ]
+\begin{sseqdata}[ name = KO^*RP^8, Adams grading, class name handler = \SseqAHSSNameHandler,
+ classes = fill, x range = {-8}{10}, xscale = 0.7, yscale = 0.5, x tick step = 4 ]
\foreach \b in {-2,...,2}{
\foreach \n in {0,...,6}{\KOstar{\n}}
\foreach \n in {1,3,...,5}{\KOpcell{\n}}
@@ -30,5 +30,5 @@
\structline[dashed](b^{\b}[4])(b^{\b}e[5])
}
\end{sseqdata}
-\printpage[name=KO^*RP^8, title=AHSS for $KO^*\mathbb{R}P^8$]\vskip6pt
-\printpage[name=KO^*RP^8,page=6] \ No newline at end of file
+\printpage[ name = KO^*RP^8, title = AHSS for $KO^*\mathbb{R}P^8$ ] \vskip6pt
+\printpage[ name = KO^*RP^8, page = 6 ] \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/spectralsequences/manual/examples/spectralsequencesmanual-class-page2a.tex b/Master/texmf-dist/doc/latex/spectralsequences/manual/examples/spectralsequencesmanual-class-page2a.tex
index 609df037f1a..90a9b9bc3c1 100644
--- a/Master/texmf-dist/doc/latex/spectralsequences/manual/examples/spectralsequencesmanual-class-page2a.tex
+++ b/Master/texmf-dist/doc/latex/spectralsequences/manual/examples/spectralsequencesmanual-class-page2a.tex
@@ -5,13 +5,13 @@
\class(0,3)
\d3(1,0)
\replacesource
-\classoptions[fill,red](1,0) % (a) applies to most recent (last) generation.
+\classoptions[fill, red](1,0) % (a) applies to most recent (last) generation.
\end{sseqdata}
\printpage[ name = page_example2, page = 1 ] % generation 0 of (1,0), not styled
\quad
\begin{sseqpage}[ name = page_example2, page = 1, keep changes ]
-\classoptions[fill,blue](1,0) % (b) applies to the generation present on page 1, that is, generation 0.
+\classoptions[fill, blue](1,0) % (b) applies to the generation present on page 1, that is, generation 0.
\end{sseqpage} \quad
% generation 0 of (1,0), so class is blue from (b)
diff --git a/Master/texmf-dist/doc/latex/spectralsequences/manual/examples/spectralsequencesmanual-class-page2b.tex b/Master/texmf-dist/doc/latex/spectralsequences/manual/examples/spectralsequencesmanual-class-page2b.tex
index c6df218978e..3d5854f0546 100644
--- a/Master/texmf-dist/doc/latex/spectralsequences/manual/examples/spectralsequencesmanual-class-page2b.tex
+++ b/Master/texmf-dist/doc/latex/spectralsequences/manual/examples/spectralsequencesmanual-class-page2b.tex
@@ -6,11 +6,11 @@
\printpage[ name = page_example2, page = 1 ]% generation 0 of (1,0), so class is red
\quad
\begin{sseqpage}[ name = page_example2, page = 1, keep changes ]
-\classoptions[fill,blue](1,0) % (d) applies to the generation present on page 1, that is, generation 0.
+\classoptions[fill, blue](1,0) % (d) applies to the generation present on page 1, that is, generation 0.
\end{sseqpage} \quad
% generation 0 of (1,0), class is blue from (d)
-\printpage[ name = page_example2,page = 2 ] \quad
+\printpage[ name = page_example2, page = 2 ] \quad
% generation 1 of (1,0), class is red from (c)
\printpage[ name = page_example2, page = 3 ]
diff --git a/Master/texmf-dist/doc/latex/spectralsequences/manual/examples/spectralsequencesmanual-imJ.tex b/Master/texmf-dist/doc/latex/spectralsequences/manual/examples/spectralsequencesmanual-imJ.tex
index 626a9a5fd63..20335a33f2e 100644
--- a/Master/texmf-dist/doc/latex/spectralsequences/manual/examples/spectralsequencesmanual-imJ.tex
+++ b/Master/texmf-dist/doc/latex/spectralsequences/manual/examples/spectralsequencesmanual-imJ.tex
@@ -1,22 +1,22 @@
\SseqNewFamily{imJ}
\begin{sseqdata}[
name=ANSS-S_2, Adams grading,
- class labels={below}, label distance=-1pt,
- class placement transform={rotate=90,scale=2},
- differentials=blue,
- x range={0}{9}, y range={0}{4},
- xscale=0.7, grid=go
+ class labels = {below}, label distance = -1pt,
+ class placement transform = {rotate = 90, scale = 2},
+ differentials = blue,
+ x range = {0}{9}, y range = {0}{4},
+ xscale = 0.7, grid = go
]
% Image of J classes
\begin{scope}[imJ]
\class[rectangle,fill,inner sep=3pt](0,0)
\DoUntilOutOfBoundsThenNMore{3}{\etaclass}
\classoptions["\alpha_1" above left](1,1)
-\class["\alpha_{2/2}",circlen=2](3,1)
+\class["\alpha_{2/2}", circlen = 2](3,1)
\structline(0,0) \structline[dashed](3,3)
\class["\alpha_3"](5,1) \d3\relax
\DoUntilOutOfBounds{ \etaclass \d3 }
-\class["\alpha_{4/4}", rectangle, "16" {font=\tiny,inside}, inner sep=1pt](7,1)
+\class["\alpha_{4/4}", rectangle, "16" {font = \tiny, inside}, inner sep = 1pt](7,1)
\DoUntilOutOfBoundsThenNMore{3}{\etaclass}
\end{scope}
@@ -27,6 +27,6 @@
\etaclass\structline(6,2,2) % This is a *nu
\end{sseqdata}
-\printpage[name=ANSS-S_2, title = with image of J, imJ style=purple]
+\printpage[ name = ANSS-S_2, title = with image of J, imJ style = purple]
-\printpage[name=ANSS-S_2, no imJ, x range={2}{9}, title = without image of J] \ No newline at end of file
+\printpage[ name = ANSS-S_2, no imJ, x range={2}{9}, title = without image of J] \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/spectralsequences/manual/examples/spectralsequencesmanual-insert.tex b/Master/texmf-dist/doc/latex/spectralsequences/manual/examples/spectralsequencesmanual-insert.tex
index c97a8be7682..2784ca0d3c9 100644
--- a/Master/texmf-dist/doc/latex/spectralsequences/manual/examples/spectralsequencesmanual-insert.tex
+++ b/Master/texmf-dist/doc/latex/spectralsequences/manual/examples/spectralsequencesmanual-insert.tex
@@ -6,28 +6,28 @@
}
}
-\begin{sseqdata}[name=insert-example, y range={0}{4}, class pattern = linear]
+\begin{sseqdata}[ name = insert-example, y range = {0}{4}, class pattern = linear ]
\tower(0,2)
\tower(0,3)
\tower(0,1)
\end{sseqdata}
\qquad
-\begin{sseqpage}[name=insert-example]
-\tower[red,classes={insert=1}](0,0)
+\begin{sseqpage}[ name = insert-example ]
+\tower[ red, classes = { insert = 1 } ](0,0)
\end{sseqpage}
\qquad
-\begin{sseqpage}[name=insert-example]
-\tower[red,classes={insert=2}](0,0)
+\begin{sseqpage}[ name = insert-example ]
+\tower[ red, classes = { insert = 2 } ](0,0)
\end{sseqpage}
\qquad
-\begin{sseqpage}[name=insert-example]
-\tower[red,classes={insert=3}](0,0)
+\begin{sseqpage}[ name = insert-example ]
+\tower[ red, classes = { insert = 3 } ](0,0)
\end{sseqpage}
\qquad
-\begin{sseqpage}[name=insert-example]
-\tower[red,classes={insert=-2}](0,0)
+\begin{sseqpage}[ name = insert-example ]
+\tower[ red, classes = { insert = -2 } ](0,0)
\end{sseqpage}
\qquad
-\begin{sseqpage}[name=insert-example]
-\tower[red,classes={insert=-3}](0,0)
-\end{sseqpage} \ No newline at end of file
+\begin{sseqpage}[ name = insert-example ]
+\tower[ red, classes = { insert = -3 } ](0,0)
+\end{sseqpage} \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/spectralsequences/manual/examples/spectralsequencesmanual-tikz.tex b/Master/texmf-dist/doc/latex/spectralsequences/manual/examples/spectralsequencesmanual-tikz.tex
index 7c72cc79887..d12a0c02427 100644
--- a/Master/texmf-dist/doc/latex/spectralsequences/manual/examples/spectralsequencesmanual-tikz.tex
+++ b/Master/texmf-dist/doc/latex/spectralsequences/manual/examples/spectralsequencesmanual-tikz.tex
@@ -6,20 +6,20 @@
\class(0,2)
\d2(1,0)
\end{sseqdata}
-
+%
\begin{sseqpage}[ name = tikz example ]
\circleclasses[ name path = myellipse, inner sep = 3pt, ellipse ratio = 1.6 ] (1,0) (0,2)
\path[ name path = myline ] (1.3,1.25) -- (0.6,1);
\draw[ name intersections = { of = myellipse and myline } ]
(intersection-1) to (1.3,1.25) node[ right, text width = 1.6cm ] {Consider this differential};
\end{sseqpage} \qquad
-
+%
\begin{sseqpage}[ name = tikz example ]
\draw[ xshift = 1 ] (0,0) to (0.6,0.2) node[ right, text width = 1.1cm ] {This is the source};
\draw[ yshift = 2 ] (0,0) to (0.6,0.2) node[ right, text width = 1.1cm ] {This is the target};
\end{sseqpage} \qquad
-
+%
\begin{sseqpage}[ page = 3, name = tikz example ]
-\circleclasses[ name path = myellipse, inner sep = 3pt, ellipse ratio = 1.6 ] (1,0)(0,2)
+\circleclasses[ inner sep = 3pt, ellipse ratio = 1.6 ] (1,0)(0,2)
\node[ right, font = \tiny ] at (1.2,1.2) {Now it's gone!};
-\end{sseqpage} \ No newline at end of file
+\end{sseqpage} \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/spectralsequences/manual/spectralsequencesmanual-draftmode.pdf b/Master/texmf-dist/doc/latex/spectralsequences/manual/spectralsequencesmanual-draftmode.pdf
new file mode 100755
index 00000000000..f517d3ad932
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/spectralsequences/manual/spectralsequencesmanual-draftmode.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/spectralsequences/manual/spectralsequencesmanual.pdf b/Master/texmf-dist/doc/latex/spectralsequences/manual/spectralsequencesmanual.pdf
index 71208ce3fa5..d5cbde1a3c9 100644
--- a/Master/texmf-dist/doc/latex/spectralsequences/manual/spectralsequencesmanual.pdf
+++ b/Master/texmf-dist/doc/latex/spectralsequences/manual/spectralsequencesmanual.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/spectralsequences/manual/spectralsequencesmanual.tex b/Master/texmf-dist/doc/latex/spectralsequences/manual/spectralsequencesmanual.tex
index bb4228f2211..4681bd03df2 100644
--- a/Master/texmf-dist/doc/latex/spectralsequences/manual/spectralsequencesmanual.tex
+++ b/Master/texmf-dist/doc/latex/spectralsequences/manual/spectralsequencesmanual.tex
@@ -1,8 +1,8 @@
%%
-%% Package: spectralsequences v1.2.1 2017-09-16 2017-09-16
+%% Package: spectralsequences v1.2.2 2017-09-16 2017-09-16
%% Author: Hood Chatham
%% Email: hood@mit.edu
-%% Date: 2018-10-08
+%% Date: 2019-02-18
%% License: Latex Project Public License
%%
%% File: spectralsequencesmanual.tex
@@ -21,7 +21,7 @@
% explain / cross reference examples folder?
% \sseqlastlabel is not currently documented.
%
-\def\version{Version 1.2.1}
+\def\version{Version 1.2.2}
\input spectralsequencesmanualpreamble
@@ -79,7 +79,11 @@ The easiest solution is to run \LuaLaTeX. \LuaLaTeX\ dynamically allocates memor
Another option is to increase the static memory caps for \pdfLaTeX. See \href{https://tex.stackexchange.com/a/26213}{this \TeX stack exchange post} for instructions on how to do this.
\subsection{A warning about fragile macros}
-All the data in a \sseqpages\ environment is stored and used later. As a result, most of the \sseqpages\ commands currently cannot tolerate fragile macros. Unfortunately, it is impossible for \sseqpages\ to warn you about this situation -- if you use a fragile command in a place that it doesn't belong, the result will be an incomprehensible error message. If you are getting nonsense error messages, this might be why. The solution is to convert fragile macros into robust ones. \href{http://www.tex.ac.uk/FAQ-protect.html}{See here for more information.}
+All the data in a \sseqpages\ environment is stored and used later. As a result, most of the \sseqpages\ commands currently cannot tolerate fragile macros. Unfortunately, it is impossible for \sseqpages\ to warn you about this situation -- if you use a fragile command in a place that it doesn't belong, the result will be an incomprehensible error message. If you are getting nonsense error messages, this might be why. The solution is to convert fragile macros into robust ones. Common examples of fragile macros include |\widehat| and |\underline|. My suggested solution to this is to add the following code to your preamble for each fragile macro (example given for |\mathbb|):
+\begin{codeexample}[code only]
+\let\oldwidehat\widehat
+\protected\def\widehat{\oldwidehat}
+\end{codeexample}
\section{Package Options and Environments}
@@ -143,7 +147,7 @@ After a class is the source or target of a differential, it disappears on the ne
\class["\mathbb{Z}"](1,0)
\d["\cdot 2"]2(1,1)
\replacetarget["\mathbb{Z}/2"] %\replaceclass["\mathbb{Z}/2"](0,3)
-\d[-> >]3(1,0)
+\d[->>]3(1,0)
\replacesource["2\mathbb{Z}"] % \replaceclass["2\mathbb{Z}"](1,0)
\end{sseqdata}
\printpage[ name = replace class example, page = 2 ] \qquad
@@ -362,17 +366,17 @@ These come from the \LaTeX\ \colorpkg\ package via \tikzpkg, so see the \href{
\end{manualentry}
\begin{manualentry}{\pgfmanualpdflabel{""quotes}{}|"|\meta{text}|"|\opt{\meta{options}}}
-Specify a label for a class, a differential, or a structure line. This uses the \tikzpkg\ quotes syntax. If the label text includes an equal sign or comma, you need to enclose the entire label in braces, e.g., |\class["{x = y}"](0,0)|. The options include anything you might pass as an option to a \tikzpkg\ node, including arbitrary coordinate transforms, colors, opacity options, shapes, fill, draw, etc. The behavior is a little different depending on whether you use it on a class or on a differential or structure line.
+Specify a label for a class, a differential, or a structure line. This uses the \tikzpkg\ quotes syntax. If the label text includes an equal sign or comma, you need to enclose the entire label in braces, e.g., \codeverb|\class["{x = y}"](0,0)|. The options include anything you might pass as an option to a \tikzpkg\ node, including arbitrary coordinate transforms, colors, opacity options, shapes, fill, draw, etc. The behavior is a little different depending on whether you use it on a class or on a differential or structure line.
For a class, the \meta{text} is placed in the position |inside| the node by default -- in effect, the \meta{text} becomes the label text of the node (so saying |\class["label text"](0,0)| causes a similar effect to saying |\node at (0,0) {label text};|). There are other position options such as |left|, |above left|, etc which cause the label text to be placed in a separate node positioned appropriately. If the placement is above, left, etc, then any option that you may pass to a \tikzpkg\ node will also work for the label, including general coordinate transformations. If the placement is ``inside'', then the only relevant \opt{\meta{options}} are those that alter the appearance of text, such as opacity and color.
\begin{codeexample}[width = 4cm]
\begin{sseqpage}[ classes = { minimum width = width("a") + 0.5em }, no axes ]
\class["a"](0,0)
-\class["a",red](1,0)
-\class["a" black,red](2,0)
+\class["a", red](1,0)
+\class["a" black, red](2,0)
\class["b" above](0,1)
-\class["b" {below right,yshift = 0.1cm}](1,1)
-\class["a" {above right = {1em}}](2,1)
+\class["b" { below right, yshift = 0.1cm }](1,1)
+\class["a" { above right = {1em} }](2,1)
\end{sseqpage}
\end{codeexample}
You can adjust the default behavior of class labels using the |labels| style option or its relatives |class labels|, |inner class labels| or |outer class labels|.
@@ -381,7 +385,7 @@ Note that it is also possible to give a label to a |\node| this way, although th
\begin{sseqpage}[ no axes ]
\class(0,0)
\class(2,0)
-\node[circle,fill,"a"] at (1,0) {};
+\node[circle, fill, "a"] at (1,0) {};
\end{sseqpage}
\end{codeexample}
@@ -390,7 +394,7 @@ The |pin| key makes \sseqpages\ draw a line connecting the label to the relevant
\begin{codeexample}[width = 6cm]
\begin{sseqpage}
\class(0,0)
-\class["xy" {above, xshift=-4pt, pin = red}](0,0)
+\class["xy" { above, xshift = -4pt, pin = red }](0,0)
\class(0,0)
\class(0,1)
\structline
@@ -509,23 +513,24 @@ Named classes are immune to coordinate transformations. For example, in the foll
\end{key}
\begin{key}{show name = \meta{label options}}
+\declareasstyle{show name}
This option is like saying |"class name"\marg{label options}| if the class has a name, and does nothing if the class has no name. If the class has multiple names, only the most recent is used. This is particularly useful with class styles, . For instance, by saying |this page classes = { show name = above }| you can display names of all of the sources and targets of differentials on each page.
\begin{codeexample}[width=7cm]
\begin{sseqdata}[
name = show name example,
- this page classes = { show name = {above right, pin} }
+ this page classes = { show name = { above right, pin } }
]
-\class[name=a](0,2)
-\class[name=b](0,3)
-\class[name=x](1,0)
+\class[ name = a ](0,2)
+\class[ name = b ](0,3)
+\class[ name = x ](1,0)
\d2(x)(a)
\replacesource[name=2x]
\d3(x)(b)
\end{sseqdata}
-\printpage[name=show name example,page=2]
+\printpage[ name = show name example, page = 2]
-\printpage[name=show name example,page=3]
+\printpage[ name = show name example, page = 3]
\end{codeexample}
\end{key}
@@ -549,8 +554,8 @@ This key adds a tag to the current class. Tags are used for identifying which of
\begin{sseqpage}[ degree = {-1}{1}, yscale = 1.1,
x range = {0}{5}, y range = {0}{5} ]
\tower(3,0)
-\hvee[tag = id](0,0)
-\hvee[tag = h21](4,2)
+\hvee[ tag = id ](0,0)
+\hvee[ tag = h21 ](4,2)
\foreach \n in {0,...,5} {
\d2(4+\n,2+\n,h21,id)
}
@@ -606,12 +611,14 @@ There's another example at the beginning of the section on the \hyperref[sec:cla
\end{key}
\begin{keylist}{class:page = \meta{page}\opt{-{}-\meta{page max}},generation = \meta{generation}\opt{-{}-\meta{generation max}}}
+\def\classpagehandler#1#2{\textcolor{keycolor}{\noligs{#2}}}
+\declarecustomhandler{class:page}{\classpagehandler}
These options only work in |\classoptions|. The |page| option gives a range of pages for which the options apply to. If only one page is specified, it is the minimum page and the option applies to all larger pages.
\begin{codeexample}[width = 6cm]
\begin{sseqdata}[ name = page_example, no axes,
title = \page, title style = {yshift = -0.5cm} ]
\class(0,0)
-\classoptions[class:page = {2--3},fill,blue](0,0)
+\classoptions[class:page = 2 -- 3, fill, blue](0,0)
\end{sseqdata}
\printpage[ name = page_example, page = 1 ] \qquad
@@ -658,8 +665,8 @@ See the \href{\pgfmanualurl#subsubsection.15.3.2}{\tikzpkg\ manual} for a compl
\class(\x,\y)
}
\structline[densely dotted](0,0)(0,1)
-\structline[dashed,red, "a"](1,0)(1,1)
-\structline[dash dot,red, "a" black](2,0)(2,1)
+\structline[dashed, red, "a"](1,0)(1,1)
+\structline[dash dot, red, "a" black](2,0)(2,1)
\end{sseqpage}
\end{codeexample}
%
@@ -673,7 +680,7 @@ See the \href{\pgfmanualurl#subsubsection.15.3.2}{\tikzpkg\ manual} for a compl
}
\structline[bend left = 20](0,0)(0,1)
\structline[bend right = 20](1,0)(1,1)
-\structline[in = 20,out = north](2,0)(2,1)
+\structline[in = 20, out = north](2,0)(2,1)
\end{sseqpage}
\end{codeexample}
\end{keylist}
@@ -713,13 +720,13 @@ By specifying a page number, you can adjust which page the |\structline| starts
\d3(1,1)(0,4) \replacesource
\structline[structline:page = 2](1,0)(1,1)
\end{sseqdata}
-\printpage[name = structpage example2,page = 1]
+\printpage[ name = structpage example2, page = 1 ]
\qquad
-\printpage[name = structpage example2,page = 2]
+\printpage[ name = structpage example2, page = 2 ]
\qquad
-\printpage[name = structpage example2,page = 3]
+\printpage[ name = structpage example2, page = 3 ]
\qquad
-\printpage[name = structpage example2,page = 4]
+\printpage[ name = structpage example2, page = 4 ]
\end{codeexample}
Similarly, for |\structlineoptions| you can specify a minimum page on which to apply the options, or a range of pages.
@@ -729,12 +736,12 @@ Similarly, for |\structlineoptions| you can specify a minimum page on which to a
\begin{key}{fit = \meta{coordinates or nodes}}
The |\circleclasses| command uses the \href{\pgfmanualurl#section.52}{\tikzpkg\ fitting library}. Sometimes it's desirable to make the resulting node fit extra things, for example a label. It doesn't necessarily end up looking great though.
\begin{codeexample}[]
-\begin{sseqpage}[Adams grading,axes gap = 0.7cm]
+\begin{sseqpage}[ Adams grading, axes gap = 0.7cm ]
\class(0,2)
\class(1,0)
% Fit in the label x and also a symmetric invisible label to maintain symmetry
-\d["x"{name = x},"x"'{name = x',opacity = 0}]2(1,0)
-\circleclasses[fit = (x)(x'),rounded rectangle](1,0)(0,2)
+\d["x"{name = x}, "x"'{name = x', opacity = 0}]2(1,0)
+\circleclasses[fit = (x)(x'), rounded rectangle](1,0)(0,2)
\end{sseqpage}
\end{codeexample}
\end{key}
@@ -770,7 +777,7 @@ This key instructs \sseqpages\ to put the current \tikzpkg\ primitive in the b
In particular, this means that foreground \tikzpkg\ paths can be clipped by the standard clipping, but background paths that are outside of the clipping expand the size of the \tikzpkg\ picture.
\begin{codeexample}[]
-\begin{sseqpage}[no ticks,yscale = 0.9,math nodes = false]
+\begin{sseqpage}[ no ticks, yscale = 0.9, math nodes = false ]
\class(0,0)
\class(1,1)
\begin{scope}[background]
@@ -958,6 +965,7 @@ The one use case that |\foreach| doesn't cover all that well is if you want the
\structline
}
\class(4,0)
+\d3
\DoUntilOutOfBounds{
\class(\lastx+1,\lasty+1)
\structline
@@ -1051,21 +1059,21 @@ An example where this is actually useful:
\end{codeexample}
-The |\d| command has argument specification |O{} U( r()|. The argument type |U| is special to \sseqpages, and is a variant of until that reinserts the delimiting token. This allows the |(| token to also delimit the beginning of the |r()| argument. Note that the argument type |U| is specially added by \sseqpages\ and might be removed in the future if the \LaTeX3 team yells at me or something.
- \ExplSyntaxOn
- \cs_set_eq:NN \__xparse_add_type_U:w \sseq__xparse_add_type_U:w
- \cs_set_eq:NN \__xparse_normalize_type_U:w \sseq__xparse_normalize_type_U:w
- \sseq@install@xparse@Uarggrabber
- \ExplSyntaxOff
-\begin{codeexample}[width = 7cm,vbox]
-\DeclareDocumentCommand {\demo} { O{} U( r() }
- { \#1 = \textcolor{purple}{\{#1\}};
- \#2 = \textcolor{purple}{\{#2\}};
- \#3 = \textcolor{purple}{\{#3\}} }
-\hbox{\demo[opts]page(x,y)}
-\bigskip
-\hbox{\demo5(x,y)}
-\end{codeexample}
+%The |\d| command has argument specification |O{} U( r()|. The argument type |U| is special to \sseqpages, and is a variant of until that reinserts the delimiting token. This allows the |(| token to also delimit the beginning of the |r()| argument. Note that the argument type |U| is specially added by \sseqpages\ and might be removed in the future if the \LaTeX3 team yells at me or something.
+% \ExplSyntaxOn
+% \cs_set_eq:NN \__xparse_add_type_U:w \sseq__xparse_add_type_U:w
+% \cs_set_eq:NN \__xparse_normalize_type_U:w \sseq__xparse_normalize_type_U:w
+% \sseq@install@xparse@Uarggrabber
+% \ExplSyntaxOff
+%\begin{codeexample}[width = 7cm,vbox]
+%\DeclareDocumentCommand {\demo} { O{} U( r() }
+% { \#1 = \textcolor{purple}{\{#1\}};
+% \#2 = \textcolor{purple}{\{#2\}};
+% \#3 = \textcolor{purple}{\{#3\}} }
+%\hbox{\demo[opts]page(x,y)}
+%\bigskip
+%\hbox{\demo5(x,y)}
+%\end{codeexample}
The |\structline| and |\changeclasses| commands have argument specification |O{}r()r()|.
\begin{codeexample}[width = 7cm,vbox]
@@ -1285,12 +1293,12 @@ The |\gettag| command finds the most recent tag applied to the coordinate and st
\begin{sseqpage}[ y range = {0}{6}, x tick step = 3,
xscale=0.6, yscale=1.3 ]
\class(0,2) \class(0,3) \class(3,2)
-\class[tag=h_0^i](0,0)
-\tower[tag=h_0^i]
+\class[tag = h_0^i](0,0)
+\tower[tag = h_0^i]
\class(0,2) \class(0,1)
-\htwotower[tag=h_2 h_0^i](0,0)
-\htwotower[tag=h_2 h_0^i]
+\htwotower[tag = h_2 h_0^i](0,0)
+\htwotower[tag = h_2 h_0^i]
\end{sseqpage}
\end{codeexample}
\end{command}
@@ -1406,7 +1414,7 @@ This passes options to all features in all future spectral sequences in the curr
\begin{codeexample}[width = 7cm]
% Applies to both of the following sseqs:
-\sseqset{ sseqs = { blue, scale = 0.5 } }%
+\sseqset{ sseqs = { blue, scale = 0.5 } }
\begin{sseqpage}
\foreach \x in {0,1}
\foreach \y in {0,1,2} {
@@ -1500,7 +1508,7 @@ This style applies to labels on classes, differentials, and structure lines. All
Inner class labels specifically applies to class labels that are inside the node, outer class labels specifically applies to ones outside it:
\begin{codeexample}[]
\begin{sseqpage}[ no axes, classes = { inner sep = 1pt },
- label distance=2pt,
+ label distance = 2pt,
outer class labels = { red },
inner class labels = { blue } ]
\class["a", "b" above](0,0)
@@ -1523,7 +1531,7 @@ This sets the default distance from a class to an outer label. There are also va
\begin{codeexample}[width = 6cm]
\begin{sseqpage}[ label distance = 0.3em,
right label distance = 0em,
- no axes,yscale = 1.25 ]
+ no axes, yscale = 1.25 ]
\class["a" above](0,0)
\class["b" above right](0,1)
\class["c" right](1,0)
@@ -1611,8 +1619,8 @@ The main functions intended for use here are |\SseqAHSSNameHandler| and |\SseqNo
\SseqNormalizeMonomialSetVariables{xy}
\begin{sseqpage}[ class name handler = \SseqNormalizeMonomial,
classes = {show name = {right,pin}} ]
-\class[name=xy](0,0)
-\class[name=yxy](0,1)
+\class[name = xy](0,0)
+\class[name = yxy](0,1)
\class(1,0)
\structline(yx)(yyx)
\end{sseqpage}
@@ -2020,7 +2028,7 @@ The value for |x tick handler| should be a function that takes in the current $\
The \meta{type} is either |border|, |center|, |frame|, or |none|. |no axes| is a shorthand for |axes type=none|. The |border| type is the default and puts the axes on the bottom and left of the picture. The |center| type by default places the axes to pass through $(0,0)$; this can be modified using the |x axis origin| and |y axis origin| keys. See \example{KRAHSS} and \example{KUHFPSS} for examples where this is used. The |frame| type draws a frame around the entire chart:
\begin{codeexample}[width=6cm]
-\begin{sseqpage}[axes type=frame]
+\begin{sseqpage}[ axes type = frame ]
\class(0,0)
\class(3,2)
\end{sseqpage}
diff --git a/Master/texmf-dist/doc/latex/spectralsequences/manual/spectralsequencesmanualpreamble.tex b/Master/texmf-dist/doc/latex/spectralsequences/manual/spectralsequencesmanualpreamble.tex
index 05d0ce06333..b9e76710c8a 100644
--- a/Master/texmf-dist/doc/latex/spectralsequences/manual/spectralsequencesmanualpreamble.tex
+++ b/Master/texmf-dist/doc/latex/spectralsequences/manual/spectralsequencesmanualpreamble.tex
@@ -1,8 +1,8 @@
%%
-%% Package: spectralsequences v1.2.1 2017-09-16 2017-09-16
+%% Package: spectralsequences v1.2.2 2017-09-16 2017-09-16
%% Author: Hood Chatham
%% Email: hood@mit.edu
-%% Date: 2018-10-08
+%% Date: 2019-02-18
%% License: Latex Project Public License
%%
%% File: spectralsequencesmanualpreamble.tex
@@ -275,7 +275,8 @@
}
\def\pgfmanual@pretty@collectquote{%
\let\pgfmanualprettyprinterhandlecollectedargs=\pgfmanual@pretty@collectargs@finish@collectquote
- \pgfmanualprettyprintercollectupto"
+ \let\pgfmanualprettyprinterhandlecollectedargsVtwo\pgfmanualprettyprinterhandlecollectedargsVtwo@default
+ \pgfmanualprettyprintercollectupto"%
{\pgfmanual@pretty@collectquote@b}%
}
\def\pgfmanual@pretty@collectquote@b{%
@@ -289,9 +290,9 @@
\def\afterpgfmanual@pretty@collectquote{\pgfmanual@pretty@pgfkeys@loop}
\def\pgfmanual@pretty@collectargs@finish@collectquote#1{\textcolor{keycolor}{\pgfmanualpdfref{""quotes}{"#1"}}}
\def\pgfmanual@pretty@collectargs@finish@collectquote@b#1{%
+ \def\thekey{#1}%
\edef\temp{\ifpgfmanualprettyprinterfoundterminator,\fi}%
\pgfkeys{/codeexample/prettyprint/key name/.code={\textcolor{keycolor}{##1}}}%
- \def\thekey{#1}%
\def\leadingtoks{}\def\trailingtoks{}%
\pulloffstartspaces\pulloffsinglequote\pulloffstartspaces\pulloffstartbrace
\removetrailingspaces\removetrailingbrace
@@ -315,12 +316,13 @@
% Redefine point collection to correctly balance the parens
% Has unfortunate side effect that it now throws an error if parens don't balance.
\let\pgfmanual@pretty@collectpoint@old\pgfmanual@pretty@collectpoint
-\def\pgfmanual@pretty@collectpoint{\pgfmanual@pretty@collectpoint@(} %)
-\DeclareDocumentCommand\pgfmanual@pretty@collectpoint@{r()}{%
- \pgfmanualprettyprinterfoundterminatortrue
- \pgfmanual@pretty@collectargs@finish@collectpoint{#1}%
- \afterpgfmanual@pretty@collectpoint
-}
+%\def\pgfmanual@pretty@collectpoint{\pgfmanual@pretty@collectpoint@(} %)
+%\DeclareDocumentCommand\pgfmanual@pretty@collectpoint@{r()}{%
+% \pgfmanualprettyprinterfoundterminatortrue
+% \pgfmanual@pretty@collectargs@finish@collectpoint{#1}%
+% \afterpgfmanual@pretty@collectpoint
+%}
+
\pgfqkeys{/codeexample/prettyprint}{
@@ -399,7 +401,8 @@
}%
\fi
},
- point/.code={\pgfutil@in@){#1}\ifpgfutil@in@\prettyprintprocesspoint#1\else \textcolor{pointcolor}{\noligs{#1}}\fi},
+ point/.code={%\pgfutil@in@){#1}\ifpgfutil@in@\def\temp{#1}\prettyprintprocesspoint{#1}\else \textcolor{pointcolor}{\noligs{#1}}\fi
+ \textcolor{pointcolor}{\noligs{#1}}},
%/cs/.code={\pgfmanualpdfref{#1}{\textcolor{blue}{#1}}},
% /cs with args/.code 2 args={\pgfmanualpdfref{#1}{\textcolor{blue}{#1}}\{\pgfmanualprettyprintcode{#2}\pgfmanualclosebrace},
%/colored
@@ -420,7 +423,7 @@
\def\codeverb|{\pgfmanual@verb@code}
% balance the braces
-\NewDocumentCommand\prettyprintprocesspoint { r() } {%
+\NewDocumentCommand\prettyprintprocesspoint { m } {%
\textcolor{pointcolor}{%
\bgroup
\let\pgfmanual@pretty@collectpoint\pgfmanual@pretty@collectpoint@old
@@ -440,6 +443,19 @@
\expandafter\endofcodeexample\expandafter{\examplelines}%
}
+% For some reason it's started duplicating the last line of the file,
+% so I added an illogical extra \ifeof and that seems to fix the problem.
+\def\readexamplelines{
+ \ifeof\examplesource%
+ \else
+ \immediate\read\examplesource to \exampleline
+ \ifeof\examplesource\else %% Added
+ \edef\examplelines{\unexpanded\@xp{\examplelines}\unexpanded\@xp{\exampleline}}%
+ \fi %% Added
+ \expandafter\readexamplelines%
+ \fi
+}
+
\pgfqkeys{/sseqpages}{
class/class:name/.forward to=/sseqpages/class/name,
diff --git a/Master/texmf-dist/doc/latex/spectralsequences/manual/sseqmanualtest.tex b/Master/texmf-dist/doc/latex/spectralsequences/manual/sseqmanualtest.tex
new file mode 100755
index 00000000000..e69de29bb2d
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/spectralsequences/manual/sseqmanualtest.tex