Skip to content

Releases: gi-ev/LNI

Official bug fix release

23 Jul 15:01
Compare
Choose a tag to compare
v1.10

Prepare v1.10

v1.9

01 Jul 19:48
81f5f98
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.1...v1.9

Version 1.8.1

08 Jan 21:18
c0e1db5
Compare
Choose a tag to compare

[1.8.1] - 2024-01-08

Changed

  • Option defaultsups now active for package newtxtext

Fixed

  • Fixed There's no line here to end. error for more than two \affil calls
  • Fixed \footnote

Version 1.8

27 Nov 07:31
Compare
Choose a tag to compare

This version is the first release after quite some time. Many issues were resolved to meet the up-to-date requirements of lni submission.

Added

  • Added option anonymous for anonymizing an article (#100)
  • Added \pdfoutput=1 to fix compatibility with arXiv (#81)
  • Added more links to biblatex-lni to documentation (#90)
  • Added \yearofpublication to documentation (#89)
  • New macro \affil for an easier way to enter afiliations (see the documentation and lni-paper-example-de.tex for more details)

Changed

  • Improved spacing in and around lists to better match the Word template (#102)
  • Synced title spacing with Word template (#104)
  • (chore) build.sh assumes *.md are formatted using LF line endings, removed dos2unix dependency.
  • Improvement for documentation (#89, #90, #93, #95, #96)
  • Changed delimiter between keywords to comma (,)
  • Load amsmath explictly
  • author now holds four arguments to integrate email and ORCID id.

Fixed

  • hyperref option linktoc fixed to all instead of both
  • Fixed output in bst files (#97)
  • Hyperlinked bibliographic entries work again (#107)
  • \footnote is not used for pdf bookmarks (#87)
  • Footnotes are always set at the bottom of the page (#122)
  • Handling of fleqn option for amsmath

Removed

  • Removed support for ccicons
  • Removed option nohyperref (#131)

v1.7 - Official release for TeX Live 2021

02 Mar 10:02
Compare
Choose a tag to compare

Changed

  • Change loading of latest ngerman hyphenation patterns (#47)
  • Change \year to \yearofpublication to avoid problems (#85)

Fixed

  • Fix setting of pdf metadata (#87)

Version 1.7

27 Nov 08:04
Compare
Choose a tag to compare

Changed

  • Change loading of latest ngerman hyphenation patterns (#47)
  • Change \year to \yearofpublication to avoid problems (#85)

Fixed

  • Fix setting of pdf metadata (#87)

v1.6

14 Oct 13:04
Compare
Choose a tag to compare

Added

  • Optional argument for \booktitle to support a short book title for running headers
  • New macro \booksubtitle
  • Add support for selnolig (LuaTeX-only)

Changed

  • \email now generates a mailto: hyperlink
  • Example file: align instead of eqnarray
  • Add driver=none option to geometry for better crop results (independent from engine)

Fixed

  • Global options are passed to article class (#78)
  • Finally fix BiBTeX issue thanks to @ytzemih (#6)
  • hyperref is loaded without options to make it more compatible with other packages like authorarchive

Version 1.6

27 Nov 08:04
Compare
Choose a tag to compare

Added

  • Optional argument for \booktitle to support a short book title for running headers
  • New macro \booksubtitle
  • Add support for selnolig (LuaTeX-only)

Changed

  • \email now generates a mailto: hyperlink
  • Example file: align instead of eqnarray
  • Add driver=none option to geometry for better crop results (independent from engine)

Fixed

  • Global options are passed to article class (#78)
  • Finally fix BiBTeX issue thanks to @ytzemih (#6)
  • hyperref is loaded without options to make it more compatible with other packages like authorarchive
  • hypcap is only loaded if hyperref has been loaded before.

v1.5 - Official release for TeX Live 2019

04 Apr 07:11
Compare
Choose a tag to compare

Added

  • Load package textcomp by default and add option upquote to listings package (#69)
  • New option norunningheads to remove all running headers from the document
    (#77)

Changed

  • \refname changed to Bibliography for English texts

Fixed

  • German paper example: Correct language Java at example listing
  • Packages hyperef, cleveref and hypcap are always at the end of the preamble (#71)
  • Option bookmarks of hyperref now set at load-time. Had no effect before.
  • Layout for English texts (subtitle)
  • URL for GI in example file

v1.4

15 Jan 13:08
Compare
Choose a tag to compare

Added

  • New option oldfonts to use the class file on older systems by loading the mathptmx font package (#56)
  • New macros added (taken from emisa.dtx) (#57)
  • Hint to word limit for abstract (#60)
  • Full example for an article in German (#63)

Changed

  • Package caption is loaded in order to make the class more robust (#59)

Fixed

  • Basewidth for lstlistings (#62)
  • Adapting captions of lstlistings
  • License statement of paper: CC-BY-SA instead of CC-BY-NC (#67)