From: Uwe Stöhr Date: Mon, 14 Nov 2011 00:13:09 +0000 (+0000) Subject: tex2lyx/test/test-insets.tex: add a booktabs test table X-Git-Tag: 2.1.0beta1~2367 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=966d76f86b07b89920ec373f1e06f345504fd6a0;p=lyx.git tex2lyx/test/test-insets.tex: add a booktabs test table git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40192 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/tex2lyx/test/test-insets.tex b/src/tex2lyx/test/test-insets.tex index ffeb426865..be26f232db 100644 --- a/src/tex2lyx/test/test-insets.tex +++ b/src/tex2lyx/test/test-insets.tex @@ -258,12 +258,40 @@ Lots of lines& like this.\\ Lots of lines& like this. \end{longtable} +A table*: + \begin{tabular*} % some comment {0.8\columnwidth}[b]{lr} two\\ lonely&lines \end{tabular*} +A booktabs table: + +\begin{table}[h] +\caption{\label{tab:Special-booktabs-table}Special booktabs-table} + + +\centering{}% +\begin{tabular}{cccc} +\toprule +System & Chip\,1 & \multicolumn{2}{c}{Chip\,2}\tabularnewline +\cmidrule(r){2-2}\cmidrule(l){3-4}\morecmidrules \cmidrule{2-4}Detector +thickness in \textmu{}m & 300 & 300 & 700\tabularnewline +\midrule +Edge angle in \textdegree{} & 3.55 & 2.71 & 7.99\tabularnewline +\addlinespace +Spatial resolution in \textmu{}m & 4.26 & 10.17 & 10.56\tabularnewline +\addlinespace +MTF at $f_{\mathrm{max}}$ & 0.53 & 0.37 & 0.39\tabularnewline +\midrule +\morecmidrules \cmidrule{3-4}LSF-spatial resolution & & & \tabularnewline +in \textmu{}m & 129.7 & 52.75 & 50.78\tabularnewline +in \% of pixel size & 76.3 & 95.9 & 92.3\tabularnewline +\bottomrule +\end{tabular} +\end{table} + \section{Macros}