Disabling underscore-to-subscript in Emacs Org-Mode export

后端 未结 7 1808
名媛妹妹
名媛妹妹 2020-12-12 15:31

When I export to PDF via org-mode (C-c C-e d), any words with underscores end up being partially converted to subscript. How can I prevent this from happening?

I fou

7条回答
  •  执笔经年
    2020-12-12 16:21

    Do you want to prevent subscripts in the onscreen display of the source file or in the text of the output PDF? If the latter, then you want

    \usepackage{underscore}
    

    It won't break the use of underscores in maths mode, either.

提交回复
热议问题