General ⇒ \floatingtable near \tableofcontents
\floatingtable near \tableofcontents
I tried to put "\\" after \end{floatingtable} but it had generated errors. Also the structures:
...\end{floatingtable}
\newpage
\tableofcontents...
and
...\end{floatingtable}
space mark
\\
\tableofcontents...
do not work. How to force the table of contents would have nothing to do with this table?
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
\floatingtable near \tableofcontents
Re: \floatingtable near \tableofcontents
\floatingtable near \tableofcontents
Re: \floatingtable near \tableofcontents
%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[12pt,a4paper,fleqn,oneside,dvips]{report}
\usepackage{graphicx}
\usepackage{floatflt}
%
\title{Minimal working example}
\author{My name}
\begin{document}
\maketitle
\section{To create table of contents}
Section 1. Section 1. Section 1. Section 1. Section 1. Section 1. Section 1. Section 1. Section 1. Section 1. Section 1. Section 1. Section 1. Section 1. Section 1. Section 1. Section 1. Section 1. Section 1. Section 1. Section 1. Section 1. Section 1. Section 1. Section 1. Section 1. Section 1. Section 1. Section 1. Section 1. Section 1. Section 1. Section 1. Section 1. Section 1. Section 1. Section 1. Section 1. Section 1. Section 1. Section 1. Section 1. Section 1.
\section{To create table of contents}
Section 2. Section 2. Section 2. Section 2. Section 2. Section 2. Section 2. Section 2. Section 2. Section 2. Section 2. Section 2. Section 2. Section 2. Section 2. Section 2. Section 2. Section 2. Section 2. Section 2. Section 2. Section 2. Section 2. Section 2. Section 2. Section 2. Section 2. Section 2. Section 2. Section 2. Section 2. Section 2. Section 2. Section 2. Section 2. Section 2. Section 2. Section 2. Section 2. Section 2. Section 2. Section 2. Section 2. Section 2. Section 2. Section 2. Section 2. Section 2. Section 2. Section 2. Section 2.
\section{To create table of contents}
Section 3. Section 3. Section 3. Section 3. Section 3. Section 3. Section 3. Section 3. Section 3. Section 3. Section 3. Section 3. Section 3. Section 3. Section 3. Section 3. Section 3. Section 3. Section 3. Section 3. Section 3. Section 3. Section 3. Section 3. Section 3. Section 3. Section 3. Section 3. Section 3. Section 3. Section 3. Section 3. Section 3. Section 3. Section 3. Section 3. Section 3. Section 3 \ref{tab:tab}. Section 3. Section 3. Section 3. Section 3. Section 3. Section 3. Section 3. Section 3. Section 3.
\begin{floatingtable}{
\begin{tabular}{|c|c|}\hline\hline
\textbf{ABC} & \textbf{BCD [eV]} \\ [0.5ex]
\hline
C-H & 4,3 \\ \hline
C-C & 3,6 \\ \hline
C=C & 6,3 \\ \hline
C-O & 3,6 \\ \hline
O-H & 4,8 \\ [0.5ex]
\hline
\end{tabular}}
\caption{\textsl{The table}}
\label{tab:tab}
\end{floatingtable}
%
\tableofcontents
%
\end{document}
%%%%%%%%%%%%%%%%%%%%%%%
In this example puttnig the table's code somewhere earlier leads to placing the table into the right paragraph but in the real text putting the code of the table in the beginning of the paragraph which refers to it leads to the same result as placing it in the end of the paragraph.
Re: \floatingtable near \tableofcontents
B.A.
\floatingtable near \tableofcontents
Re: \floatingtable near \tableofcontents
By the way, I like LaTeX very much but I have used it up to this time only occasionally and I am not very fluent in advanced usage but I think this forum and your advices are very, very, very helpful. Thank you for it.
M.P.