Skip to content

Releases: zepinglee/citeproc-lua

v0.5.1

10 Jul 02:47
3163153
Compare
Choose a tag to compare

Fixed

  • Fix a bug in font style flip-flopping with raw code (#67).

v0.5.0

09 Jun 03:36
64b3277
Compare
Choose a tag to compare

Added

  • Add \fullcite command (#64).
  • Add support for annotated bibliography (#64).

Changed

  • Check if the \cite command is in a footnote.

v0.4.9

21 Apr 01:46
a09c834
Compare
Choose a tag to compare

Added

  • Add normal paragraph style for list of references (#60).

  • Add bib-par-indent option for the amount of paragraph indentation.

v0.4.8

12 Mar 07:47
4febfb5
Compare
Choose a tag to compare

Fixed

  • Fix unexpected "nil" with empty page (#58).

v0.4.7

10 Mar 14:35
cca7b9f
Compare
Choose a tag to compare

Added

  • Add support of biblatex's extended name format (#48).

  • Add \citeyearpar and \parencite* commands (#52).

Fixed

  • Fix an error in parsing TeX math contents (#49).

v0.4.6

20 Feb 09:56
18a476b
Compare
Choose a tag to compare

Fixed

  • Define an internal variable

v0.4.5

05 Oct 04:03
2e01e8f
Compare
Choose a tag to compare

Fixed

  • Fix tilde (nonbreakable space) incorrectly displayed in LuaTeX (#42).
  • If no style is defined, a warning is given and the default APA style will be used (#43).
  • The JSON decoding error is now correctly issued.

v0.4.4

16 Sep 14:11
e14c3cf
Compare
Choose a tag to compare

Fixed

  • Fix a disambiguation bug with names from conditional branches.
  • Fix a typo related to beamer compatibility (#41).

v0.4.3

07 Sep 07:13
de77a10
Compare
Choose a tag to compare

Added

  • Add support for CSL-YAML input.
  • Add support for dependent styles.
  • Resolve crossrefs in BibTeX data.
  • Add support for backref package (part of hyperref).

Fixed

  • Fix compatibility with beamer (#41).

v0.4.2

04 Jul 03:25
f90166e
Compare
Choose a tag to compare

Changed

Fixed

  • Fix a bug with <text variable="locator"> in <bibliography> (#39).
  • Fix missing $ errors caused by underscores in citations keys.
  • Fix a conflict of already defined \@currentHref due to changes in LaTeX2e kernel 2023-06-01 (latex3/latex2e#pr956).