summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/lualatex/novel
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-08-11 23:07:10 +0000
committerKarl Berry <karl@freefriends.org>2017-08-11 23:07:10 +0000
commitcbc791c8e9621356e51dbb8eac12436f48baacc8 (patch)
treecb98a6ab385fb543d32742833ad70b27b3b69465 /Master/texmf-dist/tex/lualatex/novel
parent38b7e91e0245cd63a44be9c5965ee23d2678a0ab (diff)
novel (11aug17)
git-svn-id: svn://tug.org/texlive/trunk@45023 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/lualatex/novel')
-rw-r--r--Master/texmf-dist/tex/lualatex/novel/README.md24
-rw-r--r--Master/texmf-dist/tex/lualatex/novel/novel-CGATSTR001.clo2
-rw-r--r--Master/texmf-dist/tex/lualatex/novel/novel-CalculateLayout.sty2
-rw-r--r--Master/texmf-dist/tex/lualatex/novel/novel-ChapterScene.sty2
-rw-r--r--Master/texmf-dist/tex/lualatex/novel/novel-FOGRA39.clo2
-rw-r--r--Master/texmf-dist/tex/lualatex/novel/novel-FileData.sty2
-rw-r--r--Master/texmf-dist/tex/lualatex/novel/novel-FontDefaults.sty2
-rw-r--r--Master/texmf-dist/tex/lualatex/novel/novel-Footnotes.sty2
-rw-r--r--Master/texmf-dist/tex/lualatex/novel/novel-HeadFootStyles.sty2
-rw-r--r--Master/texmf-dist/tex/lualatex/novel/novel-Images.sty2
-rw-r--r--Master/texmf-dist/tex/lualatex/novel/novel-JC200103.clo2
-rw-r--r--Master/texmf-dist/tex/lualatex/novel/novel-LayoutSettings.sty2
-rw-r--r--Master/texmf-dist/tex/lualatex/novel/novel-TextMacros.sty4
-rw-r--r--Master/texmf-dist/tex/lualatex/novel/novel-glyphtounicode.tex2
-rw-r--r--Master/texmf-dist/tex/lualatex/novel/novel-microtype.cfg2
-rw-r--r--Master/texmf-dist/tex/lualatex/novel/novel-pdfx.sty2
-rw-r--r--Master/texmf-dist/tex/lualatex/novel/novel-xmppacket.sty2
-rw-r--r--Master/texmf-dist/tex/lualatex/novel/novel.cls4
18 files changed, 44 insertions, 18 deletions
diff --git a/Master/texmf-dist/tex/lualatex/novel/README.md b/Master/texmf-dist/tex/lualatex/novel/README.md
new file mode 100644
index 00000000000..84e3e6ee933
--- /dev/null
+++ b/Master/texmf-dist/tex/lualatex/novel/README.md
@@ -0,0 +1,24 @@
+# THE NOVEL DOCUMENT CLASS
+
+The novel LuaLaTeX document class is specifically written to meet the needs of original fiction writers, who are typesetting their own novels for non-color print-on-demand technology. If that does not describe your objective, then this is the wrong document class for you. There is no support for E-books. The needs of academic writers and picture-book layout are largely unmet.
+
+If your book is a detective novel, science fiction, romance, or collection of short stories, then you are in the right place.
+
+This class requires TeXLive 2016 or later, or recent MiKTeX. Distributions based on TeXLive 2015 or earlier will fail.
+
+## News:
+
+Version 1.36, August 10, 2017. Minor correction to documentation. Reminds users that dollar is a special character in TeX.
+
+Version 1.34, July 31, 2017. Added some code of interest to developers.
+
+Version 1.32, July 26, 2017. This update contains a minor bug fix to the documentation, and a major bug fix to the way that text tracking is handled. The tracking bug affected page headings (even the defaults) and caused some documents to fail with an obscure MT@res@a error. The fix is expected to be quite solid.
+
+This release has been tested. There are no currently-known bugs (although they may be hiding somewhere). For bug reports, if any, see the e-mail address near the top of novel.cls file.
+
+The original creator of this package would like to transfer maintenance to someone else. If interested, contact CTAN. You will need to be familiar with LuaLaTeX, fontspec, and Open Type fonts. Lua coding is not required.
+
+
+## License:
+
+The LaTeX code and documentation are licensed under the LaTeX Project Public License, v.1.3c or later. The included font NovelDeco.otf is licensed under the SIL Open Font License, v.1.1 or later.
diff --git a/Master/texmf-dist/tex/lualatex/novel/novel-CGATSTR001.clo b/Master/texmf-dist/tex/lualatex/novel/novel-CGATSTR001.clo
index fd22ffdef38..f9c0c9efd29 100644
--- a/Master/texmf-dist/tex/lualatex/novel/novel-CGATSTR001.clo
+++ b/Master/texmf-dist/tex/lualatex/novel/novel-CGATSTR001.clo
@@ -1,4 +1,4 @@
-% Typically used in the USA. Novel file version 1.34
+% Typically used in the USA. Novel file version 1.36
% The values of the arguments are public industry standards.
diff --git a/Master/texmf-dist/tex/lualatex/novel/novel-CalculateLayout.sty b/Master/texmf-dist/tex/lualatex/novel/novel-CalculateLayout.sty
index cd2cdc4ff35..f4752934c52 100644
--- a/Master/texmf-dist/tex/lualatex/novel/novel-CalculateLayout.sty
+++ b/Master/texmf-dist/tex/lualatex/novel/novel-CalculateLayout.sty
@@ -12,7 +12,7 @@
%%
%%
\ProvidesFile{novel-CalculateLayout.sty}%
-[2017/07/31 v1.34 LaTeX file (layout calculations)]
+[2017/08/10 v1.36 LaTeX file (layout calculations)]
%%
%%
diff --git a/Master/texmf-dist/tex/lualatex/novel/novel-ChapterScene.sty b/Master/texmf-dist/tex/lualatex/novel/novel-ChapterScene.sty
index e9801e14573..b96d32b68dc 100644
--- a/Master/texmf-dist/tex/lualatex/novel/novel-ChapterScene.sty
+++ b/Master/texmf-dist/tex/lualatex/novel/novel-ChapterScene.sty
@@ -13,7 +13,7 @@
%%
%%
\ProvidesFile{novel-ChapterScene.sty}%
-[2017/07/31 v1.34 LaTeX file (chapter and scene macros)]
+[2017/08/10 v1.36 LaTeX file (chapter and scene macros)]
%%
%% Novel Tracking messages in this file begin with 6.
diff --git a/Master/texmf-dist/tex/lualatex/novel/novel-FOGRA39.clo b/Master/texmf-dist/tex/lualatex/novel/novel-FOGRA39.clo
index 0101a03b921..72348cb1545 100644
--- a/Master/texmf-dist/tex/lualatex/novel/novel-FOGRA39.clo
+++ b/Master/texmf-dist/tex/lualatex/novel/novel-FOGRA39.clo
@@ -1,4 +1,4 @@
-% Typically used in Europe. Novel file version 1.34
+% Typically used in Europe. Novel file version 1.36
% The values of the arguments are public industry standards.
diff --git a/Master/texmf-dist/tex/lualatex/novel/novel-FileData.sty b/Master/texmf-dist/tex/lualatex/novel/novel-FileData.sty
index bb079c6c7cc..3bfb69820fa 100644
--- a/Master/texmf-dist/tex/lualatex/novel/novel-FileData.sty
+++ b/Master/texmf-dist/tex/lualatex/novel/novel-FileData.sty
@@ -13,7 +13,7 @@
%%
%%
\ProvidesFile{novel-FileData.sty}%
-[2017/07/31 v1.34 LaTeX file (File Data settings)]
+[2017/08/10 v1.36 LaTeX file (File Data settings)]
%%
%% Novel Tracking codes in this file begin with 2.
diff --git a/Master/texmf-dist/tex/lualatex/novel/novel-FontDefaults.sty b/Master/texmf-dist/tex/lualatex/novel/novel-FontDefaults.sty
index d8219eaa728..327e2624a64 100644
--- a/Master/texmf-dist/tex/lualatex/novel/novel-FontDefaults.sty
+++ b/Master/texmf-dist/tex/lualatex/novel/novel-FontDefaults.sty
@@ -13,7 +13,7 @@
%%
%%
\ProvidesFile{novel-FontDefaults.sty}%
-[2017/07/31 v1.34 LaTeX file (default fonts)]
+[2017/08/10 v1.36 LaTeX file (default fonts)]
%%
diff --git a/Master/texmf-dist/tex/lualatex/novel/novel-Footnotes.sty b/Master/texmf-dist/tex/lualatex/novel/novel-Footnotes.sty
index fb1b42528bc..5d7ae6a2a55 100644
--- a/Master/texmf-dist/tex/lualatex/novel/novel-Footnotes.sty
+++ b/Master/texmf-dist/tex/lualatex/novel/novel-Footnotes.sty
@@ -13,7 +13,7 @@
%%
%%
\ProvidesFile{novel-Footnotes.sty}%
-[2017/07/31 v1.34 LaTeX file (commands for footnotes and endnotes)]
+[2017/08/10 v1.36 LaTeX file (commands for footnotes and endnotes)]
%%
%% Novel Tracking codes in this file begin with 8.
diff --git a/Master/texmf-dist/tex/lualatex/novel/novel-HeadFootStyles.sty b/Master/texmf-dist/tex/lualatex/novel/novel-HeadFootStyles.sty
index 851efc97ce6..e767c3fadd5 100644
--- a/Master/texmf-dist/tex/lualatex/novel/novel-HeadFootStyles.sty
+++ b/Master/texmf-dist/tex/lualatex/novel/novel-HeadFootStyles.sty
@@ -13,7 +13,7 @@
%%
%%
\ProvidesFile{novel-HeadFootStyles.sty}%
-[2017/07/31 v1.34 LaTeX file (header and footer styles)]
+[2017/08/10 v1.36 LaTeX file (header and footer styles)]
%%
%% Novel Tracking messages in this file begin with 5.
diff --git a/Master/texmf-dist/tex/lualatex/novel/novel-Images.sty b/Master/texmf-dist/tex/lualatex/novel/novel-Images.sty
index e5c1ccb076c..ae31b1f5b04 100644
--- a/Master/texmf-dist/tex/lualatex/novel/novel-Images.sty
+++ b/Master/texmf-dist/tex/lualatex/novel/novel-Images.sty
@@ -13,7 +13,7 @@
%%
%%
\ProvidesFile{novel-Images.sty}%
-[2017/07/31 v1.34 LaTeX file (image placement)]
+[2017/08/10 v1.36 LaTeX file (image placement)]
%%
%% Novel Tracking messages in this file begin with 7.
diff --git a/Master/texmf-dist/tex/lualatex/novel/novel-JC200103.clo b/Master/texmf-dist/tex/lualatex/novel/novel-JC200103.clo
index a6dbf7ad286..b5e1714250c 100644
--- a/Master/texmf-dist/tex/lualatex/novel/novel-JC200103.clo
+++ b/Master/texmf-dist/tex/lualatex/novel/novel-JC200103.clo
@@ -1,4 +1,4 @@
-% Typically used in Japan. Novel file version 1.34
+% Typically used in Japan. Novel file version 1.36
% The values of the arguments are public industry standards.
diff --git a/Master/texmf-dist/tex/lualatex/novel/novel-LayoutSettings.sty b/Master/texmf-dist/tex/lualatex/novel/novel-LayoutSettings.sty
index 9fcb85aef6c..bfa396d79ab 100644
--- a/Master/texmf-dist/tex/lualatex/novel/novel-LayoutSettings.sty
+++ b/Master/texmf-dist/tex/lualatex/novel/novel-LayoutSettings.sty
@@ -13,7 +13,7 @@
%%
%%
\ProvidesFile{novel-LayoutSettings.sty}%
-[2017/07/31 v1.34 LaTeX file (layout settings)]
+[2017/08/10 v1.36 LaTeX file (layout settings)]
%%
% Novel Tracking codes in this file begin with 3.
diff --git a/Master/texmf-dist/tex/lualatex/novel/novel-TextMacros.sty b/Master/texmf-dist/tex/lualatex/novel/novel-TextMacros.sty
index 3bea7af88dd..8fe1eeedfe0 100644
--- a/Master/texmf-dist/tex/lualatex/novel/novel-TextMacros.sty
+++ b/Master/texmf-dist/tex/lualatex/novel/novel-TextMacros.sty
@@ -13,7 +13,7 @@
%%
%%
\ProvidesFile{novel-TextMacros.sty}%
-[2017/07/31 v1.34 LaTeX file (text macros usable within document body)]
+[2017/08/10 v1.36 LaTeX file (text macros usable within document body)]
%%
%% Novel Tracking messages in this file begin with 4.
@@ -102,7 +102,7 @@
% \framebox or \fbox
% \raisebox BUT can be used inside \smash or \charscale.
% \linespread
-% Anything involving math mode. Note that $ is a normal text character.
+% Anything involving math mode.
%% The following commands are BANNED.
diff --git a/Master/texmf-dist/tex/lualatex/novel/novel-glyphtounicode.tex b/Master/texmf-dist/tex/lualatex/novel/novel-glyphtounicode.tex
index 192a1df532b..d76cf2cddc0 100644
--- a/Master/texmf-dist/tex/lualatex/novel/novel-glyphtounicode.tex
+++ b/Master/texmf-dist/tex/lualatex/novel/novel-glyphtounicode.tex
@@ -14,7 +14,7 @@
%%
%%
\ProvidesFile{novel-gyphtounicode.tex}%
-[2017/07/31 v1.34 LaTeX file (additional glyph to unicode)]
+[2017/08/10 v1.36 LaTeX file (additional glyph to unicode)]
%%
diff --git a/Master/texmf-dist/tex/lualatex/novel/novel-microtype.cfg b/Master/texmf-dist/tex/lualatex/novel/novel-microtype.cfg
index fda08eda60c..f63088a9c63 100644
--- a/Master/texmf-dist/tex/lualatex/novel/novel-microtype.cfg
+++ b/Master/texmf-dist/tex/lualatex/novel/novel-microtype.cfg
@@ -19,7 +19,7 @@
%%
\NeedsTeXFormat{LaTeX2e}
\ProvidesFile{novel-microtype.cfg}
- [2017/07/31 v1.34 LaTeX file (microtype configuration file for novel class)]
+ [2017/08/10 v1.36 LaTeX file (microtype configuration file for novel class)]
%%% -----------------------------------------------------------------------
%%% FONT SETS
diff --git a/Master/texmf-dist/tex/lualatex/novel/novel-pdfx.sty b/Master/texmf-dist/tex/lualatex/novel/novel-pdfx.sty
index 615f74e35b3..1203ea888b9 100644
--- a/Master/texmf-dist/tex/lualatex/novel/novel-pdfx.sty
+++ b/Master/texmf-dist/tex/lualatex/novel/novel-pdfx.sty
@@ -24,7 +24,7 @@
%%
\NeedsTeXFormat{LaTeX2e}
\ProvidesFile{novel-pdfx.sty}
- [2017/07/31 v1.34 LaTeX file (PDF/X support for novel class)]
+ [2017/08/10 v1.36 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/Master/texmf-dist/tex/lualatex/novel/novel-xmppacket.sty b/Master/texmf-dist/tex/lualatex/novel/novel-xmppacket.sty
index c0a6a1d9a69..f7104423d54 100644
--- a/Master/texmf-dist/tex/lualatex/novel/novel-xmppacket.sty
+++ b/Master/texmf-dist/tex/lualatex/novel/novel-xmppacket.sty
@@ -22,7 +22,7 @@
%%
%%
\ProvidesFile{novel-xmppacket.sty}%
-[2017/07/31 v1.34 LaTeX file (novel XMP packet template)]
+[2017/08/10 v1.36 LaTeX file (novel XMP packet template)]
%%
diff --git a/Master/texmf-dist/tex/lualatex/novel/novel.cls b/Master/texmf-dist/tex/lualatex/novel/novel.cls
index 47405f00799..29a1c739f0f 100644
--- a/Master/texmf-dist/tex/lualatex/novel/novel.cls
+++ b/Master/texmf-dist/tex/lualatex/novel/novel.cls
@@ -17,9 +17,11 @@
%%
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
% Actually needs LuaLaTeX, at least version 0.95 from TeXLive 2016.
-\ProvidesClass{novel}[2017/07/31 v1.34 LaTeX document class]
+\ProvidesClass{novel}[2017/08/10 v1.36 LaTeX document class]
%%
+%% Version 1.36: minor documentation correction.
+
%% Version 1.34: Added debug class option and related code.
%% Version 1.32 includes a minor documentation fix, and a major bug fix