]> git.lyx.org Git - features.git/commitdiff
tex2lyx/test/test-insets.tex: add a booktabs test table
authorUwe Stöhr <uwestoehr@web.de>
Mon, 14 Nov 2011 00:13:09 +0000 (00:13 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Mon, 14 Nov 2011 00:13:09 +0000 (00:13 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40192 a592a061-630c-0410-9148-cb99ea01b6c8

src/tex2lyx/test/test-insets.tex

index ffeb426865aa622fcd3767b49ef0397f24677bf6..be26f232db5c2c00a34196a8a556f5eaf077e108 100644 (file)
@@ -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}