summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/pst-pdgr
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-05-30 00:14:18 +0000
committerKarl Berry <karl@freefriends.org>2006-05-30 00:14:18 +0000
commitc784f93856c0d51f9796295d01a735d10b9faebd (patch)
tree27a0c661023b27daf4b28dedbff40ce89889c99a /Master/texmf-dist/tex/latex/pst-pdgr
parentbbe4b4aa208edad91c551fcac1c8af2a6a7d61c1 (diff)
new pstricks package pst-pdgr
git-svn-id: svn://tug.org/texlive/trunk@1618 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/pst-pdgr')
-rw-r--r--Master/texmf-dist/tex/latex/pst-pdgr/pst-pdgr.cfg17
-rw-r--r--Master/texmf-dist/tex/latex/pst-pdgr/pst-pdgr.sty32
2 files changed, 49 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/pst-pdgr/pst-pdgr.cfg b/Master/texmf-dist/tex/latex/pst-pdgr/pst-pdgr.cfg
new file mode 100644
index 00000000000..e17d3e21e8b
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/pst-pdgr/pst-pdgr.cfg
@@ -0,0 +1,17 @@
+%%
+%% This is file `pst-pdgr.cfg',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% pst-pdgr.dtx (with options: `cfg')
+%%
+%% You are allowed and encouraged to modify THIS file.
+%%
+%% Good luck
+%%
+\ProvidesFile{pst-pdgr.cfg}
+[2006/04/18 v0.2a 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
new file mode 100644
index 00000000000..6caa76153cb
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/pst-pdgr/pst-pdgr.sty
@@ -0,0 +1,32 @@
+%%
+%% This is file `pst-pdgr.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% pst-pdgr.dtx (with options: `latex')
+%%
+%% IMPORTANT NOTICE:
+%%
+%% For the copyright see the source file.
+%%
+%% Any modified versions of this file must be renamed
+%% with new filenames distinct from pst-pdgr.sty.
+%%
+%% For distribution of the original source see the terms
+%% for copying and modification in the file pst-pdgr.dtx.
+%%
+%% This generated file may be distributed as long as the
+%% original source files, as listed above, are part of the
+%% same distribution. (The sources need not necessarily be
+%% in the same archive or directory.)
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesPackage{pst-pdgr}
+[2006/04/18 v0.2a Medical Pedigree with PSTricks]
+\InputIfFileExists{pst-pdgr.cfg}{%
+ \typeout{Loading configuration file pst-pdgr.cfg}}{%
+ \typeout{Configuration file pst-pdgr.cfg is not found}}
+\input{pst-pdgr.tex}
+\endinput
+%%
+%% End of file `pst-pdgr.sty'.