diff options
author | Karl Berry <karl@freefriends.org> | 2018-12-23 23:03:56 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-12-23 23:03:56 +0000 |
commit | 5b38ea096283729f26d79088180038e9ca575faf (patch) | |
tree | 7c48bb2ec21c9ed03228de0ad112dba28518a500 /Master/texmf-dist/doc/generic/pstricks | |
parent | 5d2dcd21fe1a9dab2e0922eece7f14db3d4901e0 (diff) |
pstricks (23dec18)
git-svn-id: svn://tug.org/texlive/trunk@49486 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/pstricks')
-rw-r--r-- | Master/texmf-dist/doc/generic/pstricks/pst-news18.pdf | bin | 68761 -> 74224 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/generic/pstricks/pst-news18.tex | 21 |
2 files changed, 21 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/pstricks/pst-news18.pdf b/Master/texmf-dist/doc/generic/pstricks/pst-news18.pdf Binary files differindex bcdd9dcea26..dda81799150 100644 --- a/Master/texmf-dist/doc/generic/pstricks/pst-news18.pdf +++ b/Master/texmf-dist/doc/generic/pstricks/pst-news18.pdf diff --git a/Master/texmf-dist/doc/generic/pstricks/pst-news18.tex b/Master/texmf-dist/doc/generic/pstricks/pst-news18.tex index d80e380af20..dde1638e586 100644 --- a/Master/texmf-dist/doc/generic/pstricks/pst-news18.tex +++ b/Master/texmf-dist/doc/generic/pstricks/pst-news18.tex @@ -14,6 +14,7 @@ \usepackage{xkvview} \renewcommand\bgImage{\psscalebox{15}{\color{blue!20}\the\year}} \def\textat{\char064} +\usepackage{dtk-logos} \usepackage{biblatex} \addbibresource{PSTricks.bib} @@ -148,6 +149,26 @@ There are now four predefined random ''colors``: The random counter can be initialized with \verb|\pstVerb{rrand srand}|. +\subsection{Optional argument \texttt{xetex}} +The output driver \Lprog{xdvipdfmx} for using \XeTeX\ or \XeLaTeX\ is not fully +compatible to \Lprog{dvips}. Especially some node operations will not work. If the +\LaTeX\ package detects a programm run with \XeLaTeX\ it automatically loads the file +\Lfile{pstricks-xetex.def} which defines some macros with a new name to keep the existing +ones. By now there is only +\Lcs{NCput}, which is the same as \Lcs{ncput}, but works with \XeLaTeX. + +If someone wants to use these macros though he/she runs not \XeLaTeX\ then these macros are +available too by using the optional argument \Loption{xetex}: + +\begin{verbatim} +\usepackage[xetex]{pstricks} +\end{verbatim} + + + + + + %-------------------------------------------------------------------------------------- \section{\texttt{pstricks.pro}} %-------------------------------------------------------------------------------------- |