Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想准备一个文本以在 LaTeX 文档中使用。
我写了一个 SQL 函数,它做了很多REPLACE. 例如_->\_等等。
REPLACE
_
\_
但是有很多特殊字符,有时我会出错。有谁知道用于将文本转义到 LaTeX 的 SQL 函数或 Java 包?
只有 10 个特殊字符:\ { } _ ^ # & $ % ~.
\ { } _ ^ # & $ % ~
使用verbatim环境或listings包,然后您可以输入源代码而无需转义。
verbatim
listings