We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
\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
*.out.ps
https://github.com/ho-tex/bookmark/blob/aba3d8038c3a7309f213b2878102a8ff1453c74e/bookmark.dtx#L2529
should be correctly handled.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It seems that the
*.out.ps
file, used inhttps://github.com/ho-tex/bookmark/blob/aba3d8038c3a7309f213b2878102a8ff1453c74e/bookmark.dtx#L2529
should be correctly handled.
The text was updated successfully, but these errors were encountered: