Graphics, Figures & Tables\begin{table} error

Information and discussion about graphics, figures & tables in LaTeX documents.
eltonsoares
Posts: 10
Joined: Sun May 11, 2014 7:06 pm

\begin{table} error

Post by eltonsoares »

As long as it may be a problem for hyperref, here it is detailed
\usepackage[ pdftex,
pdfstartview = FitH,
pdfpagelayout = useoutlines,
bookmarks,
bookmarksopen = true,
bookmarksnumbered = true,
breaklinks = true,
linktocpage,
pagebackref,
backref=page,
colorlinks = true,
linkcolor = blue,
urlcolor = blue,
citecolor = blue,
anchorcolor = green,
hyperindex = true]{hyperref}
Electrical Engineer
Master's Degree in Energy student

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

\begin{table} error

Post by Johannes_B »

From my point of view the best way to find causes of errors is to prepare a minimal workinge xample (<- Please follow this link).

You have given so many snippets and small parts of the document, but it would be better to distill it to the bare minimum. This way the reason is most obvious.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
eltonsoares
Posts: 10
Joined: Sun May 11, 2014 7:06 pm

Re: \begin{table} error

Post by eltonsoares »

Stefan!!

I fixed it!

I just tried to identify if some package was entering into a conflit, and started to "%" comment before one by one.

When I commented on %\usepackage{float,subfigure} it just worked fine!

All doing great over here. Dunno why I needed that package but it is working.

thanks for your support.
Electrical Engineer
Master's Degree in Energy student
User avatar
Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

\begin{table} error

Post by Stefan Kottwitz »

Great to see that it's solved!

subfigure is obsolete, float (for it's popular purpose of disabling floating) is not recommendable, so probably both not needed.

Thanks for telling the solution!

Stefan
LaTeX.org admin
Post Reply