]> git.lyx.org Git - features.git/commitdiff
external_templates: fix #7888 for branch
authorUwe Stöhr <uwestoehr@web.de>
Sat, 3 Dec 2011 15:36:59 +0000 (15:36 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Sat, 3 Dec 2011 15:36:59 +0000 (15:36 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40343 a592a061-630c-0410-9148-cb99ea01b6c8

lib/external_templates
status.20x

index 3e9b667c33b7d8055d67160dc284171f9f59e21a..56a67ad15dd173e40fc38770947accd30dd57f7b 100644 (file)
@@ -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
index 081f194e019b4fd16a4729fcebc09a1f348383e6..bb0af7c9ea017ee9cf2498c1c897d79369ec095f 100644 (file)
@@ -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