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: Rasmus
Subject: Re: [O] Best practices for dual HTML/LaTeX export for scientific papers
Date: Thu, 02 Apr 2015 17:41:57 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Hi,

David Dynerman <address@hidden> writes:

> 1) Citations to an external bibliography

I use a home-brewed solution.  If your requirements are modest there's
also ox-bibtex.el in addition to John's package (which I haven't tried).

In the future there may be a "official" solution.

> 2) Figures containing multiple side-by-side figures with subcaptions (e.g. in 
> LaTeX I would use minipage + subcaption)

For LaTeX you can find solution on this list.  I would not know how to do
it in "plain" HTML.  That would be the first step to a solution.

> 3) In-document links (i.e., cross references) to figures (e.g., “See Figure 
> 1”)

Can't you just do:

     #+NAME: fig
     #+CAPTION: caption
     [[file:fig.png]]

     See figure [[fig]]

> 4) LaTeX and HTML export

ox stands for org export.  A number of backends including LaTeX and html
are supported.  It's documented in the manual.

> Is it an issue of adding some functionality to the HTML exporter?

Patches are welcome, but you should aim to target as all relevant
backends.  For your own solution you can use filters or you can ox-publish
and change the functions that you desire to change.

Hope it helps,
Rasmus

-- 
Send from my Emacs




reply via email to

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