summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/nicetext
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-10-15 22:17:52 +0000
committerKarl Berry <karl@freefriends.org>2011-10-15 22:17:52 +0000
commit3f2d4d65cd2b3d0e392e411919b3e2c8e45b38fb (patch)
tree02f006ef0b84ee8bf8907333b60cd689318e7991 /Master/texmf-dist/source/latex/nicetext
parent228f8e92cce5ebd61dd02f201b978b0e4c2d6ca9 (diff)
nicetext (15oct11)
git-svn-id: svn://tug.org/texlive/trunk@24296 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/nicetext')
-rw-r--r--Master/texmf-dist/source/latex/nicetext/makedoc.tex10
-rw-r--r--Master/texmf-dist/source/latex/nicetext/niceverb.tex7
2 files changed, 11 insertions, 6 deletions
diff --git a/Master/texmf-dist/source/latex/nicetext/makedoc.tex b/Master/texmf-dist/source/latex/nicetext/makedoc.tex
index 322ad211721..30a28f9a86c 100644
--- a/Master/texmf-dist/source/latex/nicetext/makedoc.tex
+++ b/Master/texmf-dist/source/latex/nicetext/makedoc.tex
@@ -1,6 +1,6 @@
-\ProvidesFile{makedoc.tex}[2011/09/14 documenting makedoc.sty]
+\ProvidesFile{makedoc.tex}[2011/10/12 documenting makedoc.sty]
\RequirePackage{makedoc}
-\documentclass{article}
+\documentclass[fleqn]{article} %% fleqn 2011/10/12
\input{makedoc.cfg}
%% 2011/08/22:
\MDkeywords{literate programming, .txt to .tex enhancement,
@@ -325,6 +325,7 @@ which will suppress any message about processing.
However, the message may be helpful in trouble-shooting.
\subsection{Separating preprocessing from typesetting}
+\label{sec:sep-pre-type} %% 2011/10/07
%% extended 2010/03/16
To some surprise, I observe that `\MakeInputJobDoc' \emph{works.}
This is quite a new discovery of mine (2010/03/13);
@@ -352,7 +353,8 @@ in the `document' environment. `\MakeInputJobDoc' in fact does some
when making use of `\MakeJobDoc'.
%% <- verbose to improve line breaks 2010/03/16
-Thinking of this ``safety" approach, especially grouping (`{\code}'),
+Thinking of this ``safety" approach, especially grouping
+(`{<code>}'), %%% (`{\code}'), %% 2011/10/07
I had not much cared for compatibility with other packages
in choosing 'makedoc' macro names.
@@ -653,3 +655,5 @@ end of a file it writes. %% todo TeXbook where? 2009/04/08
2011/01/25 \thanks with readprov.sty
2011/08/22 using new makedoc.cfg features
2011/09/14 rm. \pagebreak
+2011/10/07 "grouping" fix(?) + \label in "Separating"
+2011/10/12 fleqn
diff --git a/Master/texmf-dist/source/latex/nicetext/niceverb.tex b/Master/texmf-dist/source/latex/nicetext/niceverb.tex
index dd789adeae0..738d05f34f9 100644
--- a/Master/texmf-dist/source/latex/nicetext/niceverb.tex
+++ b/Master/texmf-dist/source/latex/nicetext/niceverb.tex
@@ -1,4 +1,4 @@
-\ProvidesFile{niceverb.tex}[2011/08/22 documenting niceverb.sty]
+\ProvidesFile{niceverb.tex}[2011/10/07 documenting niceverb.sty]
\title{\textsf{niceverb.sty}\\---\\Minimizing
Markup\\for Documenting \LaTeX\ packages\thanks{This
document describes version
@@ -13,8 +13,8 @@
%% 2011/08/22:
\MDkeywords{literate programming, syntactic sugar,
.txt to .tex enhancement, macro programming}
-\hypersetup{%
- pdftitle=syntacic sugar for LaTeX documentation by niceverb.sty,
+\hypersetup{%% was `syntacic' 2011/10/07:
+ pdftitle=syntactic sugar for LaTeX documentation by niceverb.sty,
pdfsubject=documenting niceverb.sty
}%% /2011/08/22
\begin{document}
@@ -457,3 +457,4 @@ HISTORY
ack. Stephan B. for <...>; auto headings issue
2011/05/09 undoubled lines about `&'
2011/08/22 using new makedoc.cfg features
+2011/10/07 `syntacic'