Graphics, Figures & Tables ⇒ Cross-reference and pdf file
Cross-reference and pdf file
Thank you in advance.
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Re: Cross-reference and pdf file
Re: Cross-reference and pdf file
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}
\usepackage{lipsum}
\usepackage{pdfpages}
\usepackage{pslatex}
\usepackage{float,array}
\usepackage{afterpage}
\usepackage{pdflscape}
\usepackage{subfig}
\usepackage[dvips,pdftex,bookmarks=true]{hyperref}
\graphicspath{
{converted_graphics/}
{C:/MURAT/Labor/}
{C:/Users/m/Documents/My Files/}
{./}
}
\DeclareGraphicsExtensions{.pdf,.png,.jpg,.mps}
\begin{document}
\doublespacing
\section{Introduction}
Table-~\ref{tab:Summary}A reports summary statistics for the
restricted and unrestricted samples for our largest sample.
\newpage
\bibliographystyle{aer} %Alphabetical listing
%\bibliographystyle{unsrt} %
\bibliography{Galactic}
\newpage
\pagestyle{empty}
\section{Graphs and Tables}
\newpage
\begin{table}[tbp]
\centering
\includegraphics[bb=54 141 586 536,width=5.67in,height=4.21in,keepaspectratio]{C:/MURAT/Thesis/Table11.pdf}
\label{tab:Summary}
\end{table}
\end{document}
Thanks
Murat
Re: Cross-reference and pdf file
Alex
\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}
\usepackage{lipsum}
\usepackage{pdfpages}
\usepackage{pslatex}
\usepackage{float,array}
\usepackage{afterpage}
\usepackage{pdflscape}
\usepackage{subfig}
\usepackage[dvips,pdftex,bookmarks=true]{hyperref}
\DeclareGraphicsExtensions{.pdf,.png,.jpg,.mps}
\begin{document}
\doublespacing
\section{Introduction}
Table-~\ref{tab:Summary}. A reports summary statistics for the
restricted and unrestricted samples for our largest sample.
\newpage
\bibliographystyle{aer} %Alphabetical listing
%\bibliographystyle{unsrt} %
\bibliography{Galactic}
\newpage
\pagestyle{empty}
\section{Graphs and Tables}
\newpage
\begin{table}[tbp]
\centering
\begin{tabbing}
%\includegraphics[bb=54 141 586 536,width=5.67in,height=4.21in,keepaspectratio]{C:/MURAT/Thesis/Table11.pdf}
\end{tabbing}
\label{tab:Summary}
\end{table}
\end{document}
Re: Cross-reference and pdf file
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
Re: Cross-reference and pdf file
\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}
\usepackage{lipsum}
\usepackage{pdfpages}
\usepackage{pslatex}
\usepackage{float,array}
\usepackage{afterpage}
\usepackage{pdflscape}
\usepackage{subfig}
\usepackage[dvips,pdftex,bookmarks=true]{hyperref}
\DeclareGraphicsExtensions{.pdf,.png,.jpg,.mps}
\begin{document}
\doublespacing
\section{Introduction}
Table-~\ref{tab:Summary}. My png is on page~\pageref{tab:Summary}. A reports summary statistics for the
restricted and unrestricted samples for our largest sample.
\newpage
\bibliographystyle{aer} %Alphabetical listing
%\bibliographystyle{unsrt} %
\bibliography{Galactic}
\newpage
\pagestyle{empty}
\section{Graphs and Tables}
\newpage
\begin{table}[tbp]
\centering
\begin{tabbing}
\includegraphics[width=2in,keepaspectratio]{rbs.png}
\end{tabbing}
\caption{this is my png}
\label{tab:Summary}
\end{table}
\end{document}
- Attachments
-
- xx.pdf
- (41.25 KiB) Downloaded 347 times
Re: Cross-reference and pdf file
Thanks a lot
Murat