列表中的数学符号

发布于 2024-09-01 06:41:12 字数 266 浏览 5 评论 0原文

我在使用 LaTeX 时遇到问题 – 我不知道如何将数学方程和符号放入列表中。我使用 listings 包,它提供了漂亮的列表,但它不允许在 $ ... $ 中使用数学符号。另一个包,algorithms,允许数学运算,但列表看起来不如 listings 好(问题是 algorithms 要求获取新的每个 ifthen 等之后的行)

I have a problem with LaTeX – I don't know how to put mathematical equations and symbols in listings. I use the listings package and it's offers great looking listings, but it doesn't allow math symbols in $ ... $. Another package, algorithms, allows math, but listings doesn't look as good as with listings (the problem is that algorithms demands to get new line after every if, then, etc.)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

山人契 2024-09-08 06:41:12

您可以在您的环境中使用选项mathescape,这使您能够使用$符号的正常乳胶行为。尝试:

\begin{lstlisting}[mathescape]
...
\end{lstlisting}

如需了解更多信息,请查看清单 包装手册

You can use the option mathescape for your environment which gives you the ability to use the normal latex behavior of the $-signs. Try:

\begin{lstlisting}[mathescape]
...
\end{lstlisting}

For more info, take a look into the listings package manual.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文