From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Lawrence Subject: Re: Citation syntax: a revised proposal Date: Tue, 17 Mar 2015 14:34:08 -0700 Message-ID: <87fv931f73.fsf@berkeley.edu> References: <87k2zjnc0e.fsf@berkeley.edu> <8761aznpiq.fsf@berkeley.edu> <87twyjnh0r.fsf@nicolasgoaziou.fr> <87oaopx24e.fsf@berkeley.edu> <87k2zd4f3w.fsf@nicolasgoaziou.fr> <87egpkv8g9.fsf@berkeley.edu> <877fv6xfaq.fsf@gmail.com> <87twya2ak0.fsf@berkeley.edu> <87zj81aa97.fsf@nicolasgoaziou.fr> <87ioep2r6p.fsf@berkeley.edu> <87y4ngbgm7.fsf@nicolasgoaziou.fr> <87bnkbi61v.fsf@gmail.com> <87a8zlmujp.fsf@gmail.com> <87ioe8yftp.fsf@berkeley.edu> <871tkwmh87.fsf@gmail.com> <87sidb8mm7.fsf@berkeley.edu> <87lhj07ol0.fsf@berkeley.edu> <87y4mw19yj.fsf@berkeley.edu> <87twxj1tfh.fsf@berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34167) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXz8X-0000lP-UY for emacs-orgmode@gnu.org; Tue, 17 Mar 2015 17:34:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YXz8U-0006RM-Oq for emacs-orgmode@gnu.org; Tue, 17 Mar 2015 17:34:53 -0400 Received: from plane.gmane.org ([80.91.229.3]:60191) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXz8U-0006RG-IG for emacs-orgmode@gnu.org; Tue, 17 Mar 2015 17:34:50 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YXz8R-0007JO-IR for emacs-orgmode@gnu.org; Tue, 17 Mar 2015 22:34:47 +0100 Received: from c-67-169-117-151.hsd1.ca.comcast.net ([67.169.117.151]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 17 Mar 2015 22:34:47 +0100 Received: from richard.lawrence by c-67-169-117-151.hsd1.ca.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 17 Mar 2015 22:34:47 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi Andreas, Andreas Leha writes: >>> 2. The non-LaTeX exports >>> These are all treated the same and will contain just text, that is >>> produced to mimic LaTeX's output to some extent? >> >> Well, that depends on what you mean by `just' text. Citations can still >> contain or be wrapped in markup that is specific to the output format, >> like span tags or anchor tags in HTML. >> > > I meant especially link-like functionality in the exported document. > Just as references in a LaTeX generated PDF can link to the bibliography > (and back). I don't see why this couldn't be done, at least in the direction from link to bibliography entry. (I don't think the other direction will work, as the relationship is generally one-many.) I'll think about the best way to add this; the problem is adding unique identifiers to bibliography entries when generating them, which hopefully shouldn't be too difficult. Best, Richard