summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/nicetext/README.txt
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-03-23 22:55:47 +0000
committerKarl Berry <karl@freefriends.org>2010-03-23 22:55:47 +0000
commit1245444c38f58a5f2d3cc77bd773a1cf1920ef4d (patch)
tree2dad97e9d4e96f2e81790e209f23ec1e9fd22307 /Master/texmf-dist/doc/latex/nicetext/README.txt
parent22780f70b0a868b2b458fa5177c8100498b4d2b2 (diff)
nicetext 0.3 (23mar10)
git-svn-id: svn://tug.org/texlive/trunk@17537 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/nicetext/README.txt')
-rw-r--r--Master/texmf-dist/doc/latex/nicetext/README.txt53
1 files changed, 43 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/latex/nicetext/README.txt b/Master/texmf-dist/doc/latex/nicetext/README.txt
index b2b7811b975..611e8837055 100644
--- a/Master/texmf-dist/doc/latex/nicetext/README.txt
+++ b/Master/texmf-dist/doc/latex/nicetext/README.txt
@@ -1,11 +1,11 @@
The NICETEXT bundle
- (c) 2009 Uwe Lueck http://contact-ednotes.sty.de.vu
+ (c) 2009 2010 Uwe Lueck http://contact-ednotes.sty.de.vu
== General Idea ==
-The NICETEXT bundle supports ``minimal'' markup syntax for rather
+The NICETEXT bundle supports "minimal" markup syntax for rather
simple kinds of text. The code you type should show little more
characters than are printed, though you get LaTeX quality. We try
to do away with backslashes, technical terms, and curly braces
@@ -52,7 +52,7 @@ just of LaTeX packages, working on any TeX installation [!? note
restrictions in 'fifinddo.pdf']. Cf. also preprocessor packages
'txt2tex' and 'txt2latex'.
-Concerning ``self-documentation,'' there is a difference to current
+Regarding "self-documentation," there is a difference to current
`\DocInput', similar ideas are in 'gmdoc' and 'lineno.sty',
see 'niceverb.pdf' and 'makedoc.pdf'. Standard 'doc.sty' and
'contrib' extensions of it are rather avoided.
@@ -68,12 +68,10 @@ substrings -- discussed in 'fifinddo.pdf'.
'fifinddo.pdf' describes 'fifinddo.sty', typeset from 'fifinddo.tex'.
'makedoc.pdf' describes 'makedoc.sty', typeset from 'makedoc.tex'.
+'mdoccheat.pdf' is a list of script commands, typeset from 'mdocchea.tex'.
'niceverb.pdf' describes 'niceverb.sty', typeset from 'niceverb.tex'.
-
Typesetting them anew (for customizing printout) requires
-'makedoc.cfg', 'mdcorr.cfg', 'mkfddoc.tex' and the *.sty files
-in the working directory (no special guarantee that your hacks will
-work!) Cf. provided *.log files for what was input for *.pdf.
+'makedoc.cfg', 'mdoccorr.cfg', and the *.sty files.
'wikicheat.pdf' is a one-page manual of 'wiki.sty'. The file
'wiki.sty' contains additional documentation as plain text.
@@ -81,10 +79,45 @@ Note that certain features must be activated by commands in the
document environment.
- == What is missing ==
+ == Templates/Dialogue ==
-A lot, see niceverb.pdf and fifinddo.pdf.
+txt to TeX functionality throught \MakeDocCorrectHook can be tried
+and applied with templates `fdtxttex.tpl' and `makedoc.tpl' and in
+a dialogue started by running `fdtxttex.tex'.
+
+`substr.tex' should typeset the version of Harald Harder's
+`substr.sty' next at your TeX installation.
+
+
+ == Required ==
+
+`makedoc.sty' requires the `moreverb' package from
+
+ CTAN:/macros/latex/contrib/moreverb
+
+
+ == License ==
+
+Copying, distributing, modifying, using the files of the `nicetext'
+bundle are allowed under the terms of the LaTeX Project Public
+License, either version 1.3a or any later version, the latest version
+is at
+
+ http://www.latex-project.org/lppl.txt
+
+There is NO WARRANTY, and you must CARE indeed with `fifinddo' and
+`makedoc', they will OVERWRITE existing files without warning because
+their main purpose is updating.
+
+The bundle is AUTHOR-MAINTAINED in the sense of the LPPL.
+
+Copyright (C) 2009, 2010 Uwe Lueck,
+
+ http://www.contact-ednotes.sty.de.vu
+
+Please report bugs, problems, and suggestions via the previous web
+form.
________________________________
- [This file 2009/04/15 Uwe Lueck]
+ [This file 2010/03/23 Uwe Lueck]