Re: export +A+ to latex, xout and not sout

2020-11-08 Thread Uwe Brauer
>>> "T" == TEC   writes:


Hi Timothy
> Hi Uwe,

> Uwe Brauer  writes:

>> I'd rather prefer to have \xout{A} instead of \sout{A}
>> How can I achieve that?

> How about this:
> (setcdr (assoc 'strike-through org-latex-text-markup-alist)
>"\\xout{%s}")

A pure lisp solution, I see, I thought one could add something in the
export options, but never mind.

> Hope that helps,

It does so very much, thanks.


smime.p7s
Description: S/MIME cryptographic signature


Re: export +A+ to latex, xout and not sout

2020-11-08 Thread TEC



Hi Uwe,

Uwe Brauer  writes:


I'd rather prefer to have \xout{A} instead of \sout{A}
How can I achieve that?


How about this:
(setcdr (assoc 'strike-through org-latex-text-markup-alist)
   "\\xout{%s}")

Hope that helps,

Timothy.



export +A+ to latex, xout and not sout

2020-11-08 Thread Uwe Brauer



Hi

When I export an org file that contains constructs such as +A+ to a
Latex files, it gets converted to \sout{A}.

I'd rather prefer to have \xout{A} instead of \sout{A}

How can I achieve that?

Thanks and regards

Uwe Brauer