Use dev version of citeproc.
This eliminates double hyperlinks in author-in-text citations. Author-only citations are no longer hyperlinked. See jgm/citeproc#77.
This commit is contained in:
parent
f4ef652a41
commit
b7572db224
4 changed files with 15 additions and 16 deletions
|
@ -10,4 +10,4 @@ source-repository-package
|
|||
source-repository-package
|
||||
type: git
|
||||
location: https://github.com/jgm/citeproc
|
||||
tag: d201ddc812b1550d70c3e448eec6d9c3af72d96b
|
||||
tag: 85277c4baa6c0350baf29247583ae0f438f7c9c5
|
||||
|
|
|
@ -14,7 +14,7 @@ extra-deps:
|
|||
- git: https://github.com/jgm/doctemplates
|
||||
commit: 428c26d5303cf7a2b1051fe1ffd9aafe9ba71c81
|
||||
- git: https://github.com/jgm/citeproc
|
||||
commit: d201ddc812b1550d70c3e448eec6d9c3af72d96b
|
||||
commit: 85277c4baa6c0350baf29247583ae0f438f7c9c5
|
||||
ghc-options:
|
||||
"$locals": -fhide-source-paths -Wno-missing-home-modules
|
||||
resolver: lts-18.0
|
||||
|
|
|
@ -54,14 +54,14 @@ References {#references .unnumbered}
|
|||
|
||||
([**nonexistent?**](#ref-nonexistent))
|
||||
|
||||
[Doe](#ref-item1) ([2005](#ref-item1)) says blah.
|
||||
Doe ([2005](#ref-item1)) says blah.
|
||||
|
||||
[Doe](#ref-item1) ([2005, 30](#ref-item1)) says blah.
|
||||
Doe ([2005, 30](#ref-item1)) says blah.
|
||||
|
||||
[Doe](#ref-item1) ([2005, 30](#ref-item1), with suffix) says blah.
|
||||
Doe ([2005, 30](#ref-item1), with suffix) says blah.
|
||||
|
||||
[Doe](#ref-item1) ([2005](#ref-item1); [2006, 30](#ref-item2); see also
|
||||
[Doe and Roe 2007](#ref-пункт3)) says blah.
|
||||
Doe ([2005](#ref-item1); [2006, 30](#ref-item2); see also [Doe and Roe
|
||||
2007](#ref-пункт3)) says blah.
|
||||
|
||||
In a note.[^1]
|
||||
|
||||
|
@ -98,8 +98,8 @@ edited by Sam Smith. Oxford: Oxford University Press.
|
|||
:::
|
||||
:::
|
||||
|
||||
[^1]: [Doe and Roe](#ref-пункт3) ([2007, 12](#ref-пункт3)) and a
|
||||
citation without locators ([Doe and Roe 2007](#ref-пункт3)).
|
||||
[^1]: Doe and Roe ([2007, 12](#ref-пункт3)) and a citation without
|
||||
locators ([Doe and Roe 2007](#ref-пункт3)).
|
||||
|
||||
[^2]: Some citations (see [Doe 2005, chap. 3](#ref-item1);
|
||||
[2006](#ref-item2); [Doe and Roe 2007](#ref-пункт3)).
|
||||
|
|
|
@ -55,13 +55,13 @@ References {#references .unnumbered}
|
|||
|
||||
[^2]
|
||||
|
||||
[John Doe](#ref-item1)[^3] says blah.
|
||||
John Doe[^3] says blah.
|
||||
|
||||
[Doe](#ref-item1)[^4] says blah.
|
||||
Doe[^4] says blah.
|
||||
|
||||
[Doe](#ref-item1)[^5] says blah.
|
||||
Doe[^5] says blah.
|
||||
|
||||
[Doe](#ref-item1)[^6] says blah.
|
||||
Doe[^6] says blah.
|
||||
|
||||
In a note.[^7]
|
||||
|
||||
|
@ -112,9 +112,8 @@ Sam Smith. Oxford: Oxford University Press, 2007.
|
|||
Roe, "Why Water Is Wet," in *Third Book*, ed. Sam Smith (Oxford:
|
||||
Oxford University Press, 2007)](#ref-пункт3).
|
||||
|
||||
[^7]: [Doe and Roe](#ref-пункт3), ["Why Water Is Wet," 12](#ref-пункт3)
|
||||
and a citation without locators ([Doe and Roe, "Why Water Is
|
||||
Wet"](#ref-пункт3)).
|
||||
[^7]: Doe and Roe, ["Why Water Is Wet," 12](#ref-пункт3) and a citation
|
||||
without locators ([Doe and Roe, "Why Water Is Wet"](#ref-пункт3)).
|
||||
|
||||
[^8]: See [Doe, *First Book*, chap. 3](#ref-item1); also [Doe and Roe,
|
||||
"Why Water Is Wet," 34--35](#ref-пункт3).
|
||||
|
|
Loading…
Add table
Reference in a new issue