I got a floating table and put 2 subtables into it (below the legend and also as floating tables.). Then I put a marker in each sub table (in the beginning of a legend).
Problem: When referencing to the subtables, they got an incremented number. That means:
Code: Select all
1.1 Maintable2.1a Subtable_A2.1b Subtable_B
Code: Select all
%% LyX 1.6.4.2 created this file. For more info, see http://www.lyx.org/.%% Do not edit unless you really know what you are doing.\documentclass[ngerman,english]{article}\usepackage[T1]{fontenc}\usepackage[latin9]{inputenc}\makeatletter%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% LyX specific LaTeX commands.%% Because html converters don't know tabularnewline\providecommand{\tabularnewline}{\\}\@ifundefined{showcaptionsetup}{}{%\PassOptionsToPackage{caption=false}{subfig}}\usepackage{subfig}\makeatother\usepackage{babel}\begin{document}\selectlanguage{ngerman}%You can see in Table \ref{tab:TableVor} and \ref{tab:TableHint}%\begin{table}\noindent \begin{centering}\caption{\label{tab:Look-Up-Table-f=0000FCr-Zehnerpotenz}Main Floating-Tabletitle here.}\par\end{centering}\noindent \centering{}\subfloat[\label{tab:TableVor}subtable title-A]{\noindent \centering{}\begin{tabular}{|c|c|c|}\hline$i$ & $x_{i}$ & $\mathrm{pow}(10,x_{i})$\tabularnewline\hline\hline$0$ & $-0.3188$ & $0.48$\tabularnewline\hline$\vdots$ & $\vdots$ & $\vdots$\tabularnewline\hline$2^{k}-1$ & $0.6435$ & $4.40$\tabularnewline\hline\end{tabular}}~~~~~~~~~~~~~~~ \subfloat[\label{tab:TableHint}subtable title-B]{\noindent \centering{}\begin{tabular}{|c|c|}
I would be glad, if someone could help !!!
For testing purpose I attached a zip-file containing both the LaTeX and LyX-File.
PS:
Why are the legends of subtables below the table, even if I put them above them?