LaTex Verbatim 环境下使用数学符号

参考:

Write math and make a box with alltt environmentcode

LaTex Verbatim 环境下使用数学符号

在 Verbatim 环境下使用数学符号,须要借助额外的宏包,fancyvrb。例如:get

\documentclass{article}
\usepackage{fancyvrb}

\begin{document}

\begin{Verbatim}[commandchars=\\\{\},
codes={\catcode`\$=3\catcode`^=7\catcode`_=8},frame=single]
some code test
$\sum a_i$
\end{Verbatim}

\end{document}

2018.10数学

相关文章
相关标签/搜索