Hi Sebastian and all,
Sebastian Fischmeister writes:
> I'm still undecided between a regex replace and org-entities. Is there
> a straightforward way to define own directives for orgmode to then
> support something like the following?
>
> #+LaTeX_EXPORT: "=>":"$\rightarrow$"
>
> or more generic
Sebastian Fischmeister writes:
>>
>> This sounds a bit like org-entities. I use this together with cdlatex for
>
>> quickly inserting such things.
>>
>> Try to type \Rightarrow and type C-c C-x \
>> Also try to export to text (non-unicode). You will get the desired symbol.
>>
>> Alternatively,
>
> This sounds a bit like org-entities. I use this together with cdlatex for
> quickly inserting such things.
>
> Try to type \Rightarrow and type C-c C-x \
> Also try to export to text (non-unicode). You will get the desired symbol.
>
> Alternatively, you can use one of the many input methods s
Hi Richard,
> There's an example of how to do something like this in the "Advanced
> Configuration" section of the Export section in the manual. Maybe you
> could adapt it like this?
>
> (defun my-latex-filter-rightarrow (text backend info)
>(when (org-export-derived-backend-p backen
Rainer M Krug writes:
> Rasmus writes:
>
>> Sebastian Fischmeister writes:
>>
>>> Is there a simple way to build regex-based extensions to the exporters?
>>
>> Yeah, filters. But I don’t think this is the best way to go about it.
>>
>>> For example, I would like to convert this string "=>" to
Rasmus writes:
> Sebastian Fischmeister writes:
>
>> Is there a simple way to build regex-based extensions to the exporters?
>
> Yeah, filters. But I don’t think this is the best way to go about it.
>
>> For example, I would like to convert this string "=>" to $\rightarrow$
>> when converting t
Sebastian Fischmeister writes:
> Is there a simple way to build regex-based extensions to the exporters?
Yeah, filters. But I don’t think this is the best way to go about it.
> For example, I would like to convert this string "=>" to $\rightarrow$
> when converting the document to latex.
>
> T
Hi Sebasitan,
Sebastian Fischmeister writes:
> Is there a simple way to build regex-based extensions to the exporters?
> For example, I would like to convert this string "=>" to $\rightarrow$
> when converting the document to latex.
There's an example of how to do something like this in the "Ad
Sebastian Fischmeister writes:
> Hi,
>
> Is there a simple way to build regex-based extensions to the exporters?
> For example, I would like to convert this string "=>" to $\rightarrow$
> when converting the document to latex.
>
> There are lots of other uses, where I could create my shortcuts an
Hi,
Is there a simple way to build regex-based extensions to the exporters?
For example, I would like to convert this string "=>" to $\rightarrow$
when converting the document to latex.
There are lots of other uses, where I could create my shortcuts and
insert them in orgmode files without creati
10 matches
Mail list logo