diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/xltabular/xltabular-doc.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/xltabular/xltabular-doc.tex | 30 |
1 files changed, 26 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/xltabular/xltabular-doc.tex b/Master/texmf-dist/doc/latex/xltabular/xltabular-doc.tex index 6e37847f7dc..6c1fe14bf85 100644 --- a/Master/texmf-dist/doc/latex/xltabular/xltabular-doc.tex +++ b/Master/texmf-dist/doc/latex/xltabular/xltabular-doc.tex @@ -1,4 +1,4 @@ -%% $Id: xltabular-doc.tex 592 2017-09-29 06:52:56Z herbert $ +%% $Id: xltabular-doc.tex 598 2017-09-30 19:52:25Z herbert $ % \listfiles \documentclass[paper=a4,fontsize=11pt,DIV=13,parskip=half-, @@ -14,12 +14,14 @@ BoldFont =*-Bold, ItalicFont =*-Italic, BoldItalicFont=*-BoldItalic, + RawFeature = -rlig, ] \setsansfont{GilliusADF}[ UprightFont =*-Regular, BoldFont =*-Bold, ItalicFont =*-Italic, BoldItalicFont=*-BoldItalic, + RawFeature = -rlig, ] \setmonofont{Anonymous Pro}[Scale=MatchLowercase,FakeStretch=0.9] @@ -29,8 +31,8 @@ \automark*[subsection]{} \pagestyle{scrheadings} -\usepackage{selnolig} -\nolig{oe}{o|e} +%\usepackage{selnolig} +%\nolig{oe}{o|e} \usepackage{xltabular} \makeatletter @@ -201,7 +203,7 @@ left column & \blindtext\\\hline Here comes another \texttt{tabularx} but without a caption. It should \emph{not} increase the \texttt{table} counter. The following tabular -in the next section should have the correct number! +in the last section should have the correct number! \begin{tabularx}{\linewidth}{@{} >{\ttfamily}l>{\RaggedRight}X @{}}\hline .ext & Beschreibung\\\hline @@ -215,6 +217,26 @@ in the next section should have the correct number! \end{tabularx} +\subsection{\texttt{xltabular} with the star version of caption} + +Here comes another \texttt{xltabular} with \cs{caption*}. It should +\emph{not} increase the \texttt{table} counter. The following tabular +in the next section should have the correct number! + +\begin{xltabular}{\linewidth}{@{} >{\ttfamily}l>{\RaggedRight}X @{}} +\caption*{A caption as star version: no number no entry in the List of Tables}\\\hline +.ext & Beschreibung\\\hline + aux & (auxiliary) Hilfsdatei, enthält Querverweise usw. \\ + bbl & (bibliography) Hilfsdatei, enthält die Einträge für die Literatur\\ + bib & (bibtex) enthält die Literaturdaten\\ + 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\\ +\end{xltabular} + + + \subsection{\texttt{xltabular} with header/footer definitions} \begin{Verbatim}[frame=lines] |