public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* Could --biblatex use autocite instead of autocites so as to support numeric-comp style?
@ 2018-10-05  1:59 jiewuza
       [not found] ` <m2h8i19mrt.fsf-9Onoh4P/yGk@public.gmane.org>
  0 siblings, 1 reply; 13+ messages in thread
From: jiewuza @ 2018-10-05  1:59 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw


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.


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2018-10-12 16:28 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-05  1:59 Could --biblatex use autocite instead of autocites so as to support numeric-comp style? jiewuza
     [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

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).