summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/nicetext
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-11-30 23:29:24 +0000
committerKarl Berry <karl@freefriends.org>2012-11-30 23:29:24 +0000
commit168b2942c8f8eee90b12878b0ad7637a41622609 (patch)
tree41a32bea825621cb3c6c4f0f3602eee592fa1795 /Master/texmf-dist/tex/latex/nicetext
parentec05eede3c7f206d48d068df6e086ad2cadc3a65 (diff)
nicetext (29nov12)
git-svn-id: svn://tug.org/texlive/trunk@28394 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/nicetext')
-rw-r--r--Master/texmf-dist/tex/latex/nicetext/makedoc.cfg17
-rw-r--r--Master/texmf-dist/tex/latex/nicetext/nicetext.RLS9
-rw-r--r--Master/texmf-dist/tex/latex/nicetext/niceverb.sty8
3 files changed, 21 insertions, 13 deletions
diff --git a/Master/texmf-dist/tex/latex/nicetext/makedoc.cfg b/Master/texmf-dist/tex/latex/nicetext/makedoc.cfg
index b1bb5fd5897..9332a47124f 100644
--- a/Master/texmf-dist/tex/latex/nicetext/makedoc.cfg
+++ b/Master/texmf-dist/tex/latex/nicetext/makedoc.cfg
@@ -1,4 +1,4 @@
-\ProvidesFile{makedoc.cfg}[{2012/11/13 documentation settings}]
+\ProvidesFile{makedoc.cfg}[{2012/11/26 documentation settings}]
\author{Uwe L\"uck\thanks{%
\url{http://contact-ednotes.sty.de.vu}}}
@@ -7,15 +7,18 @@
\RequirePackage{ifpdf}
\usepackage[%
\ifpdf
-% bookmarks=false, %% 2010/12/22
+% bookmarks=false, %% 2010/12/22
% bookmarksnumbered,
- bookmarksopen, %% 2011/01/24!?
- bookmarksopenlevel=2, %% 2011/01/23
+ bookmarksopen, %% 2011/01/24!?
+ bookmarksopenlevel=2, %% 2011/01/23
% pdfpagemode=UseNone,
% pdfstartpage=10,
-% pdfstartview=FitH,
- pdfstartview=0 0 100, %% 2011/08/22
- pdffitwindow=true, %% 2011/08/22
+ pdfstartview=FitH, %% 2012/11/26 again
+% pdfstartview=0 0 100, %% 2011/08/22
+% pdfstartview={XYZ null null 1}, %% 2011/08/25
+% pdfstartview={XYZ null null null},%% 2011/08/25
+% pdfstartview={XYZ null null .5}, %% 2011/08/26
+% pdffitwindow=true, %% 2011/08/22
citebordercolor={ .6 1 .6},
filebordercolor={1 .6 1},
linkbordercolor={1 .9 .7},
diff --git a/Master/texmf-dist/tex/latex/nicetext/nicetext.RLS b/Master/texmf-dist/tex/latex/nicetext/nicetext.RLS
index 63566a2a661..c746d238ada 100644
--- a/Master/texmf-dist/tex/latex/nicetext/nicetext.RLS
+++ b/Master/texmf-dist/tex/latex/nicetext/nicetext.RLS
@@ -1,6 +1,9 @@
-\ProvidesFile{nicetext.RLS} %% RELEASE INFO
- [2012/11/17 r0.63 `fifinddo' v0.61 adjusted for previous^^J%
- `mdoccorr.cfg'; `README' enhanced]
+\ProvidesFile{nicetext.RLS} %% >RELEASE INFO<
+ [2012/11/27 r0.64 makedoc.cfg w/o bad pdfstartview,
+ use filesdo.sty,^^Jweaker \string\(d)qtd]
+ [2012/11/17 r0.63 `fifinddo' v0.61 adjusted for^^J
+ previous `mdoccorr.cfg';^^J %% rm. , 2012/11/21
+ `README' updated, subtitle]
[2012/11/13 r0.62 `makedoc.cfg' uses `filedate',^^J%
\string\MDdocnewline, \string\MDsamplecodeinput,^^J%
documented in `makedoc.pdf';^^J%
diff --git a/Master/texmf-dist/tex/latex/nicetext/niceverb.sty b/Master/texmf-dist/tex/latex/nicetext/niceverb.sty
index b702dce09cc..7b76ccc69a0 100644
--- a/Master/texmf-dist/tex/latex/nicetext/niceverb.sty
+++ b/Master/texmf-dist/tex/latex/nicetext/niceverb.sty
@@ -1,5 +1,5 @@
\NeedsTeXFormat{LaTeX2e}[1994/12/01]
-\ProvidesPackage{niceverb}[2012/09/27 v0.5
+\ProvidesPackage{niceverb}[2012/11/27 v0.51
minimize doc markup (UL)]
%% Copyright (C) 2009-2012 Uwe Lueck,
@@ -640,7 +640,7 @@
%% In order to get \emph{real} single quotes, you could use `\lq <text>\rq',
%% maybe appending a `\ ', but the code |\qtd{<text>}| may look better
%% and be easier to type.
-\newcommand*{\qtd}[1]{`#1'}
+\providecommand*{\qtd}[1]{`#1'} %% provide 2012/11/27
%% However, here we get the problem that the left quote in
%% \NVerb\+\qtd{`<code>'}+ will be unable to switch into
%% verbatim mode entirely---then use `&',
@@ -666,7 +666,7 @@
\DontAddQuotes
%% |\dqtd{<text>}| can be used for enclosing in \emph{double} quotes
%% with the dangerous `\nvAllRightQuotesSansSerif' (see above).
-\newcommand*{\dqtd}[1]{``#1"}
+\providecommand*{\dqtd}[1]{``#1"} %% 2012/11/27
%%
%% ==== 'hyperref' ====
%% \label{sec:hyperref}
@@ -852,3 +852,5 @@ v0.5 2012/08/27 using 'catcodes', \providecommand\CatCode,
2012/08/28 fixed \private_letters;
rewording for filling lines
2012/09/27 corrections about \MakeActive...
+with nicetext RELEASE r0.6
+v0.51 2012/11/27 \[d]qtd only \provide'd