Skip to content

Commit

Permalink
Set font size to 9pt (#11)
Browse files Browse the repository at this point in the history
Co-authored-by: Sven Strickroth <email@cs-ware.de>
  • Loading branch information
koppor and csware committed Jul 12, 2023
1 parent 625e199 commit dbebc5a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# Changelog

All notable changes to this project will be documented in this file.
This project **does not** adhere to [Semantic Versioning](http://semver.org/).
The markdown syntax is inspired by the conventions proposed by [keepachangelog.com](http://keepachangelog.com/).

## [Unreleased]

* The font size of the bibliography is now `\small`. [#11](https://github.com/gi-ev/biblatex-lni/pull/11)

## [v0.5] – 2019-02-03

* Add support for ISBN and note to `@book`. Fixes [LNI/#74](https://github.com/gi-ev/LNI/issues/74).
Expand Down
3 changes: 3 additions & 0 deletions LNI.bbx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@
isbn = true,
backref = false
}

\renewcommand*{\bibfont}{\small} % font size 9pt required by LNI template

\DeclareRedundantLanguages{ngerman}{german,ngerman,austrian,naustrian}
\DeclareRedundantLanguages{english,american}{english,american,british,%
canadian,australian,newzealand,USenglish,UKenglish}
Expand Down

0 comments on commit dbebc5a

Please sign in to comment.