I'm new here and I hope to write my problem in the right place, following rules of the forum.
My main problem happen when I try to import a pdf file in Lyx because it import only the first page of the pdf whatever I do.
I'm using this procedure:
Insert --> File --> External material, choose the PDF you want to include, and set the template to PDFPages.
After go to the second tab, LaTeX and LyX options and write "pages=-".
Also I tried via Latex and that import all in lyx, but the problem persist.
Code: Select all
%% LyX 2.2.0dev created this file. For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
\documentclass[english]{article}
\usepackage[T1]{fontenc}
\usepackage[latin9]{inputenc}
\usepackage{pdfpages}
\makeatletter
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% LyX specific LaTeX commands.
%% A simple dot to overcome graphicx limitations
\newcommand{\lyxdot}{.}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands.
\usepackage{babel}
\usepackage{babel}
\makeatother
\usepackage{babel}
\begin{document}
\includepdf[pages=-]{Myfilename}
\end{document}
William