]> git.lyx.org Git - lyx.git/blob - lib/doc/UserGuide.lyx
manuals: add a link where to find the latest PDF version
[lyx.git] / lib / doc / UserGuide.lyx
1 #LyX 1.5.4svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 276
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % DO NOT ALTER THIS PREAMBLE!!!
8 %
9 % This preamble is designed to ensure that the User's Guide prints
10 % out as advertised. If you mess with this preamble,
11 % parts of the User's Guide may not print out as expected.  If you
12 % have problems LaTeXing this file, please contact 
13 % the documentation team
14 % email: lyx-docs@lists.lyx.org
15
16 \usepackage{ifpdf} % part of the hyperref bundle
17 \ifpdf % if pdflatex is used
18
19  % set fonts for nicer pdf view
20  \IfFileExists{lmodern.sty}{\usepackage{lmodern}}{}
21
22  % link all cross references and URLs in pdf output
23  \usepackage[colorlinks=true, bookmarks, bookmarksnumbered,
24  linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,
25  pdfpagelayout=OneColumn, pdfnewwindow=true,
26  pdfstartview=XYZ, plainpages=false, pdfpagelabels,
27  pdfauthor={LyX Team}, pdftex,
28  pdftitle={The LyX User's Guide},pdfsubject={LyX},
29  pdfkeywords={LyX}]{hyperref}
30  
31 \else % if dvi or ps is produced
32
33  % link all cross references and URLs in dvi output
34  \usepackage[ps2pdf]{hyperref}
35
36 \fi % end if pdflatex is used
37
38  % the pages of the TOC are numbered roman
39  % and a pdf-bookmark for the TOC is added
40  \pagenumbering{roman}
41  \let\myTOC\tableofcontents
42  \renewcommand\tableofcontents{%
43    \pdfbookmark[1]{Contents}{}
44    \myTOC
45    \cleardoublepage
46    \pagenumbering{arabic} }
47
48 % redefine the \LyX macro for PDF bookmarks
49 \def\LyX{\texorpdfstring{%
50   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
51   {LyX }}
52
53 % define a short command for \textvisiblespace
54 \newcommand{\spce}{\textvisiblespace}
55
56 % redefine the greyed out note
57 \renewenvironment{lyxgreyedout}
58  {\textcolor{blue}\bgroup}{\egroup}
59 \end_preamble
60 \options intoc,refpage,bibtotoc,idxtotoc,BCOR7mm
61 \language english
62 \inputencoding auto
63 \font_roman default
64 \font_sans default
65 \font_typewriter default
66 \font_default_family default
67 \font_sc false
68 \font_osf false
69 \font_sf_scale 100
70 \font_tt_scale 100
71 \graphics default
72 \paperfontsize 12
73 \spacing single
74 \papersize default
75 \use_geometry false
76 \use_amsmath 1
77 \use_esint 0
78 \cite_engine basic
79 \use_bibtopic false
80 \paperorientation portrait
81 \branch Question
82 \selected 1
83 \color #00ff00
84 \end_branch
85 \branch Answer
86 \selected 0
87 \color #aa55ff
88 \end_branch
89 \secnumdepth 3
90 \tocdepth 3
91 \paragraph_separation indent
92 \defskip medskip
93 \quotes_language english
94 \papercolumns 1
95 \papersides 2
96 \paperpagestyle default
97 \tracking_changes false
98 \output_changes false
99 \author "" 
100 \author "" 
101 \end_header
102
103 \begin_body
104
105 \begin_layout Title
106 The LyX User's Guide
107 \end_layout
108
109 \begin_layout Author
110 by the LyX Team
111 \begin_inset Foot
112 status collapsed
113
114 \begin_layout Standard
115 \noindent
116 If you have comments or error corrections, please send them to the LyX Documenta
117 tion mailing list: 
118 \family typewriter
119 lyx-docs@lists.lyx.org
120 \end_layout
121
122 \end_inset
123
124
125 \newline
126
127 \newline
128 Version 1.5.4
129 \end_layout
130
131 \begin_layout Standard
132 \begin_inset Note Note
133 status open
134
135 \begin_layout Standard
136 To export this document as PDF, Postscript, or DVI, the LaTeX-package 
137 \series bold
138 hyperref
139 \series default
140  has to be installed.
141 \end_layout
142
143 \begin_layout Standard
144 This package should be part of all popular LaTeX-distributions.
145 \newline
146
147 \end_layout
148
149 \begin_layout Standard
150 The latest PDF-version of this document can be found here:
151 \newline
152
153 \series bold
154 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
155 \end_layout
156
157 \end_inset
158
159
160 \end_layout
161
162 \begin_layout Standard
163 \begin_inset LatexCommand tableofcontents
164
165 \end_inset
166
167
168 \end_layout
169
170 \begin_layout Chapter
171 Getting Started
172 \end_layout
173
174 \begin_layout Section
175 What is LyX?
176 \end_layout
177
178 \begin_layout Standard
179 LyX is a document preparation system.
180  It is a tool for producing beautiful manuscripts, publishable books, business
181  letters and proposals, and even poetry.
182  It is unlike most other 
183 \begin_inset Quotes eld
184 \end_inset
185
186 word processors
187 \begin_inset Quotes erd
188 \end_inset
189
190  in the sense that it uses the paradigm of a markup language as its core
191  editing style.
192  That means that when you type a section header, you mark it as a 
193 \begin_inset Quotes eld
194 \end_inset
195
196 Section
197 \begin_inset Quotes erd
198 \end_inset
199
200 , not 
201 \begin_inset Quotes eld
202 \end_inset
203
204 Bold, 17 pt type, left justified, 5 mm space below
205 \begin_inset Quotes erd
206 \end_inset
207
208 .
209  LyX takes care of the typesetting for you, so you deal only with concepts,
210  not the mechanics.
211 \end_layout
212
213 \begin_layout Standard
214 This philosophy is explained in much greater detail in the 
215 \emph on
216
217 \begin_inset Quotes eld
218 \end_inset
219
220 Introduction
221 \begin_inset Quotes erd
222 \end_inset
223
224
225 \emph default
226 .
227  If you haven't read it yet, you need to.
228  Yes, we mean now.
229 \end_layout
230
231 \begin_layout Standard
232 The 
233 \begin_inset Quotes eld
234 \end_inset
235
236
237 \emph on
238 Introduction
239 \emph default
240
241 \begin_inset Quotes erd
242 \end_inset
243
244  describes several things in addition to LyX's philosophy: most importantly,
245  the format of all of the manuals.
246  If you don't read it, you'll have a bear of a time navigating this manual.
247  You might also be better served looking in one of the other manuals instead
248  of this one.
249  
250 \begin_inset Quotes eld
251 \end_inset
252
253
254 \emph on
255 Introduction
256 \emph default
257
258 \begin_inset Quotes erd
259 \end_inset
260
261  describes that, too.
262 \end_layout
263
264 \begin_layout Section
265 How LyX Looks
266 \end_layout
267
268 \begin_layout Standard
269 Like most applications, LyX has the familiar menu bar across the top of
270  its window.
271  Below it is a toolbar with a pulldown box and various buttons.
272  There is, of course, a vertical scrollbar and a main work area for editing
273  documents.
274  Near the bottom of the window is a small window containing a single line
275  of text.
276  This is the 
277 \emph on
278 minibuffer
279 \emph default
280 , which really means 
281 \begin_inset Quotes eld
282 \end_inset
283
284 command buffer
285 \begin_inset Quotes erd
286 \end_inset
287
288 .
289  Type 
290 \family sans
291 M-x
292 \family default
293  when you need to type a command in the minibuffer.
294 \end_layout
295
296 \begin_layout Standard
297 Note that there is no horizontal scroll bar.
298  This is not a bug or an oversight, but intentional.
299  When you read a book, you expect the end of a line to wrap around to the
300  next line.
301  Text overflows onto new pages in a vertical fashion, hence the need for
302  only a vertical scrollbar.
303  There are three cases where you might want a horizontal scrollbar.
304  The first case is large figures, displayed WYSIWYG\SpecialChar \@.
305  This, however, is due
306  to a flaw in the routine that displays graphics on the LyX screen in a
307  WYSIWYG fashion; it should rescale the graphics to fit in the window, just
308  as you'd need to rescale graphics to fit on a page.
309  The second and third cases are tables and equations which are wider than
310  the LyX window.
311  You can use the arrow keys to scroll horizontally through the table, but
312  this doesn't work for equations yet.
313 \end_layout
314
315 \begin_layout Standard
316 For a brief description of all LyX menus and toolbar buttons, have a look
317  at Appendix\InsetSpace ~
318
319 \begin_inset LatexCommand ref
320 reference "cha:The-User-Interface"
321
322 \end_inset
323
324 .
325  Most of them are self-explanatory and you'll find them listed in the correspond
326 ing sections of this documentation.
327 \end_layout
328
329 \begin_layout Section
330 HELP
331 \end_layout
332
333 \begin_layout Standard
334 The help system consists of the LyX manuals.
335  You can read 
336 \emph on
337 all
338 \emph default
339  of the manuals from inside LyX.
340  Just select the manual you want read from the 
341 \family sans
342 Help
343 \family default
344  menu.
345 \end_layout
346
347 \begin_layout Section
348 Basic LyX Setup
349 \begin_inset LatexCommand label
350 name "sec:Basic-LyX-Setup"
351
352 \end_inset
353
354
355 \end_layout
356
357 \begin_layout Standard
358 There are several features of LyX that can be configured from inside LyX,
359  without resorting to configuration files.
360  First, LyX is able to inspect your system to see what programs, LaTeX document
361  classes and LaTeX packages are available.
362  It uses this knowledge to give reasonable defaults to several 
363 \family sans
364 Preferences
365 \begin_inset LatexCommand index
366 name "Preferences"
367
368 \end_inset
369
370
371 \family default
372  settings.
373  Although this configuration has already been done when LyX was installed
374  on your system, you might have some items that you installed locally, e.g.
375  new LaTeX classes, and which are not seen by LyX.
376  To force LyX to re-inspect your system, you should use 
377 \family sans
378 Tools\SpecialChar \menuseparator
379 Reconfigure
380 \family default
381 .
382 \begin_inset LatexCommand index
383 name "Reconfiguration of LyX"
384
385 \end_inset
386
387  You should then restart LyX to ensure that the changes are taken into account.
388 \end_layout
389
390 \begin_layout Section
391 LaTeX Setup
392 \begin_inset LatexCommand label
393 name "sec:LaTeX-Setup"
394
395 \end_inset
396
397
398 \end_layout
399
400 \begin_layout Standard
401 LyX needs several LaTeX packages to work properly.
402  The packages found on the system by LyX are listed in the file 
403 \emph on
404 LaT
405 \emph default
406
407 \begin_inset ERT
408 status collapsed
409
410 \begin_layout Standard
411
412 {}
413 \end_layout
414
415 \end_inset
416
417
418 \emph on
419 eX\InsetSpace ~
420 Configuration
421 \emph default
422  that will be created when using the menu 
423 \family sans
424 Help\SpecialChar \menuseparator
425 LaT
426 \begin_inset ERT
427 status collapsed
428
429 \begin_layout Standard
430
431 {}
432 \end_layout
433
434 \end_inset
435
436 eX\InsetSpace ~
437 Configuration
438 \family default
439 .
440  You should install the required missing packages and then reconfigure LyX.
441 \begin_inset Note Note
442 status collapsed
443
444 \begin_layout Standard
445 The two braces in the ERT box prevent that the term 
446 \begin_inset Quotes eld
447 \end_inset
448
449 LaTeX
450 \begin_inset Quotes erd
451 \end_inset
452
453  is printed with sub- and superscript letters.
454  More on ERT is described in section\InsetSpace ~
455
456 \begin_inset LatexCommand ref
457 reference "sec:ERT"
458
459 \end_inset
460
461 , the printout of proper names like LaTeX is explained in section\InsetSpace ~
462
463 \begin_inset LatexCommand ref
464 reference "sub:LyX's-Proper-Names"
465
466 \end_inset
467
468 .
469 \end_layout
470
471 \end_inset
472
473
474 \begin_inset LatexCommand index
475 name "Reconfiguration of LyX"
476
477 \end_inset
478
479
480 \end_layout
481
482 \begin_layout Chapter
483 How to work with LyX
484 \end_layout
485
486 \begin_layout Section
487 Basic File Operations
488 \begin_inset LatexCommand index
489 name "File Operations"
490
491 \end_inset
492
493
494 \end_layout
495
496 \begin_layout Standard
497 Under the 
498 \family sans
499 File
500 \family default
501  menu are basic operations for any word processor in addition to some more
502  advanced operations:
503 \end_layout
504
505 \begin_layout Itemize
506
507 \family sans
508 New
509 \end_layout
510
511 \begin_layout Itemize
512
513 \family sans
514 New\InsetSpace ~
515 from
516 \bar under
517 \InsetSpace ~
518
519 \bar default
520 Template
521 \end_layout
522
523 \begin_layout Itemize
524
525 \family sans
526 Open
527 \end_layout
528
529 \begin_layout Itemize
530
531 \family sans
532 Close
533 \end_layout
534
535 \begin_layout Itemize
536
537 \family sans
538 Save
539 \end_layout
540
541 \begin_layout Itemize
542
543 \family sans
544 Save\InsetSpace ~
545 As
546 \end_layout
547
548 \begin_layout Itemize
549
550 \family sans
551 Revert\InsetSpace ~
552 to\InsetSpace ~
553 saved
554 \end_layout
555
556 \begin_layout Itemize
557
558 \family sans
559 Version\InsetSpace ~
560 Control
561 \end_layout
562
563 \begin_layout Itemize
564
565 \family sans
566 Import
567 \end_layout
568
569 \begin_layout Itemize
570
571 \family sans
572 Export
573 \end_layout
574
575 \begin_layout Itemize
576
577 \family sans
578 Print
579 \end_layout
580
581 \begin_layout Itemize
582
583 \family sans
584 Exit
585 \end_layout
586
587 \begin_layout Standard
588 They all do pretty much the same thing as in other word processors, with
589  a few minor differences.
590  The 
591 \family sans
592 File\SpecialChar \menuseparator
593 New\InsetSpace ~
594 from
595 \bar under
596 \InsetSpace ~
597
598 \bar default
599 Template
600 \family default
601  command not only prompts you for a name for the new file, but also prompts
602  you for a template to use.
603  Selecting a template will automatically set certain layout features for
604  the document, features you would otherwise need to change manually.
605  They can be of use for certain classes, especially those for writing letters
606  (see section\InsetSpace ~
607
608 \begin_inset LatexCommand ref
609 reference "sec:Document-Classes"
610
611 \end_inset
612
613 ).
614 \end_layout
615
616 \begin_layout Standard
617 Note: There is no 
618 \begin_inset Quotes eld
619 \end_inset
620
621 default file
622 \begin_inset Quotes erd
623 \end_inset
624
625  or document named 
626 \begin_inset Quotes eld
627 \end_inset
628
629 Untitled
630 \begin_inset Quotes erd
631 \end_inset
632
633  or 
634 \begin_inset Quotes eld
635 \end_inset
636
637 scratch.
638 \begin_inset Quotes erd
639 \end_inset
640
641  Unless you tell LyX to open a file or create a new one, that big, blank
642  space is just that --- a big, blank space.
643 \end_layout
644
645 \begin_layout Standard
646
647 \family sans
648 Revert\InsetSpace ~
649 to\InsetSpace ~
650 saved
651 \family default
652  and 
653 \family sans
654 Version\InsetSpace ~
655 Control
656 \family default
657  are useful if more people work on the same document at the same time
658 \begin_inset Foot
659 status collapsed
660
661 \begin_layout Standard
662 If you plan to do this, you should check out the Version Control feature
663  in LyX also.
664  Read 
665 \emph on
666 Extended Features
667 \emph default
668 \SpecialChar \@.
669
670 \end_layout
671
672 \end_inset
673
674 .
675  
676 \family sans
677 Revert\InsetSpace ~
678 to\InsetSpace ~
679 saved
680 \family default
681  will reload the document from disk.
682  You can of course also use it if you regret that you changed a document
683  and want to restore it to the last save.
684  With
685 \family sans
686  Version\InsetSpace ~
687 Control 
688 \family default
689 you can there register the changes you made to a document so that others
690  can identify this as your changes.
691 \end_layout
692
693 \begin_layout Section
694 Basic Editing Features
695 \begin_inset LatexCommand index
696 name "Editing"
697
698 \end_inset
699
700
701 \begin_inset LatexCommand label
702 name "sec:Basic-Editing-Features"
703
704 \end_inset
705
706
707 \end_layout
708
709 \begin_layout Standard
710 Like most modern word processors, LyX can perform cut and paste operations
711  on blocks of text, can move by character, word, or screenful of text, and
712  can delete whole words as well as individual characters.
713  The next four sections cover the basic LyX editing features and how to
714  access them.
715  We'll start with cut and paste.
716 \end_layout
717
718 \begin_layout Standard
719 As you might expect, the 
720 \family sans
721 Edit
722 \family default
723  menu has the cut and paste commands, along with various other editing features.
724  Some of these are special and covered in later sections.
725  The basic ones are:
726 \end_layout
727
728 \begin_layout Itemize
729
730 \family sans
731 Cut
732 \end_layout
733
734 \begin_layout Itemize
735
736 \family sans
737 Copy
738 \end_layout
739
740 \begin_layout Itemize
741
742 \family sans
743 Paste
744 \end_layout
745
746 \begin_layout Itemize
747
748 \family sans
749 Paste\InsetSpace ~
750 Recent
751 \end_layout
752
753 \begin_layout Itemize
754
755 \family sans
756 Paste\InsetSpace ~
757 Special
758 \end_layout
759
760 \begin_layout Itemize
761
762 \family sans
763 Find\InsetSpace ~
764 &\InsetSpace ~
765 Replace
766 \end_layout
767
768 \begin_layout Standard
769 The first three are self-explanatory.
770  One thing to note: whenever you delete a block of text that you've selected,
771  it's automatically placed in the clipboard.
772  That is, the 
773 \family sans
774 Delete
775 \family default
776  and 
777 \family sans
778 Backspace
779 \family default
780  keys also functions as the 
781 \family sans
782 Cut
783 \family default
784  command.
785  Also, if you've selected text, be careful: If you hit a key, LyX will completel
786 y delete the selected text and replace it with what you just typed.
787  You'll have to do an 
788 \family sans
789 Undo
790 \family default
791  to get back the lost text.
792 \end_layout
793
794 \begin_layout Standard
795 \begin_inset LatexCommand index
796 name "Paste"
797
798 \end_inset
799
800 You can also copy text between LyX and other programs by cut, copy and paste.
801  The submenu of 
802 \family sans
803 Paste\InsetSpace ~
804 Recent
805 \family default
806  shows you a list with the last strings you have pasted.
807 \end_layout
808
809 \begin_layout Standard
810 The menu 
811 \family sans
812 Edit\SpecialChar \menuseparator
813 Paste\InsetSpace ~
814 Special\SpecialChar \menuseparator
815 Plain\InsetSpace ~
816 Text, Join\InsetSpace ~
817 Lines
818 \family default
819  will insert the text in the clipboard so that the whole text is inserted
820  as 
821 \emph on
822 one
823 \emph default
824  paragraph.
825  A new paragraph is started when there is a blank line in the file.
826  Without 
827 \family sans
828 Join\InsetSpace ~
829 Lines
830 \family default
831 , the text is inserted as Paragraphs, where the line breaks of the text
832  will start a new paragraph.
833 \end_layout
834
835 \begin_layout Standard
836 \begin_inset LatexCommand index
837 name "Replace"
838
839 \end_inset
840
841
842 \begin_inset LatexCommand index
843 name "Find"
844
845 \end_inset
846
847 The 
848 \family sans
849 Edit\SpecialChar \menuseparator
850 Find\InsetSpace ~
851 &\InsetSpace ~
852 Replace
853 \family default
854  item opens the 
855 \family sans
856 Find\InsetSpace ~
857 and\InsetSpace ~
858 Replace
859 \family default
860  dialog.
861  Once you've found a word or expression, LyX selects it.
862  Hitting the 
863 \family sans
864 Replace
865 \family default
866  button replaces the selected text with the contents of the 
867 \family sans
868 Replace\InsetSpace ~
869 with
870 \family default
871  field.
872  You can click the 
873 \family sans
874 Find\InsetSpace ~
875 Next
876 \family default
877  button to skip the current word.
878  Hit 
879 \family sans
880 Replace\InsetSpace ~
881 All
882 \family default
883  to replace all occurrences of the text in the document automatically.
884  The 
885 \family sans
886 Case\InsetSpace ~
887 sensitive
888 \family default
889  option can be used if you want the search to consider the case of the search
890  word.
891  If the toggle is set, searching for 
892 \begin_inset Quotes eld
893 \end_inset
894
895
896 \family typewriter
897 Test
898 \family default
899
900 \begin_inset Quotes erd
901 \end_inset
902
903  will not match the word 
904 \begin_inset Quotes eld
905 \end_inset
906
907
908 \family typewriter
909 test
910 \family default
911
912 \begin_inset Quotes erd
913 \end_inset
914
915 .
916  The 
917 \family sans
918 Match whole words only
919 \family default
920  option can be used to force LyX to only find complete words.
921  I.e., searching for 
922 \begin_inset Quotes eld
923 \end_inset
924
925
926 \family typewriter
927 star
928 \family default
929
930 \begin_inset Quotes erd
931 \end_inset
932
933  will not match 
934 \begin_inset Quotes eld
935 \end_inset
936
937
938 \family typewriter
939 starlet
940 \family default
941
942 \begin_inset Quotes erd
943 \end_inset
944
945 .
946 \end_layout
947
948 \begin_layout Standard
949 Things like notes, floats, etc., the so called insets can be dissolved.
950  This means that the inset is deleted and its content is left as normal
951  text.
952  Dissolving an inset is done by setting the cursor to the beginning of an
953  inset and pressing 
954 \family sans
955 Backspace
956 \family default
957  or by setting the cursor to the end and pressing 
958 \family sans
959 Delete
960 \family default
961 .
962 \end_layout
963
964 \begin_layout Section
965 Undo and Redo
966 \begin_inset LatexCommand index
967 name "Redo"
968
969 \end_inset
970
971
972 \begin_inset LatexCommand index
973 name "Undo"
974
975 \end_inset
976
977
978 \begin_inset LatexCommand label
979 name "sec:Undo-and-Redo"
980
981 \end_inset
982
983
984 \end_layout
985
986 \begin_layout Standard
987 If you make a mistake, you can easily recover from it.
988  LyX has a large-capacity undo/redo buffer.
989  Select 
990 \family sans
991 Edit\SpecialChar \menuseparator
992 Undo
993 \family default
994  to undo some mistake.
995  If you accidentally undo too much, use 
996 \family sans
997 Edit\SpecialChar \menuseparator
998 Redo
999 \family default
1000  to 
1001 \begin_inset Quotes eld
1002 \end_inset
1003
1004 undo the undo.
1005 \begin_inset Quotes erd
1006 \end_inset
1007
1008  The undo mechanism is currently limited to 100 steps to minimize memory
1009  overhead.
1010  
1011 \end_layout
1012
1013 \begin_layout Standard
1014 Notice that if you revert back all changes to arrive to the document as
1015  it was last saved, the 
1016 \begin_inset Quotes eld
1017 \end_inset
1018
1019 changed
1020 \begin_inset Quotes erd
1021 \end_inset
1022
1023  status of the document is unfortunately not reset.
1024  This is a consequence of the 100 step undo limit, above.
1025 \end_layout
1026
1027 \begin_layout Standard
1028 The 
1029 \family sans
1030 Undo
1031 \family default
1032  and 
1033 \family sans
1034 Redo
1035 \family default
1036  work on almost everything in LyX.
1037  They have some quirks, too.
1038  They won't 
1039 \family sans
1040 Undo
1041 \family default
1042  or 
1043 \family sans
1044 Redo
1045 \family default
1046  text character by character, but by blocks of text.
1047  That can take some getting used to; you'll have to play with 
1048 \family sans
1049 Undo
1050 \family default
1051  and 
1052 \family sans
1053 Redo
1054 \family default
1055  to get a feel for just how much they'll undo/redo, and after time, you'll
1056  surely appreciate how it works.
1057 \end_layout
1058
1059 \begin_layout Section
1060 Mouse Operations
1061 \begin_inset LatexCommand index
1062 name "Mouse Operations"
1063
1064 \end_inset
1065
1066
1067 \end_layout
1068
1069 \begin_layout Standard
1070 This are the most basic mouse operations.
1071 \end_layout
1072
1073 \begin_layout Enumerate
1074 Motion
1075 \end_layout
1076
1077 \begin_deeper
1078 \begin_layout Itemize
1079 Click the 
1080 \emph on
1081 left mouse button
1082 \emph default
1083  once anywhere in the edit window.
1084  The cursor moves to the text under the mouse.
1085 \end_layout
1086
1087 \end_deeper
1088 \begin_layout Enumerate
1089 Selecting Text
1090 \end_layout
1091
1092 \begin_deeper
1093 \begin_layout Itemize
1094 Hold down the 
1095 \emph on
1096 left mouse button
1097 \emph default
1098  and drag the mouse.
1099  LyX marks the text between the old and new mouse positions.
1100  Use 
1101 \family sans
1102 Edit\SpecialChar \menuseparator
1103 Copy
1104 \family default
1105  to create a copy of the text in LyX's buffer (and the clipboard).
1106 \end_layout
1107
1108 \begin_layout Itemize
1109 Re-position the cursor and then paste the text back into LyX using 
1110 \family sans
1111 Edit\SpecialChar \menuseparator
1112 Paste
1113 \family default
1114 .
1115 \end_layout
1116
1117 \end_deeper
1118 \begin_layout Enumerate
1119 Insets (Footnotes, Notes, Floats, etc.)
1120 \end_layout
1121
1122 \begin_deeper
1123 \begin_layout Standard
1124
1125 \emph on
1126 Single click
1127 \emph default
1128  the left mouse button to open or close any of these.
1129  Right-click on them to set its properties.
1130  Also check the appropriate section of this manual for more details.
1131 \end_layout
1132
1133 \end_deeper
1134 \begin_layout Enumerate
1135 Tables
1136 \end_layout
1137
1138 \begin_deeper
1139 \begin_layout Standard
1140
1141 \emph on
1142 Single click
1143 \emph default
1144  the right mouse button to open a dialog that will allow you to manipulate
1145  the table.
1146 \end_layout
1147
1148 \end_deeper
1149 \begin_layout Section
1150 Basic Key Bindings
1151 \begin_inset LatexCommand label
1152 name "sec:Key-Bindings"
1153
1154 \end_inset
1155
1156
1157 \begin_inset LatexCommand index
1158 name "Key Bindings"
1159
1160 \end_inset
1161
1162
1163 \end_layout
1164
1165 \begin_layout Standard
1166 We're not going to cover all of the keybindings.
1167  Be aware that there are at least two different primary binding maps: CUA
1168  and Emacs.
1169  LyX's default is CUA.
1170 \end_layout
1171
1172 \begin_layout Standard
1173 Some keys, like 
1174 \family sans
1175 Page\InsetSpace ~
1176 Up
1177 \family default
1178
1179 \family sans
1180 Page\InsetSpace ~
1181 Down
1182 \family default
1183
1184 \family sans
1185 Left
1186 \family default
1187
1188 \family sans
1189 Right
1190 \family default
1191
1192 \family sans
1193 Up
1194 \family default
1195 , and 
1196 \family sans
1197 Down
1198 \family default
1199 , do exactly what you expect them to do.
1200  Other keys don't:
1201 \end_layout
1202
1203 \begin_layout Labeling
1204 \labelwidthstring 00.00.0000
1205
1206 \family sans
1207 Tab
1208 \begin_inset LatexCommand nomenclature
1209 symbol "Tab"
1210 description "Tabulator key"
1211
1212 \end_inset
1213
1214
1215 \family default
1216  There is no such thing as a tab stop in LyX.
1217  If you don't understand this, go read sections\InsetSpace ~
1218
1219 \begin_inset LatexCommand ref
1220 reference "sec:Par-indent-intro"
1221
1222 \end_inset
1223
1224  and 
1225 \begin_inset LatexCommand ref
1226 reference "sec:Paragraph-Environments"
1227
1228 \end_inset
1229
1230 , especially section\InsetSpace ~
1231
1232 \begin_inset LatexCommand ref
1233 reference "sub:Lists"
1234
1235 \end_inset
1236
1237 , right now.
1238  Yes, right now.
1239  If you're still confused, look in the 
1240 \emph on
1241 Tutorial
1242 \emph default
1243 .
1244 \end_layout
1245
1246 \begin_layout Labeling
1247 \labelwidthstring 00.00.0000
1248
1249 \family sans
1250 Esc
1251 \begin_inset LatexCommand nomenclature
1252 symbol "Esc"
1253 description "Escape key"
1254
1255 \end_inset
1256
1257
1258 \family default
1259  This is the 
1260 \begin_inset Quotes eld
1261 \end_inset
1262
1263 cancel key.
1264 \begin_inset Quotes erd
1265 \end_inset
1266
1267  It's used, generically, to cancel operations.
1268  Other parts of the manual will go into greater detail about this.
1269 \end_layout
1270
1271 \begin_layout Labeling
1272 \labelwidthstring 00.00.0000
1273
1274 \family sans
1275 Home
1276 \family default
1277 \InsetSpace ~
1278 and\InsetSpace ~
1279
1280 \family sans
1281 End
1282 \family default
1283  These move the cursor, respectively, to the beginning and end of a line,
1284  unless you are using the Emacs bindings where they jump to the beginning
1285  or end of the file.
1286 \end_layout
1287
1288 \begin_layout Standard
1289 There are three modifier keys:
1290 \end_layout
1291
1292 \begin_layout Labeling
1293 \labelwidthstring 00.00.0000
1294
1295 \family sans
1296 Control
1297 \family default
1298  (Denoted by 
1299 \begin_inset Quotes eld
1300 \end_inset
1301
1302
1303 \family sans
1304 C
1305 \family default
1306
1307 \begin_inset Quotes erd
1308 \end_inset
1309
1310
1311 \begin_inset LatexCommand nomenclature
1312 symbol "C"
1313 description "Control key"
1314
1315 \end_inset
1316
1317  in the documentation files) This has a couple of different uses, depending
1318  on which keys it's used in combination with:
1319 \end_layout
1320
1321 \begin_deeper
1322 \begin_layout Itemize
1323 With 
1324 \family sans
1325 Backspace
1326 \family default
1327  or 
1328 \family sans
1329 Delete
1330 \family default
1331 , it deletes an entire word instead of a single character.
1332 \end_layout
1333
1334 \begin_layout Itemize
1335 With 
1336 \family sans
1337 Left
1338 \family default
1339  and 
1340 \family sans
1341 Right
1342 \family default
1343 , it moves by words instead of characters.
1344 \end_layout
1345
1346 \begin_layout Itemize
1347 With 
1348 \family sans
1349 Home
1350 \family default
1351  and 
1352 \family sans
1353 End
1354 \family default
1355 , it moves to the beginning and the end of the document, respectively.
1356 \end_layout
1357
1358 \end_deeper
1359 \begin_layout Labeling
1360 \labelwidthstring 00.00.0000
1361
1362 \family sans
1363 Shift
1364 \family default
1365  (Denoted by 
1366 \begin_inset Quotes eld
1367 \end_inset
1368
1369
1370 \family sans
1371 S
1372 \family default
1373
1374 \begin_inset Quotes erd
1375 \end_inset
1376
1377
1378 \begin_inset LatexCommand nomenclature
1379 symbol "S"
1380 description "Shift key"
1381
1382 \end_inset
1383
1384  in the documentation files) Use this with any of the motion keys to select
1385  the text between the old and new cursor positions.
1386 \end_layout
1387
1388 \begin_layout Labeling
1389 \labelwidthstring 00.00.0000
1390
1391 \family sans
1392 Meta
1393 \family default
1394  (Denoted by 
1395 \begin_inset Quotes eld
1396 \end_inset
1397
1398
1399 \family sans
1400 M
1401 \family default
1402
1403 \begin_inset Quotes erd
1404 \end_inset
1405
1406
1407 \begin_inset LatexCommand nomenclature
1408 symbol "M"
1409 description "Meta or Alt key"
1410
1411 \end_inset
1412
1413  in the documentation files) This is the Alt key on many keyboards, unless
1414  your keyboard has a distinct Meta key.
1415  If you have both keys, you will need to try out which one actually performs
1416  the 
1417 \family sans
1418 Meta-
1419 \family default
1420  function.
1421  This key does many different things, but it also activates the 
1422 \emph on
1423 menu accelerator keys
1424 \emph default
1425 .
1426  If you use this in combination with any of the underlined letters in a
1427  menu or menu item, it selects that menu item.
1428 \end_layout
1429
1430 \begin_deeper
1431 \begin_layout Standard
1432 For example, the sequence 
1433 \begin_inset Quotes eld
1434 \end_inset
1435
1436
1437 \family sans
1438 M\InsetSpace ~
1439 e\InsetSpace ~
1440 s
1441 \family default
1442 \InsetSpace ~
1443
1444 \family sans
1445 c
1446 \family default
1447
1448 \begin_inset Quotes erd
1449 \end_inset
1450
1451  
1452 \family sans
1453 brings
1454 \family default
1455  up the 
1456 \begin_inset Quotes eld
1457 \end_inset
1458
1459 Text Style
1460 \begin_inset Quotes erd
1461 \end_inset
1462
1463  menu.
1464  Typing 
1465 \begin_inset Quotes eld
1466 \end_inset
1467
1468
1469 \family sans
1470 M\InsetSpace ~
1471 f
1472 \family default
1473
1474 \begin_inset Quotes erd
1475 \end_inset
1476
1477  opens the 
1478 \family sans
1479 File
1480 \family default
1481  menu.
1482 \end_layout
1483
1484 \begin_layout Standard
1485 There are also other things bound to the 
1486 \family sans
1487 Meta-
1488 \family default
1489  key, but you'll have to check in the 
1490 \emph on
1491 Reference
1492 \emph default
1493  
1494 \emph on
1495 manual
1496 \emph default
1497  for more info.
1498 \end_layout
1499
1500 \end_deeper
1501 \begin_layout Standard
1502 You'll learn more and more keybindings and short-cut keys as you use LyX,
1503  because most actions will prompt a small message in the status bar at the
1504  bottom of LyX's main window which describe the name of the action, you've
1505  just triggered, and any existing keybindings for that action.
1506  The notation for the keybindings is very similar to the notation used in
1507  this documentation, so you should not have any problems understanding it.
1508  However, notice that Shift-modifiers are explicitly mentioned, so 
1509 \family sans
1510
1511 \begin_inset Quotes eld
1512 \end_inset
1513
1514 M-p S-A
1515 \family default
1516
1517 \begin_inset Quotes erd
1518 \end_inset
1519
1520  means 
1521 \family sans
1522 Meta-p
1523 \family default
1524  followed by a capital 
1525 \family sans
1526 A
1527 \family default
1528 .
1529  
1530 \begin_inset Quotes eld
1531 \end_inset
1532
1533
1534 \family sans
1535 S-C-s
1536 \family default
1537
1538 \begin_inset Quotes erd
1539 \end_inset
1540
1541  means 
1542 \family sans
1543 Shift-Control-s
1544 \family default
1545 .
1546 \end_layout
1547
1548 \begin_layout Chapter
1549 LyX Basics
1550 \begin_inset LatexCommand index
1551 name "LyX ! Basics"
1552
1553 \end_inset
1554
1555
1556 \end_layout
1557
1558 \begin_layout Section
1559 Document Types
1560 \begin_inset LatexCommand index
1561 name "Document ! Types"
1562
1563 \end_inset
1564
1565
1566 \end_layout
1567
1568 \begin_layout Subsection
1569 Introduction
1570 \end_layout
1571
1572 \begin_layout Standard
1573 Before you do anything else, before you ever start writing a document, you
1574  need to decide what type of document you want to edit.
1575  Different types of documents use different types of spacing, headings,
1576  numbering schemes, and so on.
1577  Additionally, different documents use different paragraph environments,
1578  and format the title of your document differently.
1579 \end_layout
1580
1581 \begin_layout Standard
1582
1583 \emph on
1584 document class
1585 \emph default
1586  describes a group of properties common to a particular set of documents.
1587  By setting the document class, you automatically select these properties,
1588  making it easier to create the type of document you want.
1589  If you don't choose a document class, LyX picks one for you by default.
1590  So, it behooves you to change the class of your document.
1591 \end_layout
1592
1593 \begin_layout Standard
1594 Read on for info about the document classes you can choose from LyX, and
1595  how to adjust their properties.
1596 \end_layout
1597
1598 \begin_layout Subsection
1599 Document Classes
1600 \begin_inset LatexCommand index
1601 name "Document ! Classes"
1602
1603 \end_inset
1604
1605
1606 \begin_inset LatexCommand label
1607 name "sec:Document-Classes"
1608
1609 \end_inset
1610
1611
1612 \end_layout
1613
1614 \begin_layout Subsubsection
1615 Overview
1616 \end_layout
1617
1618 \begin_layout Standard
1619 There are four standard document classes in LyX.
1620  They are:
1621 \end_layout
1622
1623 \begin_layout Description
1624 Article for basic articles
1625 \end_layout
1626
1627 \begin_layout Description
1628 Report for basic reports
1629 \end_layout
1630
1631 \begin_layout Description
1632 Book for writing a book
1633 \end_layout
1634
1635 \begin_layout Description
1636 Letter for US-style letters
1637 \end_layout
1638
1639 \begin_layout Standard
1640 There are also some non-standard classes, which LyX only uses if you have
1641  installed them.
1642  Here are some of the classes, the full list with detailed explanations
1643  can be found in chapter 
1644 \emph on
1645 Special Document Classes
1646 \emph default
1647  in the 
1648 \emph on
1649 Extended Features
1650 \emph default
1651  manual:
1652 \end_layout
1653
1654 \begin_layout Description
1655 A&A Journal articles in the style and format used in Astronomy & Astrophysics
1656 \end_layout
1657
1658 \begin_layout Description
1659 AAST
1660 \family sans
1661
1662 \begin_inset ERT
1663 status collapsed
1664
1665 \begin_layout Standard
1666
1667 {}
1668 \end_layout
1669
1670 \end_inset
1671
1672
1673 \family default
1674 eX For submissions to the journals published by the American Astronomical
1675  Society
1676 \end_layout
1677
1678 \begin_layout Description
1679 AMS Layouts for articles and books in the style and format used by the American
1680  Mathematical Society (AMS).
1681  There are three article layouts available.
1682  The standard one uses a typical numbering scheme for theorems etc., that
1683  prepends the section number to the number of the result.
1684  All result-type statements (propositions, corollaries, and so on) are sequenced
1685  together, but definitions, examples, and the like have their own sequence.
1686  The 
1687 \begin_inset Quotes eld
1688 \end_inset
1689
1690 sequential numbering
1691 \begin_inset Quotes erd
1692 \end_inset
1693
1694  scheme does not place the section number with each result, but numbers
1695  them throughout the article in a single sequence.
1696  Each type of result gets its own sequence.
1697  There is also a layout that dispenses with numbering of statements altogether.
1698 \end_layout
1699
1700 \begin_layout Description
1701 Beamer Layout for presentations
1702 \end_layout
1703
1704 \begin_layout Description
1705 broadway Layout for writing plays.
1706  It is not an existing LaTeX document class, but a new one which is distributed
1707  with LyX.
1708 \end_layout
1709
1710 \begin_layout Description
1711 curiculum\InsetSpace ~
1712 vitae classes to create curriculum vitae
1713 \end_layout
1714
1715 \begin_layout Description
1716 Dinbrief Letters in format of the DIN (German industry norm)
1717 \end_layout
1718
1719 \begin_layout Description
1720 dtk Layout for 
1721 \family typewriter
1722 Die TeXnische Komödie
1723 \family default
1724 , the journal of the German TeX user Group (Dante)
1725 \end_layout
1726
1727 \begin_layout Description
1728 Elsevier Layout for journals of the Elsevier publishing group
1729 \end_layout
1730
1731 \begin_layout Description
1732 Foils Used to make transparencies
1733 \end_layout
1734
1735 \begin_layout Description
1736 g-brief Letters in format of the DIN (German industry norm)
1737 \end_layout
1738
1739 \begin_layout Description
1740 hollywood Used to type spec scripts for the US film industry.
1741  It is not an existing LaTeX document class, but a new one which is distributed
1742  with LyX.
1743 \end_layout
1744
1745 \begin_layout Description
1746 IEEEtran Layout for the journals published by the Institute of Electrical
1747  and Electronics Engineers (IEEE)
1748 \end_layout
1749
1750 \begin_layout Description
1751 IOP Layout for journals of the Institute of Physics publishing group
1752 \end_layout
1753
1754 \begin_layout Description
1755 Kluwer Layout for journals of the Kluwer publishing group
1756 \end_layout
1757
1758 \begin_layout Description
1759 koma-script a replacement for the standard classes, offers many useful features
1760  like caption formatting, automatic print space calculation etc.
1761 \end_layout
1762
1763 \begin_layout Description
1764 Memoir another replacement for the standard classes
1765 \end_layout
1766
1767 \begin_layout Description
1768 paper Used with the 
1769 \family typewriter
1770 paper
1771 \family default
1772  LaTeX document class
1773 \end_layout
1774
1775 \begin_layout Description
1776 Powerdot Layout for presentations
1777 \end_layout
1778
1779 \begin_layout Description
1780 REVTe
1781 \begin_inset ERT
1782 status collapsed
1783
1784 \begin_layout Standard
1785
1786 {}
1787 \end_layout
1788
1789 \end_inset
1790
1791 X is used to write articles for the publications of the American Physical
1792  Society (APS), American Institute of Physics (AIP), and Optical Society
1793  of America (OSA).
1794  This class is not completely compatible with all LyX features.
1795 \end_layout
1796
1797 \begin_layout Description
1798 Slides Used to make transparencies
1799 \end_layout
1800
1801 \begin_layout Description
1802 SPIE\InsetSpace ~
1803 Proceedings Layout for the journals published by The International Society
1804  for Optical Engineering (SPIE)
1805 \end_layout
1806
1807 \begin_layout Description
1808 Springer Layouts for journals of the Springer publishing group
1809 \end_layout
1810
1811 \begin_layout Description
1812 TUGboat Layout for 
1813 \family typewriter
1814 TUGboat
1815 \family default
1816 , the journal of the international TeX user Group (TUG)
1817 \end_layout
1818
1819 \begin_layout Standard
1820 We won't go into any detail about how to use these different document classes
1821  here.
1822  You can find all the details about the non-standard classes in the 
1823 \emph on
1824 Extended Editing
1825 \emph default
1826  manual.
1827  Here, we will settle with a list of some of the common properties of all
1828  of the document classes.
1829 \end_layout
1830
1831 \begin_layout Subsubsection
1832 Selecting a Class
1833 \end_layout
1834
1835 \begin_layout Standard
1836 You can select a class using the 
1837 \family sans
1838 Document\SpecialChar \menuseparator
1839 Settings
1840 \begin_inset LatexCommand index
1841 name "Document ! Settings"
1842
1843 \end_inset
1844
1845
1846 \family default
1847  dialog.
1848  Select the class you want to use, and make any fine tunings of the options
1849  you may need.
1850 \end_layout
1851
1852 \begin_layout Subsubsection
1853 Properties
1854 \end_layout
1855
1856 \begin_layout Standard
1857 Each class has a default set of options.
1858  Here's a quick table describing them:
1859 \end_layout
1860
1861 \begin_layout Standard
1862 \begin_inset VSpace 0.3cm
1863 \end_inset
1864
1865
1866 \end_layout
1867
1868 \begin_layout Standard
1869 \align center
1870 \begin_inset Tabular
1871 <lyxtabular version="3" rows="5" columns="5">
1872 <features>
1873 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
1874 <column alignment="center" valignment="top" leftline="true" width="0pt">
1875 <column alignment="center" valignment="top" leftline="true" width="0pt">
1876 <column alignment="center" valignment="top" leftline="true" width="0pt">
1877 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
1878 <row topline="true" bottomline="true">
1879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1880 \begin_inset Text
1881
1882 \begin_layout Standard
1883
1884 \end_layout
1885
1886 \end_inset
1887 </cell>
1888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1889 \begin_inset Text
1890
1891 \begin_layout Standard
1892
1893 \family sans
1894 \series medium
1895 \shape up
1896 \size normal
1897 \emph off
1898 \bar no
1899 \noun off
1900 \color none
1901 Pagestyle
1902 \end_layout
1903
1904 \end_inset
1905 </cell>
1906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1907 \begin_inset Text
1908
1909 \begin_layout Standard
1910
1911 \family sans
1912 \series medium
1913 \shape up
1914 \size normal
1915 \emph off
1916 \bar no
1917 \noun off
1918 \color none
1919 Sides
1920 \end_layout
1921
1922 \end_inset
1923 </cell>
1924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1925 \begin_inset Text
1926
1927 \begin_layout Standard
1928
1929 \family sans
1930 \series medium
1931 \shape up
1932 \size normal
1933 \emph off
1934 \bar no
1935 \noun off
1936 \color none
1937 Columns
1938 \end_layout
1939
1940 \end_inset
1941 </cell>
1942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1943 \begin_inset Text
1944
1945 \begin_layout Standard
1946
1947 \series medium
1948 \shape up
1949 \size normal
1950 \emph off
1951 \bar no
1952 \noun off
1953 \color none
1954 Max.
1955  sectioning level
1956 \end_layout
1957
1958 \end_inset
1959 </cell>
1960 </row>
1961 <row topline="true">
1962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1963 \begin_inset Text
1964
1965 \begin_layout Standard
1966
1967 \series medium
1968 \shape up
1969 \size normal
1970 \emph off
1971 \bar no
1972 \noun off
1973 \color none
1974 article
1975 \end_layout
1976
1977 \end_inset
1978 </cell>
1979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1980 \begin_inset Text
1981
1982 \begin_layout Standard
1983
1984 \family sans
1985 \series medium
1986 \shape up
1987 \size normal
1988 \emph off
1989 \bar no
1990 \noun off
1991 \color none
1992 Plain
1993 \end_layout
1994
1995 \end_inset
1996 </cell>
1997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1998 \begin_inset Text
1999
2000 \begin_layout Standard
2001
2002 \family sans
2003 \series medium
2004 \shape up
2005 \size normal
2006 \emph off
2007 \bar no
2008 \noun off
2009 \color none
2010 One
2011 \end_layout
2012
2013 \end_inset
2014 </cell>
2015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2016 \begin_inset Text
2017
2018 \begin_layout Standard
2019
2020 \family sans
2021 \series medium
2022 \shape up
2023 \size normal
2024 \emph off
2025 \bar no
2026 \noun off
2027 \color none
2028 One
2029 \end_layout
2030
2031 \end_inset
2032 </cell>
2033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2034 \begin_inset Text
2035
2036 \begin_layout Standard
2037
2038 \family sans
2039 \series medium
2040 \shape up
2041 \size normal
2042 \emph off
2043 \bar no
2044 \noun off
2045 \color none
2046 Section
2047 \end_layout
2048
2049 \end_inset
2050 </cell>
2051 </row>
2052 <row topline="true">
2053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2054 \begin_inset Text
2055
2056 \begin_layout Standard
2057
2058 \series medium
2059 \shape up
2060 \size normal
2061 \emph off
2062 \bar no
2063 \noun off
2064 \color none
2065 report
2066 \end_layout
2067
2068 \end_inset
2069 </cell>
2070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2071 \begin_inset Text
2072
2073 \begin_layout Standard
2074
2075 \family sans
2076 \series medium
2077 \shape up
2078 \size normal
2079 \emph off
2080 \bar no
2081 \noun off
2082 \color none
2083 Plain
2084 \end_layout
2085
2086 \end_inset
2087 </cell>
2088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2089 \begin_inset Text
2090
2091 \begin_layout Standard
2092
2093 \family sans
2094 \series medium
2095 \shape up
2096 \size normal
2097 \emph off
2098 \bar no
2099 \noun off
2100 \color none
2101 One
2102 \end_layout
2103
2104 \end_inset
2105 </cell>
2106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2107 \begin_inset Text
2108
2109 \begin_layout Standard
2110
2111 \family sans
2112 \series medium
2113 \shape up
2114 \size normal
2115 \emph off
2116 \bar no
2117 \noun off
2118 \color none
2119 One
2120 \end_layout
2121
2122 \end_inset
2123 </cell>
2124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2125 \begin_inset Text
2126
2127 \begin_layout Standard
2128
2129 \family sans
2130 \series medium
2131 \shape up
2132 \size normal
2133 \emph off
2134 \bar no
2135 \noun off
2136 \color none
2137 Chapter
2138 \end_layout
2139
2140 \end_inset
2141 </cell>
2142 </row>
2143 <row topline="true">
2144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2145 \begin_inset Text
2146
2147 \begin_layout Standard
2148
2149 \series medium
2150 \shape up
2151 \size normal
2152 \emph off
2153 \bar no
2154 \noun off
2155 \color none
2156 book
2157 \end_layout
2158
2159 \end_inset
2160 </cell>
2161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2162 \begin_inset Text
2163
2164 \begin_layout Standard
2165
2166 \family sans
2167 \series medium
2168 \shape up
2169 \size normal
2170 \emph off
2171 \bar no
2172 \noun off
2173 \color none
2174 Headings
2175 \end_layout
2176
2177 \end_inset
2178 </cell>
2179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2180 \begin_inset Text
2181
2182 \begin_layout Standard
2183
2184 \family sans
2185 \series medium
2186 \shape up
2187 \size normal
2188 \emph off
2189 \bar no
2190 \noun off
2191 \color none
2192 Two
2193 \end_layout
2194
2195 \end_inset
2196 </cell>
2197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2198 \begin_inset Text
2199
2200 \begin_layout Standard
2201
2202 \family sans
2203 \series medium
2204 \shape up
2205 \size normal
2206 \emph off
2207 \bar no
2208 \noun off
2209 \color none
2210 One
2211 \end_layout
2212
2213 \end_inset
2214 </cell>
2215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2216 \begin_inset Text
2217
2218 \begin_layout Standard
2219
2220 \family sans
2221 \series medium
2222 \shape up
2223 \size normal
2224 \emph off
2225 \bar no
2226 \noun off
2227 \color none
2228 Chapter
2229 \end_layout
2230
2231 \end_inset
2232 </cell>
2233 </row>
2234 <row topline="true" bottomline="true">
2235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2236 \begin_inset Text
2237
2238 \begin_layout Standard
2239
2240 \series medium
2241 \shape up
2242 \size normal
2243 \emph off
2244 \bar no
2245 \noun off
2246 \color none
2247 letter
2248 \end_layout
2249
2250 \end_inset
2251 </cell>
2252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2253 \begin_inset Text
2254
2255 \begin_layout Standard
2256
2257 \family sans
2258 \series medium
2259 \shape up
2260 \size normal
2261 \emph off
2262 \bar no
2263 \noun off
2264 \color none
2265 Plain
2266 \end_layout
2267
2268 \end_inset
2269 </cell>
2270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2271 \begin_inset Text
2272
2273 \begin_layout Standard
2274
2275 \family sans
2276 \series medium
2277 \shape up
2278 \size normal
2279 \emph off
2280 \bar no
2281 \noun off
2282 \color none
2283 One
2284 \end_layout
2285
2286 \end_inset
2287 </cell>
2288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2289 \begin_inset Text
2290
2291 \begin_layout Standard
2292
2293 \family sans
2294 \series medium
2295 \shape up
2296 \size normal
2297 \emph off
2298 \bar no
2299 \noun off
2300 \color none
2301 One
2302 \end_layout
2303
2304 \end_inset
2305 </cell>
2306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2307 \begin_inset Text
2308
2309 \begin_layout Standard
2310
2311 \series medium
2312 \shape up
2313 \size normal
2314 \emph off
2315 \bar no
2316 \noun off
2317 \color none
2318 none
2319 \end_layout
2320
2321 \end_inset
2322 </cell>
2323 </row>
2324 </lyxtabular>
2325
2326 \end_inset
2327
2328
2329 \end_layout
2330
2331 \begin_layout Standard
2332 \begin_inset VSpace 0.3cm
2333 \end_inset
2334
2335
2336 \end_layout
2337
2338 \begin_layout Standard
2339 You're probably also wondering what 
2340 \begin_inset Quotes eld
2341 \end_inset
2342
2343 Max.\InsetSpace ~
2344 sectioning level
2345 \begin_inset Quotes erd
2346 \end_inset
2347
2348  means.
2349  There are several paragraph environments used to create section headings.
2350  Different document classes allow different types of section headings.
2351  Only two use the 
2352 \family sans
2353 Chapter
2354 \family default
2355  heading; the rest do not and begin instead with the 
2356 \family sans
2357 Section
2358 \family default
2359  heading.
2360  Some document classes, such as the ones for letters, don't use any section
2361  headings.
2362  In addition to 
2363 \family sans
2364 Chapter
2365 \family default
2366  and 
2367 \family sans
2368 Section
2369 \family default
2370  headings, there are also 
2371 \family sans
2372 Subsection
2373 \family default
2374  headings, 
2375 \family sans
2376 Subsubsection
2377 \family default
2378  headings, and so on.
2379  We'll describe these headings fully in section\InsetSpace ~
2380
2381 \begin_inset LatexCommand ref
2382 reference "sub:Headings"
2383
2384 \end_inset
2385
2386 .
2387 \end_layout
2388
2389 \begin_layout Subsection
2390 Document Layout
2391 \begin_inset LatexCommand index
2392 name "Document !  Layout"
2393
2394 \end_inset
2395
2396
2397 \begin_inset LatexCommand label
2398 name "sub:Document-Layout"
2399
2400 \end_inset
2401
2402
2403 \family sans
2404
2405 \begin_inset LatexCommand index
2406 name "Document ! Settings"
2407
2408 \end_inset
2409
2410
2411 \end_layout
2412
2413 \begin_layout Standard
2414 The most important properties of documents classes are set in the menu 
2415 \family sans
2416 Document\SpecialChar \menuseparator
2417 Settings
2418 \family default
2419 .
2420  There in the 
2421 \family sans
2422 Options
2423 \family default
2424  field under 
2425 \family sans
2426 Documents\InsetSpace ~
2427 classes
2428 \family default
2429 , you can enter special options for your document class in a comma-separated
2430  list.
2431  This is only necessary if LyX doesn't support special options you want
2432  to use for your document.
2433  To learn more about your favorite LaTeX-class and its options, you have
2434  to read its manual.
2435 \end_layout
2436
2437 \begin_layout Standard
2438 Under 
2439 \family sans
2440 Page\InsetSpace ~
2441 Layout
2442 \family default
2443  the 
2444 \family sans
2445 Pagestyle
2446 \family default
2447  controls what sorts of headings and page numbers go on a page.
2448  You can choose between the following five options:
2449 \end_layout
2450
2451 \begin_layout Labeling
2452 \labelwidthstring 00.00.0000
2453
2454 \family sans
2455 Default
2456 \family default
2457  Use default pagestyle of current class.
2458 \end_layout
2459
2460 \begin_layout Labeling
2461 \labelwidthstring 00.00.0000
2462
2463 \family sans
2464 Empty
2465 \family default
2466  No page numbers or headings.
2467 \end_layout
2468
2469 \begin_layout Labeling
2470 \labelwidthstring 00.00.0000
2471
2472 \family sans
2473 Plain
2474 \family default
2475  Page numbers only.
2476 \end_layout
2477
2478 \begin_layout Labeling
2479 \labelwidthstring 00.00.0000
2480
2481 \family sans
2482 Headings
2483 \family default
2484  Page numbers and either the current chapter or section title and number.
2485  Whether LyX uses the current chapter or the current section depends on
2486  the maximum sectioning level of the class.
2487 \end_layout
2488
2489 \begin_layout Labeling
2490 \labelwidthstring 00.00.0000
2491
2492 \family sans
2493 Fancy
2494 \family default
2495  This allows you to create fully customizable headers and footers if you
2496  have the 
2497 \series bold
2498 fancyhdr
2499 \begin_inset LatexCommand index
2500 name "LaTeX-packages ! fancyhdr"
2501
2502 \end_inset
2503
2504
2505 \series default
2506  package installed.
2507  At the moment, support in LyX is limited to this setting.
2508  To use the full power of this package, you have to add code to your document
2509  preamble.
2510  Check the documentation for the 
2511 \series bold
2512 fancyhdr
2513 \series default
2514  package for more details, 
2515 \begin_inset LatexCommand cite
2516 key "fancyhdr"
2517
2518 \end_inset
2519
2520 .
2521 \end_layout
2522
2523 \begin_layout Standard
2524 The 
2525 \family sans
2526 Separation
2527 \family default
2528  of paragraphs is described in section\InsetSpace ~
2529
2530 \begin_inset LatexCommand ref
2531 reference "sec:Par-indent-intro"
2532
2533 \end_inset
2534
2535 .
2536 \end_layout
2537
2538 \begin_layout Subsection
2539 Paper Size and Orientation
2540 \begin_inset LatexCommand index
2541 name "Document ! Paper size"
2542
2543 \end_inset
2544
2545
2546 \begin_inset LatexCommand label
2547 name "sub:Paper-Size,-Orientation,"
2548
2549 \end_inset
2550
2551
2552 \end_layout
2553
2554 \begin_layout Standard
2555 You'll find the following options in the menu 
2556 \family sans
2557 Page\InsetSpace ~
2558 Layout
2559 \family default
2560  of the dialog of the 
2561 \family sans
2562 Document\SpecialChar \menuseparator
2563 Settings
2564 \family default
2565  menu:
2566 \family sans
2567
2568 \begin_inset LatexCommand index
2569 name "Document ! Settings"
2570
2571 \end_inset
2572
2573
2574 \end_layout
2575
2576 \begin_layout Labeling
2577 \labelwidthstring 00.00.0000
2578
2579 \family sans
2580 Papersize
2581 \family default
2582  What size paper to print on.
2583  The choices are
2584 \end_layout
2585
2586 \begin_layout Itemize
2587
2588 \family sans
2589 Default
2590 \end_layout
2591
2592 \begin_layout Itemize
2593
2594 \family sans
2595 A3, A4,
2596 \family default
2597  
2598 \family sans
2599 A5
2600 \end_layout
2601
2602 \begin_layout Itemize
2603
2604 \family sans
2605 B3, B4, B5
2606 \end_layout
2607
2608 \begin_layout Itemize
2609
2610 \family sans
2611 US letter
2612 \end_layout
2613
2614 \begin_layout Itemize
2615
2616 \family sans
2617 US legal
2618 \end_layout
2619
2620 \begin_layout Itemize
2621
2622 \family sans
2623 US executive
2624 \end_layout
2625
2626 \begin_layout Itemize
2627
2628 \family sans
2629 Custom
2630 \end_layout
2631
2632 \begin_layout Labeling
2633 \labelwidthstring 00.00.0000
2634
2635 \family sans
2636 Orientation
2637 \family default
2638  Two toggle buttons choose whether to print the output as 
2639 \family sans
2640 Landscape
2641 \family default
2642  or as 
2643 \family sans
2644 Portrait
2645 \family default
2646 .
2647 \end_layout
2648
2649 \begin_layout Labeling
2650 \labelwidthstring 00.00.0000
2651
2652 \family sans
2653 Two-sided\InsetSpace ~
2654 document
2655 \family default
2656  Adjusts the print space to print both sides of paper.
2657  That means that the print space for odd- and even-numbered pages is different.
2658 \end_layout
2659
2660 \begin_layout Subsection
2661 Margins
2662 \begin_inset LatexCommand index
2663 name "Document ! Margins"
2664
2665 \end_inset
2666
2667
2668 \begin_inset LatexCommand label
2669 name "sub:Margins"
2670
2671 \end_inset
2672
2673
2674 \begin_inset LatexCommand index
2675 name "Margins"
2676
2677 \end_inset
2678
2679
2680 \end_layout
2681
2682 \begin_layout Standard
2683 Paper margins are set in the menu 
2684 \family sans
2685 Document\SpecialChar \menuseparator
2686 Settings
2687 \family default
2688 .
2689 \family sans
2690
2691 \begin_inset LatexCommand index
2692 name "Document ! Settings"
2693
2694 \end_inset
2695
2696
2697 \end_layout
2698
2699 \begin_layout Standard
2700 If you use a koma-script document class, you can use the default settings.
2701  Because koma-script calculates then the printspace automatically by taking
2702  the paper format and the font size into account.
2703 \end_layout
2704
2705 \begin_layout Subsection
2706 Important Note
2707 \end_layout
2708
2709 \begin_layout Standard
2710 If you change a document class, LyX has to convert 
2711 \emph on
2712 everything
2713 \emph default
2714  into the new class.
2715  That includes the paragraph environments.
2716  Some paragraph environments are standard; all of the document classes have
2717  them; but some classes have special paragraph environments.
2718  If this is the case, and you change the document class, LyX sets the missing
2719  paragraph environments to 
2720 \family sans
2721 Standard
2722 \family default
2723  and places an error box at the beginning of the paragraph.
2724  Just click on them and you'll get a message dialog that tells you about
2725  the conversion and why it failed.
2726 \end_layout
2727
2728 \begin_layout Section
2729 Paragraph Indentation and Separation
2730 \begin_inset LatexCommand index
2731 name "Paragraph ! Indentation"
2732
2733 \end_inset
2734
2735
2736 \end_layout
2737
2738 \begin_layout Subsection
2739 Introduction
2740 \begin_inset LatexCommand label
2741 name "sec:Par-indent-intro"
2742
2743 \end_inset
2744
2745
2746 \end_layout
2747
2748 \begin_layout Standard
2749 Before describing all of the various paragraph environments, we'd like to
2750  say a word or two about paragraph indentation.
2751 \end_layout
2752
2753 \begin_layout Standard
2754 Everyone seems to have their own convention for separating paragraphs.
2755  Most Americans indent the first line of a paragraph.
2756  Others don't indent but put extra space between the paragraphs.
2757  If you choose indentation for paragraphs the 
2758 \emph on
2759 first
2760 \emph default
2761  paragraph of a section, or after a figure, an equation, a table, a list,
2762  etc., is 
2763 \emph on
2764 not
2765 \emph default
2766  indented.
2767  Only a paragraph following another paragraph gets indented.
2768  Note that the indentation behavior is different when you use another document
2769  language than English.
2770  LaTeX takes care that the indentation follows the rules of the used language.
2771 \end_layout
2772
2773 \begin_layout Standard
2774 The space between paragraphs, like the line spacing, the space between headings
2775  and text --- in fact, all of the spacings for just about everything are
2776  pre-coded into LyX.
2777  As we said, you don't worry about how much space to add between what.
2778  LyX takes care of that.
2779  In fact, these pre-coded vertical spacings aren't a single number but a
2780  range.
2781  That way, LyX can squish or stretch the space between lines to make sure
2782  figures fit on a page with text, so that sections don't start at the bottom
2783  of a page, and so on.
2784 \begin_inset Foot
2785 status collapsed
2786
2787 \begin_layout Standard
2788 LaTeX does this when LyX goes to produce a printable file.
2789 \end_layout
2790
2791 \end_inset
2792
2793  However, pre-coded doesn't mean you can't change them.
2794  LyX gives you the ability to globally change 
2795 \emph on
2796 all
2797 \emph default
2798  of these pre-coded spacings.
2799  We'll explain more later.
2800 \end_layout
2801
2802 \begin_layout Subsection
2803 Paragraph Separation
2804 \begin_inset LatexCommand index
2805 name "Paragraph ! Separation"
2806
2807 \end_inset
2808
2809
2810 \end_layout
2811
2812 \begin_layout Standard
2813 To separate paragraphs, select 
2814 \family sans
2815 Indent
2816 \family default
2817  or 
2818 \family sans
2819 Skip
2820 \family default
2821  in the submenu 
2822 \family sans
2823 Text\InsetSpace ~
2824 Layout
2825 \family default
2826  of the dialog 
2827 \family sans
2828 Document\SpecialChar \menuseparator
2829 Settings
2830 \begin_inset LatexCommand index
2831 name "Document ! Settings"
2832
2833 \end_inset
2834
2835
2836 \family default
2837  to indent paragraphs or add extra space between paragraphs, respectively.
2838  The size of the skips can be defined in the dialog, for the indentation
2839  you have to add this line to your document preamble:
2840 \end_layout
2841
2842 \begin_layout Standard
2843
2844 \series bold
2845
2846 \backslash
2847 setlength{
2848 \backslash
2849 parindent}{Length}
2850 \end_layout
2851
2852 \begin_layout Standard
2853 where length is a value in one of the units listed in Appendix\InsetSpace ~
2854
2855 \begin_inset LatexCommand ref
2856 reference "cap:Units"
2857
2858 \end_inset
2859
2860 .
2861  The default length is 30\InsetSpace \thinspace{}
2862 pt.
2863 \end_layout
2864
2865 \begin_layout Subsection
2866 Fine-Tuning
2867 \end_layout
2868
2869 \begin_layout Standard
2870 You can also change the separation method of a single paragraph.
2871  Open the 
2872 \family sans
2873 Edit\SpecialChar \menuseparator
2874 Paragraph\InsetSpace ~
2875 Settings
2876 \family default
2877  dialog and toggle the 
2878 \family sans
2879 Indent\InsetSpace ~
2880 Paragraph
2881 \family default
2882  option to change the state of the current paragraph.
2883  If paragraphs have no indentation but use extra space for separation, this
2884  button will be ignored (you can't indent a single paragraph by toggling
2885  this).
2886 \end_layout
2887
2888 \begin_layout Standard
2889 You should only need to change the indentation method for a single paragraph
2890  if you need to do some fine-tuning.
2891 \end_layout
2892
2893 \begin_layout Subsection
2894 Line Spacing
2895 \begin_inset LatexCommand index
2896 name "Paragraph ! Line spacing"
2897
2898 \end_inset
2899
2900
2901 \end_layout
2902
2903 \begin_layout Standard
2904 In the 
2905 \family sans
2906 Document\SpecialChar \menuseparator
2907 Settings
2908 \begin_inset LatexCommand index
2909 name "Document ! Settings"
2910
2911 \end_inset
2912
2913
2914 \family default
2915  dialog you can set the line spacing in the submenu 
2916 \family sans
2917 Text\InsetSpace ~
2918 Layout.
2919 \family default
2920
2921 \begin_inset Foot
2922 status collapsed
2923
2924 \begin_layout Standard
2925 You need to have the LaTeX-package 
2926 \series bold
2927 setspace
2928 \begin_inset LatexCommand index
2929 name "LaTeX-packages ! setspace"
2930
2931 \end_inset
2932
2933
2934 \series default
2935  installed to use this feature.
2936 \end_layout
2937
2938 \end_inset
2939
2940
2941 \end_layout
2942
2943 \begin_layout Section
2944 Paragraph Environments
2945 \begin_inset LatexCommand index
2946 name "Paragraph ! Environments"
2947
2948 \end_inset
2949
2950
2951 \begin_inset LatexCommand label
2952 name "sec:Paragraph-Environments"
2953
2954 \end_inset
2955
2956
2957 \begin_inset LatexCommand index
2958 name "Paragraph environments|("
2959
2960 \end_inset
2961
2962
2963 \end_layout
2964
2965 \begin_layout Subsection
2966 Overview
2967 \end_layout
2968
2969 \begin_layout Standard
2970 The paragraph environments correspond to the various
2971 \end_layout
2972
2973 \begin_layout Standard
2974
2975 \series bold
2976
2977 \backslash
2978 begin{
2979 \emph on
2980 environment
2981 \emph default
2982 } ...
2983  
2984 \backslash
2985 end{
2986 \emph on
2987 environment
2988 \emph default
2989 }
2990 \series default
2991
2992 \newline
2993 command sequences in an ordinary LaTeX file.
2994  If you don't know LaTeX, or the concept of a paragraph environment is totally
2995  alien to you, we urge you to read the 
2996 \emph on
2997 Tutorial
2998 \emph default
2999 .
3000  The 
3001 \emph on
3002 Tutorial
3003 \emph default
3004  also contains many more examples than this section does.
3005 \end_layout
3006
3007 \begin_layout Standard
3008 A paragraph environment is simply a 
3009 \begin_inset Quotes eld
3010 \end_inset
3011
3012 container
3013 \begin_inset Quotes erd
3014 \end_inset
3015
3016  for a paragraph which gives that paragraph certain properties.
3017  This can include a particular style of font, different margins, a numbering
3018  scheme, labels, and so on.
3019  Additionally, you can 
3020 \begin_inset Quotes eld
3021 \end_inset
3022
3023 nest
3024 \begin_inset Quotes erd
3025 \end_inset
3026
3027  the different environments inside one another, allowing one environment
3028  to inherit some of the properties of another.
3029  The different paragraph environments totally replace the need for messy
3030  tab stops, on the fly margin adjustment, and other hold-overs from the
3031  days of typewriters.
3032  There are several paragraph environments which are specific to a particular
3033  document type.
3034  We'll only be covering the most common ones here.
3035 \end_layout
3036
3037 \begin_layout Standard
3038 To choose a new paragraph environment, use the pull-down box on the left
3039  end of the toolbar.
3040  LyX will change the environment of the 
3041 \emph on
3042 entire
3043 \emph default
3044  paragraph in which the cursor sits.
3045  You can also change the environment of an entire group of paragraphs if
3046  you select them before choosing the new environment.
3047  
3048 \end_layout
3049
3050 \begin_layout Standard
3051 Note that hitting 
3052 \family sans
3053 Return
3054 \family default
3055  will 
3056 \emph on
3057 typically
3058 \emph default
3059  create a new paragraph using the 
3060 \family sans
3061 Standard
3062 \family default
3063  paragraph environment.
3064  We say 
3065 \begin_inset Quotes eld
3066 \end_inset
3067
3068 typically
3069 \begin_inset Quotes erd
3070 \end_inset
3071
3072  because if you are in one of these environments:
3073 \end_layout
3074
3075 \begin_layout Itemize
3076
3077 \family sans
3078 Quote
3079 \end_layout
3080
3081 \begin_layout Itemize
3082
3083 \family sans
3084 Quotation
3085 \end_layout
3086
3087 \begin_layout Itemize
3088
3089 \family sans
3090 Verse
3091 \end_layout
3092
3093 \begin_layout Itemize
3094
3095 \family sans
3096 Itemize
3097 \end_layout
3098
3099 \begin_layout Itemize
3100
3101 \family sans
3102 Enumerate
3103 \end_layout
3104
3105 \begin_layout Itemize
3106
3107 \family sans
3108 Description
3109 \end_layout
3110
3111 \begin_layout Itemize
3112
3113 \family sans
3114 List
3115 \end_layout
3116
3117 \begin_layout Standard
3118 LyX keeps the old paragraph environment when you hit 
3119 \family sans
3120 Return
3121 \family default
3122 , rather than resetting it to 
3123 \family sans
3124 Standard
3125 \family default
3126 .
3127  LyX will still reset the nesting depth, however.
3128  Usually, starting a new paragraph resets both the paragraph environment
3129  and the nesting depth (for more on nesting see section\InsetSpace ~
3130
3131 \begin_inset LatexCommand ref
3132 reference "sec:Nesting"
3133
3134 \end_inset
3135
3136 ).
3137  At the moment, all this is context-specific; you're better off expecting
3138  
3139 \family sans
3140 Return
3141 \family default
3142  to reset the paragraph environment and depth.
3143  If you want a new paragraph to keep the current environment and depth,
3144  use 
3145 \family sans
3146 M-Return
3147 \family default
3148  instead.
3149 \end_layout
3150
3151 \begin_layout Subsection
3152 Standard
3153 \end_layout
3154
3155 \begin_layout Standard
3156 The default paragraph environment is 
3157 \family sans
3158 Standard
3159 \family default
3160  for most classes.
3161  It creates a plain paragraph.
3162  If LyX resets the paragraph environment, this is the one it chooses.
3163  In fact, the paragraph you're reading right now (and most of the ones in
3164  this manual) are in the 
3165 \family sans
3166 Standard
3167 \family default
3168  environment.
3169 \end_layout
3170
3171 \begin_layout Standard
3172 You can nest a paragraph using the 
3173 \family sans
3174 Standard
3175 \family default
3176  environment in just about anything else, but you can't really nest anything
3177  in a 
3178 \family sans
3179 Standard
3180 \family default
3181  environment.
3182 \end_layout
3183
3184 \begin_layout Subsection
3185 Document Title
3186 \begin_inset LatexCommand index
3187 name "Document !Title"
3188
3189 \end_inset
3190
3191
3192 \end_layout
3193
3194 \begin_layout Standard
3195 A LaTeX title page has three parts: the title itself, the name(s) of the
3196  author(s) and a 
3197 \begin_inset Quotes eld
3198 \end_inset
3199
3200 footnote
3201 \begin_inset Quotes erd
3202 \end_inset
3203
3204  for thanks or contact information.
3205  For certain types of documents, LaTeX places all of this on a separate
3206  page along with today's date.
3207  For other types of documents, the title 
3208 \begin_inset Quotes eld
3209 \end_inset
3210
3211 page
3212 \begin_inset Quotes erd
3213 \end_inset
3214
3215  goes at the top of the first page of the document.
3216  
3217 \end_layout
3218
3219 \begin_layout Standard
3220 LyX provides an interface to the title page commands through the paragraph
3221  environments 
3222 \family sans
3223 Title
3224 \family default
3225
3226 \family sans
3227 Author
3228 \family default
3229 , and 
3230 \family sans
3231 Date
3232 \family default
3233 .
3234  Here's how you use them:
3235 \end_layout
3236
3237 \begin_layout Itemize
3238 Put the title of your document in the 
3239 \family sans
3240 Title
3241 \family default
3242  environment.
3243 \end_layout
3244
3245 \begin_layout Itemize
3246 Put the author name in the 
3247 \family sans
3248 Author
3249 \family default
3250  environment.
3251 \end_layout
3252
3253 \begin_layout Itemize
3254 If you want the date to have a certain appearance, want to use a fixed date,
3255  or want other text to appear in place of today's date, put that text in
3256  the 
3257 \family sans
3258 Date
3259 \family default
3260  environment.
3261  Note that using this environment is optional.
3262  If you don't provide any, LaTeX will automatically insert today's date.
3263  If you don't want any date, add the line
3264 \newline
3265
3266 \series bold
3267
3268 \backslash
3269 date{}
3270 \series default
3271
3272 \newline
3273 to the preamble of your document (menu 
3274 \family sans
3275 Document\SpecialChar \menuseparator
3276 Settings
3277 \family default
3278 )
3279 \end_layout
3280
3281 \begin_layout Standard
3282 You can use footnotes to insert 
3283 \begin_inset Quotes eld
3284 \end_inset
3285
3286 thanks
3287 \begin_inset Quotes erd
3288 \end_inset
3289
3290  or contact informations.
3291 \end_layout
3292
3293 \begin_layout Subsection
3294 Headings
3295 \begin_inset LatexCommand index
3296 name "Section headings"
3297
3298 \end_inset
3299
3300
3301 \begin_inset LatexCommand label
3302 name "sub:Headings"
3303
3304 \end_inset
3305
3306
3307 \end_layout
3308
3309 \begin_layout Standard
3310 There are several paragraph environments for producing section headings.
3311  LyX takes care of the numbering for you.
3312 \end_layout
3313
3314 \begin_layout Subsubsection
3315 Numbered Headings
3316 \begin_inset LatexCommand index
3317 name "Section headings ! Numbered"
3318
3319 \end_inset
3320
3321
3322 \end_layout
3323
3324 \begin_layout Standard
3325 There are 7 numbered types of section headings.
3326  They are:
3327 \end_layout
3328
3329 \begin_layout Enumerate
3330
3331 \family sans
3332 Part
3333 \end_layout
3334
3335 \begin_layout Enumerate
3336
3337 \family sans
3338 Chapter
3339 \end_layout
3340
3341 \begin_layout Enumerate
3342
3343 \family sans
3344 Section
3345 \end_layout
3346
3347 \begin_layout Enumerate
3348
3349 \family sans
3350 Subsection
3351 \end_layout
3352
3353 \begin_layout Enumerate
3354
3355 \family sans
3356 Subsubsection
3357 \end_layout
3358
3359 \begin_layout Enumerate
3360
3361 \family sans
3362 Paragraph
3363 \end_layout
3364
3365 \begin_layout Enumerate
3366
3367 \family sans
3368 Subparagraph
3369 \end_layout
3370
3371 \begin_layout Standard
3372 LyX labels each heading with a series of numbers, separated by periods.
3373  The numbers describe where in the document you are.
3374  Unlike the other headings, parts are numbered with Latin letters.
3375 \end_layout
3376
3377 \begin_layout Standard
3378 Headings all subdivide your document into different pieces of text.
3379  For example, suppose you're writing a book.
3380  You group the book into chapters.
3381  LyX does similar grouping:
3382 \end_layout
3383
3384 \begin_layout Itemize
3385
3386 \family sans
3387 Part
3388 \family default
3389  is divided in either 
3390 \family sans
3391 Chapter
3392 \family default
3393  or 
3394 \family sans
3395 Section
3396 \end_layout
3397
3398 \begin_layout Itemize
3399
3400 \family sans
3401 Chapter
3402 \family default
3403 s are divided into 
3404 \family sans
3405 Section
3406 \family default
3407 s
3408 \end_layout
3409
3410 \begin_layout Itemize
3411
3412 \family sans
3413 Section
3414 \family default
3415 s are divided into 
3416 \family sans
3417 Subsection
3418 \family default
3419 s
3420 \end_layout
3421
3422 \begin_layout Itemize
3423
3424 \family sans
3425 Subsection
3426 \family default
3427 s are divided into 
3428 \family sans
3429 Subsubsection
3430 \family default
3431 s
3432 \end_layout
3433
3434 \begin_layout Itemize
3435
3436 \family sans
3437 Subsubsection
3438 \family default
3439 s are divided into 
3440 \family sans
3441 Paragraph
3442 \family default
3443 s
3444 \end_layout
3445
3446 \begin_layout Itemize
3447
3448 \family sans
3449 Paragraph
3450 \family default
3451 s are divided into 
3452 \family sans
3453 Subparagraph
3454 \family default
3455 s
3456 \end_layout
3457
3458 \begin_layout Standard
3459 \begin_inset Note Greyedout
3460 status open
3461
3462 \begin_layout Standard
3463
3464 \series bold
3465 Note:
3466 \series default
3467  Not all document types use the 
3468 \family sans
3469 Chapter
3470 \family default
3471  heading as the maximum sectioning level.
3472  In that case the 
3473 \family sans
3474 Section
3475 \family default
3476  is the top-level heading.
3477 \end_layout
3478
3479 \end_inset
3480
3481
3482 \end_layout
3483
3484 \begin_layout Standard
3485 So, if you use the 
3486 \family sans
3487 Subsubsection
3488 \family default
3489  environment to label a new sub-subsection, LyX labels it with its number,
3490  along with the number of the subsection, section, and, if applicable, chapter
3491  that it's in.
3492  For example: the fifth section of the second chapter of this book has the
3493  label 
3494 \begin_inset Quotes eld
3495 \end_inset
3496
3497 2.5
3498 \begin_inset Quotes erd
3499 \end_inset
3500
3501 .
3502 \end_layout
3503
3504 \begin_layout Subsubsection
3505 Unnumbered Headings
3506 \begin_inset LatexCommand index
3507 name "Section headings ! Unnumbered"
3508
3509 \end_inset
3510
3511
3512 \end_layout
3513
3514 \begin_layout Standard
3515 There are 5 types of unnumbered section headings.
3516  They are:
3517 \end_layout
3518
3519 \begin_layout Enumerate
3520
3521 \family sans
3522 Part*line spacing
3523 \end_layout
3524
3525 \begin_layout Enumerate
3526
3527 \family sans
3528 Chapter*
3529 \end_layout
3530
3531 \begin_layout Enumerate
3532
3533 \family sans
3534 Section*
3535 \end_layout
3536
3537 \begin_layout Enumerate
3538
3539 \family sans
3540 Subsection*
3541 \end_layout
3542
3543 \begin_layout Enumerate
3544
3545 \family sans
3546 Subsubsection*
3547 \end_layout
3548
3549 \begin_layout Standard
3550 The 
3551 \begin_inset Quotes eld
3552 \end_inset
3553
3554 *
3555 \begin_inset Quotes erd
3556 \end_inset
3557
3558  after each name means that these headings are not numbered.
3559  They work the same as their numbered counterparts but won't appear in the
3560  table of contents, see section\InsetSpace ~
3561
3562 \begin_inset LatexCommand ref
3563 reference "sec:toc"
3564
3565 \end_inset
3566
3567 .
3568 \end_layout
3569
3570 \begin_layout Subsubsection
3571 Changing the Numbering
3572 \begin_inset LatexCommand label
3573 name "sub:Numbering-depth"
3574
3575 \end_inset
3576
3577
3578 \end_layout
3579
3580 \begin_layout Standard
3581 You can also alter which sectioning levels get numbered and which ones appear
3582  in the Table of Contents.
3583  Now, this doesn't remove any of the levels; that's preset in the document
3584  class.
3585  Certain classes start with 
3586 \family sans
3587 Chapter
3588 \family default
3589  and go down to the 
3590 \family sans
3591 Subparagraph
3592 \family default
3593  level.
3594  Others start at 
3595 \family sans
3596 Section
3597 \family default
3598 .
3599  Similarly, not all document classes number all sectioning levels.
3600  Most don't number 
3601 \family sans
3602 Paragraph
3603 \family default
3604  or 
3605 \family sans
3606 Subparagraph
3607 \family default
3608 .
3609  This is something you can change.
3610 \end_layout
3611
3612 \begin_layout Standard
3613 Open the 
3614 \family sans
3615 Document\SpecialChar \menuseparator
3616 Settings
3617 \family default
3618  dialog.
3619 \family sans
3620
3621 \begin_inset LatexCommand index
3622 name "Document ! Settings"
3623
3624 \end_inset
3625
3626
3627 \family default
3628  Under 
3629 \family sans
3630 Numbering\InsetSpace ~
3631 &\InsetSpace ~
3632 TOC
3633 \family default
3634  you'll see two counters.
3635  The one named 
3636 \family sans
3637 Numbering
3638 \family default
3639  controls how far down in the sectioning hierarchy LyX numbers a section
3640  heading.
3641  The other one controls the appearance of the section headings in the table
3642  of contents.
3643 \end_layout
3644
3645 \begin_layout Subsubsection
3646 Short Titles of Headings
3647 \begin_inset LatexCommand index
3648 name "Section headings ! Short titles"
3649
3650 \end_inset
3651
3652
3653 \begin_inset OptArg
3654 status collapsed
3655
3656 \begin_layout Standard
3657 Short Titles
3658 \end_layout
3659
3660 \end_inset
3661
3662
3663 \begin_inset LatexCommand label
3664 name "sec:Short-Titles"
3665
3666 \end_inset
3667
3668
3669 \end_layout
3670
3671 \begin_layout Standard
3672 Some section or chapter titles, such as this one, can get quite long.
3673  This can cause troubles when there is limited horizontal space.
3674  For example, if the header of the page is set to show the current section
3675  title, a long title will protrude over the page margins and look awful.
3676 \end_layout
3677
3678 \begin_layout Standard
3679 LaTeX allows you to specify a short title for section headings.
3680  This short title is used in the header and in the actual table of contents,
3681  avoiding the problem mentioned.
3682  To specify a short title, use the menu 
3683 \family sans
3684 Insert\SpecialChar \menuseparator
3685 Short\InsetSpace ~
3686 Title
3687 \family default
3688 .
3689  This will insert a box labeled 
3690 \begin_inset Quotes eld
3691 \end_inset
3692
3693 opt
3694 \begin_inset Quotes erd
3695 \end_inset
3696
3697  (stands for 
3698 \begin_inset Quotes eld
3699 \end_inset
3700
3701 optional
3702 \begin_inset Quotes erd
3703 \end_inset
3704
3705 ) which you can use to enter the short title text.
3706  This also works for captions inside floats.
3707 \end_layout
3708
3709 \begin_layout Standard
3710 The title of this section is a good example of using this feature.
3711 \end_layout
3712
3713 \begin_layout Subsubsection
3714 Special Information
3715 \end_layout
3716
3717 \begin_layout Standard
3718 The following information applies to all section headings:
3719 \end_layout
3720
3721 \begin_layout Itemize
3722 You cannot do any nesting with these environments.
3723 \end_layout
3724
3725 \begin_layout Itemize
3726 You cannot use a margin note in any of these environments.
3727 \end_layout
3728
3729 \begin_layout Itemize
3730 You can only use inline math in these environments.
3731 \end_layout
3732
3733 \begin_layout Itemize
3734 You can use labels and cross-references to refer to their numbers.
3735 \end_layout
3736
3737 \begin_layout Subsection
3738 Quotes and Poetryline spacing
3739 \end_layout
3740
3741 \begin_layout Standard
3742 LyX has three paragraph environments for writing poetry and quotations.
3743  They are 
3744 \family sans
3745 Quote
3746 \family default
3747
3748 \family sans
3749 Quotation
3750 \family default
3751 , and 
3752 \family sans
3753 Verse
3754 \family default
3755 .
3756  Forget the days of changing line spacing and twiddling with margins.
3757  These three paragraph environments already have those changes built-in.
3758  They all widen the left margin and add a bit of extra space above and below
3759  the text they contain.
3760  They also allow nesting, so you can put a 
3761 \family sans
3762 Verse
3763 \family default
3764  in a 
3765 \family sans
3766 Quotation
3767 \family default
3768 , as well as in some other paragraph environments.
3769 \end_layout
3770
3771 \begin_layout Standard
3772 There is another feature of these three paragraph environments: they do
3773  
3774 \emph on
3775 not
3776 \emph default
3777  reset to 
3778 \family sans
3779 Standard
3780 \family default
3781  when you start a new paragraph.
3782  So, you can type in that poem and merrily hit 
3783 \family sans
3784 Return
3785 \family default
3786  without worrying about the paragraph environment changing on you.
3787  Of course, that means that, once you're done typing in that poem, you have
3788  to change back to the 
3789 \family sans
3790 Standard
3791 \family default
3792  environment yourself.
3793 \end_layout
3794
3795 \begin_layout Subsubsection
3796
3797 \family sans
3798 Quote
3799 \family default
3800  and 
3801 \family sans
3802 Quotation
3803 \family default
3804
3805 \begin_inset LatexCommand label
3806 name "sec:Quote"
3807
3808 \end_inset
3809
3810
3811 \begin_inset LatexCommand index
3812 name "Quotation"
3813
3814 \end_inset
3815
3816
3817 \end_layout
3818
3819 \begin_layout Standard
3820 Now that we've described the similarities of these three environments, it's
3821  time for the differences.
3822  
3823 \family sans
3824 Quote
3825 \family default
3826  and 
3827 \family sans
3828 Quotation
3829 \family default
3830  are identical except for one difference: 
3831 \family sans
3832 Quote
3833 \family default
3834  uses extra spacing to separate paragraphs and never indents the first line.
3835  
3836 \family sans
3837 Quotation
3838 \family default
3839  
3840 \emph on
3841 always
3842 \emph default
3843  indents the first line of a paragraph and uses the same line spacing throughout.
3844 \end_layout
3845
3846 \begin_layout Standard
3847 Here's an example of the 
3848 \family sans
3849 Quote
3850 \family default
3851  environment:
3852 \end_layout
3853
3854 \begin_layout Quote
3855 This is in the 
3856 \family sans
3857 Quote
3858 \family default
3859  environment.
3860  I can keep writing, extending this line out further and further until it
3861  wraps.
3862  See -- no indentation!
3863 \end_layout
3864
3865 \begin_layout Quote
3866 Here's the second paragraph of this quote.
3867  Again, there's no indentation, but there is extra space between me and
3868  the other paragraph.
3869 \end_layout
3870
3871 \begin_layout Standard
3872 Here's another example, this time in the 
3873 \family sans
3874 Quotation
3875 \family default
3876  environment:
3877 \end_layout
3878
3879 \begin_layout Quotation
3880 This is in the 
3881 \family sans
3882 Quotation
3883 \family default
3884  environment.
3885  If I keep writing, you'll see the indentation.
3886  If your country uses a writing style that shows off new paragraphs by indenting
3887  the first line, then 
3888 \family sans
3889 Quotation
3890 \family default
3891  is the environment for you! Well, you'd use it 
3892 \emph on
3893 if
3894 \emph default
3895  you were quoting other text.
3896 \end_layout
3897
3898 \begin_layout Quotation
3899 Here's a new paragraph.
3900  I could ramble on and on, like a politician at election time.
3901  If I did that, though, you'd get bored.
3902 \end_layout
3903
3904 \begin_layout Standard
3905 As the examples show, 
3906 \family sans
3907 Quote
3908 \family default
3909  is for those people who use extra space to separate paragraphs.
3910  They should put quotes in the 
3911 \family sans
3912 Quote
3913 \family default
3914  environment.
3915  Those who use indentation to mark a new paragraph should use the 
3916 \family sans
3917 Quotation
3918 \family default
3919  paragraph environment for quoted text.
3920 \end_layout
3921
3922 \begin_layout Subsubsection
3923
3924 \family sans
3925 Verse
3926 \family default
3927
3928 \begin_inset LatexCommand index
3929 name "Paragraph ! Verse"
3930
3931 \end_inset
3932
3933
3934 \family sans
3935
3936 \begin_inset LatexCommand index
3937 name "Poetry"
3938
3939 \end_inset
3940
3941
3942 \begin_inset LatexCommand label
3943 name "sec:Verse"
3944
3945 \end_inset
3946
3947
3948 \end_layout
3949
3950 \begin_layout Standard
3951
3952 \family sans
3953 Verse
3954 \family default
3955  is a paragraph environment for poetry, rhymes, verses, and so on.
3956  Here's an example:
3957 \end_layout
3958
3959 \begin_layout Verse
3960 This is in Verse
3961 \newline
3962 Which I did not rehearse!
3963 \end_layout
3964
3965 \begin_layout Verse
3966 It could be much worse.
3967  This line could be long, very long, oh so long, so very long that it wraps
3968  around.
3969  It looks okay on screen, but in the printed version, the extra lines are
3970  indented a bit more than the first.
3971  Okay, so it's turned to prose and doesn't rhyme anymore.
3972  So sue me.
3973 \end_layout
3974
3975 \begin_layout Verse
3976 To break a line
3977 \newline
3978 And make things look fine
3979 \newline
3980 Use 
3981 \family sans
3982 C-Return
3983 \family default
3984 .
3985 \end_layout
3986
3987 \begin_layout Standard
3988 As you can see, 
3989 \family sans
3990 Verse
3991 \family default
3992  does not indent both margins.
3993  Each stanza of the verse or poem is in its own paragraph.
3994  To separate the individual lines of a stanza, use the 
3995 \family typewriter
3996 break-line
3997 \family default
3998  function 
3999 \family sans
4000 C-Return
4001 \family default
4002 .
4003 \end_layout
4004
4005 \begin_layout Subsection
4006 Lists
4007 \begin_inset LatexCommand index
4008 name "Lists"
4009
4010 \end_inset
4011
4012
4013 \begin_inset LatexCommand label
4014 name "sub:Lists"
4015
4016 \end_inset
4017
4018
4019 \end_layout
4020
4021 \begin_layout Standard
4022 LyX has four different paragraph environments for creating different kinds
4023  of lists.
4024  In the 
4025 \family sans
4026 Itemize
4027 \family default
4028  and 
4029 \family sans
4030 Enumerate
4031 \family default
4032  environments, LyX labels your list items with bullets or numbers, respectively.
4033  In the 
4034 \family sans
4035 Description
4036 \family default
4037  and 
4038 \family sans
4039 List
4040 \family default
4041  environments, LyX lets you provide your own label.
4042  We'll present the individual details of each type of list next after describing
4043  some general features of all four of them.
4044 \end_layout
4045
4046 \begin_layout Subsubsection
4047 General Features
4048 \end_layout
4049
4050 \begin_layout Standard
4051 The four paragraph environments for lists differ from the other environments
4052  in several ways.
4053  First, LyX treats each paragraph as a list item.
4054  Hitting 
4055 \family sans
4056 Return
4057 \family default
4058  does 
4059 \emph on
4060 not
4061 \emph default
4062  reset the environment to 
4063 \family sans
4064 Standard
4065 \family default
4066  but keeps the current environment and creates a new list item.
4067  The nesting depth is typically reset, however.
4068  If you want to keep both the current nesting depth and paragraph environment,
4069  you should use 
4070 \family sans
4071 M-Return
4072 \family default
4073  to break paragraphs.
4074 \end_layout
4075
4076 \begin_layout Standard
4077 You can nest lists of any type inside one another.
4078  In fact, LyX changes the labels on some list items depending on how it
4079  is nested.
4080  If you intend to use any of the list paragraph environments, we suggest
4081  you read all of section\InsetSpace ~
4082
4083 \begin_inset LatexCommand ref
4084 reference "sec:Nesting"
4085
4086 \end_inset
4087
4088 .
4089  
4090 \end_layout
4091
4092 \begin_layout Subsubsection
4093
4094 \family sans
4095 Itemize
4096 \family default
4097
4098 \begin_inset LatexCommand index
4099 name "Lists ! Itemize"
4100
4101 \end_inset
4102
4103
4104 \begin_inset LatexCommand label
4105 name "sec:Itemize"
4106
4107 \end_inset
4108
4109
4110 \end_layout
4111
4112 \begin_layout Standard
4113 The first type of list we'll describe in detail is the 
4114 \family sans
4115 Itemize
4116 \family default
4117  paragraph environment.
4118  It has the following properties:
4119 \end_layout
4120
4121 \begin_layout Itemize
4122 Each item has a particular bullet or symbol as its label.
4123 \end_layout
4124
4125 \begin_deeper
4126 \begin_layout Itemize
4127 LyX uses the same symbol for all of the items in a given nesting level.
4128 \end_layout
4129
4130 \begin_layout Itemize
4131 The symbol appears at the beginning of the first line.
4132 \end_layout
4133
4134 \end_deeper
4135 \begin_layout Itemize
4136 The items can have any length.
4137  LyX automatically offsets the left margin of each item.
4138  The offset is always relative to whatever environment the 
4139 \family sans
4140 Itemize
4141 \family default
4142  list may be in.
4143 \end_layout
4144
4145 \begin_layout Itemize
4146 If you nest an 
4147 \family sans
4148 Itemize
4149 \family default
4150  environment inside another 
4151 \family sans
4152 Itemize
4153 \family default
4154  environment, the label changes to a new symbol.
4155 \end_layout
4156
4157 \begin_deeper
4158 \begin_layout Itemize
4159 There are four different symbols for up to a four-fold nesting.
4160 \end_layout
4161
4162 \begin_layout Itemize
4163 LyX always shows the same symbol on screen.
4164 \end_layout
4165
4166 \begin_layout Itemize
4167 See section\InsetSpace ~
4168
4169 \begin_inset LatexCommand ref
4170 reference "sec:Nesting"
4171
4172 \end_inset
4173
4174  for a full explanation of nesting.
4175 \end_layout
4176
4177 \end_deeper
4178 \begin_layout Standard
4179 Of course, that explanation was also an example of an 
4180 \family sans
4181 Itemize
4182 \family default
4183  list.
4184  The 
4185 \family sans
4186 Itemize
4187 \family default
4188  environment is best suited for lists where the order doesn't matter.
4189 \end_layout
4190
4191 \begin_layout Standard
4192 We said that different levels use different symbols as their label.
4193  Here's an example of all four possible symbols.
4194  Note that those of you reading this manual within LyX won't see any difference.
4195 \end_layout
4196
4197 \begin_layout Itemize
4198 The label for the first level 
4199 \family sans
4200 Itemize
4201 \family default
4202  is a large black dot, or bullet.
4203 \end_layout
4204
4205 \begin_deeper
4206 \begin_layout Itemize
4207 The label for the second level is a dash.
4208 \end_layout
4209
4210 \begin_deeper
4211 \begin_layout Itemize
4212 The label for the third is an asterisk.
4213 \end_layout
4214
4215 \begin_deeper
4216 \begin_layout Itemize
4217 The label for the fourth is a centered dot.
4218 \end_layout
4219
4220 \end_deeper
4221 \begin_layout Itemize
4222 Back out to the third level.
4223 \end_layout
4224
4225 \end_deeper
4226 \begin_layout Itemize
4227 Back to the second level.
4228 \end_layout
4229
4230 \end_deeper
4231 \begin_layout Itemize
4232 Back to the outermost level.
4233 \end_layout
4234
4235 \begin_layout Standard
4236 These are the default labels for an 
4237 \family sans
4238 Itemize
4239 \family default
4240  list.
4241  You can customize these labels in the 
4242 \family sans
4243 Document\SpecialChar \menuseparator
4244 Settings
4245 \family default
4246  dialog in the submenu 
4247 \family sans
4248 Bullets
4249 \family default
4250 .
4251 \family sans
4252
4253 \begin_inset LatexCommand index
4254 name "Document ! Settings"
4255
4256 \end_inset
4257
4258
4259 \end_layout
4260
4261 \begin_layout Standard
4262 Notice how the space between items decreases with increasing depth.
4263  We'll explain nesting and all the tricks you can do with different depths
4264  in section\InsetSpace ~
4265
4266 \begin_inset LatexCommand ref
4267 reference "sec:Nesting"
4268
4269 \end_inset
4270
4271 .
4272 \end_layout
4273
4274 \begin_layout Subsubsection
4275
4276 \family sans
4277 Enumerate
4278 \family default
4279
4280 \begin_inset LatexCommand index
4281 name "Lists ! Enumerate"
4282
4283 \end_inset
4284
4285
4286 \begin_inset LatexCommand label
4287 name "sec:Enumerate"
4288
4289 \end_inset
4290
4291
4292 \end_layout
4293
4294 \begin_layout Standard
4295 The 
4296 \family sans
4297 Enumerate
4298 \family default
4299  environment is used to create numbered lists and outlines.
4300  It has these properties:
4301 \end_layout
4302
4303 \begin_layout Enumerate
4304 Each item has a numeral as its label.
4305 \end_layout
4306
4307 \begin_deeper
4308 \begin_layout Enumerate
4309 The type of numeral depends on the nesting depth.
4310 \end_layout
4311
4312 \end_deeper
4313 \begin_layout Enumerate
4314 LyX automatically counts the items for you and updates the label as appropriate.
4315 \end_layout
4316
4317 \begin_layout Enumerate
4318 Each new 
4319 \family sans
4320 Enumerate
4321 \family default
4322  environment resets the counter to one.
4323 \end_layout
4324
4325 \begin_layout Enumerate
4326 Like the 
4327 \family sans
4328 Itemize
4329 \family default
4330  environment, the 
4331 \family sans
4332 Enumerate
4333 \family default
4334  environment:
4335 \end_layout
4336
4337 \begin_deeper
4338 \begin_layout Enumerate
4339 Offsets the items relative to the left margin.
4340  Items can have any length.
4341 \end_layout
4342
4343 \begin_layout Enumerate
4344 Reduces the space between items as the nesting depth increases.
4345 \end_layout
4346
4347 \begin_layout Enumerate
4348 Uses different types of labels depending on the nesting depth.
4349 \end_layout
4350
4351 \begin_layout Enumerate
4352 Allows up to a four-fold nesting.
4353 \end_layout
4354
4355 \end_deeper
4356 \begin_layout Standard
4357 Unlike the 
4358 \family sans
4359 Itemize
4360 \family default
4361  environment, 
4362 \family sans
4363 Enumerate
4364 \family default
4365  shows the different labels for each item in LyX.
4366  Here is how LyX labels the four different levels in an 
4367 \family sans
4368 Enumerate
4369 \family default
4370 :
4371 \end_layout
4372
4373 \begin_layout Enumerate
4374 The first level of an 
4375 \family sans
4376 Enumerate
4377 \family default
4378  uses Arabic numerals followed by a period.
4379 \end_layout
4380
4381 \begin_deeper
4382 \begin_layout Enumerate
4383 The second level uses lower case letters surrounded by parentheses.
4384 \end_layout
4385
4386 \begin_deeper
4387 \begin_layout Enumerate
4388 The third level uses lower-case Roman numerals followed by a period.
4389 \end_layout
4390
4391 \begin_deeper
4392 \begin_layout Enumerate
4393 The fourth level uses capital letters followed by a period.
4394 \end_layout
4395
4396 \begin_layout Enumerate
4397 Again, notice the decrease in the spacing between items as the nesting depth
4398  increases.
4399 \end_layout
4400
4401 \end_deeper
4402 \begin_layout Enumerate
4403 Back to the third level
4404 \end_layout
4405
4406 \end_deeper
4407 \begin_layout Enumerate
4408 Back to the second level.
4409 \end_layout
4410
4411 \end_deeper
4412 \begin_layout Enumerate
4413 Back to the outermost level.
4414 \end_layout
4415
4416 \begin_layout Standard
4417 Once again, you can customize the type of numbering used in the 
4418 \family sans
4419 Enumerate
4420 \family default
4421  environment.
4422  It involves adding commands to the LaTeX preamble (see the 
4423 \emph on
4424 Extended Features
4425 \emph default
4426  manual).
4427  As stated earlier, such customization only shows up in the printed version,
4428  not in LyX.
4429 \end_layout
4430
4431 \begin_layout Standard
4432 There is more to nesting 
4433 \family sans
4434 Enumerate
4435 \family default
4436  environments than we've stated here.
4437  You should read section\InsetSpace ~
4438
4439 \begin_inset LatexCommand ref
4440 reference "sec:Nesting"
4441
4442 \end_inset
4443
4444  to learn more about nesting.
4445 \end_layout
4446
4447 \begin_layout Subsubsection
4448
4449 \family sans
4450 Description
4451 \family default
4452
4453 \begin_inset LatexCommand index
4454 name "Lists ! Description"
4455
4456 \end_inset
4457
4458
4459 \begin_inset LatexCommand label
4460 name "sec:Description-List"
4461
4462 \end_inset
4463
4464
4465 \end_layout
4466
4467 \begin_layout Standard
4468 Unlike the previous two environments, the 
4469 \family sans
4470 Description
4471 \family default
4472  list has no fixed label.
4473  Instead, LyX uses the first 
4474 \begin_inset Quotes eld
4475 \end_inset
4476
4477 word
4478 \begin_inset Quotes erd
4479 \end_inset
4480
4481  of the first line as the label.
4482  Here's an example:
4483 \end_layout
4484
4485 \begin_layout Description
4486 Example: This is an example of the 
4487 \family sans
4488 Description
4489 \family default
4490  environment.
4491 \end_layout
4492
4493 \begin_layout Standard
4494 LyX typesets the label in boldface and puts extra space between it and the
4495  rest of the line.
4496 \end_layout
4497
4498 \begin_layout Standard
4499 With the first 
4500 \begin_inset Quotes eld
4501 \end_inset
4502
4503 word
4504 \begin_inset Quotes erd
4505 \end_inset
4506
4507  it is meant that the first hit of the 
4508 \family sans
4509 Space
4510 \family default
4511  key ends the label if you are at the beginning of the first line of an
4512  item.
4513  If you need to use more than one word in the label use a 
4514 \family sans
4515 Protected Blank
4516 \family default
4517 .
4518  (Use either 
4519 \family sans
4520 C-Space
4521 \family default
4522  or the menu 
4523 \family sans
4524 Insert\SpecialChar \menuseparator
4525 Formatting\SpecialChar \menuseparator
4526 Protected\InsetSpace ~
4527 Space
4528 \family default
4529 , see section\InsetSpace ~
4530
4531 \begin_inset LatexCommand ref
4532 reference "sub:Protected-Space"
4533
4534 \end_inset
4535
4536  for more info.) Here is an example:
4537 \end_layout
4538
4539 \begin_layout Description
4540 Second\InsetSpace ~
4541 Example: This one shows how to use a 
4542 \family sans
4543 Protected\InsetSpace ~
4544 Blank
4545 \family default
4546  in the label of a 
4547 \family sans
4548 Description
4549 \family default
4550  list item.
4551 \end_layout
4552
4553 \begin_layout Description
4554 Usage: You should use the 
4555 \family sans
4556 Description
4557 \family default
4558  environment for things like definitions and theorems.
4559  Use it when you need to make one word in particular stand out in the text
4560  that describes it.
4561  It's not a good idea to use a 
4562 \family sans
4563 Description
4564 \family default
4565  environment when you have an entire sentence that you want to describe.
4566  You're better off using 
4567 \family sans
4568 Itemize
4569 \family default
4570  or 
4571 \family sans
4572 Enumerate
4573 \family default
4574  and nesting several 
4575 \family sans
4576 Standard
4577 \family default
4578  paragraphs into them.
4579 \end_layout
4580
4581 \begin_layout Description
4582 Nesting: You can nest 
4583 \family sans
4584 Description
4585 \family default
4586  environments inside one another, nest them in other types of lists, and
4587  so on.
4588 \end_layout
4589
4590 \begin_layout Standard
4591 Notice that after the first line, LyX indents subsequent lines, offsetting
4592  them from the first line.
4593 \end_layout
4594
4595 \begin_layout Subsubsection
4596 The LyX 
4597 \family sans
4598 List
4599 \family default
4600
4601 \begin_inset LatexCommand index
4602 name "Lists ! LyX list"
4603
4604 \end_inset
4605
4606
4607 \begin_inset LatexCommand label
4608 name "sec:LyX-List"
4609
4610 \end_inset
4611
4612
4613 \end_layout
4614
4615 \begin_layout Standard
4616 The 
4617 \family sans
4618 List
4619 \family default
4620  environment is a LyX extension to LaTeX.
4621  
4622 \end_layout
4623
4624 \begin_layout Standard
4625 Like the 
4626 \family sans
4627 Description
4628 \family default
4629  environment the 
4630 \family sans
4631 List
4632 \family default
4633  environment has user-defined labels for each list item.
4634  There are the following properties of this list environment:
4635 \end_layout
4636
4637 \begin_layout Labeling
4638 \labelwidthstring 00.00.0000
4639 item\InsetSpace ~
4640 labels LyX uses the first 
4641 \begin_inset Quotes eld
4642 \end_inset
4643
4644 word
4645 \begin_inset Quotes erd
4646 \end_inset
4647
4648  of each line as the item label.
4649  The first 
4650 \family sans
4651 Space
4652 \family default
4653  after the beginning of the first line of an item marks the end of the label.
4654  If you need to use more than one word in an item label, use a protected
4655  blank as described above.
4656 \end_layout
4657
4658 \begin_layout Labeling
4659 \labelwidthstring 00.00.0000
4660 margins As you can see, LyX uses different margins for the item label and
4661  the body of the item text.
4662  The body of the text has a larger left margin, which is equal to the default
4663  label width plus a little extra space.
4664  
4665 \end_layout
4666
4667 \begin_layout Labeling
4668 \labelwidthstring 00.00.0000
4669 label\InsetSpace ~
4670 width LyX uses the width of the label, or the default width, whatever
4671  is larger.
4672  If the label width is larger, the label 
4673 \begin_inset Quotes eld
4674 \end_inset
4675
4676 extends
4677 \begin_inset Quotes erd
4678 \end_inset
4679
4680  into the first line.
4681  In other words, the text of the first line isn't aligned with the left
4682  margin of the rest of the item text.
4683 \end_layout
4684
4685 \begin_layout Labeling
4686 \labelwidthstring 00.00.0000
4687 default\InsetSpace ~
4688 width You can set the default label width to ensure that the text
4689  of all items in a 
4690 \family sans
4691 List
4692 \family default
4693  environment have the same left margin.
4694 \newline
4695 To change the default width, select
4696  all items in the list.
4697  Now open the 
4698 \family sans
4699 Edit\SpecialChar \menuseparator
4700 Paragraph\InsetSpace ~
4701 Settings
4702 \family default
4703  dialog.
4704  The text in the box 
4705 \family sans
4706 Longest\InsetSpace ~
4707 label
4708 \family default
4709  determines the default label width.
4710  You can use the text of your largest label here, but you can also use the
4711  letter 
4712 \begin_inset Quotes eld
4713 \end_inset
4714
4715 M
4716 \begin_inset Quotes erd
4717 \end_inset
4718
4719  multiple times instead.
4720  The M is the widest character and is a standard unit of widths in LaTeX.
4721  By using 
4722 \begin_inset Quotes eld
4723 \end_inset
4724
4725 M
4726 \begin_inset Quotes erd
4727 \end_inset
4728
4729  as the unit of width you don't need to keep changing the contents of 
4730 \family sans
4731 Longest\InsetSpace ~
4732 label
4733 \family default
4734  every time you alter a label in a 
4735 \family sans
4736 List
4737 \family default
4738  environment.
4739 \newline
4740 The predefined default width is the length of 
4741 \begin_inset Quotes eld
4742 \end_inset
4743
4744 00.00.0000
4745 \begin_inset Quotes erd
4746 \end_inset
4747
4748  (equal to 6 M).
4749  
4750 \newline
4751
4752 \begin_inset Note Greyedout
4753 status open
4754
4755 \begin_layout Standard
4756
4757 \series bold
4758 Note:
4759 \series default
4760  Setting the cursor into a list item to change only its label width will
4761  only change the width inside LyX but not in the output.
4762 \end_layout
4763
4764 \end_inset
4765
4766
4767 \end_layout
4768
4769 \begin_layout Standard
4770 You should use the 
4771 \family sans
4772 List
4773 \family default
4774  environment the same way like the 
4775 \family sans
4776 Description
4777 \family default
4778  list: When you need one word to stand out from the text that describes
4779  it.
4780  The 
4781 \family sans
4782 List
4783 \family default
4784  environment gives you another way to do this, using a different overall
4785  layout.
4786 \end_layout
4787
4788 \begin_layout Standard
4789 You can nest 
4790 \family sans
4791 List
4792 \family default
4793  environments inside one another, nest them in other types of lists, and
4794  so on.
4795  They work just like the other list paragraph environments.
4796  Read section\InsetSpace ~
4797
4798 \begin_inset LatexCommand ref
4799 reference "sec:Nesting"
4800
4801 \end_inset
4802
4803  to learn about nesting.
4804 \end_layout
4805
4806 \begin_layout Standard
4807 There is yet another feature of the 
4808 \family sans
4809 List
4810 \family default
4811  environment: As you can see in the examples, LyX left-justifies the item
4812  labels by default.
4813  You can use additional 
4814 \family sans
4815 HFills
4816 \family default
4817  to change how LyX justifies the item label.
4818  We'll document 
4819 \family sans
4820 HFills
4821 \family default
4822  later in section\InsetSpace ~
4823
4824 \begin_inset LatexCommand ref
4825 reference "sub:Horizontal-Space"
4826
4827 \end_inset
4828
4829 .
4830  Here are some examples:
4831 \end_layout
4832
4833 \begin_layout Labeling
4834 \labelwidthstring 00.00.0000
4835 Left The default for 
4836 \family sans
4837 List
4838 \family default
4839  item labels.
4840 \end_layout
4841
4842 \begin_layout Labeling
4843 \labelwidthstring 00.00.0000
4844
4845 \hfill
4846 Right One 
4847 \family sans
4848 HFill
4849 \family default
4850  at the beginning of the label right justifies it.
4851 \end_layout
4852
4853 \begin_layout Labeling
4854 \labelwidthstring 00.00.0000
4855
4856 \hfill
4857 Center
4858 \hfill
4859  One 
4860 \family sans
4861 HFill
4862 \family default
4863  at the beginning of the label and one at the end centers it.
4864 \end_layout
4865
4866 \begin_layout Subsection
4867 Letters
4868 \begin_inset LatexCommand index
4869 name "Letters"
4870
4871 \end_inset
4872
4873
4874 \end_layout
4875
4876 \begin_layout Subsubsection
4877
4878 \family sans
4879 Address
4880 \family default
4881  and 
4882 \family sans
4883 Right\InsetSpace ~
4884 Address
4885 \family default
4886 : An Overview
4887 \end_layout
4888
4889 \begin_layout Standard
4890 Although LyX has document classes for letters, we've also created two paragraph
4891  environments called 
4892 \family sans
4893 Address
4894 \family default
4895  and 
4896 \family sans
4897 Right\InsetSpace ~
4898 Address
4899 \family default
4900 .
4901  To use the letter class, you need to use specific paragraph environments
4902  in a specific order, otherwise LaTeX gags on the document.
4903  In contrast, you can use the 
4904 \family sans
4905 Address
4906 \family default
4907  and 
4908 \family sans
4909 Right\InsetSpace ~
4910 Address
4911 \family default
4912  paragraph environments anywhere with no problem.
4913  You can even nest them inside other environments, though you can't nest
4914  anything in them.
4915 \end_layout
4916
4917 \begin_layout Standard
4918 Of course, you're not limited to using 
4919 \family sans
4920 Address
4921 \family default
4922  and 
4923 \family sans
4924 Right\InsetSpace ~
4925 Address
4926 \family default
4927  for letters only.
4928  
4929 \family sans
4930 Right\InsetSpace ~
4931 Address
4932 \family default
4933 , in particular, is useful for creating article titles like those used in
4934  some European academic papers.
4935 \end_layout
4936
4937 \begin_layout Subsubsection
4938 Usage
4939 \begin_inset LatexCommand label
4940 name "sec:Address-Usage"
4941
4942 \end_inset
4943
4944
4945 \end_layout
4946
4947 \begin_layout Standard
4948 The 
4949 \family sans
4950 Address
4951 \family default
4952  environment formats text in the style of an address, which is also used
4953  for the opening and signature in some countries.
4954  Similarly, the 
4955 \family sans
4956 Right\InsetSpace ~
4957 Address
4958 \family default
4959  environment formats text in the style of a right-justified address, which
4960  is used for the sender's address and today's date in some countries.
4961  Here's an example of each:
4962 \end_layout
4963
4964 \begin_layout Right Address
4965 Right Address
4966 \newline
4967 Who I am
4968 \newline
4969 Where I am
4970 \newline
4971 When is it? What is today?
4972 \end_layout
4973
4974 \begin_layout Standard
4975 That was 
4976 \family sans
4977 Right\InsetSpace ~
4978 Address
4979 \family default
4980 .
4981  Notice that the lines all have the same left margin, which LyX sets to
4982  fit the largest block of text on a single line.
4983  Here's an example of the 
4984 \family sans
4985 Address
4986 \family default
4987  environment:
4988 \end_layout
4989
4990 \begin_layout Address
4991 Who are you
4992 \newline
4993 Where do I send this
4994 \newline
4995 Your post office and country
4996 \end_layout
4997
4998 \begin_layout Standard
4999 As you can see, both 
5000 \family sans
5001 Address
5002 \family default
5003  and 
5004 \family sans
5005 Right\InsetSpace ~
5006 Address
5007 \family default
5008  add extra space between themselves and the next paragraph.
5009  If you hit 
5010 \family sans
5011 Return
5012 \family default
5013  in either of these environments, LyX resets the nesting depth and sets
5014  the environment to 
5015 \family sans
5016 Standard
5017 \family default
5018 .
5019  This makes sense, since 
5020 \family sans
5021 Return
5022 \family default
5023  is the 
5024 \family typewriter
5025 break-paragraph
5026 \family default
5027  function, and the individual lines of an address are not paragraphs.
5028  Thus, you have to use 
5029 \family typewriter
5030 break-line
5031 \family default
5032  (
5033 \family sans
5034 C-Return
5035 \family default
5036  or 
5037 \family sans
5038 Formatting\InsetSpace ~
5039 Character\SpecialChar \menuseparator
5040 Line\InsetSpace ~
5041 Break
5042 \family default
5043  from the 
5044 \family sans
5045 Insert
5046 \family default
5047  menu) to start a new line in an 
5048 \family sans
5049 Address
5050 \family default
5051  or 
5052 \family sans
5053 Right\InsetSpace ~
5054 Address
5055 \family default
5056  environment.
5057 \end_layout
5058
5059 \begin_layout Subsection
5060 Academic Writing
5061 \end_layout
5062
5063 \begin_layout Standard
5064 Most academic writing begins with an abstract and ends with a bibliography
5065  or list of references.
5066  LyX contains paragraph environments for both of these.
5067 \end_layout
5068
5069 \begin_layout Subsubsection
5070
5071 \family sans
5072 Abstract
5073 \begin_inset LatexCommand index
5074 name "Abstracts"
5075
5076 \end_inset
5077
5078
5079 \end_layout
5080
5081 \begin_layout Standard
5082 The 
5083 \family sans
5084 Abstract
5085 \family default
5086  environment is used for the abstract of an article.
5087  Technically, you could use this environment anywhere, but you really should
5088  only use it at the beginning of the document, after the title.
5089  Also, don't bother trying to nest 
5090 \family sans
5091 Abstract
5092 \family default
5093  in anything else or vice versa.
5094  It won't work.
5095  The 
5096 \family sans
5097 Abstract
5098 \family default
5099  environment is only useful in the article and report document classes.
5100  The book document classes ignores the 
5101 \family sans
5102 Abstract
5103 \family default
5104  completely, and it's utterly silly to use 
5105 \family sans
5106 Abstract
5107 \family default
5108  in a letter document class.
5109 \end_layout
5110
5111 \begin_layout Standard
5112 The 
5113 \family sans
5114 Abstract
5115 \family default
5116  environment does several things for you.
5117  First, it puts the centered label 
5118 \begin_inset Quotes eld
5119 \end_inset
5120
5121 Abstract
5122 \begin_inset Quotes erd
5123 \end_inset
5124
5125  above the text.
5126  The label and the text of the abstract are separated by some extra vertical
5127  space.
5128  Second, it typesets everything in a smaller font, just as you'd expect.
5129  Lastly, it adds a bit of extra vertical space between the abstract and
5130  the subsequent text.
5131  Well, that's how it will appear on the LyX screen.
5132  The appearance in the output depends on the used article or report class.
5133 \end_layout
5134
5135 \begin_layout Standard
5136 Starting a new paragraph by hitting 
5137 \family sans
5138 Return
5139 \family default
5140  does not reset the paragraph environment.
5141  The new paragraph will still be in the 
5142 \family sans
5143 Abstract
5144 \family default
5145  environment.
5146  So, you will have to change the paragraph environment yourself when you
5147  finish entering the abstract of your document.
5148 \end_layout
5149
5150 \begin_layout Standard
5151 \begin_inset Float figure
5152 wide false
5153 sideways false
5154 status open
5155
5156 \begin_layout Standard
5157 \align center
5158 \begin_inset Graphics
5159         filename clipart/Abstract.pdf
5160         lyxscale 25
5161
5162 \end_inset
5163
5164
5165 \end_layout
5166
5167 \begin_layout Standard
5168 \begin_inset Caption
5169
5170 \begin_layout Standard
5171 \begin_inset LatexCommand label
5172 name "cap:Paragraph-in-the"
5173
5174 \end_inset
5175
5176 Paragraph in the 
5177 \family sans
5178 Abstract
5179 \family default
5180  environment
5181 \end_layout
5182
5183 \end_inset
5184
5185
5186 \end_layout
5187
5188 \end_inset
5189
5190
5191 \end_layout
5192
5193 \begin_layout Standard
5194 We'd love to give you directly an example of the 
5195 \family sans
5196 Abstract
5197 \family default
5198  environment, but since this document is in the 
5199 \begin_inset Quotes eld
5200 \end_inset
5201
5202 book
5203 \begin_inset Quotes erd
5204 \end_inset
5205
5206  class, we can't do this.
5207  We inserted it therefore as figure\InsetSpace ~
5208
5209 \begin_inset LatexCommand ref
5210 reference "cap:Paragraph-in-the"
5211
5212 \end_inset
5213
5214 .
5215  If you've never heard of an 
5216 \begin_inset Quotes eld
5217 \end_inset
5218
5219 abstract
5220 \begin_inset Quotes erd
5221 \end_inset
5222
5223  before, you can safely ignore this environment.
5224 \end_layout
5225
5226 \begin_layout Subsubsection
5227
5228 \family sans
5229 Bibliography
5230 \family default
5231
5232 \begin_inset LatexCommand index
5233 name "Bibliography"
5234
5235 \end_inset
5236
5237
5238 \begin_inset LatexCommand label
5239 name "sub:Biblio_environment"
5240
5241 \end_inset
5242
5243
5244 \end_layout
5245
5246 \begin_layout Standard
5247 The 
5248 \family sans
5249 Bibliography
5250 \family default
5251  environment is used to list references.
5252  Technically, you could use this environment anywhere, but you really should
5253  only use it at the end of the document.
5254  Nesting 
5255 \family sans
5256 Bibliography
5257 \family default
5258  in anything else or vice versa won't work.
5259 \end_layout
5260
5261 \begin_layout Standard
5262 When you first open a 
5263 \family sans
5264 Bibliography
5265 \family default
5266  environment, LyX add a large vertical space, followed by the heading 
5267 \begin_inset Quotes eld
5268 \end_inset
5269
5270 Bibliography
5271 \begin_inset Quotes erd
5272 \end_inset
5273
5274  or 
5275 \begin_inset Quotes eld
5276 \end_inset
5277
5278 References,
5279 \begin_inset Quotes erd
5280 \end_inset
5281
5282  depending on the document class.
5283  The heading is in a large boldface font.
5284  Each paragraph of the 
5285 \family sans
5286 Bibliography
5287 \family default
5288  environment is a bibliography entry.
5289  Thus, hitting 
5290 \family sans
5291 Return
5292 \family default
5293  does not reset the paragraph environment.
5294  Each new paragraph is still in the 
5295 \family sans
5296 Bibliography
5297 \family default
5298  environment.
5299 \end_layout
5300
5301 \begin_layout Standard
5302 For a detailed description of LyX's bibliography handling, have a look at
5303  in section\InsetSpace ~
5304
5305 \begin_inset LatexCommand ref
5306 reference "sec:Bibliography"
5307
5308 \end_inset
5309
5310 .
5311 \end_layout
5312
5313 \begin_layout Subsection
5314 LyX
5315 \family sans
5316 -Code
5317 \begin_inset LatexCommand index
5318 name "Paragraph ! LyX code"
5319
5320 \end_inset
5321
5322
5323 \begin_inset LatexCommand label
5324 name "sub:LyX-Code"
5325
5326 \end_inset
5327
5328
5329 \end_layout
5330
5331 \begin_layout Standard
5332 The 
5333 \family sans
5334 LyX-Code
5335 \family default
5336  environment is another LyX extension.
5337  It type-sets text in a typewriter-style font.
5338  It also treats the 
5339 \family sans
5340 Space
5341 \family default
5342  key as a fixed whitespace;
5343 \begin_inset Foot
5344 status collapsed
5345
5346 \begin_layout Standard
5347 In the 
5348 \family sans
5349 LyX-Code
5350 \family default
5351  environment, the 
5352 \family sans
5353 Space
5354 \family default
5355  key is treated as a 
5356 \family sans
5357 Protected\InsetSpace ~
5358 Blank
5359 \family default
5360  instead of an end-of-word marker.
5361 \end_layout
5362
5363 \end_inset
5364
5365  this is the only case in which you can type multiple whitespaces in LyX.
5366  If you need to insert blank lines, you'll still need to use 
5367 \family sans
5368 C-Return
5369 \family default
5370  (the 
5371 \family typewriter
5372 break-line
5373 \family default
5374  function).
5375  
5376 \family sans
5377 Return
5378 \family default
5379  breaks paragraphs.
5380  Note, however, that 
5381 \family sans
5382 Return
5383 \family default
5384  does not reset the paragraph environment.
5385  So, when you finish using the 
5386 \family sans
5387 LyX-Code
5388 \family default
5389  environment, you'll need to change the paragraph environment yourself.
5390  Also, you can nest the 
5391 \family sans
5392 LyX-Code
5393 \family default
5394  environment inside of others.
5395 \end_layout
5396
5397 \begin_layout Standard
5398 There are a few quirks with this environment:
5399 \end_layout
5400
5401 \begin_layout Itemize
5402 You cannot use 
5403 \family sans
5404 C-Return
5405 \family default
5406  at the beginning of a new paragraph (i.e.
5407  you can't follow 
5408 \family sans
5409 Return
5410 \family default
5411  with a 
5412 \family sans
5413 C-Return
5414 \family default
5415 ).
5416 \end_layout
5417
5418 \begin_layout Itemize
5419 You can't follow a 
5420 \family sans
5421 C-Return
5422 \family default
5423  with a 
5424 \family sans
5425 Space
5426 \family default
5427 .
5428 \end_layout
5429
5430 \begin_deeper
5431 \begin_layout Itemize
5432 Use a 
5433 \family sans
5434 Return
5435 \family default
5436  to begin a new paragraph, then you can use a 
5437 \family sans
5438 Space
5439 \family default
5440 .
5441 \end_layout
5442
5443 \begin_layout Itemize
5444 Or: use 
5445 \family sans
5446 C-Space
5447 \family default
5448  instead.
5449 \end_layout
5450
5451 \end_deeper
5452 \begin_layout Itemize
5453 You can't have an empty paragraph or an empty line.
5454  You must put at least one 
5455 \family sans
5456 Space
5457 \family default
5458  in any line you want blank.
5459  Otherwise, LaTeX generates errors.
5460 \end_layout
5461
5462 \begin_layout Itemize
5463 You cannot get the typewriter double quotes by typing 
5464 \family sans
5465 "
5466 \family default
5467  since that will insert 
5468 \emph on
5469 real
5470 \emph default
5471  quotes.
5472  You get the typewriter double quotes with 
5473 \family sans
5474 C-"
5475 \family default
5476  (or 
5477 \family sans
5478 C-q
5479 \family default
5480  if you use Emacs-like key bindings).
5481 \end_layout
5482
5483 \begin_layout Standard
5484 Here's an example:
5485 \end_layout
5486
5487 \begin_layout LyX-Code
5488 #include <stdio.h>
5489 \end_layout
5490
5491 \begin_layout LyX-Code
5492  
5493 \end_layout
5494
5495 \begin_layout LyX-Code
5496 int main(void)
5497 \end_layout
5498
5499 \begin_layout LyX-Code
5500 {
5501 \end_layout
5502
5503 \begin_layout LyX-Code
5504     printf("Hello World!
5505 \backslash
5506 n");
5507 \end_layout
5508
5509 \begin_layout LyX-Code
5510     return 0;
5511 \end_layout
5512
5513 \begin_layout LyX-Code
5514 }
5515 \end_layout
5516
5517 \begin_layout Standard
5518 This is just the standard 
5519 \begin_inset Quotes eld
5520 \end_inset
5521
5522 Hello world!
5523 \begin_inset Quotes erd
5524 \end_inset
5525
5526  program.
5527  
5528 \end_layout
5529
5530 \begin_layout Standard
5531
5532 \family sans
5533 LyX-Code
5534 \family default
5535  has one purpose: to typeset code, such as program source, shell scripts,
5536  rc-files, and so on.
5537  Use it only in those very special cases where you need to generate text
5538  as if you used a typewriter.
5539 \begin_inset LatexCommand index
5540 name "Paragraph environments|)"
5541
5542 \end_inset
5543
5544
5545 \end_layout
5546
5547 \begin_layout Section
5548 Nesting Environments
5549 \begin_inset LatexCommand index
5550 name "Nesting ! Environments"
5551
5552 \end_inset
5553
5554
5555 \begin_inset LatexCommand label
5556 name "sec:Nesting"
5557
5558 \end_inset
5559
5560
5561 \end_layout
5562
5563 \begin_layout Subsection
5564 Introduction
5565 \end_layout
5566
5567 \begin_layout Standard
5568 LyX treats text as a unified block with a particular context and specific
5569  properties.
5570  This allows you to create blocks that inherits some of the properties of
5571  another block.
5572  For example you have three main points in an outline, but point #2 also
5573  has two subpoints.
5574  In other words, you have a list inside of another list, with the inner
5575  list 
5576 \begin_inset Quotes eld
5577 \end_inset
5578
5579 attached
5580 \begin_inset Quotes erd
5581 \end_inset
5582
5583  to item #2:
5584 \end_layout
5585
5586 \begin_layout Enumerate
5587 one
5588 \end_layout
5589
5590 \begin_layout Enumerate
5591 two
5592 \end_layout
5593
5594 \begin_deeper
5595 \begin_layout Enumerate
5596 sublist - item #1
5597 \end_layout
5598
5599 \begin_layout Enumerate
5600 sublist - item #2
5601 \end_layout
5602
5603 \end_deeper
5604 \begin_layout Enumerate
5605 three
5606 \end_layout
5607
5608 \begin_layout Standard
5609 You put a list inside of a list by nesting one list inside the other.
5610  Nesting an environment is quite simple: Select 
5611 \family sans
5612 Increase\InsetSpace ~
5613 List\InsetSpace ~
5614 Depth
5615 \family default
5616  or 
5617 \family sans
5618 Decrease\InsetSpace ~
5619 List\InsetSpace ~
5620 Depth
5621 \family default
5622  from the 
5623 \family sans
5624 Edit
5625 \family default
5626  menu to change the nesting depth of the current paragraph (the status bar
5627  will tell you how far you are nested).
5628  Instead of the menu, you can also use the toolbar buttons 
5629 \begin_inset Graphics
5630         filename ../images/depth-increment.png
5631
5632 \end_inset
5633
5634  and 
5635 \begin_inset Graphics
5636         filename ../images/depth-decrement.png
5637
5638 \end_inset
5639
5640  or the convenient key bindings 
5641 \family sans
5642 S-M-Right
5643 \family default
5644  and 
5645 \family sans
5646 S-M-Left
5647 \family default
5648  to change the nesting level.
5649  The change will work on the current selection if you have made one (allowing
5650  you to change the nesting of several paragraphs at once), or the current
5651  paragraph.
5652 \end_layout
5653
5654 \begin_layout Standard
5655 Note that LyX only changes the nesting depth if it can.
5656  If it's invalid to do so, nothing happens if you try to change the depth.
5657  Additionally, if you change the depth of one paragraph, it affects the
5658  depth of every paragraph nested inside of it.
5659 \end_layout
5660
5661 \begin_layout Standard
5662 Nesting isn't limited to lists.
5663  In LyX, you can nest just about anything inside anything else, as you're
5664  about to find out.
5665  This is the real power of nesting paragraph environments.
5666 \end_layout
5667
5668 \begin_layout Subsection
5669 What You Can and Can't Nest
5670 \end_layout
5671
5672 \begin_layout Standard
5673 Before we fire a list of paragraph environments at you, we need to tell
5674  you a little bit more about how nesting works.
5675 \end_layout
5676
5677 \begin_layout Standard
5678 The question if nesting a paragraph environment is possible, is a bit more
5679  complicated than a simple yes or no.
5680  There are three types of paragraph environments:
5681 \end_layout
5682
5683 \begin_layout Itemize
5684 Completely unnestable
5685 \end_layout
5686
5687 \begin_layout Itemize
5688 Fully nestable, you can nest them inside of things and you can also nest
5689  other things inside of them.
5690 \end_layout
5691
5692 \begin_layout Itemize
5693 A third type, you can nest them into other environments, but you can't nest
5694  anything into them.
5695 \end_layout
5696
5697 \begin_layout Standard
5698 Here's a list of the three types of nesting behavior, and which paragraph
5699  environments have them:
5700 \end_layout
5701
5702 \begin_layout Description
5703 Unnestable Can't nest them.
5704  Can't nest into them.
5705 \end_layout
5706
5707 \begin_deeper
5708 \begin_layout Itemize
5709
5710 \family sans
5711 Part
5712 \end_layout
5713
5714 \begin_layout Itemize
5715
5716 \family sans
5717 Chapter
5718 \end_layout
5719
5720 \begin_layout Itemize
5721
5722 \family sans
5723 Section
5724 \family default
5725  
5726 \end_layout
5727
5728 \begin_layout Itemize
5729
5730 \family sans
5731 Subsection
5732 \end_layout
5733
5734 \begin_layout Itemize
5735
5736 \family sans
5737 Subsubsection
5738 \end_layout
5739
5740 \begin_layout Itemize
5741
5742 \family sans
5743 Paragraph
5744 \family default
5745  
5746 \end_layout
5747
5748 \begin_layout Itemize
5749
5750 \family sans
5751 Subparagraph
5752 \end_layout
5753
5754 \begin_layout Itemize
5755
5756 \family sans
5757 Part*
5758 \end_layout
5759
5760 \begin_layout Itemize
5761
5762 \family sans
5763 Chapter*
5764 \end_layout
5765
5766 \begin_layout Itemize
5767
5768 \family sans
5769 Section*
5770 \end_layout
5771
5772 \begin_layout Itemize
5773
5774 \family sans
5775 Subsection*
5776 \end_layout
5777
5778 \begin_layout Itemize
5779
5780 \family sans
5781 Subsubsection*
5782 \end_layout
5783
5784 \begin_layout Itemize
5785
5786 \family sans
5787 Bibliography
5788 \end_layout
5789
5790 \begin_layout Itemize
5791
5792 \family sans
5793 Abstract
5794 \end_layout
5795
5796 \begin_layout Itemize
5797
5798 \family sans
5799 Title
5800 \end_layout
5801
5802 \begin_layout Itemize
5803
5804 \family sans
5805 Author
5806 \end_layout
5807
5808 \begin_layout Itemize
5809
5810 \family sans
5811 Date
5812 \end_layout
5813
5814 \end_deeper
5815 \begin_layout Description
5816 Fully\InsetSpace ~
5817 Nestable You can nest them.
5818  You can nest other things into them.
5819 \end_layout
5820
5821 \begin_deeper
5822 \begin_layout Itemize
5823
5824 \family sans
5825 Verse
5826 \end_layout
5827
5828 \begin_layout Itemize
5829
5830 \family sans
5831 Quote
5832 \end_layout
5833
5834 \begin_layout Itemize
5835
5836 \family sans
5837 Quotation
5838 \end_layout
5839
5840 \begin_layout Itemize
5841
5842 \family sans
5843 Itemize
5844 \end_layout
5845
5846 \begin_layout Itemize
5847
5848 \family sans
5849 Enumerate
5850 \end_layout
5851
5852 \begin_layout Itemize
5853
5854 \family sans
5855 Description
5856 \end_layout
5857
5858 \begin_layout Itemize
5859
5860 \family sans
5861 List
5862 \end_layout
5863
5864 \begin_layout Itemize
5865
5866 \family sans
5867 LyX-Code
5868 \end_layout
5869
5870 \end_deeper
5871 \begin_layout Description
5872 Nestable-Inside You can nest them inside of other things.
5873  You can't nest anything into them.
5874 \end_layout
5875
5876 \begin_deeper
5877 \begin_layout Itemize
5878
5879 \family sans
5880 Standard
5881 \end_layout
5882
5883 \begin_layout Itemize
5884
5885 \family sans
5886 Right\InsetSpace ~
5887 Address
5888 \end_layout
5889
5890 \begin_layout Itemize
5891
5892 \family sans
5893 Address
5894 \end_layout
5895
5896 \end_deeper
5897 \begin_layout Standard
5898 The 
5899 \family sans
5900 Caption
5901 \family default
5902  environment doesn't really fit anywhere, since it's only used inside of
5903  
5904 \family sans
5905 Table\InsetSpace ~
5906 Floats
5907 \family default
5908  and 
5909 \family sans
5910 Figure\InsetSpace ~
5911 Floats
5912 \family default
5913 .
5914 \end_layout
5915
5916 \begin_layout Subsection
5917 Nesting Other Things: Tables, Math, Floats, etc.
5918 \begin_inset LatexCommand index
5919 name "Nesting ! Tables etc."
5920
5921 \end_inset
5922
5923
5924 \begin_inset LatexCommand label
5925 name "sec:table-and-fig-nesting"
5926
5927 \end_inset
5928
5929
5930 \end_layout
5931
5932 \begin_layout Standard
5933 There are several things that aren't paragraph environments, but which are
5934  affected by nesting anyhow.
5935  They are:
5936 \end_layout
5937
5938 \begin_layout Itemize
5939 equations
5940 \end_layout
5941
5942 \begin_layout Itemize
5943 tables
5944 \end_layout
5945
5946 \begin_layout Itemize
5947 figures
5948 \end_layout
5949
5950 \begin_layout Standard
5951 (
5952 \begin_inset Note Greyedout
5953 status open
5954
5955 \begin_layout Standard
5956
5957 \series bold
5958 Note:
5959 \series default
5960  If you put a figure or a table in a 
5961 \family sans
5962 Float
5963 \family default
5964 , this is no longer true.
5965 \end_layout
5966
5967 \end_inset
5968
5969  Have a look at section\InsetSpace ~
5970
5971 \begin_inset LatexCommand ref
5972 reference "sec:Floats"
5973
5974 \end_inset
5975
5976  for more informations about 
5977 \family sans
5978 Floats
5979 \family default
5980 .)
5981 \end_layout
5982
5983 \begin_layout Standard
5984 LyX can treat these three objects as either a word or as a paragraph.
5985  If a figure, table, or an equation is inline, it goes wherever the paragraph
5986  it is in goes.
5987 \end_layout
5988
5989 \begin_layout Standard
5990 On the other hand, if you have an equation, figure or table in a 
5991 \begin_inset Quotes eld
5992 \end_inset
5993
5994 paragraph
5995 \begin_inset Quotes erd
5996 \end_inset
5997
5998  of its own, it behaves just like a 
5999 \begin_inset Quotes eld
6000 \end_inset
6001
6002 nestable-inside
6003 \begin_inset Quotes erd
6004 \end_inset
6005
6006  paragraph environment.
6007  You can nest it into any environment, but you obviously can't nest anything
6008  into it.
6009 \end_layout
6010
6011 \begin_layout Standard
6012 Here's an example with a table:
6013 \end_layout
6014
6015 \begin_layout Enumerate
6016 Item One
6017 \end_layout
6018
6019 \begin_deeper
6020 \begin_layout Enumerate
6021 This is (a) and it's nested.
6022 \end_layout
6023
6024 \begin_deeper
6025 \begin_layout Standard
6026 \begin_inset VSpace 0.3cm
6027 \end_inset
6028
6029
6030 \end_layout
6031
6032 \begin_layout Standard
6033 \align center
6034 \begin_inset Tabular
6035 <lyxtabular version="3" rows="2" columns="2">
6036 <features>
6037 <column alignment="center" valignment="top" leftline="true" width="0pt">
6038 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
6039 <row topline="true">
6040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6041 \begin_inset Text
6042
6043 \begin_layout Standard
6044
6045 \family roman
6046 \series medium
6047 \shape up
6048 \size normal
6049 \emph off
6050 \bar no
6051 \noun off
6052 \color none
6053 a
6054 \end_layout
6055
6056 \end_inset
6057 </cell>
6058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6059 \begin_inset Text
6060
6061 \begin_layout Standard
6062
6063 \family roman
6064 \series medium
6065 \shape up
6066 \size normal
6067 \emph off
6068 \bar no
6069 \noun off
6070 \color none
6071 b
6072 \end_layout
6073
6074 \end_inset
6075 </cell>
6076 </row>
6077 <row topline="true" bottomline="true">
6078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6079 \begin_inset Text
6080
6081 \begin_layout Standard
6082
6083 \family roman
6084 \series medium
6085 \shape up
6086 \size normal
6087 \emph off
6088 \bar no
6089 \noun off
6090 \color none
6091 c
6092 \end_layout
6093
6094 \end_inset
6095 </cell>
6096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6097 \begin_inset Text
6098
6099 \begin_layout Standard
6100
6101 \family roman
6102 \series medium
6103 \shape up
6104 \size normal
6105 \emph off
6106 \bar no
6107 \noun off
6108 \color none
6109 d
6110 \end_layout
6111
6112 \end_inset
6113 </cell>
6114 </row>
6115 </lyxtabular>
6116
6117 \end_inset
6118
6119
6120 \end_layout
6121
6122 \begin_layout Standard
6123 \begin_inset VSpace 0.3cm
6124 \end_inset
6125
6126
6127 \end_layout
6128
6129 \end_deeper
6130 \begin_layout Enumerate
6131 This is (b).
6132  The table is actually nested inside (a).
6133 \end_layout
6134
6135 \end_deeper
6136 \begin_layout Enumerate
6137 Back out again.
6138 \end_layout
6139
6140 \begin_layout Standard
6141 If we hadn't nested the table at all, the list would look like this:
6142 \end_layout
6143
6144 \begin_layout Enumerate
6145 Item One
6146 \end_layout
6147
6148 \begin_deeper
6149 \begin_layout Enumerate
6150 This is (a) and it's nested.
6151 \end_layout
6152
6153 \end_deeper
6154 \begin_layout Standard
6155 \begin_inset VSpace 0.3cm
6156 \end_inset
6157
6158
6159 \end_layout
6160
6161 \begin_layout Standard
6162 \align center
6163 \begin_inset Tabular
6164 <lyxtabular version="3" rows="2" columns="2">
6165 <features>
6166 <column alignment="center" valignment="top" leftline="true" width="0pt">
6167 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
6168 <row topline="true">
6169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6170 \begin_inset Text
6171
6172 \begin_layout Standard
6173
6174 \family roman
6175 \series medium
6176 \shape up
6177 \size normal
6178 \emph off
6179 \bar no
6180 \noun off
6181 \color none
6182 a
6183 \end_layout
6184
6185 \end_inset
6186 </cell>
6187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6188 \begin_inset Text
6189
6190 \begin_layout Standard
6191
6192 \family roman
6193 \series medium
6194 \shape up
6195 \size normal
6196 \emph off
6197 \bar no
6198 \noun off
6199 \color none
6200 b
6201 \end_layout
6202
6203 \end_inset
6204 </cell>
6205 </row>
6206 <row topline="true" bottomline="true">
6207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6208 \begin_inset Text
6209
6210 \begin_layout Standard
6211
6212 \family roman
6213 \series medium
6214 \shape up
6215 \size normal
6216 \emph off
6217 \bar no
6218 \noun off
6219 \color none
6220 c
6221 \end_layout
6222
6223 \end_inset
6224 </cell>
6225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6226 \begin_inset Text
6227
6228 \begin_layout Standard
6229
6230 \family roman
6231 \series medium
6232 \shape up
6233 \size normal
6234 \emph off
6235 \bar no
6236 \noun off
6237 \color none
6238 d
6239 \end_layout
6240
6241 \end_inset
6242 </cell>
6243 </row>
6244 </lyxtabular>
6245
6246 \end_inset
6247
6248
6249 \end_layout
6250
6251 \begin_layout Standard
6252 \begin_inset VSpace 0.3cm
6253 \end_inset
6254
6255
6256 \end_layout
6257
6258 \begin_layout Enumerate
6259 This is (b).
6260  The table is 
6261 \emph on
6262 not
6263 \emph default
6264  nested inside (a).
6265  In fact, it's not nested at all.
6266 \end_layout
6267
6268 \begin_layout Enumerate
6269 Back out again.
6270 \end_layout
6271
6272 \begin_layout Standard
6273 Notice how item (b) is not only no longer nested, but is also the first
6274  item of a new list!
6275 \end_layout
6276
6277 \begin_layout Standard
6278 There's another trap you can fall into: Nesting the table, but not going
6279  deep enough.
6280  LyX then turns anything after the table into a new sublist.
6281 \end_layout
6282
6283 \begin_layout Enumerate
6284 Item One
6285 \end_layout
6286
6287 \begin_deeper
6288 \begin_layout Enumerate
6289 This is (a) and it's nested.
6290 \end_layout
6291
6292 \begin_layout Standard
6293 \begin_inset VSpace 0.3cm
6294 \end_inset
6295
6296
6297 \end_layout
6298
6299 \begin_layout Standard
6300 \align center
6301 \begin_inset Tabular
6302 <lyxtabular version="3" rows="2" columns="2">
6303 <features>
6304 <column alignment="center" valignment="top" leftline="true" width="0pt">
6305 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
6306 <row topline="true">
6307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6308 \begin_inset Text
6309
6310 \begin_layout Standard
6311
6312 \family roman
6313 \series medium
6314 \shape up
6315 \size normal
6316 \emph off
6317 \bar no
6318 \noun off
6319 \color none
6320 a
6321 \end_layout
6322
6323 \end_inset
6324 </cell>
6325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6326 \begin_inset Text
6327
6328 \begin_layout Standard
6329
6330 \family roman
6331 \series medium
6332 \shape up
6333 \size normal
6334 \emph off
6335 \bar no
6336 \noun off
6337 \color none
6338 b
6339 \end_layout
6340
6341 \end_inset
6342 </cell>
6343 </row>
6344 <row topline="true" bottomline="true">
6345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6346 \begin_inset Text
6347
6348 \begin_layout Standard
6349
6350 \family roman
6351 \series medium
6352 \shape up
6353 \size normal
6354 \emph off
6355 \bar no
6356 \noun off
6357 \color none
6358 c
6359 \end_layout
6360
6361 \end_inset
6362 </cell>
6363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6364 \begin_inset Text
6365
6366 \begin_layout Standard
6367
6368 \family roman
6369 \series medium
6370 \shape up
6371 \size normal
6372 \emph off
6373 \bar no
6374 \noun off
6375 \color none
6376 d
6377 \end_layout
6378
6379 \end_inset
6380 </cell>
6381 </row>
6382 </lyxtabular>
6383
6384 \end_inset
6385
6386
6387 \end_layout
6388
6389 \begin_layout Standard
6390 \begin_inset VSpace 0.3cm
6391 \end_inset
6392
6393
6394 \end_layout
6395
6396 \begin_layout Enumerate
6397 This is (b).
6398  The table is actually nested inside Item One, but 
6399 \emph on
6400 not
6401 \emph default
6402  inside (a).
6403 \end_layout
6404
6405 \end_deeper
6406 \begin_layout Enumerate
6407 Back out again.
6408 \end_layout
6409
6410 \begin_layout Standard
6411 As you can see, item (b) turned into the first item of a new list, but a
6412  new list 
6413 \emph on
6414 inside
6415 \emph default
6416  item 1.
6417  The same thing would have happened to a figure or an equation.
6418  So, if you nest tables, figures or equations, make sure you go to the right
6419  depth!
6420 \end_layout
6421
6422 \begin_layout Subsection
6423 Usage and General Features
6424 \begin_inset LatexCommand label
6425 name "sub:Nesting-Usage"
6426
6427 \end_inset
6428
6429
6430 \end_layout
6431
6432 \begin_layout Standard
6433 Speaking of levels, LyX can perform up to a six-fold nesting.
6434  In other words, 
6435 \begin_inset Quotes eld
6436 \end_inset
6437
6438 level #6
6439 \begin_inset Quotes erd
6440 \end_inset
6441
6442  is the innermost possible depth.
6443  Here's an example to display what we mean:
6444 \end_layout
6445
6446 \begin_layout Enumerate
6447 level #1 - outermost
6448 \end_layout
6449
6450 \begin_deeper
6451 \begin_layout Enumerate
6452 level #2
6453 \end_layout
6454
6455 \begin_deeper
6456 \begin_layout Enumerate
6457 level #3
6458 \end_layout
6459
6460 \begin_deeper
6461 \begin_layout Enumerate
6462 level #4
6463 \end_layout
6464
6465 \begin_deeper
6466 \begin_layout Itemize
6467 level #5
6468 \end_layout
6469
6470 \begin_deeper
6471 \begin_layout Itemize
6472 level #6
6473 \end_layout
6474
6475 \end_deeper
6476 \end_deeper
6477 \end_deeper
6478 \end_deeper
6479 \end_deeper
6480 \begin_layout Standard
6481 There are two exceptions to the six-fold nesting limit, and you can see
6482  both of them in the example.
6483  Unlike the other fully-nestable environments, you can only perform a four-fold
6484  nesting with the 
6485 \family sans
6486 Enumerate
6487 \family default
6488  and 
6489 \family sans
6490 Itemize
6491 \family default
6492  environments.
6493  For example, if we tried to nest another 
6494 \family sans
6495 Enumerate
6496 \family default
6497  list inside of item 
6498 \begin_inset Quotes eld
6499 \end_inset
6500
6501 A.
6502 \begin_inset Quotes erd
6503 \end_inset
6504
6505 , we'd get errors.
6506 \end_layout
6507
6508 \begin_layout Subsection
6509 Some Examples
6510 \begin_inset LatexCommand index
6511 name "Nesting ! Examples"
6512
6513 \end_inset
6514
6515
6516 \end_layout
6517
6518 \begin_layout Standard
6519 The best way to explain just what you can do with nesting is by illustration.
6520  We have several examples of nested environments.
6521  In them, we explain how we created the example, so that you can reproduce
6522  them.
6523 \end_layout
6524
6525 \begin_layout Subsubsection
6526 Example 1: The Six-fold Way and Mixed Nesting
6527 \end_layout
6528
6529 \begin_layout Labeling
6530 \labelwidthstring MMM
6531 #1-a This is the outermost level.
6532  It's a 
6533 \family sans
6534 List
6535 \family default
6536  environment.
6537 \end_layout
6538
6539 \begin_deeper
6540 \begin_layout Labeling
6541 \labelwidthstring MMM
6542 #2-a This is level #2.
6543  We created it by using 
6544 \family sans
6545 M-Return
6546 \family default
6547  followed by 
6548 \family sans
6549 S-M-Right
6550 \family default
6551 .
6552 \end_layout
6553
6554 \begin_deeper
6555 \begin_layout Labeling
6556 \labelwidthstring MMM
6557 #3-a This is level #3.
6558  This time, we just hit 
6559 \family sans
6560 Return
6561 \family default
6562 , then used 
6563 \family sans
6564 S-M-Right
6565 \family default
6566  twice in a row.
6567  We could have also created it the same way as we did the previous level,
6568  by hitting 
6569 \family sans
6570 M-Return
6571 \family default
6572  followed by 
6573 \family sans
6574 S-M-Right
6575 \family default
6576 .
6577 \end_layout
6578
6579 \begin_deeper
6580 \begin_layout Standard
6581 This is actually a 
6582 \family sans
6583 Standard
6584 \family default
6585  environment, nested inside of 
6586 \begin_inset Quotes eld
6587 \end_inset
6588
6589 #3-a
6590 \begin_inset Quotes erd
6591 \end_inset
6592
6593 .
6594  So, it's at level #4.
6595  We did this by hitting 
6596 \family sans
6597 M-Return
6598 \family default
6599 , then 
6600 \family sans
6601 S-M-Right
6602 \family default
6603 , then changing the paragraph environment to 
6604 \family sans
6605 Standard
6606 \family default
6607 .
6608  Do this to create list items with more than one paragraph - it also works
6609  for the 
6610 \family sans
6611 Description
6612 \family default
6613
6614 \family sans
6615 Enumerate
6616 \family default
6617 , and 
6618 \family sans
6619 Itemize
6620 \family default
6621  environments!
6622 \end_layout
6623
6624 \begin_layout Standard
6625 Here's another 
6626 \family sans
6627 Standard
6628 \family default
6629  paragraph, also at level #4, made with just a 
6630 \family sans
6631 M-Return
6632 \family default
6633 .
6634 \end_layout
6635
6636 \begin_layout Labeling
6637 \labelwidthstring MMM
6638 #4-a This is level #4.
6639  We hit 
6640 \family sans
6641 M-Return
6642 \family default
6643  and changed the paragraph environment back to 
6644 \family sans
6645 List
6646 \family default
6647 .
6648  Remember - we can't nest anything inside of a 
6649 \family sans
6650 Standard
6651 \family default
6652  environment, which is why we're still at level #4.
6653  However, we 
6654 \emph on
6655 can
6656 \emph default
6657  keep nesting things inside of 
6658 \begin_inset Quotes eld
6659 \end_inset
6660
6661 #3-a
6662 \begin_inset Quotes erd
6663 \end_inset
6664
6665 .
6666 \end_layout
6667
6668 \begin_deeper
6669 \begin_layout Labeling
6670 \labelwidthstring MMM
6671 #5-a This is level #5\SpecialChar \ldots{}
6672
6673 \end_layout
6674
6675 \begin_deeper
6676 \begin_layout Labeling
6677 \labelwidthstring MMM
6678 #6-a \SpecialChar \ldots{}
6679 and this is level #6.
6680  By now, you should know how we made these two.
6681 \end_layout
6682
6683 \end_deeper
6684 \begin_layout Labeling
6685 \labelwidthstring MMM
6686 #5-b Back to level #5.
6687  Just hit 
6688 \family sans
6689 M-Return
6690 \family default
6691  followed by a 
6692 \family sans
6693 S-M-Left
6694 \family default
6695 .
6696 \end_layout
6697
6698 \end_deeper
6699 \begin_layout Labeling
6700 \labelwidthstring MMM
6701 #4-b After another 
6702 \family sans
6703 M-Return
6704 \family default
6705  followed by a 
6706 \family sans
6707 S-M-Left
6708 \family default
6709 , we're back at level #4.
6710 \end_layout
6711
6712 \end_deeper
6713 \begin_layout Labeling
6714 \labelwidthstring MMM
6715 #3-b Back to level #3.
6716  By now it should be obvious how we did this.
6717 \end_layout
6718
6719 \end_deeper
6720 \begin_layout Labeling
6721 \labelwidthstring MMM
6722 #2-b Back to level #2.
6723  
6724 \end_layout
6725
6726 \end_deeper
6727 \begin_layout Labeling
6728 \labelwidthstring MMM
6729 #1-b And last, back to the outermost level, #1.
6730  After this sentence, we'll hit 
6731 \family sans
6732 Return
6733 \family default
6734  and change the paragraph environment back to 
6735 \family sans
6736 Standard
6737 \family default
6738  to end the list.
6739 \end_layout
6740
6741 \begin_layout Standard
6742 We could have also used the 
6743 \family sans
6744 Description
6745 \family default
6746
6747 \family sans
6748 Quote
6749 \family default
6750
6751 \family sans
6752 Quotation
6753 \family default
6754 , or even the 
6755 \family sans
6756 Verse
6757 \family default
6758  environment in place of the 
6759 \family sans
6760 List
6761 \family default
6762  environment.
6763  The example would have worked exactly the same.
6764 \end_layout
6765
6766 \begin_layout Subsubsection
6767 Example 2: Inheritance
6768 \end_layout
6769
6770 \begin_layout LyX-Code
6771 This is the LyX-Code environment, at level #1, the outermost
6772 \end_layout
6773
6774 \begin_layout LyX-Code
6775 level.
6776   Now we'll hit 
6777 \family sans
6778 Return
6779 \family default
6780 , then 
6781 \family sans
6782 S-M-Right
6783 \family default
6784 , after which, we'll change to the 
6785 \family sans
6786 Enumerate
6787 \family default
6788  environment.
6789 \end_layout
6790
6791 \begin_deeper
6792 \begin_layout Enumerate
6793 This is the 
6794 \family sans
6795 Enumerate
6796 \family default
6797  environment, at level #2.
6798 \end_layout
6799
6800 \begin_layout Enumerate
6801 Notice how the nested 
6802 \family sans
6803 Enumerate
6804 \family default
6805  not only inherits its margins from its parent environment (
6806 \family sans
6807 LyX-Code
6808 \family default
6809 ), but also inherits its font and spacing!
6810 \end_layout
6811
6812 \end_deeper
6813 \begin_layout Standard
6814 We ended this example by hitting 
6815 \family sans
6816 Return
6817 \family default
6818 .
6819  After that, we needed to reset the paragraph environment to 
6820 \family sans
6821 Standard
6822 \family default
6823  and resetting the nesting depth by using 
6824 \family sans
6825 S-M-Left
6826 \family default
6827  once.
6828 \end_layout
6829
6830 \begin_layout Subsubsection
6831 Example 3: Labels, Levels, and the 
6832 \family sans
6833 Enumerate
6834 \family default
6835  and 
6836 \family sans
6837 Itemize
6838 \family default
6839  Environments
6840 \begin_inset OptArg
6841 status collapsed
6842
6843 \begin_layout Standard
6844 Example #3: Labels, Levels and other list environments
6845 \end_layout
6846
6847 \end_inset
6848
6849
6850 \end_layout
6851
6852 \begin_layout Enumerate
6853 This is level #1, in an 
6854 \family sans
6855 Enumerate
6856 \family default
6857  paragraph environment.
6858  We're actually going to nest a bunch of these.
6859 \end_layout
6860
6861 \begin_deeper
6862 \begin_layout Enumerate
6863 This is level #2.
6864  We used 
6865 \family sans
6866 M-Return
6867 \family default
6868  followed by 
6869 \family sans
6870 S-M-Right
6871 \family default
6872 .
6873  Now, what happens if we nest an 
6874 \family sans
6875 Itemize
6876 \family default
6877  environment inside of this one? It will be at level #3, but what will its
6878  label be? An asterisk?
6879 \end_layout
6880
6881 \begin_deeper
6882 \begin_layout Itemize
6883 No! It's a bullet.
6884  This is the 
6885 \emph on
6886 first
6887 \emph default
6888  
6889 \family sans
6890 Itemize
6891 \family default
6892  environment, even though it's at level #3.
6893  So, its label is a bullet.
6894  (We got here by using 
6895 \family sans
6896 M-Return
6897 \family default
6898 , then 
6899 \family sans
6900 S-M-Right
6901 \family default
6902 , then changing the environment to 
6903 \family sans
6904 Itemize
6905 \family default
6906 .)
6907 \end_layout
6908
6909 \begin_deeper
6910 \begin_layout Itemize
6911 Here's level #4, produced using 
6912 \family sans
6913 M-Return
6914 \family default
6915 , then 
6916 \family sans
6917 S-M-Right
6918 \family default
6919 .
6920  We'll do that again\SpecialChar \ldots{}
6921
6922 \end_layout
6923
6924 \begin_deeper
6925 \begin_layout Enumerate
6926 \SpecialChar \ldots{}
6927 to get to level #5.
6928  This time, however, we also changed the paragraph environment back to 
6929 \family sans
6930 Enumerate
6931 \family default
6932 .
6933  Notice the type of numbering, it is 
6934 \emph on
6935 lowercase Roman
6936 \emph default
6937 , because we are in the 
6938 \emph on
6939 thirdfold
6940 \emph default
6941  
6942 \family sans
6943 Enumerate
6944 \family default
6945  environment (i.e.
6946  it is an 
6947 \family sans
6948 Enumerate
6949 \family default
6950  inside an 
6951 \family sans
6952 Enumerate
6953 \family default
6954  inside an 
6955 \family sans
6956 Enumerate
6957 \family default
6958 ).
6959 \end_layout
6960
6961 \begin_layout Enumerate
6962 What happens if we 
6963 \emph on
6964 don't
6965 \emph default
6966  change the paragraph environment, but decrease the nesting depth? What
6967  type of numbering does LyX use?
6968 \end_layout
6969
6970 \begin_layout Enumerate
6971 Oh, as if you couldn't guess by now, we're just using 
6972 \family sans
6973 M-Return
6974 \family default
6975  to keep the current environment and depth but create a new item.
6976 \end_layout
6977
6978 \begin_layout Enumerate
6979 Let's use 
6980 \family sans
6981 S-M-Left
6982 \family default
6983  to decrease the depth after the next 
6984 \family sans
6985 M-Return
6986 \family default
6987 .
6988 \end_layout
6989
6990 \end_deeper
6991 \begin_layout Enumerate
6992 This is level #4.
6993  Look what type of label LyX is using!
6994 \end_layout
6995
6996 \end_deeper
6997 \begin_layout Enumerate
6998 This is level #3.
6999  Even though we've changed levels, LyX is still using a lowercase Roman
7000  numeral as the label.Why?
7001 \end_layout
7002
7003 \begin_layout Enumerate
7004 Because, even though the nesting depth has changed, the paragraph is 
7005 \emph on
7006 still
7007 \emph default
7008  a thirdfold 
7009 \family sans
7010 Enumerate
7011 \family default
7012  environment.
7013  Notice, however, that LyX 
7014 \emph on
7015 did
7016 \emph default
7017  reset the counter for the label.
7018 \end_layout
7019
7020 \end_deeper
7021 \begin_layout Enumerate
7022 Another 
7023 \family sans
7024 M-Return
7025 \family default
7026  
7027 \family sans
7028 S-M-Left
7029 \family default
7030  sequence, and we're back to level #2.
7031  This time, we not only changed the nesting depth, but we also moved back
7032  into the twofold-nested 
7033 \family sans
7034 Enumerate
7035 \family default
7036  environment.
7037 \end_layout
7038
7039 \end_deeper
7040 \begin_layout Enumerate
7041 The same thing happens if we do another 
7042 \family sans
7043 M-Return
7044 \family default
7045  
7046 \family sans
7047 S-M-Left
7048 \family default
7049  sequence and return to level #1, the outermost level.
7050 \end_layout
7051
7052 \begin_layout Standard
7053 Lastly, we reset the environment to 
7054 \family sans
7055 Standard
7056 \family default
7057 .
7058  As you can see, the level number doesn't correspond to what type of labeling
7059  LyX uses for the 
7060 \family sans
7061 Enumerate
7062 \family default
7063  and 
7064 \family sans
7065 Itemize
7066 \family default
7067  environments.
7068  The number of other 
7069 \family sans
7070 Enumerate
7071 \family default
7072  environments surrounding it determines what kind of label LyX uses for
7073  an 
7074 \family sans
7075 Enumerate
7076 \family default
7077  item.
7078  The same rule applies for the 
7079 \family sans
7080 Itemize
7081 \family default
7082  environment, as well.
7083 \end_layout
7084
7085 \begin_layout Subsubsection
7086 Example 4: Going Bonkers
7087 \end_layout
7088
7089 \begin_layout Enumerate
7090 We're going to go totally nuts now.
7091  We won't nest as deep as in the other examples, nor will we go into the
7092  same detail with how we did it.
7093  (level #1: 
7094 \family sans
7095 Enumerate
7096 \family default
7097 )
7098 \end_layout
7099
7100 \begin_deeper
7101 \begin_layout Standard
7102 (
7103 \family sans
7104 Return, S-M-Right, Standard
7105 \family default
7106 : level #2) We'll stick an encapsulated description of how we created the
7107  example in parentheses someplace.
7108  For example, the two keybindings are how we changed the depth.
7109  The environment name is the name of the current environment.
7110  Either before or after this, we'll put in the level.
7111 \end_layout
7112
7113 \end_deeper
7114 \begin_layout Enumerate
7115 (
7116 \family sans
7117 Return, Enumerate
7118 \family default
7119 : level #1) This is the next item in the list.
7120 \end_layout
7121
7122 \begin_deeper
7123 \begin_layout Verse
7124 Now we'll add verse.
7125 \newline
7126 It will get much worse.
7127 \newline
7128 (
7129 \family sans
7130 Return, S-M-Right, Verse
7131 \family default
7132 : level #2)
7133 \end_layout
7134
7135 \begin_layout Verse
7136 Fiddle dee, Fiddle doo.
7137 \newline
7138 Bippitey boppitey boo!
7139 \newline
7140 (
7141 \family sans
7142 M-Return)
7143 \end_layout
7144
7145 \begin_layout Verse
7146 Here comes a table:
7147 \end_layout
7148
7149 \begin_deeper
7150 \begin_layout Standard
7151 \begin_inset VSpace 0.3cm
7152 \end_inset
7153
7154
7155 \end_layout
7156
7157 \begin_layout Standard
7158 \align center
7159 \begin_inset Tabular
7160 <lyxtabular version="3" rows="2" columns="2">
7161 <features>
7162 <column alignment="center" valignment="top" width="0pt">
7163 <column alignment="center" valignment="top" leftline="true" width="0pt">
7164 <row>
7165 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7166 \begin_inset Text
7167
7168 \begin_layout Standard
7169
7170 \family roman
7171 \series medium
7172 \shape up
7173 \size normal
7174 \emph off
7175 \bar no
7176 \noun off
7177 \color none
7178 one-fish
7179 \end_layout
7180
7181 \end_inset
7182 </cell>
7183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7184 \begin_inset Text
7185
7186 \begin_layout Standard
7187
7188 \family roman
7189 \series medium
7190 \shape up
7191 \size normal
7192 \emph off
7193 \bar no
7194 \noun off
7195 \color none
7196 two-fish
7197 \end_layout
7198
7199 \end_inset
7200 </cell>
7201 </row>
7202 <row topline="true">
7203 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7204 \begin_inset Text
7205
7206 \begin_layout Standard
7207
7208 \family roman
7209 \series medium
7210 \shape up
7211 \size normal
7212 \emph off
7213 \bar no
7214 \noun off
7215 \color none
7216 red-fish
7217 \end_layout
7218
7219 \end_inset
7220 </cell>
7221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7222 \begin_inset Text
7223
7224 \begin_layout Standard
7225
7226 \family roman
7227 \series medium
7228 \shape up
7229 \size normal
7230 \emph off
7231 \bar no
7232 \noun off
7233 \color none
7234 blue-fish
7235 \end_layout
7236
7237 \end_inset
7238 </cell>
7239 </row>
7240 </lyxtabular>
7241
7242 \end_inset
7243
7244
7245 \end_layout
7246
7247 \end_deeper
7248 \begin_layout Verse
7249 (
7250 \family sans
7251 M-Return, Table, S-M-Right
7252 \family default
7253  3 times, 
7254 \family sans
7255 M-Return, Verse, S-M-Left
7256 \family default
7257 )
7258 \end_layout
7259
7260 \end_deeper
7261 \begin_layout Enumerate
7262 (
7263 \family sans
7264 Return, Enumerate
7265 \family default
7266 : level #1) This is another item.
7267  Note that selecting a 
7268 \family sans
7269 Table
7270 \family default
7271  resets the nesting depth to level #1, so we increased the nesting depth
7272  3 times to put the table inside the 
7273 \family sans
7274 Verse
7275 \family default
7276  environment.
7277  
7278 \end_layout
7279
7280 \begin_layout Quotation
7281 We're now ending the 
7282 \family sans
7283 Enumerate
7284 \family default
7285  list and changing to 
7286 \family sans
7287 Quotation
7288 \family default
7289 .
7290  We're still at level #1.
7291  We want to show you some of the things you can do by mixing environments.
7292  The next set of paragraphs is a 
7293 \begin_inset Quotes eld
7294 \end_inset
7295
7296 quoted letter.
7297 \begin_inset Quotes erd
7298 \end_inset
7299
7300  We'll nest both the 
7301 \family sans
7302 Address
7303 \family default
7304  and 
7305 \family sans
7306 Right\InsetSpace ~
7307 Address
7308 \family default
7309  environments inside of this one, then use another nested 
7310 \family sans
7311 Quotation
7312 \family default
7313  for the letter body.
7314  We'll use 
7315 \family sans
7316 M-Return
7317 \family default
7318  to preserve the depth.
7319  Remember that you need to use 
7320 \family sans
7321 C-Return
7322 \family default
7323  to create multiple lines inside the 
7324 \family sans
7325 Address
7326 \family default
7327  and 
7328 \family sans
7329 Right\InsetSpace ~
7330 Address
7331 \family default
7332  environments.
7333  Here it goes:
7334 \end_layout
7335
7336 \begin_deeper
7337 \begin_layout Right Address
7338 1234 Nowhere Rd.
7339 \newline
7340 Moosegroin, MT 00100
7341 \newline
7342 9-6-96
7343 \end_layout
7344
7345 \begin_layout Address
7346 Dear Mr.\InsetSpace ~
7347 Fizlewitz:
7348 \end_layout
7349
7350 \begin_layout Quotation
7351 We regret to inform you that we cannot fill your order for 50
7352 \begin_inset Formula $\,$
7353 \end_inset
7354
7355 L of compressed methane gas due to circumstances beyond our control.
7356  Unfortunately, several of our cows have mysteriously exploded, creating
7357  a backlog in our orders for methane.
7358  We will place your name on the waiting list and try to fill your order
7359  as soon as possible.
7360  In the meantime, we thank you for your patience.
7361 \end_layout
7362
7363 \begin_layout Quotation
7364 We do, however, now have a special on beef.
7365  If you are interested, please return the enclosed pricing and order form
7366  with your order, along with payment.
7367 \end_layout
7368
7369 \begin_layout Quotation
7370 We thank you again for your patience.
7371 \end_layout
7372
7373 \begin_layout Address
7374 Sincerely,
7375 \newline
7376 Bill Hick
7377 \end_layout
7378
7379 \end_deeper
7380 \begin_layout Quotation
7381 That ends that example!
7382 \end_layout
7383
7384 \begin_layout Standard
7385 As you can see, nesting environments in LyX gives you a lot of power with
7386  just a few keystrokes.
7387  We could have easily nested an 
7388 \family sans
7389 Itemize
7390 \family default
7391  list inside of a 
7392 \family sans
7393 Quotation
7394 \family default
7395  or 
7396 \family sans
7397 Quote
7398 \family default
7399 , or put a 
7400 \family sans
7401 Quote
7402 \family default
7403  inside of an 
7404 \family sans
7405 Itemize
7406 \family default
7407  list.
7408  You have a huge variety of options at your disposal.
7409 \end_layout
7410
7411 \begin_layout Section
7412 Spacing, pagination and line breaks
7413 \end_layout
7414
7415 \begin_layout Subsection
7416 Horizontal Space
7417 \begin_inset LatexCommand label
7418 name "sub:Horizontal-Space"
7419
7420 \end_inset
7421
7422
7423 \end_layout
7424
7425 \begin_layout Subsubsection
7426
7427 \family sans
7428 Horizontal Fills
7429 \end_layout
7430
7431 \begin_layout Standard
7432 Horizontal Fills (HFills) are a special LyX feature for adding extra space
7433  in a uniform fashion.
7434  An HFill is actually a variable length space, whose length always equals
7435  the remaining space between the left and right margins.
7436  If there is more than one HFill on a line, they divide the available space
7437  equally between themselves.
7438  
7439 \end_layout
7440
7441 \begin_layout Standard
7442 HFill
7443 \family roman
7444 s
7445 \family default
7446  can be inserted with 
7447 \family sans
7448 Insert\SpecialChar \menuseparator
7449 Formatting\InsetSpace ~
7450 Character\SpecialChar \menuseparator
7451 Horizontal Fill
7452 \family default
7453 .
7454  Here a few examples what you can do with them:
7455 \end_layout
7456
7457 \begin_layout Quote
7458 \noindent
7459 This is on the left side 
7460 \hfill
7461 This is on the right
7462 \end_layout
7463
7464 \begin_layout Quote
7465 \noindent
7466 Left
7467 \hfill
7468 Middle
7469 \hfill
7470 Right
7471 \end_layout
7472
7473 \begin_layout Quote
7474 \noindent
7475 Left
7476 \hfill
7477 1/3 Left
7478 \hfill
7479
7480 \hfill
7481 Right
7482 \end_layout
7483
7484 \begin_layout Standard
7485 That was an example in the 
7486 \family sans
7487 Quote
7488 \family default
7489  environment.
7490  Here
7491 \begin_inset Formula $\to$
7492 \end_inset
7493
7494
7495 \hfill
7496
7497 \begin_inset Formula $\gets$
7498 \end_inset
7499
7500 is one in a standard paragraph.
7501  It may or may not be apparent in the printed text, but it 
7502 \emph on
7503 is
7504 \emph default
7505  sitting in-between the two arrows.
7506 \end_layout
7507
7508 \begin_layout Standard
7509 There may be more than one set of margins on a line.
7510  Here's an example with the 
7511 \family sans
7512 List
7513 \family default
7514  environment.
7515 \end_layout
7516
7517 \begin_layout Labeling
7518 \labelwidthstring 00.00.0000
7519 one
7520 \hfill
7521 two :three
7522 \hfill
7523 four
7524 \hfill
7525 five
7526 \hfill
7527 six
7528 \end_layout
7529
7530 \begin_layout Standard
7531 The 
7532 \begin_inset Quotes eld
7533 \end_inset
7534
7535 :
7536 \begin_inset Quotes erd
7537 \end_inset
7538
7539  marks the beginning of the item.
7540  (There is actually a 
7541 \begin_inset Quotes eld
7542 \end_inset
7543
7544 hidden
7545 \begin_inset Quotes erd
7546 \end_inset
7547
7548  HFill inside of the label of the 
7549 \family sans
7550 List
7551 \family default
7552  environment; it's put at the end of the label automatically.) HFills work
7553  similarly in other 
7554 \begin_inset Quotes eld
7555 \end_inset
7556
7557 multi-margin
7558 \begin_inset Quotes erd
7559 \end_inset
7560
7561  situations, like two-column mode.
7562 \end_layout
7563
7564 \begin_layout Standard
7565 \begin_inset Note Greyedout
7566 status open
7567
7568 \begin_layout Standard
7569
7570 \series bold
7571 Note:
7572 \series default
7573  If an HFill is at the beginning of a line, and 
7574 \emph on
7575 not
7576 \emph default
7577  in the first line in a paragraph, LyX ignores it.
7578  This prevents HFills from accidentally being wrapped onto a new line.
7579  If you need space in this case anyway, you have to use the LaTeX-command
7580  
7581 \series bold
7582
7583 \backslash
7584 hspace*{
7585 \backslash
7586 fill}
7587 \series default
7588  in ERT.
7589  (ERT is explained in section\InsetSpace ~
7590
7591 \begin_inset LatexCommand ref
7592 reference "sec:ERT"
7593
7594 \end_inset
7595
7596 .)
7597 \end_layout
7598
7599 \end_inset
7600
7601
7602 \end_layout
7603
7604 \begin_layout Subsubsection
7605 Other space variants
7606 \begin_inset LatexCommand label
7607 name "sub:Other-space-variants"
7608
7609 \end_inset
7610
7611
7612 \end_layout
7613
7614 \begin_layout Standard
7615 The following two sorts of spaces are not yet supported by LyX, so that
7616  you have to use ERT, see section\InsetSpace ~
7617
7618 \begin_inset LatexCommand ref
7619 reference "sec:ERT"
7620
7621 \end_inset
7622
7623 .
7624  That they are not supported is a hint that you need them very seldom in
7625  LyX.
7626  So use them only if it is really necessary (remind the WYSIWYM concept).
7627 \end_layout
7628
7629 \begin_layout Paragraph
7630 Defined space
7631 \end_layout
7632
7633 \begin_layout Standard
7634 Sometimes one needs space with a defined length, e.g for forms and questionnaires.
7635  This can be inserted by using the LaTeX-command 
7636 \series bold
7637
7638 \backslash
7639 hspace
7640 \series default
7641  in 
7642 \family sans
7643 ERT
7644 \family default
7645 .
7646  For example the command 
7647 \series bold
7648
7649 \backslash
7650 hspace{2cm}
7651 \series default
7652  produces 2
7653 \begin_inset Formula $\,$
7654 \end_inset
7655
7656 cm space within the following line:
7657 \end_layout
7658
7659 \begin_layout Standard
7660 This is a line with
7661 \begin_inset Formula $\to$
7662 \end_inset
7663
7664
7665 \begin_inset ERT
7666 status collapsed
7667
7668 \begin_layout Standard
7669
7670
7671 \backslash
7672 hspace{2cm}
7673 \end_layout
7674
7675 \end_inset
7676
7677
7678 \begin_inset Formula $\gets$
7679 \end_inset
7680
7681  2
7682 \begin_inset Formula $\,$
7683 \end_inset
7684
7685 cm space between the arrows.
7686 \end_layout
7687
7688 \begin_layout Standard
7689 You can use all length units listed in Appendix\InsetSpace ~
7690
7691 \begin_inset LatexCommand ref
7692 reference "cha:Units-available-in"
7693
7694 \end_inset
7695
7696 .
7697 \end_layout
7698
7699 \begin_layout Paragraph
7700 Phantom space
7701 \end_layout
7702
7703 \begin_layout Standard
7704 Sometimes you want to insert space with exactly the length of a phrase.
7705  E.g.
7706  you want to create the following multiple choice question:
7707 \end_layout
7708
7709 \begin_layout Standard
7710 \begin_inset VSpace medskip
7711 \end_inset
7712
7713 What is correct English?:
7714 \newline
7715
7716 \newline
7717 Mr.\InsetSpace ~
7718 Edge would have been jumps the gun.
7719 \newline
7720
7721 \begin_inset ERT
7722 status collapsed
7723
7724 \begin_layout Standard
7725
7726
7727 \backslash
7728 phantom{Mr.
7729  Edge }
7730 \end_layout
7731
7732 \end_inset
7733
7734 has to be jumped
7735 \newline
7736
7737 \begin_inset ERT
7738 status collapsed
7739
7740 \begin_layout Standard
7741
7742
7743 \backslash
7744 phantom{Mr.
7745  Edge }
7746 \end_layout
7747
7748 \end_inset
7749
7750 jumps
7751 \begin_inset VSpace medskip
7752 \end_inset
7753
7754
7755 \end_layout
7756
7757 \begin_layout Standard
7758 So that the choices appear exactly after the phrase 
7759 \begin_inset Quotes eld
7760 \end_inset
7761
7762 Mr.\InsetSpace ~
7763 Edge\InsetSpace ~
7764
7765 \begin_inset Quotes erd
7766 \end_inset
7767
7768 .
7769  To get this, you can use the LaTeX-command 
7770 \series bold
7771
7772 \backslash
7773 phantom
7774 \series default
7775  in ERT.
7776  In our case write the command 
7777 \series bold
7778
7779 \backslash
7780 phantom{Mr.
7781  Edge }
7782 \series default
7783  (note the space after 
7784 \begin_inset Quotes eld
7785 \end_inset
7786
7787 Edge
7788 \begin_inset Quotes erd
7789 \end_inset
7790
7791 ) at the beginning of the last two lines.
7792  The command prints out the phrase within the the two braces, but invisible.
7793  That is why it is named 
7794 \begin_inset Quotes eld
7795 \end_inset
7796
7797 phantom
7798 \begin_inset Quotes erd
7799 \end_inset
7800
7801 .
7802 \begin_inset Foot
7803 status collapsed
7804
7805 \begin_layout Standard
7806 There exists also the commands 
7807 \backslash
7808
7809 \series bold
7810 hphantom
7811 \series default
7812  and 
7813 \backslash
7814
7815 \series bold
7816 vphantom
7817 \series default
7818 , but this too special for the LyX Userguide.
7819  If you are interested in knowing more about this, have a look at 
7820 \begin_inset LatexCommand cite
7821 key "latexcompanion,latexguide"
7822
7823 \end_inset
7824
7825 .
7826 \end_layout
7827
7828 \end_inset
7829
7830
7831 \end_layout
7832
7833 \begin_layout Subsection
7834 Vertical Space
7835 \begin_inset LatexCommand label
7836 name "sub:Vertical-Space"
7837
7838 \end_inset
7839
7840
7841 \end_layout
7842
7843 \begin_layout Standard
7844 To add extra vertical space above or below a paragraph, use the 
7845 \family sans
7846 Insert\SpecialChar \menuseparator
7847 Formatting\SpecialChar \menuseparator
7848 Vertical\InsetSpace ~
7849 Space
7850 \family default
7851  dialog.
7852  There you find the following sizes:
7853 \end_layout
7854
7855 \begin_layout Standard
7856
7857 \family sans
7858 SmallSkip
7859 \family default
7860
7861 \family sans
7862 MedSkip
7863 \family default
7864  and 
7865 \family sans
7866 BigSkip
7867 \family default
7868  are LaTeX sizes which depends on the font size of the document.
7869  
7870 \family sans
7871 DefSkip
7872 \family default
7873  is the skip adjusted in the dialog 
7874 \family sans
7875 Document\SpecialChar \menuseparator
7876 Settings
7877 \begin_inset LatexCommand index
7878 name "Document ! Settings"
7879
7880 \end_inset
7881
7882
7883 \family default
7884  for the paragraph separation.
7885  If you use indentation to separate paragraphs 
7886 \family sans
7887 DefSkip
7888 \family default
7889  is equal to 
7890 \family sans
7891 MedSkip
7892 \family default
7893 .
7894 \end_layout
7895
7896 \begin_layout Standard
7897
7898 \family sans
7899 VFill
7900 \family default
7901  is a variable space, set so that the space is maximal within one page.
7902  An example: You have only two short paragraphs on one page with a vfill
7903  between them.
7904  Then the first paragraph is placed at the top of the page and the second
7905  one at the bottom, because the space between them is then maximal.
7906  
7907 \family sans
7908 VFill
7909 \family default
7910 s work like 
7911 \family sans
7912 HFill
7913 \family default
7914 s: they fill the remaining vertical space on a page with blank space.
7915 \begin_inset Foot
7916 status collapsed
7917
7918 \begin_layout Standard
7919
7920 \family sans
7921 HFill
7922 \family default
7923 s are described in section\InsetSpace ~
7924
7925 \begin_inset LatexCommand ref
7926 reference "sub:Horizontal-Space"
7927
7928 \end_inset
7929
7930 .
7931 \end_layout
7932
7933 \end_inset
7934
7935  If there are several 
7936 \family sans
7937 VFill
7938 \family default
7939 s on a page, they divide the remaining vertical space equally between themselves.
7940  You can therefore use 
7941 \family sans
7942 VFill
7943 \family default
7944 s to center text on a page, or even place text 2/3 down a page.
7945 \end_layout
7946
7947 \begin_layout Standard
7948
7949 \family sans
7950 Custom
7951 \family default
7952  are custom spaces in units explained in Appendix\InsetSpace ~
7953
7954 \begin_inset LatexCommand ref
7955 reference "cha:Units-available-in"
7956
7957 \end_inset
7958
7959 .
7960 \end_layout
7961
7962 \begin_layout Standard
7963 \begin_inset Note Greyedout
7964 status open
7965
7966 \begin_layout Standard
7967
7968 \series bold
7969 Note:
7970 \series default
7971  
7972 \series medium
7973 When the extra vertical space would be in the output at the top/bottom of
7974  a page, the space is only added if you have also checked the option 
7975 \family sans
7976 Protect
7977 \family default
7978 .
7979 \end_layout
7980
7981 \end_inset
7982
7983
7984 \end_layout
7985
7986 \begin_layout Subsection
7987 Paragraph Alignment
7988 \end_layout
7989
7990 \begin_layout Standard
7991 You can change the paragraph alignment with the 
7992 \family sans
7993 Edit\SpecialChar \menuseparator
7994 Paragraph Settings
7995 \family default
7996  dialog.
7997  There are four possibilities: 
7998 \end_layout
7999
8000 \begin_layout Itemize
8001
8002 \family sans
8003 Justified
8004 \end_layout
8005
8006 \begin_layout Itemize
8007
8008 \family sans
8009 Left
8010 \end_layout
8011
8012 \begin_layout Itemize
8013
8014 \family sans
8015 Right
8016 \end_layout
8017
8018 \begin_layout Itemize
8019
8020 \family sans
8021 Center
8022 \end_layout
8023
8024 \begin_layout Standard
8025 The default in most cases is justified alignment, in which the inter-word
8026  spacing is variable and each line of a paragraph fills the region between
8027  the left and right margins.
8028  The other three alignments should be self-explanatory, and look like this:
8029 \end_layout
8030
8031 \begin_layout Standard
8032 \align right
8033 This paragraph is right aligned,
8034 \end_layout
8035
8036 \begin_layout Standard
8037 \align center
8038 this one is centered,
8039 \end_layout
8040
8041 \begin_layout Standard
8042 \align left
8043 this one is left aligned.
8044 \end_layout
8045
8046 \begin_layout Subsection
8047 Forced Pagebreaks
8048 \begin_inset LatexCommand index
8049 name "Pagebreaks ! Forced"
8050
8051 \end_inset
8052
8053
8054 \begin_inset LatexCommand label
8055 name "sub:Forced-Pagebreaks"
8056
8057 \end_inset
8058
8059
8060 \end_layout
8061
8062 \begin_layout Standard
8063 If you don't like the way LaTeX does the pagebreaks in your document, you
8064  can force a pagebreak where you want one.
8065  Normally this will not be necessary, because LaTeX is good at pagebreaking.
8066  Only if you use many 
8067 \family sans
8068 Floats
8069 \family default
8070 , LaTeX's page breaking algorithm can fail.
8071 \end_layout
8072
8073 \begin_layout Standard
8074 We recommend not to use forced pagebreaks until the text is finished, and
8075  until you have checked in the preview to see if you 
8076 \emph on
8077 really
8078 \emph default
8079  have to change the pagebreaking.
8080 \end_layout
8081
8082 \begin_layout Standard
8083 There are two types of pagebreaks: One that ends the page without any special
8084  action.
8085  This can be inserted above or below a paragraph by the menu 
8086 \family sans
8087 Insert\SpecialChar \menuseparator
8088 Formatting\SpecialChar \menuseparator
8089 Page\InsetSpace ~
8090 Break
8091 \family default
8092 .
8093  The second type ends a page, but stretches the content of the page, so
8094  that it fills out the complete page.
8095  This type is useful to avoid whitespace when a pagebreak produces a page
8096  on which only the last few lines are absent.
8097  This type is not yet supported by LyX, so that you have to use the LaTeX
8098  command 
8099 \series bold
8100
8101 \backslash
8102 pagebreak[number]
8103 \series default
8104  in ERT
8105 \begin_inset Foot
8106 status collapsed
8107
8108 \begin_layout Standard
8109 For more about ERT see section\InsetSpace ~
8110
8111 \begin_inset LatexCommand ref
8112 reference "sec:ERT"
8113
8114 \end_inset
8115
8116 .
8117 \end_layout
8118
8119 \end_inset
8120
8121 .
8122  The number can vary between 0 and 4.
8123  If 4 or no number is used, it will always be created a pagebreak
8124 \begin_inset Foot
8125 status collapsed
8126
8127 \begin_layout Standard
8128 normally one uses simply 
8129 \series bold
8130
8131 \backslash
8132 pagebreak
8133 \series default
8134  without a number
8135 \end_layout
8136
8137 \end_inset
8138
8139 .
8140  The numbers 0 to 3 stand for the increasing priority level -- LaTeX decides,
8141  concerning the priority, if a pagebreak is created or not.
8142 \end_layout
8143
8144 \begin_layout Standard
8145 You might try to use a pagebreak to ensure that a figure or table appears
8146  at the top of a page.
8147  This is, of course, the wrong way to do it.
8148  LyX gives you a way of automatically ensuring that your figures and tables
8149  appear at the top of a page (or the bottom, or on their own page) without
8150  having to worry about what precedes or follows your figure or table.
8151  See chapter 
8152 \begin_inset LatexCommand ref
8153 reference "cha:Floats-and-Notes"
8154
8155 \end_inset
8156
8157  to learn more about 
8158 \family sans
8159 Floats
8160 \family default
8161 .
8162 \end_layout
8163
8164 \begin_layout Subsubsection
8165 Clear Pagebreaks
8166 \begin_inset LatexCommand label
8167 name "sub:Clear-Pages"
8168
8169 \end_inset
8170
8171
8172 \begin_inset LatexCommand index
8173 name "Pagebreaks ! Clear"
8174
8175 \end_inset
8176
8177
8178 \end_layout
8179
8180 \begin_layout Standard
8181 Differently to forced pagebreaks where the content behind the break is directly
8182  placed at the next page, pages can also be cleared while breaking them.
8183  That means that the current paragraph is terminated and all, perhaps not
8184  yet processed floats from previous document parts are placed behind it,
8185  if necessary by adding pages.
8186 \end_layout
8187
8188 \begin_layout Standard
8189 You can insert a clear pagebreak with the menu 
8190 \family sans
8191 Insert\SpecialChar \menuseparator
8192 Formatting\SpecialChar \menuseparator
8193 Clear\InsetSpace ~
8194 Page
8195 \family default
8196 .
8197  When you have a two-sided document like a book, you can use the menu 
8198 \family sans
8199 Insert\SpecialChar \menuseparator
8200 Formatting\SpecialChar \menuseparator
8201 Clear\InsetSpace ~
8202 Double\InsetSpace ~
8203 Page
8204 \family default
8205  to insert a clear pagebreak that assures that the next page is a right-hand
8206  page (odd-numbered), if necessary by adding a page.
8207 \end_layout
8208
8209 \begin_layout Subsection
8210 Forced Linebreaks
8211 \begin_inset LatexCommand index
8212 name "Linebreaks"
8213
8214 \end_inset
8215
8216
8217 \begin_inset LatexCommand label
8218 name "sub:Forced-Linebreaks"
8219
8220 \end_inset
8221
8222
8223 \end_layout
8224
8225 \begin_layout Standard
8226 Similar to pagebreaks there are two types of linebreaks: One that simply
8227  breaks the line.
8228  You can force this line break within a paragraph by selecting 
8229 \family sans
8230 Insert\SpecialChar \menuseparator
8231 Formatting\SpecialChar \menuseparator
8232 Line\InsetSpace ~
8233 Break
8234 \family default
8235  or with 
8236 \family sans
8237 C-Return
8238 \family default
8239 .
8240  The other type breaks the line and stretches it so that it fills out the
8241  whole space between the page margins.
8242  This is necessary to avoid 
8243 \begin_inset Quotes eld
8244 \end_inset
8245
8246 fringes
8247 \begin_inset Quotes erd
8248 \end_inset
8249
8250  in justifies paragraphs due to whitespace introduced by linebreaks.
8251  This type is not yet supported by LyX, so that you have to use the LaTeX-comman
8252
8253 \series bold
8254
8255 \backslash
8256 linebreak[number]
8257 \series default
8258  in 
8259 \family sans
8260 ERT
8261 \family default
8262 .
8263  The syntax is similar tho the command 
8264 \series bold
8265
8266 \backslash
8267 pagebreak
8268 \series default
8269 , described in the previous section.
8270 \end_layout
8271
8272 \begin_layout Standard
8273 You shouldn't use forced linebreaks to correct LaTeX's linebreaking, as
8274  LaTeX is very good at linebreaking.
8275  There are, however, a number of situations where it is necessary to actively
8276  set a linebreak, e.g.
8277  in a poem or for an address (see sections\InsetSpace ~
8278
8279 \begin_inset LatexCommand ref
8280 reference "sec:Quote"
8281
8282 \end_inset
8283
8284
8285 \begin_inset LatexCommand ref
8286 reference "sec:Verse"
8287
8288 \end_inset
8289
8290  and 
8291 \begin_inset LatexCommand ref
8292 reference "sec:Address-Usage"
8293
8294 \end_inset
8295
8296 ).
8297 \end_layout
8298
8299 \begin_layout Subsection
8300 Blanks / Spaces
8301 \begin_inset LatexCommand index
8302 name "Spaces"
8303
8304 \end_inset
8305
8306
8307 \end_layout
8308
8309 \begin_layout Standard
8310 A blank is a blank? Not in good typography.
8311  While you might be used to press the space key anytime you want to separate
8312  two words in ordinary word processors, LyX offers you more spaces: Spaces
8313  of different width and spaces which can or cannot be broken at the end
8314  of a line.
8315  The following sections will show you some examples where those spaces are
8316  useful.
8317 \end_layout
8318
8319 \begin_layout Subsubsection
8320 Inter-word Space
8321 \begin_inset LatexCommand label
8322 name "sub:Inter-word-Space"
8323
8324 \end_inset
8325
8326
8327 \begin_inset LatexCommand index
8328 name "Spaces ! inter-word"
8329
8330 \end_inset
8331
8332
8333 \end_layout
8334
8335 \begin_layout Standard
8336 Some languages (e.\InsetSpace \thinspace{}
8337 g.\InsetSpace \space{}
8338 English) have the typographical convention to add extra
8339  space after an end-of-sentence punctuation mark, and LyX honors those conventio
8340 ns (see section\InsetSpace ~
8341
8342 \begin_inset LatexCommand ref
8343 reference "sub:Abbreviations"
8344
8345 \end_inset
8346
8347 ).
8348  Sometimes, you want a normal space nevertheless.
8349  In this case, insert one with 
8350 \family sans
8351 Insert\SpecialChar \menuseparator
8352 Special\InsetSpace ~
8353 Formatting\SpecialChar \menuseparator
8354 Inter-word\InsetSpace ~
8355 Space
8356 \family default
8357  (shortcut 
8358 \family sans
8359 C-M-Space
8360 \family default
8361 ).
8362 \end_layout
8363
8364 \begin_layout Subsubsection
8365 Protected Space
8366 \begin_inset LatexCommand label
8367 name "sub:Protected-Space"
8368
8369 \end_inset
8370
8371
8372 \begin_inset LatexCommand index
8373 name "Spaces ! protected"
8374
8375 \end_inset
8376
8377
8378 \end_layout
8379
8380 \begin_layout Standard
8381 The protected space: It is used to tell LyX (and LaTeX) not to break the
8382  line at that point.
8383  This may be necessary to avoid unlucky linebreaks, like in: 
8384 \end_layout
8385
8386 \begin_layout Quote
8387 Further documentation is given in section
8388 \newline
8389
8390 \begin_inset LatexCommand ref
8391 reference "sec:Bibliography"
8392
8393 \end_inset
8394
8395 .
8396  
8397 \end_layout
8398
8399 \begin_layout Standard
8400 Obviously, it would be a good thing to put a protected space between 
8401 \begin_inset Quotes eld
8402 \end_inset
8403
8404 section
8405 \begin_inset Quotes erd
8406 \end_inset
8407
8408  and 
8409 \begin_inset Quotes eld
8410 \end_inset
8411
8412
8413 \begin_inset LatexCommand ref
8414 reference "sec:Bibliography"
8415
8416 \end_inset
8417
8418
8419 \begin_inset Quotes erd
8420 \end_inset
8421
8422 .
8423  A protected space is set with 
8424 \family sans
8425 Insert\SpecialChar \menuseparator
8426 Special\InsetSpace ~
8427 Formatting\SpecialChar \menuseparator
8428 Protected
8429 \bar under
8430 \InsetSpace ~
8431
8432 \bar default
8433 Space
8434 \family default
8435  (shortcut 
8436 \family sans
8437 C-Space
8438 \family default
8439 ).
8440 \end_layout
8441
8442 \begin_layout Subsubsection
8443 Thin Space
8444 \begin_inset LatexCommand label
8445 name "sub:Thin-Space"
8446
8447 \end_inset
8448
8449
8450 \begin_inset LatexCommand index
8451 name "Spaces ! thin"
8452
8453 \end_inset
8454
8455
8456 \end_layout
8457
8458 \begin_layout Standard
8459
8460 \begin_inset Quotes eld
8461 \end_inset
8462
8463 thin space
8464 \begin_inset Quotes erd
8465 \end_inset
8466
8467  is a blank which has half the size of a normal space (and it is also 
8468 \begin_inset Quotes eld
8469 \end_inset
8470
8471 protected
8472 \begin_inset Quotes erd
8473 \end_inset
8474
8475 ).
8476  The typographical conventions in a lot of languages propose the use of
8477  thin spaces in cases where normal spaces would be too wide, for instance
8478  inside abbreviations:
8479 \end_layout
8480
8481 \begin_layout Quote
8482 D.\InsetSpace \thinspace{}
8483 E.
8484  Knuth has developed our beloved typesetting program, i.\InsetSpace \thinspace{}
8485 e.\InsetSpace \space{}
8486 TeX.
8487 \end_layout
8488
8489 \begin_layout Standard
8490 or between values and units.
8491  Compare for example this:
8492 \newline
8493 10\InsetSpace \thinspace{}
8494 kg (thin space)
8495 \newline
8496 10 kg (normal space
8497 \end_layout
8498
8499 \begin_layout Standard
8500 You can insert thin spaces with the menu 
8501 \family sans
8502 Insert\SpecialChar \menuseparator
8503 Special\InsetSpace ~
8504 Formatting\SpecialChar \menuseparator
8505 Thin\InsetSpace ~
8506 Space
8507 \family default
8508  (shortcut 
8509 \family sans
8510 C-S-Space
8511 \family default
8512 ).
8513 \end_layout
8514
8515 \begin_layout Subsubsection
8516 More Spaces
8517 \end_layout
8518
8519 \begin_layout Standard
8520 Apart from the ones described, there are still some more spaces.
8521  Although LyX supports them natively, they can only be reached via a formula
8522  as described in section\InsetSpace ~
8523
8524 \begin_inset LatexCommand ref
8525 reference "sub:Altering-Spacing"
8526
8527 \end_inset
8528
8529  or via the 
8530 \family sans
8531 command buffer
8532 \family default
8533  toolbar.
8534  Te latter means to type
8535 \newline
8536  
8537 \series bold
8538 space-insert <command>
8539 \family typewriter
8540 \series default
8541
8542 \newline
8543
8544 \family default
8545  into the command buffer, where 
8546 \series bold
8547 <command>
8548 \series default
8549  is one of the following:
8550 \begin_inset Foot
8551 status collapsed
8552
8553 \begin_layout Standard
8554 The unit 
8555 \begin_inset Quotes eld
8556 \end_inset
8557
8558 em
8559 \begin_inset Quotes erd
8560 \end_inset
8561
8562  is explained in Appendix\InsetSpace ~
8563
8564 \begin_inset LatexCommand ref
8565 reference "cha:Units-available-in"
8566
8567 \end_inset
8568
8569 .
8570 \end_layout
8571
8572 \end_inset
8573
8574
8575 \end_layout
8576
8577 \begin_layout Standard
8578 \align center
8579 \begin_inset Tabular
8580 <lyxtabular version="3" rows="9" columns="3">
8581 <features>
8582 <column alignment="center" valignment="top" leftline="true" width="0">
8583 <column alignment="center" valignment="top" leftline="true" width="0">
8584 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
8585 <row topline="true" bottomline="true">
8586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8587 \begin_inset Text
8588
8589 \begin_layout Standard
8590
8591 \series bold
8592 command
8593 \end_layout
8594
8595 \end_inset
8596 </cell>
8597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8598 \begin_inset Text
8599
8600 \begin_layout Standard
8601
8602 \series bold
8603 width
8604 \end_layout
8605
8606 \end_inset
8607 </cell>
8608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8609 \begin_inset Text
8610
8611 \begin_layout Standard
8612
8613 \series bold
8614 protected?
8615 \end_layout
8616
8617 \end_inset
8618 </cell>
8619 </row>
8620 <row topline="true">
8621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8622 \begin_inset Text
8623
8624 \begin_layout Standard
8625
8626 \family typewriter
8627 normal
8628 \end_layout
8629
8630 \end_inset
8631 </cell>
8632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8633 \begin_inset Text
8634
8635 \begin_layout Standard
8636 1/3\InsetSpace ~
8637 em
8638 \end_layout
8639
8640 \end_inset
8641 </cell>
8642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8643 \begin_inset Text
8644
8645 \begin_layout Standard
8646 no
8647 \end_layout
8648
8649 \end_inset
8650 </cell>
8651 </row>
8652 <row topline="true">
8653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8654 \begin_inset Text
8655
8656 \begin_layout Standard
8657
8658 \family typewriter
8659 protected
8660 \end_layout
8661
8662 \end_inset
8663 </cell>
8664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8665 \begin_inset Text
8666
8667 \begin_layout Standard
8668 1/3\InsetSpace ~
8669 em
8670 \end_layout
8671
8672 \end_inset
8673 </cell>
8674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8675 \begin_inset Text
8676
8677 \begin_layout Standard
8678 yes
8679 \end_layout
8680
8681 \end_inset
8682 </cell>
8683 </row>
8684 <row topline="true" bottomline="true">
8685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8686 \begin_inset Text
8687
8688 \begin_layout Standard
8689
8690 \family typewriter
8691 thin
8692 \end_layout
8693
8694 \end_inset
8695 </cell>
8696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8697 \begin_inset Text
8698
8699 \begin_layout Standard
8700 1/6\InsetSpace ~
8701 em
8702 \end_layout
8703
8704 \end_inset
8705 </cell>
8706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8707 \begin_inset Text
8708
8709 \begin_layout Standard
8710 yes
8711 \end_layout
8712
8713 \end_inset
8714 </cell>
8715 </row>
8716 <row bottomline="true">
8717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8718 \begin_inset Text
8719
8720 \begin_layout Standard
8721
8722 \family typewriter
8723 enspace
8724 \end_layout
8725
8726 \end_inset
8727 </cell>
8728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8729 \begin_inset Text
8730
8731 \begin_layout Standard
8732 0.5\InsetSpace ~
8733 em
8734 \end_layout
8735
8736 \end_inset
8737 </cell>
8738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8739 \begin_inset Text
8740
8741 \begin_layout Standard
8742 yes
8743 \end_layout
8744
8745 \end_inset
8746 </cell>
8747 </row>
8748 <row bottomline="true">
8749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8750 \begin_inset Text
8751
8752 \begin_layout Standard
8753
8754 \family typewriter
8755 enskip
8756 \end_layout
8757
8758 \end_inset
8759 </cell>
8760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8761 \begin_inset Text
8762
8763 \begin_layout Standard
8764 0.5\InsetSpace ~
8765 em
8766 \end_layout
8767
8768 \end_inset
8769 </cell>
8770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8771 \begin_inset Text
8772
8773 \begin_layout Standard
8774 no
8775 \end_layout
8776
8777 \end_inset
8778 </cell>
8779 </row>
8780 <row bottomline="true">
8781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8782 \begin_inset Text
8783
8784 \begin_layout Standard
8785
8786 \family typewriter
8787 quad
8788 \end_layout
8789
8790 \end_inset
8791 </cell>
8792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8793 \begin_inset Text
8794
8795 \begin_layout Standard
8796 1\InsetSpace ~
8797 em
8798 \end_layout
8799
8800 \end_inset
8801 </cell>
8802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8803 \begin_inset Text
8804
8805 \begin_layout Standard
8806 no
8807 \end_layout
8808
8809 \end_inset
8810 </cell>
8811 </row>
8812 <row bottomline="true">
8813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8814 \begin_inset Text
8815
8816 \begin_layout Standard
8817
8818 \family typewriter
8819 qquad
8820 \end_layout
8821
8822 \end_inset
8823 </cell>
8824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8825 \begin_inset Text
8826
8827 \begin_layout Standard
8828 2\InsetSpace ~
8829 em
8830 \end_layout
8831
8832 \end_inset
8833 </cell>
8834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8835 \begin_inset Text
8836
8837 \begin_layout Standard
8838 no
8839 \end_layout
8840
8841 \end_inset
8842 </cell>
8843 </row>
8844 <row bottomline="true">
8845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8846 \begin_inset Text
8847
8848 \begin_layout Standard
8849
8850 \family typewriter
8851 negthinspace
8852 \end_layout
8853
8854 \end_inset
8855 </cell>
8856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8857 \begin_inset Text
8858
8859 \begin_layout Standard
8860 -1/6\InsetSpace ~
8861 em
8862 \end_layout
8863
8864 \end_inset
8865 </cell>
8866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8867 \begin_inset Text
8868
8869 \begin_layout Standard
8870 yes
8871 \end_layout
8872
8873 \end_inset
8874 </cell>
8875 </row>
8876 </lyxtabular>
8877
8878 \end_inset
8879
8880
8881 \end_layout
8882
8883 \begin_layout Subsection
8884 Horizontal Lines
8885 \begin_inset LatexCommand label
8886 name "sub:Horizontal-Lines"
8887
8888 \end_inset
8889
8890
8891 \begin_inset LatexCommand index
8892 name "Horizontal lines"
8893
8894 \end_inset
8895
8896
8897 \end_layout
8898
8899 \begin_layout Standard
8900
8901 \lyxline
8902 In the dialog 
8903 \family sans
8904 Insert\SpecialChar \menuseparator
8905 Formatting\SpecialChar \menuseparator
8906 Horizontal\InsetSpace ~
8907 Line
8908 \family default
8909  you can insert horizontal lines that spans over the whole document columns
8910  width.
8911 \lyxline
8912
8913 \end_layout
8914
8915 \begin_layout Section
8916 Fonts and Text Styles
8917 \begin_inset LatexCommand label
8918 name "sec:Fonts-and-Text"
8919
8920 \end_inset
8921
8922
8923 \end_layout
8924
8925 \begin_layout Subsection
8926 Font Types
8927 \begin_inset LatexCommand index
8928 name "Font ! Types"
8929
8930 \end_inset
8931
8932
8933 \end_layout
8934
8935 \begin_layout Standard
8936 There are two types of fonts:
8937 \end_layout
8938
8939 \begin_layout Description
8940 Vector\InsetSpace ~
8941 fonts
8942 \begin_inset LatexCommand index
8943 name "Fonts ! Vector-"
8944
8945 \end_inset
8946
8947  are fonts, built from outlines of the single glyphs (i.e.
8948  characters) in the font.
8949  This means that each glyph is defined using mathematical curves that are
8950  well suited for scaling to any requested size.
8951  This mathematical definition is interpreted by the font renderer and the
8952  curve is filled out with pixels according to the size and glyph.
8953  This means that outline fonts will look pretty good in all sizes.
8954  Only at very small sizes it might be hard to provide a good rendering at
8955  very small sizes, where each pixel has to be very carefully computed to
8956  provide a good image.
8957 \newline
8958 One could mean that one only needs to define one font
8959  size and scale them.
8960  But to achieve a better quality, many fonts define several font sizes.
8961  That improves the appearance, because you need more details at large font
8962  sizes than at small ones.
8963 \newline
8964 The font types 
8965 \family typewriter
8966 TrueType
8967 \family default
8968
8969 \family typewriter
8970 OpenType
8971 \family default
8972 , and 
8973 \family typewriter
8974 Type\InsetSpace ~
8975 1 PostScript
8976 \family default
8977  are vector fonts.
8978 \end_layout
8979
8980 \begin_layout Description
8981 Bitmap\InsetSpace ~
8982 fonts
8983 \begin_inset LatexCommand index
8984 name "Fonts ! Bitmap-"
8985
8986 \end_inset
8987
8988  on the other hand, are defined by bitmap graphics from the start, so they
8989  will look good at all the sizes they are meant for.
8990  However, they don't scale well, because in order to scale a glyph, each
8991  pixel is enlarged into several pixels.
8992  It is the same effect that happens if you try to enlarge a picture in a
8993  picture manipulation program.
8994  In order to relieve this effect, bitmap fonts are typically provided in
8995  several fixed sizes typically from around 8 pixels high up to 34 pixels
8996  or so high in steps according to what is believed to be useful.
8997  The advantage of bitmap fonts is that no complicated computations are necessary
8998  to display each glyph, so bitmap fonts are thus faster displayed than scalable
8999  fonts.
9000  The disadvantage is that sizes that don't exists as fixed versions have
9001  to be scaled by doubling pixels, and thus look bad.
9002 \newline
9003 Bitmap fonts are named
9004  
9005 \family typewriter
9006 Type\InsetSpace ~
9007 3
9008 \family default
9009  in PostScript- and PDF-documents.
9010 \end_layout
9011
9012 \begin_layout Standard
9013 The result of all this, is that bitmap fonts are best for the size they
9014  are designed for, while scalable fonts are good for nearly all sizes.
9015  So one need less font size definitions for scalable fonts.
9016  That's the reason why nearly all text render and typesetting programs use
9017  scalable fonts.
9018 \end_layout
9019
9020 \begin_layout Standard
9021 To test which fonts are used in a PDF-document, you can have a look into
9022  its document properties.
9023 \end_layout
9024
9025 \begin_layout Standard
9026 Many modern typesetting and markup languages have begun to move towards
9027  specifying character styles rather than specifying a particular font.
9028  For example, instead of changing to an italicized version of the current
9029  font to emphasize text, you use an 
9030 \begin_inset Quotes eld
9031 \end_inset
9032
9033 emphasized style
9034 \begin_inset Quotes erd
9035 \end_inset
9036
9037  instead.
9038  This concept fits in perfectly with LyX.
9039  In LyX, you do things based on contexts, rather than focusing on typesetting
9040  details.
9041 \end_layout
9042
9043 \begin_layout Subsection
9044 Document Font and Font size
9045 \begin_inset LatexCommand label
9046 name "sub:Document-Font"
9047
9048 \end_inset
9049
9050
9051 \begin_inset LatexCommand index
9052 name "Font ! Size"
9053
9054 \end_inset
9055
9056
9057 \begin_inset LatexCommand index
9058 name "Document ! Font"
9059
9060 \end_inset
9061
9062
9063 \end_layout
9064
9065 \begin_layout Standard
9066 You can set the document fonts in the
9067 \family sans
9068  Document\SpecialChar \menuseparator
9069 Settings
9070 \family default
9071
9072 \begin_inset LatexCommand index
9073 name "Document ! Settings"
9074
9075 \end_inset
9076
9077  dialog.
9078  There you can specify which font should be used for the three different
9079  font shapes roman (serif), 
9080 \family sans
9081 sans\InsetSpace ~
9082 serif
9083 \family default
9084 , and 
9085 \family typewriter
9086 typewriter
9087 \family default
9088  and its scalings.
9089 \end_layout
9090
9091 \begin_layout Standard
9092 The possible options for the font include 
9093 \family sans
9094 default
9095 \family default
9096  and a list of fonts available on your system.
9097  
9098 \family sans
9099 default
9100 \family default
9101  uses the standard TeX fonts, known as 
9102 \begin_inset Quotes eld
9103 \end_inset
9104
9105
9106 \family typewriter
9107 Computer Modern
9108 \family default
9109
9110 \begin_inset Quotes erd
9111 \end_inset
9112
9113  (
9114 \family typewriter
9115 cm
9116 \family default
9117 ) or 
9118 \begin_inset Quotes eld
9119 \end_inset
9120
9121
9122 \family typewriter
9123 European Computer Modern
9124 \family default
9125
9126 \begin_inset Quotes erd
9127 \end_inset
9128
9129  (
9130 \family typewriter
9131 ec
9132 \family default
9133 ).
9134 \end_layout
9135
9136 \begin_layout Standard
9137 As 
9138 \family typewriter
9139 cm
9140 \family default
9141  and 
9142 \family typewriter
9143 ec
9144 \family default
9145  are bitmap fonts, they often looks pixeled in PDF output, especially when
9146  you read the PDF in a zoomed size.
9147 \begin_inset Foot
9148 status collapsed
9149
9150 \begin_layout Standard
9151 This problem doesn't appear if you read PDFs in 
9152 \family typewriter
9153 Adobe\InsetSpace ~
9154 Reader
9155 \family default
9156  version 6 or later, because this program includes a special bitmap font
9157  renderer.
9158 \end_layout
9159
9160 \end_inset
9161
9162  To get rid of pixeled fonts, you have to use a vector font.
9163  There are three ways to use one:
9164 \end_layout
9165
9166 \begin_layout Itemize
9167 One way is to use the 
9168 \family typewriter
9169 AE
9170 \family default
9171  fonts.
9172  
9173 \family typewriter
9174 AE
9175 \family default
9176  is a virtual font.
9177  Virtual means that it 
9178 \begin_inset Quotes eld
9179 \end_inset
9180
9181 steals
9182 \begin_inset Quotes erd
9183 \end_inset
9184
9185  outline 
9186 \family typewriter
9187 cm
9188 \family default
9189 -glyphs from other fonts.
9190  This has the disadvantage that some characters are missing, like the French
9191  guillemets (
9192 \begin_inset Quotes eld
9193 \end_inset
9194
9195 «
9196 \begin_inset Quotes erd
9197 \end_inset
9198
9199  and 
9200 \begin_inset Quotes eld
9201 \end_inset
9202
9203 »
9204 \begin_inset Quotes erd
9205 \end_inset
9206
9207 )
9208 \begin_inset Foot
9209 status collapsed
9210
9211 \begin_layout Standard
9212 Loading the LaTeX-package 
9213 \series bold
9214 aeguill
9215 \begin_inset LatexCommand index
9216 name "LaTeX-packages ! aeguill"
9217
9218 \end_inset
9219
9220
9221 \series default
9222  with the document preamble line
9223 \end_layout
9224
9225 \begin_layout Standard
9226
9227 \series bold
9228
9229 \backslash
9230 usepackage[ec]{aeguill}
9231 \end_layout
9232
9233 \begin_layout Standard
9234 will fix the guillemet problem.
9235 \end_layout
9236
9237 \end_inset
9238
9239  and that accented characters are not 
9240 \emph on
9241 one
9242 \emph default
9243  glyph, they are build of 
9244 \emph on
9245 two
9246 \emph default
9247  characters, the accent and the letter.
9248  Therefore you can't search in documents using the 
9249 \family typewriter
9250 AE
9251 \family default
9252  fonts for words with accented characters.
9253  If you search for example for the French word 
9254 \begin_inset Quotes eld
9255 \end_inset
9256
9257 rève
9258 \begin_inset Quotes erd
9259 \end_inset
9260
9261  in a PDF, you won't get any result, because the PDF-viewer searches for
9262  the glyph 
9263 \begin_inset Quotes eld
9264 \end_inset
9265
9266  è 
9267 \begin_inset Quotes erd
9268 \end_inset
9269
9270  and not for the glyph 
9271 \begin_inset Quotes eld
9272 \end_inset
9273
9274  e +\InsetSpace ~
9275  ̀ 
9276 \begin_inset Quotes erd
9277 \end_inset
9278
9279 .
9280 \end_layout
9281
9282 \begin_layout Itemize
9283 Another possibility is to use three different outline fonts
9284 \begin_inset Foot
9285 status collapsed
9286
9287 \begin_layout Standard
9288 Other fonts, like 
9289 \family typewriter
9290 Latin Modern
9291 \family default
9292  or 
9293 \family typewriter
9294 Computer Modern
9295 \family default
9296 , consists of these three main font types 
9297 \family sans
9298 sans\InsetSpace ~
9299 serif
9300 \family default
9301
9302 \family sans
9303 typewriter
9304 \family default
9305 , and 
9306 \family sans
9307 serif
9308 \family default
9309 .
9310 \end_layout
9311
9312 \end_inset
9313
9314
9315 \family sans
9316 Times\InsetSpace ~
9317 Roman
9318 \family default
9319  as roman font,
9320 \family sans
9321  Helvetica
9322 \family default
9323  scaled to 92 or 95\InsetSpace \thinspace{}
9324 % as sans\InsetSpace ~
9325 serif font, and 
9326 \family sans
9327 courier
9328 \family default
9329  as typewriter font.
9330 \newline
9331 The differences between roman, 
9332 \family sans
9333 sans\InsetSpace ~
9334 serif
9335 \family default
9336 , and 
9337 \family typewriter
9338 typewriter
9339 \family default
9340  fonts are explained in section\InsetSpace ~
9341
9342 \begin_inset LatexCommand ref
9343 reference "sub:Fine-Tuning-with-the"
9344
9345 \end_inset
9346
9347 .
9348 \newline
9349 The font 
9350 \family sans
9351 Times\InsetSpace ~
9352 Roman
9353 \family default
9354  was originally designed for newspapers.
9355  That means its glyphs are smaller than the one from other fonts to fit
9356  into the small newspaper columns.
9357  Therefore 
9358 \family sans
9359 Times\InsetSpace ~
9360 Roman
9361 \family default
9362  is not the optimal choice for larger documents like books.
9363 \end_layout
9364
9365 \begin_layout Itemize
9366 The best solution is to use the 
9367 \family typewriter
9368 Latin Modern
9369 \family default
9370  fonts.
9371  These fonts are developed in order of the LaTeX community to replace 
9372 \family typewriter
9373 cm
9374 \family default
9375  as default font.
9376 \end_layout
9377
9378 \begin_layout Standard
9379 \begin_inset VSpace bigskip
9380 \end_inset
9381
9382 For the font size there are four possible values: 
9383 \family sans
9384 default, 10
9385 \family default
9386
9387 \family sans
9388 11
9389 \family default
9390 , and 
9391 \family sans
9392 12
9393 \family default
9394 .
9395  The size of 
9396 \family sans
9397 default
9398 \family default
9399  depends on your LaTeX-system, normally it is equal to the font size 10.
9400 \end_layout
9401
9402 \begin_layout Standard
9403 The font sizes are the 
9404 \emph on
9405 base size
9406 \emph default
9407 .
9408  LyX actually scales all other possible font sizes (such as those used in
9409  footnotes, super-, and subscripts) by this value.
9410  You can fine-tune the font size of text parts via the 
9411 \family sans
9412 Text\InsetSpace ~
9413 Style
9414 \family default
9415  dialog if needed.
9416  The possible font sizes for text parts are explained in section\InsetSpace ~
9417
9418 \begin_inset LatexCommand ref
9419 reference "sub:Fine-Tuning-with-the"
9420
9421 \end_inset
9422
9423 .
9424 \end_layout
9425
9426 \begin_layout Standard
9427 \begin_inset VSpace bigskip
9428 \end_inset
9429
9430
9431 \begin_inset Note Greyedout
9432 status open
9433
9434 \begin_layout Standard
9435
9436 \series bold
9437 Note:
9438 \series default
9439  When you choose a new font or font size, LyX does 
9440 \emph on
9441 not
9442 \emph default
9443  change the screen font! You will only see a difference in the printed output;
9444  this is part of the WYSIWYM concept.
9445  LyX's screen fonts can be adjusted in the 
9446 \family sans
9447 Tools\SpecialChar \menuseparator
9448 Preferences
9449 \family default
9450  dialog, see section\InsetSpace ~
9451
9452 \begin_inset LatexCommand ref
9453 reference "sub:Screen-Fonts"
9454
9455 \end_inset
9456
9457 .
9458 \end_layout
9459
9460 \end_inset
9461
9462
9463 \end_layout
9464
9465 \begin_layout Subsection
9466 Using Different Character Styles
9467 \begin_inset LatexCommand index
9468 name "Character Styles"
9469
9470 \end_inset
9471
9472
9473 \begin_inset LatexCommand index
9474 name "Text Style"
9475
9476 \end_inset
9477
9478
9479 \end_layout
9480
9481 \begin_layout Standard
9482 As we've already seen, LyX automatically changes the character style for
9483  certain paragraph environments.
9484  LyX supports two character styles, 
9485 \family sans
9486 Emphasized
9487 \family default
9488  and 
9489 \family sans
9490 Noun
9491 \family default
9492 .
9493  You can activate both of these styles via keybindings, the menus, and the
9494  toolbar.
9495 \end_layout
9496
9497 \begin_layout Standard
9498 To activate the 
9499 \family sans
9500 Noun
9501 \family default
9502  style, do one of the following:
9503 \end_layout
9504
9505 \begin_layout Itemize
9506 click on the toolbar button 
9507 \begin_inset Graphics
9508         filename ../images/font-noun.png
9509
9510 \end_inset
9511
9512
9513 \end_layout
9514
9515 \begin_layout Itemize
9516 use the keybinding 
9517 \family sans
9518 M-c\InsetSpace ~
9519 c
9520 \end_layout
9521
9522 \begin_layout Standard
9523 These commands are all toggles.
9524  That is, if 
9525 \family sans
9526 Noun
9527 \family default
9528  style is already active, they deactivate it.
9529 \end_layout
9530
9531 \begin_layout Standard
9532 One typically uses the 
9533 \family sans
9534 Noun
9535 \family default
9536  style for proper names.
9537  For example: 
9538 \begin_inset Quotes eld
9539 \end_inset
9540
9541
9542 \noun on
9543 Matthias Ettrich
9544 \noun default
9545  is the original author of LyX.
9546 \begin_inset Quotes erd
9547 \end_inset
9548
9549
9550 \end_layout
9551
9552 \begin_layout Standard
9553 A more widely used character style is the 
9554 \family sans
9555 Emphasized
9556 \family default
9557  style.
9558  You can activate (or deactivate - it's also a toggle) the 
9559 \family sans
9560 Emphasized
9561 \family default
9562  style by:
9563 \end_layout
9564
9565 \begin_layout Itemize
9566 clicking on the toolbar button 
9567 \begin_inset Graphics
9568         filename ../images/font-emph.png
9569
9570 \end_inset
9571
9572
9573 \end_layout
9574
9575 \begin_layout Itemize
9576 using the keybindings 
9577 \family sans
9578 M-c\InsetSpace ~
9579 e
9580 \end_layout
9581
9582 \begin_layout Standard
9583 Normally the 
9584 \family sans
9585 Emphasized
9586 \family default
9587  style is equivalent to an italic font but some document classes or LaTeX-packag
9588 es use a different font.
9589 \end_layout
9590
9591 \begin_layout Standard
9592 We've been using the 
9593 \family sans
9594 Emphasized
9595 \family default
9596  style all over the place in this document.
9597  Here's one more example:
9598 \end_layout
9599
9600 \begin_layout Quotation
9601
9602 \emph on
9603 Don't overuse character styles!
9604 \end_layout
9605
9606 \begin_layout Standard
9607 It's also a warning in addition to an example.
9608  One's writing should parallel ordinary conversation.
9609  Since we don't all constantly scream at each other, we should also avoid
9610  the common tendency to overuse character style.
9611  
9612 \end_layout
9613
9614 \begin_layout Standard
9615 You can always reset to the default font using the keybinding 
9616 \family sans
9617 M-c\InsetSpace ~
9618 Space
9619 \family default
9620  or the dialog 
9621 \family sans
9622 Edit\SpecialChar \menuseparator
9623 Text\InsetSpace ~
9624 Style
9625 \family default
9626 .
9627 \end_layout
9628
9629 \begin_layout Subsection
9630 Fine-Tuning with the 
9631 \family sans
9632 Text Style
9633 \family default
9634  dialog
9635 \begin_inset LatexCommand label
9636 name "sub:Fine-Tuning-with-the"
9637
9638 \end_inset
9639
9640
9641 \begin_inset LatexCommand index
9642 name "Text Style"
9643
9644 \end_inset
9645
9646
9647 \end_layout
9648
9649 \begin_layout Standard
9650 There are always occasions when you'll need to do some fine-tuning, so LyX
9651  gives you a way to create custom character style.
9652  For example, an academic journal or a corporation may have a style sheet
9653  requiring a sans-serif font be used in certain situations.
9654  Also, writers sometimes use a different font to offset a character's thoughts
9655  from ordinary dialog.
9656 \end_layout
9657
9658 \begin_layout Standard
9659 Before we document how to use custom character style, we want to issue a
9660  warning yet again: Don't overuse character styles! 
9661 \newline
9662 Documents that overuse
9663  different fonts and sizes are not well readable and tend to look like someone
9664  has knocked huge holes in it.
9665 \end_layout
9666
9667 \begin_layout Standard
9668 To use custom character styles, open the 
9669 \family sans
9670 Edit\SpecialChar \menuseparator
9671 Text\InsetSpace ~
9672 Style
9673 \family default
9674  dialog.
9675  There are several boxes on this dialog, each corresponding to a different
9676  font property which you can choose.
9677  You can choose an option for one of these properties, or select 
9678 \family sans
9679 No\InsetSpace ~
9680 change
9681 \family default
9682 , which keeps the current state of that property.
9683  The item 
9684 \family sans
9685 Reset
9686 \family default
9687  will reset the property to whatever is the default.
9688  You can use this to reset attributes across a bunch of different paragraph
9689  environments in a snap.
9690 \end_layout
9691
9692 \begin_layout Standard
9693 The font properties, and their options (in addition to 
9694 \family sans
9695 No\InsetSpace ~
9696 change
9697 \family default
9698  and 
9699 \family sans
9700 Reset
9701 \family default
9702 ) are:
9703 \end_layout
9704
9705 \begin_layout Labeling
9706 \labelwidthstring 00.00.0000
9707
9708 \family sans
9709 Family
9710 \family default
9711  The 
9712 \begin_inset Quotes eld
9713 \end_inset
9714
9715 overall look
9716 \begin_inset Quotes erd
9717 \end_inset
9718
9719  of the font.
9720  The possible options are:
9721 \end_layout
9722
9723 \begin_deeper
9724 \begin_layout Labeling
9725 \labelwidthstring 00.00.0000
9726
9727 \family sans
9728 Roman
9729 \family default
9730  This is the Roman font family.
9731  Normally a serif font.
9732  It's also the default family.
9733  (keybinding 
9734 \begin_inset ERT
9735 status collapsed
9736
9737 \begin_layout Standard
9738
9739
9740 \backslash
9741 mbox{
9742 \end_layout
9743
9744 \end_inset
9745
9746
9747 \family sans
9748 M-c\InsetSpace ~
9749 r
9750 \family default
9751
9752 \begin_inset ERT
9753 status collapsed
9754
9755 \begin_layout Standard
9756
9757 }
9758 \end_layout
9759
9760 \end_inset
9761
9762 )
9763 \begin_inset Note Note
9764 status collapsed
9765
9766 \begin_layout Standard
9767 The LaTeX-command prevents text to be broken at the end of a line.
9768  It is explained in section\InsetSpace ~
9769
9770 \begin_inset LatexCommand ref
9771 reference "sub:Hyphenation"
9772
9773 \end_inset
9774
9775 .
9776 \end_layout
9777
9778 \end_inset
9779
9780
9781 \end_layout
9782
9783 \begin_layout Labeling
9784 \labelwidthstring 00.00.0000
9785
9786 \family sans
9787 Sans\InsetSpace ~
9788 Serif
9789 \family default
9790  
9791 \family sans
9792 This is the Sans Serif font family.
9793
9794 \family default
9795  (keybinding 
9796 \begin_inset ERT
9797 status collapsed
9798
9799 \begin_layout Standard
9800
9801
9802 \backslash
9803 mbox{
9804 \end_layout
9805
9806 \end_inset
9807
9808
9809 \family sans
9810 M-c\InsetSpace ~
9811 s
9812 \family default
9813
9814 \begin_inset ERT
9815 status collapsed
9816
9817 \begin_layout Standard
9818
9819 }
9820 \end_layout
9821
9822 \end_inset
9823
9824 )
9825 \end_layout
9826
9827 \begin_layout Labeling
9828 \labelwidthstring 00.00.0000
9829
9830 \family sans
9831 Typewriter
9832 \family default
9833  
9834 \family typewriter
9835 This is the Typewriter font family.
9836
9837 \family default
9838  (keybinding 
9839 \begin_inset ERT
9840 status collapsed
9841
9842 \begin_layout Standard
9843
9844
9845 \backslash
9846 mbox{
9847 \end_layout
9848
9849 \end_inset
9850
9851
9852 \family sans
9853 M-c\InsetSpace ~
9854 p
9855 \family default
9856
9857 \begin_inset ERT
9858 status collapsed
9859
9860 \begin_layout Standard
9861
9862 }
9863 \end_layout
9864
9865 \end_inset
9866
9867
9868 \family sans
9869 )
9870 \end_layout
9871
9872 \end_deeper
9873 \begin_layout Labeling
9874 \labelwidthstring 00.00.0000
9875
9876 \family sans
9877 Series
9878 \family default
9879  This corresponds to the print weight.
9880  Options are:
9881 \end_layout
9882
9883 \begin_deeper
9884 \begin_layout Labeling
9885 \labelwidthstring 00.00.0000
9886
9887 \family sans
9888 Medium
9889 \family default
9890  This is the Medium font series.
9891  It's also the default series.
9892 \end_layout
9893
9894 \begin_layout Labeling
9895 \labelwidthstring 00.00.0000
9896
9897 \family sans
9898 Bold
9899 \family default
9900  
9901 \series bold
9902 This is the Bold font series.
9903
9904 \series default
9905  (keybinding 
9906 \begin_inset ERT
9907 status collapsed
9908
9909 \begin_layout Standard
9910
9911
9912 \backslash
9913 mbox{
9914 \end_layout
9915
9916 \end_inset
9917
9918
9919 \family sans
9920 M-c\InsetSpace ~
9921 b
9922 \family default
9923
9924 \begin_inset ERT
9925 status collapsed
9926
9927 \begin_layout Standard
9928
9929 }
9930 \end_layout
9931
9932 \end_inset
9933
9934 )
9935 \end_layout
9936
9937 \end_deeper
9938 \begin_layout Labeling
9939 \labelwidthstring 00.00.0000
9940
9941 \family sans
9942 Shape
9943 \family default
9944  As the name implies.
9945  Options are:
9946 \end_layout
9947
9948 \begin_deeper
9949 \begin_layout Labeling
9950 \labelwidthstring 00.00.0000
9951
9952 \family sans
9953 Upright
9954 \family default
9955  This is the Upright font shape.
9956  It's also the default shape.
9957 \end_layout
9958
9959 \begin_layout Labeling
9960 \labelwidthstring 00.00.0000
9961
9962 \family sans
9963 Italic
9964 \family default
9965  
9966 \shape italic
9967 This
9968 \shape default
9969  
9970 \family sans
9971 \shape italic
9972 i
9973 \family default
9974 s the Italic font shape
9975 \shape default
9976 \emph on
9977 .
9978 \end_layout
9979
9980 \begin_layout Labeling
9981 \labelwidthstring 00.00.0000
9982
9983 \family sans
9984 Slanted
9985 \family default
9986  
9987 \shape slanted
9988 This is the Slanted font shape
9989 \shape default
9990  (although it might not be visible in LyX, this is different from italic).
9991 \end_layout
9992
9993 \begin_layout Labeling
9994 \labelwidthstring 00.00.0000
9995
9996 \family sans
9997 Small\InsetSpace ~
9998 Caps
9999 \family default
10000  
10001 \shape smallcaps
10002 This is the Small caps font shape
10003 \shape default
10004 \noun on
10005 .
10006 \end_layout
10007
10008 \end_deeper
10009 \begin_layout Labeling
10010 \labelwidthstring 00.00.0000
10011
10012 \family sans
10013 Size
10014 \family default
10015  Alters the size of the font.
10016  You'll find no numerical values here; all possible sizes are actually proportio
10017 nal to the document font size.
10018  Once again, you don't feed LyX the details, but a general description of
10019  what you want to do.
10020  The options are:
10021 \end_layout
10022
10023 \begin_deeper
10024 \begin_layout Labeling
10025 \labelwidthstring 00.00.0000
10026
10027 \family sans
10028 Tiny
10029 \family default
10030  
10031 \size tiny
10032 This is the 
10033 \begin_inset Quotes eld
10034 \end_inset
10035
10036 Tiny
10037 \begin_inset Quotes erd
10038 \end_inset
10039
10040  font size.
10041
10042 \size default
10043  (keybinding 
10044 \begin_inset ERT
10045 status collapsed
10046
10047 \begin_layout Standard
10048
10049
10050 \backslash
10051 mbox{
10052 \end_layout
10053
10054 \end_inset
10055
10056
10057 \family sans
10058 M-s\InsetSpace ~
10059 t
10060 \family default
10061
10062 \begin_inset ERT
10063 status collapsed
10064
10065 \begin_layout Standard
10066
10067 }
10068 \end_layout
10069
10070 \end_inset
10071
10072  or 
10073 \begin_inset ERT
10074 status collapsed
10075
10076 \begin_layout Standard
10077
10078
10079 \backslash
10080 mbox{
10081 \end_layout
10082
10083 \end_inset
10084
10085
10086 \family sans
10087 M-s\InsetSpace ~
10088 1
10089 \family default
10090
10091 \begin_inset ERT
10092 status collapsed
10093
10094 \begin_layout Standard
10095
10096 }
10097 \end_layout
10098
10099 \end_inset
10100
10101 )
10102 \end_layout
10103
10104 \begin_layout Labeling
10105 \labelwidthstring 00.00.0000
10106
10107 \family sans
10108 Smallest
10109 \family default
10110  
10111 \size scriptsize
10112 This is the 
10113 \begin_inset Quotes eld
10114 \end_inset
10115
10116 Smallest
10117 \begin_inset Quotes erd
10118 \end_inset
10119
10120  font size
10121 \size default
10122 .
10123  (keybinding 
10124 \begin_inset ERT
10125 status collapsed
10126
10127 \begin_layout Standard
10128
10129
10130 \backslash
10131 mbox{
10132 \end_layout
10133
10134 \end_inset
10135
10136
10137 \family sans
10138 M-s\InsetSpace ~
10139
10140 \family default
10141 2
10142 \begin_inset ERT
10143 status collapsed
10144
10145 \begin_layout Standard
10146
10147 }
10148 \end_layout
10149
10150 \end_inset
10151
10152 )
10153 \end_layout
10154
10155 \begin_layout Labeling
10156 \labelwidthstring 00.00.0000
10157
10158 \family sans
10159 Smaller
10160 \family default
10161  
10162 \size footnotesize
10163 This is the 
10164 \begin_inset Quotes eld
10165 \end_inset
10166
10167 Smaller
10168 \begin_inset Quotes erd
10169 \end_inset
10170
10171  font size.
10172
10173 \size default
10174  (keybinding 
10175 \begin_inset ERT
10176 status collapsed
10177
10178 \begin_layout Standard
10179
10180
10181 \backslash
10182 mbox{
10183 \end_layout
10184
10185 \end_inset
10186
10187
10188 \family sans
10189 M-s\InsetSpace ~
10190 S
10191 \family default
10192
10193 \begin_inset ERT
10194 status collapsed
10195
10196 \begin_layout Standard
10197
10198 }
10199 \end_layout
10200
10201 \end_inset
10202
10203  or 
10204 \begin_inset ERT
10205 status collapsed
10206
10207 \begin_layout Standard
10208
10209
10210 \backslash
10211 mbox{
10212 \end_layout
10213
10214 \end_inset
10215
10216
10217 \family sans
10218 M-s\InsetSpace ~
10219
10220 \family default
10221 3
10222 \begin_inset ERT
10223 status collapsed
10224
10225 \begin_layout Standard
10226
10227 }
10228 \end_layout
10229
10230 \end_inset
10231
10232 )
10233 \end_layout
10234
10235 \begin_layout Labeling
10236 \labelwidthstring 00.00.0000
10237
10238 \family sans
10239 Small
10240 \family default
10241  
10242 \size small
10243 This is the 
10244 \begin_inset Quotes eld
10245 \end_inset
10246
10247 Small
10248 \begin_inset Quotes erd
10249 \end_inset
10250
10251  font size.
10252
10253 \size default
10254  (keybinding 
10255 \begin_inset ERT
10256 status collapsed
10257
10258 \begin_layout Standard
10259
10260
10261 \backslash
10262 mbox{
10263 \end_layout
10264
10265 \end_inset
10266
10267
10268 \family sans
10269 M-s\InsetSpace ~
10270 s
10271 \family default
10272
10273 \begin_inset ERT
10274 status collapsed
10275
10276 \begin_layout Standard
10277
10278 }
10279 \end_layout
10280
10281 \end_inset
10282
10283  or 
10284 \begin_inset ERT
10285 status collapsed
10286
10287 \begin_layout Standard
10288
10289
10290 \backslash
10291 mbox{
10292 \end_layout
10293
10294 \end_inset
10295
10296
10297 \family sans
10298 M-s\InsetSpace ~
10299
10300 \family default
10301 4
10302 \begin_inset ERT
10303 status collapsed
10304
10305 \begin_layout Standard
10306
10307 }
10308 \end_layout
10309
10310 \end_inset
10311
10312 )
10313 \end_layout
10314
10315 \begin_layout Labeling
10316 \labelwidthstring 00.00.0000
10317
10318 \family sans
10319 Normal
10320 \family default
10321  This is the 
10322 \begin_inset Quotes eld
10323 \end_inset
10324
10325 Normal
10326 \begin_inset Quotes erd
10327 \end_inset
10328
10329  font size.
10330  It's also the default size.
10331  (keybinding 
10332 \begin_inset ERT
10333 status collapsed
10334
10335 \begin_layout Standard
10336
10337
10338 \backslash
10339 mbox{
10340 \end_layout
10341
10342 \end_inset
10343
10344
10345 \family sans
10346 M-s\InsetSpace ~
10347 n
10348 \family default
10349
10350 \begin_inset ERT
10351 status collapsed
10352
10353 \begin_layout Standard
10354
10355 }
10356 \end_layout
10357
10358 \end_inset
10359
10360  or 
10361 \begin_inset ERT
10362 status collapsed
10363
10364 \begin_layout Standard
10365
10366
10367 \backslash
10368 mbox{
10369 \end_layout
10370
10371 \end_inset
10372
10373
10374 \family sans
10375 M-s\InsetSpace ~
10376
10377 \family default
10378 5
10379 \begin_inset ERT
10380 status collapsed
10381
10382 \begin_layout Standard
10383
10384 }
10385 \end_layout
10386
10387 \end_inset
10388
10389 )
10390 \end_layout
10391
10392 \begin_layout Labeling
10393 \labelwidthstring 00.00.0000
10394
10395 \family sans
10396 Large
10397 \family default
10398  
10399 \size large
10400 This is the 
10401 \begin_inset Quotes eld
10402 \end_inset
10403
10404 Large
10405 \begin_inset Quotes erd
10406 \end_inset
10407
10408  font size.
10409
10410 \size default
10411  (keybinding 
10412 \begin_inset ERT
10413 status collapsed
10414
10415 \begin_layout Standard
10416
10417
10418 \backslash
10419 mbox{
10420 \end_layout
10421
10422 \end_inset
10423
10424
10425 \family sans
10426 M-s\InsetSpace ~
10427 l
10428 \family default
10429
10430 \begin_inset ERT
10431 status collapsed
10432
10433 \begin_layout Standard
10434
10435 }
10436 \end_layout
10437
10438 \end_inset
10439
10440  or 
10441 \begin_inset ERT
10442 status collapsed
10443
10444 \begin_layout Standard
10445
10446
10447 \backslash
10448 mbox{
10449 \end_layout
10450
10451 \end_inset
10452
10453
10454 \family sans
10455 M-s\InsetSpace ~
10456
10457 \family default
10458 6
10459 \begin_inset ERT
10460 status collapsed
10461
10462 \begin_layout Standard
10463
10464 }
10465 \end_layout
10466
10467 \end_inset
10468
10469 )
10470 \end_layout
10471
10472 \begin_layout Labeling
10473 \labelwidthstring 00.00.0000
10474
10475 \family sans
10476 Larger
10477 \family default
10478  
10479 \size larger
10480 This is the 
10481 \begin_inset Quotes eld
10482 \end_inset
10483
10484 Larger
10485 \begin_inset Quotes erd
10486 \end_inset
10487
10488  font size.
10489
10490 \size default
10491  (keybinding 
10492 \begin_inset ERT
10493 status collapsed
10494
10495 \begin_layout Standard
10496
10497
10498 \backslash
10499 mbox{
10500 \end_layout
10501
10502 \end_inset
10503
10504
10505 \family sans
10506 M-s\InsetSpace ~
10507 S-L
10508 \family default
10509
10510 \begin_inset ERT
10511 status collapsed
10512
10513 \begin_layout Standard
10514
10515 }
10516 \end_layout
10517
10518 \end_inset
10519
10520  or 
10521 \begin_inset ERT
10522 status collapsed
10523
10524 \begin_layout Standard
10525
10526
10527 \backslash
10528 mbox{
10529 \end_layout
10530
10531 \end_inset
10532
10533
10534 \family sans
10535 M-s\InsetSpace ~
10536
10537 \family default
10538 7
10539 \begin_inset ERT
10540 status collapsed
10541
10542 \begin_layout Standard
10543
10544 }
10545 \end_layout
10546
10547 \end_inset
10548
10549 )
10550 \end_layout
10551
10552 \begin_layout Labeling
10553 \labelwidthstring 00.00.0000
10554
10555 \family sans
10556 Largest
10557 \family default
10558  
10559 \size largest
10560 This is the 
10561 \begin_inset Quotes eld
10562 \end_inset
10563
10564 Largest
10565 \begin_inset Quotes erd
10566 \end_inset
10567
10568  font size.
10569
10570 \size default
10571  (keybinding 
10572 \begin_inset ERT
10573 status collapsed
10574
10575 \begin_layout Standard
10576
10577
10578 \backslash
10579 mbox{
10580 \end_layout
10581
10582 \end_inset
10583
10584
10585 \family sans
10586 M-s\InsetSpace ~
10587
10588 \family default
10589 8
10590 \begin_inset ERT
10591 status collapsed
10592
10593 \begin_layout Standard
10594
10595 }
10596 \end_layout
10597
10598 \end_inset
10599
10600 )
10601 \end_layout
10602
10603 \begin_layout Labeling
10604 \labelwidthstring 00.00.0000
10605
10606 \family sans
10607 Huge
10608 \family default
10609  
10610 \size huge
10611 This is the 
10612 \begin_inset Quotes eld
10613 \end_inset
10614
10615 Huge
10616 \begin_inset Quotes erd
10617 \end_inset
10618
10619  font size.
10620
10621 \size default
10622  (keybinding 
10623 \begin_inset ERT
10624 status collapsed
10625
10626 \begin_layout Standard
10627
10628
10629 \backslash
10630 mbox{
10631 \end_layout
10632
10633 \end_inset
10634
10635
10636 \family sans
10637 M-s\InsetSpace ~
10638 h
10639 \family default
10640
10641 \begin_inset ERT
10642 status collapsed
10643
10644 \begin_layout Standard
10645
10646 }
10647 \end_layout
10648
10649 \end_inset
10650
10651  or 
10652 \begin_inset ERT
10653 status collapsed
10654
10655 \begin_layout Standard
10656
10657
10658 \backslash
10659 mbox{
10660 \end_layout
10661
10662 \end_inset
10663
10664
10665 \family sans
10666 M-s\InsetSpace ~
10667
10668 \family default
10669 9
10670 \begin_inset ERT
10671 status collapsed
10672
10673 \begin_layout Standard
10674
10675 }
10676 \end_layout
10677
10678 \end_inset
10679
10680 )
10681 \end_layout
10682
10683 \begin_layout Labeling
10684 \labelwidthstring 00.00.0000
10685
10686 \family sans
10687 Huger
10688 \family default
10689  
10690 \size giant
10691 This is the 
10692 \begin_inset Quotes eld
10693 \end_inset
10694
10695 Huger
10696 \begin_inset Quotes erd
10697 \end_inset
10698
10699  font size.
10700
10701 \size default
10702  (keybinding 
10703 \begin_inset ERT
10704 status collapsed
10705
10706 \begin_layout Standard
10707
10708
10709 \backslash
10710 mbox{
10711 \end_layout
10712
10713 \end_inset
10714
10715
10716 \family sans
10717 M-s\InsetSpace ~
10718 H
10719 \family default
10720
10721 \begin_inset ERT
10722 status collapsed
10723
10724 \begin_layout Standard
10725
10726 }
10727 \end_layout
10728
10729 \end_inset
10730
10731  or 
10732 \begin_inset ERT
10733 status collapsed
10734
10735 \begin_layout Standard
10736
10737
10738 \backslash
10739 mbox{
10740 \end_layout
10741
10742 \end_inset
10743
10744
10745 \family sans
10746 M-s\InsetSpace ~
10747
10748 \family default
10749 0
10750 \begin_inset ERT
10751 status collapsed
10752
10753 \begin_layout Standard
10754
10755 }
10756 \end_layout
10757
10758 \end_inset
10759
10760 )
10761 \end_layout
10762
10763 \end_deeper
10764 \begin_layout Standard
10765 We'll warn you 
10766 \emph on
10767 yet again
10768 \emph default
10769 : don't go crazy with this feature.
10770  You should almost never need to change the font size.
10771  LyX automatically changes the font size for different paragraph environments
10772  - use that instead.
10773  This is here for fine-tuning only!
10774 \end_layout
10775
10776 \begin_layout Labeling
10777 \labelwidthstring 00.00.0000
10778
10779 \family sans
10780 Misc
10781 \family default
10782  Here you can change a few other things at the character level.
10783  Options are:
10784 \end_layout
10785
10786 \begin_deeper
10787 \begin_layout Labeling
10788 \labelwidthstring 00.00.0000
10789
10790 \family sans
10791 Emph
10792 \family default
10793  
10794 \emph on
10795 This is text with emphasize on
10796 \emph default
10797 .
10798  This might seem like the same as 
10799 \shape italic
10800 Italic
10801 \shape default
10802 , but it is actually a bit different.
10803  Emphasized is a 
10804 \emph on
10805 logical
10806 \emph default
10807  attribute.
10808  That means every document class can define its own font used for emphasized
10809  text.
10810  Normally this font is equal to italic.
10811 \end_layout
10812
10813 \begin_layout Labeling
10814 \labelwidthstring 00.00.0000
10815
10816 \family sans
10817 Underbar
10818 \family default
10819  
10820 \bar under
10821 This is text with Underbar on.
10822
10823 \bar default
10824  (keybinding 
10825 \begin_inset ERT
10826 status collapsed
10827
10828 \begin_layout Standard
10829
10830
10831 \backslash
10832 mbox{
10833 \end_layout
10834
10835 \end_inset
10836
10837
10838 \family sans
10839 M-c\InsetSpace ~
10840 u
10841 \family default
10842
10843 \begin_inset ERT
10844 status collapsed
10845
10846 \begin_layout Standard
10847
10848 }
10849 \end_layout
10850
10851 \end_inset
10852
10853
10854 \family sans
10855 )
10856 \newline
10857
10858 \family default
10859 Avoid using underbar if you can! It's a holdover from the typewriter days,
10860  when you couldn't change fonts.
10861  We no longer need to emphasize text by underscoring characters.
10862  It's only included in LyX because some people 
10863 \emph on
10864 may
10865 \emph default
10866  need it in order to follow style sheets for journal submissions.
10867 \end_layout
10868
10869 \begin_layout Labeling
10870 \labelwidthstring 00.00.0000
10871
10872 \family sans
10873 Noun
10874 \family default
10875  
10876 \noun on
10877 This is text with Noun on.
10878
10879 \noun default
10880  Like 
10881 \family sans
10882 Emph
10883 \family default
10884 , this is a logical attribute.
10885  Normally it's equivalent to 
10886 \family sans
10887 Small\InsetSpace ~
10888 Caps
10889 \family default
10890 .
10891 \end_layout
10892
10893 \end_deeper
10894 \begin_layout Labeling
10895 \labelwidthstring 00.00.0000
10896
10897 \family sans
10898 Color
10899 \family default
10900  You can adjust the color of the text with this control.
10901  Notice that not all dvi-viewers are are able to display colors.
10902  Besides 
10903 \family sans
10904 No\InsetSpace ~
10905 color
10906 \family default
10907 , which is the default 
10908 \begin_inset Quotes eld
10909 \end_inset
10910
10911 color
10912 \begin_inset Quotes erd
10913 \end_inset
10914
10915  and means normally black, you can choose between 
10916 \family sans
10917 Black
10918 \family default
10919
10920 \family sans
10921 White
10922 \family default
10923
10924 \family sans
10925 Red
10926 \family default
10927
10928 \family sans
10929 Green
10930 \family default
10931
10932 \family sans
10933 Blue
10934 \family default
10935
10936 \family sans
10937 Cyan
10938 \family default
10939
10940 \family sans
10941 Magenta
10942 \family default
10943  and 
10944 \family sans
10945 Yellow
10946 \family default
10947  text.
10948 \begin_inset LatexCommand index
10949 name "Color ! Text"
10950
10951 \end_inset
10952
10953
10954 \end_layout
10955
10956 \begin_layout Labeling
10957 \labelwidthstring 00.00.0000
10958
10959 \family sans
10960 Language
10961 \family default
10962  This is used to mark regions of text as having a different language from
10963  the language of the document.
10964  Text marked in this way will be underlined in blue to indicate the change
10965  (only within LyX).
10966 \end_layout
10967
10968 \begin_layout Standard
10969 So you have a huge number of combinations to choose from.
10970  Once you've chosen a new character style via the 
10971 \family sans
10972 Edit\SpecialChar \menuseparator
10973 Text\InsetSpace ~
10974 Style
10975 \family default
10976  dialog, the settings are saved.
10977  You can activate them using the toolbar button 
10978 \begin_inset Graphics
10979         filename ../images/font-free-apply.png
10980
10981 \end_inset
10982
10983 .
10984  The button lets you toggle the state of your custom character style even
10985  when the dialog isn't visible.
10986  
10987 \end_layout
10988
10989 \begin_layout Standard
10990 To completely reset the character style to the default, use 
10991 \family sans
10992 M-c\InsetSpace ~
10993 Space
10994 \family default
10995 .
10996  If you want to toggle only those properties that you have just changed
10997  (suppose you just set the shape to 
10998 \begin_inset Quotes eld
10999 \end_inset
11000
11001 slanted
11002 \begin_inset Quotes erd
11003 \end_inset
11004
11005  and the series to 
11006 \begin_inset Quotes eld
11007 \end_inset
11008
11009 bold
11010 \begin_inset Quotes erd
11011 \end_inset
11012
11013 ), set the 
11014 \family sans
11015 Toggle\InsetSpace ~
11016 all
11017 \family default
11018  switch and press 
11019 \family sans
11020 Apply
11021 \family default
11022 .
11023 \end_layout
11024
11025 \begin_layout Standard
11026 You should also know something about the differences between the three main
11027  font types 
11028 \family sans
11029 serif
11030 \family default
11031
11032 \family sans
11033 sans\InsetSpace ~
11034 serif
11035 \family default
11036 , and 
11037 \family sans
11038 typewriter
11039 \family default
11040 :
11041 \end_layout
11042
11043 \begin_layout Itemize
11044
11045 \family sans
11046 Typewriter
11047 \family default
11048  is a so called 
11049 \begin_inset Quotes eld
11050 \end_inset
11051
11052 monospaced
11053 \begin_inset Quotes erd
11054 \end_inset
11055
11056  font, that means every character has the same width, the 
11057 \begin_inset Quotes eld
11058 \end_inset
11059
11060 i
11061 \begin_inset Quotes erd
11062 \end_inset
11063
11064  is as wide as the 
11065 \begin_inset Quotes eld
11066 \end_inset
11067
11068 m
11069 \begin_inset Quotes erd
11070 \end_inset
11071
11072 .
11073  Here is an example
11074 \newline
11075
11076 \begin_inset ERT
11077 status collapsed
11078
11079 \begin_layout Standard
11080
11081
11082 \backslash
11083 phantom{
11084 \end_layout
11085
11086 \end_inset
11087
11088 no 
11089 \begin_inset ERT
11090 status collapsed
11091
11092 \begin_layout Standard
11093
11094 }
11095 \end_layout
11096
11097 \end_inset
11098
11099
11100 \family typewriter
11101 typewriter text
11102 \family default
11103
11104 \begin_inset Note Note
11105 status collapsed
11106
11107 \begin_layout Standard
11108 For more on phantoms see section\InsetSpace ~
11109
11110 \begin_inset LatexCommand ref
11111 reference "sub:Other-space-variants"
11112
11113 \end_inset
11114
11115 .
11116 \end_layout
11117
11118 \end_inset
11119
11120
11121 \newline
11122 no typewriter text
11123 \end_layout
11124
11125 \begin_layout Itemize
11126
11127 \family sans
11128 Serif
11129 \family default
11130  fonts use characters with serifs.
11131  These are the small 
11132 \begin_inset Quotes eld
11133 \end_inset
11134
11135 appendices
11136 \begin_inset Quotes erd
11137 \end_inset
11138
11139  at all ends of of the streaks that form the character.
11140  The following example will show the difference:
11141 \newline
11142 text with serifs
11143 \newline
11144
11145 \family sans
11146 text without serifs
11147 \family default
11148
11149 \newline
11150 Serifs facilitates an easy and fast reading.
11151  They are therefore used as default font (named 
11152 \family sans
11153 roman
11154 \family default
11155 ).
11156 \end_layout
11157
11158 \begin_layout Itemize
11159
11160 \family sans
11161 Sans serif
11162 \family default
11163  don't use serifs.
11164  This font type is therefore often used for headings and short texts.
11165  We use it in this document to highlight menu names.
11166 \end_layout
11167
11168 \begin_layout Standard
11169 We conclude with the same warning once again: Don't overuse the fonts.
11170  They are, more often than not, a kludge and a bad substitute for good writing.
11171 \end_layout
11172
11173 \begin_layout Section
11174 Printing and Previewing
11175 \end_layout
11176
11177 \begin_layout Subsection
11178 Overview
11179 \end_layout
11180
11181 \begin_layout Standard
11182 Now that we've covered some of the basic features of document preparation
11183  using LyX, you probably want to know how to print out your masterpiece.
11184  Before we tell you that, we want to give you a quick explanation of what
11185  goes on behind-the-scenes.
11186  We cover these informations in much greater detail in the 
11187 \emph on
11188 Extended\InsetSpace ~
11189 Features
11190 \emph default
11191  manual as well.
11192 \end_layout
11193
11194 \begin_layout Standard
11195 LyX uses the program LaTeX as its backend.
11196  LaTeX is just a macro package for the TeX typesetting system, but to prevent
11197  confusion, we'll only refer to LaTeX.
11198  LyX is what you use to do your actual writing.
11199  Then, LyX calls LaTeX to turn your writing into printable output.
11200  This happens in two stages:
11201 \end_layout
11202
11203 \begin_layout Enumerate
11204 First, LyX converts your document to a series of text commands for LaTeX,
11205  generating a file with the extension, 
11206 \begin_inset Quotes eld
11207 \end_inset
11208
11209
11210 \family typewriter
11211 .tex
11212 \family default
11213
11214 \begin_inset Quotes erd
11215 \end_inset
11216
11217 .
11218 \end_layout
11219
11220 \begin_layout Enumerate
11221 Next, LaTeX uses the commands in the 
11222 \family typewriter
11223 .tex
11224 \family default
11225  file to produce printable output.
11226  
11227 \end_layout
11228
11229 \begin_layout Subsection
11230 Output file formats
11231 \begin_inset LatexCommand index
11232 name "File formats"
11233
11234 \end_inset
11235
11236
11237 \begin_inset LatexCommand label
11238 name "sub:Output-file-formats"
11239
11240 \end_inset
11241
11242
11243 \end_layout
11244
11245 \begin_layout Subsubsection
11246 ASCII
11247 \begin_inset LatexCommand index
11248 name "File formats ! ASCII"
11249
11250 \end_inset
11251
11252
11253 \end_layout
11254
11255 \begin_layout Standard
11256 This file type has the extension 
11257 \begin_inset Quotes eld
11258 \end_inset
11259
11260
11261 \family typewriter
11262 .txt
11263 \family default
11264
11265 \begin_inset Quotes erd
11266 \end_inset
11267
11268 .
11269  It contains your document as plain text following the rules of the 
11270 \begin_inset Quotes eld
11271 \end_inset
11272
11273 American Standard Code for Information Interchange
11274 \begin_inset Quotes erd
11275 \end_inset
11276
11277  (ASCII).
11278 \end_layout
11279
11280 \begin_layout Standard
11281 You can export your document to ASCII by the menu 
11282 \family sans
11283 File\SpecialChar \menuseparator
11284 Export\SpecialChar \menuseparator
11285 ASCII
11286 \family default
11287 .
11288 \end_layout
11289
11290 \begin_layout Subsubsection
11291 LaTeX
11292 \begin_inset LatexCommand index
11293 name "File formats ! LaTeX"
11294
11295 \end_inset
11296
11297
11298 \end_layout
11299
11300 \begin_layout Standard
11301 This file type has the extension 
11302 \begin_inset Quotes eld
11303 \end_inset
11304
11305
11306 \family typewriter
11307 .tex
11308 \family default
11309
11310 \begin_inset Quotes erd
11311 \end_inset
11312
11313  and contains all commands that are necessary for the LaTeX program to process
11314  your document.
11315  If you know LaTeX, you can use it to find out LaTeX-Errors or to process
11316  it manually with console commands.
11317  The LaTeX-file is automatically created in LyX's temporary directory whenever
11318  you view or export your document.
11319 \end_layout
11320
11321 \begin_layout Standard
11322 You can export your document as LaTeX-file using the menu 
11323 \family sans
11324 File\SpecialChar \menuseparator
11325 Export\SpecialChar \menuseparator
11326 LaT
11327 \begin_inset ERT
11328 status collapsed
11329
11330 \begin_layout Standard
11331
11332 {}
11333 \end_layout
11334
11335 \end_inset
11336
11337 eX
11338 \family default
11339 .
11340 \end_layout
11341
11342 \begin_layout Subsubsection
11343 DVI
11344 \begin_inset LatexCommand index
11345 name "File formats ! DVI"
11346
11347 \end_inset
11348
11349
11350 \end_layout
11351
11352 \begin_layout Standard
11353 This file type has the extension 
11354 \begin_inset Quotes eld
11355 \end_inset
11356
11357
11358 \family typewriter
11359 .dvi
11360 \family default
11361
11362 \begin_inset Quotes erd
11363 \end_inset
11364
11365 .
11366  It is called 
11367 \begin_inset Quotes eld
11368 \end_inset
11369
11370 device-independent
11371 \begin_inset Quotes erd
11372 \end_inset
11373
11374  (DVI), because it is completely portable; you can move them from one machine
11375  to another without needing to do any sort of conversion.
11376  At the time when this file-format was developed, this was no matter of
11377  course.
11378  DVIs are used for quick previews and as pre-stage for other output formats,
11379  like PostScript.
11380 \end_layout
11381
11382 \begin_layout Standard
11383 \begin_inset Note Greyedout
11384 status open
11385
11386 \begin_layout Standard
11387
11388 \series bold
11389 Note:
11390 \series default
11391  The DVI file doesn't contain images, they will only be a linked.
11392  So don't forget to deliver the images together with your DVIs.
11393 \end_layout
11394
11395 \end_inset
11396
11397 This property can also slow down your computer when you view the DVI.
11398  Because the DVI-viewer has to convert the image in the background to make
11399  it visible when you scroll in the DVI.
11400  So we recommend to use PDF for files with many images.
11401 \end_layout
11402
11403 \begin_layout Standard
11404 You can export your document to DVI by the menu 
11405 \family sans
11406 File\SpecialChar \menuseparator
11407 Export\SpecialChar \menuseparator
11408 DVI
11409 \family default
11410 .
11411 \end_layout
11412
11413 \begin_layout Subsubsection
11414 PostScript
11415 \begin_inset LatexCommand index
11416 name "File formats ! PostScript"
11417
11418 \end_inset
11419
11420
11421 \end_layout
11422
11423 \begin_layout Standard
11424 This file type has the extension 
11425 \begin_inset Quotes eld
11426 \end_inset
11427
11428
11429 \family typewriter
11430 .ps
11431 \family default
11432
11433 \begin_inset Quotes erd
11434 \end_inset
11435
11436 .
11437  PostScript was developed by the company 
11438 \family typewriter
11439 Adobe
11440 \family default
11441  as printer language.
11442  The file contains therefore commands that the printer uses to print the
11443  file.
11444  PostScript can be seen as 
11445 \begin_inset Quotes eld
11446 \end_inset
11447
11448 programming language
11449 \begin_inset Quotes erd
11450 \end_inset
11451
11452 ; you can calculate with it and draw diagrams and images.
11453 \begin_inset Foot
11454 status collapsed
11455
11456 \begin_layout Standard
11457 If you are interested to learn more about this, have a look at the LaTeX-package
11458  
11459 \series bold
11460 pstricks
11461 \series default
11462
11463 \begin_inset LatexCommand index
11464 name "LaTeX-packages ! pstricks"
11465
11466 \end_inset
11467
11468 .
11469 \end_layout
11470
11471 \end_inset
11472
11473  Due to this ability, the files are often bigger than PDFs.
11474 \end_layout
11475
11476 \begin_layout Standard
11477 PostScript can only contain images in the format 
11478 \begin_inset Quotes eld
11479 \end_inset
11480
11481 Encapsulated PostScript
11482 \begin_inset Quotes erd
11483 \end_inset
11484
11485  (EPS, file extension 
11486 \begin_inset Quotes eld
11487 \end_inset
11488
11489
11490 \family typewriter
11491 .eps
11492 \family default
11493
11494 \begin_inset Quotes erd
11495 \end_inset
11496
11497 ).
11498  As LyX allows you to use any known image format in your document, it has
11499  to convert them in the background to EPS.
11500  If you have e.g 50 images in your document, LyX has to do 50 conversions
11501  whenever you view or export your document.
11502  This will slow down your workflow with LyX drastically.
11503  So if you plan to use PostScript, you can insert your images directly as
11504  EPS to avoid this problem.
11505 \end_layout
11506
11507 \begin_layout Standard
11508 You can export your document to PostScript using the menu 
11509 \family sans
11510 File\SpecialChar \menuseparator
11511 Export\SpecialChar \menuseparator
11512 PostScript
11513 \family default
11514 .
11515 \end_layout
11516
11517 \begin_layout Subsubsection
11518 PDF
11519 \begin_inset LatexCommand index
11520 name "File formats ! PDF"
11521
11522 \end_inset
11523
11524
11525 \begin_inset LatexCommand index
11526 name "PDF"
11527
11528 \end_inset
11529
11530
11531 \end_layout
11532
11533 \begin_layout Standard
11534 This file type has the extension 
11535 \begin_inset Quotes eld
11536 \end_inset
11537
11538
11539 \family typewriter
11540 .pdf
11541 \family default
11542
11543 \begin_inset Quotes erd
11544 \end_inset
11545
11546 .
11547  The 
11548 \begin_inset Quotes eld
11549 \end_inset
11550
11551 Portable Document Format
11552 \begin_inset Quotes erd
11553 \end_inset
11554
11555  (PDF) is developed by 
11556 \family typewriter
11557 Adobe
11558 \family default
11559  as derivative from PostScript.
11560  It is more compressed and it uses much less commands than PostScript.
11561  As the name 
11562 \begin_inset Quotes eld
11563 \end_inset
11564
11565 portable
11566 \begin_inset Quotes erd
11567 \end_inset
11568
11569  implies, it can be processed at any computer system and the printed output
11570  looks exactly the same.
11571 \end_layout
11572
11573 \begin_layout Standard
11574 PDF can contain images in its own PDF format and in the formats 
11575 \begin_inset Quotes eld
11576 \end_inset
11577
11578 Joint Photographic Experts Group
11579 \begin_inset Quotes erd
11580 \end_inset
11581
11582  (JPG, file extension 
11583 \begin_inset Quotes eld
11584 \end_inset
11585
11586
11587 \family typewriter
11588 .jpg
11589 \family default
11590
11591 \begin_inset Quotes erd
11592 \end_inset
11593
11594  or 
11595 \begin_inset Quotes eld
11596 \end_inset
11597
11598
11599 \family typewriter
11600 .jpeg
11601 \family default
11602
11603 \begin_inset Quotes erd
11604 \end_inset
11605
11606 ) and 
11607 \begin_inset Quotes eld
11608 \end_inset
11609
11610 Portable Network Graphics
11611 \begin_inset Quotes erd
11612 \end_inset
11613
11614  (PNG, file extension 
11615 \begin_inset Quotes eld
11616 \end_inset
11617
11618
11619 \family typewriter
11620 .png
11621 \family default
11622
11623 \begin_inset Quotes erd
11624 \end_inset
11625
11626 ).
11627  You can although use any other image format, because LyX converts them
11628  in the background to one of these formats.
11629  But as described in the section about PostScript, the image conversion
11630  will slow down your workflow.
11631  So we recommend to use images in one of the three mentioned formats.
11632 \end_layout
11633
11634 \begin_layout Standard
11635 You can export your document to PDF via the menu 
11636 \family sans
11637 File\SpecialChar \menuseparator
11638 Export
11639 \family default
11640  in three different ways:
11641 \end_layout
11642
11643 \begin_layout Description
11644 PDF This uses the program 
11645 \family typewriter
11646 ps2pdf
11647 \family default
11648  that creates a PDF from a PostScript-version of your file.
11649  The PostScript-version is produced by the program 
11650 \family typewriter
11651 dvips
11652 \family default
11653  which uses a DVI-version as intermediate step.
11654  So this export variant consist of three conversions.
11655 \end_layout
11656
11657 \begin_layout Description
11658 PDF\InsetSpace ~
11659 (dvipdfm) This uses the program 
11660 \family typewriter
11661 dvipdfm
11662 \family default
11663  that converts your file in the background to DVI and in a second step to
11664  PDF.
11665 \end_layout
11666
11667 \begin_layout Description
11668 PDF\InsetSpace ~
11669 (pdflatex) This uses the program 
11670 \family typewriter
11671 pdftex
11672 \family default
11673  that converts your file directly to PDF.
11674 \end_layout
11675
11676 \begin_layout Standard
11677 We recommend to use 
11678 \family sans
11679 PDF\InsetSpace ~
11680 (pdflatex)
11681 \family default
11682  because 
11683 \family typewriter
11684 pdftex
11685 \family default
11686  supports all features of actual PDF-versions, is quick and works stable
11687  without problems.
11688  The program 
11689 \family typewriter
11690 dvipdfm
11691 \family default
11692  is no more under development and therefore a bit outdated.
11693 \end_layout
11694
11695 \begin_layout Subsection
11696 Previewing
11697 \begin_inset LatexCommand index
11698 name "Document ! Preview "
11699
11700 \end_inset
11701
11702
11703 \end_layout
11704
11705 \begin_layout Standard
11706 To get a look at the final version of your document, with all of the pagebreaks
11707  in place, the footnotes correctly numbered, and so on, use the menu 
11708 \family sans
11709 View
11710 \family default
11711  and choose a file type.
11712  A viewing program will popup showing the output.
11713  For 
11714 \family sans
11715 View\SpecialChar \menuseparator
11716 DVI
11717 \family default
11718  you can use the toolbar button 
11719 \begin_inset Graphics
11720         filename ../images/buffer-view_dvi.png
11721
11722 \end_inset
11723
11724  (shortcut 
11725 \family sans
11726 C-d
11727 \family default
11728 ), for 
11729 \family sans
11730 View\SpecialChar \menuseparator
11731 PDF\InsetSpace ~
11732 (pdflatex)
11733 \family default
11734  you can use the toolbar button 
11735 \begin_inset Graphics
11736         filename ../images/buffer-export_pdf2.png
11737
11738 \end_inset
11739
11740 .
11741 \end_layout
11742
11743 \begin_layout Standard
11744 If you have changed your document, you can refresh the output in the same
11745  viewer window using the menu 
11746 \family sans
11747 View\SpecialChar \menuseparator
11748 Update
11749 \family default
11750 .
11751 \end_layout
11752
11753 \begin_layout Standard
11754 When you preview a file, the output file is only generated in LyX's temporary
11755  directory.
11756  To have a real output, export your document.
11757 \end_layout
11758
11759 \begin_layout Subsection
11760 Printing the File from within LyX
11761 \begin_inset LatexCommand label
11762 name "sub:Printing-the-File"
11763
11764 \end_inset
11765
11766
11767 \end_layout
11768
11769 \begin_layout Standard
11770 Instead of exporting your file and then printing them, you can also print
11771  it directly from within LyX.
11772  To print a file, select the menu 
11773 \family sans
11774 File\SpecialChar \menuseparator
11775 Print
11776 \family default
11777  or click on the toolbar button 
11778 \begin_inset Graphics
11779         filename ../images/dialog-show_print.png
11780
11781 \end_inset
11782
11783 .
11784  LyX will internally call LaTeX to produce a DVI.
11785  This file is then processed by the program 
11786 \family typewriter
11787 dvips
11788 \family default
11789  to PostScript-file, which is finally printed using the program 
11790 \family typewriter
11791 Ghostscript
11792 \family default
11793 .
11794  Due to these steps in the background, this method is not the fastest.
11795 \end_layout
11796
11797 \begin_layout Standard
11798 You can choose to print only even-numbered or odd-numbered pages - this
11799  is useful for printing on two sides: You can re-insert the pages after
11800  printing one set to print on the other side.
11801  Some printers spit out pages face-up, others, face-down.
11802  By choosing a particular order to print in, you can take the entire stack
11803  of pages out of the printer without needing to reorder them.
11804 \end_layout
11805
11806 \begin_layout Standard
11807 You can set the parameters in the 
11808 \family sans
11809 Print\InsetSpace ~
11810 Destination
11811 \family default
11812  box as follows:
11813 \end_layout
11814
11815 \begin_layout Labeling
11816 \labelwidthstring 00.00.0000
11817
11818 \family sans
11819 Printer
11820 \family default
11821  This is the name of the printer to print to.
11822 \begin_inset Foot
11823 status collapsed
11824
11825 \begin_layout Standard
11826 Note that this printer name is for the program 
11827 \family typewriter
11828 dvips
11829 \family default
11830 .
11831  That means 
11832 \family typewriter
11833 dvips
11834 \family default
11835  has to be configured for this printer name.
11836  The default printer can be set in LyX's preferences dialog, see section\InsetSpace ~
11837
11838 \begin_inset LatexCommand ref
11839 reference "sub:Printer"
11840
11841 \end_inset
11842
11843 .
11844 \end_layout
11845
11846 \end_inset
11847
11848  The printer should understand PostScript.
11849 \end_layout
11850
11851 \begin_layout Labeling
11852 \labelwidthstring 00.00.0000
11853
11854 \family sans
11855 File
11856 \family default
11857  The name of a file to print to.
11858  The output will be a PostScript file.
11859  It will be written in LyX's working directory unless you specify the full
11860  path.
11861 \end_layout
11862
11863 \begin_layout Section
11864 A few Words about Typography
11865 \begin_inset LatexCommand index
11866 name "Typography"
11867
11868 \end_inset
11869
11870
11871 \end_layout
11872
11873 \begin_layout Subsection
11874 Hyphens
11875 \begin_inset LatexCommand index
11876 name "Hyphens"
11877
11878 \end_inset
11879
11880
11881 \begin_inset LatexCommand label
11882 name "sub:Hyphens"
11883
11884 \end_inset
11885
11886
11887 \end_layout
11888
11889 \begin_layout Standard
11890 In LyX, the 
11891 \begin_inset Quotes eld
11892 \end_inset
11893
11894
11895 \family typewriter
11896 -
11897 \family default
11898
11899 \begin_inset Quotes eld
11900 \end_inset
11901
11902  character comes in three lengths, often called the 
11903 \emph on
11904 hyphen
11905 \emph default
11906 , the 
11907 \emph on
11908 en dash
11909 \emph default
11910 , and the 
11911 \emph on
11912 em dash
11913 \emph default
11914 :
11915 \end_layout
11916
11917 \begin_layout Enumerate
11918 hyphen
11919 \hfill
11920 -
11921 \hfill
11922 made with 
11923 \begin_inset Quotes eld
11924 \end_inset
11925
11926
11927 \family typewriter
11928 -
11929 \family default
11930
11931 \begin_inset Quotes eld
11932 \end_inset
11933
11934
11935 \end_layout
11936
11937 \begin_layout Enumerate
11938 en dash
11939 \hfill
11940 --
11941 \hfill
11942 made with 
11943 \begin_inset Quotes eld
11944 \end_inset
11945
11946
11947 \family typewriter
11948 -
11949 \begin_inset ERT
11950 status collapsed
11951
11952 \begin_layout Standard
11953
11954
11955 \backslash
11956 /
11957 \end_layout
11958
11959 \end_inset
11960
11961 -
11962 \family default
11963
11964 \begin_inset Quotes eld
11965 \end_inset
11966
11967
11968 \end_layout
11969
11970 \begin_layout Enumerate
11971 em dash
11972 \hfill
11973 ---
11974 \hfill
11975 made with 
11976 \begin_inset Quotes eld
11977 \end_inset
11978
11979
11980 \family typewriter
11981 -
11982 \begin_inset ERT
11983 status collapsed
11984
11985 \begin_layout Standard
11986
11987
11988 \backslash
11989 /
11990 \end_layout
11991
11992 \end_inset
11993
11994 -
11995 \begin_inset ERT
11996 status collapsed
11997
11998 \begin_layout Standard
11999
12000
12001 \backslash
12002 /
12003 \end_layout
12004
12005 \end_inset
12006
12007 -
12008 \family default
12009
12010 \begin_inset Quotes eld
12011 \end_inset
12012
12013
12014 \end_layout
12015
12016 \begin_layout Enumerate
12017 minus sign
12018 \hfill
12019
12020 \begin_inset Formula $-$
12021 \end_inset
12022
12023
12024 \hfill
12025
12026 \begin_inset Quotes eld
12027 \end_inset
12028
12029
12030 \family typewriter
12031 -
12032 \family default
12033
12034 \begin_inset Quotes eld
12035 \end_inset
12036
12037  in math mode
12038 \end_layout
12039
12040 \begin_layout Standard
12041 You generate them by inserting the 
12042 \begin_inset Quotes eld
12043 \end_inset
12044
12045
12046 \family typewriter
12047 -
12048 \family default
12049
12050 \begin_inset Quotes eld
12051 \end_inset
12052
12053  character multiple times in a row.
12054  They are automatically converted to the appropriate length dash in the
12055  final output, but not in LyX.
12056 \end_layout
12057
12058 \begin_layout Standard
12059 The three dash types are distinct from the minus sign, which appears in
12060  math mode and has a length of its own.
12061  Here are some examples of the 
12062 \begin_inset Quotes eld
12063 \end_inset
12064
12065
12066 \family typewriter
12067 -
12068 \family default
12069
12070 \begin_inset Quotes eld
12071 \end_inset
12072
12073  in use:
12074 \end_layout
12075
12076 \begin_layout Enumerate
12077 line- and page-breaks
12078 \hfill
12079 (
12080 \emph on
12081 hyphen
12082 \emph default
12083 )
12084 \end_layout
12085
12086 \begin_layout Enumerate
12087 From A--Z
12088 \hfill
12089 (
12090 \emph on
12091 en dash
12092 \emph default
12093 )
12094 \end_layout
12095
12096 \begin_layout Enumerate
12097 Oh --- there's a dash.
12098 \hfill
12099 (
12100 \emph on
12101 em dash
12102 \emph default
12103 )
12104 \end_layout
12105
12106 \begin_layout Enumerate
12107 \begin_inset Formula $x^{2}-y^{2}=z^{2}$
12108 \end_inset
12109
12110
12111 \hfill
12112 (
12113 \emph on
12114 minus sign
12115 \emph default
12116 )
12117 \end_layout
12118
12119 \begin_layout Subsection
12120 Hyphenation
12121 \begin_inset LatexCommand index
12122 name "Hyphenation"
12123
12124 \end_inset
12125
12126
12127 \begin_inset LatexCommand label
12128 name "sub:Hyphenation"
12129
12130 \end_inset
12131
12132
12133 \end_layout
12134
12135 \begin_layout Standard
12136 Words aren't hyphenated within LyX but automatically in the output.
12137  Hyphenation is done by the LaTeX-package 
12138 \series bold
12139 babel
12140 \begin_inset LatexCommand index
12141 name "LaTeX-packages ! babel"
12142
12143 \end_inset
12144
12145
12146 \series default
12147  following the rules of the document language
12148 \begin_inset Foot
12149 status collapsed
12150
12151 \begin_layout Standard
12152 For German readers: That's one of the main differences between the languages
12153  
12154 \family sans
12155 German
12156 \family default
12157  and 
12158 \family sans
12159 German\InsetSpace ~
12160 (new\InsetSpace ~
12161 spelling)
12162 \family default
12163  in the 
12164 \family sans
12165 Document\SpecialChar \menuseparator
12166 Settings
12167 \family default
12168  dialog.
12169 \end_layout
12170
12171 \end_inset
12172
12173 .
12174 \end_layout
12175
12176 \begin_layout Standard
12177 LaTeX hyphenates nearly perfectly, it has only problems with text in the
12178  font 
12179 \family sans
12180 typewriter
12181 \family default
12182  and with unusual constructs, like 
12183 \begin_inset Quotes eld
12184 \end_inset
12185
12186 h3knix/m0n0wall
12187 \begin_inset Quotes erd
12188 \end_inset
12189
12190 .
12191  If LaTeX can't break a word correctly, you can set hyphenation points manually.
12192  This is done with the menu 
12193 \family sans
12194 Insert\SpecialChar \menuseparator
12195 Formatting\SpecialChar \menuseparator
12196 Hyphenation\InsetSpace ~
12197 Point
12198 \family default
12199 .
12200  These extra hyphenation points are only recommendations to LaTeX.
12201  If no hyphenation is necessary, LaTeX will ignore them.
12202 \end_layout
12203
12204 \begin_layout Standard
12205 Sometimes you want to prevent words or constructs to be hyphenated.
12206  The keybindings/shortcuts in this document consists of three letters with
12207  a hyphen and a space in the form 
12208 \begin_inset Quotes eld
12209 \end_inset
12210
12211 A-b c
12212 \begin_inset Quotes erd
12213 \end_inset
12214
12215 .
12216  LaTeX finds there the hyphen 
12217 \begin_inset Quotes eld
12218 \end_inset
12219
12220 -
12221 \begin_inset Quotes erd
12222 \end_inset
12223
12224  as hyphenation possibility.
12225  Hyphenating at this point would look ugly.
12226  To prevent the shortcut from being hyphenated, we can put it in the argument
12227  of the LaTeX-box-command 
12228 \series bold
12229
12230 \backslash
12231 mbox
12232 \series default
12233 , because text within LaTeX-boxes can't be hyphenated.
12234  As LyX doesn't support 
12235 \series bold
12236
12237 \backslash
12238 mbox
12239 \series default
12240 , we have to use ERT.
12241  The result looks in LyX like:
12242 \end_layout
12243
12244 \begin_layout Standard
12245 \begin_inset Graphics
12246         filename clipart/mbox.png
12247
12248 \end_inset
12249
12250
12251 \end_layout
12252
12253 \begin_layout Standard
12254 To learn more about ERT, have a look at section\InsetSpace ~
12255
12256 \begin_inset LatexCommand ref
12257 reference "sec:ERT"
12258
12259 \end_inset
12260
12261 .
12262 \end_layout
12263
12264 \begin_layout Subsection
12265 Punctuation Marks
12266 \begin_inset LatexCommand index
12267 name "Punctuation marks"
12268
12269 \end_inset
12270
12271
12272 \end_layout
12273
12274 \begin_layout Subsubsection
12275 Abbreviations and End of Sentence
12276 \begin_inset LatexCommand label
12277 name "sub:Abbreviations"
12278
12279 \end_inset
12280
12281
12282 \end_layout
12283
12284 \begin_layout Standard
12285 When LyX calls LaTeX to generate the final version of your document, LaTeX
12286  automatically distinguishes between words, sentences, and abbreviations.
12287  LaTeX then adds the 
12288 \begin_inset Quotes eld
12289 \end_inset
12290
12291 appropriate amount of space
12292 \begin_inset Quotes erd
12293 \end_inset
12294
12295 .
12296  That means sentences get a little bit more space between the period and
12297  the next word.
12298  Abbreviations get the same amount of space after the period as a word uses.
12299 \end_layout
12300
12301 \begin_layout Standard
12302 Unfortunately, the algorithm for figuring out what's an abbreviation works
12303  not for all cases.
12304  If a 
12305 \begin_inset Quotes eld
12306 \end_inset
12307
12308
12309 \family typewriter
12310 .
12311 \family default
12312
12313 \begin_inset Quotes erd
12314 \end_inset
12315
12316  is at the end of a lowercase letter, it's the end of a sentence; if it's
12317  at the end of a capitalized letter, it's an abbreviation.
12318 \end_layout
12319
12320 \begin_layout Standard
12321 Here are some examples of 
12322 \emph on
12323 correct
12324 \emph default
12325  abbreviations and the end of a sentence:
12326 \end_layout
12327
12328 \begin_layout Itemize
12329 M.
12330  Butterfly
12331 \end_layout
12332
12333 \begin_layout Itemize
12334 Don't worry.
12335  Be happy.
12336 \end_layout
12337
12338 \begin_layout Standard
12339 And here's an example of the algorithm going wrong:
12340 \end_layout
12341
12342 \begin_layout Itemize
12343 e.
12344  g.
12345  this is too much space!
12346 \end_layout
12347
12348 \begin_layout Itemize
12349 This is I.
12350  It's okay.
12351 \end_layout
12352
12353 \begin_layout Standard
12354 You won't see anything wrong until you view a final version of your document.
12355 \end_layout
12356
12357 \begin_layout Standard
12358 To fix this problem, use one of the following:
12359 \end_layout
12360
12361 \begin_layout Enumerate
12362 Use an 
12363 \family sans
12364 Inter-word\InsetSpace ~
12365 Space
12366 \family default
12367  after lowercase abbreviations (see section\InsetSpace ~
12368
12369 \begin_inset LatexCommand ref
12370 reference "sub:Inter-word-Space"
12371
12372 \end_inset
12373
12374 ).
12375 \begin_inset LatexCommand index
12376 name "Spaces ! inter-word"
12377
12378 \end_inset
12379
12380
12381 \end_layout
12382
12383 \begin_layout Enumerate
12384 Use a 
12385 \family sans
12386 Thin\InsetSpace ~
12387 Space
12388 \family default
12389  between two tokens of an abbreviation (see section\InsetSpace ~
12390
12391 \begin_inset LatexCommand ref
12392 reference "sub:Thin-Space"
12393
12394 \end_inset
12395
12396 ).
12397 \begin_inset LatexCommand index
12398 name "Spaces ! thin"
12399
12400 \end_inset
12401
12402
12403 \end_layout
12404
12405 \begin_layout Enumerate
12406 Use an 
12407 \family sans
12408 End\InsetSpace ~
12409 of\InsetSpace ~
12410 sentence\InsetSpace ~
12411 period
12412 \family default
12413  found under the 
12414 \family sans
12415 Insert\SpecialChar \menuseparator
12416 Special\InsetSpace ~
12417 Character
12418 \family default
12419  menu to force the use of inter-sentence spacing.
12420  This function is also bound to 
12421 \family sans
12422 C-period
12423 \family default
12424  for easy access.
12425 \end_layout
12426
12427 \begin_layout Standard
12428 With the corrections, our earlier examples look like this:
12429 \end_layout
12430
12431 \begin_layout Itemize
12432 e.\InsetSpace \thinspace{}
12433 g.\InsetSpace \space{}
12434 this is too much space!
12435 \end_layout
12436
12437 \begin_layout Itemize
12438 This is I\SpecialChar \@.
12439  It's okay.
12440 \end_layout
12441
12442 \begin_layout Standard
12443 Some languages don't use extra spacing between sentences.
12444  If your language is such a language, you don't need to worry, because the
12445  LaTeX will care about this.
12446 \end_layout
12447
12448 \begin_layout Standard
12449 For those that do need to bother, there is help to catch those sneaky errors:
12450  check out the 
12451 \family sans
12452 Tools\SpecialChar \menuseparator
12453 Check\InsetSpace ~
12454 TeX
12455 \family default
12456  feature described in section 
12457 \emph on
12458 Checking TeX
12459 \emph default
12460  of the 
12461 \emph on
12462 Extended Features
12463 \emph default
12464  manual.
12465 \end_layout
12466
12467 \begin_layout Subsubsection
12468 Quotes
12469 \begin_inset LatexCommand index
12470 name "Typography ! Quotes"
12471
12472 \end_inset
12473
12474
12475 \begin_inset LatexCommand index
12476 name "Quotes | see{Typography}"
12477
12478 \end_inset
12479
12480
12481 \begin_inset LatexCommand label
12482 name "sub:Quotes"
12483
12484 \end_inset
12485
12486
12487 \end_layout
12488
12489 \begin_layout Standard
12490 LyX usually sets quotes correctly.
12491  Specifically, it will use an opening quote at the beginning of quoted text,
12492  and use a closing quote at the end.
12493  For example, 
12494 \begin_inset Quotes eld
12495 \end_inset
12496
12497 open close
12498 \begin_inset Quotes erd
12499 \end_inset
12500
12501 .
12502  The keyboard character, 
12503 \family sans
12504 "
12505 \family default
12506 , generates this automatically.
12507 \end_layout
12508
12509 \begin_layout Standard
12510 You can change the behavior of the 
12511 \family sans
12512 "
12513 \family default
12514  key using the submenu 
12515 \family sans
12516 Language
12517 \family default
12518  of the dialog 
12519 \family sans
12520 Document\SpecialChar \menuseparator
12521 Settings
12522 \family default
12523
12524 \begin_inset LatexCommand index
12525 name "Document ! Settings"
12526
12527 \end_inset
12528
12529  dialog.
12530 \end_layout
12531
12532 \begin_layout Standard
12533 You can also select quotes for different languages in the box 
12534 \family sans
12535 Type
12536 \family default
12537  option.
12538  There are six choices:
12539 \end_layout
12540
12541 \begin_layout Labeling
12542 \labelwidthstring 00.00.0000
12543
12544 \family sans
12545 \begin_inset Quotes eld
12546 \end_inset
12547
12548 Text
12549 \begin_inset Quotes erd
12550 \end_inset
12551
12552
12553 \family default
12554  Use quotes like this 
12555 \begin_inset Quotes eld
12556 \end_inset
12557
12558 double
12559 \begin_inset Quotes erd
12560 \end_inset
12561
12562  or 
12563 \begin_inset Quotes els
12564 \end_inset
12565
12566 single
12567 \begin_inset Quotes ers
12568 \end_inset
12569
12570
12571 \end_layout
12572
12573 \begin_layout Labeling
12574 \labelwidthstring 00.00.0000
12575
12576 \family sans
12577 \begin_inset Quotes sld
12578 \end_inset
12579
12580 Text
12581 \begin_inset Quotes srd
12582 \end_inset
12583
12584
12585 \family default
12586  Use quotes like 
12587 \begin_inset Quotes sld
12588 \end_inset
12589
12590 this
12591 \begin_inset Quotes srd
12592 \end_inset
12593
12594  or 'this
12595 \begin_inset Quotes ers
12596 \end_inset
12597
12598
12599 \end_layout
12600
12601 \begin_layout Labeling
12602 \labelwidthstring 00.00.0000
12603
12604 \family sans
12605 \begin_inset Quotes gld
12606 \end_inset
12607
12608 Text
12609 \begin_inset Quotes grd
12610 \end_inset
12611
12612
12613 \family default
12614  Use quotes like 
12615 \begin_inset Quotes gld
12616 \end_inset
12617
12618 this
12619 \begin_inset Quotes grd
12620 \end_inset
12621
12622  or 
12623 \begin_inset Quotes gls
12624 \end_inset
12625
12626 this
12627 \begin_inset Quotes grs
12628 \end_inset
12629
12630
12631 \end_layout
12632
12633 \begin_layout Labeling
12634 \labelwidthstring 00.00.0000
12635
12636 \family sans
12637 \begin_inset Quotes pld
12638 \end_inset
12639
12640 Text
12641 \begin_inset Quotes prd
12642 \end_inset
12643
12644
12645 \family default
12646  Use quotes like 
12647 \begin_inset Quotes pld
12648 \end_inset
12649
12650 this
12651 \begin_inset Quotes prd
12652 \end_inset
12653
12654  or 
12655 \begin_inset Quotes pls
12656 \end_inset
12657
12658 this
12659 \begin_inset Quotes prs
12660 \end_inset
12661
12662
12663 \end_layout
12664
12665 \begin_layout Labeling
12666 \labelwidthstring 00.00.0000
12667
12668 \family sans
12669 \begin_inset Quotes fld
12670 \end_inset
12671
12672 Text
12673 \begin_inset Quotes frd
12674 \end_inset
12675
12676
12677 \family default
12678  Use quotes like 
12679 \begin_inset Quotes fld
12680 \end_inset
12681
12682 this
12683 \begin_inset Quotes frd
12684 \end_inset
12685
12686  or 
12687 \begin_inset Quotes fls
12688 \end_inset
12689
12690 this
12691 \begin_inset Quotes frs
12692 \end_inset
12693
12694
12695 \end_layout
12696
12697 \begin_layout Labeling
12698 \labelwidthstring 00.00.0000
12699
12700 \family sans
12701 \begin_inset Quotes ald
12702 \end_inset
12703
12704 Text
12705 \begin_inset Quotes ard
12706 \end_inset
12707
12708
12709 \family default
12710  Use quotes like 
12711 \begin_inset Quotes ald
12712 \end_inset
12713
12714 this
12715 \begin_inset Quotes ard
12716 \end_inset
12717
12718  or 
12719 \begin_inset Quotes als
12720 \end_inset
12721
12722 this
12723 \begin_inset Quotes ars
12724 \end_inset
12725
12726
12727 \end_layout
12728
12729 \begin_layout Standard
12730 These settings affects what character the 
12731 \family sans
12732 "
12733 \family default
12734  key produces.
12735 \end_layout
12736
12737 \begin_layout Subsection
12738 Ligatures
12739 \begin_inset LatexCommand index
12740 name "Typography ! Ligatures"
12741
12742 \end_inset
12743
12744
12745 \begin_inset LatexCommand index
12746 name "Ligatures | see{Typography}"
12747
12748 \end_inset
12749
12750
12751 \begin_inset LatexCommand label
12752 name "sub:Ligatures"
12753
12754 \end_inset
12755
12756
12757 \end_layout
12758
12759 \begin_layout Standard
12760 It is standard typesetting practice to group certain letters together and
12761  print them as single characters.
12762  These groups are known as 
12763 \emph on
12764 ligatures
12765 \emph default
12766 .
12767  Since LaTeX knows about ligatures, your documents will contain them too
12768  in the output.
12769  Here are the standard ligatures:
12770 \end_layout
12771
12772 \begin_layout Itemize
12773 ff
12774 \end_layout
12775
12776 \begin_layout Itemize
12777 fi
12778 \end_layout
12779
12780 \begin_layout Itemize
12781 fl
12782 \end_layout
12783
12784 \begin_layout Itemize
12785 ffi
12786 \end_layout
12787
12788 \begin_layout Itemize
12789 ffl
12790 \end_layout
12791
12792 \begin_layout Standard
12793 Some languages uses other ligatures if the document font supports them.
12794 \end_layout
12795
12796 \begin_layout Standard
12797 Sometimes, you don't want a ligature in a word.
12798  While a ligature may be okay in the word, 
12799 \begin_inset Quotes eld
12800 \end_inset
12801
12802 graffiti,
12803 \begin_inset Quotes erd
12804 \end_inset
12805
12806  it looks really weird in compound words, such as 
12807 \begin_inset Quotes eld
12808 \end_inset
12809
12810 cufflink
12811 \begin_inset Quotes erd
12812 \end_inset
12813
12814  or the German 
12815 \begin_inset Quotes eld
12816 \end_inset
12817
12818 Dorffest.
12819 \begin_inset Quotes erd
12820 \end_inset
12821
12822  To break a ligature, use 
12823 \family sans
12824 Insert\SpecialChar \menuseparator
12825 Formatting\SpecialChar \menuseparator
12826 Ligature\InsetSpace ~
12827 Break.
12828
12829 \family default
12830  This changes 
12831 \begin_inset Quotes eld
12832 \end_inset
12833
12834 cufflinks
12835 \begin_inset Quotes erd
12836 \end_inset
12837
12838  to 
12839 \begin_inset Quotes eld
12840 \end_inset
12841
12842 cuff\SpecialChar \textcompwordmark{}
12843 links
12844 \begin_inset Quotes erd
12845 \end_inset
12846
12847  and 
12848 \begin_inset Quotes eld
12849 \end_inset
12850
12851 Dorffest
12852 \begin_inset Quotes erd
12853 \end_inset
12854
12855  to 
12856 \begin_inset Quotes eld
12857 \end_inset
12858
12859 Dorf\SpecialChar \textcompwordmark{}
12860 fest
12861 \begin_inset Quotes erd
12862 \end_inset
12863
12864 .
12865 \end_layout
12866
12867 \begin_layout Subsection
12868 LyX's Proper Names
12869 \begin_inset LatexCommand index
12870 name "LyX ! Proper names"
12871
12872 \end_inset
12873
12874
12875 \begin_inset LatexCommand label
12876 name "sub:LyX's-Proper-Names"
12877
12878 \end_inset
12879
12880
12881 \end_layout
12882
12883 \begin_layout Standard
12884 You have surely noticed, that the word 
12885 \begin_inset Quotes eld
12886 \end_inset
12887
12888 LaTeX
12889 \begin_inset Quotes erd
12890 \end_inset
12891
12892  appears always with characters in different size and height.
12893  LaTeX is the name of the program used by LyX and is therefore recognized
12894  as proper name when you type it in LyX as 
12895 \begin_inset Quotes eld
12896 \end_inset
12897
12898 LaT
12899 \begin_inset ERT
12900 status collapsed
12901
12902 \begin_layout Standard
12903
12904 {}
12905 \end_layout
12906
12907 \end_inset
12908
12909 eX
12910 \begin_inset Quotes erd
12911 \end_inset
12912
12913 .
12914 \begin_inset Note Note
12915 status collapsed
12916
12917 \begin_layout Standard
12918 The braces in ERT are here to avoid that the 
12919 \begin_inset Quotes eld
12920 \end_inset
12921
12922 command
12923 \begin_inset Quotes erd
12924 \end_inset
12925
12926  appear as proper name in the output, see the last paragraph of this section.
12927  To create proper names omit the ERT.
12928 \end_layout
12929
12930 \end_inset
12931
12932  Note the order of the upper-and lowercase letters! LyX recognizes the following
12933  proper names:
12934 \end_layout
12935
12936 \begin_layout Description
12937 LyX The name of the game, write 
12938 \begin_inset Quotes eld
12939 \end_inset
12940
12941 L
12942 \begin_inset ERT
12943 status collapsed
12944
12945 \begin_layout Standard
12946
12947 {}
12948 \end_layout
12949
12950 \end_inset
12951
12952 yX
12953 \begin_inset Quotes erd
12954 \end_inset
12955
12956  to produce it.
12957 \end_layout
12958
12959 \begin_layout Description
12960 TeX The program used by LaTeX, write 
12961 \begin_inset Quotes eld
12962 \end_inset
12963
12964 T
12965 \begin_inset ERT
12966 status collapsed
12967
12968 \begin_layout Standard
12969
12970 {}
12971 \end_layout
12972
12973 \end_inset
12974
12975 eX
12976 \begin_inset Quotes erd
12977 \end_inset
12978
12979  to produce it.
12980 \end_layout
12981
12982 \begin_layout Description
12983 LaTeX The program used by LyX, write 
12984 \begin_inset Quotes eld
12985 \end_inset
12986
12987 LaT
12988 \begin_inset ERT
12989 status collapsed
12990
12991 \begin_layout Standard
12992
12993 {}
12994 \end_layout
12995
12996 \end_inset
12997
12998 eX
12999 \begin_inset Quotes erd
13000 \end_inset
13001
13002  to produce it.
13003 \end_layout
13004
13005 \begin_layout Description
13006 LaTeX2e The actual version of LaTeX, write 
13007 \begin_inset Quotes eld
13008 \end_inset
13009
13010 LaT
13011 \begin_inset ERT
13012 status collapsed
13013
13014 \begin_layout Standard
13015
13016 {}
13017 \end_layout
13018
13019 \end_inset
13020
13021 eX2e
13022 \begin_inset Quotes erd
13023 \end_inset
13024
13025  to produce it.
13026 \end_layout
13027
13028 \begin_layout Standard
13029 You might wonder why the LaTeX-version is 
13030 \begin_inset Quotes eld
13031 \end_inset
13032
13033 2
13034 \begin_inset Formula $\epsilon$
13035 \end_inset
13036
13037
13038 \begin_inset Quotes erd
13039 \end_inset
13040
13041 .
13042  It's an old tradition in the TeX-world to give programs geek version numbers.
13043  For example the version number of TeX converges to the number 
13044 \begin_inset Formula $\pi$
13045 \end_inset
13046
13047 : The actual version is 
13048 \begin_inset Quotes eld
13049 \end_inset
13050
13051 TeX-3.141592
13052 \begin_inset Quotes erd
13053 \end_inset
13054
13055 , the previous one was 
13056 \begin_inset Quotes eld
13057 \end_inset
13058
13059 TeX-3.14159
13060 \begin_inset Quotes erd
13061 \end_inset
13062
13063 .
13064 \end_layout
13065
13066 \begin_layout Standard
13067 If you don't want to use proper names, e.g.
13068  in section headings, you can insert two empty braces in ERT in the word.
13069  This will look in LyX like: 
13070 \begin_inset Graphics
13071         filename clipart/LaTeX.png
13072
13073 \end_inset
13074
13075
13076 \newline
13077 For more about ERT, look at section\InsetSpace ~
13078
13079 \begin_inset LatexCommand ref
13080 reference "sec:ERT"
13081
13082 \end_inset
13083
13084 .
13085 \end_layout
13086
13087 \begin_layout Subsection
13088 Units
13089 \begin_inset LatexCommand index
13090 name "Typography ! Units"
13091
13092 \end_inset
13093
13094
13095 \end_layout
13096
13097 \begin_layout Standard
13098 Generally the space between units and the number is smaller than the normal
13099  space between two words.
13100  As you can see in the example below, it looks better when the space is
13101  smaller.
13102  To get such a 
13103 \begin_inset Quotes eld
13104 \end_inset
13105
13106 half space
13107 \begin_inset Quotes erd
13108 \end_inset
13109
13110  for units use the menu 
13111 \family sans
13112 Insert\SpecialChar \menuseparator
13113 Formatting\SpecialChar \menuseparator
13114 Thin\InsetSpace ~
13115 Space
13116 \family default
13117  (shortcut 
13118 \family sans
13119 C-S-Space
13120 \family default
13121 ).
13122 \end_layout
13123
13124 \begin_layout Standard
13125 Here's an example to show the differences:
13126 \end_layout
13127
13128 \begin_layout Standard
13129 \begin_inset Tabular
13130 <lyxtabular version="3" rows="2" columns="2">
13131 <features>
13132 <column alignment="left" valignment="top" width="0">
13133 <column alignment="left" valignment="top" width="0">
13134 <row>
13135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13136 \begin_inset Text
13137
13138 \begin_layout Standard
13139 24\InsetSpace ~
13140 kW
13141 \begin_inset Formula $\cdot$
13142 \end_inset
13143
13144 h
13145 \end_layout
13146
13147 \end_inset
13148 </cell>
13149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13150 \begin_inset Text
13151
13152 \begin_layout Standard
13153 space between number and unit
13154 \end_layout
13155
13156 \end_inset
13157 </cell>
13158 </row>
13159 <row>
13160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13161 \begin_inset Text
13162
13163 \begin_layout Standard
13164 24\InsetSpace \thinspace{}
13165 kW
13166 \begin_inset Formula $\cdot$
13167 \end_inset
13168
13169 h
13170 \end_layout
13171
13172 \end_inset
13173 </cell>
13174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13175 \begin_inset Text
13176
13177 \begin_layout Standard
13178 half space between number and unit
13179 \end_layout
13180
13181 \end_inset
13182 </cell>
13183 </row>
13184 </lyxtabular>
13185
13186 \end_inset
13187
13188
13189 \end_layout
13190
13191 \begin_layout Subsection
13192 Widows and Orphans
13193 \begin_inset LatexCommand index
13194 name "Typography ! Widows and orphans"
13195
13196 \end_inset
13197
13198
13199 \begin_inset LatexCommand label
13200 name "sub:Widows"
13201
13202 \end_inset
13203
13204
13205 \end_layout
13206
13207 \begin_layout Standard
13208 In the early days of word processors, page breaks went wherever the page
13209  happened to end.
13210  There was no regard for what was actually going on in the text.
13211  You may remember once printing out a document, only to find the heading
13212  for a new section printed at the very bottom of the page, the first line
13213  of a new paragraph all alone at the bottom of a page, or the last line
13214  of a paragraph at the top of a new page.
13215  These dangly-bits of text became known as 
13216 \emph on
13217 widows
13218 \emph default
13219  and 
13220 \emph on
13221 orphans
13222 \emph default
13223 .
13224 \end_layout
13225
13226 \begin_layout Standard
13227 Clearly, LyX can avoid breaking pages after a section heading.
13228  That's part of the advantage of paragraph environments.
13229  But what about widows and orphans, where the page breaks leave one line
13230  of a paragraph all alone at the top or bottom of a page? There are rules
13231  built into LaTeX governing page breaks, and some of those rules are there
13232  to specifically prevent widows and orphans.
13233  This is the advantage LyX has in using LaTeX as its backend.
13234 \end_layout
13235
13236 \begin_layout Standard
13237 There's no way we can go into how TeX and LaTeX decide to break a page,
13238  or how you can tweak that behavior.
13239  Some LaTeX books listed in the bibliography [such as\InsetSpace ~
13240
13241 \begin_inset LatexCommand cite
13242 key "latexcompanion"
13243
13244 \end_inset
13245
13246  or\InsetSpace ~
13247
13248 \begin_inset LatexCommand cite
13249 key "latexguide"
13250
13251 \end_inset
13252
13253 ] may have more information.
13254  You will almost never need to worry about this, however.
13255 \end_layout
13256
13257 \begin_layout Chapter
13258 Notes, Graphics, Tables, and Floats
13259 \begin_inset LatexCommand label
13260 name "cha:Floats-and-Notes"
13261
13262 \end_inset
13263
13264
13265 \end_layout
13266
13267 \begin_layout Standard
13268 The issues of this chapter are described in detail in the 
13269 \emph on
13270 Embedded Objects
13271 \emph default
13272  manual.
13273  There you'll also find tips and tricks for special cases.
13274 \end_layout
13275
13276 \begin_layout Section
13277 Notes
13278 \begin_inset LatexCommand index
13279 name "Notes"
13280
13281 \end_inset
13282
13283
13284 \begin_inset LatexCommand label
13285 name "sec:Notes"
13286
13287 \end_inset
13288
13289
13290 \end_layout
13291
13292 \begin_layout Standard
13293 LyX offers you a few types of notes to add to your document:
13294 \end_layout
13295
13296 \begin_layout Description
13297 LyX\InsetSpace ~
13298 Note This note type is for internal notes that won't appear in the output.
13299 \newline
13300
13301 \begin_inset Note Note
13302 status open
13303
13304 \begin_layout Standard
13305 This is text in a note box that doesn't appear in the output.
13306 \end_layout
13307
13308 \end_inset
13309
13310
13311 \end_layout
13312
13313 \begin_layout Description
13314 Comment This note also doesn't appear in the output but it appears as LaTeX-comm
13315 ent, when you export the document to LaTeX via the menu 
13316 \family sans
13317 File\SpecialChar \menuseparator
13318 Export\SpecialChar \menuseparator
13319 LaTeX (pdflatex) / (plain)
13320 \family default
13321 .
13322 \newline
13323
13324 \begin_inset Note Comment
13325 status open
13326
13327 \begin_layout Standard
13328 This is text in a note box that only appears as comment in LaTeX-files.
13329 \end_layout
13330
13331 \end_inset
13332
13333
13334 \end_layout
13335
13336 \begin_layout Description
13337 Greyed\InsetSpace ~
13338 Out This note will appear in the output as grey text.
13339 \newline
13340
13341 \newline
13342
13343 \begin_inset Note Greyedout
13344 status open
13345
13346 \begin_layout Standard
13347 This is text
13348 \begin_inset Foot
13349 status collapsed
13350
13351 \begin_layout Standard
13352 This is an example footnote within a greyed out note.
13353  In this document the greyed out note color is redefined to blue.
13354  How this can be done is explained in the 
13355 \emph on
13356 Embedded Objects
13357 \emph default
13358  manual.
13359 \end_layout
13360
13361 \end_inset
13362
13363  of a comment that appears in the output as grey text.
13364 \end_layout
13365
13366 \end_inset
13367
13368
13369 \newline
13370
13371 \newline
13372 As you can see in the example, the first line of greyed out notes is a bit
13373  indented and greyed out notes can have footnotes.
13374 \end_layout
13375
13376 \begin_layout Description
13377 Framed This note will appear in the output as framed text.
13378  
13379 \begin_inset Note Framed
13380 status open
13381
13382 \begin_layout Standard
13383 This is text in a note box that appears framed in the output.
13384 \end_layout
13385
13386 \end_inset
13387
13388  In contrary to framed boxes like the one in section\InsetSpace ~
13389
13390 \begin_inset LatexCommand ref
13391 reference "sub:ERT-Boxes"
13392
13393 \end_inset
13394
13395 , the frame uses always the whole text width and the note is set into its
13396  own paragraph.
13397 \end_layout
13398
13399 \begin_layout Description
13400 Shaded This note will appear in the output with red background color.
13401 \begin_inset Note Shaded
13402 status open
13403
13404 \begin_layout Standard
13405 This text in a note box appears in the output with red background.
13406 \end_layout
13407
13408 \end_inset
13409
13410 In contrary to colored boxes, the note uses always the whole text width
13411  and the note is set into its own paragraph.
13412 \end_layout
13413
13414 \begin_layout Standard
13415 Notes are inserted with the toolbar button 
13416 \begin_inset Graphics
13417         filename ../images/note-insert.png
13418         scale 85
13419         scaleBeforeRotation
13420
13421 \end_inset
13422
13423  or the menu 
13424 \family sans
13425 Insert\SpecialChar \menuseparator
13426 Note
13427 \family default
13428 .
13429  Right-click on the appearing note box to select the note type.
13430 \end_layout
13431
13432 \begin_layout Section
13433 Footnotes
13434 \begin_inset LatexCommand index
13435 name "Footnotes"
13436
13437 \end_inset
13438
13439
13440 \begin_inset LatexCommand label
13441 name "sec:Footnotes"
13442
13443 \end_inset
13444
13445
13446 \end_layout
13447
13448 \begin_layout Standard
13449 LyX uses boxes to display footnotes: When you insert a footnote using the
13450  menu 
13451 \family sans
13452 Insert\SpecialChar \menuseparator
13453 Footnote
13454 \family default
13455  or the toolbar button 
13456 \begin_inset Graphics
13457         filename ../images/footnote-insert.png
13458
13459 \end_inset
13460
13461
13462 \family roman
13463 \series medium
13464 \bar no
13465 you'll see
13466 \family default
13467 \series default
13468 \bar default
13469  the following box: 
13470 \begin_inset Graphics
13471         filename clipart/footnoteQt4.png
13472         scale 80
13473
13474 \end_inset
13475
13476
13477 \family roman
13478 \series medium
13479 \bar no
13480 .
13481  This box is LyX's representation of your footnote.
13482  If you
13483 \family default
13484 \series default
13485 \bar default
13486  left-click on 
13487 \family roman
13488 \series medium
13489 \bar no
13490 the 
13491 \begin_inset Quotes eld
13492 \end_inset
13493
13494
13495 \family sans
13496 foot
13497 \family roman
13498
13499 \begin_inset Quotes erd
13500 \end_inset
13501
13502
13503 \family default
13504 \series default
13505 \bar default
13506  
13507 \family roman
13508 \series medium
13509 \bar no
13510 label, the box will
13511 \family default
13512 \series default
13513 \bar default
13514  be opened and you can enter the footnote text into it.
13515  Clicking on the box label again, will close 
13516 \family roman
13517 \series medium
13518 \bar no
13519 the
13520 \family default
13521 \series default
13522 \bar default
13523  box
13524 \family roman
13525 \series medium
13526 \bar no
13527 .
13528  If you want to turn existing text into a footnote, simply mark it and click
13529  on the footnote
13530 \family default
13531 \series default
13532 \bar default
13533  toolbar 
13534 \family roman
13535 \series medium
13536 \bar no
13537 button
13538 \family default
13539 \series default
13540 \bar default
13541 .
13542 \end_layout
13543
13544 \begin_layout Standard
13545 Here's an example footnote:
13546 \family roman
13547 \series medium
13548 \bar no
13549
13550 \begin_inset Foot
13551 status open
13552
13553 \begin_layout Standard
13554 To close a footnote, click on the red box at the top left.
13555 \end_layout
13556
13557 \end_inset
13558
13559
13560 \end_layout
13561
13562 \begin_layout Standard
13563 The footnote will appear in the output as a superscript number at the text
13564  position where the footnote box is placed.
13565  The footnote text is placed at the bottom of the current page.
13566  The footnote number is calculated by LyX, the numbers are consecutive,
13567  no matter in which chapter the footnote is in.
13568  LyX doesn't support other numbering schemes yet, but you can get another
13569  scheme using special LaTeX-commands.
13570  T
13571 \family roman
13572 h
13573 \family default
13574 ey are described in the 
13575 \emph on
13576 Embedded Objects
13577 \emph default
13578  manual.
13579 \end_layout
13580
13581 \begin_layout Section
13582 Marginal Notes
13583 \begin_inset LatexCommand index
13584 name "Marginal notes"
13585
13586 \end_inset
13587
13588
13589 \begin_inset LatexCommand label
13590 name "sec:Marginal-Notes"
13591
13592 \end_inset
13593
13594
13595 \end_layout
13596
13597 \begin_layout Standard
13598 Marginal notes look and behave just like footnotes in LyX.
13599  When you insert a margin note via the menu 
13600 \family sans
13601 Insert\SpecialChar \menuseparator
13602 Marginal\InsetSpace ~
13603 Note
13604 \family default
13605  or the toolbar button 
13606 \begin_inset Graphics
13607         filename ../images/marginalnote-insert.png
13608
13609 \end_inset
13610
13611 , you'll see 
13612 \family roman
13613 \series medium
13614 a
13615 \family default
13616 \series default
13617  grey 
13618 \family roman
13619 \series medium
13620 box with a
13621 \family default
13622 \series default
13623  red 
13624 \family roman
13625 \series medium
13626 label 
13627 \begin_inset Quotes eld
13628 \end_inset
13629
13630 margin
13631 \begin_inset Quotes erd
13632 \end_inset
13633
13634  appearing within your text.
13635  This box is LyX's representation of your margin
13636 \family default
13637 \series default
13638 al 
13639 \family roman
13640 \series medium
13641 note.
13642 \end_layout
13643
13644 \begin_layout Standard
13645 At the side is an example marginal note.
13646 \family roman
13647 \series medium
13648
13649 \begin_inset Marginal
13650 status open
13651
13652 \begin_layout Standard
13653 This is a marginal note.
13654 \end_layout
13655
13656 \end_inset
13657
13658
13659 \end_layout
13660
13661 \begin_layout Standard
13662 Marginal notes appear at the right side in single-sided documents.
13663  In double-sided documents they appear in the outer margin -- left on even
13664  pages, right on odd pages.
13665 \end_layout
13666
13667 \begin_layout Section
13668 Graphics and Images
13669 \begin_inset LatexCommand index
13670 name "Images"
13671
13672 \end_inset
13673
13674
13675 \begin_inset LatexCommand index
13676 name "Graphics"
13677
13678 \end_inset
13679
13680
13681 \begin_inset LatexCommand label
13682 name "sec:Graphics"
13683
13684 \end_inset
13685
13686
13687 \end_layout
13688
13689 \begin_layout Standard
13690 To insert an image in your document, place the cursor at the text position
13691  you want and click on the toolbar icon 
13692 \begin_inset Graphics
13693         filename ../images/dialog-show-new-inset_graphics.png
13694
13695 \end_inset
13696
13697  or select 
13698 \family sans
13699 Insert\SpecialChar \menuseparator
13700 Graphics
13701 \family default
13702  from the menu.
13703  Then a dialog will appear to choose the file to load.
13704 \end_layout
13705
13706 \begin_layout Standard
13707 This dialog has numerous mostly self-explanatory parameters.
13708  The 
13709 \family sans
13710 Graphics
13711 \family default
13712  tab allows you to choose your image file.
13713  The appearance of the image inside LyX and in the output is adjusted separately.
13714  The image can be transformed by setting a rotation angle and a scaling
13715  factor.
13716  The scaling units are explained in Appendix\InsetSpace ~
13717
13718 \begin_inset LatexCommand ref
13719 reference "cha:Units-available-in"
13720
13721 \end_inset
13722
13723 .
13724 \end_layout
13725
13726 \begin_layout Standard
13727 In the tab 
13728 \family sans
13729 Clipping
13730 \family default
13731  it is possible to set image coordinates to adjust the height and width
13732  of the image in the output.
13733  The coordinates can also be calculated automatically by pressing the button
13734  
13735 \family sans
13736 Get\InsetSpace ~
13737 from\InsetSpace ~
13738 file
13739 \family default
13740 .
13741  The option 
13742 \family sans
13743 Clip\InsetSpace ~
13744 to\InsetSpace ~
13745 bounding\InsetSpace ~
13746 box
13747 \family default
13748  will only print the image region within the given coordinates.
13749  Normally you don't need to take care about image coordinates and can ignore
13750  the tab 
13751 \family sans
13752 Clipping
13753 \family default
13754 .
13755 \end_layout
13756
13757 \begin_layout Standard
13758 LaTeX experts can specify additional LaTeX options in the 
13759 \family sans
13760 Extras
13761 \family default
13762  tab.
13763  You can also set the 
13764 \family sans
13765 Subfigure
13766 \family default
13767  option here if the image is inside a figure float.
13768  This option is explained in section\InsetSpace ~
13769
13770 \begin_inset LatexCommand ref
13771 reference "sec:Figure-Floats"
13772
13773 \end_inset
13774
13775 .
13776  The option 
13777 \family sans
13778 Draft\InsetSpace ~
13779 mode
13780 \family default
13781  effects that the image don't appear in the output, only a frame with the
13782  image size is printed.
13783 \end_layout
13784
13785 \begin_layout Standard
13786 The graphics dialog can be called at any time by right-clicking on an image.
13787  The image will appear in the output exactly at the position where it is
13788  in the text.
13789  This is an example image in the PDF format within a separate, horizontally
13790  centered paragraph: 
13791 \end_layout
13792
13793 \begin_layout Standard
13794 \align center
13795 \begin_inset Graphics
13796         filename clipart/mobius.eps
13797         display color
13798         scale 70
13799         rotateOrigin center
13800
13801 \end_inset
13802
13803
13804 \end_layout
13805
13806 \begin_layout Standard
13807 If you need image captions and want to reference images, you have to put
13808  the image into a float, see section\InsetSpace ~
13809
13810 \begin_inset LatexCommand ref
13811 reference "sec:Figure-Floats"
13812
13813 \end_inset
13814
13815 .
13816 \end_layout
13817
13818 \begin_layout Subsection
13819 Image Formats
13820 \begin_inset LatexCommand index
13821 name "Image formats"
13822
13823 \end_inset
13824
13825
13826 \begin_inset LatexCommand label
13827 name "sub:Image-Formats"
13828
13829 \end_inset
13830
13831
13832 \end_layout
13833
13834 \begin_layout Standard
13835 You can insert images in any known file format.
13836  But as we explained in section\InsetSpace ~
13837
13838 \begin_inset LatexCommand ref
13839 reference "sub:Output-file-formats"
13840
13841 \end_inset
13842
13843 , every output document format allows only a few image formats.
13844  LyX uses therefore the program 
13845 \family typewriter
13846 Imagemagick
13847 \family default
13848  in the background to convert the images to the right format.
13849  To increase your workflow by avoiding these conversions in the background,
13850  you can use only the image formats listed in the subsections of section\InsetSpace ~
13851
13852 \begin_inset LatexCommand ref
13853 reference "sub:Output-file-formats"
13854
13855 \end_inset
13856
13857 .
13858 \end_layout
13859
13860 \begin_layout Standard
13861 Similar to fonts there are two types of image formats:
13862 \end_layout
13863
13864 \begin_layout Description
13865 Bitmap\InsetSpace ~
13866 images consist of pixel values, often in a compressed form.
13867  They are therefore not fully scalable and look pixeled in large zooms.
13868  Well-known bitmap image formats are 
13869 \begin_inset Quotes eld
13870 \end_inset
13871
13872 Graphics Interchange Format
13873 \begin_inset Quotes erd
13874 \end_inset
13875
13876  (GIF, file extension 
13877 \begin_inset Quotes eld
13878 \end_inset
13879
13880
13881 \family typewriter
13882 .gif
13883 \family default
13884
13885 \begin_inset Quotes erd
13886 \end_inset
13887
13888 )
13889 \begin_inset LatexCommand index
13890 name "GIF|see{Image formats}"
13891
13892 \end_inset
13893
13894
13895 \begin_inset Quotes eld
13896 \end_inset
13897
13898 Portable Network Graphics
13899 \begin_inset Quotes erd
13900 \end_inset
13901
13902  (PNG, file extension 
13903 \begin_inset Quotes eld
13904 \end_inset
13905
13906
13907 \family typewriter
13908 .png
13909 \family default
13910
13911 \begin_inset Quotes erd
13912 \end_inset
13913
13914 )
13915 \begin_inset LatexCommand index
13916 name "PNG|see{Image formats}"
13917
13918 \end_inset
13919
13920 , and 
13921 \begin_inset Quotes eld
13922 \end_inset
13923
13924 Joint Photographic Experts Group
13925 \begin_inset Quotes erd
13926 \end_inset
13927
13928  (JPG, file extension 
13929 \begin_inset Quotes eld
13930 \end_inset
13931
13932
13933 \family typewriter
13934 .jpg
13935 \family default
13936
13937 \begin_inset Quotes erd
13938 \end_inset
13939
13940  or 
13941 \begin_inset Quotes eld
13942 \end_inset
13943
13944
13945 \family typewriter
13946 .jpeg
13947 \family default
13948
13949 \begin_inset Quotes erd
13950 \end_inset
13951
13952 )
13953 \begin_inset LatexCommand index
13954 name "JPG|see{Image formats}"
13955
13956 \end_inset
13957
13958 .
13959 \end_layout
13960
13961 \begin_layout Description
13962 Scalable\InsetSpace ~
13963 images consist of vectors and can therefore be scaled to any size
13964  without data loss.
13965  The scaling ability is necessary if you want to create presentations, because
13966  presentations are always scaled by the beamer.
13967  Scaling is also useful for online documents to let the user zoom into diagrams.
13968 \newline
13969 S
13970 calable image formats can be 
13971 \begin_inset Quotes eld
13972 \end_inset
13973
13974 Scalable Vector Graphics
13975 \begin_inset Quotes erd
13976 \end_inset
13977
13978  (SVG, file extension 
13979 \begin_inset Quotes eld
13980 \end_inset
13981
13982
13983 \family typewriter
13984 .svg
13985 \family default
13986
13987 \begin_inset Quotes erd
13988 \end_inset
13989
13990 )
13991 \begin_inset LatexCommand index
13992 name "SVG|see{Image formats}"
13993
13994 \end_inset
13995
13996
13997 \begin_inset Quotes eld
13998 \end_inset
13999
14000 Encapsulated PostScript
14001 \begin_inset Quotes erd
14002 \end_inset
14003
14004  (EPS, file extension 
14005 \begin_inset Quotes eld
14006 \end_inset
14007
14008
14009 \family typewriter
14010 .eps
14011 \family default
14012
14013 \begin_inset Quotes erd
14014 \end_inset
14015
14016 )
14017 \begin_inset LatexCommand index
14018 name "EPS|see{Image formats}"
14019
14020 \end_inset
14021
14022 , and 
14023 \begin_inset Quotes eld
14024 \end_inset
14025
14026 Portable Document Format
14027 \begin_inset Quotes erd
14028 \end_inset
14029
14030  (PDF, file extension 
14031 \begin_inset Quotes eld
14032 \end_inset
14033
14034
14035 \family typewriter
14036 .pdf
14037 \family default
14038
14039 \begin_inset Quotes erd
14040 \end_inset
14041
14042 )
14043 \begin_inset LatexCommand index
14044 name "PDF"
14045
14046 \end_inset
14047
14048 .
14049  We say it can be, because you can convert any bitmap image format to PDF
14050  or EPS and the result won't be scalable.
14051  In this cases only a header with the image properties is added to the original
14052  image
14053 \begin_inset Foot
14054 status collapsed
14055
14056 \begin_layout Standard
14057 In the case of PDF, the original image is additionally compressed.
14058 \end_layout
14059
14060 \end_inset
14061
14062 .
14063 \end_layout
14064
14065 \begin_layout Standard
14066 Normally one can't convert a bitmap image into a scalable one, only vice
14067  versa.
14068 \end_layout
14069
14070 \begin_layout Section
14071 Tables
14072 \begin_inset LatexCommand index
14073 name "Tables"
14074
14075 \end_inset
14076
14077
14078 \begin_inset LatexCommand label
14079 name "sec:Tables"
14080
14081 \end_inset
14082
14083
14084 \end_layout
14085
14086 \begin_layout Standard
14087 You can insert a table using either the toolbar button 
14088 \begin_inset Graphics
14089         filename ../images/tabular-insert.png
14090         scale 85
14091
14092 \end_inset
14093
14094  or the menu 
14095 \family sans
14096 Insert\SpecialChar \menuseparator
14097 Table
14098 \family default
14099 .
14100  A dialog will appear, asking you for the number of rows and columns.
14101  The default table has lines around any cell and the first row appears separated
14102  from the rest of the table.
14103  This separation appears due to a double line: The cells of the first row
14104  have a line below them and the cells of the second row have a line above
14105  them.
14106  Here's an example table:
14107 \end_layout
14108
14109 \begin_layout Standard
14110 \align center
14111 \begin_inset Tabular
14112 <lyxtabular version="3" rows="4" columns="4">
14113 <features>
14114 <column alignment="center" valignment="top" leftline="true" width="0pt">
14115 <column alignment="center" valignment="top" leftline="true" width="0pt">
14116 <column alignment="center" valignment="top" leftline="true" width="0in">
14117 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
14118 <row topline="true" bottomline="true">
14119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14120 \begin_inset Text
14121
14122 \begin_layout Standard
14123
14124 \end_layout
14125
14126 \end_inset
14127 </cell>
14128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14129 \begin_inset Text
14130
14131 \begin_layout Standard
14132
14133 \family roman
14134 \series medium
14135 \shape up
14136 \size normal
14137 \emph off
14138 \bar no
14139 \noun off
14140 \color none
14141 1
14142 \end_layout
14143
14144 \end_inset
14145 </cell>
14146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14147 \begin_inset Text
14148
14149 \begin_layout Standard
14150 2
14151 \end_layout
14152
14153 \end_inset
14154 </cell>
14155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14156 \begin_inset Text
14157
14158 \begin_layout Standard
14159 3
14160 \end_layout
14161
14162 \end_inset
14163 </cell>
14164 </row>
14165 <row topline="true">
14166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14167 \begin_inset Text
14168
14169 \begin_layout Standard
14170
14171 \family roman
14172 \series medium
14173 \shape up
14174 \size normal
14175 \emph off
14176 \bar no
14177 \noun off
14178 \color none
14179 A
14180 \end_layout
14181
14182 \end_inset
14183 </cell>
14184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14185 \begin_inset Text
14186
14187 \begin_layout Standard
14188
14189 \end_layout
14190
14191 \end_inset
14192 </cell>
14193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14194 \begin_inset Text
14195
14196 \begin_layout Standard
14197
14198 \end_layout
14199
14200 \end_inset
14201 </cell>
14202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14203 \begin_inset Text
14204
14205 \begin_layout Standard
14206
14207 \end_layout
14208
14209 \end_inset
14210 </cell>
14211 </row>
14212 <row topline="true">
14213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14214 \begin_inset Text
14215
14216 \begin_layout Standard
14217
14218 \family roman
14219 \series medium
14220 \shape up
14221 \size normal
14222 \emph off
14223 \bar no
14224 \noun off
14225 \color none
14226 B
14227 \end_layout
14228
14229 \end_inset
14230 </cell>
14231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14232 \begin_inset Text
14233
14234 \begin_layout Standard
14235
14236 \end_layout
14237
14238 \end_inset
14239 </cell>
14240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14241 \begin_inset Text
14242
14243 \begin_layout Standard
14244
14245 \size normal
14246 \noun off
14247 \color none
14248  
14249 \end_layout
14250
14251 \end_inset
14252 </cell>
14253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14254 \begin_inset Text
14255
14256 \begin_layout Standard
14257
14258 \end_layout
14259
14260 \end_inset
14261 </cell>
14262 </row>
14263 <row topline="true" bottomline="true">
14264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14265 \begin_inset Text
14266
14267 \begin_layout Standard
14268
14269 \family roman
14270 \series medium
14271 \shape up
14272 \size normal
14273 \emph off
14274 \bar no
14275 \noun off
14276 \color none
14277 C
14278 \end_layout
14279
14280 \end_inset
14281 </cell>
14282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14283 \begin_inset Text
14284
14285 \begin_layout Standard
14286
14287 \end_layout
14288
14289 \end_inset
14290 </cell>
14291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14292 \begin_inset Text
14293
14294 \begin_layout Standard
14295
14296 \end_layout
14297
14298 \end_inset
14299 </cell>
14300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14301 \begin_inset Text
14302
14303 \begin_layout Standard
14304
14305 \end_layout
14306
14307 \end_inset
14308 </cell>
14309 </row>
14310 </lyxtabular>
14311
14312 \end_inset
14313
14314
14315 \end_layout
14316
14317 \begin_layout Subsection
14318 The Table dialog
14319 \end_layout
14320
14321 \begin_layout Standard
14322 You can alter a table by clicking on it with the right mouse button, which
14323  brings up the table dialog.
14324  Here you can adjust the settings of the cell and row/column respectively
14325  where the cursor is placed currently.
14326  Most of the dialog options also work on selections.
14327  This means that if you select more cells, columns or rows the action is
14328  done on all of your selection.
14329 \end_layout
14330
14331 \begin_layout Standard
14332 Additionally to the table dialog the 
14333 \family sans
14334 table\InsetSpace ~
14335 toolbar
14336 \family default
14337 , that appears when the cursor is inside a table, helps you in setting table
14338  properties.
14339  It is for example currently only possible to add\InsetSpace \thinspace{}
14340 /\InsetSpace \thinspace{}
14341 delete lines via the table
14342  toolbar.
14343 \end_layout
14344
14345 \begin_layout Standard
14346 In the tab 
14347 \family sans
14348 Table\InsetSpace ~
14349 Settings
14350 \family default
14351  of the table dialog you can set the alignment for the current row.
14352  If you add a row or column, it will be inserted right beside or below the
14353  current cell respectively.
14354  The vertical alignment of a column can only be adjusted when a column width
14355  is given.
14356  A given width will allow the cell to have linebreaks and multiple paragraphs
14357  of text, see section\InsetSpace ~
14358
14359 \begin_inset LatexCommand ref
14360 reference "sub:Table-Cells"
14361
14362 \end_inset
14363
14364 .
14365 \end_layout
14366
14367 \begin_layout Standard
14368 You can mark multiple cells of one row as a multicolumn cell using the check
14369  box 
14370 \family sans
14371 Multicolumn
14372 \family default
14373 .
14374  This will merge the cells to 
14375 \emph on
14376 one
14377 \emph default
14378  cell, spread over more than one column.
14379  Multicolumn cells are treated as own rows, so that the alignment, width,
14380  and border settings affect only the multicolumn cell.
14381  Here's an example table with a multicolumn cell in the first row and one
14382  in the last row without the upper border:
14383 \end_layout
14384
14385 \begin_layout Standard
14386 \align center
14387 \begin_inset Tabular
14388 <lyxtabular version="3" rows="3" columns="4">
14389 <features firstHeadTopDL="true" firstHeadBottomDL="true">
14390 <column alignment="center" valignment="top" leftline="true" width="0pt">
14391 <column alignment="center" valignment="middle" leftline="true" width="0">
14392 <column alignment="center" valignment="top" leftline="true" width="0in">
14393 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
14394 <row topline="true" bottomline="true">
14395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14396 \begin_inset Text
14397
14398 \begin_layout Standard
14399 abc
14400 \end_layout
14401
14402 \end_inset
14403 </cell>
14404 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
14405 \begin_inset Text
14406
14407 \begin_layout Standard
14408 def ghi
14409 \end_layout
14410
14411 \end_inset
14412 </cell>
14413 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14414 \begin_inset Text
14415
14416 \begin_layout Standard
14417
14418 \end_layout
14419
14420 \end_inset
14421 </cell>
14422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14423 \begin_inset Text
14424
14425 \begin_layout Standard
14426 jkl
14427 \end_layout
14428
14429 \end_inset
14430 </cell>
14431 </row>
14432 <row topline="true">
14433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14434 \begin_inset Text
14435
14436 \begin_layout Standard
14437
14438 \family roman
14439 \series medium
14440 \shape up
14441 \size normal
14442 \emph off
14443 \bar no
14444 \noun off
14445 \color none
14446 A
14447 \end_layout
14448
14449 \end_inset
14450 </cell>
14451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14452 \begin_inset Text
14453
14454 \begin_layout Standard
14455 B
14456 \end_layout
14457
14458 \end_inset
14459 </cell>
14460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14461 \begin_inset Text
14462
14463 \begin_layout Standard
14464 C
14465 \end_layout
14466
14467 \end_inset
14468 </cell>
14469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14470 \begin_inset Text
14471
14472 \begin_layout Standard
14473 D
14474 \end_layout
14475
14476 \end_inset
14477 </cell>
14478 </row>
14479 <row topline="true" bottomline="true">
14480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14481 \begin_inset Text
14482
14483 \begin_layout Standard
14484 1
14485 \end_layout
14486
14487 \end_inset
14488 </cell>
14489 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
14490 \begin_inset Text
14491
14492 \begin_layout Standard
14493 2
14494 \end_layout
14495
14496 \end_inset
14497 </cell>
14498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14499 \begin_inset Text
14500
14501 \begin_layout Standard
14502 3
14503 \end_layout
14504
14505 \end_inset
14506 </cell>
14507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14508 \begin_inset Text
14509
14510 \begin_layout Standard
14511 4
14512 \end_layout
14513
14514 \end_inset
14515 </cell>
14516 </row>
14517 </lyxtabular>
14518
14519 \end_inset
14520
14521
14522 \end_layout
14523
14524 \begin_layout Standard
14525 At the moment LyX doesn't support multirow cells.
14526  Adept users can declare special LaTeX-arguments for the table.
14527  They are necessary for special table formatting, like for multirow cells,
14528  explained in the tables section of the 
14529 \emph on
14530 Extended\InsetSpace ~
14531 Features
14532 \emph default
14533  manual.
14534  You can also rotate the current cell or the whole table 90
14535 \begin_inset Formula $\,$
14536 \end_inset
14537
14538 degrees counterclockwise.
14539  These rotations are not visible in LyX but in the output.
14540 \end_layout
14541
14542 \begin_layout Standard
14543 \begin_inset Note Greyedout
14544 status open
14545
14546 \begin_layout Standard
14547
14548 \series bold
14549 Note:
14550 \series default
14551  Most DVI-viewers are 
14552 \emph on
14553 not
14554 \emph default
14555  able to display rotations.
14556 \end_layout
14557
14558 \end_inset
14559
14560
14561 \end_layout
14562
14563 \begin_layout Standard
14564 The 
14565 \family sans
14566 Borders
14567 \family default
14568  tab allows you to add and delete border lines for the current row/column.
14569  The button 
14570 \family sans
14571 Default
14572 \family default
14573  adds lines for all cell borders.
14574 \end_layout
14575
14576 \begin_layout Subsection
14577 Longtables
14578 \begin_inset LatexCommand index
14579 name "Tables ! Longtables"
14580
14581 \end_inset
14582
14583
14584 \begin_inset LatexCommand index
14585 name "Longtables"
14586
14587 \end_inset
14588
14589
14590 \end_layout
14591
14592 \begin_layout Standard
14593 If the table is too long to fit on one page, you can use the option 
14594 \family sans
14595 Use\InsetSpace ~
14596 long\InsetSpace ~
14597 table
14598 \family default
14599  in the tab 
14600 \family sans
14601 Longtable
14602 \family default
14603  of the table dialog to split the table automatically over more pages.
14604  Doing this enables some check boxes and you can now define:
14605 \end_layout
14606
14607 \begin_layout Description
14608
14609 \family sans
14610 Header
14611 \family default
14612 : The current row and all rows above, that don't have any special options
14613  defined, are defined to be the header rows of all pages of the longtable;
14614  except for the first page, if 
14615 \family sans
14616 First\InsetSpace ~
14617 header
14618 \family default
14619  is defined.
14620 \end_layout
14621
14622 \begin_layout Description
14623
14624 \family sans
14625 First\InsetSpace ~
14626 header
14627 \family default
14628 : The current row and all rows above, that don't have any special options
14629  defined, are defined to be the header rows of the first page of the longtable.
14630 \end_layout
14631
14632 \begin_layout Description
14633
14634 \family sans
14635 Footer
14636 \family default
14637 : The current row and all rows below, that don't have any special options
14638  defined, are defined to be the footer rows of all pages of the longtable;
14639  except for the last page, if 
14640 \family sans
14641 Last\InsetSpace ~
14642 footer
14643 \family default
14644  is defined.
14645 \end_layout
14646
14647 \begin_layout Description
14648
14649 \family sans
14650 Last\InsetSpace ~
14651 footer
14652 \family default
14653 : The current row and all rows below, that don't have any special options
14654  defined, are defined to be the footer rows of the last page of the longtable.
14655 \end_layout
14656
14657 \begin_layout Standard
14658 You can also specify a row where the table is splitted.
14659  If you set more than one option in the same table row, you should be aware
14660  of the fact that only the first one is used in the given table row.
14661  The others will then be defined as 
14662 \emph on
14663 empty
14664 \emph default
14665 .
14666  In this context, first means first in this order: 
14667 \family sans
14668 Footer, Last\InsetSpace ~
14669 footer,
14670 \family default
14671  
14672 \family sans
14673 Header,
14674 \family default
14675  
14676 \family sans
14677 First\InsetSpace ~
14678 header.
14679
14680 \family default
14681  See the following longtable to see how it works:
14682 \end_layout
14683
14684 \begin_layout Standard
14685 \align center
14686 \begin_inset Tabular
14687 <lyxtabular version="3" rows="69" columns="3">
14688 <features islongtable="true">
14689 <column alignment="block" valignment="top" leftline="true" width="5cm">
14690 <column alignment="left" valignment="top" width="0pt">
14691 <column alignment="right" valignment="top" leftline="true" rightline="true" width="0pt">
14692 <row topline="true" bottomline="true" endfirsthead="true">
14693 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14694 \begin_inset Text
14695
14696 \begin_layout Standard
14697
14698 \series bold
14699 Example Phone List (ignore the names)
14700 \end_layout
14701
14702 \end_inset
14703 </cell>
14704 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
14705 \begin_inset Text
14706
14707 \begin_layout Standard
14708
14709 \end_layout
14710
14711 \end_inset
14712 </cell>
14713 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14714 \begin_inset Text
14715
14716 \begin_layout Standard
14717
14718 \end_layout
14719
14720 \end_inset
14721 </cell>
14722 </row>
14723 <row topline="true" bottomline="true" endfirsthead="true">
14724 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
14725 \begin_inset Text
14726
14727 \begin_layout Standard
14728
14729 \series bold
14730 NAME
14731 \end_layout
14732
14733 \end_inset
14734 </cell>
14735 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
14736 \begin_inset Text
14737
14738 \begin_layout Standard
14739
14740 \end_layout
14741
14742 \end_inset
14743 </cell>
14744 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
14745 \begin_inset Text
14746
14747 \begin_layout Standard
14748
14749 \series bold
14750 TEL.
14751 \end_layout
14752
14753 \end_inset
14754 </cell>
14755 </row>
14756 <row topline="true" bottomline="true" endhead="true">
14757 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14758 \begin_inset Text
14759
14760 \begin_layout Standard
14761  
14762 \series bold
14763 Example Phone List
14764 \end_layout
14765
14766 \end_inset
14767 </cell>
14768 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
14769 \begin_inset Text
14770
14771 \begin_layout Standard
14772
14773 \end_layout
14774
14775 \end_inset
14776 </cell>
14777 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14778 \begin_inset Text
14779
14780 \begin_layout Standard
14781
14782 \end_layout
14783
14784 \end_inset
14785 </cell>
14786 </row>
14787 <row topline="true" bottomline="true" endhead="true">
14788 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
14789 \begin_inset Text
14790
14791 \begin_layout Standard
14792
14793 \series bold
14794 NAME
14795 \end_layout
14796
14797 \end_inset
14798 </cell>
14799 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
14800 \begin_inset Text
14801
14802 \begin_layout Standard
14803
14804 \end_layout
14805
14806 \end_inset
14807 </cell>
14808 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
14809 \begin_inset Text
14810
14811 \begin_layout Standard
14812
14813 \series bold
14814 TEL.
14815 \end_layout
14816
14817 \end_inset
14818 </cell>
14819 </row>
14820 <row topline="true" bottomline="true" endfoot="true">
14821 <cell multicolumn="1" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14822 \begin_inset Text
14823
14824 \begin_layout Standard
14825  
14826 \series bold
14827 continue ...
14828 \end_layout
14829
14830 \end_inset
14831 </cell>
14832 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
14833 \begin_inset Text
14834
14835 \begin_layout Standard
14836
14837 \end_layout
14838
14839 \end_inset
14840 </cell>
14841 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14842 \begin_inset Text
14843
14844 \begin_layout Standard
14845
14846 \end_layout
14847
14848 \end_inset
14849 </cell>
14850 </row>
14851 <row topline="true" bottomline="true">
14852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14853 \begin_inset Text
14854
14855 \begin_layout Standard
14856
14857 \series bold
14858 Annovi
14859 \end_layout
14860
14861 \end_inset
14862 </cell>
14863 <cell alignment="center" valignment="top" topline="true" usebox="none">
14864 \begin_inset Text
14865
14866 \begin_layout Standard
14867 Silvia
14868 \end_layout
14869
14870 \end_inset
14871 </cell>
14872 <cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14873 \begin_inset Text
14874
14875 \begin_layout Standard
14876 111
14877 \end_layout
14878
14879 \end_inset
14880 </cell>
14881 </row>
14882 <row bottomline="true">
14883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14884 \begin_inset Text
14885
14886 \begin_layout Standard
14887
14888 \series bold
14889 Bertoli
14890 \end_layout
14891
14892 \end_inset
14893 </cell>
14894 <cell alignment="center" valignment="top" topline="true" usebox="none">
14895 \begin_inset Text
14896
14897 \begin_layout Standard
14898 Stefano
14899 \end_layout
14900
14901 \end_inset
14902 </cell>
14903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14904 \begin_inset Text
14905
14906 \begin_layout Standard
14907 111
14908 \end_layout
14909
14910 \end_inset
14911 </cell>
14912 </row>
14913 <row bottomline="true">
14914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14915 \begin_inset Text
14916
14917 \begin_layout Standard
14918
14919 \series bold
14920 Bozzi
14921 \end_layout
14922
14923 \end_inset
14924 </cell>
14925 <cell alignment="center" valignment="top" topline="true" usebox="none">
14926 \begin_inset Text
14927
14928 \begin_layout Standard
14929 Walter
14930 \end_layout
14931
14932 \end_inset
14933 </cell>
14934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14935 \begin_inset Text
14936
14937 \begin_layout Standard
14938 111
14939 \end_layout
14940
14941 \end_inset
14942 </cell>
14943 </row>
14944 <row bottomline="true">
14945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14946 \begin_inset Text
14947
14948 \begin_layout Standard
14949
14950 \series bold
14951 Cachia
14952 \end_layout
14953
14954 \end_inset
14955 </cell>
14956 <cell alignment="center" valignment="top" topline="true" usebox="none">
14957 \begin_inset Text
14958
14959 \begin_layout Standard
14960 Maria
14961 \end_layout
14962
14963 \end_inset
14964 </cell>
14965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14966 \begin_inset Text
14967
14968 \begin_layout Standard
14969 111
14970 \end_layout
14971
14972 \end_inset
14973 </cell>
14974 </row>
14975 <row bottomline="true">
14976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14977 \begin_inset Text
14978
14979 \begin_layout Standard
14980
14981 \series bold
14982 Cachia
14983 \end_layout
14984
14985 \end_inset
14986 </cell>
14987 <cell alignment="center" valignment="top" topline="true" usebox="none">
14988 \begin_inset Text
14989
14990 \begin_layout Standard
14991 Maurizio
14992 \end_layout
14993
14994 \end_inset
14995 </cell>
14996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14997 \begin_inset Text
14998
14999 \begin_layout Standard
15000 111
15001 \end_layout
15002
15003 \end_inset
15004 </cell>
15005 </row>
15006 <row bottomline="true">
15007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15008 \begin_inset Text
15009
15010 \begin_layout Standard
15011
15012 \series bold
15013 Cinquemani
15014 \end_layout
15015
15016 \end_inset
15017 </cell>
15018 <cell alignment="center" valignment="top" topline="true" usebox="none">
15019 \begin_inset Text
15020
15021 \begin_layout Standard
15022 Giusi
15023 \end_layout
15024
15025 \end_inset
15026 </cell>
15027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15028 \begin_inset Text
15029
15030 \begin_layout Standard
15031 111
15032 \end_layout
15033
15034 \end_inset
15035 </cell>
15036 </row>
15037 <row bottomline="true">
15038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15039 \begin_inset Text
15040
15041 \begin_layout Standard
15042
15043 \series bold
15044 Colin
15045 \end_layout
15046
15047 \end_inset
15048 </cell>
15049 <cell alignment="center" valignment="top" topline="true" usebox="none">
15050 \begin_inset Text
15051
15052 \begin_layout Standard
15053 Bernard
15054 \end_layout
15055
15056 \end_inset
15057 </cell>
15058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15059 \begin_inset Text
15060
15061 \begin_layout Standard
15062 111
15063 \end_layout
15064
15065 \end_inset
15066 </cell>
15067 </row>
15068 <row bottomline="true">
15069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15070 \begin_inset Text
15071
15072 \begin_layout Standard
15073
15074 \series bold
15075 Concli
15076 \end_layout
15077
15078 \end_inset
15079 </cell>
15080 <cell alignment="center" valignment="top" topline="true" usebox="none">
15081 \begin_inset Text
15082
15083 \begin_layout Standard
15084 Gianfranco
15085 \end_layout
15086
15087 \end_inset
15088 </cell>
15089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15090 \begin_inset Text
15091
15092 \begin_layout Standard
15093 111
15094 \end_layout
15095
15096 \end_inset
15097 </cell>
15098 </row>
15099 <row bottomline="true">
15100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15101 \begin_inset Text
15102
15103 \begin_layout Standard
15104
15105 \series bold
15106 Dal Bosco
15107 \end_layout
15108
15109 \end_inset
15110 </cell>
15111 <cell alignment="center" valignment="top" topline="true" usebox="none">
15112 \begin_inset Text
15113
15114 \begin_layout Standard
15115 Carolina
15116 \end_layout
15117
15118 \end_inset
15119 </cell>
15120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15121 \begin_inset Text
15122
15123 \begin_layout Standard
15124 111
15125 \end_layout
15126
15127 \end_inset
15128 </cell>
15129 </row>
15130 <row bottomline="true">
15131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15132 \begin_inset Text
15133
15134 \begin_layout Standard
15135
15136 \series bold
15137 Dalpiaz
15138 \end_layout
15139
15140 \end_inset
15141 </cell>
15142 <cell alignment="center" valignment="top" topline="true" usebox="none">
15143 \begin_inset Text
15144
15145 \begin_layout Standard
15146 Annamaria
15147 \end_layout
15148
15149 \end_inset
15150 </cell>
15151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15152 \begin_inset Text
15153
15154 \begin_layout Standard
15155 111
15156 \end_layout
15157
15158 \end_inset
15159 </cell>
15160 </row>
15161 <row bottomline="true">
15162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15163 \begin_inset Text
15164
15165 \begin_layout Standard
15166
15167 \series bold
15168 Feliciello
15169 \end_layout
15170
15171 \end_inset
15172 </cell>
15173 <cell alignment="center" valignment="top" topline="true" usebox="none">
15174 \begin_inset Text
15175
15176 \begin_layout Standard
15177 Domenico
15178 \end_layout
15179
15180 \end_inset
15181 </cell>
15182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15183 \begin_inset Text
15184
15185 \begin_layout Standard
15186 111
15187 \end_layout
15188
15189 \end_inset
15190 </cell>
15191 </row>
15192 <row bottomline="true">
15193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15194 \begin_inset Text
15195
15196 \begin_layout Standard
15197
15198 \series bold
15199 Focarelli
15200 \end_layout
15201
15202 \end_inset
15203 </cell>
15204 <cell alignment="center" valignment="top" topline="true" usebox="none">
15205 \begin_inset Text
15206
15207 \begin_layout Standard
15208 Paola
15209 \end_layout
15210
15211 \end_inset
15212 </cell>
15213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15214 \begin_inset Text
15215
15216 \begin_layout Standard
15217 111
15218 \end_layout
15219
15220 \end_inset
15221 </cell>
15222 </row>
15223 <row bottomline="true">
15224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15225 \begin_inset Text
15226
15227 \begin_layout Standard
15228
15229 \series bold
15230 Galletti
15231 \end_layout
15232
15233 \end_inset
15234 </cell>
15235 <cell alignment="center" valignment="top" topline="true" usebox="none">
15236 \begin_inset Text
15237
15238 \begin_layout Standard
15239 Oreste
15240 \end_layout
15241
15242 \end_inset
15243 </cell>
15244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15245 \begin_inset Text
15246
15247 \begin_layout Standard
15248 111
15249 \end_layout
15250
15251 \end_inset
15252 </cell>
15253 </row>
15254 <row bottomline="true">
15255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15256 \begin_inset Text
15257
15258 \begin_layout Standard
15259
15260 \series bold
15261 Gasparini
15262 \end_layout
15263
15264 \end_inset
15265 </cell>
15266 <cell alignment="center" valignment="top" topline="true" usebox="none">
15267 \begin_inset Text
15268
15269 \begin_layout Standard
15270 Franca
15271 \end_layout
15272
15273 \end_inset
15274 </cell>
15275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15276 \begin_inset Text
15277
15278 \begin_layout Standard
15279 111
15280 \end_layout
15281
15282 \end_inset
15283 </cell>
15284 </row>
15285 <row bottomline="true">
15286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15287 \begin_inset Text
15288
15289 \begin_layout Standard
15290
15291 \series bold
15292 Rizzardi
15293 \end_layout
15294
15295 \end_inset
15296 </cell>
15297 <cell alignment="center" valignment="top" topline="true" usebox="none">
15298 \begin_inset Text
15299
15300 \begin_layout Standard
15301 Paola
15302 \end_layout
15303
15304 \end_inset
15305 </cell>
15306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15307 \begin_inset Text
15308
15309 \begin_layout Standard
15310 111
15311 \end_layout
15312
15313 \end_inset
15314 </cell>
15315 </row>
15316 <row bottomline="true">
15317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15318 \begin_inset Text
15319
15320 \begin_layout Standard
15321
15322 \series bold
15323 Lassini
15324 \end_layout
15325
15326 \end_inset
15327 </cell>
15328 <cell alignment="center" valignment="top" topline="true" usebox="none">
15329 \begin_inset Text
15330
15331 \begin_layout Standard
15332 Giancarlo
15333 \end_layout
15334
15335 \end_inset
15336 </cell>
15337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15338 \begin_inset Text
15339
15340 \begin_layout Standard
15341 111
15342 \end_layout
15343
15344 \end_inset
15345 </cell>
15346 </row>
15347 <row bottomline="true">
15348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15349 \begin_inset Text
15350
15351 \begin_layout Standard
15352
15353 \series bold
15354 Malfatti
15355 \end_layout
15356
15357 \end_inset
15358 </cell>
15359 <cell alignment="center" valignment="top" topline="true" usebox="none">
15360 \begin_inset Text
15361
15362 \begin_layout Standard
15363 Luciano
15364 \end_layout
15365
15366 \end_inset
15367 </cell>
15368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15369 \begin_inset Text
15370
15371 \begin_layout Standard
15372 111
15373 \end_layout
15374
15375 \end_inset
15376 </cell>
15377 </row>
15378 <row bottomline="true">
15379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15380 \begin_inset Text
15381
15382 \begin_layout Standard
15383
15384 \series bold
15385 Malfatti
15386 \end_layout
15387
15388 \end_inset
15389 </cell>
15390 <cell alignment="center" valignment="top" topline="true" usebox="none">
15391 \begin_inset Text
15392
15393 \begin_layout Standard
15394 Valeriano
15395 \end_layout
15396
15397 \end_inset
15398 </cell>
15399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15400 \begin_inset Text
15401
15402 \begin_layout Standard
15403 111
15404 \end_layout
15405
15406 \end_inset
15407 </cell>
15408 </row>
15409 <row bottomline="true">
15410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15411 \begin_inset Text
15412
15413 \begin_layout Standard
15414
15415 \series bold
15416 Meneguzzo
15417 \end_layout
15418
15419 \end_inset
15420 </cell>
15421 <cell alignment="center" valignment="top" topline="true" usebox="none">
15422 \begin_inset Text
15423
15424 \begin_layout Standard
15425 Roberto
15426 \end_layout
15427
15428 \end_inset
15429 </cell>
15430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15431 \begin_inset Text
15432
15433 \begin_layout Standard
15434 111
15435 \end_layout
15436
15437 \end_inset
15438 </cell>
15439 </row>
15440 <row bottomline="true">
15441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15442 \begin_inset Text
15443
15444 \begin_layout Standard
15445
15446 \series bold
15447 Mezzadra
15448 \end_layout
15449
15450 \end_inset
15451 </cell>
15452 <cell alignment="center" valignment="top" topline="true" usebox="none">
15453 \begin_inset Text
15454
15455 \begin_layout Standard
15456 Roberto
15457 \end_layout
15458
15459 \end_inset
15460 </cell>
15461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15462 \begin_inset Text
15463
15464 \begin_layout Standard
15465 111
15466 \end_layout
15467
15468 \end_inset
15469 </cell>
15470 </row>
15471 <row bottomline="true">
15472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15473 \begin_inset Text
15474
15475 \begin_layout Standard
15476
15477 \series bold
15478 Pirpamer
15479 \end_layout
15480
15481 \end_inset
15482 </cell>
15483 <cell alignment="center" valignment="top" topline="true" usebox="none">
15484 \begin_inset Text
15485
15486 \begin_layout Standard
15487 Erich
15488 \end_layout
15489
15490 \end_inset
15491 </cell>
15492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15493 \begin_inset Text
15494
15495 \begin_layout Standard
15496 111
15497 \end_layout
15498
15499 \end_inset
15500 </cell>
15501 </row>
15502 <row bottomline="true">
15503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15504 \begin_inset Text
15505
15506 \begin_layout Standard
15507
15508 \series bold
15509 Pochiesa
15510 \end_layout
15511
15512 \end_inset
15513 </cell>
15514 <cell alignment="center" valignment="top" topline="true" usebox="none">
15515 \begin_inset Text
15516
15517 \begin_layout Standard
15518 Paolo
15519 \end_layout
15520
15521 \end_inset
15522 </cell>
15523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15524 \begin_inset Text
15525
15526 \begin_layout Standard
15527 111, 222
15528 \end_layout
15529
15530 \end_inset
15531 </cell>
15532 </row>
15533 <row bottomline="true">
15534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15535 \begin_inset Text
15536
15537 \begin_layout Standard
15538
15539 \series bold
15540 Radina
15541 \end_layout
15542
15543 \end_inset
15544 </cell>
15545 <cell alignment="center" valignment="top" topline="true" usebox="none">
15546 \begin_inset Text
15547
15548 \begin_layout Standard
15549 Claudio
15550 \end_layout
15551
15552 \end_inset
15553 </cell>
15554 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15555 \begin_inset Text
15556
15557 \begin_layout Standard
15558 111
15559 \end_layout
15560
15561 \end_inset
15562 </cell>
15563 </row>
15564 <row bottomline="true">
15565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15566 \begin_inset Text
15567
15568 \begin_layout Standard
15569
15570 \series bold
15571 Stuffer
15572 \end_layout
15573
15574 \end_inset
15575 </cell>
15576 <cell alignment="center" valignment="top" topline="true" usebox="none">
15577 \begin_inset Text
15578
15579 \begin_layout Standard
15580 Oskar
15581 \end_layout
15582
15583 \end_inset
15584 </cell>
15585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15586 \begin_inset Text
15587
15588 \begin_layout Standard
15589 111
15590 \end_layout
15591
15592 \end_inset
15593 </cell>
15594 </row>
15595 <row bottomline="true">
15596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15597 \begin_inset Text
15598
15599 \begin_layout Standard
15600
15601 \series bold
15602 Tacchelli
15603 \end_layout
15604
15605 \end_inset
15606 </cell>
15607 <cell alignment="center" valignment="top" topline="true" usebox="none">
15608 \begin_inset Text
15609
15610 \begin_layout Standard
15611 Ugo
15612 \end_layout
15613
15614 \end_inset
15615 </cell>
15616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15617 \begin_inset Text
15618
15619 \begin_layout Standard
15620 111
15621 \end_layout
15622
15623 \end_inset
15624 </cell>
15625 </row>
15626 <row bottomline="true">
15627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15628 \begin_inset Text
15629
15630 \begin_layout Standard
15631
15632 \series bold
15633 Tezzele
15634 \end_layout
15635
15636 \end_inset
15637 </cell>
15638 <cell alignment="center" valignment="top" topline="true" usebox="none">
15639 \begin_inset Text
15640
15641 \begin_layout Standard
15642 Margit
15643 \end_layout
15644
15645 \end_inset
15646 </cell>
15647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15648 \begin_inset Text
15649
15650 \begin_layout Standard
15651 111
15652 \end_layout
15653
15654 \end_inset
15655 </cell>
15656 </row>
15657 <row bottomline="true">
15658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15659 \begin_inset Text
15660
15661 \begin_layout Standard
15662
15663 \series bold
15664 Unterkalmsteiner
15665 \end_layout
15666
15667 \end_inset
15668 </cell>
15669 <cell alignment="center" valignment="top" topline="true" usebox="none">
15670 \begin_inset Text
15671
15672 \begin_layout Standard
15673 Frieda
15674 \end_layout
15675
15676 \end_inset
15677 </cell>
15678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15679 \begin_inset Text
15680
15681 \begin_layout Standard
15682 111
15683 \end_layout
15684
15685 \end_inset
15686 </cell>
15687 </row>
15688 <row bottomline="true">
15689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15690 \begin_inset Text
15691
15692 \begin_layout Standard
15693
15694 \series bold
15695 Vieider
15696 \end_layout
15697
15698 \end_inset
15699 </cell>
15700 <cell alignment="center" valignment="top" topline="true" usebox="none">
15701 \begin_inset Text
15702
15703 \begin_layout Standard
15704 Hilde
15705 \end_layout
15706
15707 \end_inset
15708 </cell>
15709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15710 \begin_inset Text
15711
15712 \begin_layout Standard
15713 111
15714 \end_layout
15715
15716 \end_inset
15717 </cell>
15718 </row>
15719 <row bottomline="true">
15720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15721 \begin_inset Text
15722
15723 \begin_layout Standard
15724
15725 \series bold
15726 Vigna
15727 \end_layout
15728
15729 \end_inset
15730 </cell>
15731 <cell alignment="center" valignment="top" topline="true" usebox="none">
15732 \begin_inset Text
15733
15734 \begin_layout Standard
15735 Jürgen
15736 \end_layout
15737
15738 \end_inset
15739 </cell>
15740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15741 \begin_inset Text
15742
15743 \begin_layout Standard
15744 111
15745 \end_layout
15746
15747 \end_inset
15748 </cell>
15749 </row>
15750 <row bottomline="true">
15751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15752 \begin_inset Text
15753
15754 \begin_layout Standard
15755
15756 \series bold
15757 Weber
15758 \end_layout
15759
15760 \end_inset
15761 </cell>
15762 <cell alignment="center" valignment="top" topline="true" usebox="none">
15763 \begin_inset Text
15764
15765 \begin_layout Standard
15766 Maurizio
15767 \end_layout
15768
15769 \end_inset
15770 </cell>
15771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15772 \begin_inset Text
15773
15774 \begin_layout Standard
15775 111
15776 \end_layout
15777
15778 \end_inset
15779 </cell>
15780 </row>
15781 <row bottomline="true">
15782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15783 \begin_inset Text
15784
15785 \begin_layout Standard
15786
15787 \series bold
15788 Winkler
15789 \end_layout
15790
15791 \end_inset
15792 </cell>
15793 <cell alignment="center" valignment="top" topline="true" usebox="none">
15794 \begin_inset Text
15795
15796 \begin_layout Standard
15797 Franz
15798 \end_layout
15799
15800 \end_inset
15801 </cell>
15802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15803 \begin_inset Text
15804
15805 \begin_layout Standard
15806 111
15807 \end_layout
15808
15809 \end_inset
15810 </cell>
15811 </row>
15812 <row bottomline="true">
15813 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
15814 \begin_inset Text
15815
15816 \begin_layout Standard
15817  
15818 \end_layout
15819
15820 \end_inset
15821 </cell>
15822 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
15823 \begin_inset Text
15824
15825 \begin_layout Standard
15826
15827 \end_layout
15828
15829 \end_inset
15830 </cell>
15831 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15832 \begin_inset Text
15833
15834 \begin_layout Standard
15835
15836 \end_layout
15837
15838 \end_inset
15839 </cell>
15840 </row>
15841 <row bottomline="true">
15842 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
15843 \begin_inset Text
15844
15845 \begin_layout Standard
15846
15847 \series bold
15848 Annovi
15849 \end_layout
15850
15851 \end_inset
15852 </cell>
15853 <cell alignment="center" valignment="top" topline="true" usebox="none">
15854 \begin_inset Text
15855
15856 \begin_layout Standard
15857 Silvia
15858 \end_layout
15859
15860 \end_inset
15861 </cell>
15862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15863 \begin_inset Text
15864
15865 \begin_layout Standard
15866 555
15867 \end_layout
15868
15869 \end_inset
15870 </cell>
15871 </row>
15872 <row bottomline="true">
15873 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
15874 \begin_inset Text
15875
15876 \begin_layout Standard
15877
15878 \series bold
15879 Bertoli
15880 \end_layout
15881
15882 \end_inset
15883 </cell>
15884 <cell alignment="center" valignment="top" topline="true" usebox="none">
15885 \begin_inset Text
15886
15887 \begin_layout Standard
15888 Stefano
15889 \end_layout
15890
15891 \end_inset
15892 </cell>
15893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15894 \begin_inset Text
15895
15896 \begin_layout Standard
15897 555
15898 \end_layout
15899
15900 \end_inset
15901 </cell>
15902 </row>
15903 <row bottomline="true">
15904 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
15905 \begin_inset Text
15906
15907 \begin_layout Standard
15908
15909 \series bold
15910 Bozzi
15911 \end_layout
15912
15913 \end_inset
15914 </cell>
15915 <cell alignment="center" valignment="top" topline="true" usebox="none">
15916 \begin_inset Text
15917
15918 \begin_layout Standard
15919 Walter
15920 \end_layout
15921
15922 \end_inset
15923 </cell>
15924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15925 \begin_inset Text
15926
15927 \begin_layout Standard
15928 555
15929 \end_layout
15930
15931 \end_inset
15932 </cell>
15933 </row>
15934 <row bottomline="true">
15935 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
15936 \begin_inset Text
15937
15938 \begin_layout Standard
15939
15940 \series bold
15941 Cachia
15942 \end_layout
15943
15944 \end_inset
15945 </cell>
15946 <cell alignment="center" valignment="top" topline="true" usebox="none">
15947 \begin_inset Text
15948
15949 \begin_layout Standard
15950 Maria
15951 \end_layout
15952
15953 \end_inset
15954 </cell>
15955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15956 \begin_inset Text
15957
15958 \begin_layout Standard
15959 555
15960 \end_layout
15961
15962 \end_inset
15963 </cell>
15964 </row>
15965 <row bottomline="true">
15966 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
15967 \begin_inset Text
15968
15969 \begin_layout Standard
15970
15971 \series bold
15972 Cachia
15973 \end_layout
15974
15975 \end_inset
15976 </cell>
15977 <cell alignment="center" valignment="top" topline="true" usebox="none">
15978 \begin_inset Text
15979
15980 \begin_layout Standard
15981 Maurizio
15982 \end_layout
15983
15984 \end_inset
15985 </cell>
15986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15987 \begin_inset Text
15988
15989 \begin_layout Standard
15990 555
15991 \end_layout
15992
15993 \end_inset
15994 </cell>
15995 </row>
15996 <row bottomline="true">
15997 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
15998 \begin_inset Text
15999
16000 \begin_layout Standard
16001
16002 \series bold
16003 Cinquemani
16004 \end_layout
16005
16006 \end_inset
16007 </cell>
16008 <cell alignment="center" valignment="top" topline="true" usebox="none">
16009 \begin_inset Text
16010
16011 \begin_layout Standard
16012 Giusi
16013 \end_layout
16014
16015 \end_inset
16016 </cell>
16017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16018 \begin_inset Text
16019
16020 \begin_layout Standard
16021 555
16022 \end_layout
16023
16024 \end_inset
16025 </cell>
16026 </row>
16027 <row bottomline="true">
16028 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16029 \begin_inset Text
16030
16031 \begin_layout Standard
16032
16033 \series bold
16034 Colin
16035 \end_layout
16036
16037 \end_inset
16038 </cell>
16039 <cell alignment="center" valignment="top" topline="true" usebox="none">
16040 \begin_inset Text
16041
16042 \begin_layout Standard
16043 Bernard
16044 \end_layout
16045
16046 \end_inset
16047 </cell>
16048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16049 \begin_inset Text
16050
16051 \begin_layout Standard
16052 555
16053 \end_layout
16054
16055 \end_inset
16056 </cell>
16057 </row>
16058 <row bottomline="true">
16059 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16060 \begin_inset Text
16061
16062 \begin_layout Standard
16063
16064 \series bold
16065 Concli
16066 \end_layout
16067
16068 \end_inset
16069 </cell>
16070 <cell alignment="center" valignment="top" topline="true" usebox="none">
16071 \begin_inset Text
16072
16073 \begin_layout Standard
16074 Gianfranco
16075 \end_layout
16076
16077 \end_inset
16078 </cell>
16079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16080 \begin_inset Text
16081
16082 \begin_layout Standard
16083 555
16084 \end_layout
16085
16086 \end_inset
16087 </cell>
16088 </row>
16089 <row bottomline="true">
16090 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16091 \begin_inset Text
16092
16093 \begin_layout Standard
16094
16095 \series bold
16096 Dal Bosco
16097 \end_layout
16098
16099 \end_inset
16100 </cell>
16101 <cell alignment="center" valignment="top" topline="true" usebox="none">
16102 \begin_inset Text
16103
16104 \begin_layout Standard
16105 Carolina
16106 \end_layout
16107
16108 \end_inset
16109 </cell>
16110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16111 \begin_inset Text
16112
16113 \begin_layout Standard
16114 555
16115 \end_layout
16116
16117 \end_inset
16118 </cell>
16119 </row>
16120 <row bottomline="true">
16121 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16122 \begin_inset Text
16123
16124 \begin_layout Standard
16125
16126 \series bold
16127 Dalpiaz
16128 \end_layout
16129
16130 \end_inset
16131 </cell>
16132 <cell alignment="center" valignment="top" topline="true" usebox="none">
16133 \begin_inset Text
16134
16135 \begin_layout Standard
16136 Annamaria
16137 \end_layout
16138
16139 \end_inset
16140 </cell>
16141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16142 \begin_inset Text
16143
16144 \begin_layout Standard
16145 555
16146 \end_layout
16147
16148 \end_inset
16149 </cell>
16150 </row>
16151 <row bottomline="true">
16152 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16153 \begin_inset Text
16154
16155 \begin_layout Standard
16156
16157 \series bold
16158 Feliciello
16159 \end_layout
16160
16161 \end_inset
16162 </cell>
16163 <cell alignment="center" valignment="top" topline="true" usebox="none">
16164 \begin_inset Text
16165
16166 \begin_layout Standard
16167 Domenico
16168 \end_layout
16169
16170 \end_inset
16171 </cell>
16172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16173 \begin_inset Text
16174
16175 \begin_layout Standard
16176 555
16177 \end_layout
16178
16179 \end_inset
16180 </cell>
16181 </row>
16182 <row bottomline="true">
16183 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16184 \begin_inset Text
16185
16186 \begin_layout Standard
16187
16188 \series bold
16189 Focarelli
16190 \end_layout
16191
16192 \end_inset
16193 </cell>
16194 <cell alignment="center" valignment="top" topline="true" usebox="none">
16195 \begin_inset Text
16196
16197 \begin_layout Standard
16198 Paola
16199 \end_layout
16200
16201 \end_inset
16202 </cell>
16203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16204 \begin_inset Text
16205
16206 \begin_layout Standard
16207 555
16208 \end_layout
16209
16210 \end_inset
16211 </cell>
16212 </row>
16213 <row bottomline="true">
16214 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16215 \begin_inset Text
16216
16217 \begin_layout Standard
16218
16219 \series bold
16220 Galletti
16221 \end_layout
16222
16223 \end_inset
16224 </cell>
16225 <cell alignment="center" valignment="top" topline="true" usebox="none">
16226 \begin_inset Text
16227
16228 \begin_layout Standard
16229 Oreste
16230 \end_layout
16231
16232 \end_inset
16233 </cell>
16234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16235 \begin_inset Text
16236
16237 \begin_layout Standard
16238 555
16239 \end_layout
16240
16241 \end_inset
16242 </cell>
16243 </row>
16244 <row bottomline="true">
16245 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16246 \begin_inset Text
16247
16248 \begin_layout Standard
16249
16250 \series bold
16251 Gasparini
16252 \end_layout
16253
16254 \end_inset
16255 </cell>
16256 <cell alignment="center" valignment="top" topline="true" usebox="none">
16257 \begin_inset Text
16258
16259 \begin_layout Standard
16260 Franca
16261 \end_layout
16262
16263 \end_inset
16264 </cell>
16265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16266 \begin_inset Text
16267
16268 \begin_layout Standard
16269 555
16270 \end_layout
16271
16272 \end_inset
16273 </cell>
16274 </row>
16275 <row bottomline="true">
16276 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16277 \begin_inset Text
16278
16279 \begin_layout Standard
16280
16281 \series bold
16282 Rizzardi
16283 \end_layout
16284
16285 \end_inset
16286 </cell>
16287 <cell alignment="center" valignment="top" topline="true" usebox="none">
16288 \begin_inset Text
16289
16290 \begin_layout Standard
16291 Paola
16292 \end_layout
16293
16294 \end_inset
16295 </cell>
16296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16297 \begin_inset Text
16298
16299 \begin_layout Standard
16300 555
16301 \end_layout
16302
16303 \end_inset
16304 </cell>
16305 </row>
16306 <row bottomline="true">
16307 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16308 \begin_inset Text
16309
16310 \begin_layout Standard
16311
16312 \series bold
16313 Lassini
16314 \end_layout
16315
16316 \end_inset
16317 </cell>
16318 <cell alignment="center" valignment="top" topline="true" usebox="none">
16319 \begin_inset Text
16320
16321 \begin_layout Standard
16322 Giancarlo
16323 \end_layout
16324
16325 \end_inset
16326 </cell>
16327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16328 \begin_inset Text
16329
16330 \begin_layout Standard
16331 555
16332 \end_layout
16333
16334 \end_inset
16335 </cell>
16336 </row>
16337 <row bottomline="true">
16338 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16339 \begin_inset Text
16340
16341 \begin_layout Standard
16342
16343 \series bold
16344 Malfatti
16345 \end_layout
16346
16347 \end_inset
16348 </cell>
16349 <cell alignment="center" valignment="top" topline="true" usebox="none">
16350 \begin_inset Text
16351
16352 \begin_layout Standard
16353 Luciano
16354 \end_layout
16355
16356 \end_inset
16357 </cell>
16358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16359 \begin_inset Text
16360
16361 \begin_layout Standard
16362 555
16363 \end_layout
16364
16365 \end_inset
16366 </cell>
16367 </row>
16368 <row bottomline="true">
16369 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16370 \begin_inset Text
16371
16372 \begin_layout Standard
16373
16374 \series bold
16375 Malfatti
16376 \end_layout
16377
16378 \end_inset
16379 </cell>
16380 <cell alignment="center" valignment="top" topline="true" usebox="none">
16381 \begin_inset Text
16382
16383 \begin_layout Standard
16384 Valeriano
16385 \end_layout
16386
16387 \end_inset
16388 </cell>
16389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16390 \begin_inset Text
16391
16392 \begin_layout Standard
16393 555
16394 \end_layout
16395
16396 \end_inset
16397 </cell>
16398 </row>
16399 <row bottomline="true">
16400 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16401 \begin_inset Text
16402
16403 \begin_layout Standard
16404
16405 \series bold
16406 Meneguzzo
16407 \end_layout
16408
16409 \end_inset
16410 </cell>
16411 <cell alignment="center" valignment="top" topline="true" usebox="none">
16412 \begin_inset Text
16413
16414 \begin_layout Standard
16415 Roberto
16416 \end_layout
16417
16418 \end_inset
16419 </cell>
16420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16421 \begin_inset Text
16422
16423 \begin_layout Standard
16424 555
16425 \end_layout
16426
16427 \end_inset
16428 </cell>
16429 </row>
16430 <row bottomline="true">
16431 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16432 \begin_inset Text
16433
16434 \begin_layout Standard
16435
16436 \series bold
16437 Mezzadra
16438 \end_layout
16439
16440 \end_inset
16441 </cell>
16442 <cell alignment="center" valignment="top" topline="true" usebox="none">
16443 \begin_inset Text
16444
16445 \begin_layout Standard
16446 Roberto
16447 \end_layout
16448
16449 \end_inset
16450 </cell>
16451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16452 \begin_inset Text
16453
16454 \begin_layout Standard
16455 555
16456 \end_layout
16457
16458 \end_inset
16459 </cell>
16460 </row>
16461 <row bottomline="true">
16462 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16463 \begin_inset Text
16464
16465 \begin_layout Standard
16466
16467 \series bold
16468 Pirpamer
16469 \end_layout
16470
16471 \end_inset
16472 </cell>
16473 <cell alignment="center" valignment="top" topline="true" usebox="none">
16474 \begin_inset Text
16475
16476 \begin_layout Standard
16477 Erich
16478 \end_layout
16479
16480 \end_inset
16481 </cell>
16482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16483 \begin_inset Text
16484
16485 \begin_layout Standard
16486 555
16487 \end_layout
16488
16489 \end_inset
16490 </cell>
16491 </row>
16492 <row bottomline="true">
16493 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16494 \begin_inset Text
16495
16496 \begin_layout Standard
16497
16498 \series bold
16499 Pochiesa
16500 \end_layout
16501
16502 \end_inset
16503 </cell>
16504 <cell alignment="center" valignment="top" topline="true" usebox="none">
16505 \begin_inset Text
16506
16507 \begin_layout Standard
16508 Paolo
16509 \end_layout
16510
16511 \end_inset
16512 </cell>
16513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16514 \begin_inset Text
16515
16516 \begin_layout Standard
16517 555, 222
16518 \end_layout
16519
16520 \end_inset
16521 </cell>
16522 </row>
16523 <row bottomline="true">
16524 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16525 \begin_inset Text
16526
16527 \begin_layout Standard
16528
16529 \series bold
16530 Radina
16531 \end_layout
16532
16533 \end_inset
16534 </cell>
16535 <cell alignment="center" valignment="top" topline="true" usebox="none">
16536 \begin_inset Text
16537
16538 \begin_layout Standard
16539 Claudio
16540 \end_layout
16541
16542 \end_inset
16543 </cell>
16544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16545 \begin_inset Text
16546
16547 \begin_layout Standard
16548 555
16549 \end_layout
16550
16551 \end_inset
16552 </cell>
16553 </row>
16554 <row bottomline="true">
16555 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16556 \begin_inset Text
16557
16558 \begin_layout Standard
16559
16560 \series bold
16561 Stuffer
16562 \end_layout
16563
16564 \end_inset
16565 </cell>
16566 <cell alignment="center" valignment="top" topline="true" usebox="none">
16567 \begin_inset Text
16568
16569 \begin_layout Standard
16570 Oskar
16571 \end_layout
16572
16573 \end_inset
16574 </cell>
16575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16576 \begin_inset Text
16577
16578 \begin_layout Standard
16579 555
16580 \end_layout
16581
16582 \end_inset
16583 </cell>
16584 </row>
16585 <row bottomline="true">
16586 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16587 \begin_inset Text
16588
16589 \begin_layout Standard
16590
16591 \series bold
16592 Tacchelli
16593 \end_layout
16594
16595 \end_inset
16596 </cell>
16597 <cell alignment="center" valignment="top" topline="true" usebox="none">
16598 \begin_inset Text
16599
16600 \begin_layout Standard
16601 Ugo
16602 \end_layout
16603
16604 \end_inset
16605 </cell>
16606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16607 \begin_inset Text
16608
16609 \begin_layout Standard
16610 555
16611 \end_layout
16612
16613 \end_inset
16614 </cell>
16615 </row>
16616 <row bottomline="true">
16617 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16618 \begin_inset Text
16619
16620 \begin_layout Standard
16621
16622 \series bold
16623 Tezzele
16624 \end_layout
16625
16626 \end_inset
16627 </cell>
16628 <cell alignment="center" valignment="top" topline="true" usebox="none">
16629 \begin_inset Text
16630
16631 \begin_layout Standard
16632 Margit
16633 \end_layout
16634
16635 \end_inset
16636 </cell>
16637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16638 \begin_inset Text
16639
16640 \begin_layout Standard
16641 555
16642 \end_layout
16643
16644 \end_inset
16645 </cell>
16646 </row>
16647 <row bottomline="true">
16648 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16649 \begin_inset Text
16650
16651 \begin_layout Standard
16652
16653 \series bold
16654 Unterkalmsteiner
16655 \end_layout
16656
16657 \end_inset
16658 </cell>
16659 <cell alignment="center" valignment="top" topline="true" usebox="none">
16660 \begin_inset Text
16661
16662 \begin_layout Standard
16663 Frieda
16664 \end_layout
16665
16666 \end_inset
16667 </cell>
16668 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16669 \begin_inset Text
16670
16671 \begin_layout Standard
16672 555
16673 \end_layout
16674
16675 \end_inset
16676 </cell>
16677 </row>
16678 <row bottomline="true">
16679 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16680 \begin_inset Text
16681
16682 \begin_layout Standard
16683
16684 \series bold
16685 Vieider
16686 \end_layout
16687
16688 \end_inset
16689 </cell>
16690 <cell alignment="center" valignment="top" topline="true" usebox="none">
16691 \begin_inset Text
16692
16693 \begin_layout Standard
16694 Hilde
16695 \end_layout
16696
16697 \end_inset
16698 </cell>
16699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16700 \begin_inset Text
16701
16702 \begin_layout Standard
16703 555
16704 \end_layout
16705
16706 \end_inset
16707 </cell>
16708 </row>
16709 <row bottomline="true">
16710 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16711 \begin_inset Text
16712
16713 \begin_layout Standard
16714
16715 \series bold
16716 Vigna
16717 \end_layout
16718
16719 \end_inset
16720 </cell>
16721 <cell alignment="center" valignment="top" topline="true" usebox="none">
16722 \begin_inset Text
16723
16724 \begin_layout Standard
16725 Jürgen
16726 \end_layout
16727
16728 \end_inset
16729 </cell>
16730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16731 \begin_inset Text
16732
16733 \begin_layout Standard
16734 999
16735 \end_layout
16736
16737 \end_inset
16738 </cell>
16739 </row>
16740 <row bottomline="true">
16741 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16742 \begin_inset Text
16743
16744 \begin_layout Standard
16745
16746 \series bold
16747 Weber
16748 \end_layout
16749
16750 \end_inset
16751 </cell>
16752 <cell alignment="center" valignment="top" topline="true" usebox="none">
16753 \begin_inset Text
16754
16755 \begin_layout Standard
16756 Maurizio
16757 \end_layout
16758
16759 \end_inset
16760 </cell>
16761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16762 \begin_inset Text
16763
16764 \begin_layout Standard
16765 555
16766 \end_layout
16767
16768 \end_inset
16769 </cell>
16770 </row>
16771 <row bottomline="true">
16772 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
16773 \begin_inset Text
16774
16775 \begin_layout Standard
16776
16777 \series bold
16778 Winkler
16779 \end_layout
16780
16781 \end_inset
16782 </cell>
16783 <cell alignment="center" valignment="top" topline="true" usebox="none">
16784 \begin_inset Text
16785
16786 \begin_layout Standard
16787 Franz
16788 \end_layout
16789
16790 \end_inset
16791 </cell>
16792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16793 \begin_inset Text
16794
16795 \begin_layout Standard
16796 555
16797 \end_layout
16798
16799 \end_inset
16800 </cell>
16801 </row>
16802 <row bottomline="true" endlastfoot="true">
16803 <cell multicolumn="1" alignment="block" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16804 \begin_inset Text
16805
16806 \begin_layout Standard
16807
16808 \series bold
16809 End
16810 \end_layout
16811
16812 \end_inset
16813 </cell>
16814 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
16815 \begin_inset Text
16816
16817 \begin_layout Standard
16818
16819 \end_layout
16820
16821 \end_inset
16822 </cell>
16823 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16824 \begin_inset Text
16825
16826 \begin_layout Standard
16827
16828 \end_layout
16829
16830 \end_inset
16831 </cell>
16832 </row>
16833 </lyxtabular>
16834
16835 \end_inset
16836
16837
16838 \end_layout
16839
16840 \begin_layout Subsection
16841 Table Cells
16842 \begin_inset LatexCommand index
16843 name "Tables ! Cells"
16844
16845 \end_inset
16846
16847
16848 \begin_inset LatexCommand label
16849 name "sub:Table-Cells"
16850
16851 \end_inset
16852
16853
16854 \end_layout
16855
16856 \begin_layout Standard
16857 A table cell can contain text, inline equations, a figure, or another table.
16858  All these kinds of objects can be placed in the same cell.
16859  Font sizes and shapes can also be altered.
16860  But you can't put a special environment in a cell (like 
16861 \family sans
16862 Section*
16863 \family default
16864 , etc.), nor set spacing options etc.
16865  for the cell's paragraph.
16866 \end_layout
16867
16868 \begin_layout Standard
16869 To have multi-line entries in table cells, you have to declare a fixed width
16870  for the column in the table dialog.
16871  Your text is then automatically split into multiple lines and the cell
16872  is enlarged vertically when the length of the text exceeds the given width.
16873  An example:
16874 \end_layout
16875
16876 \begin_layout Standard
16877 \align center
16878 \begin_inset Tabular
16879 <lyxtabular version="3" rows="4" columns="3">
16880 <features>
16881 <column alignment="center" valignment="top" leftline="true" width="0pt">
16882 <column alignment="block" valignment="top" leftline="true" width="3cm">
16883 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
16884 <row topline="true" bottomline="true">
16885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16886 \begin_inset Text
16887
16888 \begin_layout Standard
16889
16890 \family roman
16891 \series medium
16892 \shape up
16893 \size normal
16894 \emph off
16895 \bar no
16896 \noun off
16897 \color none
16898 1
16899 \end_layout
16900
16901 \end_inset
16902 </cell>
16903 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16904 \begin_inset Text
16905
16906 \begin_layout Standard
16907
16908 \family roman
16909 \series medium
16910 \shape up
16911 \size normal
16912 \emph off
16913 \bar no
16914 \noun off
16915 \color none
16916 2
16917 \end_layout
16918
16919 \end_inset
16920 </cell>
16921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16922 \begin_inset Text
16923
16924 \begin_layout Standard
16925
16926 \family roman
16927 \series medium
16928 \shape up
16929 \size normal
16930 \emph off
16931 \bar no
16932 \noun off
16933 \color none
16934 3
16935 \end_layout
16936
16937 \end_inset
16938 </cell>
16939 </row>
16940 <row>
16941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16942 \begin_inset Text
16943
16944 \begin_layout Standard
16945
16946 \family roman
16947 \series medium
16948 \shape up
16949 \size normal
16950 \emph off
16951 \bar no
16952 \noun off
16953 \color none
16954 4
16955 \end_layout
16956
16957 \end_inset
16958 </cell>
16959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16960 \begin_inset Text
16961
16962 \begin_layout Standard
16963
16964 \family roman
16965 \series medium
16966 \shape up
16967 \size normal
16968 \emph off
16969 \bar no
16970 \noun off
16971 \color none
16972 This is a multiline entry in a table.
16973 \end_layout
16974
16975 \end_inset
16976 </cell>
16977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16978 \begin_inset Text
16979
16980 \begin_layout Standard
16981
16982 \family roman
16983 \series medium
16984 \shape up
16985 \size normal
16986 \emph off
16987 \bar no
16988 \noun off
16989 \color none
16990 5
16991 \end_layout
16992
16993 \end_inset
16994 </cell>
16995 </row>
16996 <row bottomline="true">
16997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16998 \begin_inset Text
16999
17000 \begin_layout Standard
17001
17002 \family roman
17003 \series medium
17004 \shape up
17005 \size normal
17006 \emph off
17007 \bar no
17008 \noun off
17009 \color none
17010 6
17011 \end_layout
17012
17013 \end_inset
17014 </cell>
17015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17016 \begin_inset Text
17017
17018 \begin_layout Standard
17019
17020 \family roman
17021 \series medium
17022 \shape up
17023 \size normal
17024 \emph off
17025 \bar no
17026 \noun off
17027 \color none
17028 This is longer now.
17029 \end_layout
17030
17031 \end_inset
17032 </cell>
17033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17034 \begin_inset Text
17035
17036 \begin_layout Standard
17037
17038 \family roman
17039 \series medium
17040 \shape up
17041 \size normal
17042 \emph off
17043 \bar no
17044 \noun off
17045 \color none
17046 7
17047 \end_layout
17048
17049 \end_inset
17050 </cell>
17051 </row>
17052 <row bottomline="true">
17053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17054 \begin_inset Text
17055
17056 \begin_layout Standard
17057
17058 \family roman
17059 \series medium
17060 \shape up
17061 \size normal
17062 \emph off
17063 \bar no
17064 \noun off
17065 \color none
17066 8
17067 \end_layout
17068
17069 \end_inset
17070 </cell>
17071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17072 \begin_inset Text
17073
17074 \begin_layout Standard
17075
17076 \family roman
17077 \series medium
17078 \shape up
17079 \size normal
17080 \emph off
17081 \bar no
17082 \noun off
17083 \color none
17084 This is a multiline entry in a table.
17085  This is longer now.
17086 \end_layout
17087
17088 \end_inset
17089 </cell>
17090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17091 \begin_inset Text
17092
17093 \begin_layout Standard
17094
17095 \family roman
17096 \series medium
17097 \shape up
17098 \size normal
17099 \emph off
17100 \bar no
17101 \noun off
17102 \color none
17103 9
17104 \end_layout
17105
17106 \end_inset
17107 </cell>
17108 </row>
17109 </lyxtabular>
17110
17111 \end_inset
17112
17113
17114 \end_layout
17115
17116 \begin_layout Standard
17117 Cutting and pasting between tables and table cells works reasonably well.
17118  You can cut and paste even more than one row.
17119  Selection with the mouse or with 
17120 \family sans
17121 Shift
17122 \family default
17123  plus the arrow keys works as usual.
17124  You can also copy and paste the entire table as a single unit by starting
17125  the selection from outside the table.
17126 \end_layout
17127
17128 \begin_layout Section
17129 Floats
17130 \begin_inset LatexCommand index
17131 name "Floats"
17132
17133 \end_inset
17134
17135
17136 \begin_inset LatexCommand label
17137 name "sec:Floats"
17138
17139 \end_inset
17140
17141
17142 \end_layout
17143
17144 \begin_layout Standard
17145 A float is a block of text associated with some sort of label, which doesn't
17146  have a fixed location.
17147  It can 
17148 \begin_inset Quotes eld
17149 \end_inset
17150
17151 float
17152 \begin_inset Quotes erd
17153 \end_inset
17154
17155  forward or backward a page or two, to wherever it fits best.
17156  
17157 \family sans
17158 Footnotes
17159 \family default
17160  and 
17161 \family sans
17162 Margin\InsetSpace ~
17163 Notes
17164 \family default
17165  are also floats, because they can float to the next page when there are
17166  too much notes at the page.
17167 \end_layout
17168
17169 \begin_layout Standard
17170 Floats makes it possible to get a high quality layout.
17171  Images and tables can evenly be spread to the pages to avoid whitespace
17172  and pages without text.
17173  As the floating often destroys the context between the text and the image/table
17174 , every float can be referenced in the text.
17175  Floats are therefore numbered.
17176  Referencing is described in section\InsetSpace ~
17177
17178 \begin_inset LatexCommand ref
17179 reference "sec:Cross-References"
17180
17181 \end_inset
17182
17183 .
17184 \end_layout
17185
17186 \begin_layout Standard
17187 To insert a float, use the menu 
17188 \family sans
17189 Insert\SpecialChar \menuseparator
17190 Floats
17191 \family default
17192 .
17193  A box with a caption that has e.\InsetSpace \thinspace{}
17194 g.\InsetSpace ~
17195 the label 
17196 \begin_inset Quotes eld
17197 \end_inset
17198
17199 Figure\InsetSpace ~
17200 #:
17201 \begin_inset Quotes erd
17202 \end_inset
17203
17204  (# is the actual number) will be inserted into your document.
17205  The label will automatically be translated to the document language in
17206  the output.
17207  Behind the label you can insert the caption text.
17208 \begin_inset LatexCommand index
17209 name "Floats ! Captions"
17210
17211 \end_inset
17212
17213  The image or table is inserted above or below the caption in a separate
17214  paragraph within the float.
17215  To keep your LyX-document readable, you can open and close the float box
17216  by left-clicking on the box label.
17217  A closed float box looks like this: 
17218 \begin_inset Graphics
17219         filename clipart/floatQt4.png
17220         scale 80
17221
17222 \end_inset
17223
17224  -- a gray button with a red label.
17225 \end_layout
17226
17227 \begin_layout Standard
17228 It is recommended to insert floats as a separate paragraph to avoid possible
17229  LaTeX-errors that can occur when the surrounding text is specially formatted.
17230 \end_layout
17231
17232 \begin_layout Subsection
17233 Float Types
17234 \end_layout
17235
17236 \begin_layout Subsubsection
17237 Figure Floats
17238 \begin_inset LatexCommand index
17239 name "Floats ! Figure floats"
17240
17241 \end_inset
17242
17243
17244 \begin_inset LatexCommand label
17245 name "sec:Figure-Floats"
17246
17247 \end_inset
17248
17249
17250 \end_layout
17251
17252 \begin_layout Standard
17253 The menu 
17254 \family sans
17255 Insert\SpecialChar \menuseparator
17256 Float\SpecialChar \menuseparator
17257 Figure
17258 \family default
17259  inserts a float with the label 
17260 \begin_inset Quotes eld
17261 \end_inset
17262
17263
17264 \series bold
17265 Figure\InsetSpace ~
17266 #:
17267 \series default
17268
17269 \begin_inset Quotes erd
17270 \end_inset
17271
17272 .
17273  Set the cursor above this label (or before it and press enter) and insert
17274  the image as described above to get the caption printed below the image.
17275  This is what we did for Figure\InsetSpace ~
17276
17277 \begin_inset LatexCommand ref
17278 reference "cap:Platypus"
17279
17280 \end_inset
17281
17282 .
17283  If you want the caption to be above the image, set the cursor at the end
17284  of the caption, press enter and insert the image.
17285  This was done in Figure\InsetSpace ~
17286
17287 \begin_inset LatexCommand ref
17288 reference "cap:Escher"
17289
17290 \end_inset
17291
17292 .
17293 \end_layout
17294
17295 \begin_layout Standard
17296 \begin_inset Float figure
17297 wide false
17298 sideways false
17299 status open
17300
17301 \begin_layout Standard
17302 \align center
17303 \begin_inset Graphics
17304         filename clipart/platypus.eps
17305         display color
17306         width 50col%
17307         rotateOrigin center
17308
17309 \end_inset
17310
17311
17312 \end_layout
17313
17314 \begin_layout Standard
17315 \begin_inset Caption
17316
17317 \begin_layout Standard
17318 \begin_inset LatexCommand label
17319 name "cap:Platypus"
17320
17321 \end_inset
17322
17323 A severely distorted platypus in a float.
17324 \end_layout
17325
17326 \end_inset
17327
17328
17329 \end_layout
17330
17331 \end_inset
17332
17333
17334 \end_layout
17335
17336 \begin_layout Standard
17337 \begin_inset Float figure
17338 wide false
17339 sideways false
17340 status open
17341
17342 \begin_layout Standard
17343 \begin_inset Caption
17344
17345 \begin_layout Standard
17346 \begin_inset LatexCommand label
17347 name "cap:Escher"
17348
17349 \end_inset
17350
17351 M.C.
17352  Escher on acid.
17353 \end_layout
17354
17355 \end_inset
17356
17357
17358 \end_layout
17359
17360 \begin_layout Standard
17361 \align center
17362 \begin_inset Graphics
17363         filename clipart/escher-lsd.eps
17364         display color
17365         scale 80
17366         rotateOrigin center
17367
17368 \end_inset
17369
17370
17371 \end_layout
17372
17373 \end_inset
17374
17375
17376 \end_layout
17377
17378 \begin_layout Standard
17379 This figure float show also how to set a label and create a cross-reference
17380  to it.
17381  As described in section\InsetSpace ~
17382
17383 \begin_inset LatexCommand ref
17384 reference "sec:Cross-References"
17385
17386 \end_inset
17387
17388 , you can simply insert a label in the caption using the menu 
17389 \family sans
17390 Insert\SpecialChar \menuseparator
17391 Label
17392 \family default
17393  and refer to it using the menu 
17394 \family sans
17395 Insert\SpecialChar \menuseparator
17396 Cross-Reference
17397 \family default
17398 .
17399  It is important to use references to figure floats, rather than using vague
17400  references like 
17401 \begin_inset Quotes eld
17402 \end_inset
17403
17404 the figure above
17405 \begin_inset Quotes erd
17406 \end_inset
17407
17408 , because as LaTeX will reposition the floats in the final document; it
17409  might not be 
17410 \begin_inset Quotes eld
17411 \end_inset
17412
17413 above
17414 \begin_inset Quotes erd
17415 \end_inset
17416
17417  at all.
17418 \end_layout
17419
17420 \begin_layout Standard
17421 Normally one inserts only one image to a figure float, but sometimes you
17422  might want to use two images with separate subcaptions.
17423  This can be done in the graphics dialog: Right-click on an image and go
17424  to the tab 
17425 \family sans
17426 Extra\InsetSpace ~
17427 options
17428 \family default
17429  in the appearing dialog, use the option 
17430 \family sans
17431 Subfigure
17432 \family default
17433 , and enter the subcaption for the image in the now enabled caption field.
17434  Figure\InsetSpace ~
17435
17436 \begin_inset LatexCommand ref
17437 reference "cap:Two-distorted-images"
17438
17439 \end_inset
17440
17441  is an example of a figure float with two images set side by side.
17442  You can also set the images one below the other.
17443 \end_layout
17444
17445 \begin_layout Standard
17446 \begin_inset Float figure
17447 wide false
17448 sideways false
17449 status open
17450
17451 \begin_layout Standard
17452
17453 \hfill
17454
17455 \begin_inset Graphics
17456         filename clipart/escher-lsd.eps
17457         width 45col%
17458         subcaption
17459         subcaptionText "Undefinable structure"
17460
17461 \end_inset
17462
17463
17464 \hfill
17465
17466 \begin_inset Graphics
17467         filename clipart/platypus.eps
17468         lyxscale 60
17469         width 45col%
17470         subcaption
17471         subcaptionText "Platypus"
17472
17473 \end_inset
17474
17475
17476 \hfill
17477
17478 \end_layout
17479
17480 \begin_layout Standard
17481 \begin_inset Caption
17482
17483 \begin_layout Standard
17484 \begin_inset LatexCommand label
17485 name "cap:Two-distorted-images"
17486
17487 \end_inset
17488
17489 Two distorted images.
17490 \end_layout
17491
17492 \end_inset
17493
17494
17495 \end_layout
17496
17497 \end_inset
17498
17499
17500 \end_layout
17501
17502 \begin_layout Standard
17503 Note that the caption is added to the 
17504 \family sans
17505 List\InsetSpace ~
17506 of\InsetSpace ~
17507 Figures
17508 \family default
17509  as described in section\InsetSpace ~
17510
17511 \begin_inset LatexCommand ref
17512 reference "sec:ListsOf"
17513
17514 \end_inset
17515
17516 .
17517 \end_layout
17518
17519 \begin_layout Subsubsection
17520 Table Floats
17521 \begin_inset LatexCommand index
17522 name "Floats ! Table floats"
17523
17524 \end_inset
17525
17526
17527 \begin_inset LatexCommand label
17528 name "sec:Table-Floats"
17529
17530 \end_inset
17531
17532
17533 \end_layout
17534
17535 \begin_layout Standard
17536 Table floats can be inserted using the menu 
17537 \family sans
17538 Insert\SpecialChar \menuseparator
17539 Float\SpecialChar \menuseparator
17540 Table
17541 \family default
17542 .
17543  They have the same properties as figure floats except of the different
17544  label.
17545  Table\InsetSpace ~
17546
17547 \begin_inset LatexCommand ref
17548 reference "cap:Table-float"
17549
17550 \end_inset
17551
17552  is an example of a table float.
17553 \end_layout
17554
17555 \begin_layout Standard
17556 \begin_inset Float table
17557 wide false
17558 sideways false
17559 status open
17560
17561 \begin_layout Standard
17562 \begin_inset Caption
17563
17564 \begin_layout Standard
17565 \begin_inset LatexCommand label
17566 name "cap:Table-float"
17567
17568 \end_inset
17569
17570 A table float.
17571 \end_layout
17572
17573 \end_inset
17574
17575
17576 \end_layout
17577
17578 \begin_layout Standard
17579 \align center
17580 \begin_inset Tabular
17581 <lyxtabular version="3" rows="3" columns="3">
17582 <features>
17583 <column alignment="center" valignment="top" leftline="true" width="0pt">
17584 <column alignment="center" valignment="top" leftline="true" width="0pt">
17585 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
17586 <row topline="true" bottomline="true">
17587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17588 \begin_inset Text
17589
17590 \begin_layout Standard
17591
17592 \family roman
17593 \series medium
17594 \shape up
17595 \size normal
17596 \emph off
17597 \bar no
17598 \noun off
17599 \color none
17600 1
17601 \end_layout
17602
17603 \end_inset
17604 </cell>
17605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17606 \begin_inset Text
17607
17608 \begin_layout Standard
17609
17610 \family roman
17611 \series medium
17612 \shape up
17613 \size normal
17614 \emph off
17615 \bar no
17616 \noun off
17617 \color none
17618 2
17619 \end_layout
17620
17621 \end_inset
17622 </cell>
17623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17624 \begin_inset Text
17625
17626 \begin_layout Standard
17627
17628 \family roman
17629 \series medium
17630 \shape up
17631 \size normal
17632 \emph off
17633 \bar no
17634 \noun off
17635 \color none
17636 3
17637 \end_layout
17638
17639 \end_inset
17640 </cell>
17641 </row>
17642 <row topline="true">
17643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17644 \begin_inset Text
17645
17646 \begin_layout Standard
17647
17648 \family roman
17649 \series medium
17650 \shape up
17651 \size normal
17652 \emph off
17653 \bar no
17654 \noun off
17655 \color none
17656 Joe
17657 \end_layout
17658
17659 \end_inset
17660 </cell>
17661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17662 \begin_inset Text
17663
17664 \begin_layout Standard
17665
17666 \family roman
17667 \series medium
17668 \shape up
17669 \size normal
17670 \emph off
17671 \bar no
17672 \noun off
17673 \color none
17674 Mary
17675 \end_layout
17676
17677 \end_inset
17678 </cell>
17679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17680 \begin_inset Text
17681
17682 \begin_layout Standard
17683
17684 \family roman
17685 \series medium
17686 \shape up
17687 \size normal
17688 \emph off
17689 \bar no
17690 \noun off
17691 \color none
17692 Ted
17693 \end_layout
17694
17695 \end_inset
17696 </cell>
17697 </row>
17698 <row topline="true" bottomline="true">
17699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17700 \begin_inset Text
17701
17702 \begin_layout Standard
17703
17704 \family roman
17705 \series medium
17706 \shape up
17707 \size normal
17708 \emph off
17709 \bar no
17710 \noun off
17711 \color none
17712 \begin_inset Formula $\int x^{2}dx$
17713 \end_inset
17714
17715
17716 \end_layout
17717
17718 \end_inset
17719 </cell>
17720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17721 \begin_inset Text
17722
17723 \begin_layout Standard
17724
17725 \family roman
17726 \series medium
17727 \shape up
17728 \size normal
17729 \emph off
17730 \bar no
17731 \noun off
17732 \color none
17733 \begin_inset Formula $\left[\begin{array}{cc}
17734 a & b\\
17735 c & d\end{array}\right]$
17736 \end_inset
17737
17738
17739 \end_layout
17740
17741 \end_inset
17742 </cell>
17743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17744 \begin_inset Text
17745
17746 \begin_layout Standard
17747
17748 \family roman
17749 \series medium
17750 \shape up
17751 \size normal
17752 \emph off
17753 \bar no
17754 \noun off
17755 \color none
17756 \begin_inset Formula $1+1=2$
17757 \end_inset
17758
17759
17760 \end_layout
17761
17762 \end_inset
17763 </cell>
17764 </row>
17765 </lyxtabular>
17766
17767 \end_inset
17768
17769
17770 \end_layout
17771
17772 \end_inset
17773
17774
17775 \end_layout
17776
17777 \begin_layout Subsubsection
17778 Algorithm Floats
17779 \begin_inset LatexCommand index
17780 name "Floats ! Algorithm floats"
17781
17782 \end_inset
17783
17784
17785 \end_layout
17786
17787 \begin_layout Standard
17788 This float type is inserted with the menu 
17789 \family sans
17790 Insert\SpecialChar \menuseparator
17791 Float\SpecialChar \menuseparator
17792 Algorithm
17793 \family default
17794 .
17795  It is used for program codes and descriptions of algorithms.
17796  A possible environment for algorithms is the 
17797 \family sans
17798 LyX-Code
17799 \family default
17800 , described in section\InsetSpace ~
17801
17802 \begin_inset LatexCommand ref
17803 reference "sub:LyX-Code"
17804
17805 \end_inset
17806
17807 .
17808 \end_layout
17809
17810 \begin_layout Standard
17811 \begin_inset Note Greyedout
17812 status open
17813
17814 \begin_layout Standard
17815
17816 \series bold
17817 Note:
17818 \series default
17819  that the float label is not automatically translated into the document
17820  language.
17821 \end_layout
17822
17823 \end_inset
17824
17825  You have to do this manually by adding the following line
17826 \end_layout
17827
17828 \begin_layout Standard
17829
17830 \series bold
17831
17832 \backslash
17833 floatname{algorithm}{your\InsetSpace ~
17834 name}
17835 \end_layout
17836
17837 \begin_layout Standard
17838 to the document preamble (menu 
17839 \family sans
17840 Document\SpecialChar \menuseparator
17841 Settings
17842 \family default
17843 ).
17844  
17845 \series bold
17846 your\InsetSpace ~
17847 name
17848 \series default
17849  is the word 
17850 \begin_inset Quotes eld
17851 \end_inset
17852
17853
17854 \emph on
17855 algorithm
17856 \emph default
17857
17858 \begin_inset Quotes erd
17859 \end_inset
17860
17861  in your language.
17862 \end_layout
17863
17864 \begin_layout Subsubsection
17865 Text Wrap Floats
17866 \begin_inset LatexCommand index
17867 name "Floats ! Text Wrap Floats"
17868
17869 \end_inset
17870
17871
17872 \begin_inset LatexCommand label
17873 name "sec:floatflt"
17874
17875 \end_inset
17876
17877
17878 \end_layout
17879
17880 \begin_layout Standard
17881 This float type is used if you want to 
17882 \begin_inset Quotes eld
17883 \end_inset
17884
17885 wrap
17886 \begin_inset Quotes erd
17887 \end_inset
17888
17889  text around a figure so that it only occupies some fraction of the column
17890  width.
17891  It can be inserted using the menu 
17892 \begin_inset Wrap figure
17893 placement l
17894 width "40col%"
17895 status open
17896
17897 \begin_layout Standard
17898 \begin_inset Graphics
17899         filename clipart/mobius.eps
17900         display color
17901         width 40col%
17902         rotateOrigin center
17903
17904 \end_inset
17905
17906
17907 \end_layout
17908
17909 \begin_layout Standard
17910 \begin_inset Caption
17911
17912 \begin_layout Standard
17913 \begin_inset LatexCommand label
17914 name "cap:Wrapped-figure"
17915
17916 \end_inset
17917
17918 This is a wrapped figure, and this is the brilliant caption that describes
17919  it
17920 \begin_inset VSpace medskip
17921 \end_inset
17922
17923
17924 \end_layout
17925
17926 \end_inset
17927
17928
17929 \end_layout
17930
17931 \end_inset
17932
17933  
17934 \family sans
17935 Insert\SpecialChar \menuseparator
17936 Float\SpecialChar \menuseparator
17937 Text\InsetSpace ~
17938 Wrap\InsetSpace ~
17939 Float
17940 \family default
17941  if the LaTeX-package 
17942 \series bold
17943 floatflt
17944 \series default
17945
17946 \begin_inset LatexCommand index
17947 name "LaTeX-packages ! floatflt"
17948
17949 \end_inset
17950
17951  is installed.
17952 \begin_inset Foot
17953 status collapsed
17954
17955 \begin_layout Standard
17956 Installing a LaTeX-package is explained it in the 
17957 \emph on
17958 LaTeX\InsetSpace ~
17959 Configuration
17960 \emph default
17961  manual.
17962 \end_layout
17963
17964 \end_inset
17965
17966  The width and placement of the float is adjusted by right-clicking on the
17967  float box.
17968  Figure\InsetSpace ~
17969
17970 \begin_inset LatexCommand ref
17971 reference "cap:Wrapped-figure"
17972
17973 \end_inset
17974
17975  is an example Text\InsetSpace ~
17976 wrap float with a width of 40
17977 \begin_inset Formula $\,$
17978 \end_inset
17979
17980 col%.
17981 \begin_inset Foot
17982 status collapsed
17983
17984 \begin_layout Standard
17985 Available units are explained in Appendix\InsetSpace ~
17986
17987 \begin_inset LatexCommand ref
17988 reference "cha:Units-available-in"
17989
17990 \end_inset
17991
17992 .
17993 \end_layout
17994
17995 \end_inset
17996
17997  Some space was added under the caption to separate it better from the surroundi
17998 ng text.
17999 \end_layout
18000
18001 \begin_layout Standard
18002 The LaTeX-package 
18003 \series bold
18004 floatflt
18005 \series default
18006  also supports table wrap floats, but they are not yet supported by LyX.
18007  If you need this, read the documentation of 
18008 \series bold
18009 floatflt
18010 \series default
18011  
18012 \begin_inset LatexCommand cite
18013 key "floatflt"
18014
18015 \end_inset
18016
18017 .
18018 \end_layout
18019
18020 \begin_layout Standard
18021 \begin_inset Note Greyedout
18022 status open
18023
18024 \begin_layout Standard
18025
18026 \series bold
18027 Note:
18028 \series default
18029  Text\InsetSpace ~
18030 wrap float floats might be fragile! E.g.
18031  having a figure too close to the bottom of the page can mess things up
18032  in the way that the float doesn't appear in the output or that it is placed
18033  over some other text.
18034 \begin_inset Foot
18035 status collapsed
18036
18037 \begin_layout Standard
18038 The better solution is to use the LaTeX-package 
18039 \series bold
18040 wrapfig
18041 \series default
18042
18043 \begin_inset LatexCommand index
18044 name "LaTeX-packages ! wrapfig"
18045
18046 \end_inset
18047
18048  instead of 
18049 \series bold
18050 floatflt
18051 \series default
18052  but it is currently not supported by LyX.
18053 \end_layout
18054
18055 \end_inset
18056
18057
18058 \end_layout
18059
18060 \end_inset
18061
18062  In general:
18063 \end_layout
18064
18065 \begin_layout Itemize
18066 Wrap floats should not be placed in paragraphs that run over a page break.
18067  That means that wrap floats should better be inserted to the exact place
18068  when the document is nearly ready and you are able to estimate where page
18069  breaks will appear.
18070 \end_layout
18071
18072 \begin_layout Itemize
18073 Wrap floats should either be placed in an own paragraph before the paragraph
18074  where they should wrap into or within a paragraph.
18075 \end_layout
18076
18077 \begin_layout Itemize
18078 Wrap floats in consecutive paragraphs may cause troubles, so assure that
18079  there is a text paragraph between them as separator.
18080 \end_layout
18081
18082 \begin_layout Itemize
18083 Wrap floats are not allowed in section headings or tables.
18084 \end_layout
18085
18086 \begin_layout Subsection
18087 Rotated Floats
18088 \begin_inset LatexCommand label
18089 name "sub:Rotated-Floats"
18090
18091 \end_inset
18092
18093
18094 \begin_inset LatexCommand index
18095 name "Floats ! Rotating"
18096
18097 \end_inset
18098
18099
18100 \end_layout
18101
18102 \begin_layout Standard
18103 Especially for wide tables you might have floats rotated.
18104  To rotate a whole float including the caption, right-click on the float-box
18105  and use the option 
18106 \family sans
18107 Rotate\InsetSpace ~
18108 sideways
18109 \family default
18110 .
18111 \end_layout
18112
18113 \begin_layout Standard
18114 Rotated floats are always placed on its own page (or column, when you have
18115  a two-column document).
18116  They are rotated so that you can read them from the outside margin.
18117  Forcing the rotation direction is explained in the 
18118 \emph on
18119 Embedded Objects
18120 \emph default
18121  manual.
18122 \end_layout
18123
18124 \begin_layout Standard
18125 Referencing rotated floats is the same like for normal floats, the caption
18126  format is also the same: Table\InsetSpace ~
18127
18128 \begin_inset LatexCommand ref
18129 reference "cap:Rotated-table"
18130
18131 \end_inset
18132
18133  is an example of a rotated table float.
18134 \end_layout
18135
18136 \begin_layout Standard
18137 \begin_inset Note Greyedout
18138 status open
18139
18140 \begin_layout Standard
18141
18142 \series bold
18143 Note:
18144 \series default
18145  Not all DVI-viewers are able to display rotated floats.
18146 \end_layout
18147
18148 \end_inset
18149
18150
18151 \end_layout
18152
18153 \begin_layout Standard
18154 \begin_inset Float table
18155 wide false
18156 sideways true
18157 status open
18158
18159 \begin_layout Standard
18160 \begin_inset Caption
18161
18162 \begin_layout Standard
18163 \begin_inset LatexCommand label
18164 name "cap:Rotated-table"
18165
18166 \end_inset
18167
18168  Rotated table
18169 \end_layout
18170
18171 \end_inset
18172
18173
18174 \end_layout
18175
18176 \begin_layout Standard
18177 \align center
18178 \begin_inset Tabular
18179 <lyxtabular version="3" rows="1" columns="5">
18180 <features>
18181 <column alignment="center" valignment="top" leftline="true" width="0">
18182 <column alignment="center" valignment="top" leftline="true" width="0">
18183 <column alignment="center" valignment="top" leftline="true" width="0">
18184 <column alignment="center" valignment="top" leftline="true" width="0">
18185 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
18186 <row topline="true" bottomline="true">
18187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18188 \begin_inset Text
18189
18190 \begin_layout Standard
18191 test
18192 \end_layout
18193
18194 \end_inset
18195 </cell>
18196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18197 \begin_inset Text
18198
18199 \begin_layout Standard
18200 b
18201 \end_layout
18202
18203 \end_inset
18204 </cell>
18205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18206 \begin_inset Text
18207
18208 \begin_layout Standard
18209 c
18210 \end_layout
18211
18212 \end_inset
18213 </cell>
18214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18215 \begin_inset Text
18216
18217 \begin_layout Standard
18218 d
18219 \end_layout
18220
18221 \end_inset
18222 </cell>
18223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18224 \begin_inset Text
18225
18226 \begin_layout Standard
18227 e
18228 \end_layout
18229
18230 \end_inset
18231 </cell>
18232 </row>
18233 </lyxtabular>
18234
18235 \end_inset
18236
18237
18238 \end_layout
18239
18240 \end_inset
18241
18242
18243 \end_layout
18244
18245 \begin_layout Subsection
18246 Float Placement
18247 \begin_inset LatexCommand label
18248 name "sub:Float-Placement"
18249
18250 \end_inset
18251
18252
18253 \begin_inset LatexCommand index
18254 name "Floats ! Placement"
18255
18256 \end_inset
18257
18258
18259 \end_layout
18260
18261 \begin_layout Standard
18262 Right-clicking on a float-box opens a dialog where you can alter the placement
18263  options that LaTeX uses for positioning the float.
18264 \newline
18265 The option 
18266 \family sans
18267 Span\InsetSpace ~
18268 columns
18269 \family default
18270  is only useful for two-column documents: If you select it, the float will
18271  span across both columns on the page instead of being confined to just
18272  one.
18273 \newline
18274 The option 
18275 \family sans
18276 Rotate\InsetSpace ~
18277 sideways
18278 \family default
18279  is used to rotate floats, see section\InsetSpace ~
18280
18281 \begin_inset LatexCommand ref
18282 reference "sub:Rotated-Floats"
18283
18284 \end_inset
18285
18286 .
18287 \end_layout
18288
18289 \begin_layout Standard
18290 You can use one ore more of the following options in the float dialog to
18291  set the placement for a particular float when you uncheck the option 
18292 \family sans
18293 Use\InsetSpace ~
18294 default\InsetSpace ~
18295 placement
18296 \family default
18297 :
18298 \end_layout
18299
18300 \begin_layout Description
18301 Here\InsetSpace ~
18302 if\InsetSpace ~
18303 possible: try to place the float on the position where it is inserted
18304 \end_layout
18305
18306 \begin_layout Description
18307 Top\InsetSpace ~
18308 of\InsetSpace ~
18309 page: try to place the float on the top of the current page
18310 \end_layout
18311
18312 \begin_layout Description
18313 Bottom\InsetSpace ~
18314 of\InsetSpace ~
18315 page: try to place the float on the bottom of the current page
18316 \end_layout
18317
18318 \begin_layout Description
18319 Page\InsetSpace ~
18320 of\InsetSpace ~
18321 floats: try to place the float on an own page 
18322 \end_layout
18323
18324 \begin_layout Standard
18325 The order of the above option is 
18326 \emph on
18327 always
18328 \emph default
18329  used by LaTeX.
18330  That means, if you use the default placement, LaTeX will first try out
18331  
18332 \family sans
18333 Here\InsetSpace ~
18334 if\InsetSpace ~
18335 possible
18336 \family default
18337 , then 
18338 \family sans
18339 Top\InsetSpace ~
18340 of\InsetSpace ~
18341 page
18342 \family default
18343 , and then the others.
18344  If you don't use the default, LaTeX will try only the checked options but
18345  in the same order.
18346  If none of the 4 placements are possible the procedure is internally repeated
18347  but it is tried to put the float on the following page.
18348 \end_layout
18349
18350 \begin_layout Standard
18351 By default, each options has its own rules:
18352 \end_layout
18353
18354 \begin_layout Standard
18355
18356 \family sans
18357 Top\InsetSpace ~
18358 of\InsetSpace ~
18359 page
18360 \family default
18361  only floats occupying less than 70\InsetSpace \thinspace{}
18362 % of the page can be placed at the top
18363  of a page
18364 \end_layout
18365
18366 \begin_layout Standard
18367
18368 \family sans
18369 Bottom\InsetSpace ~
18370 of\InsetSpace ~
18371 page
18372 \family default
18373 : only floats occupying less than 30\InsetSpace \thinspace{}
18374 % of the page can be placed at the bottom
18375  of a page.
18376 \end_layout
18377
18378 \begin_layout Standard
18379
18380 \family sans
18381 Page\InsetSpace ~
18382 of\InsetSpace ~
18383 floats
18384 \family default
18385 : only if more than 50\InsetSpace \thinspace{}
18386 % of the page are occupied by floats, several floats
18387  can be set together on a page.
18388 \end_layout
18389
18390 \begin_layout Standard
18391 If you don't like these rules, you can ignore them by using the additional
18392  option 
18393 \family sans
18394 Ignore\InsetSpace ~
18395 LaTeX\InsetSpace ~
18396 rules
18397 \family default
18398 .
18399 \end_layout
18400
18401 \begin_layout Standard
18402 Sometimes you might need, under all circumstances, a float to be placed
18403  exactly at the position where it is inserted.
18404  For this case you can use the option 
18405 \family sans
18406 Here\InsetSpace ~
18407 definitely
18408 \family default
18409 .
18410  Use this option very rarely and only if the document is nearly ready to
18411  be printed.
18412  Because the float is then no longer able to 
18413 \begin_inset Quotes eld
18414 \end_inset
18415
18416 float
18417 \begin_inset Quotes erd
18418 \end_inset
18419
18420  when you change your document and this will often destroy the page layout.
18421 \end_layout
18422
18423 \begin_layout Standard
18424 There are no placement options for text wrap floats, because they are always
18425  surrounded by the text of a certain paragraph.
18426 \end_layout
18427
18428 \begin_layout Standard
18429 For more details about float placements, have a look at LaTeX books like
18430  
18431 \begin_inset LatexCommand cite
18432 key "latexcompanion,latexguide,latexbook"
18433
18434 \end_inset
18435
18436 .
18437 \end_layout
18438
18439 \begin_layout Section
18440 Minipages
18441 \begin_inset LatexCommand index
18442 name "Minipages"
18443
18444 \end_inset
18445
18446
18447 \begin_inset LatexCommand label
18448 name "sec:Minipages"
18449
18450 \end_inset
18451
18452
18453 \end_layout
18454
18455 \begin_layout Standard
18456 LaTeX provides a mechanism to produce essentially a page within a page,
18457  called minipage.
18458  Within a minipage, all the usual rules of indentation, line wrapping, etc.\InsetSpace ~
18459 apply.
18460  
18461 \end_layout
18462
18463 \begin_layout Standard
18464 Minipages in LyX have their own collapsible box inserted via the menu 
18465 \family sans
18466 Insert\SpecialChar \menuseparator
18467 Box
18468 \family default
18469 .
18470  Right-clicking on the box allows you to alter the width of the minipage
18471  and its alignment within the page.
18472 \end_layout
18473
18474 \begin_layout Standard
18475 \align center
18476 \begin_inset Box Frameless
18477 position "t"
18478 hor_pos "c"
18479 has_inner_box 1
18480 inner_pos "t"
18481 use_parbox 0
18482 width "30col%"
18483 special "none"
18484 height "1pt"
18485 height_special "totalheight"
18486 status open
18487
18488 \begin_layout Standard
18489
18490 \shape italic
18491 This is a minipage.
18492  The text is set in an italic style.
18493 \end_layout
18494
18495 \begin_layout Standard
18496
18497 \shape italic
18498 Minipages are often used for text in another language or text that needs
18499  another formatting.
18500 \end_layout
18501
18502 \end_inset
18503
18504
18505 \end_layout
18506
18507 \begin_layout Standard
18508 \begin_inset VSpace medskip
18509 \end_inset
18510
18511 If you place two minipages side-by-side, you can use 
18512 \family sans
18513 Horizontal Fills
18514 \family default
18515  as described in section\InsetSpace ~
18516
18517 \begin_inset LatexCommand ref
18518 reference "sub:Horizontal-Space"
18519
18520 \end_inset
18521
18522 :
18523 \begin_inset VSpace medskip
18524 \end_inset
18525
18526
18527 \end_layout
18528
18529 \begin_layout Standard
18530 \begin_inset Box Frameless
18531 position "t"
18532 hor_pos "c"
18533 has_inner_box 1
18534 inner_pos "t"
18535 use_parbox 0
18536 width "1.5in"
18537 special "none"
18538 height "1pt"
18539 height_special "totalheight"
18540 status open
18541
18542 \begin_layout Standard
18543 This is a minipage with some stupid dummy text.
18544  This dummy text is used to increase the size of the minipage.
18545 \end_layout
18546
18547 \end_inset
18548
18549
18550 \hfill
18551
18552 \begin_inset Box Frameless
18553 position "t"
18554 hor_pos "c"
18555 has_inner_box 1
18556 inner_pos "t"
18557 use_parbox 0
18558 width "1.5in"
18559 special "none"
18560 height "1pt"
18561 height_special "totalheight"
18562 status open
18563
18564 \begin_layout Standard
18565 This is a minipage with some stupid dummy text.
18566  This dummy text is used to increase the size of the minipage.
18567 \end_layout
18568
18569 \end_inset
18570
18571
18572 \end_layout
18573
18574 \begin_layout Standard
18575 \begin_inset VSpace bigskip
18576 \end_inset
18577
18578
18579 \end_layout
18580
18581 \begin_layout Standard
18582 When you right-click on a minipage box, you can change the box from a minipage
18583  to other box types.
18584  All box types and their settings are explained in detail in chapter 
18585 \emph on
18586 Boxes
18587 \emph default
18588  of the 
18589 \emph on
18590 Embedded Objects
18591 \emph default
18592  manual.
18593 \end_layout
18594
18595 \begin_layout Chapter
18596 Mathematical Formulas
18597 \begin_inset LatexCommand index
18598 name "Math"
18599
18600 \end_inset
18601
18602
18603 \begin_inset LatexCommand index
18604 name "Formulas | see{Math}"
18605
18606 \end_inset
18607
18608
18609 \begin_inset LatexCommand label
18610 name "cha:Mathematical-Formulas"
18611
18612 \end_inset
18613
18614
18615 \end_layout
18616
18617 \begin_layout Section
18618 Basic Math Editing
18619 \begin_inset LatexCommand index
18620 name "Math ! Basics"
18621
18622 \end_inset
18623
18624
18625 \end_layout
18626
18627 \begin_layout Standard
18628 To create a math formula, you can just click on the toolbar icon 
18629 \begin_inset Graphics
18630         filename ../images/math-mode.png
18631
18632 \end_inset
18633
18634 .
18635  That will create a little blue rectangle, with purple markers around its
18636  corners.
18637  That blue rectangle is the formula itself; the purple markers indicate
18638  what level of nesting within the formula you are at.
18639  You can also choose a particular formula type to insert via the 
18640 \family sans
18641 Insert\SpecialChar \menuseparator
18642 Math
18643 \family default
18644  menu.
18645 \end_layout
18646
18647 \begin_layout Standard
18648 Editing the parameters of a formula and adding math constructs can be done
18649  with the 
18650 \family sans
18651 math\InsetSpace ~
18652 toolbar
18653 \family default
18654 , that appears when the cursor is in a formula.
18655 \end_layout
18656
18657 \begin_layout Standard
18658 There are two main types of formulas: Inline formulas appear within a text
18659  line, like this one:
18660 \end_layout
18661
18662 \begin_layout Standard
18663 This is a line with an inline formula 
18664 \begin_inset Formula $A=B$
18665 \end_inset
18666
18667  in it.
18668 \end_layout
18669
18670 \begin_layout Standard
18671 Displayed formulas appear outside the text like as they were in an own paragraph
18672 , like this one:
18673 \begin_inset Formula \[
18674 A=B\]
18675
18676 \end_inset
18677
18678 You can only number and reference displayed formulas.
18679 \end_layout
18680
18681 \begin_layout Standard
18682 LyX supports also many LaTeX math commands.
18683  E.g.
18684  typing 
18685 \begin_inset Quotes eld
18686 \end_inset
18687
18688
18689 \series bold
18690
18691 \backslash
18692 alpha
18693 \series default
18694
18695 \begin_inset Quotes erd
18696 \end_inset
18697
18698 , followed by a space, in a formula will create the Greek letter 
18699 \begin_inset Formula $\alpha$
18700 \end_inset
18701
18702 .
18703  So typing commands might sometimes be faster than using the 
18704 \family sans
18705 Math\InsetSpace ~
18706 Panel
18707 \family default
18708 .
18709 \end_layout
18710
18711 \begin_layout Subsection
18712 Navigating in Formulas
18713 \begin_inset LatexCommand index
18714 name "Math ! Navigating"
18715
18716 \end_inset
18717
18718
18719 \end_layout
18720
18721 \begin_layout Standard
18722 The best control over the cursor position within an existing formula is
18723  achieved with the arrow keys.
18724  LyX uses small rectangles to indicate places where something can be inserted.
18725  The arrow keys can be used to navigate between parts of a formula.
18726  Pressing 
18727 \family sans
18728 Space
18729 \family default
18730  will leave a formula construct (a square root 
18731 \begin_inset Formula $\sqrt{2}$
18732 \end_inset
18733
18734 , or parentheses 
18735 \begin_inset Formula $\left(f\right)$
18736 \end_inset
18737
18738 , or a matrix 
18739 \begin_inset Formula $\left[\begin{array}{cc}
18740 1 & 2\\
18741 3 & 4\end{array}\right]$
18742 \end_inset
18743
18744 ).
18745  Pressing 
18746 \family sans
18747 Escape
18748 \family default
18749  will leave the formula, placing the cursor after the formula.
18750  
18751 \family sans
18752 Tab
18753 \family default
18754  can be used to move horizontally in a formula; for example, through the
18755  cells of a matrix or the positions in a multi-line equation.
18756 \end_layout
18757
18758 \begin_layout Standard
18759
18760 \family sans
18761 Space
18762 \family default
18763 , printed in this document as 
18764 \begin_inset Quotes eld
18765 \end_inset
18766
18767
18768 \begin_inset ERT
18769 status collapsed
18770
18771 \begin_layout Standard
18772
18773
18774 \backslash
18775 spce 
18776 \end_layout
18777
18778 \end_inset
18779
18780
18781 \begin_inset Quotes erd
18782 \end_inset
18783
18784
18785 \begin_inset Note Note
18786 status collapsed
18787
18788 \begin_layout Standard
18789 This command will appear in the output as official character denoting the
18790  space character (visible space).
18791 \end_layout
18792
18793 \end_inset
18794
18795 , seems to do nothing in a formula, since it does not add a space between
18796  characters, but it does exit a nested structure.
18797  For this reason, you have to be careful about using 
18798 \family sans
18799 Space
18800 \family default
18801 .
18802  For example, if you want 
18803 \begin_inset Formula $\sqrt{2x+1}$
18804 \end_inset
18805
18806 , type 
18807 \series bold
18808
18809 \backslash
18810 sqrt
18811 \begin_inset ERT
18812 status collapsed
18813
18814 \begin_layout Standard
18815
18816
18817 \backslash
18818 spce 
18819 \end_layout
18820
18821 \end_inset
18822
18823 2x+1
18824 \series default
18825  and not 
18826 \series bold
18827
18828 \backslash
18829 sqrt
18830 \begin_inset ERT
18831 status collapsed
18832
18833 \begin_layout Standard
18834
18835
18836 \backslash
18837 spce 
18838 \end_layout
18839
18840 \end_inset
18841
18842 2x
18843 \begin_inset ERT
18844 status collapsed
18845
18846 \begin_layout Standard
18847
18848
18849 \backslash
18850 spce 
18851 \end_layout
18852
18853 \end_inset
18854
18855 +1
18856 \series default
18857 , since in the latter case only the 
18858 \family typewriter
18859
18860 \begin_inset Formula $2x$
18861 \end_inset
18862
18863
18864 \family default
18865  will be under the square root sign: 
18866 \begin_inset Formula $\sqrt{2x}+1$
18867 \end_inset
18868
18869 .
18870 \end_layout
18871
18872 \begin_layout Standard
18873 You can leave many parts of a formula, like this matrix, partially filled
18874  in, such as:
18875 \begin_inset Formula \[
18876 \left(\begin{array}{ccc}
18877 \lambda_{1}\\
18878  & \ddots\\
18879  &  & \lambda_{n}\end{array}\right)\]
18880
18881 \end_inset
18882
18883 If you leave a fraction only partially filled in, or a subscript with nothing
18884  in it, the results will be unpredictable, but most constructs don't mind.
18885 \end_layout
18886
18887 \begin_layout Subsection
18888 Selecting Text
18889 \end_layout
18890
18891 \begin_layout Standard
18892 You can select text within a formula in two different ways.
18893  Place the cursor at one end of the string of text you want, and press 
18894 \family sans
18895 Shift
18896 \family default
18897  and a cursor movement key to select text.
18898  It will be highlighted as with regular text selection.
18899  Alternatively, you can select text with the mouse in the usual way.
18900  That text can then be cut or copied, and then pasted within any formula,
18901  but not in a normal text region in LyX.
18902 \end_layout
18903
18904 \begin_layout Subsection
18905 Exponents and Subscripts
18906 \begin_inset LatexCommand index
18907 name "Math ! Exponents"
18908
18909 \end_inset
18910
18911
18912 \begin_inset LatexCommand index
18913 name "Math ! Subscripts"
18914
18915 \end_inset
18916
18917
18918 \end_layout
18919
18920 \begin_layout Standard
18921 You can use the math panel to add super- or subscripts, but the much easier
18922  way is to use a command.
18923  To get 
18924 \begin_inset Formula $x^{2}$
18925 \end_inset
18926
18927 , type in a formula 
18928 \series bold
18929 x^2
18930 \begin_inset ERT
18931 status collapsed
18932
18933 \begin_layout Standard
18934
18935
18936 \backslash
18937 spce 
18938 \end_layout
18939
18940 \end_inset
18941
18942
18943 \series default
18944 .
18945  The final 
18946 \family sans
18947 Space
18948 \family default
18949  puts the cursor back down on the base line of the expression.
18950  If you type 
18951 \series bold
18952 x^2y
18953 \series default
18954 , you will get 
18955 \begin_inset Formula $x^{2y}$
18956 \end_inset
18957
18958 , to get 
18959 \begin_inset Formula $x^{2}y$
18960 \end_inset
18961
18962 , type 
18963 \series bold
18964 x^2
18965 \begin_inset ERT
18966 status collapsed
18967
18968 \begin_layout Standard
18969
18970
18971 \backslash
18972 spce 
18973 \end_layout
18974
18975 \end_inset
18976
18977 y
18978 \series default
18979 .
18980  If you use characters in the superscript, that could be accented with the
18981  hat 
18982 \begin_inset Quotes eld
18983 \end_inset
18984
18985 ^
18986 \begin_inset Quotes erd
18987 \end_inset
18988
18989 , you have to use an extra 
18990 \family sans
18991 Space
18992 \family default
18993  to separate the hat and the character.
18994  E.g.
18995  if you want 
18996 \begin_inset Formula $x^{a}$
18997 \end_inset
18998
18999 , type 
19000 \series bold
19001 x^
19002 \begin_inset ERT
19003 status collapsed
19004
19005 \begin_layout Standard
19006
19007
19008 \backslash
19009 spce 
19010 \end_layout
19011
19012 \end_inset
19013
19014 a
19015 \series default
19016 .
19017  Subscripts are similar: To get 
19018 \begin_inset Formula $a_{1}$
19019 \end_inset
19020
19021 , type 
19022 \series bold
19023 a_1
19024 \begin_inset ERT
19025 status collapsed
19026
19027 \begin_layout Standard
19028
19029
19030 \backslash
19031 spce 
19032 \end_layout
19033
19034 \end_inset
19035
19036
19037 \series default
19038 .
19039 \end_layout
19040
19041 \begin_layout Subsection
19042 Fractions
19043 \begin_inset LatexCommand index
19044 name "Math ! Fractions"
19045
19046 \end_inset
19047
19048
19049 \end_layout
19050
19051 \begin_layout Standard
19052 Create a fraction with either the command 
19053 \series bold
19054
19055 \backslash
19056 frac
19057 \series default
19058  or using the icon 
19059 \begin_inset Graphics
19060         filename ../images/math/frac.png
19061         scale 60
19062
19063 \end_inset
19064
19065  in the 
19066 \family sans
19067 Math\InsetSpace ~
19068 Panel
19069 \family default
19070 .
19071  You will be presented with an empty fraction.
19072  The cursor is above the fraction line.
19073  To move it to the bottom, simply press 
19074 \family sans
19075 Down
19076 \family default
19077 .
19078  To move back up, press 
19079 \family sans
19080 Up
19081 \family default
19082 .
19083  Any math structure can be placed in a fraction, as this example shows:
19084 \begin_inset Formula \[
19085 \left[\frac{1}{\left(\begin{array}{cc}
19086 2 & 3\\
19087 4 & 5\end{array}\right)}\right]\]
19088
19089 \end_inset
19090
19091
19092 \end_layout
19093
19094 \begin_layout Subsection
19095 Roots
19096 \begin_inset LatexCommand index
19097 name "Math ! Roots"
19098
19099 \end_inset
19100
19101
19102 \end_layout
19103
19104 \begin_layout Standard
19105 Roots can be created using the 
19106 \family sans
19107 Math\InsetSpace ~
19108 Panel
19109 \family default
19110  button
19111 \begin_inset Graphics
19112         filename ../images/math/sqrt.png
19113
19114 \end_inset
19115
19116  or the commands 
19117 \series bold
19118
19119 \backslash
19120 sqrt
19121 \series default
19122  or 
19123 \series bold
19124
19125 \backslash
19126 root
19127 \series default
19128 .
19129  With the command 
19130 \series bold
19131
19132 \backslash
19133 root
19134 \series default
19135  you can produce roots of higher orders, like cube roots, while 
19136 \series bold
19137
19138 \backslash
19139 sqrt
19140 \series default
19141  produces always a square root.
19142 \end_layout
19143
19144 \begin_layout Subsection
19145 Operators with Limits
19146 \begin_inset LatexCommand index
19147 name "Math ! Sums"
19148
19149 \end_inset
19150
19151
19152 \begin_inset LatexCommand index
19153 name "Math ! Integrals"
19154
19155 \end_inset
19156
19157
19158 \begin_inset LatexCommand label
19159 name "sub:Operators-with-Limits"
19160
19161 \end_inset
19162
19163
19164 \end_layout
19165
19166 \begin_layout Standard
19167 Sum (
19168 \begin_inset Formula $\sum$
19169 \end_inset
19170
19171 ) and integral (
19172 \begin_inset Formula $\int$
19173 \end_inset
19174
19175 ) operators are very often decorated with limits.
19176  These limits can be entered in LyX by entering them as you would enter
19177  a super- or subscript, directly after the symbol.
19178  The sum operator will automatically place its 
19179 \begin_inset Quotes eld
19180 \end_inset
19181
19182 limits
19183 \begin_inset Quotes erd
19184 \end_inset
19185
19186  over and under the symbol in displayed formulas, and on the side in inline
19187  formulas.
19188  Such as 
19189 \begin_inset Formula $\sum_{n=0}^{\infty}\frac{1}{n!}=e$
19190 \end_inset
19191
19192 , versus
19193 \begin_inset Formula \[
19194 \sum_{n=0}^{\infty}\frac{1}{n!}=e\]
19195
19196 \end_inset
19197
19198 Integral signs, however, will place the limits on the side in both formula
19199  types.
19200 \end_layout
19201
19202 \begin_layout Standard
19203 All operators with limits will be automatically re-sized when placed in
19204  display mode.
19205  The placement of the limits can be changed by placing the cursor directly
19206  behind the operator and hitting 
19207 \family sans
19208 M-m l
19209 \family default
19210  or using the menu 
19211 \family sans
19212 Edit\SpecialChar \menuseparator
19213 Math\SpecialChar \menuseparator
19214 Change\InsetSpace ~
19215 Limits\InsetSpace ~
19216 Type
19217 \family default
19218 .
19219 \end_layout
19220
19221 \begin_layout Standard
19222 Certain other mathematical expressions have this 
19223 \begin_inset Quotes eld
19224 \end_inset
19225
19226 moving limits
19227 \begin_inset Quotes erd
19228 \end_inset
19229
19230  feature as addition, such as
19231 \begin_inset LatexCommand index
19232 name "Math ! Limits"
19233
19234 \end_inset
19235
19236
19237 \begin_inset Formula \[
19238 \lim_{x\rightarrow\infty}f(x),\]
19239
19240 \end_inset
19241
19242 which will place the 
19243 \begin_inset Formula $x\rightarrow\infty$
19244 \end_inset
19245
19246  underneath the 
19247 \begin_inset Quotes eld
19248 \end_inset
19249
19250 lim
19251 \begin_inset Quotes erd
19252 \end_inset
19253
19254  in display mode.
19255  In inline formulas it looks like this: 
19256 \begin_inset Formula $\lim_{x\rightarrow\infty}f(x)$
19257 \end_inset
19258
19259 .
19260 \end_layout
19261
19262 \begin_layout Standard
19263 Note that the lim-function was entered as the function macro 
19264 \series bold
19265
19266 \backslash
19267 lim
19268 \series default
19269 .
19270  Have a look at section\InsetSpace ~
19271
19272 \begin_inset LatexCommand ref
19273 reference "sub:Functions"
19274
19275 \end_inset
19276
19277  for an explanation of function macros.
19278 \end_layout
19279
19280 \begin_layout Subsection
19281 Math Symbols
19282 \begin_inset LatexCommand index
19283 name "Math ! Symbols"
19284
19285 \end_inset
19286
19287
19288 \end_layout
19289
19290 \begin_layout Standard
19291 Most math symbols can be found in the 
19292 \family sans
19293 Math\InsetSpace ~
19294 Panel
19295 \family default
19296  under one of several categories; including 
19297 \family sans
19298 Greek
19299 \family default
19300
19301 \family sans
19302 Operators
19303 \family default
19304  , 
19305 \family sans
19306 Relations
19307 \family default
19308
19309 \family sans
19310 Arrows
19311 \family default
19312 .
19313  There are also the additional symbols provided by the American Mathematical
19314  Society (AMS).
19315 \end_layout
19316
19317 \begin_layout Standard
19318 If you know the LaTeX-command for a construct or symbol you wish to use,
19319  you don't have to use the 
19320 \family sans
19321 Math\InsetSpace ~
19322 Panel
19323 \family default
19324 , but can type the command directly into the formula.
19325  LyX will convert it to the corresponding symbol or construct.
19326 \end_layout
19327
19328 \begin_layout Subsection
19329 Altering Spacing
19330 \begin_inset LatexCommand index
19331 name "Math ! Spaces"
19332
19333 \end_inset
19334
19335
19336 \begin_inset LatexCommand label
19337 name "sub:Altering-Spacing"
19338
19339 \end_inset
19340
19341
19342 \end_layout
19343
19344 \begin_layout Standard
19345 You may want to create spaces that differs from the standard spacing that
19346  LaTeX provides.
19347  To do this, type 
19348 \family sans
19349 C-Space
19350 \family default
19351  or to use the 
19352 \family sans
19353 Math\InsetSpace ~
19354 Panel
19355 \family default
19356  button 
19357 \begin_inset Graphics
19358         filename ../images/math/space.png
19359
19360 \end_inset
19361
19362 .
19363  This generates a small space, and shows a small marker on the screen.
19364  Here a example for the sequence 
19365 \series bold
19366 a C-Space b
19367 \series default
19368
19369 \begin_inset Formula $a\, b$
19370 \end_inset
19371
19372  (appears in LyX as 
19373 \begin_inset Graphics
19374         filename clipart/SpaceMarker.png
19375
19376 \end_inset
19377
19378 ).
19379  You can change the space to different sizes when you set the cursor behind
19380  the space marker and hit space again several times.
19381  With every space hit the size will be changed.
19382  Some markers for the space size appear red in LyX, because they are a negative
19383  spaces.
19384  Here two examples:
19385 \end_layout
19386
19387 \begin_layout Standard
19388
19389 \series bold
19390 a C-Space b
19391 \series default
19392  and 3×
19393 \family sans
19394 Space
19395 \family default
19396
19397 \begin_inset Formula $a\quad b$
19398 \end_inset
19399
19400
19401 \end_layout
19402
19403 \begin_layout Standard
19404
19405 \series bold
19406 a C-Space b
19407 \series default
19408  and 5×
19409 \family sans
19410 Space
19411 \family default
19412
19413 \begin_inset Formula $a\! b$
19414 \end_inset
19415
19416
19417 \end_layout
19418
19419 \begin_layout Subsection
19420 Functions
19421 \begin_inset LatexCommand index
19422 name "Math ! Functions"
19423
19424 \end_inset
19425
19426
19427 \begin_inset LatexCommand label
19428 name "sub:Functions"
19429
19430 \end_inset
19431
19432
19433 \end_layout
19434
19435 \begin_layout Standard
19436 The 
19437 \family sans
19438 Math\InsetSpace ~
19439 Panel
19440 \family default
19441  contains under the button 
19442 \begin_inset Graphics
19443         filename ../images/math/functions.png
19444
19445 \end_inset
19446
19447  a number of functions, such as 
19448 \begin_inset Formula $\sin$
19449 \end_inset
19450
19451
19452 \begin_inset Formula $\lim$
19453 \end_inset
19454
19455
19456 \emph on
19457 etc
19458 \emph default
19459 .
19460  (you can also insert them in a formula by typing 
19461 \series bold
19462
19463 \backslash
19464 sin
19465 \series default
19466  etc.).
19467  Standard mathematical practice is, that functions are printed upright to
19468  avoid confusions, because 
19469 \begin_inset Formula $sin$
19470 \end_inset
19471
19472  does normally mean 
19473 \begin_inset Formula $s·i·n$
19474 \end_inset
19475
19476 .
19477 \end_layout
19478
19479 \begin_layout Standard
19480 Using the function macros will also produce correct spacing around the function:
19481  
19482 \begin_inset Formula $a\sin x$
19483 \end_inset
19484
19485  is different from 
19486 \begin_inset Formula $asinx$
19487 \end_inset
19488
19489
19490 \end_layout
19491
19492 \begin_layout Standard
19493 For some mathematical objects, like the limes, the macro changes the way
19494  that subscripts are placed, like described in section\InsetSpace ~
19495
19496 \begin_inset LatexCommand ref
19497 reference "sub:Operators-with-Limits"
19498
19499 \end_inset
19500
19501 .
19502 \end_layout
19503
19504 \begin_layout Subsection
19505 Accents
19506 \begin_inset LatexCommand index
19507 name "Math ! Accents"
19508
19509 \end_inset
19510
19511
19512 \end_layout
19513
19514 \begin_layout Standard
19515 In a formula you can insert accented characters in the same way as in text
19516  mode.
19517  This may depend on your keyboard, or the bindings file you use.
19518  You can also use LaTeX commands to e.g.
19519  enter 
19520 \begin_inset Formula $\hat{a}$
19521 \end_inset
19522
19523  even if your keyboard doesn't have hat-accents enabled.
19524  Our example is entered by typing 
19525 \series bold
19526
19527 \backslash
19528 hat
19529 \begin_inset ERT
19530 status collapsed
19531
19532 \begin_layout Standard
19533
19534
19535 \backslash
19536 spce 
19537 \end_layout
19538
19539 \end_inset
19540
19541 a
19542 \series default
19543  in a formula.
19544  Table\InsetSpace ~
19545
19546 \begin_inset LatexCommand ref
19547 reference "cap:Accent-names-and"
19548
19549 \end_inset
19550
19551  shows the equivalences between the accent names and the commands.
19552 \end_layout
19553
19554 \begin_layout Standard
19555 \begin_inset Float table
19556 wide false
19557 sideways false
19558 status open
19559
19560 \begin_layout Standard
19561 \begin_inset Caption
19562
19563 \begin_layout Standard
19564 \begin_inset LatexCommand label
19565 name "cap:Accent-names-and"
19566
19567 \end_inset
19568
19569 Accent names and the corresponding commands.
19570 \end_layout
19571
19572 \end_inset
19573
19574
19575 \end_layout
19576
19577 \begin_layout Standard
19578 \align center
19579 \begin_inset Tabular
19580 <lyxtabular version="3" rows="11" columns="3">
19581 <features>
19582 <column alignment="center" valignment="top" leftline="true" width="0pt">
19583 <column alignment="center" valignment="top" leftline="true" width="0pt">
19584 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
19585 <row topline="true" bottomline="true">
19586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19587 \begin_inset Text
19588
19589 \begin_layout Standard
19590 Name
19591 \end_layout
19592
19593 \end_inset
19594 </cell>
19595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19596 \begin_inset Text
19597
19598 \begin_layout Standard
19599 Command
19600 \end_layout
19601
19602 \end_inset
19603 </cell>
19604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19605 \begin_inset Text
19606
19607 \begin_layout Standard
19608 E
19609 \family roman
19610 \series medium
19611 \shape up
19612 \size normal
19613 \emph off
19614 \bar no
19615 \noun off
19616 \color none
19617 xample
19618 \end_layout
19619
19620 \end_inset
19621 </cell>
19622 </row>
19623 <row topline="true">
19624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19625 \begin_inset Text
19626
19627 \begin_layout Standard
19628
19629 \family roman
19630 \series medium
19631 \shape up
19632 \size normal
19633 \emph off
19634 \bar no
19635 \noun off
19636 \color none
19637 circumflex
19638 \end_layout
19639
19640 \end_inset
19641 </cell>
19642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19643 \begin_inset Text
19644
19645 \begin_layout Standard
19646
19647 \series bold
19648
19649 \backslash
19650 hat
19651 \end_layout
19652
19653 \end_inset
19654 </cell>
19655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19656 \begin_inset Text
19657
19658 \begin_layout Standard
19659
19660 \family roman
19661 \series medium
19662 \shape up
19663 \size normal
19664 \emph off
19665 \bar no
19666 \noun off
19667 \color none
19668 \begin_inset Formula $\hat{a}$
19669 \end_inset
19670
19671
19672 \end_layout
19673
19674 \end_inset
19675 </cell>
19676 </row>
19677 <row topline="true">
19678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19679 \begin_inset Text
19680
19681 \begin_layout Standard
19682
19683 \family roman
19684 \series medium
19685 \shape up
19686 \size normal
19687 \emph off
19688 \bar no
19689 \noun off
19690 \color none
19691 grave
19692 \end_layout
19693
19694 \end_inset
19695 </cell>
19696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19697 \begin_inset Text
19698
19699 \begin_layout Standard
19700
19701 \series bold
19702
19703 \backslash
19704 grave
19705 \end_layout
19706
19707 \end_inset
19708 </cell>
19709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19710 \begin_inset Text
19711
19712 \begin_layout Standard
19713
19714 \family roman
19715 \series medium
19716 \shape up
19717 \size normal
19718 \emph off
19719 \bar no
19720 \noun off
19721 \color none
19722 \begin_inset Formula $\grave{a}$
19723 \end_inset
19724
19725
19726 \end_layout
19727
19728 \end_inset
19729 </cell>
19730 </row>
19731 <row topline="true">
19732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19733 \begin_inset Text
19734
19735 \begin_layout Standard
19736
19737 \family roman
19738 \series medium
19739 \shape up
19740 \size normal
19741 \emph off
19742 \bar no
19743 \noun off
19744 \color none
19745 acute
19746 \end_layout
19747
19748 \end_inset
19749 </cell>
19750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19751 \begin_inset Text
19752
19753 \begin_layout Standard
19754
19755 \series bold
19756
19757 \backslash
19758 acute
19759 \end_layout
19760
19761 \end_inset
19762 </cell>
19763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19764 \begin_inset Text
19765
19766 \begin_layout Standard
19767
19768 \family roman
19769 \series medium
19770 \shape up
19771 \size normal
19772 \emph off
19773 \bar no
19774 \noun off
19775 \color none
19776 \begin_inset Formula $\acute{a}$
19777 \end_inset
19778
19779
19780 \end_layout
19781
19782 \end_inset
19783 </cell>
19784 </row>
19785 <row topline="true">
19786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19787 \begin_inset Text
19788
19789 \begin_layout Standard
19790
19791 \family roman
19792 \series medium
19793 \shape up
19794 \size normal
19795 \emph off
19796 \bar no
19797 \noun off
19798 \color none
19799 umlaut
19800 \end_layout
19801
19802 \end_inset
19803 </cell>
19804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19805 \begin_inset Text
19806
19807 \begin_layout Standard
19808
19809 \series bold
19810
19811 \backslash
19812 ddot
19813 \end_layout
19814
19815 \end_inset
19816 </cell>
19817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19818 \begin_inset Text
19819
19820 \begin_layout Standard
19821
19822 \family roman
19823 \series medium
19824 \shape up
19825 \size normal
19826 \emph off
19827 \bar no
19828 \noun off
19829 \color none
19830 \begin_inset Formula $\ddot{a}$
19831 \end_inset
19832
19833
19834 \end_layout
19835
19836 \end_inset
19837 </cell>
19838 </row>
19839 <row topline="true">
19840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19841 \begin_inset Text
19842
19843 \begin_layout Standard
19844
19845 \family roman
19846 \series medium
19847 \shape up
19848 \size normal
19849 \emph off
19850 \bar no
19851 \noun off
19852 \color none
19853 tilde
19854 \end_layout
19855
19856 \end_inset
19857 </cell>
19858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19859 \begin_inset Text
19860
19861 \begin_layout Standard
19862
19863 \series bold
19864
19865 \backslash
19866 tilde
19867 \end_layout
19868
19869 \end_inset
19870 </cell>
19871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19872 \begin_inset Text
19873
19874 \begin_layout Standard
19875
19876 \family roman
19877 \series medium
19878 \shape up
19879 \size normal
19880 \emph off
19881 \bar no
19882 \noun off
19883 \color none
19884 \begin_inset Formula $\tilde{a}$
19885 \end_inset
19886
19887
19888 \end_layout
19889
19890 \end_inset
19891 </cell>
19892 </row>
19893 <row topline="true">
19894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19895 \begin_inset Text
19896
19897 \begin_layout Standard
19898
19899 \family roman
19900 \series medium
19901 \shape up
19902 \size normal
19903 \emph off
19904 \bar no
19905 \noun off
19906 \color none
19907 dot
19908 \end_layout
19909
19910 \end_inset
19911 </cell>
19912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19913 \begin_inset Text
19914
19915 \begin_layout Standard
19916
19917 \series bold
19918
19919 \backslash
19920 dot
19921 \end_layout
19922
19923 \end_inset
19924 </cell>
19925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19926 \begin_inset Text
19927
19928 \begin_layout Standard
19929
19930 \family roman
19931 \series medium
19932 \shape up
19933 \size normal
19934 \emph off
19935 \bar no
19936 \noun off
19937 \color none
19938 \begin_inset Formula $\dot{a}$
19939 \end_inset
19940
19941
19942 \end_layout
19943
19944 \end_inset
19945 </cell>
19946 </row>
19947 <row topline="true">
19948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19949 \begin_inset Text
19950
19951 \begin_layout Standard
19952
19953 \family roman
19954 \series medium
19955 \shape up
19956 \size normal
19957 \emph off
19958 \bar no
19959 \noun off
19960 \color none
19961 breve
19962 \end_layout
19963
19964 \end_inset
19965 </cell>
19966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19967 \begin_inset Text
19968
19969 \begin_layout Standard
19970
19971 \series bold
19972
19973 \backslash
19974 breve
19975 \end_layout
19976
19977 \end_inset
19978 </cell>
19979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19980 \begin_inset Text
19981
19982 \begin_layout Standard
19983
19984 \family roman
19985 \series medium
19986 \shape up
19987 \size normal
19988 \emph off
19989 \bar no
19990 \noun off
19991 \color none
19992 \begin_inset Formula $\breve{a}$
19993 \end_inset
19994
19995
19996 \end_layout
19997
19998 \end_inset
19999 </cell>
20000 </row>
20001 <row topline="true">
20002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20003 \begin_inset Text
20004
20005 \begin_layout Standard
20006
20007 \family roman
20008 \series medium
20009 \shape up
20010 \size normal
20011 \emph off
20012 \bar no
20013 \noun off
20014 \color none
20015 caron
20016 \end_layout
20017
20018 \end_inset
20019 </cell>
20020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20021 \begin_inset Text
20022
20023 \begin_layout Standard
20024
20025 \series bold
20026
20027 \backslash
20028 check
20029 \end_layout
20030
20031 \end_inset
20032 </cell>
20033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20034 \begin_inset Text
20035
20036 \begin_layout Standard
20037
20038 \family roman
20039 \series medium
20040 \shape up
20041 \size normal
20042 \emph off
20043 \bar no
20044 \noun off
20045 \color none
20046 \begin_inset Formula $\check{a}$
20047 \end_inset
20048
20049
20050 \end_layout
20051
20052 \end_inset
20053 </cell>
20054 </row>
20055 <row topline="true">
20056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20057 \begin_inset Text
20058
20059 \begin_layout Standard
20060
20061 \family roman
20062 \series medium
20063 \shape up
20064 \size normal
20065 \emph off
20066 \bar no
20067 \noun off
20068 \color none
20069 macron
20070 \end_layout
20071
20072 \end_inset
20073 </cell>
20074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20075 \begin_inset Text
20076
20077 \begin_layout Standard
20078
20079 \series bold
20080
20081 \backslash
20082 bar
20083 \end_layout
20084
20085 \end_inset
20086 </cell>
20087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20088 \begin_inset Text
20089
20090 \begin_layout Standard
20091
20092 \family roman
20093 \series medium
20094 \shape up
20095 \size normal
20096 \emph off
20097 \bar no
20098 \noun off
20099 \color none
20100 \begin_inset Formula $\bar{a}$
20101 \end_inset
20102
20103
20104 \end_layout
20105
20106 \end_inset
20107 </cell>
20108 </row>
20109 <row topline="true" bottomline="true">
20110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20111 \begin_inset Text
20112
20113 \begin_layout Standard
20114 vector
20115 \end_layout
20116
20117 \end_inset
20118 </cell>
20119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20120 \begin_inset Text
20121
20122 \begin_layout Standard
20123
20124 \series bold
20125
20126 \backslash
20127 vec
20128 \end_layout
20129
20130 \end_inset
20131 </cell>
20132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20133 \begin_inset Text
20134
20135 \begin_layout Standard
20136
20137 \family roman
20138 \series medium
20139 \shape up
20140 \size normal
20141 \emph off
20142 \bar no
20143 \noun off
20144 \color none
20145 \begin_inset Formula $\vec{a}$
20146 \end_inset
20147
20148
20149 \end_layout
20150
20151 \end_inset
20152 </cell>
20153 </row>
20154 </lyxtabular>
20155
20156 \end_inset
20157
20158
20159 \end_layout
20160
20161 \end_inset
20162
20163
20164 \end_layout
20165
20166 \begin_layout Standard
20167 You can choose one of the accents by selecting an item from the 
20168 \family sans
20169 Frame\InsetSpace ~
20170 decorations
20171 \family default
20172  symbol set button 
20173 \begin_inset Graphics
20174         filename ../images/math/hat.png
20175
20176 \end_inset
20177
20178  in the math panel ; this will apply to any selection you have made within
20179  a formula too.
20180 \end_layout
20181
20182 \begin_layout Section
20183 Brackets and Delimiters
20184 \begin_inset LatexCommand index
20185 name "Math ! Brackets"
20186
20187 \end_inset
20188
20189
20190 \begin_inset LatexCommand index
20191 name "Math ! Delimiters"
20192
20193 \end_inset
20194
20195
20196 \begin_inset LatexCommand label
20197 name "sec:Brackets-and-Delimiters"
20198
20199 \end_inset
20200
20201
20202 \end_layout
20203
20204 \begin_layout Standard
20205 There are several brackets available through LyX.
20206  For most purposes, using just the keys 
20207 \family typewriter
20208 []{}()|<>
20209 \family default
20210  should suffice.
20211  But if you want to surround a large structure, like a matrix or a fraction,
20212  or if you have several layers of brackets, is better using 
20213 \family sans
20214 Math\InsetSpace ~
20215 Panel
20216 \family default
20217 's delimiter icon 
20218 \begin_inset Graphics
20219         filename ../images/math/delim.png
20220
20221 \end_inset
20222
20223 .
20224  For example, that's how you would construct the brackets around a standard
20225  matrix such as:
20226 \begin_inset Formula \[
20227 \left[\begin{array}{cc}
20228 1 & 2\\
20229 3 & 4\end{array}\right]\]
20230
20231 \end_inset
20232
20233 and to make it easier to see the layers of parentheses as in: 
20234 \begin_inset Formula \[
20235 \frac{1}{\left(1+\left(\frac{1}{1+\left(\frac{1}{1+x}\right)}\right)\right)}\]
20236
20237 \end_inset
20238
20239
20240 \end_layout
20241
20242 \begin_layout Standard
20243 The parentheses, and other brackets from that menu will automatically re-size
20244  to accommodate the size of what is inside.
20245 \end_layout
20246
20247 \begin_layout Standard
20248 To construct brackets click on the button for the bracket you want on the
20249  left side and right side.
20250  If you use the option 
20251 \family sans
20252 Keep\InsetSpace ~
20253 matched
20254 \family default
20255 , the selected bracket type will be used for the left and the right side.
20256  The selection will be shown below the button field.
20257  If you want one side to not have a bracket, use the blank button.
20258  It will appear in LyX with a dotted line, but nothing will be printed.
20259 \end_layout
20260
20261 \begin_layout Standard
20262 If you want to place brackets around math structures, like a square root,
20263  you can do that by highlighting (selecting) the structure that is to go
20264  inside the brackets.
20265  Then choose the appropriate brackets for left and right and click on 
20266 \family sans
20267 Insert
20268 \family default
20269 .
20270  The parentheses will be drawn around the selected structure.
20271 \end_layout
20272
20273 \begin_layout Standard
20274 The next section explains how to insert a LaTeX 
20275 \begin_inset Quotes eld
20276 \end_inset
20277
20278 {
20279 \begin_inset Quotes erd
20280 \end_inset
20281
20282  for grouping.
20283 \end_layout
20284
20285 \begin_layout Section
20286 Grouping
20287 \begin_inset LatexCommand index
20288 name "Math ! Grouping"
20289
20290 \end_inset
20291
20292
20293 \begin_inset LatexCommand label
20294 name "sec:Grouping"
20295
20296 \end_inset
20297
20298
20299 \end_layout
20300
20301 \begin_layout Standard
20302 You may need to group a set of symbols.
20303  In LaTeX, for example, the typesetting of 
20304 \family typewriter
20305 {x^y}^z
20306 \family default
20307  is different from 
20308 \family typewriter
20309 x^{y^z}
20310 \family default
20311 :
20312 \end_layout
20313
20314 \begin_layout Standard
20315 \begin_inset Formula \[
20316 {x^{y}}^{z}\quad\mathrm{differs\; from}\quad x^{y^{z}}\]
20317
20318 \end_inset
20319
20320
20321 \end_layout
20322
20323 \begin_layout Standard
20324 To create this grouping, you need to use the key sequence 
20325 \begin_inset Quotes eld
20326 \end_inset
20327
20328
20329 \series bold
20330
20331 \backslash
20332 {
20333 \series default
20334
20335 \begin_inset Quotes erd
20336 \end_inset
20337
20338  then type space.
20339  Inside LyX, you will see red braces indicating the grouping.
20340  Within this braces you insert the grouped structure.
20341  The grouping braces won't appear in the output in contrary to normal braces.
20342 \end_layout
20343
20344 \begin_layout Section
20345 Arrays and Multi-line Equations
20346 \begin_inset LatexCommand index
20347 name "Math ! Arrays"
20348
20349 \end_inset
20350
20351
20352 \begin_inset LatexCommand index
20353 name "Math ! Matrices"
20354
20355 \end_inset
20356
20357
20358 \begin_inset LatexCommand index
20359 name "Math ! Multi-line Equations"
20360
20361 \end_inset
20362
20363
20364 \end_layout
20365
20366 \begin_layout Standard
20367 Matrices are entered in LyX using the 
20368 \family sans
20369 Math\InsetSpace ~
20370 Panel
20371 \family default
20372  matrix button 
20373 \begin_inset Graphics
20374         filename ../images/math/matrix.png
20375
20376 \end_inset
20377
20378 .
20379  It will open a dialog for you to choose the number of rows/columns.
20380  Here is an example:
20381 \begin_inset Formula \[
20382 \left(\begin{array}{ccc}
20383 1 & 2 & 3\\
20384 4 & 5 & 6\\
20385 7 & 8 & 9\end{array}\right)\]
20386
20387 \end_inset
20388
20389 The parentheses aren't automatic, but you can add them as described in section\InsetSpace ~
20390
20391 \begin_inset LatexCommand ref
20392 reference "sec:Brackets-and-Delimiters"
20393
20394 \end_inset
20395
20396 .
20397  When you construct the matrix, you can decide whether the column entries
20398  will be left-, right-, or center-justified.
20399  This alignment is set in the box 
20400 \family sans
20401 Horizontal
20402 \family default
20403  with the letters 
20404 \begin_inset Quotes eld
20405 \end_inset
20406
20407
20408 \family sans
20409 l
20410 \family default
20411
20412 \begin_inset Quotes erd
20413 \end_inset
20414
20415
20416 \begin_inset Quotes eld
20417 \end_inset
20418
20419
20420 \family sans
20421 r
20422 \family default
20423
20424 \begin_inset Quotes erd
20425 \end_inset
20426
20427 , and 
20428 \begin_inset Quotes eld
20429 \end_inset
20430
20431
20432 \family sans
20433 c
20434 \family default
20435
20436 \begin_inset Quotes erd
20437 \end_inset
20438
20439 .
20440  LyX proposes a 
20441 \begin_inset Quotes eld
20442 \end_inset
20443
20444
20445 \family sans
20446 c
20447 \family default
20448
20449 \begin_inset Quotes erd
20450 \end_inset
20451
20452  for every column as default.
20453  For example, the sequence 
20454 \begin_inset Quotes eld
20455 \end_inset
20456
20457
20458 \family sans
20459 lrc
20460 \family default
20461
20462 \begin_inset Quotes erd
20463 \end_inset
20464
20465  means that the first column will be left-justified, the second will be
20466  centered, and the third column will be right-justified, because each letter
20467  corresponds to the relevant column.
20468  The result will look like this:
20469 \begin_inset Formula \[
20470 \begin{array}{lcr}
20471 this & this\, column & this\, column\\
20472 column & has & has\, right\\
20473 has\, left\, alignment & center\, alignment & alignment\end{array}.\]
20474
20475 \end_inset
20476
20477
20478 \end_layout
20479
20480 \begin_layout Standard
20481 You can add more rows to an existing matrix by hitting 
20482 \family sans
20483 C-Enter
20484 \family default
20485  while the cursor is in the matrix.
20486  Adding or deleting columns can be done via the menu 
20487 \family sans
20488 Edit\SpecialChar \menuseparator
20489 Math
20490 \family default
20491 .
20492 \end_layout
20493
20494 \begin_layout Standard
20495 There are other arrays used in formulas, such as distinctions of cases.
20496  It can be created with the menu 
20497 \family sans
20498 Insert\SpecialChar \menuseparator
20499 Math\SpecialChar \menuseparator
20500 Cases\InsetSpace ~
20501 Environment
20502 \family default
20503  or the command 
20504 \series bold
20505
20506 \backslash
20507 cases
20508 \series default
20509 .
20510  Here an example: 
20511 \begin_inset Formula \[
20512 f(x)=\begin{cases}
20513 -1 & x<0\\
20514 0 & x=0\\
20515 1 & x>0\end{cases}\]
20516
20517 \end_inset
20518
20519
20520 \end_layout
20521
20522 \begin_layout Standard
20523 \begin_inset VSpace bigskip
20524 \end_inset
20525
20526 Multi-line formulas are created when you press 
20527 \family sans
20528 \series medium
20529 C-E
20530 \series default
20531 nter
20532 \family default
20533  within a formula.
20534  In an empty formula you can see that three blue boxes appear, one for each
20535  column.
20536  When you press 
20537 \family sans
20538 \series medium
20539 C-E
20540 \series default
20541 nter
20542 \family default
20543  in a non-empty formula, the part before the relation sign (equal sign 
20544 \begin_inset Quotes eld
20545 \end_inset
20546
20547 =
20548 \begin_inset Quotes erd
20549 \end_inset
20550
20551  etc.) will be inserted automatically to the first column, the relation sign
20552  is in the second column, and the rest in the third column.
20553  A new row is created by every further hit of 
20554 \family sans
20555 \series medium
20556 C-E
20557 \series default
20558 nter
20559 \family default
20560 .
20561  Multi-line formulas are always displayed formulas.
20562  Here is an example:
20563 \begin_inset Formula \begin{eqnarray}
20564 a^{2} & = & (b^{2}+c^{2})(b^{2}-c^{2})\nonumber \\
20565 a & = & \sqrt{b^{4}-c^{4}}\label{eq:asquared}\end{eqnarray}
20566
20567 \end_inset
20568
20569  To change the column assignment of the formula parts, place the cursor
20570  where you want to start the shift and hit 
20571 \family sans
20572 C-Tab.
20573
20574 \family default
20575  It shifts everything in the column which is right beside the current cursor
20576  position to the next column.
20577  Note that the middle column is designed for relation signs, structures
20578  within this column will be printed in a smaller size:
20579 \begin_inset Formula \begin{eqnarray*}
20580 \frac{A}{B} & \frac{A}{B} & \frac{A}{B}\end{eqnarray*}
20581
20582 \end_inset
20583
20584
20585 \end_layout
20586
20587 \begin_layout Standard
20588 The multi-line formula type described here is called 
20589 \family typewriter
20590 \series medium
20591 eqnarray
20592 \family default
20593 \series default
20594 .
20595  There are other multi-line types being more suitable for certain situations,
20596  for example if you want a better inter-line spacing than in formula (
20597 \begin_inset LatexCommand ref
20598 reference "eq:asquared"
20599
20600 \end_inset
20601
20602 ).
20603  The other types are described in section\InsetSpace ~
20604
20605 \begin_inset LatexCommand ref
20606 reference "sub:AMS-Formula-Types"
20607
20608 \end_inset
20609
20610 .
20611 \end_layout
20612
20613 \begin_layout Section
20614 Formula Numbering and Referencing
20615 \begin_inset LatexCommand index
20616 name "Math ! Formula numbering"
20617
20618 \end_inset
20619
20620
20621 \begin_inset LatexCommand index
20622 name "Math ! Referencing formulas"
20623
20624 \end_inset
20625
20626
20627 \begin_inset LatexCommand label
20628 name "sec:Formula-Numbering-and"
20629
20630 \end_inset
20631
20632
20633 \end_layout
20634
20635 \begin_layout Standard
20636 To number a formula, set the cursor in the formula and use the menu 
20637 \family sans
20638 Edit\SpecialChar \menuseparator
20639 Math\SpecialChar \menuseparator
20640 Toggle\InsetSpace ~
20641 Numbering
20642 \family default
20643  or the shortcut 
20644 \family sans
20645 M-m\InsetSpace ~
20646 n
20647 \family default
20648 .
20649  The formula number appears in LyX as 
20650 \begin_inset Quotes eld
20651 \end_inset
20652
20653 #
20654 \begin_inset Quotes erd
20655 \end_inset
20656
20657  within parentheses.
20658  The 
20659 \begin_inset Quotes erd
20660 \end_inset
20661
20662 #
20663 \begin_inset Quotes erd
20664 \end_inset
20665
20666  denotes, that the number will be calculated automatically when the output
20667  is generated.
20668  The placement and format of the formula number in the output depends on
20669  the document class.
20670  In this document the number is printed together with the chapter number,
20671  separated by a dot:
20672 \begin_inset Formula \begin{equation}
20673 1+1=2\end{equation}
20674
20675 \end_inset
20676
20677 Using 
20678 \family sans
20679 M-m\InsetSpace ~
20680 n
20681 \family default
20682  in a numbered formula will switch off the numbering.
20683  You can only number displayed formulas.
20684 \end_layout
20685
20686 \begin_layout Standard
20687 Multi-line formulas can be numbered line by line: Using the menu 
20688 \family sans
20689 Edit\SpecialChar \menuseparator
20690 Math\SpecialChar \menuseparator
20691 Toggle\InsetSpace ~
20692 Numbering\InsetSpace ~
20693 of\InsetSpace ~
20694 Line
20695 \family default
20696  or the shortcut 
20697 \family sans
20698 M-m\InsetSpace ~
20699 N
20700 \family default
20701  will only toggle the numbering of the line where the cursor is in:
20702 \begin_inset Formula \begin{eqnarray}
20703 1 & = & 3-2\\
20704 2 & = & 4-2\nonumber \\
20705 4 & \leq & 7\end{eqnarray}
20706
20707 \end_inset
20708
20709 To number all lines use the shortcut 
20710 \family sans
20711 M-m\InsetSpace ~
20712 n
20713 \family default
20714 .
20715 \end_layout
20716
20717 \begin_layout Standard
20718 \begin_inset VSpace bigskip
20719 \end_inset
20720
20721 Every displayed formula can be referenced by its number using a label.
20722  A label is inserted with the menu 
20723 \family sans
20724 Insert\SpecialChar \menuseparator
20725 Label
20726 \family default
20727  when the cursor is in the formula.
20728  This opens a dialog to enter the label.
20729  It is recommended to use the proposed 
20730 \begin_inset Quotes eld
20731 \end_inset
20732
20733
20734 \family sans
20735 eq:
20736 \family default
20737
20738 \begin_inset Quotes erd
20739 \end_inset
20740
20741  as first part of the label, because this helps later to identify the label
20742  type when you have many labels in your document.
20743  We inserted in the following example the label 
20744 \begin_inset Quotes eld
20745 \end_inset
20746
20747 eq:tanhExp
20748 \begin_inset Quotes erd
20749 \end_inset
20750
20751  in the second line:
20752 \begin_inset Formula \begin{eqnarray}
20753 \tanh(x) & = & \frac{\sinh(x)}{\cosh(x)}\nonumber \\
20754  & = & \frac{\mathrm{e}^{2x}-1}{\mathrm{e}^{2x}+1}\label{eq:tanhExp}\end{eqnarray}
20755
20756 \end_inset
20757
20758 Every labeled line is automatically numbered.
20759  Therefore the label is shown in LyX at the place of the formula number
20760  placeholder 
20761 \begin_inset Quotes eld
20762 \end_inset
20763
20764 #
20765 \begin_inset Quotes erd
20766 \end_inset
20767
20768 .
20769  You can reference a labeled formula using the menu 
20770 \family sans
20771 Insert\SpecialChar \menuseparator
20772 Cross\InsetSpace ~
20773 Reference
20774 \family default
20775 .
20776  A dialog appears to choose a label you want refer to.
20777  The reference appears in LyX as grey cross reference box and in the output
20778  as the formula number:
20779 \end_layout
20780
20781 \begin_layout Standard
20782 This is a cross-reference to equation (
20783 \begin_inset LatexCommand ref
20784 reference "eq:tanhExp"
20785
20786 \end_inset
20787
20788 ).
20789 \end_layout
20790
20791 \begin_layout Standard
20792 The properties of LyX's cross-reference box are described in section\InsetSpace ~
20793
20794 \begin_inset LatexCommand ref
20795 reference "sec:Cross-References"
20796
20797 \end_inset
20798
20799 .
20800  To delete a label, set the cursor in the labeled formula, use the menu
20801  
20802 \family sans
20803 Insert\SpecialChar \menuseparator
20804 Label
20805 \family default
20806  and delete the label in the appearing dialog.
20807 \begin_inset Foot
20808 status collapsed
20809
20810 \begin_layout Standard
20811 This is a unintuitive and will be fixed in the next version of LyX.
20812 \end_layout
20813
20814 \end_inset
20815
20816  
20817 \end_layout
20818
20819 \begin_layout Section
20820 User defined math macros
20821 \begin_inset LatexCommand index
20822 name "Math ! Macros"
20823
20824 \end_inset
20825
20826
20827 \begin_inset LatexCommand label
20828 name "sec:math-macros"
20829
20830 \end_inset
20831
20832
20833 \end_layout
20834
20835 \begin_layout Standard
20836 LyX allows you to define macros for formulas.
20837  For example we assume that solutions of the quadratic equation often occur
20838  in our document in various forms and we want to create a macro to print
20839  them.
20840 \newline
20841 The general form of a quadratic equation is:
20842 \begin_inset Formula \[
20843 0=\lambda^{2}+p\lambda+q\]
20844
20845 \end_inset
20846
20847 The general form of its solution is:
20848 \begin_inset Formula \[
20849 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}\]
20850
20851 \end_inset
20852
20853
20854 \end_layout
20855
20856 \begin_layout Standard
20857 The macro should print the parameters 
20858 \begin_inset Formula $\lambda$
20859 \end_inset
20860
20861
20862 \begin_inset Formula $p$
20863 \end_inset
20864
20865  and 
20866 \begin_inset Formula $q$
20867 \end_inset
20868
20869  like in the equation above.
20870 \end_layout
20871
20872 \begin_layout Standard
20873 A macro is created by executing the command
20874 \end_layout
20875
20876 \begin_layout Standard
20877
20878 \series bold
20879 math-macro
20880 \begin_inset ERT
20881 status collapsed
20882
20883 \begin_layout Standard
20884
20885
20886 \backslash
20887 spce 
20888 \end_layout
20889
20890 \end_inset
20891
20892 Name
20893 \begin_inset ERT
20894 status collapsed
20895
20896 \begin_layout Standard
20897
20898
20899 \backslash
20900 spce 
20901 \end_layout
20902
20903 \end_inset
20904
20905 Number\InsetSpace ~
20906 of\InsetSpace ~
20907 Arguments
20908 \end_layout
20909
20910 \begin_layout Standard
20911 in the minibuffer at the bottom of the LyX screen.
20912  Name is the name of the new macro which mustn't contain numbers.
20913  The number of arguments can be a number in the range 1-9.
20914  If you want to define a macro without arguments, don't declare the number
20915  of arguments.
20916 \end_layout
20917
20918 \begin_layout Standard
20919 We have three arguments and name the macro 
20920 \begin_inset Quotes eld
20921 \end_inset
20922
20923 qE
20924 \begin_inset Quotes erd
20925 \end_inset
20926
20927 , so that the command is:
20928 \end_layout
20929
20930 \begin_layout Standard
20931
20932 \series bold
20933 math-macro
20934 \begin_inset ERT
20935 status collapsed
20936
20937 \begin_layout Standard
20938
20939
20940 \backslash
20941 spce 
20942 \end_layout
20943
20944 \end_inset
20945
20946 qE
20947 \begin_inset ERT
20948 status collapsed
20949
20950 \begin_layout Standard
20951
20952
20953 \backslash
20954 spce 
20955 \end_layout
20956
20957 \end_inset
20958
20959 3
20960 \end_layout
20961
20962 \begin_layout Standard
20963 This results in the following macro definition box: 
20964 \begin_inset Graphics
20965         filename clipart/macrobox.png
20966
20967 \end_inset
20968
20969  
20970 \begin_inset FormulaMacro
20971 \newcommand{\qE}[3]{#1_{1,\,2}=-\frac{#2}{2}\pm\sqrt{\frac{#2^{2}}{4}-#3}}
20972 {\textrm{qE: }#1\textrm{ , }#2\textrm{ , }#3}
20973 \end_inset
20974
20975
20976 \begin_inset Note Note
20977 status collapsed
20978
20979 \begin_layout Standard
20980 The first box is an image to show the behavior in the output.
20981  The second one is the definition box, that doesn't appear in the output.
20982 \end_layout
20983
20984 \end_inset
20985
20986
20987 \end_layout
20988
20989 \begin_layout Standard
20990 The first blue box is for the definition, where you insert the formula via
20991  the math panel or commands.
20992  The placeholder for the arguments are inserted as a backslash and sharp
20993  followed by the argument number, e.g.
20994  
20995 \begin_inset Quotes eld
20996 \end_inset
20997
20998
20999 \backslash
21000 #1
21001 \begin_inset Quotes erd
21002 \end_inset
21003
21004  for the first argument.
21005  Placeholders will be displayed in red.
21006  The second blue box is for the appearance in LyX.
21007  This is useful when you have a large structure that shouldn't be displayed
21008  in LyX with its full size.
21009  If you want to see the macro as it is defined, leave the box blank.
21010  In our example we insert the sequence
21011 \newline
21012
21013 \series bold
21014 qE: 
21015 \backslash
21016 #1
21017 \series default
21018  
21019 \series bold
21020 ,
21021 \series default
21022  
21023 \series bold
21024
21025 \backslash
21026 #2
21027 \series default
21028  
21029 \series bold
21030 ,
21031 \series default
21032  
21033 \series bold
21034
21035 \backslash
21036 #3
21037 \newline
21038
21039 \series default
21040 The macro will then be shown as the macro name followed by the three arguments.
21041 \end_layout
21042
21043 \begin_layout Standard
21044 To use the macro in a formula, type its name as command, in our case 
21045 \begin_inset Quotes eld
21046 \end_inset
21047
21048
21049 \series bold
21050
21051 \backslash
21052 qE
21053 \series default
21054
21055 \begin_inset Quotes erd
21056 \end_inset
21057
21058 .
21059  The macro is inserted with boxes for the arguments looking similar to this:
21060 \end_layout
21061
21062 \begin_layout Standard
21063 \align center
21064 \begin_inset Graphics
21065         filename clipart/macrouse.png
21066
21067 \end_inset
21068
21069
21070 \end_layout
21071
21072 \begin_layout Standard
21073 The arguments are inserted in the blue boxes.
21074  If the cursor is outside the macro, the arguments are put in the macro.
21075  To change the arguments, put the cursor in the formula before or after
21076  the macro and press the right or left arrow key respectively.
21077  The arguments appear now again below the macro definition.
21078 \end_layout
21079
21080 \begin_layout Standard
21081 If you change the macro definition all macros are changed automatically
21082  to the new definition.
21083  Here an example of our macro with the arguments 
21084 \begin_inset Formula $x$
21085 \end_inset
21086
21087
21088 \begin_inset Formula $\ln(x)$
21089 \end_inset
21090
21091 , and 
21092 \begin_inset Formula $B$
21093 \end_inset
21094
21095 :
21096 \begin_inset Formula \[
21097 \qE{x}{\ln(y)}{B}\]
21098
21099 \end_inset
21100
21101
21102 \end_layout
21103
21104 \begin_layout Standard
21105 When the document is exported to LaTeX, the macro definition will be inserted
21106  as the command:
21107 \end_layout
21108
21109 \begin_layout Standard
21110
21111 \series bold
21112
21113 \backslash
21114 newcommand{
21115 \backslash
21116 qE}[3]{#1_{1,
21117 \backslash
21118 ,2}=-
21119 \backslash
21120 frac{#2}{2}
21121 \backslash
21122 pm
21123 \newline
21124
21125 \begin_inset ERT
21126 status collapsed
21127
21128 \begin_layout Standard
21129
21130
21131 \backslash
21132 hphantom{
21133 \end_layout
21134
21135 \end_inset
21136
21137
21138 \backslash
21139 newcommand
21140 \begin_inset ERT
21141 status collapsed
21142
21143 \begin_layout Standard
21144
21145 }
21146 \end_layout
21147
21148 \end_inset
21149
21150
21151 \backslash
21152 sqrt{
21153 \backslash
21154 frac{#2^{2}}{4}-#3}}
21155 \end_layout
21156
21157 \begin_layout Standard
21158 The command is not inserted in the document preamble.
21159  That means you can only use macros in formulas that are below the macro
21160  definition box in your document.
21161  There are also some other restrictions: The command 
21162 \backslash
21163 newcommand supports optional arguments, which are not available in LyX's
21164  macros.
21165  You can also not change subsequently the name of the macro and the number
21166  of arguments.
21167  
21168 \end_layout
21169
21170 \begin_layout Section
21171 Fine-Tuning
21172 \end_layout
21173
21174 \begin_layout Subsection
21175 Typefaces
21176 \begin_inset LatexCommand index
21177 name "Math ! Typefaces"
21178
21179 \end_inset
21180
21181
21182 \end_layout
21183
21184 \begin_layout Standard
21185 The standard font for text is italic, for numbers the standard is roman.
21186  To set a font in a formula, use the 
21187 \family sans
21188 Math\InsetSpace ~
21189 Panel
21190 \family default
21191  button 
21192 \begin_inset Graphics
21193         filename ../images/math/font.png
21194
21195 \end_inset
21196
21197 , or enter its command, listed in table\InsetSpace ~
21198
21199 \begin_inset LatexCommand ref
21200 reference "cap:Typefaces-and-the"
21201
21202 \end_inset
21203
21204 , directly.
21205 \end_layout
21206
21207 \begin_layout Standard
21208 \begin_inset Float table
21209 wide false
21210 sideways false
21211 status open
21212
21213 \begin_layout Standard
21214 \begin_inset Caption
21215
21216 \begin_layout Standard
21217 \begin_inset LatexCommand label
21218 name "cap:Typefaces-and-the"
21219
21220 \end_inset
21221
21222 Typefaces and the corresponding commands.
21223 \end_layout
21224
21225 \end_inset
21226
21227
21228 \end_layout
21229
21230 \begin_layout Standard
21231 \align center
21232 \begin_inset Tabular
21233 <lyxtabular version="3" rows="9" columns="2">
21234 <features>
21235 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
21236 <column alignment="center" valignment="top" rightline="true" width="0pt">
21237 <row topline="true" bottomline="true">
21238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21239 \begin_inset Text
21240
21241 \begin_layout Standard
21242 Font
21243 \end_layout
21244
21245 \end_inset
21246 </cell>
21247 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
21248 \begin_inset Text
21249
21250 \begin_layout Standard
21251 Command
21252 \end_layout
21253
21254 \end_inset
21255 </cell>
21256 </row>
21257 <row topline="true">
21258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21259 \begin_inset Text
21260
21261 \begin_layout Standard
21262
21263 \shape up
21264 \size normal
21265 \bar no
21266 \noun off
21267 \color none
21268 \begin_inset Formula $\mathrm{Roman}$
21269 \end_inset
21270
21271
21272 \end_layout
21273
21274 \end_inset
21275 </cell>
21276 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
21277 \begin_inset Text
21278
21279 \begin_layout Standard
21280
21281 \series bold
21282
21283 \backslash
21284 mathrm
21285 \end_layout
21286
21287 \end_inset
21288 </cell>
21289 </row>
21290 <row topline="true">
21291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21292 \begin_inset Text
21293
21294 \begin_layout Standard
21295 \begin_inset Formula $\mathbf{\mathbf{Bold}}$
21296 \end_inset
21297
21298
21299 \end_layout
21300
21301 \end_inset
21302 </cell>
21303 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
21304 \begin_inset Text
21305
21306 \begin_layout Standard
21307
21308 \series bold
21309
21310 \backslash
21311 mathbf
21312 \end_layout
21313
21314 \end_inset
21315 </cell>
21316 </row>
21317 <row topline="true">
21318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21319 \begin_inset Text
21320
21321 \begin_layout Standard
21322 \begin_inset Formula $\mathit{Italic}$
21323 \end_inset
21324
21325
21326 \end_layout
21327
21328 \end_inset
21329 </cell>
21330 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
21331 \begin_inset Text
21332
21333 \begin_layout Standard
21334
21335 \series bold
21336
21337 \backslash
21338 mathit
21339 \end_layout
21340
21341 \end_inset
21342 </cell>
21343 </row>
21344 <row topline="true">
21345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21346 \begin_inset Text
21347
21348 \begin_layout Standard
21349
21350 \shape up
21351 \size normal
21352 \bar no
21353 \noun off
21354 \color none
21355 \begin_inset Formula $\mathtt{Typewriter}$
21356 \end_inset
21357
21358
21359 \end_layout
21360
21361 \end_inset
21362 </cell>
21363 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
21364 \begin_inset Text
21365
21366 \begin_layout Standard
21367
21368 \series bold
21369
21370 \backslash
21371 mathtt
21372 \end_layout
21373
21374 \end_inset
21375 </cell>
21376 </row>
21377 <row topline="true">
21378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21379 \begin_inset Text
21380
21381 \begin_layout Standard
21382 \begin_inset Formula $\mathbf{\mathbb{BLACKBOARD}}$
21383 \end_inset
21384
21385
21386 \end_layout
21387
21388 \end_inset
21389 </cell>
21390 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
21391 \begin_inset Text
21392
21393 \begin_layout Standard
21394
21395 \series bold
21396
21397 \backslash
21398 mathbb
21399 \end_layout
21400
21401 \end_inset
21402 </cell>
21403 </row>
21404 <row topline="true">
21405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21406 \begin_inset Text
21407
21408 \begin_layout Standard
21409 \begin_inset Formula $\mathfrak{Fraktur}$
21410 \end_inset
21411
21412
21413 \end_layout
21414
21415 \end_inset
21416 </cell>
21417 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
21418 \begin_inset Text
21419
21420 \begin_layout Standard
21421
21422 \series bold
21423
21424 \backslash
21425 mathfrak
21426 \end_layout
21427
21428 \end_inset
21429 </cell>
21430 </row>
21431 <row topline="true">
21432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21433 \begin_inset Text
21434
21435 \begin_layout Standard
21436
21437 \shape up
21438 \size normal
21439 \emph on
21440 \bar no
21441 \noun off
21442 \color none
21443 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
21444 \end_inset
21445
21446
21447 \end_layout
21448
21449 \end_inset
21450 </cell>
21451 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
21452 \begin_inset Text
21453
21454 \begin_layout Standard
21455
21456 \series bold
21457
21458 \backslash
21459 mathcal
21460 \end_layout
21461
21462 \end_inset
21463 </cell>
21464 </row>
21465 <row topline="true" bottomline="true">
21466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21467 \begin_inset Text
21468
21469 \begin_layout Standard
21470 \begin_inset Formula $\mathsf{SansSerif}$
21471 \end_inset
21472
21473
21474 \end_layout
21475
21476 \end_inset
21477 </cell>
21478 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
21479 \begin_inset Text
21480
21481 \begin_layout Standard
21482
21483 \series bold
21484
21485 \backslash
21486 mathsf
21487 \end_layout
21488
21489 \end_inset
21490 </cell>
21491 </row>
21492 </lyxtabular>
21493
21494 \end_inset
21495
21496
21497 \end_layout
21498
21499 \end_inset
21500
21501
21502 \end_layout
21503
21504 \begin_layout Standard
21505 \begin_inset Note Greyedout
21506 status open
21507
21508 \begin_layout Standard
21509
21510 \series bold
21511 Note:
21512 \series default
21513  that you can only print capital letters in the typefaces 
21514 \family sans
21515 Blackbold
21516 \family default
21517  and 
21518 \family sans
21519 Calligraphic
21520 \family default
21521 .
21522 \end_layout
21523
21524 \end_inset
21525
21526
21527 \end_layout
21528
21529 \begin_layout Standard
21530 When you use a typeface, a blue box is inserted in the formula.
21531  Every character in this box will be printed in this typeface.
21532  Pressing 
21533 \family sans
21534 Space
21535 \family default
21536  within the box, will set the cursor outside, so that you have to use a
21537  protected space when you need a space in the box.
21538  Here an example where a 
21539 \begin_inset Quotes eld
21540 \end_inset
21541
21542 N
21543 \begin_inset Quotes erd
21544 \end_inset
21545
21546  in 
21547 \family sans
21548 Blackbold
21549 \family default
21550  denotes the set of numbers:
21551 \begin_inset Formula \[
21552 f(x)=\sqrt{x}\:;\: x\in\mathbb{N}\]
21553
21554 \end_inset
21555
21556
21557 \end_layout
21558
21559 \begin_layout Standard
21560 The typefaces are nestable, which can cause confusion.
21561  You can e.g.
21562  put a character in 
21563 \family sans
21564 Fraktur
21565 \family default
21566  in a box for 
21567 \family sans
21568 Typewriter
21569 \family default
21570
21571 \begin_inset Formula $\mathtt{abc\mathfrak{d}e}$
21572 \end_inset
21573
21574  
21575 \newline
21576 So better don't use this feature.
21577 \end_layout
21578
21579 \begin_layout Standard
21580 The typefaces have no effect on Greek letters: 
21581 \begin_inset Formula $\mathfrak{abc\delta e}$
21582 \end_inset
21583
21584
21585 \newline
21586 You can only print them emboldened using the command 
21587 \series bold
21588
21589 \backslash
21590 boldsymbol
21591 \series default
21592 , which works like the other typeface commands: 
21593 \begin_inset Formula $\alpha\beta\gamma\boldsymbol{\alpha\beta\gamma}$
21594 \end_inset
21595
21596
21597 \end_layout
21598
21599 \begin_layout Standard
21600
21601 \series bold
21602
21603 \backslash
21604 boldsymbol
21605 \series default
21606  works for all symbols, letters, and numbers.
21607 \end_layout
21608
21609 \begin_layout Standard
21610 A number of other font options are available as well, in the menu 
21611 \family sans
21612 Insert\SpecialChar \menuseparator
21613 Math\SpecialChar \menuseparator
21614 Font\InsetSpace ~
21615 Change
21616 \family default
21617 .
21618 \end_layout
21619
21620 \begin_layout Subsection
21621 Math Text
21622 \begin_inset LatexCommand index
21623 name "Math ! Text"
21624
21625 \end_inset
21626
21627
21628 \end_layout
21629
21630 \begin_layout Standard
21631 Typefaces are useful for entering some characters in some given font, but
21632  not for text.
21633  For typing longer pieces of text use the math text, which is obtained using
21634  the entry 
21635 \family sans
21636 Normal\InsetSpace ~
21637 text\InsetSpace ~
21638 mode
21639 \family default
21640  of the 
21641 \family sans
21642 Math\InsetSpace ~
21643 Panel
21644 \family default
21645  button 
21646 \begin_inset Graphics
21647         filename ../images/math/font.png
21648
21649 \end_inset
21650
21651  (alternatively the shortcut 
21652 \family sans
21653 M-m\InsetSpace ~
21654 m
21655 \family default
21656 ).
21657  Math text appears in LyX in black instead of blue.
21658  You can use spaces and accents in math text like in normal text.
21659  Here is an example:
21660 \begin_inset Formula \[
21661 f(x)=\begin{cases}
21662 x & \textrm{if I say so}\\
21663 -x & \textrm{unter Umständen}\end{cases}\]
21664
21665 \end_inset
21666
21667
21668 \end_layout
21669
21670 \begin_layout Subsection
21671 Font Sizes
21672 \begin_inset LatexCommand index
21673 name "Math ! Font sizes"
21674
21675 \end_inset
21676
21677
21678 \end_layout
21679
21680 \begin_layout Standard
21681 There are four font styles (relative sizes) used in math-mode, which are
21682  automatically chosen in most situations.
21683  These are called 
21684 \family sans
21685 textstyle
21686 \family default
21687
21688 \family sans
21689 displaystyle
21690 \family default
21691
21692 \family sans
21693 scriptstyle
21694 \family default
21695 , and 
21696 \family sans
21697 scriptscriptstyle
21698 \family default
21699 .
21700  For most characters, 
21701 \family sans
21702 textstyle
21703 \family default
21704  and 
21705 \family sans
21706 displaystyle
21707 \family default
21708  are actually the same size, but fractions, superscripts and subscripts,
21709  and certain other structures, are set larger in 
21710 \family sans
21711 displaystyle
21712 \family default
21713 .
21714  Except for some operators, which resize themselves to accommodate various
21715  situations, all text will be set in the styles as LaTeX thinks is appropriate.
21716  These choices can be overridden by using the math panel button 
21717 \begin_inset Graphics
21718         filename ../images/math/style.png
21719
21720 \end_inset
21721
21722 .
21723  A box for the size will be created in which you can insert the math structure.
21724  For example, you can set 
21725 \begin_inset Formula $\frac{1}{2}$
21726 \end_inset
21727
21728 , which is normally in 
21729 \family sans
21730 textstyle
21731 \family default
21732 , larger in 
21733 \family sans
21734 displaystyle
21735 \family default
21736
21737 \begin_inset Formula ${\displaystyle \frac{1}{2}}$
21738 \end_inset
21739
21740 .
21741  The four styles are used in the following example:
21742 \end_layout
21743
21744 \begin_layout Standard
21745 \begin_inset Formula $displaystyle$
21746 \end_inset
21747
21748
21749 \begin_inset Formula ${\textstyle textstyle}$
21750 \end_inset
21751
21752
21753 \begin_inset Formula ${\scriptstyle scriptstyle}$
21754 \end_inset
21755
21756
21757 \begin_inset Formula ${\scriptscriptstyle scriptscriptstyle}$
21758 \end_inset
21759
21760 .
21761 \end_layout
21762
21763 \begin_layout Standard
21764 All these math-mode font sizes are relative, that means, if the whole math
21765  inset is set in a particular size with the menu 
21766 \family sans
21767 Edit\SpecialChar \menuseparator
21768 Text\InsetSpace ~
21769 Style
21770 \family default
21771 , all sizes in the formula will be adjusted relative to this size.
21772  Similarly, if the base font size of the document is changed, all fonts
21773  will be adjusted to correspond.
21774  As example a formula in the font size 
21775 \begin_inset Quotes eld
21776 \end_inset
21777
21778 largest
21779 \begin_inset Quotes erd
21780 \end_inset
21781
21782 :
21783 \end_layout
21784
21785 \begin_layout Standard
21786
21787 \family roman
21788 \size largest
21789 \begin_inset Formula $\mathrm{e}=\sum_{n=0}^{\infty}\frac{1}{n!}$
21790 \end_inset
21791
21792
21793 \end_layout
21794
21795 \begin_layout Section
21796 AMS-LaTeX
21797 \begin_inset LatexCommand index
21798 name "AMS math"
21799
21800 \end_inset
21801
21802
21803 \begin_inset LatexCommand index
21804 name "Math ! AMS"
21805
21806 \end_inset
21807
21808
21809 \end_layout
21810
21811 \begin_layout Standard
21812 LyX supports the packages provided by the American Mathematical Society
21813  (AMS) that are in common use.
21814 \end_layout
21815
21816 \begin_layout Subsection
21817 Enabling AMS-Support
21818 \end_layout
21819
21820 \begin_layout Standard
21821 Selecting the checkbox 
21822 \family sans
21823 Use\InsetSpace ~
21824 AMS\InsetSpace ~
21825 math\InsetSpace ~
21826 package
21827 \family default
21828  in the 
21829 \family sans
21830 Document\SpecialChar \menuseparator
21831 Settings
21832 \family default
21833
21834 \begin_inset LatexCommand index
21835 name "Document ! Settings"
21836
21837 \end_inset
21838
21839  dialog under 
21840 \family sans
21841 Math\InsetSpace ~
21842 Options
21843 \family default
21844  will include the AMS-packages in the document, and make the facilities
21845  available.
21846  AMS is needed for many math-constructs, so when you get LaTeX-errors in
21847  formulas, assure that you have enabled AMS.
21848 \end_layout
21849
21850 \begin_layout Subsection
21851 AMS-Formula Types
21852 \begin_inset LatexCommand label
21853 name "sub:AMS-Formula-Types"
21854
21855 \end_inset
21856
21857
21858 \begin_inset LatexCommand index
21859 name "Math ! Multi-line Equations"
21860
21861 \end_inset
21862
21863
21864 \end_layout
21865
21866 \begin_layout Standard
21867 AMS-LaTeX provides a selection of different formula types.
21868  LyX allows you to choose between 
21869 \family typewriter
21870 align
21871 \family default
21872
21873 \family typewriter
21874 alignat
21875 \family default
21876
21877 \family typewriter
21878 flalign
21879 \family default
21880
21881 \family typewriter
21882 gather
21883 \family default
21884 , and 
21885 \family typewriter
21886 multline
21887 \family default
21888 .
21889  We refer to the AMS-documentation for an explanation of these formula types.
21890 \end_layout
21891
21892 \begin_layout Chapter
21893 More Tools
21894 \end_layout
21895
21896 \begin_layout Section
21897 Cross-References
21898 \begin_inset LatexCommand index
21899 name "Cross references"
21900
21901 \end_inset
21902
21903
21904 \begin_inset LatexCommand label
21905 name "sec:Cross-References"
21906
21907 \end_inset
21908
21909
21910 \end_layout
21911
21912 \begin_layout Standard
21913 One of LyX's strengths are cross-references.
21914  You can reference every section, float, footnote, formula, and list in
21915  the document.
21916  To reference a document part, you have to insert a label into it.
21917  The label is used as anchor and name for the reference.
21918  We want for example refer to the the second item of the following list:
21919 \end_layout
21920
21921 \begin_layout Enumerate
21922 First item
21923 \end_layout
21924
21925 \begin_layout Enumerate
21926 \begin_inset LatexCommand label
21927 name "enu:Second-item"
21928
21929 \end_inset
21930
21931 Second item
21932 \end_layout
21933
21934 \begin_layout Enumerate
21935 Third item
21936 \end_layout
21937
21938 \begin_layout Standard
21939 First we insert a label into the second item with the menu 
21940 \family sans
21941 Insert\SpecialChar \menuseparator
21942 Label
21943 \family default
21944  or the by pressing the toolbar button 
21945 \begin_inset Graphics
21946         filename ../images/label-insert.png
21947         scale 85
21948
21949 \end_inset
21950
21951 .
21952  A grey label box like this: 
21953 \begin_inset Graphics
21954         filename clipart/labelQt4.png
21955         scale 85
21956
21957 \end_inset
21958
21959  is inserted and the label window pops up asking for the label text.
21960  LyX offers as text the first words of the item with a prefix, in our case
21961  the text 
21962 \begin_inset Quotes eld
21963 \end_inset
21964
21965
21966 \family sans
21967 enu: Second-item
21968 \family default
21969
21970 \begin_inset Quotes erd
21971 \end_inset
21972
21973 .
21974  The prefix 
21975 \begin_inset Quotes eld
21976 \end_inset
21977
21978
21979 \family sans
21980 enu:
21981 \family default
21982
21983 \begin_inset Quotes erd
21984 \end_inset
21985
21986  stands for 
21987 \begin_inset Quotes eld
21988 \end_inset
21989
21990 enumerate
21991 \begin_inset Quotes erd
21992 \end_inset
21993
21994 .
21995  The prefix depends on the document part where the label is inserted, e.g.
21996  if you insert a label to a section heading, the prefix will be 
21997 \begin_inset Quotes eld
21998 \end_inset
21999
22000
22001 \family sans
22002 sec:
22003 \family default
22004
22005 \begin_inset Quotes erd
22006 \end_inset
22007
22008 .
22009 \end_layout
22010
22011 \begin_layout Standard
22012 To reference the item, we refer to its label using the menu 
22013 \family sans
22014 Insert\SpecialChar \menuseparator
22015 Cross-Reference
22016 \family default
22017  or the toolbar button 
22018 \begin_inset Graphics
22019         filename ../images/dialog-show-new-inset_ref.png
22020         scale 85
22021
22022 \end_inset
22023
22024 .
22025  A grey cross-reference box like this: 
22026 \begin_inset Graphics
22027         filename clipart/referenceQt4.png
22028         scale 85
22029
22030 \end_inset
22031
22032  is inserted and the cross-reference window appear showing all labels of
22033  the document.
22034  We can now sort the labels alphabetically and then choose the entry 
22035 \begin_inset Quotes eld
22036 \end_inset
22037
22038
22039 \family sans
22040 enu:Second-item
22041 \family default
22042
22043 \begin_inset Quotes erd
22044 \end_inset
22045
22046 .
22047  At the position of the cross-reference box the item number will appear
22048  in the output.
22049  Here is our cross-reference:
22050 \end_layout
22051
22052 \begin_layout Standard
22053 Item\InsetSpace ~
22054
22055 \begin_inset LatexCommand ref
22056 reference "enu:Second-item"
22057
22058 \end_inset
22059
22060
22061 \end_layout
22062
22063 \begin_layout Standard
22064 It is recommended to use a protected space
22065 \begin_inset Foot
22066 status collapsed
22067
22068 \begin_layout Standard
22069 described in section\InsetSpace ~
22070
22071 \begin_inset LatexCommand ref
22072 reference "sub:Protected-Space"
22073
22074 \end_inset
22075
22076
22077 \end_layout
22078
22079 \end_inset
22080
22081  between the cross-reference name and its number to avoid ugly linebreaks
22082  between them.
22083 \end_layout
22084
22085 \begin_layout Standard
22086 There are six varieties of cross-references:
22087 \end_layout
22088
22089 \begin_layout Description
22090 <reference>: prints the float number, this is the default: 
22091 \begin_inset LatexCommand ref
22092 reference "cap:Two-distorted-images"
22093
22094 \end_inset
22095
22096
22097 \end_layout
22098
22099 \begin_layout Description
22100 (<reference>): prints the float number within two parentheses, this is the
22101  style normally used to reference formulas, especially when the reference
22102  name 
22103 \begin_inset Quotes eld
22104 \end_inset
22105
22106 Equation
22107 \begin_inset Quotes erd
22108 \end_inset
22109
22110  is omitted: 
22111 \begin_inset LatexCommand eqref
22112 reference "eq:tanhExp"
22113
22114 \end_inset
22115
22116
22117 \end_layout
22118
22119 \begin_layout Description
22120 <page>: prints the page number: Page\InsetSpace ~
22121
22122 \begin_inset LatexCommand pageref
22123 reference "cap:Two-distorted-images"
22124
22125 \end_inset
22126
22127
22128 \end_layout
22129
22130 \begin_layout Description
22131 on\InsetSpace ~
22132 page\InsetSpace ~
22133 <page>: prints the text "on page" and the page number: 
22134 \begin_inset LatexCommand vpageref
22135 reference "cap:Two-distorted-images"
22136
22137 \end_inset
22138
22139
22140 \end_layout
22141
22142 \begin_layout Description
22143 <reference>\InsetSpace ~
22144 on\InsetSpace ~
22145 page\InsetSpace ~
22146 <page>: prints the float number, the text "on page", and
22147  the page number: 
22148 \begin_inset LatexCommand vref
22149 reference "cap:Two-distorted-images"
22150
22151 \end_inset
22152
22153
22154 \end_layout
22155
22156 \begin_layout Description
22157 Formatted\InsetSpace ~
22158 reference: prints a self defined cross-reference format.
22159 \newline
22160
22161 \begin_inset Note Greyedout
22162 status open
22163
22164 \begin_layout Standard
22165
22166 \series bold
22167 Note:
22168 \series default
22169  This feature is only available when you have the LaTeX-package 
22170 \series bold
22171 prettyref
22172 \begin_inset LatexCommand index
22173 name "LaTeX-packages ! prettyref"
22174
22175 \end_inset
22176
22177
22178 \series default
22179  installed.
22180 \end_layout
22181
22182 \end_inset
22183
22184
22185 \end_layout
22186
22187 \begin_layout Standard
22188 Note that the style <page> won't print the page number if the label is on
22189  the previous, the same, or the next page.
22190  You will e.\InsetSpace \thinspace{}
22191 g.\InsetSpace ~
22192 see the text 
22193 \begin_inset Quotes eld
22194 \end_inset
22195
22196
22197 \family sans
22198 on this page
22199 \family default
22200
22201 \begin_inset Quotes erd
22202 \end_inset
22203
22204  instead.
22205 \end_layout
22206
22207 \begin_layout Standard
22208 The number and current page of the referred document part in the output,
22209  is automatically calculated by LaTeX.
22210  The varieties are adjusted in the field 
22211 \family sans
22212 Format
22213 \family default
22214  of the cross-reference window, that appear when you click on the cross-referenc
22215 e box.
22216 \end_layout
22217
22218 \begin_layout Standard
22219 You can only use the style 
22220 \family sans
22221 <reference>
22222 \family default
22223  to reference numbered document parts, while the reference style 
22224 \family sans
22225 <page>
22226 \family default
22227  is always possible.
22228 \end_layout
22229
22230 \begin_layout Standard
22231 If you want to reference a section, put the label in the section heading,
22232  to reference a float, put the label in the caption.
22233  For footnotes you can put the label somewhere in it.
22234  Referencing formulas is explained in section\InsetSpace ~
22235
22236 \begin_inset LatexCommand ref
22237 reference "sec:Formula-Numbering-and"
22238
22239 \end_inset
22240
22241 .
22242 \end_layout
22243
22244 \begin_layout Standard
22245 The button 
22246 \family sans
22247 Go\InsetSpace ~
22248 to\InsetSpace ~
22249 Label
22250 \family default
22251  in the cross-reference window sets the the cursor before the referred label.
22252  The button text changes then to 
22253 \family sans
22254 Go\InsetSpace ~
22255 Back
22256 \family default
22257  and you can use it to set the cursor back to the cross-reference.
22258  Right-clicking on a cross-reference box also sets the cursor before the
22259  referred label but without a possibility to go back.
22260  
22261 \end_layout
22262
22263 \begin_layout Standard
22264 You can change labels at any time by clicking on the label box.
22265  References to the changed label will automatically change its link to the
22266  new label text, so that you don't need to take care about this.
22267 \end_layout
22268
22269 \begin_layout Standard
22270 If a cross-reference refers to a non-existing label, you'll see two question
22271  marks in the output instead of the reference.
22272 \end_layout
22273
22274 \begin_layout Standard
22275 References are described in detail in the 
22276 \emph on
22277 Embedded Objects
22278 \emph default
22279  manual.
22280 \end_layout
22281
22282 \begin_layout Section
22283 Table of Contents and other Listings
22284 \begin_inset LatexCommand index
22285 name "Table of contents"
22286
22287 \end_inset
22288
22289
22290 \begin_inset LatexCommand index
22291 name "Outline"
22292
22293 \end_inset
22294
22295
22296 \begin_inset LatexCommand label
22297 name "sec:toc"
22298
22299 \end_inset
22300
22301
22302 \end_layout
22303
22304 \begin_layout Subsection
22305 Table of Contents and Outline
22306 \begin_inset LatexCommand label
22307 name "sub:Table-of-Contents"
22308
22309 \end_inset
22310
22311
22312 \end_layout
22313
22314 \begin_layout Standard
22315 The Table of Contents (TOC) is inserted with the menu 
22316 \family sans
22317 Insert\SpecialChar \menuseparator
22318 List/TOC\SpecialChar \menuseparator
22319 Table\InsetSpace ~
22320 of\InsetSpace ~
22321 Contents
22322 \family default
22323 .
22324  Is is displayed in LyX as a gray box.
22325  If you click on it, the TOC window appears, showing you the TOC entries.
22326  You can jump to a document part by clicking on an entry.
22327  Thus you can use this window as graphical alternative for the 
22328 \family sans
22329 Navigate
22330 \family default
22331  menu.
22332 \end_layout
22333
22334 \begin_layout Standard
22335 The TOC lists every numbered section automatically.
22336  If you have declared a short title for a section heading, as described
22337  in section\InsetSpace ~
22338
22339 \begin_inset LatexCommand ref
22340 reference "sec:Short-Titles"
22341
22342 \end_inset
22343
22344 , it will be used in the TOC instead of the section heading.
22345  Section\InsetSpace ~
22346
22347 \begin_inset LatexCommand ref
22348 reference "sub:Numbering-depth"
22349
22350 \end_inset
22351
22352  describes how the level is adjusted that defines which section types are
22353  listed in the TOC.
22354  You can also adjust the level for the displayed sections in the TOC window
22355  using the grey fader at the bottom of the window.
22356  Unnumbered sections are not listed in the TOC.
22357 \end_layout
22358
22359 \begin_layout Standard
22360 You can use the TOC window also as outline to move and rearrange sections
22361  in your documents.
22362  The TOC window therefore also appears when you use the menu 
22363 \family sans
22364 Document\SpecialChar \menuseparator
22365 Outline
22366 \family default
22367 .
22368 \end_layout
22369
22370 \begin_layout Subsection
22371 List of Figures, Tables and Algorithms
22372 \begin_inset LatexCommand label
22373 name "sec:ListsOf"
22374
22375 \end_inset
22376
22377
22378 \end_layout
22379
22380 \begin_layout Standard
22381 Table, figure, and algorithm lists are very much like the table of contents.
22382  You can insert them via the 
22383 \family sans
22384 Insert\SpecialChar \menuseparator
22385 List\InsetSpace ~
22386 /\InsetSpace ~
22387 TOC
22388 \family default
22389  submenus.
22390  The list entries are the float captions and the float number.
22391 \end_layout
22392
22393 \begin_layout Section
22394 URLs (Uniform Resource Locators)
22395 \begin_inset LatexCommand index
22396 name "URLs"
22397
22398 \end_inset
22399
22400
22401 \begin_inset LatexCommand label
22402 name "sec:URL"
22403
22404 \end_inset
22405
22406
22407 \end_layout
22408
22409 \begin_layout Standard
22410 It is often desirable to include long 
22411 \begin_inset Quotes eld
22412 \end_inset
22413
22414 verbatim
22415 \begin_inset Quotes erd
22416 \end_inset
22417
22418  items in a document such as Web site URLs, e-mail addresses, etc.
22419  These things typically do not contain any spaces and are thus difficult
22420  to typeset properly.
22421  Such items will often fall on a line boundary if they cannot be split,
22422  resulting in an overfull line.
22423  To avoid this, use the menu 
22424 \family sans
22425 Insert\SpecialChar \menuseparator
22426 URL
22427 \family default
22428  to enter a long URL and have it split gracefully, if necessary.
22429 \end_layout
22430
22431 \begin_layout Standard
22432 The URL dialog has two fields; the URL field and the 
22433 \family sans
22434 Name
22435 \family default
22436  field for the URL description, which will be typeset as plain text immediately
22437  before the URL.
22438  Here an example:
22439 \end_layout
22440
22441 \begin_layout Standard
22442 \begin_inset LatexCommand url
22443 name "LyX-Homepage"
22444 target "http://www.lyx.org"
22445
22446 \end_inset
22447
22448 .
22449 \end_layout
22450
22451 \begin_layout Standard
22452 \begin_inset VSpace bigskip
22453 \end_inset
22454
22455
22456 \series bold
22457 Important notes
22458 \series default
22459 :
22460 \end_layout
22461
22462 \begin_layout Itemize
22463 When you use the following characters: "%", "#", "^", you have to write
22464  them with a backslash before, e.g.
22465  
22466 \begin_inset Quotes eld
22467 \end_inset
22468
22469
22470 \backslash
22471 #
22472 \begin_inset Quotes erd
22473 \end_inset
22474
22475 .
22476 \end_layout
22477
22478 \begin_layout Itemize
22479 URLs must not end with a backslash!
22480 \end_layout
22481
22482 \begin_layout Section
22483 Appendices
22484 \begin_inset LatexCommand index
22485 name "Appendix"
22486
22487 \end_inset
22488
22489
22490 \begin_inset LatexCommand label
22491 name "sec:Appendices"
22492
22493 \end_inset
22494
22495
22496 \end_layout
22497
22498 \begin_layout Standard
22499 Appendices are created with the menu 
22500 \family sans
22501 Document\SpecialChar \menuseparator
22502 Start\InsetSpace ~
22503 Appendix\InsetSpace ~
22504 Here
22505 \family default
22506 .
22507  This menu sets the document from the current cursor position to the end
22508  as appendix region.
22509  The region is marked with a red borderline.
22510 \end_layout
22511
22512 \begin_layout Standard
22513 Every chapter (or section) within the appendix region is treated as an appendix,
22514  numbered with a capital Latin letter.
22515  The appendix subsections are numbered with this letter followed by a dot
22516  and the subsection number.
22517  All appendix sections can be referenced as if they were normal sections,
22518  here two examples:
22519 \end_layout
22520
22521 \begin_layout Standard
22522 Appendix\InsetSpace ~
22523
22524 \begin_inset LatexCommand ref
22525 reference "cha:Credits"
22526
22527 \end_inset
22528
22529 ; Appendix\InsetSpace ~
22530
22531 \begin_inset LatexCommand ref
22532 reference "sub:Export"
22533
22534 \end_inset
22535
22536
22537 \end_layout
22538
22539 \begin_layout Section
22540 Bibliography
22541 \begin_inset LatexCommand index
22542 name "Bibliography"
22543
22544 \end_inset
22545
22546
22547 \begin_inset LatexCommand label
22548 name "sec:Bibliography"
22549
22550 \end_inset
22551
22552
22553 \end_layout
22554
22555 \begin_layout Standard
22556 There are two ways of generating the bibliography in a LyX-document.
22557  You can include a bibliography database
22558 \begin_inset Foot
22559 status collapsed
22560
22561 \begin_layout Standard
22562 Known under the name 
22563 \begin_inset Quotes eld
22564 \end_inset
22565
22566 BibTeX-database
22567 \begin_inset Quotes erd
22568 \end_inset
22569
22570 .
22571 \end_layout
22572
22573 \end_inset
22574
22575 , which is explained in the next subsection or you can insert the bibliography
22576  manually.
22577  For the second method we use the paragraph environment 
22578 \family sans
22579 Bibliography
22580 \family default
22581 , described in section\InsetSpace ~
22582
22583 \begin_inset LatexCommand ref
22584 reference "sub:Biblio_environment"
22585
22586 \end_inset
22587
22588 .
22589 \end_layout
22590
22591 \begin_layout Standard
22592 Within the 
22593 \family sans
22594 Bibliography
22595 \family default
22596  environment, every paragraph begins with a gray bibliography box labeled
22597  with a number.
22598  If you click on it, you will get a dialog in which you can set a 
22599 \family sans
22600 Key
22601 \family default
22602  and a 
22603 \family sans
22604 Label
22605 \family default
22606 .
22607  The key is the symbolic name by which you will refer to this bibliography
22608  entry.
22609  For example, our second entry in the bibliography is a book about LaTeX
22610  and we used 
22611 \begin_inset Quotes eld
22612 \end_inset
22613
22614 latexcompanion
22615 \begin_inset Quotes erd
22616 \end_inset
22617
22618 , a short form of its title, as key.
22619 \end_layout
22620
22621 \begin_layout Standard
22622 You can refer to the key of a bibliography entry using the menu 
22623 \family sans
22624 Insert\SpecialChar \menuseparator
22625 Citation
22626 \family default
22627  or the toobar button 
22628 \begin_inset Graphics
22629         filename ../images/dialog-show-new-inset_citation.png
22630         BoundingBox 0bp 5bp 20bp 20bp
22631
22632 \end_inset
22633
22634 .
22635  A citation reference box is inserted and a citation window will appear
22636  in which you can select one or more keys in the available key list.
22637  The citation reference box will be labeled with the referenced key.
22638  When you click on the box, the citation window appears and you can change
22639  the reference.
22640 \end_layout
22641
22642 \begin_layout Standard
22643 Citation references appear in the output as number of the bibliography entry
22644  with surrounding brackets.
22645  If you set a 
22646 \family sans
22647 Label
22648 \family default
22649  for the entry, the label will appear instead of the number.
22650  Here two examples; the first without a label, the second with the label
22651  
22652 \begin_inset Quotes eld
22653 \end_inset
22654
22655 Credits
22656 \begin_inset Quotes erd
22657 \end_inset
22658
22659 :
22660 \end_layout
22661
22662 \begin_layout Standard
22663 Have a look at the 
22664 \family sans
22665 LaTeX Companion Second Edition
22666 \family default
22667
22668 \begin_inset LatexCommand cite
22669 key "latexcompanion"
22670
22671 \end_inset
22672
22673
22674 \end_layout
22675
22676 \begin_layout Standard
22677 The LyX-Team members are listed in the Credits: 
22678 \begin_inset LatexCommand cite
22679 key "lyxcredit"
22680
22681 \end_inset
22682
22683
22684 \end_layout
22685
22686 \begin_layout Subsection
22687 Bibliography databases (BibTeX)
22688 \begin_inset LatexCommand index
22689 name "Bibliography ! Databases"
22690
22691 \end_inset
22692
22693
22694 \begin_inset LatexCommand index
22695 name "Bibliography ! BibTeX"
22696
22697 \end_inset
22698
22699
22700 \begin_inset LatexCommand label
22701 name "sub:Bibliography-databases"
22702
22703 \end_inset
22704
22705
22706 \end_layout
22707
22708 \begin_layout Standard
22709 Bibliography databases are useful if you use the same bibliography in different
22710  documents.
22711  It makes it also very easy to have a uniform layout for all bibliography
22712  entries.
22713  You can collect the bibliography of all relevant books and articles of
22714  your working field in a database.
22715  This database can be used for different documents, because only the referenced
22716  entries of the database will appear in the bibliography list.
22717 \end_layout
22718
22719 \begin_layout Standard
22720 The database is a text file with the file extension 
22721 \begin_inset Quotes eld
22722 \end_inset
22723
22724
22725 \family sans
22726 .bib
22727 \family default
22728
22729 \begin_inset Quotes erd
22730 \end_inset
22731
22732  containing the bibliography in a special format.
22733  The format is explained in LaTeX books (
22734 \begin_inset LatexCommand cite
22735 key "Mittelbach,Kopka,Lamport"
22736
22737 \end_inset
22738
22739 ).
22740  Normally one uses a special program to create and edit entries of the database.
22741  Under
22742 \newline
22743  
22744 \begin_inset LatexCommand url
22745 target "http://wiki.lyx.org/BibTeX/Programs"
22746
22747 \end_inset
22748
22749
22750 \newline
22751 you find a list of programs for bibliography databases.
22752 \end_layout
22753
22754 \begin_layout Standard
22755 To use a database, use the menu 
22756 \family sans
22757 Insert\SpecialChar \menuseparator
22758 List
22759 \family default
22760 /
22761 \family sans
22762 TOC\SpecialChar \menuseparator
22763 BibT
22764 \begin_inset ERT
22765 status collapsed
22766
22767 \begin_layout Standard
22768
22769 {}
22770 \end_layout
22771
22772 \end_inset
22773
22774 eX\InsetSpace ~
22775 Bibliography
22776 \family default
22777 .
22778  A grey box will be inserted and a window appears.
22779  In this window you can load one or more databases and a style file.
22780 \end_layout
22781
22782 \begin_layout Standard
22783 The style file is a text file with the file extension
22784 \begin_inset Quotes erd
22785 \end_inset
22786
22787
22788 \family sans
22789 .bst
22790 \family default
22791
22792 \begin_inset Quotes erd
22793 \end_inset
22794
22795  that declares the layout of all bibliography entries.
22796  Many publishers provide special style files, so that you don't have to
22797  take care of the layout.
22798 \end_layout
22799
22800 \begin_layout Standard
22801 Inserting a citation reference works like described above.
22802 \end_layout
22803
22804 \begin_layout Standard
22805 \begin_inset VSpace defskip
22806 \end_inset
22807
22808
22809 \end_layout
22810
22811 \begin_layout Standard
22812 To generate the bibliography from a database, the program BibTeX is used
22813  by LyX.
22814  This program can be controlled with options that you can add in LyX's preferenc
22815 es dialog under 
22816 \family sans
22817 Outputs
22818 \family default
22819
22820 \family sans
22821 LaT
22822 \begin_inset ERT
22823 status collapsed
22824
22825 \begin_layout Standard
22826
22827 {}
22828 \end_layout
22829
22830 \end_inset
22831
22832 eX
22833 \family default
22834  in the field 
22835 \family sans
22836 BibT
22837 \begin_inset ERT
22838 status collapsed
22839
22840 \begin_layout Standard
22841
22842 {}
22843 \end_layout
22844
22845 \end_inset
22846
22847 eX\InsetSpace ~
22848 command
22849 \family default
22850 .
22851  Before adding options, it is strongly recommended to read the manual of
22852  
22853 \family sans
22854 BibTeX
22855 \family default
22856 .
22857 \end_layout
22858
22859 \begin_layout Standard
22860 \begin_inset VSpace defskip
22861 \end_inset
22862
22863
22864 \end_layout
22865
22866 \begin_layout Standard
22867 We use two bibliographies in this document to show the difference between
22868  the two methods of creating them.
22869  As you can see, the bibliography that is created from a database lists
22870  only the database entries that are referenced in the document.
22871  We used the style file 
22872 \family sans
22873 alphadin.bst
22874 \family default
22875  to get the complicated German reference key scheme in the bibliography.
22876 \end_layout
22877
22878 \begin_layout Subsection
22879 Bibliography layout
22880 \begin_inset LatexCommand index
22881 name "Bibliography ! Layout"
22882
22883 \end_inset
22884
22885
22886 \end_layout
22887
22888 \begin_layout Standard
22889 In the citation reference dialog you can set a special citation format.
22890  For this feature you need to use the option 
22891 \family sans
22892 Natbib
22893 \family default
22894  enabled in the 
22895 \family sans
22896 Document\SpecialChar \menuseparator
22897 Settings
22898 \family default
22899
22900 \begin_inset LatexCommand index
22901 name "Document ! Settings"
22902
22903 \end_inset
22904
22905  dialog under 
22906 \family sans
22907 Bibliography
22908 \family default
22909 .
22910  Setting a citation style for a reference will overwrite the default.
22911  For the global citation format use the BibTeX style files as explained
22912  in the previous section.
22913 \end_layout
22914
22915 \begin_layout Standard
22916 You can also set text, that should appear before or after a citation reference,
22917  in the citation reference window.
22918  Here an example where we set the text 
22919 \begin_inset Quotes eld
22920 \end_inset
22921
22922 Chapter\InsetSpace ~
22923 3
22924 \begin_inset Quotes erd
22925 \end_inset
22926
22927  to appear after the reference:
22928 \end_layout
22929
22930 \begin_layout Standard
22931 Have a look at 
22932 \begin_inset LatexCommand cite
22933 after "Chapter 3"
22934 key "latexcompanion"
22935
22936 \end_inset
22937
22938 .
22939 \end_layout
22940
22941 \begin_layout Section
22942 Index
22943 \begin_inset LatexCommand index
22944 name "Index generation"
22945
22946 \end_inset
22947
22948
22949 \begin_inset LatexCommand label
22950 name "sec:Index"
22951
22952 \end_inset
22953
22954
22955 \end_layout
22956
22957 \begin_layout Standard
22958 An index entry is created if you use the menu 
22959 \family sans
22960 Insert\SpecialChar \menuseparator
22961 Index\InsetSpace ~
22962 Entry
22963 \family default
22964  or the toolbar button 
22965 \begin_inset Graphics
22966         filename ../images/index-insert.png
22967         BoundingBox 0bp 5bp 20bp 20bp
22968
22969 \end_inset
22970
22971 .
22972  A gray box labeled 
22973 \begin_inset Quotes eld
22974 \end_inset
22975
22976
22977 \family sans
22978 Idx
22979 \family default
22980
22981 \begin_inset Quotes erd
22982 \end_inset
22983
22984  is inserted containing the text that appears in the index.
22985  The word where the cursor is in or the currently highlighted text is proposed
22986  by LyX as index entry.
22987 \end_layout
22988
22989 \begin_layout Standard
22990 \begin_inset Note Greyedout
22991 status open
22992
22993 \begin_layout Standard
22994
22995 \series bold
22996 Note:
22997 \series default
22998  The index entry text field differs from all other text fields, because
22999  you have to insert valid LaTeX-code.
23000 \end_layout
23001
23002 \end_inset
23003
23004  Therefore you cannot insert
23005 \end_layout
23006
23007 \begin_layout Standard
23008
23009 \series bold
23010 Find & Replace
23011 \end_layout
23012
23013 \begin_layout Standard
23014 to an index entry field, because the 
23015 \begin_inset Quotes eld
23016 \end_inset
23017
23018 &
23019 \begin_inset Quotes erd
23020 \end_inset
23021
23022  character is used in LaTeX to separate table columns, so that you will
23023  get LaTeX-errors.
23024  The correct entry is
23025 \end_layout
23026
23027 \begin_layout Standard
23028
23029 \series bold
23030 Find 
23031 \backslash
23032 & Replace
23033 \end_layout
23034
23035 \begin_layout Standard
23036 This behavior is necessary because index entries can be formatted in many
23037  ways using special LaTeX commands.
23038  We give a short overview of the index command in the next subsections.
23039  For a detailed description of LaTeX's index mechanism, have a look at one
23040  of the LaTeX books 
23041 \begin_inset LatexCommand cite
23042 key "latexcompanion,latexguide,latexbook"
23043
23044 \end_inset
23045
23046 .
23047 \end_layout
23048
23049 \begin_layout Standard
23050 You can change index entries by clicking on the index box.
23051 \end_layout
23052
23053 \begin_layout Standard
23054 The index list is inserted to the document with the menu 
23055 \family sans
23056 Insert\SpecialChar \menuseparator
23057 List\InsetSpace ~
23058 /\InsetSpace ~
23059 TOC\SpecialChar \menuseparator
23060 Index\InsetSpace ~
23061 List
23062 \family default
23063 .
23064  A light blue box labeled 
23065 \begin_inset Quotes eld
23066 \end_inset
23067
23068
23069 \family sans
23070 Index
23071 \family default
23072
23073 \begin_inset Quotes erd
23074 \end_inset
23075
23076  will show the place where the index is printed in the output.
23077  The index list box is not clickable like other LyX-boxes.
23078 \end_layout
23079
23080 \begin_layout Subsection
23081 Grouping Index Entries
23082 \begin_inset LatexCommand index
23083 name "Index ! Grouping"
23084
23085 \end_inset
23086
23087
23088 \end_layout
23089
23090 \begin_layout Standard
23091 Index entries are often grouped to offer the reader a fast search in the
23092  index.
23093  We want to group for example the index entries for itemized and enumerated
23094  lists under the entry 
23095 \begin_inset Quotes eld
23096 \end_inset
23097
23098 Lists
23099 \begin_inset Quotes erd
23100 \end_inset
23101
23102 .
23103  First we create the entry 
23104 \begin_inset Quotes eld
23105 \end_inset
23106
23107 Lists
23108 \begin_inset Quotes erd
23109 \end_inset
23110
23111  in section\InsetSpace ~
23112
23113 \begin_inset LatexCommand ref
23114 reference "sub:Lists"
23115
23116 \end_inset
23117
23118 .
23119  In the text field for the itemized list index entry in section\InsetSpace ~
23120
23121 \begin_inset LatexCommand ref
23122 reference "sec:Itemize"
23123
23124 \end_inset
23125
23126 , we insert the command
23127 \end_layout
23128
23129 \begin_layout Standard
23130
23131 \series bold
23132 Lists ! Itemize
23133 \end_layout
23134
23135 \begin_layout Standard
23136 and the command
23137 \end_layout
23138
23139 \begin_layout Standard
23140
23141 \series bold
23142 Lists ! Enumerate
23143 \end_layout
23144
23145 \begin_layout Standard
23146 for the enumerated list in section\InsetSpace ~
23147
23148 \begin_inset LatexCommand ref
23149 reference "sec:Enumerate"
23150
23151 \end_inset
23152
23153 .
23154 \end_layout
23155
23156 \begin_layout Standard
23157 The exclamation mark 
23158 \begin_inset Quotes eld
23159 \end_inset
23160
23161 !
23162 \begin_inset Quotes erd
23163 \end_inset
23164
23165  marks the grouping levels.
23166  You can have three levels; every index level is indented a bit more.
23167  An index entry for the higher levels is not required.
23168  If we don't have an index entry for 
23169 \begin_inset Quotes eld
23170 \end_inset
23171
23172 Lists
23173 \begin_inset Quotes erd
23174 \end_inset
23175
23176 , it will be printed anyway, but without a page number.
23177 \end_layout
23178
23179 \begin_layout Subsection
23180 Page Ranges
23181 \begin_inset LatexCommand index
23182 name "Index ! Page ranges"
23183
23184 \end_inset
23185
23186
23187 \end_layout
23188
23189 \begin_layout Standard
23190 Normally an index entry will appear with the page number of the indexed
23191  section.
23192  But sometimes you want to index more pages under the same entry.
23193  E.g if we want to index the paragraph environments, we create an index entry
23194  in section\InsetSpace ~
23195
23196 \begin_inset LatexCommand ref
23197 reference "sec:Paragraph-Environments"
23198
23199 \end_inset
23200
23201  with the command
23202 \end_layout
23203
23204 \begin_layout Standard
23205
23206 \series bold
23207 Paragraph environments|(
23208 \end_layout
23209
23210 \begin_layout Standard
23211 and another entry at the end of section\InsetSpace ~
23212
23213 \begin_inset LatexCommand ref
23214 reference "sub:LyX-Code"
23215
23216 \end_inset
23217
23218  with the command
23219 \end_layout
23220
23221 \begin_layout Standard
23222
23223 \series bold
23224 Paragraph environments|)
23225 \end_layout
23226
23227 \begin_layout Standard
23228 The commands 
23229 \begin_inset Quotes eld
23230 \end_inset
23231
23232
23233 \series bold
23234 |(
23235 \series default
23236
23237 \begin_inset Quotes erd
23238 \end_inset
23239
23240  and 
23241 \begin_inset Quotes eld
23242 \end_inset
23243
23244
23245 \series bold
23246 |)
23247 \series default
23248
23249 \begin_inset Quotes erd
23250 \end_inset
23251
23252  respectively starts and ends the index range.
23253  You can also add the same index entry at different places in the document.
23254  They appear in the output under one entry with a comma separated list of
23255  the pages of the indexed document parts.
23256  An example is the index entry 
23257 \begin_inset Quotes eld
23258 \end_inset
23259
23260 Document ! Settings
23261 \begin_inset Quotes erd
23262 \end_inset
23263
23264 .
23265 \end_layout
23266
23267 \begin_layout Subsection
23268 Cross referencing
23269 \begin_inset LatexCommand index
23270 name "Index ! Cross referencing"
23271
23272 \end_inset
23273
23274
23275 \end_layout
23276
23277 \begin_layout Standard
23278 It is also possible to refer to another index entry.
23279  We referred for example in the index entry 
23280 \begin_inset Quotes eld
23281 \end_inset
23282
23283 GIF
23284 \begin_inset Quotes erd
23285 \end_inset
23286
23287  (in section\InsetSpace ~
23288
23289 \begin_inset LatexCommand ref
23290 reference "sub:Image-Formats"
23291
23292 \end_inset
23293
23294 ) to the index entry 
23295 \begin_inset Quotes eld
23296 \end_inset
23297
23298 Image formats
23299 \begin_inset Quotes erd
23300 \end_inset
23301
23302  in the same section using the command
23303 \end_layout
23304
23305 \begin_layout Standard
23306
23307 \series bold
23308 GIF|see{Image formats}
23309 \end_layout
23310
23311 \begin_layout Standard
23312 The text within the braces is the referenced entry.
23313  The reference will appear in the output without a page number.
23314 \end_layout
23315
23316 \begin_layout Subsection
23317 Index Entry Order
23318 \begin_inset LatexCommand index
23319 name "Index ! Entry order"
23320
23321 \end_inset
23322
23323
23324 \end_layout
23325
23326 \begin_layout Standard
23327 You can use accented characters in the index entry, but the entries might
23328  then not follow the rules for the index order.
23329  The index entries are sorted alphabetically, but LaTeX
23330 \begin_inset Foot
23331 status collapsed
23332
23333 \begin_layout Standard
23334 The index generating is done in the background by an extra program, see
23335  section\InsetSpace ~
23336
23337 \begin_inset LatexCommand ref
23338 reference "sub:Index-Program"
23339
23340 \end_inset
23341
23342 .
23343 \end_layout
23344
23345 \end_inset
23346
23347  doesn't know how to sort accents in different languages.
23348  We created as example the three dummy index entries 
23349 \begin_inset Quotes eld
23350 \end_inset
23351
23352 maison
23353 \begin_inset Quotes erd
23354 \end_inset
23355
23356
23357 \begin_inset Quotes eld
23358 \end_inset
23359
23360 maïs
23361 \begin_inset Quotes erd
23362 \end_inset
23363
23364 , and 
23365 \begin_inset Quotes eld
23366 \end_inset
23367
23368 maître
23369 \begin_inset Quotes erd
23370 \end_inset
23371
23372 .
23373 \begin_inset LatexCommand index
23374 name "Dummy entries ! maïs"
23375
23376 \end_inset
23377
23378
23379 \begin_inset LatexCommand index
23380 name "Dummy entries ! maître"
23381
23382 \end_inset
23383
23384
23385 \begin_inset LatexCommand index
23386 name "Dummy entries ! maïs@maison"
23387
23388 \end_inset
23389
23390  They will be sorted in the order maïs, maître, maison, but we want the
23391  order maïs, maison, maître.
23392  To achieve this, we use the command
23393 \end_layout
23394
23395 \begin_layout Standard
23396
23397 \series bold
23398 previous entry@current entry
23399 \end_layout
23400
23401 \begin_layout Standard
23402 In our case we want to have 
23403 \begin_inset Quotes eld
23404 \end_inset
23405
23406 maison
23407 \begin_inset Quotes erd
23408 \end_inset
23409
23410  after 
23411 \begin_inset Quotes eld
23412 \end_inset
23413
23414 maïs
23415 \begin_inset Quotes erd
23416 \end_inset
23417
23418  and write therefore for the index entry of maison:
23419 \end_layout
23420
23421 \begin_layout Standard
23422
23423 \series bold
23424 maïs@maison
23425 \end_layout
23426
23427 \begin_layout Standard
23428 The previous entry needn't to be a real existing entry, you can also use
23429  another word to tell LaTeX the entry order, see the next subsection for
23430  an example.
23431 \end_layout
23432
23433 \begin_layout Subsection
23434 Index Entry Layout
23435 \begin_inset LatexCommand index
23436 name "Index ! Entry layout"
23437
23438 \end_inset
23439
23440
23441 \end_layout
23442
23443 \begin_layout Standard
23444 You can insert entries together with LaTeX-commands for the layout.
23445  If you need for example an italic entry, you can write
23446 \end_layout
23447
23448 \begin_layout Standard
23449
23450 \series bold
23451
23452 \backslash
23453 textit{This is an italic entry}
23454 \end_layout
23455
23456 \begin_layout Standard
23457 where the command 
23458 \series bold
23459
23460 \backslash
23461 textit
23462 \series default
23463  produces the italic layout.
23464 \begin_inset LatexCommand index
23465 name "Dummy entries ! This@\\textit{This is an italic entry}"
23466
23467 \end_inset
23468
23469  We refer to LaTeX books (
23470 \begin_inset LatexCommand cite
23471 key "latexcompanion,latexguide,latexbook"
23472
23473 \end_inset
23474
23475 ) for an overview of layout commands.
23476  There is only the problem, that layout commands destroy the sorting order.
23477  To avoid that our index entry appears as the first one, we use the following
23478  command instead:
23479 \end_layout
23480
23481 \begin_layout Standard
23482
23483 \series bold
23484 This@
23485 \backslash
23486 textit{This is an italic entry}
23487 \end_layout
23488
23489 \begin_layout Standard
23490 You can also format the page number using the character 
23491 \begin_inset Quotes eld
23492 \end_inset
23493
23494 |
23495 \begin_inset Quotes erd
23496 \end_inset
23497
23498  followed by a LaTeX-command without a backslash.
23499  We can write for example
23500 \end_layout
23501
23502 \begin_layout Standard
23503
23504 \series bold
23505 old-style page number:|oldstylenums
23506 \end_layout
23507
23508 \begin_layout Standard
23509 to get the page number in an old-style layout.
23510 \begin_inset LatexCommand index
23511 name "Dummy entries ! old-style page number:|oldstylenums"
23512
23513 \end_inset
23514
23515  Normally all LaTeX-commands begin with a backslash, but in this special
23516  case 
23517 \begin_inset Quotes eld
23518 \end_inset
23519
23520
23521 \series bold
23522 |command
23523 \series default
23524
23525 \begin_inset Quotes erd
23526 \end_inset
23527
23528  means 
23529 \series bold
23530
23531 \backslash
23532 command{page\InsetSpace ~
23533 number}
23534 \series default
23535 .
23536  Have a look at section\InsetSpace ~
23537
23538 \begin_inset LatexCommand ref
23539 reference "sub:LaTeX-Syntax"
23540
23541 \end_inset
23542
23543  to learn more about the LaTeX-syntax.
23544 \end_layout
23545
23546 \begin_layout Standard
23547 You can also change the layout for the whole index.
23548  E.g.
23549  we marked the index list box of this document as bold to get a bold font
23550  for all index entries.
23551 \end_layout
23552
23553 \begin_layout Subsection
23554 Index Program
23555 \begin_inset LatexCommand index
23556 name "Index ! Program"
23557
23558 \end_inset
23559
23560
23561 \begin_inset LatexCommand label
23562 name "sub:Index-Program"
23563
23564 \end_inset
23565
23566
23567 \end_layout
23568
23569 \begin_layout Standard
23570 LyX uses for the index generation by default the program 
23571 \family sans
23572 makeindex
23573 \family default
23574 .
23575  It can be controlled by options that can be set in LyX's preferences dialog,
23576  see section\InsetSpace ~
23577
23578 \begin_inset LatexCommand ref
23579 reference "sub:LaTeX-settings"
23580
23581 \end_inset
23582
23583 .
23584  The available options are listed and explained in 
23585 \begin_inset LatexCommand cite
23586 key "makeindex"
23587
23588 \end_inset
23589
23590 .
23591 \end_layout
23592
23593 \begin_layout Standard
23594 You can also specify there another program to generate the index, for example
23595  
23596 \family sans
23597 xindy
23598 \family default
23599 .
23600 \end_layout
23601
23602 \begin_layout Section
23603 Nomenclature / Glossary 
23604 \begin_inset LatexCommand index
23605 name "Nomenclature"
23606
23607 \end_inset
23608
23609
23610 \begin_inset LatexCommand index
23611 name "Glossary|see{Nomenclature}"
23612
23613 \end_inset
23614
23615
23616 \begin_inset LatexCommand label
23617 name "sec:Nomenclature"
23618
23619 \end_inset
23620
23621
23622 \end_layout
23623
23624 \begin_layout Standard
23625 Sometimes you need to compile a list of symbols that are mentioned in your
23626  document with a brief explanation of them -- a so called nomenclature or
23627  glossary.
23628 \end_layout
23629
23630 \begin_layout Standard
23631 To be able to create nomenclatures, you need the LaTeX package 
23632 \series bold
23633 nomencl
23634 \begin_inset LatexCommand index
23635 name "LaTeX-packages ! nomencl"
23636
23637 \end_inset
23638
23639
23640 \series default
23641  installed.
23642  You find it in the TeX Catalogue, 
23643 \begin_inset LatexCommand cite
23644 key "TeXCatalogue"
23645
23646 \end_inset
23647
23648  or in the package manager of your LaTeX-system.
23649 \end_layout
23650
23651 \begin_layout Standard
23652 A nomenclature entry is created if you place the cursor after a symbol entry
23653  and then use the menu 
23654 \family sans
23655 Insert\SpecialChar \menuseparator
23656
23657 \family default
23658 N
23659 \family sans
23660 omenclature\InsetSpace ~
23661 Entry
23662 \family default
23663  or the toobar button 
23664 \begin_inset Graphics
23665         filename ../images/nomencl-insert.png
23666         BoundingBox 0bp 5bp 20bp 20bp
23667
23668 \end_inset
23669
23670 .
23671  A gray box labeled 
23672 \begin_inset Quotes eld
23673 \end_inset
23674
23675
23676 \family sans
23677 Nom
23678 \family default
23679
23680 \begin_inset Quotes erd
23681 \end_inset
23682
23683  is inserted and a window pops up asking for the nomenclature entry.
23684 \end_layout
23685
23686 \begin_layout Standard
23687 A nomenclature entry consists of two main entries.
23688  The first is the symbol that you want to refer to.
23689  The second is the description of the symbol.
23690 \end_layout
23691
23692 \begin_layout Standard
23693 \begin_inset Note Greyedout
23694 status open
23695
23696 \begin_layout Standard
23697
23698 \series bold
23699 Note:
23700 \series default
23701  Like for the index entry dialog, you have to enter valid LaTeX-code for
23702  all fields of the nomenclature dialog.
23703 \end_layout
23704
23705 \end_inset
23706
23707
23708 \end_layout
23709
23710 \begin_layout Subsection
23711 Nomenclature Definition and Layout
23712 \begin_inset LatexCommand index
23713 name "Nomenclature ! Layout"
23714
23715 \end_inset
23716
23717
23718 \end_layout
23719
23720 \begin_layout Standard
23721 When you have symbols in formulas, you have to define them in the 
23722 \family sans
23723 Symbol
23724 \family default
23725  field as LaTeX-formula.
23726  For example to get 
23727 \begin_inset Quotes eld
23728 \end_inset
23729
23730
23731 \begin_inset Formula $\sigma$
23732 \end_inset
23733
23734
23735 \begin_inset Quotes erd
23736 \end_inset
23737
23738 , insert this:
23739 \newline
23740
23741 \series bold
23742 $
23743 \backslash
23744 sigma$
23745 \newline
23746
23747 \series default
23748 The 
23749 \begin_inset Quotes eld
23750 \end_inset
23751
23752 $
23753 \begin_inset Quotes erd
23754 \end_inset
23755
23756  character hereby starts/ends the formula.
23757  The LaTeX-command for the Greek letter is the name of the letter beginning
23758  with a backslash 
23759 \begin_inset Quotes eld
23760 \end_inset
23761
23762
23763 \backslash
23764
23765 \begin_inset Quotes erd
23766 \end_inset
23767
23768 .
23769  For capital Greek letters, start the command also with a capital letter,
23770  like 
23771 \series bold
23772
23773 \backslash
23774 Sigma
23775 \series default
23776 .
23777 \end_layout
23778
23779 \begin_layout Standard
23780 (A short introduction to the LaTeX-syntax is given in section\InsetSpace ~
23781
23782 \begin_inset LatexCommand ref
23783 reference "sub:LaTeX-Syntax"
23784
23785 \end_inset
23786
23787 .)
23788 \end_layout
23789
23790 \begin_layout Standard
23791 You cannot use the 
23792 \family sans
23793 Text\InsetSpace ~
23794 Style
23795 \family default
23796  dialog to format the description text but have to use LaTeX-commands.
23797  For example the description of the nomenclature entry for the 
23798 \begin_inset Quotes eld
23799 \end_inset
23800
23801
23802 \begin_inset Formula $\sigma$
23803 \end_inset
23804
23805
23806 \begin_inset Quotes erd
23807 \end_inset
23808
23809  in this document is:
23810 \newline
23811
23812 \series bold
23813 dummy entry for the character 
23814 \backslash
23815 textsf{sigma}
23816 \series default
23817
23818 \newline
23819 The command 
23820 \series bold
23821
23822 \backslash
23823 textsf
23824 \series default
23825  sets the fonts to 
23826 \family sans
23827 sans\InsetSpace ~
23828 serif
23829 \family default
23830 .
23831  To get 
23832 \series bold
23833 bold
23834 \series default
23835  font use the command 
23836 \series bold
23837
23838 \backslash
23839 textbf
23840 \series default
23841 , for 
23842 \family typewriter
23843 typewriter
23844 \family default
23845  use 
23846 \series bold
23847
23848 \backslash
23849 texttt
23850 \series default
23851 , for 
23852 \emph on
23853 emphasized
23854 \emph default
23855  use 
23856 \series bold
23857
23858 \backslash
23859 emph
23860 \series default
23861 .
23862 \end_layout
23863
23864 \begin_layout Subsection
23865 Sort Order of Nomenclature Entries
23866 \begin_inset LatexCommand index
23867 name "Nomenclature ! Sort order"
23868
23869 \end_inset
23870
23871
23872 \end_layout
23873
23874 \begin_layout Standard
23875 The nomenclature entries are sorted alphabetically by the LaTeX-code of
23876  the symbol definition.
23877  This leads to undesired results when you for example have symbols in formulas.
23878  Suppose you have nomenclature entries for the symbols 
23879 \emph on
23880 a
23881 \begin_inset LatexCommand nomenclature
23882 symbol "a"
23883 description "dummy entry for the character \"a\""
23884
23885 \end_inset
23886
23887
23888 \emph default
23889  and 
23890 \begin_inset Formula $\sigma$
23891 \end_inset
23892
23893
23894 \begin_inset LatexCommand nomenclature
23895 prefix "sigma"
23896 symbol "$\\sigma$"
23897 description "dummy entry for the character \\textsf{sigma}"
23898
23899 \end_inset
23900
23901 .
23902  They will be sorted by 
23903 \begin_inset Quotes eld
23904 \end_inset
23905
23906
23907 \family sans
23908 a
23909 \family default
23910
23911 \begin_inset Quotes erd
23912 \end_inset
23913
23914  and 
23915 \begin_inset Quotes eld
23916 \end_inset
23917
23918
23919 \family typewriter
23920 $
23921 \backslash
23922 sigma$
23923 \family default
23924
23925 \begin_inset Quotes erd
23926 \end_inset
23927
23928  -- the 
23929 \begin_inset Formula $\sigma$
23930 \end_inset
23931
23932  will be sorted before the 
23933 \emph on
23934 a
23935 \emph default
23936  since the character 
23937 \begin_inset Quotes eld
23938 \end_inset
23939
23940 $
23941 \begin_inset Quotes erd
23942 \end_inset
23943
23944  is considered in sorting.
23945 \end_layout
23946
23947 \begin_layout Standard
23948 To control the sort order, you can edit the 
23949 \family sans
23950 Sort\InsetSpace ~
23951 as
23952 \family default
23953  field of the nomenclature dialog.
23954  Then the nomenclature entry will be sorted by this entry and not the symbol
23955  definition.
23956  For the given example, you can insert 
23957 \family typewriter
23958 sigma
23959 \family default
23960  to this field for the 
23961 \begin_inset Formula $\sigma$
23962 \end_inset
23963
23964 , then 
23965 \emph on
23966 a
23967 \emph default
23968  will be located before 
23969 \begin_inset Formula $\sigma$
23970 \end_inset
23971
23972 .
23973 \end_layout
23974
23975 \begin_layout Standard
23976 For subgrouping and tips for using sort entries see the 
23977 \series bold
23978 nomencl
23979 \series default
23980  documentation, 
23981 \begin_inset LatexCommand cite
23982 key "nomencl"
23983
23984 \end_inset
23985
23986 .
23987 \end_layout
23988
23989 \begin_layout Subsection
23990 Nomenclature Options
23991 \begin_inset LatexCommand index
23992 name "Nomenclature ! Options"
23993
23994 \end_inset
23995
23996
23997 \end_layout
23998
23999 \begin_layout Standard
24000 The 
24001 \series bold
24002 nomencl
24003 \series default
24004  package offers some options to adjust the appearance of the nomenclature.
24005  Here are some of its options, for more have a look at its documentation:
24006 \end_layout
24007
24008 \begin_layout Description
24009 refeq Appends the phrase 
24010 \begin_inset Quotes eld
24011 \end_inset
24012
24013
24014 \family sans
24015 , see equation (
24016 \emph on
24017 eq
24018 \emph default
24019 )
24020 \family default
24021
24022 \begin_inset Quotes erd
24023 \end_inset
24024
24025  to every nomenclature entry, where 
24026 \family sans
24027 \emph on
24028 eq
24029 \family default
24030 \emph default
24031  is the number of the last equation in front of the nomenclature entry
24032 \end_layout
24033
24034 \begin_layout Description
24035 refpage Appends the phrase 
24036 \begin_inset Quotes eld
24037 \end_inset
24038
24039
24040 \family sans
24041 , page (
24042 \emph on
24043 page
24044 \emph default
24045 )
24046 \family default
24047
24048 \begin_inset Quotes erd
24049 \end_inset
24050
24051  to every nomenclature entry, where 
24052 \family sans
24053 \emph on
24054 page
24055 \family default
24056 \emph default
24057  is the number of the page on which the nomenclature entry appeared
24058 \end_layout
24059
24060 \begin_layout Description
24061 intoc Inserts the nomenclature in the Table of Contents
24062 \end_layout
24063
24064 \begin_layout Standard
24065 There are furthermore the options 
24066 \series bold
24067 croatian
24068 \series default
24069
24070 \series bold
24071 danish
24072 \series default
24073
24074 \series bold
24075 english
24076 \series default
24077
24078 \series bold
24079 french
24080 \series default
24081
24082 \series bold
24083 german
24084 \series default
24085
24086 \series bold
24087 italian
24088 \series default
24089
24090 \series bold
24091 polish
24092 \series default
24093
24094 \series bold
24095 portuguese
24096 \series default
24097
24098 \series bold
24099 russian
24100 \series default
24101
24102 \series bold
24103 spanish
24104 \series default
24105 , and 
24106 \series bold
24107 ukrainian
24108 \series default
24109  to print the reference texts and the nomenclature title in the corresponding
24110  language.
24111 \end_layout
24112
24113 \begin_layout Standard
24114 To use one or more of the options, add them to the comma-separated document
24115  class options list in the 
24116 \family sans
24117 Document\SpecialChar \menuseparator
24118 Settings
24119 \family default
24120  dialog.
24121  In this document the options 
24122 \series bold
24123 intoc
24124 \series default
24125  and 
24126 \series bold
24127 refpage
24128 \series default
24129  are used.
24130 \end_layout
24131
24132 \begin_layout Standard
24133 \begin_inset VSpace bigskip
24134 \end_inset
24135
24136
24137 \end_layout
24138
24139 \begin_layout Standard
24140 You can also use the first two options above only for certain nomenclature
24141  entries when you add one of the following commands as last entry to the
24142  
24143 \family sans
24144 Description
24145 \family default
24146  field in the nomenclature dialog:
24147 \end_layout
24148
24149 \begin_layout Description
24150
24151 \backslash
24152 nomrefeq Like the 
24153 \series bold
24154 refeq
24155 \series default
24156  option
24157 \end_layout
24158
24159 \begin_layout Description
24160
24161 \backslash
24162 nomrefpage Like the 
24163 \series bold
24164 refpage
24165 \series default
24166  option
24167 \end_layout
24168
24169 \begin_layout Description
24170
24171 \backslash
24172 nomrefeqpage Short notation of 
24173 \series bold
24174
24175 \backslash
24176 nomrefeq
24177 \backslash
24178 nomrefpage
24179 \end_layout
24180
24181 \begin_layout Description
24182
24183 \backslash
24184 nomnorefeq,\InsetSpace ~
24185
24186 \backslash
24187 nomnorefpage,\InsetSpace ~
24188
24189 \backslash
24190 nomnorefeqpage Turns off the corresponding options
24191 \end_layout
24192
24193 \begin_layout Subsection
24194 Printing the Nomenclature
24195 \begin_inset LatexCommand index
24196 name "Nomenclature ! Printing"
24197
24198 \end_inset
24199
24200
24201 \end_layout
24202
24203 \begin_layout Standard
24204 To print the nomenclature, use the menu 
24205 \family sans
24206 Insert\SpecialChar \menuseparator
24207 Lists\InsetSpace ~
24208 /\InsetSpace ~
24209 TOC\SpecialChar \menuseparator
24210 Nomenclature
24211 \family default
24212 .
24213  A light blue box labeled 
24214 \begin_inset Quotes eld
24215 \end_inset
24216
24217
24218 \family sans
24219 Nomenclature
24220 \family default
24221
24222 \begin_inset Quotes erd
24223 \end_inset
24224
24225  will show the place where the nomenclature is printed in the output.
24226  Like the index list box, the nomenclature list box is not clickable.
24227 \end_layout
24228
24229 \begin_layout Standard
24230 In the printed output the title of the nomenclature appears as 
24231 \begin_inset Quotes eld
24232 \end_inset
24233
24234 Nomenclature
24235 \begin_inset Quotes erd
24236 \end_inset
24237
24238 .
24239  If you are not happy with the name, you can change it by redefining the
24240  command 
24241 \series bold
24242
24243 \backslash
24244 nomname
24245 \series default
24246  in the preamble.
24247  For example, in order to change the name to 
24248 \emph on
24249 List of Symbols
24250 \emph default
24251 , add the following line to the preamble:
24252 \end_layout
24253
24254 \begin_layout Standard
24255
24256 \family roman
24257 \series bold
24258
24259 \backslash
24260 renewcommand{
24261 \backslash
24262 nomname}{List of Symbols}
24263 \end_layout
24264
24265 \begin_layout Standard
24266 \begin_inset VSpace defskip
24267 \end_inset
24268
24269
24270 \end_layout
24271
24272 \begin_layout Standard
24273 If you are unhappy with the amount of space for symbols, you can alter it
24274  by adding the following line to the preamble:
24275 \end_layout
24276
24277 \begin_layout Standard
24278
24279 \family roman
24280 \series bold
24281
24282 \backslash
24283 renewcommand{
24284 \backslash
24285 nomlabelwidth}{width}
24286 \end_layout
24287
24288 \begin_layout Standard
24289
24290 \family roman
24291 Where the width is a value with one of the units listed in Appendix\InsetSpace ~
24292
24293 \begin_inset LatexCommand ref
24294 reference "cha:Units-available-in"
24295
24296 \end_inset
24297
24298 .
24299  The default value is 1\InsetSpace \thinspace{}
24300 cm.
24301 \end_layout
24302
24303 \begin_layout Section
24304 Branches
24305 \begin_inset LatexCommand index
24306 name "Branches"
24307
24308 \end_inset
24309
24310
24311 \begin_inset LatexCommand index
24312 name "Document ! Branches"
24313
24314 \end_inset
24315
24316
24317 \begin_inset LatexCommand label
24318 name "sec:Branches"
24319
24320 \end_inset
24321
24322
24323 \end_layout
24324
24325 \begin_layout Standard
24326 Sometimes it is useful to hide some document parts in the output.
24327  For example a teacher who is setting an exam obviously doesn't want the
24328  pupils to see the answers, but having questions and answers in the same
24329  document will make the life of the markers of that exam much easier.
24330 \end_layout
24331
24332 \begin_layout Standard
24333 For these cases LyX offers to put text into branches.
24334  The text will then only appear in the output when its branch is activated.
24335  To create a branch, go in the 
24336 \family sans
24337 Document\SpecialChar \menuseparator
24338 Settings
24339 \family default
24340  dialog to 
24341 \family sans
24342 Branches
24343 \family default
24344 .
24345  The name of the branch, its activation state and the background color of
24346  the branches inside LyX can be specified in this dialog.
24347 \end_layout
24348
24349 \begin_layout Standard
24350 Text that should be in a branch is set into branch inset boxes.
24351  These boxes are inserted via the menu 
24352 \family sans
24353 Insert\SpecialChar \menuseparator
24354 Branch
24355 \family default
24356  where you can choose a branch.
24357  You can later change the branch of the boxes by right-clicking on them.
24358 \end_layout
24359
24360 \begin_layout Standard
24361 Here is an example, where only the question text appears, the answer branch
24362  is deactivated and does therefore not appear in the output:
24363 \end_layout
24364
24365 \begin_layout Standard
24366 \begin_inset Branch Question
24367 status open
24368
24369 \begin_layout Standard
24370 Question: Who was the first physics Nobel prize winner?
24371 \end_layout
24372
24373 \end_inset
24374
24375
24376 \end_layout
24377
24378 \begin_layout Standard
24379 \begin_inset Branch Answer
24380 status open
24381
24382 \begin_layout Standard
24383 Answer: Wilhelm Conrad Röntgen
24384 \end_layout
24385
24386 \end_inset
24387
24388
24389 \end_layout
24390
24391 \begin_layout Standard
24392 \begin_inset VSpace bigskip
24393 \end_inset
24394
24395
24396 \end_layout
24397
24398 \begin_layout Standard
24399 To use conditional output inside places where you cannot insert branch insets,
24400  like inside equations, you can code special LaTeX definitions for each
24401  branch.
24402  For example you can define for the question branch
24403 \begin_inset Foot
24404 status collapsed
24405
24406 \begin_layout Standard
24407 For an introduction to the LaTeX-syntax, see section\InsetSpace ~
24408
24409 \begin_inset LatexCommand ref
24410 reference "sub:LaTeX-Syntax"
24411
24412 \end_inset
24413
24414 .
24415 \end_layout
24416
24417 \end_inset
24418
24419
24420 \end_layout
24421
24422 \begin_layout Standard
24423
24424 \series bold
24425
24426 \backslash
24427 newcommand{
24428 \backslash
24429 question}[1]{#1}
24430 \end_layout
24431
24432 \begin_layout Standard
24433
24434 \series bold
24435
24436 \backslash
24437 newcommand{
24438 \backslash
24439 answer}[1]{}
24440 \end_layout
24441
24442 \begin_layout Standard
24443 and for the answer branch
24444 \end_layout
24445
24446 \begin_layout Standard
24447
24448 \series bold
24449
24450 \backslash
24451 newcommand{
24452 \backslash
24453 question}[1]{}
24454 \end_layout
24455
24456 \begin_layout Standard
24457
24458 \series bold
24459
24460 \backslash
24461 newcommand{
24462 \backslash
24463 answer}[1]{#1}
24464 \end_layout
24465
24466 \begin_layout Standard
24467 \begin_inset Branch Question
24468 status open
24469
24470 \begin_layout Standard
24471 \begin_inset ERT
24472 status open
24473
24474 \begin_layout Standard
24475
24476
24477 \backslash
24478 newcommand{
24479 \backslash
24480 question}[1]{#1}
24481 \end_layout
24482
24483 \begin_layout Standard
24484
24485
24486 \backslash
24487 newcommand{
24488 \backslash
24489 answer}[1]{}
24490 \end_layout
24491
24492 \end_inset
24493
24494
24495 \end_layout
24496
24497 \end_inset
24498
24499
24500 \end_layout
24501
24502 \begin_layout Standard
24503 \begin_inset Branch Answer
24504 status open
24505
24506 \begin_layout Standard
24507 \begin_inset ERT
24508 status open
24509
24510 \begin_layout Standard
24511
24512
24513 \backslash
24514 newcommand{
24515 \backslash
24516 question}[1]{}
24517 \end_layout
24518
24519 \begin_layout Standard
24520
24521
24522 \backslash
24523 newcommand{
24524 \backslash
24525 answer}[1]{#1}
24526 \end_layout
24527
24528 \end_inset
24529
24530
24531 \end_layout
24532
24533 \end_inset
24534
24535
24536 \end_layout
24537
24538 \begin_layout Standard
24539 Now it is possible to use the commands 
24540 \series bold
24541
24542 \backslash
24543 question{\SpecialChar \ldots{}
24544 }
24545 \series default
24546  and 
24547 \series bold
24548
24549 \backslash
24550 answer{\SpecialChar \ldots{}
24551 }
24552 \series default
24553  to obtain conditional output.
24554  Here is an example formula where only the 
24555 \series bold
24556
24557 \backslash
24558 question
24559 \series default
24560  part appears:
24561 \begin_inset Formula \[
24562 x^{2}-2x-2\Rightarrow\question{x_{1}}\answer{x_{2}}=1\question{+\sqrt{3}}\answer{-\sqrt{3}}.\]
24563
24564 \end_inset
24565
24566
24567 \end_layout
24568
24569 \begin_layout Standard
24570 Inside math, the same effect can be achieved using math macros, see section\InsetSpace ~
24571
24572 \begin_inset LatexCommand ref
24573 reference "sec:math-macros"
24574
24575 \end_inset
24576
24577 .
24578 \end_layout
24579
24580 \begin_layout Section
24581 ERT and the LaTeX Syntax
24582 \begin_inset LatexCommand label
24583 name "sec:ERT"
24584
24585 \end_inset
24586
24587
24588 \end_layout
24589
24590 \begin_layout Subsection
24591 ERT Boxes
24592 \begin_inset LatexCommand index
24593 name "ERT"
24594
24595 \end_inset
24596
24597
24598 \begin_inset LatexCommand label
24599 name "sub:ERT-Boxes"
24600
24601 \end_inset
24602
24603
24604 \end_layout
24605
24606 \begin_layout Standard
24607 As LyX uses LaTeX in the background, it supports many LaTeX commands and
24608  constructs, but not all.
24609  LaTeX contains of hundreds of packages which provide different commands.
24610  Every month many packages are updated and new ones added.
24611  This has the advantage that you can typeset nearly everything, for every
24612  problem exists a LaTeX-package.
24613  But LyX can of course not be up to date and support all these packages
24614  and their commands.
24615 \end_layout
24616
24617 \begin_layout Standard
24618 But don't worry, you can use any LaTeX-command directly in LyX inside the
24619  ERT box.
24620  ERT stands for 
24621 \begin_inset Quotes eld
24622 \end_inset
24623
24624 evil red text
24625 \begin_inset Quotes erd
24626 \end_inset
24627
24628 , evil because LyX is designed to avoid that you have to use LaTeX-commands.
24629  An ERT box is created by the menu 
24630 \family sans
24631 Insert\SpecialChar \menuseparator
24632 TeX
24633 \family default
24634  or by the toolbar button 
24635 \begin_inset Graphics
24636         filename ../images/ert-insert.png
24637
24638 \end_inset
24639
24640 .
24641  The box itself can be displayed in three different styles: 
24642 \family sans
24643 Inline
24644 \family default
24645
24646 \family sans
24647 Collapsed
24648 \family default
24649 , and 
24650 \family sans
24651 Open
24652 \family default
24653 .
24654  To change the style, right-click on the box and use the appearing dialog.
24655  Left-clicking on the box will switch between 
24656 \family sans
24657 Collapsed
24658 \family default
24659  and 
24660 \family sans
24661 Open
24662 \family default
24663 .
24664 \end_layout
24665
24666 \begin_layout Standard
24667 You can insert complete or incomplete commands into ERT.
24668  Incomplete means that the command argument can be Standard LyX text.
24669  For example you want to draw a frame around a word and uses therefore the
24670  LaTeX-command 
24671 \series bold
24672
24673 \backslash
24674 fbox
24675 \series default
24676 , you can write the command part 
24677 \series bold
24678
24679 \backslash
24680 fbox{
24681 \series default
24682  in an ERT box before the word and the closing brace 
24683 \series bold
24684 }
24685 \series default
24686  in a second ERT box behind the word.
24687  The word between the two ERT boxes is then the argument as it is in the
24688  following example:
24689 \end_layout
24690
24691 \begin_layout Standard
24692 \begin_inset Graphics
24693         filename clipart/ERT.png
24694         scale 89
24695
24696 \end_inset
24697
24698
24699 \end_layout
24700
24701 \begin_layout Standard
24702 gives
24703 \end_layout
24704
24705 \begin_layout Standard
24706 This is a line with a 
24707 \begin_inset ERT
24708 status collapsed
24709
24710 \begin_layout Standard
24711
24712
24713 \backslash
24714 fbox{
24715 \end_layout
24716
24717 \end_inset
24718
24719 framed
24720 \begin_inset ERT
24721 status collapsed
24722
24723 \begin_layout Standard
24724
24725 }
24726 \end_layout
24727
24728 \end_inset
24729
24730  word.
24731 \end_layout
24732
24733 \begin_layout Standard
24734 \begin_inset Note Greyedout
24735 status open
24736
24737 \begin_layout Standard
24738
24739 \series bold
24740 Note:
24741 \series default
24742  At the end of LaTeX-commands without parameters, you have to insert a space
24743  to let LaTeX know that the command is finished.
24744 \end_layout
24745
24746 \end_inset
24747
24748
24749 \end_layout
24750
24751 \begin_layout Subsection
24752 Short Introduction to the LaTeX Syntax
24753 \begin_inset OptArg
24754 status collapsed
24755
24756 \begin_layout Standard
24757 The LaTeX Syntax
24758 \end_layout
24759
24760 \end_inset
24761
24762
24763 \begin_inset LatexCommand index
24764 name "LaTeX Syntax"
24765
24766 \end_inset
24767
24768
24769 \begin_inset LatexCommand label
24770 name "sub:LaTeX-Syntax"
24771
24772 \end_inset
24773
24774
24775 \end_layout
24776
24777 \begin_layout Standard
24778 When you write larger documents or books, you will need to know something
24779  about the LaTeX-commands that LyX uses in the background.
24780  Because LaTeX is based on commands, you can 
24781 \begin_inset Quotes eld
24782 \end_inset
24783
24784 program
24785 \begin_inset Quotes erd
24786 \end_inset
24787
24788  your text.
24789  This has the advantage that the layout of the document can be changed at
24790  every time if you know the right commands.
24791  E.g.
24792  imagine you have to write a manual for a product and the deadline is at
24793  the end of the day.
24794  Your boss just has complimented you for your good work but wants to have
24795  all caption labels bold.
24796  But you have over hundred figure and table captions with non-bold labels
24797  in your manual.
24798  Of course it's impossible to change all caption labels by hand in one day.
24799 \end_layout
24800
24801 \begin_layout Standard
24802 Now LaTeX comes into play.
24803  As written above, for every problem exists a LaTeX-package.
24804  First you have to find out which and therefore look in the LaTeX package
24805  database, 
24806 \begin_inset LatexCommand cite
24807 key "Catalogue"
24808
24809 \end_inset
24810
24811 .
24812 \end_layout
24813
24814 \begin_layout Standard
24815 As result you know that the package 
24816 \series bold
24817 caption
24818 \series default
24819
24820 \begin_inset LatexCommand index
24821 name "LaTeX-packages ! caption"
24822
24823 \end_inset
24824
24825  is what you need.
24826  To use a package, you have to load it in the document preamble (menu 
24827 \family sans
24828 Document\SpecialChar \menuseparator
24829 Settings
24830 \family default
24831 ) with the command
24832 \end_layout
24833
24834 \begin_layout Standard
24835
24836 \series bold
24837
24838 \backslash
24839 usepackage[options]{package name}
24840 \end_layout
24841
24842 \begin_layout Standard
24843 All LaTeX commands begin with a backslash, the command argument is set within
24844  two braces, and the options are set within two brackets.
24845  Note that not all commands have an argument and options.
24846 \end_layout
24847
24848 \begin_layout Standard
24849 In your case the package name is 
24850 \series bold
24851 caption
24852 \series default
24853 .
24854  After a look in the documentation of the package, you know that the option
24855  
24856 \series bold
24857 labelfont=bf
24858 \series default
24859  will change the font of all caption labels to bold.
24860  So you add the command
24861 \end_layout
24862
24863 \begin_layout Standard
24864
24865 \series bold
24866
24867 \backslash
24868 usepackage[labelfont=bf]{caption}
24869 \end_layout
24870
24871 \begin_layout Standard
24872 to the preamble and the problem is solved.
24873 \begin_inset Foot
24874 status collapsed
24875
24876 \begin_layout Standard
24877 For more commands provided by the 
24878 \series bold
24879 caption
24880 \series default
24881  package, have a look at its documentation, 
24882 \begin_inset LatexCommand cite
24883 key "caption"
24884
24885 \end_inset
24886
24887 .
24888 \end_layout
24889
24890 \end_inset
24891
24892
24893 \end_layout
24894
24895 \begin_layout Standard
24896 Note that some document classes have built-in solutions for well known problems
24897  like your case.
24898  For example if you use a 
24899 \family sans
24900 koma-script
24901 \family default
24902  class, you don't need the package 
24903 \series bold
24904 caption
24905 \series default
24906 , you can instead write
24907 \end_layout
24908
24909 \begin_layout Standard
24910
24911 \series bold
24912
24913 \backslash
24914 setkomafont{captionlabel}{
24915 \backslash
24916 bfseries}
24917 \end_layout
24918
24919 \begin_layout Standard
24920 in the preamble and the problem is solved.
24921  So if you plan to write a large document, you should have a look at the
24922  documentation of the document class you want to use.
24923  (
24924 \series bold
24925
24926 \backslash
24927 setkomafont
24928 \series default
24929  is an example for a command with more than one argument.)
24930 \end_layout
24931
24932 \begin_layout Standard
24933 Commands in the preamble affects the whole document, while commands in the
24934  text affects only the text after the command or only the text used as command
24935  argument.
24936  To insert a LaTeX-command in text, use the ERT box as described in the
24937  previous section.
24938 \end_layout
24939
24940 \begin_layout Standard
24941 If you want to learn more about LaTeX and its syntax, have a look at the
24942  LaTeX-books 
24943 \begin_inset LatexCommand cite
24944 key "latexcompanion,latexguide"
24945
24946 \end_inset
24947
24948 .
24949  
24950 \end_layout
24951
24952 \begin_layout Section
24953 Previewing Snippets of your Document
24954 \begin_inset LatexCommand index
24955 name "Instant preview"
24956
24957 \end_inset
24958
24959
24960 \begin_inset LatexCommand label
24961 name "sec:Previewing-snippets-of"
24962
24963 \end_inset
24964
24965
24966 \begin_inset LatexCommand index
24967 name "Document ! Preview"
24968
24969 \end_inset
24970
24971
24972 \end_layout
24973
24974 \begin_layout Standard
24975 LyX allows you to generate previews of sections of your document on the
24976  fly so you can see how they'll look in the final document without having
24977  to break your train of thought with 
24978 \family sans
24979 View\SpecialChar \menuseparator
24980 DVI
24981 \family default
24982 .
24983 \end_layout
24984
24985 \begin_layout Standard
24986 If you would for example like to see in LyX your math formulas typeset by
24987  LaTeX, install the LaTeX-package 
24988 \series bold
24989 preview-latex
24990 \begin_inset LatexCommand index
24991 name "LaTeX-packages ! preview-latex"
24992
24993 \end_inset
24994
24995
24996 \series default
24997  as explained below, and turn on 
24998 \family sans
24999 Instant\InsetSpace ~
25000 preview
25001 \family default
25002  in the 
25003 \family sans
25004 Tools\SpecialChar \menuseparator
25005 Preferences 
25006 \family default
25007 dialog under 
25008 \family sans
25009 Look\InsetSpace ~
25010 and\InsetSpace ~
25011 feel\SpecialChar \menuseparator
25012 Graphics
25013 \family default
25014 .
25015 \end_layout
25016
25017 \begin_layout Standard
25018 Previews are generated when you load a document into LyX and when you finish
25019  editing an inset.
25020  Previews of an already loaded document are 
25021 \emph on
25022 not
25023 \emph default
25024  generated just by selecting the 
25025 \family sans
25026 Instant\InsetSpace ~
25027 preview
25028 \family default
25029  check box, you have to reopen the documents to activate the previews.
25030 \end_layout
25031
25032 \begin_layout Standard
25033 LyX will generate previews of math insets.
25034  It will also generate previews of included insets if you select the 
25035 \family sans
25036 Show\InsetSpace ~
25037 preview
25038 \family default
25039  check box in the insert dialog.
25040  This is useful if you wish to generate a preview of a LaTeX figure, for
25041  example.
25042 \end_layout
25043
25044 \begin_layout Standard
25045 To get previews working, you need the LaTeX package 
25046 \series bold
25047 preview-latex
25048 \series default
25049  (on some systems named simply 
25050 \series bold
25051 preview
25052 \series default
25053 ) installed.
25054  In case it is not already installed, you find it in the TeX Catalogue,
25055  
25056 \begin_inset LatexCommand cite
25057 key "TeXCatalogue"
25058
25059 \end_inset
25060
25061  or in the package manager of your LaTeX-system.
25062  You obtain prettier results if you install the program 
25063 \family typewriter
25064 pnmcrop
25065 \family default
25066  from the 
25067 \family typewriter
25068 netpbm
25069 \family default
25070  package; for LyX on Windows this program is automatically installed together
25071  with LyX.
25072 \end_layout
25073
25074 \begin_layout Standard
25075 \begin_inset VSpace bigskip
25076 \end_inset
25077
25078
25079 \end_layout
25080
25081 \begin_layout Standard
25082 You can furthermore preview the LaTeX source of the whole document or parts
25083  of it.
25084  Use the menu 
25085 \family sans
25086 View\SpecialChar \menuseparator
25087 View\InsetSpace ~
25088 Source
25089 \family default
25090  and a window will be shown where you can see the LaTeX-source code.
25091  The window shows the source of the whole paragraph where the cursor is
25092  currently in.
25093  You can also select document parts in LyX's main window, then only this
25094  selection (when it is more than one paragraph) is shown as source code.
25095  To view the whole document as source, enable the corresponding option in
25096  the source view window.
25097 \end_layout
25098
25099 \begin_layout Section
25100 Spell Checking
25101 \begin_inset LatexCommand label
25102 name "sec:Spellchecking"
25103
25104 \end_inset
25105
25106
25107 \begin_inset LatexCommand index
25108 name "Spell checking"
25109
25110 \end_inset
25111
25112
25113 \end_layout
25114
25115 \begin_layout Standard
25116 LyX itself has no built-in spell checker.
25117  Rather it uses one of the external programs 
25118 \family typewriter
25119 aspell
25120 \family default
25121
25122 \family typewriter
25123 ispell
25124 \family default
25125
25126 \family typewriter
25127 hspell
25128 \family default
25129 , or 
25130 \family sans
25131 pspell
25132 \family default
25133  as backend.
25134  This section assumes you have already installed and set up one of these
25135  programs.
25136  
25137 \family typewriter
25138 aspell
25139 \family default
25140  can be seen as successor of 
25141 \family typewriter
25142 ispell
25143 \family default
25144 , so that it is recommended to use aspell.
25145  
25146 \family sans
25147 hspell
25148 \family default
25149  is a Hebrew spell-checker.
25150  The used spell checker ind its settings are specified in LyX's preferences
25151  under 
25152 \family sans
25153 Language Settings
25154 \family default
25155 .
25156 \end_layout
25157
25158 \begin_layout Standard
25159 For LyX on Windows, the selection box for the spell checking program is
25160  greyed out in the preferences dialog because only 
25161 \family sans
25162 aspell
25163 \family default
25164  can be used.
25165 \end_layout
25166
25167 \begin_layout Standard
25168 The menu
25169 \family sans
25170  Tools\SpecialChar \menuseparator
25171 Spellchecker
25172 \family default
25173  starts the spell checking beginning from the current cursor position.
25174  A dialog window will appear showing any incorrect (or unknown) word found,
25175  allowing you to edit and replace it in a second line.
25176  Whenever an unknown word is found, the word is highlighted and the text
25177  scrolled so that it is visible.
25178  In the 
25179 \family sans
25180 spell checker
25181 \family default
25182  dialog, there is also a box showing suggestions for a correction, if any
25183  could be found.
25184  Clicking on one of the corrections will copy to the 
25185 \family sans
25186 Replace
25187 \family default
25188  field, double-click invokes directly the replacement.
25189  Unknown but correctly typed words can be added to the personal dictionary.
25190 \end_layout
25191
25192 \begin_layout Standard
25193 By default, the used dictionary file is determined by the document language
25194  that is set in the 
25195 \family sans
25196 Document\SpecialChar \menuseparator
25197 Settings
25198 \family default
25199  dialog.
25200  If you do not have a dictionary for the document language, spell checking
25201  will bring an error message.
25202  In this case, you can specify another dictionary file in the dialog by
25203  specifying a different 
25204 \family sans
25205 Alternative language
25206 \family default
25207  in preferences dialog.
25208 \end_layout
25209
25210 \begin_layout Standard
25211 After a spell check you'll informed about the number of checked words.
25212 \end_layout
25213
25214 \begin_layout Subsubsection*
25215 Limitations
25216 \end_layout
25217
25218 \begin_layout Standard
25219 It is not possible to change the spelling of a particular word globally,
25220  rather than having to change the spelling separately for each occurrence
25221  of the word.
25222  But you can use the 
25223 \family sans
25224 Find\InsetSpace ~
25225 &\InsetSpace ~
25226 Replace
25227 \family default
25228  dialog for that.
25229 \end_layout
25230
25231 \begin_layout Standard
25232 LyX cannot correctly spell check documents containing multiple languages.
25233  This does work with 
25234 \family typewriter
25235 pspell
25236 \family default
25237 , assuming you have marked the different languages appropriately.
25238 \end_layout
25239
25240 \begin_layout Subsubsection*
25241 Further Settings
25242 \end_layout
25243
25244 \begin_layout Standard
25245 The 
25246 \family sans
25247 Spellchecker
25248 \family default
25249  section in the preferences dialog has some additional options:
25250 \end_layout
25251
25252 \begin_layout Description
25253 Escape\InsetSpace ~
25254 characters Allows you to add non-standard characters that the spell
25255  checker should consider, e.g.
25256  German umlauts although you spell check English document.
25257  This should not normally be needed.
25258 \end_layout
25259
25260 \begin_layout Description
25261 Personal\InsetSpace ~
25262 dictionary to use a different file than the spell checker's default
25263  choice as your personal dictionary
25264 \end_layout
25265
25266 \begin_layout Description
25267 Accept\InsetSpace ~
25268 compound\InsetSpace ~
25269 words Prevent the spell checker from complaining about compounded
25270  words like 
25271 \begin_inset Quotes eld
25272 \end_inset
25273
25274 passthrough
25275 \begin_inset Quotes erd
25276 \end_inset
25277
25278 .
25279 \end_layout
25280
25281 \begin_layout Description
25282 Use\InsetSpace ~
25283 input\InsetSpace ~
25284 encoding Uses the document encoding that is set in the 
25285 \family sans
25286 Document\SpecialChar \menuseparator
25287 Settings
25288 \family default
25289  dialog under 
25290 \family sans
25291 Language
25292 \family default
25293  also for the spellchecker.
25294 \begin_inset Foot
25295 status collapsed
25296
25297 \begin_layout Standard
25298 The encodings are explained in section\InsetSpace ~
25299
25300 \begin_inset LatexCommand ref
25301 reference "sub:Settings"
25302
25303 \end_inset
25304
25305 .
25306 \end_layout
25307
25308 \end_inset
25309
25310  Only enable this if you use 
25311 \family typewriter
25312 ispell
25313 \family default
25314  and can't spell check words with international letters in them.
25315  There have been reports that this does not work with all dictionaries,
25316  so this is disabled by default.
25317 \end_layout
25318
25319 \begin_layout Section
25320 Thesaurus
25321 \begin_inset LatexCommand index
25322 name "Thesaurus"
25323
25324 \end_inset
25325
25326
25327 \begin_inset LatexCommand label
25328 name "sec:Thesaurus"
25329
25330 \end_inset
25331
25332
25333 \end_layout
25334
25335 \begin_layout Standard
25336 Thesaurus currently only works when you use the document language English.
25337 \end_layout
25338
25339 \begin_layout Standard
25340 To start the thesaurus, highlight one word or set the cursor behind it,
25341  and use the menu 
25342 \family sans
25343 Tools\SpecialChar \menuseparator
25344 Thesaurus
25345 \family default
25346  or the toolbar button 
25347 \begin_inset Graphics
25348         filename ../images/thesaurus-entry.png
25349         BoundingBox 0bp 5bp 20bp 25bp
25350         rotateOrigin center
25351
25352 \end_inset
25353
25354 .
25355  A dialog pops up showing you probably related words that you can use as
25356  replacement.
25357 \end_layout
25358
25359 \begin_layout Standard
25360 The shown related words are in many cases not really related to the word
25361  you are currently checking, scrolling in the shown list might help in some
25362  cases to find related words.
25363 \end_layout
25364
25365 \begin_layout Standard
25366 The thesaurus only works for single words, and also only when it is in the
25367  singular form.
25368  For example starting the thesaurus with the word 
25369 \begin_inset Quotes eld
25370 \end_inset
25371
25372 reports
25373 \begin_inset Quotes erd
25374 \end_inset
25375
25376  leads to no results, while results are shown for the word 
25377 \begin_inset Quotes eld
25378 \end_inset
25379
25380 report
25381 \begin_inset Quotes erd
25382 \end_inset
25383
25384 .
25385  To avoid this, you can highlight only the part 
25386 \begin_inset Quotes eld
25387 \end_inset
25388
25389 report
25390 \begin_inset Quotes erd
25391 \end_inset
25392
25393  of the word 
25394 \begin_inset Quotes eld
25395 \end_inset
25396
25397 reports
25398 \begin_inset Quotes erd
25399 \end_inset
25400
25401  to get results.
25402 \end_layout
25403
25404 \begin_layout Section
25405 Change Tracking
25406 \begin_inset LatexCommand index
25407 name "Change Tracking"
25408
25409 \end_inset
25410
25411
25412 \begin_inset LatexCommand index
25413 name "Document ! Change Tracking"
25414
25415 \end_inset
25416
25417
25418 \begin_inset LatexCommand label
25419 name "sec:Change-Tracking"
25420
25421 \end_inset
25422
25423
25424 \end_layout
25425
25426 \begin_layout Standard
25427 When you work on a document together with many people it is extremely useful
25428  to see changes others made highlighted in the document.
25429  You can then decide if you accept a change or not.
25430  This can be achieved by turning on change tracking in the menu 
25431 \family sans
25432 Document\SpecialChar \menuseparator
25433 Change\InsetSpace ~
25434 Tracking\SpecialChar \menuseparator
25435 Track\InsetSpace ~
25436 Changes
25437 \family default
25438 .
25439 \end_layout
25440
25441 \begin_layout Standard
25442 Changes made in the document will then be highlighted by colors: 
25443 \color blue
25444 Blue text
25445 \color inherit
25446  is an addition, 
25447 \color red
25448 red canceled text
25449 \color inherit
25450  is a deletion.
25451  You can change the color in LyX's preferences dialog under 
25452 \family sans
25453 Look\InsetSpace ~
25454 and\InsetSpace ~
25455 feel
25456 \family default
25457
25458 \family sans
25459 Colors
25460 \family default
25461 .
25462 \begin_inset LatexCommand index
25463 name "Color ! LyX screen"
25464
25465 \end_inset
25466
25467
25468 \end_layout
25469
25470 \begin_layout Standard
25471 When change tracking is activated, you will see the review toolbar in LyX:
25472 \begin_inset LatexCommand index
25473 name "Toolbar ! Review"
25474
25475 \end_inset
25476
25477
25478 \end_layout
25479
25480 \begin_layout Standard
25481 \begin_inset VSpace defskip
25482 \end_inset
25483
25484
25485 \end_layout
25486
25487 \begin_layout Standard
25488 \begin_inset Graphics
25489         filename clipart/ChangesToolbar.png
25490
25491 \end_inset
25492
25493
25494 \end_layout
25495
25496 \begin_layout Standard
25497 \begin_inset VSpace defskip
25498 \end_inset
25499
25500
25501 \end_layout
25502
25503 \begin_layout Standard
25504 The review toolbar as shown above contains from left to right the following
25505  buttons:
25506 \end_layout
25507
25508 \begin_layout Standard
25509 \begin_inset VSpace defskip
25510 \end_inset
25511
25512
25513 \end_layout
25514
25515 \begin_layout Standard
25516 \begin_inset Tabular
25517 <lyxtabular version="3" rows="10" columns="2">
25518 <features islongtable="true">
25519 <column alignment="left" valignment="top" width="0">
25520 <column alignment="left" valignment="top" width="0">
25521 <row interlinespace="2.5mm">
25522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25523 \begin_inset Text
25524
25525 \begin_layout Standard
25526 \begin_inset Graphics
25527         filename ../images/changes-track.png
25528         BoundingBox 0bp 5bp 20bp 25bp
25529         rotateOrigin center
25530
25531 \end_inset
25532
25533
25534 \end_layout
25535
25536 \end_inset
25537 </cell>
25538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25539 \begin_inset Text
25540
25541 \begin_layout Standard
25542
25543 \family sans
25544 Document\SpecialChar \menuseparator
25545 Change\InsetSpace ~
25546 Tracking\SpecialChar \menuseparator
25547 Track\InsetSpace ~
25548 Changes
25549 \end_layout
25550
25551 \end_inset
25552 </cell>
25553 </row>
25554 <row interlinespace="2.5mm">
25555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25556 \begin_inset Text
25557
25558 \begin_layout Standard
25559 \begin_inset Graphics
25560         filename ../images/changes-output.png
25561         BoundingBox 0bp 5bp 20bp 25bp
25562         rotateOrigin center
25563
25564 \end_inset
25565
25566
25567 \end_layout
25568
25569 \end_inset
25570 </cell>
25571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25572 \begin_inset Text
25573
25574 \begin_layout Standard
25575
25576 \family sans
25577 Document\SpecialChar \menuseparator
25578 Change\InsetSpace ~
25579 Tracking\SpecialChar \menuseparator
25580 Show\InsetSpace ~
25581 Changes\InsetSpace ~
25582 in\InsetSpace ~
25583 Output
25584 \end_layout
25585
25586 \end_inset
25587 </cell>
25588 </row>
25589 <row interlinespace="2.5mm">
25590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25591 \begin_inset Text
25592
25593 \begin_layout Standard
25594 \begin_inset Graphics
25595         filename ../images/change-next.png
25596         BoundingBox 0bp 5bp 20bp 25bp
25597         rotateOrigin center
25598
25599 \end_inset
25600
25601
25602 \end_layout
25603
25604 \end_inset
25605 </cell>
25606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25607 \begin_inset Text
25608
25609 \begin_layout Standard
25610 Jumps to the next change
25611 \end_layout
25612
25613 \end_inset
25614 </cell>
25615 </row>
25616 <row interlinespace="2.5mm">
25617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25618 \begin_inset Text
25619
25620 \begin_layout Standard
25621 \begin_inset Graphics
25622         filename ../images/change-accept.png
25623         BoundingBox 0bp 5bp 20bp 25bp
25624         rotateOrigin center
25625
25626 \end_inset
25627
25628
25629 \end_layout
25630
25631 \end_inset
25632 </cell>
25633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25634 \begin_inset Text
25635
25636 \begin_layout Standard
25637
25638 \family sans
25639 Document\SpecialChar \menuseparator
25640 Change\InsetSpace ~
25641 Tracking\SpecialChar \menuseparator
25642 Accept\InsetSpace ~
25643 Change
25644 \end_layout
25645
25646 \end_inset
25647 </cell>
25648 </row>
25649 <row interlinespace="2.5mm">
25650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25651 \begin_inset Text
25652
25653 \begin_layout Standard
25654 \begin_inset Graphics
25655         filename ../images/change-reject.png
25656         BoundingBox 0bp 5bp 20bp 25bp
25657         rotateOrigin center
25658
25659 \end_inset
25660
25661
25662 \end_layout
25663
25664 \end_inset
25665 </cell>
25666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25667 \begin_inset Text
25668
25669 \begin_layout Standard
25670
25671 \family sans
25672 Document\SpecialChar \menuseparator
25673 Change\InsetSpace ~
25674 Tracking\SpecialChar \menuseparator
25675 Reject\InsetSpace ~
25676 Change
25677 \end_layout
25678
25679 \end_inset
25680 </cell>
25681 </row>
25682 <row interlinespace="2.5mm">
25683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25684 \begin_inset Text
25685
25686 \begin_layout Standard
25687 \begin_inset Graphics
25688         filename ../images/changes-merge.png
25689         BoundingBox 0bp 5bp 20bp 25bp
25690         rotateOrigin center
25691
25692 \end_inset
25693
25694
25695 \end_layout
25696
25697 \end_inset
25698 </cell>
25699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25700 \begin_inset Text
25701
25702 \begin_layout Standard
25703
25704 \family sans
25705 Document\SpecialChar \menuseparator
25706 Change\InsetSpace ~
25707 Tracking\SpecialChar \menuseparator
25708 Merge\InsetSpace ~
25709 Changes
25710 \end_layout
25711
25712 \end_inset
25713 </cell>
25714 </row>
25715 <row interlinespace="2.5mm">
25716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25717 \begin_inset Text
25718
25719 \begin_layout Standard
25720 \begin_inset Graphics
25721         filename ../images/all-changes-accept.png
25722         BoundingBox 0bp 5bp 20bp 25bp
25723         rotateOrigin center
25724
25725 \end_inset
25726
25727
25728 \end_layout
25729
25730 \end_inset
25731 </cell>
25732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25733 \begin_inset Text
25734
25735 \begin_layout Standard
25736
25737 \family sans
25738 Document\SpecialChar \menuseparator
25739 Change\InsetSpace ~
25740 Tracking\SpecialChar \menuseparator
25741 Accept\InsetSpace ~
25742 All\InsetSpace ~
25743 Changes
25744 \end_layout
25745
25746 \end_inset
25747 </cell>
25748 </row>
25749 <row interlinespace="2.5mm">
25750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25751 \begin_inset Text
25752
25753 \begin_layout Standard
25754 \begin_inset Graphics
25755         filename ../images/all-changes-reject.png
25756         BoundingBox 0bp 5bp 20bp 25bp
25757         rotateOrigin center
25758
25759 \end_inset
25760
25761
25762 \end_layout
25763
25764 \end_inset
25765 </cell>
25766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25767 \begin_inset Text
25768
25769 \begin_layout Standard
25770
25771 \family sans
25772 Document\SpecialChar \menuseparator
25773 Change\InsetSpace ~
25774 Tracking\SpecialChar \menuseparator
25775 Reject\InsetSpace ~
25776 All\InsetSpace ~
25777 Changes
25778 \end_layout
25779
25780 \end_inset
25781 </cell>
25782 </row>
25783 <row interlinespace="2.5mm">
25784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25785 \begin_inset Text
25786
25787 \begin_layout Standard
25788 \begin_inset Graphics
25789         filename ../images/note-insert.png
25790         BoundingBox 0bp 5bp 20bp 25bp
25791         rotateOrigin center
25792
25793 \end_inset
25794
25795
25796 \end_layout
25797
25798 \end_inset
25799 </cell>
25800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25801 \begin_inset Text
25802
25803 \begin_layout Standard
25804
25805 \family sans
25806 Insert\SpecialChar \menuseparator
25807 Note\SpecialChar \menuseparator
25808 LyX\InsetSpace ~
25809 Note
25810 \end_layout
25811
25812 \end_inset
25813 </cell>
25814 </row>
25815 <row interlinespace="2.5mm">
25816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25817 \begin_inset Text
25818
25819 \begin_layout Standard
25820 \begin_inset Graphics
25821         filename ../images/note-next.png
25822         BoundingBox 0bp 5bp 20bp 25bp
25823         rotateOrigin center
25824
25825 \end_inset
25826
25827
25828 \end_layout
25829
25830 \end_inset
25831 </cell>
25832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25833 \begin_inset Text
25834
25835 \begin_layout Standard
25836
25837 \family sans
25838 Navigate\SpecialChar \menuseparator
25839 Next\InsetSpace ~
25840 Note
25841 \end_layout
25842
25843 \end_inset
25844 </cell>
25845 </row>
25846 </lyxtabular>
25847
25848 \end_inset
25849
25850
25851 \end_layout
25852
25853 \begin_layout Standard
25854 \begin_inset VSpace defskip
25855 \end_inset
25856
25857
25858 \end_layout
25859
25860 \begin_layout Standard
25861 The review toolbar helps you to accept, reject, or merge changes -- highlight
25862  the change and press one of the desired toolbar buttons.
25863  When you merge changes, a window pops up showing you informations about
25864  the next change behind the current cursor position.
25865  So you don't need to highlight a certain change.
25866  Within the merge window you can decide to accept or reject changes and
25867  step to the next change.
25868  This way you can jump through all changes of the document.
25869 \end_layout
25870
25871 \begin_layout Standard
25872 The toolbar has two buttons to handle notes because notes are often important
25873  to describe a change.
25874 \end_layout
25875
25876 \begin_layout Standard
25877 To show made changes in the output you need the LaTeX package 
25878 \series bold
25879 dvipost
25880 \begin_inset LatexCommand index
25881 name "LaTeX-packages ! dvipost"
25882
25883 \end_inset
25884
25885
25886 \series default
25887  installed.
25888  You find it in the TeX Catalogue, 
25889 \begin_inset LatexCommand cite
25890 key "TeXCatalogue"
25891
25892 \end_inset
25893
25894  or in the package manager of your LaTeX-system.
25895 \end_layout
25896
25897 \begin_layout Section
25898 International Support
25899 \begin_inset LatexCommand index
25900 name "International support"
25901
25902 \end_inset
25903
25904
25905 \end_layout
25906
25907 \begin_layout Standard
25908 This section describes how to use LyX with any language you want.
25909  For some non-western languages there are special Wiki-pages that explain
25910  how to set up LyX to use them: 
25911 \begin_inset LatexCommand cite
25912 key "Arabic,Armenian,Farsi,Hebrew"
25913
25914 \end_inset
25915
25916
25917 \end_layout
25918
25919 \begin_layout Standard
25920 Besides languages, LyX also supports phonetic symbols, see section\InsetSpace ~
25921
25922 \begin_inset LatexCommand ref
25923 reference "sub:Special-Character"
25924
25925 \end_inset
25926
25927 .
25928 \end_layout
25929
25930 \begin_layout Subsection
25931 Language Options
25932 \begin_inset LatexCommand index
25933 name "Language ! Options"
25934
25935 \end_inset
25936
25937
25938 \begin_inset LatexCommand index
25939 name "Document ! Settings"
25940
25941 \end_inset
25942
25943
25944 \begin_inset LatexCommand index
25945 name "Document ! Language"
25946
25947 \end_inset
25948
25949
25950 \end_layout
25951
25952 \begin_layout Standard
25953 The 
25954 \family sans
25955 Document\SpecialChar \menuseparator
25956 Settings
25957 \family default
25958  dialog lets you set 
25959 \family roman
25960 the language and character encoding for your language.
25961  
25962 \end_layout
25963
25964 \begin_layout Standard
25965 Choose your language in the 
25966 \family sans
25967 Language
25968 \family default
25969  section of this dialog.
25970  The default is 
25971 \family sans
25972 English
25973 \family default
25974 .
25975 \end_layout
25976
25977 \begin_layout Standard
25978 The 
25979 \family sans
25980 Encoding
25981 \family default
25982  box lets you choose the character encoding map you want to use for LaTeX
25983  export.
25984  The option 
25985 \family sans
25986 use language's default encoding
25987 \family default
25988  is the preferred choice and works well in most cases.
25989  For details abhout the different encoding options see section\InsetSpace ~
25990
25991 \begin_inset LatexCommand ref
25992 reference "sub:Settings"
25993
25994 \end_inset
25995
25996 .
25997 \end_layout
25998
25999 \begin_layout Subsection
26000 Keyboard mapping configuration
26001 \end_layout
26002
26003 \begin_layout Standard
26004 If you have for example a U.S.-style keyboard and want to write in a different
26005  language than English, you can use an alternate keymap.
26006  For example, if you have a U.S.-style keyboard but want to write in Italian,
26007  you can configure LyX to use an Italian keymap.
26008  The preferences dialog allows you to choose up to two keyboard mappings,
26009  see section\InsetSpace ~
26010
26011 \begin_inset LatexCommand ref
26012 reference "sub:Keyboard-Map"
26013
26014 \end_inset
26015
26016 .
26017  You can choose primary and secondary keyboard languages and then select
26018  which one you want to use.
26019 \end_layout
26020
26021 \begin_layout Standard
26022 Finally, you may just want to change a few key mappings or create an entirely
26023  different keymap (for Vulcan, for instance).
26024  You may, for example, normally write in Italian on a U.S.
26025  keyboard but want to include an occasional quotation in German.
26026  In such a case, you can write your own keyboard mapping or modify an existing
26027  one to support the characters you want.
26028  This and much more customizations are explained in the 
26029 \emph on
26030 Customization
26031 \emph default
26032  manual.
26033 \end_layout
26034
26035 \begin_layout Subsection
26036 Character Tables
26037 \begin_inset LatexCommand label
26038 name "sec:keytab"
26039
26040 \end_inset
26041
26042
26043 \end_layout
26044
26045 \begin_layout Standard
26046 Table\InsetSpace ~
26047
26048 \begin_inset LatexCommand ref
26049 reference "cap:The-latin1-character"
26050
26051 \end_inset
26052
26053  shows the 
26054 \family typewriter
26055 Latin1
26056 \family default
26057  character set.
26058  You should be able to enter the characters in the first eight columns directly
26059  from the keyboard.
26060 \end_layout
26061
26062 \begin_layout Standard
26063 There are a few things you need to know about this table.
26064  Here are some of the details you'll need to bear in mind when using characters
26065  from the 
26066 \family typewriter
26067 Latin1
26068 \family default
26069  character set:
26070 \end_layout
26071
26072 \begin_layout Itemize
26073 Even if you have selected 
26074 \family sans
26075 latin1
26076 \family default
26077  in the 
26078 \family sans
26079 Document\SpecialChar \menuseparator
26080 Settings
26081 \family default
26082  dialog, users who have only the 
26083 \family typewriter
26084 T1
26085 \family default
26086 -fonts for LaTeX [or who have the 
26087 \family typewriter
26088 T1
26089 \family default
26090 -fonts but aren't using them] will still miss a few characters: D0, F0,
26091  DE, FE, AB, and BB -- the uppercase and lowercase eth and thorn, and the
26092  french quotes won't show up.
26093 \end_layout
26094
26095 \begin_layout Standard
26096 \begin_inset Float table
26097 wide false
26098 sideways false
26099 status open
26100
26101 \begin_layout Standard
26102 \begin_inset Caption
26103
26104 \begin_layout Standard
26105 \begin_inset LatexCommand label
26106 name "cap:The-latin1-character"
26107
26108 \end_inset
26109
26110 The 
26111 \family typewriter
26112 latin1
26113 \family default
26114  character set
26115 \end_layout
26116
26117 \end_inset
26118
26119
26120 \end_layout
26121
26122 \begin_layout Standard
26123 \align center
26124 \begin_inset Tabular
26125 <lyxtabular version="3" rows="17" columns="17">
26126 <features>
26127 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
26128 <column alignment="center" valignment="top" leftline="true" width="0pt">
26129 <column alignment="center" valignment="top" leftline="true" width="0pt">
26130 <column alignment="center" valignment="top" leftline="true" width="0pt">
26131 <column alignment="center" valignment="top" leftline="true" width="0pt">
26132 <column alignment="center" valignment="top" leftline="true" width="0pt">
26133 <column alignment="center" valignment="top" leftline="true" width="0pt">
26134 <column alignment="center" valignment="top" leftline="true" width="0pt">
26135 <column alignment="center" valignment="top" leftline="true" width="0pt">
26136 <column alignment="center" valignment="top" leftline="true" width="0pt">
26137 <column alignment="center" valignment="top" leftline="true" width="0pt">
26138 <column alignment="center" valignment="top" leftline="true" width="0pt">
26139 <column alignment="center" valignment="top" leftline="true" width="0pt">
26140 <column alignment="center" valignment="top" leftline="true" width="0pt">
26141 <column alignment="center" valignment="top" leftline="true" width="0pt">
26142 <column alignment="center" valignment="top" leftline="true" width="0pt">
26143 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
26144 <row topline="true" bottomline="true">
26145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26146 \begin_inset Text
26147
26148 \begin_layout Standard
26149
26150 \end_layout
26151
26152 \end_inset
26153 </cell>
26154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26155 \begin_inset Text
26156
26157 \begin_layout Standard
26158
26159 \family roman
26160 \series medium
26161 \shape up
26162 \size tiny
26163 \emph off
26164 \bar no
26165 \noun off
26166 \color none
26167 00
26168 \end_layout
26169
26170 \end_inset
26171 </cell>
26172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26173 \begin_inset Text
26174
26175 \begin_layout Standard
26176
26177 \family roman
26178 \series medium
26179 \shape up
26180 \size tiny
26181 \emph off
26182 \bar no
26183 \noun off
26184 \color none
26185 10
26186 \end_layout
26187
26188 \end_inset
26189 </cell>
26190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26191 \begin_inset Text
26192
26193 \begin_layout Standard
26194
26195 \family roman
26196 \series medium
26197 \shape up
26198 \size tiny
26199 \emph off
26200 \bar no
26201 \noun off
26202 \color none
26203 20
26204 \end_layout
26205
26206 \end_inset
26207 </cell>
26208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26209 \begin_inset Text
26210
26211 \begin_layout Standard
26212
26213 \family roman
26214 \series medium
26215 \shape up
26216 \size tiny
26217 \emph off
26218 \bar no
26219 \noun off
26220 \color none
26221 30
26222 \end_layout
26223
26224 \end_inset
26225 </cell>
26226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26227 \begin_inset Text
26228
26229 \begin_layout Standard
26230
26231 \family roman
26232 \series medium
26233 \shape up
26234 \size tiny
26235 \emph off
26236 \bar no
26237 \noun off
26238 \color none
26239 40
26240 \end_layout
26241
26242 \end_inset
26243 </cell>
26244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26245 \begin_inset Text
26246
26247 \begin_layout Standard
26248
26249 \family roman
26250 \series medium
26251 \shape up
26252 \size tiny
26253 \emph off
26254 \bar no
26255 \noun off
26256 \color none
26257 50
26258 \end_layout
26259
26260 \end_inset
26261 </cell>
26262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26263 \begin_inset Text
26264
26265 \begin_layout Standard
26266
26267 \family roman
26268 \series medium
26269 \shape up
26270 \size tiny
26271 \emph off
26272 \bar no
26273 \noun off
26274 \color none
26275 60
26276 \end_layout
26277
26278 \end_inset
26279 </cell>
26280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26281 \begin_inset Text
26282
26283 \begin_layout Standard
26284
26285 \family roman
26286 \series medium
26287 \shape up
26288 \size tiny
26289 \emph off
26290 \bar no
26291 \noun off
26292 \color none
26293 70
26294 \end_layout
26295
26296 \end_inset
26297 </cell>
26298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26299 \begin_inset Text
26300
26301 \begin_layout Standard
26302
26303 \family roman
26304 \series medium
26305 \shape up
26306 \size tiny
26307 \emph off
26308 \bar no
26309 \noun off
26310 \color none
26311 80
26312 \end_layout
26313
26314 \end_inset
26315 </cell>
26316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26317 \begin_inset Text
26318
26319 \begin_layout Standard
26320
26321 \family roman
26322 \series medium
26323 \shape up
26324 \size tiny
26325 \emph off
26326 \bar no
26327 \noun off
26328 \color none
26329 90
26330 \end_layout
26331
26332 \end_inset
26333 </cell>
26334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26335 \begin_inset Text
26336
26337 \begin_layout Standard
26338
26339 \family roman
26340 \series medium
26341 \shape up
26342 \size tiny
26343 \emph off
26344 \bar no
26345 \noun off
26346 \color none
26347 A0
26348 \end_layout
26349
26350 \end_inset
26351 </cell>
26352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26353 \begin_inset Text
26354
26355 \begin_layout Standard
26356
26357 \family roman
26358 \series medium
26359 \shape up
26360 \size tiny
26361 \emph off
26362 \bar no
26363 \noun off
26364 \color none
26365 B0
26366 \end_layout
26367
26368 \end_inset
26369 </cell>
26370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26371 \begin_inset Text
26372
26373 \begin_layout Standard
26374
26375 \family roman
26376 \series medium
26377 \shape up
26378 \size tiny
26379 \emph off
26380 \bar no
26381 \noun off
26382 \color none
26383 C0
26384 \end_layout
26385
26386 \end_inset
26387 </cell>
26388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26389 \begin_inset Text
26390
26391 \begin_layout Standard
26392
26393 \family roman
26394 \series medium
26395 \shape up
26396 \size tiny
26397 \emph off
26398 \bar no
26399 \noun off
26400 \color none
26401 D0
26402 \end_layout
26403
26404 \end_inset
26405 </cell>
26406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26407 \begin_inset Text
26408
26409 \begin_layout Standard
26410
26411 \family roman
26412 \series medium
26413 \shape up
26414 \size tiny
26415 \emph off
26416 \bar no
26417 \noun off
26418 \color none
26419 E0
26420 \end_layout
26421
26422 \end_inset
26423 </cell>
26424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26425 \begin_inset Text
26426
26427 \begin_layout Standard
26428
26429 \family roman
26430 \series medium
26431 \shape up
26432 \size tiny
26433 \emph off
26434 \bar no
26435 \noun off
26436 \color none
26437 F0
26438 \end_layout
26439
26440 \end_inset
26441 </cell>
26442 </row>
26443 <row topline="true">
26444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26445 \begin_inset Text
26446
26447 \begin_layout Standard
26448
26449 \family roman
26450 \series medium
26451 \shape up
26452 \size tiny
26453 \emph off
26454 \bar no
26455 \noun off
26456 \color none
26457 00
26458 \end_layout
26459
26460 \end_inset
26461 </cell>
26462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26463 \begin_inset Text
26464
26465 \begin_layout Standard
26466
26467 \end_layout
26468
26469 \end_inset
26470 </cell>
26471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26472 \begin_inset Text
26473
26474 \begin_layout Standard
26475
26476 \end_layout
26477
26478 \end_inset
26479 </cell>
26480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26481 \begin_inset Text
26482
26483 \begin_layout Standard
26484
26485 \end_layout
26486
26487 \end_inset
26488 </cell>
26489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26490 \begin_inset Text
26491
26492 \begin_layout Standard
26493
26494 \family roman
26495 \series medium
26496 \shape up
26497 \emph off
26498 \bar no
26499 \noun off
26500 \color none
26501 0
26502 \end_layout
26503
26504 \end_inset
26505 </cell>
26506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26507 \begin_inset Text
26508
26509 \begin_layout Standard
26510
26511 \family roman
26512 \series medium
26513 \shape up
26514 \emph off
26515 \bar no
26516 \noun off
26517 \color none
26518 @
26519 \end_layout
26520
26521 \end_inset
26522 </cell>
26523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26524 \begin_inset Text
26525
26526 \begin_layout Standard
26527
26528 \family roman
26529 \series medium
26530 \shape up
26531 \emph off
26532 \bar no
26533 \noun off
26534 \color none
26535 P
26536 \end_layout
26537
26538 \end_inset
26539 </cell>
26540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26541 \begin_inset Text
26542
26543 \begin_layout Standard
26544
26545 \family roman
26546 \series medium
26547 \shape up
26548 \emph off
26549 \bar no
26550 \noun off
26551 \color none
26552 '
26553 \end_layout
26554
26555 \end_inset
26556 </cell>
26557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26558 \begin_inset Text
26559
26560 \begin_layout Standard
26561
26562 \family roman
26563 \series medium
26564 \shape up
26565 \emph off
26566 \bar no
26567 \noun off
26568 \color none
26569 p
26570 \end_layout
26571
26572 \end_inset
26573 </cell>
26574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26575 \begin_inset Text
26576
26577 \begin_layout Standard
26578
26579 \end_layout
26580
26581 \end_inset
26582 </cell>
26583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26584 \begin_inset Text
26585
26586 \begin_layout Standard
26587
26588 \end_layout
26589
26590 \end_inset
26591 </cell>
26592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26593 \begin_inset Text
26594
26595 \begin_layout Standard
26596
26597 \end_layout
26598
26599 \end_inset
26600 </cell>
26601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26602 \begin_inset Text
26603
26604 \begin_layout Standard
26605
26606 \family roman
26607 \series medium
26608 \shape up
26609 \emph off
26610 \bar no
26611 \noun off
26612 \color none
26613 °
26614 \end_layout
26615
26616 \end_inset
26617 </cell>
26618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26619 \begin_inset Text
26620
26621 \begin_layout Standard
26622
26623 \family roman
26624 \series medium
26625 \shape up
26626 \emph off
26627 \bar no
26628 \noun off
26629 \color none
26630 À
26631 \end_layout
26632
26633 \end_inset
26634 </cell>
26635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26636 \begin_inset Text
26637
26638 \begin_layout Standard
26639
26640 \family roman
26641 \series medium
26642 \shape up
26643 \emph off
26644 \bar no
26645 \noun off
26646 \color none
26647 Ð
26648 \end_layout
26649
26650 \end_inset
26651 </cell>
26652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26653 \begin_inset Text
26654
26655 \begin_layout Standard
26656
26657 \family roman
26658 \series medium
26659 \shape up
26660 \emph off
26661 \bar no
26662 \noun off
26663 \color none
26664 à
26665 \end_layout
26666
26667 \end_inset
26668 </cell>
26669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26670 \begin_inset Text
26671
26672 \begin_layout Standard
26673
26674 \family roman
26675 \series medium
26676 \shape up
26677 \emph off
26678 \bar no
26679 \noun off
26680 \color none
26681 ð
26682 \end_layout
26683
26684 \end_inset
26685 </cell>
26686 </row>
26687 <row topline="true">
26688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26689 \begin_inset Text
26690
26691 \begin_layout Standard
26692
26693 \family roman
26694 \series medium
26695 \shape up
26696 \size tiny
26697 \emph off
26698 \bar no
26699 \noun off
26700 \color none
26701 01
26702 \end_layout
26703
26704 \end_inset
26705 </cell>
26706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26707 \begin_inset Text
26708
26709 \begin_layout Standard
26710
26711 \end_layout
26712
26713 \end_inset
26714 </cell>
26715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26716 \begin_inset Text
26717
26718 \begin_layout Standard
26719
26720 \end_layout
26721
26722 \end_inset
26723 </cell>
26724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26725 \begin_inset Text
26726
26727 \begin_layout Standard
26728
26729 \family roman
26730 \series medium
26731 \shape up
26732 \emph off
26733 \bar no
26734 \noun off
26735 \color none
26736 !
26737 \end_layout
26738
26739 \end_inset
26740 </cell>
26741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26742 \begin_inset Text
26743
26744 \begin_layout Standard
26745
26746 \family roman
26747 \series medium
26748 \shape up
26749 \emph off
26750 \bar no
26751 \noun off
26752 \color none
26753 1
26754 \end_layout
26755
26756 \end_inset
26757 </cell>
26758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26759 \begin_inset Text
26760
26761 \begin_layout Standard
26762
26763 \family roman
26764 \series medium
26765 \shape up
26766 \emph off
26767 \bar no
26768 \noun off
26769 \color none
26770 A
26771 \end_layout
26772
26773 \end_inset
26774 </cell>
26775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26776 \begin_inset Text
26777
26778 \begin_layout Standard
26779
26780 \family roman
26781 \series medium
26782 \shape up
26783 \emph off
26784 \bar no
26785 \noun off
26786 \color none
26787 Q
26788 \end_layout
26789
26790 \end_inset
26791 </cell>
26792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26793 \begin_inset Text
26794
26795 \begin_layout Standard
26796
26797 \family roman
26798 \series medium
26799 \shape up
26800 \emph off
26801 \bar no
26802 \noun off
26803 \color none
26804 a
26805 \end_layout
26806
26807 \end_inset
26808 </cell>
26809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26810 \begin_inset Text
26811
26812 \begin_layout Standard
26813
26814 \family roman
26815 \series medium
26816 \shape up
26817 \emph off
26818 \bar no
26819 \noun off
26820 \color none
26821 q
26822 \end_layout
26823
26824 \end_inset
26825 </cell>
26826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26827 \begin_inset Text
26828
26829 \begin_layout Standard
26830
26831 \end_layout
26832
26833 \end_inset
26834 </cell>
26835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26836 \begin_inset Text
26837
26838 \begin_layout Standard
26839
26840 \end_layout
26841
26842 \end_inset
26843 </cell>
26844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26845 \begin_inset Text
26846
26847 \begin_layout Standard
26848
26849 \family roman
26850 \series medium
26851 \shape up
26852 \emph off
26853 \bar no
26854 \noun off
26855 \color none
26856 ¡
26857 \end_layout
26858
26859 \end_inset
26860 </cell>
26861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26862 \begin_inset Text
26863
26864 \begin_layout Standard
26865
26866 \family roman
26867 \series medium
26868 \shape up
26869 \emph off
26870 \bar no
26871 \noun off
26872 \color none
26873 ±
26874 \end_layout
26875
26876 \end_inset
26877 </cell>
26878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26879 \begin_inset Text
26880
26881 \begin_layout Standard
26882
26883 \family roman
26884 \series medium
26885 \shape up
26886 \emph off
26887 \bar no
26888 \noun off
26889 \color none
26890 Á
26891 \end_layout
26892
26893 \end_inset
26894 </cell>
26895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26896 \begin_inset Text
26897
26898 \begin_layout Standard
26899
26900 \family roman
26901 \series medium
26902 \shape up
26903 \emph off
26904 \bar no
26905 \noun off
26906 \color none
26907 Ñ
26908 \end_layout
26909
26910 \end_inset
26911 </cell>
26912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26913 \begin_inset Text
26914
26915 \begin_layout Standard
26916
26917 \family roman
26918 \series medium
26919 \shape up
26920 \emph off
26921 \bar no
26922 \noun off
26923 \color none
26924 á
26925 \end_layout
26926
26927 \end_inset
26928 </cell>
26929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26930 \begin_inset Text
26931
26932 \begin_layout Standard
26933
26934 \family roman
26935 \series medium
26936 \shape up
26937 \emph off
26938 \bar no
26939 \noun off
26940 \color none
26941 ñ
26942 \end_layout
26943
26944 \end_inset
26945 </cell>
26946 </row>
26947 <row topline="true">
26948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26949 \begin_inset Text
26950
26951 \begin_layout Standard
26952
26953 \family roman
26954 \series medium
26955 \shape up
26956 \size tiny
26957 \emph off
26958 \bar no
26959 \noun off
26960 \color none
26961 02
26962 \end_layout
26963
26964 \end_inset
26965 </cell>
26966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26967 \begin_inset Text
26968
26969 \begin_layout Standard
26970
26971 \end_layout
26972
26973 \end_inset
26974 </cell>
26975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26976 \begin_inset Text
26977
26978 \begin_layout Standard
26979
26980 \end_layout
26981
26982 \end_inset
26983 </cell>
26984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26985 \begin_inset Text
26986
26987 \begin_layout Standard
26988
26989 \family roman
26990 \series medium
26991 \shape up
26992 \emph off
26993 \bar no
26994 \noun off
26995 \color none
26996 \begin_inset Quotes eld
26997 \end_inset
26998
26999
27000 \end_layout
27001
27002 \end_inset
27003 </cell>
27004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27005 \begin_inset Text
27006
27007 \begin_layout Standard
27008
27009 \family roman
27010 \series medium
27011 \shape up
27012 \emph off
27013 \bar no
27014 \noun off
27015 \color none
27016 2
27017 \end_layout
27018
27019 \end_inset
27020 </cell>
27021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27022 \begin_inset Text
27023
27024 \begin_layout Standard
27025
27026 \family roman
27027 \series medium
27028 \shape up
27029 \emph off
27030 \bar no
27031 \noun off
27032 \color none
27033 B
27034 \end_layout
27035
27036 \end_inset
27037 </cell>
27038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27039 \begin_inset Text
27040
27041 \begin_layout Standard
27042
27043 \family roman
27044 \series medium
27045 \shape up
27046 \emph off
27047 \bar no
27048 \noun off
27049 \color none
27050 R
27051 \end_layout
27052
27053 \end_inset
27054 </cell>
27055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27056 \begin_inset Text
27057
27058 \begin_layout Standard
27059
27060 \family roman
27061 \series medium
27062 \shape up
27063 \emph off
27064 \bar no
27065 \noun off
27066 \color none
27067 b
27068 \end_layout
27069
27070 \end_inset
27071 </cell>
27072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27073 \begin_inset Text
27074
27075 \begin_layout Standard
27076
27077 \family roman
27078 \series medium
27079 \shape up
27080 \emph off
27081 \bar no
27082 \noun off
27083 \color none
27084 r
27085 \end_layout
27086
27087 \end_inset
27088 </cell>
27089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27090 \begin_inset Text
27091
27092 \begin_layout Standard
27093
27094 \end_layout
27095
27096 \end_inset
27097 </cell>
27098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27099 \begin_inset Text
27100
27101 \begin_layout Standard
27102
27103 \end_layout
27104
27105 \end_inset
27106 </cell>
27107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27108 \begin_inset Text
27109
27110 \begin_layout Standard
27111 ¢
27112 \end_layout
27113
27114 \end_inset
27115 </cell>
27116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27117 \begin_inset Text
27118
27119 \begin_layout Standard
27120
27121 \family roman
27122 \series medium
27123 \shape up
27124 \emph off
27125 \bar no
27126 \noun off
27127 \color none
27128 ²
27129 \end_layout
27130
27131 \end_inset
27132 </cell>
27133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27134 \begin_inset Text
27135
27136 \begin_layout Standard
27137
27138 \family roman
27139 \series medium
27140 \shape up
27141 \emph off
27142 \bar no
27143 \noun off
27144 \color none
27145 Â
27146 \end_layout
27147
27148 \end_inset
27149 </cell>
27150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27151 \begin_inset Text
27152
27153 \begin_layout Standard
27154
27155 \family roman
27156 \series medium
27157 \shape up
27158 \emph off
27159 \bar no
27160 \noun off
27161 \color none
27162 Ò
27163 \end_layout
27164
27165 \end_inset
27166 </cell>
27167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27168 \begin_inset Text
27169
27170 \begin_layout Standard
27171
27172 \family roman
27173 \series medium
27174 \shape up
27175 \emph off
27176 \bar no
27177 \noun off
27178 \color none
27179 â
27180 \end_layout
27181
27182 \end_inset
27183 </cell>
27184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27185 \begin_inset Text
27186
27187 \begin_layout Standard
27188
27189 \family roman
27190 \series medium
27191 \shape up
27192 \emph off
27193 \bar no
27194 \noun off
27195 \color none
27196 ò
27197 \end_layout
27198
27199 \end_inset
27200 </cell>
27201 </row>
27202 <row topline="true">
27203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27204 \begin_inset Text
27205
27206 \begin_layout Standard
27207
27208 \family roman
27209 \series medium
27210 \shape up
27211 \size tiny
27212 \emph off
27213 \bar no
27214 \noun off
27215 \color none
27216 03
27217 \end_layout
27218
27219 \end_inset
27220 </cell>
27221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27222 \begin_inset Text
27223
27224 \begin_layout Standard
27225
27226 \end_layout
27227
27228 \end_inset
27229 </cell>
27230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27231 \begin_inset Text
27232
27233 \begin_layout Standard
27234
27235 \end_layout
27236
27237 \end_inset
27238 </cell>
27239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27240 \begin_inset Text
27241
27242 \begin_layout Standard
27243
27244 \family roman
27245 \series medium
27246 \shape up
27247 \emph off
27248 \bar no
27249 \noun off
27250 \color none
27251 #
27252 \end_layout
27253
27254 \end_inset
27255 </cell>
27256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27257 \begin_inset Text
27258
27259 \begin_layout Standard
27260
27261 \family roman
27262 \series medium
27263 \shape up
27264 \emph off
27265 \bar no
27266 \noun off
27267 \color none
27268 3
27269 \end_layout
27270
27271 \end_inset
27272 </cell>
27273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27274 \begin_inset Text
27275
27276 \begin_layout Standard
27277
27278 \family roman
27279 \series medium
27280 \shape up
27281 \emph off
27282 \bar no
27283 \noun off
27284 \color none
27285 C
27286 \end_layout
27287
27288 \end_inset
27289 </cell>
27290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27291 \begin_inset Text
27292
27293 \begin_layout Standard
27294
27295 \family roman
27296 \series medium
27297 \shape up
27298 \emph off
27299 \bar no
27300 \noun off
27301 \color none
27302 S
27303 \end_layout
27304
27305 \end_inset
27306 </cell>
27307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27308 \begin_inset Text
27309
27310 \begin_layout Standard
27311
27312 \family roman
27313 \series medium
27314 \shape up
27315 \emph off
27316 \bar no
27317 \noun off
27318 \color none
27319 c
27320 \end_layout
27321
27322 \end_inset
27323 </cell>
27324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27325 \begin_inset Text
27326
27327 \begin_layout Standard
27328
27329 \family roman
27330 \series medium
27331 \shape up
27332 \emph off
27333 \bar no
27334 \noun off
27335 \color none
27336 s
27337 \end_layout
27338
27339 \end_inset
27340 </cell>
27341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27342 \begin_inset Text
27343
27344 \begin_layout Standard
27345
27346 \end_layout
27347
27348 \end_inset
27349 </cell>
27350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27351 \begin_inset Text
27352
27353 \begin_layout Standard
27354
27355 \end_layout
27356
27357 \end_inset
27358 </cell>
27359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27360 \begin_inset Text
27361
27362 \begin_layout Standard
27363
27364 \family roman
27365 \series medium
27366 \shape up
27367 \emph off
27368 \bar no
27369 \noun off
27370 \color none
27371 £
27372 \end_layout
27373
27374 \end_inset
27375 </cell>
27376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27377 \begin_inset Text
27378
27379 \begin_layout Standard
27380
27381 \family roman
27382 \series medium
27383 \shape up
27384 \emph off
27385 \bar no
27386 \noun off
27387 \color none
27388 ³
27389 \end_layout
27390
27391 \end_inset
27392 </cell>
27393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27394 \begin_inset Text
27395
27396 \begin_layout Standard
27397
27398 \family roman
27399 \series medium
27400 \shape up
27401 \emph off
27402 \bar no
27403 \noun off
27404 \color none
27405 Ã
27406 \end_layout
27407
27408 \end_inset
27409 </cell>
27410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27411 \begin_inset Text
27412
27413 \begin_layout Standard
27414
27415 \family roman
27416 \series medium
27417 \shape up
27418 \emph off
27419 \bar no
27420 \noun off
27421 \color none
27422 Ó
27423 \end_layout
27424
27425 \end_inset
27426 </cell>
27427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27428 \begin_inset Text
27429
27430 \begin_layout Standard
27431
27432 \family roman
27433 \series medium
27434 \shape up
27435 \emph off
27436 \bar no
27437 \noun off
27438 \color none
27439 ã
27440 \end_layout
27441
27442 \end_inset
27443 </cell>
27444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27445 \begin_inset Text
27446
27447 \begin_layout Standard
27448
27449 \family roman
27450 \series medium
27451 \shape up
27452 \emph off
27453 \bar no
27454 \noun off
27455 \color none
27456 ó
27457 \end_layout
27458
27459 \end_inset
27460 </cell>
27461 </row>
27462 <row topline="true">
27463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27464 \begin_inset Text
27465
27466 \begin_layout Standard
27467
27468 \family roman
27469 \series medium
27470 \shape up
27471 \size tiny
27472 \emph off
27473 \bar no
27474 \noun off
27475 \color none
27476 04
27477 \end_layout
27478
27479 \end_inset
27480 </cell>
27481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27482 \begin_inset Text
27483
27484 \begin_layout Standard
27485
27486 \end_layout
27487
27488 \end_inset
27489 </cell>
27490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27491 \begin_inset Text
27492
27493 \begin_layout Standard
27494
27495 \end_layout
27496
27497 \end_inset
27498 </cell>
27499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27500 \begin_inset Text
27501
27502 \begin_layout Standard
27503
27504 \family roman
27505 \series medium
27506 \shape up
27507 \emph off
27508 \bar no
27509 \noun off
27510 \color none
27511 $
27512 \end_layout
27513
27514 \end_inset
27515 </cell>
27516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27517 \begin_inset Text
27518
27519 \begin_layout Standard
27520
27521 \family roman
27522 \series medium
27523 \shape up
27524 \emph off
27525 \bar no
27526 \noun off
27527 \color none
27528 4
27529 \end_layout
27530
27531 \end_inset
27532 </cell>
27533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27534 \begin_inset Text
27535
27536 \begin_layout Standard
27537
27538 \family roman
27539 \series medium
27540 \shape up
27541 \emph off
27542 \bar no
27543 \noun off
27544 \color none
27545 D
27546 \end_layout
27547
27548 \end_inset
27549 </cell>
27550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27551 \begin_inset Text
27552
27553 \begin_layout Standard
27554
27555 \family roman
27556 \series medium
27557 \shape up
27558 \emph off
27559 \bar no
27560 \noun off
27561 \color none
27562 T
27563 \end_layout
27564
27565 \end_inset
27566 </cell>
27567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27568 \begin_inset Text
27569
27570 \begin_layout Standard
27571
27572 \family roman
27573 \series medium
27574 \shape up
27575 \emph off
27576 \bar no
27577 \noun off
27578 \color none
27579 d
27580 \end_layout
27581
27582 \end_inset
27583 </cell>
27584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27585 \begin_inset Text
27586
27587 \begin_layout Standard
27588
27589 \family roman
27590 \series medium
27591 \shape up
27592 \emph off
27593 \bar no
27594 \noun off
27595 \color none
27596 t
27597 \end_layout
27598
27599 \end_inset
27600 </cell>
27601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27602 \begin_inset Text
27603
27604 \begin_layout Standard
27605
27606 \end_layout
27607
27608 \end_inset
27609 </cell>
27610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27611 \begin_inset Text
27612
27613 \begin_layout Standard
27614
27615 \end_layout
27616
27617 \end_inset
27618 </cell>
27619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27620 \begin_inset Text
27621
27622 \begin_layout Standard
27623 ¤
27624 \end_layout
27625
27626 \end_inset
27627 </cell>
27628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27629 \begin_inset Text
27630
27631 \begin_layout Standard
27632
27633 \family roman
27634 \series medium
27635 \shape up
27636 \emph off
27637 \bar no
27638 \noun off
27639 \color none
27640 ´
27641 \end_layout
27642
27643 \end_inset
27644 </cell>
27645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27646 \begin_inset Text
27647
27648 \begin_layout Standard
27649
27650 \family roman
27651 \series medium
27652 \shape up
27653 \emph off
27654 \bar no
27655 \noun off
27656 \color none
27657 Ä
27658 \end_layout
27659
27660 \end_inset
27661 </cell>
27662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27663 \begin_inset Text
27664
27665 \begin_layout Standard
27666
27667 \family roman
27668 \series medium
27669 \shape up
27670 \emph off
27671 \bar no
27672 \noun off
27673 \color none
27674 Ô
27675 \end_layout
27676
27677 \end_inset
27678 </cell>
27679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27680 \begin_inset Text
27681
27682 \begin_layout Standard
27683
27684 \family roman
27685 \series medium
27686 \shape up
27687 \emph off
27688 \bar no
27689 \noun off
27690 \color none
27691 ä
27692 \end_layout
27693
27694 \end_inset
27695 </cell>
27696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27697 \begin_inset Text
27698
27699 \begin_layout Standard
27700
27701 \family roman
27702 \series medium
27703 \shape up
27704 \emph off
27705 \bar no
27706 \noun off
27707 \color none
27708 ô
27709 \end_layout
27710
27711 \end_inset
27712 </cell>
27713 </row>
27714 <row topline="true">
27715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27716 \begin_inset Text
27717
27718 \begin_layout Standard
27719
27720 \family roman
27721 \series medium
27722 \shape up
27723 \size tiny
27724 \emph off
27725 \bar no
27726 \noun off
27727 \color none
27728 05
27729 \end_layout
27730
27731 \end_inset
27732 </cell>
27733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27734 \begin_inset Text
27735
27736 \begin_layout Standard
27737
27738 \end_layout
27739
27740 \end_inset
27741 </cell>
27742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27743 \begin_inset Text
27744
27745 \begin_layout Standard
27746
27747 \end_layout
27748
27749 \end_inset
27750 </cell>
27751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27752 \begin_inset Text
27753
27754 \begin_layout Standard
27755
27756 \family roman
27757 \series medium
27758 \shape up
27759 \emph off
27760 \bar no
27761 \noun off
27762 \color none
27763 %
27764 \end_layout
27765
27766 \end_inset
27767 </cell>
27768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27769 \begin_inset Text
27770
27771 \begin_layout Standard
27772
27773 \family roman
27774 \series medium
27775 \shape up
27776 \emph off
27777 \bar no
27778 \noun off
27779 \color none
27780 5
27781 \end_layout
27782
27783 \end_inset
27784 </cell>
27785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27786 \begin_inset Text
27787
27788 \begin_layout Standard
27789
27790 \family roman
27791 \series medium
27792 \shape up
27793 \emph off
27794 \bar no
27795 \noun off
27796 \color none
27797 E
27798 \end_layout
27799
27800 \end_inset
27801 </cell>
27802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27803 \begin_inset Text
27804
27805 \begin_layout Standard
27806
27807 \family roman
27808 \series medium
27809 \shape up
27810 \emph off
27811 \bar no
27812 \noun off
27813 \color none
27814 U
27815 \end_layout
27816
27817 \end_inset
27818 </cell>
27819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27820 \begin_inset Text
27821
27822 \begin_layout Standard
27823
27824 \family roman
27825 \series medium
27826 \shape up
27827 \emph off
27828 \bar no
27829 \noun off
27830 \color none
27831 e
27832 \end_layout
27833
27834 \end_inset
27835 </cell>
27836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27837 \begin_inset Text
27838
27839 \begin_layout Standard
27840
27841 \family roman
27842 \series medium
27843 \shape up
27844 \emph off
27845 \bar no
27846 \noun off
27847 \color none
27848 u
27849 \end_layout
27850
27851 \end_inset
27852 </cell>
27853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27854 \begin_inset Text
27855
27856 \begin_layout Standard
27857
27858 \end_layout
27859
27860 \end_inset
27861 </cell>
27862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27863 \begin_inset Text
27864
27865 \begin_layout Standard
27866
27867 \end_layout
27868
27869 \end_inset
27870 </cell>
27871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27872 \begin_inset Text
27873
27874 \begin_layout Standard
27875 ¥
27876 \end_layout
27877
27878 \end_inset
27879 </cell>
27880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27881 \begin_inset Text
27882
27883 \begin_layout Standard
27884
27885 \family roman
27886 \series medium
27887 \shape up
27888 \emph off
27889 \bar no
27890 \noun off
27891 \color none
27892 µ
27893 \end_layout
27894
27895 \end_inset
27896 </cell>
27897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27898 \begin_inset Text
27899
27900 \begin_layout Standard
27901
27902 \family roman
27903 \series medium
27904 \shape up
27905 \emph off
27906 \bar no
27907 \noun off
27908 \color none
27909 Å
27910 \end_layout
27911
27912 \end_inset
27913 </cell>
27914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27915 \begin_inset Text
27916
27917 \begin_layout Standard
27918
27919 \family roman
27920 \series medium
27921 \shape up
27922 \emph off
27923 \bar no
27924 \noun off
27925 \color none
27926 Õ
27927 \end_layout
27928
27929 \end_inset
27930 </cell>
27931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27932 \begin_inset Text
27933
27934 \begin_layout Standard
27935
27936 \family roman
27937 \series medium
27938 \shape up
27939 \emph off
27940 \bar no
27941 \noun off
27942 \color none
27943 å
27944 \end_layout
27945
27946 \end_inset
27947 </cell>
27948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27949 \begin_inset Text
27950
27951 \begin_layout Standard
27952
27953 \family roman
27954 \series medium
27955 \shape up
27956 \emph off
27957 \bar no
27958 \noun off
27959 \color none
27960 õ
27961 \end_layout
27962
27963 \end_inset
27964 </cell>
27965 </row>
27966 <row topline="true">
27967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27968 \begin_inset Text
27969
27970 \begin_layout Standard
27971
27972 \family roman
27973 \series medium
27974 \shape up
27975 \size tiny
27976 \emph off
27977 \bar no
27978 \noun off
27979 \color none
27980 06
27981 \end_layout
27982
27983 \end_inset
27984 </cell>
27985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27986 \begin_inset Text
27987
27988 \begin_layout Standard
27989
27990 \end_layout
27991
27992 \end_inset
27993 </cell>
27994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27995 \begin_inset Text
27996
27997 \begin_layout Standard
27998
27999 \end_layout
28000
28001 \end_inset
28002 </cell>
28003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28004 \begin_inset Text
28005
28006 \begin_layout Standard
28007
28008 \family roman
28009 \series medium
28010 \shape up
28011 \emph off
28012 \bar no
28013 \noun off
28014 \color none
28015 &
28016 \end_layout
28017
28018 \end_inset
28019 </cell>
28020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28021 \begin_inset Text
28022
28023 \begin_layout Standard
28024
28025 \family roman
28026 \series medium
28027 \shape up
28028 \emph off
28029 \bar no
28030 \noun off
28031 \color none
28032 6
28033 \end_layout
28034
28035 \end_inset
28036 </cell>
28037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28038 \begin_inset Text
28039
28040 \begin_layout Standard
28041
28042 \family roman
28043 \series medium
28044 \shape up
28045 \emph off
28046 \bar no
28047 \noun off
28048 \color none
28049 F
28050 \end_layout
28051
28052 \end_inset
28053 </cell>
28054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28055 \begin_inset Text
28056
28057 \begin_layout Standard
28058
28059 \family roman
28060 \series medium
28061 \shape up
28062 \emph off
28063 \bar no
28064 \noun off
28065 \color none
28066 V
28067 \end_layout
28068
28069 \end_inset
28070 </cell>
28071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28072 \begin_inset Text
28073
28074 \begin_layout Standard
28075
28076 \family roman
28077 \series medium
28078 \shape up
28079 \emph off
28080 \bar no
28081 \noun off
28082 \color none
28083 f
28084 \end_layout
28085
28086 \end_inset
28087 </cell>
28088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28089 \begin_inset Text
28090
28091 \begin_layout Standard
28092
28093 \family roman
28094 \series medium
28095 \shape up
28096 \emph off
28097 \bar no
28098 \noun off
28099 \color none
28100 v
28101 \end_layout
28102
28103 \end_inset
28104 </cell>
28105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28106 \begin_inset Text
28107
28108 \begin_layout Standard
28109
28110 \end_layout
28111
28112 \end_inset
28113 </cell>
28114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28115 \begin_inset Text
28116
28117 \begin_layout Standard
28118
28119 \end_layout
28120
28121 \end_inset
28122 </cell>
28123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28124 \begin_inset Text
28125
28126 \begin_layout Standard
28127 ¦
28128 \end_layout
28129
28130 \end_inset
28131 </cell>
28132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28133 \begin_inset Text
28134
28135 \begin_layout Standard
28136
28137 \family roman
28138 \series medium
28139 \shape up
28140 \emph off
28141 \bar no
28142 \noun off
28143 \color none
28144
28145 \end_layout
28146
28147 \end_inset
28148 </cell>
28149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28150 \begin_inset Text
28151
28152 \begin_layout Standard
28153
28154 \family roman
28155 \series medium
28156 \shape up
28157 \emph off
28158 \bar no
28159 \noun off
28160 \color none
28161 Æ
28162 \end_layout
28163
28164 \end_inset
28165 </cell>
28166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28167 \begin_inset Text
28168
28169 \begin_layout Standard
28170
28171 \family roman
28172 \series medium
28173 \shape up
28174 \emph off
28175 \bar no
28176 \noun off
28177 \color none
28178 Ö
28179 \end_layout
28180
28181 \end_inset
28182 </cell>
28183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28184 \begin_inset Text
28185
28186 \begin_layout Standard
28187
28188 \family roman
28189 \series medium
28190 \shape up
28191 \emph off
28192 \bar no
28193 \noun off
28194 \color none
28195 æ
28196 \end_layout
28197
28198 \end_inset
28199 </cell>
28200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28201 \begin_inset Text
28202
28203 \begin_layout Standard
28204
28205 \family roman
28206 \series medium
28207 \shape up
28208 \emph off
28209 \bar no
28210 \noun off
28211 \color none
28212 ö
28213 \end_layout
28214
28215 \end_inset
28216 </cell>
28217 </row>
28218 <row topline="true">
28219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28220 \begin_inset Text
28221
28222 \begin_layout Standard
28223
28224 \family roman
28225 \series medium
28226 \shape up
28227 \size tiny
28228 \emph off
28229 \bar no
28230 \noun off
28231 \color none
28232 07
28233 \end_layout
28234
28235 \end_inset
28236 </cell>
28237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28238 \begin_inset Text
28239
28240 \begin_layout Standard
28241
28242 \end_layout
28243
28244 \end_inset
28245 </cell>
28246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28247 \begin_inset Text
28248
28249 \begin_layout Standard
28250
28251 \end_layout
28252
28253 \end_inset
28254 </cell>
28255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28256 \begin_inset Text
28257
28258 \begin_layout Standard
28259
28260 \family roman
28261 \series medium
28262 \shape up
28263 \emph off
28264 \bar no
28265 \noun off
28266 \color none
28267 `
28268 \end_layout
28269
28270 \end_inset
28271 </cell>
28272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28273 \begin_inset Text
28274
28275 \begin_layout Standard
28276
28277 \family roman
28278 \series medium
28279 \shape up
28280 \emph off
28281 \bar no
28282 \noun off
28283 \color none
28284 7
28285 \end_layout
28286
28287 \end_inset
28288 </cell>
28289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28290 \begin_inset Text
28291
28292 \begin_layout Standard
28293
28294 \family roman
28295 \series medium
28296 \shape up
28297 \emph off
28298 \bar no
28299 \noun off
28300 \color none
28301 G
28302 \end_layout
28303
28304 \end_inset
28305 </cell>
28306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28307 \begin_inset Text
28308
28309 \begin_layout Standard
28310
28311 \family roman
28312 \series medium
28313 \shape up
28314 \emph off
28315 \bar no
28316 \noun off
28317 \color none
28318 W
28319 \end_layout
28320
28321 \end_inset
28322 </cell>
28323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28324 \begin_inset Text
28325
28326 \begin_layout Standard
28327
28328 \family roman
28329 \series medium
28330 \shape up
28331 \emph off
28332 \bar no
28333 \noun off
28334 \color none
28335 g
28336 \end_layout
28337
28338 \end_inset
28339 </cell>
28340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28341 \begin_inset Text
28342
28343 \begin_layout Standard
28344
28345 \family roman
28346 \series medium
28347 \shape up
28348 \emph off
28349 \bar no
28350 \noun off
28351 \color none
28352 w
28353 \end_layout
28354
28355 \end_inset
28356 </cell>
28357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28358 \begin_inset Text
28359
28360 \begin_layout Standard
28361
28362 \end_layout
28363
28364 \end_inset
28365 </cell>
28366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28367 \begin_inset Text
28368
28369 \begin_layout Standard
28370
28371 \end_layout
28372
28373 \end_inset
28374 </cell>
28375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28376 \begin_inset Text
28377
28378 \begin_layout Standard
28379
28380 \family roman
28381 \series medium
28382 \shape up
28383 \emph off
28384 \bar no
28385 \noun off
28386 \color none
28387 §
28388 \end_layout
28389
28390 \end_inset
28391 </cell>
28392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28393 \begin_inset Text
28394
28395 \begin_layout Standard
28396
28397 \family roman
28398 \series medium
28399 \shape up
28400 \emph off
28401 \bar no
28402 \noun off
28403 \color none
28404 ·
28405 \end_layout
28406
28407 \end_inset
28408 </cell>
28409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28410 \begin_inset Text
28411
28412 \begin_layout Standard
28413
28414 \family roman
28415 \series medium
28416 \shape up
28417 \emph off
28418 \bar no
28419 \noun off
28420 \color none
28421 Ç
28422 \end_layout
28423
28424 \end_inset
28425 </cell>
28426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28427 \begin_inset Text
28428
28429 \begin_layout Standard
28430
28431 \family roman
28432 \series medium
28433 \shape up
28434 \emph off
28435 \bar no
28436 \noun off
28437 \color none
28438 ×
28439 \end_layout
28440
28441 \end_inset
28442 </cell>
28443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28444 \begin_inset Text
28445
28446 \begin_layout Standard
28447
28448 \family roman
28449 \series medium
28450 \shape up
28451 \emph off
28452 \bar no
28453 \noun off
28454 \color none
28455 ç
28456 \end_layout
28457
28458 \end_inset
28459 </cell>
28460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28461 \begin_inset Text
28462
28463 \begin_layout Standard
28464
28465 \family roman
28466 \series medium
28467 \shape up
28468 \emph off
28469 \bar no
28470 \noun off
28471 \color none
28472 ÷
28473 \end_layout
28474
28475 \end_inset
28476 </cell>
28477 </row>
28478 <row topline="true">
28479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28480 \begin_inset Text
28481
28482 \begin_layout Standard
28483
28484 \family roman
28485 \series medium
28486 \shape up
28487 \size tiny
28488 \emph off
28489 \bar no
28490 \noun off
28491 \color none
28492 08
28493 \end_layout
28494
28495 \end_inset
28496 </cell>
28497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28498 \begin_inset Text
28499
28500 \begin_layout Standard
28501
28502 \end_layout
28503
28504 \end_inset
28505 </cell>
28506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28507 \begin_inset Text
28508
28509 \begin_layout Standard
28510
28511 \end_layout
28512
28513 \end_inset
28514 </cell>
28515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28516 \begin_inset Text
28517
28518 \begin_layout Standard
28519
28520 \family roman
28521 \series medium
28522 \shape up
28523 \emph off
28524 \bar no
28525 \noun off
28526 \color none
28527 (
28528 \end_layout
28529
28530 \end_inset
28531 </cell>
28532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28533 \begin_inset Text
28534
28535 \begin_layout Standard
28536
28537 \family roman
28538 \series medium
28539 \shape up
28540 \emph off
28541 \bar no
28542 \noun off
28543 \color none
28544 8
28545 \end_layout
28546
28547 \end_inset
28548 </cell>
28549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28550 \begin_inset Text
28551
28552 \begin_layout Standard
28553
28554 \family roman
28555 \series medium
28556 \shape up
28557 \emph off
28558 \bar no
28559 \noun off
28560 \color none
28561 H
28562 \end_layout
28563
28564 \end_inset
28565 </cell>
28566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28567 \begin_inset Text
28568
28569 \begin_layout Standard
28570
28571 \family roman
28572 \series medium
28573 \shape up
28574 \emph off
28575 \bar no
28576 \noun off
28577 \color none
28578 X
28579 \end_layout
28580
28581 \end_inset
28582 </cell>
28583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28584 \begin_inset Text
28585
28586 \begin_layout Standard
28587
28588 \family roman
28589 \series medium
28590 \shape up
28591 \emph off
28592 \bar no
28593 \noun off
28594 \color none
28595 h
28596 \end_layout
28597
28598 \end_inset
28599 </cell>
28600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28601 \begin_inset Text
28602
28603 \begin_layout Standard
28604
28605 \family roman
28606 \series medium
28607 \shape up
28608 \emph off
28609 \bar no
28610 \noun off
28611 \color none
28612 x
28613 \end_layout
28614
28615 \end_inset
28616 </cell>
28617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28618 \begin_inset Text
28619
28620 \begin_layout Standard
28621
28622 \end_layout
28623
28624 \end_inset
28625 </cell>
28626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28627 \begin_inset Text
28628
28629 \begin_layout Standard
28630
28631 \end_layout
28632
28633 \end_inset
28634 </cell>
28635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28636 \begin_inset Text
28637
28638 \begin_layout Standard
28639
28640 \family roman
28641 \series medium
28642 \shape up
28643 \emph off
28644 \bar no
28645 \noun off
28646 \color none
28647 ¨
28648 \end_layout
28649
28650 \end_inset
28651 </cell>
28652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28653 \begin_inset Text
28654
28655 \begin_layout Standard
28656
28657 \family roman
28658 \series medium
28659 \shape up
28660 \emph off
28661 \bar no
28662 \noun off
28663 \color none
28664 ¸
28665 \end_layout
28666
28667 \end_inset
28668 </cell>
28669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28670 \begin_inset Text
28671
28672 \begin_layout Standard
28673
28674 \family roman
28675 \series medium
28676 \shape up
28677 \emph off
28678 \bar no
28679 \noun off
28680 \color none
28681 È
28682 \end_layout
28683
28684 \end_inset
28685 </cell>
28686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28687 \begin_inset Text
28688
28689 \begin_layout Standard
28690
28691 \family roman
28692 \series medium
28693 \shape up
28694 \emph off
28695 \bar no
28696 \noun off
28697 \color none
28698 Ø
28699 \end_layout
28700
28701 \end_inset
28702 </cell>
28703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28704 \begin_inset Text
28705
28706 \begin_layout Standard
28707
28708 \family roman
28709 \series medium
28710 \shape up
28711 \emph off
28712 \bar no
28713 \noun off
28714 \color none
28715 è
28716 \end_layout
28717
28718 \end_inset
28719 </cell>
28720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28721 \begin_inset Text
28722
28723 \begin_layout Standard
28724
28725 \family roman
28726 \series medium
28727 \shape up
28728 \emph off
28729 \bar no
28730 \noun off
28731 \color none
28732 ø
28733 \end_layout
28734
28735 \end_inset
28736 </cell>
28737 </row>
28738 <row topline="true">
28739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28740 \begin_inset Text
28741
28742 \begin_layout Standard
28743
28744 \family roman
28745 \series medium
28746 \shape up
28747 \size tiny
28748 \emph off
28749 \bar no
28750 \noun off
28751 \color none
28752 09
28753 \end_layout
28754
28755 \end_inset
28756 </cell>
28757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28758 \begin_inset Text
28759
28760 \begin_layout Standard
28761
28762 \end_layout
28763
28764 \end_inset
28765 </cell>
28766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28767 \begin_inset Text
28768
28769 \begin_layout Standard
28770
28771 \end_layout
28772
28773 \end_inset
28774 </cell>
28775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28776 \begin_inset Text
28777
28778 \begin_layout Standard
28779
28780 \family roman
28781 \series medium
28782 \shape up
28783 \emph off
28784 \bar no
28785 \noun off
28786 \color none
28787 )
28788 \end_layout
28789
28790 \end_inset
28791 </cell>
28792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28793 \begin_inset Text
28794
28795 \begin_layout Standard
28796
28797 \family roman
28798 \series medium
28799 \shape up
28800 \emph off
28801 \bar no
28802 \noun off
28803 \color none
28804 9
28805 \end_layout
28806
28807 \end_inset
28808 </cell>
28809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28810 \begin_inset Text
28811
28812 \begin_layout Standard
28813
28814 \family roman
28815 \series medium
28816 \shape up
28817 \emph off
28818 \bar no
28819 \noun off
28820 \color none
28821 I
28822 \end_layout
28823
28824 \end_inset
28825 </cell>
28826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28827 \begin_inset Text
28828
28829 \begin_layout Standard
28830
28831 \family roman
28832 \series medium
28833 \shape up
28834 \emph off
28835 \bar no
28836 \noun off
28837 \color none
28838 Y
28839 \end_layout
28840
28841 \end_inset
28842 </cell>
28843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28844 \begin_inset Text
28845
28846 \begin_layout Standard
28847
28848 \family roman
28849 \series medium
28850 \shape up
28851 \emph off
28852 \bar no
28853 \noun off
28854 \color none
28855 i
28856 \end_layout
28857
28858 \end_inset
28859 </cell>
28860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28861 \begin_inset Text
28862
28863 \begin_layout Standard
28864
28865 \family roman
28866 \series medium
28867 \shape up
28868 \emph off
28869 \bar no
28870 \noun off
28871 \color none
28872 y
28873 \end_layout
28874
28875 \end_inset
28876 </cell>
28877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28878 \begin_inset Text
28879
28880 \begin_layout Standard
28881
28882 \end_layout
28883
28884 \end_inset
28885 </cell>
28886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28887 \begin_inset Text
28888
28889 \begin_layout Standard
28890
28891 \end_layout
28892
28893 \end_inset
28894 </cell>
28895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28896 \begin_inset Text
28897
28898 \begin_layout Standard
28899
28900 \family roman
28901 \series medium
28902 \shape up
28903 \emph off
28904 \bar no
28905 \noun off
28906 \color none
28907 ©
28908 \end_layout
28909
28910 \end_inset
28911 </cell>
28912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28913 \begin_inset Text
28914
28915 \begin_layout Standard
28916
28917 \family roman
28918 \series medium
28919 \shape up
28920 \emph off
28921 \bar no
28922 \noun off
28923 \color none
28924 ¹
28925 \end_layout
28926
28927 \end_inset
28928 </cell>
28929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28930 \begin_inset Text
28931
28932 \begin_layout Standard
28933
28934 \family roman
28935 \series medium
28936 \shape up
28937 \emph off
28938 \bar no
28939 \noun off
28940 \color none
28941 É
28942 \end_layout
28943
28944 \end_inset
28945 </cell>
28946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28947 \begin_inset Text
28948
28949 \begin_layout Standard
28950
28951 \family roman
28952 \series medium
28953 \shape up
28954 \emph off
28955 \bar no
28956 \noun off
28957 \color none
28958 Ù
28959 \end_layout
28960
28961 \end_inset
28962 </cell>
28963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28964 \begin_inset Text
28965
28966 \begin_layout Standard
28967
28968 \family roman
28969 \series medium
28970 \shape up
28971 \emph off
28972 \bar no
28973 \noun off
28974 \color none
28975 é
28976 \end_layout
28977
28978 \end_inset
28979 </cell>
28980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28981 \begin_inset Text
28982
28983 \begin_layout Standard
28984
28985 \family roman
28986 \series medium
28987 \shape up
28988 \emph off
28989 \bar no
28990 \noun off
28991 \color none
28992 ù
28993 \end_layout
28994
28995 \end_inset
28996 </cell>
28997 </row>
28998 <row topline="true">
28999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29000 \begin_inset Text
29001
29002 \begin_layout Standard
29003
29004 \family roman
29005 \series medium
29006 \shape up
29007 \size tiny
29008 \emph off
29009 \bar no
29010 \noun off
29011 \color none
29012 0A
29013 \end_layout
29014
29015 \end_inset
29016 </cell>
29017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29018 \begin_inset Text
29019
29020 \begin_layout Standard
29021
29022 \end_layout
29023
29024 \end_inset
29025 </cell>
29026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29027 \begin_inset Text
29028
29029 \begin_layout Standard
29030
29031 \end_layout
29032
29033 \end_inset
29034 </cell>
29035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29036 \begin_inset Text
29037
29038 \begin_layout Standard
29039
29040 \family roman
29041 \series medium
29042 \shape up
29043 \emph off
29044 \bar no
29045 \noun off
29046 \color none
29047 *
29048 \end_layout
29049
29050 \end_inset
29051 </cell>
29052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29053 \begin_inset Text
29054
29055 \begin_layout Standard
29056
29057 \family roman
29058 \series medium
29059 \shape up
29060 \emph off
29061 \bar no
29062 \noun off
29063 \color none
29064 :
29065 \end_layout
29066
29067 \end_inset
29068 </cell>
29069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29070 \begin_inset Text
29071
29072 \begin_layout Standard
29073
29074 \family roman
29075 \series medium
29076 \shape up
29077 \emph off
29078 \bar no
29079 \noun off
29080 \color none
29081 J
29082 \end_layout
29083
29084 \end_inset
29085 </cell>
29086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29087 \begin_inset Text
29088
29089 \begin_layout Standard
29090
29091 \family roman
29092 \series medium
29093 \shape up
29094 \emph off
29095 \bar no
29096 \noun off
29097 \color none
29098 Z
29099 \end_layout
29100
29101 \end_inset
29102 </cell>
29103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29104 \begin_inset Text
29105
29106 \begin_layout Standard
29107
29108 \family roman
29109 \series medium
29110 \shape up
29111 \emph off
29112 \bar no
29113 \noun off
29114 \color none
29115 j
29116 \end_layout
29117
29118 \end_inset
29119 </cell>
29120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29121 \begin_inset Text
29122
29123 \begin_layout Standard
29124
29125 \family roman
29126 \series medium
29127 \shape up
29128 \emph off
29129 \bar no
29130 \noun off
29131 \color none
29132 z
29133 \end_layout
29134
29135 \end_inset
29136 </cell>
29137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29138 \begin_inset Text
29139
29140 \begin_layout Standard
29141
29142 \end_layout
29143
29144 \end_inset
29145 </cell>
29146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29147 \begin_inset Text
29148
29149 \begin_layout Standard
29150
29151 \end_layout
29152
29153 \end_inset
29154 </cell>
29155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29156 \begin_inset Text
29157
29158 \begin_layout Standard
29159
29160 \family roman
29161 \series medium
29162 \shape up
29163 \emph off
29164 \bar no
29165 \noun off
29166 \color none
29167 ª
29168 \end_layout
29169
29170 \end_inset
29171 </cell>
29172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29173 \begin_inset Text
29174
29175 \begin_layout Standard
29176
29177 \family roman
29178 \series medium
29179 \shape up
29180 \emph off
29181 \bar no
29182 \noun off
29183 \color none
29184 º
29185 \end_layout
29186
29187 \end_inset
29188 </cell>
29189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29190 \begin_inset Text
29191
29192 \begin_layout Standard
29193
29194 \family roman
29195 \series medium
29196 \shape up
29197 \emph off
29198 \bar no
29199 \noun off
29200 \color none
29201 Ê
29202 \end_layout
29203
29204 \end_inset
29205 </cell>
29206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29207 \begin_inset Text
29208
29209 \begin_layout Standard
29210
29211 \family roman
29212 \series medium
29213 \shape up
29214 \emph off
29215 \bar no
29216 \noun off
29217 \color none
29218 Ú
29219 \end_layout
29220
29221 \end_inset
29222 </cell>
29223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29224 \begin_inset Text
29225
29226 \begin_layout Standard
29227
29228 \family roman
29229 \series medium
29230 \shape up
29231 \emph off
29232 \bar no
29233 \noun off
29234 \color none
29235 ê
29236 \end_layout
29237
29238 \end_inset
29239 </cell>
29240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29241 \begin_inset Text
29242
29243 \begin_layout Standard
29244
29245 \family roman
29246 \series medium
29247 \shape up
29248 \emph off
29249 \bar no
29250 \noun off
29251 \color none
29252 ú
29253 \end_layout
29254
29255 \end_inset
29256 </cell>
29257 </row>
29258 <row topline="true">
29259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29260 \begin_inset Text
29261
29262 \begin_layout Standard
29263
29264 \family roman
29265 \series medium
29266 \shape up
29267 \size tiny
29268 \emph off
29269 \bar no
29270 \noun off
29271 \color none
29272 0B
29273 \end_layout
29274
29275 \end_inset
29276 </cell>
29277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29278 \begin_inset Text
29279
29280 \begin_layout Standard
29281
29282 \end_layout
29283
29284 \end_inset
29285 </cell>
29286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29287 \begin_inset Text
29288
29289 \begin_layout Standard
29290
29291 \end_layout
29292
29293 \end_inset
29294 </cell>
29295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29296 \begin_inset Text
29297
29298 \begin_layout Standard
29299
29300 \family roman
29301 \series medium
29302 \shape up
29303 \emph off
29304 \bar no
29305 \noun off
29306 \color none
29307 +
29308 \end_layout
29309
29310 \end_inset
29311 </cell>
29312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29313 \begin_inset Text
29314
29315 \begin_layout Standard
29316
29317 \family roman
29318 \series medium
29319 \shape up
29320 \emph off
29321 \bar no
29322 \noun off
29323 \color none
29324 ;
29325 \end_layout
29326
29327 \end_inset
29328 </cell>
29329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29330 \begin_inset Text
29331
29332 \begin_layout Standard
29333
29334 \family roman
29335 \series medium
29336 \shape up
29337 \emph off
29338 \bar no
29339 \noun off
29340 \color none
29341 K
29342 \end_layout
29343
29344 \end_inset
29345 </cell>
29346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29347 \begin_inset Text
29348
29349 \begin_layout Standard
29350
29351 \family roman
29352 \series medium
29353 \shape up
29354 \emph off
29355 \bar no
29356 \noun off
29357 \color none
29358 [
29359 \end_layout
29360
29361 \end_inset
29362 </cell>
29363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29364 \begin_inset Text
29365
29366 \begin_layout Standard
29367
29368 \family roman
29369 \series medium
29370 \shape up
29371 \emph off
29372 \bar no
29373 \noun off
29374 \color none
29375 k
29376 \end_layout
29377
29378 \end_inset
29379 </cell>
29380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29381 \begin_inset Text
29382
29383 \begin_layout Standard
29384
29385 \family roman
29386 \series medium
29387 \shape up
29388 \emph off
29389 \bar no
29390 \noun off
29391 \color none
29392 {
29393 \end_layout
29394
29395 \end_inset
29396 </cell>
29397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29398 \begin_inset Text
29399
29400 \begin_layout Standard
29401
29402 \end_layout
29403
29404 \end_inset
29405 </cell>
29406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29407 \begin_inset Text
29408
29409 \begin_layout Standard
29410
29411 \end_layout
29412
29413 \end_inset
29414 </cell>
29415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29416 \begin_inset Text
29417
29418 \begin_layout Standard
29419
29420 \family roman
29421 \series medium
29422 \shape up
29423 \emph off
29424 \bar no
29425 \noun off
29426 \color none
29427 «
29428 \end_layout
29429
29430 \end_inset
29431 </cell>
29432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29433 \begin_inset Text
29434
29435 \begin_layout Standard
29436
29437 \family roman
29438 \series medium
29439 \shape up
29440 \emph off
29441 \bar no
29442 \noun off
29443 \color none
29444 »
29445 \end_layout
29446
29447 \end_inset
29448 </cell>
29449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29450 \begin_inset Text
29451
29452 \begin_layout Standard
29453
29454 \family roman
29455 \series medium
29456 \shape up
29457 \emph off
29458 \bar no
29459 \noun off
29460 \color none
29461 Ë
29462 \end_layout
29463
29464 \end_inset
29465 </cell>
29466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29467 \begin_inset Text
29468
29469 \begin_layout Standard
29470
29471 \family roman
29472 \series medium
29473 \shape up
29474 \emph off
29475 \bar no
29476 \noun off
29477 \color none
29478 Û
29479 \end_layout
29480
29481 \end_inset
29482 </cell>
29483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29484 \begin_inset Text
29485
29486 \begin_layout Standard
29487
29488 \family roman
29489 \series medium
29490 \shape up
29491 \emph off
29492 \bar no
29493 \noun off
29494 \color none
29495 ë
29496 \end_layout
29497
29498 \end_inset
29499 </cell>
29500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29501 \begin_inset Text
29502
29503 \begin_layout Standard
29504
29505 \family roman
29506 \series medium
29507 \shape up
29508 \emph off
29509 \bar no
29510 \noun off
29511 \color none
29512 û
29513 \end_layout
29514
29515 \end_inset
29516 </cell>
29517 </row>
29518 <row topline="true">
29519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29520 \begin_inset Text
29521
29522 \begin_layout Standard
29523
29524 \family roman
29525 \series medium
29526 \shape up
29527 \size tiny
29528 \emph off
29529 \bar no
29530 \noun off
29531 \color none
29532 0C
29533 \end_layout
29534
29535 \end_inset
29536 </cell>
29537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29538 \begin_inset Text
29539
29540 \begin_layout Standard
29541
29542 \end_layout
29543
29544 \end_inset
29545 </cell>
29546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29547 \begin_inset Text
29548
29549 \begin_layout Standard
29550
29551 \end_layout
29552
29553 \end_inset
29554 </cell>
29555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29556 \begin_inset Text
29557
29558 \begin_layout Standard
29559
29560 \family roman
29561 \series medium
29562 \shape up
29563 \emph off
29564 \bar no
29565 \noun off
29566 \color none
29567 ,
29568 \end_layout
29569
29570 \end_inset
29571 </cell>
29572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29573 \begin_inset Text
29574
29575 \begin_layout Standard
29576
29577 \family roman
29578 \series medium
29579 \shape up
29580 \emph off
29581 \bar no
29582 \noun off
29583 \color none
29584 <
29585 \end_layout
29586
29587 \end_inset
29588 </cell>
29589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29590 \begin_inset Text
29591
29592 \begin_layout Standard
29593
29594 \family roman
29595 \series medium
29596 \shape up
29597 \emph off
29598 \bar no
29599 \noun off
29600 \color none
29601 L
29602 \end_layout
29603
29604 \end_inset
29605 </cell>
29606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29607 \begin_inset Text
29608
29609 \begin_layout Standard
29610
29611 \family roman
29612 \series medium
29613 \shape up
29614 \emph off
29615 \bar no
29616 \noun off
29617 \color none
29618
29619 \backslash
29620
29621 \end_layout
29622
29623 \end_inset
29624 </cell>
29625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29626 \begin_inset Text
29627
29628 \begin_layout Standard
29629
29630 \family roman
29631 \series medium
29632 \shape up
29633 \emph off
29634 \bar no
29635 \noun off
29636 \color none
29637 l
29638 \end_layout
29639
29640 \end_inset
29641 </cell>
29642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29643 \begin_inset Text
29644
29645 \begin_layout Standard
29646
29647 \family roman
29648 \series medium
29649 \shape up
29650 \emph off
29651 \bar no
29652 \noun off
29653 \color none
29654 |
29655 \end_layout
29656
29657 \end_inset
29658 </cell>
29659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29660 \begin_inset Text
29661
29662 \begin_layout Standard
29663
29664 \end_layout
29665
29666 \end_inset
29667 </cell>
29668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29669 \begin_inset Text
29670
29671 \begin_layout Standard
29672
29673 \end_layout
29674
29675 \end_inset
29676 </cell>
29677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29678 \begin_inset Text
29679
29680 \begin_layout Standard
29681
29682 \family roman
29683 \series medium
29684 \shape up
29685 \emph off
29686 \bar no
29687 \noun off
29688 \color none
29689 ¬
29690 \end_layout
29691
29692 \end_inset
29693 </cell>
29694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29695 \begin_inset Text
29696
29697 \begin_layout Standard
29698
29699 \family roman
29700 \series medium
29701 \shape up
29702 \emph off
29703 \bar no
29704 \noun off
29705 \color none
29706 ¼
29707 \end_layout
29708
29709 \end_inset
29710 </cell>
29711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29712 \begin_inset Text
29713
29714 \begin_layout Standard
29715
29716 \family roman
29717 \series medium
29718 \shape up
29719 \emph off
29720 \bar no
29721 \noun off
29722 \color none
29723 Ì
29724 \end_layout
29725
29726 \end_inset
29727 </cell>
29728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29729 \begin_inset Text
29730
29731 \begin_layout Standard
29732
29733 \family roman
29734 \series medium
29735 \shape up
29736 \emph off
29737 \bar no
29738 \noun off
29739 \color none
29740 Ü
29741 \end_layout
29742
29743 \end_inset
29744 </cell>
29745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29746 \begin_inset Text
29747
29748 \begin_layout Standard
29749
29750 \family roman
29751 \series medium
29752 \shape up
29753 \emph off
29754 \bar no
29755 \noun off
29756 \color none
29757 ì
29758 \end_layout
29759
29760 \end_inset
29761 </cell>
29762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29763 \begin_inset Text
29764
29765 \begin_layout Standard
29766
29767 \family roman
29768 \series medium
29769 \shape up
29770 \emph off
29771 \bar no
29772 \noun off
29773 \color none
29774 ü
29775 \end_layout
29776
29777 \end_inset
29778 </cell>
29779 </row>
29780 <row topline="true">
29781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29782 \begin_inset Text
29783
29784 \begin_layout Standard
29785
29786 \family roman
29787 \series medium
29788 \shape up
29789 \size tiny
29790 \emph off
29791 \bar no
29792 \noun off
29793 \color none
29794 0D
29795 \end_layout
29796
29797 \end_inset
29798 </cell>
29799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29800 \begin_inset Text
29801
29802 \begin_layout Standard
29803
29804 \end_layout
29805
29806 \end_inset
29807 </cell>
29808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29809 \begin_inset Text
29810
29811 \begin_layout Standard
29812
29813 \end_layout
29814
29815 \end_inset
29816 </cell>
29817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29818 \begin_inset Text
29819
29820 \begin_layout Standard
29821
29822 \family roman
29823 \series medium
29824 \shape up
29825 \emph off
29826 \bar no
29827 \noun off
29828 \color none
29829 -
29830 \end_layout
29831
29832 \end_inset
29833 </cell>
29834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29835 \begin_inset Text
29836
29837 \begin_layout Standard
29838
29839 \family roman
29840 \series medium
29841 \shape up
29842 \emph off
29843 \bar no
29844 \noun off
29845 \color none
29846 =
29847 \end_layout
29848
29849 \end_inset
29850 </cell>
29851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29852 \begin_inset Text
29853
29854 \begin_layout Standard
29855
29856 \family roman
29857 \series medium
29858 \shape up
29859 \emph off
29860 \bar no
29861 \noun off
29862 \color none
29863 M
29864 \end_layout
29865
29866 \end_inset
29867 </cell>
29868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29869 \begin_inset Text
29870
29871 \begin_layout Standard
29872
29873 \family roman
29874 \series medium
29875 \shape up
29876 \emph off
29877 \bar no
29878 \noun off
29879 \color none
29880 ]
29881 \end_layout
29882
29883 \end_inset
29884 </cell>
29885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29886 \begin_inset Text
29887
29888 \begin_layout Standard
29889
29890 \family roman
29891 \series medium
29892 \shape up
29893 \emph off
29894 \bar no
29895 \noun off
29896 \color none
29897 m
29898 \end_layout
29899
29900 \end_inset
29901 </cell>
29902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29903 \begin_inset Text
29904
29905 \begin_layout Standard
29906
29907 \family roman
29908 \series medium
29909 \shape up
29910 \emph off
29911 \bar no
29912 \noun off
29913 \color none
29914 }
29915 \end_layout
29916
29917 \end_inset
29918 </cell>
29919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29920 \begin_inset Text
29921
29922 \begin_layout Standard
29923
29924 \end_layout
29925
29926 \end_inset
29927 </cell>
29928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29929 \begin_inset Text
29930
29931 \begin_layout Standard
29932
29933 \end_layout
29934
29935 \end_inset
29936 </cell>
29937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29938 \begin_inset Text
29939
29940 \begin_layout Standard
29941
29942 \end_layout
29943
29944 \end_inset
29945 </cell>
29946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29947 \begin_inset Text
29948
29949 \begin_layout Standard
29950
29951 \family roman
29952 \series medium
29953 \shape up
29954 \emph off
29955 \bar no
29956 \noun off
29957 \color none
29958 ½
29959 \end_layout
29960
29961 \end_inset
29962 </cell>
29963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29964 \begin_inset Text
29965
29966 \begin_layout Standard
29967
29968 \family roman
29969 \series medium
29970 \shape up
29971 \emph off
29972 \bar no
29973 \noun off
29974 \color none
29975 Í
29976 \end_layout
29977
29978 \end_inset
29979 </cell>
29980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29981 \begin_inset Text
29982
29983 \begin_layout Standard
29984
29985 \family roman
29986 \series medium
29987 \shape up
29988 \emph off
29989 \bar no
29990 \noun off
29991 \color none
29992 Ý
29993 \end_layout
29994
29995 \end_inset
29996 </cell>
29997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29998 \begin_inset Text
29999
30000 \begin_layout Standard
30001
30002 \family roman
30003 \series medium
30004 \shape up
30005 \emph off
30006 \bar no
30007 \noun off
30008 \color none
30009 í
30010 \end_layout
30011
30012 \end_inset
30013 </cell>
30014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30015 \begin_inset Text
30016
30017 \begin_layout Standard
30018
30019 \family roman
30020 \series medium
30021 \shape up
30022 \emph off
30023 \bar no
30024 \noun off
30025 \color none
30026 ý
30027 \end_layout
30028
30029 \end_inset
30030 </cell>
30031 </row>
30032 <row topline="true">
30033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30034 \begin_inset Text
30035
30036 \begin_layout Standard
30037
30038 \family roman
30039 \series medium
30040 \shape up
30041 \size tiny
30042 \emph off
30043 \bar no
30044 \noun off
30045 \color none
30046 0E
30047 \end_layout
30048
30049 \end_inset
30050 </cell>
30051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30052 \begin_inset Text
30053
30054 \begin_layout Standard
30055
30056 \end_layout
30057
30058 \end_inset
30059 </cell>
30060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30061 \begin_inset Text
30062
30063 \begin_layout Standard
30064
30065 \end_layout
30066
30067 \end_inset
30068 </cell>
30069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30070 \begin_inset Text
30071
30072 \begin_layout Standard
30073
30074 \family roman
30075 \series medium
30076 \shape up
30077 \emph off
30078 \bar no
30079 \noun off
30080 \color none
30081 .
30082 \end_layout
30083
30084 \end_inset
30085 </cell>
30086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30087 \begin_inset Text
30088
30089 \begin_layout Standard
30090
30091 \family roman
30092 \series medium
30093 \shape up
30094 \emph off
30095 \bar no
30096 \noun off
30097 \color none
30098 >
30099 \end_layout
30100
30101 \end_inset
30102 </cell>
30103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30104 \begin_inset Text
30105
30106 \begin_layout Standard
30107
30108 \family roman
30109 \series medium
30110 \shape up
30111 \emph off
30112 \bar no
30113 \noun off
30114 \color none
30115 N
30116 \end_layout
30117
30118 \end_inset
30119 </cell>
30120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30121 \begin_inset Text
30122
30123 \begin_layout Standard
30124
30125 \family roman
30126 \series medium
30127 \shape up
30128 \emph off
30129 \bar no
30130 \noun off
30131 \color none
30132 ^
30133 \end_layout
30134
30135 \end_inset
30136 </cell>
30137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30138 \begin_inset Text
30139
30140 \begin_layout Standard
30141
30142 \family roman
30143 \series medium
30144 \shape up
30145 \emph off
30146 \bar no
30147 \noun off
30148 \color none
30149 n
30150 \end_layout
30151
30152 \end_inset
30153 </cell>
30154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30155 \begin_inset Text
30156
30157 \begin_layout Standard
30158
30159 \family roman
30160 \series medium
30161 \shape up
30162 \emph off
30163 \bar no
30164 \noun off
30165 \color none
30166 ~
30167 \end_layout
30168
30169 \end_inset
30170 </cell>
30171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30172 \begin_inset Text
30173
30174 \begin_layout Standard
30175
30176 \end_layout
30177
30178 \end_inset
30179 </cell>
30180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30181 \begin_inset Text
30182
30183 \begin_layout Standard
30184
30185 \end_layout
30186
30187 \end_inset
30188 </cell>
30189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30190 \begin_inset Text
30191
30192 \begin_layout Standard
30193
30194 \family roman
30195 \series medium
30196 \shape up
30197 \emph off
30198 \bar no
30199 \noun off
30200 \color none
30201 ®
30202 \end_layout
30203
30204 \end_inset
30205 </cell>
30206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30207 \begin_inset Text
30208
30209 \begin_layout Standard
30210
30211 \family roman
30212 \series medium
30213 \shape up
30214 \emph off
30215 \bar no
30216 \noun off
30217 \color none
30218 ¾
30219 \end_layout
30220
30221 \end_inset
30222 </cell>
30223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30224 \begin_inset Text
30225
30226 \begin_layout Standard
30227
30228 \family roman
30229 \series medium
30230 \shape up
30231 \emph off
30232 \bar no
30233 \noun off
30234 \color none
30235 Î
30236 \end_layout
30237
30238 \end_inset
30239 </cell>
30240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30241 \begin_inset Text
30242
30243 \begin_layout Standard
30244
30245 \family roman
30246 \series medium
30247 \shape up
30248 \emph off
30249 \bar no
30250 \noun off
30251 \color none
30252 Þ
30253 \end_layout
30254
30255 \end_inset
30256 </cell>
30257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30258 \begin_inset Text
30259
30260 \begin_layout Standard
30261
30262 \family roman
30263 \series medium
30264 \shape up
30265 \emph off
30266 \bar no
30267 \noun off
30268 \color none
30269 î
30270 \end_layout
30271
30272 \end_inset
30273 </cell>
30274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30275 \begin_inset Text
30276
30277 \begin_layout Standard
30278
30279 \family roman
30280 \series medium
30281 \shape up
30282 \emph off
30283 \bar no
30284 \noun off
30285 \color none
30286 þ
30287 \end_layout
30288
30289 \end_inset
30290 </cell>
30291 </row>
30292 <row topline="true" bottomline="true">
30293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30294 \begin_inset Text
30295
30296 \begin_layout Standard
30297
30298 \family roman
30299 \series medium
30300 \shape up
30301 \size tiny
30302 \emph off
30303 \bar no
30304 \noun off
30305 \color none
30306 0F
30307 \end_layout
30308
30309 \end_inset
30310 </cell>
30311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30312 \begin_inset Text
30313
30314 \begin_layout Standard
30315
30316 \end_layout
30317
30318 \end_inset
30319 </cell>
30320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30321 \begin_inset Text
30322
30323 \begin_layout Standard
30324
30325 \end_layout
30326
30327 \end_inset
30328 </cell>
30329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30330 \begin_inset Text
30331
30332 \begin_layout Standard
30333
30334 \family roman
30335 \series medium
30336 \shape up
30337 \emph off
30338 \bar no
30339 \noun off
30340 \color none
30341 /
30342 \end_layout
30343
30344 \end_inset
30345 </cell>
30346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30347 \begin_inset Text
30348
30349 \begin_layout Standard
30350
30351 \family roman
30352 \series medium
30353 \shape up
30354 \emph off
30355 \bar no
30356 \noun off
30357 \color none
30358 ?
30359 \end_layout
30360
30361 \end_inset
30362 </cell>
30363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30364 \begin_inset Text
30365
30366 \begin_layout Standard
30367
30368 \family roman
30369 \series medium
30370 \shape up
30371 \emph off
30372 \bar no
30373 \noun off
30374 \color none
30375 O
30376 \end_layout
30377
30378 \end_inset
30379 </cell>
30380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30381 \begin_inset Text
30382
30383 \begin_layout Standard
30384
30385 \family roman
30386 \series medium
30387 \shape up
30388 \emph off
30389 \bar no
30390 \noun off
30391 \color none
30392 _
30393 \end_layout
30394
30395 \end_inset
30396 </cell>
30397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30398 \begin_inset Text
30399
30400 \begin_layout Standard
30401
30402 \family roman
30403 \series medium
30404 \shape up
30405 \emph off
30406 \bar no
30407 \noun off
30408 \color none
30409 o
30410 \end_layout
30411
30412 \end_inset
30413 </cell>
30414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30415 \begin_inset Text
30416
30417 \begin_layout Standard
30418
30419 \end_layout
30420
30421 \end_inset
30422 </cell>
30423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30424 \begin_inset Text
30425
30426 \begin_layout Standard
30427
30428 \end_layout
30429
30430 \end_inset
30431 </cell>
30432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30433 \begin_inset Text
30434
30435 \begin_layout Standard
30436
30437 \end_layout
30438
30439 \end_inset
30440 </cell>
30441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30442 \begin_inset Text
30443
30444 \begin_layout Standard
30445
30446 \family roman
30447 \series medium
30448 \shape up
30449 \emph off
30450 \bar no
30451 \noun off
30452 \color none
30453 ¯
30454 \end_layout
30455
30456 \end_inset
30457 </cell>
30458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30459 \begin_inset Text
30460
30461 \begin_layout Standard
30462
30463 \family roman
30464 \series medium
30465 \shape up
30466 \emph off
30467 \bar no
30468 \noun off
30469 \color none
30470 ¿
30471 \end_layout
30472
30473 \end_inset
30474 </cell>
30475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30476 \begin_inset Text
30477
30478 \begin_layout Standard
30479
30480 \family roman
30481 \series medium
30482 \shape up
30483 \emph off
30484 \bar no
30485 \noun off
30486 \color none
30487 Ï
30488 \end_layout
30489
30490 \end_inset
30491 </cell>
30492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30493 \begin_inset Text
30494
30495 \begin_layout Standard
30496
30497 \family roman
30498 \series medium
30499 \shape up
30500 \emph off
30501 \bar no
30502 \noun off
30503 \color none
30504 ß
30505 \end_layout
30506
30507 \end_inset
30508 </cell>
30509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30510 \begin_inset Text
30511
30512 \begin_layout Standard
30513
30514 \family roman
30515 \series medium
30516 \shape up
30517 \emph off
30518 \bar no
30519 \noun off
30520 \color none
30521 ï
30522 \end_layout
30523
30524 \end_inset
30525 </cell>
30526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30527 \begin_inset Text
30528
30529 \begin_layout Standard
30530
30531 \family roman
30532 \series medium
30533 \shape up
30534 \emph off
30535 \bar no
30536 \noun off
30537 \color none
30538 ÿ
30539 \end_layout
30540
30541 \end_inset
30542 </cell>
30543 </row>
30544 </lyxtabular>
30545
30546 \end_inset
30547
30548
30549 \end_layout
30550
30551 \end_inset
30552
30553
30554 \end_layout
30555
30556 \begin_layout Standard
30557 The following is a full list of all of the accented characters LyX can display
30558  directly.
30559  It includes not only the accented characters from the previous table, but
30560  also the characters from 
30561 \family typewriter
30562 ISO8859--2
30563 \family default
30564  through 
30565 \family typewriter
30566 4
30567 \family default
30568 .
30569  
30570 \end_layout
30571
30572 \begin_layout Itemize
30573 From 
30574 \family typewriter
30575 ISO8859--1
30576 \family default
30577 :
30578 \end_layout
30579
30580 \begin_deeper
30581 \begin_layout Standard
30582 ¨ Ä Ë Ï Ö Ü ä ë ï ö ü ÿ
30583 \hfill
30584 diaeresis
30585 \end_layout
30586
30587 \begin_layout Standard
30588 ^ Â Ê Î Ô Û â ê î ô û
30589 \hfill
30590 circumflex
30591 \end_layout
30592
30593 \begin_layout Standard
30594 ` À È Ì Ò Ù à è ì ò ù
30595 \hfill
30596 grave
30597 \end_layout
30598
30599 \begin_layout Standard
30600 ´ Á É Í Ó Ú Ý á é í ó ú ý
30601 \hfill
30602 acute
30603 \end_layout
30604
30605 \begin_layout Standard
30606 ~ Ã Ñ Õ ã ñ õ
30607 \hfill
30608 tilde
30609 \end_layout
30610
30611 \begin_layout Standard
30612 ¸Çç
30613 \hfill
30614 cedilla
30615 \end_layout
30616
30617 \begin_layout Standard
30618 ¯
30619 \hfill
30620 macron
30621 \end_layout
30622
30623 \end_deeper
30624 \begin_layout Itemize
30625 From 
30626 \family typewriter
30627 ISO8859--2
30628 \family default
30629  through 
30630 \family typewriter
30631 4
30632 \family default
30633 :
30634 \end_layout
30635
30636 \begin_deeper
30637 \begin_layout Standard
30638 ĤĴĥĵĈĜŜĉĝŝ
30639 \hfill
30640 circumflex
30641 \end_layout
30642
30643 \begin_layout Standard
30644 ŚŹśźŔĹĆŃŕĺćń
30645 \hfill
30646 acute
30647 \end_layout
30648
30649 \begin_layout Standard
30650 Ĩı̃Ũũ
30651 \hfill
30652 tilde
30653 \end_layout
30654
30655 \begin_layout Standard
30656 ŞşŢţŖĻĢŗļģŅĶņķ
30657 \hfill
30658 cedilla
30659 \end_layout
30660
30661 \begin_layout Standard
30662 ĒēĀĪŌŪāı̄ōū
30663 \hfill
30664 macron
30665 \end_layout
30666
30667 \begin_layout Standard
30668 ŐŰőű
30669 \hfill
30670 Hungarian umlaut
30671 \end_layout
30672
30673 \end_deeper
30674 \begin_layout Standard
30675 All the characters above are actively supported by TeX fonts.
30676  In addition TeX allows diacritical marks on almost all characters.
30677  Also make sure you're using the 
30678 \family typewriter
30679 T1
30680 \family default
30681  font-encoding.
30682 \end_layout
30683
30684 \begin_layout Chapter
30685 \start_of_appendix
30686 The User Interface
30687 \begin_inset LatexCommand label
30688 name "cha:The-User-Interface"
30689
30690 \end_inset
30691
30692
30693 \end_layout
30694
30695 \begin_layout Standard
30696 This appendix lists all available menus and describes its functionality.
30697  It is designed as quick reference if you are searching for a special topic
30698  inside the user's guide.
30699 \end_layout
30700
30701 \begin_layout Section
30702 The File Menu
30703 \begin_inset LatexCommand index
30704 name "Menu ! File"
30705
30706 \end_inset
30707
30708
30709 \end_layout
30710
30711 \begin_layout Standard
30712 Under the 
30713 \family sans
30714 File
30715 \family default
30716  menu are the basic operations in addition to some more advanced operations.
30717  At the end of the menu the four last opened documents are listed.
30718 \end_layout
30719
30720 \begin_layout Subsection
30721 New
30722 \end_layout
30723
30724 \begin_layout Standard
30725 Creates a new document.
30726 \end_layout
30727
30728 \begin_layout Subsection
30729 New from Template
30730 \end_layout
30731
30732 \begin_layout Standard
30733 This menu prompts you for a template to use.
30734  Selecting a template will automatically set certain layout features for
30735  the document, features you would otherwise need to change manually.
30736 \end_layout
30737
30738 \begin_layout Subsection
30739 Open
30740 \end_layout
30741
30742 \begin_layout Standard
30743 Opens a document.
30744 \end_layout
30745
30746 \begin_layout Subsection
30747 Open Recent
30748 \end_layout
30749
30750 \begin_layout Standard
30751 The submenu shows a list of the recently opened files.
30752  Click there on a file to open it.
30753 \end_layout
30754
30755 \begin_layout Subsection
30756 Close
30757 \end_layout
30758
30759 \begin_layout Standard
30760 Closes the current document.
30761 \end_layout
30762
30763 \begin_layout Subsection
30764 Save
30765 \end_layout
30766
30767 \begin_layout Standard
30768 Saves the actual document.
30769 \end_layout
30770
30771 \begin_layout Subsection
30772 Save As
30773 \end_layout
30774
30775 \begin_layout Standard
30776 Saves the actual document under a new name to create a copy.
30777 \end_layout
30778
30779 \begin_layout Subsection
30780 Revert to saved
30781 \end_layout
30782
30783 \begin_layout Standard
30784 Reloads the actual document from disk.
30785 \end_layout
30786
30787 \begin_layout Subsection
30788 Version Control
30789 \end_layout
30790
30791 \begin_layout Standard
30792 This is used when more people are working on the same document.
30793  It is described in the section 
30794 \emph on
30795 Version Control in LyX
30796 \emph default
30797  of the 
30798 \emph on
30799 Extended\InsetSpace ~
30800 Features
30801 \emph default
30802  manual.
30803 \end_layout
30804
30805 \begin_layout Subsection
30806 Import
30807 \end_layout
30808
30809 \begin_layout Standard
30810 You can import there files from older LyX-versions, LaTeX-files and plain
30811  text files (ASCII-files).
30812  The files will be imported as new LyX-document.
30813 \end_layout
30814
30815 \begin_layout Standard
30816 When using the menu 
30817 \family sans
30818 Plain\InsetSpace ~
30819 Text, Join\InsetSpace ~
30820 Lines
30821 \family default
30822 , all lines will be imported consecutively to one big paragraph.
30823  A new paragraph is started when there is a blank line in the file.
30824  , the text is inserted as Paragraphs, where the line breaks of the text
30825  will start a new paragraph.
30826 \end_layout
30827
30828 \begin_layout Subsection
30829 Export
30830 \begin_inset LatexCommand label
30831 name "sub:Export"
30832
30833 \end_inset
30834
30835
30836 \end_layout
30837
30838 \begin_layout Standard
30839 You can export your document to various file formats.
30840  The resulting files are placed in the directory of your LyX-file.
30841  The menu entries are not the same on all installations.
30842  They depend on the programs found by LyX while its configuration.
30843 \end_layout
30844
30845 \begin_layout Standard
30846 Here is a list of all available entries; they are explained in detail in
30847  section\InsetSpace ~
30848
30849 \begin_inset LatexCommand ref
30850 reference "sub:Output-file-formats"
30851
30852 \end_inset
30853
30854 :
30855 \end_layout
30856
30857 \begin_layout Description
30858
30859 \family sans
30860 CJK\InsetSpace ~
30861 LyX 
30862 \family default
30863 format of the special LyX 1.4.x versions for Chinese, Japanese, and Korean
30864  (CJK); (Since LyX 1.5.0 CJK support is fully integrated to LyX.)
30865 \end_layout
30866
30867 \begin_layout Description
30868
30869 \family sans
30870 DVI
30871 \family default
30872  DVI-format
30873 \end_layout
30874
30875 \begin_layout Description
30876 HTML HTML-format (the HTML-converter is a third-party product and doesn't
30877  work in all cases)
30878 \end_layout
30879
30880 \begin_layout Description
30881 HTML\InsetSpace ~
30882 (MS\InsetSpace ~
30883 Word) HTML-format specialized so that the result can be imported
30884  to 
30885 \family sans
30886 MS Word
30887 \family default
30888 , as consequence of this formulas will be embedded as bitmap fonts and not
30889  in the format 
30890 \family sans
30891 MathML
30892 \family default
30893 .
30894 \end_layout
30895
30896 \begin_layout Description
30897
30898 \family sans
30899 LaT
30900 \begin_inset ERT
30901 status collapsed
30902
30903 \begin_layout Standard
30904
30905 {}
30906 \end_layout
30907
30908 \end_inset
30909
30910 eX\InsetSpace ~
30911 (pdflatex)
30912 \family default
30913  text file with the LaTeX source, additionally all images used in the document
30914  will be converted to a format that is readable for the 
30915 \family typewriter
30916 pdflatex
30917 \family default
30918  program (GIF, JPG, PDF, PNG)
30919 \end_layout
30920
30921 \begin_layout Description
30922
30923 \family sans
30924 LaT
30925 \begin_inset ERT
30926 status collapsed
30927
30928 \begin_layout Standard
30929
30930 {}
30931 \end_layout
30932
30933 \end_inset
30934
30935 eX\InsetSpace ~
30936 (plain)
30937 \family default
30938  text file with the LaTeX source code, additionally all images used in the
30939  document will be converted to the EPS-format, only this format is readable
30940  for the 
30941 \family typewriter
30942 latex
30943 \family default
30944  program
30945 \end_layout
30946
30947 \begin_layout Description
30948 LyX\InsetSpace ~
30949 1.y.x LyX-document in a format readable for the LyX versions 1.y.x (
30950 \begin_inset Quotes eld
30951 \end_inset
30952
30953 y
30954 \begin_inset Quotes erd
30955 \end_inset
30956
30957  is replaced by the version number)
30958 \end_layout
30959
30960 \begin_layout Description
30961 OpenDocument OpenDocument-formatted text file, to be opened with 
30962 \family sans
30963 OpenOffice
30964 \family default
30965
30966 \family sans
30967 KOffice
30968 \family default
30969
30970 \family sans
30971 Abiword
30972 \family default
30973 , etc.
30974  (the OpenDocument-converter is a third-party product and doesn't work in
30975  all cases)
30976 \end_layout
30977
30978 \begin_layout Description
30979
30980 \family sans
30981 PDF
30982 \family default
30983  PDF-format using the program 
30984 \family typewriter
30985 ps2pdf
30986 \end_layout
30987
30988 \begin_layout Description
30989
30990 \family sans
30991 PDF\InsetSpace ~
30992 (dvipdfm)
30993 \family default
30994  PDF-format using the program 
30995 \family typewriter
30996 dvipdfm
30997 \end_layout
30998
30999 \begin_layout Description
31000
31001 \family sans
31002 PDF\InsetSpace ~
31003 (pdflatex)
31004 \family default
31005  PDF-format using the program 
31006 \family typewriter
31007 pdflatex
31008 \end_layout
31009
31010 \begin_layout Description
31011
31012 \family sans
31013 Plain\InsetSpace ~
31014 text
31015 \family default
31016  text format
31017 \end_layout
31018
31019 \begin_layout Description
31020
31021 \family sans
31022 Plain\InsetSpace ~
31023 text\InsetSpace ~
31024 (ps2ascii)
31025 \family default
31026  text format, the document will first be converted to Postscript format
31027  and then exported as text using the program 
31028 \family sans
31029 ps2ascii
31030 \end_layout
31031
31032 \begin_layout Description
31033
31034 \family sans
31035 Postscript
31036 \family default
31037  PostScript format using the program 
31038 \family typewriter
31039 dvips
31040 \end_layout
31041
31042 \begin_layout Description
31043
31044 \family sans
31045 Custom
31046 \family default
31047  custom format
31048 \end_layout
31049
31050 \begin_layout Standard
31051 The program 
31052 \family typewriter
31053 dvipdfm
31054 \family default
31055  produces internally a dvi-file which is then converted to a pdf-file.
31056  It is a bit out of date and therefore the output could look different from
31057  what you want.
31058  
31059 \family typewriter
31060 pdflatex
31061 \family default
31062  produces directly pdf-files and supports the latest pdf-file formats.
31063 \end_layout
31064
31065 \begin_layout Standard
31066 If one of the menu entries 
31067 \family sans
31068 DVI
31069 \family default
31070
31071 \family sans
31072 PDF\InsetSpace ~
31073 (pdflatex)
31074 \family default
31075  or 
31076 \family sans
31077 Postscript
31078 \family default
31079  is missing, you need to update your LaTeX installation.
31080  After updating you have to reconfigure LyX, see section\InsetSpace ~
31081
31082 \begin_inset LatexCommand ref
31083 reference "sec:Basic-LyX-Setup"
31084
31085 \end_inset
31086
31087 .
31088 \begin_inset LatexCommand index
31089 name "Reconfiguration of LyX"
31090
31091 \end_inset
31092
31093
31094 \end_layout
31095
31096 \begin_layout Standard
31097 The menu 
31098 \family sans
31099 Custom
31100 \family default
31101  allows you to export your file by using special command line options for
31102  the export program.
31103 \end_layout
31104
31105 \begin_layout Subsection
31106 Print
31107 \end_layout
31108
31109 \begin_layout Standard
31110 With this menu you can print your document to a file in PostScript format
31111  or send it to a printer.
31112  The printer will also use the document in PostScript format.
31113  The conversion to PostScript is done in the background by LyX using the
31114  program 
31115 \family typewriter
31116 dvips
31117 \family default
31118 .
31119  For more informations have a look at section\InsetSpace ~
31120
31121 \begin_inset LatexCommand ref
31122 reference "sub:Printing-the-File"
31123
31124 \end_inset
31125
31126 .
31127 \end_layout
31128
31129 \begin_layout Subsection
31130 New and Close Window
31131 \end_layout
31132
31133 \begin_layout Standard
31134 Opens a new instance of LyX with all currently opened documents.
31135  You can close it later with the corresponding menu.
31136 \end_layout
31137
31138 \begin_layout Section
31139 The Edit Menu
31140 \begin_inset LatexCommand index
31141 name "Menu ! Edit"
31142
31143 \end_inset
31144
31145
31146 \end_layout
31147
31148 \begin_layout Subsection
31149 Undo and Redo
31150 \end_layout
31151
31152 \begin_layout Standard
31153 Described in section\InsetSpace ~
31154
31155 \begin_inset LatexCommand ref
31156 reference "sec:Undo-and-Redo"
31157
31158 \end_inset
31159
31160 .
31161 \end_layout
31162
31163 \begin_layout Subsection
31164 Cut, Copy, Paste, Paste Recent, Paste Special
31165 \end_layout
31166
31167 \begin_layout Standard
31168 Described in section\InsetSpace ~
31169
31170 \begin_inset LatexCommand ref
31171 reference "sec:Basic-Editing-Features"
31172
31173 \end_inset
31174
31175 .
31176 \end_layout
31177
31178 \begin_layout Subsection
31179 Select All
31180 \end_layout
31181
31182 \begin_layout Standard
31183 Selects the whole document.
31184 \end_layout
31185
31186 \begin_layout Subsection
31187 Find & Replace
31188 \end_layout
31189
31190 \begin_layout Standard
31191 Described in section\InsetSpace ~
31192
31193 \begin_inset LatexCommand ref
31194 reference "sec:Basic-Editing-Features"
31195
31196 \end_inset
31197
31198 .
31199 \end_layout
31200
31201 \begin_layout Subsection
31202 Move paragraph Up/Down
31203 \end_layout
31204
31205 \begin_layout Standard
31206 This shifts the paragraph where the cursor is currently in one paragraph
31207  up or down.
31208 \end_layout
31209
31210 \begin_layout Subsection
31211 Text Style
31212 \end_layout
31213
31214 \begin_layout Standard
31215 Described in section\InsetSpace ~
31216
31217 \begin_inset LatexCommand ref
31218 reference "sub:Fine-Tuning-with-the"
31219
31220 \end_inset
31221
31222 .
31223 \end_layout
31224
31225 \begin_layout Subsection
31226 Paragraph Settings
31227 \begin_inset LatexCommand index
31228 name "Paragraph ! Settings"
31229
31230 \end_inset
31231
31232
31233 \end_layout
31234
31235 \begin_layout Standard
31236 The settings in the paragraph dialog only affects the paragraph where the
31237  cursor is in.
31238  Here you can set here the paragraph alignment and line spacing.
31239 \end_layout
31240
31241 \begin_layout Standard
31242 You can also prevent that the first line of the paragraph is indented.
31243  This option works only when you have chosen to separate paragraphs with
31244  indents in the 
31245 \family sans
31246 Document\SpecialChar \menuseparator
31247 Settings
31248 \family default
31249  dialog under 
31250 \family sans
31251 Text\InsetSpace ~
31252 Layout
31253 \family default
31254 .
31255 \end_layout
31256
31257 \begin_layout Subsection
31258 Tabular and Math
31259 \end_layout
31260
31261 \begin_layout Standard
31262 These two menus are only active when the cursor is inside a table or a formula.
31263  The properties of this table/formula can now be changed.
31264  The properties of tables are described in section\InsetSpace ~
31265
31266 \begin_inset LatexCommand ref
31267 reference "sec:Tables"
31268
31269 \end_inset
31270
31271 , the properties of formulas in chapter\InsetSpace ~
31272
31273 \begin_inset LatexCommand ref
31274 reference "cha:Mathematical-Formulas"
31275
31276 \end_inset
31277
31278 .
31279 \end_layout
31280
31281 \begin_layout Subsection
31282 Increase / Decrease List Depth
31283 \end_layout
31284
31285 \begin_layout Standard
31286 These menus are only active when the cursor is in an environment that can
31287  be nested.
31288  They in/decrease the environment nesting level as explained in section\InsetSpace ~
31289
31290 \begin_inset LatexCommand ref
31291 reference "sec:Nesting"
31292
31293 \end_inset
31294
31295  and 
31296 \begin_inset LatexCommand ref
31297 reference "sub:Numbering-depth"
31298
31299 \end_inset
31300
31301 .
31302 \end_layout
31303
31304 \begin_layout Section
31305 The View Menu
31306 \begin_inset LatexCommand index
31307 name "Menu ! View"
31308
31309 \end_inset
31310
31311
31312 \end_layout
31313
31314 \begin_layout Standard
31315 The 
31316 \family sans
31317 View
31318 \family default
31319  menu contains a list of available formats in which you can view the actual
31320  document with an external program.
31321  The menu entries for the viewing formats are not the same on all installations
31322  - it depends on the LaTeX programs that are found while LyX was configured.
31323  All possible formats are formats listed in section\InsetSpace ~
31324
31325 \begin_inset LatexCommand ref
31326 reference "sub:Export"
31327
31328 \end_inset
31329
31330 .
31331  You should at least see the menu entries 
31332 \family sans
31333 DVI
31334 \family default
31335  and 
31336 \family sans
31337 PDF\InsetSpace ~
31338 (pdflatex)
31339 \family default
31340 .
31341  If one of the two is missing, you need to update your LaTeX installation.
31342  After updating you have to reconfigure LyX, see section\InsetSpace ~
31343
31344 \begin_inset LatexCommand ref
31345 reference "sec:Basic-LyX-Setup"
31346
31347 \end_inset
31348
31349 .
31350 \begin_inset LatexCommand index
31351 name "Reconfiguration of LyX"
31352
31353 \end_inset
31354
31355
31356 \end_layout
31357
31358 \begin_layout Standard
31359 Invoking a menu will start a viewer program.
31360  The viewer can be set or changed in the preferences, see section\InsetSpace ~
31361
31362 \begin_inset LatexCommand ref
31363 reference "sec:File-Formats"
31364
31365 \end_inset
31366
31367 .
31368  The default viewers are set by LyX while it is first configured.
31369 \end_layout
31370
31371 \begin_layout Standard
31372 \begin_inset VSpace bigskip
31373 \end_inset
31374
31375 At the bottom of the 
31376 \family sans
31377 View
31378 \family default
31379  menu the opened documents are listed.
31380 \end_layout
31381
31382 \begin_layout Subsection
31383 View Source
31384 \end_layout
31385
31386 \begin_layout Standard
31387 Opens a window showing the source code of the actual document, as described
31388  in section\InsetSpace ~
31389
31390 \begin_inset LatexCommand ref
31391 reference "sec:Previewing-snippets-of"
31392
31393 \end_inset
31394
31395 .
31396 \end_layout
31397
31398 \begin_layout Subsection
31399 Update
31400 \end_layout
31401
31402 \begin_layout Standard
31403 This menu allows you to update the view with your latest changes without
31404  opening a new view window.
31405 \end_layout
31406
31407 \begin_layout Subsection
31408 Toolbars
31409 \begin_inset LatexCommand label
31410 name "sub:Toolbars"
31411
31412 \end_inset
31413
31414
31415 \begin_inset LatexCommand index
31416 name "Toolbar"
31417
31418 \end_inset
31419
31420
31421 \end_layout
31422
31423 \begin_layout Standard
31424 In this menu you can set the appearance of the different toolbars.
31425  All toolbars and the 
31426 \family sans
31427 Command\InsetSpace ~
31428 Buffer
31429 \family default
31430  can be turned on and off.
31431  The 
31432 \emph on
31433 on
31434 \emph default
31435  state is denoted in the menu with a checkmark.
31436  The 
31437 \family sans
31438 Review
31439 \family default
31440
31441 \family sans
31442 Table
31443 \family default
31444
31445 \family sans
31446 Math\InsetSpace ~
31447 Panels
31448 \family default
31449 , and 
31450 \family sans
31451 Math
31452 \family default
31453  toolbars can be additionally set to the state 
31454 \emph on
31455 automatic
31456 \emph default
31457  that is denoted in the menu with the suffix 
31458 \family sans
31459 (auto)
31460 \family default
31461 .
31462 \end_layout
31463
31464 \begin_layout Standard
31465 In the 
31466 \emph on
31467 on
31468 \emph default
31469  state the toolbar is permanently shown, in the 
31470 \emph on
31471 automatic
31472 \emph default
31473  state the toolbar is only shown when the cursor is in a certain environment
31474  or when a certain feature is enabled.
31475  That means that the review toolbar will only be shown when change tracking
31476  is activated, the math and table toolbars are only shown when the cursor
31477  is inside a formula or table, respectively.
31478 \end_layout
31479
31480 \begin_layout Standard
31481 LyX's toolbars and its buttons are explained in section\InsetSpace ~
31482
31483 \begin_inset LatexCommand ref
31484 reference "sec:Toolbars"
31485
31486 \end_inset
31487
31488 .
31489 \end_layout
31490
31491 \begin_layout Section
31492 The Insert Menu
31493 \begin_inset LatexCommand index
31494 name "Menu ! Insert"
31495
31496 \end_inset
31497
31498
31499 \end_layout
31500
31501 \begin_layout Subsection
31502 Math
31503 \end_layout
31504
31505 \begin_layout Standard
31506 Inserts math constructs that are explained in chapter\InsetSpace ~
31507
31508 \begin_inset LatexCommand ref
31509 reference "cha:Mathematical-Formulas"
31510
31511 \end_inset
31512
31513 .
31514 \end_layout
31515
31516 \begin_layout Subsection
31517 Special Character
31518 \begin_inset LatexCommand label
31519 name "sub:Special-Character"
31520
31521 \end_inset
31522
31523
31524 \end_layout
31525
31526 \begin_layout Standard
31527 Here you can insert the following characters:
31528 \end_layout
31529
31530 \begin_layout Description
31531 Ellipsis Inserts an ellipsis: \SpecialChar \ldots{}
31532
31533 \end_layout
31534
31535 \begin_layout Description
31536 End\InsetSpace ~
31537 of\InsetSpace ~
31538 Sentence Inserts an end of sentence dot as described in section\InsetSpace ~
31539
31540 \begin_inset LatexCommand ref
31541 reference "sub:Abbreviations"
31542
31543 \end_inset
31544
31545 .
31546 \end_layout
31547
31548 \begin_layout Description
31549 Ordinary\InsetSpace ~
31550 Quote Inserts this quote: 
31551 \begin_inset Quotes erd
31552 \end_inset
31553
31554 , no matter what quote type you selected in the 
31555 \family sans
31556 Document\SpecialChar \menuseparator
31557 Settings
31558 \family default
31559  dialog under 
31560 \family sans
31561 Language
31562 \family default
31563 .
31564 \end_layout
31565
31566 \begin_layout Description
31567 Single\InsetSpace ~
31568 Quote Inserts this quote: 
31569 \begin_inset Quotes els
31570 \end_inset
31571
31572
31573 \end_layout
31574
31575 \begin_layout Description
31576 Menu\InsetSpace ~
31577 Separator Inserts the menu separator sign: \SpecialChar \menuseparator
31578
31579 \end_layout
31580
31581 \begin_layout Description
31582 Phonetic\InsetSpace ~
31583 Symbols
31584 \begin_inset LatexCommand index
31585 name "Phonetic symbols"
31586
31587 \end_inset
31588
31589
31590 \begin_inset LatexCommand index
31591 name "Language ! Phonetic symbols"
31592
31593 \end_inset
31594
31595  Creates a formula with a so called tipa inset.
31596  Here you can insert commands to create IPA phonetic symbols.
31597  For this feature you must have the LaTeX-package 
31598 \series bold
31599 tipa
31600 \series default
31601
31602 \begin_inset LatexCommand index
31603 name "LaTeX-packages ! tipa"
31604
31605 \end_inset
31606
31607  installed.
31608 \newline
31609 For more informations about this feature we refer to the documentation
31610  of 
31611 \series bold
31612 tipa, 
31613 \begin_inset LatexCommand cite
31614 key "tipa"
31615
31616 \end_inset
31617
31618
31619 \series default
31620  and this Wiki-page:
31621 \newline
31622
31623 \begin_inset LatexCommand url
31624 target "http://wiki.lyx.org/LyX/LinguistLyX"
31625
31626 \end_inset
31627
31628 .
31629 \end_layout
31630
31631 \begin_layout Subsection
31632 Formatting
31633 \end_layout
31634
31635 \begin_layout Standard
31636 Here you can insert the following format constructs:
31637 \end_layout
31638
31639 \begin_layout Description
31640 Superscript Inserts an superscript: test
31641 \begin_inset Formula $^{\text{a,b}}$
31642 \end_inset
31643
31644
31645 \end_layout
31646
31647 \begin_layout Description
31648 Subscript Inserts an subscript: test
31649 \begin_inset Formula $_{\text{3x}}$
31650 \end_inset
31651
31652
31653 \end_layout
31654
31655 \begin_layout Description
31656 Protected\InsetSpace ~
31657 Space Inserts a protected space that is described in section\InsetSpace ~
31658
31659 \begin_inset LatexCommand ref
31660 reference "sub:Protected-Space"
31661
31662 \end_inset
31663
31664 .
31665 \end_layout
31666
31667 \begin_layout Description
31668 Inter-word\InsetSpace ~
31669 Space Inserts an inter-word space that is described in section\InsetSpace ~
31670
31671 \begin_inset LatexCommand ref
31672 reference "sub:Inter-word-Space"
31673
31674 \end_inset
31675
31676 .
31677 \end_layout
31678
31679 \begin_layout Description
31680 Thin\InsetSpace ~
31681 Space Inserts a thin space that is described in section\InsetSpace ~
31682
31683 \begin_inset LatexCommand ref
31684 reference "sub:Thin-Space"
31685
31686 \end_inset
31687
31688 .
31689 \end_layout
31690
31691 \begin_layout Description
31692 Horizontal\InsetSpace ~
31693 Fill Inserts an horizontal fill, see section\InsetSpace ~
31694
31695 \begin_inset LatexCommand ref
31696 reference "sub:Horizontal-Space"
31697
31698 \end_inset
31699
31700  for a description.
31701 \end_layout
31702
31703 \begin_layout Description
31704 Horizontal\InsetSpace ~
31705 Line Inserts an horizontal line, see section\InsetSpace ~
31706
31707 \begin_inset LatexCommand ref
31708 reference "sub:Horizontal-Lines"
31709
31710 \end_inset
31711
31712  for a description.
31713 \end_layout
31714
31715 \begin_layout Description
31716 Vertical\InsetSpace ~
31717 Space Inserts vertical space, see section\InsetSpace ~
31718
31719 \begin_inset LatexCommand ref
31720 reference "sub:Vertical-Space"
31721
31722 \end_inset
31723
31724  for a description.
31725 \end_layout
31726
31727 \begin_layout Description
31728 Hyphenation\InsetSpace ~
31729 Point Inserts an hyphenation point, see section\InsetSpace ~
31730
31731 \begin_inset LatexCommand ref
31732 reference "sub:Hyphenation"
31733
31734 \end_inset
31735
31736
31737 \end_layout
31738
31739 \begin_layout Description
31740 Ligature\InsetSpace ~
31741 Break Inserts a ligature break, see section\InsetSpace ~
31742
31743 \begin_inset LatexCommand ref
31744 reference "sub:Ligatures"
31745
31746 \end_inset
31747
31748
31749 \end_layout
31750
31751 \begin_layout Description
31752 Line\InsetSpace ~
31753 Break Inserts a forced linebreak, see section\InsetSpace ~
31754
31755 \begin_inset LatexCommand ref
31756 reference "sub:Forced-Linebreaks"
31757
31758 \end_inset
31759
31760
31761 \end_layout
31762
31763 \begin_layout Description
31764 Page\InsetSpace ~
31765 Break Inserts a forced pagebreak, described in section\InsetSpace ~
31766
31767 \begin_inset LatexCommand ref
31768 reference "sub:Forced-Pagebreaks"
31769
31770 \end_inset
31771
31772
31773 \end_layout
31774
31775 \begin_layout Description
31776 Clear\InsetSpace ~
31777 Page Inserts a clear pagebreak, described in section\InsetSpace ~
31778
31779 \begin_inset LatexCommand ref
31780 reference "sub:Clear-Pages"
31781
31782 \end_inset
31783
31784
31785 \end_layout
31786
31787 \begin_layout Description
31788 Clear\InsetSpace ~
31789 Double\InsetSpace ~
31790 Page Inserts a clear doublepage break, described in section\InsetSpace ~
31791
31792 \begin_inset LatexCommand ref
31793 reference "sub:Clear-Pages"
31794
31795 \end_inset
31796
31797
31798 \end_layout
31799
31800 \begin_layout Subsection
31801 List / TOC
31802 \end_layout
31803
31804 \begin_layout Standard
31805 Various lists can be inserted with this menu.
31806  The table of contents, the algorithm, figures, and tables list are described
31807  in section\InsetSpace ~
31808
31809 \begin_inset LatexCommand ref
31810 reference "sec:toc"
31811
31812 \end_inset
31813
31814 .
31815  The index list is described in section\InsetSpace ~
31816
31817 \begin_inset LatexCommand ref
31818 reference "sec:Index"
31819
31820 \end_inset
31821
31822 , the nomenclature in section\InsetSpace ~
31823
31824 \begin_inset LatexCommand ref
31825 reference "sec:Nomenclature"
31826
31827 \end_inset
31828
31829 , and the BibTeX bibliography in section\InsetSpace ~
31830
31831 \begin_inset LatexCommand ref
31832 reference "sub:Bibliography-databases"
31833
31834 \end_inset
31835
31836 .
31837 \end_layout
31838
31839 \begin_layout Subsection
31840 Float
31841 \end_layout
31842
31843 \begin_layout Standard
31844 To insert floats, described in section\InsetSpace ~
31845
31846 \begin_inset LatexCommand ref
31847 reference "sec:Floats"
31848
31849 \end_inset
31850
31851 .
31852 \end_layout
31853
31854 \begin_layout Subsection
31855 Note
31856 \end_layout
31857
31858 \begin_layout Standard
31859 To insert notes, described in section\InsetSpace ~
31860
31861 \begin_inset LatexCommand ref
31862 reference "sec:Notes"
31863
31864 \end_inset
31865
31866 .
31867 \end_layout
31868
31869 \begin_layout Subsection
31870 Branch
31871 \end_layout
31872
31873 \begin_layout Standard
31874 Inserts branch insets as described in section\InsetSpace ~
31875
31876 \begin_inset LatexCommand ref
31877 reference "sec:Branches"
31878
31879 \end_inset
31880
31881 .
31882 \end_layout
31883
31884 \begin_layout Subsection
31885 File
31886 \begin_inset LatexCommand index
31887 name "External Material"
31888
31889 \end_inset
31890
31891
31892 \end_layout
31893
31894 \begin_layout Standard
31895 Here you can inserts files to include them or its content to your document.
31896  How this can be done is in detail explained in chapter 
31897 \emph on
31898 External Stuff
31899 \emph default
31900  of the 
31901 \emph on
31902 Embedded Objects
31903 \emph default
31904  manual.
31905 \end_layout
31906
31907 \begin_layout Subsection
31908 Box
31909 \begin_inset LatexCommand index
31910 name "Boxes"
31911
31912 \end_inset
31913
31914
31915 \end_layout
31916
31917 \begin_layout Standard
31918 Inserts a minipage box that is described section\InsetSpace ~
31919
31920 \begin_inset LatexCommand ref
31921 reference "sec:Minipages"
31922
31923 \end_inset
31924
31925 .
31926  All box types supported by LyX are explained in detail in chapter 
31927 \emph on
31928 Boxes
31929 \emph default
31930  of the 
31931 \emph on
31932 Embedded Objects
31933 \emph default
31934  manual.
31935 \end_layout
31936
31937 \begin_layout Subsection
31938 Citation
31939 \end_layout
31940
31941 \begin_layout Standard
31942 Inserts a citation as described in section\InsetSpace ~
31943
31944 \begin_inset LatexCommand ref
31945 reference "sec:Bibliography"
31946
31947 \end_inset
31948
31949 .
31950 \end_layout
31951
31952 \begin_layout Subsection
31953 Cross-Reference
31954 \end_layout
31955
31956 \begin_layout Standard
31957 Inserts a cross-reference as described in section\InsetSpace ~
31958
31959 \begin_inset LatexCommand ref
31960 reference "sec:Cross-References"
31961
31962 \end_inset
31963
31964 .
31965 \end_layout
31966
31967 \begin_layout Subsection
31968 Label
31969 \end_layout
31970
31971 \begin_layout Standard
31972 Inserts a label as described in section\InsetSpace ~
31973
31974 \begin_inset LatexCommand ref
31975 reference "sec:Cross-References"
31976
31977 \end_inset
31978
31979 .
31980 \end_layout
31981
31982 \begin_layout Subsection
31983 Caption
31984 \begin_inset LatexCommand index
31985 name "Captions"
31986
31987 \end_inset
31988
31989
31990 \begin_inset LatexCommand index
31991 name "Longtables ! Caption"
31992
31993 \end_inset
31994
31995
31996 \end_layout
31997
31998 \begin_layout Standard
31999 Inserts a caption to floats or longtables.
32000  Floats are described in section\InsetSpace ~
32001
32002 \begin_inset LatexCommand ref
32003 reference "sec:Floats"
32004
32005 \end_inset
32006
32007 , cations in longtables are described in section 
32008 \emph on
32009 Longtable Captions
32010 \emph default
32011  of the 
32012 \emph on
32013 Embedded Objects
32014 \emph default
32015  manual.
32016 \end_layout
32017
32018 \begin_layout Subsection
32019 Index Entry
32020 \end_layout
32021
32022 \begin_layout Standard
32023 Inserts an index entry as described in section\InsetSpace ~
32024
32025 \begin_inset LatexCommand ref
32026 reference "sec:Index"
32027
32028 \end_inset
32029
32030 .
32031 \end_layout
32032
32033 \begin_layout Subsection
32034 Nomenclature Entry
32035 \end_layout
32036
32037 \begin_layout Standard
32038 Inserts a nomenclature entry as described in section\InsetSpace ~
32039
32040 \begin_inset LatexCommand ref
32041 reference "sec:Nomenclature"
32042
32043 \end_inset
32044
32045 .
32046 \end_layout
32047
32048 \begin_layout Subsection
32049 Table
32050 \end_layout
32051
32052 \begin_layout Standard
32053 Inserts a table.
32054  Tables are described in section\InsetSpace ~
32055
32056 \begin_inset LatexCommand ref
32057 reference "sec:Tables"
32058
32059 \end_inset
32060
32061 .
32062 \end_layout
32063
32064 \begin_layout Subsection
32065 Graphics
32066 \end_layout
32067
32068 \begin_layout Standard
32069 Inserts a graphic.
32070  Graphics are described in section\InsetSpace ~
32071
32072 \begin_inset LatexCommand ref
32073 reference "sec:Graphics"
32074
32075 \end_inset
32076
32077 .
32078 \end_layout
32079
32080 \begin_layout Subsection
32081 URL
32082 \end_layout
32083
32084 \begin_layout Standard
32085 Inserts an URL box as described in section\InsetSpace ~
32086
32087 \begin_inset LatexCommand ref
32088 reference "sec:URL"
32089
32090 \end_inset
32091
32092 .
32093 \end_layout
32094
32095 \begin_layout Subsection
32096 Footnote
32097 \end_layout
32098
32099 \begin_layout Standard
32100 Inserts a footnote, see section\InsetSpace ~
32101
32102 \begin_inset LatexCommand ref
32103 reference "sec:Footnotes"
32104
32105 \end_inset
32106
32107 .
32108 \end_layout
32109
32110 \begin_layout Subsection
32111 Marginal Note
32112 \end_layout
32113
32114 \begin_layout Standard
32115 Inserts a marginal note, see section\InsetSpace ~
32116
32117 \begin_inset LatexCommand ref
32118 reference "sec:Marginal-Notes"
32119
32120 \end_inset
32121
32122 .
32123 \end_layout
32124
32125 \begin_layout Subsection
32126 Short Title
32127 \end_layout
32128
32129 \begin_layout Standard
32130 Inserts a short title, see section\InsetSpace ~
32131
32132 \begin_inset LatexCommand ref
32133 reference "sec:Short-Titles"
32134
32135 \end_inset
32136
32137 .
32138 \end_layout
32139
32140 \begin_layout Subsection
32141 TeX Code
32142 \end_layout
32143
32144 \begin_layout Standard
32145 Inserts an ERT box, see section\InsetSpace ~
32146
32147 \begin_inset LatexCommand ref
32148 reference "sub:ERT-Boxes"
32149
32150 \end_inset
32151
32152  for a description.
32153 \end_layout
32154
32155 \begin_layout Subsection
32156 Program Listing
32157 \begin_inset LatexCommand index
32158 name "Program listings"
32159
32160 \end_inset
32161
32162
32163 \end_layout
32164
32165 \begin_layout Standard
32166 Inserts a program listings box.
32167  Program listings are explained in chapter 
32168 \emph on
32169 Program Code Listings
32170 \emph default
32171  of the 
32172 \emph on
32173 Embedded Objects
32174 \emph default
32175  manual.
32176 \end_layout
32177
32178 \begin_layout Subsection
32179 Date
32180 \end_layout
32181
32182 \begin_layout Standard
32183 Inserts the actual date.
32184  The format dependends on the date format of the language that is used for
32185  LyX's menus.
32186  LyX offers another ways to insert a date which is explained in section
32187  
32188 \emph on
32189 External Material
32190 \emph default
32191  of the 
32192 \emph on
32193 Embedded Objects
32194 \emph default
32195  manual.
32196  There the different methods are also compared.
32197 \end_layout
32198
32199 \begin_layout Section
32200 The Navigate Menu
32201 \begin_inset LatexCommand index
32202 name "Menu ! Navigate"
32203
32204 \end_inset
32205
32206
32207 \end_layout
32208
32209 \begin_layout Standard
32210 This menu lists the existing, chapter, sections, figures, and tables of
32211  the current document.
32212  This allows you to navigate easily through you document.
32213 \end_layout
32214
32215 \begin_layout Standard
32216 The Navigate menu also offers to 
32217 \end_layout
32218
32219 \begin_layout Subsection
32220 Bookmarks
32221 \end_layout
32222
32223 \begin_layout Standard
32224 With this menu you are able to define your own bookmarks.
32225  This is useful when you are working on a large documents and often have
32226  to jump e.g.
32227  between section\InsetSpace ~
32228 2.5 and 6.3.
32229  To create bookmarks for this example, go to section\InsetSpace ~
32230 2.5 and use the menu
32231  
32232 \family sans
32233 Save\InsetSpace ~
32234 Bookmark\InsetSpace ~
32235 1
32236 \family default
32237 .
32238  Then go to section\InsetSpace ~
32239 6.3 and use 
32240 \family sans
32241 Save\InsetSpace ~
32242 Bookmark\InsetSpace ~
32243
32244 \family default
32245 2.
32246  Now you can easily jump between these sections by using the menu or by
32247  the key bindings 
32248 \family sans
32249 C-1
32250 \family default
32251  and 
32252 \family sans
32253 C-2
32254 \family default
32255 .
32256 \end_layout
32257
32258 \begin_layout Standard
32259 You can also use bookmarks to jump between several opened documents.
32260  The saved bookmarks are valid till the document is closed.
32261 \end_layout
32262
32263 \begin_layout Subsection
32264 Next Note, Change, Cross-reference
32265 \end_layout
32266
32267 \begin_layout Standard
32268 Jump to the next note, change, or cross-reference following the current
32269  cursor position.
32270 \end_layout
32271
32272 \begin_layout Subsection
32273 Go to Label
32274 \end_layout
32275
32276 \begin_layout Standard
32277 Only active when the cursor is in front of a cross-reference.
32278  Sets the cursor before the referenced label, the same as if you right-click
32279  on a cross-reference box.
32280 \end_layout
32281
32282 \begin_layout Section
32283 The Document Menu
32284 \begin_inset LatexCommand index
32285 name "Menu ! Document"
32286
32287 \end_inset
32288
32289
32290 \end_layout
32291
32292 \begin_layout Subsection
32293 Change Tracking
32294 \end_layout
32295
32296 \begin_layout Standard
32297 Change Tracking is described in section\InsetSpace ~
32298
32299 \begin_inset LatexCommand ref
32300 reference "sec:Change-Tracking"
32301
32302 \end_inset
32303
32304 .
32305 \end_layout
32306
32307 \begin_layout Subsection
32308 LaT
32309 \begin_inset ERT
32310 status collapsed
32311
32312 \begin_layout Standard
32313
32314 {}
32315 \end_layout
32316
32317 \end_inset
32318
32319 eX Log
32320 \end_layout
32321
32322 \begin_layout Standard
32323 After running LaTeX by viewing or exporting a document, this menu will be
32324  enabled.
32325  It shows the logfile of the used LaTeX-program.
32326 \end_layout
32327
32328 \begin_layout Standard
32329 Here you can see how LaTeX works in the background.
32330  
32331 \emph on
32332 Experts
32333 \emph default
32334  will find in it reasons for LaTeX-errors.
32335 \end_layout
32336
32337 \begin_layout Subsection
32338 Outline
32339 \end_layout
32340
32341 \begin_layout Standard
32342 Opens the TOC/Outline window as described in section\InsetSpace ~
32343
32344 \begin_inset LatexCommand ref
32345 reference "sub:Table-of-Contents"
32346
32347 \end_inset
32348
32349 .
32350 \end_layout
32351
32352 \begin_layout Subsection
32353 Start Appendix Here
32354 \end_layout
32355
32356 \begin_layout Standard
32357 This menu will start the appendix of the document at the current cursor
32358  position as described in section\InsetSpace ~
32359
32360 \begin_inset LatexCommand ref
32361 reference "sec:Appendices"
32362
32363 \end_inset
32364
32365 .
32366 \end_layout
32367
32368 \begin_layout Subsection
32369 Compressed
32370 \end_layout
32371
32372 \begin_layout Standard
32373 Un/compresses the actual document.
32374 \end_layout
32375
32376 \begin_layout Subsection
32377 Settings
32378 \begin_inset LatexCommand label
32379 name "sub:Settings"
32380
32381 \end_inset
32382
32383
32384 \begin_inset LatexCommand index
32385 name "Document ! Settings"
32386
32387 \end_inset
32388
32389
32390 \end_layout
32391
32392 \begin_layout Standard
32393 This menu dialog contains some submenus to set properties for the whole
32394  document.
32395  You can save your document settings as default with the 
32396 \family sans
32397 Save as Document Defaults
32398 \family default
32399  button in the dialog.
32400  This will create a template named 
32401 \family typewriter
32402 default.lyx
32403 \family default
32404  which is automatically loaded by LyX when you create a new document without
32405  using a template.
32406 \end_layout
32407
32408 \begin_layout Standard
32409 The different submenus of the dialog are explained in the following:
32410 \end_layout
32411
32412 \begin_layout Subsubsection*
32413 Document Class
32414 \end_layout
32415
32416 \begin_layout Standard
32417 Here you set the document class, class options, and a Postscript driver.
32418  Document classes are described in section\InsetSpace ~
32419
32420 \begin_inset LatexCommand ref
32421 reference "sec:Document-Classes"
32422
32423 \end_inset
32424
32425 .
32426  The Postscript driver is used for LaTeX's color and graphics packages.
32427  When using 
32428 \family sans
32429 Default
32430 \family default
32431 , the default driver for the LaTeX-packages are used.
32432  It is recommended to use the default unless your know what you are doing.
32433 \end_layout
32434
32435 \begin_layout Subsubsection*
32436 Fonts
32437 \end_layout
32438
32439 \begin_layout Standard
32440 The document font settings are described in section\InsetSpace ~
32441
32442 \begin_inset LatexCommand ref
32443 reference "sec:Fonts-and-Text"
32444
32445 \end_inset
32446
32447 .
32448 \end_layout
32449
32450 \begin_layout Subsubsection*
32451 Text Layout
32452 \end_layout
32453
32454 \begin_layout Standard
32455 You can specify if paragraphs should be separated by indentations or vertical
32456  skips.
32457  The line spacing and the number of text columns can here also be specified.
32458  
32459 \end_layout
32460
32461 \begin_layout Standard
32462 Note that LyX won't show two columns or the set up line spacing on screen.
32463  That's impractical, often unreadable, and not part of the WYSIWYM concept.
32464  However, it will be as you specified it in the output.
32465 \end_layout
32466
32467 \begin_layout Standard
32468 The listings settings are explained in the corresponding section in the
32469  
32470 \emph on
32471 Embedded Objects
32472 \emph default
32473  manual.
32474 \end_layout
32475
32476 \begin_layout Subsubsection*
32477 Page Layout
32478 \end_layout
32479
32480 \begin_layout Standard
32481 A description of this menu is given in section\InsetSpace ~
32482
32483 \begin_inset LatexCommand ref
32484 reference "sub:Paper-Size,-Orientation,"
32485
32486 \end_inset
32487
32488  and 
32489 \begin_inset LatexCommand ref
32490 reference "sub:Document-Layout"
32491
32492 \end_inset
32493
32494 .
32495 \end_layout
32496
32497 \begin_layout Subsubsection*
32498 Page Margins
32499 \end_layout
32500
32501 \begin_layout Standard
32502 Here you can adjust the paper margins, see section\InsetSpace ~
32503
32504 \begin_inset LatexCommand ref
32505 reference "sub:Margins"
32506
32507 \end_inset
32508
32509 .
32510 \end_layout
32511
32512 \begin_layout Subsubsection*
32513 Language
32514 \begin_inset LatexCommand index
32515 name "Language ! Encoding"
32516
32517 \end_inset
32518
32519
32520 \end_layout
32521
32522 \begin_layout Standard
32523 The document language and quote styles are set here.
32524  The encoding specifies how the document content is exported to LaTeX (the
32525  LyX file is always encoded in utf8).
32526  All characters that cannot be encoded using the specified encoding will
32527  be exported as LaTeX-commands (this can fail if a LaTeX-command is not
32528  known for a particular character).
32529 \begin_inset Foot
32530 status collapsed
32531
32532 \begin_layout Standard
32533 The known commands are defined in a text file.
32534  You can add commands for unknown symbols to that file yourself, see the
32535  
32536 \emph on
32537 Customization
32538 \emph default
32539  manual for details.
32540 \end_layout
32541
32542 \end_inset
32543
32544
32545 \end_layout
32546
32547 \begin_layout Standard
32548 If you use the option 
32549 \family sans
32550 use language's default encoding
32551 \family default
32552 , LyX determines the encoding of a portion of text from the language of
32553  this text.
32554  If the document contains text in more than one language you may get more
32555  than one encoding in the LaTeX file.
32556  If you do not use this option then the complete document will always use
32557  exactly one encoding.
32558  Checking this option is the preferred setting unless you use 
32559 \family sans
32560 XeTeX
32561 \family default
32562
32563 \begin_inset Foot
32564 status collapsed
32565
32566 \begin_layout Standard
32567 XeTeX is a TeX typesetting engine, an alternative for LaTeX.
32568  It natively supports Unicode while its input file is assumed to be in UTF-8
32569  encoding.
32570  More about using LyX with XeTeX can be found in 
32571 \begin_inset LatexCommand cite
32572 key "XeTeX"
32573
32574 \end_inset
32575
32576 .
32577 \end_layout
32578
32579 \end_inset
32580
32581  (see below).
32582 \end_layout
32583
32584 \begin_layout Standard
32585 LyX also supports Unicode output, which is particularly useful if you need
32586  lots of special symbols or non-alphabetic scripts, respectively.
32587  If you want to use this (and your LaTeX installation supports Unicode,
32588  for that matter), choose one of the four utf8 variants from the list below.
32589  Unfortunately the unicode support of standard LaTeX is quite incomplete,
32590  so it is not uncommon that a file with lots of unicode symbols works fine
32591  with 
32592 \family sans
32593 use language's default encoding
32594 \family default
32595  (when LyX uses it's list of known LaTeX-commands), but does not work with
32596  a fixed utf8 encoding (when the list of known LaTeX-commands is ot used,
32597  because all unicode symbols can be encoded in utf8).
32598 \end_layout
32599
32600 \begin_layout Standard
32601 Here is a list with the important encodings:
32602 \end_layout
32603
32604 \begin_layout Description
32605 LaTeX\InsetSpace ~
32606 default Same as 
32607 \family sans
32608 use language's default encoding
32609 \family default
32610 , but the LaTeX-package 
32611 \series bold
32612 inputenc
32613 \series default
32614
32615 \begin_inset LatexCommand index
32616 name "LaTeX-packages ! inputenc"
32617
32618 \end_inset
32619
32620  is not used.
32621  You probably need to load some other packages manually in the preamble.
32622 \end_layout
32623
32624 \begin_layout Description
32625 armscii8 encoding for Armenian
32626 \end_layout
32627
32628 \begin_layout Description
32629 ascii the ASCII encoding, covers only plain English, may result in a big
32630  file because lots of LaTeX-commands may be needed
32631 \end_layout
32632
32633 \begin_layout Description
32634 cp1250 MS Windows code page for latin2
32635 \end_layout
32636
32637 \begin_layout Description
32638 cp1251 MS Windows code page for Cyrillic
32639 \end_layout
32640
32641 \begin_layout Description
32642 cp1252 MS Windows code page for latin1
32643 \end_layout
32644
32645 \begin_layout Description
32646 cp1255 MS Windows code page for Hebrew, superset of the ISO-8859-8 encoding
32647 \end_layout
32648
32649 \begin_layout Description
32650 cp1256 MS Windows code page for Arabic and Farsi
32651 \end_layout
32652
32653 \begin_layout Description
32654 cp1257 MS Windows code page for Estonian, Latvian, and Lithuanian, the ISO-8859-
32655 13 encoding that is a superset of the ISO-8859-4 encoding
32656 \end_layout
32657
32658 \begin_layout Description
32659 iso88595 the ISO-8859-5 encoding, covers Belorussian, Bulgarian, Macedonian,
32660  Serbian, and Ukrainian
32661 \end_layout
32662
32663 \begin_layout Description
32664 iso-8859-7 the ISO-8859-7 encoding, covers Greek
32665 \end_layout
32666
32667 \begin_layout Description
32668 8859-8 the ISO-8859-8 encoding, covers Hebrew
32669 \end_layout
32670
32671 \begin_layout Description
32672 koi8-r standard Cyrillic especially for Russian
32673 \end_layout
32674
32675 \begin_layout Description
32676 koi8-u Cyrillic for Ukrainian
32677 \end_layout
32678
32679 \begin_layout Description
32680 latin1 the ISO-8859-1 encoding, covers the languages Albanian, Catalan,
32681  Danish, Dutch, English, Faroese, Finnish, French, Galician, German, Icelandic,
32682  Irish, Italian, Norwegian, Portuguese, Spanish, and Swedish; should be
32683  replaced by latin9
32684 \end_layout
32685
32686 \begin_layout Description
32687 latin2 the ISO-8859-2 encoding, covers Albanian, Croatian, Czech, German,
32688  Hungarian, Polish, Romanian, Slovak, and Slovenian
32689 \end_layout
32690
32691 \begin_layout Description
32692 latin3 the ISO-8859-3 encoding, covers Esperanto, Galician, Maltese, and
32693  Turkish
32694 \end_layout
32695
32696 \begin_layout Description
32697 latin4 the ISO-8859-4 encoding, covers Estonian, Latvian, and Lithuanian
32698 \end_layout
32699
32700 \begin_layout Description
32701 latin5 the ISO-8859-9 encoding, covers Turkish, like the ISO-8859-1 encoding
32702  where the Icelandic letters are replaced by Turkish ones
32703 \end_layout
32704
32705 \begin_layout Description
32706 latin9 the ISO-8859-15 encoding, like the ISO-8859-1 encoding, but with
32707  the euro currency sign, the 
32708 \begin_inset ERT
32709 status collapsed
32710
32711 \begin_layout Standard
32712
32713
32714 \backslash
32715 oe
32716 \end_layout
32717
32718 \end_inset
32719
32720 -ligature and some characters used for French and Finnish; latin9 should
32721  be the replacement for latin1
32722 \end_layout
32723
32724 \begin_layout Description
32725 pt154 Cyrillic for Kazakh
32726 \end_layout
32727
32728 \begin_layout Description
32729 utf8 Unicode utf8 with the LaTeX-package 
32730 \series bold
32731 inputenc
32732 \series default
32733
32734 \begin_inset LatexCommand index
32735 name "LaTeX-packages ! inputenc"
32736
32737 \end_inset
32738
32739  (first variant, for latin symbols and some others).
32740 \end_layout
32741
32742 \begin_layout Description
32743 utf8x Unicode utf8 with the LaTeX-package 
32744 \series bold
32745 inputenc
32746 \series default
32747  (second variant, for greek and CJK symbols and some others).
32748 \end_layout
32749
32750 \begin_layout Description
32751 UTF8 Unicode utf8 with the LaTeX-package 
32752 \series bold
32753 CJK
32754 \series default
32755
32756 \begin_inset LatexCommand index
32757 name "LaTeX-packages ! CJK"
32758
32759 \end_inset
32760
32761  (for the languages Chinese, Japanese and Korean)
32762 \end_layout
32763
32764 \begin_layout Description
32765 utf8-plain Unicode utf8 to be used with 
32766 \family sans
32767 XeTeX
32768 \family default
32769 , which uses Unicode directly, without the help of the LaTeX-package 
32770 \series bold
32771 inputenc
32772 \series default
32773  
32774 \begin_inset Foot
32775 status collapsed
32776
32777 \begin_layout Standard
32778 More about using LyX with XeTeX can be found in 
32779 \begin_inset LatexCommand cite
32780 key "XeTeX"
32781
32782 \end_inset
32783
32784 .
32785 \end_layout
32786
32787 \end_inset
32788
32789
32790 \end_layout
32791
32792 \begin_layout Subsubsection*
32793 Numbering & TOC
32794 \end_layout
32795
32796 \begin_layout Standard
32797 You can adjust here the numbering depth of sections headings as described
32798  in section\InsetSpace ~
32799
32800 \begin_inset LatexCommand ref
32801 reference "sub:Numbering-depth"
32802
32803 \end_inset
32804
32805 .
32806 \end_layout
32807
32808 \begin_layout Subsubsection*
32809 Bibliography
32810 \end_layout
32811
32812 \begin_layout Standard
32813 You can specify here a citation style using the LaTeX-packages 
32814 \series bold
32815 natbib
32816 \begin_inset LatexCommand index
32817 name "LaTeX-packages ! natbib"
32818
32819 \end_inset
32820
32821
32822 \series default
32823  or 
32824 \series bold
32825 jurabib
32826 \series default
32827
32828 \begin_inset LatexCommand index
32829 name "LaTeX-packages ! jurabib"
32830
32831 \end_inset
32832
32833 .
32834  For a further description see section\InsetSpace ~
32835
32836 \begin_inset LatexCommand ref
32837 reference "sec:Bibliography"
32838
32839 \end_inset
32840
32841 .
32842 \end_layout
32843
32844 \begin_layout Subsubsection*
32845 Math Options
32846 \end_layout
32847
32848 \begin_layout Standard
32849 These options will force LyX to use the LaTeX-packages 
32850 \series bold
32851 amsmath
32852 \begin_inset LatexCommand index
32853 name "LaTeX-packages ! amsmath"
32854
32855 \end_inset
32856
32857
32858 \series default
32859  and 
32860 \series bold
32861 esint
32862 \begin_inset LatexCommand index
32863 name "LaTeX-packages ! esint"
32864
32865 \end_inset
32866
32867
32868 \series default
32869  or to use them automatically when they are needed.
32870 \end_layout
32871
32872 \begin_layout Standard
32873
32874 \series bold
32875 amsmath
32876 \series default
32877  is needed for many constructs, so when you get LaTeX-errors in formulas,
32878  assure that you have enabled AMS.
32879 \end_layout
32880
32881 \begin_layout Standard
32882
32883 \series bold
32884 esint
32885 \series default
32886  is used for special integral characters.
32887 \end_layout
32888
32889 \begin_layout Subsubsection*
32890 Float Placement
32891 \end_layout
32892
32893 \begin_layout Standard
32894 The float placement options are described in section
32895 \begin_inset Formula $\,$
32896 \end_inset
32897
32898
32899 \begin_inset LatexCommand ref
32900 reference "sub:Float-Placement"
32901
32902 \end_inset
32903
32904 .
32905 \end_layout
32906
32907 \begin_layout Subsubsection*
32908 Bullets
32909 \end_layout
32910
32911 \begin_layout Standard
32912 Here you can adjust the characters for the itemize levels.
32913  The itemize environment is described in section\InsetSpace ~
32914
32915 \begin_inset LatexCommand ref
32916 reference "sec:Itemize"
32917
32918 \end_inset
32919
32920 .
32921 \end_layout
32922
32923 \begin_layout Subsubsection*
32924 Branches
32925 \end_layout
32926
32927 \begin_layout Standard
32928 Branches are described in section\InsetSpace ~
32929
32930 \begin_inset LatexCommand ref
32931 reference "sec:Branches"
32932
32933 \end_inset
32934
32935 .
32936 \end_layout
32937
32938 \begin_layout Subsubsection*
32939 LaT
32940 \begin_inset ERT
32941 status collapsed
32942
32943 \begin_layout Standard
32944
32945 {}
32946 \end_layout
32947
32948 \end_inset
32949
32950 eX Preamble
32951 \end_layout
32952
32953 \begin_layout Standard
32954 In this text field are entered commands to load special LaTeX-packages or
32955  to define LaTeX-commands.
32956  The preamble is a thing for LaTeX-experts.
32957  You shouldn't enter commands here until you don't exactly know what you
32958  do.
32959 \end_layout
32960
32961 \begin_layout Standard
32962 An introduction in the LaTeX-syntax is given in section\InsetSpace ~
32963
32964 \begin_inset LatexCommand ref
32965 reference "sub:LaTeX-Syntax"
32966
32967 \end_inset
32968
32969 .
32970 \end_layout
32971
32972 \begin_layout Section
32973 The Tools Menu
32974 \begin_inset LatexCommand index
32975 name "Menu ! Tools"
32976
32977 \end_inset
32978
32979
32980 \end_layout
32981
32982 \begin_layout Subsection
32983 Spellchecker
32984 \end_layout
32985
32986 \begin_layout Standard
32987 Spell checking is explained in section\InsetSpace ~
32988
32989 \begin_inset LatexCommand ref
32990 reference "sec:Spellchecking"
32991
32992 \end_inset
32993
32994 .
32995 \end_layout
32996
32997 \begin_layout Subsection
32998 Thesaurus
32999 \end_layout
33000
33001 \begin_layout Standard
33002 The thesaurus is described in section\InsetSpace ~
33003
33004 \begin_inset LatexCommand ref
33005 reference "sec:Thesaurus"
33006
33007 \end_inset
33008
33009 .
33010 \end_layout
33011
33012 \begin_layout Subsection
33013 Count Words
33014 \begin_inset LatexCommand index
33015 name "Word count"
33016
33017 \end_inset
33018
33019
33020 \end_layout
33021
33022 \begin_layout Standard
33023 Counts the number of words in the actual document or the highlighted document
33024  part.
33025 \end_layout
33026
33027 \begin_layout Subsection
33028 T
33029 \begin_inset ERT
33030 status collapsed
33031
33032 \begin_layout Standard
33033
33034 {}
33035 \end_layout
33036
33037 \end_inset
33038
33039 eX Information
33040 \begin_inset LatexCommand index
33041 name "TeX Information"
33042
33043 \end_inset
33044
33045
33046 \end_layout
33047
33048 \begin_layout Standard
33049 Shows you a list of the classes and styles installed in your LaTeX-system.
33050 \end_layout
33051
33052 \begin_layout Subsection
33053 Reconfigure
33054 \begin_inset LatexCommand index
33055 name "Reconfiguration of LyX"
33056
33057 \end_inset
33058
33059
33060 \begin_inset LatexCommand index
33061 name "LyX ! Reconfigure|see{Reconfiguration of LyX}"
33062
33063 \end_inset
33064
33065
33066 \end_layout
33067
33068 \begin_layout Standard
33069 This menu reconfigures LyX.
33070  That means LyX looks for LaTeX-packages and needed programs, see also section\InsetSpace ~
33071
33072 \begin_inset LatexCommand ref
33073 reference "sec:Basic-LyX-Setup"
33074
33075 \end_inset
33076
33077 .
33078 \end_layout
33079
33080 \begin_layout Subsection
33081 Preferences
33082 \end_layout
33083
33084 \begin_layout Standard
33085 The preferences dialog is described in detail in chapter
33086 \begin_inset Formula $\,$
33087 \end_inset
33088
33089
33090 \begin_inset LatexCommand ref
33091 reference "cha:The-Preferences-dialog"
33092
33093 \end_inset
33094
33095 .
33096 \end_layout
33097
33098 \begin_layout Section
33099 The Help Menu
33100 \begin_inset LatexCommand index
33101 name "Menu ! Help"
33102
33103 \end_inset
33104
33105
33106 \end_layout
33107
33108 \begin_layout Standard
33109 This menu opens the documentation files of LyX in the language of LyX's
33110  menus.
33111 \end_layout
33112
33113 \begin_layout Standard
33114 The menu 
33115 \family sans
33116 LaTeX\InsetSpace ~
33117 Configuration
33118 \family default
33119  shows a LyX-document with informations about the LaTeX-packages and classes
33120  found by LyX (see also section\InsetSpace ~
33121
33122 \begin_inset LatexCommand ref
33123 reference "sec:LaTeX-Setup"
33124
33125 \end_inset
33126
33127 ).
33128 \end_layout
33129
33130 \begin_layout Section
33131 Toolbars
33132 \begin_inset LatexCommand label
33133 name "sec:Toolbars"
33134
33135 \end_inset
33136
33137
33138 \end_layout
33139
33140 \begin_layout Standard
33141 How to show or hide toolbars is explained in section\InsetSpace ~
33142
33143 \begin_inset LatexCommand ref
33144 reference "sub:Toolbars"
33145
33146 \end_inset
33147
33148 .
33149 \end_layout
33150
33151 \begin_layout Standard
33152 It is also possible to define custom toolbars.
33153  This is described in the 
33154 \emph on
33155 Extended Features
33156 \emph default
33157  manual.
33158  
33159 \end_layout
33160
33161 \begin_layout Subsection
33162 Standard Toolbar
33163 \begin_inset LatexCommand index
33164 name "Toolbar ! Standard"
33165
33166 \end_inset
33167
33168
33169 \end_layout
33170
33171 \begin_layout Standard
33172 \begin_inset Graphics
33173         filename clipart/StandardToolbar.png
33174         width 100col%
33175
33176 \end_inset
33177
33178
33179 \end_layout
33180
33181 \begin_layout Standard
33182 \begin_inset VSpace defskip
33183 \end_inset
33184
33185
33186 \end_layout
33187
33188 \begin_layout Standard
33189 The standard toolbar as shown above contains from left to right the following
33190  buttons:
33191 \begin_inset ERT
33192 status collapsed
33193
33194 \begin_layout Standard
33195
33196
33197 \backslash
33198 setlength{
33199 \backslash
33200 LTleft}{0pt}
33201 \end_layout
33202
33203 \end_inset
33204
33205
33206 \begin_inset Note Note
33207 status collapsed
33208
33209 \begin_layout Standard
33210 This is necessary to left align the following longtables.
33211  See the 
33212 \emph on
33213 Embedded Objects
33214 \emph default
33215  manual for more information.
33216 \end_layout
33217
33218 \end_inset
33219
33220
33221 \end_layout
33222
33223 \begin_layout Standard
33224 \begin_inset VSpace defskip
33225 \end_inset
33226
33227
33228 \end_layout
33229
33230 \begin_layout Standard
33231 \begin_inset Tabular
33232 <lyxtabular version="3" rows="1" columns="2">
33233 <features islongtable="true">
33234 <column alignment="center" valignment="top" width="0">
33235 <column alignment="center" valignment="top" width="0">
33236 <row>
33237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33238 \begin_inset Text
33239
33240 \begin_layout Standard
33241 \begin_inset Graphics
33242         filename clipart/ToolbarEnvBox.png
33243         clip
33244
33245 \end_inset
33246
33247
33248 \end_layout
33249
33250 \end_inset
33251 </cell>
33252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33253 \begin_inset Text
33254
33255 \begin_layout Standard
33256 pull-down menu for the paragraph environments
33257 \end_layout
33258
33259 \end_inset
33260 </cell>
33261 </row>
33262 </lyxtabular>
33263
33264 \end_inset
33265
33266
33267 \end_layout
33268
33269 \begin_layout Standard
33270 \begin_inset VSpace -10mm
33271 \end_inset
33272
33273
33274 \end_layout
33275
33276 \begin_layout Standard
33277 \align left
33278 \begin_inset Tabular
33279 <lyxtabular version="3" rows="20" columns="2">
33280 <features islongtable="true">
33281 <column alignment="left" valignment="top" width="0">
33282 <column alignment="left" valignment="top" width="0">
33283 <row interlinespace="2.5mm">
33284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33285 \begin_inset Text
33286
33287 \begin_layout Standard
33288
33289 \family sans
33290 \begin_inset Graphics
33291         filename ../images/buffer-new.png
33292         BoundingBox 0bp 5bp 20bp 20bp
33293
33294 \end_inset
33295
33296
33297 \end_layout
33298
33299 \end_inset
33300 </cell>
33301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33302 \begin_inset Text
33303
33304 \begin_layout Standard
33305
33306 \family sans
33307 File\SpecialChar \menuseparator
33308 New
33309 \end_layout
33310
33311 \end_inset
33312 </cell>
33313 </row>
33314 <row interlinespace="2.5mm">
33315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33316 \begin_inset Text
33317
33318 \begin_layout Standard
33319 \begin_inset Graphics
33320         filename ../images/file-open.png
33321         BoundingBox 0bp 5bp 20bp 20bp
33322
33323 \end_inset
33324
33325
33326 \end_layout
33327
33328 \end_inset
33329 </cell>
33330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33331 \begin_inset Text
33332
33333 \begin_layout Standard
33334
33335 \family sans
33336 File\SpecialChar \menuseparator
33337 Open
33338 \end_layout
33339
33340 \end_inset
33341 </cell>
33342 </row>
33343 <row interlinespace="2.5mm">
33344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33345 \begin_inset Text
33346
33347 \begin_layout Standard
33348 \begin_inset Graphics
33349         filename ../images/buffer-write.png
33350         BoundingBox 0bp 5bp 20bp 20bp
33351
33352 \end_inset
33353
33354
33355 \end_layout
33356
33357 \end_inset
33358 </cell>
33359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33360 \begin_inset Text
33361
33362 \begin_layout Standard
33363
33364 \family sans
33365 File\SpecialChar \menuseparator
33366 Save
33367 \end_layout
33368
33369 \end_inset
33370 </cell>
33371 </row>
33372 <row interlinespace="2.5mm">
33373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33374 \begin_inset Text
33375
33376 \begin_layout Standard
33377 \begin_inset Graphics
33378         filename ../images/dialog-show_print.png
33379         BoundingBox 0bp 5bp 24bp 20bp
33380
33381 \end_inset
33382
33383
33384 \end_layout
33385
33386 \end_inset
33387 </cell>
33388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33389 \begin_inset Text
33390
33391 \begin_layout Standard
33392
33393 \family sans
33394 File\SpecialChar \menuseparator
33395 Print
33396 \end_layout
33397
33398 \end_inset
33399 </cell>
33400 </row>
33401 <row interlinespace="2.5mm">
33402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33403 \begin_inset Text
33404
33405 \begin_layout Standard
33406 \begin_inset Graphics
33407         filename ../images/dialog-show_spellchecker.png
33408         BoundingBox 0bp 5bp 20bp 20bp
33409
33410 \end_inset
33411
33412
33413 \end_layout
33414
33415 \end_inset
33416 </cell>
33417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33418 \begin_inset Text
33419
33420 \begin_layout Standard
33421
33422 \family sans
33423 Tools\SpecialChar \menuseparator
33424 Spellchecker
33425 \end_layout
33426
33427 \end_inset
33428 </cell>
33429 </row>
33430 <row interlinespace="2.5mm">
33431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33432 \begin_inset Text
33433
33434 \begin_layout Standard
33435 \begin_inset Graphics
33436         filename ../images/undo.png
33437         BoundingBox 0bp 5bp 20bp 20bp
33438
33439 \end_inset
33440
33441
33442 \end_layout
33443
33444 \end_inset
33445 </cell>
33446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33447 \begin_inset Text
33448
33449 \begin_layout Standard
33450
33451 \family sans
33452 Edit\SpecialChar \menuseparator
33453 Undo
33454 \end_layout
33455
33456 \end_inset
33457 </cell>
33458 </row>
33459 <row interlinespace="2.5mm">
33460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33461 \begin_inset Text
33462
33463 \begin_layout Standard
33464 \begin_inset Graphics
33465         filename ../images/redo.png
33466         BoundingBox 0bp 5bp 20bp 20bp
33467
33468 \end_inset
33469
33470
33471 \end_layout
33472
33473 \end_inset
33474 </cell>
33475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33476 \begin_inset Text
33477
33478 \begin_layout Standard
33479
33480 \family sans
33481 Edit\SpecialChar \menuseparator
33482 Redo
33483 \end_layout
33484
33485 \end_inset
33486 </cell>
33487 </row>
33488 <row interlinespace="2.5mm">
33489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33490 \begin_inset Text
33491
33492 \begin_layout Standard
33493 \begin_inset Graphics
33494         filename ../images/cut.png
33495         BoundingBox 0bp 5bp 20bp 20bp
33496
33497 \end_inset
33498
33499
33500 \end_layout
33501
33502 \end_inset
33503 </cell>
33504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33505 \begin_inset Text
33506
33507 \begin_layout Standard
33508
33509 \family sans
33510 Edit\SpecialChar \menuseparator
33511 Cut
33512 \end_layout
33513
33514 \end_inset
33515 </cell>
33516 </row>
33517 <row interlinespace="2.5mm">
33518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33519 \begin_inset Text
33520
33521 \begin_layout Standard
33522 \begin_inset Graphics
33523         filename ../images/copy.png
33524         BoundingBox 0bp 5bp 20bp 20bp
33525
33526 \end_inset
33527
33528
33529 \end_layout
33530
33531 \end_inset
33532 </cell>
33533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33534 \begin_inset Text
33535
33536 \begin_layout Standard
33537
33538 \family sans
33539 Edit\SpecialChar \menuseparator
33540 Copy
33541 \end_layout
33542
33543 \end_inset
33544 </cell>
33545 </row>
33546 <row interlinespace="2.5mm">
33547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33548 \begin_inset Text
33549
33550 \begin_layout Standard
33551 \begin_inset Graphics
33552         filename ../images/paste.png
33553         BoundingBox 0bp 5bp 20bp 20bp
33554
33555 \end_inset
33556
33557
33558 \end_layout
33559
33560 \end_inset
33561 </cell>
33562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33563 \begin_inset Text
33564
33565 \begin_layout Standard
33566
33567 \family sans
33568 Edit\SpecialChar \menuseparator
33569 Paste
33570 \end_layout
33571
33572 \end_inset
33573 </cell>
33574 </row>
33575 <row interlinespace="2.5mm">
33576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33577 \begin_inset Text
33578
33579 \begin_layout Standard
33580 \begin_inset Graphics
33581         filename ../images/dialog-show_findreplace.png
33582         BoundingBox 0bp 5bp 20bp 25bp
33583         rotateOrigin center
33584
33585 \end_inset
33586
33587
33588 \end_layout
33589
33590 \end_inset
33591 </cell>
33592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33593 \begin_inset Text
33594
33595 \begin_layout Standard
33596
33597 \family sans
33598 Edit\SpecialChar \menuseparator
33599 Find\InsetSpace \thinspace{}
33600 &\InsetSpace \thinspace{}
33601 Replace
33602 \end_layout
33603
33604 \end_inset
33605 </cell>
33606 </row>
33607 <row interlinespace="2.5mm">
33608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33609 \begin_inset Text
33610
33611 \begin_layout Standard
33612 \begin_inset Graphics
33613         filename ../images/font-emph.png
33614         BoundingBox 0bp 5bp 20bp 20bp
33615
33616 \end_inset
33617
33618
33619 \end_layout
33620
33621 \end_inset
33622 </cell>
33623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33624 \begin_inset Text
33625
33626 \begin_layout Standard
33627 Emphasize text, function of the Edit
33628 \family sans
33629 \SpecialChar \menuseparator
33630 Text\InsetSpace ~
33631 Style
33632 \family default
33633  dialog
33634 \end_layout
33635
33636 \end_inset
33637 </cell>
33638 </row>
33639 <row interlinespace="2.5mm">
33640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33641 \begin_inset Text
33642
33643 \begin_layout Standard
33644 \begin_inset Graphics
33645         filename ../images/font-noun.png
33646         BoundingBox 0bp 5bp 20bp 20bp
33647
33648 \end_inset
33649
33650
33651 \end_layout
33652
33653 \end_inset
33654 </cell>
33655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33656 \begin_inset Text
33657
33658 \begin_layout Standard
33659 Set text to noun style, function of the Edit
33660 \family sans
33661 \SpecialChar \menuseparator
33662 Text\InsetSpace ~
33663 Style
33664 \family default
33665  dialog
33666 \end_layout
33667
33668 \end_inset
33669 </cell>
33670 </row>
33671 <row interlinespace="2.5mm">
33672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33673 \begin_inset Text
33674
33675 \begin_layout Standard
33676 \begin_inset Graphics
33677         filename ../images/font-free-apply.png
33678         BoundingBox 0bp 5bp 20bp 20bp
33679
33680 \end_inset
33681
33682
33683 \end_layout
33684
33685 \end_inset
33686 </cell>
33687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33688 \begin_inset Text
33689
33690 \begin_layout Standard
33691 Formats text using the current settings in the 
33692 \family sans
33693 Edit\SpecialChar \menuseparator
33694 Text\InsetSpace ~
33695 Style
33696 \family default
33697  dialog
33698 \end_layout
33699
33700 \end_inset
33701 </cell>
33702 </row>
33703 <row interlinespace="2.5mm">
33704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33705 \begin_inset Text
33706
33707 \begin_layout Standard
33708 \begin_inset Graphics
33709         filename ../images/math-mode.png
33710         BoundingBox 0bp 5bp 20bp 20bp
33711
33712 \end_inset
33713
33714
33715 \end_layout
33716
33717 \end_inset
33718 </cell>
33719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33720 \begin_inset Text
33721
33722 \begin_layout Standard
33723
33724 \family sans
33725 Insert\SpecialChar \menuseparator
33726 Math\SpecialChar \menuseparator
33727 Inline\InsetSpace ~
33728 Formula
33729 \end_layout
33730
33731 \end_inset
33732 </cell>
33733 </row>
33734 <row interlinespace="2.5mm">
33735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33736 \begin_inset Text
33737
33738 \begin_layout Standard
33739 \begin_inset Graphics
33740         filename ../images/dialog-show-new-inset_graphics.png
33741         BoundingBox 0bp 5bp 20bp 25bp
33742         rotateOrigin center
33743
33744 \end_inset
33745
33746
33747 \end_layout
33748
33749 \end_inset
33750 </cell>
33751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33752 \begin_inset Text
33753
33754 \begin_layout Standard
33755
33756 \family sans
33757 Insert\SpecialChar \menuseparator
33758 Graphics
33759 \end_layout
33760
33761 \end_inset
33762 </cell>
33763 </row>
33764 <row interlinespace="2.5mm">
33765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33766 \begin_inset Text
33767
33768 \begin_layout Standard
33769 \begin_inset Graphics
33770         filename ../images/tabular-insert.png
33771         BoundingBox 0bp 5bp 20bp 25bp
33772         rotateOrigin center
33773
33774 \end_inset
33775
33776
33777 \end_layout
33778
33779 \end_inset
33780 </cell>
33781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33782 \begin_inset Text
33783
33784 \begin_layout Standard
33785
33786 \family sans
33787 Insert\SpecialChar \menuseparator
33788 Table
33789 \end_layout
33790
33791 \end_inset
33792 </cell>
33793 </row>
33794 <row interlinespace="2.5mm">
33795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33796 \begin_inset Text
33797
33798 \begin_layout Standard
33799 \begin_inset Graphics
33800         filename ../images/dialog-toggle_toc.png
33801         BoundingBox 0bp 5bp 20bp 25bp
33802         rotateOrigin center
33803
33804 \end_inset
33805
33806
33807 \end_layout
33808
33809 \end_inset
33810 </cell>
33811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33812 \begin_inset Text
33813
33814 \begin_layout Standard
33815 Toggle outline window on/off, 
33816 \family sans
33817 Document\SpecialChar \menuseparator
33818 Outline
33819 \end_layout
33820
33821 \end_inset
33822 </cell>
33823 </row>
33824 <row interlinespace="2.5mm">
33825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33826 \begin_inset Text
33827
33828 \begin_layout Standard
33829 \begin_inset Graphics
33830         filename ../images/toolbar-toggle_math.png
33831         BoundingBox 0bp 5bp 20bp 25bp
33832         rotateOrigin center
33833
33834 \end_inset
33835
33836
33837 \end_layout
33838
33839 \end_inset
33840 </cell>
33841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33842 \begin_inset Text
33843
33844 \begin_layout Standard
33845 Toggle math toolbar on/off
33846 \end_layout
33847
33848 \end_inset
33849 </cell>
33850 </row>
33851 <row interlinespace="2.5mm">
33852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33853 \begin_inset Text
33854
33855 \begin_layout Standard
33856 \begin_inset Graphics
33857         filename ../images/toolbar-toggle_table.png
33858         BoundingBox 0bp 5bp 20bp 25bp
33859         rotateOrigin center
33860
33861 \end_inset
33862
33863
33864 \end_layout
33865
33866 \end_inset
33867 </cell>
33868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33869 \begin_inset Text
33870
33871 \begin_layout Standard
33872 Toggle table toolbar on/off
33873 \end_layout
33874
33875 \end_inset
33876 </cell>
33877 </row>
33878 </lyxtabular>
33879
33880 \end_inset
33881
33882
33883 \end_layout
33884
33885 \begin_layout Subsection
33886 Extra Toolbar
33887 \begin_inset LatexCommand index
33888 name "Toolbar ! Extra"
33889
33890 \end_inset
33891
33892
33893 \end_layout
33894
33895 \begin_layout Standard
33896 \begin_inset Graphics
33897         filename clipart/ExtraToolbar.png
33898         width 100col%
33899
33900 \end_inset
33901
33902
33903 \end_layout
33904
33905 \begin_layout Standard
33906 \begin_inset VSpace defskip
33907 \end_inset
33908
33909
33910 \end_layout
33911
33912 \begin_layout Standard
33913 The extra toolbar as shown above contains from left to right the following
33914  buttons:
33915 \end_layout
33916
33917 \begin_layout Standard
33918 \begin_inset VSpace defskip
33919 \end_inset
33920
33921
33922 \end_layout
33923
33924 \begin_layout Standard
33925 \begin_inset Tabular
33926 <lyxtabular version="3" rows="24" columns="2">
33927 <features islongtable="true">
33928 <column alignment="left" valignment="top" width="0">
33929 <column alignment="left" valignment="top" width="0">
33930 <row interlinespace="2.5mm">
33931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33932 \begin_inset Text
33933
33934 \begin_layout Standard
33935 \begin_inset Graphics
33936         filename ../images/layout.png
33937         BoundingBox 0bp 5bp 20bp 25bp
33938         rotateOrigin center
33939
33940 \end_inset
33941
33942
33943 \end_layout
33944
33945 \end_inset
33946 </cell>
33947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33948 \begin_inset Text
33949
33950 \begin_layout Standard
33951 Default
33952 \end_layout
33953
33954 \end_inset
33955 </cell>
33956 </row>
33957 <row interlinespace="2.5mm">
33958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33959 \begin_inset Text
33960
33961 \begin_layout Standard
33962 \begin_inset Graphics
33963         filename ../images/layout_Enumerate.png
33964         BoundingBox 0bp 5bp 20bp 25bp
33965         rotateOrigin center
33966
33967 \end_inset
33968
33969
33970 \end_layout
33971
33972 \end_inset
33973 </cell>
33974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33975 \begin_inset Text
33976
33977 \begin_layout Standard
33978 Numbered list
33979 \end_layout
33980
33981 \end_inset
33982 </cell>
33983 </row>
33984 <row interlinespace="2.5mm">
33985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33986 \begin_inset Text
33987
33988 \begin_layout Standard
33989 \begin_inset Graphics
33990         filename ../images/layout_Itemize.png
33991         BoundingBox 0bp 5bp 20bp 25bp
33992         rotateOrigin center
33993
33994 \end_inset
33995
33996
33997 \end_layout
33998
33999 \end_inset
34000 </cell>
34001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34002 \begin_inset Text
34003
34004 \begin_layout Standard
34005 Itemized list
34006 \end_layout
34007
34008 \end_inset
34009 </cell>
34010 </row>
34011 <row interlinespace="2.5mm">
34012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34013 \begin_inset Text
34014
34015 \begin_layout Standard
34016 \begin_inset Graphics
34017         filename ../images/layout_List.png
34018         BoundingBox 0bp 5bp 20bp 25bp
34019         rotateOrigin center
34020
34021 \end_inset
34022
34023
34024 \end_layout
34025
34026 \end_inset
34027 </cell>
34028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34029 \begin_inset Text
34030
34031 \begin_layout Standard
34032 List
34033 \end_layout
34034
34035 \end_inset
34036 </cell>
34037 </row>
34038 <row interlinespace="2.5mm">
34039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34040 \begin_inset Text
34041
34042 \begin_layout Standard
34043 \begin_inset Graphics
34044         filename ../images/layout_Description.png
34045         BoundingBox 0bp 5bp 20bp 25bp
34046         rotateOrigin center
34047
34048 \end_inset
34049
34050
34051 \end_layout
34052
34053 \end_inset
34054 </cell>
34055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34056 \begin_inset Text
34057
34058 \begin_layout Standard
34059 Description list
34060 \end_layout
34061
34062 \end_inset
34063 </cell>
34064 </row>
34065 <row interlinespace="2.5mm">
34066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34067 \begin_inset Text
34068
34069 \begin_layout Standard
34070 \begin_inset Graphics
34071         filename ../images/depth-increment.png
34072         BoundingBox 0bp 5bp 20bp 25bp
34073         rotateOrigin center
34074
34075 \end_inset
34076
34077
34078 \end_layout
34079
34080 \end_inset
34081 </cell>
34082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34083 \begin_inset Text
34084
34085 \begin_layout Standard
34086
34087 \family sans
34088 Edit\SpecialChar \menuseparator
34089 Increase\InsetSpace ~
34090 List\InsetSpace ~
34091 Depth
34092 \end_layout
34093
34094 \end_inset
34095 </cell>
34096 </row>
34097 <row interlinespace="2.5mm">
34098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34099 \begin_inset Text
34100
34101 \begin_layout Standard
34102 \begin_inset Graphics
34103         filename ../images/depth-decrement.png
34104         BoundingBox 0bp 5bp 20bp 25bp
34105         rotateOrigin center
34106
34107 \end_inset
34108
34109
34110 \end_layout
34111
34112 \end_inset
34113 </cell>
34114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34115 \begin_inset Text
34116
34117 \begin_layout Standard
34118
34119 \family sans
34120 Edit\SpecialChar \menuseparator
34121 Decrease\InsetSpace ~
34122 List\InsetSpace ~
34123 Depth
34124 \end_layout
34125
34126 \end_inset
34127 </cell>
34128 </row>
34129 <row interlinespace="2.5mm">
34130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34131 \begin_inset Text
34132
34133 \begin_layout Standard
34134 \begin_inset Graphics
34135         filename ../images/float-insert_figure.png
34136         BoundingBox 0bp 5bp 20bp 20bp
34137
34138 \end_inset
34139
34140
34141 \end_layout
34142
34143 \end_inset
34144 </cell>
34145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34146 \begin_inset Text
34147
34148 \begin_layout Standard
34149
34150 \family sans
34151 Insert\SpecialChar \menuseparator
34152 Float\SpecialChar \menuseparator
34153 Figure
34154 \end_layout
34155
34156 \end_inset
34157 </cell>
34158 </row>
34159 <row interlinespace="2.5mm">
34160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34161 \begin_inset Text
34162
34163 \begin_layout Standard
34164 \begin_inset Graphics
34165         filename ../images/float-insert_table.png
34166         BoundingBox 0bp 5bp 20bp 20bp
34167
34168 \end_inset
34169
34170
34171 \end_layout
34172
34173 \end_inset
34174 </cell>
34175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34176 \begin_inset Text
34177
34178 \begin_layout Standard
34179
34180 \family sans
34181 Insert\SpecialChar \menuseparator
34182 Float\SpecialChar \menuseparator
34183 Table
34184 \end_layout
34185
34186 \end_inset
34187 </cell>
34188 </row>
34189 <row interlinespace="2.5mm">
34190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34191 \begin_inset Text
34192
34193 \begin_layout Standard
34194 \begin_inset Graphics
34195         filename ../images/label-insert.png
34196         BoundingBox 0bp 5bp 20bp 20bp
34197
34198 \end_inset
34199
34200
34201 \end_layout
34202
34203 \end_inset
34204 </cell>
34205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34206 \begin_inset Text
34207
34208 \begin_layout Standard
34209
34210 \family sans
34211 Insert\SpecialChar \menuseparator
34212 Label
34213 \end_layout
34214
34215 \end_inset
34216 </cell>
34217 </row>
34218 <row interlinespace="2.5mm">
34219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34220 \begin_inset Text
34221
34222 \begin_layout Standard
34223 \begin_inset Graphics
34224         filename ../images/dialog-show-new-inset_ref.png
34225         BoundingBox 0bp 5bp 20bp 20bp
34226
34227 \end_inset
34228
34229
34230 \end_layout
34231
34232 \end_inset
34233 </cell>
34234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34235 \begin_inset Text
34236
34237 \begin_layout Standard
34238
34239 \family sans
34240 Insert\SpecialChar \menuseparator
34241 Cross-Reference
34242 \end_layout
34243
34244 \end_inset
34245 </cell>
34246 </row>
34247 <row interlinespace="2.5mm">
34248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34249 \begin_inset Text
34250
34251 \begin_layout Standard
34252 \begin_inset Graphics
34253         filename ../images/dialog-show-new-inset_citation.png
34254         BoundingBox 0bp 5bp 20bp 20bp
34255
34256 \end_inset
34257
34258
34259 \end_layout
34260
34261 \end_inset
34262 </cell>
34263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34264 \begin_inset Text
34265
34266 \begin_layout Standard
34267
34268 \family sans
34269 Insert\SpecialChar \menuseparator
34270 Citation
34271 \end_layout
34272
34273 \end_inset
34274 </cell>
34275 </row>
34276 <row interlinespace="2.5mm">
34277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34278 \begin_inset Text
34279
34280 \begin_layout Standard
34281 \begin_inset Graphics
34282         filename ../images/index-insert.png
34283         BoundingBox 0bp 5bp 20bp 20bp
34284
34285 \end_inset
34286
34287
34288 \end_layout
34289
34290 \end_inset
34291 </cell>
34292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34293 \begin_inset Text
34294
34295 \begin_layout Standard
34296
34297 \family sans
34298 Insert\SpecialChar \menuseparator
34299 Index\InsetSpace ~
34300 Entry
34301 \end_layout
34302
34303 \end_inset
34304 </cell>
34305 </row>
34306 <row interlinespace="2.5mm">
34307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34308 \begin_inset Text
34309
34310 \begin_layout Standard
34311 \begin_inset Graphics
34312         filename ../images/nomencl-insert.png
34313         BoundingBox 0bp 5bp 20bp 20bp
34314
34315 \end_inset
34316
34317
34318 \end_layout
34319
34320 \end_inset
34321 </cell>
34322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34323 \begin_inset Text
34324
34325 \begin_layout Standard
34326
34327 \family sans
34328 Insert\SpecialChar \menuseparator
34329 Nomenclature\InsetSpace ~
34330 Entry
34331 \end_layout
34332
34333 \end_inset
34334 </cell>
34335 </row>
34336 <row interlinespace="2.5mm">
34337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34338 \begin_inset Text
34339
34340 \begin_layout Standard
34341 \begin_inset Graphics
34342         filename ../images/footnote-insert.png
34343         BoundingBox 0bp 5bp 20bp 20bp
34344
34345 \end_inset
34346
34347
34348 \end_layout
34349
34350 \end_inset
34351 </cell>
34352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34353 \begin_inset Text
34354
34355 \begin_layout Standard
34356
34357 \family sans
34358 Insert\SpecialChar \menuseparator
34359 Footnote
34360 \end_layout
34361
34362 \end_inset
34363 </cell>
34364 </row>
34365 <row interlinespace="2.5mm">
34366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34367 \begin_inset Text
34368
34369 \begin_layout Standard
34370 \begin_inset Graphics
34371         filename ../images/marginalnote-insert.png
34372         BoundingBox 0bp 5bp 20bp 25bp
34373         rotateOrigin center
34374
34375 \end_inset
34376
34377
34378 \end_layout
34379
34380 \end_inset
34381 </cell>
34382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34383 \begin_inset Text
34384
34385 \begin_layout Standard
34386
34387 \family sans
34388 Insert\SpecialChar \menuseparator
34389 Marginal\InsetSpace ~
34390 Note
34391 \end_layout
34392
34393 \end_inset
34394 </cell>
34395 </row>
34396 <row interlinespace="2.5mm">
34397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34398 \begin_inset Text
34399
34400 \begin_layout Standard
34401 \begin_inset Graphics
34402         filename ../images/note-insert.png
34403         BoundingBox 0bp 5bp 20bp 20bp
34404
34405 \end_inset
34406
34407
34408 \end_layout
34409
34410 \end_inset
34411 </cell>
34412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34413 \begin_inset Text
34414
34415 \begin_layout Standard
34416
34417 \family sans
34418 Insert\SpecialChar \menuseparator
34419 Note\SpecialChar \menuseparator
34420 LyX\InsetSpace ~
34421 Note
34422 \end_layout
34423
34424 \end_inset
34425 </cell>
34426 </row>
34427 <row interlinespace="2.5mm">
34428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34429 \begin_inset Text
34430
34431 \begin_layout Standard
34432 \begin_inset Graphics
34433         filename ../images/box-insert.png
34434         BoundingBox 0bp 5bp 20bp 20bp
34435
34436 \end_inset
34437
34438
34439 \end_layout
34440
34441 \end_inset
34442 </cell>
34443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34444 \begin_inset Text
34445
34446 \begin_layout Standard
34447
34448 \family sans
34449 Insert\SpecialChar \menuseparator
34450 Box
34451 \end_layout
34452
34453 \end_inset
34454 </cell>
34455 </row>
34456 <row interlinespace="2.5mm">
34457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34458 \begin_inset Text
34459
34460 \begin_layout Standard
34461 \begin_inset Graphics
34462         filename ../images/url-insert.png
34463         BoundingBox 0bp 5bp 20bp 20bp
34464
34465 \end_inset
34466
34467
34468 \end_layout
34469
34470 \end_inset
34471 </cell>
34472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34473 \begin_inset Text
34474
34475 \begin_layout Standard
34476
34477 \family sans
34478 Insert\SpecialChar \menuseparator
34479 URL
34480 \end_layout
34481
34482 \end_inset
34483 </cell>
34484 </row>
34485 <row interlinespace="2.5mm">
34486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34487 \begin_inset Text
34488
34489 \begin_layout Standard
34490 \begin_inset Graphics
34491         filename ../images/ert-insert.png
34492         BoundingBox 0bp 5bp 20bp 20bp
34493
34494 \end_inset
34495
34496
34497 \end_layout
34498
34499 \end_inset
34500 </cell>
34501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34502 \begin_inset Text
34503
34504 \begin_layout Standard
34505
34506 \family sans
34507 Insert\SpecialChar \menuseparator
34508 T
34509 \family default
34510
34511 \begin_inset ERT
34512 status collapsed
34513
34514 \begin_layout Standard
34515
34516 {}
34517 \end_layout
34518
34519 \end_inset
34520
34521
34522 \family sans
34523 eX
34524 \end_layout
34525
34526 \end_inset
34527 </cell>
34528 </row>
34529 <row interlinespace="2.5mm">
34530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34531 \begin_inset Text
34532
34533 \begin_layout Standard
34534 \begin_inset Graphics
34535         filename ../images/dialog-show-new-inset_include.png
34536         BoundingBox 0bp 5bp 20bp 20bp
34537
34538 \end_inset
34539
34540
34541 \end_layout
34542
34543 \end_inset
34544 </cell>
34545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34546 \begin_inset Text
34547
34548 \begin_layout Standard
34549
34550 \family sans
34551 Insert\SpecialChar \menuseparator
34552 File\SpecialChar \menuseparator
34553 Child\InsetSpace ~
34554 Document
34555 \end_layout
34556
34557 \end_inset
34558 </cell>
34559 </row>
34560 <row interlinespace="2.5mm">
34561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34562 \begin_inset Text
34563
34564 \begin_layout Standard
34565 \begin_inset Graphics
34566         filename ../images/dialog-show_character.png
34567         BoundingBox 0bp 5bp 20bp 25bp
34568         rotateOrigin center
34569
34570 \end_inset
34571
34572
34573 \end_layout
34574
34575 \end_inset
34576 </cell>
34577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34578 \begin_inset Text
34579
34580 \begin_layout Standard
34581
34582 \family sans
34583 Edit\SpecialChar \menuseparator
34584 Text\InsetSpace ~
34585 Style
34586 \end_layout
34587
34588 \end_inset
34589 </cell>
34590 </row>
34591 <row interlinespace="2.5mm">
34592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34593 \begin_inset Text
34594
34595 \begin_layout Standard
34596 \begin_inset Graphics
34597         filename ../images/layout-paragraph.png
34598         BoundingBox 0bp 5bp 20bp 25bp
34599         rotateOrigin center
34600
34601 \end_inset
34602
34603
34604 \end_layout
34605
34606 \end_inset
34607 </cell>
34608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34609 \begin_inset Text
34610
34611 \begin_layout Standard
34612
34613 \family sans
34614 Edit\SpecialChar \menuseparator
34615 Paragraph\InsetSpace ~
34616 Settings
34617 \end_layout
34618
34619 \end_inset
34620 </cell>
34621 </row>
34622 <row interlinespace="2.5mm">
34623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34624 \begin_inset Text
34625
34626 \begin_layout Standard
34627 \begin_inset Graphics
34628         filename ../images/thesaurus-entry.png
34629         BoundingBox 0bp 5bp 20bp 25bp
34630         rotateOrigin center
34631
34632 \end_inset
34633
34634
34635 \end_layout
34636
34637 \end_inset
34638 </cell>
34639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34640 \begin_inset Text
34641
34642 \begin_layout Standard
34643
34644 \family sans
34645 Tools\SpecialChar \menuseparator
34646 Thesaurus
34647 \end_layout
34648
34649 \end_inset
34650 </cell>
34651 </row>
34652 </lyxtabular>
34653
34654 \end_inset
34655
34656
34657 \end_layout
34658
34659 \begin_layout Subsection
34660 View / Update Toolbar
34661 \begin_inset LatexCommand index
34662 name "Toolbar ! View / Update"
34663
34664 \end_inset
34665
34666
34667 \end_layout
34668
34669 \begin_layout Standard
34670 \begin_inset Graphics
34671         filename clipart/ViewToolbar.png
34672
34673 \end_inset
34674
34675
34676 \end_layout
34677
34678 \begin_layout Standard
34679 \begin_inset VSpace defskip
34680 \end_inset
34681
34682
34683 \end_layout
34684
34685 \begin_layout Standard
34686 The view / update toolbar as shown above contains from left to right the
34687  following buttons:
34688 \end_layout
34689
34690 \begin_layout Standard
34691 \begin_inset VSpace defskip
34692 \end_inset
34693
34694
34695 \end_layout
34696
34697 \begin_layout Standard
34698 \begin_inset Tabular
34699 <lyxtabular version="3" rows="6" columns="2">
34700 <features islongtable="true">
34701 <column alignment="left" valignment="top" width="0">
34702 <column alignment="left" valignment="top" width="0">
34703 <row interlinespace="2.5mm">
34704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34705 \begin_inset Text
34706
34707 \begin_layout Standard
34708 \begin_inset Graphics
34709         filename ../images/buffer-view_dvi.png
34710         BoundingBox 0bp 5bp 20bp 25bp
34711         rotateOrigin center
34712
34713 \end_inset
34714
34715
34716 \end_layout
34717
34718 \end_inset
34719 </cell>
34720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34721 \begin_inset Text
34722
34723 \begin_layout Standard
34724
34725 \family sans
34726 View\SpecialChar \menuseparator
34727 DVI
34728 \end_layout
34729
34730 \end_inset
34731 </cell>
34732 </row>
34733 <row interlinespace="2.5mm">
34734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34735 \begin_inset Text
34736
34737 \begin_layout Standard
34738 \begin_inset Graphics
34739         filename ../images/buffer-update_dvi.png
34740         BoundingBox 0bp 5bp 20bp 25bp
34741         rotateOrigin center
34742
34743 \end_inset
34744
34745
34746 \end_layout
34747
34748 \end_inset
34749 </cell>
34750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34751 \begin_inset Text
34752
34753 \begin_layout Standard
34754
34755 \family sans
34756 View\SpecialChar \menuseparator
34757 Update\SpecialChar \menuseparator
34758 DVI
34759 \end_layout
34760
34761 \end_inset
34762 </cell>
34763 </row>
34764 <row interlinespace="2.5mm">
34765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34766 \begin_inset Text
34767
34768 \begin_layout Standard
34769 \begin_inset Graphics
34770         filename ../images/buffer-view_pdf2.png
34771         BoundingBox 0bp 5bp 20bp 25bp
34772         rotateOrigin center
34773
34774 \end_inset
34775
34776
34777 \end_layout
34778
34779 \end_inset
34780 </cell>
34781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34782 \begin_inset Text
34783
34784 \begin_layout Standard
34785
34786 \family sans
34787 View\SpecialChar \menuseparator
34788 PDF
34789 \end_layout
34790
34791 \end_inset
34792 </cell>
34793 </row>
34794 <row interlinespace="2.5mm">
34795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34796 \begin_inset Text
34797
34798 \begin_layout Standard
34799 \begin_inset Graphics
34800         filename ../images/buffer-update_pdf2.png
34801         BoundingBox 0bp 5bp 20bp 25bp
34802         rotateOrigin center
34803
34804 \end_inset
34805
34806
34807 \end_layout
34808
34809 \end_inset
34810 </cell>
34811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34812 \begin_inset Text
34813
34814 \begin_layout Standard
34815
34816 \family sans
34817 View\SpecialChar \menuseparator
34818 Update\SpecialChar \menuseparator
34819 PDF
34820 \begin_inset Foot
34821 status collapsed
34822
34823 \begin_layout Standard
34824 This button is on some LyX for Windows installations not here because its
34825  functionality is merged with 
34826 \family sans
34827 View\SpecialChar \menuseparator
34828 PDF
34829 \family default
34830 .
34831  
34832 \end_layout
34833
34834 \end_inset
34835
34836
34837 \end_layout
34838
34839 \end_inset
34840 </cell>
34841 </row>
34842 <row interlinespace="2.5mm">
34843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34844 \begin_inset Text
34845
34846 \begin_layout Standard
34847 \begin_inset Graphics
34848         filename ../images/buffer-view_ps.png
34849         BoundingBox 0bp 5bp 20bp 25bp
34850         rotateOrigin center
34851
34852 \end_inset
34853
34854
34855 \end_layout
34856
34857 \end_inset
34858 </cell>
34859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34860 \begin_inset Text
34861
34862 \begin_layout Standard
34863
34864 \family sans
34865 View\SpecialChar \menuseparator
34866 Postscript
34867 \end_layout
34868
34869 \end_inset
34870 </cell>
34871 </row>
34872 <row interlinespace="2.5mm">
34873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34874 \begin_inset Text
34875
34876 \begin_layout Standard
34877 \begin_inset Graphics
34878         filename ../images/buffer-update_ps.png
34879         BoundingBox 0bp 5bp 20bp 25bp
34880         rotateOrigin center
34881
34882 \end_inset
34883
34884
34885 \end_layout
34886
34887 \end_inset
34888 </cell>
34889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34890 \begin_inset Text
34891
34892 \begin_layout Standard
34893
34894 \family sans
34895 View\SpecialChar \menuseparator
34896 Update\SpecialChar \menuseparator
34897 Postscript
34898 \end_layout
34899
34900 \end_inset
34901 </cell>
34902 </row>
34903 </lyxtabular>
34904
34905 \end_inset
34906
34907
34908 \end_layout
34909
34910 \begin_layout Subsection
34911 Other Toolbars
34912 \end_layout
34913
34914 \begin_layout Standard
34915 The change tracking toolbar is explained in section\InsetSpace ~
34916
34917 \begin_inset LatexCommand ref
34918 reference "sec:Change-Tracking"
34919
34920 \end_inset
34921
34922 , the table toolbar
34923 \begin_inset LatexCommand index
34924 name "Toolbar ! Table"
34925
34926 \end_inset
34927
34928  is explained in the 
34929 \emph on
34930 Embedded Objects
34931 \emph default
34932  manual.
34933 \end_layout
34934
34935 \begin_layout Chapter
34936 The 
34937 \family sans
34938 Preferences
34939 \family default
34940  Dialog
34941 \begin_inset LatexCommand label
34942 name "cha:The-Preferences-dialog"
34943
34944 \end_inset
34945
34946
34947 \begin_inset LatexCommand index
34948 name "Preferences"
34949
34950 \end_inset
34951
34952
34953 \end_layout
34954
34955 \begin_layout Standard
34956 The preferences dialog is called with the menu Tools\SpecialChar \menuseparator
34957 Preferences.
34958  It consists of submenus explained in the following.
34959 \end_layout
34960
34961 \begin_layout Section
34962 Look and Feel
34963 \end_layout
34964
34965 \begin_layout Subsection
34966 User Interface
34967 \begin_inset LatexCommand label
34968 name "sec:ui"
34969
34970 \end_inset
34971
34972
34973 \begin_inset LatexCommand index
34974 name "Customization ! of toolbars"
34975
34976 \end_inset
34977
34978
34979 \begin_inset LatexCommand index
34980 name "Customization ! of menus"
34981
34982 \end_inset
34983
34984
34985 \end_layout
34986
34987 \begin_layout Standard
34988 \begin_inset Note Greyedout
34989 status open
34990
34991 \begin_layout Standard
34992
34993 \series bold
34994 Note:
34995 \series default
34996  You have to restart LyX before changes in ui- and bind-files take effect.
34997 \end_layout
34998
34999 \end_inset
35000
35001
35002 \end_layout
35003
35004 \begin_layout Subsubsection
35005 User Interface File
35006 \begin_inset LatexCommand index
35007 name "Customization ! of toolbars"
35008
35009 \end_inset
35010
35011
35012 \begin_inset LatexCommand index
35013 name "Customization ! of menus"
35014
35015 \end_inset
35016
35017
35018 \end_layout
35019
35020 \begin_layout Standard
35021 The appearance of the menus and toolbars can be changed by choosing an user
35022  interface (ui) file.
35023  An ui-file is a textfile where the toolbars and menus are listed.
35024  The toolbar buttons and menu entries are specified in the files 
35025 \shape italic
35026 stdtoolbars.inc
35027 \shape default
35028  and 
35029 \shape italic
35030 stdmenus.inc
35031 \shape default
35032 , respectively.
35033  To create your own menu and toolbar layout, start with a copy of these
35034  files and edit the entries.
35035 \end_layout
35036
35037 \begin_layout Standard
35038 The syntax of the .inc-files is straightforward: The 
35039 \family sans
35040 Menubar
35041 \family default
35042
35043 \family sans
35044 Menu
35045 \family default
35046  and 
35047 \family sans
35048 Toolbar
35049 \family default
35050  entries must be ended with an explicit 
35051 \family sans
35052 End
35053 \family default
35054 .
35055  They may contain 
35056 \family sans
35057 Submenus
35058 \family default
35059
35060 \family sans
35061 Items
35062 \family default
35063
35064 \family sans
35065 OptItems
35066 \family default
35067
35068 \family sans
35069 Separators
35070 \family default
35071
35072 \family sans
35073 Icons,
35074 \family default
35075  and in the case of the 
35076 \begin_inset Quotes eld
35077 \end_inset
35078
35079 file
35080 \begin_inset Quotes erd
35081 \end_inset
35082
35083  menus a 
35084 \family sans
35085 Lastfiles
35086 \family default
35087  entry.
35088  The syntax for the entries is:
35089 \end_layout
35090
35091 \begin_layout Standard
35092 \begin_inset VSpace smallskip*
35093 \end_inset
35094
35095
35096 \series bold
35097 Item 
35098 \begin_inset Quotes erd
35099 \end_inset
35100
35101 menu 
35102 \series default
35103 or
35104 \series bold
35105  button name
35106 \begin_inset Quotes erd
35107 \end_inset
35108
35109  
35110 \begin_inset Quotes erd
35111 \end_inset
35112
35113 LyX-function
35114 \begin_inset Quotes erd
35115 \end_inset
35116
35117
35118 \end_layout
35119
35120 \begin_layout Standard
35121 \noindent
35122 \begin_inset VSpace smallskip*
35123 \end_inset
35124
35125 All LyX-functions are listed in 
35126 \begin_inset LatexCommand cite
35127 key "LyX-func"
35128
35129 \end_inset
35130
35131 .
35132 \end_layout
35133
35134 \begin_layout Standard
35135 \begin_inset VSpace medskip
35136 \end_inset
35137
35138
35139 \end_layout
35140
35141 \begin_layout Standard
35142 An example: Assuming you use the menu 
35143 \family sans
35144 Navigate\SpecialChar \menuseparator
35145 Bookmarks
35146 \family default
35147  quite often and therefore want six available bookmarks, you can add the
35148  line
35149 \end_layout
35150
35151 \begin_layout Standard
35152 \begin_inset VSpace smallskip*
35153 \end_inset
35154
35155
35156 \series bold
35157 Item "Save Bookmark 6" "bookmark-save 6"
35158 \end_layout
35159
35160 \begin_layout Standard
35161 \noindent
35162 \begin_inset VSpace smallskip*
35163 \end_inset
35164
35165 to the navigate menu section in the .inc-file to have the sixth bookmark.
35166 \end_layout
35167
35168 \begin_layout Subsubsection
35169 Bind-File
35170 \begin_inset LatexCommand index
35171 name "Bindings"
35172
35173 \end_inset
35174
35175
35176 \end_layout
35177
35178 \begin_layout Standard
35179 Bindings are used to bind a function to a key.
35180  Several binding files are available:
35181 \end_layout
35182
35183 \begin_layout Description
35184 cua.bind typical set of PC keyboard shortcuts
35185 \end_layout
35186
35187 \begin_layout Description
35188 (x)emacs.bind set of bindings like they are used in the editor programs 
35189 \family sans
35190 Emacs
35191 \family default
35192  (
35193 \family sans
35194 XEmacs
35195 \family default
35196 )
35197 \end_layout
35198
35199 \begin_layout Description
35200 mac.bind set of bindings for 
35201 \family sans
35202 Mac\InsetSpace \thinspace{}
35203 OS
35204 \family default
35205  systems.
35206 \end_layout
35207
35208 \begin_layout Standard
35209 There are also bind-files designed for special document classes, like 
35210 \shape italic
35211 broadway.bind
35212 \shape default
35213 , and bind files for special languages.
35214  The name of language bind-files begin with a language code, e.g.
35215  
35216 \begin_inset Quotes eld
35217 \end_inset
35218
35219 pt
35220 \begin_inset Quotes erd
35221 \end_inset
35222
35223  for Portuguese.
35224  If you use LyX in a certain language, LyX will try to use the appropriate
35225  bind-file.
35226 \end_layout
35227
35228 \begin_layout Standard
35229 Some bind-files, like 
35230 \emph on
35231 math.bind
35232 \emph default
35233 , have only a small scope.
35234  When looking at the the end of the file 
35235 \shape italic
35236 cua.bind
35237 \shape default
35238 , you can see that they are included to keep the overview in the bind-file.
35239 \end_layout
35240
35241 \begin_layout Standard
35242 If you like to customize the keybindings to your own taste, modify the bind-file
35243 s with a text editor.
35244  The syntax of the entries is:
35245 \end_layout
35246
35247 \begin_layout Standard
35248
35249 \series bold
35250
35251 \backslash
35252 bind 
35253 \begin_inset Quotes erd
35254 \end_inset
35255
35256 key combination
35257 \begin_inset Quotes erd
35258 \end_inset
35259
35260  
35261 \begin_inset Quotes erd
35262 \end_inset
35263
35264 LyX-function
35265 \begin_inset Quotes erd
35266 \end_inset
35267
35268
35269 \end_layout
35270
35271 \begin_layout Standard
35272 All LyX-functions are listed in 
35273 \begin_inset LatexCommand cite
35274 key "LyX-func"
35275
35276 \end_inset
35277
35278 .
35279 \end_layout
35280
35281 \begin_layout Subsubsection
35282 Session
35283 \end_layout
35284
35285 \begin_layout Standard
35286 When the option 
35287 \family sans
35288 Save\InsetSpace \thinspace{}
35289 /\InsetSpace \thinspace{}
35290 restore window size, or use fixed size
35291 \family default
35292  is not checked, you can specify the size of LyX's main window when LyX
35293  is started.
35294 \end_layout
35295
35296 \begin_layout Standard
35297 With the option 
35298 \family sans
35299 Save\InsetSpace \thinspace{}
35300 /\InsetSpace \thinspace{}
35301 restore window position
35302 \family default
35303  LyX will be opened with its main window at the last used position.
35304 \end_layout
35305
35306 \begin_layout Standard
35307 The option 
35308 \family sans
35309 Restore cursor positions
35310 \family default
35311  sets the cursor to the position in the file where it has been the last
35312  time.
35313 \end_layout
35314
35315 \begin_layout Standard
35316 The option 
35317 \family sans
35318 Load opened files from last session
35319 \family default
35320  opens all files that were opened in the last LyX session.
35321 \end_layout
35322
35323 \begin_layout Subsubsection
35324 Documents
35325 \begin_inset LatexCommand label
35326 name "sub:Backup documents"
35327
35328 \end_inset
35329
35330
35331 \begin_inset LatexCommand index
35332 name "Backup ! Documents"
35333
35334 \end_inset
35335
35336
35337 \end_layout
35338
35339 \begin_layout Standard
35340 When the option 
35341 \family sans
35342 Backup documents
35343 \family default
35344  is set, you can specify the time between backup saves.
35345 \end_layout
35346
35347 \begin_layout Standard
35348
35349 \family sans
35350 Maximum last files
35351 \family default
35352  is the number of last opened files that LyX should display in the menu
35353  
35354 \family sans
35355 File\SpecialChar \menuseparator
35356 Open\InsetSpace ~
35357 Recent
35358 \family default
35359 .
35360 \end_layout
35361
35362 \begin_layout Subsubsection
35363 Scrolling
35364 \end_layout
35365
35366 \begin_layout Standard
35367 The option 
35368 \family sans
35369 Cursor follows scrollbar
35370 \family default
35371  sets the cursor to the top of the currently displayed document part when
35372  scrolling.
35373 \end_layout
35374
35375 \begin_layout Subsubsection
35376 Pixmap Cache
35377 \end_layout
35378
35379 \begin_layout Standard
35380 With the option 
35381 \family sans
35382 Enable Pixmap Cache
35383 \family default
35384  enabled, LyX needs to redraw the screen less often.
35385  This results in better performance, especially on slow systems.
35386  On the other hand, the characters might look more fuzzy on screen.
35387  So whether you enable this or not depends on whether you prefer speed over
35388  aesthetics.
35389  Note that the Pixmap Cache is only available and useful under Mac\InsetSpace ~
35390 OS and
35391  Windows.
35392 \end_layout
35393
35394 \begin_layout Subsection
35395 Screen Fonts
35396 \begin_inset LatexCommand index
35397 name "Font ! Screen"
35398
35399 \end_inset
35400
35401
35402 \begin_inset LatexCommand label
35403 name "sub:Screen-Fonts"
35404
35405 \end_inset
35406
35407
35408 \end_layout
35409
35410 \begin_layout Standard
35411 These fonts are used to display your documents on the screen.
35412 \end_layout
35413
35414 \begin_layout Standard
35415 \begin_inset Note Greyedout
35416 status open
35417
35418 \begin_layout Standard
35419
35420 \series bold
35421 Note:
35422 \series default
35423  This section only deals with the fonts 
35424 \emph on
35425 inside
35426 \emph default
35427  the LyX window.
35428  The fonts that appear on the output are independent from these fonts, and
35429  set in the menu 
35430 \family sans
35431 Layout\SpecialChar \menuseparator
35432 Document
35433 \family default
35434 .
35435 \end_layout
35436
35437 \end_inset
35438
35439
35440 \end_layout
35441
35442 \begin_layout Standard
35443 By default, LyX uses 
35444 \family typewriter
35445 Times
35446 \family default
35447  as roman (serif) font, 
35448 \family typewriter
35449 Arial
35450 \family default
35451  or 
35452 \family typewriter
35453 Helvetica
35454 \family default
35455  (depends on the system) as 
35456 \family sans
35457 sans\InsetSpace ~
35458 serif
35459 \family default
35460  font, and 
35461 \family typewriter
35462 Courier
35463 \family default
35464  as 
35465 \family typewriter
35466 typewriter
35467 \family default
35468  font.
35469 \end_layout
35470
35471 \begin_layout Standard
35472 You can change the font size with the 
35473 \family sans
35474 Zoom
35475 \family default
35476  setting.
35477 \end_layout
35478
35479 \begin_layout Standard
35480
35481 \family sans
35482 Screen DPI
35483 \family default
35484  is the screen resolution in dpi (dots per inch).
35485  The Font Sizes are calculated as letter height in units of points.
35486  72\InsetSpace \thinspace{}
35487 points have the size of 1\InsetSpace \thinspace{}
35488 inch, see Appendix\InsetSpace ~
35489
35490 \begin_inset LatexCommand ref
35491 reference "cha:Units-available-in"
35492
35493 \end_inset
35494
35495 .
35496 \end_layout
35497
35498 \begin_layout Standard
35499 The default 
35500 \family sans
35501 Font Sizes
35502 \family default
35503  are the same as if a document font size of 10
35504 \begin_inset Formula $\,$
35505 \end_inset
35506
35507 pt would be used.
35508  The sizes are explained in detail in section\InsetSpace ~
35509
35510 \begin_inset LatexCommand ref
35511 reference "sub:Document-Font"
35512
35513 \end_inset
35514
35515 .
35516 \end_layout
35517
35518 \begin_layout Subsection
35519 Colors
35520 \begin_inset LatexCommand index
35521 name "Color ! LyX screen"
35522
35523 \end_inset
35524
35525
35526 \begin_inset LatexCommand index
35527 name "Settings ! Color"
35528
35529 \end_inset
35530
35531
35532 \end_layout
35533
35534 \begin_layout Standard
35535 You can here change all colors used by LyX.
35536  Choose an item in the list and use the 
35537 \family sans
35538 Alter
35539 \family default
35540  button.
35541 \end_layout
35542
35543 \begin_layout Subsection
35544 Graphics
35545 \begin_inset LatexCommand index
35546 name "Settings ! Graphics"
35547
35548 \end_inset
35549
35550
35551 \end_layout
35552
35553 \begin_layout Standard
35554 Here you can specify how graphics inside LyX are displayed.
35555 \end_layout
35556
35557 \begin_layout Standard
35558
35559 \family sans
35560 Instant Preview
35561 \family default
35562  enables previewing snippets of your document.
35563  This feature is described in section\InsetSpace ~
35564
35565 \begin_inset LatexCommand ref
35566 reference "sec:Previewing-snippets-of"
35567
35568 \end_inset
35569
35570 .
35571 \end_layout
35572
35573 \begin_layout Subsection
35574 Keyboard Map
35575 \begin_inset LatexCommand index
35576 name "Keyboard Map"
35577
35578 \end_inset
35579
35580
35581 \begin_inset LatexCommand index
35582 name "Settings ! Keyboard Map"
35583
35584 \end_inset
35585
35586
35587 \begin_inset LatexCommand label
35588 name "sub:Keyboard-Map"
35589
35590 \end_inset
35591
35592
35593 \end_layout
35594
35595 \begin_layout Standard
35596 Normally keyboard settings have to be done in a menu of your operating system.
35597  For the case that this is not possible, LyX provides keyboard maps.
35598  If you have e.\InsetSpace \thinspace{}
35599 g.\InsetSpace ~
35600 a Czech keyboard but want to write with it like with a Romanian
35601  one, you can use the keyboard map file named 
35602 \emph on
35603 romanian.kmap
35604 \emph default
35605 .
35606 \end_layout
35607
35608 \begin_layout Standard
35609 \begin_inset Note Greyedout
35610 status open
35611
35612 \begin_layout Standard
35613
35614 \series bold
35615 Note:
35616 \series default
35617  Keyboard maps are only provided as makeshift and don't work on all systems.
35618 \end_layout
35619
35620 \end_inset
35621
35622
35623 \end_layout
35624
35625 \begin_layout Section
35626 Paths
35627 \begin_inset LatexCommand index
35628 name "Paths"
35629
35630 \end_inset
35631
35632
35633 \begin_inset LatexCommand index
35634 name "Settings ! Directory"
35635
35636 \end_inset
35637
35638
35639 \end_layout
35640
35641 \begin_layout Description
35642 Working\InsetSpace ~
35643 directory This is LyX's working directory.
35644  It is the default when you 
35645 \family sans
35646 Open
35647 \family default
35648
35649 \family sans
35650 Save
35651 \family default
35652  or 
35653 \family sans
35654 Save\InsetSpace ~
35655 as
35656 \family default
35657  files.
35658 \end_layout
35659
35660 \begin_layout Description
35661 Document\InsetSpace ~
35662 templates This directory will be opened when you use the menu 
35663 \family sans
35664 File\SpecialChar \menuseparator
35665 New\InsetSpace ~
35666 from\InsetSpace ~
35667 Template
35668 \family default
35669 .
35670 \end_layout
35671
35672 \begin_layout Description
35673 Backup\InsetSpace ~
35674 directory
35675 \begin_inset LatexCommand index
35676 name "Backup ! Directory"
35677
35678 \end_inset
35679
35680  Backup copies will be saved to this directory.
35681  When no directory is given but backups are enabled as described in section\InsetSpace ~
35682
35683 \begin_inset LatexCommand ref
35684 reference "sub:Backup documents"
35685
35686 \end_inset
35687
35688 , the 
35689 \family sans
35690 Working directory
35691 \family default
35692  will be used to save the backups.
35693 \newline
35694 The backup files have the ending 
35695 \begin_inset Quotes eld
35696 \end_inset
35697
35698 .lyx~
35699 \begin_inset Quotes erd
35700 \end_inset
35701
35702 .
35703 \end_layout
35704
35705 \begin_layout Description
35706 Ly
35707 \begin_inset ERT
35708 status collapsed
35709
35710 \begin_layout Standard
35711
35712 {}
35713 \end_layout
35714
35715 \end_inset
35716
35717 XServer-Pipe Here you can enter the name of a Unix-pipe.
35718  This pipe is used to send data from external programs to LyX.
35719 \newline
35720
35721 \begin_inset Note Greyedout
35722 status open
35723
35724 \begin_layout Standard
35725
35726 \series bold
35727 Note:
35728 \series default
35729  This feature doesn't work on Windows systems.
35730 \end_layout
35731
35732 \end_inset
35733
35734
35735 \end_layout
35736
35737 \begin_layout Description
35738 Temporary\InsetSpace ~
35739 directory Temporary files will be saved in this directory.
35740 \end_layout
35741
35742 \begin_layout Description
35743 PATH\InsetSpace ~
35744 prefix This field contains a list of paths to external programs.
35745  When LyX needs to use an external program, it looks in this list where
35746  to find it on the system.
35747  The path list is automatically set up on Windows and Mac systems while
35748  LyX is configured, so that you normally don't have to modify it.
35749  On Unix\InsetSpace \thinspace{}
35750 /\InsetSpace \thinspace{}
35751 Linux systems, the path list will need to be set only if there
35752  are external programs you wish to use that are not in your normal system
35753  path ($PATH).
35754  
35755 \end_layout
35756
35757 \begin_layout Section
35758 Identity
35759 \end_layout
35760
35761 \begin_layout Standard
35762 Here you can insert your name and email address.
35763  The identity will be used when you have enabled change tracking as described
35764  in section\InsetSpace ~
35765
35766 \begin_inset LatexCommand ref
35767 reference "sec:Change-Tracking"
35768
35769 \end_inset
35770
35771 , to mark changes you make as yours.
35772 \end_layout
35773
35774 \begin_layout Section
35775 Language Settings
35776 \begin_inset LatexCommand index
35777 name "Language ! Settings"
35778
35779 \end_inset
35780
35781
35782 \begin_inset LatexCommand index
35783 name "Settings ! Language"
35784
35785 \end_inset
35786
35787
35788 \end_layout
35789
35790 \begin_layout Subsection
35791 Language
35792 \end_layout
35793
35794 \begin_layout Description
35795 Default\InsetSpace ~
35796 language is the language used in new documents
35797 \end_layout
35798
35799 \begin_layout Description
35800 Language\InsetSpace ~
35801 package is a LaTeX-command to load a LaTeX-package that handles
35802  language issues.
35803  The default is the LaTeX-command 
35804 \family sans
35805
35806 \backslash
35807 usepackage{babel}
35808 \family default
35809  that loads the package 
35810 \series bold
35811 babel
35812 \series default
35813 .
35814 \begin_inset Foot
35815 status collapsed
35816
35817 \begin_layout Standard
35818 For an introduction to the LaTeX-Syntax, have a look at section\InsetSpace ~
35819
35820 \begin_inset LatexCommand ref
35821 reference "sec:ERT"
35822
35823 \end_inset
35824
35825 .
35826 \end_layout
35827
35828 \end_inset
35829
35830
35831 \newline
35832 The 
35833 \series bold
35834 babel
35835 \series default
35836  translates in the background automatically text labels of documents to
35837  the document language.
35838  A text label is for instance the word 
35839 \begin_inset Quotes eld
35840 \end_inset
35841
35842 Table
35843 \begin_inset Quotes erd
35844 \end_inset
35845
35846  at the beginning of every table-caption.
35847 \end_layout
35848
35849 \begin_layout Description
35850 Command\InsetSpace ~
35851 start When a special LaTeX-package is needed to write in a certain
35852  document language, you can here specify the command to start the package.
35853  An example is the start command 
35854 \family sans
35855
35856 \backslash
35857 begin{arabtext}
35858 \family default
35859  that is needed to write Arabic using the package 
35860 \series bold
35861 ArabTeX
35862 \series default
35863 , see 
35864 \begin_inset LatexCommand cite
35865 key "Arabic"
35866
35867 \end_inset
35868
35869 .
35870  The default is the 
35871 \series bold
35872 babel
35873 \series default
35874  command 
35875 \family sans
35876
35877 \backslash
35878 selectlanguage{$$lang}
35879 \family default
35880 .
35881 \end_layout
35882
35883 \begin_layout Description
35884 Command\InsetSpace ~
35885 end Counterpart to 
35886 \family sans
35887 Command start
35888 \family default
35889 .
35890  Some packages, like the default, don't have an end command since the start
35891  command toggles the package on and off.
35892 \end_layout
35893
35894 \begin_layout Description
35895 Use\InsetSpace ~
35896 babel Whether 
35897 \series bold
35898 babel
35899 \series default
35900  is used or not.
35901 \end_layout
35902
35903 \begin_layout Description
35904 Global When this option is set, the languages used in the document will
35905  be added as options to the document class options, so that they can be
35906  used by all LaTeX-packages.
35907  Otherwise they will only be used as options for the 
35908 \series bold
35909 babel
35910 \series default
35911  package.
35912 \end_layout
35913
35914 \begin_layout Description
35915 Auto\InsetSpace ~
35916 begin When this option is set, the documents starts with the chosen
35917  document language.
35918  When this option is not set, the 
35919 \family sans
35920 Command\InsetSpace ~
35921 start
35922 \family default
35923  is explicitly set to the beginning of the document in the LaTeX-output.
35924  This assures that the correct language is used when you use another 
35925 \family sans
35926 Command\InsetSpace ~
35927 start
35928 \family default
35929  than the default.
35930 \end_layout
35931
35932 \begin_layout Description
35933 Auto\InsetSpace ~
35934 end Counterpart to 
35935 \family sans
35936 Auto\InsetSpace ~
35937 begin
35938 \family default
35939 .
35940  When it is not set, the 
35941 \family sans
35942 Command\InsetSpace ~
35943 end
35944 \family default
35945  is set to the end of the document.
35946 \end_layout
35947
35948 \begin_layout Description
35949 Mark\InsetSpace ~
35950 foreign\InsetSpace ~
35951 languages Text marked formatted in a language different from
35952  the document language will be underlined blue.
35953 \end_layout
35954
35955 \begin_layout Description
35956 Right\InsetSpace ~
35957 to\InsetSpace ~
35958 left\InsetSpace ~
35959 language\InsetSpace ~
35960 support Enables the use of languages, written from right
35961  to left, like Arabic, Hebrew, Farsi.
35962 \end_layout
35963
35964 \begin_layout Subsection
35965 Spellchecker
35966 \end_layout
35967
35968 \begin_layout Standard
35969 The spellchecker settings are explained in section\InsetSpace ~
35970
35971 \begin_inset LatexCommand ref
35972 reference "sec:Spellchecking"
35973
35974 \end_inset
35975
35976
35977 \end_layout
35978
35979 \begin_layout Section
35980 Outputs
35981 \end_layout
35982
35983 \begin_layout Subsection
35984 Printer
35985 \begin_inset LatexCommand label
35986 name "sub:Printer"
35987
35988 \end_inset
35989
35990
35991 \begin_inset LatexCommand index
35992 name "Printer"
35993
35994 \end_inset
35995
35996
35997 \begin_inset LatexCommand index
35998 name "Settings ! Printer"
35999
36000 \end_inset
36001
36002
36003 \end_layout
36004
36005 \begin_layout Description
36006 Default\InsetSpace ~
36007 printer Here you can specify the name of your default printer.
36008  The name will be used when the 
36009 \family sans
36010 Printer command
36011 \family default
36012  is executed.
36013 \newline
36014
36015 \begin_inset Note Greyedout
36016 status open
36017
36018 \begin_layout Standard
36019
36020 \series bold
36021 Note:
36022 \series default
36023  You can leave this field empty on Windows systems because it has there
36024  no effect.
36025 \end_layout
36026
36027 \end_inset
36028
36029
36030 \end_layout
36031
36032 \begin_layout Description
36033 Adapt\InsetSpace ~
36034 output\InsetSpace ~
36035 to\InsetSpace ~
36036 printer This option works only for the 
36037 \family sans
36038 Printer command
36039 \family default
36040  
36041 \begin_inset Quotes eld
36042 \end_inset
36043
36044
36045 \family sans
36046 dvips
36047 \family default
36048
36049 \begin_inset Quotes erd
36050 \end_inset
36051
36052 .
36053  It activates a configuration file for dvips.
36054  This is an option only for dvips experts.
36055 \end_layout
36056
36057 \begin_layout Description
36058 Printer\InsetSpace ~
36059 command is the command LyX\InsetSpace \thinspace{}
36060 /\InsetSpace \thinspace{}
36061 LaTeX uses for printing.
36062  The default is on most systems 
36063 \family sans
36064 dvips
36065 \family default
36066 .
36067 \end_layout
36068
36069 \begin_layout Description
36070 Printer\InsetSpace ~
36071 Command\InsetSpace ~
36072 Options Here you can specify printer options.
36073  A list of printer options with explanations can be found in the documentation
36074  of the program that provides the 
36075 \family sans
36076 Printer command
36077 \family default
36078  you are using.
36079 \end_layout
36080
36081 \begin_layout Subsection
36082 Date Format
36083 \begin_inset LatexCommand index
36084 name "Date Format"
36085
36086 \end_inset
36087
36088
36089 \begin_inset LatexCommand index
36090 name "Settings ! Date format"
36091
36092 \end_inset
36093
36094
36095 \end_layout
36096
36097 \begin_layout Standard
36098 The date format can be one or a mixture of the formats listed here:
36099 \newline
36100
36101 \begin_inset LatexCommand url
36102 target "http://unixhelp.ed.ac.uk/CGI/man-cgi?date"
36103
36104 \end_inset
36105
36106
36107 \newline
36108 For example the format
36109 \newline
36110 %d/%m/%y
36111 \newline
36112 prints the date as day/month/year.
36113 \end_layout
36114
36115 \begin_layout Subsection
36116 Plain Text
36117 \end_layout
36118
36119 \begin_layout Description
36120 Output\InsetSpace ~
36121 line\InsetSpace ~
36122 length sets the maximum number of characters printed in one line
36123  when using the menu 
36124 \family sans
36125 File\SpecialChar \menuseparator
36126 Export\SpecialChar \menuseparator
36127 Plain\InsetSpace ~
36128 text
36129 \family default
36130 .
36131  Setting the line line length to 0 means all text is printed in one endless
36132  line.
36133 \end_layout
36134
36135 \begin_layout Description
36136 roff\InsetSpace ~
36137 command defines an additional command used to produce better ASCII tables
36138  with the 
36139 \family typewriter
36140 groff/troff/nroff
36141 \family default
36142  UNIX-commands (refer to their manuals for more information about them).
36143  Setting this as empty tells LyX to use the internal formatter.
36144 \end_layout
36145
36146 \begin_layout Subsection
36147 LaT
36148 \begin_inset ERT
36149 status collapsed
36150
36151 \begin_layout Standard
36152
36153 {}
36154 \end_layout
36155
36156 \end_inset
36157
36158 eX
36159 \begin_inset LatexCommand label
36160 name "sub:LaTeX-settings"
36161
36162 \end_inset
36163
36164
36165 \begin_inset LatexCommand index
36166 name "Settings ! LaTeX"
36167
36168 \end_inset
36169
36170
36171 \end_layout
36172
36173 \begin_layout Description
36174 Te
36175 \begin_inset ERT
36176 status collapsed
36177
36178 \begin_layout Standard
36179
36180 {}
36181 \end_layout
36182
36183 \end_inset
36184
36185 X\InsetSpace ~
36186 encoding This is the default encoding of the document font.
36187  
36188 \family sans
36189 T1
36190 \family default
36191  is the default and covers western languages and symbols.
36192  
36193 \family sans
36194 T2A
36195 \family default
36196
36197 \family sans
36198 T2B
36199 \family default
36200
36201 \family sans
36202 T2C
36203 \family default
36204
36205 \family sans
36206 LCY
36207 \family default
36208 , and 
36209 \family sans
36210 X2
36211 \family default
36212  are for Cyrillic.
36213  Combinations of the encodings are possible, like 
36214 \begin_inset Quotes erd
36215 \end_inset
36216
36217
36218 \family sans
36219 T1, T2B
36220 \family default
36221
36222 \begin_inset Quotes erd
36223 \end_inset
36224
36225 .
36226  The font encoding is normally automatically loaded by the language packages
36227  LyX sets up in the background.
36228  So there is no need to change the default encoding.
36229 \end_layout
36230
36231 \begin_layout Description
36232 Default\InsetSpace ~
36233 paper\InsetSpace ~
36234 size This is the paper size that is used for new documents.
36235  The 
36236 \family sans
36237 Default
36238 \family default
36239  value depends on your LaTeX-system setup.
36240 \end_layout
36241
36242 \begin_layout Description
36243 Reset\InsetSpace ~
36244 class\InsetSpace ~
36245 options\InsetSpace ~
36246 when\InsetSpace ~
36247 document\InsetSpace ~
36248 classes\InsetSpace ~
36249 changes Removes all manually set document
36250  class options in the 
36251 \family sans
36252 Document\SpecialChar \menuseparator
36253 Settings
36254 \family default
36255  dialog when changing the document class.
36256 \end_layout
36257
36258 \begin_layout Standard
36259 In the 
36260 \family sans
36261 External Applications
36262 \family default
36263  field you can specify commands with parameters for the listed applications.
36264  Before you change something here, it is strongly recommended to read the
36265  manuals of the applications.
36266  Currently the following commands can be set:
36267 \end_layout
36268
36269 \begin_layout Description
36270 CheckTe
36271 \begin_inset ERT
36272 status collapsed
36273
36274 \begin_layout Standard
36275
36276 {}
36277 \end_layout
36278
36279 \end_inset
36280
36281 X\InsetSpace ~
36282 command Command for the program 
36283 \family sans
36284 CheckTeX
36285 \family default
36286  that is described in section 
36287 \emph on
36288 Checking TeX
36289 \emph default
36290  of the 
36291 \emph on
36292 Extended Features
36293 \emph default
36294  manual.
36295 \end_layout
36296
36297 \begin_layout Description
36298 BibTe
36299 \begin_inset ERT
36300 status collapsed
36301
36302 \begin_layout Standard
36303
36304 {}
36305 \end_layout
36306
36307 \end_inset
36308
36309 X\InsetSpace ~
36310 command Command for the program 
36311 \family sans
36312 BibTeX
36313 \family default
36314  that generates the bibliography, see section\InsetSpace ~
36315
36316 \begin_inset LatexCommand ref
36317 reference "sub:Bibliography-databases"
36318
36319 \end_inset
36320
36321 .
36322 \end_layout
36323
36324 \begin_layout Description
36325 Index\InsetSpace ~
36326 command Command for the program that generates the index, see section\InsetSpace ~
36327
36328 \begin_inset LatexCommand ref
36329 reference "sub:Index-Program"
36330
36331 \end_inset
36332
36333 .
36334 \end_layout
36335
36336 \begin_layout Description
36337 DVI\InsetSpace ~
36338 viewer\InsetSpace ~
36339 paper\InsetSpace ~
36340 size\InsetSpace ~
36341 options They only have an effect when the program 
36342 \family sans
36343 xdvi
36344 \family default
36345  is used as DVI-viewer.
36346 \end_layout
36347
36348 \begin_layout Subsection
36349 Paths
36350 \begin_inset LatexCommand index
36351 name "Paths"
36352
36353 \end_inset
36354
36355
36356 \begin_inset LatexCommand index
36357 name "Settings ! Paths"
36358
36359 \end_inset
36360
36361
36362 \end_layout
36363
36364 \begin_layout Standard
36365 The submenu 
36366 \family sans
36367 Paths
36368 \family default
36369  is only available in the Windows version of LyX.
36370  The option 
36371 \family sans
36372 Use Windows-style paths in LaTeX files
36373 \family default
36374  uses the Windows path style:
36375 \end_layout
36376
36377 \begin_layout Standard
36378 C:
36379 \backslash
36380 test
36381 \backslash
36382 hello
36383 \end_layout
36384
36385 \begin_layout Standard
36386 instead of the Unix path style:
36387 \end_layout
36388
36389 \begin_layout Standard
36390 C:/test/hello
36391 \end_layout
36392
36393 \begin_layout Section
36394 Converters
36395 \begin_inset LatexCommand index
36396 name "Converters"
36397
36398 \end_inset
36399
36400
36401 \end_layout
36402
36403 \begin_layout Standard
36404 Here you find the list of defined converter commands to convert material
36405  from one format to another.
36406  You can modify them or create new ones.
36407  To modify a converter, select it, change the entry of the field 
36408 \family sans
36409 Converter
36410 \family default
36411  and/or 
36412 \family sans
36413 Extra\InsetSpace ~
36414 flag
36415 \family default
36416 , and press the 
36417 \family sans
36418 Modify
36419 \family default
36420  button.
36421  To create a new converter, select an existing one, select a different format
36422  in the 
36423 \family sans
36424 From\InsetSpace ~
36425 format
36426 \family default
36427  drop-down list, modify the 
36428 \family sans
36429 Converter
36430 \family default
36431  field, and press the 
36432 \family sans
36433 Add
36434 \family default
36435  button.
36436 \end_layout
36437
36438 \begin_layout Standard
36439 When the 
36440 \family sans
36441 Converter File Cache
36442 \family default
36443  is enabled, conversions will be cached as long as specified in the field
36444  
36445 \family sans
36446 Maximum Age (in days
36447 \family default
36448 ).
36449  This means that images don't need to be converted again when you reopen
36450  a document; the converted images from the cache will be used instead.
36451 \end_layout
36452
36453 \begin_layout Standard
36454 More about converters, like the variables and flags that can be used in
36455  the converter definition, is described in section 
36456 \emph on
36457 Converters
36458 \emph default
36459  of the 
36460 \emph on
36461 Customization
36462 \emph default
36463  manual.
36464 \end_layout
36465
36466 \begin_layout Section
36467 File Formats
36468 \begin_inset LatexCommand index
36469 name "File formats"
36470
36471 \end_inset
36472
36473
36474 \begin_inset LatexCommand label
36475 name "sec:File-Formats"
36476
36477 \end_inset
36478
36479
36480 \end_layout
36481
36482 \begin_layout Standard
36483 Here you find the list of defined file formats that LyX can handle.
36484  You can modify the viewer and editor program that should be used for certain
36485  formats.
36486  To create a new format, select an existing one, change the entry of the
36487  fields 
36488 \family sans
36489 Format
36490 \family default
36491  and 
36492 \family sans
36493 GUI\InsetSpace ~
36494 name
36495 \family default
36496 , and press the 
36497 \family sans
36498 Add
36499 \family default
36500  button.
36501 \end_layout
36502
36503 \begin_layout Standard
36504 More about formats, like the options that can be used in the format definition,
36505  is described in section 
36506 \emph on
36507 Formats
36508 \emph default
36509  of the 
36510 \emph on
36511 Customization
36512 \emph default
36513  manual.
36514 \end_layout
36515
36516 \begin_layout Section
36517 Copiers
36518 \begin_inset LatexCommand index
36519 name "Copiers"
36520
36521 \end_inset
36522
36523
36524 \end_layout
36525
36526 \begin_layout Standard
36527 Here you find the list of defined copiers.
36528  Since all conversions from one format to another take place in LyX's temporary
36529  directory, it is sometimes necessary to modify a file before copying it
36530  to the temporary directory in order that the conversion may be performed.
36531  This is done by a Copier.
36532 \end_layout
36533
36534 \begin_layout Standard
36535 More about converters is described in section 
36536 \emph on
36537 Copiers
36538 \emph default
36539  of the 
36540 \emph on
36541 Customization
36542 \emph default
36543  manual.
36544 \end_layout
36545
36546 \begin_layout Chapter
36547 Units available in LyX
36548 \begin_inset LatexCommand index
36549 name "Units"
36550
36551 \end_inset
36552
36553
36554 \begin_inset LatexCommand label
36555 name "cha:Units-available-in"
36556
36557 \end_inset
36558
36559
36560 \end_layout
36561
36562 \begin_layout Standard
36563 To understand the units described in this documentation, 
36564 \begin_inset LatexCommand ref
36565 reference "cap:Units"
36566
36567 \end_inset
36568
36569  explains all units available in LyX.
36570 \end_layout
36571
36572 \begin_layout Standard
36573 \begin_inset Float table
36574 placement h
36575 wide false
36576 sideways false
36577 status open
36578
36579 \begin_layout Standard
36580 \begin_inset Caption
36581
36582 \begin_layout Standard
36583 \begin_inset LatexCommand label
36584 name "cap:Units"
36585
36586 \end_inset
36587
36588 Units
36589 \end_layout
36590
36591 \end_inset
36592
36593
36594 \end_layout
36595
36596 \begin_layout Standard
36597 \begin_inset VSpace medskip
36598 \end_inset
36599
36600
36601 \end_layout
36602
36603 \begin_layout Standard
36604 \align center
36605 \begin_inset Tabular
36606 <lyxtabular version="3" rows="20" columns="2">
36607 <features>
36608 <column alignment="center" valignment="top" leftline="true" width="0">
36609 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
36610 <row topline="true" bottomline="true">
36611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36612 \begin_inset Text
36613
36614 \begin_layout Standard
36615 unit
36616 \end_layout
36617
36618 \end_inset
36619 </cell>
36620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36621 \begin_inset Text
36622
36623 \begin_layout Standard
36624 name/description
36625 \end_layout
36626
36627 \end_inset
36628 </cell>
36629 </row>
36630 <row topline="true">
36631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36632 \begin_inset Text
36633
36634 \begin_layout Standard
36635 mm
36636 \end_layout
36637
36638 \end_inset
36639 </cell>
36640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36641 \begin_inset Text
36642
36643 \begin_layout Standard
36644 millimeter
36645 \end_layout
36646
36647 \end_inset
36648 </cell>
36649 </row>
36650 <row topline="true">
36651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36652 \begin_inset Text
36653
36654 \begin_layout Standard
36655 cm
36656 \end_layout
36657
36658 \end_inset
36659 </cell>
36660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36661 \begin_inset Text
36662
36663 \begin_layout Standard
36664 centimeter
36665 \end_layout
36666
36667 \end_inset
36668 </cell>
36669 </row>
36670 <row topline="true">
36671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36672 \begin_inset Text
36673
36674 \begin_layout Standard
36675 in
36676 \end_layout
36677
36678 \end_inset
36679 </cell>
36680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36681 \begin_inset Text
36682
36683 \begin_layout Standard
36684 inch
36685 \end_layout
36686
36687 \end_inset
36688 </cell>
36689 </row>
36690 <row topline="true">
36691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36692 \begin_inset Text
36693
36694 \begin_layout Standard
36695 pt
36696 \end_layout
36697
36698 \end_inset
36699 </cell>
36700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36701 \begin_inset Text
36702
36703 \begin_layout Standard
36704 point (72.27\InsetSpace \thinspace{}
36705 pt = 1\InsetSpace \thinspace{}
36706 in)
36707 \end_layout
36708
36709 \end_inset
36710 </cell>
36711 </row>
36712 <row topline="true">
36713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36714 \begin_inset Text
36715
36716 \begin_layout Standard
36717 pc
36718 \end_layout
36719
36720 \end_inset
36721 </cell>
36722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36723 \begin_inset Text
36724
36725 \begin_layout Standard
36726 pica (1\InsetSpace \thinspace{}
36727 pc = 12\InsetSpace \thinspace{}
36728 pt)
36729 \end_layout
36730
36731 \end_inset
36732 </cell>
36733 </row>
36734 <row topline="true">
36735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36736 \begin_inset Text
36737
36738 \begin_layout Standard
36739 sp
36740 \end_layout
36741
36742 \end_inset
36743 </cell>
36744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36745 \begin_inset Text
36746
36747 \begin_layout Standard
36748 scaled point (65536\InsetSpace \thinspace{}
36749 sp = 1\InsetSpace \thinspace{}
36750 pt)
36751 \end_layout
36752
36753 \end_inset
36754 </cell>
36755 </row>
36756 <row topline="true">
36757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36758 \begin_inset Text
36759
36760 \begin_layout Standard
36761 bp
36762 \end_layout
36763
36764 \end_inset
36765 </cell>
36766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36767 \begin_inset Text
36768
36769 \begin_layout Standard
36770 big point (72\InsetSpace \thinspace{}
36771 bp = 1\InsetSpace \thinspace{}
36772 in)
36773 \end_layout
36774
36775 \end_inset
36776 </cell>
36777 </row>
36778 <row topline="true">
36779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36780 \begin_inset Text
36781
36782 \begin_layout Standard
36783 dd
36784 \end_layout
36785
36786 \end_inset
36787 </cell>
36788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36789 \begin_inset Text
36790
36791 \begin_layout Standard
36792 didot (72\InsetSpace \thinspace{}
36793 dd 
36794 \begin_inset Formula $\approx$
36795 \end_inset
36796
36797  37.6\InsetSpace \thinspace{}
36798 mm)
36799 \end_layout
36800
36801 \end_inset
36802 </cell>
36803 </row>
36804 <row topline="true">
36805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36806 \begin_inset Text
36807
36808 \begin_layout Standard
36809 cc
36810 \end_layout
36811
36812 \end_inset
36813 </cell>
36814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36815 \begin_inset Text
36816
36817 \begin_layout Standard
36818 cicero (1\InsetSpace \thinspace{}
36819 cc = 12\InsetSpace \thinspace{}
36820 dd)
36821 \end_layout
36822
36823 \end_inset
36824 </cell>
36825 </row>
36826 <row topline="true">
36827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36828 \begin_inset Text
36829
36830 \begin_layout Standard
36831 Scale%
36832 \end_layout
36833
36834 \end_inset
36835 </cell>
36836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36837 \begin_inset Text
36838
36839 \begin_layout Standard
36840 % of original image width
36841 \end_layout
36842
36843 \end_inset
36844 </cell>
36845 </row>
36846 <row topline="true">
36847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36848 \begin_inset Text
36849
36850 \begin_layout Standard
36851 text%
36852 \end_layout
36853
36854 \end_inset
36855 </cell>
36856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36857 \begin_inset Text
36858
36859 \begin_layout Standard
36860 % of text width
36861 \end_layout
36862
36863 \end_inset
36864 </cell>
36865 </row>
36866 <row topline="true">
36867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36868 \begin_inset Text
36869
36870 \begin_layout Standard
36871 col%
36872 \end_layout
36873
36874 \end_inset
36875 </cell>
36876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36877 \begin_inset Text
36878
36879 \begin_layout Standard
36880 % of column width
36881 \end_layout
36882
36883 \end_inset
36884 </cell>
36885 </row>
36886 <row topline="true">
36887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36888 \begin_inset Text
36889
36890 \begin_layout Standard
36891 page%
36892 \end_layout
36893
36894 \end_inset
36895 </cell>
36896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36897 \begin_inset Text
36898
36899 \begin_layout Standard
36900 % of paper width
36901 \end_layout
36902
36903 \end_inset
36904 </cell>
36905 </row>
36906 <row topline="true">
36907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36908 \begin_inset Text
36909
36910 \begin_layout Standard
36911 line%
36912 \end_layout
36913
36914 \end_inset
36915 </cell>
36916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36917 \begin_inset Text
36918
36919 \begin_layout Standard
36920 % of line width
36921 \end_layout
36922
36923 \end_inset
36924 </cell>
36925 </row>
36926 <row topline="true">
36927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36928 \begin_inset Text
36929
36930 \begin_layout Standard
36931 theight%
36932 \end_layout
36933
36934 \end_inset
36935 </cell>
36936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36937 \begin_inset Text
36938
36939 \begin_layout Standard
36940 % of text height
36941 \end_layout
36942
36943 \end_inset
36944 </cell>
36945 </row>
36946 <row topline="true">
36947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36948 \begin_inset Text
36949
36950 \begin_layout Standard
36951 pheight%
36952 \end_layout
36953
36954 \end_inset
36955 </cell>
36956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36957 \begin_inset Text
36958
36959 \begin_layout Standard
36960 % of paper height
36961 \end_layout
36962
36963 \end_inset
36964 </cell>
36965 </row>
36966 <row topline="true">
36967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36968 \begin_inset Text
36969
36970 \begin_layout Standard
36971 ex
36972 \end_layout
36973
36974 \end_inset
36975 </cell>
36976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36977 \begin_inset Text
36978
36979 \begin_layout Standard
36980 height of letter 
36981 \emph on
36982 x
36983 \emph default
36984  in current font
36985 \end_layout
36986
36987 \end_inset
36988 </cell>
36989 </row>
36990 <row topline="true">
36991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36992 \begin_inset Text
36993
36994 \begin_layout Standard
36995 em
36996 \end_layout
36997
36998 \end_inset
36999 </cell>
37000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37001 \begin_inset Text
37002
37003 \begin_layout Standard
37004 width of letter 
37005 \emph on
37006 M
37007 \emph default
37008  in current font
37009 \end_layout
37010
37011 \end_inset
37012 </cell>
37013 </row>
37014 <row topline="true" bottomline="true">
37015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37016 \begin_inset Text
37017
37018 \begin_layout Standard
37019 mu
37020 \end_layout
37021
37022 \end_inset
37023 </cell>
37024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37025 \begin_inset Text
37026
37027 \begin_layout Standard
37028 math unit (1\InsetSpace \thinspace{}
37029 mu = 1/18\InsetSpace \thinspace{}
37030 em)
37031 \end_layout
37032
37033 \end_inset
37034 </cell>
37035 </row>
37036 </lyxtabular>
37037
37038 \end_inset
37039
37040
37041 \end_layout
37042
37043 \end_inset
37044
37045
37046 \end_layout
37047
37048 \begin_layout Chapter
37049 Credits
37050 \begin_inset LatexCommand label
37051 name "cha:Credits"
37052
37053 \end_inset
37054
37055
37056 \end_layout
37057
37058 \begin_layout Standard
37059 The documentation is a collaborative effort between many different people
37060  (and we would encourage people to contribute!).
37061 \end_layout
37062
37063 \begin_layout Itemize
37064
37065 \noun on
37066 Alejandro Aguilar Sierra
37067 \end_layout
37068
37069 \begin_layout Itemize
37070
37071 \noun on
37072 Amir Karger
37073 \end_layout
37074
37075 \begin_layout Itemize
37076
37077 \noun on
37078 David Johnson
37079 \end_layout
37080
37081 \begin_layout Itemize
37082
37083 \noun on
37084 Hartmut Haase
37085 \end_layout
37086
37087 \begin_layout Itemize
37088
37089 \noun on
37090 Ignacio García
37091 \end_layout
37092
37093 \begin_layout Itemize
37094
37095 \noun on
37096 Ivan Schreter
37097 \end_layout
37098
37099 \begin_layout Itemize
37100
37101 \noun on
37102 John Raithel
37103 \end_layout
37104
37105 \begin_layout Itemize
37106
37107 \noun on
37108 John Weiss
37109 \end_layout
37110
37111 \begin_layout Itemize
37112
37113 \noun on
37114 Lars Gullik Bjønnes
37115 \end_layout
37116
37117 \begin_layout Itemize
37118
37119 \noun on
37120 Matthias Ettrich
37121 \end_layout
37122
37123 \begin_layout Itemize
37124
37125 \noun on
37126 Matthias Zenker
37127 \end_layout
37128
37129 \begin_layout Itemize
37130
37131 \noun on
37132 Rich Fields
37133 \end_layout
37134
37135 \begin_layout Itemize
37136
37137 \noun on
37138 Pascal André
37139 \end_layout
37140
37141 \begin_layout Itemize
37142
37143 \noun on
37144 Paul Evans
37145 \end_layout
37146
37147 \begin_layout Itemize
37148
37149 \noun on
37150 Paul Russel
37151 \end_layout
37152
37153 \begin_layout Itemize
37154
37155 \noun on
37156 Robin Socha
37157 \end_layout
37158
37159 \begin_layout Itemize
37160
37161 \noun on
37162 Uwe Stöhr
37163 \end_layout
37164
37165 \begin_layout Itemize
37166 The LyX Team: 
37167 \begin_inset LatexCommand cite
37168 key "lyxcredit"
37169
37170 \end_inset
37171
37172
37173 \end_layout
37174
37175 \begin_layout Standard
37176
37177 \newpage
37178 The bibliography on the following page was created with the 
37179 \family sans
37180 Bibliography
37181 \family default
37182  environment.
37183 \end_layout
37184
37185 \begin_layout Bibliography
37186 \begin_inset LatexCommand bibitem
37187 label "Credits"
37188 key "lyxcredit"
37189
37190 \end_inset
37191
37192 The LyX Team: 
37193 \begin_inset ERT
37194 status collapsed
37195
37196 \begin_layout Standard
37197
37198
37199 \backslash
37200 href{http://www.lyx.org/trac/browser/lyx-devel/trunk/lib/CREDITS}{
37201 \end_layout
37202
37203 \end_inset
37204
37205 Credits
37206 \begin_inset ERT
37207 status collapsed
37208
37209 \begin_layout Standard
37210
37211 }
37212 \end_layout
37213
37214 \end_inset
37215
37216
37217 \begin_inset Note Note
37218 status collapsed
37219
37220 \begin_layout Standard
37221 The command 
37222 \series bold
37223
37224 \backslash
37225 href
37226 \series default
37227  is explained in the 
37228 \emph on
37229 Embedded Objects
37230 \emph default
37231  manual.
37232  It creates a hyperlink.
37233 \end_layout
37234
37235 \end_inset
37236
37237 :
37238 \newline
37239
37240 \begin_inset LatexCommand url
37241 target "http://www.lyx.org/trac/browser/lyx-devel/trunk/lib/CREDITS"
37242
37243 \end_inset
37244
37245
37246 \end_layout
37247
37248 \begin_layout Bibliography
37249 \begin_inset LatexCommand bibitem
37250 key "latexcompanion"
37251
37252 \end_inset
37253
37254 Frank Mittelbach and Michel Goossens: 
37255 \emph on
37256 The LaTeX Companion Second Edition.
37257
37258 \emph default
37259  Addison-Wesley, 2004
37260 \end_layout
37261
37262 \begin_layout Bibliography
37263 \begin_inset LatexCommand bibitem
37264 key "latexguide"
37265
37266 \end_inset
37267
37268 Helmut Kopka and Patrick W.
37269  Daly: 
37270 \emph on
37271 A Guide to LaTeX Fourth Edition.
37272
37273 \emph default
37274  Addison-Wesley, 2003
37275 \end_layout
37276
37277 \begin_layout Bibliography
37278 \begin_inset LatexCommand bibitem
37279 key "latexbook"
37280
37281 \end_inset
37282
37283 Leslie Lamport: 
37284 \emph on
37285 LaTeX: A Document Preparation System.
37286
37287 \emph default
37288  Addison-Wesley, second edition, 1994
37289 \end_layout
37290
37291 \begin_layout Bibliography
37292 \begin_inset LatexCommand bibitem
37293 key "texbook"
37294
37295 \end_inset
37296
37297 Donald E.
37298  Knuth.
37299  
37300 \emph on
37301 The TeXbook.
37302
37303 \emph default
37304  Addison-Wesley, 1984
37305 \end_layout
37306
37307 \begin_layout Bibliography
37308 \begin_inset LatexCommand bibitem
37309 key "TeXCatalogue"
37310
37311 \end_inset
37312
37313 The TeX Catalogue:
37314 \newline
37315
37316 \begin_inset LatexCommand url
37317 target "http://www.ctan.org/tex-archive/help/Catalogue/bytopic.html"
37318
37319 \end_inset
37320
37321
37322 \end_layout
37323
37324 \begin_layout Bibliography
37325 \begin_inset LatexCommand bibitem
37326 key "LaTeXFAQ"
37327
37328 \end_inset
37329
37330
37331 \begin_inset LatexCommand url
37332 name "The LaTeX FAQ:"
37333 target "http://www.tex.ac.uk/cgi-bin/texfaq2html"
37334
37335 \end_inset
37336
37337
37338 \end_layout
37339
37340 \begin_layout Bibliography
37341 \begin_inset LatexCommand bibitem
37342 key "makeindex"
37343
37344 \end_inset
37345
37346
37347 \begin_inset ERT
37348 status collapsed
37349
37350 \begin_layout Standard
37351
37352
37353 \backslash
37354 href{http://tug.ctan.org/indexing/makeindex/doc/manpages.dvi}{
37355 \end_layout
37356
37357 \end_inset
37358
37359 Documentation
37360 \begin_inset ERT
37361 status collapsed
37362
37363 \begin_layout Standard
37364
37365 }
37366 \end_layout
37367
37368 \end_inset
37369
37370  of the program 
37371 \family sans
37372 makeindex
37373 \family default
37374 :
37375 \newline
37376
37377 \begin_inset LatexCommand url
37378 target "http://tug.ctan.org/indexing/makeindex/doc/manpages.dvi"
37379
37380 \end_inset
37381
37382
37383 \end_layout
37384
37385 \begin_layout Bibliography
37386 \begin_inset LatexCommand bibitem
37387 key "caption"
37388
37389 \end_inset
37390
37391
37392 \begin_inset ERT
37393 status collapsed
37394
37395 \begin_layout Standard
37396
37397
37398 \backslash
37399 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf}{
37400 \end_layout
37401
37402 \end_inset
37403
37404 Documentation
37405 \begin_inset ERT
37406 status collapsed
37407
37408 \begin_layout Standard
37409
37410 }
37411 \end_layout
37412
37413 \end_inset
37414
37415  of the LaTeX-package 
37416 \series bold
37417 caption
37418 \series default
37419
37420 \begin_inset LatexCommand index
37421 name "LaTeX-packages ! caption"
37422
37423 \end_inset
37424
37425 :
37426 \newline
37427
37428 \begin_inset LatexCommand url
37429 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
37430
37431 \end_inset
37432
37433
37434 \end_layout
37435
37436 \begin_layout Bibliography
37437 \begin_inset LatexCommand bibitem
37438 key "fancyhdr"
37439
37440 \end_inset
37441
37442
37443 \begin_inset ERT
37444 status collapsed
37445
37446 \begin_layout Standard
37447
37448
37449 \backslash
37450 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/fancyhdr/fancyhdr.pdf}
37451 {
37452 \end_layout
37453
37454 \end_inset
37455
37456 Documentation
37457 \begin_inset ERT
37458 status collapsed
37459
37460 \begin_layout Standard
37461
37462 }
37463 \end_layout
37464
37465 \end_inset
37466
37467  of the LaTeX-package 
37468 \series bold
37469 fancyhdr
37470 \series default
37471
37472 \begin_inset LatexCommand index
37473 name "LaTeX-packages ! fancyhdr"
37474
37475 \end_inset
37476
37477 :
37478 \newline
37479
37480 \begin_inset LatexCommand url
37481 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/fancyhdr/fancyhdr.pdf"
37482
37483 \end_inset
37484
37485
37486 \end_layout
37487
37488 \begin_layout Bibliography
37489 \begin_inset LatexCommand bibitem
37490 key "floatflt"
37491
37492 \end_inset
37493
37494
37495 \begin_inset ERT
37496 status collapsed
37497
37498 \begin_layout Standard
37499
37500
37501 \backslash
37502 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/floatflt/floatflt.pdf}
37503 {
37504 \end_layout
37505
37506 \end_inset
37507
37508 Documentation
37509 \begin_inset ERT
37510 status collapsed
37511
37512 \begin_layout Standard
37513
37514 }
37515 \end_layout
37516
37517 \end_inset
37518
37519  of the LaTeX-package 
37520 \series bold
37521 floatflt
37522 \series default
37523
37524 \begin_inset LatexCommand index
37525 name "LaTeX-packages ! floatflt"
37526
37527 \end_inset
37528
37529 :
37530 \newline
37531
37532 \begin_inset LatexCommand url
37533 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/floatflt/floatflt.pdf"
37534
37535 \end_inset
37536
37537
37538 \end_layout
37539
37540 \begin_layout Bibliography
37541 \begin_inset LatexCommand bibitem
37542 key "nomencl"
37543
37544 \end_inset
37545
37546
37547 \begin_inset ERT
37548 status collapsed
37549
37550 \begin_layout Standard
37551
37552
37553 \backslash
37554 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/nomencl/nomencl.pdf}{
37555 \end_layout
37556
37557 \end_inset
37558
37559 Documentation
37560 \begin_inset ERT
37561 status collapsed
37562
37563 \begin_layout Standard
37564
37565 }
37566 \end_layout
37567
37568 \end_inset
37569
37570  of the LaTeX-package 
37571 \series bold
37572 nomencl
37573 \series default
37574
37575 \begin_inset LatexCommand index
37576 name "LaTeX-packages ! nomencl"
37577
37578 \end_inset
37579
37580 :
37581 \newline
37582
37583 \begin_inset LatexCommand url
37584 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/nomencl/nomencl.pdf"
37585
37586 \end_inset
37587
37588
37589 \end_layout
37590
37591 \begin_layout Bibliography
37592 \begin_inset LatexCommand bibitem
37593 key "tipa"
37594
37595 \end_inset
37596
37597
37598 \begin_inset ERT
37599 status collapsed
37600
37601 \begin_layout Standard
37602
37603
37604 \backslash
37605 href{http://www.ctan.org/tex-archive/fonts/tipa/tipaman.pdf}{
37606 \end_layout
37607
37608 \end_inset
37609
37610 Documentation
37611 \begin_inset ERT
37612 status collapsed
37613
37614 \begin_layout Standard
37615
37616 }
37617 \end_layout
37618
37619 \end_inset
37620
37621  of the LaTeX-package 
37622 \series bold
37623 tipa
37624 \series default
37625
37626 \begin_inset LatexCommand index
37627 name "LaTeX-packages ! tipa"
37628
37629 \end_inset
37630
37631 :
37632 \newline
37633
37634 \begin_inset LatexCommand url
37635 target "http://www.ctan.org/tex-archive/fonts/tipa/tipaman.pdf"
37636
37637 \end_inset
37638
37639
37640 \end_layout
37641
37642 \begin_layout Bibliography
37643 \begin_inset LatexCommand bibitem
37644 key "XeTeX"
37645
37646 \end_inset
37647
37648
37649 \begin_inset ERT
37650 status collapsed
37651
37652 \begin_layout Standard
37653
37654
37655 \backslash
37656 href{http://wiki.lyx.org/LyX/XeTeX}{
37657 \end_layout
37658
37659 \end_inset
37660
37661 Wiki-page
37662 \begin_inset ERT
37663 status collapsed
37664
37665 \begin_layout Standard
37666
37667 }
37668 \end_layout
37669
37670 \end_inset
37671
37672  how to use LyX with XeTeX:
37673 \newline
37674
37675 \begin_inset LatexCommand url
37676 target "http://wiki.lyx.org/LyX/XeTeX"
37677
37678 \end_inset
37679
37680
37681 \end_layout
37682
37683 \begin_layout Bibliography
37684 \begin_inset LatexCommand bibitem
37685 key "Arabic"
37686
37687 \end_inset
37688
37689
37690 \begin_inset ERT
37691 status collapsed
37692
37693 \begin_layout Standard
37694
37695
37696 \backslash
37697 href{http://wiki.lyx.org/Windows/Arabic}{
37698 \end_layout
37699
37700 \end_inset
37701
37702 Wiki-page
37703 \begin_inset ERT
37704 status collapsed
37705
37706 \begin_layout Standard
37707
37708 }
37709 \end_layout
37710
37711 \end_inset
37712
37713  how to set up LyX for Arabic:
37714 \newline
37715
37716 \begin_inset LatexCommand url
37717 target "http://wiki.lyx.org/Windows/Arabic"
37718
37719 \end_inset
37720
37721
37722 \end_layout
37723
37724 \begin_layout Bibliography
37725 \begin_inset LatexCommand bibitem
37726 key "Armenian"
37727
37728 \end_inset
37729
37730
37731 \begin_inset ERT
37732 status collapsed
37733
37734 \begin_layout Standard
37735
37736
37737 \backslash
37738 href{http://wiki.lyx.org/Windows/Armenian}{
37739 \end_layout
37740
37741 \end_inset
37742
37743 Wiki-page
37744 \begin_inset ERT
37745 status collapsed
37746
37747 \begin_layout Standard
37748
37749 }
37750 \end_layout
37751
37752 \end_inset
37753
37754  how to set up LyX for Armenian:
37755 \newline
37756
37757 \begin_inset LatexCommand url
37758 target "http://wiki.lyx.org/Windows/Armenian"
37759
37760 \end_inset
37761
37762
37763 \end_layout
37764
37765 \begin_layout Bibliography
37766 \begin_inset LatexCommand bibitem
37767 key "Farsi"
37768
37769 \end_inset
37770
37771
37772 \begin_inset ERT
37773 status collapsed
37774
37775 \begin_layout Standard
37776
37777
37778 \backslash
37779 href{http://wiki.lyx.org/Windows/Farsi}{
37780 \end_layout
37781
37782 \end_inset
37783
37784 Wiki-page
37785 \begin_inset ERT
37786 status collapsed
37787
37788 \begin_layout Standard
37789
37790 }
37791 \end_layout
37792
37793 \end_inset
37794
37795  how to set up LyX for Farsi:
37796 \newline
37797
37798 \begin_inset LatexCommand url
37799 target "http://wiki.lyx.org/Windows/Farsi"
37800
37801 \end_inset
37802
37803
37804 \end_layout
37805
37806 \begin_layout Bibliography
37807 \begin_inset LatexCommand bibitem
37808 key "Hebrew"
37809
37810 \end_inset
37811
37812
37813 \begin_inset ERT
37814 status collapsed
37815
37816 \begin_layout Standard
37817
37818
37819 \backslash
37820 href{http://wiki.lyx.org/Windows/Hebrew}{
37821 \end_layout
37822
37823 \end_inset
37824
37825 Wiki-page
37826 \begin_inset ERT
37827 status collapsed
37828
37829 \begin_layout Standard
37830
37831 }
37832 \end_layout
37833
37834 \end_inset
37835
37836  how to set up LyX for Hebrew:
37837 \newline
37838
37839 \begin_inset LatexCommand url
37840 target "http://wiki.lyx.org/Windows/Hebrew"
37841
37842 \end_inset
37843
37844
37845 \end_layout
37846
37847 \begin_layout Bibliography
37848 \begin_inset LatexCommand bibitem
37849 key "LyX-func"
37850
37851 \end_inset
37852
37853
37854 \begin_inset ERT
37855 status collapsed
37856
37857 \begin_layout Standard
37858
37859
37860 \backslash
37861 href{http://wiki.lyx.org/LyX/LyxFunctionList}{
37862 \end_layout
37863
37864 \end_inset
37865
37866 Wiki-page
37867 \begin_inset ERT
37868 status collapsed
37869
37870 \begin_layout Standard
37871
37872 }
37873 \end_layout
37874
37875 \end_inset
37876
37877  with a list of all available LyX-functions:
37878 \newline
37879
37880 \begin_inset LatexCommand url
37881 target "http://wiki.lyx.org/LyX/LyxFunctionList"
37882
37883 \end_inset
37884
37885
37886 \end_layout
37887
37888 \begin_layout Standard
37889
37890 \newpage
37891
37892 \begin_inset ERT
37893 status collapsed
37894
37895 \begin_layout Standard
37896
37897
37898 \backslash
37899 let
37900 \backslash
37901 mybibname
37902 \backslash
37903 bibname
37904 \end_layout
37905
37906 \begin_layout Standard
37907
37908
37909 \backslash
37910 renewcommand{
37911 \backslash
37912 bibname}{
37913 \backslash
37914 mybibname
37915 \backslash
37916 ; 2}
37917 \end_layout
37918
37919 \end_inset
37920
37921
37922 \begin_inset Note Note
37923 status collapsed
37924
37925 \begin_layout Standard
37926 The command 
37927 \series bold
37928
37929 \backslash
37930 bibname
37931 \series default
37932  is the name of the bibliography in the current document language.
37933  It is redefined here with the number 2 at the end to state that the following
37934  bibliography is the second one:
37935 \end_layout
37936
37937 \end_inset
37938
37939
37940 \end_layout
37941
37942 \begin_layout Standard
37943 \begin_inset LatexCommand bibtex
37944 options "biblio/alphadin"
37945 bibfiles "biblio/LyXDocs"
37946
37947 \end_inset
37948
37949
37950 \end_layout
37951
37952 \begin_layout Standard
37953 The above bibliography is created from a BibTeX-database.
37954 \end_layout
37955
37956 \begin_layout Standard
37957
37958 \series bold
37959 \begin_inset LatexCommand printnomenclature
37960
37961 \end_inset
37962
37963
37964 \begin_inset LatexCommand printindex
37965
37966 \end_inset
37967
37968
37969 \end_layout
37970
37971 \end_body
37972 \end_document