public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
From: John MacFarlane <jgm-TVLZxgkOlNX2fBVCVOL8/A@public.gmane.org>
To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
Subject: Re: ANN: pandoc 1.15.2
Date: Sun, 15 Nov 2015 17:51:02 -0800	[thread overview]
Message-ID: <20151116015102.GA18958@MacBook-Air-2.local> (raw)
In-Reply-To: <56491E8F.4090408-S0/GAf8tV78@public.gmane.org>

+++ Pablo Rodríguez [Nov 16 15 01:08 ]:
>On 11/15/2015 11:39 PM, John MacFarlane wrote:
>> I've just released pandoc 1.15.2:
>>
>> Hackage:  https://hackage.haskell.org/package/pandoc-1.15.2
>> Github:   https://github.com/jgm/pandoc/releases/tag/1.15.2
>>
>> A changelog and binary packages for Windows, OSX, and 64-bit linux
>> can be found on the github release page.
>
>John,
>
>many thanks for the new release.
>
>One of the features I miss (or I‘m not able to find) is the ability to
>place the bibliography anywhere in the document.
>
>I don’t know whehter this has been implemented in the master branch or not.

It has been implemented in pandoc-citeproc since
pandoc-citeproc 0.8 (and is documented in its changelog).

If you include `<div id="refs"></div>`
in your document, the bibliography will be placed there.
Otherwise it will be placed at the end as before.

>To implement the same feature for the TOC and footnotes, consider the
>following.
>
>If you go to a bookstore (or even a library), most books may include a
>TOC, some of them may have footnotes and a portion of those may include
>a bibliographpy.
>
>Implementing the ability to locate the TOC and footnotes is also
>important, because they might be more frequently used with Markdown
>documents.
>
>Would it be possible that pandoc automatically-generated contents could
>be placed by the user anywhere in the document?

For toc, you can already adjust its position in most of the
templates.  You can't put it in an arbitrary position in the
middle of the document body, but I don't see why that would
be wanted.

Footnotes are harder, because they're handled automatically
in most formats.

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/20151116015102.GA18958%40MacBook-Air-2.local.
For more options, visit https://groups.google.com/d/optout.


  parent reply	other threads:[~2015-11-16  1:51 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-15 22:39 John MacFarlane
     [not found] ` <20151115223914.GA18749-jF64zX8BO091tJRe0FUodcM6rOWSkUom@public.gmane.org>
2015-11-16  0:08   ` Pablo Rodríguez
     [not found]     ` <56491E8F.4090408-S0/GAf8tV78@public.gmane.org>
2015-11-16  1:51       ` John MacFarlane [this message]
     [not found]         ` <20151116015102.GA18958-jF64zX8BO091tJRe0FUodcM6rOWSkUom@public.gmane.org>
2015-11-16 19:15           ` Pablo Rodríguez
     [not found]             ` <564A2B6A.4060300-S0/GAf8tV78@public.gmane.org>
2015-11-17 11:31               ` BP Jonsson
     [not found]                 ` <CAFC_yuTepqauzQ+uFqd4s6fr0CNCXk7++NN-BQumuOnWQGnKwQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-11-19 19:19                   ` Pablo Rodríguez
     [not found]                     ` <564E20D8.5000509-S0/GAf8tV78@public.gmane.org>
2015-11-19 20:32                       ` John MACFARLANE
     [not found]                         ` <20151119203204.GA2192-nFAEphtLEs/fysO+viCLMa55KtNWUUjk@public.gmane.org>
2015-11-20 14:50                           ` BP Jonsson
2015-11-20 18:38                           ` BP Jonsson
     [not found]                             ` <564F68A0.7070404-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-11-22 20:00                               ` Pablo Rodríguez
2015-11-22 17:44                           ` Pablo Rodríguez
     [not found]                             ` <5651FEEA.7000100-S0/GAf8tV78@public.gmane.org>
2015-11-22 21:05                               ` BP Jonsson
     [not found]                                 ` <56522E1E.9020601-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-11-22 21:38                                   ` John MacFarlane
2015-11-24  1:02                               ` Jason White
2015-11-23 23:10                       ` david.pw.smith-Re5JQEeQqe8AvxtiuMwx3w
2015-11-17 19:12               ` John MACFARLANE
     [not found]                 ` <20151117191207.GA69521-nFAEphtLEs/fysO+viCLMa55KtNWUUjk@public.gmane.org>
2015-11-19 19:00                   ` Pablo Rodríguez

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20151116015102.GA18958@MacBook-Air-2.local \
    --to=jgm-tvlzxgkolnx2fbvcvol8/a@public.gmane.org \
    --cc=pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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 NNTP newsgroup(s).