From: Uwe Stöhr Date: Sat, 21 Jun 2008 01:51:53 +0000 (+0000) Subject: documentation: some preamble fixes, part 1 X-Git-Tag: 1.6.10~4311 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=d6f5d4f2253cc5557b26b240f74de9ba855160e9;p=features.git documentation: some preamble fixes, part 1 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25346 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/doc/Customization.lyx b/lib/doc/Customization.lyx index 12ccc4be33..d50e412c05 100644 --- a/lib/doc/Customization.lyx +++ b/lib/doc/Customization.lyx @@ -1,5 +1,5 @@ -#LyX 1.6.0beta3 created this file. For more info see http://www.lyx.org/ -\lyxformat 335 +#LyX 1.6.0svn created this file. For more info see http://www.lyx.org/ +\lyxformat 337 \begin_document \begin_header \textclass book @@ -18,7 +18,7 @@ \pagenumbering{roman} \let\myTOC\tableofcontents \renewcommand\tableofcontents{% - \pdfbookmark[1]{Contents}{} + \pdfbookmark[1]{\contentsname}{} \myTOC \cleardoublepage \pagenumbering{arabic} } @@ -60,6 +60,7 @@ End \font_osf false \font_sf_scale 100 \font_tt_scale 100 + \graphics none \paperfontsize default \spacing single @@ -149,7 +150,7 @@ on, installing new LaTeX classes and LyX layouts, etc. \begin_layout Standard \begin_inset Branch OutDated -status open +status collapsed \begin_layout Standard Information from previous versions of this document that now seems to be @@ -4395,7 +4396,7 @@ If you ever find an error in the original document, fix it and notify the \begin_layout Standard \begin_inset Branch OutDated -status open +status collapsed \begin_layout Section International Keyboard Support diff --git a/lib/doc/EmbeddedObjects.lyx b/lib/doc/EmbeddedObjects.lyx index 22707a363d..3fa1afc853 100644 --- a/lib/doc/EmbeddedObjects.lyx +++ b/lib/doc/EmbeddedObjects.lyx @@ -1,5 +1,5 @@ -#LyX 1.6.0beta3 created this file. For more info see http://www.lyx.org/ -\lyxformat 335 +#LyX 1.6.0svn created this file. For more info see http://www.lyx.org/ +\lyxformat 337 \begin_document \begin_header \textclass scrbook @@ -24,7 +24,7 @@ \pagenumbering{roman} \let\myTOC\tableofcontents \renewcommand{\tableofcontents}{% - \pdfbookmark[1]{Contents}{} + \pdfbookmark[1]{\contentsname}{} \myTOC \cleardoublepage \pagenumbering{arabic}} @@ -173,6 +173,7 @@ \font_osf false \font_sf_scale 100 \font_tt_scale 100 + \graphics default \paperfontsize 12 \spacing single @@ -691,7 +692,6 @@ reference "sec:Image-Formats" \align center \begin_inset Graphics filename clipart/mobius.eps - display color scale 70 scaleBeforeRotation rotateOrigin center @@ -709,7 +709,6 @@ This is the same image like the one above but in draft mode: \align center \begin_inset Graphics filename clipart/mobius.eps - display color scale 70 draft scaleBeforeRotation @@ -841,7 +840,6 @@ status open \align center \begin_inset Graphics filename clipart/platypus.eps - display color width 50col% scaleBeforeRotation rotateOrigin center @@ -903,7 +901,6 @@ M.C. \align center \begin_inset Graphics filename clipart/escher-lsd.eps - display color scale 80 scaleBeforeRotation rotateOrigin center @@ -19392,7 +19389,6 @@ status open \begin_layout Plain Layout \begin_inset Graphics filename clipart/mobius.eps - display color width 40col% scaleBeforeRotation rotateOrigin center @@ -23239,7 +23235,7 @@ Note This note type is for internal notes that won't appear in the output. \begin_inset Graphics filename clipart/LyXNoteImageQt4.png - display none + display false scale 85 scaleBeforeRotation @@ -23278,7 +23274,7 @@ LaTeX (pdflatex) / (plain) \begin_inset Graphics filename clipart/CommentNoteImageQt4.png - display none + display false scale 85 scaleBeforeRotation @@ -23314,7 +23310,7 @@ Out This note will appear in the output as grey text. \begin_inset Graphics filename clipart/GreyedOutNoteImageQt4.png - display none + display false scale 85 scaleBeforeRotation @@ -23429,7 +23425,7 @@ Framed This note will appear in the output as framed text. \begin_inset Graphics filename clipart/FramedNoteImageQt4.png - display none + display false scale 85 scaleBeforeRotation @@ -23492,7 +23488,7 @@ Shaded This note will appear in the output with red background color. \begin_inset Graphics filename clipart/ShadedNoteImageQt4.png - display none + display false scale 85 scaleBeforeRotation diff --git a/lib/doc/Extended.lyx b/lib/doc/Extended.lyx index b9208f00fc..a80b974295 100644 --- a/lib/doc/Extended.lyx +++ b/lib/doc/Extended.lyx @@ -1,8 +1,8 @@ -#LyX 1.6.0beta3 created this file. For more info see http://www.lyx.org/ -\lyxformat 335 +#LyX 1.6.0svn created this file. For more info see http://www.lyx.org/ +\lyxformat 337 \begin_document \begin_header -\textclass book +\textclass scrbook \begin_preamble \usepackage{multicol} \newcommand{\extratablespace}[1]{\noalign{\vskip#1}} @@ -17,11 +17,22 @@ \fi % end if pdflatex is used +% the pages of the TOC are numbered roman +% and a PDF-bookmark for the TOC is added +\pagenumbering{roman} +\let\myTOC\tableofcontents +\renewcommand{\tableofcontents}{% + \pdfbookmark[1]{\contentsname}{} + \myTOC + \cleardoublepage + \pagenumbering{arabic}} + % redefine the \LyX macro for PDF bookmarks \def\LyX{\texorpdfstring{% L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@} {LyX }} \end_preamble +\options bibtotoc, idxtotoc, BCOR7.5mm, titlepage \begin_modules logicalmkup theorems-ams @@ -37,6 +48,7 @@ theorems-ams-extended \font_osf false \font_sf_scale 100 \font_tt_scale 100 + \graphics default \paperfontsize default \spacing single diff --git a/lib/doc/Intro.lyx b/lib/doc/Intro.lyx index 0c697b2c40..c444767b32 100644 --- a/lib/doc/Intro.lyx +++ b/lib/doc/Intro.lyx @@ -1,5 +1,5 @@ -#LyX 1.6.0beta3 created this file. For more info see http://www.lyx.org/ -\lyxformat 335 +#LyX 1.6.0svn created this file. For more info see http://www.lyx.org/ +\lyxformat 337 \begin_document \begin_header \textclass article @@ -26,7 +26,7 @@ \pagenumbering{roman} \let\myTOC\tableofcontents \renewcommand\tableofcontents{% - \pdfbookmark[1]{Contents}{} + \pdfbookmark[1]{\contentsname}{} \myTOC \cleardoublepage \pagenumbering{arabic} } @@ -46,6 +46,7 @@ \font_osf false \font_sf_scale 100 \font_tt_scale 100 + \graphics default \paperfontsize 12 \spacing single diff --git a/lib/doc/Math.lyx b/lib/doc/Math.lyx index c8d6870e3a..71a7a1716d 100644 --- a/lib/doc/Math.lyx +++ b/lib/doc/Math.lyx @@ -58,7 +58,7 @@ \let\myTOC\tableofcontents \renewcommand{\tableofcontents}{% \vspace{1cm} - \pdfbookmark[1]{Contents}{} + \pdfbookmark[1]{\contentsname}{} \myTOC \cleardoublepage \pagenumbering{arabic}} diff --git a/lib/doc/Tutorial.lyx b/lib/doc/Tutorial.lyx index a036c55462..a0aaf57bfe 100644 --- a/lib/doc/Tutorial.lyx +++ b/lib/doc/Tutorial.lyx @@ -1,5 +1,5 @@ -#LyX 1.6.0beta3 created this file. For more info see http://www.lyx.org/ -\lyxformat 335 +#LyX 1.6.0svn created this file. For more info see http://www.lyx.org/ +\lyxformat 337 \begin_document \begin_header \textclass book @@ -26,7 +26,7 @@ \pagenumbering{roman} \let\myTOC\tableofcontents \renewcommand\tableofcontents{% - \pdfbookmark[1]{Contents}{} + \pdfbookmark[1]{\contentsname}{} \myTOC \cleardoublepage \pagenumbering{arabic} } @@ -46,6 +46,7 @@ \font_osf false \font_sf_scale 100 \font_tt_scale 100 + \graphics default \paperfontsize 12 \spacing single diff --git a/lib/doc/UserGuide.lyx b/lib/doc/UserGuide.lyx index c0f33f243b..11c418b497 100644 --- a/lib/doc/UserGuide.lyx +++ b/lib/doc/UserGuide.lyx @@ -29,7 +29,7 @@ \pagenumbering{roman} \let\myTOC\tableofcontents \renewcommand\tableofcontents{% - \pdfbookmark[1]{Contents}{} + \pdfbookmark[1]{\contentsname}{} \myTOC \cleardoublepage \pagenumbering{arabic} } @@ -36533,7 +36533,7 @@ Preferences \begin_layout Standard The preferences dialog is described in detail in chapter -\begin_inset Formula $\,$ +\begin_inset space \thinspace{} \end_inset diff --git a/lib/doc/de/EmbeddedObjects.lyx b/lib/doc/de/EmbeddedObjects.lyx index 47c93cb538..16601ec1fb 100644 --- a/lib/doc/de/EmbeddedObjects.lyx +++ b/lib/doc/de/EmbeddedObjects.lyx @@ -1,5 +1,5 @@ -#LyX 1.6.0beta3 created this file. For more info see http://www.lyx.org/ -\lyxformat 335 +#LyX 1.6.0svn created this file. For more info see http://www.lyx.org/ +\lyxformat 337 \begin_document \begin_header \textclass scrbook @@ -23,7 +23,7 @@ \pagenumbering{roman} \let\myTOC\tableofcontents \renewcommand{\tableofcontents}{% - \pdfbookmark[1]{Inhaltsverzeichnis}{} + \pdfbookmark[1]{\contentsname}{} \myTOC \cleardoublepage \pagenumbering{arabic}} @@ -174,6 +174,7 @@ \font_osf false \font_sf_scale 100 \font_tt_scale 100 + \graphics default \paperfontsize 12 \spacing single @@ -741,7 +742,6 @@ reference "abs:Bildformate" \align center \begin_inset Graphics filename ../clipart/mobius.eps - display color scale 70 scaleBeforeRotation rotateOrigin center @@ -760,7 +760,6 @@ Hier ist dieselbe Abbildung, aber im Entwurfsmodus gedruckt: \align center \begin_inset Graphics filename ../clipart/mobius.eps - display color scale 70 draft scaleBeforeRotation @@ -891,7 +890,6 @@ status open \align center \begin_inset Graphics filename ../clipart/platypus.eps - display color width 50col% scaleBeforeRotation rotateOrigin center @@ -953,7 +951,6 @@ M.C. \align center \begin_inset Graphics filename ../clipart/escher-lsd.eps - display color scale 80 scaleBeforeRotation rotateOrigin center @@ -20120,7 +20117,6 @@ status open \begin_layout Plain Layout \begin_inset Graphics filename ../clipart/mobius.eps - display color width 40col% scaleBeforeRotation rotateOrigin center @@ -23923,7 +23919,7 @@ LyX-Notiz \begin_inset Graphics filename clipart/LyXNotizQt4.png - display none + display false scale 60 scaleBeforeRotation @@ -23978,7 +23974,7 @@ X (pdflatex) / (plain) \begin_inset Graphics filename clipart/KommentarQt4.png - display none + display false scale 60 scaleBeforeRotation @@ -24009,7 +24005,7 @@ Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus: \begin_inset Graphics filename clipart/GrauschriftNotizQt4.png - display none + display false scale 60 scaleBeforeRotation @@ -24124,7 +24120,7 @@ Eingerahmt: Diese Notiz wird gerahmt gedruckt und sieht so aus: \begin_inset Graphics filename clipart/GerahmteNotizQt4.png - display none + display false scale 60 scaleBeforeRotation @@ -24204,7 +24200,7 @@ Box \begin_inset Graphics filename clipart/SchattierteNotizQt4.png - display none + display false scale 60 scaleBeforeRotation diff --git a/lib/doc/de/Extended.lyx b/lib/doc/de/Extended.lyx index 6705698bc7..b95a09be2b 100644 --- a/lib/doc/de/Extended.lyx +++ b/lib/doc/de/Extended.lyx @@ -1,5 +1,5 @@ #LyX 1.6.0svn created this file. For more info see http://www.lyx.org/ -\lyxformat 336 +\lyxformat 337 \begin_document \begin_header \textclass scrbook @@ -30,7 +30,7 @@ \pagenumbering{roman} \let\myTOC\tableofcontents \renewcommand{\tableofcontents}{% - \pdfbookmark[1]{Inhaltsverzeichnis}{} + \pdfbookmark[1]{\contentsname}{} \myTOC \cleardoublepage \pagenumbering{arabic}} diff --git a/lib/doc/de/Intro.lyx b/lib/doc/de/Intro.lyx index eeb883d138..a7128245c7 100644 --- a/lib/doc/de/Intro.lyx +++ b/lib/doc/de/Intro.lyx @@ -1,5 +1,5 @@ -#LyX 1.6.0beta3 created this file. For more info see http://www.lyx.org/ -\lyxformat 335 +#LyX 1.6.0svn created this file. For more info see http://www.lyx.org/ +\lyxformat 337 \begin_document \begin_header \textclass article @@ -26,7 +26,7 @@ \pagenumbering{roman} \let\myTOC\tableofcontents \renewcommand\tableofcontents{% - \pdfbookmark[1]{Inhaltsverzeichnis}{} + \pdfbookmark[1]{\contentsname}{} \myTOC \cleardoublepage \pagenumbering{arabic} } @@ -46,6 +46,7 @@ \font_osf false \font_sf_scale 100 \font_tt_scale 100 + \graphics default \paperfontsize 12 \spacing single diff --git a/lib/doc/de/Math.lyx b/lib/doc/de/Math.lyx index fc5ca56e25..22ebbfc43b 100644 --- a/lib/doc/de/Math.lyx +++ b/lib/doc/de/Math.lyx @@ -59,7 +59,7 @@ \let\myTOC\tableofcontents \renewcommand{\tableofcontents}{% \vspace{1cm} - \pdfbookmark[1]{Inhaltsverzeichnis}{} + \pdfbookmark[1]{\contentsname}{} \myTOC \cleardoublepage \pagenumbering{arabic}} diff --git a/lib/doc/de/Tutorial.lyx b/lib/doc/de/Tutorial.lyx index 16bb1eb094..46319174eb 100644 --- a/lib/doc/de/Tutorial.lyx +++ b/lib/doc/de/Tutorial.lyx @@ -1,5 +1,5 @@ -#LyX 1.6.0beta3 created this file. For more info see http://www.lyx.org/ -\lyxformat 335 +#LyX 1.6.0svn created this file. For more info see http://www.lyx.org/ +\lyxformat 337 \begin_document \begin_header \textclass book @@ -26,7 +26,7 @@ \pagenumbering{roman} \let\myTOC\tableofcontents \renewcommand\tableofcontents{% - \pdfbookmark[1]{Inhaltsverzeichnis}{} + \pdfbookmark[1]{\contentsname}{} \myTOC \cleardoublepage \pagenumbering{arabic} } @@ -46,6 +46,7 @@ \font_osf false \font_sf_scale 100 \font_tt_scale 100 + \graphics default \paperfontsize 12 \spacing single diff --git a/lib/doc/de/UserGuide.lyx b/lib/doc/de/UserGuide.lyx index 73e3a6a895..9ac228cff5 100644 --- a/lib/doc/de/UserGuide.lyx +++ b/lib/doc/de/UserGuide.lyx @@ -1,5 +1,5 @@ #LyX 1.6.0svn created this file. For more info see http://www.lyx.org/ -\lyxformat 336 +\lyxformat 337 \begin_document \begin_header \textclass scrbook @@ -25,15 +25,12 @@ % auf den Anfang des Gelitobjekts und nicht aufs Ende \usepackage[figure]{hypcap} -% Die Seiten des Inhaltsverzeichnisses werden roemisch numeriert, -% ein PDF-Lesezeichen fuer das Inhaltsverzeichnis wird hinzugefuegt -%\pagenumbering{roman} -%\let\myTOC\tableofcontents -%\renewcommand{\tableofcontents}{% - %\pdfbookmark[1]{Inhaltsverzeichnis}{} - %\myTOC - %\cleardoublepage - %\pagenumbering{arabic}} +% Ein PDF-Lesezeichen üer das Inhaltsverzeichnis wird hinzugefügt +\let\myTOC\tableofcontents +\renewcommand{\tableofcontents}{% + \pdfbookmark[1]{\contentsname}{} + \myTOC + \cleardoublepage} % Damit der Index den Namen "Stichwortverzeichnis" erhält \addto\captionsngerman{\renewcommand{\indexname}{Stichwortverzeichnis}} @@ -165,10 +162,26 @@ type "mailto:" \end_layout \begin_layout Date -letzte Änderung: 18. +letzte Änderung: 21. Juni 2008 \end_layout +\begin_layout Standard +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + + +\backslash +frontmatter +\end_layout + +\end_inset + + +\end_layout + \begin_layout Standard \begin_inset CommandInset toc LatexCommand tableofcontents @@ -192,6 +205,32 @@ LatexCommand tableofcontents \end_inset +\end_layout + +\begin_layout Standard +\begin_inset ERT +status collapsed + +\begin_layout Plain Layout + + +\backslash +mainmatter +\end_layout + +\end_inset + + +\begin_inset Note Note +status collapsed + +\begin_layout Plain Layout +Beginn des Hauptteils +\end_layout + +\end_inset + + \end_layout \begin_layout Chapter @@ -18319,7 +18358,6 @@ M.C. \align center \begin_inset Graphics filename ../clipart/escher-lsd.eps - display color scaleBeforeRotation rotateOrigin center @@ -18342,7 +18380,6 @@ status collapsed \begin_inset Graphics filename ../clipart/platypus.eps lyxscale 50 - display color scale 60 scaleBeforeRotation rotateOrigin center @@ -31259,7 +31296,7 @@ Frage \family default -Teil erscheint: \begin_inset Formula \[ -x^{2}-2x-2\Rightarrow\Frage {x_{1}}\Antwort {x_{2}}=1\Frage {+\sqrt{3}}\Antwort {-\sqrt{3}}.\] +x^{2}-2x-2\Rightarrow\Frage{x_{1}}\Antwort{x_{2}}=1\Frage{+\sqrt{3}}\Antwort{-\sqrt{3}}.\] \end_inset @@ -31734,7 +31771,7 @@ Kästchen: \begin_layout Standard \begin_inset Graphics filename clipart/ERT.png - display none + display false scale 240 BoundingBox 0bp 0bp 484bp 9bp diff --git a/lib/doc/es/EmbeddedObjects.lyx b/lib/doc/es/EmbeddedObjects.lyx index b1862da44e..18953e90d1 100644 --- a/lib/doc/es/EmbeddedObjects.lyx +++ b/lib/doc/es/EmbeddedObjects.lyx @@ -1,5 +1,5 @@ #LyX 1.6.0svn created this file. For more info see http://www.lyx.org/ -\lyxformat 336 +\lyxformat 337 \begin_document \begin_header \textclass scrbook @@ -110,7 +110,7 @@ \pagenumbering{Roman} \let\myTOC\tableofcontents \renewcommand{\tableofcontents}{% - \pdfbookmark[1]{Índice general}{} + \pdfbookmark[1]{\contentsname}{} \myTOC \cleardoublepage \pagenumbering{arabic}} @@ -702,7 +702,6 @@ reference "sec:Formatos-de-imagen" \align center \begin_inset Graphics filename ../clipart/mobius.eps - display color scale 70 clip rotateOrigin center @@ -720,7 +719,6 @@ Esta es la misma imagen pero en modo borrador: \align center \begin_inset Graphics filename ../clipart/mobius.eps - display color scale 70 draft rotateOrigin center @@ -846,7 +844,6 @@ status open \align center \begin_inset Graphics filename ../clipart/platypus.eps - display color width 50col% rotateOrigin center @@ -907,7 +904,6 @@ M.C. \align center \begin_inset Graphics filename ../clipart/escher-lsd.eps - display color scale 80 rotateOrigin center @@ -19552,7 +19548,6 @@ status open \begin_layout Plain Layout \begin_inset Graphics filename ../clipart/mobius.eps - display color width 40col% rotateOrigin center @@ -23511,7 +23506,7 @@ LyX Este tipo es para notas internas que no han de aparecer en la salida. \begin_inset Graphics filename clipart/NotaLyXImagenQt4.png - display none + display false scale 85 \end_inset @@ -23549,7 +23544,7 @@ LaTeX (pdflatex) / (plain) \begin_inset Graphics filename clipart/ComentNotaImagenQt4.png - display none + display false scale 85 \end_inset @@ -23588,7 +23583,7 @@ gris Esta nota aparece en la salida como texto resaltado en gris. \begin_inset Graphics filename clipart/GrisNotaImagenQt4.png - display none + display false scale 85 \end_inset @@ -23705,7 +23700,7 @@ Enmarcado Este tipo de notas aparecerá en la salida como un texto enmarcado. \begin_inset Graphics filename clipart/NotaEnmarcadaImg.png - display none + display false \end_inset @@ -23786,7 +23781,7 @@ Sombreado Este tipo de nota se verá en la salida con un fondo de color rojo. \begin_inset Graphics filename clipart/NotaSombreadaImg.png - display none + display false \end_inset diff --git a/lib/doc/es/Extended.lyx b/lib/doc/es/Extended.lyx index 0b80afaaee..10a70a99d9 100644 --- a/lib/doc/es/Extended.lyx +++ b/lib/doc/es/Extended.lyx @@ -1,8 +1,8 @@ -#LyX 1.6.0beta3 created this file. For more info see http://www.lyx.org/ -\lyxformat 335 +#LyX 1.6.0svn created this file. For more info see http://www.lyx.org/ +\lyxformat 337 \begin_document \begin_header -\textclass book +\textclass scrbook \begin_preamble \usepackage{multicol} \newcommand{\extratablespace}[1]{\noalign{\vskip#1}} @@ -17,11 +17,22 @@ \fi % end if pdflatex is used +% the pages of the TOC are numbered roman +% and a PDF-bookmark for the TOC is added +\pagenumbering{roman} +\let\myTOC\tableofcontents +\renewcommand{\tableofcontents}{% + \pdfbookmark[1]{\contentsname}{} + \myTOC + \cleardoublepage + \pagenumbering{arabic}} + % redefine the \LyX macro for PDF bookmarks \def\LyX{\texorpdfstring{% L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@} {LyX }} \end_preamble +\options bibtotoc, idxtotoc, BCOR7.5mm, titlepage \language spanish \inputencoding latin1 \font_roman default @@ -32,6 +43,7 @@ \font_osf false \font_sf_scale 100 \font_tt_scale 100 + \graphics default \paperfontsize default \spacing single @@ -12282,7 +12294,7 @@ pone el logo, (si se define uno), centrado en la parte inferior de la página. \end_layout \begin_deeper -\begin_layout List +\begin_layout Labeling \labelwidthstring MMMMMMM \family sans @@ -12295,7 +12307,7 @@ empty \end_layout -\begin_layout List +\begin_layout Labeling \labelwidthstring MMMMMMM \family sans @@ -12307,7 +12319,7 @@ plain No contiene encabezados ni pies (que no sean notas). \end_layout -\begin_layout List +\begin_layout Labeling \labelwidthstring MMMMMMM \family sans @@ -12320,7 +12332,7 @@ foilheadings Esta es la opción por defecto. \end_layout -\begin_layout List +\begin_layout Labeling \labelwidthstring MMMMMMM \family sans @@ -12354,7 +12366,7 @@ Configuración se pueden poner las siguientes opciones extras: \end_layout -\begin_layout List +\begin_layout Labeling \labelwidthstring MMMMMMx \series bold @@ -12375,7 +12387,7 @@ in, que es aproximadamente el aspecto de una diapositiva de 35 mm, Haciendo algo más fácil trabajar con este soporte. \end_layout -\begin_layout List +\begin_layout Labeling \labelwidthstring MMMMMMx \series bold @@ -12384,7 +12396,7 @@ headrule Dibuja una línea bajo el encabezado en cada página excepto la de título. \end_layout -\begin_layout List +\begin_layout Labeling \labelwidthstring MMMMMMx \series bold @@ -12393,7 +12405,7 @@ footrule Dibuja una línea sobre el pie de cada página excepto la de título. \end_layout -\begin_layout List +\begin_layout Labeling \labelwidthstring MMMMMMx \series bold @@ -12412,7 +12424,7 @@ TeX que use el driver dvips para girar las páginas establecidas en modo apaisado. \end_layout -\begin_layout List +\begin_layout Labeling \labelwidthstring MMMMMMx \series bold @@ -12434,7 +12446,7 @@ Rotatefoilhead (que se describen en la siguiente sección). \end_layout -\begin_layout List +\begin_layout Labeling \labelwidthstring MMMMMMx \series bold @@ -12443,7 +12455,7 @@ leqno Números de ecuación a la izquierda. \end_layout -\begin_layout List +\begin_layout Labeling \labelwidthstring MMMMMMx \series bold @@ -13367,7 +13379,7 @@ Los espacios alrededor de los flotantes se ajustan con las siguientes variables de longitud: \end_layout -\begin_layout List +\begin_layout Labeling \labelwidthstring MMMMMMMMMMM \family typewriter @@ -13378,7 +13390,7 @@ abovefloatskip Separación entre el texto y la parte superior del flotante; \end_layout -\begin_layout List +\begin_layout Labeling \labelwidthstring MMMMMMMMMMM \family typewriter @@ -13389,7 +13401,7 @@ abovecaptionskip Separación entre el flotante y el encabezado; \end_layout -\begin_layout List +\begin_layout Labeling \labelwidthstring MMMMMMMMMMM \family typewriter @@ -13400,7 +13412,7 @@ belowcaptionskip Separación entre el encabezado y el texto siguiente; \end_layout -\begin_layout List +\begin_layout Labeling \labelwidthstring MMMMMMMMMMM \family typewriter @@ -13423,7 +13435,7 @@ Hay otras longitudes relativas a la página de título que te pueden ser útiles en el caso de títulos largos o de varios autores:: \end_layout -\begin_layout List +\begin_layout Labeling \labelwidthstring MMMMMMMMMMM \family typewriter @@ -13436,7 +13448,7 @@ abovetitleskip Título; \end_layout -\begin_layout List +\begin_layout Labeling \labelwidthstring MMMMMMMMMMM \family typewriter @@ -13453,7 +13465,7 @@ Título Autor; \end_layout -\begin_layout List +\begin_layout Labeling \labelwidthstring MMMMMMMMMMM \family typewriter @@ -13466,7 +13478,7 @@ authorauthorskip Autor; \end_layout -\begin_layout List +\begin_layout Labeling \labelwidthstring MMMMMMMMMMM \family typewriter @@ -13483,7 +13495,7 @@ Autor Fecha; \end_layout -\begin_layout List +\begin_layout Labeling \labelwidthstring MMMMMMMMMMM \family typewriter diff --git a/lib/doc/es/Intro.lyx b/lib/doc/es/Intro.lyx index f117b4c02e..d9630982d0 100644 --- a/lib/doc/es/Intro.lyx +++ b/lib/doc/es/Intro.lyx @@ -1,5 +1,5 @@ -#LyX 1.6.0beta3 created this file. For more info see http://www.lyx.org/ -\lyxformat 335 +#LyX 1.6.0svn created this file. For more info see http://www.lyx.org/ +\lyxformat 337 \begin_document \begin_header \textclass article @@ -26,7 +26,7 @@ \pagenumbering{Roman} \let\myTOC\tableofcontents \renewcommand\tableofcontents{% - \pdfbookmark[1]{Índice}{} + \pdfbookmark[1]{\contentsname}{} \myTOC \clearpage \pagenumbering{arabic} } @@ -46,6 +46,7 @@ \font_osf false \font_sf_scale 100 \font_tt_scale 100 + \graphics default \paperfontsize 12 \spacing single diff --git a/lib/doc/es/Math.lyx b/lib/doc/es/Math.lyx index 5c1d76ef26..2127d9017a 100644 --- a/lib/doc/es/Math.lyx +++ b/lib/doc/es/Math.lyx @@ -58,7 +58,7 @@ \let\myTOC\tableofcontents \renewcommand{\tableofcontents}{% \vspace{1cm} - \pdfbookmark[1]{Índice}{} + \pdfbookmark[1]{\contentsname}{} \myTOC \cleardoublepage \pagenumbering{arabic}} diff --git a/lib/doc/es/Tutorial.lyx b/lib/doc/es/Tutorial.lyx index 93a2efd014..745c003db3 100644 --- a/lib/doc/es/Tutorial.lyx +++ b/lib/doc/es/Tutorial.lyx @@ -1,5 +1,5 @@ -#LyX 1.6.0beta3 created this file. For more info see http://www.lyx.org/ -\lyxformat 335 +#LyX 1.6.0svn created this file. For more info see http://www.lyx.org/ +\lyxformat 337 \begin_document \begin_header \textclass book @@ -26,7 +26,7 @@ \pagenumbering{Roman} \let\myTOC\tableofcontents \renewcommand\tableofcontents{% - \pdfbookmark[1]{Índice general}{} + \pdfbookmark[1]{\contentsname}{} \myTOC \cleardoublepage \pagenumbering{arabic} } @@ -46,6 +46,7 @@ \font_osf false \font_sf_scale 100 \font_tt_scale 100 + \graphics default \paperfontsize 12 \spacing single @@ -4342,7 +4343,7 @@ x \end_inset : -\begin_inset Formula $\sen x$ +\begin_inset Formula $\sen x$ \end_inset . diff --git a/lib/doc/es/UserGuide.lyx b/lib/doc/es/UserGuide.lyx index fa9aacdb52..1202b9f748 100644 --- a/lib/doc/es/UserGuide.lyx +++ b/lib/doc/es/UserGuide.lyx @@ -29,7 +29,7 @@ \pagenumbering{Roman} \let\myTOC\tableofcontents \renewcommand\tableofcontents{% - \pdfbookmark[1]{Índice general}{} + \pdfbookmark[1]{\contentsname}{} \myTOC \cleardoublepage \pagenumbering{arabic} } diff --git a/lib/doc/fr/EmbeddedObjects.lyx b/lib/doc/fr/EmbeddedObjects.lyx index ca4f047a63..df7f82a3f8 100644 --- a/lib/doc/fr/EmbeddedObjects.lyx +++ b/lib/doc/fr/EmbeddedObjects.lyx @@ -1,5 +1,5 @@ -#LyX 1.6.0beta2 created this file. For more info see http://www.lyx.org/ -\lyxformat 335 +#LyX 1.6.0svn created this file. For more info see http://www.lyx.org/ +\lyxformat 337 \begin_document \begin_header \textclass scrbook @@ -24,7 +24,7 @@ \pagenumbering{roman} \let\myTOC\tableofcontents \renewcommand{\tableofcontents}{% - \pdfbookmark[1]{Contents}{} + \pdfbookmark[1]{\contentsname}{} \myTOC \cleardoublepage \pagenumbering{arabic}} @@ -173,6 +173,7 @@ \font_osf false \font_sf_scale 100 \font_tt_scale 100 + \graphics default \paperfontsize 12 \spacing single @@ -751,7 +752,6 @@ nt: \align center \begin_inset Graphics filename ../clipart/mobius.eps - display color scale 70 scaleBeforeRotation rotateOrigin center @@ -769,7 +769,6 @@ Et voici la même image mais en mode brouillon: \align center \begin_inset Graphics filename ../clipart/mobius.eps - display color scale 70 draft scaleBeforeRotation @@ -907,7 +906,6 @@ status open \align center \begin_inset Graphics filename ../clipart/platypus.eps - display color width 50col% scaleBeforeRotation rotateOrigin center @@ -969,7 +967,6 @@ M.C. \align center \begin_inset Graphics filename ../clipart/escher-lsd.eps - display color scale 80 scaleBeforeRotation rotateOrigin center @@ -19909,7 +19906,6 @@ status open \begin_layout Plain Layout \begin_inset Graphics filename ../clipart/mobius.eps - display color width 40col% scaleBeforeRotation rotateOrigin center diff --git a/lib/doc/fr/Extended.lyx b/lib/doc/fr/Extended.lyx index 4cf2e69060..2e56d0349a 100644 --- a/lib/doc/fr/Extended.lyx +++ b/lib/doc/fr/Extended.lyx @@ -1,12 +1,38 @@ -#LyX 1.6.0beta3 created this file. For more info see http://www.lyx.org/ -\lyxformat 335 +#LyX 1.6.0svn created this file. For more info see http://www.lyx.org/ +\lyxformat 337 \begin_document \begin_header -\textclass book +\textclass scrbook \begin_preamble \usepackage{multicol} \newcommand{\extratablespace}[1]{\noalign{\vskip#1}} + +% if pdflatex is used +\usepackage{ifpdf} +\ifpdf + +% set fonts for nicer pdf view +\IfFileExists{lmodern.sty} + {\usepackage{lmodern}}{} + +\fi % end if pdflatex is used + +% the pages of the TOC are numbered roman +% and a PDF-bookmark for the TOC is added +\pagenumbering{roman} +\let\myTOC\tableofcontents +\renewcommand{\tableofcontents}{% + \pdfbookmark[1]{\contentsname}{} + \myTOC + \cleardoublepage + \pagenumbering{arabic}} + +% redefine the \LyX macro for PDF bookmarks +\def\LyX{\texorpdfstring{% + L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@} + {LyX }} \end_preamble +\options bibtotoc, idxtotoc, BCOR7.5mm, titlepage \language french \inputencoding auto \font_roman default @@ -17,10 +43,26 @@ \font_osf false \font_sf_scale 100 \font_tt_scale 100 + \graphics default \paperfontsize default \spacing single -\use_hyperref false +\use_hyperref true +\pdf_title "Options avancées de LyX" +\pdf_author "LyX Team" +\pdf_subject "Options avancées LyX" +\pdf_keywords "LyX, Documentacion, Options avancées" +\pdf_bookmarks true +\pdf_bookmarksnumbered true +\pdf_bookmarksopen true +\pdf_bookmarksopenlevel 1 +\pdf_breaklinks false +\pdf_pdfborder false +\pdf_colorlinks true +\pdf_backref false +\pdf_pagebackref false +\pdf_pdfusetitle true +\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false, pdfpagelabels" \papersize default \use_geometry false \use_amsmath 0 diff --git a/lib/doc/fr/Intro.lyx b/lib/doc/fr/Intro.lyx index 022ec90464..ec249c25fb 100644 --- a/lib/doc/fr/Intro.lyx +++ b/lib/doc/fr/Intro.lyx @@ -1,5 +1,5 @@ -#LyX 1.6.0beta3 created this file. For more info see http://www.lyx.org/ -\lyxformat 335 +#LyX 1.6.0svn created this file. For more info see http://www.lyx.org/ +\lyxformat 337 \begin_document \begin_header \textclass article @@ -26,7 +26,7 @@ \pagenumbering{roman} \let\myTOC\tableofcontents \renewcommand\tableofcontents{% - \pdfbookmark[1]{Table des matières}{} + \pdfbookmark[1]{\contentsname}{} \myTOC \cleardoublepage \pagenumbering{arabic} } @@ -46,6 +46,7 @@ \font_osf false \font_sf_scale 100 \font_tt_scale 100 + \graphics default \paperfontsize 12 \spacing single diff --git a/lib/doc/fr/Math.lyx b/lib/doc/fr/Math.lyx index 1762294edc..012512dae5 100644 --- a/lib/doc/fr/Math.lyx +++ b/lib/doc/fr/Math.lyx @@ -58,7 +58,7 @@ \let\myTOC\tableofcontents \renewcommand{\tableofcontents}{% \vspace{1cm} - \pdfbookmark[1]{Contents}{} + \pdfbookmark[1]{\contentsname}{} \myTOC \cleardoublepage \pagenumbering{arabic}} diff --git a/lib/doc/fr/Tutorial.lyx b/lib/doc/fr/Tutorial.lyx index 288170031d..a10f723b7e 100644 --- a/lib/doc/fr/Tutorial.lyx +++ b/lib/doc/fr/Tutorial.lyx @@ -1,5 +1,5 @@ -#LyX 1.6.0beta3 created this file. For more info see http://www.lyx.org/ -\lyxformat 335 +#LyX 1.6.0svn created this file. For more info see http://www.lyx.org/ +\lyxformat 337 \begin_document \begin_header \textclass book @@ -26,7 +26,7 @@ \pagenumbering{roman} \let\myTOC\tableofcontents \renewcommand\tableofcontents{% - \pdfbookmark[1]{Contents}{} + \pdfbookmark[1]{\contentsname}{} \myTOC \cleardoublepage \pagenumbering{arabic} } @@ -46,6 +46,7 @@ \font_osf false \font_sf_scale 100 \font_tt_scale 100 + \graphics default \paperfontsize 12 \spacing single diff --git a/lib/doc/fr/UserGuide.lyx b/lib/doc/fr/UserGuide.lyx index 1cd3b38e2e..ce298e048b 100644 --- a/lib/doc/fr/UserGuide.lyx +++ b/lib/doc/fr/UserGuide.lyx @@ -1,5 +1,5 @@ #LyX 1.6.0svn created this file. For more info see http://www.lyx.org/ -\lyxformat 336 +\lyxformat 337 \begin_document \begin_header \textclass scrbook @@ -29,7 +29,7 @@ \pagenumbering{roman} \let\myTOC\tableofcontents \renewcommand\tableofcontents{% - \pdfbookmark[1]{Table des matières}{} + \pdfbookmark[1]{\contentsname}{} \myTOC \cleardoublepage \pagenumbering{arabic} } @@ -16086,7 +16086,6 @@ status collapsed \align center \begin_inset Graphics filename ../clipart/mobius.eps - display color scale 70 rotateOrigin center @@ -19903,7 +19902,6 @@ status open \align center \begin_inset Graphics filename ../clipart/platypus.eps - display color width 50col% rotateOrigin center @@ -19964,7 +19962,6 @@ M.C. \align center \begin_inset Graphics filename ../clipart/escher-lsd.eps - display color scale 80 rotateOrigin center @@ -20520,7 +20517,6 @@ status open \begin_layout Plain Layout \begin_inset Graphics filename ../clipart/mobius.eps - display color width 40col% rotateOrigin center @@ -28465,7 +28461,7 @@ reponse}[1]{} \begin_layout Standard \begin_inset Branch Réponses -status open +status collapsed \begin_layout Standard \begin_inset ERT @@ -28523,7 +28519,7 @@ question \series default apparaît: \begin_inset Formula \[ -x^{2}-2x-2\Rightarrow\question {x_{1}}\reponse {x_{2}}=1\question {+\sqrt{3}}\reponse {-\sqrt{3}}.\] +x^{2}-2x-2\Rightarrow\question{x_{1}}\reponse{x_{2}}=1\question{+\sqrt{3}}\reponse{-\sqrt{3}}.\] \end_inset @@ -36541,7 +36537,7 @@ Préférences \begin_layout Standard La fenêtre de dialogue préférence est décrite en détails dans le chapitre -\begin_inset Formula $\,$ +\begin_inset space \thinspace{} \end_inset