]> git.lyx.org Git - lyx.git/blobdiff - lib/doc/UserGuide.lyx
* LaTeXUI.ui:
[lyx.git] / lib / doc / UserGuide.lyx
index a7b957d9e26cb905c82bf6757c23e1608a91b660..ac15b55ccf75ca5d757a721fe78a827cd6d86a46 100644 (file)
@@ -1,5 +1,5 @@
-#LyX 1.6.0svn 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 346
 \begin_document
 \begin_header
 \textclass scrbook
 \tracking_changes false
 \output_changes false
 \author "" 
+\author "" 
 \end_header
 
 \begin_body
@@ -142,7 +143,7 @@ type "mailto:"
 \begin_inset Newline newline
 \end_inset
 
-Version 1.6.0
+Version 1.6.1
 \begin_inset Note Note
 status open
 
@@ -1454,8 +1455,8 @@ Outline
 
 \begin_layout Standard
 The outline window shows you the content of the document's table of contents
- (TOC) that is described in sec.
-\begin_inset space \thinspace{}
+ (TOC) that is described in section
+\begin_inset space ~
 \end_inset
 
 
@@ -1470,7 +1471,11 @@ reference "sub:Table-of-Contents"
  In the pull-down box at the top of the outline window, you can choose between
  different lists of document objects, like the list of footnotes.
  Some of them, the list of tables, figures, and algorithms can also be added
- to the document, see 
+ to the document, see section
+\begin_inset space ~
+\end_inset
+
+
 \begin_inset CommandInset ref
 LatexCommand ref
 reference "sub:List-of-Figures"
@@ -1602,6 +1607,137 @@ Shift-Tab
 2.4.1.
 \end_layout
 
+\begin_layout Section
+Input
+\begin_inset space \thinspace{}
+\end_inset
+
+/
+\begin_inset space \thinspace{}
+\end_inset
+
+Word Completion
+\begin_inset CommandInset label
+LatexCommand label
+name "sec:Input-Completion"
+
+\end_inset
+
+
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Input completion
+\end_layout
+
+\end_inset
+
+
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Word completion|see
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+{
+\end_layout
+
+\end_inset
+
+Input completion
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+LyX provides completion of words by scanning all documents that are currently
+ opened.
+ Every word that appears in these documents is added to a database that
+ is used to propose completions.
+\end_layout
+
+\begin_layout Standard
+By default LyX shows a small triangle behind the cursor as indicator that
+ there are completions available.
+ You can then press the 
+\family sans
+Tab
+\family default
+ key to use this completion.
+ When several completions are possible, a popup is opened showing them.
+ You can select a completion in the popup using the mouse or the arrow keys,
+ and accept the chosen completion be pressing 
+\family sans
+Return
+\family default
+.
+\end_layout
+
+\begin_layout Standard
+In the preferences dialog, that is opened with the menu 
+\family sans
+Tools\SpecialChar \menuseparator
+Preferences
+\family default
+, the cursor completion indicator can be turned off in the section 
+\family sans
+Editing\SpecialChar \menuseparator
+Input Completion
+\family default
+ by deselecting the option 
+\family sans
+Cursor indicator
+\family default
+.
+ With the option 
+\family sans
+Automatic inline completion
+\family default
+ the proposed completion is shown directly behind the cursor position.
+ To accept this proposal, use the 
+\family sans
+Tab
+\family default
+ key.
+ With the option 
+\family sans
+Automatic popup
+\family default
+ the completions are always shown in a popup.
+ LyX offers some more completion settings for experts that are described
+ in sec.
+\begin_inset space \thinspace{}
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sub:Input-Completion-Appendix"
+
+\end_inset
+
+.
+\end_layout
+
 \begin_layout Section
 Basic Key Bindings
 \begin_inset Index
@@ -10753,17 +10889,19 @@ LaTeX-packages ! aeguill
 \end_inset
 
  with the document preamble line
-\end_layout
+\begin_inset Newline newline
+\end_inset
 
-\begin_layout Plain Layout
 
 \series bold
 
 \backslash
 usepackage[ec]{aeguill}
-\end_layout
+\begin_inset Newline newline
+\end_inset
 
-\begin_layout Plain Layout
+
+\series default
 will fix the guillemet problem.
 \end_layout
 
@@ -23040,369 +23178,24 @@ Math ! Macros
 \end_inset
 
 
-\begin_inset CommandInset label
-LatexCommand label
-name "sec:math-macros"
-
-\end_inset
-
-
 \end_layout
 
 \begin_layout Standard
-LyX allows you to define macros for formulas.
- For example we assume that solutions of the quadratic equation often occur
- in our document in various forms and we want to create a macro to print
- them.
-\begin_inset Newline newline
-\end_inset
-
-The general form of a quadratic equation is:
-\begin_inset Formula \[
-0=\lambda^{2}+p\lambda+q\]
-
-\end_inset
-
-The general form of its solution is:
-\begin_inset Formula \[
-\lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p^{2}}{4}-q}\]
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-The macro should print the parameters 
-\begin_inset Formula $\lambda$
-\end_inset
-
-, 
-\begin_inset Formula $p$
-\end_inset
-
- and 
-\begin_inset Formula $q$
-\end_inset
-
- like in the equation above.
-\end_layout
-
-\begin_layout Standard
-A macro is created by executing the command
-\end_layout
-
-\begin_layout Standard
-
-\series bold
-math-macro
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
-\end_inset
-
-Name
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
-\end_inset
-
-Number
-\begin_inset space ~
-\end_inset
-
-of
+LyX allows you to define macros for formulas what is very useful when you
+ have in a document several times the same form of equations.
+ Math macros are explained in section 
+\emph on
+Math
 \begin_inset space ~
 \end_inset
 
-Arguments
-\end_layout
-
-\begin_layout Standard
-in the minibuffer at the bottom of the LyX screen.
- Name is the name of the new macro which mustn't contain numbers.
- The number of arguments can be a number in the range 1-9.
- If you want to define a macro without arguments, don't declare the number
- of arguments.
-\end_layout
-
-\begin_layout Standard
-We have three arguments and name the macro 
-\begin_inset Quotes eld
-\end_inset
-
-qE
-\begin_inset Quotes erd
-\end_inset
-
-, so that the command is:
-\end_layout
-
-\begin_layout Standard
-
-\series bold
-math-macro
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
-\end_inset
-
-qE
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-spce 
-\end_layout
-
-\end_inset
-
-3
-\end_layout
-
-\begin_layout Standard
-This results in the following macro definition box: 
-\begin_inset Graphics
-       filename clipart/macrobox.png
-
-\end_inset
-
-\begin_inset FormulaMacro
-\newcommand{\qE}[3]{#1_{1,\,2}=-\frac{#2}{2}\pm\sqrt{\frac{#2^{2}}{4}-#3}}
-{\textrm{qE: }#1\textrm{ , }#2\textrm{ , }#3}
-\end_inset
-
-
-\begin_inset Note Note
-status collapsed
-
-\begin_layout Plain Layout
-The first box is an image to show the behavior in the output.
- The second one is the definition box, that doesn't appear in the output.
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-The first blue box is for the definition, where you insert the formula via
- the math panel or commands.
- The placeholder for the arguments are inserted as a backslash and sharp
- followed by the argument number, e.
-\begin_inset space \thinspace{}
-\end_inset
-
-g.
-\begin_inset space \space{}
-\end_inset
-
-
-\begin_inset Quotes eld
-\end_inset
-
-
-\backslash
-#1
-\begin_inset Quotes erd
-\end_inset
-
- for the first argument.
- Placeholders will be displayed in red.
- The second blue box is for the appearance in LyX.
- This is useful when you have a large structure that shouldn't be displayed
- in LyX with its full size.
- If you want to see the macro as it is defined, leave the box blank.
- In our example we insert the sequence
-\begin_inset Newline newline
-\end_inset
-
-
-\series bold
-qE: 
-\backslash
-#1
-\series default
-\series bold
-,
-\series default
-\series bold
-
-\backslash
-#2
-\series default
-\series bold
-,
-\series default
-\series bold
-
-\backslash
-#3
-\begin_inset Newline newline
-\end_inset
-
-
-\series default
-The macro will then be shown as the macro name followed by the three arguments.
-\end_layout
-
-\begin_layout Standard
-To use the macro in a formula, type its name as command, in our case 
-\begin_inset Quotes eld
-\end_inset
-
-
-\series bold
-
-\backslash
-qE
-\series default
-
-\begin_inset Quotes erd
-\end_inset
-
-.
- The macro is inserted with boxes for the arguments looking similar to this:
-\end_layout
-
-\begin_layout Standard
-\align center
-\begin_inset Graphics
-       filename clipart/macrouse.png
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-The arguments are inserted in the blue boxes.
- If the cursor is outside the macro, the arguments are put in the macro.
- To change the arguments, put the cursor in the formula before or after
- the macro and press the right or left arrow key respectively.
- The arguments appear now again below the macro definition.
-\end_layout
-
-\begin_layout Standard
-If you change the macro definition all macros are changed automatically
- to the new definition.
- Here an example of our macro with the arguments 
-\begin_inset Formula $x$
-\end_inset
-
-, 
-\begin_inset Formula $\ln(x)$
-\end_inset
-
-, and 
-\begin_inset Formula $B$
-\end_inset
-
-:
-\begin_inset Formula \[
-\qE x{\ln(y)}B\]
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-When the document is exported to LaTeX, the macro definition will be inserted
- as the command:
-\end_layout
-
-\begin_layout Standard
-
-\series bold
-
-\backslash
-newcommand{
-\backslash
-qE}[3]{#1_{1,
-\backslash
-,2}=-
-\backslash
-frac{#2}{2}
-\backslash
-pm
-\begin_inset Newline newline
-\end_inset
-
-
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-
-\backslash
-hphantom{
-\end_layout
-
-\end_inset
-
-
-\backslash
-newcommand
-\begin_inset ERT
-status collapsed
-
-\begin_layout Plain Layout
-
-}
-\end_layout
-
-\end_inset
-
-
-\backslash
-sqrt{
-\backslash
-frac{#2^{2}}{4}-#3}}
-\end_layout
-
-\begin_layout Standard
-The command is not inserted in the document preamble.
- That means you can only use macros in formulas that are below the macro
- definition box in your document.
- There are also some other restrictions: The command 
-\backslash
-newcommand supports optional arguments, which are not available in LyX's
- macros.
- You can also not change subsequently the name of the macro and the number
- of arguments.
+Macros
+\emph default
+ of the 
+\emph on
+Math
+\emph default
+ manual.
 \end_layout
 
 \begin_layout Section
@@ -27257,6 +27050,60 @@ reference "cha:Units-available-in"
 cm.
 \end_layout
 
+\begin_layout Subsection
+Nomenclature Program
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Nomenclature ! Program
+\end_layout
+
+\end_inset
+
+
+\begin_inset CommandInset label
+LatexCommand label
+name "sub:Nomenclature-Program"
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+LyX uses the program 
+\family sans
+makeindex
+\family default
+ to generate the nomenclature, that is part of every LaTeX distribution.
+ LyX's preferences dialog allows to specify another program or to control
+\family sans
+makeindex
+\family default
+ by adding options, see section
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sub:LaTeX-settings"
+
+\end_inset
+
+.
+ The available options are listed and explained in 
+\begin_inset CommandInset citation
+LatexCommand cite
+key "nomencl,makeindex"
+
+\end_inset
+
+.
+\end_layout
+
 \begin_layout Section
 Branches
 \begin_inset Index
@@ -27537,18 +27384,12 @@ x^{2}-2x-2\Rightarrow\question{x_{1}}\answer{x_{2}}=1\question{+\sqrt{3}}\answer
 \end_layout
 
 \begin_layout Standard
-Inside math, the same effect can be achieved using math macros, see section
-\begin_inset space ~
-\end_inset
-
-
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "sec:math-macros"
-
-\end_inset
-
-.
+Inside math, the same effect can be achieved using math macros, see the
+\emph on
+Math
+\emph default
+ manual.
 \end_layout
 
 \begin_layout Section
@@ -34870,11 +34711,11 @@ Unfolds/folds the current math macro.
 \end_layout
 
 \begin_layout Standard
-More about math macros will be described in the 
+Math macros are described in the 
 \emph on
 Math
 \emph default
- manual.??
+ manual.
 \end_layout
 
 \begin_layout Subsection
@@ -38485,7 +38326,17 @@ Toolbar ! Table
 \emph on
 Embedded Objects
 \emph default
- manual, the math macro toolbar in the 
+ manual, the math macro toolbar
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Toolbar ! Macro
+\end_layout
+
+\end_inset
+
+ in the 
 \emph on
 Math
 \emph default
@@ -38547,8 +38398,8 @@ Document Class
 \end_layout
 
 \begin_layout Standard
-Here you set the document class, class options, a Postscript driver, and
master document.
+Here you set the document class, class options, a graphics driver, and a
+ master document.
  Document classes are described in section
 \begin_inset space ~
 \end_inset
@@ -38569,13 +38420,14 @@ Predefined
  and you can decide to use them or not.
  If you don't exactly know what the default class options are for, it is
  recommended not to touch them.
- The Postscript driver is used for LaTeX's color and graphics packages.
+ The graphics driver is used for LaTeX's graphics, color and page layout
+ packages.
  When using 
 \family sans
 Default
 \family default
 , the default driver for the LaTeX-packages are used.
- It is recommended to use the default unless your know what you are doing.
+ It is recommended to use the default unless you know what you are doing.
 \begin_inset Foot
 status collapsed
 
@@ -39946,6 +39798,19 @@ Item "Save Bookmark 6" "bookmark-save 6"
 to the navigate menu section in the .inc-file to have the sixth bookmark.
 \end_layout
 
+\begin_layout Subsubsection
+Automatic help
+\end_layout
+
+\begin_layout Standard
+The option 
+\family sans
+Enable tool tips in main work area
+\family default
+ enables tool tips showing the content of closed insets like index entries
+ or footnotes.
+\end_layout
+
 \begin_layout Subsubsection
 Session
 \end_layout
@@ -40031,6 +39896,15 @@ Recent
 .
 \end_layout
 
+\begin_layout Standard
+When the option 
+\family sans
+Open documents in tabs
+\family default
+ is not used, then every file will be opened in its own new instance of
+ LyX.
+\end_layout
+
 \begin_layout Subsection
 Screen Fonts
 \begin_inset Index
@@ -40644,6 +40518,47 @@ Wheel scrolling speed
  slow it down.
 \end_layout
 
+\begin_layout Subsection
+Input Completion
+\begin_inset CommandInset label
+LatexCommand label
+name "sub:Input-Completion-Appendix"
+
+\end_inset
+
+
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Input completion
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+Input completion is described in sec.
+\begin_inset space \thinspace{}
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:Input-Completion"
+
+\end_inset
+
+.
+ The completion options for math do the same as the corresponding options
+ for text.
+ With the general options you can define the delay time for the inline and
+ popup completion and choose if long completions should be abbreviated or
+ not.
+\end_layout
+
 \begin_layout Section
 Paths
 \begin_inset Index
@@ -40714,6 +40629,45 @@ Template
 .
 \end_layout
 
+\begin_layout Description
+Example
+\begin_inset space ~
+\end_inset
+
+files This directory will be opened when you use the button 
+\family sans
+Examples
+\family default
+ in the 
+\family sans
+File\SpecialChar \menuseparator
+Open
+\family default
+ dialog.
+\begin_inset Newline newline
+\end_inset
+
+
+\begin_inset Note Greyedout
+status open
+
+\begin_layout Plain Layout
+
+\series bold
+Note:
+\series default
+ The 
+\family sans
+Examples
+\family default
+ button does not exist when using LyX on MacOS and Windows systems.
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
 \begin_layout Description
 Backup
 \begin_inset space ~
@@ -40874,6 +40828,30 @@ Settings ! Language
 Language
 \end_layout
 
+\begin_layout Description
+User
+\begin_inset space ~
+\end_inset
+
+Interface
+\begin_inset space ~
+\end_inset
+
+language Here you can select the language of LyX's menus.
+ Unfortunately this doesn't work on Mac and Windows.
+ It works so far on Linux, but not for every language you can select here
+ exists a translation of the LyX menus.
+ You find the actual translation status here: 
+\begin_inset CommandInset href
+LatexCommand href
+name "http://www.lyx.org/I18n"
+target "http://www.lyx.org/I18n"
+
+\end_inset
+
+
+\end_layout
+
 \begin_layout Description
 Default
 \begin_inset space ~
@@ -40938,7 +40916,7 @@ Table
 \begin_inset Quotes erd
 \end_inset
 
- at the beginning of every table-caption.
+ at the beginning of every table caption.
 \end_layout
 
 \begin_layout Description
@@ -41082,24 +41060,27 @@ languages Text marked formatted in a language different from the document
 \end_layout
 
 \begin_layout Description
-Right
+Enable
 \begin_inset space ~
 \end_inset
 
-to
+RTL
 \begin_inset space ~
 \end_inset
 
-left
-\begin_inset space ~
-\end_inset
+support Enables the use of languages, written from right to left (RTL),
+ like Arabic, Hebrew, Farsi.
+\end_layout
 
-language
+\begin_layout Description
+Cursor
 \begin_inset space ~
 \end_inset
 
-support Enables the use of languages, written from right to left, like Arabic,
- Hebrew, Farsi.
+movement When writing RTL, you can define if the left and right arrow keys
+ moves the cursor visually to the left or right, respectively, or logically.
+ Logical means that the cursor is moved to the left when pressing the right
+ arrow key and the cursor is inside text in an RTL language.
 \end_layout
 
 \begin_layout Subsection
@@ -41469,46 +41450,9 @@ Default
  value depends on your LaTeX-system setup.
 \end_layout
 
-\begin_layout Description
-Reset
-\begin_inset space ~
-\end_inset
-
-class
-\begin_inset space ~
-\end_inset
-
-options
-\begin_inset space ~
-\end_inset
-
-when
-\begin_inset space ~
-\end_inset
-
-document
-\begin_inset space ~
-\end_inset
-
-classes
-\begin_inset space ~
-\end_inset
-
-changes Removes all manually set document class options in the 
-\family sans
-Document\SpecialChar \menuseparator
-Settings
-\family default
- dialog when changing the document class.
-\end_layout
-
 \begin_layout Standard
-In the 
-\family sans
-External Applications
-\family default
- field you can specify commands with parameters for the listed applications.
- Before you change something here, it is strongly recommended to read the
+You can also specify here commands with parameters for the listed applications.
+ But before you change something, it is strongly recommended to read the
  manuals of the applications.
  Currently the following commands can be set:
 \end_layout
@@ -41597,6 +41541,25 @@ reference "sub:Index-Program"
 .
 \end_layout
 
+\begin_layout Description
+Nomenclature
+\begin_inset space ~
+\end_inset
+
+command Command for the program that generates the nomenclature, see section
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sub:Nomenclature-Program"
+
+\end_inset
+
+.
+\end_layout
+
 \begin_layout Description
 DVI
 \begin_inset space ~
@@ -41621,8 +41584,51 @@ xdvi
  is used as DVI-viewer.
 \end_layout
 
-\begin_layout Subsection
-Paths
+\begin_layout Description
+There are additionally the following options:
+\end_layout
+
+\begin_layout Description
+Use
+\begin_inset space ~
+\end_inset
+
+Windows-style
+\begin_inset space ~
+\end_inset
+
+paths
+\begin_inset space ~
+\end_inset
+
+in
+\begin_inset space ~
+\end_inset
+
+LaTeX
+\begin_inset space ~
+\end_inset
+
+files Uses paths in the notation of Windows, that means that 
+\begin_inset Quotes eld
+\end_inset
+
+
+\backslash
+
+\begin_inset Quotes erd
+\end_inset
+
+ is used instead of 
+\begin_inset Quotes eld
+\end_inset
+
+/
+\begin_inset Quotes erd
+\end_inset
+
+ to separate folders.
+ This option is enabled by default when you use LyX on Windows.
 \begin_inset Index
 status collapsed
 
@@ -41645,36 +41651,58 @@ Settings ! Paths
 
 \end_layout
 
-\begin_layout Standard
-The submenu 
-\family sans
-Paths
-\family default
- is only available in the Windows version of LyX.
- The option 
+\begin_layout Description
+Reset
+\begin_inset space ~
+\end_inset
+
+class
+\begin_inset space ~
+\end_inset
+
+options
+\begin_inset space ~
+\end_inset
+
+when
+\begin_inset space ~
+\end_inset
+
+document
+\begin_inset space ~
+\end_inset
+
+classes
+\begin_inset space ~
+\end_inset
+
+changes Removes all manually set document class options in the 
 \family sans
-Use Windows-style paths in LaTeX files
+Document\SpecialChar \menuseparator
+Settings
 \family default
- uses the Windows path style:
+ dialog when changing the document class.
 \end_layout
 
-\begin_layout Standard
-C:
-\backslash
-test
-\backslash
-hello
-\end_layout
+\begin_layout Section
+File
+\begin_inset space ~
+\end_inset
 
-\begin_layout Standard
-instead of the Unix path style:
+Handling
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+File handling
 \end_layout
 
-\begin_layout Standard
-C:/test/hello
+\end_inset
+
+
 \end_layout
 
-\begin_layout Section
+\begin_layout Subsection
 Converters
 \begin_inset Index
 status collapsed
@@ -41757,8 +41785,15 @@ Customization
  manual.
 \end_layout
 
-\begin_layout Section
+\begin_layout Subsection
 File Formats
+\begin_inset CommandInset label
+LatexCommand label
+name "sec:File-Formats"
+
+\end_inset
+
+
 \begin_inset Index
 status collapsed
 
@@ -41769,9 +41804,12 @@ File formats
 \end_inset
 
 
-\begin_inset CommandInset label
-LatexCommand label
-name "sec:File-Formats"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Copiers
+\end_layout
 
 \end_inset
 
@@ -41782,24 +41820,6 @@ name "sec:File-Formats"
 Here you find the list of defined file formats that LyX can handle.
  You can modify the viewer and editor program that should be used for certain
  formats.
- To create a new format, select an existing one, change the entry of the
- fields 
-\family sans
-Format
-\family default
- and 
-\family sans
-GUI
-\begin_inset space ~
-\end_inset
-
-name
-\family default
-, and press the 
-\family sans
-Add
-\family default
- button.
 \end_layout
 
 \begin_layout Standard
@@ -41815,30 +41835,16 @@ Customization
  manual.
 \end_layout
 
-\begin_layout Section
-Copiers
-\begin_inset Index
-status collapsed
-
-\begin_layout Plain Layout
-Copiers
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
 \begin_layout Standard
-Here you find the list of defined copiers.
- Since all conversions from one format to another take place in LyX's temporary
+Since all conversions from one format to another take place in LyX's temporary
  directory, it is sometimes necessary to modify a file before copying it
  to the temporary directory in order that the conversion may be performed.
- This is done by a Copier.
-\end_layout
-
-\begin_layout Standard
-More about converters is described in section 
+ This is done by specifying a 
+\family sans
+Copier
+\family default
+.
+ More about this is described in section 
 \emph on
 Copiers
 \emph default
@@ -43289,7 +43295,7 @@ key "Latvian"
 
 \end_inset
 
-Latvian
+
 \begin_inset CommandInset href
 LatexCommand href
 name "Wiki-page"