mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-12 22:14:35 +00:00
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
This commit is contained in:
parent
2a9f16130e
commit
f19efe700d
@ -36,7 +36,7 @@ PreambleDefEnd
|
|||||||
Template GnumericSpreadsheet
|
Template GnumericSpreadsheet
|
||||||
GuiName "Spreadsheet"
|
GuiName "Spreadsheet"
|
||||||
HelpText
|
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
|
It imports as a long table, so any length
|
||||||
is ok. Excessive width could be a problem.
|
is ok. Excessive width could be a problem.
|
||||||
The gnumeric software is necessary for conversion,
|
The gnumeric software is necessary for conversion,
|
||||||
@ -307,6 +307,9 @@ Template PDFPages
|
|||||||
* pages={x-y} (for a range of pages)
|
* pages={x-y} (for a range of pages)
|
||||||
* pages={x,y,z} (for specific pages)
|
* pages={x,y,z} (for specific pages)
|
||||||
* pages=- (to include all 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
|
Read the documentation of the pdfpages package
|
||||||
for further options and details.
|
for further options and details.
|
||||||
HelpTextEnd
|
HelpTextEnd
|
||||||
|
@ -41,6 +41,9 @@ What's new
|
|||||||
- The Sweave manual is now also available in the menu
|
- The Sweave manual is now also available in the menu
|
||||||
Help->Specific Manuals (bug 7891).
|
Help->Specific Manuals (bug 7891).
|
||||||
|
|
||||||
|
- Updated description of the external material template PDFPages
|
||||||
|
(bug 7888).
|
||||||
|
|
||||||
|
|
||||||
* BUILD/INSTALLATION
|
* BUILD/INSTALLATION
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user