码迷,mamicode.com
首页 > 其他好文 > 详细

LaTex Verbatim 环境下使用数学符号

时间:2018-10-02 20:16:59      阅读:287      评论:0      收藏:0      [点我收藏+]

标签:document   and   使用   alt   single   char   command   make   图片   

参考:

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

LaTex Verbatim 环境下使用数学符号

标签:document   and   使用   alt   single   char   command   make   图片   

原文地址:https://www.cnblogs.com/qq952693358/p/9737319.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!