Re: prevent underscores to be translates in subscript when exporting to latex

2022-10-12 Thread Luca Ferrari
On Sat, Oct 8, 2022 at 4:43 PM Mark Barton wrote: > The last part forces the export to recognize just the LaTeX form of > specifying subscripts. > Great! Thanks, this is what I was looking for. Luca

Re: prevent underscores to be translates in subscript when exporting to latex

2022-10-08 Thread Mark Barton
> On Oct 8, 2022, at 6:58 AM, Luca Ferrari wrote: > > Hi all, > I've a link like > [[https://foo.com/bar_baz.html][https://foo.com/bar_baz.html] > ] that, > once rendered in LaTeX, is converted to a subscript like > bar\textsubscript

Re: prevent underscores to be translates in subscript when exporting to latex

2022-10-08 Thread Luca Ferrari
On Sat, Oct 8, 2022 at 4:12 PM Ihor Radchenko wrote: > [[https://foo.com/bar_baz.html][=https://foo.com/bar_baz.html=]] > This has, however, the effect of changing the font type to \textt. The same happens when using ~ in place of =. > or you can drop the description part of the link altogether:

Re: prevent underscores to be translates in subscript when exporting to latex

2022-10-08 Thread Ihor Radchenko
Luca Ferrari writes: > Hi all, > I've a link like > [[https://foo.com/bar_baz.html][https://foo.com/bar_baz.html]] that, > once rendered in LaTeX, is converted to a subscript like > bar\textsubscript{baz}. > Is there a way to prevent this? Description part of the link can contain markup, includi

prevent underscores to be translates in subscript when exporting to latex

2022-10-08 Thread Luca Ferrari
Hi all, I've a link like [[https://foo.com/bar_baz.html][https://foo.com/bar_baz.html]] that, once rendered in LaTeX, is converted to a subscript like bar\textsubscript{baz}. Is there a way to prevent this? Thanks, Luca