diff options
author | Karl Berry <karl@freefriends.org> | 2011-02-05 00:17:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-02-05 00:17:21 +0000 |
commit | 892f3ce16d68ac11d0fc2726b051cc276b47e3c1 (patch) | |
tree | 14e1536e28b587d0e5489da05554334ea5d4ad82 /Master/texmf-dist/doc | |
parent | 3452f352c7df351df8f08f0ae01f6cae4ace2fb4 (diff) |
pstricks 2.17 (2feb11)
git-svn-id: svn://tug.org/texlive/trunk@21291 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/generic/pstricks/Changes.generic | 3 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/pstricks/Makefile | 91 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/pstricks/images/tiger.pdf | bin | 0 -> 34337 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/generic/pstricks/pst-doc.cls | 34 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/pstricks/pst-news10.pdf | bin | 530771 -> 533974 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/generic/pstricks/pst-news10.tex | 37 |
6 files changed, 65 insertions, 100 deletions
diff --git a/Master/texmf-dist/doc/generic/pstricks/Changes.generic b/Master/texmf-dist/doc/generic/pstricks/Changes.generic index 6cc691e6f9a..729373ff700 100644 --- a/Master/texmf-dist/doc/generic/pstricks/Changes.generic +++ b/Master/texmf-dist/doc/generic/pstricks/Changes.generic @@ -1,4 +1,7 @@ pstricks.tex -------- +2.17 2011-01-30 - added \psLoop for loops without a defined counter +2.16 2010-12-18 - added optional argument dashcolor and new linestyle + coloreddashed 2.15 2010-11-25 - bugfix for using \pstCheckCoorType 2.14 2010-11-14 - bugfix for using \pst@pyth. Now \pst@Pyth, which uses no dimen registers diff --git a/Master/texmf-dist/doc/generic/pstricks/Makefile b/Master/texmf-dist/doc/generic/pstricks/Makefile deleted file mode 100644 index 246d87e2c11..00000000000 --- a/Master/texmf-dist/doc/generic/pstricks/Makefile +++ /dev/null @@ -1,91 +0,0 @@ -# `Makefile' for `pst-news.pdf', hv, 2007/03/17 - -.SUFFIXES : .tex .ltx .dvi .ps .pdf .eps - -PACKAGE = pst-news$(shell date +%y) - -MAIN = $(PACKAGE) - -BASE = pstricks - -LATEX = latex - -TDS = ~/PSTricks/PSTricks-TDS - -ARCHNAME = $(MAIN)-$(shell date +%y%m%d) - -ARCHFILES = $(PACKAGE).sty $(PACKAGE).tex $(PACKAGE).pro $(MAIN).tex README Changes Makefile - -all : doc 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 -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 .blg .Roessler .bbl ) - $(RM) $(addprefix $(MAIN), .dvi .ps) - -veryclean : clean - $(RM) $(addprefix $(MAIN), .pdf .bbl .blg) - -arch : - zip $(ARCHNAME).zip $(ARCHFILES) - -tds: -#################### base ######################### - cp -u ../config/* ../.base/config/ -# - cp -u Changes ../.base/doc/ - cp -u pst-doc.* ../.base/doc/ - cp -u PSTricks.bib* ../.base/doc/ - cp -u pst-news* ../.base/doc/ - cp -u pst-user* ../.base/doc/ - cp -u *.sty ../.base/doc/ - cp -u pstricks-* ../.base/doc/ - cp -u test* ../.base/doc/ - cp -u images/* ../.base/doc/images/ -# - cp -u ../dvips/* ../.base/dvips/ - cp -u ../generic/* ../.base/generic/ - cp -u ../latex/* ../.base/latex/ - cp -u ../README ../.base/ -# -#################### TDS ######################### - cp -u Changes $(TDS)/doc/generic/$(BASE)/ - cp -u README $(TDS)/doc/generic/$(BASE)/ - cp -u $(MAIN).pdf $(TDS)/doc/generic/$(BASE)/ -# - cp -u ../latex/Changes $(TDS)/tex/latex/$(BASE)/ - cp -u ../latex/$(BASE).sty $(TDS)/tex/latex/$(BASE)/ -# - cp -u ../generic/Changes $(TDS)/tex/generic/$(BASE)/ - cp -u ../generic/$(BASE).tex $(TDS)/tex/generic/$(BASE)/ -# - cp -u ../dvips/Changes $(TDS)/dvips/$(BASE)/ - cp -u ../dvips/$(BASE).pro $(TDS)/dvips/$(BASE)/ - cp -u ../dvips/$(BASE)97.pro $(TDS)/dvips/$(BASE)/ - cp -u ../dvips/pst-dots* $(TDS)/dvips/$(BASE)/ -# - cp -u Changes $(TDS)/source/$(BASE)/ - cp -u $(MAIN).tex $(TDS)/source/$(BASE)/ -# cp -u $(MAIN).bib $(TDS)/source/$(BASE)/ - cp -u Makefile $(TDS)/source/$(BASE)/ - -# EOF diff --git a/Master/texmf-dist/doc/generic/pstricks/images/tiger.pdf b/Master/texmf-dist/doc/generic/pstricks/images/tiger.pdf Binary files differnew file mode 100644 index 00000000000..ff53d6b4e43 --- /dev/null +++ b/Master/texmf-dist/doc/generic/pstricks/images/tiger.pdf diff --git a/Master/texmf-dist/doc/generic/pstricks/pst-doc.cls b/Master/texmf-dist/doc/generic/pstricks/pst-doc.cls index 2758aa299ad..0aa215fdb1a 100644 --- a/Master/texmf-dist/doc/generic/pstricks/pst-doc.cls +++ b/Master/texmf-dist/doc/generic/pstricks/pst-doc.cls @@ -1,4 +1,4 @@ -% $Id: pst-doc.cls 413 2010-11-03 20:06:24Z herbert $ +% $Id: pst-doc.cls 455 2011-01-30 11:19:19Z herbert $ % %% %% The PSTricks Project @@ -118,9 +118,7 @@ DIV13]{scrartcl} \fboxsep=0pt \fcolorbox{Black!15}{Black!15}{\bfseries\strut##1}% }} -\providecommand\OFF{% - \xdef\lst@alloverstyle##1{##1}% -} +\providecommand\OFF{\xdef\lst@alloverstyle##1{##1}} \lstset{% language=PSTricks,% float=hbp,% @@ -135,18 +133,19 @@ DIV13]{scrartcl} extendedchars=true, % showspaces=false, % showstringspaces=false, % - numbers=left, - numbersep=0.8em, - numberstyle=\tiny, % +% numbers=left, +% numbersep=0.8em, +% numberstyle=\tiny, % breaklines=true, % breakautoindent=true, captionpos=b, xleftmargin=1em } \lstset{explpreset={pos=t,wide=false,rframe={},preset=\centering}} -\lstdefinestyle{syntax}{backgroundcolor=\color{blue!20},numbers=none,xleftmargin=0pt,xrightmargin=0pt, +\lstdefinestyle{syntax}{backgroundcolor=\color{blue!15},numbers=none,xleftmargin=0pt,xrightmargin=0pt, frame=single} -\lstdefinestyle{code}{backgroundcolor=\color{red!20},numbers=left,xleftmargin=0pt,xrightmargin=0pt, +\lstdefinestyle{code}{backgroundcolor=\color{red!15},%numbers=left, +xleftmargin=0pt,xrightmargin=0pt, frame=single} \RequirePackage{xkvview} @@ -218,6 +217,23 @@ DIV13]{scrartcl} \setcounter{secnumdepth}{2} % Abbildungsnummerierung mit groesserer Tiefe \setcounter{tocdepth}{2} % Inhaltsverzeichnis mit groesserer Tiefe % +\renewcommand*\l@section[2]{% + \ifnum \c@tocdepth >\z@ + \addpenalty\@secpenalty + \addvspace{1.0em \@plus\p@}% + \setlength\@tempdima{2em}% + \begingroup + \parindent \z@ \rightskip \@pnumwidth + \parfillskip -\@pnumwidth + \leavevmode \bfseries + \advance\leftskip\@tempdima + \hskip -\leftskip + #1\nobreak\hfil \nobreak\hb@xt@\@pnumwidth{\hss #2}\par + \endgroup + \fi} +\renewcommand*\l@subsection{\bprot@dottedtocline{2}{1.5em}{3.6em}} +\renewcommand*\l@subsubsection{\bprot@dottedtocline{3}{3.8em}{4.5em}} +% % Inhalte von List of Figures \IfPackageLoaded{subfig}{\setcounter{lofdepth}{1} %1 = nur figures, 2 = figures + subfigures } diff --git a/Master/texmf-dist/doc/generic/pstricks/pst-news10.pdf b/Master/texmf-dist/doc/generic/pstricks/pst-news10.pdf Binary files differindex 02206673830..4780230be3e 100644 --- a/Master/texmf-dist/doc/generic/pstricks/pst-news10.pdf +++ b/Master/texmf-dist/doc/generic/pstricks/pst-news10.pdf diff --git a/Master/texmf-dist/doc/generic/pstricks/pst-news10.tex b/Master/texmf-dist/doc/generic/pstricks/pst-news10.tex index 28f430967e5..b7c6840b9fb 100644 --- a/Master/texmf-dist/doc/generic/pstricks/pst-news10.tex +++ b/Master/texmf-dist/doc/generic/pstricks/pst-news10.tex @@ -99,6 +99,7 @@ The new arguments are only valid for the macros \Lcs{psellipse}, \Lcs{pscircle}, \medskip \begin{tabular}{@{} l >{\em}l l l @{}}\toprule \emph{name} & type & \emph{default} & \emph{description}\\\midrule +\Lkeyword{dashcolor} & color & \nxLcs{relax} & for colored dashed lines \\ \Lkeyword{startLW} & length & \Lcs{pslinewidth} & starting linewidth \\ \Lkeyword{endLW} & length & \Lcs{pslinewidth} & ending linewidth \\ \Lkeyword{startWL} & integer& 380 & starting wave length\\ @@ -107,6 +108,42 @@ The new arguments are only valid for the macros \Lcs{psellipse}, \Lcs{pscircle}, \Lkeyword{variableColor} & boolean & \false & use variable color\\\bottomrule \end{tabular} +\bigskip +\begingroup +\psset{linewidth=2mm,linestyle=dashed} +\begin{pspicture}(4,-4) +\psline[linecolor=blue,dashcolor=red,linearc=0.5](0,0)(4,0)(4,-4) +\psline[linecolor=blue,dashcolor=cyan,linearc=0.5](0,0)(0,-4)(4,-4) +\end{pspicture}\quad +\begin{pspicture}(4,4) +\psframe[linecolor=blue,dashcolor=green,framearc=0.5](0,0)(4,4) +\end{pspicture} +\quad \psset{linecap=2,dash=5mm 5mm } +\begin{pspicture}(4,-4) +\psline[linecolor=black,dashcolor=black!40,linecap=0](0,0)(4,-4) +\psline[linecolor=blue,dashcolor=red,linearc=0.5](0,0)(4,0)(4,-4) +\psline[linecolor=blue,dashcolor=cyan,linearc=0.5](0,0)(0,-4)(4,-4) +\end{pspicture} +\endgroup + +\begin{lstlisting} +\psset{linewidth=2mm,linestyle=dashed} +\begin{pspicture}(4,-4) +\psline[linecolor=blue,dashcolor=red,linearc=0.5](0,0)(4,0)(4,-4) +\psline[linecolor=blue,dashcolor=cyan,linearc=0.5](0,0)(0,-4)(4,-4) +\end{pspicture}\quad +\begin{pspicture}(4,4) +\psframe[linecolor=blue,dashcolor=green,framearc=0.5](0,0)(4,4) +\end{pspicture} +\quad \psset{linecap=2,dash=5mm 5mm } +\begin{pspicture}(4,-4) +\psline[linecolor=black,dashcolor=black!40,linecap=0](0,0)(4,-4) +\psline[linecolor=blue,dashcolor=red,linearc=0.5](0,0)(4,0)(4,-4) +\psline[linecolor=blue,dashcolor=cyan,linearc=0.5](0,0)(0,-4)(4,-4) +\end{pspicture} +\end{lstlisting} + + \begin{LTXexample}[width=7cm,wide=true] \psset{endLW=15pt} \begin{pspicture}(-3.5,-2.5)(3.5,2.5) |