summaryrefslogtreecommitdiff
path: root/macros/luatex/latex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-03-24 03:01:34 +0000
committerNorbert Preining <norbert@preining.info>2023-03-24 03:01:34 +0000
commit85fda71ebb01e4a5b0ce50edf3dda43f45ebb55a (patch)
tree8f1fa267e50afbbab02f04483ac3577a698c7916 /macros/luatex/latex
parent46b6c321a2ff14698b756600bffb54d5d5fc3772 (diff)
CTAN sync 202303240301
Diffstat (limited to 'macros/luatex/latex')
-rw-r--r--macros/luatex/latex/novel/README.md2
-rw-r--r--macros/luatex/latex/novel/doc/novel-documentation.html9
-rw-r--r--macros/luatex/latex/novel/doc/novel.pdf110
-rw-r--r--macros/luatex/latex/novel/doc/novel.tex6
-rw-r--r--macros/luatex/latex/novel/lualatex/novel-CalculateLayout.sty2
-rw-r--r--macros/luatex/latex/novel/lualatex/novel-ChapterScene.sty2
-rw-r--r--macros/luatex/latex/novel/lualatex/novel-DropCap.sty2
-rw-r--r--macros/luatex/latex/novel/lualatex/novel-FileData.sty2
-rw-r--r--macros/luatex/latex/novel/lualatex/novel-Fonts.sty2
-rw-r--r--macros/luatex/latex/novel/lualatex/novel-Footnotes.sty2
-rw-r--r--macros/luatex/latex/novel/lualatex/novel-HeadFootStyles.sty2
-rw-r--r--macros/luatex/latex/novel/lualatex/novel-Images.sty2
-rw-r--r--macros/luatex/latex/novel/lualatex/novel-LayoutSettings.sty2
-rw-r--r--macros/luatex/latex/novel/lualatex/novel-PostLayout.sty2
-rw-r--r--macros/luatex/latex/novel/lualatex/novel-Sandbox.sty2
-rw-r--r--macros/luatex/latex/novel/lualatex/novel-TextMacros.sty2
-rw-r--r--macros/luatex/latex/novel/lualatex/novel-pdfx.sty2
-rw-r--r--macros/luatex/latex/novel/lualatex/novel.cls4
18 files changed, 79 insertions, 78 deletions
diff --git a/macros/luatex/latex/novel/README.md b/macros/luatex/latex/novel/README.md
index cdd8b2111d..c8473daa66 100644
--- a/macros/luatex/latex/novel/README.md
+++ b/macros/luatex/latex/novel/README.md
@@ -10,6 +10,8 @@ Extensive documentation is in HTML format. The "novel.pdf" file is merely a plac
## News:
+Version 1.81a, March 25, 2023: Minor correction to documentation.
+
Version 1.81, March 13, 2023: Bug fix for FloatImage.
Version 1.80, February 8, 2023: Small tweaks.
diff --git a/macros/luatex/latex/novel/doc/novel-documentation.html b/macros/luatex/latex/novel/doc/novel-documentation.html
index 8493194b5c..0fd98393fe 100644
--- a/macros/luatex/latex/novel/doc/novel-documentation.html
+++ b/macros/luatex/latex/novel/doc/novel-documentation.html
@@ -566,7 +566,7 @@ function closeall() {
<div id="main">
<!-- **************************************************************************************** -->
-<h1 id="h0" style="padding-top:16px">Document class <i>novel</i> - documentation. &nbsp; <span style="font-size:75%">V. 1.80, 2023/02/08</span></h1>
+<h1 id="h0" style="padding-top:16px">Document class <i>novel</i> - documentation. &nbsp; <span style="font-size:75%">V. 1.82, 2023/03/25</span></h1>
<p class="noindent"><span id="screennoscript" class="screennoscript"><b>For enhanced navigation of this file, turn on JavaScript.</b></span></p>
<div><script>if(document.getElementById("screennoscript")){document.getElementById("screennoscript").style.display="none";}</script></div>
@@ -605,10 +605,9 @@ function closeall() {
<h4 id="h1.1.2">1.1.2. Use UTF-8 Encoding</h4>
<div class="d4" id="d1.1.2">
-<p class="item"><b>A.</b> You must create your document in <span style="white-space:nowrap">utf-8</span> encoding. No OT1, no T1, no LY1, or other TeX font encoding that pre-dates cell phones. Do not call for <i>fontenc</i> in your Preamble, because <span style="white-space:nowrap">utf-8</span> is <span style="white-space:nowrap">pre-configured</span>.</p>
-<p class="item"><b>B.</b> If you use a plain text editor, or TeXWorks, or export plain text from a word processor, be sure that your text is encoded as <span style="white-space:nowrap">utf-8</span>, <i>without</i> byte order mark (BOM).</p>
-<p class="item"><b>C.</b> Instead of typing TeX codes such as <code>\`{e}</code> you can simply paste <code>è</code> from a Unicode character map. Other alphabets such as Greek and Cyrillic are directly supported, as long as you choose fonts that support those character sets.</p>
-<p class="item"><b>D.</b> If you are on Windows, <i>do not</i> use Notepad! The free <a class="external" rel="external" target="new" href="https://notepad-plus-plus.org">Notepad++</a> (also <a class="external" rel="external" target="new" href="https://portableapps.com/apps/development/notepadpp_portable">Portable</a> version) is a suitable plain text editor. Configure it as specified, with utf-8 but without BOM. Does not matter whether UNIX or DOS line endings, as long as you are consistent.</p>
+<p class="item"><b>A.</b> If you use a plain text editor, or TeXWorks, or export plain text from a word processor, be sure that your text is encoded as <span style="white-space:nowrap">utf-8</span>, <i>without</i> byte order mark (BOM).</p>
+<p class="item"><b>B.</b> Instead of typing TeX codes such as <code>\`{e}</code> you can simply paste <code>è</code> from a Unicode character map. Other alphabets such as Greek and Cyrillic are directly supported, as long as you choose fonts that support those character sets.</p>
+<p class="item"><b>C.</b> If you are on Windows, <i>do not</i> use Notepad! The free <a class="external" rel="external" target="new" href="https://notepad-plus-plus.org">Notepad++</a> (also <a class="external" rel="external" target="new" href="https://portableapps.com/apps/development/notepadpp_portable">Portable</a> version) is a suitable plain text editor. Configure it as specified, with utf-8 but without BOM. Does not matter whether UNIX or DOS line endings, as long as you are consistent.</p>
</div><!-- end 1.1.2 -->
<h4 id="h1.1.3">1.1.3. Language Support</h4>
diff --git a/macros/luatex/latex/novel/doc/novel.pdf b/macros/luatex/latex/novel/doc/novel.pdf
index d0c1cfbd66..31c4aee738 100644
--- a/macros/luatex/latex/novel/doc/novel.pdf
+++ b/macros/luatex/latex/novel/doc/novel.pdf
@@ -8,10 +8,10 @@ stream
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about=""
xmlns:xmp="http://ns.adobe.com/xap/1.0/">
- <xmp:ModifyDate>2023-02-15T11:45:06-08:00</xmp:ModifyDate>
- <xmp:CreateDate>2023-02-15T11:45:06-08:00</xmp:CreateDate>
+ <xmp:ModifyDate>2023-03-23T11:34:44-07:00</xmp:ModifyDate>
+ <xmp:CreateDate>2023-03-23T11:34:44-07:00</xmp:CreateDate>
<xmp:CreatorTool>LuaLaTeX with novel and microtype</xmp:CreatorTool>
- <xmp:MetadataDate>2023-02-15T11:45:06-08:00</xmp:MetadataDate>
+ <xmp:MetadataDate>2023-03-23T11:34:44-07:00</xmp:MetadataDate>
</rdf:Description>
<rdf:Description rdf:about=""
xmlns:dc="http://purl.org/dc/elements/1.1/">
@@ -25,7 +25,7 @@ stream
<rdf:Description rdf:about=""
xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/">
<xmpMM:DocumentID>uuid:A12D98E081B6A0EC2CBA2D468474F922</xmpMM:DocumentID>
- <xmpMM:InstanceID>uuid:DE40971EE9369E324A7B5A3A6BF63829</xmpMM:InstanceID>
+ <xmpMM:InstanceID>uuid:01E5AEE60B93651A0731B51EDDC35572</xmpMM:InstanceID>
<xmpMM:RenditionClass>default</xmpMM:RenditionClass>
<xmpMM:VersionID>1</xmpMM:VersionID>
</rdf:Description>
@@ -140,7 +140,7 @@ endobj
<< /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R /Font << /F95 8 0 R /F97 9 0 R /F98 10 0 R /F99 11 0 R >> /ProcSet [ /PDF /Text ] >>
endobj
15 0 obj
-<< /Length 9039 >>
+<< /Length 8950 >>
stream
0 g 0 G
0 g 0 G
@@ -193,11 +193,11 @@ BT
/F95 13.62884 Tf
1 0 0 1 36 169.279 Tm [<0015000F>-333<0037>79<004600530054004A0050004F>]TJ
/F95 11.3574 Tf
-1 0 0 1 36 150.396 Tm [<09C9000F09D009C8000D>-250<09CA09C809CA09CB000E09C809CA000E09C809D0001B>-333<0024004D004200540054>-250<005000510055004A0050004F>-250<06E20053>7<0046>7<005706E3>-249<004700500053>-250<004F0046>6<0058>-249<00450050>-7<00440056004E0046004F00550054000F>]TJ
-0.994 0 0 1 36 135.601 Tm [<09C9000F09CD09CA000D>-250<09CA09C809C909D0000E09C809CC000E09CA09CE001B>-335<0026004F00490042004F00440046>-7<0045>-250<0045004600550046>-7<00440055004A0050004F>-250<0042004F0045>-251<005800420053004F004A004F0048>-250<00560054004A004F0048>-250<002D00560042>-250<00440050>-7<00450046>9<000F>]TJ
-1 0 0 1 36 120.807 Tm [<09C9000F09CD09C8000F09CD000D>-250<09CA09C809C909D0000E09C809CC000E09C909C9001B>-333<002E004A004F00500053>-250<004300560048>-250<0939005900460054>-250<0009>16<00450050>-6<00440054>-250<0042004F0045>-250<00440050>-7<00450046>-250<0045004A0054004200480053>7<0046>-6<0046>-7<0045000A000F>]TJ
-1 0 0 1 36 106.012 Tm [<09C9000F09CD09C8000D>-250<09CA09C809C909D0000E09C809CB000E09CA09D0001B>-333<002A004E00510053>7<0050>7<0057>8<0046>-6<0045>-250<004A004E004200480046>-250<00490042004F0045004D004A004F0048>-250<00440050004E004E0042004F00450054000D>-250<00540042004F00450043>-10<0050>6<0059000F>]TJ
-1 0 0 1 36 91.218 Tm [<09C9000F09CC09CE000F09CA000D>-250<09CA09C809C909D0000E09C809C9000E09C909CC001B>-333<0034005500420043004D0046>-250<06E3>23<0050004D004506E3>-249<0057>7<004600530054004A0050004F000F>-332<003600540046>-250<004F0046>6<0058>8<00460053>-249<09C9000F09CD09C8000F>]TJ
+1 0 0 1 36 150.396 Tm [<09C9000F09D009C9000D>-250<09CA09C809CA09CB000E09C809CB000E09CA09CD001B>-333<002300560048>-250<0939005900460054000F>-333<0022004D00540050>-250<09C9000F09D009C90042000F>]TJ
+1 0 0 1 36 135.601 Tm [<09C9000F09D009C8000D>-250<09CA09C809CA09CB000E09C809CA000E09C809D0001B>-333<0024004D004200540054>-250<005000510055004A0050004F>-250<06E20053>7<0046>7<005706E3>-249<004700500053>-250<004F0046>6<0058>-249<00450050>-7<00440056004E0046004F00550054000F>]TJ
+0.994 0 0 1 36 120.807 Tm [<09C9000F09CD09CA000D>-250<09CA09C809C909D0000E09C809CC000E09CA09CE001B>-335<0026004F00490042004F00440046>-7<0045>-250<0045004600550046>-7<00440055004A0050004F>-250<0042004F0045>-251<005800420053004F004A004F0048>-250<00560054004A004F0048>-250<002D00560042>-250<00440050>-7<00450046>9<000F>]TJ
+1 0 0 1 36 106.012 Tm [<09C9000F09CD09C8000F09CD000D>-250<09CA09C809C909D0000E09C809CC000E09C909C9001B>-333<002E004A004F00500053>-250<004300560048>-250<0939005900460054>-250<0009>16<00450050>-6<00440054>-250<0042004F0045>-250<00440050>-7<00450046>-250<0045004A0054004200480053>7<0046>-6<0046>-7<0045000A000F>]TJ
+1 0 0 1 36 91.218 Tm [<09C9000F09CD09C8000D>-250<09CA09C809C909D0000E09C809CB000E09CA09D0001B>-333<002A004E00510053>7<0050>7<0057>8<0046>-6<0045>-250<004A004E004200480046>-250<00490042004F0045004D004A004F0048>-250<00440050004E004E0042004F00450054000D>-250<00540042004F00450043>-10<0050>6<0059000F>]TJ
1 0 0 1 36 76.423 Tm [<09C9000F09C9000D>-250<09CA09C809C909CF000E09C809CB000E09C809C9001B>-333<004A004F004A0055004A0042004D>-250<005100560043004D004A0044>-250<0053>7<0046004D0046004200540046>10<000F>]TJ
0 g 0 G
/F95 10.44878 Tf
@@ -724,60 +724,60 @@ endobj
<< /Type /Catalog /Pages 12 0 R /Metadata 4 0 R/OutputIntents [ <</Type/OutputIntent/S/GTS_PDFX/OutputCondition (SWOP (Publication) printing in USA (Printing process definition: ANSI CGATS.6).)/OutputConditionIdentifier (CGATS TR 001)/Info (U.S. Web Coated (SWOP) v2)/RegistryName (http://www.color.org)>> ] >>
endobj
47 0 obj
-<< /Title(Novel\040Document\040Class)/Creator(LuaLaTeX\040with\040novel\040and\040microtype)/CreationDate(D:20230215114506-08'00')/ModDate(D:20230215114506-08'00')/Producer(LuaLaTeX\040with\040novel-pdfx\040and\040hyperref)/Trapped/False/GTS_PDFXVersion(PDF/X-1a:2001)/GTS_PDFXConformance(PDF/X-1a:2001) >>
+<< /Title(Novel\040Document\040Class)/Creator(LuaLaTeX\040with\040novel\040and\040microtype)/CreationDate(D:20230323113444-07'00')/ModDate(D:20230323113444-07'00')/Producer(LuaLaTeX\040with\040novel-pdfx\040and\040hyperref)/Trapped/False/GTS_PDFXVersion(PDF/X-1a:2001)/GTS_PDFXConformance(PDF/X-1a:2001) >>
endobj
xref
0 48
0000000000 65535 f
-0000030375 00000 n
-0000030395 00000 n
-0000030415 00000 n
+0000030286 00000 n
+0000030306 00000 n
+0000030326 00000 n
0000000020 00000 n
0000011504 00000 n
0000011352 00000 n
0000002644 00000 n
-0000058030 00000 n
-0000042536 00000 n
-0000037027 00000 n
-0000035034 00000 n
-0000058395 00000 n
-0000020913 00000 n
-0000020758 00000 n
+0000057941 00000 n
+0000042447 00000 n
+0000036938 00000 n
+0000034945 00000 n
+0000058306 00000 n
+0000020824 00000 n
+0000020669 00000 n
0000011659 00000 n
-0000029904 00000 n
-0000029749 00000 n
-0000021045 00000 n
-0000030283 00000 n
-0000030128 00000 n
-0000030036 00000 n
-0000030468 00000 n
-0000033789 00000 n
-0000030624 00000 n
-0000030695 00000 n
-0000034028 00000 n
-0000035191 00000 n
-0000035394 00000 n
-0000036089 00000 n
-0000035427 00000 n
-0000035534 00000 n
-0000036315 00000 n
-0000037173 00000 n
-0000037365 00000 n
-0000041260 00000 n
-0000037533 00000 n
-0000037859 00000 n
-0000041502 00000 n
-0000042694 00000 n
-0000042899 00000 n
-0000055860 00000 n
-0000043346 00000 n
-0000043721 00000 n
-0000056101 00000 n
-0000058189 00000 n
-0000058477 00000 n
-0000058804 00000 n
+0000029815 00000 n
+0000029660 00000 n
+0000020956 00000 n
+0000030194 00000 n
+0000030039 00000 n
+0000029947 00000 n
+0000030379 00000 n
+0000033700 00000 n
+0000030535 00000 n
+0000030606 00000 n
+0000033939 00000 n
+0000035102 00000 n
+0000035305 00000 n
+0000036000 00000 n
+0000035338 00000 n
+0000035445 00000 n
+0000036226 00000 n
+0000037084 00000 n
+0000037276 00000 n
+0000041171 00000 n
+0000037444 00000 n
+0000037770 00000 n
+0000041413 00000 n
+0000042605 00000 n
+0000042810 00000 n
+0000055771 00000 n
+0000043257 00000 n
+0000043632 00000 n
+0000056012 00000 n
+0000058100 00000 n
+0000058388 00000 n
+0000058715 00000 n
trailer
-<< /Size 48 /Root 46 0 R /Info 47 0 R /ID [ <A065821F124D1A8686D8C4E70D9F63F8> <A065821F124D1A8686D8C4E70D9F63F8> ] >>
+<< /Size 48 /Root 46 0 R /Info 47 0 R /ID [ <F048592F3E26007D9A8A7107CDB125CE> <F048592F3E26007D9A8A7107CDB125CE> ] >>
startxref
-59128
+59039
%%EOF
diff --git a/macros/luatex/latex/novel/doc/novel.tex b/macros/luatex/latex/novel/doc/novel.tex
index b389ab741a..fec858cab6 100644
--- a/macros/luatex/latex/novel/doc/novel.tex
+++ b/macros/luatex/latex/novel/doc/novel.tex
@@ -5,7 +5,7 @@
% IF YOU COMPILE THIS DOCUMENT: Be sure that both this file and
% novel.pdf (if present) have read/write permissions for any user.
% Otherwise, compile may fail at the point where files are written.
-\documentclass{novel} % v. 1.80.
+\documentclass{novel} % v. 1.81a.
% Almost all settings are defaults.
\SetHeadFootStyle{3}
\SetTitle{Novel Document Class} % only footer, with page number
@@ -58,6 +58,8 @@ The companion font(s) is(are) licensed under the SIL Open Font License, version
\QuickChapter{4. Version}
+\noindent 1.81, 2023-03-25: Bug fixes. Also 1.81a.
+
\noindent 1.80, 2023-02-08: Class option ``rev'' for new documents.
\noindent 1.52, 2018-04-26: Enhanced detection and warning using Lua code.
@@ -66,8 +68,6 @@ The companion font(s) is(are) licensed under the SIL Open Font License, version
\noindent 1.50, 2018-03-28: Improved image handling commands, sandbox.
-\noindent 1.46.2, 2018-01-14: Stable "old" version. Use newer 1.50.
-
\noindent 1.1, 2017-03-01: initial public release.
\clearpage
diff --git a/macros/luatex/latex/novel/lualatex/novel-CalculateLayout.sty b/macros/luatex/latex/novel/lualatex/novel-CalculateLayout.sty
index 2f14d0671d..a9d993b6b7 100644
--- a/macros/luatex/latex/novel/lualatex/novel-CalculateLayout.sty
+++ b/macros/luatex/latex/novel/lualatex/novel-CalculateLayout.sty
@@ -12,7 +12,7 @@
%%
%%
\ProvidesFile{novel-CalculateLayout.sty}%
-[2023/03/13 v1.81 LaTeX file (layout calculations)]
+[2023/03/25 v1.81a LaTeX file (layout calculations)]
%%
%%
diff --git a/macros/luatex/latex/novel/lualatex/novel-ChapterScene.sty b/macros/luatex/latex/novel/lualatex/novel-ChapterScene.sty
index b36a3d9eb7..b9bfd39c12 100644
--- a/macros/luatex/latex/novel/lualatex/novel-ChapterScene.sty
+++ b/macros/luatex/latex/novel/lualatex/novel-ChapterScene.sty
@@ -13,7 +13,7 @@
%%
%%
\ProvidesFile{novel-ChapterScene.sty}%
-[2023/03/13 v1.81 LaTeX file (chapter and scene macros)]
+[2023/03/25 v1.81a LaTeX file (chapter and scene macros)]
%%
diff --git a/macros/luatex/latex/novel/lualatex/novel-DropCap.sty b/macros/luatex/latex/novel/lualatex/novel-DropCap.sty
index 70e9a60285..dc8668d401 100644
--- a/macros/luatex/latex/novel/lualatex/novel-DropCap.sty
+++ b/macros/luatex/latex/novel/lualatex/novel-DropCap.sty
@@ -17,7 +17,7 @@
%
%%
\ProvidesFile{novel-DropCap.sty}%
-[2023/03/13 v1.81 (Drop Caps)]
+[2023/03/25 v1.81a (Drop Caps)]
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
%
%
diff --git a/macros/luatex/latex/novel/lualatex/novel-FileData.sty b/macros/luatex/latex/novel/lualatex/novel-FileData.sty
index a941ceed2f..65e5150141 100644
--- a/macros/luatex/latex/novel/lualatex/novel-FileData.sty
+++ b/macros/luatex/latex/novel/lualatex/novel-FileData.sty
@@ -13,7 +13,7 @@
%%
%%
\ProvidesFile{novel-FileData.sty}%
-[2023/03/13 v1.81 LaTeX file (File Data settings)]
+[2023/03/25 v1.81a LaTeX file (File Data settings)]
%%
diff --git a/macros/luatex/latex/novel/lualatex/novel-Fonts.sty b/macros/luatex/latex/novel/lualatex/novel-Fonts.sty
index d05fd92fb8..fc106f6cf8 100644
--- a/macros/luatex/latex/novel/lualatex/novel-Fonts.sty
+++ b/macros/luatex/latex/novel/lualatex/novel-Fonts.sty
@@ -13,7 +13,7 @@
%%
%%
\ProvidesFile{novel-Fonts.sty}%
-[2023/03/13 v1.81 LaTeX file (font settings and defaults)]
+[2023/03/25 v1.81a LaTeX file (font settings and defaults)]
%%
diff --git a/macros/luatex/latex/novel/lualatex/novel-Footnotes.sty b/macros/luatex/latex/novel/lualatex/novel-Footnotes.sty
index 479031b531..8e32f009f8 100644
--- a/macros/luatex/latex/novel/lualatex/novel-Footnotes.sty
+++ b/macros/luatex/latex/novel/lualatex/novel-Footnotes.sty
@@ -13,7 +13,7 @@
%%
%%
\ProvidesFile{novel-Footnotes.sty}%
-[2023/03/13 v1.81 LaTeX file (commands for footnotes and endnotes)]
+[2023/03/25 v1.81a LaTeX file (commands for footnotes and endnotes)]
%%
diff --git a/macros/luatex/latex/novel/lualatex/novel-HeadFootStyles.sty b/macros/luatex/latex/novel/lualatex/novel-HeadFootStyles.sty
index 96e0843371..6cbc0c4871 100644
--- a/macros/luatex/latex/novel/lualatex/novel-HeadFootStyles.sty
+++ b/macros/luatex/latex/novel/lualatex/novel-HeadFootStyles.sty
@@ -13,7 +13,7 @@
%%
%%
\ProvidesFile{novel-HeadFootStyles.sty}%
-[2023/03/13 v1.81 LaTeX file (header and footer layouts and styles)]
+[2023/03/25 v1.81a LaTeX file (header and footer layouts and styles)]
%%
diff --git a/macros/luatex/latex/novel/lualatex/novel-Images.sty b/macros/luatex/latex/novel/lualatex/novel-Images.sty
index 63a666a581..b7b956c694 100644
--- a/macros/luatex/latex/novel/lualatex/novel-Images.sty
+++ b/macros/luatex/latex/novel/lualatex/novel-Images.sty
@@ -13,7 +13,7 @@
%%
%%
\ProvidesFile{novel-Images.sty}%
-[2023/03/13 v1.81 LaTeX file (image placement)]
+[2023/03/25 v1.81a LaTeX file (image placement)]
%%
diff --git a/macros/luatex/latex/novel/lualatex/novel-LayoutSettings.sty b/macros/luatex/latex/novel/lualatex/novel-LayoutSettings.sty
index ef47d1e6e5..b7156e76ba 100644
--- a/macros/luatex/latex/novel/lualatex/novel-LayoutSettings.sty
+++ b/macros/luatex/latex/novel/lualatex/novel-LayoutSettings.sty
@@ -13,7 +13,7 @@
%%
%%
\ProvidesFile{novel-LayoutSettings.sty}%
-[2023/03/13 v1.81 LaTeX file (layout settings)]
+[2023/03/25 v1.81a LaTeX file (layout settings)]
%%
diff --git a/macros/luatex/latex/novel/lualatex/novel-PostLayout.sty b/macros/luatex/latex/novel/lualatex/novel-PostLayout.sty
index 1d0a741165..5b6450ea57 100644
--- a/macros/luatex/latex/novel/lualatex/novel-PostLayout.sty
+++ b/macros/luatex/latex/novel/lualatex/novel-PostLayout.sty
@@ -12,7 +12,7 @@
%%
%%
\ProvidesFile{novel-PostLayout.sty}%
-[2023/03/13 v1.81 LaTeX file (post-layout modifications)]
+[2023/03/25 v1.81a LaTeX file (post-layout modifications)]
%%
%%
diff --git a/macros/luatex/latex/novel/lualatex/novel-Sandbox.sty b/macros/luatex/latex/novel/lualatex/novel-Sandbox.sty
index e5ac09a2a0..8eb6a2df62 100644
--- a/macros/luatex/latex/novel/lualatex/novel-Sandbox.sty
+++ b/macros/luatex/latex/novel/lualatex/novel-Sandbox.sty
@@ -17,7 +17,7 @@
%%
%%
\ProvidesFile{novel-Sandbox.sty}%
-[2023/03/13 v1.81 LaTeX file (used only with sandbox class option)]
+[2023/03/25 v1.81a LaTeX file (used only with sandbox class option)]
%%
%%
diff --git a/macros/luatex/latex/novel/lualatex/novel-TextMacros.sty b/macros/luatex/latex/novel/lualatex/novel-TextMacros.sty
index dd05ed1e6b..b9034ea08e 100644
--- a/macros/luatex/latex/novel/lualatex/novel-TextMacros.sty
+++ b/macros/luatex/latex/novel/lualatex/novel-TextMacros.sty
@@ -13,7 +13,7 @@
%%
%%
\ProvidesFile{novel-TextMacros.sty}%
-[2023/03/13 v1.81 LaTeX file (text macros usable within document body)]
+[2023/03/25 v1.81a LaTeX file (text macros usable within document body)]
%%
diff --git a/macros/luatex/latex/novel/lualatex/novel-pdfx.sty b/macros/luatex/latex/novel/lualatex/novel-pdfx.sty
index 210132dc92..d65871efd0 100644
--- a/macros/luatex/latex/novel/lualatex/novel-pdfx.sty
+++ b/macros/luatex/latex/novel/lualatex/novel-pdfx.sty
@@ -21,7 +21,7 @@
%%
\NeedsTeXFormat{LaTeX2e}
\ProvidesFile{novel-pdfx.sty}%
-[2023/03/13 v1.81 LaTeX file (PDF/X support for novel class)]
+[2023/03/25 v1.81a LaTeX file (PDF/X support for novel class)]
% This package supports, and is part of, class `novel'.
% No support for anything but LuaLaTeX.
diff --git a/macros/luatex/latex/novel/lualatex/novel.cls b/macros/luatex/latex/novel/lualatex/novel.cls
index 28115256cf..416db3c410 100644
--- a/macros/luatex/latex/novel/lualatex/novel.cls
+++ b/macros/luatex/latex/novel/lualatex/novel.cls
@@ -14,9 +14,9 @@
%%
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
% Actually needs LuaLaTeX, at least version 0.95 from TeXLive 2016.
-\ProvidesClass{novel}[2023/03/13 v1.81 LaTeX document class]
+\ProvidesClass{novel}[2023/03/25 v1.81a LaTeX document class]
%%
-%% Version 1.81: Minor changes. Class option `revert' for 1.5.2 behavior.
+%% Version 1.81a: Minor changes. Class option `revert' for 1.5.2 behavior.
%% DESCRIPTION: