I realized "\caption{}" is necessary. When I included that, it worked.
Thanks a lot
Murat
Search found 4 matches
- Mon Dec 29, 2008 7:29 am
- Forum: Graphics, Figures & Tables
- Topic: Cross-reference and pdf file
- Replies: 6
- Views: 7636
- Mon Dec 29, 2008 3:32 am
- Forum: Graphics, Figures & Tables
- Topic: Cross-reference and pdf file
- Replies: 6
- Views: 7636
Re: Cross-reference and pdf file
Hi Alex,
I tried your suggestion but I'm still getting a wrong reference number. I'm wondering that do you have any idea or suggestion about it.
Thanks a lot.
Murat
I tried your suggestion but I'm still getting a wrong reference number. I'm wondering that do you have any idea or suggestion about it.
Thanks a lot.
Murat
- Sun Dec 28, 2008 7:51 am
- Forum: Graphics, Figures & Tables
- Topic: Cross-reference and pdf file
- Replies: 6
- Views: 7636
Re: Cross-reference and pdf file
Hi,
Here, it's.
\documentclass[a4paper,12pt]{article}
\usepackage{graphicx}
\usepackage{easytable}
\usepackage{setspace}
\usepackage{tabls}
\usepackage[T1]{fontenc}
\usepackage[authoryear]{natbib}
\def\bibpreamble{\protect\addcontentsline{toc}{chapter}{Bibliography}}
\bibliographystyle{aer ...
Here, it's.
\documentclass[a4paper,12pt]{article}
\usepackage{graphicx}
\usepackage{easytable}
\usepackage{setspace}
\usepackage{tabls}
\usepackage[T1]{fontenc}
\usepackage[authoryear]{natbib}
\def\bibpreamble{\protect\addcontentsline{toc}{chapter}{Bibliography}}
\bibliographystyle{aer ...
- Sun Dec 28, 2008 4:57 am
- Forum: Graphics, Figures & Tables
- Topic: Cross-reference and pdf file
- Replies: 6
- Views: 7636
Cross-reference and pdf file
I inserted several pdf pages into my tex file and I'm trying to cross-reference those pages as tables, not a page, in my tex file. It always gives a wrong and constant reference number to all those pages. I'm wondering that is there a way to add a pdf page as a table or cross-reference it. I couldn ...