童俊翔 <tongjunxi...@gmail.com> writes:

> I want to write CN01_003_pla, in which the “_” doesn’t represent subscript. 
> How to do this?
>
> Thank you!

#+OPTIONS: ^:nil

or

#+OPTIONS: ^:{}

The second gives you the ability to have super/subscripts
by enclosing them in braces, so

a_b gives an underscore while a_{b} gives a subscript.

--
Nick


Reply via email to