texlive[48347] Master/texmf-dist: pst-poker (4aug18)

commits+karl at tug.org commits+karl at tug.org
Sat Aug 4 22:54:15 CEST 2018


Revision: 48347
          http://tug.org/svn/texlive?view=revision&revision=48347
Author:   karl
Date:     2018-08-04 22:54:14 +0200 (Sat, 04 Aug 2018)
Log Message:
-----------
pst-poker (4aug18)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/pst-poker/Changes
    trunk/Master/texmf-dist/doc/latex/pst-poker/README
    trunk/Master/texmf-dist/doc/latex/pst-poker/pst-poker-doc.pdf
    trunk/Master/texmf-dist/doc/latex/pst-poker/pst-poker-doc.tex
    trunk/Master/texmf-dist/tex/latex/pst-poker/pst-poker.sty

Modified: trunk/Master/texmf-dist/doc/latex/pst-poker/Changes
===================================================================
--- trunk/Master/texmf-dist/doc/latex/pst-poker/Changes	2018-08-04 17:08:55 UTC (rev 48346)
+++ trunk/Master/texmf-dist/doc/latex/pst-poker/Changes	2018-08-04 20:54:14 UTC (rev 48347)
@@ -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
 

Modified: trunk/Master/texmf-dist/doc/latex/pst-poker/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/pst-poker/README	2018-08-04 17:08:55 UTC (rev 48346)
+++ trunk/Master/texmf-dist/doc/latex/pst-poker/README	2018-08-04 20:54:14 UTC (rev 48347)
@@ -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 at tug.org
\ No newline at end of file

Modified: trunk/Master/texmf-dist/doc/latex/pst-poker/pst-poker-doc.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/pst-poker/pst-poker-doc.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/pst-poker/pst-poker-doc.tex	2018-08-04 17:08:55 UTC (rev 48346)
+++ trunk/Master/texmf-dist/doc/latex/pst-poker/pst-poker-doc.tex	2018-08-04 20:54:14 UTC (rev 48347)
@@ -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,7 +53,30 @@
 \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}
 
 There are several possible styles for inline cards. The default way is as small cards, i.e. 
@@ -192,7 +215,7 @@
 \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}

Modified: trunk/Master/texmf-dist/tex/latex/pst-poker/pst-poker.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/pst-poker/pst-poker.sty	2018-08-04 17:08:55 UTC (rev 48346)
+++ trunk/Master/texmf-dist/tex/latex/pst-poker/pst-poker.sty	2018-08-04 20:54:14 UTC (rev 48347)
@@ -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 at tug.org> 
+%    Copyright (C) 2018  Herbert Voß <hvoss at tug.org> 
 %    poker2 is based on file poster.sty from
 %    Olaf Encke <olaf.encke at 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



More information about the tex-live-commits mailing list