diff options
author | Karl Berry <karl@freefriends.org> | 2010-06-11 00:32:09 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-06-11 00:32:09 +0000 |
commit | 456506ae0755c40002b59b0e8d43070e6739f68d (patch) | |
tree | 2eb77dc2950de6d5831acb8c91414756f7ac4c1b /Master/texmf-dist/doc/generic | |
parent | dd96c2543af452cba2f800564757656013421856 (diff) |
pst-node update (10jun10)
git-svn-id: svn://tug.org/texlive/trunk@18880 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic')
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-node/Changes | 1 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-node/more_docs/Makefile | 53 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-node/more_docs/psmatrix-docDE.pdf | bin | 221969 -> 207607 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-node/more_docs/psmatrix-docDE.tex | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-node/pst-node-doc.pdf | bin | 286633 -> 286320 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-node/pst-node-doc.tex | 2 |
6 files changed, 57 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-node/Changes b/Master/texmf-dist/doc/generic/pst-node/Changes index 479aba36645..b66bb5219e2 100644 --- a/Master/texmf-dist/doc/generic/pst-node/Changes +++ b/Master/texmf-dist/doc/generic/pst-node/Changes @@ -1,4 +1,5 @@ ----- pst-node.tex +1.13 2010-06-06 - changed all *put macros for using pst@refangle 1.12 2010-04-30 - moved concatstring into the base pstricks.pro - fixed bug with nbput (ms) 1.11 2010-04-22 - modified version of \shownode (ms) diff --git a/Master/texmf-dist/doc/generic/pst-node/more_docs/Makefile b/Master/texmf-dist/doc/generic/pst-node/more_docs/Makefile new file mode 100644 index 00000000000..54dff4a12f4 --- /dev/null +++ b/Master/texmf-dist/doc/generic/pst-node/more_docs/Makefile @@ -0,0 +1,53 @@ + +# `Makefile' for `pst-node-doc.pdf', hv, 2010/01/22 + +.SUFFIXES : .tex .ltx .dvi .ps .pdf .eps + +PACKAGE = psmatrix + +MAIN = $(PACKAGE)-docDE + +LATEX = latex + +ARCHNAME = $(MAIN)-$(shell date +%y%m%d) + +ARCHFILES = $(PACKAGE).sty $(PACKAGE).tex $(PACKAGE).pro $(MAIN).tex README Changes Makefile + +TDS = ~/PSTricks/PSTricks-TDS + +all : doc clean +# clean +doc: $(MAIN).pdf + +$(MAIN).pdf : $(MAIN).ps + GS_OPTIONS=-dAutoRotatePages=/None ps2pdf $< + +$(MAIN).ps : $(MAIN).dvi + dvips $< + +$(MAIN).dvi : $(MAIN).tex + $(LATEX) $< + $(LATEX) $< + if ! test -f $(basename $<).glo ; then touch $(basename $<).glo; fi + if ! test -f $(basename $<).idx ; then touch $(basename $<).idx; fi + makeindex -s gglo.ist -t $(basename $<).glg -o $(basename $<).gls \ + $(basename $<).glo + makeindex -s pst-doc.ist -t $(basename $<).ilg -o $(basename $<).ind \ + $(basename $<).idx + bibtex $(basename $<) + $(LATEX) $< + $(LATEX) $< + +clean : + $(RM) $(addprefix $(MAIN), .log .aux .glg .glo .gls .ilg .idx .ind .tmp .toc .out ) + $(RM) $(addprefix $(MAIN), .dvi .ps .blg .bbl) + rm temp* + +veryclean : clean + $(RM) $(addprefix $(MAIN), .pdf .bbl .blg) + +arch : + zip $(ARCHNAME).zip $(ARCHFILES) + + +# EOF diff --git a/Master/texmf-dist/doc/generic/pst-node/more_docs/psmatrix-docDE.pdf b/Master/texmf-dist/doc/generic/pst-node/more_docs/psmatrix-docDE.pdf Binary files differindex 0c45acff4ae..bef4b6ce1f2 100644 --- a/Master/texmf-dist/doc/generic/pst-node/more_docs/psmatrix-docDE.pdf +++ b/Master/texmf-dist/doc/generic/pst-node/more_docs/psmatrix-docDE.pdf diff --git a/Master/texmf-dist/doc/generic/pst-node/more_docs/psmatrix-docDE.tex b/Master/texmf-dist/doc/generic/pst-node/more_docs/psmatrix-docDE.tex index 0f74e8be6b1..8317ba5f809 100644 --- a/Master/texmf-dist/doc/generic/pst-node/more_docs/psmatrix-docDE.tex +++ b/Master/texmf-dist/doc/generic/pst-node/more_docs/psmatrix-docDE.tex @@ -10,7 +10,7 @@ \usepackage{pst-node,pst-grad,pstricks-add,pst-blur,float} \def\tab#1{\tabular{@{}l@{}}#1\endtabular} -\def\OptEinh{\psframebox[framesep=2pt,fillstyle=solid,fillcolor=black!20,linecolor=black!20]{\texttt{[Einheit]}}\kern1pt} +\def\OptEinh{\psframebox[framesep=2pt,fillstyle=solid,fillcolor=black!20,linecolor=black!20]{\texttt{Einheit}}\kern1pt} \let\myFV\fileversion @@ -49,7 +49,7 @@ \lstset{basicstyle=\ttfamily\footnotesize} \begin{document} -\author{Timothy van Zandt} +\author{Timothy van Zandt\\Herbert Vo\ss} \docauthor{Christine R\"omer} \date{\today} \title{Schematische \"Ubersichten mit \texttt{psmatrix}} diff --git a/Master/texmf-dist/doc/generic/pst-node/pst-node-doc.pdf b/Master/texmf-dist/doc/generic/pst-node/pst-node-doc.pdf Binary files differindex 49fb95ab13c..cdeb13b1199 100644 --- a/Master/texmf-dist/doc/generic/pst-node/pst-node-doc.pdf +++ b/Master/texmf-dist/doc/generic/pst-node/pst-node-doc.pdf diff --git a/Master/texmf-dist/doc/generic/pst-node/pst-node-doc.tex b/Master/texmf-dist/doc/generic/pst-node/pst-node-doc.tex index c96035e847c..415e8094119 100644 --- a/Master/texmf-dist/doc/generic/pst-node/pst-node-doc.tex +++ b/Master/texmf-dist/doc/generic/pst-node/pst-node-doc.tex @@ -41,7 +41,7 @@ \begin{document} \title{\texttt{pst-node}\\Nodes and node connections% \\\small v.\pstFV} -\docauthor{Michael Sharpe\\Herbert Vo\ss} +%\docauthor{Michael Sharpe\\Herbert Vo\ss} \author{Timothy Van Zandt\\Michael Sharpe\\Herbert Vo\ss} \date{\today} |