* external_templates:

- set AutomaticProduction to true for PDFpages
	   so that the PDF file is copied to the tmp dir (bug 6345)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@32174 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2009-11-24 09:26:16 +00:00
parent 4cb580a1c0
commit 6a895f1fea
2 changed files with 4 additions and 0 deletions

View File

@ -273,6 +273,7 @@ Template PDFPages
HelpTextEnd
InputFormat pdf
FileFilter "*.pdf"
AutomaticProduction true
Transform Rotate
Transform Resize
Transform Extra

View File

@ -128,6 +128,9 @@ What's new
- Fix a crash when loading a document that specifies mutltiple labels
for an equation (bug 5968).
- When using the PDF-Pages external inset, copy the included PDF file to
the temporary directory, where LaTeX searches it (bug 6345).
- Add encoding "ansinew" as a synonym of "cp1252" for the benefit of
tex2lyx (bug 6142).