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}
次のファイルで見つけることができるその他の例...