\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}
Graphics, Figures & Tables ⇒ \begin{table} error
-
- Posts: 10
- Joined: Sun May 11, 2014 7:06 pm
\begin{table} error
As long as it may be a problem for hyperref, here it is detailed
Electrical Engineer
Master's Degree in Energy student
Master's Degree in Energy student
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
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.
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.
-
- Posts: 10
- Joined: Sun May 11, 2014 7:06 pm
Re: \begin{table} error
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.
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
Master's Degree in Energy student
- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
\begin{table} error
Great to see that it's solved!
Thanks for telling the solution!
Stefan
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