summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/onedown/README
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/onedown/README')
-rw-r--r--macros/latex/contrib/onedown/README88
1 files changed, 88 insertions, 0 deletions
diff --git a/macros/latex/contrib/onedown/README b/macros/latex/contrib/onedown/README
new file mode 100644
index 0000000000..a72c13ed32
--- /dev/null
+++ b/macros/latex/contrib/onedown/README
@@ -0,0 +1,88 @@
+--------------------------------------------------------------------------
+The OneDown package v1.3 - 2019/02/21
+A package to typeset diagrams for the game of bridge
+
+--------------------------------------------------------------------------
+Jacob Wiersma
+Web:
+E-Mail: jack46@online.de
+--------------------------------------------------------------------------
+Copyright 2018 Jacob Wiersma
+
+This work has the LPPL maintenance status `maintained'.
+
+The Current Maintainer of this work is Jacob Wiersma.
+--------------------------------------------------------------------------
+LICENCE
+This work may be distributed and/or modified under the
+conditions of the LaTeX Project Public License, either version 1.3
+of this license or (at your option) any later version.
+The latest version of this license is in
+ http://www.latex-project.org/lppl.txt
+and version 1.3 or later is part of all distributions of LaTeX
+version 2005/12/01 or later.
+
+--------------------------------------------------------------------------
+The OneDown package consists of
+
+the files
+ - README (this file)
+ onedown.dtx, onedown.ins,
+ onedown.sty, onedown.pdf
+
+ - ODw-danish.trsl ODw-english.trsl ODw-french.trsl
+ ODw-norwegian.trsl ODw-turkish.trsl ODw-dutch.trsl
+ ODw-fallback.trsl ODw-german.trsl ODw-swedish.trsl
+
+the directory examples with the files
+ - onedown-examples.pdf onedown-ref.pdf
+ and 21 *.tex files
+--------------------------------------------------------------------------
+INSTALLATION
+If onedown.sty is missing or you got a newer onedown.dtx/onedown.ins:
+1) Run LaTeX on onedown.ins to create a new onedown.sty
+2) Copy onedown.sty and the .trsl files in your latex path
+
+--------------------------------------------------------------------------
+DOCUMENTATION
+Available in onedown.pdf. This file may be created from onedown.dtx by
+running: pdflatex --shell-escape onedown.dtx
+
+In order to get the labels, indexes etc. you must run:
+pdflatex --shell-escape onedown.dtx
+makeindex -s gind.ist onedown.idx
+makeindex -s gglo.ist -o onedown.gls onedown.glo
+pdflatex --shell-escape onedown.dtx
+pdflatex --shell-escape onedown.dtx
+
+If you want a printable version without colors (for a monochrome printer),
+your last command should be:
+
+pdflatex --shell-escape '\AtBeginDocument{\NoColortrue}\input{onedown.dtx}'
+
+The option --shell-escape is necessary to build the list of user commands
+that are written in a separate file. Without this option this list will not
+be generated. Use this option at your own risk.
+
+MORE DOCUMENTATION
+- examples/onedown-examples.pdf
+- examples/onedown-ref.pdf
+
+--------------------------------------------------------------------------
+DESCRIPTION
+This packages provides macros to typeset bridge diagrams, including hands
+(stand alone or arround a compass), bidding tables (stand alone or in
+connection with hands/compass), trick tables and expert quizes.
+--------------------------------------------------------------------------
+REQUIREMENTS
+Allthough the package uses other packages, they are in every recent LaTeX
+distribution and will be loaded automatically. In other words: you don't
+need to install other packages.
+--------------------------------------------------------------------------
+If you have any ideas, questions, suggestions or bugs to report, please
+feel free to contact me.
+--------------------------------------------------------------------------
+DISCLAIMER
+This bundle is provided 'as is' without any warranty.
+
+Jacob Wiersma