diff options
author | John MacFarlane <jgm@berkeley.edu> | 2021-05-17 20:43:41 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2021-05-17 20:46:49 -0700 |
commit | fa23effe2567183ec424feda55f507e27f50f7c8 (patch) | |
tree | cfb546d944b90762ae8f79fca269b912226ca308 /windows | |
parent | 56fb4dae1ba2f6c28f561964249b89385d482f53 (diff) | |
download | pandoc-fa23effe2567183ec424feda55f507e27f50f7c8.tar.gz |
LaTeX template: improve treatment of CSL entry-spacing.
Previously with the default template settings (`indent` variable
not set), we would get interparagraph spaces separating bib
entries even with `entry-spacing="0"`. On the other hand,
setting `entry-spacing="2"` gave ridiculously large spacing.
This change makes the spacing caused by `entry-spacing` a multiple
of `\parskip` by default, which gives aesthetically reasonable
output. Those who want a larger or smaller unit (e.g. because
they use `indent` which sets `\parskip` to 0) may
`\setlength{\cslentryspacingunit}{10pt}` in header-includes
to override the defaults.
Closes #7296.
Diffstat (limited to 'windows')
0 files changed, 0 insertions, 0 deletions