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
dot2texi contains old code copied from ifplatform to detect windows. This code no longer works correctly.
\documentclass{article} \usepackage{ifplatform} \ifwindows \typeout{windows} \else \typeout{nowindows} \fi \usepackage{dot2texi} \ifwindows \typeout{windows} \else \typeout{nowindows} \fi \begin{document} \end{document}
gives for me on a window10 system, texlive 2019 and compiled with pdflatex --shell-escape
windows (c:/texlive/2019/texmf-dist/tex/latex/dot2texi/dot2texi.sty Package: dot2texi 2008/05/07 v3.0p1 Run dot2tex from LaTeX ..... nowindows
This breaks other packages like minted relying on a correct value for \ifwindow.
\ifwindow
The text was updated successfully, but these errors were encountered:
No branches or pull requests
dot2texi contains old code copied from ifplatform to detect windows. This code no longer works correctly.
gives for me on a window10 system, texlive 2019 and compiled with pdflatex --shell-escape
This breaks other packages like minted relying on a correct value for
\ifwindow
.The text was updated successfully, but these errors were encountered: