From 6a895f1feaa1cb7737ea5b40d6d2d95479207d81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Spitzm=C3=BCller?= Date: Tue, 24 Nov 2009 09:26:16 +0000 Subject: [PATCH] * 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 --- lib/external_templates | 1 + status.16x | 3 +++ 2 files changed, 4 insertions(+) diff --git a/lib/external_templates b/lib/external_templates index 86ac7ec151..4f4af8c92f 100644 --- a/lib/external_templates +++ b/lib/external_templates @@ -273,6 +273,7 @@ Template PDFPages HelpTextEnd InputFormat pdf FileFilter "*.pdf" + AutomaticProduction true Transform Rotate Transform Resize Transform Extra diff --git a/status.16x b/status.16x index 0d32966f98..4770dad987 100644 --- a/status.16x +++ b/status.16x @@ -127,6 +127,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).