summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/latex/nimsticks/README.md12
-rw-r--r--Master/texmf-dist/doc/latex/nimsticks/nimsticks.pdfbin75196 -> 75983 bytes
-rw-r--r--Master/texmf-dist/source/latex/nimsticks/nimsticks.dtx8
-rw-r--r--Master/texmf-dist/tex/latex/nimsticks/nimsticks.sty2
4 files changed, 17 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/nimsticks/README.md b/Master/texmf-dist/doc/latex/nimsticks/README.md
index 7a295a2a75b..28115c95ad5 100644
--- a/Master/texmf-dist/doc/latex/nimsticks/README.md
+++ b/Master/texmf-dist/doc/latex/nimsticks/README.md
@@ -17,3 +17,15 @@ It does this by providing two commands:
## 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
diff --git a/Master/texmf-dist/doc/latex/nimsticks/nimsticks.pdf b/Master/texmf-dist/doc/latex/nimsticks/nimsticks.pdf
index ea9bfc60000..34c70995cc3 100644
--- a/Master/texmf-dist/doc/latex/nimsticks/nimsticks.pdf
+++ b/Master/texmf-dist/doc/latex/nimsticks/nimsticks.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/nimsticks/nimsticks.dtx b/Master/texmf-dist/source/latex/nimsticks/nimsticks.dtx
index 088eeda5c25..cad291987e3 100644
--- a/Master/texmf-dist/source/latex/nimsticks/nimsticks.dtx
+++ b/Master/texmf-dist/source/latex/nimsticks/nimsticks.dtx
@@ -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}{}
diff --git a/Master/texmf-dist/tex/latex/nimsticks/nimsticks.sty b/Master/texmf-dist/tex/latex/nimsticks/nimsticks.sty
index d1664fe7285..ae3241b7b24 100644
--- a/Master/texmf-dist/tex/latex/nimsticks/nimsticks.sty
+++ b/Master/texmf-dist/tex/latex/nimsticks/nimsticks.sty
@@ -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}{}