]> git.lyx.org Git - lyx.git/blobdiff - lib/examples/example_lyxified.lyx
Avoid processing multiple times the same paragraph when converting latex arguments.
[lyx.git] / lib / examples / example_lyxified.lyx
index 227c6f5c1b8c0b25ec4ad35c0f4f3a2fed6ebc02..9953a098c30657fc9e10b7a5fdce4b9a6a275899 100644 (file)
@@ -1,53 +1,89 @@
-#LyX 1.5.0svn created this file. For more info see http://www.lyx.org/
-\lyxformat 245
+#LyX 2.1 created this file. For more info see http://www.lyx.org/
+\lyxformat 474
 \begin_document
 \begin_header
 \textclass article
+\use_default_options false
+\maintain_unincluded_children false
 \language english
-\inputencoding default
-\fontscheme default
-\graphics dvips
+\language_package default
+\inputencoding auto
+\fontencoding global
+\font_roman default
+\font_sans default
+\font_typewriter default
+\font_math auto
+\font_default_family default
+\use_non_tex_fonts 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 false
 \papersize default
 \use_geometry false
-\use_amsmath 0
+\use_package amsmath 0
+\use_package amssymb 0
+\use_package cancel 0
+\use_package esint 0
+\use_package mathdots 1
+\use_package mathtools 0
+\use_package mhchem 1
+\use_package stackrel 0
+\use_package stmaryrd 0
+\use_package undertilde 0
 \cite_engine basic
+\cite_engine_type default
+\biblio_style plain
 \use_bibtopic false
+\use_indices false
 \paperorientation portrait
+\suppress_date false
+\justification true
+\use_refstyle 0
+\index 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 1
 \paperpagestyle plain
 \tracking_changes false
-\output_changes true
+\output_changes false
+\html_math_output 0
+\html_css_as_file 0
+\html_be_strict false
 \end_header
 
 \begin_body
 
 \begin_layout Title
-
 THIS IS THE TITLE OF THE DOCUMENT
 \end_layout
 
 \begin_layout Author
-
 by Fee LyX
 \end_layout
 
 \begin_layout Date
-
 June 12, 1972
 \end_layout
 
 \begin_layout Standard
-
-
-\begin_inset LatexCommand \tableofcontents{}
+\begin_inset CommandInset toc
+LatexCommand tableofcontents
 
 \end_inset
 
@@ -55,30 +91,28 @@ June 12, 1972
 \end_layout
 
 \begin_layout Section
-
 Basic Philosophy
 \end_layout
 
 \begin_layout Standard
-
 The basic philosophy of LyX is that you should worry about the content of
  what you're writing and not the form.
 \end_layout
 
 \begin_layout Subsection
-
 How LyX does it
 \end_layout
 
 \begin_layout Standard
-
 LyX uses LaTeX, a document preparation system designed by Leslie Lamport
  in 1985.
  It, in turn, was built up from a typesetting language called TeX, created
  by Donald Knuth in 1984.
  LaTeX is designed around a philosophy similar to that of LyX.
  Leslie Lamport once said (see reference 
-\begin_inset LatexCommand \cite{lamport}
+\begin_inset CommandInset citation
+LatexCommand cite
+key "lamport"
 
 \end_inset
 
@@ -86,7 +120,6 @@ LyX uses LaTeX, a document preparation system designed by Leslie Lamport
 \end_layout
 
 \begin_layout Quote
-
 The function of typographic design is to help the reader understand the
  author's ideas.
  For a document to be easy to read, its visual structure must reflect its
@@ -100,14 +133,13 @@ The function of typographic design is to help the reader understand the
 \end_layout
 
 \begin_layout Subsection
-
 Why LyX is better
 \end_layout
 
 \begin_layout Standard
-
-
-\begin_inset LatexCommand \label{sec:lyxbetter}
+\begin_inset CommandInset label
+LatexCommand label
+name "sec:lyxbetter"
 
 \end_inset
 
@@ -139,18 +171,15 @@ What you see is what you mean
 \end_layout
 
 \begin_layout Section
-
 Features of LyX
 \end_layout
 
 \begin_layout Standard
-
 LyX has many features which make writing documents easier.
 \begin_inset Foot
 status collapsed
 
-\begin_layout Standard
-
+\begin_layout Plain Layout
 After all, why else would you want to use it?
 \end_layout
 
@@ -165,25 +194,26 @@ very excited
 \end_layout
 
 \begin_layout Itemize
-
 LyX worries about margins, and footnote numbering for you
 \end_layout
 
 \begin_layout Itemize
-
 LyX makes it simple to write and edit mathematical formulae
 \end_layout
 
 \begin_layout Standard
-
 For a more philosophical discussion of why LyX is better than lots of other
  word processors, see Section 
-\begin_inset LatexCommand \ref{sec:lyxbetter}
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:lyxbetter"
 
 \end_inset
 
 , which can be found on page 
-\begin_inset LatexCommand \pageref{sec:lyxbetter}
+\begin_inset CommandInset ref
+LatexCommand pageref
+reference "sec:lyxbetter"
 
 \end_inset
 
@@ -191,23 +221,19 @@ For a more philosophical discussion of why LyX is better than lots of other
 \end_layout
 
 \begin_layout Section
-
 Lame attempts to use other LyX stuff
 \end_layout
 
 \begin_layout Standard
-
 I wrote a program the other day.
  It looked like this.
 \end_layout
 
 \begin_layout LyX-Code
-
 5 REMARK MY AWESOME PROGRAM
 \end_layout
 
 \begin_layout LyX-Code
-
 10 PRINT 
 \begin_inset Quotes eld
 \end_inset
@@ -220,39 +246,38 @@ I'M AWESOME!
 \end_layout
 
 \begin_layout LyX-Code
-
 20 GOTO 10
 \end_layout
 
 \begin_layout Standard
-
 After all that scientific thinking, I started feeling more artistic, so
  I wrote this haiku
 \end_layout
 
 \begin_layout Verse
-
 LyX is really great 
-\newline
+\begin_inset Newline newline
+\end_inset
+
 Typesetting word processor
-\newline
+\begin_inset Newline newline
+\end_inset
+
  It saves so much time
 \end_layout
 
 \begin_layout Section
-
 Math Stuff
 \end_layout
 
 \begin_layout Standard
-
 My favorite equation is the solution to a quadratic equation.
  If 
 \begin_inset Formula $ax^{2}+bx+c=0$
 \end_inset
 
  (eq.1), then 
-\begin_inset Formula $x=\frac{-b\pm \sqrt{b^{2}-4ac}}{2a}$
+\begin_inset Formula $x=\frac{-b\pm\sqrt{b^{2}-4ac}}{2a}$
 \end_inset
 
  (eq.
@@ -260,9 +285,8 @@ My favorite equation is the solution to a quadratic equation.
 \end_layout
 
 \begin_layout Standard
-
 Another favorite equation is the basis of calculus: 
-\begin_inset Formula $f'(x)\equiv \lim _{\Delta x\rightarrow 0}\frac{f(x+\Delta x)-f(x)}{\Delta x}$
+\begin_inset Formula $f'(x)\equiv\lim_{\Delta x\rightarrow0}\frac{f(x+\Delta x)-f(x)}{\Delta x}$
 \end_inset
 
  (eq.
@@ -270,17 +294,14 @@ Another favorite equation is the basis of calculus:
 \end_layout
 
 \begin_layout Section
-
 Notes
 \end_layout
 
 \begin_layout Standard
-
 A couple notes about LyXifiying this file:
 \end_layout
 
 \begin_layout Itemize
-
 I was able to remove the lines made with dashes.
  They were there purely to separate the title and references from the rest
  of the document.
@@ -288,7 +309,6 @@ I was able to remove the lines made with dashes.
 \end_layout
 
 \begin_layout Itemize
-
 I didn't bother putting the math equations in display mode.
  Also, I didn't use LyX' automatic equation numbering, because it's not
  described in the 
@@ -299,7 +319,6 @@ Tutorial
 \end_layout
 
 \begin_layout Itemize
-
 I didn't have to type the word 
 \begin_inset Quotes eld
 \end_inset
@@ -319,13 +338,17 @@ Bibliography,
 
  depending on the textclass) when you select 
 \family sans
-Bibliography 
+Bibliography
 \family default
-style.
+ style.
 \end_layout
 
 \begin_layout Bibliography
-\bibitem {lamport}
+\begin_inset CommandInset bibitem
+LatexCommand bibitem
+key "lamport"
+
+\end_inset
 
 Lamport, Leslie.