summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/ltxkeys/ltxkeys-guide-table1.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-11-22 23:36:05 +0000
committerKarl Berry <karl@freefriends.org>2012-11-22 23:36:05 +0000
commit6348770c313c5104acd5b60d68377af2621c9a2d (patch)
tree2ea0217daba84f82e5c145bcd667f47be6e9e466 /Master/texmf-dist/doc/latex/ltxkeys/ltxkeys-guide-table1.tex
parentfc2a68380059c28818ca479985c96b7d4af1dca4 (diff)
ltxkeys (22nov12)
git-svn-id: svn://tug.org/texlive/trunk@28332 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/ltxkeys/ltxkeys-guide-table1.tex')
-rw-r--r--Master/texmf-dist/doc/latex/ltxkeys/ltxkeys-guide-table1.tex7
1 files changed, 7 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/ltxkeys/ltxkeys-guide-table1.tex b/Master/texmf-dist/doc/latex/ltxkeys/ltxkeys-guide-table1.tex
index 7a5a614c4cf..0e5797602ee 100644
--- a/Master/texmf-dist/doc/latex/ltxkeys/ltxkeys-guide-table1.tex
+++ b/Master/texmf-dist/doc/latex/ltxkeys/ltxkeys-guide-table1.tex
@@ -30,8 +30,12 @@
\colthree=\dimexpr\textwidth-(\colone+\coltwo+1.5cm)\relax
\coltotal=\dimexpr\colone+\coltwo+\colthree\relax
+
+%\starttracingall
+%\trace
\begingroup\small
\begin{tabularx}{\linewidth}{|m{3cm}|m{2cm}|X|}
+%\begin{longtable}[c]{|>{\hspace{0pt}\raggedright}m{\colone}|m{\coltwo}|m{\colthree}|}
\caption{Package options\xwmlabel{tab:pkgoptions}}\\\hline
\rowcolor{pink}
\bfseries Option&\bfseries Default&\bfseries Meaning\\\hline
@@ -49,7 +53,10 @@
\fx{keydepthlimit} & \hx{4} & This is used to guard against erroneous infinite re-entrance of the package's key-setting commands. The default value of~4 means that neither of these commands can ordinarily be nested beyond level~4.\useltablenote[tab:pkgoptions:note3]{ltxkeys-3}\\\hline
\fx{reservenopath} & \hx{false} & The \quoted{path} (or roots or bases) of a key is the combination of key prefix, key family and macro prefix, but when dealing with \quoted{path keys} (see \sref{sec:pathkeys}) the term excludes the macro prefix. These can be reserved and unreserved by any user by the tools of \sref{sec:reservedpath}. Subsequent users can, at their own risk, override all previously reserved paths by enabling the package's boolean option \fx{reservenopath}.\\\hline
\fx{allowemptypath} & \hx{false} & Allow the use of empty key prefix and family. This isn't advisable but some pre-existing packages might have used empty key prefixes and families. \useltablenote[tab:pkgoptions:note4]{4}
+%\end{longtable}
\end{tabularx}
\endgroup
+%\endtrace
+
\end{document} \ No newline at end of file