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

2015-04-03 Thread Ken Mankoff
On Thu, Apr 2, 2015 at 10:30 AM, David Dynerman wrote: > Hi all, > > I’m currently trying to use org mode to write a scientific paper. Here is > my wishlist: > > 4) LaTeX and HTML export > > Have you considered just LaTeX export, and then using pdf2htmlEx https://coolwanglu.github.io/pdf2htmlEX/

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

2015-04-03 Thread Sebastien Vauban
"Charles C. Berry" wrote: > On Thu, 2 Apr 2015, Rasmus wrote: >> David Dynerman writes: >> >>> 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 >>

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

2015-04-02 Thread Charles C. Berry
On Thu, 2 Apr 2015, Rasmus wrote: Hi, David Dynerman writes: [snip] 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. Tha

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

2015-04-02 Thread Rasmus
Hi, David Dynerman 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 multi

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

2015-04-02 Thread John Kitchin
#1 org-ref does an ok job with this. It isn't as good at html output as for latex output (because latex has a dedicated citation processor via bib(la)tex, and org-ref has a hackery for generating mostly ok entries from the bibtex file, for the common types I have used.). For example, you often

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

2015-04-02 Thread Eric S Fraga
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

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

2015-04-02 Thread David Dynerman
Hi all, I’m currently trying to use org mode to write a scientific paper. Here is my wishlist: 1) Citations to an external bibliography 2) Figures containing multiple side-by-side figures with subcaptions (e.g. in LaTeX I would use minipage + subcaption) 3) In-document links (i.e., cross refere