小智 93
您可以通过添加以下行来禁用组织文件中的超级/下标:
#+OPTIONS: ^:nil
Run Code Online (Sandbox Code Playgroud)
查看组织手册以获取更多选项.
以下命令插入包含所有选项的模板:
C-c C-e #
zpi*_*ter 29
我能够通过设置以下变量来解决问题:
(setq org-export-with-sub-superscripts nil)
Run Code Online (Sandbox Code Playgroud)
我认为这会更容易:http://orgmode.org/manual/Subscripts-and-superscripts.html 用反斜杠转义下划线:
现在,逃避_:
你可以在这里看到这个:http://www.railsonmaui.com/blog/2013/04/27/octopress-setup-with-github-and-org-mode/
是否要阻止源文件的屏幕显示或输出PDF文本中的下标?如果是后者,那么你想要
\usepackage{underscore}
Run Code Online (Sandbox Code Playgroud)
它也不会在数学模式中打破下划线的使用.