我正在尝试解决一个似乎与自动换行功能(尽管问题标题不太具体)...问题涉及“换行”(或“损坏”?文本,在后续行中继续的文本)文本,试图使其适当缩进以匹配它来自的行。
另一个问题中的解决方案似乎建议破解 minted 使用的 pygments 库......!
还有解决方案吗?合适的比破解 pygments 库?
我的代码:
\documentclass[varwidth=20cm,border=2mm]{standalone}
\usepackage{minted}
\usemintedstyle{solarized-light}
\usepackage [T1]{fontenc}
\renewcommand{\theFancyVerbLine}{\sffamily
\textcolor[rgb]{0.5,0.5,1.0}{\Large
\oldstylenums{\arabic{FancyVerbLine}}}}
\begin{document}
\begin{LARGE}
\inputminted[xleftmargin=5pt,breaklines,autogobble]{yaml}{kitchen_design.yaml}
\end{LARGE}
\end{document}