From: Uwe Stöhr Date: Sat, 3 Dec 2011 15:36:59 +0000 (+0000) Subject: external_templates: fix #7888 for branch X-Git-Tag: 2.0.3~165 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=f19efe700dec9b2f6f7ccdba4d90785006dfe9c7;p=features.git external_templates: fix #7888 for branch git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40343 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/external_templates b/lib/external_templates index 3e9b667c33..56a67ad15d 100644 --- a/lib/external_templates +++ b/lib/external_templates @@ -36,7 +36,7 @@ PreambleDefEnd Template GnumericSpreadsheet GuiName "Spreadsheet" HelpText - A spreadsheet made with gnumeric, openoffice or excel. + A spreadsheet made with Gnumeric, LibreOffice, OpenOffice or Excel. It imports as a long table, so any length is ok. Excessive width could be a problem. The gnumeric software is necessary for conversion, @@ -307,6 +307,9 @@ Template PDFPages * pages={x-y} (for a range of pages) * pages={x,y,z} (for specific pages) * pages=- (to include all pages) + * pages=last-1 (to include all pages in reverse order) + With the option 'noautoscale' the PDF pages are + inserted in their original size. Read the documentation of the pdfpages package for further options and details. HelpTextEnd diff --git a/status.20x b/status.20x index 081f194e01..bb0af7c9ea 100644 --- a/status.20x +++ b/status.20x @@ -41,6 +41,9 @@ What's new - The Sweave manual is now also available in the menu Help->Specific Manuals (bug 7891). +- Updated description of the external material template PDFPages + (bug 7888). + * BUILD/INSTALLATION