I need to get the .bbl file from the .bib and so need to compile the .tex in LaTex, but I have included PDF graphics which can be compiled in LaTex using natwidth, natheight params.
\begin{figure}
\centering
\includegraphics[width=0.55\columnwidth,natwidth=10.57,natheight=7.44]{a.pdf}
\caption{description}
\label{fig1}
\end{figure}
10.57 and 7.44 I took from PDF document details which is inches, but what metrics is used in the mentioned params? Do I need to convert inches to something?
natwidthandnatheight? I can't understand what you mean by "I need to get the.bblfile". – egreg Apr 09 '14 at 16:30