diff options
| author | John MacFarlane <[email protected]> | 2023-09-07 09:06:23 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-09-07 09:06:23 -0700 |
| commit | db9aa720373987a8b13ee3ffb62ea4f95c6c5ee0 (patch) | |
| tree | e98b2e77eae133a78b18418cf651bad52eebf0b9 /test | |
| parent | 62732204497dc67a54497cd27b9e6005d2c3ff25 (diff) | |
Fix default citeproc entry-spacing.
According to the CSL manual, the default entry spacing is 1.
We were treating it as 0.
T.P.Citeproc: always include an entry-spacing attribute
in the Div if the bibliography element contains an entry-spacing
attribute (previously we omitted it when it was 0).
LaTeX writer: use entry spacing 1 if no entry-spacing
attribute is present.
Update tests.
See #9058.
Diffstat (limited to 'test')
48 files changed, 48 insertions, 48 deletions
diff --git a/test/command/6723.md b/test/command/6723.md index ce89c4b88..02fdfc032 100644 --- a/test/command/6723.md +++ b/test/command/6723.md @@ -22,7 +22,7 @@ Blah.[^1] # References {#references .unnumbered} -::: {#refs .references .csl-bib-body .hanging-indent} +::: {#refs .references .csl-bib-body .hanging-indent entry-spacing="0"} ::: {#ref-doe .csl-entry} Doe, John. "An Article," 2020. <https://doi.org/10.1109/5.771073>. ::: diff --git a/test/command/6890.md b/test/command/6890.md index 579342980..3404a7ee3 100644 --- a/test/command/6890.md +++ b/test/command/6890.md @@ -81,7 +81,7 @@ Some text.[^1] , Div ( "refs" , [ "references" , "csl-bib-body" , "hanging-indent" ] - , [] + , [ ( "entry-spacing" , "0" ) ] ) [ Div ( "ref-fruchtel-sozialer-2013a" , [ "csl-entry" ] , [] ) diff --git a/test/command/8354.md b/test/command/8354.md index 96e3d6801..6089556c9 100644 --- a/test/command/8354.md +++ b/test/command/8354.md @@ -26,7 +26,7 @@ references: ^D <h2 class="unnumbered" id="references">References</h2> <div id="refs" class="references csl-bib-body hanging-indent" -role="list"> +data-entry-spacing="0" role="list"> <div id="ref-feketeExploringReproducibilityVisualization2020" class="csl-entry" role="listitem"> Fekete, Jean-Daniel, and Juliana Freire. 2020. <span>“Exploring diff --git a/test/command/citeproc-7a.md b/test/command/citeproc-7a.md index 386ba3594..4d14dbfc0 100644 --- a/test/command/citeproc-7a.md +++ b/test/command/citeproc-7a.md @@ -26,7 +26,7 @@ Test.[^3] Test.[^4] -::: {#refs .references .csl-bib-body .hanging-indent} +::: {#refs .references .csl-bib-body .hanging-indent entry-spacing="0"} ::: {#ref-test .csl-entry} Doe, John. "Test," n.d. ::: diff --git a/test/command/pandoc-citeproc-118.md b/test/command/pandoc-citeproc-118.md index 063bb6bbf..4028a4c3d 100644 --- a/test/command/pandoc-citeproc-118.md +++ b/test/command/pandoc-citeproc-118.md @@ -19,7 +19,7 @@ references: ^D (Hitchcock 1959) is a spy thriller film. -::: {#refs .references .csl-bib-body .hanging-indent} +::: {#refs .references .csl-bib-body .hanging-indent entry-spacing="0"} ::: {#ref-nbn .csl-entry} Hitchcock, Alfred, dir. 1959. *North by Northwest*. USA: Metro-Goldwyn-Mayer. diff --git a/test/command/pandoc-citeproc-119.md b/test/command/pandoc-citeproc-119.md index cbae7c8fe..b86a2eb95 100644 --- a/test/command/pandoc-citeproc-119.md +++ b/test/command/pandoc-citeproc-119.md @@ -14,7 +14,7 @@ Averroes (1982); Averroes (1892); Averroes (1869) # References {#references .unnumbered} -::: {#refs .references .csl-bib-body .hanging-indent line-spacing="2"} +::: {#refs .references .csl-bib-body .hanging-indent entry-spacing="0" line-spacing="2"} ::: {#ref-averroes/hercz .csl-entry} Averroes. (1869). *Drei Abhandlungen über die Conjunction des separaten Intellects mit dem Menschen: Von Averroes (Vater und Sohn), aus dem diff --git a/test/command/pandoc-citeproc-13.md b/test/command/pandoc-citeproc-13.md index 7d05aee0a..79e76043d 100644 --- a/test/command/pandoc-citeproc-13.md +++ b/test/command/pandoc-citeproc-13.md @@ -19,7 +19,7 @@ Foo [@item1]. ^D Foo.[^1] -::: {#refs .references .csl-bib-body .hanging-indent} +::: {#refs .references .csl-bib-body .hanging-indent entry-spacing="0"} ::: {#ref-item1 .csl-entry} Author, Ann. "Title." *Journal*, 2011. ::: diff --git a/test/command/pandoc-citeproc-136.md b/test/command/pandoc-citeproc-136.md index b04ff7c71..1ecfa22b0 100644 --- a/test/command/pandoc-citeproc-136.md +++ b/test/command/pandoc-citeproc-136.md @@ -15,7 +15,7 @@ references: ^D *Stanze in lode della donna brutta* (1547) is an anoynymous work. -::: {#refs .references .csl-bib-body .hanging-indent} +::: {#refs .references .csl-bib-body .hanging-indent entry-spacing="0"} ::: {#ref-stanze .csl-entry} *Stanze in lode della donna brutta*. 1547. Florence. ::: diff --git a/test/command/pandoc-citeproc-14.md b/test/command/pandoc-citeproc-14.md index feb944395..4ff52d84a 100644 --- a/test/command/pandoc-citeproc-14.md +++ b/test/command/pandoc-citeproc-14.md @@ -56,7 +56,7 @@ Foo (Pelikan 1971b, 1:12). Bar (Pelikan 1971c, 1:12). Baz (Pelikan # References {#references .unnumbered} -::: {#refs .references .csl-bib-body .hanging-indent} +::: {#refs .references .csl-bib-body .hanging-indent entry-spacing="0"} ::: {#ref-CTv1c2 .csl-entry} Pelikan, Jaroslav. 1971a. "Chapter Two." In *The Christian Tradition: A History of the Development of Doctrine*, 1:34--56. Chicago: University diff --git a/test/command/pandoc-citeproc-152.md b/test/command/pandoc-citeproc-152.md index 1810de45f..36af75b7d 100644 --- a/test/command/pandoc-citeproc-152.md +++ b/test/command/pandoc-citeproc-152.md @@ -49,7 +49,7 @@ I have two citations ("Communities," 2011; "Geek Feminism," 2013). # References {#references .unnumbered} -::: {#refs .references .csl-bib-body .hanging-indent line-spacing="2"} +::: {#refs .references .csl-bib-body .hanging-indent entry-spacing="0" line-spacing="2"} ::: {#ref-Feminism2011ces .csl-entry} Communities. (2011, August 14). In *Geek Feminism*. Retrieved from <http://geekfeminism.wikia.com/wiki/Category:Communities> diff --git a/test/command/pandoc-citeproc-175.md b/test/command/pandoc-citeproc-175.md index b84fc2040..9f9fa065d 100644 --- a/test/command/pandoc-citeproc-175.md +++ b/test/command/pandoc-citeproc-175.md @@ -35,7 +35,7 @@ Foo (Doe 2011). > Doe, Jane. 2011. "A Title." *A Magazine*, January--February. -::: {#refs .references .csl-bib-body .hanging-indent} +::: {#refs .references .csl-bib-body .hanging-indent entry-spacing="0"} ::: {#ref-item1 .csl-entry} Doe, Jane. 2011. "A Title." *A Magazine*, January--February 2011. ::: diff --git a/test/command/pandoc-citeproc-197.md b/test/command/pandoc-citeproc-197.md index 5713d67cc..13d589665 100644 --- a/test/command/pandoc-citeproc-197.md +++ b/test/command/pandoc-citeproc-197.md @@ -21,7 +21,7 @@ This is a test [@test]. ^D This is a test.[^1] -::: {#refs .references .csl-bib-body .hanging-indent} +::: {#refs .references .csl-bib-body .hanging-indent entry-spacing="0"} ::: {#ref-test .csl-entry} Abelard, Peter, ed. *Test*. Oxford: Clarendon Press, 1989. ::: diff --git a/test/command/pandoc-citeproc-25.md b/test/command/pandoc-citeproc-25.md index 540745071..971197e26 100644 --- a/test/command/pandoc-citeproc-25.md +++ b/test/command/pandoc-citeproc-25.md @@ -22,7 +22,7 @@ Foo (Author 1998). # References {#references .unnumbered} -::: {#refs .references .csl-bib-body .hanging-indent} +::: {#refs .references .csl-bib-body .hanging-indent entry-spacing="0"} ::: {#ref-item1 .csl-entry} Author, Al. 1998. "Foo Bar Baz: Bazbaz Foo." ::: diff --git a/test/command/pandoc-citeproc-250.md b/test/command/pandoc-citeproc-250.md index 48cf68de1..b5f8a174e 100644 --- a/test/command/pandoc-citeproc-250.md +++ b/test/command/pandoc-citeproc-250.md @@ -13,7 +13,7 @@ references: ^D ([Doe, n.d.](#ref-doe)) -::: {#refs .references .csl-bib-body .hanging-indent} +::: {#refs .references .csl-bib-body .hanging-indent entry-spacing="0"} ::: {#ref-doe .csl-entry} Doe. n.d. "Title." ::: diff --git a/test/command/pandoc-citeproc-301.md b/test/command/pandoc-citeproc-301.md index 9d4af0339..afa352fd2 100644 --- a/test/command/pandoc-citeproc-301.md +++ b/test/command/pandoc-citeproc-301.md @@ -13,7 +13,7 @@ references: "Essays Presented to N.R. Ker (On Art)" (n.d.); "*Test:* An Experiment: An Abridgement" (n.d.) -::: {#refs .references .csl-bib-body .hanging-indent} +::: {#refs .references .csl-bib-body .hanging-indent entry-spacing="0"} ::: {#ref-test .csl-entry} "Essays Presented to N.R. Ker (On Art)." n.d. ::: diff --git a/test/command/pandoc-citeproc-307.md b/test/command/pandoc-citeproc-307.md index ada3781e4..4d8129dfb 100644 --- a/test/command/pandoc-citeproc-307.md +++ b/test/command/pandoc-citeproc-307.md @@ -22,7 +22,7 @@ Bonjour[@bazin_cybernetique_1954] ! ^D Bonjour(Bazin 1954) ! -::: {#refs .references .csl-bib-body .hanging-indent} +::: {#refs .references .csl-bib-body .hanging-indent entry-spacing="0"} ::: {#ref-bazin_cybernetique_1954 .csl-entry} Bazin, André. 1954. « La Cybernétique d'André Cayatte ». *Cahiers du cinéma*, nᵒ 36 (juin): 22‑27. diff --git a/test/command/pandoc-citeproc-312.md b/test/command/pandoc-citeproc-312.md index 20a9b759b..e0e5680db 100644 --- a/test/command/pandoc-citeproc-312.md +++ b/test/command/pandoc-citeproc-312.md @@ -122,7 +122,7 @@ references: --- ^D -::: {#refs .references .csl-bib-body .hanging-indent line-spacing="2"} +::: {#refs .references .csl-bib-body .hanging-indent entry-spacing="0" line-spacing="2"} ::: {#ref-Y .csl-entry} NN. (1950). Date: Year. ::: diff --git a/test/command/pandoc-citeproc-320.md b/test/command/pandoc-citeproc-320.md index 5e6ffdb6b..b539cc2b1 100644 --- a/test/command/pandoc-citeproc-320.md +++ b/test/command/pandoc-citeproc-320.md @@ -138,7 +138,7 @@ n.d.; Madison, n.d.; McAllister, n.d.; McAuley, n.d.; McMillan, n.d.). Foo (Sainte-Beuve, n.d.; Saint-Gaudens, n.d.; Saint-Saëns, n.d.; San Martin, n.d.; St. Denis, n.d.; St. Laurent, n.d.). -::: {#refs .references .csl-bib-body .hanging-indent line-spacing="2"} +::: {#refs .references .csl-bib-body .hanging-indent entry-spacing="0" line-spacing="2"} ::: {#ref-itemA2 .csl-entry} ben Yaakov, D. (n.d.). ::: diff --git a/test/command/pandoc-citeproc-320a.md b/test/command/pandoc-citeproc-320a.md index e894a2250..1a1d2eed2 100644 --- a/test/command/pandoc-citeproc-320a.md +++ b/test/command/pandoc-citeproc-320a.md @@ -51,7 +51,7 @@ Foo [@item1; @item2; @item3; @item4; @item5; @item6; @item7; @item8]. Foo (al-ʾUdhrī, n.d.; al-ʿUdhrī, n.d.; al-\'Udhrī, n.d.; al-'Udhrī, n.d.a, n.d.b; Uch, n.d.; Uebel, n.d.; Zzz, n.d.). -::: {#refs .references .csl-bib-body .hanging-indent} +::: {#refs .references .csl-bib-body .hanging-indent entry-spacing="0"} ::: {#ref-item6 .csl-entry} Uch, Ann. n.d. ::: diff --git a/test/command/pandoc-citeproc-325.md b/test/command/pandoc-citeproc-325.md index e8f2f7e8e..4f4cc4337 100644 --- a/test/command/pandoc-citeproc-325.md +++ b/test/command/pandoc-citeproc-325.md @@ -18,7 +18,7 @@ references: ^D (Smith, n.d.a, n.d.b) -::: {#refs .references .csl-bib-body .hanging-indent} +::: {#refs .references .csl-bib-body .hanging-indent entry-spacing="0"} ::: {#ref-item1 .csl-entry} Smith, John. n.d.a. ::: diff --git a/test/command/pandoc-citeproc-327.md b/test/command/pandoc-citeproc-327.md index 2ea3a247e..8fe7299bb 100644 --- a/test/command/pandoc-citeproc-327.md +++ b/test/command/pandoc-citeproc-327.md @@ -41,7 +41,7 @@ I referenced something here ^D I referenced something here^\[1\]^ -::: {#refs .references .csl-bib-body} +::: {#refs .references .csl-bib-body entry-spacing="0"} ::: {#ref-LiLiaoDongWanHaiYuDiQiDongWuCiJiShengChanLiYanJiuJiShengJingGuaYiXingPingJie2017 .csl-entry} [\[1\] ]{.csl-left-margin}[李轶平, 于旭光, 孙明, 等. [辽东湾海域底栖动物次级生产力研究及生境适宜性评价](http://kns.cnki.net/kns/detail/detail.aspx?QueryID=4&CurRec=4&recid=&FileName=CHAN201706006&DbName=CJFDLAST2018&DbCode=CJFQ&yx=Y&pr=&URLID=21.1110.S.20171129.1725.006)\[J\]. diff --git a/test/command/pandoc-citeproc-351.md b/test/command/pandoc-citeproc-351.md index 24cc8f99f..0da8675c7 100644 --- a/test/command/pandoc-citeproc-351.md +++ b/test/command/pandoc-citeproc-351.md @@ -17,7 +17,7 @@ references: ^D Friedrich Nietzsche (ed.)[^1] -::: {#refs .references .csl-bib-body .hanging-indent} +::: {#refs .references .csl-bib-body .hanging-indent entry-spacing="0"} ::: {#ref-Nie72 .csl-entry} Nietzsche, Friedrich (ed.), *Die geburt*, 1872. ::: diff --git a/test/command/pandoc-citeproc-360.md b/test/command/pandoc-citeproc-360.md index 7cb8e4f61..4341fba64 100644 --- a/test/command/pandoc-citeproc-360.md +++ b/test/command/pandoc-citeproc-360.md @@ -23,7 +23,7 @@ references: ^D [^1] -::: {#refs .references .csl-bib-body .hanging-indent} +::: {#refs .references .csl-bib-body .hanging-indent entry-spacing="0"} ::: {#ref-lestrange2017 .csl-entry} L'Estrange, Michael, and Stephen Merchant. "2017 Independent Intelligence Review," July 18, 2017. diff --git a/test/command/pandoc-citeproc-371.md b/test/command/pandoc-citeproc-371.md index 572b0dbe4..697b30146 100644 --- a/test/command/pandoc-citeproc-371.md +++ b/test/command/pandoc-citeproc-371.md @@ -28,7 +28,7 @@ Foo (Doe 2018, in press). # References {#references .unnumbered} -::: {#refs .references .csl-bib-body .hanging-indent} +::: {#refs .references .csl-bib-body .hanging-indent entry-spacing="0"} ::: {#ref-item2 .csl-entry} Doe, Jane. 2018. *Title Two*. ::: diff --git a/test/command/pandoc-citeproc-38.md b/test/command/pandoc-citeproc-38.md index fae4e49fd..3013efed8 100644 --- a/test/command/pandoc-citeproc-38.md +++ b/test/command/pandoc-citeproc-38.md @@ -21,7 +21,7 @@ references: ^D Doe, Doe, and Roe (2007) -::: {#refs .references .csl-bib-body .hanging-indent} +::: {#refs .references .csl-bib-body .hanging-indent entry-spacing="0"} ::: {#ref-a .csl-entry} Doe, Ann, Ben Doe, and Ron Roe. 2007. "Title." ::: diff --git a/test/command/pandoc-citeproc-386.md b/test/command/pandoc-citeproc-386.md index aedc635aa..fcbcacf57 100644 --- a/test/command/pandoc-citeproc-386.md +++ b/test/command/pandoc-citeproc-386.md @@ -26,7 +26,7 @@ references: ^D ^\[1\]^ -::: {#refs .references .csl-bib-body line-spacing="2"} +::: {#refs .references .csl-bib-body entry-spacing="0" line-spacing="2"} ::: {#ref-ding_metallic_2012 .csl-entry} [\[1\] ]{.csl-left-margin}[[K. Ding, C. Z. Ning, *Light Sci. Appl.* **2012**, *1*, diff --git a/test/command/pandoc-citeproc-401.md b/test/command/pandoc-citeproc-401.md index b5c36334e..6a452baee 100644 --- a/test/command/pandoc-citeproc-401.md +++ b/test/command/pandoc-citeproc-401.md @@ -43,7 +43,7 @@ Haslanger [-@haslanger2012SocialConstructionDebunking; @haslanger2012FeminismMet ^D Haslanger (\[2003\] 2012, \[2000\] 2012) says... -::: {#refs .references .csl-bib-body .hanging-indent} +::: {#refs .references .csl-bib-body .hanging-indent entry-spacing="0"} ::: {#ref-haslanger2012FeminismMetaphysicsNegotiating .csl-entry} Haslanger, Sally. (2000) 2012. "Feminism in Metaphysics: Negotiating the Natural." In *Resisting Reality: Social Construction and Social diff --git a/test/command/pandoc-citeproc-408.md b/test/command/pandoc-citeproc-408.md index 8e3571aeb..73ce43d61 100644 --- a/test/command/pandoc-citeproc-408.md +++ b/test/command/pandoc-citeproc-408.md @@ -27,7 +27,7 @@ references: ^D (Smith and Smith 2019; Smith 2019) -::: {#refs .references .csl-bib-body .hanging-indent} +::: {#refs .references .csl-bib-body .hanging-indent entry-spacing="0"} ::: {#ref-smith1 .csl-entry} Smith, Mary. 2019. "Foo." ::: diff --git a/test/command/pandoc-citeproc-416.md b/test/command/pandoc-citeproc-416.md index fe29ef75d..758796169 100644 --- a/test/command/pandoc-citeproc-416.md +++ b/test/command/pandoc-citeproc-416.md @@ -44,7 +44,7 @@ Blah blah (Doe 2010, 2007, 2008). # References {#references .unnumbered} -::: {#refs .references .csl-bib-body .hanging-indent} +::: {#refs .references .csl-bib-body .hanging-indent entry-spacing="0"} ::: {#ref-item2 .csl-entry} Doe, J. 2007. "The Title," December 12--13, 2007. ::: diff --git a/test/command/pandoc-citeproc-47.md b/test/command/pandoc-citeproc-47.md index 5936ee8c0..94a6544a8 100644 --- a/test/command/pandoc-citeproc-47.md +++ b/test/command/pandoc-citeproc-47.md @@ -92,7 +92,7 @@ chronological order is maintained, regardless of the added abbreviation. # References {#references .unnumbered} -::: {#refs .references .csl-bib-body .hanging-indent} +::: {#refs .references .csl-bib-body .hanging-indent entry-spacing="0"} ::: {#ref-doe .csl-entry} Doe, A. 2000a. *Title*. ::: diff --git a/test/command/pandoc-citeproc-51.md b/test/command/pandoc-citeproc-51.md index fc7dc2bb1..6bdc2a752 100644 --- a/test/command/pandoc-citeproc-51.md +++ b/test/command/pandoc-citeproc-51.md @@ -33,7 +33,7 @@ references: ^D Doe (1987--1988); Roe (1987) -::: {#refs .references .csl-bib-body .hanging-indent} +::: {#refs .references .csl-bib-body .hanging-indent entry-spacing="0"} ::: {#ref-item1 .csl-entry} Doe, John. 1987--1988. "The Title." *Journal of Something* 3: 12--34. ::: diff --git a/test/command/pandoc-citeproc-57.md b/test/command/pandoc-citeproc-57.md index f208feb59..925032277 100644 --- a/test/command/pandoc-citeproc-57.md +++ b/test/command/pandoc-citeproc-57.md @@ -27,7 +27,7 @@ References # References {#references .unnumbered} -::: {#refs .references .csl-bib-body .hanging-indent} +::: {#refs .references .csl-bib-body .hanging-indent entry-spacing="0"} ::: {#ref-Faraday-forthcoming .csl-entry} Faraday, Carry. Forthcoming. "Protean Photography." In *Seven Trips Beyond the Asteroid Belt*, edited by James Oring. Cape Canaveral, FL: diff --git a/test/command/pandoc-citeproc-58.md b/test/command/pandoc-citeproc-58.md index b9287fe3c..3394cd989 100644 --- a/test/command/pandoc-citeproc-58.md +++ b/test/command/pandoc-citeproc-58.md @@ -24,7 +24,7 @@ In this item, the title replaces the (unknown) author (see 14.79) # References {#references .unnumbered} -::: {#refs .references .csl-bib-body .hanging-indent} +::: {#refs .references .csl-bib-body .hanging-indent entry-spacing="0"} ::: {#ref-stanze .csl-entry} *Stanze in lode della donna brutta*. 1547. Florence. ::: diff --git a/test/command/pandoc-citeproc-64.md b/test/command/pandoc-citeproc-64.md index 277b3756d..a02d1c8f6 100644 --- a/test/command/pandoc-citeproc-64.md +++ b/test/command/pandoc-citeproc-64.md @@ -7,7 +7,7 @@ nocite: '[@*]' --- ^D -::: {#refs .references .csl-bib-body .hanging-indent} +::: {#refs .references .csl-bib-body .hanging-indent entry-spacing="0"} ::: {#ref-item1 .csl-entry} Doe, John. 2005. *First Book*. Cambridge: Cambridge University Press. ::: diff --git a/test/command/pandoc-citeproc-65.md b/test/command/pandoc-citeproc-65.md index 93335e901..6e178eff8 100644 --- a/test/command/pandoc-citeproc-65.md +++ b/test/command/pandoc-citeproc-65.md @@ -28,7 +28,7 @@ references: ^D (Stotz 1996--2004) -::: {#refs .references .csl-bib-body .hanging-indent} +::: {#refs .references .csl-bib-body .hanging-indent entry-spacing="0"} ::: {#ref-stotz:1996handbuch .csl-entry} Stotz, Peter. 1996--2004. *Handbuch zur lateinischen Sprache des Mittelalters*. 5 vols. Handbuch der Altertumswissenschaft 2.5. Munich: diff --git a/test/command/pandoc-citeproc-68.md b/test/command/pandoc-citeproc-68.md index 7f0dd784e..1dff8e619 100644 --- a/test/command/pandoc-citeproc-68.md +++ b/test/command/pandoc-citeproc-68.md @@ -36,7 +36,7 @@ a citation [@goering:1992william, pp. 141-42]. prose commentary[^2] \... and finally a note starting with a citation.[^3] -::: {#refs .references .csl-bib-body .hanging-indent} +::: {#refs .references .csl-bib-body .hanging-indent entry-spacing="0"} ::: {#ref-goering:1992william .csl-entry} Goering, Joseph. *William de Montibus (c. 1140--1213): The Schools and the Literature of Pastoral Care*. Studies and Texts 108. Toronto: diff --git a/test/command/pandoc-citeproc-7.md b/test/command/pandoc-citeproc-7.md index 7d68ff566..8c4b091f0 100644 --- a/test/command/pandoc-citeproc-7.md +++ b/test/command/pandoc-citeproc-7.md @@ -23,7 +23,7 @@ references: ^D Author (2011) -::: {#refs .references .csl-bib-body .hanging-indent} +::: {#refs .references .csl-bib-body .hanging-indent entry-spacing="0"} ::: {#ref-item1 .csl-entry} Author, Ann. 2011. "Title." *Journal*, September 24--26, 2011. ::: diff --git a/test/command/pandoc-citeproc-70.md b/test/command/pandoc-citeproc-70.md index e1132b98d..5b933ea0e 100644 --- a/test/command/pandoc-citeproc-70.md +++ b/test/command/pandoc-citeproc-70.md @@ -56,7 +56,7 @@ references: ^D (Thorndike 1955; Dinkova-Bruun 2009) -::: {#refs .references .csl-bib-body .hanging-indent} +::: {#refs .references .csl-bib-body .hanging-indent entry-spacing="0"} ::: {#ref-bruun:2009samuel .csl-entry} Dinkova-Bruun, Greti. 2009. "Samuel Presbyter and the Glosses to His Versification of Psalm 1: An Anti-Church Invective?" In *Florilegium diff --git a/test/command/pandoc-citeproc-75.md b/test/command/pandoc-citeproc-75.md index 0771fa971..974eaa2dd 100644 --- a/test/command/pandoc-citeproc-75.md +++ b/test/command/pandoc-citeproc-75.md @@ -59,7 +59,7 @@ references: (Doe, 2006, no. 6 and 7) -::: {#refs .references .csl-bib-body .hanging-indent line-spacing="2"} +::: {#refs .references .csl-bib-body .hanging-indent entry-spacing="0" line-spacing="2"} ::: {#ref-test .csl-entry} Doe, J. (2006). Test, *81*. ::: diff --git a/test/command/pandoc-citeproc-76.md b/test/command/pandoc-citeproc-76.md index a184b3e79..2eb8a83b5 100644 --- a/test/command/pandoc-citeproc-76.md +++ b/test/command/pandoc-citeproc-76.md @@ -44,7 +44,7 @@ references: ^D Author (1998c), Author (1998d), Author (1998a), Author (1998b) -::: {#refs .references .csl-bib-body .hanging-indent} +::: {#refs .references .csl-bib-body .hanging-indent entry-spacing="0"} ::: {#ref-item3 .csl-entry} Author, Al. 1998a. "Foo Bar Baz: A Bazbaz Bar Foo." ::: diff --git a/test/command/pandoc-citeproc-77.md b/test/command/pandoc-citeproc-77.md index cc0494539..51c4bd699 100644 --- a/test/command/pandoc-citeproc-77.md +++ b/test/command/pandoc-citeproc-77.md @@ -39,7 +39,7 @@ references: ^D [^1] -::: {#refs .references .csl-bib-body .hanging-indent} +::: {#refs .references .csl-bib-body .hanging-indent entry-spacing="0"} ::: {#ref-item4 .csl-entry} Bennett, Frank G., Jr., n.d. ::: diff --git a/test/command/pandoc-citeproc-82.md b/test/command/pandoc-citeproc-82.md index bdeffaeea..e44506bc2 100644 --- a/test/command/pandoc-citeproc-82.md +++ b/test/command/pandoc-citeproc-82.md @@ -28,7 +28,7 @@ Some text.[^1] Some text.[^1] -::: {#refs .references .csl-bib-body .hanging-indent} +::: {#refs .references .csl-bib-body .hanging-indent entry-spacing="0"} ::: {#ref-OCLC_i1099 .csl-entry} OCLC. "WorldCat." Accessed September 19, 2014. <https://www.worldcat.org/>. diff --git a/test/command/pandoc-citeproc-87.md b/test/command/pandoc-citeproc-87.md index e0aeda0f9..e3f30a131 100644 --- a/test/command/pandoc-citeproc-87.md +++ b/test/command/pandoc-citeproc-87.md @@ -122,7 +122,7 @@ Doe (2006b) -- article-newspaper YM # References {#references .unnumbered} -::: {#refs .references .csl-bib-body .hanging-indent} +::: {#refs .references .csl-bib-body .hanging-indent entry-spacing="0"} ::: {#ref-item2a .csl-entry} Doe, John. 2006a. "Title." The Web Site. October--November 2006. <http://www.example.com>. diff --git a/test/command/pandoc-citeproc-chicago-author-date.md b/test/command/pandoc-citeproc-chicago-author-date.md index b9db87722..b45dc8399 100644 --- a/test/command/pandoc-citeproc-chicago-author-date.md +++ b/test/command/pandoc-citeproc-chicago-author-date.md @@ -83,7 +83,7 @@ With some markup (*see* [Doe 2005, 32](#ref-item1)). # References {#references .unnumbered} -::: {#refs .references .csl-bib-body .hanging-indent} +::: {#refs .references .csl-bib-body .hanging-indent entry-spacing="0"} ::: {#ref-item1 .csl-entry} Doe, John. 2005. *First Book*. Cambridge: Cambridge University Press. ::: diff --git a/test/command/pandoc-citeproc-chicago-fullnote-bibliography.md b/test/command/pandoc-citeproc-chicago-fullnote-bibliography.md index c05dfda9a..cca7ee2dd 100644 --- a/test/command/pandoc-citeproc-chicago-fullnote-bibliography.md +++ b/test/command/pandoc-citeproc-chicago-fullnote-bibliography.md @@ -81,7 +81,7 @@ With some markup.[^14] # References {#references .unnumbered} -::: {#refs .references .csl-bib-body .hanging-indent} +::: {#refs .references .csl-bib-body .hanging-indent entry-spacing="0"} ::: {#ref-item2 .csl-entry} Doe, John. "Article." *Journal of Generic Studies* 6 (2006): 33--34. ::: diff --git a/test/command/pandoc-citeproc-ieee.md b/test/command/pandoc-citeproc-ieee.md index 16a1d7fb1..78f702f55 100644 --- a/test/command/pandoc-citeproc-ieee.md +++ b/test/command/pandoc-citeproc-ieee.md @@ -84,7 +84,7 @@ With some markup *see* [\[1, p. 32\]](#ref-item1). # References {#references .unnumbered} -::: {#refs .references .csl-bib-body} +::: {#refs .references .csl-bib-body entry-spacing="0"} ::: {#ref-item1 .csl-entry} [\[1\] ]{.csl-left-margin}[J. Doe, *First book*. Cambridge: Cambridge University Press, 2005.]{.csl-right-inline} diff --git a/test/command/pandoc-citeproc-no-author.md b/test/command/pandoc-citeproc-no-author.md index fb832d446..1c8efef8d 100644 --- a/test/command/pandoc-citeproc-no-author.md +++ b/test/command/pandoc-citeproc-no-author.md @@ -45,7 +45,7 @@ references: *Magazine* (2012a, 3), *Magazine* (2012b), *Magazine* (2012c), *Magazine* (2012d), *Newspaper* (2012a), *Newspaper* (2012b) -::: {#refs .references .csl-bib-body .hanging-indent} +::: {#refs .references .csl-bib-body .hanging-indent entry-spacing="0"} ::: {#ref-item1 .csl-entry} *Magazine*. 2012a. "Title A," 2012. ::: diff --git a/test/command/pandoc-citeproc-number-of-volumes.md b/test/command/pandoc-citeproc-number-of-volumes.md index 2ac5866e2..664ac34f2 100644 --- a/test/command/pandoc-citeproc-number-of-volumes.md +++ b/test/command/pandoc-citeproc-number-of-volumes.md @@ -21,7 +21,7 @@ references: ^D Author (2013) -::: {#refs .references .csl-bib-body .hanging-indent} +::: {#refs .references .csl-bib-body .hanging-indent entry-spacing="0"} ::: {#ref-item1 .csl-entry} Author, Al. 2013. *Title*. 2 vols. Location: Publisher. ::: |
