Skip to content

Commit

Permalink
fixup! docs: resolve large-enough overfull hboxes
Browse files Browse the repository at this point in the history
Signed-off-by: Yukai Chou <[email protected]>
  • Loading branch information
muzimuzhi committed Dec 21, 2023
1 parent 534f60a commit fccd2ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/generic/pgf/pgfmanual-en-gd-usage-pgf.tex
Original file line number Diff line number Diff line change
Expand Up @@ -410,8 +410,8 @@ \subsubsection{Graph Drawing Scopes}
|(10pt,20pt)--(30pt,40pt)| in \tikzname-syntax and may include the path
commands |--|, |..| (followed by Bézier coordinates), and |--cycle|.

The parameter \meta{animations} contains algorithmically-generated
animation commands (calls to |\pgf|\-|animate|\-|attribute|. The |whom|
The last parameter \meta{animations} contains algorithmically-generated
animation commands (calls to |\pgfanimateattribute|). The |whom|
will be set to |pgf@gd|.

The default \meta{macro} simply draws a line between the nodes. When the
Expand Down
6 changes: 4 additions & 2 deletions doc/generic/pgf/pgfmanual-en-pgfsys-commands.tex
Original file line number Diff line number Diff line change
Expand Up @@ -922,12 +922,14 @@ \subsection{Transparency System Commands}
transformation should not apply to the following graphics, however.
\end{command}

\pagebreak[2]
\begin{command}{\pgfsys@clipfading}
This command has a default implementation and need not be implemented by
driver files other than |pgfsys-dvips.def|. The macro is called
in
|\pgf|\-|set|\-|fading|\-|for|\-|current|\-|path| and
|\pgf|\-|set|\-|fading|\-|for|\-|current|\-|path|\-|stroked|
\begin{quote}
|\pgfsetfadingforcurrentpath| and |\pgfsetfadingforcurrentpathstroked|
\end{quote}
of the basic layer, where it invokes the current path for clipping the
shading just before installing it as an opacity mask for fading. The
default implementation is actually a non-operation, but with |dvips| it
Expand Down

0 comments on commit fccd2ed

Please sign in to comment.