Skip to content
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

latex_dvips + BUILDDIR + bookmark leads to dvips error #41

Open
tueda opened this issue May 27, 2023 · 0 comments
Open

latex_dvips + BUILDDIR + bookmark leads to dvips error #41

tueda opened this issue May 27, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@tueda
Copy link
Owner

tueda commented May 27, 2023

\documentclass{article}
\usepackage{bookmark}
\begin{document}
test
\end{document}
make BUILDDIR=build TOOLCHAIN=latex_dvips
/usr/bin/dvips -Ppdf -z build/test.dvi -o build/test.ps
This is dvips(k) 2021.1 (TeX Live 2022/dev)  Copyright 2021 Radical Eye Software (www.radicaleye.com)
' TeX output 2023.05.27:1624' -> build/test.ps
</usr/share/texlive/texmf-dist/dvips/base/tex.pro>
</usr/share/texlive/texmf-dist/dvips/config/alt-rule.pro>
</usr/share/texlive/texmf-dist/dvips/l3backend/l3backend-dvips.pro>
</usr/share/texlive/texmf-dist/dvips/base/texps.pro>
</usr/share/texlive/texmf-dist/dvips/base/special.pro>
</usr/share/texlive/texmf-dist/dvips/base/hps.pro>.
</usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr10.pfb>[1
/usr/bin/dvips: Could not find figure file test.out.ps; continuing.
] <./head.tmp><./body.tmp>
make: *** [Makefile:1893: test.pdf] Error 1

It seems that the *.out.ps file, used in

https://github.com/ho-tex/bookmark/blob/aba3d8038c3a7309f213b2878102a8ff1453c74e/bookmark.dtx#L2529

should be correctly handled.

@tueda tueda added the bug Something isn't working label May 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant