summaryrefslogtreecommitdiff
path: root/graphics/pgf/contrib/causets/README.md
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-11-08 03:01:18 +0000
committerNorbert Preining <norbert@preining.info>2020-11-08 03:01:18 +0000
commit3021c3d95971e522d22cf5c8aba3410a06d8a84f (patch)
tree7bcb93367c78559d6fe479d8be43461b048c39bf /graphics/pgf/contrib/causets/README.md
parentec3426946c37f270d71e8c4ad19d37beea726e7d (diff)
CTAN sync 202011080301
Diffstat (limited to 'graphics/pgf/contrib/causets/README.md')
-rw-r--r--graphics/pgf/contrib/causets/README.md51
1 files changed, 51 insertions, 0 deletions
diff --git a/graphics/pgf/contrib/causets/README.md b/graphics/pgf/contrib/causets/README.md
new file mode 100644
index 0000000000..5ef2e09733
--- /dev/null
+++ b/graphics/pgf/contrib/causets/README.md
@@ -0,0 +1,51 @@
+LaTeX Package: causets
+======================
+This is a LaTeX package to create (Hasse) diagrams of causal sets - short causets (locally finite, partially ordered sets) to be used inline with text or mathematical expressions, as well as with TikZ pictures.
+
+The three main commands (macros) are
+```tex
+% causet generated from a permutation:
+\pcauset{..,i,..,j,..}
+% causet generated from a permutation, but some links are removed:
+\rcauset{..,i,..,j,..}{..,i/j,..}
+% causet with events positioned by a permutation, links are specified explicitly:
+\causet{..,i,..,j,..}{..,i/j,..}
+```
+
+For a full documentation, please see causets.pdf.
+
+Additional Packages
+===================
+This package is built on the package `tikz`, which is usually included in the standard LaTeX installations.
+
+Bug Reports
+===========
+Problems with the package are reported here:
+https://github.com/c-minz/LaTeX-causets/issues
+
+If you find a bug, please report it by including:
+* Comprehensive problem description - including error or warning messages (if any).
+* Minimal test file that shows the problem.
+* Used drivers/programs with version informations.
+* Version information about used packages and programs.
+* Please no other files than the minimal test file (*.tex).
+
+Bug reports can be send to the maintainer:
+ C. Minz
+ christoph{dot}minz[AT]gmail{dot}com
+
+Information on Distribution
+===========================
+Copyright 2020 by C. Minz
+
+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
+
+This work has the LPPL maintenance status "maintained".
+
+The current maintainer of this work is C. Minz.
+https://github.com/c-minz
+
+
+This work consists of the files causets.sty, causets.tex, causets.pdf, causet_tikz_example1.tex, causet_tikz_example1.pdf, causet_tikz_example2.tex, causet_tikz_example2.pdf