From 9228c8198825a548ef7b425844a008e9ad1165f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uwe=20St=C3=B6hr?= Date: Sun, 17 Oct 2010 20:11:41 +0000 Subject: [PATCH] Intro.lyx, Tutorial.lyx: fix some LaTeX warnings git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35674 a592a061-630c-0410-9148-cb99ea01b6c8 --- .../Win32/packaging/AltInstaller/Updated.nsh | 43 +++++++++---------- lib/doc/Intro.lyx | 3 +- lib/doc/Tutorial.lyx | 6 +-- lib/doc/ca/Intro.lyx | 2 +- lib/doc/da/Intro.lyx | 4 +- lib/doc/de/Intro.lyx | 5 +-- lib/doc/de/Tutorial.lyx | 43 +------------------ lib/doc/el/Intro.lyx | 4 +- lib/doc/es/Intro.lyx | 2 +- lib/doc/es/Tutorial.lyx | 4 +- lib/doc/eu/Intro.lyx | 4 +- lib/doc/eu/Tutorial.lyx | 2 +- lib/doc/fr/Intro.lyx | 2 +- lib/doc/fr/Tutorial.lyx | 4 +- lib/doc/gl/Intro.lyx | 2 +- lib/doc/hu/Intro.lyx | 4 +- lib/doc/id/Intro.lyx | 2 +- lib/doc/id/Tutorial.lyx | 4 +- lib/doc/it/Intro.lyx | 4 +- lib/doc/ja/Intro.lyx | 2 +- lib/doc/ja/Tutorial.lyx | 4 +- lib/doc/nb/Intro.lyx | 2 +- lib/doc/nl/Intro.lyx | 4 +- lib/doc/pl/Intro.lyx | 4 +- lib/doc/pt/Intro.lyx | 4 +- lib/doc/ro/Intro.lyx | 4 +- lib/doc/ru/Intro.lyx | 2 +- lib/doc/ru/Tutorial.lyx | 4 +- lib/doc/sk/Intro.lyx | 2 +- lib/doc/sk/Tutorial.lyx | 2 +- lib/doc/sl/Intro.lyx | 4 +- lib/doc/sv/Intro.lyx | 4 +- lib/doc/uk/Intro.lyx | 2 +- lib/doc/zh_CN/Intro.lyx | 4 +- lib/doc/zh_CN/Tutorial.lyx | 4 +- 35 files changed, 77 insertions(+), 119 deletions(-) diff --git a/development/Win32/packaging/AltInstaller/Updated.nsh b/development/Win32/packaging/AltInstaller/Updated.nsh index 3d496278cb..dd44975326 100644 --- a/development/Win32/packaging/AltInstaller/Updated.nsh +++ b/development/Win32/packaging/AltInstaller/Updated.nsh @@ -15,6 +15,20 @@ Function UpdateModifiedFiles File "${PRODUCT_SOURCEDIR}\Resources\symbols" File "${PRODUCT_SOURCEDIR}\Resources\unicodesymbols" SetOutPath "$INSTDIR\Resources\doc" + File /r "${PRODUCT_SOURCEDIR}\Resources\doc\ca" + File /r "${PRODUCT_SOURCEDIR}\Resources\doc\da" + File /r "${PRODUCT_SOURCEDIR}\Resources\doc\el" + File /r "${PRODUCT_SOURCEDIR}\Resources\doc\hu" + File /r "${PRODUCT_SOURCEDIR}\Resources\doc\id" + File /r "${PRODUCT_SOURCEDIR}\Resources\doc\nb" + File /r "${PRODUCT_SOURCEDIR}\Resources\doc\nl" + File /r "${PRODUCT_SOURCEDIR}\Resources\doc\pt" + File /r "${PRODUCT_SOURCEDIR}\Resources\doc\ro" + File /r "${PRODUCT_SOURCEDIR}\Resources\doc\ru" + File /r "${PRODUCT_SOURCEDIR}\Resources\doc\sl" + File /r "${PRODUCT_SOURCEDIR}\Resources\doc\sv" + File /r "${PRODUCT_SOURCEDIR}\Resources\doc\uk" + File /r "${PRODUCT_SOURCEDIR}\Resources\doc\zh_CN" File "${PRODUCT_SOURCEDIR}\Resources\doc\Customization.lyx" File "${PRODUCT_SOURCEDIR}\Resources\doc\DummyDocument1.lyx" File "${PRODUCT_SOURCEDIR}\Resources\doc\DummyDocument2.lyx" @@ -25,23 +39,22 @@ Function UpdateModifiedFiles File "${PRODUCT_SOURCEDIR}\Resources\doc\Math.lyx" File "${PRODUCT_SOURCEDIR}\Resources\doc\Tutorial.lyx" File "${PRODUCT_SOURCEDIR}\Resources\doc\UserGuide.lyx" - SetOutPath "$INSTDIR\Resources\doc\ca" - File "${PRODUCT_SOURCEDIR}\Resources\doc\ca\Intro.lyx" SetOutPath "$INSTDIR\Resources\doc\de" File "${PRODUCT_SOURCEDIR}\Resources\doc\de\Customization.lyx" File "${PRODUCT_SOURCEDIR}\Resources\doc\de\EmbeddedObjects.lyx" + File "${PRODUCT_SOURCEDIR}\Resources\doc\de\Intro.lyx" File "${PRODUCT_SOURCEDIR}\Resources\doc\de\Math.lyx" File "${PRODUCT_SOURCEDIR}\Resources\doc\de\Tutorial.lyx" File "${PRODUCT_SOURCEDIR}\Resources\doc\de\UserGuide.lyx" - SetOutPath "$INSTDIR\Resources\doc\el" - File "${PRODUCT_SOURCEDIR}\Resources\doc\el\Intro.lyx" SetOutPath "$INSTDIR\Resources\doc\es" File "${PRODUCT_SOURCEDIR}\Resources\doc\es\Customization.lyx" File "${PRODUCT_SOURCEDIR}\Resources\doc\es\EmbeddedObjects.lyx" File "${PRODUCT_SOURCEDIR}\Resources\doc\es\Intro.lyx" File "${PRODUCT_SOURCEDIR}\Resources\doc\es\Math.lyx" + File "${PRODUCT_SOURCEDIR}\Resources\doc\es\Tutorial.lyx" File "${PRODUCT_SOURCEDIR}\Resources\doc\es\UserGuide.lyx" SetOutPath "$INSTDIR\Resources\doc\eu" + File "${PRODUCT_SOURCEDIR}\Resources\doc\eu\Intro.lyx" File "${PRODUCT_SOURCEDIR}\Resources\doc\eu\Tutorial.lyx" File "${PRODUCT_SOURCEDIR}\Resources\doc\eu\UserGuide.lyx" SetOutPath "$INSTDIR\Resources\doc\fr" @@ -49,40 +62,26 @@ Function UpdateModifiedFiles File "${PRODUCT_SOURCEDIR}\Resources\doc\fr\EmbeddedObjects.lyx" File "${PRODUCT_SOURCEDIR}\Resources\doc\fr\Intro.lyx" File "${PRODUCT_SOURCEDIR}\Resources\doc\fr\Math.lyx" + File "${PRODUCT_SOURCEDIR}\Resources\doc\fr\Tutorial.lyx" File "${PRODUCT_SOURCEDIR}\Resources\doc\fr\UserGuide.lyx" SetOutPath "$INSTDIR\Resources\doc\gl" File "${PRODUCT_SOURCEDIR}\Resources\doc\gl\Intro.lyx" - SetOutPath "$INSTDIR\Resources\doc\hu" - File "${PRODUCT_SOURCEDIR}\Resources\doc\hu\Tutorial.lyx" - SetOutPath "$INSTDIR\Resources\doc\id" - File "${PRODUCT_SOURCEDIR}\Resources\doc\id\Intro.lyx" SetOutPath "$INSTDIR\Resources\doc\it" + File "${PRODUCT_SOURCEDIR}\Resources\doc\it\Intro.lyx" File "${PRODUCT_SOURCEDIR}\Resources\doc\it\Tutorial.lyx" SetOutPath "$INSTDIR\Resources\doc\ja" File "${PRODUCT_SOURCEDIR}\Resources\doc\ja\Customization.lyx" File "${PRODUCT_SOURCEDIR}\Resources\doc\ja\Intro.lyx" File "${PRODUCT_SOURCEDIR}\Resources\doc\ja\Math.lyx" + File "${PRODUCT_SOURCEDIR}\Resources\doc\ja\Tutorial.lyx" File "${PRODUCT_SOURCEDIR}\Resources\doc\ja\UserGuide.lyx" - SetOutPath "$INSTDIR\Resources\doc\nb" - File "${PRODUCT_SOURCEDIR}\Resources\doc\nb\Intro.lyx" - SetOutPath "$INSTDIR\Resources\doc\nl" - File "${PRODUCT_SOURCEDIR}\Resources\doc\nl\Tutorial.lyx" SetOutPath "$INSTDIR\Resources\doc\pl" + File "${PRODUCT_SOURCEDIR}\Resources\doc\pl\Intro.lyx" File "${PRODUCT_SOURCEDIR}\Resources\doc\pl\Tutorial.lyx" - SetOutPath "$INSTDIR\Resources\doc\pt" - File "${PRODUCT_SOURCEDIR}\Resources\doc\pt\Tutorial.lyx" - SetOutPath "$INSTDIR\Resources\doc\ru" - File "${PRODUCT_SOURCEDIR}\Resources\doc\ru\Intro.lyx" SetOutPath "$INSTDIR\Resources\doc\sk" File "${PRODUCT_SOURCEDIR}\Resources\doc\sk\Intro.lyx" File "${PRODUCT_SOURCEDIR}\Resources\doc\sk\Tutorial.lyx" File "${PRODUCT_SOURCEDIR}\Resources\doc\sk\UserGuide.lyx" - SetOutPath "$INSTDIR\Resources\doc\sl" - File "${PRODUCT_SOURCEDIR}\Resources\doc\sl\Tutorial.lyx" - SetOutPath "$INSTDIR\Resources\doc\sv" - File "${PRODUCT_SOURCEDIR}\Resources\doc\sv\Tutorial.lyx" - SetOutPath "$INSTDIR\Resources\doc\uk" - File "${PRODUCT_SOURCEDIR}\Resources\doc\uk\Intro.lyx" SetOutPath "$INSTDIR\Resources\examples" File "${PRODUCT_SOURCEDIR}\Resources\examples\linguistics.lyx" SetOutPath "$INSTDIR\Resources\examples\de" diff --git a/lib/doc/Intro.lyx b/lib/doc/Intro.lyx index 4f1176f52a..ae3357416a 100644 --- a/lib/doc/Intro.lyx +++ b/lib/doc/Intro.lyx @@ -65,7 +65,7 @@ \pdf_colorlinks true \pdf_backref false \pdf_pdfusetitle false -\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false, pdfpagelabels" +\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false" \papersize a4paper \use_geometry false \use_amsmath 1 @@ -84,6 +84,7 @@ \tracking_changes false \output_changes false \author "" +\author "" \end_header \begin_body diff --git a/lib/doc/Tutorial.lyx b/lib/doc/Tutorial.lyx index bb3e4fa5dc..ffd63c11d1 100644 --- a/lib/doc/Tutorial.lyx +++ b/lib/doc/Tutorial.lyx @@ -67,7 +67,7 @@ logicalmkup \pdf_colorlinks true \pdf_backref false \pdf_pdfusetitle false -\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,pdfpagelayout=OneColumn, pdfnewwindow=true,pdfstartview=XYZ, plainpages=false, pdfpagelabels" +\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false" \papersize default \use_geometry false \use_amsmath 0 @@ -1163,7 +1163,7 @@ Environment , and typesets it in a font which is bigger than regular text but smaller than the section title. - Change the fourth line + Change the fourth line to the \family sans Subsection \family default @@ -1744,7 +1744,7 @@ Environment \begin_layout Standard Font sizes, one- or two-column printing, and page headings are just some - of the ways journals typesettings differ from one another. + of the ways journals' typesettings differ from one another. As the Computer Age continues to mature, journals have begun accepting electronic submissions, creating LaTeX \begin_inset Quotes eld diff --git a/lib/doc/ca/Intro.lyx b/lib/doc/ca/Intro.lyx index 1beb4e14c4..65d7677ae9 100644 --- a/lib/doc/ca/Intro.lyx +++ b/lib/doc/ca/Intro.lyx @@ -65,7 +65,7 @@ \pdf_colorlinks true \pdf_backref false \pdf_pdfusetitle false -\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false, pdfpagelabels" +\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false" \papersize a4paper \use_geometry false \use_amsmath 1 diff --git a/lib/doc/da/Intro.lyx b/lib/doc/da/Intro.lyx index a76f48eef7..95d0bc30fc 100644 --- a/lib/doc/da/Intro.lyx +++ b/lib/doc/da/Intro.lyx @@ -1,4 +1,4 @@ -#LyX 1.6.4svn created this file. For more info see http://www.lyx.org/ +#LyX 1.6.8svn created this file. For more info see http://www.lyx.org/ \lyxformat 345 \begin_document \begin_header @@ -65,7 +65,7 @@ L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@} \pdf_colorlinks true \pdf_backref false \pdf_pdfusetitle true -\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false, pdfpagelabels" +\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false" \papersize a4paper \use_geometry false \use_amsmath 1 diff --git a/lib/doc/de/Intro.lyx b/lib/doc/de/Intro.lyx index d0a3b7871f..0e8f2a809c 100644 --- a/lib/doc/de/Intro.lyx +++ b/lib/doc/de/Intro.lyx @@ -1,4 +1,4 @@ -#LyX 1.6.6svn created this file. For more info see http://www.lyx.org/ +#LyX 1.6.8svn created this file. For more info see http://www.lyx.org/ \lyxformat 345 \begin_document \begin_header @@ -65,7 +65,7 @@ \pdf_colorlinks true \pdf_backref false \pdf_pdfusetitle false -\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false, pdfpagelabels" +\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false" \papersize default \use_geometry true \use_amsmath 1 @@ -1034,7 +1034,6 @@ Navigieren \begin_inset Graphics filename ../../images/dialog-toggle_toc.png scaleBeforeRotation - BoundingBox 0bp 6bp 24bp 24bp \end_inset diff --git a/lib/doc/de/Tutorial.lyx b/lib/doc/de/Tutorial.lyx index 29f51b87b3..9dd8a3857f 100644 --- a/lib/doc/de/Tutorial.lyx +++ b/lib/doc/de/Tutorial.lyx @@ -64,7 +64,7 @@ \pdf_colorlinks true \pdf_backref false \pdf_pdfusetitle false -\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false, pdfpagelabels" +\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false" \papersize a4paper \use_geometry true \use_amsmath 1 @@ -87,7 +87,6 @@ \tracking_changes false \output_changes false \author "" -\author "" \end_header \begin_body @@ -577,8 +576,6 @@ DVI filename ../../images/buffer-view_dvi.png scale 70 scaleBeforeRotation - BoundingBox 0bp 4bp 20bp 20bp - clip \end_inset @@ -621,7 +618,6 @@ DVI filename ../../images/buffer-update_dvi.png scale 70 scaleBeforeRotation - BoundingBox 0bp 4bp 20bp 20bp \end_inset @@ -703,7 +699,6 @@ Rückgängig \begin_inset Graphics filename ../../images/undo.png scale 70 - BoundingBox 0bp 4bp 20bp 20bp \end_inset @@ -718,7 +713,6 @@ Wiederholen \begin_inset Graphics filename ../../images/redo.png scale 70 - BoundingBox 0bp 4bp 22bp 22bp \end_inset @@ -744,7 +738,6 @@ den ( \begin_inset Graphics filename ../../images/cut.png scale 70 - BoundingBox 0bp 4bp 20bp 20bp \end_inset @@ -761,7 +754,6 @@ Kopieren \begin_inset Graphics filename ../../images/copy.png scale 70 - BoundingBox 0bp 4bp 20bp 20bp \end_inset @@ -774,7 +766,6 @@ Einfügen \begin_inset Graphics filename ../../images/paste.png scale 70 - BoundingBox 0bp 4bp 20bp 20bp \end_inset @@ -805,7 +796,6 @@ Ersetzen\SpecialChar \ldots{} \begin_inset Graphics filename ../../images/dialog-show_findreplace.png scale 70 - BoundingBox 0bp 4bp 20bp 20bp \end_inset @@ -829,7 +819,6 @@ Textstil \begin_inset Graphics filename ../../images/dialog-show_character.png scale 70 - BoundingBox 0bp 2bp 20bp 20bp \end_inset @@ -1017,7 +1006,6 @@ Leerzeichen filename ../../images/math/space.png scale 70 scaleBeforeRotation - BoundingBox 0bp 4bp 20bp 20bp \end_inset @@ -1654,7 +1642,6 @@ Auflistung \begin_inset Graphics filename ../../images/layout_Itemize.png scale 70 - BoundingBox 0bp 4bp 20bp 20bp \end_inset @@ -1730,7 +1717,6 @@ Aufzählung \begin_inset Graphics filename ../../images/layout_Enumerate.png scale 70 - BoundingBox 0bp 4bp 20bp 20bp \end_inset @@ -2538,7 +2524,6 @@ Marke\SpecialChar \ldots{} filename ../../images/label-insert.png scale 70 scaleBeforeRotation - BoundingBox 0bp 4bp 20bp 20bp \end_inset @@ -2670,7 +2655,6 @@ Querverweis filename ../../images/dialog-show-new-inset_ref.png scale 70 scaleBeforeRotation - BoundingBox 0bp 6bp 20bp 20bp \end_inset @@ -2862,7 +2846,6 @@ Fußnote \begin_inset Graphics filename ../../images/footnote-insert.png scale 70 - BoundingBox 0bp 4bp 20bp 20bp \end_inset @@ -2967,7 +2950,6 @@ Kopieren Sie den Cursor vor den Fußnotentext stellen und die \begin_inset Graphics filename ../../images/math/leftarrow.png - BoundingBox 0bp 4bp 10bp 10bp \end_inset @@ -2992,7 +2974,6 @@ Randnotiz \begin_inset Graphics filename ../../images/marginalnote-insert.png scale 70 - BoundingBox 0bp 6bp 20bp 20bp \end_inset @@ -3110,7 +3091,6 @@ Zitat filename ../../images/dialog-show-new-inset_citation.png scale 70 scaleBeforeRotation - BoundingBox 0bp 6bp 20bp 20bp \end_inset @@ -3275,7 +3255,6 @@ Innerhalb von LyX selber wird das Inhaltsverzeichnis in einem Unterfenster filename ../../images/dialog-toggle_toc.png scale 70 scaleBeforeRotation - BoundingBox 0bp 6bp 20bp 20bp \end_inset @@ -3402,7 +3381,6 @@ matik-Modus. filename ../../images/math-mode.png scale 70 scaleBeforeRotation - BoundingBox 0bp 4bp 20bp 20bp \end_inset @@ -3557,7 +3535,6 @@ Rückgängig filename ../../images/undo.png scale 70 scaleBeforeRotation - BoundingBox 0bp 6bp 20bp 20bp \end_inset @@ -3589,7 +3566,6 @@ Rückgängig \begin_inset Graphics filename ../../images/undo.png scale 70 - BoundingBox 0bp 4bp 22bp 22bp \end_inset @@ -3866,7 +3842,6 @@ Mathe filename ../../images/toolbar-toggle_math.png scale 70 scaleBeforeRotation - BoundingBox 0bp 6bp 22bp 22bp \end_inset @@ -3888,7 +3863,6 @@ Mathe filename ../../images/toolbar-toggle_math.png scale 70 scaleBeforeRotation - BoundingBox 0bp 6bp 22bp 22bp \end_inset @@ -3943,7 +3917,6 @@ Wenn Sie auf den Schalter filename ../../images/math/sqrt.png scale 70 scaleBeforeRotation - BoundingBox 0bp 0bp 20bp 20bp \end_inset @@ -3974,7 +3947,6 @@ Eine Variable ( filename ../../images/math/hat.png scale 70 scaleBeforeRotation - BoundingBox 0bp 2bp 20bp 20bp \end_inset @@ -3996,7 +3968,6 @@ Gruppensymbole wie Trennungsstriche, Klammern und Pfeile werden ähnlich, filename ../../images/dialog-show_mathdelimiter.png scale 70 scaleBeforeRotation - BoundingBox 0bp 4bp 20bp 20bp \end_inset @@ -4091,7 +4062,6 @@ Brüche filename ../../images/math/frac-square.png scale 70 scaleBeforeRotation - BoundingBox 0bp 2bp 12bp 20bp \end_inset @@ -4140,7 +4110,6 @@ Kontrollfläche filename ../../images/math/frac.png scale 50 scaleBeforeRotation - BoundingBox 0bp 10bp 12bp 22bp \end_inset @@ -4368,7 +4337,6 @@ Um eine Matrix zu erstellen, klicken Sie auf den Schalter filename ../../images/math-matrix.png scale 70 scaleBeforeRotation - BoundingBox 0bp 6bp 20bp 20bp \end_inset @@ -4434,7 +4402,6 @@ Spalten filename ../../images/tabular-feature_append-row.png scale 70 scaleBeforeRotation - BoundingBox 0bp 4bp 20bp 20bp \end_inset @@ -4443,7 +4410,6 @@ Spalten filename ../../images/tabular-feature_delete-row.png scale 70 scaleBeforeRotation - BoundingBox 0bp 4bp 20bp 20bp \end_inset @@ -4452,7 +4418,6 @@ Spalten filename ../../images/tabular-feature_append-column.png scale 70 scaleBeforeRotation - BoundingBox 0bp 4bp 20bp 20bp \end_inset @@ -4461,7 +4426,6 @@ Spalten filename ../../images/tabular-feature_delete-column.png scale 70 scaleBeforeRotation - BoundingBox 0bp 4bp 20bp 20bp \end_inset @@ -4533,7 +4497,6 @@ Anzeige \begin_inset Graphics filename ../../images/math/equation.png scale 70 - BoundingBox 0bp 6bp 20bp 20bp \end_inset @@ -5014,7 +4977,6 @@ le\SpecialChar \ldots{} \begin_inset Graphics filename ../../images/tabular-insert.png scale 70 - BoundingBox 0bp 4bp 20bp 20bp \end_inset @@ -5038,7 +5000,6 @@ Einstellungen filename ../../images/toolbar-toggle_table.png scale 70 scaleBeforeRotation - BoundingBox 0bp 4bp 20bp 20bp \end_inset @@ -5057,7 +5018,6 @@ Grafik \begin_inset Graphics filename ../../images/dialog-show-new-inset_graphics.png scale 70 - BoundingBox 0bp 4bp 20bp 20bp \end_inset @@ -5272,7 +5232,6 @@ X \begin_inset Graphics filename ../../images/ert-insert.png scale 70 - BoundingBox 0bp 6bp 20bp 20bp \end_inset diff --git a/lib/doc/el/Intro.lyx b/lib/doc/el/Intro.lyx index 18dcae4638..e755082a9c 100644 --- a/lib/doc/el/Intro.lyx +++ b/lib/doc/el/Intro.lyx @@ -65,7 +65,7 @@ \pdf_colorlinks true \pdf_backref false \pdf_pdfusetitle false -\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false, pdfpagelabels" +\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false" \papersize a4paper \use_geometry false \use_amsmath 1 @@ -519,7 +519,7 @@ LyX \lang greek και Άλλων Επεξεργαστών Κειμένου \begin_inset OptArg -status open +status collapsed \begin_layout Plain Layout \begin_inset ERT diff --git a/lib/doc/es/Intro.lyx b/lib/doc/es/Intro.lyx index 4edcfc4589..029ce5b80f 100644 --- a/lib/doc/es/Intro.lyx +++ b/lib/doc/es/Intro.lyx @@ -65,7 +65,7 @@ \pdf_colorlinks true \pdf_backref false \pdf_pdfusetitle false -\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false, pdfpagelabels" +\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false" \papersize a4paper \use_geometry false \use_amsmath 1 diff --git a/lib/doc/es/Tutorial.lyx b/lib/doc/es/Tutorial.lyx index 4b36824c91..e161ed9bfa 100644 --- a/lib/doc/es/Tutorial.lyx +++ b/lib/doc/es/Tutorial.lyx @@ -1,4 +1,4 @@ -#LyX 1.6.6svn created this file. For more info see http://www.lyx.org/ +#LyX 1.6.8svn created this file. For more info see http://www.lyx.org/ \lyxformat 345 \begin_document \begin_header @@ -64,7 +64,7 @@ \pdf_colorlinks true \pdf_backref false \pdf_pdfusetitle false -\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,pdfpagelayout=OneColumn, pdfnewwindow=true,pdfstartview=XYZ, plainpages=false, pdfpagelabels" +\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false" \papersize default \use_geometry false \use_amsmath 0 diff --git a/lib/doc/eu/Intro.lyx b/lib/doc/eu/Intro.lyx index 6b033b44af..8952d47600 100644 --- a/lib/doc/eu/Intro.lyx +++ b/lib/doc/eu/Intro.lyx @@ -1,4 +1,4 @@ -#LyX 1.6.7svn created this file. For more info see http://www.lyx.org/ +#LyX 1.6.8svn created this file. For more info see http://www.lyx.org/ \lyxformat 345 \begin_document \begin_header @@ -65,7 +65,7 @@ \pdf_colorlinks true \pdf_backref false \pdf_pdfusetitle false -\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false, pdfpagelabels" +\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false" \papersize a4paper \use_geometry false \use_amsmath 1 diff --git a/lib/doc/eu/Tutorial.lyx b/lib/doc/eu/Tutorial.lyx index 0aa59ca8dd..830bec7086 100644 --- a/lib/doc/eu/Tutorial.lyx +++ b/lib/doc/eu/Tutorial.lyx @@ -64,7 +64,7 @@ \pdf_colorlinks true \pdf_backref false \pdf_pdfusetitle false -\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,pdfpagelayout=OneColumn, pdfnewwindow=true,pdfstartview=XYZ, plainpages=false, pdfpagelabels" +\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false" \papersize default \use_geometry false \use_amsmath 0 diff --git a/lib/doc/fr/Intro.lyx b/lib/doc/fr/Intro.lyx index c3ac65e74c..0fc5f7c840 100644 --- a/lib/doc/fr/Intro.lyx +++ b/lib/doc/fr/Intro.lyx @@ -65,7 +65,7 @@ \pdf_colorlinks true \pdf_backref false \pdf_pdfusetitle false -\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false, pdfpagelabels" +\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false" \papersize a4paper \use_geometry false \use_amsmath 1 diff --git a/lib/doc/fr/Tutorial.lyx b/lib/doc/fr/Tutorial.lyx index 6fc066db3a..bbfd42396e 100644 --- a/lib/doc/fr/Tutorial.lyx +++ b/lib/doc/fr/Tutorial.lyx @@ -1,4 +1,4 @@ -#LyX 1.6.6svn created this file. For more info see http://www.lyx.org/ +#LyX 1.6.8svn created this file. For more info see http://www.lyx.org/ \lyxformat 345 \begin_document \begin_header @@ -64,7 +64,7 @@ \pdf_colorlinks true \pdf_backref false \pdf_pdfusetitle false -\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,pdfpagelayout=OneColumn, pdfnewwindow=true,pdfstartview=XYZ, plainpages=false, pdfpagelabels" +\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false" \papersize default \use_geometry false \use_amsmath 0 diff --git a/lib/doc/gl/Intro.lyx b/lib/doc/gl/Intro.lyx index e9a797afba..6e510eec35 100644 --- a/lib/doc/gl/Intro.lyx +++ b/lib/doc/gl/Intro.lyx @@ -65,7 +65,7 @@ \pdf_colorlinks true \pdf_backref false \pdf_pdfusetitle false -\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false, pdfpagelabels" +\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false" \papersize a4paper \use_geometry false \use_amsmath 0 diff --git a/lib/doc/hu/Intro.lyx b/lib/doc/hu/Intro.lyx index 853b55d660..3d3ce1f66d 100644 --- a/lib/doc/hu/Intro.lyx +++ b/lib/doc/hu/Intro.lyx @@ -1,4 +1,4 @@ -#LyX 1.6.4svn created this file. For more info see http://www.lyx.org/ +#LyX 1.6.8svn created this file. For more info see http://www.lyx.org/ \lyxformat 345 \begin_document \begin_header @@ -65,7 +65,7 @@ L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@} \pdf_colorlinks true \pdf_backref false \pdf_pdfusetitle false -\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false, pdfpagelabels" +\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false" \papersize default \use_geometry false \use_amsmath 1 diff --git a/lib/doc/id/Intro.lyx b/lib/doc/id/Intro.lyx index 69b91fd759..34a54bbb6e 100644 --- a/lib/doc/id/Intro.lyx +++ b/lib/doc/id/Intro.lyx @@ -72,7 +72,7 @@ \pdf_colorlinks true \pdf_backref false \pdf_pdfusetitle false -\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false, pdfpagelabels" +\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false" \papersize a4paper \use_geometry false \use_amsmath 1 diff --git a/lib/doc/id/Tutorial.lyx b/lib/doc/id/Tutorial.lyx index 509c7f2b70..e973b6e69d 100644 --- a/lib/doc/id/Tutorial.lyx +++ b/lib/doc/id/Tutorial.lyx @@ -1,4 +1,4 @@ -#LyX 1.6.3svn created this file. For more info see http://www.lyx.org/ +#LyX 1.6.8svn created this file. For more info see http://www.lyx.org/ \lyxformat 345 \begin_document \begin_header @@ -75,7 +75,7 @@ \pdf_colorlinks true \pdf_backref false \pdf_pdfusetitle false -\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,pdfpagelayout=OneColumn, pdfnewwindow=true,pdfstartview=XYZ, plainpages=false, pdfpagelabels" +\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false" \papersize default \use_geometry false \use_amsmath 0 diff --git a/lib/doc/it/Intro.lyx b/lib/doc/it/Intro.lyx index 4a849920c8..f570ad73b9 100644 --- a/lib/doc/it/Intro.lyx +++ b/lib/doc/it/Intro.lyx @@ -1,4 +1,4 @@ -#LyX 1.6.4svn created this file. For more info see http://www.lyx.org/ +#LyX 1.6.8svn created this file. For more info see http://www.lyx.org/ \lyxformat 345 \begin_document \begin_header @@ -65,7 +65,7 @@ \pdf_colorlinks true \pdf_backref false \pdf_pdfusetitle false -\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false, pdfpagelabels" +\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false" \papersize a4paper \use_geometry false \use_amsmath 1 diff --git a/lib/doc/ja/Intro.lyx b/lib/doc/ja/Intro.lyx index 103eb1ff1c..ad4f26e577 100644 --- a/lib/doc/ja/Intro.lyx +++ b/lib/doc/ja/Intro.lyx @@ -65,7 +65,7 @@ \pdf_colorlinks true \pdf_backref false \pdf_pdfusetitle false -\pdf_quoted_options "unicode=false, linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false, pdfpagelabels" +\pdf_quoted_options "unicode=false, linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false" \papersize a4paper \use_geometry false \use_amsmath 1 diff --git a/lib/doc/ja/Tutorial.lyx b/lib/doc/ja/Tutorial.lyx index 51bde866c8..791069d23a 100644 --- a/lib/doc/ja/Tutorial.lyx +++ b/lib/doc/ja/Tutorial.lyx @@ -1,4 +1,4 @@ -#LyX 1.6.5 created this file. For more info see http://www.lyx.org/ +#LyX 1.6.8svn created this file. For more info see http://www.lyx.org/ \lyxformat 345 \begin_document \begin_header @@ -68,7 +68,7 @@ \pdf_colorlinks true \pdf_backref false \pdf_pdfusetitle false -\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,pdfpagelayout=OneColumn, pdfnewwindow=true,pdfstartview=XYZ, plainpages=false, pdfpagelabels" +\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue ,pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false" \papersize a4paper \use_geometry false \use_amsmath 1 diff --git a/lib/doc/nb/Intro.lyx b/lib/doc/nb/Intro.lyx index 8cb0af2944..4ef6644538 100644 --- a/lib/doc/nb/Intro.lyx +++ b/lib/doc/nb/Intro.lyx @@ -65,7 +65,7 @@ \pdf_colorlinks true \pdf_backref false \pdf_pdfusetitle false -\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false, pdfpagelabels" +\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false" \papersize a4paper \use_geometry false \use_amsmath 1 diff --git a/lib/doc/nl/Intro.lyx b/lib/doc/nl/Intro.lyx index 2ffccacde9..52cbf17672 100644 --- a/lib/doc/nl/Intro.lyx +++ b/lib/doc/nl/Intro.lyx @@ -1,4 +1,4 @@ -#LyX 1.6.4svn created this file. For more info see http://www.lyx.org/ +#LyX 1.6.8svn created this file. For more info see http://www.lyx.org/ \lyxformat 345 \begin_document \begin_header @@ -65,7 +65,7 @@ L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@} \pdf_colorlinks true \pdf_backref false \pdf_pdfusetitle false -\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false, pdfpagelabels" +\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false" \papersize a4paper \use_geometry false \use_amsmath 1 diff --git a/lib/doc/pl/Intro.lyx b/lib/doc/pl/Intro.lyx index b396cc25ea..ea9a8276d0 100644 --- a/lib/doc/pl/Intro.lyx +++ b/lib/doc/pl/Intro.lyx @@ -1,4 +1,4 @@ -#LyX 1.6.4svn created this file. For more info see http://www.lyx.org/ +#LyX 1.6.8svn created this file. For more info see http://www.lyx.org/ \lyxformat 345 \begin_document \begin_header @@ -65,7 +65,7 @@ L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@} \pdf_colorlinks true \pdf_backref false \pdf_pdfusetitle false -\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false, pdfpagelabels" +\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false" \papersize a4paper \use_geometry false \use_amsmath 1 diff --git a/lib/doc/pt/Intro.lyx b/lib/doc/pt/Intro.lyx index 0ea03b5299..8bc6cc3aa7 100644 --- a/lib/doc/pt/Intro.lyx +++ b/lib/doc/pt/Intro.lyx @@ -1,4 +1,4 @@ -#LyX 1.6.4svn created this file. For more info see http://www.lyx.org/ +#LyX 1.6.8svn created this file. For more info see http://www.lyx.org/ \lyxformat 345 \begin_document \begin_header @@ -65,7 +65,7 @@ L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@} \pdf_colorlinks true \pdf_backref false \pdf_pdfusetitle false -\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false, pdfpagelabels" +\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false" \papersize a4paper \use_geometry false \use_amsmath 1 diff --git a/lib/doc/ro/Intro.lyx b/lib/doc/ro/Intro.lyx index 103a3cbc53..939b2605e7 100644 --- a/lib/doc/ro/Intro.lyx +++ b/lib/doc/ro/Intro.lyx @@ -1,4 +1,4 @@ -#LyX 1.6.4svn created this file. For more info see http://www.lyx.org/ +#LyX 1.6.8svn created this file. For more info see http://www.lyx.org/ \lyxformat 345 \begin_document \begin_header @@ -65,7 +65,7 @@ L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@} \pdf_colorlinks true \pdf_backref false \pdf_pdfusetitle false -\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false, pdfpagelabels" +\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false" \papersize a4paper \use_geometry false \use_amsmath 1 diff --git a/lib/doc/ru/Intro.lyx b/lib/doc/ru/Intro.lyx index d697a09767..ffbbf62c5e 100644 --- a/lib/doc/ru/Intro.lyx +++ b/lib/doc/ru/Intro.lyx @@ -65,7 +65,7 @@ L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@} \pdf_colorlinks true \pdf_backref false \pdf_pdfusetitle false -\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false, pdfpagelabels" +\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false" \papersize a4paper \use_geometry false \use_amsmath 1 diff --git a/lib/doc/ru/Tutorial.lyx b/lib/doc/ru/Tutorial.lyx index c5ee3be2d0..1a41ad7c02 100644 --- a/lib/doc/ru/Tutorial.lyx +++ b/lib/doc/ru/Tutorial.lyx @@ -1,10 +1,10 @@ -#LyX 1.6.2svn created this file. For more info see http://www.lyx.org/ +#LyX 1.6.8svn created this file. For more info see http://www.lyx.org/ \lyxformat 345 \begin_document \begin_header \textclass book \begin_preamble -\usepackage{a4wide} + \end_preamble \use_default_options false \language russian diff --git a/lib/doc/sk/Intro.lyx b/lib/doc/sk/Intro.lyx index 702c5fab68..e0af03f1af 100644 --- a/lib/doc/sk/Intro.lyx +++ b/lib/doc/sk/Intro.lyx @@ -65,7 +65,7 @@ \pdf_colorlinks true \pdf_backref false \pdf_pdfusetitle false -\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false, pdfpagelabels" +\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false" \papersize default \use_geometry false \use_amsmath 1 diff --git a/lib/doc/sk/Tutorial.lyx b/lib/doc/sk/Tutorial.lyx index cfe51e4ca4..de3e279061 100644 --- a/lib/doc/sk/Tutorial.lyx +++ b/lib/doc/sk/Tutorial.lyx @@ -64,7 +64,7 @@ \pdf_colorlinks true \pdf_backref false \pdf_pdfusetitle false -\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,pdfpagelayout=OneColumn, pdfnewwindow=true,pdfstartview=XYZ, plainpages=false, pdfpagelabels" +\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,pdfpagelayout=OneColumn, pdfnewwindow=true,pdfstartview=XYZ, plainpages=false" \papersize default \use_geometry false \use_amsmath 0 diff --git a/lib/doc/sl/Intro.lyx b/lib/doc/sl/Intro.lyx index 09576bbd8d..771b98064c 100644 --- a/lib/doc/sl/Intro.lyx +++ b/lib/doc/sl/Intro.lyx @@ -1,4 +1,4 @@ -#LyX 1.6.4svn created this file. For more info see http://www.lyx.org/ +#LyX 1.6.8svn created this file. For more info see http://www.lyx.org/ \lyxformat 345 \begin_document \begin_header @@ -65,7 +65,7 @@ L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@} \pdf_colorlinks true \pdf_backref false \pdf_pdfusetitle false -\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false, pdfpagelabels" +\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false" \papersize a4paper \use_geometry false \use_amsmath 1 diff --git a/lib/doc/sv/Intro.lyx b/lib/doc/sv/Intro.lyx index bda4447f8d..b23ad277ca 100644 --- a/lib/doc/sv/Intro.lyx +++ b/lib/doc/sv/Intro.lyx @@ -1,4 +1,4 @@ -#LyX 1.6.4svn created this file. For more info see http://www.lyx.org/ +#LyX 1.6.8svn created this file. For more info see http://www.lyx.org/ \lyxformat 345 \begin_document \begin_header @@ -65,7 +65,7 @@ L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@} \pdf_colorlinks true \pdf_backref false \pdf_pdfusetitle false -\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false, pdfpagelabels" +\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false" \papersize default \use_geometry false \use_amsmath 1 diff --git a/lib/doc/uk/Intro.lyx b/lib/doc/uk/Intro.lyx index bdd2025111..8ef51dd373 100644 --- a/lib/doc/uk/Intro.lyx +++ b/lib/doc/uk/Intro.lyx @@ -57,7 +57,7 @@ \pdf_colorlinks true \pdf_backref false \pdf_pdfusetitle false -\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false, pdfpagelabels" +\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false" \papersize a4paper \use_geometry false \use_amsmath 1 diff --git a/lib/doc/zh_CN/Intro.lyx b/lib/doc/zh_CN/Intro.lyx index e18cff1e6a..bcae13a2cb 100644 --- a/lib/doc/zh_CN/Intro.lyx +++ b/lib/doc/zh_CN/Intro.lyx @@ -1,4 +1,4 @@ -#LyX 1.6.5svn created this file. For more info see http://www.lyx.org/ +#LyX 1.6.8svn created this file. For more info see http://www.lyx.org/ \lyxformat 345 \begin_document \begin_header @@ -40,7 +40,7 @@ \pdf_colorlinks true \pdf_backref false \pdf_pdfusetitle false -\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false, pdfpagelabels" +\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false" \papersize a4paper \use_geometry false \use_amsmath 1 diff --git a/lib/doc/zh_CN/Tutorial.lyx b/lib/doc/zh_CN/Tutorial.lyx index a988758fa8..01c0cff378 100644 --- a/lib/doc/zh_CN/Tutorial.lyx +++ b/lib/doc/zh_CN/Tutorial.lyx @@ -1,4 +1,4 @@ -#LyX 1.6.5svn created this file. For more info see http://www.lyx.org/ +#LyX 1.6.8svn created this file. For more info see http://www.lyx.org/ \lyxformat 345 \begin_document \begin_header @@ -48,7 +48,7 @@ \pdf_colorlinks true \pdf_backref section \pdf_pdfusetitle false -\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,pdfpagelayout=OneColumn, pdfnewwindow=true,pdfstartview=XYZ, plainpages=false, pdfpagelabels" +\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,pdfpagelayout=OneColumn, pdfnewwindow=true,pdfstartview=XYZ, plainpages=false" \papersize a4paper \use_geometry true \use_amsmath 1