Solved.
Removed from hyperref the option linktocpage.
thanks
Search found 10 matches
- Tue May 20, 2014 9:15 pm
- Forum: Page Layout
- Topic: Can't make summary clickable
- Replies: 2
- Views: 3283
- Tue May 20, 2014 3:31 pm
- Forum: Graphics, Figures & Tables
- Topic: \begin{table} error
- Replies: 13
- Views: 20465
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 ...
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 ...
- Tue May 20, 2014 1:35 pm
- Forum: Graphics, Figures & Tables
- Topic: \begin{table} error
- Replies: 13
- Views: 20465
\begin{table} error
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 ...
\usepackage[ pdftex,
pdfstartview = FitH,
pdfpagelayout = useoutlines,
bookmarks,
bookmarksopen = true,
bookmarksnumbered = true,
breaklinks = true,
linktocpage,
pagebackref,
backref=page,
colorlinks = true,
linkcolor ...
- Tue May 20, 2014 1:20 pm
- Forum: Graphics, Figures & Tables
- Topic: \begin{table} error
- Replies: 13
- Views: 20465
\begin{table} error
Dear Stefan,
I think that the "----}" appeared due a misspasting of my own.
Resuming the problem in a single issue, when I remove \caption{caption} the file compiles, when \caption is there, it does not.
Here below I pasted the .log when I compile with the \caption
This is pdfTeX, Version 3 ...
I think that the "----}" appeared due a misspasting of my own.
Resuming the problem in a single issue, when I remove \caption{caption} the file compiles, when \caption is there, it does not.
Here below I pasted the .log when I compile with the \caption
This is pdfTeX, Version 3 ...
- Mon May 19, 2014 10:03 pm
- Forum: Graphics, Figures & Tables
- Topic: \begin{table} error
- Replies: 13
- Views: 20465
Re: \begin{table} error
I have to leave for a while. I will try and let you know. Thanks!
- Mon May 19, 2014 8:35 pm
- Forum: Graphics, Figures & Tables
- Topic: \begin{table} error
- Replies: 13
- Views: 20465
\begin{table} error
Sure.
I use a class, which is posted below:
% Modified from suthesis document class for LaTeX version 2e - 20/06/2003
%%% ====================================================================
%%% @LaTeX-class-file{
%%% filename = "PPGMCTI.cls",
%%% version = "0.0.0",
%%% date = "15 Abril 2009 ...
I use a class, which is posted below:
% Modified from suthesis document class for LaTeX version 2e - 20/06/2003
%%% ====================================================================
%%% @LaTeX-class-file{
%%% filename = "PPGMCTI.cls",
%%% version = "0.0.0",
%%% date = "15 Abril 2009 ...
- Mon May 19, 2014 8:07 pm
- Forum: Graphics, Figures & Tables
- Topic: \begin{table} error
- Replies: 13
- Views: 20465
\begin{table} error
I am using a normal text. I even tried \caption{test} and it do not work.
I get this message in log. Maybe you can understand better than I did.
pdfTeX warning (ext4): destination with the same identifier (name{table.0.2}) h
as been already used, duplicate ignored
\AtBegShi@Output ...ipout \box ...
I get this message in log. Maybe you can understand better than I did.
pdfTeX warning (ext4): destination with the same identifier (name{table.0.2}) h
as been already used, duplicate ignored
\AtBegShi@Output ...ipout \box ...
- Mon May 19, 2014 7:10 pm
- Forum: Graphics, Figures & Tables
- Topic: \begin{table} error
- Replies: 13
- Views: 20465
Re: \begin{table} error
After some reviews on my code, I noticed that the problem is actually in the command \caption{Add caption}.
When I comment on it with %, the table works normally with the begin{table} but I need a caption for it.
What can I do?
When I comment on it with %, the table works normally with the begin{table} but I need a caption for it.
What can I do?
- Mon May 19, 2014 5:51 pm
- Forum: Graphics, Figures & Tables
- Topic: \begin{table} error
- Replies: 13
- Views: 20465
\begin{table} error
Hi,
I am trying to create a table, but it only works when I remove the \begin{table} and \end{table}.
Here is its code:
% Table generated by Excel2LaTeX from sheet 'Plan2'
\begin{table}[htbp]
\centering
\caption{Add caption}
\begin{tabular}{rrrr}
\toprule
\multicolumn{4}{c}{Potência ...
I am trying to create a table, but it only works when I remove the \begin{table} and \end{table}.
Here is its code:
% Table generated by Excel2LaTeX from sheet 'Plan2'
\begin{table}[htbp]
\centering
\caption{Add caption}
\begin{tabular}{rrrr}
\toprule
\multicolumn{4}{c}{Potência ...
- Sun May 11, 2014 8:31 pm
- Forum: Page Layout
- Topic: Can't make summary clickable
- Replies: 2
- Views: 3283
Can't make summary clickable
Hi,
I am using this hyperref configuration even though it is not clickable from the summary.
\usepackage[ bookmarks,
bookmarksopen = true,
bookmarksnumbered = true,
breaklinks = true,
linktocpage,
pagebackref,
backref=page,
backref,
colorlinks = true,
linkcolor = blue,
urlcolor = blue ...
I am using this hyperref configuration even though it is not clickable from the summary.
\usepackage[ bookmarks,
bookmarksopen = true,
bookmarksnumbered = true,
breaklinks = true,
linktocpage,
pagebackref,
backref=page,
backref,
colorlinks = true,
linkcolor = blue,
urlcolor = blue ...