diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/nicetext')
-rw-r--r-- | Master/texmf-dist/source/latex/nicetext/makedoc.tex | 10 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/nicetext/niceverb.tex | 7 |
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' |