本文介绍了如何用逐字记录环境创建新的Beamer环境?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在创建一个Beamer演示文稿,其中包含很多LaTeX示例,必须在逐字记录环境中使用.我已经厌倦了输入

I'm creating a Beamer presentation that has a lot of example LaTeX in it, which has to go in a verbatim environment. I'm getting tired of typing

必须将三个字符\ { }转义为\\ \{ \}.

Verbatim cannot go inside \newcommand. Semiverbatim is defined by Beamer and works well with it. The three characters \ { } must be escaped as \\ \{ \}.

来源:Beamer用户指南,第119-120页 http://www.ctan.org/tex-archive/macros/latex/contrib/beamer/doc/beameruserguide.pdf

Source: Beamer user guide, pp. 119-120http://www.ctan.org/tex-archive/macros/latex/contrib/beamer/doc/beameruserguide.pdf

这篇关于如何用逐字记录环境创建新的Beamer环境?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-07 19:17