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/pst-poker-doc.tex | |
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/pst-poker-doc.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/pst-poker/pst-poker-doc.tex | 27 |
1 files changed, 25 insertions, 2 deletions
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} |