Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/).

## [Unreleased]

### Changed

- Re-enable PDF bookmarks [#203](https://github.com/gi-ev/LNI/pull/203)

## [2.0] - 2025-02-05

### Removed
Expand Down Expand Up @@ -194,6 +200,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).

First release of the revised files

[Unreleased]: https://github.com/gi-ev/LNI/compare/v2.0...main
[2.0]: https://github.com/gi-ev/LNI/compare/v1.10...v2.0
[1.10]: https://github.com/gi-ev/LNI/compare/v1.9...v1.10
[1.9]: https://github.com/gi-ev/LNI/compare/v1.8.1...v1.9
Expand Down
2 changes: 1 addition & 1 deletion lni.cls
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@
\g@addto@macro{\UrlBreaks}{\UrlOrds}
\RequirePackage{xspace}
\AddToHook{env/document/begin}[lni/loadhyperref]{%
\RequirePackage[bookmarks=false]{hyperref}
\RequirePackage[bookmarks=true]{hyperref}
\hypersetup{%
pdfdisplaydoctitle,%
colorlinks=true,%
Expand Down
2 changes: 1 addition & 1 deletion lni.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -1498,7 +1498,7 @@ This work consists of the file lni.dtx
% \end{macrocode}
% \begin{macrocode}
\AddToHook{env/document/begin}[lni/loadhyperref]{%
\RequirePackage[bookmarks=false]{hyperref}
\RequirePackage[bookmarks=true]{hyperref}
\hypersetup{%
pdfdisplaydoctitle,%
colorlinks=true,%
Expand Down
Loading