diff options
author | Karl Berry <karl@freefriends.org> | 2017-10-25 21:53:22 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-10-25 21:53:22 +0000 |
commit | ae2472e6fe43a6d260a5a175d118bc131fea926b (patch) | |
tree | 75180a8e0bde5af10981ef9c1a34650e41147495 /Master/texmf-dist/doc/latex/xltabular | |
parent | d82ebe296fa506626d900ce47291abe5a812ba21 (diff) |
xltabular (25oct17)
git-svn-id: svn://tug.org/texlive/trunk@45600 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/xltabular')
-rw-r--r-- | Master/texmf-dist/doc/latex/xltabular/Changes | 1 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/xltabular/xltabular-doc.pdf | bin | 70591 -> 70927 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/xltabular/xltabular-doc.tex | 33 |
3 files changed, 23 insertions, 11 deletions
diff --git a/Master/texmf-dist/doc/latex/xltabular/Changes b/Master/texmf-dist/doc/latex/xltabular/Changes index f408426d824..3f2208759a4 100644 --- a/Master/texmf-dist/doc/latex/xltabular/Changes +++ b/Master/texmf-dist/doc/latex/xltabular/Changes @@ -1,3 +1,4 @@ +0.04 2017-10-23 - wrong references (RN) 0.03 2017-10-01 - fix for \caption* in longtable 0.02 2017-09-28 - added optional argument for horizontal alignment - extended documentation 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 0b014a642a2..ef6b03edf7d 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-doc.tex b/Master/texmf-dist/doc/latex/xltabular/xltabular-doc.tex index 6c1fe14bf85..248c916f372 100644 --- a/Master/texmf-dist/doc/latex/xltabular/xltabular-doc.tex +++ b/Master/texmf-dist/doc/latex/xltabular/xltabular-doc.tex @@ -1,6 +1,6 @@ -%% $Id: xltabular-doc.tex 598 2017-09-30 19:52:25Z herbert $ +%% $Id: xltabular-doc.tex 635 2017-10-24 18:22:59Z herbert $ % -\listfiles +\listfiles\setcounter{errorcontextlines}{100} \documentclass[paper=a4,fontsize=11pt,DIV=13,parskip=half-, captions=tableabove,twoside=on]{scrartcl} \usepackage{fontspec} @@ -35,10 +35,6 @@ %\nolig{oe}{o|e} \usepackage{xltabular} -\makeatletter -\let\XLVersion\xltabular@version -\makeatother - \usepackage{fancyvrb} \usepackage{blindtext} \usepackage{dtk-logos} % for Wikipedia W @@ -48,10 +44,23 @@ \addbibresource{\jobname.bib} \raggedbottom - \usepackage[colorlinks,linktocpage]{hyperref} \newcommand*\cs[1]{\texttt{\textbackslash#1}} -\title{Package \texttt{xltabular} \\--\\ v.~\XLVersion} + +\makeatletter% from: doc.sty +\newcommand*\GetFileInfo[1]{% + \def\filename{#1}% + \def\@tempb##1 ##2 ##3\relax##4\relax{% + \def\filedate{##1}% + \def\fileversion{##2}% + \def\fileinfo{##3}}% + \edef\@tempa{\csname ver@#1\endcsname}% + \expandafter\@tempb\@tempa\relax? ? \relax\relax} +\makeatother + +\GetFileInfo{xltabular.sty} + +\title{Package \texttt{xltabular} \\--\\ \normalsize \fileversion\ (\filedate)} \author{Rolf Niepraschk\thanks{Rolf.Niepraschk@gmx.de} \and Herbert Voß\thanks{hvoss@tug.org}} \begin{document} \maketitle @@ -115,6 +124,7 @@ l & \blindtext\\ \end{tabularx} \end{Verbatim} +\bigskip \captionaboveof{table}{Using the original \texttt{tabularx} environment: a pagebreak not possible! This is the reason why the tabular moves to the next page.} @@ -136,7 +146,8 @@ l & \blindtext\\ \subsection{The new environment \texttt{xltabular}} For the demonstration we use a tabular with only one X column. There is no difference -to an example with more or other column specifiers. +to an example with more or other column specifiers. However, there should be at least +one \texttt{X} column specifier; it makes no real sense otherwise. \begin{Verbatim}[frame=lines] \begin{xltabular}{\linewidth}{@{} X @{}} @@ -213,7 +224,7 @@ in the last section should have the correct number! blg & (bibliography log) enthält die Ausgaben eines Bib\TeX-Laufs\\ cfg & (config) Konfigurationsdatei\\ clo & (class options) Definitionen für die Dokumentenklasse und die entsprechenden - Klassen-Optionen\\ + Klassen-Optionen\\\hline \end{tabularx} @@ -232,7 +243,7 @@ in the next section should have the correct number! blg & (bibliography log) enthält die Ausgaben eines Bib\TeX-Laufs\\ cfg & (config) Konfigurationsdatei\\ clo & (class options) Definitionen für die Dokumentenklasse und die entsprechenden - Klassen-Optionen\\ + Klassen-Optionen\\\hline \end{xltabular} |