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

dot2texi doesn't detect windows correctly #9

Open
u-fischer opened this issue Aug 6, 2019 · 0 comments
Open

dot2texi doesn't detect windows correctly #9

u-fischer opened this issue Aug 6, 2019 · 0 comments

Comments

@u-fischer
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant