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.
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.