-
Notifications
You must be signed in to change notification settings - Fork 127
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
whitespace in minted environment produces "^^I" #9
Comments
Are you using XeLaTeX? It looks like you are using XeLaTeX without the |
Yes, I'm using XeLateX. I tried your suggestion and added the -enable-8bit-chars option. This solved the problem and the minted output is correct now. I used to command line: |
I have updated the documentation for the next release. I'm also puzzled about why it would work with minted 1.6. I've looked at the changes between 1.6 and 1.7, and don't see anything obvious that would cause different behavior. |
@gpoore Thanks, this helped me. |
Using minted 1.7 with pygmentize 1.6:
This code:
\begin{minted}[fontsize=\footnotesize]{xml}
\end{minted}
will produce the following output:
I'm using windows 7 with miktex 2.9.
I also have another machine which has minted 1.6 and pygmentize 1.5 installed. The output there is absolutely fine.
The text was updated successfully, but these errors were encountered: