From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: Best practices for dual HTML/LaTeX export for scientific papers Date: Thu, 2 Apr 2015 16:00:17 +0100 Message-ID: <87619e60e6.fsf@ucl.ac.uk> References: <0D61CF76-2D92-4A9C-A90E-2F175BDDA91B@block-party.net> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60835) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ydgbb-0001MY-HJ for emacs-orgmode@gnu.org; Thu, 02 Apr 2015 11:00:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YdgbY-0007B4-AB for emacs-orgmode@gnu.org; Thu, 02 Apr 2015 11:00:27 -0400 Received: from mail-am1on0127.outbound.protection.outlook.com ([157.56.112.127]:48492 helo=emea01-am1-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YdgbX-0007Ay-Ru for emacs-orgmode@gnu.org; Thu, 02 Apr 2015 11:00:24 -0400 In-Reply-To: <0D61CF76-2D92-4A9C-A90E-2F175BDDA91B@block-party.net> (David Dynerman's message of "Thu, 2 Apr 2015 09:30:15 -0500") 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: David Dynerman Cc: emacs-orgmode@gnu.org On Thursday, 2 Apr 2015 at 09:30, David Dynerman wrote: > Hi all, > > I=E2=80=99m currently trying to use org mode to write a scientific paper.= Here is my wishlist: I only ever target LaTeX so cannot help with the HTML end of things. > 1) Citations to an external bibliography John Kitchin's org-ref package is probably the way to go. I don't use it but use simply [[cite:blah-et-al]] which exports, in LaTeX, to \cite{blah-et-al} and I make sure that my org-latex-pdf-process runs bibtex on the resulting LaTeX. > 2) Figures containing multiple side-by-side figures with subcaptions (e.g= . in LaTeX I would use minipage + subcaption) Not sure how to do this. > 3) In-document links (i.e., cross references) to figures (e.g., =E2=80=9C= See Figure 1=E2=80=9D) What you currently do is what I do, labelling with #+label: fig-label and referring via [[fig-label]]). > 4) LaTeX and HTML export I don't bother with the latter although you may be able to use one of the LaTeX to HTML converters out there to good effect (pandoc, htlatex)? The recent developments on citation syntax for org may help resolve some of the issues with multiple export targets for scientific papers, however. Stay tuned! HTH, eric --=20 : Eric S Fraga (0xFFFCF67D), Emacs 25.0.50.1, Org release_8.3beta-921-gfd8c= 84