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.
∧、∀ 和 ∃ 等所有花哨的字符在utf8inputenc 包中都没有代码点,但有utf8x。utf8x当我通过生成pdf时如何告诉emacs传递选项org-export?
utf8
utf8x
org-export
例如,以下方式:
#+LATEX_HEADER: \usepackage[utf8x]{inputenc}
您可以在以下文件中找到更多示例...