Closed alexandred closed 6 years ago
The most recent commit is not quite stable -- in particular, axes type = center
is broken. Try checking out commit
adcf4fb24fccccc8bcc3bcedbe2bbcacc4950955 "Minor cleanup for sseqmacromakers.code.tex"
for the most recent stable version. If that doesn't work for some reason, then commit
3fa0752da581e254c609059b300880adbedcd617 "Update version number to 1.2.0 and submited to CTAN."
is exactly the same as the one on CTAN.
Great, the first commit fixed the errors. There still appears to be an issue with the bounding box on the negatively graded classes though. I am not 100% sure if I am misunderstanding something with regards to that.
The problem is that the nodes are circles, and circles get taller when they get wider. Saying "classes=rectangle" should fix it.
That did the trick, thanks!
When trying to draw a single page of a rather simple spectral sequence which is provided with the arguments
axes type=center
,xrange
andyrange
together with classes that are out of bounds, I get the following errors:and similarly for
totalymargin
. A minimal example is as follows:I have taken the liberty of publishing this exampleon my ShareLatex account for ease of viewing: https://www.sharelatex.com/9384197184dfpjvctcxxby. Perhaps I am misunderstanding how one should go about typesetting such a spectral sequence?
Note also that in this example, the negatively graded objects in the spectral sequence seem to have a larger than normal vertical bounding box. I am also not sure if this is a bug or not.
This error occurs when compiling with ShareLatex. I have not tried another compiler/parser but I don't see a reason why this error should be compiler related.