>>> "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 though
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.
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