texlive[55826] Master/texmf-dist: nimsticks (13jul20)

commits+karl at tug.org commits+karl at tug.org
Mon Jul 13 23:08:24 CEST 2020


Revision: 55826
          http://tug.org/svn/texlive?view=revision&revision=55826
Author:   karl
Date:     2020-07-13 23:08:24 +0200 (Mon, 13 Jul 2020)
Log Message:
-----------
nimsticks (13jul20)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/nimsticks/README.md
    trunk/Master/texmf-dist/doc/latex/nimsticks/nimsticks.pdf
    trunk/Master/texmf-dist/source/latex/nimsticks/nimsticks.dtx
    trunk/Master/texmf-dist/tex/latex/nimsticks/nimsticks.sty

Modified: trunk/Master/texmf-dist/doc/latex/nimsticks/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/nimsticks/README.md	2020-07-13 20:45:27 UTC (rev 55825)
+++ trunk/Master/texmf-dist/doc/latex/nimsticks/README.md	2020-07-13 21:08:24 UTC (rev 55826)
@@ -17,3 +17,15 @@
 
 ## Licensing
 This work may be distributed and/or modified under the conditions of the [MIT license](LICENSE.txt).
+
+## Changes
+
+### [1.0.1] - 2020-07-12
+
+- Fixed typo in usage example in documentation.
+
+### [1.0] - 2020-07-12
+
+- First working version of package
+- Added \drawnimstick and \nimgame using lcg for the random numbers so it works across LaTeX, LuaTeX and XeTeX
+- Added documentation

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

Modified: trunk/Master/texmf-dist/source/latex/nimsticks/nimsticks.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/nimsticks/nimsticks.dtx	2020-07-13 20:45:27 UTC (rev 55825)
+++ trunk/Master/texmf-dist/source/latex/nimsticks/nimsticks.dtx	2020-07-13 21:08:24 UTC (rev 55826)
@@ -35,7 +35,7 @@
 %
 %\section{Usage}
 %
-%For example, the input \lstinline!\nimgame{3,5,4}! will produce output like this (precise look affected by random wobble in the sticks):
+%For example, the input \lstinline!\nimgame{5,3,4}! will produce output like this (precise look affected by random wobble in the sticks):
 %
 %\nimgame{5,3,4}
 %
@@ -43,7 +43,7 @@
 %
 %It is likely the user will want to use \lstinline{\nimgame} and not \lstinline{\drawnimstick} directly, but the input \lstinline{\drawnimstick} will produce output like this (precise look affected by random wobble in the sticks): \drawnimstick
 %
-%\lstinline{\nimgame} will happily work with one heap, so the input \lstinline!\nimgame{7}! will produce output like this (precise look affected by random wobble in the sticks):
+%\lstinline{\nimgame} will happily work with one heap, so for example the input \lstinline!\nimgame{7}! will produce output like this (precise look affected by random wobble in the sticks):
 %
 %\nimgame{7}
 %
@@ -64,7 +64,7 @@
 \usepackage{doc}
 \usepackage{listings}
 \lstset{basicstyle=\ttfamily\footnotesize,commentstyle=\color{white},language=TeX}
-\title{nimsticks}
+\title{nimsticks v1.0.1}
 \author{Peter Rowlett}
 \begin{document}
 \maketitle
@@ -75,7 +75,7 @@
 
 %\iffalse
 %<*nimsticks>
-\ProvidesPackage{nimsticks}[2020/07/12 nimsticks 1.0]
+\ProvidesPackage{nimsticks}[2020/07/12 nimsticks 1.0.1]
 \RequirePackage[first=-100,last=100,seed=0]{lcg}
 \RequirePackage{tikz}
 \@ifundefined{drawnimstick}{}

Modified: trunk/Master/texmf-dist/tex/latex/nimsticks/nimsticks.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/nimsticks/nimsticks.sty	2020-07-13 20:45:27 UTC (rev 55825)
+++ trunk/Master/texmf-dist/tex/latex/nimsticks/nimsticks.sty	2020-07-13 21:08:24 UTC (rev 55826)
@@ -26,7 +26,7 @@
 %% SOFTWARE.
 %% 
 
-\ProvidesPackage{nimsticks}[2020/07/12 nimsticks 1.0]
+\ProvidesPackage{nimsticks}[2020/07/12 nimsticks 1.0.1]
 \RequirePackage[first=-100,last=100,seed=0]{lcg}
 \RequirePackage{tikz}
 \@ifundefined{drawnimstick}{}



More information about the tex-live-commits mailing list.