diff options
author | Karl Berry <karl@freefriends.org> | 2017-11-21 22:14:58 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-11-21 22:14:58 +0000 |
commit | 40a2270630df0c63ac34e92350bbf810d1d8cdf9 (patch) | |
tree | b20108e7dcc5f6a25f1502748982a38746311c94 /Master/texmf-dist/tex | |
parent | ea25281c5adfc7ae5a138c26ea181a72d6eb5301 (diff) |
pst-pdgr (21nov17)
git-svn-id: svn://tug.org/texlive/trunk@45875 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/generic/pst-pdgr/pst-pdgr.tex | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/pst-pdgr/pst-pdgr.cfg | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/pst-pdgr/pst-pdgr.sty | 3 |
3 files changed, 4 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/generic/pst-pdgr/pst-pdgr.tex b/Master/texmf-dist/tex/generic/pst-pdgr/pst-pdgr.tex index 965e37b79a2..9fb71a2a826 100644 --- a/Master/texmf-dist/tex/generic/pst-pdgr/pst-pdgr.tex +++ b/Master/texmf-dist/tex/generic/pst-pdgr/pst-pdgr.tex @@ -23,7 +23,7 @@ \csname PSTPedigreeLoaded\endcsname \let\PSTPedigreeLoaded\endinput \message{ -[2007/07/20 v0.3 Medical Pedigree with PSTricks] +[2017/11/20 v0.4 Medical Pedigree with PSTricks] } \ifx\PSTricksLoaded\endinput\else\input pstricks.tex\fi \ifx\PSTnodesLoaded\endinput\else\input pst-node.tex\fi diff --git a/Master/texmf-dist/tex/latex/pst-pdgr/pst-pdgr.cfg b/Master/texmf-dist/tex/latex/pst-pdgr/pst-pdgr.cfg index 569f0bf7ffd..9f81ac093cd 100644 --- a/Master/texmf-dist/tex/latex/pst-pdgr/pst-pdgr.cfg +++ b/Master/texmf-dist/tex/latex/pst-pdgr/pst-pdgr.cfg @@ -11,7 +11,7 @@ %% Good luck %% \ProvidesFile{pst-pdgr.cfg} -[2007/07/20 v0.3 Medical Pedigree with PSTricks] +[2017/11/20 v0.4 Medical Pedigree with PSTricks] \endinput %% %% End of file `pst-pdgr.cfg'. diff --git a/Master/texmf-dist/tex/latex/pst-pdgr/pst-pdgr.sty b/Master/texmf-dist/tex/latex/pst-pdgr/pst-pdgr.sty index a065c03290a..7c28caa61eb 100644 --- a/Master/texmf-dist/tex/latex/pst-pdgr/pst-pdgr.sty +++ b/Master/texmf-dist/tex/latex/pst-pdgr/pst-pdgr.sty @@ -22,7 +22,8 @@ %% in the same archive or directory.) \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{pst-pdgr} -[2007/07/20 v0.3 Medical Pedigree with PSTricks] +[2017/11/20 v0.4 Medical Pedigree with PSTricks] +\RequirePackage{pstricks}% \InputIfFileExists{pst-pdgr.cfg}{% \typeout{Loading configuration file pst-pdgr.cfg}}{% \typeout{Configuration file pst-pdgr.cfg is not found}} |