summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/notespages
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-08-22 22:31:57 +0000
committerKarl Berry <karl@freefriends.org>2016-08-22 22:31:57 +0000
commit78dae40b2b2532ac683a14c4ab9933431f0c41bf (patch)
treeda2bebedda5e325da1982329f1419dffe9b7e5e5 /Master/texmf-dist/doc/latex/notespages
parent47f08f1016ad104b753c41d9afd2eaf318ce364b (diff)
notespages (22aug16)
git-svn-id: svn://tug.org/texlive/trunk@41906 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/notespages')
-rw-r--r--Master/texmf-dist/doc/latex/notespages/README1
-rw-r--r--Master/texmf-dist/doc/latex/notespages/notespages.pdfbin577571 -> 613627 bytes
-rw-r--r--Master/texmf-dist/doc/latex/notespages/np-test.pdfbin701209 -> 702961 bytes
-rw-r--r--Master/texmf-dist/doc/latex/notespages/np-test.tex49
4 files changed, 45 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/notespages/README b/Master/texmf-dist/doc/latex/notespages/README
index 5ca152ae677..d3e772e64ca 100644
--- a/Master/texmf-dist/doc/latex/notespages/README
+++ b/Master/texmf-dist/doc/latex/notespages/README
@@ -42,6 +42,7 @@ as follows:
pdflatex notespages.dtx
pdflatex notespages.dtx
makeindex -s gind.ist notespages.idx
+makeindex -s gglo.ist -o notespages.gls notespages.glo
pdflatex notespages.dtx
diff --git a/Master/texmf-dist/doc/latex/notespages/notespages.pdf b/Master/texmf-dist/doc/latex/notespages/notespages.pdf
index b595c7adac2..2272a92acc9 100644
--- a/Master/texmf-dist/doc/latex/notespages/notespages.pdf
+++ b/Master/texmf-dist/doc/latex/notespages/notespages.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/notespages/np-test.pdf b/Master/texmf-dist/doc/latex/notespages/np-test.pdf
index 5d5e8ebe701..a96aa154d32 100644
--- a/Master/texmf-dist/doc/latex/notespages/np-test.pdf
+++ b/Master/texmf-dist/doc/latex/notespages/np-test.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/notespages/np-test.tex b/Master/texmf-dist/doc/latex/notespages/np-test.tex
index 0a5d0efadb0..72324900080 100644
--- a/Master/texmf-dist/doc/latex/notespages/np-test.tex
+++ b/Master/texmf-dist/doc/latex/notespages/np-test.tex
@@ -62,6 +62,7 @@
\usepackage[svgnames]{xcolor}
\usepackage{tikz}
\usepackage{afterpage}
+\usepackage{eso-pic}
\usepackage{notespages}
%% CAUTION: do not use this with the class memoir
@@ -89,12 +90,11 @@
\nppatchchapter{default,vacant,multiple=2,
notestext={An empty page before a new chapter.}}
-%% this trick will only work after \nppatchchapter
%% this has to be used with classes article and scrartcl
-%%\let\secleveli\section
+%%\let\secleveli{\section}
%%\let\seclevelii\subsection
%% this has to be used with all other classes
-\let\secleveli\chapter
+\def\secleveli{\chapter}
\let\seclevelii\section
%%\tracingnpmarks1
@@ -109,7 +109,7 @@
\textsf{\textbf{\Large Example File}}\\[5ex]
Mike Kaufmann\\[2ex]
\href{mailto:m.km@gmx.de}{\texttt{m.km@gmx.de}}\\[2ex]
-2016/08/10 (v0.8)\\[10ex]
+2016/08/21 (v0.8.1)\\[10ex]
\textsf{\textbf{\LARGE Warning: do not print!}}\\[2ex]
You would waste over a hundred pages!
\vspace*{\fill}
@@ -125,6 +125,10 @@ filled with \verb|\notesfill|, \verb|\notespage|, and \verb|\notespages|. The
latter will produce two pages, in order to fill up the document to a multiple
of 4 pages.
+Btw.: In the lower left corner of this page and the next three is a bit of text,
+put there with \textsf{eso-pic}, to check, if the bug from version 0.8 is gone.
+It's in yellow, so barely visible.
+
The commands are:
\begin{verbatim}
@@ -133,10 +137,16 @@ The commands are:
\notespages
\end{verbatim}
+%% testing eso-pic
+\AddToShipoutPictureBG{\AtPageLowerLeft{\makebox(0,0)[bl]{\textcolor{yellow}{eos-pic test}}}}
+
\notesfill
\notespage
\notespages
+%% testing eso-pic
+\ClearShipoutPictureBG
+
\seclevelii{The options \textsf{startnotes} and \textsf{allowfloats}}
To show the effect of these options, some text and a float, which doesn't fit on
this page, is needed. For the float the positioning \verb|[htb]| was used. After
@@ -848,6 +858,24 @@ packages options and settings done with \verb|\setnotespages|) will change their
apperance. And with \verb|multiple=2| there will be no more then one notes
page before a new chapter instead of up to three with the default value of 4.
+The command \verb|\nppatchchapter| can be used multiple times in a document,
+enabling the user to change the apperance of a notes page before a new chapter.
+The command is:
+
+\begin{verbatim}
+\nppatchchapter{default,vacant,multiple=2,
+ notestext={Another notes page\\
+ automatically inserted\\
+ before a new chapter.}}
+\end{verbatim}
+
+\nppatchchapter{default,vacant,multiple=2,
+ notestext={Another notes page\\
+ automatically inserted\\
+ before a new chapter.}}
+
+\fillit[1-3]
+
\secleveli{Colors and Languages}
\seclevelii{Colors}
The \textsf{NotesPages} package uses three colors.
@@ -944,7 +972,18 @@ start a new section here.
\fillit[1-4]
-\seclevelii{The End}
+\seclevelii{The command \texttt{\textbackslash npunpatchchapter}}
+With \verb|\npunpatchchapter| the original meaning of \verb|\chapter| can be
+restored. After that, there may be the usual empty before a new chapter, as can
+be seen on the next page. The command:
+
+\begin{verbatim}
+\npunpatchchapter
+\end{verbatim}
+
+\npunpatchchapter
+
+\secleveli{The End}
Now this is the end of this example file. But I just can't resist to add one more
example:
\begin{verbatim}