summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/datax/README.md
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-11-19 03:02:56 +0000
committerNorbert Preining <norbert@preining.info>2020-11-19 03:02:56 +0000
commit760d89b8378840fd2799ef792b5300b760723bff (patch)
treed1e2cd4d09121d1307151aff10f36720c03f37f1 /macros/latex/contrib/datax/README.md
parenta1f21689acf2d63ab8b813a55c5bf4374a06d964 (diff)
CTAN sync 202011190302
Diffstat (limited to 'macros/latex/contrib/datax/README.md')
-rw-r--r--macros/latex/contrib/datax/README.md30
1 files changed, 30 insertions, 0 deletions
diff --git a/macros/latex/contrib/datax/README.md b/macros/latex/contrib/datax/README.md
new file mode 100644
index 0000000000..369088c3e5
--- /dev/null
+++ b/macros/latex/contrib/datax/README.md
@@ -0,0 +1,30 @@
+# The datax package
+A LaTeX package to insert data from a script in a document. Interacting plugins available at [Github, Datax-package](https://github.com/Datax-package).
+
+## Example usage
+Julia script:
+```julia
+using Datax
+# ... later ...
+@datax a b c
+```
+
+LaTeX document
+```tex
+\usepackage{datax}
+% ... later ...
+The calculated length was \(a=\datax{a}\).
+```
+
+## Copyright and license
+Copyright 2020 David Gustavsson (david.e.gustavsson@gmail.com)
+
+This package 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.