summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/luatex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-07-23 20:46:30 +0000
committerKarl Berry <karl@freefriends.org>2023-07-23 20:46:30 +0000
commit926e0e5dbdcefe4dd025ae534fd87a5fbc50b826 (patch)
tree2b827522a2d5b9326911cdee933eb5719248ea12 /Master/texmf-dist/doc/luatex
parentae1332fafcfb17b37645719d7ccac4fd6dbbe911 (diff)
lutabulartools (23jul23)
git-svn-id: svn://tug.org/texlive/trunk@67714 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/luatex')
-rw-r--r--Master/texmf-dist/doc/luatex/lutabulartools/README.md2
-rw-r--r--Master/texmf-dist/doc/luatex/lutabulartools/lutabulartools.pdfbin112601 -> 112269 bytes
-rw-r--r--Master/texmf-dist/doc/luatex/lutabulartools/lutabulartools.tex18
3 files changed, 14 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/luatex/lutabulartools/README.md b/Master/texmf-dist/doc/luatex/lutabulartools/README.md
index 51055a89e57..ee3381533bb 100644
--- a/Master/texmf-dist/doc/luatex/lutabulartools/README.md
+++ b/Master/texmf-dist/doc/luatex/lutabulartools/README.md
@@ -7,7 +7,7 @@ macro-enabled spreadsheet named "LaTeX-Tabular-Generator.xlsm" to help make tabl
# License (MIT)
-Copyright (C) 2021-2022 Kale Ewasiuk
+Copyright (C) 2021-2023 Kale Ewasiuk
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/Master/texmf-dist/doc/luatex/lutabulartools/lutabulartools.pdf b/Master/texmf-dist/doc/luatex/lutabulartools/lutabulartools.pdf
index 6443b2873a6..eab82037601 100644
--- a/Master/texmf-dist/doc/luatex/lutabulartools/lutabulartools.pdf
+++ b/Master/texmf-dist/doc/luatex/lutabulartools/lutabulartools.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/luatex/lutabulartools/lutabulartools.tex b/Master/texmf-dist/doc/luatex/lutabulartools/lutabulartools.tex
index 9be8dbd330d..b9a4c962549 100644
--- a/Master/texmf-dist/doc/luatex/lutabulartools/lutabulartools.tex
+++ b/Master/texmf-dist/doc/luatex/lutabulartools/lutabulartools.tex
@@ -1,6 +1,6 @@
% Kale Ewasiuk (kalekje@gmail.com)
-% 2023-07-18
-% Copyright (C) 2021-2022 Kale Ewasiuk
+% 2023-07-22
+% Copyright (C) 2021-2023 Kale Ewasiuk
%
% Permission is hereby granted, free of charge, to any person obtaining a copy
% of this software and associated documentation files (the "Software"), to deal
@@ -67,7 +67,7 @@
\usepackage{ltxtable}
\usepackage{longtable}
-\usepackage[pl,extras]{penlight}
+\usepackage{penlightplus}
\RequirePackage{lutabulartools}
@@ -100,7 +100,7 @@ so if you have specific settings for these packages, load the \cmd{lutabulartool
{xcolor},
{colortbl},
{luacode},
-{penlight}}.
+{penlightplus}}.
\section{\texttt{\textbackslash settabular}}
@@ -455,6 +455,14 @@ Here's an example with long table. Notice the gray rules reliably appear 3 rows
%\LTXtable{\linewidth}{ltxexample}
-
+\begin{tabular}{c}
+ \\
+ \\
+ \\
+ \\
+ \\
+ \\
+ \\
+\end{tabular}
\end{document}