]> git.lyx.org Git - features.git/commitdiff
Tutorial.lyx:
authorUwe Stöhr <uwestoehr@web.de>
Sun, 17 Oct 2010 21:25:30 +0000 (21:25 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Sun, 17 Oct 2010 21:25:30 +0000 (21:25 +0000)
- squash some LaTeX-warnings
- update document settings of all language versions to the one of the English manual
(from now on nothing will be backported to branch for this file)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35682 a592a061-630c-0410-9148-cb99ea01b6c8

18 files changed:
lib/doc/Tutorial.lyx
lib/doc/cs/Tutorial.lyx
lib/doc/de/Tutorial.lyx
lib/doc/es/Tutorial.lyx
lib/doc/eu/Tutorial.lyx
lib/doc/fr/Tutorial.lyx
lib/doc/gl/Tutorial.lyx
lib/doc/hu/Tutorial.lyx
lib/doc/id/Tutorial.lyx
lib/doc/it/Tutorial.lyx
lib/doc/ja/Tutorial.lyx
lib/doc/nl/Tutorial.lyx
lib/doc/pl/Tutorial.lyx
lib/doc/pt/Tutorial.lyx
lib/doc/ru/Tutorial.lyx
lib/doc/sl/Tutorial.lyx
lib/doc/sv/Tutorial.lyx
lib/doc/zh_CN/Tutorial.lyx

index bb3e4fa5dc0a2c9049d02fbe80c603c385b974b6..a837dcf3037bedc30f47658fe23ca5e9d6aa290f 100644 (file)
@@ -1,5 +1,5 @@
-#LyX 1.6.8svn created this file. For more info see http://www.lyx.org/
-\lyxformat 345
+#LyX 2.0.0svn created this file. For more info see http://www.lyx.org/
+\lyxformat 404
 \begin_document
 \begin_header
 \textclass book
 \begin_modules
 logicalmkup
 \end_modules
+\maintain_unincluded_children false
 \language english
 \inputencoding auto
+\fontencoding global
 \font_roman default
 \font_sans default
 \font_typewriter default
 \font_default_family default
+\use_xetex false
 \font_sc false
 \font_osf false
 \font_sf_scale 100
 \font_tt_scale 100
 
 \graphics default
+\default_output_format default
+\output_sync 0
+\bibtex_command default
+\index_command default
 \paperfontsize 12
 \spacing single
 \use_hyperref true
@@ -67,26 +74,35 @@ 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
 \use_esint 0
+\use_mhchem 1
+\use_mathdots 1
 \cite_engine basic
 \use_bibtopic false
+\use_indices false
 \paperorientation portrait
+\suppress_date false
+\use_refstyle 0
+\index Index
+\shortcut idx
+\color #008000
+\end_index
 \secnumdepth 3
 \tocdepth 2
 \paragraph_separation indent
-\defskip medskip
+\paragraph_indentation default
 \quotes_language english
 \papercolumns 1
 \papersides 2
 \paperpagestyle headings
 \tracking_changes false
 \output_changes false
-\author "" 
-\author "" 
+\html_math_output 0
+\html_be_strict false
 \end_header
 
 \begin_body
@@ -1163,7 +1179,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 +1760,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
@@ -1785,7 +1801,7 @@ Additional Features
 \align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="7" columns="2">
-<features>
+<features tabularvalignment="middle">
 <column alignment="center" valignment="top" width="0pt">
 <column alignment="center" valignment="top" width="0pt">
 <row>
@@ -4039,7 +4055,8 @@ Environment
 f(x)=\left\{ \begin{array}{cc}
 \log_{8}x & x>0\\
 0 & x=0\\
-\sum_{i=1}^{5}\alpha_{i}+\sqrt{-\frac{1}{x}} & x<0\end{array}\right.\]
+\sum_{i=1}^{5}\alpha_{i}+\sqrt{-\frac{1}{x}} & x<0
+\end{array}\right.\]
 
 \end_inset
 
index d4b58aef815d5c6cfb2a7aca70674c2c45ccbdad..8b9c867f02424cbec08b9a8a66d4783a83e2e3a1 100644 (file)
-#LyX 1.6.2svn created this file. For more info see http://www.lyx.org/
-\lyxformat 345
+#LyX 2.0.0svn created this file. For more info see http://www.lyx.org/
+\lyxformat 404
 \begin_document
 \begin_header
-\textclass article
+\textclass book
+\begin_preamble
+% DO NOT ALTER THIS PREAMBLE!!!
+%
+%This preamble is designed to ensure that the document prints
+% out as advertised. If you mess with this preamble,
+% parts of the document may not print out as expected.  If you
+% have problems LaTeXing this file, please contact 
+% the documentation team
+% email: lyx-docs@lists.lyx.org
+
+\usepackage{ifpdf} % part of the hyperref bundle
+\ifpdf % if pdflatex is used
+
+ % set fonts for nicer pdf view
+ \IfFileExists{lmodern.sty}{\usepackage{lmodern}}{}
+
+\fi % end if pdflatex is used
+
+% the pages of the TOC is numbered roman
+% and a pdf-bookmark for the TOC is added
+\let\myTOC\tableofcontents
+\renewcommand\tableofcontents{%
+  \frontmatter
+  \pdfbookmark[1]{\contentsname}{}
+  \myTOC
+  \mainmatter }
+
+% redefine the \LyX macro for PDF bookmarks
+\def\LyX{\texorpdfstring{%
+  L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
+  {LyX}}
+\end_preamble
 \use_default_options false
+\maintain_unincluded_children false
 \language czech
 \inputencoding auto
+\fontencoding global
 \font_roman default
 \font_sans default
 \font_typewriter default
 \font_default_family default
+\use_xetex false
 \font_sc false
 \font_osf false
 \font_sf_scale 100
 \font_tt_scale 100
 
 \graphics default
-\paperfontsize default
+\default_output_format default
+\output_sync 0
+\bibtex_command default
+\index_command default
+\paperfontsize 12
 \spacing single
-\use_hyperref false
+\use_hyperref true
+\pdf_title "The LyX Tutorial"
+\pdf_author "LyX Team"
+\pdf_subject "LyX-documentation Tutorial"
+\pdf_keywords "LyX, documentation"
+\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_pdfusetitle false
+\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
 \use_esint 0
+\use_mhchem 1
+\use_mathdots 1
 \cite_engine basic
 \use_bibtopic false
+\use_indices false
 \paperorientation portrait
+\suppress_date false
+\use_refstyle 0
+\index Index
+\shortcut idx
+\color #008000
+\end_index
 \secnumdepth 3
-\tocdepth 3
+\tocdepth 2
 \paragraph_separation indent
-\defskip medskip
+\paragraph_indentation default
 \quotes_language german
 \papercolumns 1
 \papersides 1
 \paperpagestyle plain
 \tracking_changes false
 \output_changes false
-\author "" 
-\author "" 
+\html_math_output 0
+\html_be_strict false
 \end_header
 
 \begin_body
@@ -59,7 +121,7 @@ LatexCommand tableofcontents
 
 \end_layout
 
-\begin_layout Part
+\begin_layout Chapter
 Úvod
 \end_layout
 
@@ -443,6 +505,19 @@ vidíš to, co jsi myslel
 
 \begin_layout Subsection
 Rozdíly mezi LyXem a jinými textovými procesory
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+texorpdfstring{
+\end_layout
+
+\end_inset
+
+
 \begin_inset Foot
 status collapsed
 
@@ -450,7 +525,39 @@ status collapsed
 Ne, my nechceme začít (nebo vyhrát) svatou válku o textové procesory.
  Ale domníváme se, že je důležité popsat možnosti a vlastnosti LyXu.
  A jedna z jeho vlastností, WYSIWYM, je od základů jiný koncept než zná
- 99% uživatelů textových procesorů.
+ 99
+\begin_inset space \thinspace{}
+\end_inset
+
+% uživatelů textových procesorů.
+\end_layout
+
+\end_inset
+
+
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}{}
+\end_layout
+
+\end_inset
+
+
+\begin_inset Note Note
+status collapsed
+
+\begin_layout Plain Layout
+
+\series bold
+\lang english
+
+\backslash
+texorpdfstring
+\series default
+ is used to avoid that the footnote appears in the PDF-bookmark.
 \end_layout
 
 \end_inset
@@ -820,7 +927,7 @@ la tech
  
 \end_layout
 
-\begin_layout Part
+\begin_layout Chapter
 Začínáme s LyXem
 \end_layout
 
@@ -2336,7 +2443,7 @@ Verš
 example_raw.lyx.
 \end_layout
 
-\begin_layout Part
+\begin_layout Chapter
 Psaní dokumentů
 \end_layout
 
@@ -2488,7 +2595,7 @@ Uživatelské příručce.
 \align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="7" columns="2">
-<features>
+<features tabularvalignment="middle">
 <column alignment="center" valignment="top" width="0pt">
 <column alignment="center" valignment="top" width="0pt">
 <row>
@@ -3431,7 +3538,7 @@ Cvičení
 example_raw.lyx.
 \end_layout
 
-\begin_layout Part
+\begin_layout Chapter
 Použití matematického režimu
 \end_layout
 
@@ -4455,7 +4562,8 @@ Cvičení
 f(x)=\left\{ \begin{array}{cc}
 \log_{8}x & x>0\\
 0 & x=0\\
-\sum_{i=1}^{5}\alpha_{i}+\sqrt{-\frac{1}{x}} & x<0\end{array}\right.\]
+\sum_{i=1}^{5}\alpha_{i}+\sqrt{-\frac{1}{x}} & x<0
+\end{array}\right.\]
 
 \end_inset
 
@@ -4506,7 +4614,8 @@ To vůbec nevypadá dobře.
  LyX umožňuje psát víceřádkové rovnice s řízením jejich zarovnání.
 \begin_inset Formula \begin{eqnarray*}
 x & = & y+y+y+y+y\\
- & = & 5y\end{eqnarray*}
+ & = & 5y
+\end{eqnarray*}
 
 \end_inset
 
@@ -4542,7 +4651,8 @@ Tab
  výrazů, jako například:
 \begin_inset Formula \begin{eqnarray*}
 x & = & a+b+c+d\\
- &  & +e+f+g\end{eqnarray*}
+ &  & +e+f+g
+\end{eqnarray*}
 
 \end_inset
 
@@ -4594,7 +4704,8 @@ C-Tab
  na
 \begin_inset Formula \begin{eqnarray*}
 E & = & mc^{2}\\
- & = & mc\times c\end{eqnarray*}
+ & = & mc\times c
+\end{eqnarray*}
 
 \end_inset
 
@@ -4673,7 +4784,7 @@ Průvodci
  nemáme čas se ani zmínit.
 \end_layout
 
-\begin_layout Part
+\begin_layout Chapter
 Různé
 \end_layout
 
index 29f51b87b33cf53d215180b8a9ac1bfd3ef98115..c8b62714002b6fa016c885b87a56c1f105bc4799 100644 (file)
@@ -1,5 +1,5 @@
-#LyX 1.6.8svn created this file. For more info see http://www.lyx.org/
-\lyxformat 345
+#LyX 2.0.0svn created this file. For more info see http://www.lyx.org/
+\lyxformat 404
 \begin_document
 \begin_header
 \textclass book
   {LyX}}
 \end_preamble
 \use_default_options false
+\maintain_unincluded_children false
 \language ngerman
 \inputencoding auto
+\fontencoding global
 \font_roman default
 \font_sans default
 \font_typewriter default
 \font_default_family default
+\use_xetex false
 \font_sc false
 \font_osf false
 \font_sf_scale 100
 \font_tt_scale 100
 
 \graphics default
+\default_output_format default
+\output_sync 0
+\bibtex_command default
+\index_command default
 \paperfontsize 12
 \spacing single
 \use_hyperref true
 \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
 \use_esint 0
+\use_mhchem 1
+\use_mathdots 1
 \cite_engine basic
 \use_bibtopic false
+\use_indices false
 \paperorientation portrait
+\suppress_date false
+\use_refstyle 0
+\index Stichwortverzeichnis
+\shortcut idx
+\color #008000
+\end_index
 \leftmargin 3.5cm
 \topmargin 3.5cm
 \rightmargin 3.5cm
 \secnumdepth 3
 \tocdepth 3
 \paragraph_separation indent
-\defskip medskip
+\paragraph_indentation default
 \quotes_language german
 \papercolumns 1
 \papersides 2
 \paperpagestyle headings
 \tracking_changes false
 \output_changes false
-\author "" 
-\author "" 
+\html_math_output 0
+\html_be_strict false
 \end_header
 
 \begin_body
 
 \begin_layout Title
 Das LyX-Tutorium
-\begin_inset Newline newline
-\end_inset
-
-
-\size large
-Version LyX 1.6.x
 \end_layout
 
 \begin_layout Author
@@ -577,8 +587,6 @@ DVI
        filename ../../images/buffer-view_dvi.png
        scale 70
        scaleBeforeRotation
-       BoundingBox 0bp 4bp 20bp 20bp
-       clip
 
 \end_inset
 
@@ -621,7 +629,6 @@ DVI
        filename ../../images/buffer-update_dvi.png
        scale 70
        scaleBeforeRotation
-       BoundingBox 0bp 4bp 20bp 20bp
 
 \end_inset
 
@@ -703,7 +710,6 @@ Rückgängig
 \begin_inset Graphics
        filename ../../images/undo.png
        scale 70
-       BoundingBox 0bp 4bp 20bp 20bp
 
 \end_inset
 
@@ -718,7 +724,6 @@ Wiederholen
 \begin_inset Graphics
        filename ../../images/redo.png
        scale 70
-       BoundingBox 0bp 4bp 22bp 22bp
 
 \end_inset
 
@@ -744,7 +749,6 @@ den (
 \begin_inset Graphics
        filename ../../images/cut.png
        scale 70
-       BoundingBox 0bp 4bp 20bp 20bp
 
 \end_inset
 
@@ -761,7 +765,6 @@ Kopieren
 \begin_inset Graphics
        filename ../../images/copy.png
        scale 70
-       BoundingBox 0bp 4bp 20bp 20bp
 
 \end_inset
 
@@ -774,7 +777,6 @@ Einfügen
 \begin_inset Graphics
        filename ../../images/paste.png
        scale 70
-       BoundingBox 0bp 4bp 20bp 20bp
 
 \end_inset
 
@@ -805,7 +807,6 @@ Ersetzen\SpecialChar \ldots{}
 \begin_inset Graphics
        filename ../../images/dialog-show_findreplace.png
        scale 70
-       BoundingBox 0bp 4bp 20bp 20bp
 
 \end_inset
 
@@ -829,7 +830,6 @@ Textstil
 \begin_inset Graphics
        filename ../../images/dialog-show_character.png
        scale 70
-       BoundingBox 0bp 2bp 20bp 20bp
 
 \end_inset
 
@@ -1017,7 +1017,6 @@ Leerzeichen
        filename ../../images/math/space.png
        scale 70
        scaleBeforeRotation
-       BoundingBox 0bp 4bp 20bp 20bp
 
 \end_inset
 
@@ -1654,7 +1653,6 @@ Auflistung
 \begin_inset Graphics
        filename ../../images/layout_Itemize.png
        scale 70
-       BoundingBox 0bp 4bp 20bp 20bp
 
 \end_inset
 
@@ -1730,7 +1728,6 @@ Aufzählung
 \begin_inset Graphics
        filename ../../images/layout_Enumerate.png
        scale 70
-       BoundingBox 0bp 4bp 20bp 20bp
 
 \end_inset
 
@@ -2100,7 +2097,7 @@ Handbuchergänzungen
 \align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="7" columns="2">
-<features>
+<features tabularvalignment="middle">
 <column alignment="left" valignment="top" width="0pt">
 <column alignment="left" valignment="top" width="0pt">
 <row>
@@ -2538,7 +2535,6 @@ Marke\SpecialChar \ldots{}
        filename ../../images/label-insert.png
        scale 70
        scaleBeforeRotation
-       BoundingBox 0bp 4bp 20bp 20bp
 
 \end_inset
 
@@ -2670,7 +2666,6 @@ Querverweis
        filename ../../images/dialog-show-new-inset_ref.png
        scale 70
        scaleBeforeRotation
-       BoundingBox 0bp 6bp 20bp 20bp
 
 \end_inset
 
@@ -2862,7 +2857,6 @@ Fußnote
 \begin_inset Graphics
        filename ../../images/footnote-insert.png
        scale 70
-       BoundingBox 0bp 4bp 20bp 20bp
 
 \end_inset
 
@@ -2967,7 +2961,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 +2985,6 @@ Randnotiz
 \begin_inset Graphics
        filename ../../images/marginalnote-insert.png
        scale 70
-       BoundingBox 0bp 6bp 20bp 20bp
 
 \end_inset
 
@@ -3110,7 +3102,6 @@ Zitat
        filename ../../images/dialog-show-new-inset_citation.png
        scale 70
        scaleBeforeRotation
-       BoundingBox 0bp 6bp 20bp 20bp
 
 \end_inset
 
@@ -3275,7 +3266,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 +3392,6 @@ matik-Modus.
        filename ../../images/math-mode.png
        scale 70
        scaleBeforeRotation
-       BoundingBox 0bp 4bp 20bp 20bp
 
 \end_inset
 
@@ -3557,7 +3546,6 @@ Rückgängig
        filename ../../images/undo.png
        scale 70
        scaleBeforeRotation
-       BoundingBox 0bp 6bp 20bp 20bp
 
 \end_inset
 
@@ -3589,7 +3577,6 @@ Rückgängig
 \begin_inset Graphics
        filename ../../images/undo.png
        scale 70
-       BoundingBox 0bp 4bp 22bp 22bp
 
 \end_inset
 
@@ -3866,7 +3853,6 @@ Mathe
        filename ../../images/toolbar-toggle_math.png
        scale 70
        scaleBeforeRotation
-       BoundingBox 0bp 6bp 22bp 22bp
 
 \end_inset
 
@@ -3888,7 +3874,6 @@ Mathe
        filename ../../images/toolbar-toggle_math.png
        scale 70
        scaleBeforeRotation
-       BoundingBox 0bp 6bp 22bp 22bp
 
 \end_inset
 
@@ -3943,7 +3928,6 @@ Wenn Sie auf den Schalter
        filename ../../images/math/sqrt.png
        scale 70
        scaleBeforeRotation
-       BoundingBox 0bp 0bp 20bp 20bp
 
 \end_inset
 
@@ -3974,7 +3958,6 @@ Eine Variable (
        filename ../../images/math/hat.png
        scale 70
        scaleBeforeRotation
-       BoundingBox 0bp 2bp 20bp 20bp
 
 \end_inset
 
@@ -3996,7 +3979,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 +4073,6 @@ Brüche
        filename ../../images/math/frac-square.png
        scale 70
        scaleBeforeRotation
-       BoundingBox 0bp 2bp 12bp 20bp
 
 \end_inset
 
@@ -4140,7 +4121,6 @@ Kontrollfläche
        filename ../../images/math/frac.png
        scale 50
        scaleBeforeRotation
-       BoundingBox 0bp 10bp 12bp 22bp
 
 \end_inset
 
@@ -4172,7 +4152,7 @@ tik-Modus.
 
 \begin_layout Subsection
 TeX-Modus: Grenzwerte, Logarithmen, Trigonometrische Funktionen und anderes
-\begin_inset OptArg
+\begin_inset Argument
 status collapsed
 
 \begin_layout Plain Layout
@@ -4368,7 +4348,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 +4413,6 @@ Spalten
        filename ../../images/tabular-feature_append-row.png
        scale 70
        scaleBeforeRotation
-       BoundingBox 0bp 4bp 20bp 20bp
 
 \end_inset
 
@@ -4443,7 +4421,6 @@ Spalten
        filename ../../images/tabular-feature_delete-row.png
        scale 70
        scaleBeforeRotation
-       BoundingBox 0bp 4bp 20bp 20bp
 
 \end_inset
 
@@ -4452,7 +4429,6 @@ Spalten
        filename ../../images/tabular-feature_append-column.png
        scale 70
        scaleBeforeRotation
-       BoundingBox 0bp 4bp 20bp 20bp
 
 \end_inset
 
@@ -4461,7 +4437,6 @@ Spalten
        filename ../../images/tabular-feature_delete-column.png
        scale 70
        scaleBeforeRotation
-       BoundingBox 0bp 4bp 20bp 20bp
 
 \end_inset
 
@@ -4533,7 +4508,6 @@ Anzeige
 \begin_inset Graphics
        filename ../../images/math/equation.png
        scale 70
-       BoundingBox 0bp 6bp 20bp 20bp
 
 \end_inset
 
@@ -4635,7 +4609,8 @@ beispiel_roh.lyx
 f(x)=\left\{ \begin{array}{cc}
 \log_{8}x & x>0\\
 0 & x=0\\
-\sum_{i=1}^{5}\alpha_{i}+\sqrt{-\frac{1}{x}} & x<0\end{array}\right.\]
+\sum_{i=1}^{5}\alpha_{i}+\sqrt{-\frac{1}{x}} & x<0
+\end{array}\right.\]
 
 \end_inset
 
@@ -4690,7 +4665,8 @@ szeichen untereinander stehen; dies ist besonders wichtig, wenn in der zweiten
 glichkeiten hinsichtlich der Ausrichtung: 
 \begin_inset Formula \begin{eqnarray*}
 x & = & y+y+y+y+y\\
- & = & 5y\end{eqnarray*}
+ & = & 5y
+\end{eqnarray*}
 
 \end_inset
 
@@ -4774,7 +4750,8 @@ Benutzerhandbuch
 
 \begin_inset Formula \begin{eqnarray*}
 x & = & a+b+c+d\\
- &  & +e+f+g\end{eqnarray*}
+ &  & +e+f+g
+\end{eqnarray*}
 
 \end_inset
 
@@ -4834,7 +4811,8 @@ Strg+Tab
 \begin_layout Standard
 \begin_inset Formula \begin{eqnarray*}
 E & = & mc^{2}\\
- & = & mc\times c\end{eqnarray*}
+ & = & mc\times c
+\end{eqnarray*}
 
 \end_inset
 
@@ -5014,7 +4992,6 @@ le\SpecialChar \ldots{}
 \begin_inset Graphics
        filename ../../images/tabular-insert.png
        scale 70
-       BoundingBox 0bp 4bp 20bp 20bp
 
 \end_inset
 
@@ -5038,7 +5015,6 @@ Einstellungen
        filename ../../images/toolbar-toggle_table.png
        scale 70
        scaleBeforeRotation
-       BoundingBox 0bp 4bp 20bp 20bp
 
 \end_inset
 
@@ -5057,7 +5033,6 @@ Grafik
 \begin_inset Graphics
        filename ../../images/dialog-show-new-inset_graphics.png
        scale 70
-       BoundingBox 0bp 4bp 20bp 20bp
 
 \end_inset
 
@@ -5272,7 +5247,6 @@ X
 \begin_inset Graphics
        filename ../../images/ert-insert.png
        scale 70
-       BoundingBox 0bp 6bp 20bp 20bp
 
 \end_inset
 
@@ -5763,6 +5737,7 @@ de LaTeX-Meldung ausgegeben und der Cursor im LyX-Fenster in etwa an die
 \end_layout
 
 \begin_layout Bibliography
+\labelwidthstring Literaturverzeichnis
 \begin_inset CommandInset bibitem
 LatexCommand bibitem
 key "lyxtutorium"
index 4b36824c910b5468e1869fa3bd49277b0e118081..a33a226dd3693dfe7c0b53a39e2a69cbd2575f4e 100644 (file)
@@ -1,5 +1,5 @@
-#LyX 1.6.6svn created this file. For more info see http://www.lyx.org/
-\lyxformat 345
+#LyX 2.0.0svn created this file. For more info see http://www.lyx.org/
+\lyxformat 404
 \begin_document
 \begin_header
 \textclass book
   {LyX}}
 \end_preamble
 \use_default_options false
+\maintain_unincluded_children false
 \language spanish
 \inputencoding auto
+\fontencoding global
 \font_roman default
 \font_sans default
 \font_typewriter default
 \font_default_family default
+\use_xetex false
 \font_sc false
 \font_osf false
 \font_sf_scale 100
 \font_tt_scale 100
 
 \graphics default
+\default_output_format default
+\output_sync 0
+\bibtex_command default
+\index_command default
 \paperfontsize 12
 \spacing single
 \use_hyperref true
 \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
 \use_esint 0
+\use_mhchem 1
+\use_mathdots 1
 \cite_engine basic
 \use_bibtopic false
+\use_indices false
 \paperorientation portrait
+\suppress_date false
+\use_refstyle 0
+\index Índice
+\shortcut idx
+\color #008000
+\end_index
 \secnumdepth 3
 \tocdepth 2
 \paragraph_separation indent
-\defskip medskip
+\paragraph_indentation default
 \quotes_language french
 \papercolumns 1
 \papersides 2
 \paperpagestyle headings
 \tracking_changes false
 \output_changes false
-\author "" 
-\author "" 
+\html_math_output 0
+\html_be_strict false
 \end_header
 
 \begin_body
@@ -1762,7 +1778,7 @@ Características adicionales
 \align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="7" columns="2">
-<features>
+<features tabularvalignment="middle">
 <column alignment="center" valignment="top" width="0pt">
 <column alignment="center" valignment="top" width="0pt">
 <row>
@@ -4436,7 +4452,8 @@ Casos
 f(x)=\left\{ \begin{array}{cc}
 \log_{8}x & x>0\\
 0 & x=0\\
-\sum_{i=1}^{5}\alpha_{i}+\sqrt{-\frac{1}{x}} & x<0\end{array}\right.\]
+\sum_{i=1}^{5}\alpha_{i}+\sqrt{-\frac{1}{x}} & x<0
+\end{array}\right.\]
 
 \end_inset
 
index 0aa59ca8dd18eb1126faa86b20bf2c9ebe8b6b07..f403ee959b0772ccdb15c048fa6d0e737468aeb6 100644 (file)
@@ -1,5 +1,5 @@
-#LyX 1.6.8svn created this file. For more info see http://www.lyx.org/
-\lyxformat 345
+#LyX 2.0.0svn created this file. For more info see http://www.lyx.org/
+\lyxformat 404
 \begin_document
 \begin_header
 \textclass book
   {LyX}}
 \end_preamble
 \use_default_options false
+\maintain_unincluded_children false
 \language basque
 \inputencoding auto
+\fontencoding global
 \font_roman default
 \font_sans default
 \font_typewriter default
 \font_default_family default
+\use_xetex false
 \font_sc false
 \font_osf false
 \font_sf_scale 100
 \font_tt_scale 100
 
 \graphics default
+\default_output_format default
+\output_sync 0
+\bibtex_command default
+\index_command default
 \paperfontsize 12
 \spacing single
 \use_hyperref true
 \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
 \use_esint 0
+\use_mhchem 1
+\use_mathdots 1
 \cite_engine basic
 \use_bibtopic false
+\use_indices false
 \paperorientation portrait
+\suppress_date false
+\use_refstyle 0
+\index Indizea
+\shortcut idx
+\color #008000
+\end_index
 \secnumdepth 3
 \tocdepth 2
 \paragraph_separation indent
-\defskip medskip
+\paragraph_indentation default
 \quotes_language english
 \papercolumns 1
 \papersides 2
 \paperpagestyle headings
 \tracking_changes false
 \output_changes false
-\author "" 
-\author "" 
+\html_math_output 0
+\html_be_strict false
 \end_header
 
 \begin_body
@@ -1563,7 +1579,7 @@ Dokumentu klase bereziak
 \begin_layout Standard
 \begin_inset Tabular
 <lyxtabular version="3" rows="7" columns="2">
-<features>
+<features tabularvalignment="middle">
 <column alignment="center" valignment="top" width="0pt">
 <column alignment="center" valignment="top" width="0pt">
 <row>
@@ -3523,7 +3539,8 @@ ingurunea
 f(x)=\left\{ \begin{array}{cc}
 \log_{8}x & x>0\\
 0 & x=0\\
-\sum_{i=1}^{5}\alpha_{i}+\sqrt{-\frac{1}{x}} & x<0\end{array}\right.\]
+\sum_{i=1}^{5}\alpha_{i}+\sqrt{-\frac{1}{x}} & x<0
+\end{array}\right.\]
 
 \end_inset
 
index 6fc066db3a535f53490317885b8dbc7227a6d0a1..f8f9625e03ae7010dc32dcd91c93fa88dda8b539 100644 (file)
@@ -1,5 +1,5 @@
-#LyX 1.6.6svn created this file. For more info see http://www.lyx.org/
-\lyxformat 345
+#LyX 2.0.0svn created this file. For more info see http://www.lyx.org/
+\lyxformat 404
 \begin_document
 \begin_header
 \textclass book
   {LyX}}
 \end_preamble
 \use_default_options false
+\maintain_unincluded_children false
 \language french
 \inputencoding auto
+\fontencoding global
 \font_roman default
 \font_sans default
 \font_typewriter default
 \font_default_family default
+\use_xetex false
 \font_sc false
 \font_osf false
 \font_sf_scale 100
 \font_tt_scale 100
 
 \graphics default
+\default_output_format default
+\output_sync 0
+\bibtex_command default
+\index_command default
 \paperfontsize 12
 \spacing single
 \use_hyperref true
 \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
 \use_esint 0
+\use_mhchem 1
+\use_mathdots 1
 \cite_engine basic
 \use_bibtopic false
+\use_indices false
 \paperorientation portrait
+\suppress_date false
+\use_refstyle 0
+\index Index
+\shortcut idx
+\color #008000
+\end_index
 \secnumdepth 3
 \tocdepth 2
 \paragraph_separation indent
-\defskip medskip
+\paragraph_indentation default
 \quotes_language french
 \papercolumns 1
 \papersides 1
 \paperpagestyle default
 \tracking_changes false
 \output_changes false
-\author "" 
-\author "" 
+\html_math_output 0
+\html_be_strict false
 \end_header
 
 \begin_body
@@ -2147,7 +2163,7 @@ Avancées
 \align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="7" columns="2">
-<features>
+<features tabularvalignment="middle">
 <column alignment="center" valignment="top" width="0pt">
 <column alignment="left" valignment="top" width="9cm">
 <row>
@@ -4917,7 +4933,8 @@ Cas.
 f(x)=\left\{ \begin{array}{cc}
 \log_{8}x & x>0\\
 0 & x=0\\
-\sum_{i=1}^{5}\alpha_{i}+\sqrt{-\frac{1}{x}} & x<0\end{array}\right.\]
+\sum_{i=1}^{5}\alpha_{i}+\sqrt{-\frac{1}{x}} & x<0
+\end{array}\right.\]
 
 \end_inset
 
index 992fc952d2f776a488be1ef101cb17856351da70..8974d3151665d160a495efa7b847aeb6d8f3150e 100644 (file)
-#LyX 1.6.2svn created this file. For more info see http://www.lyx.org/\r
-\lyxformat 345\r
+#LyX 2.0.0svn created this file. For more info see http://www.lyx.org/\r
+\lyxformat 404\r
 \begin_document\r
 \begin_header\r
 \textclass book\r
 \begin_preamble\r
-\usepackage{footnote}\r
-\makesavenoteenv{tabular}\r
+% DO NOT ALTER THIS PREAMBLE!!!\r
+%\r
+%This preamble is designed to ensure that the document prints\r
+% out as advertised. If you mess with this preamble,\r
+% parts of the document may not print out as expected.  If you\r
+% have problems LaTeXing this file, please contact \r
+% the documentation team\r
+% email: lyx-docs@lists.lyx.org\r
+\r
+\usepackage{ifpdf} % part of the hyperref bundle\r
+\ifpdf % if pdflatex is used\r
+\r
+ % set fonts for nicer pdf view\r
+ \IfFileExists{lmodern.sty}{\usepackage{lmodern}}{}\r
+\r
+\fi % end if pdflatex is used\r
+\r
+% the pages of the TOC is numbered roman\r
+% and a pdf-bookmark for the TOC is added\r
+\let\myTOC\tableofcontents\r
+\renewcommand\tableofcontents{%\r
+  \pdfbookmark[1]{\contentsname}{}\r
+  \myTOC }\r
+\r
+% redefine the \LyX macro for PDF bookmarks\r
+\def\LyX{\texorpdfstring{%\r
+  L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}\r
+  {LyX}}\r
 \end_preamble\r
 \use_default_options false\r
+\maintain_unincluded_children false\r
 \language galician\r
-\inputencoding latin1\r
+\inputencoding auto\r
+\fontencoding global\r
 \font_roman default\r
 \font_sans default\r
 \font_typewriter default\r
 \font_default_family default\r
+\use_xetex false\r
 \font_sc false\r
 \font_osf false\r
 \font_sf_scale 100\r
 \font_tt_scale 100\r
 \r
 \graphics default\r
-\paperfontsize default\r
+\default_output_format default\r
+\output_sync 0\r
+\bibtex_command default\r
+\index_command default\r
+\paperfontsize 12\r
 \spacing single\r
-\use_hyperref false\r
-\papersize a4paper\r
+\use_hyperref true\r
+\pdf_title "The LyX Tutorial"\r
+\pdf_author "LyX Team, Ramón Flores"\r
+\pdf_subject "LyX-documentation Tutorial"\r
+\pdf_keywords "LyX, documentation"\r
+\pdf_bookmarks true\r
+\pdf_bookmarksnumbered true\r
+\pdf_bookmarksopen true\r
+\pdf_bookmarksopenlevel 1\r
+\pdf_breaklinks false\r
+\pdf_pdfborder false\r
+\pdf_colorlinks true\r
+\pdf_backref false\r
+\pdf_pdfusetitle false\r
+\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"\r
+\papersize default\r
 \use_geometry false\r
 \use_amsmath 0\r
 \use_esint 0\r
+\use_mhchem 1\r
+\use_mathdots 1\r
 \cite_engine basic\r
 \use_bibtopic false\r
+\use_indices false\r
 \paperorientation portrait\r
+\suppress_date false\r
+\use_refstyle 0\r
+\index Índice\r
+\shortcut idx\r
+\color #008000\r
+\end_index\r
 \secnumdepth 3\r
 \tocdepth 2\r
 \paragraph_separation indent\r
-\defskip medskip\r
+\paragraph_indentation default\r
 \quotes_language english\r
 \papercolumns 1\r
 \papersides 2\r
 \paperpagestyle headings\r
 \tracking_changes false\r
 \output_changes false\r
-\author "" \r
-\author "" \r
+\html_math_output 0\r
+\html_be_strict false\r
 \end_header\r
 \r
 \begin_body\r
@@ -55,15 +111,7 @@ pola equipa de LyX
 \begin_inset Newline newline\r
 \end_inset\r
 \r
-(Autor principal \r
-\noun on\r
-Amir Karger\r
-\begin_inset Newline newline\r
-\end_inset\r
-\r
-\r
-\noun default\r
-Tradutor: \r
+(Tradutor: \r
 \noun on\r
 Ramón Flores\r
 \noun default\r
@@ -2195,7 +2243,7 @@ Special Document Clases
 \align center\r
 \begin_inset Tabular\r
 <lyxtabular version="3" rows="7" columns="2">\r
-<features>\r
+<features tabularvalignment="middle">\r
 <column alignment="center" valignment="top" width="0pt">\r
 <column alignment="center" valignment="top" width="0pt">\r
 <row>\r
@@ -3196,7 +3244,6 @@ p
 \begin_inset Graphics\r
        filename ../../images/footnote-insert.png\r
        scale 85\r
-       BoundingBox 0bp 0bp 22bp 22bp\r
 \r
 \end_inset\r
 \r
@@ -3220,7 +3267,6 @@ As notas á marxe poden inserir-se ben desde o botón
 \begin_inset Graphics\r
        filename ../../images/marginalnote-insert.png\r
        scale 85\r
-       BoundingBox 0bp 0bp 22bp 22bp\r
 \r
 \end_inset\r
 \r
@@ -3634,7 +3680,6 @@ Para criar unha fórmula vaia a barra de ferramentas e clique no botón
 \begin_inset Graphics\r
        filename ../../images/math-mode.png\r
        scale 85\r
-       BoundingBox 0bp 0bp 22bp 22bp\r
 \r
 \end_inset\r
 \r
@@ -4086,7 +4131,6 @@ Prema no botón
 \begin_inset Graphics\r
        filename ../../images/math/sqrt-square.png\r
        scale 85\r
-       BoundingBox 0bp 0bp 22bp 22bp\r
 \r
 \end_inset\r
 \r
@@ -4175,7 +4219,6 @@ e desde un painel que se lanza ao premer o botón
 \begin_inset Graphics\r
        filename ../../images/math/delim.png\r
        scale 85\r
-       BoundingBox 0bp 0bp 22bp 22bp\r
 \r
 \end_inset\r
 \r
@@ -4656,7 +4699,8 @@ asos
 f(x)=\left\{ \begin{array}{cc}\r
 \log_{8}x & x>0\\\r
 0 & x=0\\\r
-\sum_{i=1}^{5}\alpha_{i}+\sqrt{-\frac{1}{x}} & x<0\end{array}\right.\]\r
+\sum_{i=1}^{5}\alpha_{i}+\sqrt{-\frac{1}{x}} & x<0\r
+\end{array}\right.\]\r
 \r
 \end_inset\r
 \r
index a3297ff308e325cccd561f6d2e3237887a4b5840..da00b459cfabaf7fd4cc80f2ea04be15ff7b5522 100644 (file)
@@ -1,5 +1,5 @@
-#LyX 1.6.8svn created this file. For more info see http://www.lyx.org/\r
-\lyxformat 345\r
+#LyX 2.0.0svn created this file. For more info see http://www.lyx.org/\r
+\lyxformat 404\r
 \begin_document\r
 \begin_header\r
 \textclass book\r
 % the documentation team\r
 % email: lyx-docs@lists.lyx.org\r
 \r
-% provides missing characters,\r
-\usepackage{textcomp}\r
-\r
 \usepackage{ifpdf} % part of the hyperref bundle\r
 \ifpdf % if pdflatex is used\r
 \r
  % set fonts for nicer pdf view\r
- \IfFileExists{lmodern.sty}{\usepackage{lmodern}}\r
-  {\usepackage[scaled=0.92]{helvet}\r
-    \usepackage{mathptmx}\r
-    \usepackage{courier} }\r
-\r
- % the pages of the TOC are numbered roman\r
- % and a pdf-bookmark for the TOC is added\r
- \pagenumbering{roman}\r
- \let\myTOC\tableofcontents\r
- \renewcommand\tableofcontents{%\r
-   \pdfbookmark[1]{Contents}{}\r
-   \myTOC\r
-   \clearpage\r
-   \pagenumbering{arabic} }\r
-\r
- % link all cross references and URLs in pdf output\r
- \usepackage[colorlinks=true, bookmarks, bookmarksnumbered,\r
-  linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,\r
-  pdfpagelayout=OneColumn, pdfnewwindow=true,\r
-  pdfstartview=XYZ, plainpages=false, pdfpagelabels,\r
-  pdfauthor={LyX Team}, pdftex,\r
-  pdftitle={The LyX User's Guide},pdfsubject={LyX-documentation Intro},\r
-  pdfkeywords={LyX}]{hyperref}\r
\r
-\else % if dvi or ps is produced\r
-\r
- % link all cross references and URLs in dvi output\r
- \usepackage[ps2pdf]{hyperref}\r
-\r
- % the pages of the TOC are numbered roman\r
- \pagenumbering{roman}\r
- \let\myTOC\tableofcontents\r
- \renewcommand\tableofcontents{%\r
-   \pdfbookmark[1]{Contents}{}\r
-   \myTOC\r
-   \clearpage\r
-   \pagenumbering{arabic} }\r
-   \r
-\fi\r
-%\def\magyarOptions{defaults=over-1.4,footnote=huplain}\r
-%\usepackage{indentfirst}\r
-%\frenchspacing\r
-%\sloppypar\r
+ \IfFileExists{lmodern.sty}{\usepackage{lmodern}}{}\r
+\r
+\fi % end if pdflatex is used\r
+\r
+% the pages of the TOC is numbered roman\r
+% and a pdf-bookmark for the TOC is added\r
+\let\myTOC\tableofcontents\r
+\renewcommand\tableofcontents{%\r
+  \frontmatter\r
+  \pdfbookmark[1]{\contentsname}{}\r
+  \myTOC\r
+  \mainmatter }\r
+\r
+% redefine the \LyX macro for PDF bookmarks\r
+\def\LyX{\texorpdfstring{%\r
+  L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}\r
+  {LyX}}\r
 \end_preamble\r
 \use_default_options false\r
+\maintain_unincluded_children false\r
 \language magyar\r
 \inputencoding auto\r
+\fontencoding global\r
 \font_roman default\r
 \font_sans default\r
 \font_typewriter default\r
 \font_default_family default\r
+\use_xetex false\r
 \font_sc false\r
 \font_osf false\r
 \font_sf_scale 100\r
 \font_tt_scale 100\r
 \r
 \graphics none\r
-\paperfontsize default\r
+\default_output_format default\r
+\output_sync 0\r
+\bibtex_command default\r
+\index_command default\r
+\paperfontsize 12\r
 \spacing single\r
-\use_hyperref false\r
+\use_hyperref true\r
+\pdf_title "The LyX Tutorial"\r
+\pdf_author "LyX Team"\r
+\pdf_subject "LyX-documentation Tutorial"\r
+\pdf_keywords "LyX, documentation"\r
+\pdf_bookmarks true\r
+\pdf_bookmarksnumbered true\r
+\pdf_bookmarksopen true\r
+\pdf_bookmarksopenlevel 1\r
+\pdf_breaklinks false\r
+\pdf_pdfborder false\r
+\pdf_colorlinks true\r
+\pdf_backref false\r
+\pdf_pdfusetitle false\r
+\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"\r
 \papersize default\r
 \use_geometry false\r
-\use_amsmath 1\r
+\use_amsmath 0\r
 \use_esint 0\r
+\use_mhchem 1\r
+\use_mathdots 1\r
 \cite_engine basic\r
 \use_bibtopic false\r
+\use_indices false\r
 \paperorientation portrait\r
-\leftmargin 2.5cm\r
-\topmargin 2.5cm\r
-\rightmargin 2.5cm\r
-\bottommargin 2.5cm\r
-\headheight 2cm\r
-\headsep 0.5cm\r
-\footskip 1cm\r
+\suppress_date false\r
+\use_refstyle 0\r
+\index Tárgymutató\r
+\shortcut idx\r
+\color #008000\r
+\end_index\r
 \secnumdepth 3\r
 \tocdepth 2\r
 \paragraph_separation indent\r
-\defskip medskip\r
+\paragraph_indentation default\r
 \quotes_language polish\r
 \papercolumns 1\r
 \papersides 2\r
-\paperpagestyle default\r
+\paperpagestyle headings\r
 \tracking_changes false\r
 \output_changes false\r
-\author "" \r
-\author "" \r
+\html_math_output 0\r
+\html_be_strict false\r
 \end_header\r
 \r
 \begin_body\r
@@ -2287,7 +2281,7 @@ Haladó szolgáltatások
 \align center\r
 \begin_inset Tabular\r
 <lyxtabular version="3" rows="7" columns="2">\r
-<features>\r
+<features tabularvalignment="middle">\r
 <column alignment="center" valignment="top" width="0">\r
 <column alignment="center" valignment="top" width="0">\r
 <row>\r
@@ -4874,7 +4868,8 @@ környezet
 f(x)=\left\{ \begin{array}{cc}\r
 \log_{8}x & x>0\\\r
 0 & x=0\\\r
-\sum_{i=1}^{5}\alpha_{i}+\sqrt{-\frac{1}{x}} & x<0\end{array}\right.\]\r
+\sum_{i=1}^{5}\alpha_{i}+\sqrt{-\frac{1}{x}} & x<0\r
+\end{array}\right.\]\r
 \r
 \end_inset\r
 \r
index 509c7f2b70dd809b55d43aeca6a607b8aeb83e3d..9627c0f59c9a54bafd8475fa4c857152ca8e9bcd 100644 (file)
@@ -1,5 +1,5 @@
-#LyX 1.6.3svn created this file. For more info see http://www.lyx.org/
-\lyxformat 345
+#LyX 2.0.0svn created this file. For more info see http://www.lyx.org/
+\lyxformat 404
 \begin_document
 \begin_header
 \textclass book
 \if@twocolumn\hbox{}\newpage\fi\fi\fi} 
 \end_preamble
 \use_default_options false
+\maintain_unincluded_children false
 \language bahasa
 \inputencoding auto
+\fontencoding global
 \font_roman default
 \font_sans default
 \font_typewriter default
 \font_default_family default
+\use_xetex false
 \font_sc false
 \font_osf false
 \font_sf_scale 100
 \font_tt_scale 100
 
 \graphics default
+\default_output_format default
+\output_sync 0
+\bibtex_command default
+\index_command default
 \paperfontsize 12
 \spacing single
 \use_hyperref true
 \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
 \use_esint 0
+\use_mhchem 1
+\use_mathdots 1
 \cite_engine basic
 \use_bibtopic false
+\use_indices false
 \paperorientation portrait
+\suppress_date false
+\use_refstyle 0
+\index Indeks
+\shortcut idx
+\color #008000
+\end_index
 \secnumdepth 3
 \tocdepth 2
 \paragraph_separation indent
-\defskip medskip
+\paragraph_indentation default
 \quotes_language english
 \papercolumns 1
 \papersides 2
 \paperpagestyle headings
 \tracking_changes false
 \output_changes false
-\author "" 
-\author "" 
+\html_math_output 0
+\html_be_strict false
 \end_header
 
 \begin_body
@@ -2120,7 +2136,7 @@ Fitur Tambahan
 \align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="7" columns="2">
-<features>
+<features tabularvalignment="middle">
 <column alignment="center" valignment="top" width="0pt">
 <column alignment="center" valignment="top" width="0pt">
 <row>
@@ -4723,7 +4739,8 @@ Cases
 f(x)=\left\{ \begin{array}{cc}
 \log_{8}x & x>0\\
 0 & x=0\\
-\sum_{i=1}^{5}\alpha_{i}+\sqrt{-\frac{1}{x}} & x<0\end{array}\right.\]
+\sum_{i=1}^{5}\alpha_{i}+\sqrt{-\frac{1}{x}} & x<0
+\end{array}\right.\]
 
 \end_inset
 
index 6440cb719080097e9e9ba2cdd4dd899e7d15503a..e18bd813d8861aa2ee3a6ae06140247dfa91cc97 100644 (file)
-#LyX 1.6.8svn created this file. For more info see http://www.lyx.org/
-\lyxformat 345
+#LyX 2.0.0svn created this file. For more info see http://www.lyx.org/
+\lyxformat 404
 \begin_document
 \begin_header
 \textclass book
+\begin_preamble
+% DO NOT ALTER THIS PREAMBLE!!!
+%
+%This preamble is designed to ensure that the document prints
+% out as advertised. If you mess with this preamble,
+% parts of the document may not print out as expected.  If you
+% have problems LaTeXing this file, please contact 
+% the documentation team
+% email: lyx-docs@lists.lyx.org
+
+\usepackage{ifpdf} % part of the hyperref bundle
+\ifpdf % if pdflatex is used
+
+ % set fonts for nicer pdf view
+ \IfFileExists{lmodern.sty}{\usepackage{lmodern}}{}
+
+\fi % end if pdflatex is used
+
+% the pages of the TOC is numbered roman
+% and a pdf-bookmark for the TOC is added
+\let\myTOC\tableofcontents
+\renewcommand\tableofcontents{%
+  \frontmatter
+  \pdfbookmark[1]{\contentsname}{}
+  \myTOC
+  \mainmatter }
+
+% redefine the \LyX macro for PDF bookmarks
+\def\LyX{\texorpdfstring{%
+  L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
+  {LyX}}
+\end_preamble
 \use_default_options false
+\maintain_unincluded_children false
 \language italian
-\inputencoding latin1
+\inputencoding auto
+\fontencoding global
 \font_roman default
 \font_sans default
 \font_typewriter default
 \font_default_family default
+\use_xetex false
 \font_sc false
 \font_osf false
 \font_sf_scale 100
 \font_tt_scale 100
 
 \graphics default
-\paperfontsize default
+\default_output_format default
+\output_sync 0
+\bibtex_command default
+\index_command default
+\paperfontsize 12
 \spacing single
-\use_hyperref false
-\papersize a4paper
+\use_hyperref true
+\pdf_title "The LyX Tutorial"
+\pdf_author "LyX Team"
+\pdf_subject "LyX-documentation Tutorial"
+\pdf_keywords "LyX, documentation"
+\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_pdfusetitle false
+\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
 \use_esint 0
+\use_mhchem 1
+\use_mathdots 1
 \cite_engine basic
 \use_bibtopic false
+\use_indices false
 \paperorientation portrait
+\suppress_date false
+\use_refstyle 0
+\index Indice
+\shortcut idx
+\color #008000
+\end_index
 \secnumdepth 3
 \tocdepth 2
 \paragraph_separation indent
-\defskip medskip
+\paragraph_indentation default
 \quotes_language english
 \papercolumns 1
 \papersides 2
 \paperpagestyle headings
 \tracking_changes false
 \output_changes false
-\author "" 
-\author "" 
+\html_math_output 0
+\html_be_strict false
 \end_header
 
 \begin_body
@@ -2021,7 +2083,7 @@ Caratteristiche estese
 \align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="7" columns="2">
-<features>
+<features tabularvalignment="middle">
 <column alignment="center" valignment="top" width="0pt">
 <column alignment="center" valignment="top" width="0pt">
 <row>
@@ -4487,7 +4549,8 @@ casi
 f(x)=\left\{ \begin{array}{cc}
 \log_{8}x & x>0\\
 0 & x=0\\
-\sum_{i=1}^{5}\alpha_{i}+\sqrt{-\frac{1}{x}} & x<0\end{array}\right.\]
+\sum_{i=1}^{5}\alpha_{i}+\sqrt{-\frac{1}{x}} & x<0
+\end{array}\right.\]
 
 \end_inset
 
index 51bde866c8232af29dc55adc9df51f8cb768d555..2396d7969b84759ef27cdc563be06ab42116c2cf 100644 (file)
@@ -1,5 +1,5 @@
-#LyX 1.6.5 created this file. For more info see http://www.lyx.org/
-\lyxformat 345
+#LyX 2.0.0svn created this file. For more info see http://www.lyx.org/
+\lyxformat 404
 \begin_document
 \begin_header
 \textclass book
   {LyX}}
 \end_preamble
 \use_default_options false
+\maintain_unincluded_children false
 \language japanese
 \inputencoding auto
+\fontencoding global
 \font_roman default
 \font_sans default
 \font_typewriter default
 \font_default_family default
+\use_xetex false
 \font_sc false
 \font_osf false
 \font_sf_scale 100
 \font_tt_scale 100
 
 \graphics dvips
+\default_output_format default
+\output_sync 0
+\bibtex_command default
+\index_command default
 \paperfontsize default
 \spacing single
 \use_hyperref true
 \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
 \use_esint 0
+\use_mhchem 1
+\use_mathdots 1
 \cite_engine basic
 \use_bibtopic false
+\use_indices false
 \paperorientation portrait
+\suppress_date false
+\use_refstyle 0
+\index 索引
+\shortcut idx
+\color #008000
+\end_index
 \secnumdepth 3
 \tocdepth 3
 \paragraph_separation indent
-\defskip medskip
+\paragraph_indentation default
 \quotes_language english
 \papercolumns 1
 \papersides 2
 \paperpagestyle default
 \tracking_changes false
 \output_changes false
-\author "" 
-\author "" 
+\html_math_output 0
+\html_be_strict false
 \end_header
 
 \begin_body
@@ -1397,7 +1413,7 @@ Special Document Classes
 \align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="7" columns="2">
-<features>
+<features tabularvalignment="middle">
 <column alignment="center" valignment="top" width="0pt">
 <column alignment="center" valignment="top" width="0pt">
 <row>
@@ -2813,7 +2829,8 @@ Cases環境
 f(x)=\left\{ \begin{array}{cc}
 \log_{8}x & x>0\\
 0 & x=0\\
-\sum_{i=1}^{5}\alpha_{i}+\sqrt{-\frac{1}{x}} & x<0\end{array}\right.\]
+\sum_{i=1}^{5}\alpha_{i}+\sqrt{-\frac{1}{x}} & x<0
+\end{array}\right.\]
 
 \end_inset
 
index 78fc42e5bdbfc0cb830ea359007656849e061f21..63bc9abbbffcc4afd3f2698b87a5d497cb34a2db 100644 (file)
-#LyX 1.6.8svn created this file. For more info see http://www.lyx.org/
-\lyxformat 345
+#LyX 2.0.0svn created this file. For more info see http://www.lyx.org/
+\lyxformat 404
 \begin_document
 \begin_header
 \textclass book
+\begin_preamble
+% DO NOT ALTER THIS PREAMBLE!!!
+%
+%This preamble is designed to ensure that the document prints
+% out as advertised. If you mess with this preamble,
+% parts of the document may not print out as expected.  If you
+% have problems LaTeXing this file, please contact 
+% the documentation team
+% email: lyx-docs@lists.lyx.org
+
+\usepackage{ifpdf} % part of the hyperref bundle
+\ifpdf % if pdflatex is used
+
+ % set fonts for nicer pdf view
+ \IfFileExists{lmodern.sty}{\usepackage{lmodern}}{}
+
+\fi % end if pdflatex is used
+
+% the pages of the TOC is numbered roman
+% and a pdf-bookmark for the TOC is added
+\let\myTOC\tableofcontents
+\renewcommand\tableofcontents{%
+  \frontmatter
+  \pdfbookmark[1]{\contentsname}{}
+  \myTOC
+  \mainmatter }
+
+% redefine the \LyX macro for PDF bookmarks
+\def\LyX{\texorpdfstring{%
+  L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
+  {LyX}}
+\end_preamble
 \use_default_options false
+\maintain_unincluded_children false
 \language dutch
-\inputencoding latin1
+\inputencoding auto
+\fontencoding global
 \font_roman default
 \font_sans default
 \font_typewriter default
 \font_default_family default
+\use_xetex false
 \font_sc false
 \font_osf false
 \font_sf_scale 100
 \font_tt_scale 100
 
 \graphics none
-\paperfontsize default
+\default_output_format default
+\output_sync 0
+\bibtex_command default
+\index_command default
+\paperfontsize 12
 \spacing single
-\use_hyperref false
+\use_hyperref true
+\pdf_title "The LyX Tutorial"
+\pdf_author "LyX Team"
+\pdf_subject "LyX-documentation Tutorial"
+\pdf_keywords "LyX, documentation"
+\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_pdfusetitle false
+\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
 \use_esint 0
+\use_mhchem 1
+\use_mathdots 1
 \cite_engine basic
 \use_bibtopic false
+\use_indices false
 \paperorientation portrait
+\suppress_date false
+\use_refstyle 0
+\index Trefwoord
+\shortcut idx
+\color #008000
+\end_index
 \secnumdepth 3
 \tocdepth 2
 \paragraph_separation indent
-\defskip medskip
+\paragraph_indentation default
 \quotes_language english
 \papercolumns 1
 \papersides 2
 \paperpagestyle headings
 \tracking_changes false
 \output_changes false
-\author "" 
-\author "" 
+\html_math_output 0
+\html_be_strict false
 \end_header
 
 \begin_body
@@ -537,6 +599,19 @@ WYSIWYM
 
 \begin_layout Subsection
 Verschillen tussen LyX en Tekstverwerkers
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+texorpdfstring{
+\end_layout
+
+\end_inset
+
+
 \begin_inset Foot
 status collapsed
 
@@ -552,6 +627,34 @@ Nee, we proberen hier niet een heilige oorlog over tekstverwerkers te starten
 \end_inset
 
 
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}{}
+\end_layout
+
+\end_inset
+
+
+\begin_inset Note Note
+status collapsed
+
+\begin_layout Plain Layout
+
+\series bold
+\lang english
+
+\backslash
+texorpdfstring
+\series default
+ is used to avoid that the footnote appears in the PDF-bookmark.
+\end_layout
+
+\end_inset
+
+
 \end_layout
 
 \begin_layout Standard
@@ -2795,7 +2898,7 @@ Gebruikshandleiding
 \align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="7" columns="2">
-<features>
+<features tabularvalignment="middle">
 <column alignment="center" valignment="top" width="0pt">
 <column alignment="center" valignment="top" width="0pt">
 <row>
@@ -5615,7 +5718,8 @@ Oefening:
 f(x)=\left\{ \begin{array}{cc}
 \log_{8}x & x>0\\
 0 & x=0\\
-\sum_{i=1}^{5}\alpha_{i}+\sqrt{-\frac{1}{x}} & x<0\end{array}\right.\]
+\sum_{i=1}^{5}\alpha_{i}+\sqrt{-\frac{1}{x}} & x<0
+\end{array}\right.\]
 
 \end_inset
 
@@ -5669,7 +5773,8 @@ Dit lijkt nergens op! Als je twee of meer opeenvolgende vergelijkingen schrijft,
 \begin_layout Standard
 \begin_inset Formula \begin{eqnarray*}
 x & = & y+y+y+y+y\\
- & = & 5y\end{eqnarray*}
+ & = & 5y
+\end{eqnarray*}
 
 \end_inset
 
@@ -5702,7 +5807,8 @@ je C-Return
  lange vergelijkingen over meerdere regels te verdelen zoals:
 \begin_inset Formula \begin{eqnarray*}
 x & = & a+b+c+d\\
- &  & +e+f+g\end{eqnarray*}
+ &  & +e+f+g
+\end{eqnarray*}
 
 \end_inset
 
@@ -5756,7 +5862,8 @@ C-Tab
  om te vormen tot
 \begin_inset Formula \begin{eqnarray*}
 E & = & mc^{2}\\
- & = & mc\times c\end{eqnarray*}
+ & = & mc\times c
+\end{eqnarray*}
 
 \end_inset
 
index d0baf84c58144283c46c1de41c86d20d632e2d58..a52a04e14bef7d165f79ef5c2175f20d1714d4ec 100644 (file)
-#LyX 1.6.8svn created this file. For more info see http://www.lyx.org/
-\lyxformat 345
+#LyX 2.0.0svn created this file. For more info see http://www.lyx.org/
+\lyxformat 404
 \begin_document
 \begin_header
 \textclass book
 \begin_preamble
-\sloppy
+%\sloppy
+% DO NOT ALTER THIS PREAMBLE!!!
+%
+%This preamble is designed to ensure that the document prints
+% out as advertised. If you mess with this preamble,
+% parts of the document may not print out as expected.  If you
+% have problems LaTeXing this file, please contact 
+% the documentation team
+% email: lyx-docs@lists.lyx.org
+
+\usepackage{ifpdf} % part of the hyperref bundle
+\ifpdf % if pdflatex is used
+
+ % set fonts for nicer pdf view
+ \IfFileExists{lmodern.sty}{\usepackage{lmodern}}{}
+
+\fi % end if pdflatex is used
+
+% the pages of the TOC is numbered roman
+% and a pdf-bookmark for the TOC is added
+\let\myTOC\tableofcontents
+\renewcommand\tableofcontents{%
+  \frontmatter
+  \pdfbookmark[1]{\contentsname}{}
+  \myTOC
+  \mainmatter }
+
+% redefine the \LyX macro for PDF bookmarks
+\def\LyX{\texorpdfstring{%
+  L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
+  {LyX}}
 \end_preamble
 \use_default_options false
+\maintain_unincluded_children false
 \language polish
-\inputencoding latin2
+\inputencoding auto
+\fontencoding global
 \font_roman default
 \font_sans default
 \font_typewriter default
 \font_default_family default
+\use_xetex false
 \font_sc false
 \font_osf false
 \font_sf_scale 100
 \font_tt_scale 100
 
 \graphics none
+\default_output_format default
+\output_sync 0
+\bibtex_command default
+\index_command default
 \paperfontsize 12
 \spacing single
-\use_hyperref false
+\use_hyperref true
+\pdf_title "The LyX Tutorial"
+\pdf_author "LyX Team"
+\pdf_subject "LyX-documentation Tutorial"
+\pdf_keywords "LyX, documentation"
+\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_pdfusetitle false
+\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
 \use_esint 0
+\use_mhchem 1
+\use_mathdots 1
 \cite_engine basic
 \use_bibtopic false
+\use_indices false
 \paperorientation portrait
+\suppress_date false
+\use_refstyle 0
+\index Indeks
+\shortcut idx
+\color #008000
+\end_index
 \secnumdepth 3
-\tocdepth 3
+\tocdepth 2
 \paragraph_separation indent
-\defskip medskip
+\paragraph_indentation default
 \quotes_language polish
 \papercolumns 1
-\papersides 1
+\papersides 2
 \paperpagestyle headings
 \tracking_changes false
 \output_changes false
-\author "" 
-\author "" 
+\html_math_output 0
+\html_be_strict false
 \end_header
 
 \begin_body
@@ -75,20 +135,7 @@ LyX wita.
 \end_layout
 
 \begin_layout Standard
-Dokument niniejszy 
-\begin_inset Flex URL
-status collapsed
-
-\begin_layout Plain Layout
-
-http://friko2.onet.pl/wr/voyttek
-\end_layout
-
-\end_inset
-
- jest przeznaczony dla tych, którzy nigdy nie słyszeli o LaTeX-u lub znają
- go tak sobie.
- Bez obaw - aby móc używać LyX-a nie trzeba uczyć się LaTeX-a.
+Bez obaw - aby móc używać LyX-a nie trzeba uczyć się LaTeX-a.
  O to w końcu w LyX-ie chodzi: ma on być wizualnym interfejsem do LaTeX-a
  w stylu prawie WYSIWYG.
 \end_layout
@@ -2562,7 +2609,7 @@ Oto bardzo krótki zestaw niektórych klas.
 \align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="7" columns="2">
-<features>
+<features tabularvalignment="middle">
 <column alignment="center" valignment="top" width="0pt">
 <column alignment="center" valignment="top" width="0pt">
 <row>
@@ -4049,6 +4096,19 @@ example_raw.lyx
 
 \begin_layout Section
 Pasek narzędzi formuł matematycznych
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+texorpdfstring{
+\end_layout
+
+\end_inset
+
+
 \begin_inset Foot
 status collapsed
 
@@ -4059,6 +4119,34 @@ W klyx-ie jest to pasek, w lyx-ie panel
 \end_inset
 
 
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}{}
+\end_layout
+
+\end_inset
+
+
+\begin_inset Note Note
+status collapsed
+
+\begin_layout Plain Layout
+
+\series bold
+\lang english
+
+\backslash
+texorpdfstring
+\series default
+ is used to avoid that the footnote appears in the PDF-bookmark.
+\end_layout
+
+\end_inset
+
+
 \end_layout
 
 \begin_layout Standard
@@ -4484,9 +4572,6 @@ example_raw.lyx
 
 \begin_layout Subsection
 Macierze
-\end_layout
-
-\begin_layout Standard
 \begin_inset CommandInset label
 LatexCommand label
 name "sec:matrices"
@@ -4553,6 +4638,19 @@ jak zmienić poziome wyrównywanie wyrażeń w każdej kolumnie i jak zmienić
 
 \begin_layout Subsection
 Tryb równań
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+texorpdfstring{
+\end_layout
+
+\end_inset
+
+
 \begin_inset Foot
 status collapsed
 
@@ -4566,6 +4664,34 @@ Ten podrozdział dotyczy opcji nieobecnej w menu klyx 0.9.6, gdzie występuje
 \end_inset
 
 
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}{}
+\end_layout
+
+\end_inset
+
+
+\begin_inset Note Note
+status collapsed
+
+\begin_layout Plain Layout
+
+\series bold
+\lang english
+
+\backslash
+texorpdfstring
+\series default
+ is used to avoid that the footnote appears in the PDF-bookmark.
+\end_layout
+
+\end_inset
+
+
 \end_layout
 
 \begin_layout Standard
@@ -4681,7 +4807,8 @@ example_raw.lyx
 f(x)=\left\{ \begin{array}{cc}
 \log_{8}x & x>0\\
 0 & x=0\\
-\sum_{i=1}^{5}\alpha_{i}+\sqrt{-\frac{1}{x}} & x<0\end{array}\right.\]
+\sum_{i=1}^{5}\alpha_{i}+\sqrt{-\frac{1}{x}} & x<0
+\end{array}\right.\]
 
 \end_inset
 
@@ -4732,7 +4859,8 @@ Wynik wygląda źle ! Jeżeli pisze się dwa lub więcej równań jedno za drugi
 \begin_layout Standard
 \begin_inset Formula \begin{eqnarray*}
 x & = & y+y+y+y+y\\
- & = & 5y\end{eqnarray*}
+ & = & 5y
+\end{eqnarray*}
 
 \end_inset
 
@@ -4767,7 +4895,8 @@ Tab
  na mniejsze bardzo długich równań, jak np.: 
 \begin_inset Formula \begin{eqnarray*}
 x & = & a+b+c+d\\
- &  & +e+f+g\end{eqnarray*}
+ &  & +e+f+g
+\end{eqnarray*}
 
 \end_inset
 
@@ -4819,7 +4948,8 @@ C-Return
  na
 \begin_inset Formula \begin{eqnarray*}
 E & = & mc^{2}\\
- & = & mc\times c\end{eqnarray*}
+ & = & mc\times c
+\end{eqnarray*}
 
 \end_inset
 
index 53e695dbb92c0965f5749e8bf522694635898e37..657882b4fa40e973a3b9338c61acc45afedab4ec 100644 (file)
-#LyX 1.6.8svn created this file. For more info see http://www.lyx.org/
-\lyxformat 345
+#LyX 2.0.0svn created this file. For more info see http://www.lyx.org/
+\lyxformat 404
 \begin_document
 \begin_header
 \textclass book
+\begin_preamble
+% DO NOT ALTER THIS PREAMBLE!!!
+%
+%This preamble is designed to ensure that the document prints
+% out as advertised. If you mess with this preamble,
+% parts of the document may not print out as expected.  If you
+% have problems LaTeXing this file, please contact 
+% the documentation team
+% email: lyx-docs@lists.lyx.org
+
+\usepackage{ifpdf} % part of the hyperref bundle
+\ifpdf % if pdflatex is used
+
+ % set fonts for nicer pdf view
+ \IfFileExists{lmodern.sty}{\usepackage{lmodern}}{}
+
+\fi % end if pdflatex is used
+
+% the pages of the TOC is numbered roman
+% and a pdf-bookmark for the TOC is added
+\let\myTOC\tableofcontents
+\renewcommand\tableofcontents{%
+  \frontmatter
+  \pdfbookmark[1]{\contentsname}{}
+  \myTOC
+  \mainmatter }
+
+% redefine the \LyX macro for PDF bookmarks
+\def\LyX{\texorpdfstring{%
+  L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
+  {LyX}}
+\end_preamble
 \use_default_options false
+\maintain_unincluded_children false
 \language portuguese
-\inputencoding latin1
+\inputencoding auto
+\fontencoding global
 \font_roman default
 \font_sans default
 \font_typewriter default
 \font_default_family default
+\use_xetex false
 \font_sc false
 \font_osf false
 \font_sf_scale 100
 \font_tt_scale 100
 
 \graphics none
-\paperfontsize default
+\default_output_format default
+\output_sync 0
+\bibtex_command default
+\index_command default
+\paperfontsize 12
 \spacing single
-\use_hyperref false
+\use_hyperref true
+\pdf_title "The LyX Tutorial"
+\pdf_author "LyX Team"
+\pdf_subject "LyX-documentation Tutorial"
+\pdf_keywords "LyX, documentation"
+\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_pdfusetitle false
+\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
 \use_esint 0
+\use_mhchem 1
+\use_mathdots 1
 \cite_engine basic
 \use_bibtopic false
+\use_indices false
 \paperorientation portrait
-\secnumdepth 2
+\suppress_date false
+\use_refstyle 0
+\index Índice
+\shortcut idx
+\color #008000
+\end_index
+\secnumdepth 3
 \tocdepth 2
 \paragraph_separation indent
-\defskip medskip
+\paragraph_indentation default
 \quotes_language english
 \papercolumns 1
 \papersides 2
-\paperpagestyle default
+\paperpagestyle headings
 \tracking_changes false
 \output_changes false
-\author "" 
-\author "" 
+\html_math_output 0
+\html_be_strict false
 \end_header
 
 \begin_body
@@ -682,6 +744,19 @@ ean).
 
 \begin_layout Subsection
 Diferenças entre o LyX e outros processadores de texto
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+texorpdfstring{
+\end_layout
+
+\end_inset
+
+
 \begin_inset Foot
 status collapsed
 
@@ -696,6 +771,34 @@ ores de texto.
 \end_inset
 
 
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}{}
+\end_layout
+
+\end_inset
+
+
+\begin_inset Note Note
+status collapsed
+
+\begin_layout Plain Layout
+
+\series bold
+\lang english
+
+\backslash
+texorpdfstring
+\series default
+ is used to avoid that the footnote appears in the PDF-bookmark.
+\end_layout
+
+\end_inset
+
+
 \end_layout
 
 \begin_layout Standard
@@ -3297,7 +3400,7 @@ Manual do Utilizador
 \align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="7" columns="2">
-<features>
+<features tabularvalignment="middle">
 <column alignment="center" valignment="top" width="0pt">
 <column alignment="center" valignment="top" width="0pt">
 <row>
@@ -6108,7 +6211,8 @@ Exercício
 f(x)=\left\{ \begin{array}{cc}
 \log_{8}x & x>0\\
 0 & x=0\\
-\sum_{i=1}^{5}\alpha_{i}+\sqrt{-\frac{1}{x}} & x<0\end{array}\right.\]
+\sum_{i=1}^{5}\alpha_{i}+\sqrt{-\frac{1}{x}} & x<0
+\end{array}\right.\]
 
 \end_inset
 
@@ -6166,7 +6270,8 @@ Isto não fica nada bem ! Se escrever duas ou mais equações sucessivamente,
  
 \begin_inset Formula \begin{eqnarray*}
 x & = & y+y+y+y+y\\
- & = & 5y\end{eqnarray*}
+ & = & 5y
+\end{eqnarray*}
 
 \end_inset
 
@@ -6209,7 +6314,8 @@ Tab
  muito compridas, como: 
 \begin_inset Formula \begin{eqnarray*}
 x & = & a+b+c+d\\
- &  & +e+f+g\end{eqnarray*}
+ &  & +e+f+g
+\end{eqnarray*}
 
 \end_inset
 
@@ -6267,7 +6373,8 @@ C-Tab
  para
 \begin_inset Formula \begin{eqnarray*}
 E & = & mc^{2}\\
- & = & mc\times c\end{eqnarray*}
+ & = & mc\times c
+\end{eqnarray*}
 
 \end_inset
 
index c5ee3be2d0a732428eef6cc660923a6af5ef9a56..ab47e73602eea3fb8d9e37c6bf9803c22c74fe79 100644 (file)
-#LyX 1.6.2svn created this file. For more info see http://www.lyx.org/
-\lyxformat 345
+#LyX 2.0.0svn created this file. For more info see http://www.lyx.org/
+\lyxformat 404
 \begin_document
 \begin_header
 \textclass book
 \begin_preamble
-\usepackage{a4wide}
+% DO NOT ALTER THIS PREAMBLE!!!
+%
+%This preamble is designed to ensure that the document prints
+% out as advertised. If you mess with this preamble,
+% parts of the document may not print out as expected.  If you
+% have problems LaTeXing this file, please contact 
+% the documentation team
+% email: lyx-docs@lists.lyx.org
+
+\usepackage{ifpdf} % part of the hyperref bundle
+\ifpdf % if pdflatex is used
+
+ % set fonts for nicer pdf view
+ \IfFileExists{lmodern.sty}{\usepackage{lmodern}}{}
+
+\fi % end if pdflatex is used
+
+% the pages of the TOC is numbered roman
+% and a pdf-bookmark for the TOC is added
+\let\myTOC\tableofcontents
+\renewcommand\tableofcontents{%
+  \frontmatter
+  \pdfbookmark[1]{\contentsname}{}
+  \myTOC
+  \mainmatter }
+
+% redefine the \LyX macro for PDF bookmarks
+\def\LyX{\texorpdfstring{%
+  L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
+  {LyX}}
 \end_preamble
 \use_default_options false
+\maintain_unincluded_children false
 \language russian
 \inputencoding koi8-r
+\fontencoding global
 \font_roman default
 \font_sans default
 \font_typewriter default
 \font_default_family default
+\use_xetex false
 \font_sc false
 \font_osf false
 \font_sf_scale 100
 \font_tt_scale 100
 
 \graphics none
-\paperfontsize default
+\default_output_format default
+\output_sync 0
+\bibtex_command default
+\index_command default
+\paperfontsize 12
 \spacing single
-\use_hyperref false
+\use_hyperref true
+\pdf_title "The LyX Tutorial"
+\pdf_author "LyX Team"
+\pdf_subject "LyX-documentation Tutorial"
+\pdf_keywords "LyX, documentation"
+\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_pdfusetitle false
+\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
 \use_esint 0
+\use_mhchem 1
+\use_mathdots 1
 \cite_engine basic
 \use_bibtopic false
+\use_indices false
 \paperorientation portrait
+\suppress_date false
+\use_refstyle 0
+\index Предметный указатель
+\shortcut idx
+\color #008000
+\end_index
 \secnumdepth 3
 \tocdepth 2
 \paragraph_separation indent
-\defskip medskip
+\paragraph_indentation default
 \quotes_language english
 \papercolumns 1
 \papersides 2
 \paperpagestyle headings
 \tracking_changes false
 \output_changes false
-\author "" 
-\author "" 
+\html_math_output 0
+\html_be_strict false
 \end_header
 
 \begin_body
@@ -2259,7 +2318,7 @@ Article
 \align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="7" columns="2">
-<features>
+<features tabularvalignment="middle">
 <column alignment="center" valignment="top" width="0pt">
 <column alignment="center" valignment="top" width="0pt">
 <row>
@@ -5148,7 +5207,8 @@ status collapsed
 f(x)=\left\{ \begin{array}{cc}
 \log_{8}x & x>0\\
 0 & x=0\\
-\sum_{i=1}^{5}\alpha_{i}+\sqrt{-\frac{1}{x}} & x<0\end{array}\right.\]
+\sum_{i=1}^{5}\alpha_{i}+\sqrt{-\frac{1}{x}} & x<0
+\end{array}\right.\]
 
 \end_inset
 
@@ -5202,7 +5262,8 @@ x=y+y+y+y+y\]
  
 \begin_inset Formula \begin{eqnarray*}
 x & = & y+y+y+y+y\\
- & = & 5y\end{eqnarray*}
+ & = & 5y
+\end{eqnarray*}
 
 \end_inset
 
@@ -5276,7 +5337,8 @@ status collapsed
 : 
 \begin_inset Formula \begin{eqnarray*}
 x & = & a+b+c+d\\
- &  & +e+f+g\end{eqnarray*}
+ &  & +e+f+g
+\end{eqnarray*}
 
 \end_inset
 
@@ -5330,7 +5392,8 @@ C-Tab
  на
 \begin_inset Formula \begin{eqnarray*}
 E & = & mc^{2}\\
- & = & mc\times c\end{eqnarray*}
+ & = & mc\times c
+\end{eqnarray*}
 
 \end_inset
 
index 32da51d3e861da9aeada827f4627f4f7bdcfda80..3ed6bd78e2e6fefa9d7024ed2ab58d2c37a41de5 100644 (file)
-#LyX 1.6.8svn created this file. For more info see http://www.lyx.org/
-\lyxformat 345
+#LyX 2.0.0svn created this file. For more info see http://www.lyx.org/
+\lyxformat 404
 \begin_document
 \begin_header
 \textclass book
+\begin_preamble
+% DO NOT ALTER THIS PREAMBLE!!!
+%
+%This preamble is designed to ensure that the document prints
+% out as advertised. If you mess with this preamble,
+% parts of the document may not print out as expected.  If you
+% have problems LaTeXing this file, please contact 
+% the documentation team
+% email: lyx-docs@lists.lyx.org
+
+\usepackage{ifpdf} % part of the hyperref bundle
+\ifpdf % if pdflatex is used
+
+ % set fonts for nicer pdf view
+ \IfFileExists{lmodern.sty}{\usepackage{lmodern}}{}
+
+\fi % end if pdflatex is used
+
+% the pages of the TOC is numbered roman
+% and a pdf-bookmark for the TOC is added
+\let\myTOC\tableofcontents
+\renewcommand\tableofcontents{%
+  \frontmatter
+  \pdfbookmark[1]{\contentsname}{}
+  \myTOC
+  \mainmatter }
+
+% redefine the \LyX macro for PDF bookmarks
+\def\LyX{\texorpdfstring{%
+  L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
+  {LyX}}
+\end_preamble
 \use_default_options false
+\maintain_unincluded_children false
 \language slovene
-\inputencoding latin2
+\inputencoding auto
+\fontencoding global
 \font_roman default
 \font_sans default
 \font_typewriter default
 \font_default_family default
+\use_xetex false
 \font_sc false
 \font_osf false
 \font_sf_scale 100
 \font_tt_scale 100
 
 \graphics none
-\paperfontsize default
+\default_output_format default
+\output_sync 0
+\bibtex_command default
+\index_command default
+\paperfontsize 12
 \spacing single
-\use_hyperref false
+\use_hyperref true
+\pdf_title "The LyX Tutorial"
+\pdf_author "LyX Team"
+\pdf_subject "LyX-documentation Tutorial"
+\pdf_keywords "LyX, documentation"
+\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_pdfusetitle false
+\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
 \use_esint 0
+\use_mhchem 1
+\use_mathdots 1
 \cite_engine basic
 \use_bibtopic false
+\use_indices false
 \paperorientation portrait
+\suppress_date false
+\use_refstyle 0
+\index Stvarno kazalo
+\shortcut idx
+\color #008000
+\end_index
 \secnumdepth 3
 \tocdepth 2
 \paragraph_separation indent
-\defskip medskip
+\paragraph_indentation default
 \quotes_language german
 \papercolumns 1
 \papersides 2
 \paperpagestyle headings
 \tracking_changes false
 \output_changes false
-\author "" 
-\author "" 
+\html_math_output 0
+\html_be_strict false
 \end_header
 
 \begin_body
@@ -566,6 +628,19 @@ misliš
 
 \begin_layout Subsection
 Razlike med LyXom in urejevalniki besedil
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+texorpdfstring{
+\end_layout
+
+\end_inset
+
+
 \begin_inset Foot
 status collapsed
 
@@ -583,6 +658,34 @@ Ne, tu ne poskušamo zanetiti (ali dobiti) svete vojne med urejevalniki besedil.
 \end_inset
 
 
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}{}
+\end_layout
+
+\end_inset
+
+
+\begin_inset Note Note
+status collapsed
+
+\begin_layout Plain Layout
+
+\series bold
+\lang english
+
+\backslash
+texorpdfstring
+\series default
+ is used to avoid that the footnote appears in the PDF-bookmark.
+\end_layout
+
+\end_inset
+
+
 \end_layout
 
 \begin_layout Standard
@@ -2706,7 +2809,7 @@ Uporabniškem vodniku
 \align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="7" columns="2">
-<features>
+<features tabularvalignment="middle">
 <column alignment="center" valignment="top" width="0pt">
 <column alignment="center" valignment="top" width="0pt">
 <row>
@@ -5282,7 +5385,8 @@ Vaja
 f(x)=\left\{ \begin{array}{cc}
 \log_{8}x & x>0\\
 0 & x=0\\
-\sum_{i=1}^{5}\alpha_{i}+\sqrt{-\frac{1}{x}} & x<0\end{array}\right.\]
+\sum_{i=1}^{5}\alpha_{i}+\sqrt{-\frac{1}{x}} & x<0
+\end{array}\right.\]
 
 \end_inset
 
@@ -5337,7 +5441,8 @@ To sploh ni videti dobro! Če napišete dve ali več enačb zapored, so videti
 \begin_layout Standard
 \begin_inset Formula \begin{eqnarray*}
 x & = & y+y+y+y+y\\
- & = & 5y\end{eqnarray*}
+ & = & 5y
+\end{eqnarray*}
 
 \end_inset
 
@@ -5375,7 +5480,8 @@ Tab
 \begin_layout Standard
 \begin_inset Formula \begin{eqnarray*}
 x & = & a+b+c+d\\
- &  & +e+f+g\end{eqnarray*}
+ &  & +e+f+g
+\end{eqnarray*}
 
 \end_inset
 
@@ -5427,7 +5533,8 @@ C-Tab
  v
 \begin_inset Formula \begin{eqnarray*}
 E & = & mc^{2}\\
- & = & mc\times c\end{eqnarray*}
+ & = & mc\times c
+\end{eqnarray*}
 
 \end_inset
 
index b8790e621f98d1fb4110625d48efabe790085f50..b5388d5e5dd0934a9c3784c09e9a3c02f8059b05 100644 (file)
-#LyX 1.6.8svn created this file. For more info see http://www.lyx.org/
-\lyxformat 345
+#LyX 2.0.0svn created this file. For more info see http://www.lyx.org/
+\lyxformat 404
 \begin_document
 \begin_header
 \textclass book
+\begin_preamble
+% DO NOT ALTER THIS PREAMBLE!!!
+%
+%This preamble is designed to ensure that the document prints
+% out as advertised. If you mess with this preamble,
+% parts of the document may not print out as expected.  If you
+% have problems LaTeXing this file, please contact 
+% the documentation team
+% email: lyx-docs@lists.lyx.org
+
+\usepackage{ifpdf} % part of the hyperref bundle
+\ifpdf % if pdflatex is used
+
+ % set fonts for nicer pdf view
+ \IfFileExists{lmodern.sty}{\usepackage{lmodern}}{}
+
+\fi % end if pdflatex is used
+
+% the pages of the TOC is numbered roman
+% and a pdf-bookmark for the TOC is added
+\let\myTOC\tableofcontents
+\renewcommand\tableofcontents{%
+  \frontmatter
+  \pdfbookmark[1]{\contentsname}{}
+  \myTOC
+  \mainmatter }
+
+% redefine the \LyX macro for PDF bookmarks
+\def\LyX{\texorpdfstring{%
+  L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
+  {LyX}}
+\end_preamble
 \use_default_options false
+\maintain_unincluded_children false
 \language swedish
-\inputencoding latin1
+\inputencoding auto
+\fontencoding global
 \font_roman default
 \font_sans default
 \font_typewriter default
 \font_default_family default
+\use_xetex false
 \font_sc false
 \font_osf false
 \font_sf_scale 100
 \font_tt_scale 100
 
 \graphics none
+\default_output_format default
+\output_sync 0
+\bibtex_command default
+\index_command default
 \paperfontsize 12
 \spacing single
-\use_hyperref false
+\use_hyperref true
+\pdf_title "The LyX Tutorial"
+\pdf_author "LyX Team"
+\pdf_subject "LyX-documentation Tutorial"
+\pdf_keywords "LyX, documentation"
+\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_pdfusetitle false
+\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
 \use_esint 0
+\use_mhchem 1
+\use_mathdots 1
 \cite_engine basic
 \use_bibtopic false
+\use_indices false
 \paperorientation portrait
+\suppress_date false
+\use_refstyle 0
+\index Sakord
+\shortcut idx
+\color #008000
+\end_index
 \secnumdepth 3
-\tocdepth 3
+\tocdepth 2
 \paragraph_separation indent
-\defskip medskip
+\paragraph_indentation default
 \quotes_language swedish
 \papercolumns 1
-\papersides 1
+\papersides 2
 \paperpagestyle headings
 \tracking_changes false
 \output_changes false
-\author "" 
-\author "" 
+\html_math_output 0
+\html_be_strict false
 \end_header
 
 \begin_body
@@ -2519,7 +2581,7 @@ Stil->Dokument
 \align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="7" columns="2">
-<features>
+<features tabularvalignment="middle">
 <column alignment="center" valignment="top" width="0pt">
 <column alignment="center" valignment="top" width="0pt">
 <row>
@@ -3475,6 +3537,19 @@ example_raw.lyx
 
 \begin_layout Section
 Referenser (Litteraturförteckning)
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+texorpdfstring{
+\end_layout
+
+\end_inset
+
+
 \begin_inset Foot
 status collapsed
 
@@ -3509,6 +3584,34 @@ Referenser
 \end_inset
 
 
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}{}
+\end_layout
+
+\end_inset
+
+
+\begin_inset Note Note
+status collapsed
+
+\begin_layout Plain Layout
+
+\series bold
+\lang english
+
+\backslash
+texorpdfstring
+\series default
+ is used to avoid that the footnote appears in the PDF-bookmark.
+\end_layout
+
+\end_inset
+
+
 \end_layout
 
 \begin_layout Standard
@@ -4994,7 +5097,8 @@ example_raw.lyx
 f(x)=\left\{ \begin{array}{cc}
 \log_{8}x & x>0\\
 0 & x=0\\
-\sum_{i=1}^{5}\alpha_{i}+\sqrt{-\frac{1}{x}} & x<0\end{array}\right.\]
+\sum_{i=1}^{5}\alpha_{i}+\sqrt{-\frac{1}{x}} & x<0
+\end{array}\right.\]
 
 \end_inset
 
@@ -5048,7 +5152,8 @@ Det där ser ju för uschelt ut! Om du skriver två eller flera ekvationer
 \begin_layout Standard
 \begin_inset Formula \begin{eqnarray*}
 x & = & y+y+y+y+y\\
- & = & 5y\end{eqnarray*}
+ & = & 5y
+\end{eqnarray*}
 
 \end_inset
 
@@ -5094,7 +5199,8 @@ Tab
 \begin_layout Standard
 \begin_inset Formula \begin{eqnarray*}
 x & = & a+b+c+d\\
- &  & +\, e+f+g\end{eqnarray*}
+ &  & +\, e+f+g
+\end{eqnarray*}
 
 \end_inset
 
@@ -5150,7 +5256,8 @@ C-Tab
 \begin_layout Standard
 \begin_inset Formula \begin{eqnarray*}
 E & = & mc^{2}\\
- & = & mc\times c\end{eqnarray*}
+ & = & mc\times c
+\end{eqnarray*}
 
 \end_inset
 
index a988758fa81ac18752d6e4433f4c122f22b18d2f..cefa9fd73161297cc6572978c5dc1f49803fedb2 100644 (file)
@@ -1,5 +1,5 @@
-#LyX 1.6.5svn created this file. For more info see http://www.lyx.org/
-\lyxformat 345
+#LyX 2.0.0svn created this file. For more info see http://www.lyx.org/
+\lyxformat 404
 \begin_document
 \begin_header
 \textclass book
   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
   {LyX}}
 \end_preamble
-\options a4paper,cjk
+\options cjk
 \use_default_options true
+\maintain_unincluded_children false
 \language chinese-simplified
 \inputencoding UTF8
+\fontencoding global
 \font_roman default
 \font_sans default
 \font_typewriter default
 \font_default_family default
+\use_xetex false
 \font_sc false
 \font_osf false
 \font_sf_scale 100
 \font_cjk gbsn
 
 \graphics default
+\default_output_format default
+\output_sync 0
+\bibtex_command default
+\index_command default
 \float_placement th
 \paperfontsize 12
 \spacing onehalf
 \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_geometry false
 \use_amsmath 1
 \use_esint 1
+\use_mhchem 1
+\use_mathdots 1
 \cite_engine basic
 \use_bibtopic false
+\use_indices false
 \paperorientation portrait
-\leftmargin 3cm
-\topmargin 3cm
-\rightmargin 2cm
-\bottommargin 2.5cm
-\headheight 2cm
-\headsep 0.75cm
-\footskip 0.75cm
+\suppress_date false
+\use_refstyle 0
+\index 索引
+\shortcut idx
+\color #008000
+\end_index
 \secnumdepth 3
 \tocdepth 3
 \paragraph_separation indent
-\defskip medskip
+\paragraph_indentation default
 \quotes_language english
 \papercolumns 1
 \papersides 2
 \paperpagestyle default
 \tracking_changes false
 \output_changes false
-\author "" 
-\author "" 
+\html_math_output 0
+\html_be_strict false
 \end_header
 
 \begin_body
@@ -1035,7 +1044,7 @@ Additional Features
 \align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="7" columns="2">
-<features>
+<features tabularvalignment="middle">
 <column alignment="center" valignment="top" width="0pt">
 <column alignment="center" valignment="top" width="0pt">
 <row>
@@ -2348,7 +2357,8 @@ Environment。
 f(x)=\left\{ \begin{array}{cc}
 \log_{8}x & x>0\\
 0 & x=0\\
-\sum_{i=1}^{5}\alpha_{i}+\sqrt{-\frac{1}{x}} & x<0\end{array}\right.\]
+\sum_{i=1}^{5}\alpha_{i}+\sqrt{-\frac{1}{x}} & x<0
+\end{array}\right.\]
 
 \end_inset