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

后端 未结 7 1809
名媛妹妹
名媛妹妹 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:13

    You can disable super/subscripting within an org file by adding the following line:

    #+OPTIONS: ^:nil
    

    Check the org manual for more options.
    The following command inserts a template containing all the options: C-c C-e #

提交回复
热议问题