texlive[66654] Master/texmf-dist: novel (23mar23)

commits+karl at tug.org commits+karl at tug.org
Thu Mar 23 21:07:42 CET 2023


Revision: 66654
          http://tug.org/svn/texlive?view=revision&revision=66654
Author:   karl
Date:     2023-03-23 21:07:41 +0100 (Thu, 23 Mar 2023)
Log Message:
-----------
novel (23mar23)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/lualatex/novel/README.md
    trunk/Master/texmf-dist/doc/lualatex/novel/novel-documentation.html
    trunk/Master/texmf-dist/doc/lualatex/novel/novel.pdf
    trunk/Master/texmf-dist/doc/lualatex/novel/novel.tex
    trunk/Master/texmf-dist/tex/lualatex/novel/novel-CalculateLayout.sty
    trunk/Master/texmf-dist/tex/lualatex/novel/novel-ChapterScene.sty
    trunk/Master/texmf-dist/tex/lualatex/novel/novel-DropCap.sty
    trunk/Master/texmf-dist/tex/lualatex/novel/novel-FileData.sty
    trunk/Master/texmf-dist/tex/lualatex/novel/novel-Fonts.sty
    trunk/Master/texmf-dist/tex/lualatex/novel/novel-Footnotes.sty
    trunk/Master/texmf-dist/tex/lualatex/novel/novel-HeadFootStyles.sty
    trunk/Master/texmf-dist/tex/lualatex/novel/novel-Images.sty
    trunk/Master/texmf-dist/tex/lualatex/novel/novel-LayoutSettings.sty
    trunk/Master/texmf-dist/tex/lualatex/novel/novel-PostLayout.sty
    trunk/Master/texmf-dist/tex/lualatex/novel/novel-Sandbox.sty
    trunk/Master/texmf-dist/tex/lualatex/novel/novel-TextMacros.sty
    trunk/Master/texmf-dist/tex/lualatex/novel/novel-pdfx.sty
    trunk/Master/texmf-dist/tex/lualatex/novel/novel.cls

Modified: trunk/Master/texmf-dist/doc/lualatex/novel/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/lualatex/novel/README.md	2023-03-23 20:07:03 UTC (rev 66653)
+++ trunk/Master/texmf-dist/doc/lualatex/novel/README.md	2023-03-23 20:07:41 UTC (rev 66654)
@@ -10,6 +10,8 @@
 
 ## 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.

Modified: trunk/Master/texmf-dist/doc/lualatex/novel/novel-documentation.html
===================================================================
--- trunk/Master/texmf-dist/doc/lualatex/novel/novel-documentation.html	2023-03-23 20:07:03 UTC (rev 66653)
+++ trunk/Master/texmf-dist/doc/lualatex/novel/novel-documentation.html	2023-03-23 20:07:41 UTC (rev 66654)
@@ -566,7 +566,7 @@
 <div id="main">
 <!-- **************************************************************************************** -->
 
-<h1 id="h0" style="padding-top:16px">Document class <i>novel</i> - documentation.   <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.   <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 @@
 
 <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>

Modified: trunk/Master/texmf-dist/doc/lualatex/novel/novel.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/lualatex/novel/novel.tex
===================================================================
--- trunk/Master/texmf-dist/doc/lualatex/novel/novel.tex	2023-03-23 20:07:03 UTC (rev 66653)
+++ trunk/Master/texmf-dist/doc/lualatex/novel/novel.tex	2023-03-23 20:07:41 UTC (rev 66654)
@@ -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 @@
 
 \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 @@
 
 \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

Modified: trunk/Master/texmf-dist/tex/lualatex/novel/novel-CalculateLayout.sty
===================================================================
--- trunk/Master/texmf-dist/tex/lualatex/novel/novel-CalculateLayout.sty	2023-03-23 20:07:03 UTC (rev 66653)
+++ trunk/Master/texmf-dist/tex/lualatex/novel/novel-CalculateLayout.sty	2023-03-23 20:07:41 UTC (rev 66654)
@@ -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)]
 %%
 
 %%

Modified: trunk/Master/texmf-dist/tex/lualatex/novel/novel-ChapterScene.sty
===================================================================
--- trunk/Master/texmf-dist/tex/lualatex/novel/novel-ChapterScene.sty	2023-03-23 20:07:03 UTC (rev 66653)
+++ trunk/Master/texmf-dist/tex/lualatex/novel/novel-ChapterScene.sty	2023-03-23 20:07:41 UTC (rev 66654)
@@ -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)]
 %%
 
 

Modified: trunk/Master/texmf-dist/tex/lualatex/novel/novel-DropCap.sty
===================================================================
--- trunk/Master/texmf-dist/tex/lualatex/novel/novel-DropCap.sty	2023-03-23 20:07:03 UTC (rev 66653)
+++ trunk/Master/texmf-dist/tex/lualatex/novel/novel-DropCap.sty	2023-03-23 20:07:41 UTC (rev 66654)
@@ -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]
 %
 %

Modified: trunk/Master/texmf-dist/tex/lualatex/novel/novel-FileData.sty
===================================================================
--- trunk/Master/texmf-dist/tex/lualatex/novel/novel-FileData.sty	2023-03-23 20:07:03 UTC (rev 66653)
+++ trunk/Master/texmf-dist/tex/lualatex/novel/novel-FileData.sty	2023-03-23 20:07:41 UTC (rev 66654)
@@ -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)]
 %% 
 
 

Modified: trunk/Master/texmf-dist/tex/lualatex/novel/novel-Fonts.sty
===================================================================
--- trunk/Master/texmf-dist/tex/lualatex/novel/novel-Fonts.sty	2023-03-23 20:07:03 UTC (rev 66653)
+++ trunk/Master/texmf-dist/tex/lualatex/novel/novel-Fonts.sty	2023-03-23 20:07:41 UTC (rev 66654)
@@ -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)]
 %%
 
 

Modified: trunk/Master/texmf-dist/tex/lualatex/novel/novel-Footnotes.sty
===================================================================
--- trunk/Master/texmf-dist/tex/lualatex/novel/novel-Footnotes.sty	2023-03-23 20:07:03 UTC (rev 66653)
+++ trunk/Master/texmf-dist/tex/lualatex/novel/novel-Footnotes.sty	2023-03-23 20:07:41 UTC (rev 66654)
@@ -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)]
 %%
 
 

Modified: trunk/Master/texmf-dist/tex/lualatex/novel/novel-HeadFootStyles.sty
===================================================================
--- trunk/Master/texmf-dist/tex/lualatex/novel/novel-HeadFootStyles.sty	2023-03-23 20:07:03 UTC (rev 66653)
+++ trunk/Master/texmf-dist/tex/lualatex/novel/novel-HeadFootStyles.sty	2023-03-23 20:07:41 UTC (rev 66654)
@@ -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)]
 %% 
 
 

Modified: trunk/Master/texmf-dist/tex/lualatex/novel/novel-Images.sty
===================================================================
--- trunk/Master/texmf-dist/tex/lualatex/novel/novel-Images.sty	2023-03-23 20:07:03 UTC (rev 66653)
+++ trunk/Master/texmf-dist/tex/lualatex/novel/novel-Images.sty	2023-03-23 20:07:41 UTC (rev 66654)
@@ -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)]
 %%
 
 

Modified: trunk/Master/texmf-dist/tex/lualatex/novel/novel-LayoutSettings.sty
===================================================================
--- trunk/Master/texmf-dist/tex/lualatex/novel/novel-LayoutSettings.sty	2023-03-23 20:07:03 UTC (rev 66653)
+++ trunk/Master/texmf-dist/tex/lualatex/novel/novel-LayoutSettings.sty	2023-03-23 20:07:41 UTC (rev 66654)
@@ -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)]
 %%
 
 

Modified: trunk/Master/texmf-dist/tex/lualatex/novel/novel-PostLayout.sty
===================================================================
--- trunk/Master/texmf-dist/tex/lualatex/novel/novel-PostLayout.sty	2023-03-23 20:07:03 UTC (rev 66653)
+++ trunk/Master/texmf-dist/tex/lualatex/novel/novel-PostLayout.sty	2023-03-23 20:07:41 UTC (rev 66654)
@@ -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)]
 %%
 
 %%

Modified: trunk/Master/texmf-dist/tex/lualatex/novel/novel-Sandbox.sty
===================================================================
--- trunk/Master/texmf-dist/tex/lualatex/novel/novel-Sandbox.sty	2023-03-23 20:07:03 UTC (rev 66653)
+++ trunk/Master/texmf-dist/tex/lualatex/novel/novel-Sandbox.sty	2023-03-23 20:07:41 UTC (rev 66654)
@@ -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)]
 %%
 
 %%

Modified: trunk/Master/texmf-dist/tex/lualatex/novel/novel-TextMacros.sty
===================================================================
--- trunk/Master/texmf-dist/tex/lualatex/novel/novel-TextMacros.sty	2023-03-23 20:07:03 UTC (rev 66653)
+++ trunk/Master/texmf-dist/tex/lualatex/novel/novel-TextMacros.sty	2023-03-23 20:07:41 UTC (rev 66654)
@@ -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)]
 %%
 
 

Modified: trunk/Master/texmf-dist/tex/lualatex/novel/novel-pdfx.sty
===================================================================
--- trunk/Master/texmf-dist/tex/lualatex/novel/novel-pdfx.sty	2023-03-23 20:07:03 UTC (rev 66653)
+++ trunk/Master/texmf-dist/tex/lualatex/novel/novel-pdfx.sty	2023-03-23 20:07:41 UTC (rev 66654)
@@ -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.
 

Modified: trunk/Master/texmf-dist/tex/lualatex/novel/novel.cls
===================================================================
--- trunk/Master/texmf-dist/tex/lualatex/novel/novel.cls	2023-03-23 20:07:03 UTC (rev 66653)
+++ trunk/Master/texmf-dist/tex/lualatex/novel/novel.cls	2023-03-23 20:07:41 UTC (rev 66654)
@@ -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:



More information about the tex-live-commits mailing list.