如何使用 UTF8 在 LaTeX 中插入 € 符号
**注意:这是在 LaTeX 中使用 € 和其他符号的推荐方法!
为了将 € 符号插入你的 LaTeX 文档,首先添加
eurosym_utf8_example.tex
\usepackage[official]{eurosym}
\usepackage[utf8x]{inputenc}到文档的顶部,例如直接在 \documentclass 行之后。
之后,你可以在文档的任何地方使用正常的 € 符号,如下所示:
euro_utf8_symbol.tex
€来插入 € 符号。
Check out similar posts by category:
LaTeX
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow