Skip to content

Commit

Permalink
refactor(doc): adapt \graphicspath for flattened doc tree
Browse files Browse the repository at this point in the history
Signed-off-by: Yukai Chou <[email protected]>
  • Loading branch information
muzimuzhi committed Jan 2, 2024
1 parent 351626d commit 6760935
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/generic/pgf/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Simplify short verb `|...|` or add required preamble for it
- Harden parser for math expressions against active chars
- Resolve overfull hboxes >=20pt in the manual
- Adapt `\graphicspath` setting for flattened doc tree #1191

### Contributors

Expand Down
2 changes: 1 addition & 1 deletion doc/generic/pgf/pgfmanual-en-main-preamble.tex
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
% require texlive 2021 or above
\tracinglostchars=3

\graphicspath{{../../images/}}
\graphicspath{{images/}}
\input{pgfmanual-en-macros}

\usepackage{todonotes}
Expand Down

0 comments on commit 6760935

Please sign in to comment.