1

I want to print some source code with minted, and the characters ^^I^^I^^I appears on the beginning of each line. It is independent on the chosen language syntax.

It looks like so:

output

What can I do to get rid of it?

TeXnician
  • 33,589
zdevaty
  • 113
  • 3

1 Answers1

1

Although I'm sure this is a duplicate, I'm going to answer this.

Your problem with ^^I when compiling with XeLaTeX can be solved by using the command-line option -8bit.

TeXnician
  • 33,589
  • 1
    Now I see why I haven't found it elsewhere. The ^^I is a tabulator, and my code was already indented a bit. – zdevaty Feb 10 '18 at 09:42
  • If you try https://tex.stackexchange.com/search?q=code%3A%22-8bit%22 the duplicate appears near the top. – egreg Feb 10 '18 at 10:28
  • @egreg Thanks for the hint. I rarely use the site's search (mostly another search engine that does not output the result that fast). – TeXnician Feb 10 '18 at 10:46