diff options
author | Karl Berry <karl@freefriends.org> | 2018-08-04 20:54:14 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-08-04 20:54:14 +0000 |
commit | b37c9b96f81e82408f83040ed006fb21a236538e (patch) | |
tree | 905d275e3344a5aa45d93e9dffa27d60827b8f54 /Master/texmf-dist/doc/latex/pst-poker | |
parent | 52689d44c62ab7963d672acb8733a5693d10ae37 (diff) |
pst-poker (4aug18)
git-svn-id: svn://tug.org/texlive/trunk@48347 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/pst-poker')
-rw-r--r-- | Master/texmf-dist/doc/latex/pst-poker/Changes | 3 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/pst-poker/README | 9 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/pst-poker/pst-poker-doc.pdf | bin | 2466606 -> 2475351 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/pst-poker/pst-poker-doc.tex | 27 |
4 files changed, 35 insertions, 4 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 Binary files differindex 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 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} |