\documentclass{article} \usepackage{minted} \begin{document} \begin{minted}[showtabs=false, obeytabs=true, tabsize=4]{c} int main(){ return 0; } \end{minted} \end{document}
查看更多
https://tex.stackexchange.com/questions/264461/xelatex-minted-code-block-represents-tabs-as-i
^^I 是不可见 ASCII 字符 tab 键在 TeX 中的一种表示方法,在 TeX Live 的实现中,可以在编译时加选项 -8bit 避免这种转换即可。
发布 问题
分享 好友
手机 浏览
回到 顶部
谢谢 应该是编辑器问题 我用texstudio写一样的 没有这个问题