Author: uwestoehr
Date: Sat Dec 3 16:36:59 2011
New Revision: 40343
URL: http://www.lyx.org/trac/changeset/40343
Log:
external_templates: fix #7888 for branch
Modified:
lyx-devel/branches/BRANCH_2_0_X/lib/external_templates
lyx-devel/branches/BRANCH_2_0_X/status.20x
Modified: lyx-devel/branches/BRANCH_2_0_X/lib/external_templates
==============================================================================
--- lyx-devel/branches/BRANCH_2_0_X/lib/external_templates Sat Dec 3
16:27:20 2011 (r40342)
+++ lyx-devel/branches/BRANCH_2_0_X/lib/external_templates Sat Dec 3
16:36:59 2011 (r40343)
@@ -36,7 +36,7 @@
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 @@
* 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
Modified: lyx-devel/branches/BRANCH_2_0_X/status.20x
==============================================================================
--- lyx-devel/branches/BRANCH_2_0_X/status.20x Sat Dec 3 16:27:20 2011
(r40342)
+++ lyx-devel/branches/BRANCH_2_0_X/status.20x Sat Dec 3 16:36:59 2011
(r40343)
@@ -41,6 +41,9 @@
- 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