diff options
author | Karl Berry <karl@freefriends.org> | 2023-12-31 21:25:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-12-31 21:25:02 +0000 |
commit | 802de4985e4a78b85d71fd60b436068b5e94e8dd (patch) | |
tree | 299d9614d368c1f860a27af1e8e223c6ed5397a3 /Master/texmf-dist/doc/latex | |
parent | 7da3c81f16c9b42d0ef0c040a37a8d9c01339e4b (diff) |
versonotes (31dec23)
git-svn-id: svn://tug.org/texlive/trunk@69249 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r-- | Master/texmf-dist/doc/latex/versonotes/README.md (renamed from Master/texmf-dist/doc/latex/versonotes/README) | 30 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/versonotes/sample.pdf | bin | 60265 -> 60735 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/versonotes/sample.tex | 27 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/versonotes/versonotes.pdf | bin | 137575 -> 54138 bytes |
4 files changed, 41 insertions, 16 deletions
diff --git a/Master/texmf-dist/doc/latex/versonotes/README b/Master/texmf-dist/doc/latex/versonotes/README.md index 6ff5b86d1ea..93e8923ad08 100644 --- a/Master/texmf-dist/doc/latex/versonotes/README +++ b/Master/texmf-dist/doc/latex/versonotes/README.md @@ -1,7 +1,7 @@ Package versonotes ================== -Version 0.4, 2019 July 6 +Version 0.5, 2023 December 31 This package allows you to place notes on the verso pages of an otherwise single-sided document. @@ -11,23 +11,35 @@ If, in the run of text, you include a call to the macro opposite (ie, ‘verso’) page, lined up with the macro call. You can see a sample of how to use the package, and its results, in -sample.tex and sample.pdf. +[sample.tex](sample.tex) and [sample.pdf](sample.pdf). -The source is at [bitbucket][bitbucket], +The source is available at [the code home page][nxg], and the package is distributed on CTAN in [macros/latex/contrib/versonotes/][ctan] -Copyright 2014, 2015, 2019, Norman Gray. +Copyright 2014, 2015, 2019, 2023, Norman Gray. The package is distributed under the conditions of the LaTeX Project -Public License, either version 1.3 of this license or (at your option) -any later version. +Public License, either version 1.3 of this licence or (at your option) +any later version; see the file `lppl.txt` for details. Acknowledgements, and release notes ----------------------------------- + Thanks to Thomas H. Luxon for permission to include the -“Paradise Lost” notes in the sample text. +Dartmouth Milton text of “Paradise Lost” notes in the sample +text. + +Version 0.5, 2023 December 31 + + * Now compatible with LuaTeX. + + * Now uses L3‐style hooks, but retains compatibility with + pre‐2020 engines. + + * Updated the links to the repository, and to the Dart‐ + mouth Milton text. Version 0.4, 2019 July 6 Support changing the initial page number (thanks to P J @@ -48,5 +60,5 @@ Version 0.2, 2015 February 16 Norman Gray https://nxg.me.uk -[bitbucket]: https://bitbucket.org/nxg/versonotes -[ctan]: http://www.ctan.org/pkg/versonotes +[nxg]: https://heptapod.host/nxg/versonotes +[ctan]: https://ctan.org/pkg/versonotes diff --git a/Master/texmf-dist/doc/latex/versonotes/sample.pdf b/Master/texmf-dist/doc/latex/versonotes/sample.pdf Binary files differindex 57d7fbc38fe..742f09f7912 100644 --- a/Master/texmf-dist/doc/latex/versonotes/sample.pdf +++ b/Master/texmf-dist/doc/latex/versonotes/sample.pdf diff --git a/Master/texmf-dist/doc/latex/versonotes/sample.tex b/Master/texmf-dist/doc/latex/versonotes/sample.tex index 6558462eb33..12f8b9329b9 100644 --- a/Master/texmf-dist/doc/latex/versonotes/sample.tex +++ b/Master/texmf-dist/doc/latex/versonotes/sample.tex @@ -1,10 +1,20 @@ \documentclass{scrartcl} -\usepackage{url,ifxetex} +\usepackage{iftex} +\usepackage[implicit=false]{hyperref} + +\newif\ifusefontspec \ifxetex -\usepackage{fontspec} -\setmainfont[Ligatures=TeX]{Hoefler Text} + \usefontspectrue +\else\ifluatex + \usefontspectrue +\else + \usefontspecfalse +\fi\fi +\ifusefontspec + \usepackage{fontspec} + \setmainfont[Ligatures=TeX]{Hoefler Text} \fi \def\UrlFont{\ttfamily \small} @@ -28,15 +38,18 @@ This excerpt comprises the first couple of stanzas of \emph{Paradise Lost}, with notes. The text and notes are quoted here (with permission) to illustrate one use of the versonotes package -(\url{http://www.ctan.org/pkg/versonotes}), and its response to +(\url{https://www.ctan.org/pkg/versonotes}), and its response to collisions of notes. Also, because a day with \emph{Paradise Lost} in it is a day improved. The text is from -\url{https://www.dartmouth.edu/~milton/reading_room/pl/book_1/}. +\url{https://milton.host.dartmouth.edu} (Book 1). The general editor of this edition is Thomas H. Luxon, and the notes are -Copyright Trustees of Dartmouth College, 1997-2014; see the colophon -at \url{https://www.dartmouth.edu/~milton/reading_room/contents/about_mrr.shtml}. +Copyright 1997-2023, Trustees of Dartmouth College, with a +\href{https://creativecommons.org/licenses/by-nd/3.0/us/}{CC BY-ND 3.0 licence}; +see the +\href{https://milton.host.dartmouth.edu/reading_room/contents/about_mrr.shtml}{colophon} +at that site. \pagebreak diff --git a/Master/texmf-dist/doc/latex/versonotes/versonotes.pdf b/Master/texmf-dist/doc/latex/versonotes/versonotes.pdf Binary files differindex f5014748b1b..be3b191245d 100644 --- a/Master/texmf-dist/doc/latex/versonotes/versonotes.pdf +++ b/Master/texmf-dist/doc/latex/versonotes/versonotes.pdf |