public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
From: jiewuza <jiewuza-9Onoh4P/yGk@public.gmane.org>
To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
Subject: Could --biblatex use autocite instead of autocites so as to support numeric-comp style?
Date: Fri, 05 Oct 2018 09:59:18 +0800	[thread overview]
Message-ID: <m2h8i19mrt.fsf@163.com> (raw)


With --biblatex, this md file:
```
We are citing [@A1; @A2; @A3]
```

is converted into tex: (autocites version)
```
We are citing \autocites{A1}{A2}{A3}
```

instead of (autocite version)
```
We are citing \autocite{A1,A2,A3}
```

I did not notice the difference until I add numeric-comp style.

For autocite version:
```
\usepackage[style=numeric-comp]{biblatex}
...
We are citing \autocite{A1,A2,A3}
```
The result pdf is what I expected, it shows as
`We are citing [1-3]`.

While for autocites version, it shows as
`We are citing [1,2,3]`, not compressed.


             reply	other threads:[~2018-10-05  1:59 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-05  1:59 jiewuza [this message]
     [not found] ` <m2h8i19mrt.fsf-9Onoh4P/yGk@public.gmane.org>
2018-10-05  2:40   ` John MacFarlane
2018-10-05  5:35     ` jiewuza
     [not found]       ` <m2d0sp9crm.fsf-9Onoh4P/yGk@public.gmane.org>
2018-10-05 17:01         ` John MacFarlane
2018-10-06 13:28           ` jiewuza
2018-10-06 13:37           ` jiewuza
     [not found]             ` <m24ldz9owk.fsf-9Onoh4P/yGk@public.gmane.org>
2018-10-07 17:57               ` John MacFarlane
2018-10-08  2:08                 ` jiewuza
2018-10-08  2:33                 ` jiewuza
     [not found]                   ` <m2va6d88wl.fsf-9Onoh4P/yGk@public.gmane.org>
2018-10-08 17:07                     ` John MacFarlane
2018-10-09  2:35                       ` jiewuza
     [not found]                       ` <yh480kwoqsfju9.fsf-pgq/RBwaQ+zq8tPRBa0AtqxOck334EZe@public.gmane.org>
2018-10-11 15:36                         ` Joost Kremers
     [not found]                           ` <87zhvk5wby.fsf-97jfqw80gc6171pxa8y+qA@public.gmane.org>
2018-10-12 16:28                             ` John MacFarlane

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=m2h8i19mrt.fsf@163.com \
    --to=jiewuza-9onoh4p/ygk@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).