* html export list of figures
@ 2015-09-23 20:21 Cook, Malcolm
2015-09-23 22:48 ` John Kitchin
0 siblings, 1 reply; 5+ messages in thread
From: Cook, Malcolm @ 2015-09-23 20:21 UTC (permalink / raw)
To: emacs-orgmode@gnu.org
Hi,
I see know what to generate a list of figures to appear in my html export in addition to my current
#+TOC: listings
#+TOC: tables
Exporting latex provides
#+LATEX: \listoffigures
To complement
#+LATEX: \tableofcontents
#+LATEX: \listoftables
But I see nothing analogous for HTML
Am I missing something?
Thanks,
Malcolm Cook
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: html export list of figures
2015-09-23 20:21 html export list of figures Cook, Malcolm
@ 2015-09-23 22:48 ` John Kitchin
2015-09-24 16:01 ` Cook, Malcolm
0 siblings, 1 reply; 5+ messages in thread
From: John Kitchin @ 2015-09-23 22:48 UTC (permalink / raw)
To: Cook, Malcolm; +Cc: emacs-orgmode@gnu.org
I am not aware of anything in html for this. In latex, org is just
passing the baton to Latex to generate the list of tables/figures. For
HTML, you will probably have to generate the code yourself.
In org-ref I provide a list-of-tables and list-of-figures link, which
has the latex export code you show, but it is also clickable and
generates an org buffer with a clickable list of tables or figures. See:
https://github.com/jkitchin/org-ref/blob/master/org-ref.el#L932
while there is no html export code there, the clicking functions lay out
how to get the information. I guess you would need one more detail of
putting some kind of anchor or something on the tables/figures so you
could click on the list and jump to the table. it might get you stated anyway.
Cook, Malcolm writes:
> Hi,
>
> I see know what to generate a list of figures to appear in my html export in addition to my current
>
> #+TOC: listings
> #+TOC: tables
>
> Exporting latex provides
>
> #+LATEX: \listoffigures
>
> To complement
>
> #+LATEX: \tableofcontents
> #+LATEX: \listoftables
>
> But I see nothing analogous for HTML
>
> Am I missing something?
>
> Thanks,
>
> Malcolm Cook
--
Professor John Kitchin
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803
@johnkitchin
http://kitchingroup.cheme.cmu.edu
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: html export list of figures
2015-09-23 22:48 ` John Kitchin
@ 2015-09-24 16:01 ` Cook, Malcolm
2015-09-24 17:26 ` John Kitchin
0 siblings, 1 reply; 5+ messages in thread
From: Cook, Malcolm @ 2015-09-24 16:01 UTC (permalink / raw)
To: 'John Kitchin'; +Cc: emacs-orgmode@gnu.org
Hi,
> I am not aware of anything in html for this. In latex, org is just passing the
> baton to Latex to generate the list of tables/figures. For HTML, you will
> probably have to generate the code yourself.
>
> In org-ref I provide a list-of-tables and list-of-figures link, which has the latex
> export code you show, but it is also clickable and generates an org buffer with
> a clickable list of tables or figures. See:
>
> https://github.com/jkitchin/org-ref/blob/master/org-ref.el#L932
>
> while there is no html export code there, the clicking functions lay out how to
> get the information. I guess you would need one more detail of putting some
> kind of anchor or something on the tables/figures so you could click on the list
> and jump to the table. it might get you stated anyway.
Great John, thanks, I will see what I can add. Is this package part of any library available via that package manager?
>
> Cook, Malcolm writes:
>
> > Hi,
> >
> > I see know what to generate a list of figures to appear in my html
> > export in addition to my current
> >
> > #+TOC: listings
> > #+TOC: tables
> >
> > Exporting latex provides
> >
> > #+LATEX: \listoffigures
> >
> > To complement
> >
> > #+LATEX: \tableofcontents
> > #+LATEX: \listoftables
> >
> > But I see nothing analogous for HTML
> >
> > Am I missing something?
> >
> > Thanks,
> >
> > Malcolm Cook
>
> --
> Professor John Kitchin
> Doherty Hall A207F
> Department of Chemical Engineering
> Carnegie Mellon University
> Pittsburgh, PA 15213
> 412-268-7803
> @johnkitchin
> http://kitchingroup.cheme.cmu.edu
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: html export list of figures
2015-09-24 16:01 ` Cook, Malcolm
@ 2015-09-24 17:26 ` John Kitchin
2015-09-24 18:24 ` Daniele Pizzolli
0 siblings, 1 reply; 5+ messages in thread
From: John Kitchin @ 2015-09-24 17:26 UTC (permalink / raw)
To: Cook, Malcolm; +Cc: emacs-orgmode@gnu.org, 'John Kitchin'
no, for now it is still only available on github.
Cook, Malcolm writes:
> Hi,
>> I am not aware of anything in html for this. In latex, org is just passing the
> > baton to Latex to generate the list of tables/figures. For HTML, you will
> > probably have to generate the code yourself.
> >
> > In org-ref I provide a list-of-tables and list-of-figures link, which has the latex
> > export code you show, but it is also clickable and generates an org buffer with
> > a clickable list of tables or figures. See:
> >
> > https://github.com/jkitchin/org-ref/blob/master/org-ref.el#L932
> >
> > while there is no html export code there, the clicking functions lay out how to
> > get the information. I guess you would need one more detail of putting some
> > kind of anchor or something on the tables/figures so you could click on the list
> > and jump to the table. it might get you stated anyway.
>
> Great John, thanks, I will see what I can add. Is this package part of any library available via that package manager?
>
> >
> > Cook, Malcolm writes:
> >
> > > Hi,
> > >
> > > I see know what to generate a list of figures to appear in my html
> > > export in addition to my current
> > >
> > > #+TOC: listings
> > > #+TOC: tables
> > >
> > > Exporting latex provides
> > >
> > > #+LATEX: \listoffigures
> > >
> > > To complement
> > >
> > > #+LATEX: \tableofcontents
> > > #+LATEX: \listoftables
> > >
> > > But I see nothing analogous for HTML
> > >
> > > Am I missing something?
> > >
> > > Thanks,
> > >
> > > Malcolm Cook
> >
> > --
> > Professor John Kitchin
> > Doherty Hall A207F
> > Department of Chemical Engineering
> > Carnegie Mellon University
> > Pittsburgh, PA 15213
> > 412-268-7803
> > @johnkitchin
> > http://kitchingroup.cheme.cmu.edu
--
Professor John Kitchin
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803
@johnkitchin
http://kitchingroup.cheme.cmu.edu
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: html export list of figures
2015-09-24 17:26 ` John Kitchin
@ 2015-09-24 18:24 ` Daniele Pizzolli
0 siblings, 0 replies; 5+ messages in thread
From: Daniele Pizzolli @ 2015-09-24 18:24 UTC (permalink / raw)
To: emacs-orgmode
On Thu, Sep 24 2015, John Kitchin wrote:
[]
Hello,
I am reversing the conversation to figure out the meaning:
> > In org-ref I provide a list-of-tables and list-of-figures link,
> > which has the latex
[]
>> Great John, thanks, I will see what I can add. Is this package part
>> of any library available via that package manager?
[]
> no, for now it is still only available on github.
Well, I made a recipe for el-get some time ago.
Best,
Daniele
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-09-24 18:25 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-23 20:21 html export list of figures Cook, Malcolm
2015-09-23 22:48 ` John Kitchin
2015-09-24 16:01 ` Cook, Malcolm
2015-09-24 17:26 ` John Kitchin
2015-09-24 18:24 ` Daniele Pizzolli
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).