Skip to content

Commit

Permalink
Footnote fix
Browse files Browse the repository at this point in the history
Disappearing footnote merged into main text
  • Loading branch information
loopspace committed Nov 24, 2021
1 parent 16606cb commit 458efd0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spath3.tex
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,8 @@ \subsection{Saving and Using Soft Paths}
One thing should be noted about transformations.
By the time a soft path is built, all available transformations have been applied.
This means that when re-inserting a soft path back into a high level command (such as |\draw|), existing transformations should have no effect (other than those specified via the |transform| key).
Where this gets a little tricky is with things like node placement -- using the \Verb+pos=D+ key on a node positions that node at a particular point on the path\footnote{Exactly how the parameter is interpreted is the same as for the \Verb+spath+ coordinate system described in Section~\ref{sec:coordinates}.}.
Where this gets a little tricky is with things like node placement -- using the \Verb+pos=D+ key on a node positions that node at a particular point on the path.
Exactly how the parameter is interpreted is the same as for the \Verb+spath+ coordinate system described in Section~\ref{sec:coordinates}.
When restoring a path then the library tries to set up various internals of TikZ correctly, but there may be some things I've overlooked or not accounted for particularly with regard to existing transformations; if you spot anything working oddly then please report it to me.
\end{function}

Expand Down

0 comments on commit 458efd0

Please sign in to comment.