summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/latex/pst-poker/Changes3
-rw-r--r--Master/texmf-dist/doc/latex/pst-poker/README9
-rw-r--r--Master/texmf-dist/doc/latex/pst-poker/pst-poker-doc.pdfbin2466606 -> 2475351 bytes
-rw-r--r--Master/texmf-dist/doc/latex/pst-poker/pst-poker-doc.tex27
-rw-r--r--Master/texmf-dist/tex/latex/pst-poker/pst-poker.sty9
5 files changed, 40 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/pst-poker/Changes b/Master/texmf-dist/doc/latex/pst-poker/Changes
index b57f2a34526..22b5766bf4e 100644
--- a/Master/texmf-dist/doc/latex/pst-poker/Changes
+++ b/Master/texmf-dist/doc/latex/pst-poker/Changes
@@ -1,7 +1,8 @@
-%% $Id: Changes 524 2017-08-23 09:24:14Z herbert $
+%% $Id: Changes 792 2018-08-03 19:20:08Z herbert $
%%
pst-poker.sty -----------
+0.03 2018-08-03 - load graphicx by default
0.02 2017-08-23 - do not load txfonts by default
0.01 2017-05-16 - first CTAN version
diff --git a/Master/texmf-dist/doc/latex/pst-poker/README b/Master/texmf-dist/doc/latex/pst-poker/README
index 2b088d2e9c8..e96b679efe3 100644
--- a/Master/texmf-dist/doc/latex/pst-poker/README
+++ b/Master/texmf-dist/doc/latex/pst-poker/README
@@ -2,7 +2,14 @@
%%
%% Herbert Voss
%%
-%% 2017
+%% 2018
%%
This package can create poker cards in various manner
+
+% This program is free software: you can redistribute it and/or modify
+% it under the terms of the GNU Lesser General Public License as published by
+% the Free Software Foundation, either version 3 of the License, or
+% (at your option) any later version.
+
+hvoss@tug.org \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/pst-poker/pst-poker-doc.pdf b/Master/texmf-dist/doc/latex/pst-poker/pst-poker-doc.pdf
index aa1c6ef4505..613ed5c4f08 100644
--- a/Master/texmf-dist/doc/latex/pst-poker/pst-poker-doc.pdf
+++ b/Master/texmf-dist/doc/latex/pst-poker/pst-poker-doc.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/pst-poker/pst-poker-doc.tex b/Master/texmf-dist/doc/latex/pst-poker/pst-poker-doc.tex
index efbca2c0671..6d0d11e267e 100644
--- a/Master/texmf-dist/doc/latex/pst-poker/pst-poker-doc.tex
+++ b/Master/texmf-dist/doc/latex/pst-poker/pst-poker-doc.tex
@@ -1,4 +1,4 @@
-%% $Id: pst-poker-doc.tex 524 2017-08-23 09:24:14Z herbert $
+%% $Id: pst-poker-doc.tex 792 2018-08-03 19:20:08Z herbert $
%
\documentclass[11pt,english,BCOR10mm,DIV12,bibliography=totoc,parskip=false,smallheadings,
headexclude,footexclude,oneside]{pst-doc}
@@ -53,6 +53,29 @@ Karl Berry
\clearpage
+\section{Ibtroduction}
+
+\LPack{pst-poker} itself loads the following packages:
+
+\begin{verbatim}
+\RequirePackage{pstricks,pst-blur,multido}
+\RequirePackage{graphicx}
+\RequirePackage[tiling]{pst-fill}
+\end{verbatim}
+
+If you want to pass some optional arguments to one or more of these packages you have
+to use the macro \Lcs{PassOptionsToPackage} \emph{before} loading \LPack{pst-poker}.
+The best way is before the document class.
+ For example
+
+\begin{verbatim}
+\PassOptionsToPackage{graphicx}{xetex}
+\documentclass{article}
+\usepackage{pst-poker}
+[...]
+\end{verbatim}
+
+
\section{Inline Poker symbols}
@@ -192,7 +215,7 @@ The \Lkeyword{crdshadow} of the cards can be shown blurred, solid or deactivated
\section{Usage}
To make the poker package available within a \LaTeX\ document you have to add
\begin{verbatim}
- \usepackage{poker2}
+ \usepackage{poker}
\end{verbatim}
to the preamble. Then you can change the options used with the command
\begin{verbatim}
diff --git a/Master/texmf-dist/tex/latex/pst-poker/pst-poker.sty b/Master/texmf-dist/tex/latex/pst-poker/pst-poker.sty
index 7a8b7674c51..7fbd3059e22 100644
--- a/Master/texmf-dist/tex/latex/pst-poker/pst-poker.sty
+++ b/Master/texmf-dist/tex/latex/pst-poker/pst-poker.sty
@@ -1,7 +1,7 @@
-%% $Id: pst-poker.sty 524 2017-08-23 09:24:14Z herbert $
+%% $Id: pst-poker.sty 792 2018-08-03 19:20:08Z herbert $
%%
% pst-poker.sty - LaTeX poker package
-% Copyright (C) 2017 Herbert Voß <hvoss@tug.org>
+% Copyright (C) 2018 Herbert Voß <hvoss@tug.org>
% poker2 is based on file poster.sty from
% Olaf Encke <olaf.encke@gmx.de> <http://www.encke.net/>
%
@@ -24,10 +24,11 @@
%\RequirePackage{txfonts}
\RequirePackage{pstricks,pst-blur,multido}
+\RequirePackage{graphicx}
\RequirePackage[tiling]{pst-fill}
-\def\filedate{2017/08/23}
-\def\fileversion{0.02}
+\def\filedate{2018/08/03}
+\def\fileversion{0.03}
\ProvidesFile{pst-poker}[\filedate\ v\fileversion\ [LaTeX poker package (HV)]
%
% basic definitions