SpectralSequences / latex

Latex package to print spectral sequence diagrams using pgf/tikz.
9 stars 4 forks source link

Improvements to range check system #14

Closed hoodmane closed 3 years ago

hoodmane commented 3 years ago

I added tests for the range check and fixed the range check formula. Still need to add tests for the range check for the center, frame, and none border layouts (I'm not sure if the formula is correct in those cases either).

I added \SseqRangeCheckSideways, \SseqRangeCheckOff and \SseqRangeCheckStandard to deal with issue #11.

Though maybe we should use an enum option with \sseqset instead that would be more consistent. These still need to be documented as well. It would be good to add documentation for the range check system in general and explain that it only raises an error if the diagram will definitely go off the page, things like indentation can cause overfull \hbox even when it would fit onto the page without the indent.