SpectralSequences / latex

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

xmirror/ymirror produce mirrored coordinate labels #13

Closed dromedar17 closed 3 years ago

dromedar17 commented 3 years ago

Using xmirror and ymirror causes the labels on the horizontal coordinate axis to be flipped.

xmirror

\begin{sseqpage}[xmirror, classes = {draw = none}]
\class["A"](0,0)

\class["B"](2,2)
\end{sseqpage}

ymirror

\begin{sseqpage}[ymirror, classes = {draw = none}]
\class["A"](0,0)

\class["B"](2,2)
\end{sseqpage}

both

\begin{sseqpage}[xmirror, ymirror, classes = {draw = none}]
\class["A"](0,0)

\class["B"](2,2)
\end{sseqpage}

produces the attached output. min.pdf

dromedar17 commented 3 years ago

nvm, I was using an outdated version.