diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-ovl/Changes | 1 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-ovl/pst-ovl-doc.pdf | bin | 48418 -> 48866 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-ovl/pst-ovl-doc.tex | 6 | ||||
-rw-r--r-- | Master/texmf-dist/tex/generic/pst-ovl/pst-ovl.tex | 4 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/pst-ovl/pst-ovl.sty | 7 |
5 files changed, 11 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-ovl/Changes b/Master/texmf-dist/doc/generic/pst-ovl/Changes index 0960ac683a9..b1e3740b5bc 100644 --- a/Master/texmf-dist/doc/generic/pst-ovl/Changes +++ b/Master/texmf-dist/doc/generic/pst-ovl/Changes @@ -1,5 +1,6 @@ pst-ovl.tex ----------- (hv) + v 0.07a 2017-10-09 - load pstricks.sty first v 0.07 2016-05-03 - moved code from seminar - use names as \ps... v 0.06 2014-05-12 moved code from seminar diff --git a/Master/texmf-dist/doc/generic/pst-ovl/pst-ovl-doc.pdf b/Master/texmf-dist/doc/generic/pst-ovl/pst-ovl-doc.pdf Binary files differindex 3d216ce771f..152d1189068 100644 --- a/Master/texmf-dist/doc/generic/pst-ovl/pst-ovl-doc.pdf +++ b/Master/texmf-dist/doc/generic/pst-ovl/pst-ovl-doc.pdf diff --git a/Master/texmf-dist/doc/generic/pst-ovl/pst-ovl-doc.tex b/Master/texmf-dist/doc/generic/pst-ovl/pst-ovl-doc.tex index 78fcabed073..98f30a10379 100644 --- a/Master/texmf-dist/doc/generic/pst-ovl/pst-ovl-doc.tex +++ b/Master/texmf-dist/doc/generic/pst-ovl/pst-ovl-doc.tex @@ -6,6 +6,9 @@ \let\pstOVLFV\fileversion \renewcommand\bgImage{} +\addbibresource{\jobname.bib} + + \lstset{language=PSTricks, morekeywords={psPrintValue},basicstyle=\footnotesize\ttfamily} % @@ -98,8 +101,7 @@ It is possible to define macros which hold the numbers: \bgroup \raggedright \nocite{*} -\bibliographystyle{plain} -\bibliography{pst-ovl-doc} +\printbibliography \egroup \printindex diff --git a/Master/texmf-dist/tex/generic/pst-ovl/pst-ovl.tex b/Master/texmf-dist/tex/generic/pst-ovl/pst-ovl.tex index 115f3442db0..e0d7910586c 100644 --- a/Master/texmf-dist/tex/generic/pst-ovl/pst-ovl.tex +++ b/Master/texmf-dist/tex/generic/pst-ovl/pst-ovl.tex @@ -24,8 +24,8 @@ %% Requires main PSTricks \ifx\PSTricksLoaded\endinput\else\input pstricks \fi % -\def\fileversion{0.07} -\def\filedate{2016/05/03} +\def\fileversion{0.07a} +\def\filedate{2017/10/09} \message{`pst-ovl' v\fileversion, \filedate\space (tvz,hv)} % \edef\PstAtCode{\the\catcode`\@} \catcode`\@=11\relax diff --git a/Master/texmf-dist/tex/latex/pst-ovl/pst-ovl.sty b/Master/texmf-dist/tex/latex/pst-ovl/pst-ovl.sty index b56353db9ec..5eb1d9adcbf 100644 --- a/Master/texmf-dist/tex/latex/pst-ovl/pst-ovl.sty +++ b/Master/texmf-dist/tex/latex/pst-ovl/pst-ovl.sty @@ -1,13 +1,14 @@ %% $Id: pst-ovl.sty 859 2013-12-21 16:51:58Z herbert $ %% -%% pst-ovl.sty Copyright (C) 2013 Herbert Voss <hvoss@tug.org> +%% pst-ovl.sty Copyright (C) 2017 Herbert Voss <hvoss@tug.org> %% \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{pst-ovl} - [2014/01/02 v0.01 LaTeX wrapper for `pst-ovl' (HV)] + [2017/10/09 v0.01 LaTeX wrapper for `pst-ovl' (HV)] \ProvidesFile{pst-ovl.tex} - [2014/05/12 v0.06 overlay macros `pst-ovl' (HV)] + [2017/10/09 v0.07a overlay macros `pst-ovl' (HV)] +\RequirePackage{pstricks} \input{pst-ovl} %\@addtofilelist{pst-ovl.tex} \IfFileExists{pst-ovl.pro}{% |