]> git.lyx.org Git - features.git/commit
Add support for the enotez package
authorJuergen Spitzmueller <spitz@lyx.org>
Tue, 13 Aug 2019 05:30:20 +0000 (07:30 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 13:48:43 +0000 (15:48 +0200)
commit579393fbc807c3162619b3e366e74d12c1004d96
tree57608c2bc5e9c99554f5e67f2b8064154745d998
parent0e35ee760bf47d64cd9c2b9540dc9880757aa852
Add support for the enotez package

This is a modern implementation of endnotes building on LaTeX3 tools which
gets away with deficiencies of the endnotes package, has some extra features,
is localized, supports hyperref and is better customizable.

As this is a fairly new package requiring l3, we keep the old endnotes
module and provide this as an alternative.
12 files changed:
development/FORMAT
lib/Makefile.am
lib/chkconfig.ltx
lib/doc/LaTeXConfig.lyx
lib/layouts/endnotes.module
lib/layouts/enotez.module [new file with mode: 0644]
lib/layouts/foottoend.module
lib/layouts/foottoenotez.module [new file with mode: 0644]
lib/lyx2lyx/lyx_2_4.py
src/LaTeX.cpp
src/LaTeXFeatures.cpp
src/tex2lyx/text.cpp