summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tblr-extras/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/tblr-extras/README.md')
-rw-r--r--macros/latex/contrib/tblr-extras/README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/macros/latex/contrib/tblr-extras/README.md b/macros/latex/contrib/tblr-extras/README.md
new file mode 100644
index 0000000000..4c7dc3ce22
--- /dev/null
+++ b/macros/latex/contrib/tblr-extras/README.md
@@ -0,0 +1,18 @@
+Package tblr-extras: Extra libraries for tabularray package.
+Copyright (C) 2024 Manuel E. Merino <manuel.merino.pe@gmail.com>
+
+The package 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
+# Usage
+Just use \usepackage{tblr-extras} after loading tabularray.
+Activate the libraries using \UseTblrLibrary command
+## Caption Library
+Use caption package to typeset tabularray tall and long tabulars captions.
+Enable this library with \UseTblrLibrary{caption}
+## Babel Library
+Translate contfoot and conthead to current babel language.
+Curremtle only supports ngerman, french and spanish translations.
+Enable this library with \UseTblrLibrary{babel} \ No newline at end of file