-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resolve large-enough overfull hboxes #1210
Conversation
TODOs and Discussions
|
A possible fix for \begin{codeexample}[]
\begin{tikzpicture}
\shade [left color=red,right color=blue] (-2,-1) rectangle (2,1);
\begin{scope}[transparency group=knockout]
\fill [white] (-1.9,-.9) rectangle (1.9,.9);
\node [opacity=0,
font=\fontencoding{T1}\fontfamily{ptm}\fontsize{45}{45}\bfseries]
{Ti\emph{k}Z};
\end{scope}
\end{tikzpicture}
\end{codeexample} and a possible fix for \begin{codeexample}[preamble={\usetikzlibrary{arrows.meta,automata,positioning,shadows}}]
\begin{tikzpicture}[
shorten >=1pt,node distance=2cm,on grid,>={Stealth[round]},thick,
every state/.style={fill,draw=none,orange,text=white,circular drop shadow},
accepting/.style ={green!50!black,text=white},
initial/.style ={red,text=white},
]
\node[state,initial] (q_0) {$q_0$};
\node[state] (q_1) [above right=of q_0] {$q_1$};
\node[state] (q_2) [below right=of q_0] {$q_2$};
\node[state,accepting](q_3) [below right=of q_1] {$q_3$};
\path[->] (q_0) edge node [above left] {0} (q_1)
edge node [below left] {1} (q_2)
(q_1) edge node [above right] {1} (q_3)
edge [loop above] node {0} ()
(q_2) edge node [below right] {0} (q_3)
edge [loop below] node {1} ();
\end{tikzpicture}
\end{codeexample} |
@Mo-Gul I've considered
Edited, thank you. |
0e1d82a
to
53a1f85
Compare
2304285
to
ff50e4f
Compare
All overfull hboxes >= 20pt are addressed now. Screenshots in the first comment #1210 (comment) are not updated yet. @Mo-Gul Your suggestion in #1210 (comment) is applied. thanks |
A notice annotation containing "
|
Updated now. |
and upload a second artifact containing pdf and all aux files Signed-off-by: Yukai Chou <[email protected]>
Signed-off-by: Yukai Chou <[email protected]>
3d30091
to
0f68317
Compare
Motivation for this change
Resolve large overfull hboxes that will exceed beyond the page and add some sort of monitor to workflow
doc.yml
.* h-part:(L,W,R)=(64.01869pt, 469.47049pt, 64.01869pt)
.Fixes #1208
List of all the overfull hboxes >=10pt
Before: pgfmanual 3.1.10
After: pgfmanual from https://github.com/pgf-tikz/pgf/actions/runs/7294523405
25.78838pt,
pgfmanual-en-tikz-transparency.tex
, p. 36464.95732pt,
pgfmanual-en-gd-usage-pgf.tex
, p. 45423.36453pt,
pgfmanual-en-library-automata.tex
, p. 575226.97084pt,
pgfmanual-en-library-circuits.tex
, p. 60845.27551pt,
pgfmanual-en-library-patterns.tex
, p. 73357.3973pt,
pgfmanual-en-library-rdf.tex
, p. 76577.25952pt,
pgfmanual-en-pgfsys-commands.tex
, p. 1243Remaining small overfull boxes
Copied from annotations of https://github.com/pgf-tikz/pgf/actions/runs/7294523405
Checklist
Please signoff your commits to explicitly state your agreement to the Developer Certificate of Origin. If that is not possible you may check the boxes below instead: