summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-05-13 19:53:35 +0000
committerKarl Berry <karl@freefriends.org>2024-05-13 19:53:35 +0000
commit9eaae44905d630f31de5f49ba9a0436c5055c148 (patch)
treecce87e3890c3d326808b8ce00a4ea2a7bde6cc61 /Master/texmf-dist/doc/latex
parentc1a29e32ba0378558f9880774f99065985840c5a (diff)
rigidnotation (13may24)
git-svn-id: svn://tug.org/texlive/trunk@71255 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r--Master/texmf-dist/doc/latex/rigidnotation/README.md31
-rw-r--r--Master/texmf-dist/doc/latex/rigidnotation/rigidnotation.pdfbin0 -> 273004 bytes
2 files changed, 31 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/rigidnotation/README.md b/Master/texmf-dist/doc/latex/rigidnotation/README.md
new file mode 100644
index 00000000000..06e65991d93
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/rigidnotation/README.md
@@ -0,0 +1,31 @@
+# The rigidnotation LaTeX package
+This package provides LaTeX macros to easily and concisely typeset vectors and matrices in a flexible way such as to follow the RIGID notation convention. The package enables the user to define custom commands that can then be used in any math-mode environment to efficiently and rigorously typeset the notational elements commonly used in robotics research (and many other fields) for position vectors, rotation matrices, pose matrices, etc.
+
+## Documentation
+This package is [available on CTAN](https://ctan.org/pkg/rigidnotation), and a PDF manual is accessible here.
+
+## Local Installation
+If you want to install the package manually on your local computer, you can follow the steps outlined below.
+1. Run `kpsewhich -var-value TEXMFHOME` to get the path to your TeX package home.
+Assuming that your TeX package home is `$TEXHOME`,
+2. Run `mkdir -p $TEXHOME/tex/latex/rigidnotation/` to create a directory for this package.
+3. Run `tex rigidnotation.ins` to generate the `rigidnotation.sty` macro file.
+3. Run `cp rigidnotation.sty $TEXHOME/tex/latex/rigidnotation/` to install the package.
+3. Run `pdflatex -interaction=nonstopmode rigidnotation.dtx` to build the documentation.
+5. Run `texhash $TEXHOME` to update the LaTeX package tree.
+
+## Requirements
+This package depends on [mathtools](https://ctan.org/pkg/mathtools) and [xparse](https://ctan.org/pkg/xparse) packages, both of which are widely used.
+
+## License
+Copyright (C) 2024 Philippe Nadeau
+
+This file may be distributed and/or modified under the
+conditions of the LaTeX Project Public License, either version 1.3c
+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.3c or later is part of all distributions of LaTeX
+version 2008-05-04 or later. \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/rigidnotation/rigidnotation.pdf b/Master/texmf-dist/doc/latex/rigidnotation/rigidnotation.pdf
new file mode 100644
index 00000000000..e22454cc138
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/rigidnotation/rigidnotation.pdf
Binary files differ