SpectralSequences / latex

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

Not able to pass label options to differential via \doptions #4

Closed idlaviV closed 5 years ago

idlaviV commented 5 years ago

Hi,

I propably got something wrong, but the following code does not what I want it to do: example.txt (MWE) I wanted to have and print a spectral sequence and then print it again, but with an additional label at a differential (usecase: revealing stuff in a beamerfile).

Changing the color of the differential and label works, but passing a labeltext to the differential via \doptions does not seem to have an effect. Although the manual says, that the universal options in 4.1 could be used with \doptions.

What do I do wrong?

Thanks anyways for the great package! I love it!

hoodmane commented 5 years ago

Seems like a bug. I'll investigate and hopefully get you a fix soon. I vaguely remember that there was a problem with this before.

hoodmane commented 5 years ago

Okay, I believe that I fixed your issue. In order to use the fixed version, you'll need to download the copy of sseqmain.code.tex into your working directory. (I think this should suffice but it's possible that there are other changes to sseqmain that are incompatible with the current state of other files. In that case you might have to copy the whole repo into working directory).

idlaviV commented 5 years ago

Wow, nice, works for me. Thanks!