Use the pdfpages package
P
How to include pdf file in latex document?
--
You received this message because you are subscribed to the Google Groups "LaTeX Users Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to latexusersgro...@googlegroups.com.
To post to this group, send email to latexus...@googlegroups.com.
Visit this group at https://groups.google.com/group/latexusersgroup.
For more options, visit https://groups.google.com/d/optout.
Is there another way to do this ?
Thanx peter
But there is one problem.
When I use small module like
\usepackage[final]{pdfpages}
\begin{document}
\includepdf[pages=-]{papaer1.pdf}
\begin{document}
It works
But when it is included in my projrct , it shows \AM@currentdocname in box.
Please help me
to solve this problem.
Please help us understand the problem better by providing something that reproduces it. By that I mean we want to see a minimal working example that we can copy-and-paste-and-compile and see exactly the problem you're experiencing. It should start with \documentclass and end with \end{document}.You mention "it shows \AM@currentdocname in [a] box". What does that mean?