emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Citations and references in ODT


From: Nick Dokos
Subject: Re: [O] Citations and references in ODT
Date: Mon, 13 Jan 2014 01:31:59 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Ken Mankoff <address@hidden> writes:

> Hi,
>
> I find the ODT export very useful. Working on another document imported from 
> LaTeX I have a lot of \citep{} and \citet{} in addition to \cite{}. Is it 
> possible for ox-jabref.el to
> support this even if it does not distinguish between the T and P?
>
> I edited the line near the bottom with the regex and changed
>
>          (value (∧ (string-match "\\\\cite{\\(.*?\\)}" latex-frag)
>
> to
>
>          (value (∧ (string-match "\\\\cite?{\\(.*?\\)}" latex-frag)
>

Try "\\\\cite[tp]?{\\(.*?\\)}"  or "\\\\cite.?{\\(.*?\\)}"instead
(untested).

> But it did not help.
>
>    -k.
>

-- 
Nick




reply via email to

[Prev in Thread] Current Thread [Next in Thread]