LaTex Verbatim 环境下使用数学符号

参考:

Write math and make a box with alltt environment

LaTex Verbatim 环境下使用数学符号

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

\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

posted @ 2018-10-02 16:00  Wasdns  阅读(3833)  评论(0编辑  收藏  举报