diff options
author | Karl Berry <karl@freefriends.org> | 2012-05-29 22:53:49 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-05-29 22:53:49 +0000 |
commit | b0d535aa06a64d8c568d3d8446eacb42bcd7eb6d (patch) | |
tree | 9944f75ae2f23ede6ad8db104e51e03c3da19510 /Master/texmf-dist/tex/latex/nicetext | |
parent | 2cbe18f8604872cc0d2a8d831e18fe7032807632 (diff) |
nicetext (29may12)
git-svn-id: svn://tug.org/texlive/trunk@26724 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/nicetext')
4 files changed, 14 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/nicetext/makedoc.cfg b/Master/texmf-dist/tex/latex/nicetext/makedoc.cfg index 14f36544d58..e14efcd8b9d 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}[2011/11/20 documentation settings] +\ProvidesFile{makedoc.cfg}[2012/05/10 documentation settings] \author{Uwe L\"uck\thanks{\url{http://contact-ednotes.sty.de.vu}}} % \author{Uwe L\"uck---{\tt http://contact-ednotes.sty.de.vu}} @@ -32,8 +32,11 @@ \hypersetup{pdfkeywords=\MDkeywordsstring}%% TODO!? } \@onlypreamble\MDkeywords + \newcommand*{\MDaddtoabstract}[1]{% %% 2012/05/10 + \par\smallskip\noindent + \strong{#1:}\quad\ignorespaces} \newcommand*{\printMDkeywords}{% - \par\smallskip\noindent\strong{Keywords:}\quad + \MDaddtoabstract{Keywords}% \MDkeywordsstring \global\let\MDkeywordsstring\relax } @@ -74,6 +77,7 @@ \let\acro\textrm \let\file\textrm %% 2011/11/09 \let\code\textrm %% 2011/11/20 + \let\pkg \textrm %% 2012/03/23 } \fi %% TODO 2011/07/22 -> `htlogml.sty' diff --git a/Master/texmf-dist/tex/latex/nicetext/makedoc.sty b/Master/texmf-dist/tex/latex/nicetext/makedoc.sty index f09a891434e..2ae18c94962 100644 --- a/Master/texmf-dist/tex/latex/nicetext/makedoc.sty +++ b/Master/texmf-dist/tex/latex/nicetext/makedoc.sty @@ -4,7 +4,7 @@ %% -- author-maintained in the sense of LPPL below -- %% for preparing documentations from packages. -\def\fileversion{0.5} \def\filedate{2012/03/18} +\def\fileversion{0.51} \def\filedate{2012/04/03} %% This file can be redistributed and/or modified under %% the terms of the LaTeX Project Public License; either @@ -391,6 +391,7 @@ %% All similar commands (including those invoking `\MakeDoc') %% get this ``my way" feature as of v0.5: \newif\if_makedoc_autocorr_ +\_makedoc_autocorr_true %% 2012/04/03 \newcommand*{\makedoc_maybe_autocorr}{% \if_makedoc_autocorr_ \input{mdoccorr.cfg}% \else \_makedoc_autocorr_true \fi} @@ -641,3 +642,4 @@ v0.5 2012/03/17 removing 1 \make_job_doc TODO; star versions; a few make_doc -> makedoc 2012/03/18 star variants completed, copyright updated, doc. "Leaving" +v0.51 2012/04/03 \_makedoc_autocorr_true diff --git a/Master/texmf-dist/tex/latex/nicetext/mdoccorr.cfg b/Master/texmf-dist/tex/latex/nicetext/mdoccorr.cfg index f832ddedea9..e503a1d2478 100644 --- a/Master/texmf-dist/tex/latex/nicetext/mdoccorr.cfg +++ b/Master/texmf-dist/tex/latex/nicetext/mdoccorr.cfg @@ -1,5 +1,5 @@ -\ProvidesFile{mdoccorr.cfg}[2011/12/03 - local typographical corrections with makedoc.sty] +\ProvidesFile{mdoccorr.cfg}[2011/12/03 %% 2012/05/10 shorter: + makedoc local typographical corrections] %% ... also demonstrates 'niceverb.sty'---see the typeset %% documentation of the present file in `makedoc.pdf'. %% diff --git a/Master/texmf-dist/tex/latex/nicetext/nicetext.RLS b/Master/texmf-dist/tex/latex/nicetext/nicetext.RLS new file mode 100644 index 00000000000..ece914ff365 --- /dev/null +++ b/Master/texmf-dist/tex/latex/nicetext/nicetext.RLS @@ -0,0 +1,3 @@ +\ProvidesFile{nicetext.RLS} %% RELEASE INFO + [2012/05/27 r0.53 makedoc.cfg \string\MDaddtoabstract] + [2012/04/03 r0.52 bug fix] %% 2012/05/26 |