diff options
author | Karl Berry <karl@freefriends.org> | 2018-12-16 21:52:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-12-16 21:52:40 +0000 |
commit | 332be36167bd1f4eb97b2892b61d320218cf2459 (patch) | |
tree | cb9182daf561e7036ebf5b733a78190117c63dc9 /Master/texmf-dist/doc | |
parent | 5baa8b8ec1df21574547cd1d1bcb43b7e395923f (diff) |
xltabular (16dec18)
git-svn-id: svn://tug.org/texlive/trunk@49427 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/xltabular/Changes | 1 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/xltabular/xltabular-doc.pdf | bin | 70996 -> 71305 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/xltabular/xltabular-example-hyp.tex | 10 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/xltabular/xltabular-example.inp | 80 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/xltabular/xltabular-example.tex | 9 |
5 files changed, 100 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/xltabular/Changes b/Master/texmf-dist/doc/latex/xltabular/Changes index 8fd7a67551d..05b615fc279 100644 --- a/Master/texmf-dist/doc/latex/xltabular/Changes +++ b/Master/texmf-dist/doc/latex/xltabular/Changes @@ -1,3 +1,4 @@ +2.0a 2018/12/16 - better hyperref support; example files 1.0a 2018/05/23 - restore original tabularx must not be statically 0.05 2017-10-26 - set \keepXColumns 0.04 2017-10-23 - wrong references (RN) diff --git a/Master/texmf-dist/doc/latex/xltabular/xltabular-doc.pdf b/Master/texmf-dist/doc/latex/xltabular/xltabular-doc.pdf Binary files differindex 2315513133b..97b550a6602 100644 --- a/Master/texmf-dist/doc/latex/xltabular/xltabular-doc.pdf +++ b/Master/texmf-dist/doc/latex/xltabular/xltabular-doc.pdf diff --git a/Master/texmf-dist/doc/latex/xltabular/xltabular-example-hyp.tex b/Master/texmf-dist/doc/latex/xltabular/xltabular-example-hyp.tex new file mode 100644 index 00000000000..2d477d13658 --- /dev/null +++ b/Master/texmf-dist/doc/latex/xltabular/xltabular-example-hyp.tex @@ -0,0 +1,10 @@ + +%--------------------------- +\setcounter{errorcontextlines}{100} +\listfiles +\documentclass{scrbook} +\usepackage{caption} +\usepackage{xltabular} +\usepackage{hyperref} +\input{xltabular-example.inp} +%--------------------------- diff --git a/Master/texmf-dist/doc/latex/xltabular/xltabular-example.inp b/Master/texmf-dist/doc/latex/xltabular/xltabular-example.inp new file mode 100644 index 00000000000..f61cc620658 --- /dev/null +++ b/Master/texmf-dist/doc/latex/xltabular/xltabular-example.inp @@ -0,0 +1,80 @@ + +\newcommand*\showCounterTable{% + \noindent The Counter \textbf{table:~\arabic{table}}% +} + +\begin{document} + +\chapter{Chapter 1} +\section{Section 1 of Chapter 1} + +\showCounterTable +\begin{xltabular}[l]{.7\linewidth}{|c|X|X|} +\caption{A table with a caption\label{tab:A}} \\ +\hline +1 & \hrulefill 2 \hrulefill & \hrulefill 3 \hrulefill \\ +4 & \hrulefill 5 \hrulefill & \hrulefill 6 \hrulefill \\ +\hline +\end{xltabular} +\showCounterTable + +\section{Section 2 of Chapter 1} + +\showCounterTable +\begin{xltabular}[r]{.7\linewidth}{|c|X|X|} +\hline +1 & \hrulefill 2 \hrulefill & \hrulefill 3 \hrulefill \\ +4 & \hrulefill 5 \hrulefill & \hrulefill 6 \hrulefill \\ +\hline +\end{xltabular} +\showCounterTable + +\section{Section 3 of Chapter 1} + +\showCounterTable +\begin{xltabular}[r]{.7\linewidth}{|c|X|X|} +\caption{A table with a caption\label{tab:B}} \\ +\hline +1 & \hrulefill 2 \hrulefill & \hrulefill 3 \hrulefill \\ +4 & \hrulefill 5 \hrulefill & \hrulefill 6 \hrulefill \\ +\hline +\end{xltabular} +\showCounterTable + +\chapter{Chapter 2} +\section{Section 1 of Chapter 2} + +\showCounterTable +\begin{xltabular}[c]{.7\linewidth}{|c|X|X|} +\caption{A table with a caption\label{tab:C}} \\ +\hline +1 & \hrulefill 2 \hrulefill & \hrulefill 3 \hrulefill \\ +4 & \hrulefill 5 \hrulefill & \hrulefill 6 \hrulefill \\ +\hline +\end{xltabular} +\showCounterTable + +\section{Section 2 of Chapter 2} + +\showCounterTable +\begin{xltabular}[c]{.7\linewidth}{|c|X|X|} +\caption{A table with a caption\label{tab:D}} \\ +\hline +1 & \hrulefill 2 \hrulefill & \hrulefill 3 \hrulefill \\ +4 & \hrulefill 5 \hrulefill & \hrulefill 6 \hrulefill \\ +\hline +\end{xltabular} +\showCounterTable + +\section{Section 3 of Chapter 2 -- some references} + +\begin{itemize} + \item Table~\ref{tab:A} is on page~\pageref{tab:A} + \item Table~\ref{tab:B} is on page~\pageref{tab:B} + \item Table~\ref{tab:C} is on page~\pageref{tab:C} + \item Table~\ref{tab:D} is on page~\pageref{tab:D} +\end{itemize} + +\end{document} + +\endinput diff --git a/Master/texmf-dist/doc/latex/xltabular/xltabular-example.tex b/Master/texmf-dist/doc/latex/xltabular/xltabular-example.tex new file mode 100644 index 00000000000..fbeb87ae01e --- /dev/null +++ b/Master/texmf-dist/doc/latex/xltabular/xltabular-example.tex @@ -0,0 +1,9 @@ + +%--------------------------- +\setcounter{errorcontextlines}{100} +\listfiles +\documentclass{scrbook} +\usepackage{caption} +\usepackage{xltabular} +\input{xltabular-example.inp} +%--------------------------- |