summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/lualatex/novel/novel.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-03-02 22:04:43 +0000
committerKarl Berry <karl@freefriends.org>2017-03-02 22:04:43 +0000
commited9d19652f40ee17941ba6832f511e3726a87747 (patch)
tree1363a8c132b7883bb1b8e0f87cb9ba89751d7bfc /Master/texmf-dist/doc/lualatex/novel/novel.tex
parente4e5bf0f152ea04be229a2747f8b3c2edc4407e7 (diff)
novel (2mar17)
git-svn-id: svn://tug.org/texlive/trunk@43384 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/lualatex/novel/novel.tex')
-rw-r--r--Master/texmf-dist/doc/lualatex/novel/novel.tex76
1 files changed, 76 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/lualatex/novel/novel.tex b/Master/texmf-dist/doc/lualatex/novel/novel.tex
new file mode 100644
index 00000000000..2bcee68306c
--- /dev/null
+++ b/Master/texmf-dist/doc/lualatex/novel/novel.tex
@@ -0,0 +1,76 @@
+% !TeX program = LuaLaTeX
+% !TeX encoding = UTF-8
+\documentclass{novel} % v. 1.0.6 or later
+% This is the source code for file `novel.pdf'.
+\SetTitle{Novel Document Class}
+\SetAuthor{Robert Allgeyer}
+\SetTrimSize{8.5in}{11in}
+\SetMargins{0.6in}{1in}{0.6in}{1in}
+\SetFontSize{12pt}
+\SetHeadFootStyle{3}
+\SetPDFX[CGATSTR001]{X-1a:2001}
+
+\begin{document}
+
+\begin{ChapterDisplay}[14]
+\null
+\ChapterTitle{\textbf{NOVEL}}
+\ChapterSubtitle{A Document Class for the Rest of Us}
+\null\null
+\ChapterDeco[4]{\decoglyph{r9554}}
+\null
+{\centering\emph{It was a dark and stormy night.}\par}
+\end{ChapterDisplay}
+
+The \emph{novel} document class is for writers of original fiction, to be printed to paper, with particular attention to the requirements of the print-on-demand market.
+
+If your work is an E-book, or uses color other than gray, or is academic writing, then this document class is not for you. Images are supported, but only as they might be used in fiction; so if your work is a picture book, this class is not for you.
+
+But if you are writing a detective novel, or science fiction, or a collection of short stories, then read on!
+
+
+\QuickChapter[5em]{1. Features}
+
+Throughout, it is assumed that the purpose of your writing is a commercially printed book.
+
+Unlike the PDF you are reading now, \emph{novel} is pre-configured to produce a standard trade book size of 5.5in W x 8.5in H, with layout margins that are likely to be acceptable to the most widely-used print services. But if that is not the size or layout you want, then there are commands that configure just about anything, using standard terminology and understandable purpose. Best of all, the HTML documentation comes with images and examples, so you know what you are
+doing.
+
+Almost everything is pre-configured to “just work,” even the choice of fonts. The chosen compiler is LuaLaTeX, and Open Type fonts are loaded using fontspec technology. If you have a professional font that you prefer to the defaults, it will be easy to load and use in UTF-8.
+
+Many standard LaTeX commands are disabled. This may surprise you at first. But \emph{novel} is focused on one thing only. Anything that might interfere with that purpose may have been tossed aside. So, be sure that you read the documentation! If you take an existing LaTeX document and just change the class to \emph{novel}, it is very unlikely to work as expected.
+
+Many new commands are provided. They are focused on the needs of print fiction writers, period. Best of all, \emph{novel} has built-in PDF/X technology that exceeds the capabilities currently available via other LaTeX packages.
+
+
+\QuickChapter[5em]{2. Complete Documentation}
+
+The complete documentation is in HTML format, directly written and validated in HTML rather than extracted from code. There are numerous examples and images, too detailed to be presented as PDF.
+
+
+\QuickChapter[5em]{3. Project Page}
+
+The \emph{novel} code is hosted by GitHub:
+
+{\centering https://github.com/RobtAll/novel\par}
+
+There, you will find a complete novel (public domain text) in its source code and finished print-ready PDF. There may also be extras that are not part of the LaTeX code.
+
+A predecessor of this document class has actually been used for a commercially marketed print-on-demand novel.
+
+
+\QuickChapter[5em]{4. License}
+
+The LaTeX code, and accompanying documentation, is released under the terms of the LateX Project Public License, version 1.3c or later.
+
+The companion font NovelDeco.otf is licensed under the SIL Open Font License, version 1.1.
+
+
+\QuickChapter[5em]{5. Version}
+
+The initial release of novel via GitHub was on February 20,2017. A number of minor but useful changes were made in the following week. The first CTAN version is 1.0.5, released February 28, 2017. Based on feedback, version 1.0.5 was upgraded to version 1.0.6 On March 1, 2017,
+for enhanced compatibility with TeXLive structure.
+
+
+\end{document}
+