Closed yym68686 closed 1 year ago
使用
\begin{lstlisting}[language=C] #include <stdio.h> int main() { printf("Hello, world!"); return 0; } \end{lstlisting}
编译后,代码时黑白的,没有高亮,有这个功能吗?
\usepackage{xcolor} \lstset{ language=Python, basicstyle=\ttfamily, keywordstyle=\color{blue}, commentstyle=\color{green}, stringstyle=\color{red}, showstringspaces=false, frame=single }
这样就好了。
使用
编译后,代码时黑白的,没有高亮,有这个功能吗?