4 Commits

Author SHA1 Message Date
Ced
bc9d1838f2 Use extractbb instead of ebb
ebb was the old tool and looks like it is on its way out, a very least
from Debian and for pdfTeX.

From manpage:
-------------
 Here are more details about the bb and xbb formats:

 The original  ebb  (from dvipdfm) ignored density information in bitmap
 images, and generated bounding boxes with 100px = 72bp = 1in.  Unfortu‐
 nately, screenshots (especially) tend to look bad with this approach.

 So, extractbb (from dvipdfmx) uses density information if present.
 Otherwise, it generates bounding box with 100px = 100bp.  This is what
 pdfTeX does.
2025-12-29 14:04:04 +00:00
Ced
75287c955d Revert "Fix the chemical equation."
Let's use upstream rather than local fixes, texlive has been updated
since.

This reverts commit 263eb74afe.
2025-12-29 14:04:04 +00:00
Ced
278ce9f659 Revert "Add warning on future breakage"
Did not really break but let's use upstream rather than local fixes
This reverts commit cbf67246e5.
2025-12-29 14:04:04 +00:00
Ced
428cf075f5 Remove old targets from Makefile
we got rid of those a while ago.

Also light cleaning/reorg
2025-12-29 14:04:03 +00:00

View File

@@ -11,7 +11,7 @@
\path [line] (init) -- node{No} (retard_bake_decision); \path [line] (init) -- node{No} (retard_bake_decision);
\path [line] (poke) -- (dent_visible_decision); \path [line] (poke) -- (dent_visible_decision);
\path [line] (dent_visible_decision) -- node{Yes} (bake); \path [line] (dent_visible_decision) -- node{Yes} (bake);
\path [line] (dent_visible_decision.west) -- node{No} (dent_visible_decision.west -| wait_poke.south) -- node{} (wait_poke.south); \path [line] (dent_visible_decision.west) -- node{No} ++(-1.4, 0) -- node{} (wait_poke.south);
\path [line] (wait_poke) -- (poke); \path [line] (wait_poke) -- (poke);
\path [line] (retard_bake_decision) -- node{Yes} (wait_retard); \path [line] (retard_bake_decision) -- node{Yes} (wait_retard);
\path [line] (retard_bake_decision.east) -- node{No} ++(1, 0) |- node{} (retard.east); \path [line] (retard_bake_decision.east) -- node{No} ++(1, 0) |- node{} (retard.east);