emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Best practices for dual HTML/LaTeX export for scientific papers


From: Eric S Fraga
Subject: Re: [O] Best practices for dual HTML/LaTeX export for scientific papers
Date: Thu, 2 Apr 2015 16:00:17 +0100
User-agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux)

On Thursday,  2 Apr 2015 at 09:30, David Dynerman wrote:
> Hi all,
>
> I’m 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., “See Figure 
> 1”)

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

-- 
: Eric S Fraga (0xFFFCF67D), Emacs 25.0.50.1, Org release_8.3beta-921-gfd8c84



reply via email to

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