]> git.lyx.org Git - features.git/blob - lib/doc/UserGuide.lyx
6b6a7cc99acb51f827abab97c7920ea414891afb
[features.git] / lib / doc / UserGuide.lyx
1 #LyX 2.0.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 373
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 \fi % end if pdflatex is used
23
24 % for correct jump positions whe clicking on a link to a float
25 \usepackage[figure]{hypcap}
26
27 % the pages of the TOC is numbered roman
28 % and a pdf-bookmark for the TOC is added
29 \let\myTOC\tableofcontents
30 \renewcommand\tableofcontents{%
31   \frontmatter
32   \pdfbookmark[1]{\contentsname}{}
33   \myTOC
34   \mainmatter }
35
36 % redefine the \LyX macro for PDF bookmarks
37 \def\LyX{\texorpdfstring{%
38   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
39   {LyX}}
40
41 % define a short command for \textvisiblespace
42 \newcommand{\spce}{\textvisiblespace}
43
44 % macro for italic page numbers in the index
45 \newcommand{\IndexDef}[1]{\textit{#1}}
46
47 % redefine the greyed out note
48 \renewenvironment{lyxgreyedout}
49  {\textcolor{blue}\bgroup}{\egroup}
50
51 % workaround for a makeindex bug,
52 % see sec. "Index Entry Order"
53 % only uncomment this when you are using makindex
54 %\let\OrgIndex\index 
55 %\renewcommand*{\index}[1]{\OrgIndex{#1}}
56 \end_preamble
57 \options intoc,bibtotoc,idxtotoc,BCOR7mm,tablecaptionabove
58 \use_default_options false
59 \language english
60 \inputencoding auto
61 \fontencoding global
62 \font_roman default
63 \font_sans default
64 \font_typewriter default
65 \font_default_family default
66 \use_xetex false
67 \font_sc false
68 \font_osf false
69 \font_sf_scale 100
70 \font_tt_scale 100
71
72 \graphics default
73 \default_output_format default
74 \bibtex_command default
75 \index_command default
76 \paperfontsize 12
77 \spacing single
78 \use_hyperref true
79 \pdf_title "The LyX User's Guide"
80 \pdf_author "LyX Team"
81 \pdf_subject "LyX"
82 \pdf_keywords "LyX"
83 \pdf_bookmarks true
84 \pdf_bookmarksnumbered true
85 \pdf_bookmarksopen false
86 \pdf_bookmarksopenlevel 1
87 \pdf_breaklinks false
88 \pdf_pdfborder false
89 \pdf_colorlinks true
90 \pdf_backref false
91 \pdf_pdfusetitle false
92 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,pdfpagelayout=OneColumn, pdfnewwindow=true,pdfstartview=XYZ, plainpages=false, pdfpagelabels,pdftex"
93 \papersize default
94 \use_geometry false
95 \use_amsmath 1
96 \use_esint 1
97 \use_mhchem 1
98 \cite_engine basic
99 \use_bibtopic false
100 \use_indices false
101 \paperorientation portrait
102 \suppress_date false
103 \branch Question
104 \selected 1
105 \filename_suffix 0
106 \color #00ff00
107 \end_branch
108 \branch Answer
109 \selected 0
110 \filename_suffix 0
111 \color #aa55ff
112 \end_branch
113 \index Index
114 \shortcut idx
115 \color #008000
116 \end_index
117 \secnumdepth 3
118 \tocdepth 2
119 \paragraph_separation indent
120 \paragraph_indentation default
121 \quotes_language english
122 \papercolumns 1
123 \papersides 2
124 \paperpagestyle default
125 \tracking_changes false
126 \output_changes false
127 \end_header
128
129 \begin_body
130
131 \begin_layout Title
132 The LyX User's Guide
133 \end_layout
134
135 \begin_layout Author
136 by the LyX Team
137 \begin_inset Foot
138 status collapsed
139
140 \begin_layout Plain Layout
141 \noindent
142 If you have comments or error corrections, please send them to the LyX Documenta
143 tion mailing list: 
144 \begin_inset CommandInset href
145 LatexCommand href
146 target "lyx-docs@lists.lyx.org"
147 type "mailto:"
148
149 \end_inset
150
151
152 \end_layout
153
154 \end_inset
155
156
157 \begin_inset Newline newline
158 \end_inset
159
160
161 \begin_inset Newline newline
162 \end_inset
163
164 Version 2.0.x
165 \begin_inset Note Note
166 status open
167
168 \begin_layout Plain Layout
169 The latest PDF-version of this document can be found here:
170 \begin_inset Newline newline
171 \end_inset
172
173
174 \series bold
175 http://wiki.lyx.org/LyX/DocumentationDevelopment#UserGuide
176 \end_layout
177
178 \end_inset
179
180
181 \end_layout
182
183 \begin_layout Standard
184 \begin_inset CommandInset toc
185 LatexCommand tableofcontents
186
187 \end_inset
188
189
190 \end_layout
191
192 \begin_layout Chapter
193 Getting Started
194 \end_layout
195
196 \begin_layout Section
197 What is LyX?
198 \end_layout
199
200 \begin_layout Standard
201 LyX is a document preparation system.
202  It is a tool for producing beautiful manuscripts, publishable books, business
203  letters and proposals, and even poetry.
204  It is unlike most other 
205 \begin_inset Quotes eld
206 \end_inset
207
208 word processors
209 \begin_inset Quotes erd
210 \end_inset
211
212  in the sense that it uses the paradigm of a markup language as its core
213  editing style.
214  That means that when you type a section header, you mark it as a 
215 \begin_inset Quotes eld
216 \end_inset
217
218 Section
219 \begin_inset Quotes erd
220 \end_inset
221
222 , not 
223 \begin_inset Quotes eld
224 \end_inset
225
226 Bold, 17
227 \begin_inset space \thinspace{}
228 \end_inset
229
230 pt type, left justified, 5
231 \begin_inset space \thinspace{}
232 \end_inset
233
234 mm space below
235 \begin_inset Quotes erd
236 \end_inset
237
238 .
239  LyX takes care of the typesetting for you, so you deal only with concepts,
240  not the mechanics.
241 \end_layout
242
243 \begin_layout Standard
244 This philosophy is explained in much greater detail in the 
245 \emph on
246
247 \begin_inset Quotes eld
248 \end_inset
249
250 Introduction
251 \begin_inset Quotes erd
252 \end_inset
253
254
255 \emph default
256 .
257  If you haven't read it yet, you need to.
258  Yes, we mean now.
259 \end_layout
260
261 \begin_layout Standard
262 The 
263 \begin_inset Quotes eld
264 \end_inset
265
266
267 \emph on
268 Introduction
269 \emph default
270
271 \begin_inset Quotes erd
272 \end_inset
273
274  describes several things in addition to LyX's philosophy: most importantly,
275  the format of all of the manuals.
276  If you don't read it, you'll have a bear of a time navigating this manual.
277  You might also be better served looking in one of the other manuals instead
278  of this one.
279  
280 \begin_inset Quotes eld
281 \end_inset
282
283
284 \emph on
285 Introduction
286 \emph default
287
288 \begin_inset Quotes erd
289 \end_inset
290
291  describes that, too.
292 \end_layout
293
294 \begin_layout Section
295 How LyX Looks
296 \end_layout
297
298 \begin_layout Standard
299 Like most applications, LyX has the familiar menu bar across the top of
300  its window.
301  Below it is a toolbar with a pulldown box and various buttons.
302  There is, of course, a vertical scrollbar and a main work area for editing
303  documents.
304 \end_layout
305
306 \begin_layout Standard
307 Note that there is no horizontal scroll bar.
308  This is not a bug or an oversight, but intentional.
309  When you read a book, you expect the end of a line to wrap around to the
310  next line.
311  Text overflows onto new pages in a vertical fashion, hence the need for
312  only a vertical scrollbar.
313  There are three cases where you might want a horizontal scrollbar.
314  The first case is large figures, displayed WYSIWYG\SpecialChar \@.
315  This, however, is due
316  to a flaw in the routine that displays graphics on the LyX screen in a
317  WYSIWYG fashion; it should rescale the graphics to fit in the window, just
318  as you'd need to rescale graphics to fit on a page.
319  The second and third cases are tables and equations which are wider than
320  the LyX window.
321  You can use the arrow keys to scroll horizontally through the table, but
322  this doesn't work for equations yet.
323 \end_layout
324
325 \begin_layout Standard
326 For a brief description of all LyX menus and toolbar buttons, have a look
327  at Appendix
328 \begin_inset space ~
329 \end_inset
330
331
332 \begin_inset CommandInset ref
333 LatexCommand ref
334 reference "cha:The-User-Interface"
335
336 \end_inset
337
338 .
339  Most of them are self-explanatory and you'll find them listed in the correspond
340 ing sections of this documentation.
341 \end_layout
342
343 \begin_layout Section
344 HELP
345 \end_layout
346
347 \begin_layout Standard
348 The help system consists of the LyX manuals.
349  You can read 
350 \emph on
351 all
352 \emph default
353  of the manuals from inside LyX.
354  Just select the manual you want read from the 
355 \family sans
356 Help
357 \family default
358  menu.
359 \end_layout
360
361 \begin_layout Section
362 Basic LyX Setup
363 \begin_inset CommandInset label
364 LatexCommand label
365 name "sec:Basic-LyX-Setup"
366
367 \end_inset
368
369
370 \end_layout
371
372 \begin_layout Standard
373 There are several features of LyX that can be configured from inside LyX,
374  without resorting to configuration files.
375  First, LyX is able to inspect your system to see what programs, LaTeX document
376  classes and LaTeX packages are available.
377  It uses this knowledge to give reasonable defaults to several 
378 \family sans
379 Preferences
380 \family default
381
382 \begin_inset Index idx
383 status collapsed
384
385 \begin_layout Plain Layout
386 Preferences
387 \end_layout
388
389 \end_inset
390
391  settings.
392  Although this configuration has already been done when LyX was installed
393  on your system, you might have some items that you installed locally, e.
394 \begin_inset space \thinspace{}
395 \end_inset
396
397 g.
398 \begin_inset space \space{}
399 \end_inset
400
401 new LaTeX classes, and which are not seen by LyX.
402  To force LyX to re-inspect your system, you should use 
403 \family sans
404 Tools\SpecialChar \menuseparator
405 Reconfigure
406 \family default
407 .
408 \begin_inset Index idx
409 status collapsed
410
411 \begin_layout Plain Layout
412 Reconfiguration of LyX
413 \end_layout
414
415 \end_inset
416
417  You should then restart LyX to ensure that the changes are taken into account.
418 \end_layout
419
420 \begin_layout Section
421 LaTeX Setup
422 \begin_inset CommandInset label
423 LatexCommand label
424 name "sec:LaTeX-Setup"
425
426 \end_inset
427
428
429 \end_layout
430
431 \begin_layout Standard
432 LyX needs several LaTeX packages to work properly.
433  The packages found on the system by LyX are listed in the file 
434 \emph on
435 LaT
436 \emph default
437
438 \begin_inset ERT
439 status collapsed
440
441 \begin_layout Plain Layout
442
443 {}
444 \end_layout
445
446 \end_inset
447
448
449 \emph on
450 eX
451 \begin_inset space ~
452 \end_inset
453
454 Configuration
455 \emph default
456  that will be created when using the menu 
457 \family sans
458 Help\SpecialChar \menuseparator
459 LaT
460 \begin_inset ERT
461 status collapsed
462
463 \begin_layout Plain Layout
464
465 {}
466 \end_layout
467
468 \end_inset
469
470 eX
471 \begin_inset space ~
472 \end_inset
473
474 Configuration
475 \family default
476 .
477  You should install the required missing packages and then reconfigure LyX.
478 \begin_inset Note Note
479 status collapsed
480
481 \begin_layout Plain Layout
482 The two braces in the TeX Code box prevent that the term 
483 \begin_inset Quotes eld
484 \end_inset
485
486 LaTeX
487 \begin_inset Quotes erd
488 \end_inset
489
490  is printed with sub- and superscript letters.
491  More about TeX Code is described in section
492 \begin_inset space ~
493 \end_inset
494
495
496 \begin_inset CommandInset ref
497 LatexCommand ref
498 reference "sec:TeX-Code"
499
500 \end_inset
501
502 , the printout of proper names like LaTeX is explained in section
503 \begin_inset space ~
504 \end_inset
505
506
507 \begin_inset CommandInset ref
508 LatexCommand ref
509 reference "sub:LyX's-Proper-Names"
510
511 \end_inset
512
513 .
514 \end_layout
515
516 \end_inset
517
518
519 \begin_inset Index idx
520 status collapsed
521
522 \begin_layout Plain Layout
523 Reconfiguration of LyX
524 \end_layout
525
526 \end_inset
527
528
529 \end_layout
530
531 \begin_layout Chapter
532 How to work with LyX
533 \end_layout
534
535 \begin_layout Section
536 Basic File Operations
537 \begin_inset Index idx
538 status collapsed
539
540 \begin_layout Plain Layout
541 File Operations
542 \end_layout
543
544 \end_inset
545
546
547 \end_layout
548
549 \begin_layout Standard
550 Under the 
551 \family sans
552 File
553 \family default
554  menu and in the standard toolbar are basic operations for any word processor
555  in addition to some more advanced operations:
556 \end_layout
557
558 \begin_layout Itemize
559
560 \family sans
561 New 
562 \begin_inset Graphics
563         filename ../images/buffer-new.png
564         BoundingBox 0bp 5bp 20bp 20bp
565
566 \end_inset
567
568
569 \end_layout
570
571 \begin_layout Itemize
572
573 \family sans
574 New
575 \begin_inset space ~
576 \end_inset
577
578 from
579 \bar under
580
581 \begin_inset space ~
582 \end_inset
583
584
585 \bar default
586 Template
587 \end_layout
588
589 \begin_layout Itemize
590
591 \family sans
592 Open 
593 \family default
594
595 \begin_inset Graphics
596         filename ../images/file-open.png
597         BoundingBox 0bp 5bp 20bp 20bp
598
599 \end_inset
600
601
602 \end_layout
603
604 \begin_layout Itemize
605
606 \family sans
607 Close
608 \end_layout
609
610 \begin_layout Itemize
611
612 \family sans
613 Save 
614 \family default
615
616 \begin_inset Graphics
617         filename ../images/buffer-write.png
618         BoundingBox 0bp 5bp 20bp 20bp
619
620 \end_inset
621
622
623 \end_layout
624
625 \begin_layout Itemize
626
627 \family sans
628 Save
629 \begin_inset space ~
630 \end_inset
631
632 As
633 \end_layout
634
635 \begin_layout Itemize
636
637 \family sans
638 Revert
639 \begin_inset space ~
640 \end_inset
641
642 to
643 \begin_inset space ~
644 \end_inset
645
646 saved
647 \end_layout
648
649 \begin_layout Itemize
650
651 \family sans
652 Version
653 \begin_inset space ~
654 \end_inset
655
656 Control
657 \end_layout
658
659 \begin_layout Itemize
660
661 \family sans
662 Import
663 \end_layout
664
665 \begin_layout Itemize
666
667 \family sans
668 Export
669 \end_layout
670
671 \begin_layout Itemize
672
673 \family sans
674 Print 
675 \family default
676
677 \begin_inset Graphics
678         filename ../images/dialog-show_print.png
679         BoundingBox 0bp 5bp 24bp 20bp
680
681 \end_inset
682
683
684 \end_layout
685
686 \begin_layout Itemize
687
688 \family sans
689 Exit
690 \end_layout
691
692 \begin_layout Standard
693 They all do pretty much the same thing as in other word processors, with
694  a few minor differences.
695  The 
696 \family sans
697 File\SpecialChar \menuseparator
698 New
699 \begin_inset space ~
700 \end_inset
701
702 from
703 \bar under
704
705 \begin_inset space ~
706 \end_inset
707
708
709 \bar default
710 Template
711 \family default
712  command not only prompts you for a name for the new file, but also prompts
713  you for a template to use.
714  Selecting a template will automatically set certain layout features for
715  the document, features you would otherwise need to change manually.
716  They can be of use for certain classes, especially those for writing letters
717  (see section
718 \begin_inset space ~
719 \end_inset
720
721
722 \begin_inset CommandInset ref
723 LatexCommand ref
724 reference "sec:Document-Classes"
725
726 \end_inset
727
728 ).
729 \end_layout
730
731 \begin_layout Standard
732 Note: There is no 
733 \begin_inset Quotes eld
734 \end_inset
735
736 default file
737 \begin_inset Quotes erd
738 \end_inset
739
740  or document named 
741 \begin_inset Quotes eld
742 \end_inset
743
744 Untitled
745 \begin_inset Quotes erd
746 \end_inset
747
748  or 
749 \begin_inset Quotes eld
750 \end_inset
751
752 scratch.
753 \begin_inset Quotes erd
754 \end_inset
755
756  Unless you tell LyX to open a file or create a new one, that big, blank
757  space is just that — a big, blank space.
758 \end_layout
759
760 \begin_layout Standard
761
762 \family sans
763 Revert
764 \begin_inset space ~
765 \end_inset
766
767 to
768 \begin_inset space ~
769 \end_inset
770
771 saved
772 \family default
773  and 
774 \family sans
775 Version
776 \begin_inset space ~
777 \end_inset
778
779 Control
780 \family default
781  are useful if more people work on the same document at the same time
782 \begin_inset Foot
783 status collapsed
784
785 \begin_layout Plain Layout
786 If you plan to do this, you should check out the Version Control feature
787  in LyX also.
788  Read 
789 \emph on
790 Additional Features
791 \emph default
792 \SpecialChar \@.
793
794 \end_layout
795
796 \end_inset
797
798 .
799  
800 \family sans
801 Revert
802 \begin_inset space ~
803 \end_inset
804
805 to
806 \begin_inset space ~
807 \end_inset
808
809 saved
810 \family default
811  will reload the document from disk.
812  You can of course also use it if you regret that you changed a document
813  and want to restore it to the last save.
814  With
815 \family sans
816  Version
817 \begin_inset space ~
818 \end_inset
819
820 Control 
821 \family default
822 you can there register the changes you made to a document so that others
823  can identify them as your changes.
824 \end_layout
825
826 \begin_layout Section
827 Basic Editing Features
828 \begin_inset Index idx
829 status collapsed
830
831 \begin_layout Plain Layout
832 Editing
833 \end_layout
834
835 \end_inset
836
837
838 \begin_inset CommandInset label
839 LatexCommand label
840 name "sec:Basic-Editing-Features"
841
842 \end_inset
843
844
845 \end_layout
846
847 \begin_layout Standard
848 Like most modern word processors, LyX can perform cut and paste operations
849  on blocks of text, can move by character, word, or page of text, and can
850  delete whole words as well as individual characters.
851  The next four sections cover the basic LyX editing features and how to
852  access them.
853  We'll start with cut and paste.
854 \end_layout
855
856 \begin_layout Standard
857 As you might expect, the 
858 \family sans
859 Edit
860 \family default
861  menu and the standard toolbar has the cut and paste commands, along with
862  various other editing features.
863  Some of these are special and covered in later sections.
864  The basic ones are:
865 \end_layout
866
867 \begin_layout Itemize
868
869 \family sans
870 Cut 
871 \family default
872
873 \begin_inset Graphics
874         filename ../images/cut.png
875         BoundingBox 0bp 5bp 20bp 20bp
876
877 \end_inset
878
879
880 \end_layout
881
882 \begin_layout Itemize
883
884 \family sans
885 Copy 
886 \family default
887
888 \begin_inset Graphics
889         filename ../images/copy.png
890         BoundingBox 0bp 5bp 20bp 20bp
891
892 \end_inset
893
894
895 \end_layout
896
897 \begin_layout Itemize
898
899 \family sans
900 Paste 
901 \family default
902
903 \begin_inset Graphics
904         filename ../images/paste.png
905         BoundingBox 0bp 5bp 20bp 20bp
906
907 \end_inset
908
909
910 \end_layout
911
912 \begin_layout Itemize
913
914 \family sans
915 Paste
916 \begin_inset space ~
917 \end_inset
918
919 Recent
920 \end_layout
921
922 \begin_layout Itemize
923
924 \family sans
925 Paste
926 \begin_inset space ~
927 \end_inset
928
929 Special
930 \end_layout
931
932 \begin_layout Itemize
933
934 \family sans
935 Find
936 \begin_inset space ~
937 \end_inset
938
939 &
940 \begin_inset space ~
941 \end_inset
942
943 Replace 
944 \family default
945
946 \begin_inset Graphics
947         filename ../images/dialog-show_findreplace.png
948         BoundingBox 0bp 5bp 20bp 25bp
949         rotateOrigin center
950
951 \end_inset
952
953
954 \end_layout
955
956 \begin_layout Standard
957 The first three are self-explanatory.
958  One thing to note: whenever you delete a block of text that you've selected,
959  it's automatically placed in the clipboard.
960  That is, the 
961 \family sans
962 Delete
963 \family default
964  and 
965 \family sans
966 Backspace
967 \family default
968  keys also functions as the 
969 \family sans
970 Cut
971 \family default
972  command.
973  Also, if you've selected text, be careful: If you hit a key, LyX will completel
974 y delete the selected text and replace it with what you just typed.
975  You'll have to do an 
976 \family sans
977 Undo
978 \family default
979  to get back the lost text.
980 \end_layout
981
982 \begin_layout Standard
983 \begin_inset Index idx
984 status collapsed
985
986 \begin_layout Plain Layout
987 Paste
988 \end_layout
989
990 \end_inset
991
992 You can also copy text between LyX and other programs by cut, copy and paste.
993  The submenu of 
994 \family sans
995 Paste
996 \begin_inset space ~
997 \end_inset
998
999 Recent
1000 \family default
1001  shows you a list with the last strings you have pasted.
1002 \end_layout
1003
1004 \begin_layout Standard
1005 The menu 
1006 \family sans
1007 Edit\SpecialChar \menuseparator
1008 Paste
1009 \begin_inset space ~
1010 \end_inset
1011
1012 Special\SpecialChar \menuseparator
1013 Plain
1014 \begin_inset space ~
1015 \end_inset
1016
1017 Text, Join
1018 \begin_inset space ~
1019 \end_inset
1020
1021 Lines
1022 \family default
1023  will insert the text in the clipboard so that the whole text is inserted
1024  as 
1025 \emph on
1026 one
1027 \emph default
1028  paragraph.
1029  A new paragraph is started when there is a blank line in the file.
1030  Without 
1031 \family sans
1032 Join
1033 \begin_inset space ~
1034 \end_inset
1035
1036 Lines
1037 \family default
1038 , the text is inserted as Paragraphs, where the line breaks of the text
1039  will start a new paragraph.
1040 \end_layout
1041
1042 \begin_layout Standard
1043 \begin_inset Index idx
1044 status collapsed
1045
1046 \begin_layout Plain Layout
1047 Replace
1048 \end_layout
1049
1050 \end_inset
1051
1052
1053 \begin_inset Index idx
1054 status collapsed
1055
1056 \begin_layout Plain Layout
1057 Find
1058 \end_layout
1059
1060 \end_inset
1061
1062 The 
1063 \family sans
1064 Edit\SpecialChar \menuseparator
1065 Find
1066 \begin_inset space ~
1067 \end_inset
1068
1069 &
1070 \begin_inset space ~
1071 \end_inset
1072
1073 Replace
1074 \family default
1075  item opens the 
1076 \family sans
1077 Find
1078 \begin_inset space ~
1079 \end_inset
1080
1081 and
1082 \begin_inset space ~
1083 \end_inset
1084
1085 Replace
1086 \family default
1087  dialog.
1088  Once you have found a word or expression, LyX selects it.
1089  Hitting the 
1090 \family sans
1091 Replace
1092 \family default
1093  button replaces the selected text with the contents of the 
1094 \family sans
1095 Replace
1096 \begin_inset space ~
1097 \end_inset
1098
1099 with
1100 \family default
1101  field.
1102  You can click the 
1103 \family sans
1104 Find
1105 \begin_inset space ~
1106 \end_inset
1107
1108 Next
1109 \family default
1110  button to skip the current word.
1111  Hit 
1112 \family sans
1113 Replace
1114 \begin_inset space ~
1115 \end_inset
1116
1117 All
1118 \family default
1119  to replace all occurrences of the text in the document automatically.
1120  The 
1121 \family sans
1122 Case
1123 \begin_inset space ~
1124 \end_inset
1125
1126 sensitive
1127 \family default
1128  option can be used if you want the search to consider the case of the search
1129  word.
1130  If the toggle is set, searching for 
1131 \begin_inset Quotes eld
1132 \end_inset
1133
1134
1135 \family typewriter
1136 Test
1137 \family default
1138
1139 \begin_inset Quotes erd
1140 \end_inset
1141
1142  will not match the word 
1143 \begin_inset Quotes eld
1144 \end_inset
1145
1146
1147 \family typewriter
1148 test
1149 \family default
1150
1151 \begin_inset Quotes erd
1152 \end_inset
1153
1154 .
1155  The 
1156 \family sans
1157 Match whole words only
1158 \family default
1159  option can be used to force LyX to only find complete words, i.
1160 \begin_inset space \thinspace{}
1161 \end_inset
1162
1163 g., searching for 
1164 \begin_inset Quotes eld
1165 \end_inset
1166
1167
1168 \family typewriter
1169 star
1170 \family default
1171
1172 \begin_inset Quotes erd
1173 \end_inset
1174
1175  will not match 
1176 \begin_inset Quotes eld
1177 \end_inset
1178
1179
1180 \family typewriter
1181 starlet
1182 \family default
1183
1184 \begin_inset Quotes erd
1185 \end_inset
1186
1187 .
1188 \end_layout
1189
1190 \begin_layout Standard
1191 Things like notes, floats, etc., the so called insets can be dissolved.
1192  This means that the inset is deleted and its content is left as normal
1193  text.
1194  Dissolving an inset is done by setting the cursor to the beginning of an
1195  inset and pressing 
1196 \family sans
1197 Backspace
1198 \family default
1199  or by setting the cursor to the end and pressing 
1200 \family sans
1201 Delete
1202 \family default
1203 .
1204 \end_layout
1205
1206 \begin_layout Section
1207 Undo and Redo
1208 \begin_inset Index idx
1209 status collapsed
1210
1211 \begin_layout Plain Layout
1212 Redo
1213 \end_layout
1214
1215 \end_inset
1216
1217
1218 \begin_inset Index idx
1219 status collapsed
1220
1221 \begin_layout Plain Layout
1222 Undo
1223 \end_layout
1224
1225 \end_inset
1226
1227
1228 \begin_inset CommandInset label
1229 LatexCommand label
1230 name "sec:Undo-and-Redo"
1231
1232 \end_inset
1233
1234
1235 \end_layout
1236
1237 \begin_layout Standard
1238 If you make a mistake, you can easily recover from it.
1239  LyX has a large-capacity undo/redo buffer.
1240  Select 
1241 \family sans
1242 Edit\SpecialChar \menuseparator
1243 Undo
1244 \family default
1245  or the toolbar button 
1246 \begin_inset Graphics
1247         filename ../images/undo.png
1248         BoundingBox 0bp 5bp 20bp 20bp
1249
1250 \end_inset
1251
1252  to undo some mistake.
1253  If you accidentally undo too much, use 
1254 \family sans
1255 Edit\SpecialChar \menuseparator
1256 Redo
1257 \family default
1258  or the toolbar button 
1259 \begin_inset Graphics
1260         filename ../images/redo.png
1261         BoundingBox 0bp 5bp 20bp 20bp
1262
1263 \end_inset
1264
1265  to 
1266 \begin_inset Quotes eld
1267 \end_inset
1268
1269 undo the undo.
1270 \begin_inset Quotes erd
1271 \end_inset
1272
1273  The undo mechanism is currently limited to 100
1274 \begin_inset space \thinspace{}
1275 \end_inset
1276
1277 steps to minimize memory overhead.
1278 \end_layout
1279
1280 \begin_layout Standard
1281 Note that if you revert back all changes to arrive to the document as it
1282  was last saved, the 
1283 \begin_inset Quotes eld
1284 \end_inset
1285
1286 changed
1287 \begin_inset Quotes erd
1288 \end_inset
1289
1290  status of the document is unfortunately not reset.
1291  This is a consequence of the 100
1292 \begin_inset space \thinspace{}
1293 \end_inset
1294
1295 step undo limit, above.
1296 \end_layout
1297
1298 \begin_layout Standard
1299
1300 \family sans
1301 Undo
1302 \family default
1303  and 
1304 \family sans
1305 Redo
1306 \family default
1307  work on almost everything in LyX.
1308  But they won't undo or redo text character by character, but by blocks
1309  of text.
1310 \end_layout
1311
1312 \begin_layout Section
1313 Mouse Operations
1314 \begin_inset Index idx
1315 status collapsed
1316
1317 \begin_layout Plain Layout
1318 Mouse Operations
1319 \end_layout
1320
1321 \end_inset
1322
1323
1324 \end_layout
1325
1326 \begin_layout Standard
1327 These are the most basic mouse operations.
1328 \end_layout
1329
1330 \begin_layout Enumerate
1331 Motion
1332 \end_layout
1333
1334 \begin_deeper
1335 \begin_layout Itemize
1336 Click the 
1337 \emph on
1338 left mouse button
1339 \emph default
1340  once anywhere in the edit window.
1341  The cursor moves to the text under the mouse.
1342 \end_layout
1343
1344 \end_deeper
1345 \begin_layout Enumerate
1346 Selecting Text
1347 \end_layout
1348
1349 \begin_deeper
1350 \begin_layout Itemize
1351 Hold down the 
1352 \emph on
1353 left mouse button
1354 \emph default
1355  and drag the mouse.
1356  LyX marks the text between the old and new mouse positions.
1357  Use 
1358 \family sans
1359 Edit\SpecialChar \menuseparator
1360 Copy
1361 \family default
1362  to create a copy of the text in LyX's buffer (and the clipboard).
1363 \end_layout
1364
1365 \begin_layout Itemize
1366 Re-position the cursor and then paste the text back into LyX using 
1367 \family sans
1368 Edit\SpecialChar \menuseparator
1369 Paste
1370 \family default
1371 .
1372 \end_layout
1373
1374 \end_deeper
1375 \begin_layout Enumerate
1376 Insets (Footnotes, Notes, Floats, etc.)
1377 \end_layout
1378
1379 \begin_deeper
1380 \begin_layout Standard
1381 Right-click on them to set their properties.
1382  Also check the appropriate section of this manual for more details.
1383 \end_layout
1384
1385 \end_deeper
1386 \begin_layout Enumerate
1387 Tables
1388 \end_layout
1389
1390 \begin_deeper
1391 \begin_layout Standard
1392
1393 \emph on
1394 Single click
1395 \emph default
1396  the right mouse button to open a dialog that will allow you to manipulate
1397  the table.
1398 \end_layout
1399
1400 \end_deeper
1401 \begin_layout Section
1402 Navigating
1403 \begin_inset CommandInset label
1404 LatexCommand label
1405 name "sec:Navigating"
1406
1407 \end_inset
1408
1409
1410 \begin_inset Index idx
1411 status collapsed
1412
1413 \begin_layout Plain Layout
1414 Navigating
1415 \end_layout
1416
1417 \end_inset
1418
1419
1420 \end_layout
1421
1422 \begin_layout Standard
1423 LyX offers you two ways to navigate in documents:
1424 \end_layout
1425
1426 \begin_layout Itemize
1427 The menu 
1428 \family sans
1429 Navigate
1430 \family default
1431  lists all sections of the document as submenu entries that you can click
1432  to jump to the corresponding document part.
1433 \end_layout
1434
1435 \begin_layout Itemize
1436 The menu 
1437 \family sans
1438 Document\SpecialChar \menuseparator
1439 Outline
1440 \family default
1441  or the toolbar button 
1442 \begin_inset Graphics
1443         filename ../images/dialog-toggle_toc.png
1444         BoundingBox 0bp 5bp 20bp 20bp
1445
1446 \end_inset
1447
1448 .
1449 \end_layout
1450
1451 \begin_layout Standard
1452 The outline window shows you the content of the document's table of contents
1453  (TOC) that is described in section
1454 \begin_inset space ~
1455 \end_inset
1456
1457
1458 \begin_inset CommandInset ref
1459 LatexCommand ref
1460 reference "sub:Table-of-Contents"
1461
1462 \end_inset
1463
1464 .
1465  You can click there on entries to jump to the corresponding document part.
1466  In the pull-down box at the top of the outline window, you can choose between
1467  different lists of document objects, like the list of footnotes.
1468  Some of them, the list of tables, figures, and algorithms can also be added
1469  to the document, see section
1470 \begin_inset space ~
1471 \end_inset
1472
1473
1474 \begin_inset CommandInset ref
1475 LatexCommand ref
1476 reference "sub:List-of-Figures"
1477
1478 \end_inset
1479
1480 .
1481  The 
1482 \family sans
1483 Sort
1484 \family default
1485  option sorts the current list, and the 
1486 \family sans
1487 Keep
1488 \family default
1489  option keeps it in the current view state.
1490  Keeping means that when you have e.
1491 \begin_inset space \thinspace{}
1492 \end_inset
1493
1494 g.
1495 \begin_inset space \space{}
1496 \end_inset
1497
1498 the subsections of section
1499 \begin_inset space ~
1500 \end_inset
1501
1502 2 and 4 shown and click on section
1503 \begin_inset space ~
1504 \end_inset
1505
1506 3, the subsections of section
1507 \begin_inset space ~
1508 \end_inset
1509
1510 2 and 4 will still be shown.
1511  Without the 
1512 \family sans
1513 Keep
1514 \family default
1515  option they will be hidden to highlight the clicked section
1516 \begin_inset space ~
1517 \end_inset
1518
1519 3.
1520 \end_layout
1521
1522 \begin_layout Standard
1523 With the buttons 
1524 \begin_inset space \space{}
1525 \end_inset
1526
1527
1528 \begin_inset Graphics
1529         filename ../images/down.png
1530         BoundingBox 0bp 5bp 20bp 20bp
1531
1532 \end_inset
1533
1534
1535 \begin_inset space \hspace{}
1536 \length -3mm
1537 \end_inset
1538
1539  and 
1540 \begin_inset space \space{}
1541 \end_inset
1542
1543
1544 \begin_inset Graphics
1545         filename ../images/up.png
1546         BoundingBox 0bp 5bp 20bp 20bp
1547
1548 \end_inset
1549
1550
1551 \begin_inset space \hspace{}
1552 \length -3mm
1553 \end_inset
1554
1555  at the bottom of the outline window you can change the position of sections
1556  in your document.
1557  So you can for example move section
1558 \begin_inset space ~
1559 \end_inset
1560
1561 2.5 before section
1562 \begin_inset space ~
1563 \end_inset
1564
1565 2.4.
1566  LyX will then automatically renumber the sections to the new order.
1567  With the buttons 
1568 \begin_inset Graphics
1569         filename ../images/promote.png
1570         BoundingBox 0bp 5bp 20bp 20bp
1571
1572 \end_inset
1573
1574  and 
1575 \begin_inset Graphics
1576         filename ../images/demote.png
1577         BoundingBox 0bp 5bp 20bp 20bp
1578
1579 \end_inset
1580
1581  or the corresponding key bindings 
1582 \family sans
1583 Tab
1584 \family default
1585  and 
1586 \family sans
1587 Shift-Tab
1588 \family default
1589  you can change the sectioning level of sections.
1590  So you can for example make section
1591 \begin_inset space ~
1592 \end_inset
1593
1594 2.5 to chapter
1595 \begin_inset space ~
1596 \end_inset
1597
1598 3 or to subsection
1599 \begin_inset space ~
1600 \end_inset
1601
1602 2.4.1.
1603 \end_layout
1604
1605 \begin_layout Standard
1606 The toolbar button 
1607 \begin_inset Graphics
1608         filename ../images/bookmark-goto_0.png
1609         BoundingBox 0bp 5bp 20bp 25bp
1610         rotateOrigin center
1611
1612 \end_inset
1613
1614  jumps to the position in the document where you recently changed something.
1615  This is for example useful when you have a large document and navigated
1616  or scrolled to another document part to look for something, and want to
1617  go back to your last editing position.
1618 \end_layout
1619
1620 \begin_layout Section
1621 Input
1622 \begin_inset space \thinspace{}
1623 \end_inset
1624
1625 /
1626 \begin_inset space \thinspace{}
1627 \end_inset
1628
1629 Word Completion
1630 \begin_inset CommandInset label
1631 LatexCommand label
1632 name "sec:Input-Completion"
1633
1634 \end_inset
1635
1636
1637 \begin_inset Index idx
1638 status collapsed
1639
1640 \begin_layout Plain Layout
1641 Input completion
1642 \end_layout
1643
1644 \end_inset
1645
1646
1647 \begin_inset Index idx
1648 status collapsed
1649
1650 \begin_layout Plain Layout
1651 Word completion|see
1652 \begin_inset ERT
1653 status collapsed
1654
1655 \begin_layout Plain Layout
1656
1657 {
1658 \end_layout
1659
1660 \end_inset
1661
1662 Input completion
1663 \begin_inset ERT
1664 status collapsed
1665
1666 \begin_layout Plain Layout
1667
1668 }
1669 \end_layout
1670
1671 \end_inset
1672
1673
1674 \end_layout
1675
1676 \end_inset
1677
1678
1679 \end_layout
1680
1681 \begin_layout Standard
1682 LyX provides completion of words by scanning all documents that are currently
1683  opened.
1684  Every word that appears in these documents is added to a database that
1685  is used to propose completions.
1686 \end_layout
1687
1688 \begin_layout Standard
1689 By default LyX shows a small triangle behind the cursor as indicator that
1690  there are completions available.
1691  You can then press the 
1692 \family sans
1693 Tab
1694 \family default
1695  key to use this completion.
1696  When several completions are possible, a popup is opened showing them.
1697  You can select a completion in the popup using the mouse or the arrow keys,
1698  and accept the chosen completion be pressing 
1699 \family sans
1700 Return
1701 \family default
1702 .
1703 \end_layout
1704
1705 \begin_layout Standard
1706 In the preferences dialog, that is opened with the menu 
1707 \family sans
1708 Tools\SpecialChar \menuseparator
1709 Preferences
1710 \family default
1711 , the cursor completion indicator can be turned off in the section 
1712 \family sans
1713 Editing\SpecialChar \menuseparator
1714 Input Completion
1715 \family default
1716  by deselecting the option 
1717 \family sans
1718 Cursor indicator
1719 \family default
1720 .
1721  With the option 
1722 \family sans
1723 Automatic inline completion
1724 \family default
1725  the proposed completion is shown directly behind the cursor position.
1726  To accept this proposal, use the 
1727 \family sans
1728 Tab
1729 \family default
1730  key.
1731  With the option 
1732 \family sans
1733 Automatic popup
1734 \family default
1735  the completions are always shown in a popup.
1736  LyX offers some more completion settings for experts that are described
1737  in sec.
1738 \begin_inset space \thinspace{}
1739 \end_inset
1740
1741
1742 \begin_inset CommandInset ref
1743 LatexCommand ref
1744 reference "sub:Input-Completion-Appendix"
1745
1746 \end_inset
1747
1748 .
1749 \end_layout
1750
1751 \begin_layout Section
1752 Basic Key Bindings
1753 \begin_inset Index idx
1754 status collapsed
1755
1756 \begin_layout Plain Layout
1757 Key Bindings
1758 \end_layout
1759
1760 \end_inset
1761
1762
1763 \begin_inset Index idx
1764 status collapsed
1765
1766 \begin_layout Plain Layout
1767 Bindings|see
1768 \begin_inset ERT
1769 status collapsed
1770
1771 \begin_layout Plain Layout
1772
1773 {
1774 \end_layout
1775
1776 \end_inset
1777
1778 Key Bindings
1779 \begin_inset ERT
1780 status collapsed
1781
1782 \begin_layout Plain Layout
1783
1784 }
1785 \end_layout
1786
1787 \end_inset
1788
1789
1790 \end_layout
1791
1792 \end_inset
1793
1794
1795 \begin_inset Index idx
1796 status collapsed
1797
1798 \begin_layout Plain Layout
1799 Shortcuts|see
1800 \begin_inset ERT
1801 status collapsed
1802
1803 \begin_layout Plain Layout
1804
1805 {
1806 \end_layout
1807
1808 \end_inset
1809
1810 Key Bindings
1811 \begin_inset ERT
1812 status collapsed
1813
1814 \begin_layout Plain Layout
1815
1816 }
1817 \end_layout
1818
1819 \end_inset
1820
1821
1822 \end_layout
1823
1824 \end_inset
1825
1826
1827 \end_layout
1828
1829 \begin_layout Standard
1830 There are at least two different primary binding maps: CUA and Emacs.
1831  LyX's default is CUA.
1832 \end_layout
1833
1834 \begin_layout Standard
1835 Some keys, like 
1836 \family sans
1837 Page
1838 \begin_inset space ~
1839 \end_inset
1840
1841 Up
1842 \family default
1843
1844 \family sans
1845 Page
1846 \begin_inset space ~
1847 \end_inset
1848
1849 Down
1850 \family default
1851
1852 \family sans
1853 Left
1854 \family default
1855
1856 \family sans
1857 Right
1858 \family default
1859
1860 \family sans
1861 Up
1862 \family default
1863 , and 
1864 \family sans
1865 Down
1866 \family default
1867 , do exactly what you expect them to do.
1868  Other keys don't:
1869 \end_layout
1870
1871 \begin_layout Labeling
1872 \labelwidthstring 00.00.0000
1873
1874 \family sans
1875 Tab
1876 \begin_inset CommandInset nomenclature
1877 LatexCommand nomenclature
1878 symbol "Tab"
1879 description "Tabulator key"
1880
1881 \end_inset
1882
1883
1884 \family default
1885  There is no such thing as a tab stop in LyX.
1886  If you don't understand this, go read sections
1887 \begin_inset space ~
1888 \end_inset
1889
1890
1891 \begin_inset CommandInset ref
1892 LatexCommand ref
1893 reference "sec:Par-indent-intro"
1894
1895 \end_inset
1896
1897  and 
1898 \begin_inset CommandInset ref
1899 LatexCommand ref
1900 reference "sec:Paragraph-Environments"
1901
1902 \end_inset
1903
1904 , especially section
1905 \begin_inset space ~
1906 \end_inset
1907
1908
1909 \begin_inset CommandInset ref
1910 LatexCommand ref
1911 reference "sub:Lists"
1912
1913 \end_inset
1914
1915 , right now.
1916  Yes, right now.
1917  If you're still confused, look in the 
1918 \emph on
1919 Tutorial
1920 \emph default
1921 .
1922 \end_layout
1923
1924 \begin_layout Labeling
1925 \labelwidthstring 00.00.0000
1926
1927 \family sans
1928 Esc
1929 \begin_inset CommandInset nomenclature
1930 LatexCommand nomenclature
1931 symbol "Esc"
1932 description "Escape key"
1933
1934 \end_inset
1935
1936
1937 \family default
1938  This is the 
1939 \begin_inset Quotes eld
1940 \end_inset
1941
1942 cancel key.
1943 \begin_inset Quotes erd
1944 \end_inset
1945
1946  It's used, generically, to cancel operations.
1947  Other parts of the manual will go into greater detail about this.
1948 \end_layout
1949
1950 \begin_layout Labeling
1951 \labelwidthstring 00.00.0000
1952
1953 \family sans
1954 Home
1955 \family default
1956
1957 \begin_inset space ~
1958 \end_inset
1959
1960 and
1961 \begin_inset space ~
1962 \end_inset
1963
1964
1965 \family sans
1966 End
1967 \family default
1968  These move the cursor, respectively, to the beginning and end of a line,
1969  unless you are using the Emacs bindings where they jump to the beginning
1970  or end of the file.
1971 \end_layout
1972
1973 \begin_layout Standard
1974 There are three modifier keys:
1975 \end_layout
1976
1977 \begin_layout Labeling
1978 \labelwidthstring 00.00.0000
1979
1980 \family sans
1981 Control
1982 \family default
1983  (Denoted by 
1984 \begin_inset Quotes eld
1985 \end_inset
1986
1987
1988 \family sans
1989 Ctrl
1990 \family default
1991
1992 \begin_inset Quotes erd
1993 \end_inset
1994
1995
1996 \begin_inset CommandInset nomenclature
1997 LatexCommand nomenclature
1998 symbol "Ctrl"
1999 description "Control key"
2000
2001 \end_inset
2002
2003  in the documentation files) This has a couple of different uses, depending
2004  on which keys it's used in combination with:
2005 \end_layout
2006
2007 \begin_deeper
2008 \begin_layout Itemize
2009 With 
2010 \family sans
2011 Backspace
2012 \family default
2013  or 
2014 \family sans
2015 Delete
2016 \family default
2017 , it deletes an entire word instead of a single character.
2018 \end_layout
2019
2020 \begin_layout Itemize
2021 With 
2022 \family sans
2023 Left
2024 \family default
2025  and 
2026 \family sans
2027 Right
2028 \family default
2029 , it moves by words instead of characters.
2030 \end_layout
2031
2032 \begin_layout Itemize
2033 With 
2034 \family sans
2035 Home
2036 \family default
2037  and 
2038 \family sans
2039 End
2040 \family default
2041 , it moves to the beginning and the end of the document, respectively.
2042 \end_layout
2043
2044 \end_deeper
2045 \begin_layout Labeling
2046 \labelwidthstring 00.00.0000
2047
2048 \family sans
2049 Shift
2050 \family default
2051  (Denoted by 
2052 \begin_inset Quotes eld
2053 \end_inset
2054
2055
2056 \family sans
2057 Shift
2058 \family default
2059
2060 \begin_inset Quotes erd
2061 \end_inset
2062
2063
2064 \begin_inset CommandInset nomenclature
2065 LatexCommand nomenclature
2066 symbol "Shift"
2067 description "Shift key"
2068
2069 \end_inset
2070
2071  in the documentation files) Use this with any of the motion keys to select
2072  the text between the old and new cursor positions.
2073 \end_layout
2074
2075 \begin_layout Labeling
2076 \labelwidthstring 00.00.0000
2077
2078 \family sans
2079 Alt
2080 \family default
2081  (Denoted by 
2082 \begin_inset Quotes eld
2083 \end_inset
2084
2085
2086 \family sans
2087 Alt
2088 \family default
2089
2090 \begin_inset Quotes erd
2091 \end_inset
2092
2093
2094 \begin_inset CommandInset nomenclature
2095 LatexCommand nomenclature
2096 symbol "Alt"
2097 description "Alt or Meta key"
2098
2099 \end_inset
2100
2101  in the documentation files) This is the Alt key on many keyboards, unless
2102  your keyboard has a distinct Meta key.
2103  If you have both keys, you will need to try out which one actually performs
2104  the 
2105 \family sans
2106 Alt+
2107 \family default
2108  function.
2109  This key does many different things, but it also activates the 
2110 \emph on
2111 menu accelerator keys
2112 \emph default
2113 .
2114  If you use this in combination with any of the underlined letters in a
2115  menu or menu item, it selects that menu item.
2116 \end_layout
2117
2118 \begin_deeper
2119 \begin_layout Standard
2120 For example, the sequence 
2121 \begin_inset Quotes eld
2122 \end_inset
2123
2124
2125 \family sans
2126 Alt
2127 \begin_inset space ~
2128 \end_inset
2129
2130 e
2131 \begin_inset space ~
2132 \end_inset
2133
2134 s
2135 \family default
2136
2137 \begin_inset space ~
2138 \end_inset
2139
2140
2141 \family sans
2142 c
2143 \family default
2144
2145 \begin_inset Quotes erd
2146 \end_inset
2147
2148  brings up the 
2149 \begin_inset Quotes eld
2150 \end_inset
2151
2152 Text Style
2153 \begin_inset Quotes erd
2154 \end_inset
2155
2156  menu.
2157  Typing 
2158 \begin_inset Quotes eld
2159 \end_inset
2160
2161
2162 \family sans
2163 Alt
2164 \begin_inset space ~
2165 \end_inset
2166
2167 f
2168 \family default
2169
2170 \begin_inset Quotes erd
2171 \end_inset
2172
2173  opens the 
2174 \family sans
2175 File
2176 \family default
2177  menu.
2178 \end_layout
2179
2180 \begin_layout Standard
2181 The 
2182 \emph on
2183 Shortcuts
2184 \emph default
2185  manual lists all other things bound to the 
2186 \family sans
2187 Alt
2188 \family default
2189  key.
2190 \end_layout
2191
2192 \end_deeper
2193 \begin_layout Standard
2194 You'll learn more and more keybindings and short-cut keys as you use LyX,
2195  because most actions will prompt a small message in the status bar at the
2196  bottom of LyX's main window which describe the name of the action, you've
2197  just triggered, and any existing keybindings for that action.
2198  The LyX menus also list the defined keybindings.
2199  The notation for the keybindings is very similar to the notation used in
2200  this documentation, so you should not have any problems understanding it.
2201  However, notice that Shift-modifiers are explicitly mentioned, so 
2202 \begin_inset Quotes eld
2203 \end_inset
2204
2205
2206 \family sans
2207 Alt+P Shift-A
2208 \family default
2209
2210 \begin_inset Quotes erd
2211 \end_inset
2212
2213  means 
2214 \family sans
2215 Alt+P
2216 \family default
2217  followed by a capital 
2218 \family sans
2219 A
2220 \family default
2221 .
2222 \end_layout
2223
2224 \begin_layout Standard
2225 You can list or change the keybindings in the menu 
2226 \family sans
2227 Tools\SpecialChar \menuseparator
2228 Preferences
2229 \family default
2230  under 
2231 \family sans
2232 Editing\SpecialChar \menuseparator
2233 Shortcuts
2234 \family default
2235  as explained in sec.
2236 \begin_inset space \thinspace{}
2237 \end_inset
2238
2239
2240 \begin_inset CommandInset ref
2241 LatexCommand ref
2242 reference "sub:Editing-Shortcuts"
2243
2244 \end_inset
2245
2246 .
2247 \end_layout
2248
2249 \begin_layout Chapter
2250 LyX Basics
2251 \begin_inset Index idx
2252 status collapsed
2253
2254 \begin_layout Plain Layout
2255 LyX ! Basics
2256 \end_layout
2257
2258 \end_inset
2259
2260
2261 \end_layout
2262
2263 \begin_layout Section
2264 Document Types
2265 \begin_inset Index idx
2266 status collapsed
2267
2268 \begin_layout Plain Layout
2269 Document ! Types
2270 \end_layout
2271
2272 \end_inset
2273
2274
2275 \end_layout
2276
2277 \begin_layout Subsection
2278 Introduction
2279 \end_layout
2280
2281 \begin_layout Standard
2282 Before you do anything else, before you ever start writing a document, you
2283  need to decide what type of document you want to edit.
2284  Different types of documents use different types of spacing, headings,
2285  numbering schemes, and so on.
2286  Additionally, different documents use different paragraph environments,
2287  and format the title of your document differently.
2288 \end_layout
2289
2290 \begin_layout Standard
2291
2292 \emph on
2293 document class
2294 \emph default
2295  describes a group of properties common to a particular set of documents.
2296  By setting the document class, you automatically select these properties,
2297  making it easier to create the type of document you want.
2298  If you don't choose a document class, LyX picks one for you by default.
2299  So it is up to you to change the class of your document.
2300 \end_layout
2301
2302 \begin_layout Standard
2303 Read on for info about the document classes you can choose from LyX, and
2304  how to adjust their properties.
2305 \end_layout
2306
2307 \begin_layout Subsection
2308 Document Classes
2309 \begin_inset Index idx
2310 status collapsed
2311
2312 \begin_layout Plain Layout
2313 Document ! Classes
2314 \end_layout
2315
2316 \end_inset
2317
2318
2319 \begin_inset CommandInset label
2320 LatexCommand label
2321 name "sec:Document-Classes"
2322
2323 \end_inset
2324
2325
2326 \end_layout
2327
2328 \begin_layout Standard
2329 You can select a class using the 
2330 \family sans
2331 Document\SpecialChar \menuseparator
2332 Settings
2333 \begin_inset Index idx
2334 status collapsed
2335
2336 \begin_layout Plain Layout
2337 Document ! Settings
2338 \end_layout
2339
2340 \end_inset
2341
2342
2343 \family default
2344  dialog.
2345  Select the class you want to use, and make any fine tunings of the options
2346  you may need.
2347 \end_layout
2348
2349 \begin_layout Subsubsection
2350 Overview
2351 \end_layout
2352
2353 \begin_layout Standard
2354 There are four standard document classes in LyX.
2355  They are:
2356 \end_layout
2357
2358 \begin_layout Description
2359 Article for basic articles
2360 \end_layout
2361
2362 \begin_layout Description
2363 Report for basic reports
2364 \end_layout
2365
2366 \begin_layout Description
2367 Book for writing a book
2368 \end_layout
2369
2370 \begin_layout Description
2371 Letter for US-style letters
2372 \end_layout
2373
2374 \begin_layout Standard
2375 There are also some non-standard classes, which LyX only uses if you have
2376  installed them.
2377  Here are some of the classes, the full list with detailed explanations
2378  can be found in chapter 
2379 \emph on
2380 Special Document Classes
2381 \emph default
2382  in the 
2383 \emph on
2384 Additional Features
2385 \emph default
2386  manual:
2387 \end_layout
2388
2389 \begin_layout Description
2390 A&A Journal articles in the style and format used in Astronomy & Astrophysics
2391 \end_layout
2392
2393 \begin_layout Description
2394 AAST
2395 \family sans
2396
2397 \begin_inset ERT
2398 status collapsed
2399
2400 \begin_layout Plain Layout
2401
2402 {}
2403 \end_layout
2404
2405 \end_inset
2406
2407
2408 \family default
2409 eX For submissions to the journals published by the American Astronomical
2410  Society
2411 \end_layout
2412
2413 \begin_layout Description
2414 AMS Layouts for articles and books in the style and format used by the American
2415  Mathematical Society (AMS).
2416  There are three article layouts available.
2417  The standard one uses a typical numbering scheme for theorems etc., that
2418  prepends the section number to the number of the result.
2419  All result-type statements (propositions, corollaries, and so on) are sequenced
2420  together, but definitions, examples, and the like have their own sequence.
2421  The 
2422 \begin_inset Quotes eld
2423 \end_inset
2424
2425 sequential numbering
2426 \begin_inset Quotes erd
2427 \end_inset
2428
2429  scheme does not place the section number with each result, but numbers
2430  them throughout the article in a single sequence.
2431  Each type of result gets its own sequence.
2432  There is also a layout that dispenses with numbering of statements altogether.
2433 \end_layout
2434
2435 \begin_layout Description
2436 Beamer Layout for presentations
2437 \end_layout
2438
2439 \begin_layout Description
2440 broadway Layout for writing plays.
2441  It is not an existing LaTeX document class, but a new one which is distributed
2442  with LyX.
2443 \end_layout
2444
2445 \begin_layout Description
2446 curriculum
2447 \begin_inset space ~
2448 \end_inset
2449
2450 vitae classes to create curriculum vitae
2451 \end_layout
2452
2453 \begin_layout Description
2454 Dinbrief Letters in format of the DIN (German industry norm)
2455 \end_layout
2456
2457 \begin_layout Description
2458 dtk Layout for 
2459 \family typewriter
2460 Die TeXnische Komödie
2461 \family default
2462 , the journal of the German TeX user Group (Dante)
2463 \end_layout
2464
2465 \begin_layout Description
2466 Elsevier Layout for journals of the Elsevier publishing group
2467 \end_layout
2468
2469 \begin_layout Description
2470 Foils Used to make transparencies
2471 \end_layout
2472
2473 \begin_layout Description
2474 g-brief Letters in format of the DIN (German industry norm)
2475 \end_layout
2476
2477 \begin_layout Description
2478 hollywood Used to type spec scripts for the US film industry.
2479  It is not an existing LaTeX document class, but a new one which is distributed
2480  with LyX.
2481 \end_layout
2482
2483 \begin_layout Description
2484 IEEEtran Layout for the journals published by the Institute of Electrical
2485  and Electronics Engineers (IEEE)
2486 \end_layout
2487
2488 \begin_layout Description
2489 IOP Layout for journals of the Institute of Physics publishing group
2490 \end_layout
2491
2492 \begin_layout Description
2493 Kluwer Layout for journals of the Kluwer publishing group
2494 \end_layout
2495
2496 \begin_layout Description
2497 koma-script a replacement for the standard classes, offers many useful features
2498  like caption formatting, automatic print space calculation etc.
2499 \end_layout
2500
2501 \begin_layout Description
2502 Memoir another replacement for the standard classes
2503 \end_layout
2504
2505 \begin_layout Description
2506 paper Used with the 
2507 \family typewriter
2508 paper
2509 \family default
2510  LaTeX document class
2511 \end_layout
2512
2513 \begin_layout Description
2514 Powerdot Layout for presentations
2515 \end_layout
2516
2517 \begin_layout Description
2518 REVTe
2519 \begin_inset ERT
2520 status collapsed
2521
2522 \begin_layout Plain Layout
2523
2524 {}
2525 \end_layout
2526
2527 \end_inset
2528
2529 X is used to write articles for the publications of the American Physical
2530  Society (APS), American Institute of Physics (AIP), and Optical Society
2531  of America (OSA).
2532  This class is not completely compatible with all LyX features.
2533 \end_layout
2534
2535 \begin_layout Description
2536 Slides Used to make transparencies
2537 \end_layout
2538
2539 \begin_layout Description
2540 SPIE
2541 \begin_inset space ~
2542 \end_inset
2543
2544 Proceedings Layout for the journals published by The International Society
2545  for Optical Engineering (SPIE)
2546 \end_layout
2547
2548 \begin_layout Description
2549 Springer Layouts for journals of the Springer publishing group
2550 \end_layout
2551
2552 \begin_layout Description
2553 TUGboat Layout for 
2554 \family typewriter
2555 TUGboat
2556 \family default
2557 , the journal of the international TeX user Group (TUG)
2558 \end_layout
2559
2560 \begin_layout Standard
2561 We won't go into any detail about how to use these different document classes
2562  here.
2563  You can find all the details about the non-standard classes in the 
2564 \emph on
2565 Additional Features
2566 \emph default
2567  manual.
2568  Here, we will settle with a list of some of the common properties of all
2569  of the document classes.
2570 \end_layout
2571
2572 \begin_layout Subsubsection
2573 Modules
2574 \begin_inset CommandInset label
2575 LatexCommand label
2576 name "sub:Modules"
2577
2578 \end_inset
2579
2580
2581 \begin_inset Index idx
2582 status collapsed
2583
2584 \begin_layout Plain Layout
2585 Document ! Modules
2586 \end_layout
2587
2588 \end_inset
2589
2590
2591 \end_layout
2592
2593 \begin_layout Standard
2594 Modules load additional features to a document that are not by default available
2595  in the chosen document class.
2596  For example you might want to use write Braille (embossed printing) in
2597  a document.
2598  This is of course not available in any document class, so you have to load
2599  the corresponding module in the 
2600 \family sans
2601 Modules
2602 \family default
2603  section of the 
2604 \family sans
2605 Document\SpecialChar \menuseparator
2606 Settings
2607 \family default
2608
2609 \begin_inset Index idx
2610 status collapsed
2611
2612 \begin_layout Plain Layout
2613 Document ! Settings
2614 \end_layout
2615
2616 \end_inset
2617
2618  dialog.
2619  Highlighting a module in the dialog will bring up a description of the
2620  module.
2621 \end_layout
2622
2623 \begin_layout Standard
2624 \begin_inset Note Greyedout
2625 status open
2626
2627 \begin_layout Plain Layout
2628
2629 \series bold
2630 Note:
2631 \series default
2632  Some modules require LaTeX packages that are not always installed by default.
2633  LyX will warn you if you do not have the needed package.
2634 \end_layout
2635
2636 \end_inset
2637
2638
2639 \end_layout
2640
2641 \begin_layout Standard
2642 \begin_inset Note Greyedout
2643 status open
2644
2645 \begin_layout Plain Layout
2646
2647 \series bold
2648 Note also:
2649 \series default
2650  Some modules require other modules, and some pairs of modules are incompatible.
2651 \end_layout
2652
2653 \end_inset
2654
2655
2656 \end_layout
2657
2658 \begin_layout Subsubsection
2659 Properties
2660 \end_layout
2661
2662 \begin_layout Standard
2663 Each class has a default set of options.
2664  Here's a quick table describing them:
2665 \end_layout
2666
2667 \begin_layout Standard
2668 \begin_inset VSpace 0.3cm
2669 \end_inset
2670
2671
2672 \end_layout
2673
2674 \begin_layout Standard
2675 \align center
2676 \begin_inset Tabular
2677 <lyxtabular version="3" rows="5" columns="5">
2678 <features tabularvalignment="middle">
2679 <column alignment="center" valignment="top" width="0pt">
2680 <column alignment="center" valignment="top" width="0pt">
2681 <column alignment="center" valignment="top" width="0pt">
2682 <column alignment="center" valignment="top" width="0pt">
2683 <column alignment="center" valignment="top" width="0pt">
2684 <row>
2685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2686 \begin_inset Text
2687
2688 \begin_layout Plain Layout
2689
2690 \end_layout
2691
2692 \end_inset
2693 </cell>
2694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2695 \begin_inset Text
2696
2697 \begin_layout Plain Layout
2698
2699 \family sans
2700 \series medium
2701 \shape up
2702 \size normal
2703 \emph off
2704 \bar no
2705 \noun off
2706 \color none
2707 Page style
2708 \end_layout
2709
2710 \end_inset
2711 </cell>
2712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2713 \begin_inset Text
2714
2715 \begin_layout Plain Layout
2716
2717 \family sans
2718 \series medium
2719 \shape up
2720 \size normal
2721 \emph off
2722 \bar no
2723 \noun off
2724 \color none
2725 Sides
2726 \end_layout
2727
2728 \end_inset
2729 </cell>
2730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2731 \begin_inset Text
2732
2733 \begin_layout Plain Layout
2734
2735 \family sans
2736 \series medium
2737 \shape up
2738 \size normal
2739 \emph off
2740 \bar no
2741 \noun off
2742 \color none
2743 Columns
2744 \end_layout
2745
2746 \end_inset
2747 </cell>
2748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2749 \begin_inset Text
2750
2751 \begin_layout Plain Layout
2752
2753 \series medium
2754 \shape up
2755 \size normal
2756 \emph off
2757 \bar no
2758 \noun off
2759 \color none
2760 Max.
2761  sectioning level
2762 \end_layout
2763
2764 \end_inset
2765 </cell>
2766 </row>
2767 <row>
2768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2769 \begin_inset Text
2770
2771 \begin_layout Plain Layout
2772
2773 \series medium
2774 \shape up
2775 \size normal
2776 \emph off
2777 \bar no
2778 \noun off
2779 \color none
2780 article
2781 \end_layout
2782
2783 \end_inset
2784 </cell>
2785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2786 \begin_inset Text
2787
2788 \begin_layout Plain Layout
2789
2790 \family sans
2791 \series medium
2792 \shape up
2793 \size normal
2794 \emph off
2795 \bar no
2796 \noun off
2797 \color none
2798 Plain
2799 \end_layout
2800
2801 \end_inset
2802 </cell>
2803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2804 \begin_inset Text
2805
2806 \begin_layout Plain Layout
2807
2808 \family sans
2809 \series medium
2810 \shape up
2811 \size normal
2812 \emph off
2813 \bar no
2814 \noun off
2815 \color none
2816 One
2817 \end_layout
2818
2819 \end_inset
2820 </cell>
2821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2822 \begin_inset Text
2823
2824 \begin_layout Plain Layout
2825
2826 \family sans
2827 \series medium
2828 \shape up
2829 \size normal
2830 \emph off
2831 \bar no
2832 \noun off
2833 \color none
2834 One
2835 \end_layout
2836
2837 \end_inset
2838 </cell>
2839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2840 \begin_inset Text
2841
2842 \begin_layout Plain Layout
2843
2844 \family sans
2845 \series medium
2846 \shape up
2847 \size normal
2848 \emph off
2849 \bar no
2850 \noun off
2851 \color none
2852 Section
2853 \end_layout
2854
2855 \end_inset
2856 </cell>
2857 </row>
2858 <row>
2859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2860 \begin_inset Text
2861
2862 \begin_layout Plain Layout
2863
2864 \series medium
2865 \shape up
2866 \size normal
2867 \emph off
2868 \bar no
2869 \noun off
2870 \color none
2871 report
2872 \end_layout
2873
2874 \end_inset
2875 </cell>
2876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2877 \begin_inset Text
2878
2879 \begin_layout Plain Layout
2880
2881 \family sans
2882 \series medium
2883 \shape up
2884 \size normal
2885 \emph off
2886 \bar no
2887 \noun off
2888 \color none
2889 Plain
2890 \end_layout
2891
2892 \end_inset
2893 </cell>
2894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2895 \begin_inset Text
2896
2897 \begin_layout Plain Layout
2898
2899 \family sans
2900 \series medium
2901 \shape up
2902 \size normal
2903 \emph off
2904 \bar no
2905 \noun off
2906 \color none
2907 One
2908 \end_layout
2909
2910 \end_inset
2911 </cell>
2912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2913 \begin_inset Text
2914
2915 \begin_layout Plain Layout
2916
2917 \family sans
2918 \series medium
2919 \shape up
2920 \size normal
2921 \emph off
2922 \bar no
2923 \noun off
2924 \color none
2925 One
2926 \end_layout
2927
2928 \end_inset
2929 </cell>
2930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2931 \begin_inset Text
2932
2933 \begin_layout Plain Layout
2934
2935 \family sans
2936 \series medium
2937 \shape up
2938 \size normal
2939 \emph off
2940 \bar no
2941 \noun off
2942 \color none
2943 Chapter
2944 \end_layout
2945
2946 \end_inset
2947 </cell>
2948 </row>
2949 <row>
2950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2951 \begin_inset Text
2952
2953 \begin_layout Plain Layout
2954
2955 \series medium
2956 \shape up
2957 \size normal
2958 \emph off
2959 \bar no
2960 \noun off
2961 \color none
2962 book
2963 \end_layout
2964
2965 \end_inset
2966 </cell>
2967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2968 \begin_inset Text
2969
2970 \begin_layout Plain Layout
2971
2972 \family sans
2973 \series medium
2974 \shape up
2975 \size normal
2976 \emph off
2977 \bar no
2978 \noun off
2979 \color none
2980 Headings
2981 \end_layout
2982
2983 \end_inset
2984 </cell>
2985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2986 \begin_inset Text
2987
2988 \begin_layout Plain Layout
2989
2990 \family sans
2991 \series medium
2992 \shape up
2993 \size normal
2994 \emph off
2995 \bar no
2996 \noun off
2997 \color none
2998 Two
2999 \end_layout
3000
3001 \end_inset
3002 </cell>
3003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3004 \begin_inset Text
3005
3006 \begin_layout Plain Layout
3007
3008 \family sans
3009 \series medium
3010 \shape up
3011 \size normal
3012 \emph off
3013 \bar no
3014 \noun off
3015 \color none
3016 One
3017 \end_layout
3018
3019 \end_inset
3020 </cell>
3021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3022 \begin_inset Text
3023
3024 \begin_layout Plain Layout
3025
3026 \family sans
3027 \series medium
3028 \shape up
3029 \size normal
3030 \emph off
3031 \bar no
3032 \noun off
3033 \color none
3034 Chapter
3035 \end_layout
3036
3037 \end_inset
3038 </cell>
3039 </row>
3040 <row>
3041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3042 \begin_inset Text
3043
3044 \begin_layout Plain Layout
3045
3046 \series medium
3047 \shape up
3048 \size normal
3049 \emph off
3050 \bar no
3051 \noun off
3052 \color none
3053 letter
3054 \end_layout
3055
3056 \end_inset
3057 </cell>
3058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3059 \begin_inset Text
3060
3061 \begin_layout Plain Layout
3062
3063 \family sans
3064 \series medium
3065 \shape up
3066 \size normal
3067 \emph off
3068 \bar no
3069 \noun off
3070 \color none
3071 Plain
3072 \end_layout
3073
3074 \end_inset
3075 </cell>
3076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3077 \begin_inset Text
3078
3079 \begin_layout Plain Layout
3080
3081 \family sans
3082 \series medium
3083 \shape up
3084 \size normal
3085 \emph off
3086 \bar no
3087 \noun off
3088 \color none
3089 One
3090 \end_layout
3091
3092 \end_inset
3093 </cell>
3094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3095 \begin_inset Text
3096
3097 \begin_layout Plain Layout
3098
3099 \family sans
3100 \series medium
3101 \shape up
3102 \size normal
3103 \emph off
3104 \bar no
3105 \noun off
3106 \color none
3107 One
3108 \end_layout
3109
3110 \end_inset
3111 </cell>
3112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3113 \begin_inset Text
3114
3115 \begin_layout Plain Layout
3116
3117 \series medium
3118 \shape up
3119 \size normal
3120 \emph off
3121 \bar no
3122 \noun off
3123 \color none
3124 none
3125 \end_layout
3126
3127 \end_inset
3128 </cell>
3129 </row>
3130 </lyxtabular>
3131
3132 \end_inset
3133
3134
3135 \end_layout
3136
3137 \begin_layout Standard
3138 \begin_inset VSpace 0.3cm
3139 \end_inset
3140
3141
3142 \end_layout
3143
3144 \begin_layout Standard
3145 You're probably also wondering what 
3146 \begin_inset Quotes eld
3147 \end_inset
3148
3149 Max.
3150 \begin_inset space ~
3151 \end_inset
3152
3153 sectioning level
3154 \begin_inset Quotes erd
3155 \end_inset
3156
3157  means.
3158  There are several paragraph environments used to create section headings.
3159  Different document classes allow different types of section headings.
3160  Only two use the 
3161 \family sans
3162 Chapter
3163 \family default
3164  heading; the rest do not and begin instead with the 
3165 \family sans
3166 Section
3167 \family default
3168  heading.
3169  Some document classes, such as the ones for letters, don't use any section
3170  headings.
3171  In addition to 
3172 \family sans
3173 Chapter
3174 \family default
3175  and 
3176 \family sans
3177 Section
3178 \family default
3179  headings, there are also 
3180 \family sans
3181 Subsection
3182 \family default
3183  headings, 
3184 \family sans
3185 Subsubsection
3186 \family default
3187  headings, and so on.
3188  We'll describe these headings fully in section
3189 \begin_inset space ~
3190 \end_inset
3191
3192
3193 \begin_inset CommandInset ref
3194 LatexCommand ref
3195 reference "sub:Headings"
3196
3197 \end_inset
3198
3199 .
3200 \end_layout
3201
3202 \begin_layout Subsection
3203 Document Layout
3204 \begin_inset CommandInset label
3205 LatexCommand label
3206 name "sub:Document-Layout"
3207
3208 \end_inset
3209
3210
3211 \begin_inset Index idx
3212 status collapsed
3213
3214 \begin_layout Plain Layout
3215 Document ! Layout
3216 \end_layout
3217
3218 \end_inset
3219
3220
3221 \family sans
3222
3223 \begin_inset Index idx
3224 status collapsed
3225
3226 \begin_layout Plain Layout
3227 Document ! Settings
3228 \end_layout
3229
3230 \end_inset
3231
3232
3233 \end_layout
3234
3235 \begin_layout Standard
3236 The most important properties of documents classes are set in the menu 
3237 \family sans
3238 Document\SpecialChar \menuseparator
3239 Settings
3240 \family default
3241 .
3242  There in the 
3243 \family sans
3244 Options
3245 \family default
3246  field under 
3247 \family sans
3248 Documents
3249 \begin_inset space ~
3250 \end_inset
3251
3252 Class
3253 \family default
3254 , you can enter special options for your document class in a comma-separated
3255  list.
3256  This is only necessary if LyX doesn't support special options you want
3257  to use for your document.
3258  To learn more about your favorite LaTeX-class and its options, you have
3259  to read its manual.
3260 \end_layout
3261
3262 \begin_layout Standard
3263 The drop box 
3264 \family sans
3265 Headings style
3266 \family default
3267  in the 
3268 \family sans
3269 Document\SpecialChar \menuseparator
3270 Settings
3271 \family default
3272  dialog under 
3273 \family sans
3274 Page
3275 \begin_inset space ~
3276 \end_inset
3277
3278 Layout
3279 \family default
3280  controls what sorts of headings and page numbers go on a page.
3281  You can choose between the following five options:
3282 \end_layout
3283
3284 \begin_layout Labeling
3285 \labelwidthstring 00.00.0000
3286
3287 \family sans
3288 Default
3289 \family default
3290  Use default page style of current class.
3291 \end_layout
3292
3293 \begin_layout Labeling
3294 \labelwidthstring 00.00.0000
3295
3296 \family sans
3297 Empty
3298 \family default
3299  No page numbers or headings.
3300 \end_layout
3301
3302 \begin_layout Labeling
3303 \labelwidthstring 00.00.0000
3304
3305 \family sans
3306 Plain
3307 \family default
3308  Page numbers only.
3309 \end_layout
3310
3311 \begin_layout Labeling
3312 \labelwidthstring 00.00.0000
3313
3314 \family sans
3315 Headings
3316 \family default
3317  Page numbers and either the current chapter or section title and number.
3318  Whether LyX uses the current chapter or the current section depends on
3319  the maximum sectioning level of the class.
3320 \end_layout
3321
3322 \begin_layout Labeling
3323 \labelwidthstring 00.00.0000
3324
3325 \family sans
3326 Fancy
3327 \family default
3328  This allows you to create fully customizable headers and footers if you
3329  have the 
3330 \series bold
3331 fancyhdr
3332 \series default
3333
3334 \begin_inset Index idx
3335 status collapsed
3336
3337 \begin_layout Plain Layout
3338 LaTeX-packages ! fancyhdr
3339 \end_layout
3340
3341 \end_inset
3342
3343  package installed.
3344  At the moment, support in LyX is limited to this setting.
3345  To use the full power of this package, you have to add code to your document
3346  preamble.
3347  Check the documentation for the 
3348 \series bold
3349 fancyhdr
3350 \series default
3351  package for more details, 
3352 \begin_inset CommandInset citation
3353 LatexCommand cite
3354 key "fancyhdr"
3355
3356 \end_inset
3357
3358 .
3359 \end_layout
3360
3361 \begin_layout Standard
3362 The 
3363 \family sans
3364 Separation
3365 \family default
3366  of paragraphs is described in section
3367 \begin_inset space ~
3368 \end_inset
3369
3370
3371 \begin_inset CommandInset ref
3372 LatexCommand ref
3373 reference "sec:Par-indent-intro"
3374
3375 \end_inset
3376
3377 .
3378 \end_layout
3379
3380 \begin_layout Subsection
3381 Paper Size and Orientation
3382 \begin_inset Index idx
3383 status collapsed
3384
3385 \begin_layout Plain Layout
3386 Document ! Paper size
3387 \end_layout
3388
3389 \end_inset
3390
3391
3392 \begin_inset CommandInset label
3393 LatexCommand label
3394 name "sub:Paper-Size,-Orientation,"
3395
3396 \end_inset
3397
3398
3399 \end_layout
3400
3401 \begin_layout Standard
3402 You'll find the following options in the menu 
3403 \family sans
3404 Page
3405 \begin_inset space ~
3406 \end_inset
3407
3408 Layout
3409 \family default
3410  of the dialog of the 
3411 \family sans
3412 Document\SpecialChar \menuseparator
3413 Settings
3414 \family default
3415  menu:
3416 \family sans
3417
3418 \begin_inset Index idx
3419 status collapsed
3420
3421 \begin_layout Plain Layout
3422 Document ! Settings
3423 \end_layout
3424
3425 \end_inset
3426
3427
3428 \end_layout
3429
3430 \begin_layout Labeling
3431 \labelwidthstring 00.00.0000
3432
3433 \family sans
3434 Paper
3435 \begin_inset space ~
3436 \end_inset
3437
3438 Format
3439 \family default
3440  What size paper to print on.
3441  The choices are
3442 \end_layout
3443
3444 \begin_layout Itemize
3445
3446 \family sans
3447 Default
3448 \end_layout
3449
3450 \begin_layout Itemize
3451
3452 \family sans
3453 A3, A4,
3454 \family default
3455  
3456 \family sans
3457 A5
3458 \end_layout
3459
3460 \begin_layout Itemize
3461
3462 \family sans
3463 B3, B4, B5
3464 \end_layout
3465
3466 \begin_layout Itemize
3467
3468 \family sans
3469 US letter
3470 \end_layout
3471
3472 \begin_layout Itemize
3473
3474 \family sans
3475 US legal
3476 \end_layout
3477
3478 \begin_layout Itemize
3479
3480 \family sans
3481 US executive
3482 \end_layout
3483
3484 \begin_layout Itemize
3485
3486 \family sans
3487 Custom
3488 \end_layout
3489
3490 \begin_layout Labeling
3491 \labelwidthstring 00.00.0000
3492
3493 \family sans
3494 Orientation
3495 \family default
3496  Two toggle buttons choose whether to print the output as 
3497 \family sans
3498 Landscape
3499 \family default
3500  or as 
3501 \family sans
3502 Portrait
3503 \family default
3504 .
3505 \end_layout
3506
3507 \begin_layout Labeling
3508 \labelwidthstring 00.00.0000
3509
3510 \family sans
3511 Two-sided
3512 \begin_inset space ~
3513 \end_inset
3514
3515 document
3516 \family default
3517  Adjusts the print space to print both sides of paper.
3518  That means that the print space for odd- and even-numbered pages is different.
3519 \end_layout
3520
3521 \begin_layout Subsection
3522 Margins
3523 \begin_inset CommandInset label
3524 LatexCommand label
3525 name "sub:Margins"
3526
3527 \end_inset
3528
3529
3530 \begin_inset Index idx
3531 status collapsed
3532
3533 \begin_layout Plain Layout
3534 Document ! Margins
3535 \end_layout
3536
3537 \end_inset
3538
3539
3540 \begin_inset Index idx
3541 status collapsed
3542
3543 \begin_layout Plain Layout
3544 Margins
3545 \end_layout
3546
3547 \end_inset
3548
3549
3550 \end_layout
3551
3552 \begin_layout Standard
3553 Paper margins are set in the menu 
3554 \family sans
3555 Document\SpecialChar \menuseparator
3556 Settings
3557 \family default
3558 .
3559 \begin_inset Index idx
3560 status collapsed
3561
3562 \begin_layout Plain Layout
3563 Document ! Settings
3564 \end_layout
3565
3566 \end_inset
3567
3568
3569 \end_layout
3570
3571 \begin_layout Standard
3572 If you use a koma-script document class, you can use the default settings.
3573  Because koma-script calculates then the printspace automatically by taking
3574  the paper format and the font size into account.
3575 \end_layout
3576
3577 \begin_layout Subsection
3578 Important Note
3579 \end_layout
3580
3581 \begin_layout Standard
3582 If you change a document class, LyX has to convert 
3583 \emph on
3584 everything
3585 \emph default
3586  into the new class.
3587  That includes the paragraph environments.
3588  Some paragraph environments are standard; all of the document classes have
3589  them; but some classes have special paragraph environments.
3590  If this is the case, and you change the document class, LyX sets the missing
3591  paragraph environments to 
3592 \family sans
3593 Standard
3594 \family default
3595  and places an error box at the beginning of the paragraph.
3596  Just click on them and you'll get a message dialog that tells you about
3597  the conversion and why it failed.
3598 \end_layout
3599
3600 \begin_layout Section
3601 Paragraph Indentation and Separation
3602 \begin_inset Index idx
3603 status collapsed
3604
3605 \begin_layout Plain Layout
3606 Paragraph ! Indentation
3607 \end_layout
3608
3609 \end_inset
3610
3611
3612 \end_layout
3613
3614 \begin_layout Subsection
3615 Introduction
3616 \begin_inset CommandInset label
3617 LatexCommand label
3618 name "sec:Par-indent-intro"
3619
3620 \end_inset
3621
3622
3623 \end_layout
3624
3625 \begin_layout Standard
3626 Before describing all of the various paragraph environments, we'd like to
3627  say a word or two about paragraph indentation.
3628 \end_layout
3629
3630 \begin_layout Standard
3631 Everyone seems to have their own convention for separating paragraphs.
3632  Most Americans indent the first line of a paragraph.
3633  Others don't indent but put extra space between the paragraphs.
3634  If you choose indentation for paragraphs the 
3635 \emph on
3636 first
3637 \emph default
3638  paragraph of a section, or after a figure, an equation, a table, a list,
3639  etc., is 
3640 \emph on
3641 not
3642 \emph default
3643  indented.
3644  Only a paragraph following another paragraph gets indented.
3645  Note that the indentation behavior is different when you use another document
3646  language than English.
3647  LaTeX takes care that the indentation follows the rules of the used language.
3648 \end_layout
3649
3650 \begin_layout Standard
3651 The space between paragraphs, like the line spacing, the space between headings
3652  and text — in fact, all of the spacings for just about everything are pre-coded
3653  into LyX.
3654  As we said, you don't worry about how much space to add between what.
3655  LyX takes care of that.
3656  In fact, these pre-coded vertical spacings aren't a single number but a
3657  range.
3658  That way, LyX can squish or stretch the space between lines to make sure
3659  figures fit on a page with text, so that sections don't start at the bottom
3660  of a page, and so on.
3661 \begin_inset Foot
3662 status collapsed
3663
3664 \begin_layout Plain Layout
3665 LaTeX does this when LyX goes to produce a printable file.
3666 \end_layout
3667
3668 \end_inset
3669
3670  However, pre-coded doesn't mean you can't change them.
3671  LyX gives you the ability to globally change 
3672 \emph on
3673 all
3674 \emph default
3675  of these pre-coded spacings.
3676  We'll explain more later.
3677 \end_layout
3678
3679 \begin_layout Subsection
3680 Paragraph Separation
3681 \begin_inset Index idx
3682 status collapsed
3683
3684 \begin_layout Plain Layout
3685 Paragraph ! Separation
3686 \end_layout
3687
3688 \end_inset
3689
3690
3691 \end_layout
3692
3693 \begin_layout Standard
3694 To separate paragraphs, select 
3695 \family sans
3696 Indent
3697 \family default
3698  or 
3699 \family sans
3700 Skip
3701 \family default
3702  in the submenu 
3703 \family sans
3704 Text
3705 \begin_inset space ~
3706 \end_inset
3707
3708 Layout
3709 \family default
3710  of the dialog 
3711 \family sans
3712 Document\SpecialChar \menuseparator
3713 Settings
3714 \family default
3715
3716 \begin_inset Index idx
3717 status collapsed
3718
3719 \begin_layout Plain Layout
3720 Document ! Settings
3721 \end_layout
3722
3723 \end_inset
3724
3725  to indent paragraphs or add extra space between paragraphs, respectively.
3726  The size of the skips can be defined in the dialog, for the indentation
3727  you have to add this line to your document preamble:
3728 \end_layout
3729
3730 \begin_layout Standard
3731
3732 \series bold
3733
3734 \backslash
3735 setlength{
3736 \backslash
3737 parindent}{Length}
3738 \end_layout
3739
3740 \begin_layout Standard
3741 where length is a value in one of the units listed in Appendix
3742 \begin_inset space ~
3743 \end_inset
3744
3745
3746 \begin_inset CommandInset ref
3747 LatexCommand ref
3748 reference "cap:Units"
3749
3750 \end_inset
3751
3752 .
3753  The default length is 30
3754 \begin_inset space \thinspace{}
3755 \end_inset
3756
3757 pt.
3758 \end_layout
3759
3760 \begin_layout Subsection
3761 Fine-Tuning
3762 \end_layout
3763
3764 \begin_layout Standard
3765 You can also change the separation method of a single paragraph.
3766  Open the 
3767 \family sans
3768 Edit\SpecialChar \menuseparator
3769 Paragraph
3770 \begin_inset space ~
3771 \end_inset
3772
3773 Settings
3774 \family default
3775  dialog and toggle the 
3776 \family sans
3777 Indent
3778 \begin_inset space ~
3779 \end_inset
3780
3781 Paragraph
3782 \family default
3783  option to change the state of the current paragraph (shortcut 
3784 \begin_inset Info
3785 type  "shortcut"
3786 arg   "paragraph-params \\indent-toggle"
3787 \end_inset
3788
3789 ).
3790  If paragraphs have no indentation but use extra space for separation, this
3791  button will be ignored (you can't indent a single paragraph by toggling
3792  this).
3793 \end_layout
3794
3795 \begin_layout Standard
3796 You should only need to change the indentation method for a single paragraph
3797  if you need to do some fine-tuning.
3798 \end_layout
3799
3800 \begin_layout Subsection
3801 Line Spacing
3802 \begin_inset Index idx
3803 status collapsed
3804
3805 \begin_layout Plain Layout
3806 Paragraph ! Line spacing
3807 \end_layout
3808
3809 \end_inset
3810
3811
3812 \end_layout
3813
3814 \begin_layout Standard
3815 In the 
3816 \family sans
3817 Document\SpecialChar \menuseparator
3818 Settings
3819 \noun on
3820
3821 \begin_inset Index idx
3822 status collapsed
3823
3824 \begin_layout Plain Layout
3825 Document ! Settings
3826 \end_layout
3827
3828 \end_inset
3829
3830
3831 \family default
3832 \noun default
3833  dialog you can set the line spacing in the submenu 
3834 \family sans
3835 Text
3836 \begin_inset space ~
3837 \end_inset
3838
3839 Layout
3840 \family default
3841 .
3842 \begin_inset Foot
3843 status collapsed
3844
3845 \begin_layout Plain Layout
3846 You need to have the LaTeX-package 
3847 \series bold
3848 setspace
3849 \series default
3850
3851 \begin_inset Index idx
3852 status collapsed
3853
3854 \begin_layout Plain Layout
3855 LaTeX-packages ! setspace
3856 \end_layout
3857
3858 \end_inset
3859
3860  installed to use this feature.
3861 \end_layout
3862
3863 \end_inset
3864
3865
3866 \end_layout
3867
3868 \begin_layout Section
3869 Paragraph Environments
3870 \begin_inset CommandInset label
3871 LatexCommand label
3872 name "sec:Paragraph-Environments"
3873
3874 \end_inset
3875
3876
3877 \begin_inset Index idx
3878 status collapsed
3879
3880 \begin_layout Plain Layout
3881 Paragraph ! Environments
3882 \end_layout
3883
3884 \end_inset
3885
3886
3887 \begin_inset Index idx
3888 status collapsed
3889
3890 \begin_layout Plain Layout
3891 Paragraph environments|(
3892 \end_layout
3893
3894 \end_inset
3895
3896
3897 \end_layout
3898
3899 \begin_layout Subsection
3900 Overview
3901 \end_layout
3902
3903 \begin_layout Standard
3904 Paragraph environments correspond to the
3905 \end_layout
3906
3907 \begin_layout Standard
3908
3909 \series bold
3910
3911 \backslash
3912 begin{
3913 \emph on
3914 environment
3915 \emph default
3916 } ...
3917  
3918 \backslash
3919 end{
3920 \emph on
3921 environment
3922 \emph default
3923 }
3924 \series default
3925
3926 \begin_inset Newline newline
3927 \end_inset
3928
3929 command sequence in LaTeX files.
3930  If you don't know LaTeX, or the concept of a paragraph environment is totally
3931  alien to you, we urge you to read the 
3932 \emph on
3933 Tutorial
3934 \emph default
3935 .
3936  The 
3937 \emph on
3938 Tutorial
3939 \emph default
3940  also contains many more examples than this section does.
3941 \end_layout
3942
3943 \begin_layout Standard
3944 A paragraph environment is simply a 
3945 \begin_inset Quotes eld
3946 \end_inset
3947
3948 container
3949 \begin_inset Quotes erd
3950 \end_inset
3951
3952  for a paragraph which gives that paragraph certain properties.
3953  This can include a particular style of font, different margins, a numbering
3954  scheme, labels, and so on.
3955  Additionally, you can 
3956 \begin_inset Quotes eld
3957 \end_inset
3958
3959 nest
3960 \begin_inset Quotes erd
3961 \end_inset
3962
3963  the different environments inside one another, allowing one environment
3964  to inherit some of the properties of another.
3965  The different paragraph environments totally replace the need for messy
3966  tab stops, on the fly margin adjustment, and other hold-overs from the
3967  days of typewriters.
3968  There are several paragraph environments which are specific to a particular
3969  document type.
3970  We'll only be covering the most common ones here.
3971 \end_layout
3972
3973 \begin_layout Standard
3974 To choose a new paragraph environment, use the pull-down box 
3975 \begin_inset Graphics
3976         filename clipart/ToolbarEnvBox.png
3977         scale 70
3978         clip
3979
3980 \end_inset
3981
3982  at the left end of the toolbar.
3983  LyX will change the environment of the 
3984 \emph on
3985 entire
3986 \emph default
3987  paragraph in which the cursor sits.
3988  You can also change the environment of an entire group of paragraphs if
3989  you select them before choosing the new environment.
3990  
3991 \end_layout
3992
3993 \begin_layout Standard
3994 Note that hitting 
3995 \family sans
3996 Return
3997 \family default
3998  will 
3999 \emph on
4000 typically
4001 \emph default
4002  create a new paragraph using the 
4003 \family sans
4004 Standard
4005 \family default
4006  paragraph environment.
4007  We say 
4008 \begin_inset Quotes eld
4009 \end_inset
4010
4011 typically
4012 \begin_inset Quotes erd
4013 \end_inset
4014
4015  because if you are in one of these environments:
4016 \end_layout
4017
4018 \begin_layout Itemize
4019
4020 \family sans
4021 Quote
4022 \end_layout
4023
4024 \begin_layout Itemize
4025
4026 \family sans
4027 Quotation
4028 \end_layout
4029
4030 \begin_layout Itemize
4031
4032 \family sans
4033 Verse
4034 \end_layout
4035
4036 \begin_layout Itemize
4037
4038 \family sans
4039 Itemize
4040 \end_layout
4041
4042 \begin_layout Itemize
4043
4044 \family sans
4045 Enumerate
4046 \end_layout
4047
4048 \begin_layout Itemize
4049
4050 \family sans
4051 Description
4052 \end_layout
4053
4054 \begin_layout Itemize
4055
4056 \family sans
4057 List
4058 \end_layout
4059
4060 \begin_layout Standard
4061 LyX keeps the old paragraph environment when you hit 
4062 \family sans
4063 Return
4064 \family default
4065 , rather than resetting it to 
4066 \family sans
4067 Standard
4068 \family default
4069 .
4070  LyX will still reset the nesting depth, however.
4071  Usually, starting a new paragraph resets both the paragraph environment
4072  and the nesting depth (for more on nesting see section
4073 \begin_inset space ~
4074 \end_inset
4075
4076
4077 \begin_inset CommandInset ref
4078 LatexCommand ref
4079 reference "sec:Nesting"
4080
4081 \end_inset
4082
4083 ).
4084  At the moment, all this is context-specific; you're better off expecting
4085  
4086 \family sans
4087 Return
4088 \family default
4089  to reset the paragraph environment and depth.
4090  If you want a new paragraph to keep the current environment and depth,
4091  use 
4092 \begin_inset Info
4093 type  "shortcut"
4094 arg   "break-paragraph inverse"
4095 \end_inset
4096
4097  instead.
4098 \end_layout
4099
4100 \begin_layout Subsection
4101 Standard
4102 \end_layout
4103
4104 \begin_layout Standard
4105 The default paragraph environment is 
4106 \family sans
4107 Standard
4108 \family default
4109  for most classes.
4110  It creates a plain paragraph.
4111  If LyX resets the paragraph environment, this is the one it chooses.
4112  In fact, the paragraph you're reading right now (and most of the ones in
4113  this manual) are in the 
4114 \family sans
4115 Standard
4116 \family default
4117  environment.
4118 \end_layout
4119
4120 \begin_layout Standard
4121 You can nest a paragraph using the 
4122 \family sans
4123 Standard
4124 \family default
4125  environment in just about anything else, but you can't really nest anything
4126  in a 
4127 \family sans
4128 Standard
4129 \family default
4130  environment.
4131 \end_layout
4132
4133 \begin_layout Subsection
4134 Document Title
4135 \begin_inset Index idx
4136 status collapsed
4137
4138 \begin_layout Plain Layout
4139 Document !Title
4140 \end_layout
4141
4142 \end_inset
4143
4144
4145 \end_layout
4146
4147 \begin_layout Standard
4148 A LaTeX title page has three parts: the title itself, the name(s) of the
4149  author(s) and a 
4150 \begin_inset Quotes eld
4151 \end_inset
4152
4153 footnote
4154 \begin_inset Quotes erd
4155 \end_inset
4156
4157  for thanks or contact information.
4158  For certain types of documents, LaTeX places all of this on a separate
4159  page along with today's date.
4160  For other types of documents, the title 
4161 \begin_inset Quotes eld
4162 \end_inset
4163
4164 page
4165 \begin_inset Quotes erd
4166 \end_inset
4167
4168  goes at the top of the first page of the document.
4169  
4170 \end_layout
4171
4172 \begin_layout Standard
4173 LyX provides an interface to the title page commands through the paragraph
4174  environments 
4175 \family sans
4176 Title
4177 \family default
4178
4179 \family sans
4180 Author
4181 \family default
4182 , and 
4183 \family sans
4184 Date
4185 \family default
4186 .
4187  Here's how you use them:
4188 \end_layout
4189
4190 \begin_layout Itemize
4191 Put the title of your document in the 
4192 \family sans
4193 Title
4194 \family default
4195  environment.
4196 \end_layout
4197
4198 \begin_layout Itemize
4199 Put the author name in the 
4200 \family sans
4201 Author
4202 \family default
4203  environment.
4204 \end_layout
4205
4206 \begin_layout Itemize
4207 If you want the date to have a certain appearance, want to use a fixed date,
4208  or want other text to appear in place of today's date, put that text in
4209  the 
4210 \family sans
4211 Date
4212 \family default
4213  environment.
4214  Note that using this environment is optional.
4215  If you don't provide any, LaTeX will automatically insert today's date.
4216  If you don't want any date, add the line
4217 \begin_inset Newline newline
4218 \end_inset
4219
4220
4221 \series bold
4222
4223 \backslash
4224 date{}
4225 \series default
4226
4227 \begin_inset Newline newline
4228 \end_inset
4229
4230 to the preamble of your document (menu 
4231 \family sans
4232 Document\SpecialChar \menuseparator
4233 Settings
4234 \family default
4235 )
4236 \end_layout
4237
4238 \begin_layout Standard
4239 You can use footnotes to insert 
4240 \begin_inset Quotes eld
4241 \end_inset
4242
4243 thanks
4244 \begin_inset Quotes erd
4245 \end_inset
4246
4247  or contact information.
4248 \end_layout
4249
4250 \begin_layout Subsection
4251 Headings
4252 \begin_inset Index idx
4253 status collapsed
4254
4255 \begin_layout Plain Layout
4256 Section headings
4257 \end_layout
4258
4259 \end_inset
4260
4261
4262 \begin_inset CommandInset label
4263 LatexCommand label
4264 name "sub:Headings"
4265
4266 \end_inset
4267
4268
4269 \end_layout
4270
4271 \begin_layout Standard
4272 There are several paragraph environments for producing section headings.
4273  LyX takes care of the numbering for you.
4274 \end_layout
4275
4276 \begin_layout Subsubsection
4277 Numbered Headings
4278 \begin_inset Index idx
4279 status collapsed
4280
4281 \begin_layout Plain Layout
4282 Section headings ! Numbered
4283 \end_layout
4284
4285 \end_inset
4286
4287
4288 \end_layout
4289
4290 \begin_layout Standard
4291 There are 7 numbered types of section headings.
4292  They are:
4293 \end_layout
4294
4295 \begin_layout Enumerate
4296
4297 \family sans
4298 Part
4299 \end_layout
4300
4301 \begin_layout Enumerate
4302
4303 \family sans
4304 Chapter
4305 \end_layout
4306
4307 \begin_layout Enumerate
4308
4309 \family sans
4310 Section
4311 \end_layout
4312
4313 \begin_layout Enumerate
4314
4315 \family sans
4316 Subsection
4317 \end_layout
4318
4319 \begin_layout Enumerate
4320
4321 \family sans
4322 Subsubsection
4323 \end_layout
4324
4325 \begin_layout Enumerate
4326
4327 \family sans
4328 Paragraph
4329 \end_layout
4330
4331 \begin_layout Enumerate
4332
4333 \family sans
4334 Subparagraph
4335 \end_layout
4336
4337 \begin_layout Standard
4338 LyX labels each heading with a series of numbers, separated by periods.
4339  The numbers describe where in the document you are.
4340  Unlike the other headings, parts are numbered with Latin letters.
4341 \end_layout
4342
4343 \begin_layout Standard
4344 Headings all subdivide your document into different pieces of text.
4345  For example, suppose you're writing a book.
4346  You group the book into chapters.
4347  LyX does similar grouping:
4348 \end_layout
4349
4350 \begin_layout Itemize
4351
4352 \family sans
4353 Part
4354 \family default
4355  is divided in either 
4356 \family sans
4357 Chapter
4358 \family default
4359 s or 
4360 \family sans
4361 Section
4362 \family default
4363 s
4364 \end_layout
4365
4366 \begin_layout Itemize
4367
4368 \family sans
4369 Chapter
4370 \family default
4371 s are divided into 
4372 \family sans
4373 Section
4374 \family default
4375 s
4376 \end_layout
4377
4378 \begin_layout Itemize
4379
4380 \family sans
4381 Section
4382 \family default
4383 s are divided into 
4384 \family sans
4385 Subsection
4386 \family default
4387 s
4388 \end_layout
4389
4390 \begin_layout Itemize
4391
4392 \family sans
4393 Subsection
4394 \family default
4395 s are divided into 
4396 \family sans
4397 Subsubsection
4398 \family default
4399 s
4400 \end_layout
4401
4402 \begin_layout Itemize
4403
4404 \family sans
4405 Subsubsection
4406 \family default
4407 s are divided into 
4408 \family sans
4409 Paragraph
4410 \family default
4411 s
4412 \end_layout
4413
4414 \begin_layout Itemize
4415
4416 \family sans
4417 Paragraph
4418 \family default
4419 s are divided into 
4420 \family sans
4421 Subparagraph
4422 \family default
4423 s
4424 \end_layout
4425
4426 \begin_layout Standard
4427 \begin_inset Note Greyedout
4428 status open
4429
4430 \begin_layout Plain Layout
4431
4432 \series bold
4433 Note:
4434 \series default
4435  Not all document types use the 
4436 \family sans
4437 Chapter
4438 \family default
4439  heading as the maximum sectioning level.
4440  In that case the 
4441 \family sans
4442 Section
4443 \family default
4444  is the top-level heading.
4445 \end_layout
4446
4447 \end_inset
4448
4449
4450 \end_layout
4451
4452 \begin_layout Standard
4453 So, if you use the 
4454 \family sans
4455 Subsubsection
4456 \family default
4457  environment to label a new sub-subsection, LyX labels it with its number,
4458  along with the number of the subsection, section, and, if applicable, chapter
4459  that it's in.
4460  For example: the fifth section of the second chapter of this book has the
4461  label 
4462 \begin_inset Quotes eld
4463 \end_inset
4464
4465 2.5
4466 \begin_inset Quotes erd
4467 \end_inset
4468
4469 .
4470 \end_layout
4471
4472 \begin_layout Subsubsection
4473 Unnumbered Headings
4474 \begin_inset Index idx
4475 status collapsed
4476
4477 \begin_layout Plain Layout
4478 Section headings ! Unnumbered
4479 \end_layout
4480
4481 \end_inset
4482
4483
4484 \end_layout
4485
4486 \begin_layout Standard
4487 There are 5 types of unnumbered section headings.
4488  They are:
4489 \end_layout
4490
4491 \begin_layout Enumerate
4492
4493 \family sans
4494 Part*
4495 \end_layout
4496
4497 \begin_layout Enumerate
4498
4499 \family sans
4500 Chapter*
4501 \end_layout
4502
4503 \begin_layout Enumerate
4504
4505 \family sans
4506 Section*
4507 \end_layout
4508
4509 \begin_layout Enumerate
4510
4511 \family sans
4512 Subsection*
4513 \end_layout
4514
4515 \begin_layout Enumerate
4516
4517 \family sans
4518 Subsubsection*
4519 \end_layout
4520
4521 \begin_layout Standard
4522 The 
4523 \begin_inset Quotes eld
4524 \end_inset
4525
4526 *
4527 \begin_inset Quotes erd
4528 \end_inset
4529
4530  after each name means that these headings are not numbered.
4531  They work the same as their numbered counterparts but won't appear in the
4532  table of contents, see section
4533 \begin_inset space ~
4534 \end_inset
4535
4536
4537 \begin_inset CommandInset ref
4538 LatexCommand ref
4539 reference "sec:toc"
4540
4541 \end_inset
4542
4543 .
4544 \end_layout
4545
4546 \begin_layout Subsubsection
4547 Changing the Numbering
4548 \begin_inset CommandInset label
4549 LatexCommand label
4550 name "sub:Numbering-depth"
4551
4552 \end_inset
4553
4554
4555 \end_layout
4556
4557 \begin_layout Standard
4558 You can also alter which sectioning levels get numbered and which ones appear
4559  in the Table of Contents.
4560  Now, this doesn't remove any of the levels; that's preset in the document
4561  class.
4562  Certain classes start with 
4563 \family sans
4564 Chapter
4565 \family default
4566  and go down to the 
4567 \family sans
4568 Subparagraph
4569 \family default
4570  level.
4571  Others start at 
4572 \family sans
4573 Section
4574 \family default
4575 .
4576  Similarly, not all document classes number all sectioning levels.
4577  Most don't number 
4578 \family sans
4579 Paragraph
4580 \family default
4581  or 
4582 \family sans
4583 Subparagraph
4584 \family default
4585 .
4586  This is something you can change.
4587 \end_layout
4588
4589 \begin_layout Standard
4590 Open the 
4591 \family sans
4592 Document\SpecialChar \menuseparator
4593 Settings
4594 \family default
4595  dialog.
4596 \family sans
4597
4598 \begin_inset Index idx
4599 status collapsed
4600
4601 \begin_layout Plain Layout
4602 Document ! Settings
4603 \end_layout
4604
4605 \end_inset
4606
4607
4608 \family default
4609  Under 
4610 \family sans
4611 Numbering
4612 \begin_inset space ~
4613 \end_inset
4614
4615 &
4616 \begin_inset space ~
4617 \end_inset
4618
4619 TOC
4620 \family default
4621  you'll see two counters.
4622  The one named 
4623 \family sans
4624 Numbering
4625 \family default
4626  controls how far down in the sectioning hierarchy LyX numbers a section
4627  heading.
4628  The other one controls the appearance of the section headings in the table
4629  of contents.
4630 \end_layout
4631
4632 \begin_layout Subsubsection
4633 Short Titles of Headings
4634 \begin_inset Index idx
4635 status collapsed
4636
4637 \begin_layout Plain Layout
4638 Section headings ! Short titles
4639 \end_layout
4640
4641 \end_inset
4642
4643
4644 \begin_inset OptArg
4645 status collapsed
4646
4647 \begin_layout Plain Layout
4648 Short Titles
4649 \end_layout
4650
4651 \end_inset
4652
4653
4654 \begin_inset CommandInset label
4655 LatexCommand label
4656 name "sec:Short-Titles"
4657
4658 \end_inset
4659
4660
4661 \end_layout
4662
4663 \begin_layout Standard
4664 Some section or chapter titles, such as this one, can get quite long.
4665  This can cause trouble when there is limited horizontal space.
4666  For example, if the header of the page is set to show the current section
4667  title, a long title will protrude over the page margins and look awful.
4668 \end_layout
4669
4670 \begin_layout Standard
4671 LaTeX allows you to specify a short title for section headings.
4672  This short title is used in the header and in the actual table of contents,
4673  avoiding the problem mentioned.
4674  To specify a short title, use the menu 
4675 \family sans
4676 Insert\SpecialChar \menuseparator
4677 Short
4678 \begin_inset space ~
4679 \end_inset
4680
4681 Title
4682 \family default
4683 .
4684  This will insert a box labeled 
4685 \begin_inset Quotes eld
4686 \end_inset
4687
4688 opt
4689 \begin_inset Quotes erd
4690 \end_inset
4691
4692  (stands for 
4693 \begin_inset Quotes eld
4694 \end_inset
4695
4696 optional
4697 \begin_inset Quotes erd
4698 \end_inset
4699
4700 ) which you can use to enter the short title text.
4701  This also works for captions inside floats.
4702 \end_layout
4703
4704 \begin_layout Standard
4705 The title of this section is a good example of using this feature.
4706 \end_layout
4707
4708 \begin_layout Subsubsection
4709 Special Information
4710 \end_layout
4711
4712 \begin_layout Standard
4713 The following information applies to all section headings:
4714 \end_layout
4715
4716 \begin_layout Itemize
4717 You cannot do any nesting with these environments.
4718 \end_layout
4719
4720 \begin_layout Itemize
4721 You cannot use a margin note in any of these environments.
4722 \end_layout
4723
4724 \begin_layout Itemize
4725 You can only use inline math in these environments.
4726 \end_layout
4727
4728 \begin_layout Itemize
4729 You can use labels and cross-references to refer to their numbers.
4730 \end_layout
4731
4732 \begin_layout Subsection
4733 Quotes and Poetry line spacing
4734 \end_layout
4735
4736 \begin_layout Standard
4737 LyX has three paragraph environments for writing poetry and quotations.
4738  They are 
4739 \family sans
4740 Quote
4741 \family default
4742
4743 \family sans
4744 Quotation
4745 \family default
4746 , and 
4747 \family sans
4748 Verse
4749 \family default
4750 .
4751  Forget the days of changing line spacing and twiddling with margins.
4752  These three paragraph environments already have those changes built-in.
4753  They all widen the left margin and add a bit of extra space above and below
4754  the text they contain.
4755  They also allow nesting, so you can put a 
4756 \family sans
4757 Verse
4758 \family default
4759  in a 
4760 \family sans
4761 Quotation
4762 \family default
4763 , as well as in some other paragraph environments.
4764 \end_layout
4765
4766 \begin_layout Standard
4767 There is another feature of these three paragraph environments: they do
4768  
4769 \emph on
4770 not
4771 \emph default
4772  reset to 
4773 \family sans
4774 Standard
4775 \family default
4776  when you start a new paragraph.
4777  So, you can type in that poem and merrily hit 
4778 \family sans
4779 Return
4780 \family default
4781  without worrying about the paragraph environment changing on you.
4782  Of course, that means that, once you're done typing in that poem, you have
4783  to change back to the 
4784 \family sans
4785 Standard
4786 \family default
4787  environment yourself.
4788 \end_layout
4789
4790 \begin_layout Subsubsection
4791
4792 \family sans
4793 Quote
4794 \family default
4795  and 
4796 \family sans
4797 Quotation
4798 \family default
4799
4800 \begin_inset CommandInset label
4801 LatexCommand label
4802 name "sec:Quote"
4803
4804 \end_inset
4805
4806
4807 \begin_inset Index idx
4808 status collapsed
4809
4810 \begin_layout Plain Layout
4811 Quotation
4812 \end_layout
4813
4814 \end_inset
4815
4816
4817 \end_layout
4818
4819 \begin_layout Standard
4820 Now that we've described the similarities of these three environments, it's
4821  time for the differences.
4822  
4823 \family sans
4824 Quote
4825 \family default
4826  and 
4827 \family sans
4828 Quotation
4829 \family default
4830  are identical except for one difference: 
4831 \family sans
4832 Quote
4833 \family default
4834  uses extra spacing to separate paragraphs and never indents the first line.
4835  
4836 \family sans
4837 Quotation
4838 \family default
4839  
4840 \emph on
4841 always
4842 \emph default
4843  indents the first line of a paragraph and uses the same line spacing throughout.
4844 \end_layout
4845
4846 \begin_layout Standard
4847 Here's an example of the 
4848 \family sans
4849 Quote
4850 \family default
4851  environment:
4852 \end_layout
4853
4854 \begin_layout Quote
4855 This is in the 
4856 \family sans
4857 Quote
4858 \family default
4859  environment.
4860  I can keep writing, extending this line out further and further until it
4861  wraps.
4862  See – no indentation!
4863 \end_layout
4864
4865 \begin_layout Quote
4866 Here's the second paragraph of this quote.
4867  Again, there's no indentation, but there is extra space between me and
4868  the other paragraph.
4869 \end_layout
4870
4871 \begin_layout Standard
4872 Here's another example, this time in the 
4873 \family sans
4874 Quotation
4875 \family default
4876  environment:
4877 \end_layout
4878
4879 \begin_layout Quotation
4880 This is in the 
4881 \family sans
4882 Quotation
4883 \family default
4884  environment.
4885  If I keep writing, you'll see the indentation.
4886  If your country uses a writing style that shows off new paragraphs by indenting
4887  the first line, then 
4888 \family sans
4889 Quotation
4890 \family default
4891  is the environment for you! Well, you'd use it 
4892 \emph on
4893 if
4894 \emph default
4895  you were quoting other text.
4896 \end_layout
4897
4898 \begin_layout Quotation
4899 Here's a new paragraph.
4900  I could ramble on and on, like a politician at election time.
4901  If I did that, though, you'd get bored.
4902 \end_layout
4903
4904 \begin_layout Standard
4905 As the examples show, 
4906 \family sans
4907 Quote
4908 \family default
4909  is for those people who use extra space to separate paragraphs.
4910  They should put quotes in the 
4911 \family sans
4912 Quote
4913 \family default
4914  environment.
4915  Those who use indentation to mark a new paragraph should use the 
4916 \family sans
4917 Quotation
4918 \family default
4919  paragraph environment for quoted text.
4920 \end_layout
4921
4922 \begin_layout Subsubsection
4923
4924 \family sans
4925 Verse
4926 \family default
4927
4928 \begin_inset Index idx
4929 status collapsed
4930
4931 \begin_layout Plain Layout
4932 Paragraph ! Verse
4933 \end_layout
4934
4935 \end_inset
4936
4937
4938 \family sans
4939
4940 \begin_inset Index idx
4941 status collapsed
4942
4943 \begin_layout Plain Layout
4944 Poetry
4945 \end_layout
4946
4947 \end_inset
4948
4949
4950 \begin_inset CommandInset label
4951 LatexCommand label
4952 name "sec:Verse"
4953
4954 \end_inset
4955
4956
4957 \end_layout
4958
4959 \begin_layout Standard
4960
4961 \family sans
4962 Verse
4963 \family default
4964  is a paragraph environment for poetry, rhymes, verses, and so on.
4965  Here's an example:
4966 \end_layout
4967
4968 \begin_layout Verse
4969 This is in Verse
4970 \begin_inset Newline newline
4971 \end_inset
4972
4973 Which I did not rehearse!
4974 \end_layout
4975
4976 \begin_layout Verse
4977 It could be much worse.
4978  This line could be long, very long, oh so long, so very long that it wraps
4979  around.
4980  It looks okay on screen, but in the printed version, the extra lines are
4981  indented a bit more than the first.
4982  Okay, so it's turned to prose and doesn't rhyme anymore.
4983  So sue me.
4984 \end_layout
4985
4986 \begin_layout Verse
4987 To break a line
4988 \begin_inset Newline newline
4989 \end_inset
4990
4991 And make things look fine
4992 \begin_inset Newline newline
4993 \end_inset
4994
4995 Use 
4996 \begin_inset Info
4997 type  "shortcut"
4998 arg   "newline-insert newline"
4999 \end_inset
5000
5001 .
5002 \end_layout
5003
5004 \begin_layout Standard
5005 As you can see, 
5006 \family sans
5007 Verse
5008 \family default
5009  does not indent both margins.
5010  Each stanza of the verse or poem is in its own paragraph.
5011  To separate the individual lines of a stanza, use the 
5012 \family typewriter
5013 break-line
5014 \family default
5015  function 
5016 \begin_inset Info
5017 type  "shortcut"
5018 arg   "newline-insert newline"
5019 \end_inset
5020
5021 .
5022 \end_layout
5023
5024 \begin_layout Subsection
5025 Lists
5026 \begin_inset Index idx
5027 status collapsed
5028
5029 \begin_layout Plain Layout
5030 Lists
5031 \end_layout
5032
5033 \end_inset
5034
5035
5036 \begin_inset CommandInset label
5037 LatexCommand label
5038 name "sub:Lists"
5039
5040 \end_inset
5041
5042
5043 \end_layout
5044
5045 \begin_layout Standard
5046 LyX has four different paragraph environments for creating different kinds
5047  of lists.
5048  In the 
5049 \family sans
5050 Itemize
5051 \family default
5052  and 
5053 \family sans
5054 Enumerate
5055 \family default
5056  environments, LyX labels your list items with bullets or numbers, respectively.
5057  In the 
5058 \family sans
5059 Description
5060 \family default
5061  and 
5062 \family sans
5063 List
5064 \family default
5065  environments, LyX lets you provide your own label.
5066  We'll present the individual details of each type of list next after describing
5067  some general features of all four of them.
5068 \end_layout
5069
5070 \begin_layout Subsubsection
5071 General Features
5072 \end_layout
5073
5074 \begin_layout Standard
5075 The four paragraph environments for lists differ from the other environments
5076  in several ways.
5077  First, LyX treats each paragraph as a list item.
5078  Hitting 
5079 \family sans
5080 Return
5081 \family default
5082  does 
5083 \emph on
5084 not
5085 \emph default
5086  reset the environment to 
5087 \family sans
5088 Standard
5089 \family default
5090  but keeps the current environment and creates a new list item.
5091  The nesting depth is hereby kept.
5092  If you want to keep the paragraph environment but reset the current nesting
5093  depth, you can use 
5094 \begin_inset Info
5095 type  "shortcut"
5096 arg   "break-paragraph inverse"
5097 \end_inset
5098
5099  to break paragraphs.
5100 \end_layout
5101
5102 \begin_layout Standard
5103 You can nest lists of any type inside one another.
5104  In fact, LyX changes the labels on some list items depending on how it
5105  is nested.
5106  If you intend to use any of the list paragraph environments, we suggest
5107  you read all of section
5108 \begin_inset space ~
5109 \end_inset
5110
5111
5112 \begin_inset CommandInset ref
5113 LatexCommand ref
5114 reference "sec:Nesting"
5115
5116 \end_inset
5117
5118 .
5119  
5120 \end_layout
5121
5122 \begin_layout Subsubsection
5123
5124 \family sans
5125 Itemize
5126 \family default
5127
5128 \begin_inset Index idx
5129 status collapsed
5130
5131 \begin_layout Plain Layout
5132 Lists ! Itemize
5133 \end_layout
5134
5135 \end_inset
5136
5137
5138 \begin_inset CommandInset label
5139 LatexCommand label
5140 name "sec:Itemize"
5141
5142 \end_inset
5143
5144
5145 \end_layout
5146
5147 \begin_layout Standard
5148 The first type of list we'll describe in detail is the 
5149 \family sans
5150 Itemize
5151 \family default
5152  paragraph environment.
5153  It has the following properties:
5154 \end_layout
5155
5156 \begin_layout Itemize
5157 Each item has a particular bullet or symbol as its label.
5158 \end_layout
5159
5160 \begin_deeper
5161 \begin_layout Itemize
5162 LyX uses the same symbol for all of the items in a given nesting level.
5163 \end_layout
5164
5165 \begin_layout Itemize
5166 The symbol appears at the beginning of the first line.
5167 \end_layout
5168
5169 \end_deeper
5170 \begin_layout Itemize
5171 The items can have any length.
5172  LyX automatically offsets the left margin of each item.
5173  The offset is always relative to whatever environment the 
5174 \family sans
5175 Itemize
5176 \family default
5177  list may be in.
5178 \end_layout
5179
5180 \begin_layout Itemize
5181 If you nest an 
5182 \family sans
5183 Itemize
5184 \family default
5185  environment inside another 
5186 \family sans
5187 Itemize
5188 \family default
5189  environment, the label changes to a new symbol.
5190 \end_layout
5191
5192 \begin_deeper
5193 \begin_layout Itemize
5194 There are four different symbols for up to a four-fold nesting.
5195 \end_layout
5196
5197 \begin_layout Itemize
5198 LyX always shows the same symbol on screen.
5199 \end_layout
5200
5201 \begin_layout Itemize
5202 See section
5203 \begin_inset space ~
5204 \end_inset
5205
5206
5207 \begin_inset CommandInset ref
5208 LatexCommand ref
5209 reference "sec:Nesting"
5210
5211 \end_inset
5212
5213  for a full explanation of nesting.
5214 \end_layout
5215
5216 \end_deeper
5217 \begin_layout Standard
5218 Of course, that explanation was also an example of an 
5219 \family sans
5220 Itemize
5221 \family default
5222  list.
5223  The 
5224 \family sans
5225 Itemize
5226 \family default
5227  environment is best suited for lists where the order doesn't matter.
5228 \end_layout
5229
5230 \begin_layout Standard
5231 We said that different levels use different symbols as their label.
5232  Here's an example of all four possible symbols.
5233 \end_layout
5234
5235 \begin_layout Itemize
5236 The label for the first level 
5237 \family sans
5238 Itemize
5239 \family default
5240  is a large black dot, or bullet.
5241 \end_layout
5242
5243 \begin_deeper
5244 \begin_layout Itemize
5245 The label for the second level is a dash.
5246 \end_layout
5247
5248 \begin_deeper
5249 \begin_layout Itemize
5250 The label for the third is an asterisk.
5251 \end_layout
5252
5253 \begin_deeper
5254 \begin_layout Itemize
5255 The label for the fourth is a centered dot.
5256 \end_layout
5257
5258 \end_deeper
5259 \begin_layout Itemize
5260 Back out to the third level.
5261 \end_layout
5262
5263 \end_deeper
5264 \begin_layout Itemize
5265 Back to the second level.
5266 \end_layout
5267
5268 \end_deeper
5269 \begin_layout Itemize
5270 Back to the outermost level.
5271 \end_layout
5272
5273 \begin_layout Standard
5274 These are the default labels for an 
5275 \family sans
5276 Itemize
5277 \family default
5278  list.
5279  You can customize these labels in the 
5280 \family sans
5281 Document\SpecialChar \menuseparator
5282 Settings
5283 \family default
5284  dialog in the submenu 
5285 \family sans
5286 Bullets
5287 \family default
5288 .
5289 \family sans
5290
5291 \begin_inset Index idx
5292 status collapsed
5293
5294 \begin_layout Plain Layout
5295 Document ! Settings
5296 \end_layout
5297
5298 \end_inset
5299
5300
5301 \end_layout
5302
5303 \begin_layout Standard
5304 Notice how the space between items decreases with increasing depth.
5305  We'll explain nesting and all the tricks you can do with different depths
5306  in section
5307 \begin_inset space ~
5308 \end_inset
5309
5310
5311 \begin_inset CommandInset ref
5312 LatexCommand ref
5313 reference "sec:Nesting"
5314
5315 \end_inset
5316
5317 .
5318 \end_layout
5319
5320 \begin_layout Subsubsection
5321
5322 \family sans
5323 Enumerate
5324 \family default
5325
5326 \begin_inset Index idx
5327 status collapsed
5328
5329 \begin_layout Plain Layout
5330 Lists ! Enumerate
5331 \end_layout
5332
5333 \end_inset
5334
5335
5336 \begin_inset CommandInset label
5337 LatexCommand label
5338 name "sec:Enumerate"
5339
5340 \end_inset
5341
5342
5343 \end_layout
5344
5345 \begin_layout Standard
5346 The 
5347 \family sans
5348 Enumerate
5349 \family default
5350  environment is used to create numbered lists and outlines.
5351  It has these properties:
5352 \end_layout
5353
5354 \begin_layout Enumerate
5355 Each item has a numeral as its label.
5356 \end_layout
5357
5358 \begin_deeper
5359 \begin_layout Enumerate
5360 The label type depends on the nesting depth.
5361 \end_layout
5362
5363 \end_deeper
5364 \begin_layout Enumerate
5365 LyX automatically counts the items for you and updates the label as appropriate.
5366 \end_layout
5367
5368 \begin_layout Enumerate
5369 Each new 
5370 \family sans
5371 Enumerate
5372 \family default
5373  environment resets the counter to one.
5374 \end_layout
5375
5376 \begin_layout Enumerate
5377 Like the 
5378 \family sans
5379 Itemize
5380 \family default
5381  environment, the 
5382 \family sans
5383 Enumerate
5384 \family default
5385  environment:
5386 \end_layout
5387
5388 \begin_deeper
5389 \begin_layout Enumerate
5390 Offsets the items relative to the left margin.
5391  Items can have any length.
5392 \end_layout
5393
5394 \begin_layout Enumerate
5395 Reduces the space between items as the nesting depth increases.
5396 \end_layout
5397
5398 \begin_layout Enumerate
5399 Uses different types of labels depending on the nesting depth.
5400 \end_layout
5401
5402 \begin_layout Enumerate
5403 Allows up to a four-fold nesting.
5404 \end_layout
5405
5406 \end_deeper
5407 \begin_layout Standard
5408 Unlike the 
5409 \family sans
5410 Itemize
5411 \family default
5412  environment, 
5413 \family sans
5414 Enumerate
5415 \family default
5416  shows the different labels for each item in LyX.
5417  Here is how LyX labels the four different levels in an 
5418 \family sans
5419 Enumerate
5420 \family default
5421 :
5422 \end_layout
5423
5424 \begin_layout Enumerate
5425 The first level of an 
5426 \family sans
5427 Enumerate
5428 \family default
5429  uses Arabic numerals followed by a period.
5430 \end_layout
5431
5432 \begin_deeper
5433 \begin_layout Enumerate
5434 The second level uses lower case letters surrounded by parentheses.
5435 \end_layout
5436
5437 \begin_deeper
5438 \begin_layout Enumerate
5439 The third level uses lower-case Roman numerals followed by a period.
5440 \end_layout
5441
5442 \begin_deeper
5443 \begin_layout Enumerate
5444 The fourth level uses capital letters followed by a period.
5445 \end_layout
5446
5447 \begin_layout Enumerate
5448 Again, notice the decrease in the spacing between items as the nesting depth
5449  increases.
5450 \end_layout
5451
5452 \end_deeper
5453 \begin_layout Enumerate
5454 Back to the third level
5455 \end_layout
5456
5457 \end_deeper
5458 \begin_layout Enumerate
5459 Back to the second level.
5460 \end_layout
5461
5462 \end_deeper
5463 \begin_layout Enumerate
5464 Back to the outermost level.
5465 \end_layout
5466
5467 \begin_layout Standard
5468 Once again, you can customize the type of numbering used in the 
5469 \family sans
5470 Enumerate
5471 \family default
5472  environment.
5473  It involves adding commands to the LaTeX preamble (see the 
5474 \emph on
5475 Additional Features
5476 \emph default
5477  manual).
5478  As stated earlier, such customization only shows up in the printed version,
5479  not in LyX.
5480 \end_layout
5481
5482 \begin_layout Standard
5483 There is more to nesting 
5484 \family sans
5485 Enumerate
5486 \family default
5487  environments than we've stated here.
5488  You should read section
5489 \begin_inset space ~
5490 \end_inset
5491
5492
5493 \begin_inset CommandInset ref
5494 LatexCommand ref
5495 reference "sec:Nesting"
5496
5497 \end_inset
5498
5499  to learn more about nesting.
5500 \end_layout
5501
5502 \begin_layout Subsubsection
5503
5504 \family sans
5505 Description
5506 \family default
5507
5508 \begin_inset Index idx
5509 status collapsed
5510
5511 \begin_layout Plain Layout
5512 Lists ! Description
5513 \end_layout
5514
5515 \end_inset
5516
5517
5518 \end_layout
5519
5520 \begin_layout Standard
5521 Unlike the previous two environments, the 
5522 \family sans
5523 Description
5524 \family default
5525  list has no fixed label.
5526  Instead, LyX uses the first 
5527 \begin_inset Quotes eld
5528 \end_inset
5529
5530 word
5531 \begin_inset Quotes erd
5532 \end_inset
5533
5534  of the first line as the label.
5535  Here's an example:
5536 \end_layout
5537
5538 \begin_layout Description
5539 Example: This is an example of the 
5540 \family sans
5541 Description
5542 \family default
5543  environment.
5544 \end_layout
5545
5546 \begin_layout Standard
5547 LyX typesets the label in boldface and puts extra space between it and the
5548  rest of the line.
5549 \end_layout
5550
5551 \begin_layout Standard
5552 With the first 
5553 \begin_inset Quotes eld
5554 \end_inset
5555
5556 word
5557 \begin_inset Quotes erd
5558 \end_inset
5559
5560  it is meant that the first hit of the 
5561 \family sans
5562 Space
5563 \family default
5564  key ends the label if you are at the beginning of the first line of an
5565  item.
5566  If you need to use more than one word in the label use a 
5567 \family sans
5568 Protected Blank
5569 \family default
5570 .
5571  (Use either 
5572 \begin_inset Info
5573 type  "shortcut"
5574 arg   "space-insert protected"
5575 \end_inset
5576
5577  or the menu 
5578 \family sans
5579 Insert\SpecialChar \menuseparator
5580 Formatting\SpecialChar \menuseparator
5581 Protected
5582 \begin_inset space ~
5583 \end_inset
5584
5585 Space
5586 \family default
5587 , see section
5588 \begin_inset space ~
5589 \end_inset
5590
5591
5592 \begin_inset CommandInset ref
5593 LatexCommand ref
5594 reference "sub:Protected-Space"
5595
5596 \end_inset
5597
5598  for more info.) Here is an example:
5599 \end_layout
5600
5601 \begin_layout Description
5602 Second
5603 \begin_inset space ~
5604 \end_inset
5605
5606 Example: This one shows how to use a 
5607 \family sans
5608 Protected
5609 \begin_inset space ~
5610 \end_inset
5611
5612 Blank
5613 \family default
5614  in the label of a 
5615 \family sans
5616 Description
5617 \family default
5618  list item.
5619 \end_layout
5620
5621 \begin_layout Description
5622 Usage: You should use the 
5623 \family sans
5624 Description
5625 \family default
5626  environment for things like definitions and theorems.
5627  Use it when you need to make one word in particular stand out in the text
5628  that describes it.
5629  It's not a good idea to use a 
5630 \family sans
5631 Description
5632 \family default
5633  environment when you have an entire sentence that you want to describe.
5634  You're better off using 
5635 \family sans
5636 Itemize
5637 \family default
5638  or 
5639 \family sans
5640 Enumerate
5641 \family default
5642  and nesting several 
5643 \family sans
5644 Standard
5645 \family default
5646  paragraphs into them.
5647 \end_layout
5648
5649 \begin_layout Description
5650 Nesting: You can nest 
5651 \family sans
5652 Description
5653 \family default
5654  environments inside one another, nest them in other types of lists, and
5655  so on.
5656 \end_layout
5657
5658 \begin_layout Standard
5659 Notice that after the first line, LyX indents subsequent lines, offsetting
5660  them from the first line.
5661 \end_layout
5662
5663 \begin_layout Subsubsection
5664 The LyX 
5665 \family sans
5666 List
5667 \family default
5668
5669 \begin_inset Index idx
5670 status collapsed
5671
5672 \begin_layout Plain Layout
5673 Lists ! LyX list
5674 \end_layout
5675
5676 \end_inset
5677
5678
5679 \end_layout
5680
5681 \begin_layout Standard
5682 The 
5683 \family sans
5684 List
5685 \family default
5686  environment is a LyX extension to LaTeX.
5687 \end_layout
5688
5689 \begin_layout Standard
5690 \begin_inset Note Greyedout
5691 status open
5692
5693 \begin_layout Plain Layout
5694
5695 \series bold
5696 Note:
5697 \series default
5698  When you are using a KOMA-Script document class, like in this document,
5699  the 
5700 \family sans
5701 List
5702 \family default
5703  environment is named 
5704 \family sans
5705 Labeling
5706 \family default
5707 .
5708 \end_layout
5709
5710 \end_inset
5711
5712
5713 \end_layout
5714
5715 \begin_layout Standard
5716 Like the 
5717 \family sans
5718 Description
5719 \family default
5720  environment the 
5721 \family sans
5722 List
5723 \family default
5724  environment has user-defined labels for each list item.
5725  There are the following properties of this list environment:
5726 \end_layout
5727
5728 \begin_layout Labeling
5729 \labelwidthstring 00.00.0000
5730 item
5731 \begin_inset space ~
5732 \end_inset
5733
5734 labels LyX uses the first 
5735 \begin_inset Quotes eld
5736 \end_inset
5737
5738 word
5739 \begin_inset Quotes erd
5740 \end_inset
5741
5742  of each line as the item label.
5743  The first 
5744 \family sans
5745 Space
5746 \family default
5747  after the beginning of the first line of an item marks the end of the label.
5748  If you need to use more than one word in an item label, use a protected
5749  blank as described above.
5750 \end_layout
5751
5752 \begin_layout Labeling
5753 \labelwidthstring 00.00.0000
5754 margins As you can see, LyX uses different margins for the item label and
5755  the body of the item text.
5756  The body of the text has a larger left margin, which is equal to the default
5757  label width plus a little extra space.
5758  
5759 \end_layout
5760
5761 \begin_layout Labeling
5762 \labelwidthstring 00.00.0000
5763 label
5764 \begin_inset space ~
5765 \end_inset
5766
5767 width LyX uses the width of the label, or the default width, whatever is
5768  larger.
5769  If the label width is larger, the label 
5770 \begin_inset Quotes eld
5771 \end_inset
5772
5773 extends
5774 \begin_inset Quotes erd
5775 \end_inset
5776
5777  into the first line.
5778  In other words, the text of the first line isn't aligned with the left
5779  margin of the rest of the item text.
5780 \end_layout
5781
5782 \begin_layout Labeling
5783 \labelwidthstring 00.00.0000
5784 default
5785 \begin_inset space ~
5786 \end_inset
5787
5788 width You can set the default label width to ensure that the text of all
5789  items in a 
5790 \family sans
5791 List
5792 \family default
5793  environment have the same left margin.
5794 \begin_inset Newline newline
5795 \end_inset
5796
5797 To change the default width, select all items in the list.
5798  Now open the 
5799 \family sans
5800 Edit\SpecialChar \menuseparator
5801 Paragraph
5802 \begin_inset space ~
5803 \end_inset
5804
5805 Settings
5806 \family default
5807  dialog.
5808  The text in the box 
5809 \family sans
5810 Longest
5811 \begin_inset space ~
5812 \end_inset
5813
5814 label
5815 \family default
5816  determines the default label width.
5817  You can use the text of your largest label here, but you can also use the
5818  letter 
5819 \begin_inset Quotes eld
5820 \end_inset
5821
5822 M
5823 \begin_inset Quotes erd
5824 \end_inset
5825
5826  multiple times instead.
5827  The M is the widest character and is a standard unit of widths in LaTeX.
5828  By using 
5829 \begin_inset Quotes eld
5830 \end_inset
5831
5832 M
5833 \begin_inset Quotes erd
5834 \end_inset
5835
5836  as the unit of width you don't need to keep changing the contents of 
5837 \family sans
5838 Longest
5839 \begin_inset space ~
5840 \end_inset
5841
5842 label
5843 \family default
5844  every time you alter a label in a 
5845 \family sans
5846 List
5847 \family default
5848  environment.
5849 \begin_inset Newline newline
5850 \end_inset
5851
5852 The predefined default width is the length of 
5853 \begin_inset Quotes eld
5854 \end_inset
5855
5856 00.00.0000
5857 \begin_inset Quotes erd
5858 \end_inset
5859
5860  (equal to 6 M).
5861  
5862 \begin_inset Newline newline
5863 \end_inset
5864
5865
5866 \begin_inset Note Greyedout
5867 status open
5868
5869 \begin_layout Plain Layout
5870
5871 \series bold
5872 Note:
5873 \series default
5874  Setting the cursor into a list item to change only its label width will
5875  only change the width inside LyX but not in the output.
5876 \end_layout
5877
5878 \end_inset
5879
5880
5881 \end_layout
5882
5883 \begin_layout Standard
5884 You should use the 
5885 \family sans
5886 List
5887 \family default
5888  environment the same way like the 
5889 \family sans
5890 Description
5891 \family default
5892  list: When you need one word to stand out from the text that describes
5893  it.
5894  The 
5895 \family sans
5896 List
5897 \family default
5898  environment gives you another way to do this, using a different overall
5899  layout.
5900 \end_layout
5901
5902 \begin_layout Standard
5903 You can nest 
5904 \family sans
5905 List
5906 \family default
5907  environments inside one another, nest them in other types of lists, and
5908  so on.
5909  They work just like the other list paragraph environments.
5910  Read section
5911 \begin_inset space ~
5912 \end_inset
5913
5914
5915 \begin_inset CommandInset ref
5916 LatexCommand ref
5917 reference "sec:Nesting"
5918
5919 \end_inset
5920
5921  to learn about nesting.
5922 \end_layout
5923
5924 \begin_layout Standard
5925 There is yet another feature of the 
5926 \family sans
5927 List
5928 \family default
5929  environment: As you can see in the examples, LyX left-justifies the item
5930  labels by default.
5931  You can use additional 
5932 \family sans
5933 HFills
5934 \family default
5935  to change how LyX justifies the item label.
5936  
5937 \family sans
5938 Hfills
5939 \family default
5940  are documented in section
5941 \begin_inset space ~
5942 \end_inset
5943
5944
5945 \begin_inset CommandInset ref
5946 LatexCommand ref
5947 reference "sub:Horizontal-Space"
5948
5949 \end_inset
5950
5951 .
5952  Here are some examples:
5953 \begin_inset Newpage pagebreak
5954 \end_inset
5955
5956
5957 \end_layout
5958
5959 \begin_layout Labeling
5960 \labelwidthstring 00.00.0000
5961 Left The default for 
5962 \family sans
5963 List
5964 \family default
5965  item labels.
5966 \end_layout
5967
5968 \begin_layout Labeling
5969 \labelwidthstring 00.00.0000
5970 \begin_inset space \hfill{}
5971 \end_inset
5972
5973 Right One 
5974 \family sans
5975 HFill
5976 \family default
5977  at the beginning of the label right justifies it.
5978 \end_layout
5979
5980 \begin_layout Labeling
5981 \labelwidthstring 00.00.0000
5982 \begin_inset space \hfill{}
5983 \end_inset
5984
5985 Center
5986 \begin_inset space \hfill{}
5987 \end_inset
5988
5989  One 
5990 \family sans
5991 HFill
5992 \family default
5993  at the beginning of the label and one at the end centers it.
5994 \end_layout
5995
5996 \begin_layout Subsection
5997 Letters
5998 \begin_inset Index idx
5999 status collapsed
6000
6001 \begin_layout Plain Layout
6002 Letters
6003 \end_layout
6004
6005 \end_inset
6006
6007
6008 \end_layout
6009
6010 \begin_layout Subsubsection
6011
6012 \family sans
6013 Address
6014 \family default
6015  and 
6016 \family sans
6017 Right
6018 \begin_inset space ~
6019 \end_inset
6020
6021 Address
6022 \family default
6023 : An Overview
6024 \end_layout
6025
6026 \begin_layout Standard
6027 Although LyX has document classes for letters, we've also created two paragraph
6028  environments called 
6029 \family sans
6030 Address
6031 \family default
6032  and 
6033 \family sans
6034 Right
6035 \begin_inset space ~
6036 \end_inset
6037
6038 Address
6039 \family default
6040 .
6041  To use the letter class, you need to use specific paragraph environments
6042  in a specific order, otherwise LaTeX gags on the document.
6043  In contrast, you can use the 
6044 \family sans
6045 Address
6046 \family default
6047  and 
6048 \family sans
6049 Right
6050 \begin_inset space ~
6051 \end_inset
6052
6053 Address
6054 \family default
6055  paragraph environments anywhere with no problem.
6056  You can even nest them inside other environments, though you can't nest
6057  anything in them.
6058 \end_layout
6059
6060 \begin_layout Standard
6061 Of course, you're not limited to using 
6062 \family sans
6063 Address
6064 \family default
6065  and 
6066 \family sans
6067 Right
6068 \begin_inset space ~
6069 \end_inset
6070
6071 Address
6072 \family default
6073  for letters only.
6074  
6075 \family sans
6076 Right
6077 \begin_inset space ~
6078 \end_inset
6079
6080 Address
6081 \family default
6082 , in particular, is useful for creating article titles like those used in
6083  some European academic papers.
6084 \end_layout
6085
6086 \begin_layout Subsubsection
6087 Usage
6088 \begin_inset CommandInset label
6089 LatexCommand label
6090 name "sec:Address-Usage"
6091
6092 \end_inset
6093
6094
6095 \end_layout
6096
6097 \begin_layout Standard
6098 The 
6099 \family sans
6100 Address
6101 \family default
6102  environment formats text in the style of an address, which is also used
6103  for the opening and signature in some countries.
6104  Similarly, the 
6105 \family sans
6106 Right
6107 \begin_inset space ~
6108 \end_inset
6109
6110 Address
6111 \family default
6112  environment formats text in the style of a right-justified address, which
6113  is used for the sender's address and today's date in some countries.
6114  Here's an example of each:
6115 \end_layout
6116
6117 \begin_layout Right Address
6118 Right Address
6119 \begin_inset Newline newline
6120 \end_inset
6121
6122 Who I am
6123 \begin_inset Newline newline
6124 \end_inset
6125
6126 Where I am
6127 \begin_inset Newline newline
6128 \end_inset
6129
6130 When is it? What is today?
6131 \end_layout
6132
6133 \begin_layout Standard
6134 That was 
6135 \family sans
6136 Right
6137 \begin_inset space ~
6138 \end_inset
6139
6140 Address
6141 \family default
6142 .
6143  Notice that the lines all have the same left margin, which LyX sets to
6144  fit the largest block of text on a single line.
6145  Here's an example of the 
6146 \family sans
6147 Address
6148 \family default
6149  environment:
6150 \end_layout
6151
6152 \begin_layout Address
6153 Who are you
6154 \begin_inset Newline newline
6155 \end_inset
6156
6157 Where do I send this
6158 \begin_inset Newline newline
6159 \end_inset
6160
6161 Your post office and country
6162 \end_layout
6163
6164 \begin_layout Standard
6165 As you can see, both 
6166 \family sans
6167 Address
6168 \family default
6169  and 
6170 \family sans
6171 Right
6172 \begin_inset space ~
6173 \end_inset
6174
6175 Address
6176 \family default
6177  add extra space between themselves and the next paragraph.
6178  If you hit 
6179 \family sans
6180 Return
6181 \family default
6182  in either of these environments, LyX resets the nesting depth and sets
6183  the environment to 
6184 \family sans
6185 Standard
6186 \family default
6187 .
6188  This makes sense, since 
6189 \family sans
6190 Return
6191 \family default
6192  is the 
6193 \family typewriter
6194 break-paragraph
6195 \family default
6196  function, and the individual lines of an address are not paragraphs.
6197  Thus, you have to use 
6198 \family typewriter
6199 break-line
6200 \family default
6201  (
6202 \begin_inset Info
6203 type  "shortcut"
6204 arg   "newline-insert newline"
6205 \end_inset
6206
6207  or 
6208 \family sans
6209 Formatting
6210 \begin_inset space ~
6211 \end_inset
6212
6213 Character\SpecialChar \menuseparator
6214 Line
6215 \begin_inset space ~
6216 \end_inset
6217
6218 Break
6219 \family default
6220  from the 
6221 \family sans
6222 Insert
6223 \family default
6224  menu) to start a new line in an 
6225 \family sans
6226 Address
6227 \family default
6228  or 
6229 \family sans
6230 Right
6231 \begin_inset space ~
6232 \end_inset
6233
6234 Address
6235 \family default
6236  environment.
6237 \end_layout
6238
6239 \begin_layout Subsection
6240 Academic Writing
6241 \end_layout
6242
6243 \begin_layout Standard
6244 Most academic writing begins with an abstract and ends with a bibliography
6245  or list of references.
6246  LyX contains paragraph environments for both of these.
6247 \end_layout
6248
6249 \begin_layout Subsubsection
6250
6251 \family sans
6252 Abstract
6253 \begin_inset Index idx
6254 status collapsed
6255
6256 \begin_layout Plain Layout
6257 Abstracts
6258 \end_layout
6259
6260 \end_inset
6261
6262
6263 \end_layout
6264
6265 \begin_layout Standard
6266 The 
6267 \family sans
6268 Abstract
6269 \family default
6270  environment is used for the abstract of an article.
6271  Technically, you could use this environment anywhere, but you really should
6272  only use it at the beginning of the document, after the title.
6273  Also, don't bother trying to nest 
6274 \family sans
6275 Abstract
6276 \family default
6277  in anything else or vice versa.
6278  It won't work.
6279  The 
6280 \family sans
6281 Abstract
6282 \family default
6283  environment is only useful in the article and report document classes.
6284  The book document classes ignores the 
6285 \family sans
6286 Abstract
6287 \family default
6288  completely, and it's utterly silly to use 
6289 \family sans
6290 Abstract
6291 \family default
6292  in a letter document class.
6293 \end_layout
6294
6295 \begin_layout Standard
6296 The 
6297 \family sans
6298 Abstract
6299 \family default
6300  environment does several things for you.
6301  First, it puts the centered label 
6302 \begin_inset Quotes eld
6303 \end_inset
6304
6305 Abstract
6306 \begin_inset Quotes erd
6307 \end_inset
6308
6309  above the text.
6310  The label and the text of the abstract are separated by some extra vertical
6311  space.
6312  Second, it typesets everything in a smaller font, just as you'd expect.
6313  Lastly, it adds a bit of extra vertical space between the abstract and
6314  the subsequent text.
6315  Well, that's how it will appear on the LyX screen.
6316  The appearance in the output depends on the used article or report class.
6317 \end_layout
6318
6319 \begin_layout Standard
6320 Starting a new paragraph by hitting 
6321 \family sans
6322 Return
6323 \family default
6324  does not reset the paragraph environment.
6325  The new paragraph will still be in the 
6326 \family sans
6327 Abstract
6328 \family default
6329  environment.
6330  So, you will have to change the paragraph environment yourself when you
6331  finish entering the abstract of your document.
6332 \end_layout
6333
6334 \begin_layout Standard
6335 \begin_inset Float figure
6336 wide false
6337 sideways false
6338 status open
6339
6340 \begin_layout Plain Layout
6341 \align center
6342 \begin_inset Graphics
6343         filename clipart/Abstract.pdf
6344
6345 \end_inset
6346
6347
6348 \end_layout
6349
6350 \begin_layout Plain Layout
6351 \begin_inset Caption
6352
6353 \begin_layout Plain Layout
6354 \begin_inset CommandInset label
6355 LatexCommand label
6356 name "cap:Paragraph-in-the"
6357
6358 \end_inset
6359
6360 Paragraph in the 
6361 \family sans
6362 Abstract
6363 \family default
6364  environment
6365 \end_layout
6366
6367 \end_inset
6368
6369
6370 \end_layout
6371
6372 \end_inset
6373
6374
6375 \end_layout
6376
6377 \begin_layout Standard
6378 We'd love to give you directly an example of the 
6379 \family sans
6380 Abstract
6381 \family default
6382  environment, but since this document is in the 
6383 \begin_inset Quotes eld
6384 \end_inset
6385
6386 book
6387 \begin_inset Quotes erd
6388 \end_inset
6389
6390  class, we can't do this.
6391  We inserted it therefore as figure
6392 \begin_inset space ~
6393 \end_inset
6394
6395
6396 \begin_inset CommandInset ref
6397 LatexCommand ref
6398 reference "cap:Paragraph-in-the"
6399
6400 \end_inset
6401
6402 .
6403  If you've never heard of an 
6404 \begin_inset Quotes eld
6405 \end_inset
6406
6407 abstract
6408 \begin_inset Quotes erd
6409 \end_inset
6410
6411  before, you can safely ignore this environment.
6412 \end_layout
6413
6414 \begin_layout Subsubsection
6415
6416 \family sans
6417 Bibliography
6418 \family default
6419
6420 \begin_inset Index idx
6421 status collapsed
6422
6423 \begin_layout Plain Layout
6424 Bibliography
6425 \end_layout
6426
6427 \end_inset
6428
6429
6430 \begin_inset CommandInset label
6431 LatexCommand label
6432 name "sub:Biblio_environment"
6433
6434 \end_inset
6435
6436
6437 \end_layout
6438
6439 \begin_layout Standard
6440 The 
6441 \family sans
6442 Bibliography
6443 \family default
6444  environment is used to list references.
6445  Technically, you could use this environment anywhere, but you really should
6446  only use it at the end of the document.
6447  Nesting 
6448 \family sans
6449 Bibliography
6450 \family default
6451  in anything else or vice versa won't work.
6452 \end_layout
6453
6454 \begin_layout Standard
6455 When you first open a 
6456 \family sans
6457 Bibliography
6458 \family default
6459  environment, LyX adds a large vertical space, followed by the heading 
6460 \begin_inset Quotes eld
6461 \end_inset
6462
6463 Bibliography
6464 \begin_inset Quotes erd
6465 \end_inset
6466
6467  or 
6468 \begin_inset Quotes eld
6469 \end_inset
6470
6471 References,
6472 \begin_inset Quotes erd
6473 \end_inset
6474
6475  depending on the document class.
6476  The heading is in a large boldface font.
6477  Each paragraph of the 
6478 \family sans
6479 Bibliography
6480 \family default
6481  environment is a bibliography entry.
6482  Thus, hitting 
6483 \family sans
6484 Return
6485 \family default
6486  does not reset the paragraph environment.
6487  Each new paragraph is still in the 
6488 \family sans
6489 Bibliography
6490 \family default
6491  environment.
6492 \end_layout
6493
6494 \begin_layout Standard
6495 There is another, usually better way to include references in your document
6496  by using a BibTeX database.
6497  For more information on that, and for a a detailed description of LyX's
6498  bibliography handling, have a look at in section
6499 \begin_inset space ~
6500 \end_inset
6501
6502
6503 \begin_inset CommandInset ref
6504 LatexCommand ref
6505 reference "sec:Bibliography"
6506
6507 \end_inset
6508
6509 .
6510 \end_layout
6511
6512 \begin_layout Subsection
6513 LyX
6514 \family sans
6515 -Code
6516 \begin_inset Index idx
6517 status collapsed
6518
6519 \begin_layout Plain Layout
6520 Paragraph ! LyX code
6521 \end_layout
6522
6523 \end_inset
6524
6525
6526 \begin_inset CommandInset label
6527 LatexCommand label
6528 name "sub:LyX-Code"
6529
6530 \end_inset
6531
6532
6533 \end_layout
6534
6535 \begin_layout Standard
6536 The 
6537 \family sans
6538 LyX-Code
6539 \family default
6540  environment is another LyX extension.
6541  It type-sets text in a typewriter-style font.
6542  It also treats the 
6543 \family sans
6544 Space
6545 \family default
6546  key as a fixed whitespace;
6547 \begin_inset Foot
6548 status collapsed
6549
6550 \begin_layout Plain Layout
6551 In the 
6552 \family sans
6553 LyX-Code
6554 \family default
6555  environment, the 
6556 \family sans
6557 Space
6558 \family default
6559  key is treated as a 
6560 \family sans
6561 Protected
6562 \begin_inset space ~
6563 \end_inset
6564
6565 Blank
6566 \family default
6567  instead of an end-of-word marker.
6568 \end_layout
6569
6570 \end_inset
6571
6572  this is the only case in which you can type multiple whitespaces in LyX.
6573  If you need to insert blank lines, you'll still need to use 
6574 \begin_inset Info
6575 type  "shortcut"
6576 arg   "newline-insert newline"
6577 \end_inset
6578
6579  (the 
6580 \family typewriter
6581 break-line
6582 \family default
6583  function).
6584  
6585 \family sans
6586 Return
6587 \family default
6588  breaks paragraphs.
6589  Note, however, that 
6590 \family sans
6591 Return
6592 \family default
6593  does not reset the paragraph environment.
6594  So, when you finish using the 
6595 \family sans
6596 LyX-Code
6597 \family default
6598  environment, you'll need to change the paragraph environment yourself.
6599  Also, you can nest the 
6600 \family sans
6601 LyX-Code
6602 \family default
6603  environment inside of others.
6604 \end_layout
6605
6606 \begin_layout Standard
6607 There are a few quirks with this environment:
6608 \end_layout
6609
6610 \begin_layout Itemize
6611 You can't use 
6612 \begin_inset Info
6613 type  "shortcut"
6614 arg   "newline-insert newline"
6615 \end_inset
6616
6617  at the beginning of a new paragraph (i.
6618 \begin_inset space \thinspace{}
6619 \end_inset
6620
6621 g.
6622 \begin_inset space \space{}
6623 \end_inset
6624
6625 you can't follow 
6626 \family sans
6627 Return
6628 \family default
6629  with a 
6630 \begin_inset Info
6631 type  "shortcut"
6632 arg   "newline-insert newline"
6633 \end_inset
6634
6635 ).
6636 \end_layout
6637
6638 \begin_layout Itemize
6639 You can't follow a 
6640 \begin_inset Info
6641 type  "shortcut"
6642 arg   "newline-insert newline"
6643 \end_inset
6644
6645  with a 
6646 \family sans
6647 Space
6648 \family default
6649 .
6650 \end_layout
6651
6652 \begin_deeper
6653 \begin_layout Itemize
6654 Use a 
6655 \family sans
6656 Return
6657 \family default
6658  to begin a new paragraph, then you can use a 
6659 \family sans
6660 Space
6661 \family default
6662 .
6663 \end_layout
6664
6665 \begin_layout Itemize
6666 Or: use 
6667 \begin_inset Info
6668 type  "shortcut"
6669 arg   "space-insert protected"
6670 \end_inset
6671
6672  instead.
6673 \end_layout
6674
6675 \end_deeper
6676 \begin_layout Itemize
6677 You can't have an empty paragraph or an empty line.
6678  You must put at least one 
6679 \family sans
6680 Space
6681 \family default
6682  in any line you want blank.
6683  Otherwise, LaTeX generates errors.
6684 \end_layout
6685
6686 \begin_layout Itemize
6687 You cannot get the typewriter double quotes by typing 
6688 \family sans
6689 "
6690 \family default
6691  since that will insert 
6692 \emph on
6693 real
6694 \emph default
6695  quotes.
6696  You get the typewriter double quotes with 
6697 \begin_inset Info
6698 type  "shortcut"
6699 arg   "self-insert \""
6700 \end_inset
6701
6702 .
6703 \end_layout
6704
6705 \begin_layout Standard
6706 Here's an example:
6707 \end_layout
6708
6709 \begin_layout LyX-Code
6710 #include <stdio.h>
6711 \end_layout
6712
6713 \begin_layout LyX-Code
6714  
6715 \end_layout
6716
6717 \begin_layout LyX-Code
6718 int main(void)
6719 \end_layout
6720
6721 \begin_layout LyX-Code
6722 {
6723 \end_layout
6724
6725 \begin_layout LyX-Code
6726     printf("Hello World!
6727 \backslash
6728 n");
6729 \end_layout
6730
6731 \begin_layout LyX-Code
6732     return 0;
6733 \end_layout
6734
6735 \begin_layout LyX-Code
6736 }
6737 \end_layout
6738
6739 \begin_layout Standard
6740 This is just the standard 
6741 \begin_inset Quotes eld
6742 \end_inset
6743
6744 Hello world!
6745 \begin_inset Quotes erd
6746 \end_inset
6747
6748  program.
6749  
6750 \end_layout
6751
6752 \begin_layout Standard
6753
6754 \family sans
6755 LyX-Code
6756 \family default
6757  has one purpose: to typeset code, such as program source, shell scripts,
6758  rc-files, and so on.
6759  Use it only in those very special cases where you need to generate text
6760  as if you used a typewriter.
6761 \begin_inset Index idx
6762 status collapsed
6763
6764 \begin_layout Plain Layout
6765 Paragraph environments|)
6766 \end_layout
6767
6768 \end_inset
6769
6770
6771 \end_layout
6772
6773 \begin_layout Section
6774 Nesting Environments
6775 \begin_inset Index idx
6776 status collapsed
6777
6778 \begin_layout Plain Layout
6779 Nesting ! Environments
6780 \end_layout
6781
6782 \end_inset
6783
6784
6785 \begin_inset CommandInset label
6786 LatexCommand label
6787 name "sec:Nesting"
6788
6789 \end_inset
6790
6791
6792 \end_layout
6793
6794 \begin_layout Subsection
6795 Introduction
6796 \end_layout
6797
6798 \begin_layout Standard
6799 LyX treats text as a unified block with a particular context and specific
6800  properties.
6801  This allows you to create blocks that inherit some of the properties of
6802  another block.
6803  For example you have three main points in an outline, but point #2 also
6804  has two subpoints.
6805  In other words, you have a list inside of another list, with the inner
6806  list 
6807 \begin_inset Quotes eld
6808 \end_inset
6809
6810 attached
6811 \begin_inset Quotes erd
6812 \end_inset
6813
6814  to item #2:
6815 \end_layout
6816
6817 \begin_layout Enumerate
6818 one
6819 \end_layout
6820
6821 \begin_layout Enumerate
6822 two
6823 \end_layout
6824
6825 \begin_deeper
6826 \begin_layout Enumerate
6827 sublist – item #1
6828 \end_layout
6829
6830 \begin_layout Enumerate
6831 sublist – item #2
6832 \end_layout
6833
6834 \end_deeper
6835 \begin_layout Enumerate
6836 three
6837 \end_layout
6838
6839 \begin_layout Standard
6840 You put a list inside a list by nesting one list inside the other.
6841  Nesting an environment is quite simple: Select 
6842 \family sans
6843 Increase
6844 \begin_inset space ~
6845 \end_inset
6846
6847 List
6848 \begin_inset space ~
6849 \end_inset
6850
6851 Depth
6852 \family default
6853  or 
6854 \family sans
6855 Decrease
6856 \begin_inset space ~
6857 \end_inset
6858
6859 List
6860 \begin_inset space ~
6861 \end_inset
6862
6863 Depth
6864 \family default
6865  from the 
6866 \family sans
6867 Edit
6868 \family default
6869  menu to change the nesting depth of the current paragraph (the status bar
6870  will tell you how far you are nested).
6871  Instead of the menu, you can also use the toolbar buttons 
6872 \begin_inset Graphics
6873         filename ../images/depth-increment.png
6874
6875 \end_inset
6876
6877  and 
6878 \begin_inset Graphics
6879         filename ../images/depth-decrement.png
6880
6881 \end_inset
6882
6883  or the convenient key bindings 
6884 \family sans
6885 Tab
6886 \family default
6887  and 
6888 \family sans
6889 Shift-Tab
6890 \family default
6891  or 
6892 \begin_inset Info
6893 type  "shortcut"
6894 arg   "depth-increment"
6895 \end_inset
6896
6897  and 
6898 \begin_inset Info
6899 type  "shortcut"
6900 arg   "depth-decrement"
6901 \end_inset
6902
6903  to change the nesting level.
6904  The change will work on the current selection if you have made one (allowing
6905  you to change the nesting of several paragraphs at once), or the current
6906  paragraph.
6907 \end_layout
6908
6909 \begin_layout Standard
6910 Note that LyX only changes the nesting depth if it can.
6911  If it's invalid to do so, nothing happens if you try to change the depth.
6912  Additionally, if you change the depth of one paragraph, it affects the
6913  depth of every paragraph nested inside of it.
6914 \end_layout
6915
6916 \begin_layout Standard
6917 Nesting isn't limited to lists.
6918  In LyX, you can nest just about anything inside anything else, as you're
6919  about to find out.
6920  This is the real power of nesting paragraph environments.
6921 \end_layout
6922
6923 \begin_layout Subsection
6924 What You Can and Can't Nest
6925 \end_layout
6926
6927 \begin_layout Standard
6928 Before we fire a list of paragraph environments at you, we need to tell
6929  you a little bit more about how nesting works.
6930 \end_layout
6931
6932 \begin_layout Standard
6933 The question if nesting a paragraph environment is possible, is a bit more
6934  complicated than a simple yes or no.
6935  There are three types of paragraph environments:
6936 \end_layout
6937
6938 \begin_layout Itemize
6939 Completely unnestable
6940 \end_layout
6941
6942 \begin_layout Itemize
6943 Fully nestable, you can nest them inside things and you can also nest other
6944  things inside them.
6945 \end_layout
6946
6947 \begin_layout Itemize
6948 A third type, you can nest them into other environments, but you can't nest
6949  anything into them.
6950 \end_layout
6951
6952 \begin_layout Standard
6953 Here's a list of the three types of nesting behavior, and which paragraph
6954  environments have them:
6955 \end_layout
6956
6957 \begin_layout Description
6958 Unnestable Can't nest them.
6959  Can't nest into them.
6960 \end_layout
6961
6962 \begin_deeper
6963 \begin_layout Itemize
6964
6965 \family sans
6966 Bibliography
6967 \end_layout
6968
6969 \begin_layout Itemize
6970
6971 \family sans
6972 Abstract
6973 \end_layout
6974
6975 \begin_layout Itemize
6976
6977 \family sans
6978 Title
6979 \end_layout
6980
6981 \begin_layout Itemize
6982
6983 \family sans
6984 Author
6985 \end_layout
6986
6987 \begin_layout Itemize
6988
6989 \family sans
6990 Date
6991 \end_layout
6992
6993 \end_deeper
6994 \begin_layout Description
6995 Fully
6996 \begin_inset space ~
6997 \end_inset
6998
6999 Nestable You can nest them.
7000  You can nest other things into them.
7001 \end_layout
7002
7003 \begin_deeper
7004 \begin_layout Itemize
7005
7006 \family sans
7007 Verse
7008 \end_layout
7009
7010 \begin_layout Itemize
7011
7012 \family sans
7013 Quote
7014 \end_layout
7015
7016 \begin_layout Itemize
7017
7018 \family sans
7019 Quotation
7020 \end_layout
7021
7022 \begin_layout Itemize
7023
7024 \family sans
7025 Itemize
7026 \end_layout
7027
7028 \begin_layout Itemize
7029
7030 \family sans
7031 Enumerate
7032 \end_layout
7033
7034 \begin_layout Itemize
7035
7036 \family sans
7037 Description
7038 \end_layout
7039
7040 \begin_layout Itemize
7041
7042 \family sans
7043 List
7044 \end_layout
7045
7046 \begin_layout Itemize
7047
7048 \family sans
7049 LyX-Code
7050 \end_layout
7051
7052 \end_deeper
7053 \begin_layout Description
7054 Nestable-Inside You can nest them inside other things.
7055  You can't nest anything into them.
7056 \end_layout
7057
7058 \begin_deeper
7059 \begin_layout Itemize
7060
7061 \family sans
7062 Standard
7063 \end_layout
7064
7065 \begin_layout Itemize
7066
7067 \family sans
7068 Part
7069 \end_layout
7070
7071 \begin_layout Itemize
7072
7073 \family sans
7074 Chapter
7075 \end_layout
7076
7077 \begin_layout Itemize
7078
7079 \family sans
7080 Section
7081 \end_layout
7082
7083 \begin_layout Itemize
7084
7085 \family sans
7086 Subsection
7087 \end_layout
7088
7089 \begin_layout Itemize
7090
7091 \family sans
7092 Subsubsection
7093 \end_layout
7094
7095 \begin_layout Itemize
7096
7097 \family sans
7098 Paragraph
7099 \end_layout
7100
7101 \begin_layout Itemize
7102
7103 \family sans
7104 Subparagraph
7105 \end_layout
7106
7107 \begin_layout Itemize
7108
7109 \family sans
7110 Part*
7111 \end_layout
7112
7113 \begin_layout Itemize
7114
7115 \family sans
7116 Chapter*
7117 \end_layout
7118
7119 \begin_layout Itemize
7120
7121 \family sans
7122 Section*
7123 \end_layout
7124
7125 \begin_layout Itemize
7126
7127 \family sans
7128 Subsection*
7129 \end_layout
7130
7131 \begin_layout Itemize
7132
7133 \family sans
7134 Subsubsection*
7135 \end_layout
7136
7137 \begin_layout Itemize
7138
7139 \family sans
7140 Right
7141 \begin_inset space ~
7142 \end_inset
7143
7144 Address
7145 \end_layout
7146
7147 \begin_layout Itemize
7148
7149 \family sans
7150 Address
7151 \end_layout
7152
7153 \end_deeper
7154 \begin_layout Standard
7155 \begin_inset Note Greyedout
7156 status open
7157
7158 \begin_layout Plain Layout
7159
7160 \series bold
7161 Note:
7162 \series default
7163  Although it is possible to nest numbered section headings like 
7164 \family sans
7165 Chapter
7166 \family default
7167
7168 \family sans
7169 Section
7170 \family default
7171 , etc.
7172 \begin_inset space ~
7173 \end_inset
7174
7175 to e.
7176 \begin_inset space \thinspace{}
7177 \end_inset
7178
7179 g.
7180 \begin_inset space \space{}
7181 \end_inset
7182
7183 lists, it is highly recommended not to do this because the aim is to create
7184  well structured documents following typesetting guidelines whereas nested
7185  section headings violate this.
7186 \end_layout
7187
7188 \end_inset
7189
7190
7191 \end_layout
7192
7193 \begin_layout Subsection
7194 Nesting Other Things: Tables, Math, Floats, etc.
7195 \begin_inset Index idx
7196 status collapsed
7197
7198 \begin_layout Plain Layout
7199 Nesting ! Tables etc.
7200 \end_layout
7201
7202 \end_inset
7203
7204
7205 \end_layout
7206
7207 \begin_layout Standard
7208 There are several things that aren't paragraph environments, but which are
7209  affected by nesting anyhow.
7210  They are:
7211 \end_layout
7212
7213 \begin_layout Itemize
7214 equations
7215 \end_layout
7216
7217 \begin_layout Itemize
7218 tables
7219 \end_layout
7220
7221 \begin_layout Itemize
7222 figures
7223 \end_layout
7224
7225 \begin_layout Standard
7226 (
7227 \begin_inset Note Greyedout
7228 status open
7229
7230 \begin_layout Plain Layout
7231
7232 \series bold
7233 Note:
7234 \series default
7235  Figures and tables in 
7236 \family sans
7237 Floats
7238 \family default
7239  are not affected by this.
7240 \end_layout
7241
7242 \end_inset
7243
7244  Have a look at section
7245 \begin_inset space ~
7246 \end_inset
7247
7248
7249 \begin_inset CommandInset ref
7250 LatexCommand ref
7251 reference "sec:Floats"
7252
7253 \end_inset
7254
7255  for more information about 
7256 \family sans
7257 Floats
7258 \family default
7259 .)
7260 \end_layout
7261
7262 \begin_layout Standard
7263 LyX can treat these three objects as either a word or as a paragraph.
7264  If a figure, table, or an equation is inline, it goes wherever the paragraph
7265  it is in goes.
7266 \end_layout
7267
7268 \begin_layout Standard
7269 On the other hand, if you have an equation, figure or table in a 
7270 \begin_inset Quotes eld
7271 \end_inset
7272
7273 paragraph
7274 \begin_inset Quotes erd
7275 \end_inset
7276
7277  of its own, it behaves just like a 
7278 \begin_inset Quotes eld
7279 \end_inset
7280
7281 nestable-inside
7282 \begin_inset Quotes erd
7283 \end_inset
7284
7285  paragraph environment.
7286  You can nest it into any environment, but you obviously can't nest anything
7287  into it.
7288 \end_layout
7289
7290 \begin_layout Standard
7291 Here's an example with a table:
7292 \end_layout
7293
7294 \begin_layout Enumerate
7295 Item One
7296 \end_layout
7297
7298 \begin_deeper
7299 \begin_layout Enumerate
7300 This is (a) and it's nested.
7301 \end_layout
7302
7303 \begin_deeper
7304 \begin_layout Standard
7305 \begin_inset VSpace 0.3cm
7306 \end_inset
7307
7308
7309 \end_layout
7310
7311 \begin_layout Standard
7312 \align center
7313 \begin_inset Tabular
7314 <lyxtabular version="3" rows="2" columns="2">
7315 <features tabularvalignment="middle">
7316 <column alignment="center" valignment="top" width="0pt">
7317 <column alignment="center" valignment="top" width="0pt">
7318 <row>
7319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7320 \begin_inset Text
7321
7322 \begin_layout Plain Layout
7323
7324 \family roman
7325 \series medium
7326 \shape up
7327 \size normal
7328 \emph off
7329 \bar no
7330 \noun off
7331 \color none
7332 a
7333 \end_layout
7334
7335 \end_inset
7336 </cell>
7337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7338 \begin_inset Text
7339
7340 \begin_layout Plain Layout
7341
7342 \family roman
7343 \series medium
7344 \shape up
7345 \size normal
7346 \emph off
7347 \bar no
7348 \noun off
7349 \color none
7350 b
7351 \end_layout
7352
7353 \end_inset
7354 </cell>
7355 </row>
7356 <row>
7357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7358 \begin_inset Text
7359
7360 \begin_layout Plain Layout
7361
7362 \family roman
7363 \series medium
7364 \shape up
7365 \size normal
7366 \emph off
7367 \bar no
7368 \noun off
7369 \color none
7370 c
7371 \end_layout
7372
7373 \end_inset
7374 </cell>
7375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7376 \begin_inset Text
7377
7378 \begin_layout Plain Layout
7379
7380 \family roman
7381 \series medium
7382 \shape up
7383 \size normal
7384 \emph off
7385 \bar no
7386 \noun off
7387 \color none
7388 d
7389 \end_layout
7390
7391 \end_inset
7392 </cell>
7393 </row>
7394 </lyxtabular>
7395
7396 \end_inset
7397
7398
7399 \end_layout
7400
7401 \begin_layout Standard
7402 \begin_inset VSpace 0.3cm
7403 \end_inset
7404
7405
7406 \end_layout
7407
7408 \end_deeper
7409 \begin_layout Enumerate
7410 This is (b).
7411  The table is actually nested inside (a).
7412 \end_layout
7413
7414 \end_deeper
7415 \begin_layout Enumerate
7416 Back out again.
7417 \end_layout
7418
7419 \begin_layout Standard
7420 If we hadn't nested the table at all, the list would look like this:
7421 \end_layout
7422
7423 \begin_layout Enumerate
7424 Item One
7425 \end_layout
7426
7427 \begin_deeper
7428 \begin_layout Enumerate
7429 This is (a) and it's nested.
7430 \end_layout
7431
7432 \end_deeper
7433 \begin_layout Standard
7434 \begin_inset VSpace 0.3cm
7435 \end_inset
7436
7437
7438 \end_layout
7439
7440 \begin_layout Standard
7441 \align center
7442 \begin_inset Tabular
7443 <lyxtabular version="3" rows="2" columns="2">
7444 <features tabularvalignment="middle">
7445 <column alignment="center" valignment="top" width="0pt">
7446 <column alignment="center" valignment="top" width="0pt">
7447 <row>
7448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7449 \begin_inset Text
7450
7451 \begin_layout Plain Layout
7452
7453 \family roman
7454 \series medium
7455 \shape up
7456 \size normal
7457 \emph off
7458 \bar no
7459 \noun off
7460 \color none
7461 a
7462 \end_layout
7463
7464 \end_inset
7465 </cell>
7466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7467 \begin_inset Text
7468
7469 \begin_layout Plain Layout
7470
7471 \family roman
7472 \series medium
7473 \shape up
7474 \size normal
7475 \emph off
7476 \bar no
7477 \noun off
7478 \color none
7479 b
7480 \end_layout
7481
7482 \end_inset
7483 </cell>
7484 </row>
7485 <row>
7486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7487 \begin_inset Text
7488
7489 \begin_layout Plain Layout
7490
7491 \family roman
7492 \series medium
7493 \shape up
7494 \size normal
7495 \emph off
7496 \bar no
7497 \noun off
7498 \color none
7499 c
7500 \end_layout
7501
7502 \end_inset
7503 </cell>
7504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7505 \begin_inset Text
7506
7507 \begin_layout Plain Layout
7508
7509 \family roman
7510 \series medium
7511 \shape up
7512 \size normal
7513 \emph off
7514 \bar no
7515 \noun off
7516 \color none
7517 d
7518 \end_layout
7519
7520 \end_inset
7521 </cell>
7522 </row>
7523 </lyxtabular>
7524
7525 \end_inset
7526
7527
7528 \end_layout
7529
7530 \begin_layout Standard
7531 \begin_inset VSpace 0.3cm
7532 \end_inset
7533
7534
7535 \end_layout
7536
7537 \begin_layout Enumerate
7538 This is (b).
7539  The table is 
7540 \emph on
7541 not
7542 \emph default
7543  nested inside (a).
7544  In fact, it's not nested at all.
7545 \end_layout
7546
7547 \begin_layout Enumerate
7548 Back out again.
7549 \end_layout
7550
7551 \begin_layout Standard
7552 Notice how item (b) is not only no longer nested, but is also the first
7553  item of a new list!
7554 \end_layout
7555
7556 \begin_layout Standard
7557 There's another trap you can fall into: Nesting the table, but not going
7558  deep enough.
7559  LyX then turns anything after the table into a new sublist.
7560 \end_layout
7561
7562 \begin_layout Enumerate
7563 Item One
7564 \end_layout
7565
7566 \begin_deeper
7567 \begin_layout Enumerate
7568 This is (a) and it's nested.
7569 \end_layout
7570
7571 \begin_layout Standard
7572 \begin_inset VSpace 0.3cm
7573 \end_inset
7574
7575
7576 \end_layout
7577
7578 \begin_layout Standard
7579 \align center
7580 \begin_inset Tabular
7581 <lyxtabular version="3" rows="2" columns="2">
7582 <features tabularvalignment="middle">
7583 <column alignment="center" valignment="top" width="0pt">
7584 <column alignment="center" valignment="top" width="0pt">
7585 <row>
7586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7587 \begin_inset Text
7588
7589 \begin_layout Plain Layout
7590
7591 \family roman
7592 \series medium
7593 \shape up
7594 \size normal
7595 \emph off
7596 \bar no
7597 \noun off
7598 \color none
7599 a
7600 \end_layout
7601
7602 \end_inset
7603 </cell>
7604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7605 \begin_inset Text
7606
7607 \begin_layout Plain Layout
7608
7609 \family roman
7610 \series medium
7611 \shape up
7612 \size normal
7613 \emph off
7614 \bar no
7615 \noun off
7616 \color none
7617 b
7618 \end_layout
7619
7620 \end_inset
7621 </cell>
7622 </row>
7623 <row>
7624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7625 \begin_inset Text
7626
7627 \begin_layout Plain Layout
7628
7629 \family roman
7630 \series medium
7631 \shape up
7632 \size normal
7633 \emph off
7634 \bar no
7635 \noun off
7636 \color none
7637 c
7638 \end_layout
7639
7640 \end_inset
7641 </cell>
7642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7643 \begin_inset Text
7644
7645 \begin_layout Plain Layout
7646
7647 \family roman
7648 \series medium
7649 \shape up
7650 \size normal
7651 \emph off
7652 \bar no
7653 \noun off
7654 \color none
7655 d
7656 \end_layout
7657
7658 \end_inset
7659 </cell>
7660 </row>
7661 </lyxtabular>
7662
7663 \end_inset
7664
7665
7666 \end_layout
7667
7668 \begin_layout Standard
7669 \begin_inset VSpace 0.3cm
7670 \end_inset
7671
7672
7673 \end_layout
7674
7675 \begin_layout Enumerate
7676 This is (b).
7677  The table is actually nested inside Item One, but 
7678 \emph on
7679 not
7680 \emph default
7681  inside (a).
7682 \end_layout
7683
7684 \end_deeper
7685 \begin_layout Enumerate
7686 Back out again.
7687 \end_layout
7688
7689 \begin_layout Standard
7690 As you can see, item (b) turned into the first item of a new list, but a
7691  new list 
7692 \emph on
7693 inside
7694 \emph default
7695  item 1.
7696  The same thing would have happened to a figure or an equation.
7697  So, if you nest tables, figures or equations, make sure you go to the right
7698  depth!
7699 \end_layout
7700
7701 \begin_layout Subsection
7702 Usage and General Features
7703 \end_layout
7704
7705 \begin_layout Standard
7706 Speaking of levels, LyX can perform up to a six-fold nesting.
7707  In other words, 
7708 \begin_inset Quotes eld
7709 \end_inset
7710
7711 level #6
7712 \begin_inset Quotes erd
7713 \end_inset
7714
7715  is the innermost possible depth.
7716  Here's an example to illustrate what we mean:
7717 \end_layout
7718
7719 \begin_layout Enumerate
7720 level #1 – outermost
7721 \end_layout
7722
7723 \begin_deeper
7724 \begin_layout Enumerate
7725 level #2
7726 \end_layout
7727
7728 \begin_deeper
7729 \begin_layout Enumerate
7730 level #3
7731 \end_layout
7732
7733 \begin_deeper
7734 \begin_layout Enumerate
7735 level #4
7736 \end_layout
7737
7738 \begin_deeper
7739 \begin_layout Itemize
7740 level #5
7741 \end_layout
7742
7743 \begin_deeper
7744 \begin_layout Itemize
7745 level #6
7746 \end_layout
7747
7748 \end_deeper
7749 \end_deeper
7750 \end_deeper
7751 \end_deeper
7752 \end_deeper
7753 \begin_layout Standard
7754 There are two exceptions to the six-fold nesting limit, and you can see
7755  both of them in the example.
7756  Unlike the other fully-nestable environments, you can only perform a four-fold
7757  nesting with the 
7758 \family sans
7759 Enumerate
7760 \family default
7761  and 
7762 \family sans
7763 Itemize
7764 \family default
7765  environments.
7766  For example, if we tried to nest another 
7767 \family sans
7768 Enumerate
7769 \family default
7770  list inside item 
7771 \begin_inset Quotes eld
7772 \end_inset
7773
7774 A.
7775 \begin_inset Quotes erd
7776 \end_inset
7777
7778 , we would get errors.
7779 \end_layout
7780
7781 \begin_layout Subsection
7782 Some Examples
7783 \begin_inset Index idx
7784 status collapsed
7785
7786 \begin_layout Plain Layout
7787 Nesting ! Examples
7788 \end_layout
7789
7790 \end_inset
7791
7792
7793 \end_layout
7794
7795 \begin_layout Standard
7796 The best way to explain just what you can do with nesting is by illustration.
7797  We have several examples of nested environments.
7798  In them, we explain how we created the example, so that you can reproduce
7799  them.
7800 \end_layout
7801
7802 \begin_layout Subsubsection
7803 Example 1: The Six-fold Way and Mixed Nesting
7804 \end_layout
7805
7806 \begin_layout Labeling
7807 \labelwidthstring MMM
7808 #1-a This is the outermost level.
7809  It's a 
7810 \family sans
7811 List
7812 \family default
7813  environment.
7814 \end_layout
7815
7816 \begin_deeper
7817 \begin_layout Labeling
7818 \labelwidthstring MMM
7819 #2-a This is level #2.
7820  We created it by using 
7821 \begin_inset Info
7822 type  "shortcut"
7823 arg   "break-paragraph inverse"
7824 \end_inset
7825
7826  followed by 
7827 \begin_inset Info
7828 type  "shortcut"
7829 arg   "depth-increment"
7830 \end_inset
7831
7832 .
7833 \end_layout
7834
7835 \begin_deeper
7836 \begin_layout Labeling
7837 \labelwidthstring MMM
7838 #3-a This is level #3.
7839  This time, we just hit 
7840 \family sans
7841 Return
7842 \family default
7843 , then used 
7844 \begin_inset Info
7845 type  "shortcut"
7846 arg   "depth-increment"
7847 \end_inset
7848
7849  twice in a row.
7850  We could have also created it the same way as we did the previous level,
7851  by hitting 
7852 \begin_inset Info
7853 type  "shortcut"
7854 arg   "break-paragraph inverse"
7855 \end_inset
7856
7857  followed by 
7858 \begin_inset Info
7859 type  "shortcut"
7860 arg   "depth-increment"
7861 \end_inset
7862
7863 .
7864 \end_layout
7865
7866 \begin_deeper
7867 \begin_layout Standard
7868 This is actually a 
7869 \family sans
7870 Standard
7871 \family default
7872  environment, nested inside of 
7873 \begin_inset Quotes eld
7874 \end_inset
7875
7876 #3-a
7877 \begin_inset Quotes erd
7878 \end_inset
7879
7880 .
7881  So, it's at level #4.
7882  We did this by hitting 
7883 \begin_inset Info
7884 type  "shortcut"
7885 arg   "break-paragraph inverse"
7886 \end_inset
7887
7888 , then 
7889 \begin_inset Info
7890 type  "shortcut"
7891 arg   "depth-increment"
7892 \end_inset
7893
7894 , then changing the paragraph environment to 
7895 \family sans
7896 Standard
7897 \family default
7898 .
7899  Do this to create list items with more than one paragraph — it also works
7900  for the 
7901 \family sans
7902 Description
7903 \family default
7904
7905 \family sans
7906 Enumerate
7907 \family default
7908 , and 
7909 \family sans
7910 Itemize
7911 \family default
7912  environments!
7913 \end_layout
7914
7915 \begin_layout Standard
7916 Here's another 
7917 \family sans
7918 Standard
7919 \family default
7920  paragraph, also at level #4, made with just a 
7921 \begin_inset Info
7922 type  "shortcut"
7923 arg   "break-paragraph inverse"
7924 \end_inset
7925
7926 .
7927 \end_layout
7928
7929 \begin_layout Labeling
7930 \labelwidthstring MMM
7931 #4-a This is level #4.
7932  We hit 
7933 \begin_inset Info
7934 type  "shortcut"
7935 arg   "break-paragraph inverse"
7936 \end_inset
7937
7938  and changed the paragraph environment back to 
7939 \family sans
7940 List
7941 \family default
7942 .
7943  Remember — we can't nest anything inside a 
7944 \family sans
7945 Standard
7946 \family default
7947  environment, which is why we're still at level #4.
7948  However, we 
7949 \emph on
7950 can
7951 \emph default
7952  keep nesting things inside 
7953 \begin_inset Quotes eld
7954 \end_inset
7955
7956 #3-a
7957 \begin_inset Quotes erd
7958 \end_inset
7959
7960 .
7961 \end_layout
7962
7963 \begin_deeper
7964 \begin_layout Labeling
7965 \labelwidthstring MMM
7966 #5-a This is level #5\SpecialChar \ldots{}
7967
7968 \end_layout
7969
7970 \begin_deeper
7971 \begin_layout Labeling
7972 \labelwidthstring MMM
7973 #6-a \SpecialChar \ldots{}
7974 and this is level #6.
7975  By now, you should know how we made these two.
7976 \end_layout
7977
7978 \end_deeper
7979 \begin_layout Labeling
7980 \labelwidthstring MMM
7981 #5-b Back to level #5.
7982  Just hit 
7983 \begin_inset Info
7984 type  "shortcut"
7985 arg   "break-paragraph inverse"
7986 \end_inset
7987
7988  followed by a 
7989 \begin_inset Info
7990 type  "shortcut"
7991 arg   "depth-decrement"
7992 \end_inset
7993
7994 .
7995 \end_layout
7996
7997 \end_deeper
7998 \begin_layout Labeling
7999 \labelwidthstring MMM
8000 #4-b After another 
8001 \begin_inset Info
8002 type  "shortcut"
8003 arg   "break-paragraph inverse"
8004 \end_inset
8005
8006  followed by a 
8007 \begin_inset Info
8008 type  "shortcut"
8009 arg   "depth-decrement"
8010 \end_inset
8011
8012 , we're back at level #4.
8013 \end_layout
8014
8015 \end_deeper
8016 \begin_layout Labeling
8017 \labelwidthstring MMM
8018 #3-b Back to level #3.
8019  By now it should be obvious how we did this.
8020 \end_layout
8021
8022 \end_deeper
8023 \begin_layout Labeling
8024 \labelwidthstring MMM
8025 #2-b Back to level #2.
8026  
8027 \end_layout
8028
8029 \end_deeper
8030 \begin_layout Labeling
8031 \labelwidthstring MMM
8032 #1-b And last, back to the outermost level, #1.
8033  After this sentence, we'll hit 
8034 \family sans
8035 Return
8036 \family default
8037  and change the paragraph environment back to 
8038 \family sans
8039 Standard
8040 \family default
8041  to end the list.
8042 \end_layout
8043
8044 \begin_layout Standard
8045 We could have also used the 
8046 \family sans
8047 Description
8048 \family default
8049
8050 \family sans
8051 Quote
8052 \family default
8053
8054 \family sans
8055 Quotation
8056 \family default
8057 , or even the 
8058 \family sans
8059 Verse
8060 \family default
8061  environment in place of the 
8062 \family sans
8063 List
8064 \family default
8065  environment.
8066  The example would have worked exactly the same.
8067 \end_layout
8068
8069 \begin_layout Subsubsection
8070 Example 2: Inheritance
8071 \end_layout
8072
8073 \begin_layout LyX-Code
8074 This is the LyX-Code environment, at level #1, the outermost
8075 \end_layout
8076
8077 \begin_layout LyX-Code
8078 level.
8079   Now we'll hit 
8080 \family sans
8081 Return
8082 \family default
8083 , then 
8084 \begin_inset Info
8085 type  "shortcut"
8086 arg   "depth-increment"
8087 \end_inset
8088
8089 , after which, we'll change to the 
8090 \family sans
8091 Enumerate
8092 \family default
8093  environment.
8094 \end_layout
8095
8096 \begin_deeper
8097 \begin_layout Enumerate
8098 This is the 
8099 \family sans
8100 Enumerate
8101 \family default
8102  environment, at level #2.
8103 \end_layout
8104
8105 \begin_layout Enumerate
8106 Notice how the nested 
8107 \family sans
8108 Enumerate
8109 \family default
8110  not only inherits its margins from its parent environment (
8111 \family sans
8112 LyX-Code
8113 \family default
8114 ), but also inherits its font and spacing!
8115 \end_layout
8116
8117 \end_deeper
8118 \begin_layout Standard
8119 We ended this example by hitting 
8120 \family sans
8121 Return
8122 \family default
8123 .
8124  After that, we needed to reset the paragraph environment to 
8125 \family sans
8126 Standard
8127 \family default
8128  and reset the nesting depth by using 
8129 \begin_inset Info
8130 type  "shortcut"
8131 arg   "depth-decrement"
8132 \end_inset
8133
8134  once.
8135 \end_layout
8136
8137 \begin_layout Subsubsection
8138 Example 3: Labels, Levels, and the 
8139 \family sans
8140 Enumerate
8141 \family default
8142  and 
8143 \family sans
8144 Itemize
8145 \family default
8146  Environments
8147 \begin_inset OptArg
8148 status collapsed
8149
8150 \begin_layout Plain Layout
8151 Example #3: Labels, Levels and other list environments
8152 \end_layout
8153
8154 \end_inset
8155
8156
8157 \end_layout
8158
8159 \begin_layout Enumerate
8160 This is level #1, in an 
8161 \family sans
8162 Enumerate
8163 \family default
8164  paragraph environment.
8165  We're actually going to nest a bunch of these.
8166 \end_layout
8167
8168 \begin_deeper
8169 \begin_layout Enumerate
8170 This is level #2.
8171  We used 
8172 \begin_inset Info
8173 type  "shortcut"
8174 arg   "break-paragraph inverse"
8175 \end_inset
8176
8177  followed by 
8178 \begin_inset Info
8179 type  "shortcut"
8180 arg   "depth-increment"
8181 \end_inset
8182
8183 .
8184  Now, what happens if we nest an 
8185 \family sans
8186 Itemize
8187 \family default
8188  environment inside of this one? It will be at level #3, but what will its
8189  label be? An asterisk?
8190 \end_layout
8191
8192 \begin_deeper
8193 \begin_layout Itemize
8194 No! It's a bullet.
8195  This is the 
8196 \emph on
8197 first
8198 \emph default
8199  
8200 \family sans
8201 Itemize
8202 \family default
8203  environment, even though it's at level #3.
8204  So, its label is a bullet.
8205  (We got here by using 
8206 \begin_inset Info
8207 type  "shortcut"
8208 arg   "break-paragraph inverse"
8209 \end_inset
8210
8211 , then 
8212 \begin_inset Info
8213 type  "shortcut"
8214 arg   "depth-increment"
8215 \end_inset
8216
8217 , then changing the environment to 
8218 \family sans
8219 Itemize
8220 \family default
8221 .)
8222 \end_layout
8223
8224 \begin_deeper
8225 \begin_layout Itemize
8226 Here's level #4, produced using 
8227 \begin_inset Info
8228 type  "shortcut"
8229 arg   "break-paragraph inverse"
8230 \end_inset
8231
8232 , then 
8233 \begin_inset Info
8234 type  "shortcut"
8235 arg   "depth-increment"
8236 \end_inset
8237
8238 .
8239  We'll do that again\SpecialChar \ldots{}
8240
8241 \end_layout
8242
8243 \begin_deeper
8244 \begin_layout Enumerate
8245 \SpecialChar \ldots{}
8246 to get to level #5.
8247  This time, however, we also changed the paragraph environment back to 
8248 \family sans
8249 Enumerate
8250 \family default
8251 .
8252  Notice the type of numbering, it is 
8253 \emph on
8254 lowercase Roman
8255 \emph default
8256 , because we are in the 
8257 \emph on
8258 thirdfold
8259 \emph default
8260  
8261 \family sans
8262 Enumerate
8263 \family default
8264  environment (i.
8265 \begin_inset space \thinspace{}
8266 \end_inset
8267
8268 g.
8269  it is an 
8270 \family sans
8271 Enumerate
8272 \family default
8273  inside an 
8274 \family sans
8275 Enumerate
8276 \family default
8277  inside an 
8278 \family sans
8279 Enumerate
8280 \family default
8281 ).
8282 \end_layout
8283
8284 \begin_layout Enumerate
8285 What happens if we 
8286 \emph on
8287 don't
8288 \emph default
8289  change the paragraph environment, but decrease the nesting depth? What
8290  type of numbering does LyX use?
8291 \end_layout
8292
8293 \begin_layout Enumerate
8294 Oh, as if you couldn't guess by now, we're just using 
8295 \begin_inset Info
8296 type  "shortcut"
8297 arg   "break-paragraph inverse"
8298 \end_inset
8299
8300  to keep the current environment and depth but create a new item.
8301 \end_layout
8302
8303 \begin_layout Enumerate
8304 Let's use 
8305 \begin_inset Info
8306 type  "shortcut"
8307 arg   "depth-decrement"
8308 \end_inset
8309
8310  to decrease the depth after the next 
8311 \begin_inset Info
8312 type  "shortcut"
8313 arg   "break-paragraph inverse"
8314 \end_inset
8315
8316 .
8317 \end_layout
8318
8319 \end_deeper
8320 \begin_layout Enumerate
8321 This is level #4.
8322  Look what type of label LyX is using!
8323 \end_layout
8324
8325 \end_deeper
8326 \begin_layout Enumerate
8327 This is level #3.
8328  Even though we've changed levels, LyX is still using a lowercase Roman
8329  numeral as the label.Why?
8330 \end_layout
8331
8332 \begin_layout Enumerate
8333 Because, even though the nesting depth has changed, the paragraph is 
8334 \emph on
8335 still
8336 \emph default
8337  a thirdfold 
8338 \family sans
8339 Enumerate
8340 \family default
8341  environment.
8342  Notice, however, that LyX 
8343 \emph on
8344 did
8345 \emph default
8346  reset the counter for the label.
8347 \end_layout
8348
8349 \end_deeper
8350 \begin_layout Enumerate
8351 Another 
8352 \begin_inset Info
8353 type  "shortcut"
8354 arg   "break-paragraph inverse"
8355 \end_inset
8356
8357  
8358 \begin_inset Info
8359 type  "shortcut"
8360 arg   "depth-decrement"
8361 \end_inset
8362
8363  sequence, and we're back to level #2.
8364  This time, we not only changed the nesting depth, but we also moved back
8365  into the twofold-nested 
8366 \family sans
8367 Enumerate
8368 \family default
8369  environment.
8370 \end_layout
8371
8372 \end_deeper
8373 \begin_layout Enumerate
8374 The same thing happens if we do another 
8375 \begin_inset Info
8376 type  "shortcut"
8377 arg   "break-paragraph inverse"
8378 \end_inset
8379
8380  
8381 \begin_inset Info
8382 type  "shortcut"
8383 arg   "depth-decrement"
8384 \end_inset
8385
8386 sequence and return to level #1, the outermost level.
8387 \end_layout
8388
8389 \begin_layout Standard
8390 Lastly, we reset the environment to 
8391 \family sans
8392 Standard
8393 \family default
8394 .
8395  As you can see, the level number doesn't correspond to what type of labeling
8396  LyX uses for the 
8397 \family sans
8398 Enumerate
8399 \family default
8400  and 
8401 \family sans
8402 Itemize
8403 \family default
8404  environments.
8405  The number of other 
8406 \family sans
8407 Enumerate
8408 \family default
8409  environments surrounding it determines what kind of label LyX uses for
8410  an 
8411 \family sans
8412 Enumerate
8413 \family default
8414  item.
8415  The same rule applies for the 
8416 \family sans
8417 Itemize
8418 \family default
8419  environment, as well.
8420 \end_layout
8421
8422 \begin_layout Subsubsection
8423 Example 4: Going Bonkers
8424 \end_layout
8425
8426 \begin_layout Enumerate
8427 We're going to go totally nuts now.
8428  We won't nest as deep as in the other examples, nor will we go into the
8429  same detail with how we did it.
8430  (level #1: 
8431 \family sans
8432 Enumerate
8433 \family default
8434 )
8435 \end_layout
8436
8437 \begin_deeper
8438 \begin_layout Standard
8439 (
8440 \family sans
8441 Return, 
8442 \family default
8443
8444 \begin_inset Info
8445 type  "shortcut"
8446 arg   "depth-increment"
8447 \end_inset
8448
8449
8450 \family sans
8451 , Standard
8452 \family default
8453 : level #2) We'll stick an encapsulated description of how we created the
8454  example in parentheses someplace.
8455  For example, the two keybindings are how we changed the depth.
8456  The environment name is the name of the current environment.
8457  Either before or after this, we'll put in the level.
8458 \end_layout
8459
8460 \end_deeper
8461 \begin_layout Enumerate
8462 (
8463 \family sans
8464 Return, Enumerate
8465 \family default
8466 : level #1) This is the next item in the list.
8467 \end_layout
8468
8469 \begin_deeper
8470 \begin_layout Verse
8471 Now we'll add verse.
8472 \begin_inset Newline newline
8473 \end_inset
8474
8475 It will get much worse.
8476 \begin_inset Newline newline
8477 \end_inset
8478
8479 (
8480 \family sans
8481 Return, 
8482 \family default
8483
8484 \begin_inset Info
8485 type  "shortcut"
8486 arg   "depth-increment"
8487 \end_inset
8488
8489
8490 \family sans
8491 , Verse
8492 \family default
8493 : level #2)
8494 \end_layout
8495
8496 \begin_layout Verse
8497 Fiddle dee, Fiddle doo.
8498 \begin_inset Newline newline
8499 \end_inset
8500
8501 Bippitey boppitey boo!
8502 \begin_inset Newline newline
8503 \end_inset
8504
8505 (
8506 \begin_inset Info
8507 type  "shortcut"
8508 arg   "break-paragraph inverse"
8509 \end_inset
8510
8511
8512 \family sans
8513 )
8514 \end_layout
8515
8516 \begin_layout Verse
8517 Here comes a table:
8518 \end_layout
8519
8520 \begin_deeper
8521 \begin_layout Standard
8522 \begin_inset VSpace 0.3cm
8523 \end_inset
8524
8525
8526 \end_layout
8527
8528 \begin_layout Standard
8529 \align center
8530 \begin_inset Tabular
8531 <lyxtabular version="3" rows="2" columns="2">
8532 <features tabularvalignment="middle">
8533 <column alignment="center" valignment="top" width="0pt">
8534 <column alignment="center" valignment="top" width="0pt">
8535 <row>
8536 <cell alignment="center" valignment="top" usebox="none">
8537 \begin_inset Text
8538
8539 \begin_layout Plain Layout
8540
8541 \family roman
8542 \series medium
8543 \shape up
8544 \size normal
8545 \emph off
8546 \bar no
8547 \noun off
8548 \color none
8549 one-fish
8550 \end_layout
8551
8552 \end_inset
8553 </cell>
8554 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8555 \begin_inset Text
8556
8557 \begin_layout Plain Layout
8558
8559 \family roman
8560 \series medium
8561 \shape up
8562 \size normal
8563 \emph off
8564 \bar no
8565 \noun off
8566 \color none
8567 two-fish
8568 \end_layout
8569
8570 \end_inset
8571 </cell>
8572 </row>
8573 <row>
8574 <cell alignment="center" valignment="top" topline="true" usebox="none">
8575 \begin_inset Text
8576
8577 \begin_layout Plain Layout
8578
8579 \family roman
8580 \series medium
8581 \shape up
8582 \size normal
8583 \emph off
8584 \bar no
8585 \noun off
8586 \color none
8587 red-fish
8588 \end_layout
8589
8590 \end_inset
8591 </cell>
8592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8593 \begin_inset Text
8594
8595 \begin_layout Plain Layout
8596
8597 \family roman
8598 \series medium
8599 \shape up
8600 \size normal
8601 \emph off
8602 \bar no
8603 \noun off
8604 \color none
8605 blue-fish
8606 \end_layout
8607
8608 \end_inset
8609 </cell>
8610 </row>
8611 </lyxtabular>
8612
8613 \end_inset
8614
8615
8616 \end_layout
8617
8618 \end_deeper
8619 \begin_layout Verse
8620 (
8621 \begin_inset Info
8622 type  "shortcut"
8623 arg   "break-paragraph inverse"
8624 \end_inset
8625
8626
8627 \family sans
8628 , Table, 
8629 \family default
8630
8631 \begin_inset Info
8632 type  "shortcut"
8633 arg   "depth-increment"
8634 \end_inset
8635
8636  3 times, 
8637 \begin_inset Info
8638 type  "shortcut"
8639 arg   "break-paragraph inverse"
8640 \end_inset
8641
8642
8643 \family sans
8644 , Verse, 
8645 \family default
8646
8647 \begin_inset Info
8648 type  "shortcut"
8649 arg   "depth-decrement"
8650 \end_inset
8651
8652 )
8653 \end_layout
8654
8655 \end_deeper
8656 \begin_layout Enumerate
8657 (
8658 \family sans
8659 Return, Enumerate
8660 \family default
8661 : level #1) This is another item.
8662  Note that selecting a 
8663 \family sans
8664 Table
8665 \family default
8666  resets the nesting depth to level #1, so we increased the nesting depth
8667  3 times to put the table inside the 
8668 \family sans
8669 Verse
8670 \family default
8671  environment.
8672  
8673 \end_layout
8674
8675 \begin_layout Quotation
8676 We're now ending the 
8677 \family sans
8678 Enumerate
8679 \family default
8680  list and changing to 
8681 \family sans
8682 Quotation
8683 \family default
8684 .
8685  We're still at level #1.
8686  We want to show you some of the things you can do by mixing environments.
8687  The next set of paragraphs is a 
8688 \begin_inset Quotes eld
8689 \end_inset
8690
8691 quoted letter.
8692 \begin_inset Quotes erd
8693 \end_inset
8694
8695  We'll nest both the 
8696 \family sans
8697 Address
8698 \family default
8699  and 
8700 \family sans
8701 Right
8702 \begin_inset space ~
8703 \end_inset
8704
8705 Address
8706 \family default
8707  environments inside of this one, then use another nested 
8708 \family sans
8709 Quotation
8710 \family default
8711  for the letter body.
8712  We'll use 
8713 \begin_inset Info
8714 type  "shortcut"
8715 arg   "break-paragraph inverse"
8716 \end_inset
8717
8718  to preserve the depth.
8719  Remember that you need to use 
8720 \begin_inset Info
8721 type  "shortcut"
8722 arg   "newline-insert newline"
8723 \end_inset
8724
8725  to create multiple lines inside the 
8726 \family sans
8727 Address
8728 \family default
8729  and 
8730 \family sans
8731 Right
8732 \begin_inset space ~
8733 \end_inset
8734
8735 Address
8736 \family default
8737  environments.
8738  Here it goes:
8739 \end_layout
8740
8741 \begin_deeper
8742 \begin_layout Right Address
8743 1234 Nowhere Rd.
8744 \begin_inset Newline newline
8745 \end_inset
8746
8747 Moosegroin, MT 00100
8748 \begin_inset Newline newline
8749 \end_inset
8750
8751 9-6-96
8752 \end_layout
8753
8754 \begin_layout Address
8755 Dear Mr.
8756 \begin_inset space ~
8757 \end_inset
8758
8759 Fizlewitz:
8760 \end_layout
8761
8762 \begin_layout Quotation
8763 We regret to inform you that we cannot fill your order for 50
8764 \begin_inset space \thinspace{}
8765 \end_inset
8766
8767 L of compressed methane gas due to circumstances beyond our control.
8768  Unfortunately, several of our cows have mysteriously exploded, creating
8769  a backlog in our orders for methane.
8770  We will place your name on the waiting list and try to fill your order
8771  as soon as possible.
8772  In the meantime, we thank you for your patience.
8773 \end_layout
8774
8775 \begin_layout Quotation
8776 We do, however, now have a special on beef.
8777  If you are interested, please return the enclosed pricing and order form
8778  with your order, along with payment.
8779 \end_layout
8780
8781 \begin_layout Quotation
8782 We thank you again for your patience.
8783 \end_layout
8784
8785 \begin_layout Address
8786 Sincerely,
8787 \begin_inset Newline newline
8788 \end_inset
8789
8790 Bill Hick
8791 \end_layout
8792
8793 \end_deeper
8794 \begin_layout Quotation
8795 That ends that example!
8796 \end_layout
8797
8798 \begin_layout Standard
8799 As you can see, nesting environments in LyX gives you a lot of power with
8800  just a few keystrokes.
8801  We could have easily nested an 
8802 \family sans
8803 Itemize
8804 \family default
8805  list inside of a 
8806 \family sans
8807 Quotation
8808 \family default
8809  or 
8810 \family sans
8811 Quote
8812 \family default
8813 , or put a 
8814 \family sans
8815 Quote
8816 \family default
8817  inside of an 
8818 \family sans
8819 Itemize
8820 \family default
8821  list.
8822  You have a huge variety of options at your disposal.
8823 \end_layout
8824
8825 \begin_layout Section
8826 Spacing, pagination and line breaks
8827 \begin_inset Index idx
8828 status collapsed
8829
8830 \begin_layout Plain Layout
8831 Spacing
8832 \end_layout
8833
8834 \end_inset
8835
8836
8837 \end_layout
8838
8839 \begin_layout Standard
8840 What is a space? While you might be used to pressing the space key anytime
8841  you want to separate two words in ordinary word processors, LyX offers
8842  you more spaces: Spaces of different width and spaces which can or cannot
8843  be broken at the end of a line.
8844  The following sections will show you some examples where those spaces are
8845  useful.
8846 \end_layout
8847
8848 \begin_layout Subsection
8849 Protected Space
8850 \begin_inset CommandInset label
8851 LatexCommand label
8852 name "sub:Protected-Space"
8853
8854 \end_inset
8855
8856
8857 \begin_inset Index idx
8858 status collapsed
8859
8860 \begin_layout Plain Layout
8861 Spaces ! Protected
8862 \end_layout
8863
8864 \end_inset
8865
8866
8867 \end_layout
8868
8869 \begin_layout Standard
8870 The protected space: It is used to tell LyX (and LaTeX) not to break the
8871  line at that point.
8872  This may be necessary to avoid unlucky linebreaks, like in: 
8873 \end_layout
8874
8875 \begin_layout Quote
8876 Further documentation is given in section
8877 \begin_inset Newline newline
8878 \end_inset
8879
8880
8881 \begin_inset CommandInset ref
8882 LatexCommand ref
8883 reference "sec:Bibliography"
8884
8885 \end_inset
8886
8887 .
8888  
8889 \end_layout
8890
8891 \begin_layout Standard
8892 Obviously, it would be a good thing to put a protected space between 
8893 \begin_inset Quotes eld
8894 \end_inset
8895
8896 section
8897 \begin_inset Quotes erd
8898 \end_inset
8899
8900  and 
8901 \begin_inset Quotes eld
8902 \end_inset
8903
8904
8905 \begin_inset CommandInset ref
8906 LatexCommand ref
8907 reference "sec:Bibliography"
8908
8909 \end_inset
8910
8911
8912 \begin_inset Quotes erd
8913 \end_inset
8914
8915 .
8916  A protected space is set with 
8917 \family sans
8918 Insert\SpecialChar \menuseparator
8919 Formatting\SpecialChar \menuseparator
8920 Protected
8921 \bar under
8922
8923 \begin_inset space ~
8924 \end_inset
8925
8926
8927 \bar default
8928 Space
8929 \family default
8930  (shortcut 
8931 \begin_inset Info
8932 type  "shortcut"
8933 arg   "space-insert protected"
8934 \end_inset
8935
8936 ).
8937 \end_layout
8938
8939 \begin_layout Subsection
8940 Horizontal Space
8941 \begin_inset CommandInset label
8942 LatexCommand label
8943 name "sub:Horizontal-Space"
8944
8945 \end_inset
8946
8947
8948 \begin_inset Index idx
8949 status collapsed
8950
8951 \begin_layout Plain Layout
8952 Spacing ! Horizontal
8953 \end_layout
8954
8955 \end_inset
8956
8957
8958 \end_layout
8959
8960 \begin_layout Standard
8961 All horizontal spaces can be inserted with the menu 
8962 \family sans
8963 Insert\SpecialChar \menuseparator
8964 Formatting\SpecialChar \menuseparator
8965 Horizontal Space
8966 \family default
8967 .
8968  The length units are listed in Appendix
8969 \begin_inset space ~
8970 \end_inset
8971
8972
8973 \begin_inset CommandInset ref
8974 LatexCommand ref
8975 reference "cha:Units-available-in"
8976
8977 \end_inset
8978
8979 .
8980 \end_layout
8981
8982 \begin_layout Subsubsection
8983 Inter-word Space
8984 \begin_inset CommandInset label
8985 LatexCommand label
8986 name "sub:Inter-word-Space"
8987
8988 \end_inset
8989
8990
8991 \begin_inset Index idx
8992 status collapsed
8993
8994 \begin_layout Plain Layout
8995 Spaces ! Inter-word
8996 \end_layout
8997
8998 \end_inset
8999
9000
9001 \end_layout
9002
9003 \begin_layout Standard
9004 Some languages (e.
9005 \begin_inset space \thinspace{}
9006 \end_inset
9007
9008 g.
9009 \begin_inset space \space{}
9010 \end_inset
9011
9012 English) have the typographical convention to add extra space after an end-of-se
9013 ntence punctuation mark, and LyX honors those conventions (see section
9014 \begin_inset space ~
9015 \end_inset
9016
9017
9018 \begin_inset CommandInset ref
9019 LatexCommand ref
9020 reference "sub:Abbreviations"
9021
9022 \end_inset
9023
9024 ).
9025  Sometimes, you want a normal space nevertheless.
9026  In this case, insert an inter-word space (shortcut 
9027 \begin_inset Info
9028 type  "shortcut"
9029 arg   "space-insert normal"
9030 \end_inset
9031
9032 ).
9033 \end_layout
9034
9035 \begin_layout Subsubsection
9036 Thin Space
9037 \begin_inset CommandInset label
9038 LatexCommand label
9039 name "sub:Thin-Space"
9040
9041 \end_inset
9042
9043
9044 \begin_inset Index idx
9045 status collapsed
9046
9047 \begin_layout Plain Layout
9048 Spaces ! Thin
9049 \end_layout
9050
9051 \end_inset
9052
9053
9054 \end_layout
9055
9056 \begin_layout Standard
9057
9058 \begin_inset Quotes eld
9059 \end_inset
9060
9061 thin space
9062 \begin_inset Quotes erd
9063 \end_inset
9064
9065  is a blank which has half the size of a normal space (and it is also 
9066 \begin_inset Quotes eld
9067 \end_inset
9068
9069 protected
9070 \begin_inset Quotes erd
9071 \end_inset
9072
9073 ).
9074  The typographical conventions in a lot of languages propose the use of
9075  thin spaces in cases where normal spaces would be too wide, for instance
9076  inside abbreviations:
9077 \end_layout
9078
9079 \begin_layout Quote
9080 D.
9081 \begin_inset space \thinspace{}
9082 \end_inset
9083
9084 E.
9085  Knuth has developed our beloved typesetting program.
9086 \end_layout
9087
9088 \begin_layout Standard
9089 or between values and units.
9090  Compare for example this:
9091 \begin_inset Newline newline
9092 \end_inset
9093
9094 10
9095 \begin_inset space \thinspace{}
9096 \end_inset
9097
9098 kg (thin space)
9099 \begin_inset Newline newline
9100 \end_inset
9101
9102 10 kg (normal space
9103 \end_layout
9104
9105 \begin_layout Standard
9106 You can insert thin spaces also with the menu 
9107 \family sans
9108 Insert\SpecialChar \menuseparator
9109 Formatting\SpecialChar \menuseparator
9110 Thin
9111 \begin_inset space ~
9112 \end_inset
9113
9114 Space
9115 \family default
9116  (shortcut 
9117 \begin_inset Info
9118 type  "shortcuts"
9119 arg   "space-insert thin"
9120 \end_inset
9121
9122 ).
9123 \end_layout
9124
9125 \begin_layout Subsubsection
9126 More Spaces
9127 \begin_inset CommandInset label
9128 LatexCommand label
9129 name "sub:More-Spaces"
9130
9131 \end_inset
9132
9133
9134 \end_layout
9135
9136 \begin_layout Standard
9137 You can furthermore insert the following space types:
9138 \end_layout
9139
9140 \begin_layout Description
9141 Negative
9142 \begin_inset space ~
9143 \end_inset
9144
9145 thin
9146 \begin_inset space ~
9147 \end_inset
9148
9149 space A line with a 
9150 \begin_inset Formula $\to$
9151 \end_inset
9152
9153
9154 \begin_inset space \negthinspace{}
9155 \end_inset
9156
9157
9158 \begin_inset Formula $\gets$
9159 \end_inset
9160
9161  Negative thin space between the arrows.
9162 \end_layout
9163
9164 \begin_layout Description
9165 Enspace
9166 \begin_inset space ~
9167 \end_inset
9168
9169 (0.5
9170 \begin_inset space \thinspace{}
9171 \end_inset
9172
9173 em) A line with a 
9174 \begin_inset Formula $\to$
9175 \end_inset
9176
9177
9178 \begin_inset space \enskip{}
9179 \end_inset
9180
9181
9182 \begin_inset Formula $\gets$
9183 \end_inset
9184
9185  Enspace (0.5
9186 \begin_inset space \thinspace{}
9187 \end_inset
9188
9189 em) space between the arrows.
9190 \end_layout
9191
9192 \begin_layout Description
9193 Quad
9194 \begin_inset space ~
9195 \end_inset
9196
9197 (1
9198 \begin_inset space \thinspace{}
9199 \end_inset
9200
9201 em) A line with a 
9202 \begin_inset Formula $\to$
9203 \end_inset
9204
9205
9206 \begin_inset space \quad{}
9207 \end_inset
9208
9209
9210 \begin_inset Formula $\gets$
9211 \end_inset
9212
9213  Quad
9214 \begin_inset space ~
9215 \end_inset
9216
9217 (1
9218 \begin_inset space \thinspace{}
9219 \end_inset
9220
9221 em) space between the arrows.
9222 \end_layout
9223
9224 \begin_layout Description
9225 QQuad
9226 \begin_inset space ~
9227 \end_inset
9228
9229 (2
9230 \begin_inset space \thinspace{}
9231 \end_inset
9232
9233 em) A line with a 
9234 \begin_inset Formula $\to$
9235 \end_inset
9236
9237
9238 \begin_inset space \qquad{}
9239 \end_inset
9240
9241
9242 \begin_inset Formula $\gets$
9243 \end_inset
9244
9245  QQuad
9246 \begin_inset space ~
9247 \end_inset
9248
9249 (2
9250 \begin_inset space \thinspace{}
9251 \end_inset
9252
9253 em) space between the arrows.
9254 \end_layout
9255
9256 \begin_layout Description
9257 Custom
9258 \begin_inset space ~
9259 \end_inset
9260
9261 space A line with
9262 \begin_inset Formula $\to$
9263 \end_inset
9264
9265
9266 \begin_inset space \hspace{}
9267 \length 2cm
9268 \end_inset
9269
9270
9271 \begin_inset Formula $\gets$
9272 \end_inset
9273
9274  2
9275 \begin_inset space \thinspace{}
9276 \end_inset
9277
9278 cm space between the arrows.
9279 \end_layout
9280
9281 \begin_layout Standard
9282 Table
9283 \begin_inset space ~
9284 \end_inset
9285
9286
9287 \begin_inset CommandInset ref
9288 LatexCommand ref
9289 reference "tab:Width-of-the"
9290
9291 \end_inset
9292
9293  lists the different space sizes.
9294 \end_layout
9295
9296 \begin_layout Standard
9297 \begin_inset Float table
9298 wide false
9299 sideways false
9300 status open
9301
9302 \begin_layout Plain Layout
9303 \align center
9304 \begin_inset Caption
9305
9306 \begin_layout Plain Layout
9307 \begin_inset CommandInset label
9308 LatexCommand label
9309 name "tab:Width-of-the"
9310
9311 \end_inset
9312
9313 Width of the different horizontal spaces.
9314 \end_layout
9315
9316 \end_inset
9317
9318
9319 \end_layout
9320
9321 \begin_layout Plain Layout
9322 \align center
9323 \begin_inset Tabular
9324 <lyxtabular version="3" rows="8" columns="2">
9325 <features tabularvalignment="middle">
9326 <column alignment="center" valignment="top" width="0">
9327 <column alignment="center" valignment="top" width="0">
9328 <row>
9329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9330 \begin_inset Text
9331
9332 \begin_layout Plain Layout
9333
9334 \series bold
9335 Space
9336 \end_layout
9337
9338 \end_inset
9339 </cell>
9340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9341 \begin_inset Text
9342
9343 \begin_layout Plain Layout
9344
9345 \series bold
9346 Width
9347 \end_layout
9348
9349 \end_inset
9350 </cell>
9351 </row>
9352 <row>
9353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9354 \begin_inset Text
9355
9356 \begin_layout Plain Layout
9357 Normal
9358 \end_layout
9359
9360 \end_inset
9361 </cell>
9362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9363 \begin_inset Text
9364
9365 \begin_layout Plain Layout
9366 1/3
9367 \begin_inset space \thinspace{}
9368 \end_inset
9369
9370 em
9371 \end_layout
9372
9373 \end_inset
9374 </cell>
9375 </row>
9376 <row>
9377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9378 \begin_inset Text
9379
9380 \begin_layout Plain Layout
9381 Protected
9382 \end_layout
9383
9384 \end_inset
9385 </cell>
9386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9387 \begin_inset Text
9388
9389 \begin_layout Plain Layout
9390 1/3
9391 \begin_inset space \thinspace{}
9392 \end_inset
9393
9394 em
9395 \end_layout
9396
9397 \end_inset
9398 </cell>
9399 </row>
9400 <row>
9401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9402 \begin_inset Text
9403
9404 \begin_layout Plain Layout
9405 Thin
9406 \end_layout
9407
9408 \end_inset
9409 </cell>
9410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9411 \begin_inset Text
9412
9413 \begin_layout Plain Layout
9414 1/6
9415 \begin_inset space \thinspace{}
9416 \end_inset
9417
9418 em
9419 \end_layout
9420
9421 \end_inset
9422 </cell>
9423 </row>
9424 <row>
9425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9426 \begin_inset Text
9427
9428 \begin_layout Plain Layout
9429 Negative thin
9430 \end_layout
9431
9432 \end_inset
9433 </cell>
9434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9435 \begin_inset Text
9436
9437 \begin_layout Plain Layout
9438 -1/6
9439 \begin_inset space \thinspace{}
9440 \end_inset
9441
9442 em
9443 \end_layout
9444
9445 \end_inset
9446 </cell>
9447 </row>
9448 <row>
9449 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9450 \begin_inset Text
9451
9452 \begin_layout Plain Layout
9453 Enspace (0.5
9454 \begin_inset space \thinspace{}
9455 \end_inset
9456
9457 em)
9458 \end_layout
9459
9460 \end_inset
9461 </cell>
9462 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9463 \begin_inset Text
9464
9465 \begin_layout Plain Layout
9466 0.5
9467 \begin_inset space \thinspace{}
9468 \end_inset
9469
9470 em
9471 \end_layout
9472
9473 \end_inset
9474 </cell>
9475 </row>
9476 <row>
9477 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9478 \begin_inset Text
9479
9480 \begin_layout Plain Layout
9481 Quad (1
9482 \begin_inset space \thinspace{}
9483 \end_inset
9484
9485 em)
9486 \end_layout
9487
9488 \end_inset
9489 </cell>
9490 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9491 \begin_inset Text
9492
9493 \begin_layout Plain Layout
9494 1
9495 \begin_inset space \thinspace{}
9496 \end_inset
9497
9498 em
9499 \end_layout
9500
9501 \end_inset
9502 </cell>
9503 </row>
9504 <row>
9505 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9506 \begin_inset Text
9507
9508 \begin_layout Plain Layout
9509 QQuad (2
9510 \begin_inset space \thinspace{}
9511 \end_inset
9512
9513 em)
9514 \end_layout
9515
9516 \end_inset
9517 </cell>
9518 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9519 \begin_inset Text
9520
9521 \begin_layout Plain Layout
9522 2
9523 \begin_inset space \thinspace{}
9524 \end_inset
9525
9526 em
9527 \end_layout
9528
9529 \end_inset
9530 </cell>
9531 </row>
9532 </lyxtabular>
9533
9534 \end_inset
9535
9536
9537 \end_layout
9538
9539 \end_inset
9540
9541
9542 \end_layout
9543
9544 \begin_layout Subsubsection
9545
9546 \family sans
9547 Horizontal Fills
9548 \family default
9549
9550 \begin_inset Index idx
9551 status collapsed
9552
9553 \begin_layout Plain Layout
9554 Spacing ! Fills
9555 \end_layout
9556
9557 \end_inset
9558
9559
9560 \end_layout
9561
9562 \begin_layout Standard
9563 Horizontal fills (HFills) are a special LyX feature for adding extra space
9564  in a uniform fashion.
9565  An HFill is actually a variable length space, whose length always equals
9566  the remaining space between the left and right margins.
9567  If there is more than one HFill on a line, they divide the available space
9568  equally between themselves.
9569  
9570 \end_layout
9571
9572 \begin_layout Standard
9573 Here a few examples what you can do with them:
9574 \end_layout
9575
9576 \begin_layout Quote
9577 \noindent
9578 This is on the left side
9579 \begin_inset space \hfill{}
9580 \end_inset
9581
9582 This is on the right
9583 \end_layout
9584
9585 \begin_layout Quote
9586 \noindent
9587 Left
9588 \begin_inset space \hfill{}
9589 \end_inset
9590
9591 Middle
9592 \begin_inset space \hfill{}
9593 \end_inset
9594
9595 Right
9596 \end_layout
9597
9598 \begin_layout Quote
9599 \noindent
9600 Left
9601 \begin_inset space \hfill{}
9602 \end_inset
9603
9604 1/3 Left
9605 \begin_inset space \hfill{}
9606 \end_inset
9607
9608
9609 \begin_inset space \hfill{}
9610 \end_inset
9611
9612 Right
9613 \end_layout
9614
9615 \begin_layout Standard
9616 That was an example in the 
9617 \family sans
9618 Quote
9619 \family default
9620  environment.
9621  Here
9622 \begin_inset Formula $\to$
9623 \end_inset
9624
9625
9626 \begin_inset space \hfill{}
9627 \end_inset
9628
9629
9630 \begin_inset Formula $\gets$
9631 \end_inset
9632
9633 is one in a standard paragraph.
9634  It may or may not be apparent in the printed text, but it 
9635 \emph on
9636 is
9637 \emph default
9638  sitting in-between the two arrows.
9639 \end_layout
9640
9641 \begin_layout Standard
9642 HFills can be made visible when you choose one of the 
9643 \family sans
9644 Fill
9645 \begin_inset space ~
9646 \end_inset
9647
9648 Pattern
9649 \family default
9650  in the space dialog: The following patterns are available:
9651 \end_layout
9652
9653 \begin_layout Standard
9654 Dots: 
9655 \begin_inset space \dotfill{}
9656 \end_inset
9657
9658
9659 \begin_inset space ~
9660 \end_inset
9661
9662
9663 \end_layout
9664
9665 \begin_layout Standard
9666 Rule: 
9667 \begin_inset space \hrulefill{}
9668 \end_inset
9669
9670
9671 \begin_inset space ~
9672 \end_inset
9673
9674
9675 \end_layout
9676
9677 \begin_layout Standard
9678 Left arrow: 
9679 \begin_inset space \leftarrowfill{}
9680 \end_inset
9681
9682
9683 \begin_inset space ~
9684 \end_inset
9685
9686
9687 \end_layout
9688
9689 \begin_layout Standard
9690 Right arrow: 
9691 \begin_inset space \rightarrowfill{}
9692 \end_inset
9693
9694
9695 \begin_inset space ~
9696 \end_inset
9697
9698
9699 \end_layout
9700
9701 \begin_layout Standard
9702 Up brace: 
9703 \begin_inset space \downbracefill{}
9704 \end_inset
9705
9706
9707 \begin_inset space ~
9708 \end_inset
9709
9710
9711 \end_layout
9712
9713 \begin_layout Standard
9714 Down brace: 
9715 \begin_inset space \upbracefill{}
9716 \end_inset
9717
9718
9719 \begin_inset space ~
9720 \end_inset
9721
9722
9723 \end_layout
9724
9725 \begin_layout Standard
9726 \begin_inset Note Greyedout
9727 status open
9728
9729 \begin_layout Plain Layout
9730
9731 \series bold
9732 Note:
9733 \series default
9734  If an HFill is at the beginning of a line, and 
9735 \emph on
9736 not
9737 \emph default
9738  in the first line in a paragraph, LyX ignores it.
9739  This prevents HFills from accidentally being wrapped onto a new line.
9740  If you need space in this case anyway, set the 
9741 \family sans
9742 Protect
9743 \family default
9744  option in the space dialog.
9745 \end_layout
9746
9747 \end_inset
9748
9749
9750 \end_layout
9751
9752 \begin_layout Subsubsection
9753 Phantom Space
9754 \begin_inset Index idx
9755 status collapsed
9756
9757 \begin_layout Plain Layout
9758 Spacing ! Phantom
9759 \end_layout
9760
9761 \end_inset
9762
9763
9764 \end_layout
9765
9766 \begin_layout Standard
9767 Sometimes you want to insert space with exactly the length of a phrase.
9768  E.
9769 \begin_inset space \thinspace{}
9770 \end_inset
9771
9772 g.
9773 \begin_inset space \space{}
9774 \end_inset
9775
9776 you want to create the following multiple choice question:
9777 \end_layout
9778
9779 \begin_layout Standard
9780 \begin_inset VSpace medskip
9781 \end_inset
9782
9783 What is correct English?:
9784 \begin_inset Newline newline
9785 \end_inset
9786
9787
9788 \begin_inset Newline newline
9789 \end_inset
9790
9791 Mr.
9792 \begin_inset space ~
9793 \end_inset
9794
9795 Edge would have been jumps the gun.
9796 \begin_inset Newline newline
9797 \end_inset
9798
9799
9800 \begin_inset ERT
9801 status collapsed
9802
9803 \begin_layout Plain Layout
9804
9805
9806 \backslash
9807 phantom{Mr.
9808  Edge }
9809 \end_layout
9810
9811 \end_inset
9812
9813 has to be jumped
9814 \begin_inset Newline newline
9815 \end_inset
9816
9817
9818 \begin_inset ERT
9819 status collapsed
9820
9821 \begin_layout Plain Layout
9822
9823
9824 \backslash
9825 phantom{Mr.
9826  Edge }
9827 \end_layout
9828
9829 \end_inset
9830
9831 jumps
9832 \begin_inset VSpace medskip
9833 \end_inset
9834
9835
9836 \end_layout
9837
9838 \begin_layout Standard
9839 So that the choices appear exactly after the phrase 
9840 \begin_inset Quotes eld
9841 \end_inset
9842
9843 Mr.
9844 \begin_inset space ~
9845 \end_inset
9846
9847 Edge
9848 \begin_inset space ~
9849 \end_inset
9850
9851
9852 \begin_inset Quotes erd
9853 \end_inset
9854
9855 .
9856  To get this, you can use the LaTeX-command 
9857 \series bold
9858
9859 \backslash
9860 phantom
9861 \series default
9862  in TeX Code
9863 \begin_inset Foot
9864 status collapsed
9865
9866 \begin_layout Plain Layout
9867 See sec.
9868 \begin_inset space \thinspace{}
9869 \end_inset
9870
9871
9872 \begin_inset CommandInset ref
9873 LatexCommand ref
9874 reference "sec:TeX-Code"
9875
9876 \end_inset
9877
9878  for more information about TeX-Code.
9879 \end_layout
9880
9881 \end_inset
9882
9883 .
9884  In our case write the command 
9885 \series bold
9886
9887 \backslash
9888 phantom{Mr.
9889  Edge }
9890 \series default
9891  (note the space after 
9892 \begin_inset Quotes eld
9893 \end_inset
9894
9895 Edge
9896 \begin_inset Quotes erd
9897 \end_inset
9898
9899 ) at the beginning of the last two lines.
9900  The command prints out the phrase within the the two braces, but invisible.
9901  That is why it is named 
9902 \begin_inset Quotes eld
9903 \end_inset
9904
9905 phantom
9906 \begin_inset Quotes erd
9907 \end_inset
9908
9909 .
9910 \begin_inset Foot
9911 status collapsed
9912
9913 \begin_layout Plain Layout
9914 There exists also the commands 
9915 \backslash
9916
9917 \series bold
9918 hphantom
9919 \series default
9920  and 
9921 \backslash
9922
9923 \series bold
9924 vphantom
9925 \series default
9926 , but this too special for the LyX User Guide.
9927  If you are interested in knowing more about this, have a look at 
9928 \begin_inset CommandInset citation
9929 LatexCommand cite
9930 key "latexcompanion,latexguide"
9931
9932 \end_inset
9933
9934 .
9935 \end_layout
9936
9937 \end_inset
9938
9939
9940 \end_layout
9941
9942 \begin_layout Subsection
9943 Vertical Space
9944 \begin_inset CommandInset label
9945 LatexCommand label
9946 name "sub:Vertical-Space"
9947
9948 \end_inset
9949
9950
9951 \begin_inset Index idx
9952 status collapsed
9953
9954 \begin_layout Plain Layout
9955 Spacing ! Vertical
9956 \end_layout
9957
9958 \end_inset
9959
9960
9961 \end_layout
9962
9963 \begin_layout Standard
9964 To add extra vertical space above or below a paragraph, use the 
9965 \family sans
9966 Insert\SpecialChar \menuseparator
9967 Formatting\SpecialChar \menuseparator
9968 Vertical
9969 \begin_inset space ~
9970 \end_inset
9971
9972 Space
9973 \family default
9974  dialog.
9975  There you find the following sizes:
9976 \end_layout
9977
9978 \begin_layout Standard
9979
9980 \family sans
9981 SmallSkip
9982 \family default
9983
9984 \family sans
9985 MedSkip
9986 \family default
9987  and 
9988 \family sans
9989 BigSkip
9990 \family default
9991  are LaTeX sizes which depend on the font size of the document.
9992  
9993 \family sans
9994 DefSkip
9995 \family default
9996  is the skip adjusted in the dialog 
9997 \family sans
9998 Document\SpecialChar \menuseparator
9999 Settings
10000 \family default
10001
10002 \begin_inset Index idx
10003 status collapsed
10004
10005 \begin_layout Plain Layout
10006 Document ! Settings
10007 \end_layout
10008
10009 \end_inset
10010
10011  for the paragraph separation.
10012  If you use indentation to separate paragraphs 
10013 \family sans
10014 DefSkip
10015 \family default
10016  is equal to 
10017 \family sans
10018 MedSkip
10019 \family default
10020 .
10021 \end_layout
10022
10023 \begin_layout Standard
10024
10025 \family sans
10026 VFill
10027 \family default
10028
10029 \begin_inset Index idx
10030 status collapsed
10031
10032 \begin_layout Plain Layout
10033 Spacing ! Fills
10034 \end_layout
10035
10036 \end_inset
10037
10038  is a variable space, set so that the space is maximal within one page.
10039  An example: You have only two short paragraphs on one page with a vfill
10040  between them.
10041  Then the first paragraph is placed at the top of the page and the second
10042  one at the bottom, because the space between them is then maximal.
10043  
10044 \family sans
10045 VFill
10046 \family default
10047 s work like 
10048 \family sans
10049 HFill
10050 \family default
10051 s: they fill the remaining vertical space on a page with blank space.
10052 \begin_inset Foot
10053 status collapsed
10054
10055 \begin_layout Plain Layout
10056
10057 \family sans
10058 HFill
10059 \family default
10060 s are described in section
10061 \begin_inset space ~
10062 \end_inset
10063
10064
10065 \begin_inset CommandInset ref
10066 LatexCommand ref
10067 reference "sub:Horizontal-Space"
10068
10069 \end_inset
10070
10071 .
10072 \end_layout
10073
10074 \end_inset
10075
10076  If there are several 
10077 \family sans
10078 VFill
10079 \family default
10080 s on a page, they divide the remaining vertical space equally between themselves.
10081  You can therefore use 
10082 \family sans
10083 VFill
10084 \family default
10085 s to center text on a page, or even place text 2/3 down a page.
10086 \end_layout
10087
10088 \begin_layout Standard
10089
10090 \family sans
10091 Custom
10092 \family default
10093  are custom spaces in units explained in Appendix
10094 \begin_inset space ~
10095 \end_inset
10096
10097
10098 \begin_inset CommandInset ref
10099 LatexCommand ref
10100 reference "cha:Units-available-in"
10101
10102 \end_inset
10103
10104 .
10105 \end_layout
10106
10107 \begin_layout Standard
10108 \begin_inset Note Greyedout
10109 status open
10110
10111 \begin_layout Plain Layout
10112
10113 \series bold
10114 Note:
10115 \series default
10116  
10117 \series medium
10118 When the extra vertical space would be in the output at the top/bottom of
10119  a page, the space is only added if you have also checked the option 
10120 \family sans
10121 Protect
10122 \family default
10123 .
10124 \end_layout
10125
10126 \end_inset
10127
10128
10129 \end_layout
10130
10131 \begin_layout Subsection
10132 Paragraph Alignment
10133 \end_layout
10134
10135 \begin_layout Standard
10136 You can change the paragraph alignment with the 
10137 \family sans
10138 Edit\SpecialChar \menuseparator
10139 Paragraph Settings
10140 \family default
10141  dialog.
10142  There are five possibilities: 
10143 \end_layout
10144
10145 \begin_layout Itemize
10146
10147 \family sans
10148 Justified
10149 \family default
10150  (shortcut 
10151 \begin_inset Info
10152 type  "shortcut"
10153 arg   "paragraph-params \\align block"
10154 \end_inset
10155
10156 )
10157 \end_layout
10158
10159 \begin_layout Itemize
10160
10161 \family sans
10162 Left
10163 \family default
10164  (
10165 \begin_inset Info
10166 type  "shortcut"
10167 arg   "paragraph-params \\align left"
10168 \end_inset
10169
10170 )
10171 \end_layout
10172
10173 \begin_layout Itemize
10174
10175 \family sans
10176 Right
10177 \family default
10178  (
10179 \begin_inset Info
10180 type  "shortcut"
10181 arg   "paragraph-params \\align right"
10182 \end_inset
10183
10184 )
10185 \end_layout
10186
10187 \begin_layout Itemize
10188
10189 \family sans
10190 Center
10191 \family default
10192  (
10193 \begin_inset Info
10194 type  "shortcut"
10195 arg   "paragraph-params \\align center"
10196 \end_inset
10197
10198 )
10199 \end_layout
10200
10201 \begin_layout Itemize
10202
10203 \family sans
10204 Default
10205 \family default
10206  (
10207 \begin_inset Info
10208 type  "shortcut"
10209 arg   "paragraph-params \\align default"
10210 \end_inset
10211
10212 )
10213 \end_layout
10214
10215 \begin_layout Standard
10216 The default in most cases is justified alignment, in which the inter-word
10217  spacing is variable and each line of a paragraph fills the region between
10218  the left and right margins.
10219  The other three alignments should be self-explanatory, and look like this:
10220 \end_layout
10221
10222 \begin_layout Standard
10223 \align right
10224 This paragraph is right aligned,
10225 \end_layout
10226
10227 \begin_layout Standard
10228 \align center
10229 this one is centered,
10230 \end_layout
10231
10232 \begin_layout Standard
10233 \align left
10234 this one is left aligned.
10235 \end_layout
10236
10237 \begin_layout Subsection
10238 Forced Page Breaks
10239 \begin_inset Index idx
10240 status collapsed
10241
10242 \begin_layout Plain Layout
10243 Page breaks ! Forced
10244 \end_layout
10245
10246 \end_inset
10247
10248
10249 \begin_inset CommandInset label
10250 LatexCommand label
10251 name "sub:Forced-Page-Breaks"
10252
10253 \end_inset
10254
10255
10256 \end_layout
10257
10258 \begin_layout Standard
10259 If you don't like the way LaTeX does the pagebreaks in your document, you
10260  can force a page break where you want one.
10261  Normally this will not be necessary, because LaTeX is good at page breaking.
10262  Only if you use a lot of 
10263 \family sans
10264 Floats
10265 \family default
10266 , LaTeX's page breaking algorithm can fail.
10267 \end_layout
10268
10269 \begin_layout Standard
10270 We recommend not to use forced pagebreaks until the text is finished and
10271  until you have checked in the preview to see if you 
10272 \emph on
10273 really
10274 \emph default
10275  have to change the page breaking.
10276 \end_layout
10277
10278 \begin_layout Standard
10279 There are two types of pagebreaks: One that ends the page without any special
10280  action.
10281  This can be inserted above or below a paragraph via the menu 
10282 \family sans
10283 Insert\SpecialChar \menuseparator
10284 Formatting\SpecialChar \menuseparator
10285 New
10286 \begin_inset space ~
10287 \end_inset
10288
10289 Page
10290 \family default
10291 .
10292  The second type, that is inserted via the menu 
10293 \family sans
10294 Insert\SpecialChar \menuseparator
10295 Formatting\SpecialChar \menuseparator
10296 Page
10297 \begin_inset space ~
10298 \end_inset
10299
10300 Break
10301 \family default
10302 , ends a page but stretches the content of the page, so that it fills out
10303  the complete page.
10304  This type is useful to avoid whitespace when a page break produces a page
10305  on which only the last few lines are absent.
10306 \end_layout
10307
10308 \begin_layout Standard
10309 You might try to use a page break to ensure that a figure or table appears
10310  at the top of a page.
10311  This is, of course, the wrong way to do it.
10312  LyX gives you a way of automatically ensuring that your figures and tables
10313  appear at the top of a page (or the bottom, or on their own page) without
10314  having to worry about what precedes or follows your figure or table.
10315  See chapter 
10316 \begin_inset CommandInset ref
10317 LatexCommand ref
10318 reference "cha:Floats-and-Notes"
10319
10320 \end_inset
10321
10322  to learn more about 
10323 \family sans
10324 Floats
10325 \family default
10326 .
10327 \end_layout
10328
10329 \begin_layout Subsubsection
10330 Clear Page Breaks
10331 \begin_inset CommandInset label
10332 LatexCommand label
10333 name "sub:Clear-Page-Breaks"
10334
10335 \end_inset
10336
10337
10338 \begin_inset Index idx
10339 status collapsed
10340
10341 \begin_layout Plain Layout
10342 Page breaks ! Clear
10343 \end_layout
10344
10345 \end_inset
10346
10347
10348 \end_layout
10349
10350 \begin_layout Standard
10351 Rather than forced pagebreaks where the content behind the break is placed
10352  directly on the next page, you can also clear pages while breaking them.
10353  That means that the current paragraph is terminated and everything, including
10354  unprocessed floats, from the earlier part of the document are placed behind
10355  it, if necessary by adding pages.
10356 \end_layout
10357
10358 \begin_layout Standard
10359 You can insert a clear page break with the menu 
10360 \family sans
10361 Insert\SpecialChar \menuseparator
10362 Formatting\SpecialChar \menuseparator
10363 Clear
10364 \begin_inset space ~
10365 \end_inset
10366
10367 Page
10368 \family default
10369 .
10370  When you have a two-sided document like a book, you can use the menu 
10371 \family sans
10372 Insert\SpecialChar \menuseparator
10373 Formatting\SpecialChar \menuseparator
10374 Clear
10375 \begin_inset space ~
10376 \end_inset
10377
10378 Double
10379 \begin_inset space ~
10380 \end_inset
10381
10382 Page
10383 \family default
10384  to insert a clear page break that assures that the next page is a right-hand
10385  page (odd-numbered), if necessary by adding a page.
10386 \end_layout
10387
10388 \begin_layout Subsection
10389 Forced Line Breaks
10390 \begin_inset Index idx
10391 status collapsed
10392
10393 \begin_layout Plain Layout
10394 Line breaks
10395 \end_layout
10396
10397 \end_inset
10398
10399
10400 \begin_inset CommandInset label
10401 LatexCommand label
10402 name "sub:Forced-Line-Breaks"
10403
10404 \end_inset
10405
10406
10407 \end_layout
10408
10409 \begin_layout Standard
10410 Similar to page breaks there are two types of line breaks: One that simply
10411  breaks the line.
10412  You can force this line break within a paragraph by selecting 
10413 \family sans
10414 Insert\SpecialChar \menuseparator
10415 Formatting\SpecialChar \menuseparator
10416 Ragged
10417 \begin_inset space ~
10418 \end_inset
10419
10420 Line
10421 \begin_inset space ~
10422 \end_inset
10423
10424 Break
10425 \family default
10426  or with 
10427 \begin_inset Info
10428 type  "shortcut"
10429 arg   "newline-insert newline"
10430 \end_inset
10431
10432 .
10433  Another type that is inserted via the menu 
10434 \family sans
10435 Insert\SpecialChar \menuseparator
10436 Formatting\SpecialChar \menuseparator
10437 Justified
10438 \begin_inset space ~
10439 \end_inset
10440
10441 Line
10442 \begin_inset space ~
10443 \end_inset
10444
10445 Break
10446 \family default
10447  breaks the line and stretches it so that it fills out the whole space between
10448  the page margins.
10449  This is necessary to avoid 
10450 \begin_inset Quotes eld
10451 \end_inset
10452
10453 fringes
10454 \begin_inset Quotes erd
10455 \end_inset
10456
10457  in justified paragraphs due to whitespace introduced by line breaks.
10458 \end_layout
10459
10460 \begin_layout Standard
10461 You shouldn't use forced line breaks to correct LaTeX's line breaking, as
10462  LaTeX is very good at line breaking.
10463  There are, however, a number of situations where it is necessary to actively
10464  set a line break, e.
10465 \begin_inset space \thinspace{}
10466 \end_inset
10467
10468 g.
10469 \begin_inset space \space{}
10470 \end_inset
10471
10472 in a poem or for an address (see sections
10473 \begin_inset space ~
10474 \end_inset
10475
10476
10477 \begin_inset CommandInset ref
10478 LatexCommand ref
10479 reference "sec:Quote"
10480
10481 \end_inset
10482
10483
10484 \begin_inset CommandInset ref
10485 LatexCommand ref
10486 reference "sec:Verse"
10487
10488 \end_inset
10489
10490  and 
10491 \begin_inset CommandInset ref
10492 LatexCommand ref
10493 reference "sec:Address-Usage"
10494
10495 \end_inset
10496
10497 ).
10498 \end_layout
10499
10500 \begin_layout Subsection
10501 Horizontal Lines
10502 \begin_inset CommandInset label
10503 LatexCommand label
10504 name "sub:Horizontal-Lines"
10505
10506 \end_inset
10507
10508
10509 \begin_inset Index idx
10510 status collapsed
10511
10512 \begin_layout Plain Layout
10513 Horizontal lines
10514 \end_layout
10515
10516 \end_inset
10517
10518
10519 \end_layout
10520
10521 \begin_layout Standard
10522
10523 \lyxline
10524 In the dialog 
10525 \family sans
10526 Insert\SpecialChar \menuseparator
10527 Formatting\SpecialChar \menuseparator
10528 Horizontal
10529 \begin_inset space ~
10530 \end_inset
10531
10532 Line
10533 \family default
10534  you can insert horizontal lines that span the whole width of the document
10535  or column.
10536 \lyxline
10537
10538 \end_layout
10539
10540 \begin_layout Section
10541 Characters and Symbols
10542 \end_layout
10543
10544 \begin_layout Standard
10545 You can directly enter all characters that are available on your keyboard.
10546  You can also use special keyboard maps to be able to enter e.
10547 \begin_inset space \thinspace{}
10548 \end_inset
10549
10550 g.
10551 \begin_inset space \space{}
10552 \end_inset
10553
10554 characters needed for French with an English keyboard.
10555  See section
10556 \begin_inset space \thinspace{}
10557 \end_inset
10558
10559
10560 \begin_inset CommandInset ref
10561 LatexCommand ref
10562 reference "sub:Keyboard-mapping"
10563
10564 \end_inset
10565
10566  for information on how this is done.
10567 \end_layout
10568
10569 \begin_layout Standard
10570 For the case where you need a character that is not on your keyboard, you
10571  can use the 
10572 \family sans
10573 Symbols
10574 \family default
10575  dialog via the menu 
10576 \family sans
10577 Insert\SpecialChar \menuseparator
10578 Special Character\SpecialChar \menuseparator
10579 Symbols
10580 \family default
10581 .
10582 \end_layout
10583
10584 \begin_layout Standard
10585 \begin_inset Note Greyedout
10586 status open
10587
10588 \begin_layout Plain Layout
10589
10590 \series bold
10591 Note:
10592 \series default
10593  Maybe not all symbols inserted with the symbols dialog can be displayed
10594  when you are using a special screen font in LyX's preferences.
10595  But the inserted symbols will in every case be displayed in the output.
10596 \end_layout
10597
10598 \end_inset
10599
10600
10601 \end_layout
10602
10603 \begin_layout Section
10604 Fonts and Text Styles
10605 \begin_inset CommandInset label
10606 LatexCommand label
10607 name "sec:Fonts-and-Text"
10608
10609 \end_inset
10610
10611
10612 \end_layout
10613
10614 \begin_layout Subsection
10615 Font Types
10616 \begin_inset Index idx
10617 status collapsed
10618
10619 \begin_layout Plain Layout
10620 Font ! Types
10621 \end_layout
10622
10623 \end_inset
10624
10625
10626 \end_layout
10627
10628 \begin_layout Standard
10629 There are two types of fonts:
10630 \end_layout
10631
10632 \begin_layout Description
10633 Vector
10634 \begin_inset space ~
10635 \end_inset
10636
10637 fonts
10638 \begin_inset Index idx
10639 status collapsed
10640
10641 \begin_layout Plain Layout
10642 Fonts ! Vector-
10643 \end_layout
10644
10645 \end_inset
10646
10647  are fonts, built from outlines of the single glyphs (i.
10648 \begin_inset space \thinspace{}
10649 \end_inset
10650
10651 g.
10652  characters) in the font.
10653  This means that each glyph is defined using mathematical curves that are
10654  well suited for scaling to any requested size.
10655  This mathematical definition is interpreted by the font renderer and the
10656  curve is filled out with pixels according to the size and glyph.
10657  This means that outline fonts will look pretty good in all sizes.
10658  Only at very small sizes where each pixel has to be very carefully computed
10659  to provide a good image, it might be hard to provide a good rendering.
10660 \begin_inset Newline newline
10661 \end_inset
10662
10663 That could mean that one only needs to define one font size and scale them.
10664  But to achieve a better quality, many fonts define several font sizes.
10665  That improves the appearance because you need more details at large font
10666  sizes than at small ones.
10667 \begin_inset Newline newline
10668 \end_inset
10669
10670 The font types 
10671 \family typewriter
10672 TrueType
10673 \family default
10674
10675 \family typewriter
10676 OpenType
10677 \family default
10678 , and 
10679 \family typewriter
10680 Type
10681 \begin_inset space ~
10682 \end_inset
10683
10684 1
10685 \family default
10686  are vector fonts.
10687 \end_layout
10688
10689 \begin_layout Description
10690 Bitmap
10691 \begin_inset space ~
10692 \end_inset
10693
10694 fonts
10695 \begin_inset Index idx
10696 status collapsed
10697
10698 \begin_layout Plain Layout
10699 Fonts ! Bitmap-
10700 \end_layout
10701
10702 \end_inset
10703
10704  on the other hand, are defined by bitmap graphics from the start, so they
10705  will look good at all the sizes they are meant for.
10706  However, they don't scale well, because in order to scale a glyph, each
10707  pixel is enlarged into several pixels.
10708  It is the same effect that happens if you try to enlarge a picture in a
10709  picture manipulation program.
10710  In order to relieve this effect, bitmap fonts are typically provided in
10711  several fixed sizes typically from around 8 pixels high up to 34 pixels
10712  or so high in steps according to what is believed to be useful.
10713  The advantage of bitmap fonts is that no complicated computations are necessary
10714  to display each glyph, so bitmap fonts are thus faster displayed than scalable
10715  fonts.
10716  The disadvantage is that sizes that don't exist as fixed versions have
10717  to be scaled by doubling pixels, and thus look bad.
10718 \begin_inset Newline newline
10719 \end_inset
10720
10721 Bitmap fonts are named 
10722 \family typewriter
10723 Type
10724 \begin_inset space ~
10725 \end_inset
10726
10727 3
10728 \family default
10729  in PostScript- and PDF-documents.
10730 \end_layout
10731
10732 \begin_layout Standard
10733 The result of all this, is that bitmap fonts are best for the size they
10734  are designed for, while scalable fonts are good for nearly all sizes.
10735  So one need fewer font size definitions for scalable fonts.
10736  That's the reason why nearly all text rendering and typesetting programs
10737  use scalable fonts.
10738 \end_layout
10739
10740 \begin_layout Standard
10741 To test which fonts are used in a PDF-document, you can have a look into
10742  its document properties.
10743 \end_layout
10744
10745 \begin_layout Standard
10746 Many modern typesetting and markup languages have begun to move towards
10747  specifying character styles rather than specifying a particular font.
10748  For example, instead of changing to an italicized version of the current
10749  font to emphasize text, you use an 
10750 \begin_inset Quotes eld
10751 \end_inset
10752
10753 emphasized style
10754 \begin_inset Quotes erd
10755 \end_inset
10756
10757  instead.
10758  This concept fits in perfectly with LyX.
10759  In LyX, you do things based on contexts, rather than focusing on typesetting
10760  details.
10761 \end_layout
10762
10763 \begin_layout Subsection
10764 Document Font and Font size
10765 \begin_inset CommandInset label
10766 LatexCommand label
10767 name "sub:Document-Font"
10768
10769 \end_inset
10770
10771
10772 \begin_inset Index idx
10773 status collapsed
10774
10775 \begin_layout Plain Layout
10776 Font ! Size
10777 \end_layout
10778
10779 \end_inset
10780
10781
10782 \begin_inset Index idx
10783 status collapsed
10784
10785 \begin_layout Plain Layout
10786 Document ! Font
10787 \end_layout
10788
10789 \end_inset
10790
10791
10792 \end_layout
10793
10794 \begin_layout Standard
10795 You can set the document fonts in the 
10796 \family sans
10797 Document\SpecialChar \menuseparator
10798 Settings
10799 \family default
10800
10801 \begin_inset Index idx
10802 status collapsed
10803
10804 \begin_layout Plain Layout
10805 Document ! Settings
10806 \end_layout
10807
10808 \end_inset
10809
10810  dialog.
10811  There you can specify which font should be used for the three different
10812  font shapes roman (serif), 
10813 \family sans
10814 sans
10815 \begin_inset space ~
10816 \end_inset
10817
10818 serif
10819 \family default
10820 , and 
10821 \family typewriter
10822 typewriter
10823 \family default
10824  and its scalings.
10825 \end_layout
10826
10827 \begin_layout Standard
10828 The possible options for the font include 
10829 \family sans
10830 default
10831 \family default
10832  and a list of fonts available on your system.
10833  
10834 \family sans
10835 default
10836 \family default
10837  uses the standard TeX fonts, known as 
10838 \begin_inset Quotes eld
10839 \end_inset
10840
10841
10842 \family typewriter
10843 Computer Modern
10844 \family default
10845
10846 \begin_inset Quotes erd
10847 \end_inset
10848
10849  (
10850 \family typewriter
10851 cm
10852 \family default
10853 ) or 
10854 \begin_inset Quotes eld
10855 \end_inset
10856
10857
10858 \family typewriter
10859 European Computer Modern
10860 \family default
10861
10862 \begin_inset Quotes erd
10863 \end_inset
10864
10865  (
10866 \family typewriter
10867 ec
10868 \family default
10869 ).
10870 \end_layout
10871
10872 \begin_layout Standard
10873 As 
10874 \family typewriter
10875 cm
10876 \family default
10877  and 
10878 \family typewriter
10879 ec
10880 \family default
10881  are bitmap fonts, they often looks pixeled in PDF output, especially when
10882  you read the PDF in a zoomed size.
10883 \begin_inset Foot
10884 status collapsed
10885
10886 \begin_layout Plain Layout
10887 This problem doesn't appear if you read PDFs in 
10888 \family typewriter
10889 Adobe
10890 \begin_inset space ~
10891 \end_inset
10892
10893 Reader
10894 \family default
10895  version 6 or later, because this program includes a special bitmap font
10896  renderer.
10897 \end_layout
10898
10899 \end_inset
10900
10901  To get rid of pixeled fonts, you have to use a vector font.
10902  There are three ways to use one:
10903 \end_layout
10904
10905 \begin_layout Itemize
10906 One way is to use the 
10907 \family typewriter
10908 AE
10909 \family default
10910  fonts.
10911  
10912 \family typewriter
10913 AE
10914 \family default
10915  is a virtual font.
10916  Virtual means that it 
10917 \begin_inset Quotes eld
10918 \end_inset
10919
10920 steals
10921 \begin_inset Quotes erd
10922 \end_inset
10923
10924  outline 
10925 \family typewriter
10926 cm
10927 \family default
10928 -glyphs from other fonts.
10929  This has the disadvantage that some characters are missing, like the French
10930  guillemets (
10931 \begin_inset Quotes eld
10932 \end_inset
10933
10934 «
10935 \begin_inset Quotes erd
10936 \end_inset
10937
10938  and 
10939 \begin_inset Quotes eld
10940 \end_inset
10941
10942 »
10943 \begin_inset Quotes erd
10944 \end_inset
10945
10946 )
10947 \begin_inset Foot
10948 status collapsed
10949
10950 \begin_layout Plain Layout
10951 Loading the LaTeX-package 
10952 \series bold
10953 aeguill
10954 \series default
10955
10956 \begin_inset Index idx
10957 status collapsed
10958
10959 \begin_layout Plain Layout
10960 LaTeX-packages ! aeguill
10961 \end_layout
10962
10963 \end_inset
10964
10965  with the document preamble line
10966 \begin_inset Newline newline
10967 \end_inset
10968
10969
10970 \series bold
10971
10972 \backslash
10973 usepackage[ec]{aeguill}
10974 \begin_inset Newline newline
10975 \end_inset
10976
10977
10978 \series default
10979 will fix the guillemet problem.
10980 \end_layout
10981
10982 \end_inset
10983
10984  and that accented characters are not 
10985 \emph on
10986 one
10987 \emph default
10988  glyph, they are build of 
10989 \emph on
10990 two
10991 \emph default
10992  characters, the accent and the letter.
10993  Therefore you can't search in documents using the 
10994 \family typewriter
10995 AE
10996 \family default
10997  fonts for words with accented characters.
10998  If you search for example for the French word 
10999 \begin_inset Quotes eld
11000 \end_inset
11001
11002 rève
11003 \begin_inset Quotes erd
11004 \end_inset
11005
11006  in a PDF, you won't get any result, because the PDF-viewer searches for
11007  the glyph 
11008 \begin_inset Quotes eld
11009 \end_inset
11010
11011  è 
11012 \begin_inset Quotes erd
11013 \end_inset
11014
11015  and not for the glyph 
11016 \begin_inset Quotes eld
11017 \end_inset
11018
11019  e +
11020 \begin_inset space ~
11021 \end_inset
11022
11023  ̀ 
11024 \begin_inset Quotes erd
11025 \end_inset
11026
11027 .
11028 \end_layout
11029
11030 \begin_layout Itemize
11031 Another possibility is to use three different outline fonts
11032 \begin_inset Foot
11033 status collapsed
11034
11035 \begin_layout Plain Layout
11036 Other fonts, like 
11037 \family typewriter
11038 Latin Modern
11039 \family default
11040  or 
11041 \family typewriter
11042 Computer Modern
11043 \family default
11044 , consist of these three main font types 
11045 \family sans
11046 sans
11047 \begin_inset space ~
11048 \end_inset
11049
11050 serif
11051 \family default
11052
11053 \family sans
11054 typewriter
11055 \family default
11056 , and 
11057 \family sans
11058 serif
11059 \family default
11060 .
11061 \end_layout
11062
11063 \end_inset
11064
11065
11066 \family typewriter
11067 Times Roman
11068 \family default
11069  as roman font,
11070 \family sans
11071  
11072 \family typewriter
11073 Helvetica
11074 \family default
11075  scaled to 92 or 95
11076 \begin_inset space \thinspace{}
11077 \end_inset
11078
11079 % as sans
11080 \begin_inset space ~
11081 \end_inset
11082
11083 serif font, and 
11084 \family typewriter
11085 courier
11086 \family default
11087  as typewriter font.
11088 \begin_inset Newline newline
11089 \end_inset
11090
11091 The differences between roman, 
11092 \family sans
11093 sans
11094 \begin_inset space ~
11095 \end_inset
11096
11097 serif
11098 \family default
11099 , and 
11100 \family typewriter
11101 typewriter
11102 \family default
11103  fonts are explained in section
11104 \begin_inset space ~
11105 \end_inset
11106
11107
11108 \begin_inset CommandInset ref
11109 LatexCommand ref
11110 reference "sub:Fine-Tuning-with-the"
11111
11112 \end_inset
11113
11114 .
11115 \begin_inset Newline newline
11116 \end_inset
11117
11118 The font 
11119 \family typewriter
11120 Times Roman
11121 \family default
11122  was originally designed for newspapers.
11123  That means its glyphs are smaller than the ones from other fonts to fit
11124  into the small newspaper columns.
11125  Therefore 
11126 \family typewriter
11127 Times Roman
11128 \family default
11129  is not the optimal choice for larger documents like books.
11130 \end_layout
11131
11132 \begin_layout Itemize
11133 The best solution is to use the 
11134 \family typewriter
11135 Latin Modern
11136 \family default
11137  (
11138 \family typewriter
11139 lm
11140 \family default
11141 ) fonts.
11142  These fonts were developed for the LaTeX community to replace 
11143 \family typewriter
11144 cm
11145 \family default
11146  as the default font.
11147  In most cases they look the same as 
11148 \family typewriter
11149 cm
11150 \family default
11151
11152 \begin_inset Foot
11153 status collapsed
11154
11155 \begin_layout Plain Layout
11156 One difference is improved kerning for the 
11157 \family typewriter
11158 lm
11159 \family default
11160  fonts.
11161 \end_layout
11162
11163 \end_inset
11164
11165 , but 
11166 \family typewriter
11167 lm
11168 \family default
11169  covers a vast number of characters over the other two families 
11170 \family typewriter
11171 cm
11172 \family default
11173  and 
11174 \family typewriter
11175 ec
11176 \family default
11177 .
11178 \end_layout
11179
11180 \begin_layout Standard
11181 \begin_inset VSpace bigskip
11182 \end_inset
11183
11184 For the font size there are four possible values: 
11185 \family sans
11186 default, 10
11187 \family default
11188
11189 \family sans
11190 11
11191 \family default
11192 , and 
11193 \family sans
11194 12
11195 \family default
11196 .
11197  The size of 
11198 \family sans
11199 default
11200 \family default
11201  depends on your LaTeX-system, normally it is equal to the font size 10.
11202 \end_layout
11203
11204 \begin_layout Standard
11205 The font sizes are the 
11206 \emph on
11207 base size
11208 \emph default
11209 .
11210  That means that LyX scales all other possible font sizes (such as those
11211  used in footnotes, super-, and subscripts) by this value.
11212  You can fine-tune the font size of text parts via the 
11213 \family sans
11214 Text
11215 \begin_inset space ~
11216 \end_inset
11217
11218 Style
11219 \family default
11220  dialog if needed.
11221  The possible font sizes for text parts are explained in section
11222 \begin_inset space ~
11223 \end_inset
11224
11225
11226 \begin_inset CommandInset ref
11227 LatexCommand ref
11228 reference "sub:Fine-Tuning-with-the"
11229
11230 \end_inset
11231
11232 .
11233 \end_layout
11234
11235 \begin_layout Standard
11236 The field 
11237 \family sans
11238 CJK
11239 \family default
11240  allows users of the languages Chinese, Japanese, Korean (CJK) to specify
11241  a font to display the script characters.
11242 \begin_inset Foot
11243 status collapsed
11244
11245 \begin_layout Plain Layout
11246 The font will be the argument for the commands of the LaTeX-package 
11247 \series bold
11248 CJK
11249 \series default
11250 .
11251  So this has no effect for the document language 
11252 \family sans
11253 Japanese
11254 \family default
11255  that doesn't use 
11256 \series bold
11257 CJK
11258 \series default
11259 .
11260 \end_layout
11261
11262 \end_inset
11263
11264
11265 \end_layout
11266
11267 \begin_layout Standard
11268 \begin_inset VSpace bigskip
11269 \end_inset
11270
11271
11272 \begin_inset Note Greyedout
11273 status open
11274
11275 \begin_layout Plain Layout
11276
11277 \series bold
11278 Note:
11279 \series default
11280  When you choose a new font or font size, LyX does 
11281 \emph on
11282 not
11283 \emph default
11284  change the screen font! You will only see a difference in the printed output;
11285  this is part of the WYSIWYM concept.
11286  LyX's screen fonts can be adjusted in the 
11287 \family sans
11288 Tools\SpecialChar \menuseparator
11289 Preferences
11290 \family default
11291  dialog, see section
11292 \begin_inset space ~
11293 \end_inset
11294
11295
11296 \begin_inset CommandInset ref
11297 LatexCommand ref
11298 reference "sub:Screen-Fonts"
11299
11300 \end_inset
11301
11302 .
11303 \end_layout
11304
11305 \end_inset
11306
11307
11308 \end_layout
11309
11310 \begin_layout Subsection
11311 Using Different Character Styles
11312 \begin_inset Index idx
11313 status collapsed
11314
11315 \begin_layout Plain Layout
11316 Character Styles
11317 \end_layout
11318
11319 \end_inset
11320
11321
11322 \begin_inset Index idx
11323 status collapsed
11324
11325 \begin_layout Plain Layout
11326 Text Style
11327 \end_layout
11328
11329 \end_inset
11330
11331
11332 \end_layout
11333
11334 \begin_layout Standard
11335 As we've already seen, LyX automatically changes the character style for
11336  certain paragraph environments.
11337  LyX supports two character styles, 
11338 \family sans
11339 Emphasized
11340 \family default
11341  and 
11342 \family sans
11343 Noun
11344 \family default
11345 .
11346  You can activate both of these styles via keybindings, the menus, and the
11347  toolbar.
11348 \end_layout
11349
11350 \begin_layout Standard
11351 To activate the 
11352 \family sans
11353 Noun
11354 \family default
11355  style, do one of the following:
11356 \end_layout
11357
11358 \begin_layout Itemize
11359 click on the toolbar button 
11360 \begin_inset Graphics
11361         filename ../images/font-noun.png
11362
11363 \end_inset
11364
11365
11366 \end_layout
11367
11368 \begin_layout Itemize
11369 use the key binding 
11370 \begin_inset Info
11371 type  "shortcut"
11372 arg   "font-noun"
11373 \end_inset
11374
11375
11376 \end_layout
11377
11378 \begin_layout Standard
11379 These commands are all toggles.
11380  That is, if 
11381 \family sans
11382 Noun
11383 \family default
11384  style is already active, they deactivate it.
11385 \end_layout
11386
11387 \begin_layout Standard
11388 One typically uses the 
11389 \family sans
11390 Noun
11391 \family default
11392  style for proper names.
11393  For example: 
11394 \begin_inset Quotes eld
11395 \end_inset
11396
11397
11398 \noun on
11399 Matthias Ettrich
11400 \noun default
11401  is the original author of LyX.
11402 \begin_inset Quotes erd
11403 \end_inset
11404
11405
11406 \end_layout
11407
11408 \begin_layout Standard
11409 A more widely used character style is the 
11410 \family sans
11411 Emphasized
11412 \family default
11413  style.
11414  You can activate (or deactivate — it's also a toggle) the 
11415 \family sans
11416 Emphasized
11417 \family default
11418  style by:
11419 \end_layout
11420
11421 \begin_layout Itemize
11422 clicking on the toolbar button 
11423 \begin_inset Graphics
11424         filename ../images/font-emph.png
11425
11426 \end_inset
11427
11428
11429 \end_layout
11430
11431 \begin_layout Itemize
11432 using the keybindings 
11433 \begin_inset Info
11434 type  "shortcut"
11435 arg   "font-emph"
11436 \end_inset
11437
11438
11439 \end_layout
11440
11441 \begin_layout Standard
11442 Normally the 
11443 \family sans
11444 Emphasized
11445 \family default
11446  style is equivalent to an italic font but some document classes or LaTeX-packag
11447 es use a different font.
11448 \end_layout
11449
11450 \begin_layout Standard
11451 We've been using the 
11452 \family sans
11453 Emphasized
11454 \family default
11455  style all over the place in this document.
11456  Here's one more example:
11457 \end_layout
11458
11459 \begin_layout Quotation
11460
11461 \emph on
11462 Don't overuse character styles!
11463 \end_layout
11464
11465 \begin_layout Standard
11466 It's also a warning in addition to an example.
11467  One's writing should parallel ordinary conversation.
11468  Since we don't all constantly scream at each other, we should also avoid
11469  the common tendency to overuse character style.
11470  
11471 \end_layout
11472
11473 \begin_layout Standard
11474 You can always reset to the default font using the key binding 
11475 \begin_inset Info
11476 type  "shortcut"
11477 arg   "font-default"
11478 \end_inset
11479
11480  or the dialog 
11481 \family sans
11482 Edit\SpecialChar \menuseparator
11483 Text
11484 \begin_inset space ~
11485 \end_inset
11486
11487 Style
11488 \family default
11489 .
11490 \end_layout
11491
11492 \begin_layout Subsection
11493 Fine-Tuning with the 
11494 \family sans
11495 Text Style
11496 \family default
11497  dialog
11498 \begin_inset CommandInset label
11499 LatexCommand label
11500 name "sub:Fine-Tuning-with-the"
11501
11502 \end_inset
11503
11504
11505 \begin_inset Index idx
11506 status collapsed
11507
11508 \begin_layout Plain Layout
11509 Text Style
11510 \end_layout
11511
11512 \end_inset
11513
11514
11515 \end_layout
11516
11517 \begin_layout Standard
11518 There are always occasions when you will need to do some fine-tuning, so
11519  LyX gives you a way to create a custom character style.
11520  For example, an academic journal or a corporation may have a style sheet
11521  requiring a sans-serif font be used in certain situations.
11522  Also, writers sometimes use a different font to offset a character's thoughts
11523  from ordinary dialog.
11524 \end_layout
11525
11526 \begin_layout Standard
11527 Before we document how to use custom character style, we want to issue a
11528  warning yet again: Don't overuse character styles! 
11529 \begin_inset Newline newline
11530 \end_inset
11531
11532 Documents that overuse different fonts and sizes are not well readable and
11533  tend to look as if someone has knocked huge holes in them.
11534 \end_layout
11535
11536 \begin_layout Standard
11537 To use custom character styles, open the 
11538 \family sans
11539 Edit\SpecialChar \menuseparator
11540 Text
11541 \begin_inset space ~
11542 \end_inset
11543
11544 Style
11545 \family default
11546  dialog.
11547  There are several boxes on this dialog, each corresponding to a different
11548  font property which you can choose.
11549  You can choose an option for one of these properties, or select 
11550 \family sans
11551 No
11552 \begin_inset space ~
11553 \end_inset
11554
11555 change
11556 \family default
11557 , which keeps the current state of that property.
11558  The item 
11559 \family sans
11560 Reset
11561 \family default
11562  will reset the property to whatever is the default.
11563  You can use this to reset attributes across a bunch of different paragraph
11564  environments in a snap.
11565 \end_layout
11566
11567 \begin_layout Standard
11568 The font properties, and their options (in addition to 
11569 \family sans
11570 No
11571 \begin_inset space ~
11572 \end_inset
11573
11574 change
11575 \family default
11576  and 
11577 \family sans
11578 Reset
11579 \family default
11580 ) are:
11581 \end_layout
11582
11583 \begin_layout Labeling
11584 \labelwidthstring 00.00.0000
11585
11586 \family sans
11587 Family
11588 \family default
11589  The 
11590 \begin_inset Quotes eld
11591 \end_inset
11592
11593 overall look
11594 \begin_inset Quotes erd
11595 \end_inset
11596
11597  of the font.
11598  The possible options are:
11599 \end_layout
11600
11601 \begin_deeper
11602 \begin_layout Labeling
11603 \labelwidthstring 00.00.0000
11604
11605 \family sans
11606 Roman
11607 \family default
11608  This is the Roman font family.
11609  Normally a serif font.
11610  It's also the default family.
11611  (key binding 
11612 \begin_inset Info
11613 type  "shortcut"
11614 arg   "font-roman"
11615 \end_inset
11616
11617 )
11618 \end_layout
11619
11620 \begin_layout Labeling
11621 \labelwidthstring 00.00.0000
11622
11623 \family sans
11624 Sans
11625 \begin_inset space ~
11626 \end_inset
11627
11628 Serif
11629 \family default
11630  
11631 \family sans
11632 This is the Sans Serif font family.
11633
11634 \family default
11635  (key binding 
11636 \begin_inset Info
11637 type  "shortcut"
11638 arg   "font-sans"
11639 \end_inset
11640
11641 )
11642 \end_layout
11643
11644 \begin_layout Labeling
11645 \labelwidthstring 00.00.0000
11646
11647 \family sans
11648 Typewriter
11649 \family default
11650  
11651 \family typewriter
11652 This is the Typewriter font family.
11653
11654 \family default
11655  (key binding 
11656 \begin_inset Info
11657 type  "shortcut"
11658 arg   "font-typewriter"
11659 \end_inset
11660
11661
11662 \family sans
11663 )
11664 \end_layout
11665
11666 \end_deeper
11667 \begin_layout Labeling
11668 \labelwidthstring 00.00.0000
11669
11670 \family sans
11671 Series
11672 \family default
11673  This corresponds to the print weight.
11674  Options are:
11675 \end_layout
11676
11677 \begin_deeper
11678 \begin_layout Labeling
11679 \labelwidthstring 00.00.0000
11680
11681 \family sans
11682 Medium
11683 \family default
11684  This is the Medium font series.
11685  It's also the default series.
11686 \end_layout
11687
11688 \begin_layout Labeling
11689 \labelwidthstring 00.00.0000
11690
11691 \family sans
11692 Bold
11693 \family default
11694  
11695 \series bold
11696 This is the Bold font series.
11697
11698 \series default
11699  (key binding 
11700 \begin_inset Info
11701 type  "shortcut"
11702 arg   "font-bold"
11703 \end_inset
11704
11705 )
11706 \end_layout
11707
11708 \end_deeper
11709 \begin_layout Labeling
11710 \labelwidthstring 00.00.0000
11711
11712 \family sans
11713 Shape
11714 \family default
11715  As the name implies.
11716  Options are:
11717 \end_layout
11718
11719 \begin_deeper
11720 \begin_layout Labeling
11721 \labelwidthstring 00.00.0000
11722
11723 \family sans
11724 Upright
11725 \family default
11726  This is the Upright font shape.
11727  It's also the default shape.
11728 \end_layout
11729
11730 \begin_layout Labeling
11731 \labelwidthstring 00.00.0000
11732
11733 \family sans
11734 Italic
11735 \family default
11736  
11737 \shape italic
11738 This
11739 \shape default
11740  
11741 \family sans
11742 \shape italic
11743 i
11744 \family default
11745 s the Italic font shape
11746 \shape default
11747 \emph on
11748 .
11749 \end_layout
11750
11751 \begin_layout Labeling
11752 \labelwidthstring 00.00.0000
11753
11754 \family sans
11755 Slanted
11756 \family default
11757  
11758 \shape slanted
11759 This is the Slanted font shape
11760 \shape default
11761  (although it might not be visible in LyX, this is different from italic).
11762 \end_layout
11763
11764 \begin_layout Labeling
11765 \labelwidthstring 00.00.0000
11766
11767 \family sans
11768 Small
11769 \begin_inset space ~
11770 \end_inset
11771
11772 Caps
11773 \family default
11774  
11775 \shape smallcaps
11776 This is the Small caps font shape
11777 \shape default
11778 \noun on
11779 .
11780 \end_layout
11781
11782 \end_deeper
11783 \begin_layout Labeling
11784 \labelwidthstring 00.00.0000
11785
11786 \family sans
11787 Size
11788 \family default
11789  Alters the size of the font.
11790  You'll find no numerical values here; all possible sizes are actually proportio
11791 nal to the document font size.
11792  Once again, you don't feed LyX the details, but a general description of
11793  what you want to do.
11794  The options are:
11795 \end_layout
11796
11797 \begin_deeper
11798 \begin_layout Labeling
11799 \labelwidthstring 00.00.0000
11800
11801 \family sans
11802 Tiny
11803 \family default
11804  
11805 \size tiny
11806 This is the 
11807 \begin_inset Quotes eld
11808 \end_inset
11809
11810 Tiny
11811 \begin_inset Quotes erd
11812 \end_inset
11813
11814  font size.
11815
11816 \size default
11817  (key bindings 
11818 \begin_inset Info
11819 type  "shortcuts"
11820 arg   "font-size tiny"
11821 \end_inset
11822
11823 )
11824 \end_layout
11825
11826 \begin_layout Labeling
11827 \labelwidthstring 00.00.0000
11828
11829 \family sans
11830 Smallest
11831 \family default
11832  
11833 \size scriptsize
11834 This is the 
11835 \begin_inset Quotes eld
11836 \end_inset
11837
11838 Smallest
11839 \begin_inset Quotes erd
11840 \end_inset
11841
11842  font size
11843 \size default
11844 .
11845  (key binding 
11846 \begin_inset Info
11847 type  "shortcut"
11848 arg   "font-size scriptsize"
11849 \end_inset
11850
11851 )
11852 \end_layout
11853
11854 \begin_layout Labeling
11855 \labelwidthstring 00.00.0000
11856
11857 \family sans
11858 Smaller
11859 \family default
11860  
11861 \size footnotesize
11862 This is the 
11863 \begin_inset Quotes eld
11864 \end_inset
11865
11866 Smaller
11867 \begin_inset Quotes erd
11868 \end_inset
11869
11870  font size.
11871
11872 \size default
11873  (key bindings 
11874 \begin_inset Info
11875 type  "shortcuts"
11876 arg   "font-size footnotesize"
11877 \end_inset
11878
11879 )
11880 \end_layout
11881
11882 \begin_layout Labeling
11883 \labelwidthstring 00.00.0000
11884
11885 \family sans
11886 Small
11887 \family default
11888  
11889 \size small
11890 This is the 
11891 \begin_inset Quotes eld
11892 \end_inset
11893
11894 Small
11895 \begin_inset Quotes erd
11896 \end_inset
11897
11898  font size.
11899
11900 \size default
11901  (key bindings 
11902 \begin_inset Info
11903 type  "shortcuts"
11904 arg   "font-size small"
11905 \end_inset
11906
11907 )
11908 \end_layout
11909
11910 \begin_layout Labeling
11911 \labelwidthstring 00.00.0000
11912
11913 \family sans
11914 Normal
11915 \family default
11916  This is the 
11917 \begin_inset Quotes eld
11918 \end_inset
11919
11920 Normal
11921 \begin_inset Quotes erd
11922 \end_inset
11923
11924  font size.
11925  It's also the default size.
11926  (key bindings 
11927 \begin_inset Info
11928 type  "shortcuts"
11929 arg   "font-size normal"
11930 \end_inset
11931
11932 )
11933 \end_layout
11934
11935 \begin_layout Labeling
11936 \labelwidthstring 00.00.0000
11937
11938 \family sans
11939 Large
11940 \family default
11941  
11942 \size large
11943 This is the 
11944 \begin_inset Quotes eld
11945 \end_inset
11946
11947 Large
11948 \begin_inset Quotes erd
11949 \end_inset
11950
11951  font size.
11952
11953 \size default
11954  (key bindings 
11955 \begin_inset Info
11956 type  "shortcuts"
11957 arg   "font-size large"
11958 \end_inset
11959
11960 )
11961 \end_layout
11962
11963 \begin_layout Labeling
11964 \labelwidthstring 00.00.0000
11965
11966 \family sans
11967 Larger
11968 \family default
11969  
11970 \size larger
11971 This is the 
11972 \begin_inset Quotes eld
11973 \end_inset
11974
11975 Larger
11976 \begin_inset Quotes erd
11977 \end_inset
11978
11979  font size.
11980
11981 \size default
11982  (key bindings 
11983 \begin_inset Info
11984 type  "shortcuts"
11985 arg   "font-size larger"
11986 \end_inset
11987
11988 )
11989 \end_layout
11990
11991 \begin_layout Labeling
11992 \labelwidthstring 00.00.0000
11993
11994 \family sans
11995 Largest
11996 \family default
11997  
11998 \size largest
11999 This is the 
12000 \begin_inset Quotes eld
12001 \end_inset
12002
12003 Largest
12004 \begin_inset Quotes erd
12005 \end_inset
12006
12007  font size.
12008
12009 \size default
12010  (key binding 
12011 \begin_inset Info
12012 type  "shortcut"
12013 arg   "font-size largest"
12014 \end_inset
12015
12016 )
12017 \end_layout
12018
12019 \begin_layout Labeling
12020 \labelwidthstring 00.00.0000
12021
12022 \family sans
12023 Huge
12024 \family default
12025  
12026 \size huge
12027 This is the 
12028 \begin_inset Quotes eld
12029 \end_inset
12030
12031 Huge
12032 \begin_inset Quotes erd
12033 \end_inset
12034
12035  font size.
12036
12037 \size default
12038  (key bindings 
12039 \begin_inset Info
12040 type  "shortcuts"
12041 arg   "font-size huge"
12042 \end_inset
12043
12044 )
12045 \end_layout
12046
12047 \begin_layout Labeling
12048 \labelwidthstring 00.00.0000
12049
12050 \family sans
12051 Huger
12052 \family default
12053  
12054 \size giant
12055 This is the 
12056 \begin_inset Quotes eld
12057 \end_inset
12058
12059 Huger
12060 \begin_inset Quotes erd
12061 \end_inset
12062
12063  font size.
12064
12065 \size default
12066  (key bindings 
12067 \begin_inset Info
12068 type  "shortcuts"
12069 arg   "font-size giant"
12070 \end_inset
12071
12072 )
12073 \end_layout
12074
12075 \end_deeper
12076 \begin_layout Standard
12077 We'll warn you 
12078 \emph on
12079 yet again
12080 \emph default
12081 : don't go crazy with this feature.
12082  You should almost never need to change the font size.
12083  LyX automatically changes the font size for different paragraph environments
12084  — use that instead.
12085  This is here for fine-tuning only!
12086 \end_layout
12087
12088 \begin_layout Labeling
12089 \labelwidthstring 00.00.0000
12090
12091 \family sans
12092 Misc
12093 \family default
12094  Here you can change a few other things at the character level.
12095  Options are:
12096 \end_layout
12097
12098 \begin_deeper
12099 \begin_layout Labeling
12100 \labelwidthstring 00.00.0000
12101
12102 \family sans
12103 Emph
12104 \family default
12105  
12106 \emph on
12107 This is text with emphasize on
12108 \emph default
12109 .
12110  This might seem like the same as 
12111 \shape italic
12112 Italic
12113 \shape default
12114 , but it is actually a bit different.
12115  Emphasized is a 
12116 \emph on
12117 logical
12118 \emph default
12119  attribute.
12120  That means every document class can define its own font used for emphasized
12121  text.
12122  Normally this font is equal to italic.
12123 \end_layout
12124
12125 \begin_layout Labeling
12126 \labelwidthstring 00.00.0000
12127
12128 \family sans
12129 Underbar
12130 \family default
12131  
12132 \bar under
12133 This is text with Underbar on.
12134
12135 \bar default
12136  (key binding 
12137 \begin_inset Info
12138 type  "shortcuts"
12139 arg   "font-underline"
12140 \end_inset
12141
12142
12143 \family sans
12144 )
12145 \begin_inset Newline newline
12146 \end_inset
12147
12148
12149 \family default
12150 Avoid using underbar if you can! It's a hangover from the typewriter days,
12151  when you couldn't change fonts.
12152  We no longer need to emphasize text by underscoring characters.
12153  It's only included in LyX because some people 
12154 \emph on
12155 may
12156 \emph default
12157  need it in order to follow style sheets for journal submissions.
12158 \end_layout
12159
12160 \begin_layout Labeling
12161 \labelwidthstring 00.00.0000
12162
12163 \family sans
12164 Noun
12165 \family default
12166  
12167 \noun on
12168 This is text with Noun on.
12169
12170 \noun default
12171  Like 
12172 \family sans
12173 Emph
12174 \family default
12175 , this is a logical attribute.
12176  Normally it's equivalent to 
12177 \family sans
12178 Small
12179 \begin_inset space ~
12180 \end_inset
12181
12182 Caps
12183 \family default
12184 .
12185 \end_layout
12186
12187 \end_deeper
12188 \begin_layout Labeling
12189 \labelwidthstring 00.00.0000
12190
12191 \family sans
12192 Color
12193 \family default
12194  You can adjust the color of the text with this control.
12195  Notice that not all DVI-viewers are able to display colors.
12196  Besides 
12197 \family sans
12198 No
12199 \begin_inset space ~
12200 \end_inset
12201
12202 color
12203 \family default
12204 , which is the default 
12205 \begin_inset Quotes eld
12206 \end_inset
12207
12208 color
12209 \begin_inset Quotes erd
12210 \end_inset
12211
12212  and means normally black, you can choose between 
12213 \family sans
12214 Black
12215 \family default
12216
12217 \family sans
12218 White
12219 \family default
12220
12221 \family sans
12222 Red
12223 \family default
12224
12225 \family sans
12226 Green
12227 \family default
12228
12229 \family sans
12230 Blue
12231 \family default
12232
12233 \family sans
12234 Cyan
12235 \family default
12236
12237 \family sans
12238 Magenta
12239 \family default
12240  and 
12241 \family sans
12242 Yellow
12243 \family default
12244  text.
12245 \begin_inset Index idx
12246 status collapsed
12247
12248 \begin_layout Plain Layout
12249 Color ! Text
12250 \end_layout
12251
12252 \end_inset
12253
12254
12255 \end_layout
12256
12257 \begin_layout Labeling
12258 \labelwidthstring 00.00.0000
12259
12260 \family sans
12261 Language
12262 \family default
12263  This is used to mark regions of text as having a different language from
12264  the language of the document.
12265  Text marked in this way will be underlined in blue to indicate the change
12266  (only within LyX).
12267 \end_layout
12268
12269 \begin_layout Standard
12270 So you have a huge number of combinations to choose from.
12271  Once you've chosen a new character style via the 
12272 \family sans
12273 Edit\SpecialChar \menuseparator
12274 Text
12275 \begin_inset space ~
12276 \end_inset
12277
12278 Style
12279 \family default
12280  dialog, the settings are saved.
12281  You can activate them using the toolbar button 
12282 \begin_inset Graphics
12283         filename ../images/textstyle-apply.png
12284
12285 \end_inset
12286
12287 .
12288  The button lets you toggle the state of your custom character style even
12289  when the dialog isn't visible.
12290  
12291 \end_layout
12292
12293 \begin_layout Standard
12294 To completely reset the character style to the default, use 
12295 \begin_inset Info
12296 type  "shortcut"
12297 arg   "font-default"
12298 \end_inset
12299
12300 .
12301  If you want to toggle only those properties that you have just changed
12302  (suppose you just set the shape to 
12303 \begin_inset Quotes eld
12304 \end_inset
12305
12306 slanted
12307 \begin_inset Quotes erd
12308 \end_inset
12309
12310  and the series to 
12311 \begin_inset Quotes eld
12312 \end_inset
12313
12314 bold
12315 \begin_inset Quotes erd
12316 \end_inset
12317
12318 ), set the 
12319 \family sans
12320 Toggle
12321 \begin_inset space ~
12322 \end_inset
12323
12324 all
12325 \family default
12326  switch and press 
12327 \family sans
12328 Apply
12329 \family default
12330 .
12331 \end_layout
12332
12333 \begin_layout Standard
12334 You should also know something about the differences between the three main
12335  font types 
12336 \family sans
12337 serif
12338 \family default
12339
12340 \family sans
12341 sans
12342 \begin_inset space ~
12343 \end_inset
12344
12345 serif
12346 \family default
12347 , and 
12348 \family sans
12349 typewriter
12350 \family default
12351 :
12352 \end_layout
12353
12354 \begin_layout Itemize
12355
12356 \family sans
12357 Typewriter
12358 \family default
12359  is a so called 
12360 \begin_inset Quotes eld
12361 \end_inset
12362
12363 monospaced
12364 \begin_inset Quotes erd
12365 \end_inset
12366
12367  font, that means every character has the same width, the 
12368 \begin_inset Quotes eld
12369 \end_inset
12370
12371 i
12372 \begin_inset Quotes erd
12373 \end_inset
12374
12375  is as wide as the 
12376 \begin_inset Quotes eld
12377 \end_inset
12378
12379 m
12380 \begin_inset Quotes erd
12381 \end_inset
12382
12383 .
12384  Here is an example
12385 \begin_inset Newline newline
12386 \end_inset
12387
12388
12389 \begin_inset ERT
12390 status collapsed
12391
12392 \begin_layout Plain Layout
12393
12394
12395 \backslash
12396 phantom{
12397 \end_layout
12398
12399 \end_inset
12400
12401 no 
12402 \begin_inset ERT
12403 status collapsed
12404
12405 \begin_layout Plain Layout
12406
12407 }
12408 \end_layout
12409
12410 \end_inset
12411
12412
12413 \family typewriter
12414 typewriter text
12415 \family default
12416
12417 \begin_inset Note Note
12418 status collapsed
12419
12420 \begin_layout Plain Layout
12421 For more on phantoms see section
12422 \begin_inset space ~
12423 \end_inset
12424
12425
12426 \begin_inset CommandInset ref
12427 LatexCommand ref
12428 reference "sub:More-Spaces"
12429
12430 \end_inset
12431
12432 .
12433 \end_layout
12434
12435 \end_inset
12436
12437
12438 \begin_inset Newline newline
12439 \end_inset
12440
12441 no typewriter text
12442 \end_layout
12443
12444 \begin_layout Itemize
12445
12446 \family sans
12447 Serif
12448 \family default
12449  fonts use characters with serifs.
12450  These are the small 
12451 \begin_inset Quotes eld
12452 \end_inset
12453
12454 appendices
12455 \begin_inset Quotes erd
12456 \end_inset
12457
12458  at the ends of the strokes that form the character.
12459  The following example will show the difference:
12460 \begin_inset Newline newline
12461 \end_inset
12462
12463 text with serifs
12464 \begin_inset Newline newline
12465 \end_inset
12466
12467
12468 \family sans
12469 text without serifs
12470 \family default
12471
12472 \begin_inset Newline newline
12473 \end_inset
12474
12475 Serifs facilitate quick and easy reading.
12476  These fonts are therefore used as default (named 
12477 \family sans
12478 roman
12479 \family default
12480 ).
12481 \end_layout
12482
12483 \begin_layout Itemize
12484
12485 \family sans
12486 Sans serif
12487 \family default
12488  don't use serifs.
12489  This font type is therefore often used for headings and short texts.
12490  We use it in this document to highlight menu names.
12491 \end_layout
12492
12493 \begin_layout Standard
12494 We conclude with the same warning once again: Don't overuse the fonts.
12495  They are, more often than not, a kludge and a bad substitute for good writing.
12496 \end_layout
12497
12498 \begin_layout Section
12499 Printing and Previewing
12500 \end_layout
12501
12502 \begin_layout Subsection
12503 Overview
12504 \end_layout
12505
12506 \begin_layout Standard
12507 Now that we have covered some of the basic features of document preparation
12508  using LyX, you probably want to know how to print out your masterpiece.
12509  Before we tell you that, we want to give you a quick explanation of what
12510  goes on behind-the-scenes.
12511  We cover this information in much greater detail in the 
12512 \emph on
12513 Additional Features
12514 \emph default
12515  manual as well.
12516 \end_layout
12517
12518 \begin_layout Standard
12519 LyX uses the program LaTeX as its backend.
12520  LaTeX is just a macro package for the TeX typesetting system, but to prevent
12521  confusion, we'll only refer to LaTeX.
12522  LyX is what you use to do your actual writing.
12523  Then, LyX calls LaTeX to turn your writing into printable output.
12524  This happens in two stages:
12525 \end_layout
12526
12527 \begin_layout Enumerate
12528 First, LyX converts your document to a series of text commands for LaTeX,
12529  generating a file with the extension, 
12530 \begin_inset Quotes eld
12531 \end_inset
12532
12533
12534 \family typewriter
12535 .tex
12536 \family default
12537
12538 \begin_inset Quotes erd
12539 \end_inset
12540
12541 .
12542 \end_layout
12543
12544 \begin_layout Enumerate
12545 Next, LaTeX uses the commands in the 
12546 \family typewriter
12547 .tex
12548 \family default
12549  file to produce printable output.
12550  
12551 \end_layout
12552
12553 \begin_layout Subsection
12554 Output file formats
12555 \begin_inset Index idx
12556 status collapsed
12557
12558 \begin_layout Plain Layout
12559 File formats
12560 \end_layout
12561
12562 \end_inset
12563
12564
12565 \begin_inset CommandInset label
12566 LatexCommand label
12567 name "sub:Output-file-formats"
12568
12569 \end_inset
12570
12571
12572 \end_layout
12573
12574 \begin_layout Subsubsection
12575 ASCII
12576 \begin_inset Index idx
12577 status collapsed
12578
12579 \begin_layout Plain Layout
12580 File formats ! ASCII
12581 \end_layout
12582
12583 \end_inset
12584
12585
12586 \end_layout
12587
12588 \begin_layout Standard
12589 This file type has the extension 
12590 \begin_inset Quotes eld
12591 \end_inset
12592
12593
12594 \family typewriter
12595 .txt
12596 \family default
12597
12598 \begin_inset Quotes erd
12599 \end_inset
12600
12601 .
12602  It contains your document as plain text following the rules of the 
12603 \begin_inset Quotes eld
12604 \end_inset
12605
12606 American Standard Code for Information Interchange
12607 \begin_inset Quotes erd
12608 \end_inset
12609
12610  (ASCII).
12611 \end_layout
12612
12613 \begin_layout Standard
12614 You can export your document to ASCII by the menu 
12615 \family sans
12616 File\SpecialChar \menuseparator
12617 Export\SpecialChar \menuseparator
12618 ASCII
12619 \family default
12620 .
12621 \end_layout
12622
12623 \begin_layout Subsubsection
12624 LaTeX
12625 \begin_inset Index idx
12626 status collapsed
12627
12628 \begin_layout Plain Layout
12629 File formats ! LaTeX
12630 \end_layout
12631
12632 \end_inset
12633
12634
12635 \end_layout
12636
12637 \begin_layout Standard
12638 This file type has the extension 
12639 \begin_inset Quotes eld
12640 \end_inset
12641
12642
12643 \family typewriter
12644 .tex
12645 \family default
12646
12647 \begin_inset Quotes erd
12648 \end_inset
12649
12650  and contains all commands that are necessary for the LaTeX program to process
12651  your document.
12652  If you know LaTeX, you can use it to find out LaTeX-Errors or to process
12653  it manually with console commands.
12654  The LaTeX-file is automatically created in LyX's temporary directory whenever
12655  you view or export your document.
12656 \end_layout
12657
12658 \begin_layout Standard
12659 You can export your document as LaTeX-file using the menu 
12660 \family sans
12661 File\SpecialChar \menuseparator
12662 Export\SpecialChar \menuseparator
12663 LaT
12664 \begin_inset ERT
12665 status collapsed
12666
12667 \begin_layout Plain Layout
12668
12669 {}
12670 \end_layout
12671
12672 \end_inset
12673
12674 eX
12675 \family default
12676 .
12677 \end_layout
12678
12679 \begin_layout Subsubsection
12680 DVI
12681 \begin_inset Index idx
12682 status collapsed
12683
12684 \begin_layout Plain Layout
12685 File formats ! DVI
12686 \end_layout
12687
12688 \end_inset
12689
12690
12691 \end_layout
12692
12693 \begin_layout Standard
12694 This file type has the extension 
12695 \begin_inset Quotes eld
12696 \end_inset
12697
12698
12699 \family typewriter
12700 .dvi
12701 \family default
12702
12703 \begin_inset Quotes erd
12704 \end_inset
12705
12706 .
12707  It is called 
12708 \begin_inset Quotes eld
12709 \end_inset
12710
12711 device-independent
12712 \begin_inset Quotes erd
12713 \end_inset
12714
12715  (DVI), because it is completely portable; you can move them from one machine
12716  to another without needing to do any sort of conversion.
12717  DVIs are used for quick previews and as pre-stage for other output formats,
12718  like PostScript.
12719 \end_layout
12720
12721 \begin_layout Standard
12722 DVI files doen't contain images, they only link them.
12723  So don't forget to deliver the images together with your DVIs.
12724  Because the DVI-viewer has to convert the image in the background to make
12725  it visible when you scroll the DVI, this can slow down your computer when
12726  you view the DVI.
12727  So we recommend to use PDF for files with many images.
12728 \end_layout
12729
12730 \begin_layout Standard
12731 You can export your document to DVI by the menu 
12732 \family sans
12733 File\SpecialChar \menuseparator
12734 Export\SpecialChar \menuseparator
12735 DVI
12736 \family default
12737 .
12738 \end_layout
12739
12740 \begin_layout Subsubsection
12741 PostScript
12742 \begin_inset Index idx
12743 status collapsed
12744
12745 \begin_layout Plain Layout
12746 File formats ! PostScript
12747 \end_layout
12748
12749 \end_inset
12750
12751
12752 \end_layout
12753
12754 \begin_layout Standard
12755 This file type has the extension 
12756 \begin_inset Quotes eld
12757 \end_inset
12758
12759
12760 \family typewriter
12761 .ps
12762 \family default
12763
12764 \begin_inset Quotes erd
12765 \end_inset
12766
12767 .
12768  PostScript was developed by the company 
12769 \family typewriter
12770 Adobe
12771 \family default
12772  as a printer language.
12773  The file contains therefore commands that the printer uses to print the
12774  file.
12775  PostScript can be seen as a 
12776 \begin_inset Quotes eld
12777 \end_inset
12778
12779 programming language
12780 \begin_inset Quotes erd
12781 \end_inset
12782
12783 ; you can calculate with it and draw diagrams and images.
12784 \begin_inset Foot
12785 status collapsed
12786
12787 \begin_layout Plain Layout
12788 When you are interested to learn more about this, have a look at the LaTeX-packa
12789 ge 
12790 \series bold
12791 pstricks
12792 \series default
12793
12794 \begin_inset Index idx
12795 status collapsed
12796
12797 \begin_layout Plain Layout
12798 LaTeX-packages ! pstricks
12799 \end_layout
12800
12801 \end_inset
12802
12803 .
12804 \end_layout
12805
12806 \end_inset
12807
12808  Due to this ability, the files are often bigger than PDFs.
12809 \end_layout
12810
12811 \begin_layout Standard
12812 PostScript can only contain images in the format 
12813 \begin_inset Quotes eld
12814 \end_inset
12815
12816 Encapsulated PostScript
12817 \begin_inset Quotes erd
12818 \end_inset
12819
12820  (EPS, file extension 
12821 \begin_inset Quotes eld
12822 \end_inset
12823
12824
12825 \family typewriter
12826 .eps
12827 \family default
12828
12829 \begin_inset Quotes erd
12830 \end_inset
12831
12832 ).
12833  As LyX allows you to use any known image format in your document, it has
12834  to convert them in the background to EPS.
12835  If you have e.g 50
12836 \begin_inset space \thinspace{}
12837 \end_inset
12838
12839 images in your document, LyX has to do 50
12840 \begin_inset space \thinspace{}
12841 \end_inset
12842
12843 conversions whenever you view or export your document.
12844  This will slow down your workflow with LyX drastically.
12845  So if you plan to use PostScript, you can insert your images directly as
12846  EPS to avoid this problem.
12847 \end_layout
12848
12849 \begin_layout Standard
12850 You can export your document to PostScript using the menu 
12851 \family sans
12852 File\SpecialChar \menuseparator
12853 Export\SpecialChar \menuseparator
12854 PostScript
12855 \family default
12856 .
12857 \end_layout
12858
12859 \begin_layout Subsubsection
12860 PDF
12861 \begin_inset Index idx
12862 status collapsed
12863
12864 \begin_layout Plain Layout
12865 File formats ! PDF
12866 \end_layout
12867
12868 \end_inset
12869
12870
12871 \begin_inset Index idx
12872 status collapsed
12873
12874 \begin_layout Plain Layout
12875 PDF
12876 \end_layout
12877
12878 \end_inset
12879
12880
12881 \end_layout
12882
12883 \begin_layout Standard
12884 This file type has the extension 
12885 \begin_inset Quotes eld
12886 \end_inset
12887
12888
12889 \family typewriter
12890 .pdf
12891 \family default
12892
12893 \begin_inset Quotes erd
12894 \end_inset
12895
12896 .
12897  The 
12898 \begin_inset Quotes eld
12899 \end_inset
12900
12901 Portable Document Format
12902 \begin_inset Quotes erd
12903 \end_inset
12904
12905  (PDF) developed by 
12906 \family typewriter
12907 Adobe
12908 \family default
12909  was derived from PostScript.
12910  It is more compressed and it uses fewer commands than PostScript.
12911  As the name 
12912 \begin_inset Quotes eld
12913 \end_inset
12914
12915 portable
12916 \begin_inset Quotes erd
12917 \end_inset
12918
12919  implies, it can be processed at any computer system and the printed output
12920  looks exactly the same.
12921 \end_layout
12922
12923 \begin_layout Standard
12924 PDF can contain images in its own PDF format and in the formats 
12925 \begin_inset Quotes eld
12926 \end_inset
12927
12928 Joint Photographic Experts Group
12929 \begin_inset Quotes erd
12930 \end_inset
12931
12932  (JPG, file extension 
12933 \begin_inset Quotes eld
12934 \end_inset
12935
12936
12937 \family typewriter
12938 .jpg
12939 \family default
12940
12941 \begin_inset Quotes erd
12942 \end_inset
12943
12944  or 
12945 \begin_inset Quotes eld
12946 \end_inset
12947
12948
12949 \family typewriter
12950 .jpeg
12951 \family default
12952
12953 \begin_inset Quotes erd
12954 \end_inset
12955
12956 ) and 
12957 \begin_inset Quotes eld
12958 \end_inset
12959
12960 Portable Network Graphics
12961 \begin_inset Quotes erd
12962 \end_inset
12963
12964  (PNG, file extension 
12965 \begin_inset Quotes eld
12966 \end_inset
12967
12968
12969 \family typewriter
12970 .png
12971 \family default
12972
12973 \begin_inset Quotes erd
12974 \end_inset
12975
12976 ).
12977  You can although use any other image format, because LyX converts them
12978  in the background to one of these formats.
12979  But as described in the section about PostScript, the image conversion
12980  will slow down your workflow.
12981  So we recommend to use images in one of the three mentioned formats.
12982 \end_layout
12983
12984 \begin_layout Standard
12985 You can export your document to PDF via the menu 
12986 \family sans
12987 File\SpecialChar \menuseparator
12988 Export
12989 \family default
12990  in three different ways:
12991 \end_layout
12992
12993 \begin_layout Description
12994 PDF This uses the program 
12995 \family typewriter
12996 ps2pdf
12997 \family default
12998  that creates a PDF from a PostScript-version of your file.
12999  The PostScript-version is produced by the program 
13000 \family typewriter
13001 dvips
13002 \family default
13003  which uses a DVI-version as intermediate step.
13004  So this export variant consist of three conversions.
13005 \end_layout
13006
13007 \begin_layout Description
13008 PDF
13009 \begin_inset space ~
13010 \end_inset
13011
13012 (dvipdfm) This uses the program 
13013 \family typewriter
13014 dvipdfm
13015 \family default
13016  that converts your file in the background to DVI and in a second step to
13017  PDF.
13018 \end_layout
13019
13020 \begin_layout Description
13021 PDF
13022 \begin_inset space ~
13023 \end_inset
13024
13025 (pdflatex) This uses the program 
13026 \family typewriter
13027 pdftex
13028 \family default
13029  that converts your file directly to PDF.
13030 \end_layout
13031
13032 \begin_layout Standard
13033 We recommend to use 
13034 \family sans
13035 PDF
13036 \begin_inset space ~
13037 \end_inset
13038
13039 (pdflatex)
13040 \family default
13041  because 
13042 \family typewriter
13043 pdftex
13044 \family default
13045  supports all the features of actual PDF-versions, is quick, stable, and
13046  works without problems.
13047  The program 
13048 \family typewriter
13049 dvipdfm
13050 \family default
13051  is no longer under development and therefore a bit outdated.
13052 \end_layout
13053
13054 \begin_layout Subsection
13055 Previewing
13056 \begin_inset Index idx
13057 status collapsed
13058
13059 \begin_layout Plain Layout
13060 Document ! Preview 
13061 \end_layout
13062
13063 \end_inset
13064
13065
13066 \end_layout
13067
13068 \begin_layout Standard
13069 To get a look at the final version of your document, with all of the pagebreaks
13070  in place, the footnotes correctly numbered, and so on, use the menu 
13071 \family sans
13072 View
13073 \family default
13074  and choose a file type.
13075  A viewing program will pop up showing the output.
13076  For 
13077 \family sans
13078 View\SpecialChar \menuseparator
13079 DVI
13080 \family default
13081  you can use the toolbar button 
13082 \begin_inset Graphics
13083         filename ../images/buffer-view_dvi.png
13084
13085 \end_inset
13086
13087  (shortcut 
13088 \begin_inset Info
13089 type  "shortcut"
13090 arg   "buffer-view dvi"
13091 \end_inset
13092
13093 ), for 
13094 \family sans
13095 View\SpecialChar \menuseparator
13096 PDF
13097 \begin_inset space ~
13098 \end_inset
13099
13100 (pdflatex)
13101 \family default
13102  the toolbar button 
13103 \begin_inset Graphics
13104         filename ../images/buffer-view_pdf2.png
13105
13106 \end_inset
13107
13108 , and for 
13109 \family sans
13110 View\SpecialChar \menuseparator
13111 Postscript
13112 \family default
13113  the toolbar button 
13114 \begin_inset Graphics
13115         filename ../images/buffer-view_ps.png
13116
13117 \end_inset
13118
13119  (shortcut 
13120 \begin_inset Info
13121 type  "shortcut"
13122 arg   "buffer-view ps"
13123 \end_inset
13124
13125 ).
13126 \end_layout
13127
13128 \begin_layout Standard
13129 If you have changed your document, you can refresh the output in the same
13130  viewer window using the menu 
13131 \family sans
13132 View\SpecialChar \menuseparator
13133 Update
13134 \family default
13135 .
13136 \end_layout
13137
13138 \begin_layout Standard
13139 When you preview a file, the output file is only generated in LyX's temporary
13140  directory.
13141  To have a real output, export your document.
13142 \end_layout
13143
13144 \begin_layout Subsection
13145 Printing the File from within LyX
13146 \begin_inset CommandInset label
13147 LatexCommand label
13148 name "sub:Printing-the-File"
13149
13150 \end_inset
13151
13152
13153 \end_layout
13154
13155 \begin_layout Standard
13156 Instead of exporting your file and then printing it, you can also print
13157  it directly from within LyX.
13158  To print a file, select the menu 
13159 \family sans
13160 File\SpecialChar \menuseparator
13161 Print
13162 \family default
13163  or click on the toolbar button 
13164 \begin_inset Graphics
13165         filename ../images/dialog-show_print.png
13166
13167 \end_inset
13168
13169 .
13170  LyX will internally call LaTeX to produce a DVI.
13171  This file is then processed by the program 
13172 \family typewriter
13173 dvips
13174 \family default
13175  to PostScript-file, which is finally printed using the program 
13176 \family typewriter
13177 Ghostscript
13178 \family default
13179 .
13180  Due to these steps in the background, this method is not the fastest.
13181 \end_layout
13182
13183 \begin_layout Standard
13184 You can choose to print only even-numbered or odd-numbered pages — this
13185  is useful for printing on two sides: You can re-insert the pages after
13186  printing one set to print on the other side.
13187  Some printers spit out pages face-up, others, face-down.
13188  By choosing a particular order to print in, you can take the entire stack
13189  of pages out of the printer without needing to reorder them.
13190 \end_layout
13191
13192 \begin_layout Standard
13193 You can set the parameters in the 
13194 \family sans
13195 Print
13196 \begin_inset space ~
13197 \end_inset
13198
13199 Destination
13200 \family default
13201  box as follows:
13202 \end_layout
13203
13204 \begin_layout Labeling
13205 \labelwidthstring 00.00.0000
13206
13207 \family sans
13208 Printer
13209 \family default
13210  This is the name of the printer to print to.
13211 \begin_inset Foot
13212 status collapsed
13213
13214 \begin_layout Plain Layout
13215 Note that this printer name is for the program 
13216 \family typewriter
13217 dvips
13218 \family default
13219 .
13220  That means 
13221 \family typewriter
13222 dvips
13223 \family default
13224  has to be configured for this printer name.
13225  The default printer can be set in LyX's preferences dialog, see section
13226 \begin_inset space ~
13227 \end_inset
13228
13229
13230 \begin_inset CommandInset ref
13231 LatexCommand ref
13232 reference "sub:Printer"
13233
13234 \end_inset
13235
13236 .
13237 \end_layout
13238
13239 \end_inset
13240
13241  The printer should understand PostScript.
13242 \end_layout
13243
13244 \begin_layout Labeling
13245 \labelwidthstring 00.00.0000
13246
13247 \family sans
13248 File
13249 \family default
13250  The name of a file to print to.
13251  The output will be a PostScript file.
13252  It will be written in LyX's working directory unless you specify the full
13253  path.
13254 \end_layout
13255
13256 \begin_layout Section
13257 A few Words about Typography
13258 \begin_inset Index idx
13259 status collapsed
13260
13261 \begin_layout Plain Layout
13262 Typography
13263 \end_layout
13264
13265 \end_inset
13266
13267
13268 \end_layout
13269
13270 \begin_layout Subsection
13271 Hyphens
13272 \begin_inset Index idx
13273 status collapsed
13274
13275 \begin_layout Plain Layout
13276 Hyphens
13277 \end_layout
13278
13279 \end_inset
13280
13281
13282 \end_layout
13283
13284 \begin_layout Standard
13285 In LyX, the 
13286 \begin_inset Quotes eld
13287 \end_inset
13288
13289
13290 \family typewriter
13291 -
13292 \family default
13293
13294 \begin_inset Quotes erd
13295 \end_inset
13296
13297  character comes in four lengths: the 
13298 \emph on
13299 hyphen
13300 \emph default
13301 , the 
13302 \emph on
13303 en dash
13304 \emph default
13305 , the 
13306 \emph on
13307 em dash
13308 \emph default
13309 , and the minus sign:
13310 \begin_inset VSpace defskip
13311 \end_inset
13312
13313
13314 \end_layout
13315
13316 \begin_layout Standard
13317 \begin_inset Tabular
13318 <lyxtabular version="3" rows="5" columns="3">
13319 <features tabularvalignment="middle">
13320 <column alignment="left" valignment="top" width="0">
13321 <column alignment="left" valignment="top" width="0">
13322 <column alignment="left" valignment="top" width="0">
13323 <row interlinespace="3mm">
13324 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13325 \begin_inset Text
13326
13327 \begin_layout Plain Layout
13328 name
13329 \end_layout
13330
13331 \end_inset
13332 </cell>
13333 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13334 \begin_inset Text
13335
13336 \begin_layout Plain Layout
13337 output
13338 \end_layout
13339
13340 \end_inset
13341 </cell>
13342 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13343 \begin_inset Text
13344
13345 \begin_layout Plain Layout
13346 inserted with
13347 \end_layout
13348
13349 \end_inset
13350 </cell>
13351 </row>
13352 <row interlinespace="3mm">
13353 <cell alignment="center" valignment="top" usebox="none">
13354 \begin_inset Text
13355
13356 \begin_layout Plain Layout
13357 hyphen
13358 \end_layout
13359
13360 \end_inset
13361 </cell>
13362 <cell alignment="center" valignment="top" usebox="none">
13363 \begin_inset Text
13364
13365 \begin_layout Plain Layout
13366 -
13367 \end_layout
13368
13369 \end_inset
13370 </cell>
13371 <cell alignment="center" valignment="top" usebox="none">
13372 \begin_inset Text
13373
13374 \begin_layout Plain Layout
13375 \begin_inset Quotes eld
13376 \end_inset
13377
13378
13379 \family typewriter
13380 -
13381 \family default
13382
13383 \begin_inset Quotes erd
13384 \end_inset
13385
13386  in text
13387 \end_layout
13388
13389 \end_inset
13390 </cell>
13391 </row>
13392 <row interlinespace="3mm">
13393 <cell alignment="center" valignment="top" usebox="none">
13394 \begin_inset Text
13395
13396 \begin_layout Plain Layout
13397 en dash
13398 \end_layout
13399
13400 \end_inset
13401 </cell>
13402 <cell alignment="center" valignment="top" usebox="none">
13403 \begin_inset Text
13404
13405 \begin_layout Plain Layout
13406
13407 \end_layout
13408
13409 \end_inset
13410 </cell>
13411 <cell alignment="center" valignment="top" usebox="none">
13412 \begin_inset Text
13413
13414 \begin_layout Plain Layout
13415
13416 \family sans
13417 Insert\SpecialChar \menuseparator
13418 Special
13419 \begin_inset space ~
13420 \end_inset
13421
13422 Character\SpecialChar \menuseparator
13423 Symbols
13424 \end_layout
13425
13426 \end_inset
13427 </cell>
13428 </row>
13429 <row interlinespace="3mm">
13430 <cell alignment="center" valignment="top" usebox="none">
13431 \begin_inset Text
13432
13433 \begin_layout Plain Layout
13434 em dash
13435 \end_layout
13436
13437 \end_inset
13438 </cell>
13439 <cell alignment="center" valignment="top" usebox="none">
13440 \begin_inset Text
13441
13442 \begin_layout Plain Layout
13443
13444 \end_layout
13445
13446 \end_inset
13447 </cell>
13448 <cell alignment="center" valignment="top" usebox="none">
13449 \begin_inset Text
13450
13451 \begin_layout Plain Layout
13452
13453 \family sans
13454 Insert\SpecialChar \menuseparator
13455 Special
13456 \begin_inset space ~
13457 \end_inset
13458
13459 Character\SpecialChar \menuseparator
13460 Symbols
13461 \end_layout
13462
13463 \end_inset
13464 </cell>
13465 </row>
13466 <row>
13467 <cell alignment="center" valignment="top" usebox="none">
13468 \begin_inset Text
13469
13470 \begin_layout Plain Layout
13471 minus sign
13472 \end_layout
13473
13474 \end_inset
13475 </cell>
13476 <cell alignment="center" valignment="top" usebox="none">
13477 \begin_inset Text
13478
13479 \begin_layout Plain Layout
13480 \begin_inset Formula $-$
13481 \end_inset
13482
13483
13484 \end_layout
13485
13486 \end_inset
13487 </cell>
13488 <cell alignment="center" valignment="top" usebox="none">
13489 \begin_inset Text
13490
13491 \begin_layout Plain Layout
13492 \begin_inset Quotes eld
13493 \end_inset
13494
13495
13496 \family typewriter
13497 -
13498 \family default
13499
13500 \begin_inset Quotes erd
13501 \end_inset
13502
13503  in math mode
13504 \end_layout
13505
13506 \end_inset
13507 </cell>
13508 </row>
13509 </lyxtabular>
13510
13511 \end_inset
13512
13513
13514 \begin_inset VSpace defskip
13515 \end_inset
13516
13517
13518 \end_layout
13519
13520 \begin_layout Standard
13521 You can alternatively generate the en and em dash by inserting the 
13522 \begin_inset Quotes eld
13523 \end_inset
13524
13525
13526 \family typewriter
13527 -
13528 \family default
13529
13530 \begin_inset Quotes erd
13531 \end_inset
13532
13533  character multiple times in a row.
13534  They will automatically be converted to the appropriate length dash in
13535  the final output, but not in LyX.
13536  
13537 \begin_inset Quotes eld
13538 \end_inset
13539
13540 -
13541 \begin_inset space \thinspace{}
13542 \end_inset
13543
13544 -
13545 \begin_inset Quotes erd
13546 \end_inset
13547
13548  gives a en dash, 
13549 \begin_inset Quotes eld
13550 \end_inset
13551
13552 -
13553 \begin_inset space \thinspace{}
13554 \end_inset
13555
13556 -
13557 \begin_inset space \thinspace{}
13558 \end_inset
13559
13560 -
13561 \begin_inset Quotes erd
13562 \end_inset
13563
13564  a em dash.
13565 \end_layout
13566
13567 \begin_layout Standard
13568 The three dash types are distinct from the minus sign, which appears in
13569  math mode and has a length of its own.
13570  Here are some examples of the 
13571 \begin_inset Quotes eld
13572 \end_inset
13573
13574
13575 \family typewriter
13576 -
13577 \family default
13578
13579 \begin_inset Quotes eld
13580 \end_inset
13581
13582  in use:
13583 \end_layout
13584
13585 \begin_layout Enumerate
13586 line- and page-breaks
13587 \begin_inset space \hfill{}
13588 \end_inset
13589
13590 (
13591 \emph on
13592 hyphen
13593 \emph default
13594 )
13595 \end_layout
13596
13597 \begin_layout Enumerate
13598 From A–Z
13599 \begin_inset space \hfill{}
13600 \end_inset
13601
13602 (
13603 \emph on
13604 en dash
13605 \emph default
13606 )
13607 \end_layout
13608
13609 \begin_layout Enumerate
13610 Oh — there's a dash.
13611 \begin_inset space \hfill{}
13612 \end_inset
13613
13614 (
13615 \emph on
13616 em dash
13617 \emph default
13618 )
13619 \end_layout
13620
13621 \begin_layout Enumerate
13622 \begin_inset Formula $x^{2}-y^{2}=z^{2}$
13623 \end_inset
13624
13625
13626 \begin_inset space \hfill{}
13627 \end_inset
13628
13629 (
13630 \emph on
13631 minus sign
13632 \emph default
13633 )
13634 \end_layout
13635
13636 \begin_layout Subsection
13637 Hyphenation
13638 \begin_inset Index idx
13639 status collapsed
13640
13641 \begin_layout Plain Layout
13642 Hyphenation
13643 \end_layout
13644
13645 \end_inset
13646
13647
13648 \begin_inset CommandInset label
13649 LatexCommand label
13650 name "sub:Hyphenation"
13651
13652 \end_inset
13653
13654
13655 \end_layout
13656
13657 \begin_layout Standard
13658 Words aren't hyphenated within LyX but automatically in the output.
13659  Hyphenation is done by the LaTeX-package 
13660 \series bold
13661 babel
13662 \series default
13663
13664 \begin_inset Index idx
13665 status collapsed
13666
13667 \begin_layout Plain Layout
13668 LaTeX-packages ! babel
13669 \end_layout
13670
13671 \end_inset
13672
13673  following the rules of the document language
13674 \begin_inset Foot
13675 status collapsed
13676
13677 \begin_layout Plain Layout
13678 For German readers: That's one of the main differences between the languages
13679  
13680 \family sans
13681 German
13682 \family default
13683  and 
13684 \family sans
13685 German
13686 \begin_inset space ~
13687 \end_inset
13688
13689 (new
13690 \begin_inset space ~
13691 \end_inset
13692
13693 spelling)
13694 \family default
13695  in the 
13696 \family sans
13697 Document\SpecialChar \menuseparator
13698 Settings
13699 \family default
13700  dialog.
13701 \end_layout
13702
13703 \end_inset
13704
13705 .
13706 \end_layout
13707
13708 \begin_layout Standard
13709 LaTeX hyphenates almost perfectly, it only has problems with text in the
13710  
13711 \family sans
13712 typewriter
13713 \family default
13714  font and with unusual constructs, like 
13715 \begin_inset Quotes eld
13716 \end_inset
13717
13718 h3knix/m0n0wall
13719 \begin_inset Quotes erd
13720 \end_inset
13721
13722 .
13723  If LaTeX can't break a word correctly, you can set hyphenation points manually.
13724  This is done with the menu 
13725 \family sans
13726 Insert\SpecialChar \menuseparator
13727 Formatting\SpecialChar \menuseparator
13728 Hyphenation
13729 \begin_inset space ~
13730 \end_inset
13731
13732 Point
13733 \family default
13734 .
13735  These extra hyphenation points are only recommendations to LaTeX.
13736  If no hyphenation is necessary, LaTeX will ignore them.
13737 \end_layout
13738
13739 \begin_layout Standard
13740 Sometimes you want to prevent words or constructs to be hyphenated.
13741  Imagine that you are describing keybindings/shortcuts in your document
13742  in the form 
13743 \begin_inset Quotes eld
13744 \end_inset
13745
13746 A-b c
13747 \begin_inset Quotes erd
13748 \end_inset
13749
13750 .
13751  LaTeX would then see the hyphen 
13752 \begin_inset Quotes eld
13753 \end_inset
13754
13755 -
13756 \begin_inset Quotes erd
13757 \end_inset
13758
13759  as hyphenation possibility.
13760  Hyphenating at this point would look ugly.
13761  To prevent the shortcut from being hyphenated, you can put it into the
13762  argument of the LaTeX-box-command 
13763 \series bold
13764
13765 \backslash
13766 mbox
13767 \series default
13768 , because text within LaTeX-boxes can't be hyphenated.
13769  As LyX doesn't support 
13770 \series bold
13771
13772 \backslash
13773 mbox
13774 \series default
13775 , you have to use TeX Code.
13776  The result looks in LyX like:
13777 \end_layout
13778
13779 \begin_layout Standard
13780 \begin_inset Graphics
13781         filename clipart/mbox.png
13782
13783 \end_inset
13784
13785
13786 \end_layout
13787
13788 \begin_layout Standard
13789 To learn more about TeX Code, have a look at section
13790 \begin_inset space ~
13791 \end_inset
13792
13793
13794 \begin_inset CommandInset ref
13795 LatexCommand ref
13796 reference "sec:TeX-Code"
13797
13798 \end_inset
13799
13800 .
13801 \end_layout
13802
13803 \begin_layout Subsection
13804 Punctuation Marks
13805 \begin_inset Index idx
13806 status collapsed
13807
13808 \begin_layout Plain Layout
13809 Punctuation marks
13810 \end_layout
13811
13812 \end_inset
13813
13814
13815 \end_layout
13816
13817 \begin_layout Subsubsection
13818 Abbreviations and End of Sentence
13819 \begin_inset CommandInset label
13820 LatexCommand label
13821 name "sub:Abbreviations"
13822
13823 \end_inset
13824
13825
13826 \end_layout
13827
13828 \begin_layout Standard
13829 When LyX calls LaTeX to generate the final version of your document, LaTeX
13830  automatically distinguishes between words, sentences, and abbreviations.
13831  LaTeX then adds the 
13832 \begin_inset Quotes eld
13833 \end_inset
13834
13835 appropriate amount of space
13836 \begin_inset Quotes erd
13837 \end_inset
13838
13839 .
13840  That means sentences get a little bit more space between the period and
13841  the next word.
13842  Abbreviations get the same amount of space after the period as a word uses.
13843 \end_layout
13844
13845 \begin_layout Standard
13846 Unfortunately, the algorithm for figuring out what's an abbreviation does
13847  not work in all cases.
13848  If a 
13849 \begin_inset Quotes eld
13850 \end_inset
13851
13852
13853 \family typewriter
13854 .
13855 \family default
13856
13857 \begin_inset Quotes erd
13858 \end_inset
13859
13860  is at the end of a lowercase letter, it's the end of a sentence; if it's
13861  at the end of a capitalized letter, it's an abbreviation.
13862 \end_layout
13863
13864 \begin_layout Standard
13865 Here are some examples of 
13866 \emph on
13867 correct
13868 \emph default
13869  abbreviations and the end of a sentence:
13870 \end_layout
13871
13872 \begin_layout Itemize
13873 M.
13874  Butterfly
13875 \end_layout
13876
13877 \begin_layout Itemize
13878 Don't worry.
13879  Be happy.
13880 \end_layout
13881
13882 \begin_layout Standard
13883 And here's an example of the algorithm going wrong:
13884 \end_layout
13885
13886 \begin_layout Itemize
13887 e.
13888 \begin_inset space \thinspace{}
13889 \end_inset
13890
13891 g.
13892  this is too much space!
13893 \end_layout
13894
13895 \begin_layout Itemize
13896 This is I.
13897  It's okay.
13898 \end_layout
13899
13900 \begin_layout Standard
13901 You won't see anything wrong until you view a final version of your document.
13902 \end_layout
13903
13904 \begin_layout Standard
13905 To fix this problem, use one of the following:
13906 \end_layout
13907
13908 \begin_layout Enumerate
13909 Use an 
13910 \family sans
13911 Inter-word
13912 \begin_inset space ~
13913 \end_inset
13914
13915 Space
13916 \family default
13917  after lowercase abbreviations (see section
13918 \begin_inset space ~
13919 \end_inset
13920
13921
13922 \begin_inset CommandInset ref
13923 LatexCommand ref
13924 reference "sub:Inter-word-Space"
13925
13926 \end_inset
13927
13928 ).
13929 \begin_inset Index idx
13930 status collapsed
13931
13932 \begin_layout Plain Layout
13933 Spaces ! inter-word
13934 \end_layout
13935
13936 \end_inset
13937
13938
13939 \end_layout
13940
13941 \begin_layout Enumerate
13942 Use a 
13943 \family sans
13944 Thin
13945 \begin_inset space ~
13946 \end_inset
13947
13948 Space
13949 \family default
13950  between two tokens of an abbreviation (see section
13951 \begin_inset space ~
13952 \end_inset
13953
13954
13955 \begin_inset CommandInset ref
13956 LatexCommand ref
13957 reference "sub:Thin-Space"
13958
13959 \end_inset
13960
13961 ).
13962 \begin_inset Index idx
13963 status collapsed
13964
13965 \begin_layout Plain Layout
13966 Spaces ! thin
13967 \end_layout
13968
13969 \end_inset
13970
13971
13972 \end_layout
13973
13974 \begin_layout Enumerate
13975 Use an 
13976 \family sans
13977 End
13978 \begin_inset space ~
13979 \end_inset
13980
13981 of
13982 \begin_inset space ~
13983 \end_inset
13984
13985 sentence
13986 \begin_inset space ~
13987 \end_inset
13988
13989 period
13990 \family default
13991  found under the 
13992 \family sans
13993 Insert\SpecialChar \menuseparator
13994 Special
13995 \begin_inset space ~
13996 \end_inset
13997
13998 Character
13999 \family default
14000  menu to force the use of inter-sentence spacing.
14001  This function is also bound to 
14002 \begin_inset Info
14003 type  "shortcut"
14004 arg   "specialchar-insert end-of-sentence"
14005 \end_inset
14006
14007  for easy access.
14008 \end_layout
14009
14010 \begin_layout Standard
14011 With the corrections, our earlier examples look like this:
14012 \end_layout
14013
14014 \begin_layout Itemize
14015 e.
14016 \begin_inset space \thinspace{}
14017 \end_inset
14018
14019 g.
14020 \begin_inset space \space{}
14021 \end_inset
14022
14023 this is too much space!
14024 \end_layout
14025
14026 \begin_layout Itemize
14027 This is I\SpecialChar \@.
14028  It's okay.
14029 \end_layout
14030
14031 \begin_layout Standard
14032 Some languages don't use extra spacing between sentences.
14033  If your language is such a language, you don't need to worry, because LaTeX
14034  will take care of this.
14035 \end_layout
14036
14037 \begin_layout Standard
14038 For those that do need to bother, there is help to catch those sneaky errors:
14039  Check out the 
14040 \family sans
14041 Check
14042 \begin_inset space ~
14043 \end_inset
14044
14045 TeX
14046 \family default
14047  feature described in section 
14048 \emph on
14049 Checking TeX
14050 \emph default
14051  of the 
14052 \emph on
14053 Additional Features
14054 \emph default
14055  manual.
14056 \end_layout
14057
14058 \begin_layout Subsubsection
14059 Quotes
14060 \begin_inset Index idx
14061 status collapsed
14062
14063 \begin_layout Plain Layout
14064 Typography ! Quotes
14065 \end_layout
14066
14067 \end_inset
14068
14069
14070 \begin_inset Index idx
14071 status collapsed
14072
14073 \begin_layout Plain Layout
14074 Quotes | see
14075 \begin_inset ERT
14076 status collapsed
14077
14078 \begin_layout Plain Layout
14079
14080 {
14081 \end_layout
14082
14083 \end_inset
14084
14085 Typography
14086 \begin_inset ERT
14087 status collapsed
14088
14089 \begin_layout Plain Layout
14090
14091 }
14092 \end_layout
14093
14094 \end_inset
14095
14096
14097 \end_layout
14098
14099 \end_inset
14100
14101
14102 \end_layout
14103
14104 \begin_layout Standard
14105 LyX usually sets quotes correctly.
14106  Specifically, it will use an opening quote at the beginning of quoted text,
14107  and use a closing quote at the end.
14108  For example, 
14109 \begin_inset Quotes eld
14110 \end_inset
14111
14112 open close
14113 \begin_inset Quotes erd
14114 \end_inset
14115
14116 .
14117  The keyboard character, 
14118 \family sans
14119 "
14120 \family default
14121 , generates this automatically.
14122 \end_layout
14123
14124 \begin_layout Standard
14125 You can change the behavior of the 
14126 \family sans
14127 "
14128 \family default
14129  key using the submenu 
14130 \family sans
14131 Language
14132 \family default
14133  of the dialog 
14134 \family sans
14135 Document\SpecialChar \menuseparator
14136 Settings
14137 \family default
14138
14139 \begin_inset Index idx
14140 status collapsed
14141
14142 \begin_layout Plain Layout
14143 Document ! Settings
14144 \end_layout
14145
14146 \end_inset
14147
14148  dialog.
14149 \end_layout
14150
14151 \begin_layout Standard
14152 You can also select quotes for different languages in the box 
14153 \family sans
14154 Type
14155 \family default
14156  option.
14157  There are six choices:
14158 \end_layout
14159
14160 \begin_layout Labeling
14161 \labelwidthstring 00.00.0000
14162
14163 \family sans
14164 \begin_inset Quotes eld
14165 \end_inset
14166
14167 Text
14168 \begin_inset Quotes erd
14169 \end_inset
14170
14171
14172 \family default
14173  Use quotes like this 
14174 \begin_inset Quotes eld
14175 \end_inset
14176
14177 double
14178 \begin_inset Quotes erd
14179 \end_inset
14180
14181  or 
14182 \begin_inset Quotes els
14183 \end_inset
14184
14185 single
14186 \begin_inset Quotes ers
14187 \end_inset
14188
14189
14190 \end_layout
14191
14192 \begin_layout Labeling
14193 \labelwidthstring 00.00.0000
14194
14195 \family sans
14196 \begin_inset Quotes sld
14197 \end_inset
14198
14199 Text
14200 \begin_inset Quotes srd
14201 \end_inset
14202
14203
14204 \family default
14205  Use quotes like 
14206 \begin_inset Quotes sld
14207 \end_inset
14208
14209 this
14210 \begin_inset Quotes srd
14211 \end_inset
14212
14213  or 'this
14214 \begin_inset Quotes ers
14215 \end_inset
14216
14217
14218 \end_layout
14219
14220 \begin_layout Labeling
14221 \labelwidthstring 00.00.0000
14222
14223 \family sans
14224 \begin_inset Quotes gld
14225 \end_inset
14226
14227 Text
14228 \begin_inset Quotes grd
14229 \end_inset
14230
14231
14232 \family default
14233  Use quotes like 
14234 \begin_inset Quotes gld
14235 \end_inset
14236
14237 this
14238 \begin_inset Quotes grd
14239 \end_inset
14240
14241  or 
14242 \begin_inset Quotes gls
14243 \end_inset
14244
14245 this
14246 \begin_inset Quotes grs
14247 \end_inset
14248
14249
14250 \end_layout
14251
14252 \begin_layout Labeling
14253 \labelwidthstring 00.00.0000
14254
14255 \family sans
14256 \begin_inset Quotes pld
14257 \end_inset
14258
14259 Text
14260 \begin_inset Quotes prd
14261 \end_inset
14262
14263
14264 \family default
14265  Use quotes like 
14266 \begin_inset Quotes pld
14267 \end_inset
14268
14269 this
14270 \begin_inset Quotes prd
14271 \end_inset
14272
14273  or 
14274 \begin_inset Quotes pls
14275 \end_inset
14276
14277 this
14278 \begin_inset Quotes prs
14279 \end_inset
14280
14281
14282 \end_layout
14283
14284 \begin_layout Labeling
14285 \labelwidthstring 00.00.0000
14286
14287 \family sans
14288 \begin_inset Quotes fld
14289 \end_inset
14290
14291 Text
14292 \begin_inset Quotes frd
14293 \end_inset
14294
14295
14296 \family default
14297  Use quotes like 
14298 \begin_inset Quotes fld
14299 \end_inset
14300
14301 this
14302 \begin_inset Quotes frd
14303 \end_inset
14304
14305  or 
14306 \begin_inset Quotes fls
14307 \end_inset
14308
14309 this
14310 \begin_inset Quotes frs
14311 \end_inset
14312
14313
14314 \end_layout
14315
14316 \begin_layout Labeling
14317 \labelwidthstring 00.00.0000
14318
14319 \family sans
14320 \begin_inset Quotes ald
14321 \end_inset
14322
14323 Text
14324 \begin_inset Quotes ard
14325 \end_inset
14326
14327
14328 \family default
14329  Use quotes like 
14330 \begin_inset Quotes ald
14331 \end_inset
14332
14333 this
14334 \begin_inset Quotes ard
14335 \end_inset
14336
14337  or 
14338 \begin_inset Quotes als
14339 \end_inset
14340
14341 this
14342 \begin_inset Quotes ars
14343 \end_inset
14344
14345
14346 \end_layout
14347
14348 \begin_layout Standard
14349 These settings affect what character the 
14350 \family sans
14351 "
14352 \family default
14353  key produces.
14354 \end_layout
14355
14356 \begin_layout Subsection
14357 Ligatures
14358 \begin_inset Index idx
14359 status collapsed
14360
14361 \begin_layout Plain Layout
14362 Typography ! Ligatures
14363 \end_layout
14364
14365 \end_inset
14366
14367
14368 \begin_inset Index idx
14369 status collapsed
14370
14371 \begin_layout Plain Layout
14372 Ligatures | see
14373 \begin_inset ERT
14374 status collapsed
14375
14376 \begin_layout Plain Layout
14377
14378 {
14379 \end_layout
14380
14381 \end_inset
14382
14383 Typography
14384 \begin_inset ERT
14385 status collapsed
14386
14387 \begin_layout Plain Layout
14388
14389 }
14390 \end_layout
14391
14392 \end_inset
14393
14394
14395 \end_layout
14396
14397 \end_inset
14398
14399
14400 \begin_inset CommandInset label
14401 LatexCommand label
14402 name "sub:Ligatures"
14403
14404 \end_inset
14405
14406
14407 \end_layout
14408
14409 \begin_layout Standard
14410 It is standard typesetting practice to group certain letters together and
14411  print them as single characters.
14412  These groups are known as 
14413 \emph on
14414 ligatures
14415 \emph default
14416 .
14417  Since LaTeX knows about ligatures, your documents will contain them too
14418  in the output.
14419  Here are the standard ligatures:
14420 \end_layout
14421
14422 \begin_layout Itemize
14423 ff
14424 \end_layout
14425
14426 \begin_layout Itemize
14427 fi
14428 \end_layout
14429
14430 \begin_layout Itemize
14431 fl
14432 \end_layout
14433
14434 \begin_layout Itemize
14435 ffi
14436 \end_layout
14437
14438 \begin_layout Itemize
14439 ffl
14440 \end_layout
14441
14442 \begin_layout Standard
14443 Some languages uses other ligatures if the document font supports them.
14444 \end_layout
14445
14446 \begin_layout Standard
14447 Sometimes, you don't want a ligature in a word.
14448  While a ligature may be okay in the word, 
14449 \begin_inset Quotes eld
14450 \end_inset
14451
14452 graffiti,
14453 \begin_inset Quotes erd
14454 \end_inset
14455
14456  it looks really weird in compound words, such as 
14457 \begin_inset Quotes eld
14458 \end_inset
14459
14460 cufflink
14461 \begin_inset Quotes erd
14462 \end_inset
14463
14464  or the German 
14465 \begin_inset Quotes eld
14466 \end_inset
14467
14468 Dorffest.
14469 \begin_inset Quotes erd
14470 \end_inset
14471
14472  To break a ligature, use 
14473 \family sans
14474 Insert\SpecialChar \menuseparator
14475 Formatting\SpecialChar \menuseparator
14476 Ligature
14477 \begin_inset space ~
14478 \end_inset
14479
14480 Break.
14481
14482 \family default
14483  This changes 
14484 \begin_inset Quotes eld
14485 \end_inset
14486
14487 cufflinks
14488 \begin_inset Quotes erd
14489 \end_inset
14490
14491  to 
14492 \begin_inset Quotes eld
14493 \end_inset
14494
14495 cuff\SpecialChar \textcompwordmark{}
14496 links
14497 \begin_inset Quotes erd
14498 \end_inset
14499
14500  and 
14501 \begin_inset Quotes eld
14502 \end_inset
14503
14504 Dorffest
14505 \begin_inset Quotes erd
14506 \end_inset
14507
14508  to 
14509 \begin_inset Quotes eld
14510 \end_inset
14511
14512 Dorf\SpecialChar \textcompwordmark{}
14513 fest
14514 \begin_inset Quotes erd
14515 \end_inset
14516
14517 .
14518 \end_layout
14519
14520 \begin_layout Subsection
14521 LyX's Proper Names
14522 \begin_inset Index idx
14523 status collapsed
14524
14525 \begin_layout Plain Layout
14526 LyX ! Proper names
14527 \end_layout
14528
14529 \end_inset
14530
14531
14532 \begin_inset CommandInset label
14533 LatexCommand label
14534 name "sub:LyX's-Proper-Names"
14535
14536 \end_inset
14537
14538
14539 \end_layout
14540
14541 \begin_layout Standard
14542 You will certainly have noticed that the word “LaTeX” always appears with
14543  characters in different sizes and heights.
14544  LaTeX is the name of the program used by LyX and is therefore recognized
14545  as a proper name when you type it in LyX as 
14546 \begin_inset Quotes eld
14547 \end_inset
14548
14549 LaT
14550 \begin_inset ERT
14551 status collapsed
14552
14553 \begin_layout Plain Layout
14554
14555 {}
14556 \end_layout
14557
14558 \end_inset
14559
14560 eX
14561 \begin_inset Quotes erd
14562 \end_inset
14563
14564 .
14565 \begin_inset Note Note
14566 status collapsed
14567
14568 \begin_layout Plain Layout
14569 The braces in TeX Code are here to avoid that the 
14570 \begin_inset Quotes eld
14571 \end_inset
14572
14573 command
14574 \begin_inset Quotes erd
14575 \end_inset
14576
14577  appear as proper name in the output, see the last paragraph of this section.
14578  To create proper names omit the TeX Code.
14579 \end_layout
14580
14581 \end_inset
14582
14583  Note the order of the upper-and lowercase letters! LyX recognizes the following
14584  proper names:
14585 \end_layout
14586
14587 \begin_layout Description
14588 LyX The name of the game, write 
14589 \begin_inset Quotes eld
14590 \end_inset
14591
14592 L
14593 \begin_inset ERT
14594 status collapsed
14595
14596 \begin_layout Plain Layout
14597
14598 {}
14599 \end_layout
14600
14601 \end_inset
14602
14603 yX
14604 \begin_inset Quotes erd
14605 \end_inset
14606
14607  to produce it.
14608 \end_layout
14609
14610 \begin_layout Description
14611 TeX The program used by LaTeX, write 
14612 \begin_inset Quotes eld
14613 \end_inset
14614
14615 T
14616 \begin_inset ERT
14617 status collapsed
14618
14619 \begin_layout Plain Layout
14620
14621 {}
14622 \end_layout
14623
14624 \end_inset
14625
14626 eX
14627 \begin_inset Quotes erd
14628 \end_inset
14629
14630  to produce it.
14631 \end_layout
14632
14633 \begin_layout Description
14634 LaTeX The program used by LyX, write 
14635 \begin_inset Quotes eld
14636 \end_inset
14637
14638 LaT
14639 \begin_inset ERT
14640 status collapsed
14641
14642 \begin_layout Plain Layout
14643
14644 {}
14645 \end_layout
14646
14647 \end_inset
14648
14649 eX
14650 \begin_inset Quotes erd
14651 \end_inset
14652
14653  to produce it.
14654 \end_layout
14655
14656 \begin_layout Description
14657 LaTeX2e The actual version of LaTeX, write 
14658 \begin_inset Quotes eld
14659 \end_inset
14660
14661 LaT
14662 \begin_inset ERT
14663 status collapsed
14664
14665 \begin_layout Plain Layout
14666
14667 {}
14668 \end_layout
14669
14670 \end_inset
14671
14672 eX2e
14673 \begin_inset Quotes erd
14674 \end_inset
14675
14676  to produce it.
14677 \end_layout
14678
14679 \begin_layout Standard
14680 You might wonder why the LaTeX-version is 
14681 \begin_inset Quotes eld
14682 \end_inset
14683
14684 2
14685 \begin_inset Formula $\epsilon$
14686 \end_inset
14687
14688
14689 \begin_inset Quotes erd
14690 \end_inset
14691
14692 .
14693  It's an old tradition in the TeX-world to give programs geek version numbers.
14694  For example the version number of TeX converges to the number 
14695 \begin_inset Formula $\pi$
14696 \end_inset
14697
14698 : The actual version is 
14699 \begin_inset Quotes eld
14700 \end_inset
14701
14702 TeX-3.141592
14703 \begin_inset Quotes erd
14704 \end_inset
14705
14706 , the previous one was 
14707 \begin_inset Quotes eld
14708 \end_inset
14709
14710 TeX-3.14159
14711 \begin_inset Quotes erd
14712 \end_inset
14713
14714 .
14715 \end_layout
14716
14717 \begin_layout Standard
14718 If you don't want to use proper names, e.
14719 \begin_inset space \thinspace{}
14720 \end_inset
14721
14722 g.
14723 \begin_inset space \space{}
14724 \end_inset
14725
14726 in section headings, you can insert two empty braces in TeX Code in the
14727  word.
14728  This will look in LyX like: 
14729 \begin_inset Graphics
14730         filename clipart/LaTeX.png
14731         scale 80
14732
14733 \end_inset
14734
14735
14736 \begin_inset Newline newline
14737 \end_inset
14738
14739 For more about TeX Code, look at section
14740 \begin_inset space ~
14741 \end_inset
14742
14743
14744 \begin_inset CommandInset ref
14745 LatexCommand ref
14746 reference "sec:TeX-Code"
14747
14748 \end_inset
14749
14750 .
14751 \end_layout
14752
14753 \begin_layout Subsection
14754 Units
14755 \begin_inset Index idx
14756 status collapsed
14757
14758 \begin_layout Plain Layout
14759 Typography ! Units
14760 \end_layout
14761
14762 \end_inset
14763
14764
14765 \end_layout
14766
14767 \begin_layout Standard
14768 Generally the space between units and the number is smaller than the normal
14769  space between two words.
14770  As you can see in the example below, it looks better when the space is
14771  smaller.
14772  To get such a 
14773 \begin_inset Quotes eld
14774 \end_inset
14775
14776 half space
14777 \begin_inset Quotes erd
14778 \end_inset
14779
14780  for units use the menu 
14781 \family sans
14782 Insert\SpecialChar \menuseparator
14783 Formatting\SpecialChar \menuseparator
14784 Thin
14785 \begin_inset space ~
14786 \end_inset
14787
14788 Space
14789 \family default
14790  (shortcut 
14791 \begin_inset Info
14792 type  "shortcuts"
14793 arg   "space-insert thin"
14794 \end_inset
14795
14796 ).
14797 \end_layout
14798
14799 \begin_layout Standard
14800 Here's an example to show the differences:
14801 \end_layout
14802
14803 \begin_layout Standard
14804 \begin_inset Tabular
14805 <lyxtabular version="3" rows="2" columns="2">
14806 <features tabularvalignment="middle">
14807 <column alignment="left" valignment="top" width="0">
14808 <column alignment="left" valignment="top" width="0">
14809 <row>
14810 <cell alignment="center" valignment="top" usebox="none">
14811 \begin_inset Text
14812
14813 \begin_layout Plain Layout
14814 24
14815 \begin_inset space ~
14816 \end_inset
14817
14818 kW
14819 \begin_inset Formula $\cdot$
14820 \end_inset
14821
14822 h
14823 \end_layout
14824
14825 \end_inset
14826 </cell>
14827 <cell alignment="center" valignment="top" usebox="none">
14828 \begin_inset Text
14829
14830 \begin_layout Plain Layout
14831 space between number and unit
14832 \end_layout
14833
14834 \end_inset
14835 </cell>
14836 </row>
14837 <row>
14838 <cell alignment="center" valignment="top" usebox="none">
14839 \begin_inset Text
14840
14841 \begin_layout Plain Layout
14842 24
14843 \begin_inset space \thinspace{}
14844 \end_inset
14845
14846 kW
14847 \begin_inset Formula $\cdot$
14848 \end_inset
14849
14850 h
14851 \end_layout
14852
14853 \end_inset
14854 </cell>
14855 <cell alignment="center" valignment="top" usebox="none">
14856 \begin_inset Text
14857
14858 \begin_layout Plain Layout
14859 half space between number and unit
14860 \end_layout
14861
14862 \end_inset
14863 </cell>
14864 </row>
14865 </lyxtabular>
14866
14867 \end_inset
14868
14869
14870 \end_layout
14871
14872 \begin_layout Subsection
14873 Widows and Orphans
14874 \begin_inset Index idx
14875 status collapsed
14876
14877 \begin_layout Plain Layout
14878 Typography ! Widows and orphans
14879 \end_layout
14880
14881 \end_inset
14882
14883
14884 \end_layout
14885
14886 \begin_layout Standard
14887 In the early days of word processors, page breaks went wherever the page
14888  happened to end.
14889  There was no regard for what was actually going on in the text.
14890  You may remember once printing out a document, only to find the heading
14891  for a new section printed at the very bottom of the page, the first line
14892  of a new paragraph all alone at the bottom of a page, or the last line
14893  of a paragraph at the top of a new page.
14894  These bits of text became known as 
14895 \emph on
14896 widows
14897 \emph default
14898  and 
14899 \emph on
14900 orphans
14901 \emph default
14902 .
14903 \end_layout
14904
14905 \begin_layout Standard
14906 Clearly, LyX can avoid breaking pages after a section heading.
14907  That's part of the advantage of paragraph environments.
14908  But what about widows and orphans, where the page breaks leave one line
14909  of a paragraph all alone at the top or bottom of a page? There are rules
14910  built into LaTeX governing page breaks, and some of those rules are there
14911  to specifically prevent widows and orphans.
14912  This is the advantage LyX has in using LaTeX as its backend.
14913 \end_layout
14914
14915 \begin_layout Standard
14916 There's no way we can go into how TeX and LaTeX decide to break a page,
14917  or how you can tweak that behavior.
14918  Some LaTeX books listed in the bibliography [such as
14919 \begin_inset space ~
14920 \end_inset
14921
14922
14923 \begin_inset CommandInset citation
14924 LatexCommand cite
14925 key "latexcompanion"
14926
14927 \end_inset
14928
14929  or
14930 \begin_inset space ~
14931 \end_inset
14932
14933
14934 \begin_inset CommandInset citation
14935 LatexCommand cite
14936 key "latexguide"
14937
14938 \end_inset
14939
14940 ] may have more information.
14941  You will almost never need to worry about this, however.
14942 \end_layout
14943
14944 \begin_layout Chapter
14945 Notes, Graphics, Tables, and Floats
14946 \begin_inset CommandInset label
14947 LatexCommand label
14948 name "cha:Floats-and-Notes"
14949
14950 \end_inset
14951
14952
14953 \end_layout
14954
14955 \begin_layout Standard
14956 The issues of this chapter are described in detail in the 
14957 \emph on
14958 Embedded Objects
14959 \emph default
14960  manual.
14961  There you'll also find tips and tricks for special cases.
14962 \end_layout
14963
14964 \begin_layout Section
14965 Notes
14966 \begin_inset Index idx
14967 status collapsed
14968
14969 \begin_layout Plain Layout
14970 Notes
14971 \end_layout
14972
14973 \end_inset
14974
14975
14976 \begin_inset CommandInset label
14977 LatexCommand label
14978 name "sec:Notes"
14979
14980 \end_inset
14981
14982
14983 \end_layout
14984
14985 \begin_layout Standard
14986 LyX offers you a few types of notes to add to your document:
14987 \end_layout
14988
14989 \begin_layout Description
14990 LyX
14991 \begin_inset space ~
14992 \end_inset
14993
14994 Note This note type is for internal notes that won't appear in the output.
14995 \begin_inset Newline newline
14996 \end_inset
14997
14998
14999 \begin_inset Note Note
15000 status open
15001
15002 \begin_layout Plain Layout
15003 This is text in a note box that doesn't appear in the output.
15004 \end_layout
15005
15006 \end_inset
15007
15008
15009 \end_layout
15010
15011 \begin_layout Description
15012 Comment This note also doesn't appear in the output but it appears as LaTeX-comm
15013 ent, when you export the document to LaTeX via the menu 
15014 \family sans
15015 File\SpecialChar \menuseparator
15016 Export\SpecialChar \menuseparator
15017 LaTeX (pdflatex) / (plain)
15018 \family default
15019 .
15020 \begin_inset Newline newline
15021 \end_inset
15022
15023
15024 \begin_inset Note Comment
15025 status open
15026
15027 \begin_layout Plain Layout
15028 This is text in a note box that only appears as comment in LaTeX-files.
15029 \end_layout
15030
15031 \end_inset
15032
15033
15034 \end_layout
15035
15036 \begin_layout Description
15037 Greyed
15038 \begin_inset space ~
15039 \end_inset
15040
15041 Out This note will appear in the output as grey text.
15042 \begin_inset Newline newline
15043 \end_inset
15044
15045
15046 \begin_inset Newline newline
15047 \end_inset
15048
15049
15050 \begin_inset Note Greyedout
15051 status open
15052
15053 \begin_layout Plain Layout
15054 This is text
15055 \begin_inset Foot
15056 status collapsed
15057
15058 \begin_layout Plain Layout
15059 This is an example footnote within a greyed out note.
15060  In this document the greyed out note color is redefined to blue.
15061  How this can be done is explained in the 
15062 \emph on
15063 Embedded Objects
15064 \emph default
15065  manual.
15066 \end_layout
15067
15068 \end_inset
15069
15070  of a comment that appears in the output as grey text.
15071 \end_layout
15072
15073 \end_inset
15074
15075
15076 \begin_inset Newline newline
15077 \end_inset
15078
15079
15080 \begin_inset Newline newline
15081 \end_inset
15082
15083 As you can see in the example, the first line of greyed out notes is a bit
15084  indented and greyed out notes can have footnotes.
15085 \end_layout
15086
15087 \begin_layout Standard
15088 Notes are inserted with the toolbar button 
15089 \begin_inset Graphics
15090         filename ../images/note-insert.png
15091         scale 85
15092         scaleBeforeRotation
15093
15094 \end_inset
15095
15096  or the menu 
15097 \family sans
15098 Insert\SpecialChar \menuseparator
15099 Note
15100 \family default
15101 .
15102  Right-click on the appearing note box to select the note type.
15103 \end_layout
15104
15105 \begin_layout Section
15106 Footnotes
15107 \begin_inset Index idx
15108 status collapsed
15109
15110 \begin_layout Plain Layout
15111 Footnotes
15112 \end_layout
15113
15114 \end_inset
15115
15116
15117 \begin_inset CommandInset label
15118 LatexCommand label
15119 name "sec:Footnotes"
15120
15121 \end_inset
15122
15123
15124 \end_layout
15125
15126 \begin_layout Standard
15127 LyX uses boxes to display footnotes: When you insert a footnote using the
15128  menu 
15129 \family sans
15130 Insert\SpecialChar \menuseparator
15131 Footnote
15132 \family default
15133  or the toolbar button 
15134 \begin_inset Graphics
15135         filename ../images/footnote-insert.png
15136
15137 \end_inset
15138
15139
15140 \family roman
15141 \series medium
15142 \bar no
15143 you'll see
15144 \family default
15145 \series default
15146 \bar default
15147  the following box: 
15148 \begin_inset Graphics
15149         filename clipart/footnoteQt4.png
15150         scale 80
15151
15152 \end_inset
15153
15154
15155 \family roman
15156 \series medium
15157 \bar no
15158  This box is LyX's representation of your footnote.
15159  If you
15160 \family default
15161 \series default
15162 \bar default
15163  left-click on 
15164 \family roman
15165 \series medium
15166 \bar no
15167 the 
15168 \begin_inset Quotes eld
15169 \end_inset
15170
15171
15172 \family sans
15173 foot
15174 \family roman
15175
15176 \begin_inset Quotes erd
15177 \end_inset
15178
15179
15180 \family default
15181 \series default
15182 \bar default
15183  
15184 \family roman
15185 \series medium
15186 \bar no
15187 label, the box will
15188 \family default
15189 \series default
15190 \bar default
15191  be opened and you can enter the footnote text into it.
15192  Clicking on the box label again, will close 
15193 \family roman
15194 \series medium
15195 \bar no
15196 the
15197 \family default
15198 \series default
15199 \bar default
15200  box
15201 \family roman
15202 \series medium
15203 \bar no
15204 .
15205  If you want to turn existing text into a footnote, simply mark it and click
15206  on the footnote
15207 \family default
15208 \series default
15209 \bar default
15210  toolbar 
15211 \family roman
15212 \series medium
15213 \bar no
15214 button
15215 \family default
15216 \series default
15217 \bar default
15218 .
15219 \end_layout
15220
15221 \begin_layout Standard
15222 Here's an example footnote:
15223 \family roman
15224 \series medium
15225 \bar no
15226
15227 \begin_inset Foot
15228 status open
15229
15230 \begin_layout Plain Layout
15231 To close a footnote, click on the footnote box label.
15232 \end_layout
15233
15234 \end_inset
15235
15236
15237 \end_layout
15238
15239 \begin_layout Standard
15240 The footnote will appear in the output as a superscript number at the text
15241  position where the footnote box is placed.
15242  The footnote text is placed at the bottom of the current page.
15243  The footnote number is calculated by LyX, the numbers are consecutive,
15244  no matter in which chapter the footnote is in.
15245  LyX doesn't support other numbering schemes yet, but you can get another
15246  scheme using special LaTeX-commands.
15247  T
15248 \family roman
15249 h
15250 \family default
15251 ey are described in the 
15252 \emph on
15253 Embedded Objects
15254 \emph default
15255  manual.
15256 \end_layout
15257
15258 \begin_layout Section
15259 Marginal Notes
15260 \begin_inset Index idx
15261 status collapsed
15262
15263 \begin_layout Plain Layout
15264 Marginal notes
15265 \end_layout
15266
15267 \end_inset
15268
15269
15270 \begin_inset CommandInset label
15271 LatexCommand label
15272 name "sec:Marginal-Notes"
15273
15274 \end_inset
15275
15276
15277 \end_layout
15278
15279 \begin_layout Standard
15280 Marginal notes look and behave just like footnotes in LyX.
15281  When you insert a margin note via the menu 
15282 \family sans
15283 Insert\SpecialChar \menuseparator
15284 Marginal
15285 \begin_inset space ~
15286 \end_inset
15287
15288 Note
15289 \family default
15290  or the toolbar button 
15291 \begin_inset Graphics
15292         filename ../images/marginalnote-insert.png
15293
15294 \end_inset
15295
15296 , you'll see 
15297 \family roman
15298 \series medium
15299 a
15300 \family default
15301 \series default
15302  grey 
15303 \family roman
15304 \series medium
15305 box with a
15306 \family default
15307 \series default
15308  red 
15309 \family roman
15310 \series medium
15311 label 
15312 \begin_inset Quotes eld
15313 \end_inset
15314
15315 margin
15316 \begin_inset Quotes erd
15317 \end_inset
15318
15319  appearing within your text.
15320  This box is LyX's representation of your margin
15321 \family default
15322 \series default
15323 al 
15324 \family roman
15325 \series medium
15326 note.
15327 \end_layout
15328
15329 \begin_layout Standard
15330 At the side is an example marginal note.
15331 \family roman
15332 \series medium
15333
15334 \begin_inset Marginal
15335 status open
15336
15337 \begin_layout Plain Layout
15338 This is a marginal note.
15339 \end_layout
15340
15341 \end_inset
15342
15343
15344 \end_layout
15345
15346 \begin_layout Standard
15347 Marginal notes appear at the right side in single-sided documents.
15348  In double-sided documents they appear in the outer margin – left on even
15349  pages, right on odd pages.
15350 \end_layout
15351
15352 \begin_layout Section
15353 Graphics and Images
15354 \begin_inset Index idx
15355 status collapsed
15356
15357 \begin_layout Plain Layout
15358 Images
15359 \end_layout
15360
15361 \end_inset
15362
15363
15364 \begin_inset Index idx
15365 status collapsed
15366
15367 \begin_layout Plain Layout
15368 Graphics
15369 \end_layout
15370
15371 \end_inset
15372
15373
15374 \begin_inset CommandInset label
15375 LatexCommand label
15376 name "sec:Graphics"
15377
15378 \end_inset
15379
15380
15381 \end_layout
15382
15383 \begin_layout Standard
15384 To insert an image in your document, place the cursor at the text position
15385  you want and click on the toolbar icon 
15386 \begin_inset Graphics
15387         filename ../images/dialog-show-new-inset_graphics.png
15388
15389 \end_inset
15390
15391  or select 
15392 \family sans
15393 Insert\SpecialChar \menuseparator
15394 Graphics
15395 \family default
15396  from the menu.
15397  Then a dialog will appear to choose the file to load.
15398 \end_layout
15399
15400 \begin_layout Standard
15401 This dialog has numerous mostly self-explanatory parameters.
15402  The 
15403 \family sans
15404 Graphics
15405 \family default
15406  tab allows you to choose your image file.
15407  The image can be transformed by setting a rotation angle and a scaling
15408  factor.
15409  The scaling units are explained in Appendix
15410 \begin_inset space ~
15411 \end_inset
15412
15413
15414 \begin_inset CommandInset ref
15415 LatexCommand ref
15416 reference "cha:Units-available-in"
15417
15418 \end_inset
15419
15420 .
15421 \end_layout
15422
15423 \begin_layout Standard
15424 In the tab 
15425 \family sans
15426 Clipping
15427 \family default
15428  it is possible to set image coordinates to adjust the height and width
15429  of the image in the output.
15430  The coordinates can also be calculated automatically by pressing the button
15431  
15432 \family sans
15433 Get
15434 \begin_inset space ~
15435 \end_inset
15436
15437 from
15438 \begin_inset space ~
15439 \end_inset
15440
15441 file
15442 \family default
15443 .
15444  The option 
15445 \family sans
15446 Clip
15447 \begin_inset space ~
15448 \end_inset
15449
15450 to
15451 \begin_inset space ~
15452 \end_inset
15453
15454 bounding
15455 \begin_inset space ~
15456 \end_inset
15457
15458 box
15459 \family default
15460  will only print the image region within the given coordinates.
15461  Normally you don't need to take care about image coordinates and can ignore
15462  the tab 
15463 \family sans
15464 Clipping
15465 \family default
15466 .
15467 \end_layout
15468
15469 \begin_layout Standard
15470 In the 
15471 \family sans
15472 LaTeX and LyX options
15473 \family default
15474  tab LaTeX experts can specify additional LaTeX options.
15475  You can also specify here the appearance of the image inside LyX.
15476  The option 
15477 \family sans
15478 Draft
15479 \begin_inset space ~
15480 \end_inset
15481
15482 mode
15483 \family default
15484  has the effect that the image doesn't appear in the output, only a frame
15485  with the image size is printed.
15486  The option 
15487 \family sans
15488 Don't
15489 \begin_inset space ~
15490 \end_inset
15491
15492 unzip
15493 \begin_inset space ~
15494 \end_inset
15495
15496 on
15497 \begin_inset space ~
15498 \end_inset
15499
15500 export
15501 \family default
15502  is explained in the 
15503 \emph on
15504 Embedded Objects
15505 \emph default
15506  manual in section 
15507 \emph on
15508 Graphics Dialog
15509 \emph default
15510 .
15511 \end_layout
15512
15513 \begin_layout Standard
15514 The graphics dialog can be called at any time by clicking on an image.
15515  The image will appear in the output exactly at the position where it is
15516  in the text.
15517  This is an example image within a separate, horizontally centered paragraph:
15518  
15519 \end_layout
15520
15521 \begin_layout Standard
15522 \align center
15523 \begin_inset Graphics
15524         filename clipart/mobius.eps
15525         scale 70
15526         rotateOrigin center
15527
15528 \end_inset
15529
15530
15531 \end_layout
15532
15533 \begin_layout Standard
15534 If you need image captions and want to reference images, you have to put
15535  the image into a float, see section
15536 \begin_inset space ~
15537 \end_inset
15538
15539
15540 \begin_inset CommandInset ref
15541 LatexCommand ref
15542 reference "sec:Figure-Floats"
15543
15544 \end_inset
15545
15546 .
15547 \end_layout
15548
15549 \begin_layout Subsection
15550 Image Formats
15551 \begin_inset Index idx
15552 status collapsed
15553
15554 \begin_layout Plain Layout
15555 Images ! Formats
15556 \end_layout
15557
15558 \end_inset
15559
15560
15561 \begin_inset CommandInset label
15562 LatexCommand label
15563 name "sub:Image-Formats"
15564
15565 \end_inset
15566
15567
15568 \end_layout
15569
15570 \begin_layout Standard
15571 You can insert images in any known file format.
15572  But as we explained in section
15573 \begin_inset space ~
15574 \end_inset
15575
15576
15577 \begin_inset CommandInset ref
15578 LatexCommand ref
15579 reference "sub:Output-file-formats"
15580
15581 \end_inset
15582
15583 , every output document format allows only a few image formats.
15584  LyX uses therefore the program 
15585 \family typewriter
15586 Imagemagick
15587 \family default
15588  in the background to convert the images to the right format.
15589  To increase your workflow by avoiding these conversions in the background,
15590  you can use only the image formats listed in the subsections of section
15591 \begin_inset space ~
15592 \end_inset
15593
15594
15595 \begin_inset CommandInset ref
15596 LatexCommand ref
15597 reference "sub:Output-file-formats"
15598
15599 \end_inset
15600
15601 .
15602 \end_layout
15603
15604 \begin_layout Standard
15605 Similar to fonts there are two types of image formats:
15606 \end_layout
15607
15608 \begin_layout Description
15609 Bitmap
15610 \begin_inset space ~
15611 \end_inset
15612
15613 images consist of pixel values, often in a compressed form.
15614  They are therefore not fully scalable and look pixeled in large zooms.
15615  Well-known bitmap image formats are 
15616 \begin_inset Quotes eld
15617 \end_inset
15618
15619 Graphics Interchange Format
15620 \begin_inset Quotes erd
15621 \end_inset
15622
15623  (GIF, file extension 
15624 \begin_inset Quotes eld
15625 \end_inset
15626
15627
15628 \family typewriter
15629 .gif
15630 \family default
15631
15632 \begin_inset Quotes erd
15633 \end_inset
15634
15635 )
15636 \begin_inset Index idx
15637 status collapsed
15638
15639 \begin_layout Plain Layout
15640 GIF|see
15641 \begin_inset ERT
15642 status collapsed
15643
15644 \begin_layout Plain Layout
15645
15646 {
15647 \end_layout
15648
15649 \end_inset
15650
15651 Image formats
15652 \begin_inset ERT
15653 status collapsed
15654
15655 \begin_layout Plain Layout
15656
15657 }
15658 \end_layout
15659
15660 \end_inset
15661
15662
15663 \end_layout
15664
15665 \end_inset
15666
15667
15668 \begin_inset Quotes eld
15669 \end_inset
15670
15671 Portable Network Graphics
15672 \begin_inset Quotes erd
15673 \end_inset
15674
15675  (PNG, file extension 
15676 \begin_inset Quotes eld
15677 \end_inset
15678
15679
15680 \family typewriter
15681 .png
15682 \family default
15683
15684 \begin_inset Quotes erd
15685 \end_inset
15686
15687 )
15688 \begin_inset Index idx
15689 status collapsed
15690
15691 \begin_layout Plain Layout
15692 PNG|see
15693 \begin_inset ERT
15694 status collapsed
15695
15696 \begin_layout Plain Layout
15697
15698 {
15699 \end_layout
15700
15701 \end_inset
15702
15703 Image formats
15704 \begin_inset ERT
15705 status collapsed
15706
15707 \begin_layout Plain Layout
15708
15709 }
15710 \end_layout
15711
15712 \end_inset
15713
15714
15715 \end_layout
15716
15717 \end_inset
15718
15719 , and 
15720 \begin_inset Quotes eld
15721 \end_inset
15722
15723 Joint Photographic Experts Group
15724 \begin_inset Quotes erd
15725 \end_inset
15726
15727  (JPG, file extension 
15728 \begin_inset Quotes eld
15729 \end_inset
15730
15731
15732 \family typewriter
15733 .jpg
15734 \family default
15735
15736 \begin_inset Quotes erd
15737 \end_inset
15738
15739  or 
15740 \begin_inset Quotes eld
15741 \end_inset
15742
15743
15744 \family typewriter
15745 .jpeg
15746 \family default
15747
15748 \begin_inset Quotes erd
15749 \end_inset
15750
15751 )
15752 \begin_inset Index idx
15753 status collapsed
15754
15755 \begin_layout Plain Layout
15756 JPG|see
15757 \begin_inset ERT
15758 status collapsed
15759
15760 \begin_layout Plain Layout
15761
15762 {
15763 \end_layout
15764
15765 \end_inset
15766
15767 Image formats
15768 \begin_inset ERT
15769 status collapsed
15770
15771 \begin_layout Plain Layout
15772
15773 }
15774 \end_layout
15775
15776 \end_inset
15777
15778
15779 \end_layout
15780
15781 \end_inset
15782
15783 .
15784 \end_layout
15785
15786 \begin_layout Description
15787 Scalable
15788 \begin_inset space ~
15789 \end_inset
15790
15791 images consist of vectors and can therefore be scaled to any size without
15792  data loss.
15793  The scaling ability is necessary if you want to create presentations, because
15794  presentations are always scaled by the beamer.
15795  Scaling is also useful for online documents to let the user zoom into diagrams.
15796 \begin_inset Newline newline
15797 \end_inset
15798
15799 Scalable image formats can be 
15800 \begin_inset Quotes eld
15801 \end_inset
15802
15803 Scalable Vector Graphics
15804 \begin_inset Quotes erd
15805 \end_inset
15806
15807  (SVG, file extension 
15808 \begin_inset Quotes eld
15809 \end_inset
15810
15811
15812 \family typewriter
15813 .svg
15814 \family default
15815
15816 \begin_inset Quotes erd
15817 \end_inset
15818
15819 )
15820 \begin_inset Index idx
15821 status collapsed
15822
15823 \begin_layout Plain Layout
15824 SVG|see
15825 \begin_inset ERT
15826 status collapsed
15827
15828 \begin_layout Plain Layout
15829
15830 {
15831 \end_layout
15832
15833 \end_inset
15834
15835 Image formats
15836 \begin_inset ERT
15837 status collapsed
15838
15839 \begin_layout Plain Layout
15840
15841 }
15842 \end_layout
15843
15844 \end_inset
15845
15846
15847 \end_layout
15848
15849 \end_inset
15850
15851
15852 \begin_inset Quotes eld
15853 \end_inset
15854
15855 Encapsulated PostScript
15856 \begin_inset Quotes erd
15857 \end_inset
15858
15859  (EPS, file extension 
15860 \begin_inset Quotes eld
15861 \end_inset
15862
15863
15864 \family typewriter
15865 .eps
15866 \family default
15867
15868 \begin_inset Quotes erd
15869 \end_inset
15870
15871 )
15872 \begin_inset Index idx
15873 status collapsed
15874
15875 \begin_layout Plain Layout
15876 EPS|see
15877 \begin_inset ERT
15878 status collapsed
15879
15880 \begin_layout Plain Layout
15881
15882 {
15883 \end_layout
15884
15885 \end_inset
15886
15887 Image formats
15888 \begin_inset ERT
15889 status collapsed
15890
15891 \begin_layout Plain Layout
15892
15893 }
15894 \end_layout
15895
15896 \end_inset
15897
15898
15899 \end_layout
15900
15901 \end_inset
15902
15903 , and 
15904 \begin_inset Quotes eld
15905 \end_inset
15906
15907 Portable Document Format
15908 \begin_inset Quotes erd
15909 \end_inset
15910
15911  (PDF, file extension 
15912 \begin_inset Quotes eld
15913 \end_inset
15914
15915
15916 \family typewriter
15917 .pdf
15918 \family default
15919
15920 \begin_inset Quotes erd
15921 \end_inset
15922
15923 )
15924 \begin_inset Index idx
15925 status collapsed
15926
15927 \begin_layout Plain Layout
15928 PDF
15929 \end_layout
15930
15931 \end_inset
15932
15933 .
15934  We say it can be, because you can convert any bitmap image format to PDF
15935  or EPS and the result won't be scalable.
15936  In this cases only a header with the image properties is added to the original
15937  image
15938 \begin_inset Foot
15939 status collapsed
15940
15941 \begin_layout Plain Layout
15942 In the case of PDF, the original image is additionally compressed.
15943 \end_layout
15944
15945 \end_inset
15946
15947 .
15948 \end_layout
15949
15950 \begin_layout Standard
15951 Normally one can't convert a bitmap image into a scalable one, only vice
15952  versa.
15953 \end_layout
15954
15955 \begin_layout Subsection
15956 Grouping of Image Settings
15957 \begin_inset Index idx
15958 status collapsed
15959
15960 \begin_layout Plain Layout
15961 Images ! Settings grouping
15962 \end_layout
15963
15964 \end_inset
15965
15966
15967 \end_layout
15968
15969 \begin_layout Standard
15970 Each image can define a new group of image settings or join an existing
15971  group.
15972  Images within such a group share their settings, so adjusting one image
15973  of the group automatically also adjusts all other images of the group in
15974  the same way.
15975  So you can for example change the size for a bunch of images without the
15976  need to manually change each of them.
15977  
15978 \end_layout
15979
15980 \begin_layout Standard
15981 A new group can be set by entering a name in the 
15982 \family sans
15983 Group
15984 \begin_inset space ~
15985 \end_inset
15986
15987 Name
15988 \family default
15989  field in the Graphics dialog.
15990  Joining an existing group can be done using the context menu of the image
15991  by checking the name of the desired group.
15992 \end_layout
15993
15994 \begin_layout Section
15995 Tables
15996 \begin_inset Index idx
15997 status collapsed
15998
15999 \begin_layout Plain Layout
16000 Tables
16001 \end_layout
16002
16003 \end_inset
16004
16005
16006 \begin_inset CommandInset label
16007 LatexCommand label
16008 name "sec:Tables"
16009
16010 \end_inset
16011
16012
16013 \end_layout
16014
16015 \begin_layout Standard
16016 You can insert a table using either the toolbar button 
16017 \begin_inset Graphics
16018         filename ../images/tabular-insert.png
16019         scale 85
16020
16021 \end_inset
16022
16023  or the menu 
16024 \family sans
16025 Insert\SpecialChar \menuseparator
16026 Table
16027 \family default
16028 .
16029  A dialog will appear, asking you for the number of rows and columns.
16030  The default table has lines around any cell and the first row appears separated
16031  from the rest of the table.
16032  This separation appears due to a double line: The cells of the first row
16033  have a line below them and the cells of the second row have a line above
16034  them.
16035  Here's an example table:
16036 \end_layout
16037
16038 \begin_layout Standard
16039 \align center
16040 \begin_inset Tabular
16041 <lyxtabular version="3" rows="4" columns="4">
16042 <features tabularvalignment="middle">
16043 <column alignment="center" valignment="top" width="0pt">
16044 <column alignment="center" valignment="top" width="0pt">
16045 <column alignment="center" valignment="top" width="0in">
16046 <column alignment="center" valignment="top" width="0pt">
16047 <row>
16048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16049 \begin_inset Text
16050
16051 \begin_layout Plain Layout
16052
16053 \end_layout
16054
16055 \end_inset
16056 </cell>
16057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16058 \begin_inset Text
16059
16060 \begin_layout Plain Layout
16061
16062 \family roman
16063 \series medium
16064 \shape up
16065 \size normal
16066 \emph off
16067 \bar no
16068 \noun off
16069 \color none
16070 1
16071 \end_layout
16072
16073 \end_inset
16074 </cell>
16075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16076 \begin_inset Text
16077
16078 \begin_layout Plain Layout
16079 2
16080 \end_layout
16081
16082 \end_inset
16083 </cell>
16084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16085 \begin_inset Text
16086
16087 \begin_layout Plain Layout
16088 3
16089 \end_layout
16090
16091 \end_inset
16092 </cell>
16093 </row>
16094 <row>
16095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16096 \begin_inset Text
16097
16098 \begin_layout Plain Layout
16099
16100 \family roman
16101 \series medium
16102 \shape up
16103 \size normal
16104 \emph off
16105 \bar no
16106 \noun off
16107 \color none
16108 A
16109 \end_layout
16110
16111 \end_inset
16112 </cell>
16113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16114 \begin_inset Text
16115
16116 \begin_layout Plain Layout
16117
16118 \end_layout
16119
16120 \end_inset
16121 </cell>
16122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16123 \begin_inset Text
16124
16125 \begin_layout Plain Layout
16126
16127 \end_layout
16128
16129 \end_inset
16130 </cell>
16131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16132 \begin_inset Text
16133
16134 \begin_layout Plain Layout
16135
16136 \end_layout
16137
16138 \end_inset
16139 </cell>
16140 </row>
16141 <row>
16142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16143 \begin_inset Text
16144
16145 \begin_layout Plain Layout
16146
16147 \family roman
16148 \series medium
16149 \shape up
16150 \size normal
16151 \emph off
16152 \bar no
16153 \noun off
16154 \color none
16155 B
16156 \end_layout
16157
16158 \end_inset
16159 </cell>
16160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16161 \begin_inset Text
16162
16163 \begin_layout Plain Layout
16164
16165 \end_layout
16166
16167 \end_inset
16168 </cell>
16169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16170 \begin_inset Text
16171
16172 \begin_layout Plain Layout
16173
16174 \size normal
16175 \noun off
16176 \color none
16177  
16178 \end_layout
16179
16180 \end_inset
16181 </cell>
16182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16183 \begin_inset Text
16184
16185 \begin_layout Plain Layout
16186
16187 \end_layout
16188
16189 \end_inset
16190 </cell>
16191 </row>
16192 <row>
16193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16194 \begin_inset Text
16195
16196 \begin_layout Plain Layout
16197
16198 \family roman
16199 \series medium
16200 \shape up
16201 \size normal
16202 \emph off
16203 \bar no
16204 \noun off
16205 \color none
16206 C
16207 \end_layout
16208
16209 \end_inset
16210 </cell>
16211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16212 \begin_inset Text
16213
16214 \begin_layout Plain Layout
16215
16216 \end_layout
16217
16218 \end_inset
16219 </cell>
16220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16221 \begin_inset Text
16222
16223 \begin_layout Plain Layout
16224
16225 \end_layout
16226
16227 \end_inset
16228 </cell>
16229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16230 \begin_inset Text
16231
16232 \begin_layout Plain Layout
16233
16234 \end_layout
16235
16236 \end_inset
16237 </cell>
16238 </row>
16239 </lyxtabular>
16240
16241 \end_inset
16242
16243
16244 \end_layout
16245
16246 \begin_layout Subsection
16247 The Table dialog
16248 \end_layout
16249
16250 \begin_layout Standard
16251 You can alter a table by clicking on it with the right mouse button, which
16252  brings up the table dialog.
16253  Here you can adjust the settings of the cell and row/column respectively
16254  where the cursor is placed currently.
16255  Most of the dialog options also work on selections.
16256  This means that if you select more cells, columns or rows the action is
16257  done on all of your selection.
16258 \end_layout
16259
16260 \begin_layout Standard
16261 Additionally to the table dialog, the 
16262 \family sans
16263 table
16264 \begin_inset space ~
16265 \end_inset
16266
16267 toolbar
16268 \family default
16269  helps you in setting table properties.
16270  It appears when the cursor is inside a table.
16271 \end_layout
16272
16273 \begin_layout Standard
16274 In the tab 
16275 \family sans
16276 Table
16277 \begin_inset space ~
16278 \end_inset
16279
16280 Settings
16281 \family default
16282  of the table dialog you can set the alignment for the current row.
16283  If you add a row or column, it will be inserted right beside or below the
16284  current cell respectively.
16285  The vertical alignment of a column can only be adjusted when a column width
16286  is given.
16287  A given width will allow the cell to have line breaks and multiple paragraphs
16288  of text, see section
16289 \begin_inset space ~
16290 \end_inset
16291
16292
16293 \begin_inset CommandInset ref
16294 LatexCommand ref
16295 reference "sub:Table-Cells"
16296
16297 \end_inset
16298
16299 .
16300 \end_layout
16301
16302 \begin_layout Standard
16303 You can mark multiple cells of one row as a multicolumn cell using the check
16304  box 
16305 \family sans
16306 Multicolumn
16307 \family default
16308 .
16309  This will merge the cells to 
16310 \emph on
16311 one
16312 \emph default
16313  cell, spread over more than one column.
16314  Multicolumn cells are treated as own rows, so that the alignment, width,
16315  and border settings affect only the multicolumn cell.
16316  Here's an example table with a multicolumn cell in the first row and one
16317  in the last row without the upper border:
16318 \end_layout
16319
16320 \begin_layout Standard
16321 \align center
16322 \begin_inset Tabular
16323 <lyxtabular version="3" rows="3" columns="4">
16324 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
16325 <column alignment="center" valignment="top" width="0pt">
16326 <column alignment="center" valignment="middle" width="0">
16327 <column alignment="center" valignment="top" width="0in">
16328 <column alignment="center" valignment="top" width="0pt">
16329 <row>
16330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16331 \begin_inset Text
16332
16333 \begin_layout Plain Layout
16334 abc
16335 \end_layout
16336
16337 \end_inset
16338 </cell>
16339 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
16340 \begin_inset Text
16341
16342 \begin_layout Plain Layout
16343 def ghi
16344 \end_layout
16345
16346 \end_inset
16347 </cell>
16348 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16349 \begin_inset Text
16350
16351 \begin_layout Plain Layout
16352
16353 \end_layout
16354
16355 \end_inset
16356 </cell>
16357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16358 \begin_inset Text
16359
16360 \begin_layout Plain Layout
16361 jkl
16362 \end_layout
16363
16364 \end_inset
16365 </cell>
16366 </row>
16367 <row>
16368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16369 \begin_inset Text
16370
16371 \begin_layout Plain Layout
16372
16373 \family roman
16374 \series medium
16375 \shape up
16376 \size normal
16377 \emph off
16378 \bar no
16379 \noun off
16380 \color none
16381 A
16382 \end_layout
16383
16384 \end_inset
16385 </cell>
16386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16387 \begin_inset Text
16388
16389 \begin_layout Plain Layout
16390 B
16391 \end_layout
16392
16393 \end_inset
16394 </cell>
16395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16396 \begin_inset Text
16397
16398 \begin_layout Plain Layout
16399 C
16400 \end_layout
16401
16402 \end_inset
16403 </cell>
16404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16405 \begin_inset Text
16406
16407 \begin_layout Plain Layout
16408 D
16409 \end_layout
16410
16411 \end_inset
16412 </cell>
16413 </row>
16414 <row>
16415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16416 \begin_inset Text
16417
16418 \begin_layout Plain Layout
16419 1
16420 \end_layout
16421
16422 \end_inset
16423 </cell>
16424 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16425 \begin_inset Text
16426
16427 \begin_layout Plain Layout
16428 2
16429 \end_layout
16430
16431 \end_inset
16432 </cell>
16433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16434 \begin_inset Text
16435
16436 \begin_layout Plain Layout
16437 3
16438 \end_layout
16439
16440 \end_inset
16441 </cell>
16442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16443 \begin_inset Text
16444
16445 \begin_layout Plain Layout
16446 4
16447 \end_layout
16448
16449 \end_inset
16450 </cell>
16451 </row>
16452 </lyxtabular>
16453
16454 \end_inset
16455
16456
16457 \end_layout
16458
16459 \begin_layout Standard
16460 At the moment LyX doesn't support multirow cells.
16461  Adept users can declare special LaTeX-arguments for the table.
16462  They are necessary for special table formatting, like for multirow cells,
16463  explained in the tables section of the 
16464 \emph on
16465 Embedded
16466 \begin_inset space ~
16467 \end_inset
16468
16469 Objects
16470 \emph default
16471  manual.
16472  You can also rotate the current cell or the whole table 90
16473 \begin_inset space \thinspace{}
16474 \end_inset
16475
16476 degrees counterclockwise.
16477  These rotations are not visible in LyX but in the output.
16478 \end_layout
16479
16480 \begin_layout Standard
16481 \begin_inset Note Greyedout
16482 status open
16483
16484 \begin_layout Plain Layout
16485
16486 \series bold
16487 Note:
16488 \series default
16489  Most DVI-viewers are 
16490 \emph on
16491 not
16492 \emph default
16493  able to display rotations.
16494 \end_layout
16495
16496 \end_inset
16497
16498
16499 \end_layout
16500
16501 \begin_layout Standard
16502 The 
16503 \family sans
16504 Borders
16505 \family default
16506  tab allows you to add and delete border lines for the current row/column.
16507  The button 
16508 \family sans
16509 Default
16510 \family default
16511  adds lines for all cell borders.
16512 \end_layout
16513
16514 \begin_layout Subsection
16515 Longtables
16516 \begin_inset Index idx
16517 status collapsed
16518
16519 \begin_layout Plain Layout
16520 Tables ! Longtables
16521 \end_layout
16522
16523 \end_inset
16524
16525
16526 \begin_inset Index idx
16527 status collapsed
16528
16529 \begin_layout Plain Layout
16530 Longtables
16531 \end_layout
16532
16533 \end_inset
16534
16535
16536 \end_layout
16537
16538 \begin_layout Standard
16539 If the table is too long to fit on one page, you can use the option 
16540 \family sans
16541 Use
16542 \begin_inset space ~
16543 \end_inset
16544
16545 long
16546 \begin_inset space ~
16547 \end_inset
16548
16549 table
16550 \family default
16551  in the tab 
16552 \family sans
16553 Longtable
16554 \family default
16555  of the table dialog to split the table automatically over more pages.
16556  Doing this enables some check boxes and you can now define:
16557 \end_layout
16558
16559 \begin_layout Description
16560
16561 \family sans
16562 Header
16563 \family default
16564 : The current row and all rows above, that don't have any special options
16565  defined, are defined to be the header rows of all pages of the longtable;
16566  except for the first page, if 
16567 \family sans
16568 First
16569 \begin_inset space ~
16570 \end_inset
16571
16572 header
16573 \family default
16574  is defined.
16575 \end_layout
16576
16577 \begin_layout Description
16578
16579 \family sans
16580 First
16581 \begin_inset space ~
16582 \end_inset
16583
16584 header
16585 \family default
16586 : The current row and all rows above, that don't have any special options
16587  defined, are defined to be the header rows of the first page of the longtable.
16588 \end_layout
16589
16590 \begin_layout Description
16591
16592 \family sans
16593 Footer
16594 \family default
16595 : The current row and all rows below, that don't have any special options
16596  defined, are defined to be the footer rows of all pages of the longtable;
16597  except for the last page, if 
16598 \family sans
16599 Last
16600 \begin_inset space ~
16601 \end_inset
16602
16603 footer
16604 \family default
16605  is defined.
16606 \end_layout
16607
16608 \begin_layout Description
16609
16610 \family sans
16611 Last
16612 \begin_inset space ~
16613 \end_inset
16614
16615 footer
16616 \family default
16617 : The current row and all rows below, that don't have any special options
16618  defined, are defined to be the footer rows of the last page of the longtable.
16619 \end_layout
16620
16621 \begin_layout Description
16622 Caption: The first row is reset as single column.
16623  You can now insert there the table caption via the menu 
16624 \family sans
16625 Insert\SpecialChar \menuseparator
16626 Caption
16627 \family default
16628 .
16629  More about longtable captions can be found in the 
16630 \emph on
16631 Embedded
16632 \begin_inset space ~
16633 \end_inset
16634
16635 Objects
16636 \emph default
16637  manual.
16638 \end_layout
16639
16640 \begin_layout Standard
16641 You can also specify a row where the table is split.
16642  If you set more than one option in the same table row, you should be aware
16643  of the fact that only the first one is used in the given table row.
16644  The others will then be defined as 
16645 \emph on
16646 empty
16647 \emph default
16648 .
16649  In this context, first means first in this order: 
16650 \family sans
16651 Footer, Last
16652 \begin_inset space ~
16653 \end_inset
16654
16655 footer,
16656 \family default
16657  
16658 \family sans
16659 Header,
16660 \family default
16661  
16662 \family sans
16663 First
16664 \begin_inset space ~
16665 \end_inset
16666
16667 header.
16668
16669 \family default
16670  See the following longtable to see how it works:
16671 \end_layout
16672
16673 \begin_layout Standard
16674 \align center
16675 \begin_inset Tabular
16676 <lyxtabular version="3" rows="69" columns="3">
16677 <features islongtable="true" longtabularalignment="center">
16678 <column alignment="block" valignment="top" width="5cm">
16679 <column alignment="left" valignment="top" width="0pt">
16680 <column alignment="right" valignment="top" width="0pt">
16681 <row endfirsthead="true">
16682 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16683 \begin_inset Text
16684
16685 \begin_layout Plain Layout
16686
16687 \series bold
16688 Example Phone List (ignore the names)
16689 \end_layout
16690
16691 \end_inset
16692 </cell>
16693 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16694 \begin_inset Text
16695
16696 \begin_layout Plain Layout
16697
16698 \end_layout
16699
16700 \end_inset
16701 </cell>
16702 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16703 \begin_inset Text
16704
16705 \begin_layout Plain Layout
16706
16707 \end_layout
16708
16709 \end_inset
16710 </cell>
16711 </row>
16712 <row endfirsthead="true">
16713 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16714 \begin_inset Text
16715
16716 \begin_layout Plain Layout
16717
16718 \series bold
16719 NAME
16720 \end_layout
16721
16722 \end_inset
16723 </cell>
16724 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16725 \begin_inset Text
16726
16727 \begin_layout Plain Layout
16728
16729 \end_layout
16730
16731 \end_inset
16732 </cell>
16733 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16734 \begin_inset Text
16735
16736 \begin_layout Plain Layout
16737
16738 \series bold
16739 TEL.
16740 \end_layout
16741
16742 \end_inset
16743 </cell>
16744 </row>
16745 <row endhead="true">
16746 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16747 \begin_inset Text
16748
16749 \begin_layout Plain Layout
16750  
16751 \series bold
16752 Example Phone List
16753 \end_layout
16754
16755 \end_inset
16756 </cell>
16757 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16758 \begin_inset Text
16759
16760 \begin_layout Plain Layout
16761
16762 \end_layout
16763
16764 \end_inset
16765 </cell>
16766 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16767 \begin_inset Text
16768
16769 \begin_layout Plain Layout
16770
16771 \end_layout
16772
16773 \end_inset
16774 </cell>
16775 </row>
16776 <row endhead="true">
16777 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16778 \begin_inset Text
16779
16780 \begin_layout Plain Layout
16781
16782 \series bold
16783 NAME
16784 \end_layout
16785
16786 \end_inset
16787 </cell>
16788 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16789 \begin_inset Text
16790
16791 \begin_layout Plain Layout
16792
16793 \end_layout
16794
16795 \end_inset
16796 </cell>
16797 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16798 \begin_inset Text
16799
16800 \begin_layout Plain Layout
16801
16802 \series bold
16803 TEL.
16804 \end_layout
16805
16806 \end_inset
16807 </cell>
16808 </row>
16809 <row endfoot="true">
16810 <cell multicolumn="1" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16811 \begin_inset Text
16812
16813 \begin_layout Plain Layout
16814  
16815 \series bold
16816 continue ...
16817 \end_layout
16818
16819 \end_inset
16820 </cell>
16821 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16822 \begin_inset Text
16823
16824 \begin_layout Plain Layout
16825
16826 \end_layout
16827
16828 \end_inset
16829 </cell>
16830 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16831 \begin_inset Text
16832
16833 \begin_layout Plain Layout
16834
16835 \end_layout
16836
16837 \end_inset
16838 </cell>
16839 </row>
16840 <row>
16841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16842 \begin_inset Text
16843
16844 \begin_layout Plain Layout
16845
16846 \series bold
16847 Annovi
16848 \end_layout
16849
16850 \end_inset
16851 </cell>
16852 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16853 \begin_inset Text
16854
16855 \begin_layout Plain Layout
16856 Silvia
16857 \end_layout
16858
16859 \end_inset
16860 </cell>
16861 <cell alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16862 \begin_inset Text
16863
16864 \begin_layout Plain Layout
16865 111
16866 \end_layout
16867
16868 \end_inset
16869 </cell>
16870 </row>
16871 <row>
16872 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16873 \begin_inset Text
16874
16875 \begin_layout Plain Layout
16876
16877 \series bold
16878 Bertoli
16879 \end_layout
16880
16881 \end_inset
16882 </cell>
16883 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16884 \begin_inset Text
16885
16886 \begin_layout Plain Layout
16887 Stefano
16888 \end_layout
16889
16890 \end_inset
16891 </cell>
16892 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16893 \begin_inset Text
16894
16895 \begin_layout Plain Layout
16896 111
16897 \end_layout
16898
16899 \end_inset
16900 </cell>
16901 </row>
16902 <row>
16903 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16904 \begin_inset Text
16905
16906 \begin_layout Plain Layout
16907
16908 \series bold
16909 Bozzi
16910 \end_layout
16911
16912 \end_inset
16913 </cell>
16914 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16915 \begin_inset Text
16916
16917 \begin_layout Plain Layout
16918 Walter
16919 \end_layout
16920
16921 \end_inset
16922 </cell>
16923 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16924 \begin_inset Text
16925
16926 \begin_layout Plain Layout
16927 111
16928 \end_layout
16929
16930 \end_inset
16931 </cell>
16932 </row>
16933 <row>
16934 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16935 \begin_inset Text
16936
16937 \begin_layout Plain Layout
16938
16939 \series bold
16940 Cachia
16941 \end_layout
16942
16943 \end_inset
16944 </cell>
16945 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16946 \begin_inset Text
16947
16948 \begin_layout Plain Layout
16949 Maria
16950 \end_layout
16951
16952 \end_inset
16953 </cell>
16954 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16955 \begin_inset Text
16956
16957 \begin_layout Plain Layout
16958 111
16959 \end_layout
16960
16961 \end_inset
16962 </cell>
16963 </row>
16964 <row>
16965 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16966 \begin_inset Text
16967
16968 \begin_layout Plain Layout
16969
16970 \series bold
16971 Cachia
16972 \end_layout
16973
16974 \end_inset
16975 </cell>
16976 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16977 \begin_inset Text
16978
16979 \begin_layout Plain Layout
16980 Maurizio
16981 \end_layout
16982
16983 \end_inset
16984 </cell>
16985 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16986 \begin_inset Text
16987
16988 \begin_layout Plain Layout
16989 111
16990 \end_layout
16991
16992 \end_inset
16993 </cell>
16994 </row>
16995 <row>
16996 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16997 \begin_inset Text
16998
16999 \begin_layout Plain Layout
17000
17001 \series bold
17002 Cinquemani
17003 \end_layout
17004
17005 \end_inset
17006 </cell>
17007 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17008 \begin_inset Text
17009
17010 \begin_layout Plain Layout
17011 Giusi
17012 \end_layout
17013
17014 \end_inset
17015 </cell>
17016 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17017 \begin_inset Text
17018
17019 \begin_layout Plain Layout
17020 111
17021 \end_layout
17022
17023 \end_inset
17024 </cell>
17025 </row>
17026 <row>
17027 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17028 \begin_inset Text
17029
17030 \begin_layout Plain Layout
17031
17032 \series bold
17033 Colin
17034 \end_layout
17035
17036 \end_inset
17037 </cell>
17038 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17039 \begin_inset Text
17040
17041 \begin_layout Plain Layout
17042 Bernard
17043 \end_layout
17044
17045 \end_inset
17046 </cell>
17047 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17048 \begin_inset Text
17049
17050 \begin_layout Plain Layout
17051 111
17052 \end_layout
17053
17054 \end_inset
17055 </cell>
17056 </row>
17057 <row>
17058 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17059 \begin_inset Text
17060
17061 \begin_layout Plain Layout
17062
17063 \series bold
17064 Concli
17065 \end_layout
17066
17067 \end_inset
17068 </cell>
17069 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17070 \begin_inset Text
17071
17072 \begin_layout Plain Layout
17073 Gianfranco
17074 \end_layout
17075
17076 \end_inset
17077 </cell>
17078 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17079 \begin_inset Text
17080
17081 \begin_layout Plain Layout
17082 111
17083 \end_layout
17084
17085 \end_inset
17086 </cell>
17087 </row>
17088 <row>
17089 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17090 \begin_inset Text
17091
17092 \begin_layout Plain Layout
17093
17094 \series bold
17095 Dal Bosco
17096 \end_layout
17097
17098 \end_inset
17099 </cell>
17100 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17101 \begin_inset Text
17102
17103 \begin_layout Plain Layout
17104 Carolina
17105 \end_layout
17106
17107 \end_inset
17108 </cell>
17109 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17110 \begin_inset Text
17111
17112 \begin_layout Plain Layout
17113 111
17114 \end_layout
17115
17116 \end_inset
17117 </cell>
17118 </row>
17119 <row>
17120 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17121 \begin_inset Text
17122
17123 \begin_layout Plain Layout
17124
17125 \series bold
17126 Dalpiaz
17127 \end_layout
17128
17129 \end_inset
17130 </cell>
17131 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17132 \begin_inset Text
17133
17134 \begin_layout Plain Layout
17135 Annamaria
17136 \end_layout
17137
17138 \end_inset
17139 </cell>
17140 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17141 \begin_inset Text
17142
17143 \begin_layout Plain Layout
17144 111
17145 \end_layout
17146
17147 \end_inset
17148 </cell>
17149 </row>
17150 <row>
17151 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17152 \begin_inset Text
17153
17154 \begin_layout Plain Layout
17155
17156 \series bold
17157 Feliciello
17158 \end_layout
17159
17160 \end_inset
17161 </cell>
17162 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17163 \begin_inset Text
17164
17165 \begin_layout Plain Layout
17166 Domenico
17167 \end_layout
17168
17169 \end_inset
17170 </cell>
17171 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17172 \begin_inset Text
17173
17174 \begin_layout Plain Layout
17175 111
17176 \end_layout
17177
17178 \end_inset
17179 </cell>
17180 </row>
17181 <row>
17182 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17183 \begin_inset Text
17184
17185 \begin_layout Plain Layout
17186
17187 \series bold
17188 Focarelli
17189 \end_layout
17190
17191 \end_inset
17192 </cell>
17193 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17194 \begin_inset Text
17195
17196 \begin_layout Plain Layout
17197 Paola
17198 \end_layout
17199
17200 \end_inset
17201 </cell>
17202 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17203 \begin_inset Text
17204
17205 \begin_layout Plain Layout
17206 111
17207 \end_layout
17208
17209 \end_inset
17210 </cell>
17211 </row>
17212 <row>
17213 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17214 \begin_inset Text
17215
17216 \begin_layout Plain Layout
17217
17218 \series bold
17219 Galletti
17220 \end_layout
17221
17222 \end_inset
17223 </cell>
17224 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17225 \begin_inset Text
17226
17227 \begin_layout Plain Layout
17228 Oreste
17229 \end_layout
17230
17231 \end_inset
17232 </cell>
17233 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17234 \begin_inset Text
17235
17236 \begin_layout Plain Layout
17237 111
17238 \end_layout
17239
17240 \end_inset
17241 </cell>
17242 </row>
17243 <row>
17244 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17245 \begin_inset Text
17246
17247 \begin_layout Plain Layout
17248
17249 \series bold
17250 Gasparini
17251 \end_layout
17252
17253 \end_inset
17254 </cell>
17255 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17256 \begin_inset Text
17257
17258 \begin_layout Plain Layout
17259 Franca
17260 \end_layout
17261
17262 \end_inset
17263 </cell>
17264 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17265 \begin_inset Text
17266
17267 \begin_layout Plain Layout
17268 111
17269 \end_layout
17270
17271 \end_inset
17272 </cell>
17273 </row>
17274 <row>
17275 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17276 \begin_inset Text
17277
17278 \begin_layout Plain Layout
17279
17280 \series bold
17281 Rizzardi
17282 \end_layout
17283
17284 \end_inset
17285 </cell>
17286 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17287 \begin_inset Text
17288
17289 \begin_layout Plain Layout
17290 Paola
17291 \end_layout
17292
17293 \end_inset
17294 </cell>
17295 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17296 \begin_inset Text
17297
17298 \begin_layout Plain Layout
17299 111
17300 \end_layout
17301
17302 \end_inset
17303 </cell>
17304 </row>
17305 <row>
17306 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17307 \begin_inset Text
17308
17309 \begin_layout Plain Layout
17310
17311 \series bold
17312 Lassini
17313 \end_layout
17314
17315 \end_inset
17316 </cell>
17317 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17318 \begin_inset Text
17319
17320 \begin_layout Plain Layout
17321 Giancarlo
17322 \end_layout
17323
17324 \end_inset
17325 </cell>
17326 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17327 \begin_inset Text
17328
17329 \begin_layout Plain Layout
17330 111
17331 \end_layout
17332
17333 \end_inset
17334 </cell>
17335 </row>
17336 <row>
17337 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17338 \begin_inset Text
17339
17340 \begin_layout Plain Layout
17341
17342 \series bold
17343 Malfatti
17344 \end_layout
17345
17346 \end_inset
17347 </cell>
17348 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17349 \begin_inset Text
17350
17351 \begin_layout Plain Layout
17352 Luciano
17353 \end_layout
17354
17355 \end_inset
17356 </cell>
17357 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17358 \begin_inset Text
17359
17360 \begin_layout Plain Layout
17361 111
17362 \end_layout
17363
17364 \end_inset
17365 </cell>
17366 </row>
17367 <row>
17368 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17369 \begin_inset Text
17370
17371 \begin_layout Plain Layout
17372
17373 \series bold
17374 Malfatti
17375 \end_layout
17376
17377 \end_inset
17378 </cell>
17379 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17380 \begin_inset Text
17381
17382 \begin_layout Plain Layout
17383 Valeriano
17384 \end_layout
17385
17386 \end_inset
17387 </cell>
17388 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17389 \begin_inset Text
17390
17391 \begin_layout Plain Layout
17392 111
17393 \end_layout
17394
17395 \end_inset
17396 </cell>
17397 </row>
17398 <row>
17399 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17400 \begin_inset Text
17401
17402 \begin_layout Plain Layout
17403
17404 \series bold
17405 Meneguzzo
17406 \end_layout
17407
17408 \end_inset
17409 </cell>
17410 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17411 \begin_inset Text
17412
17413 \begin_layout Plain Layout
17414 Roberto
17415 \end_layout
17416
17417 \end_inset
17418 </cell>
17419 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17420 \begin_inset Text
17421
17422 \begin_layout Plain Layout
17423 111
17424 \end_layout
17425
17426 \end_inset
17427 </cell>
17428 </row>
17429 <row>
17430 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17431 \begin_inset Text
17432
17433 \begin_layout Plain Layout
17434
17435 \series bold
17436 Mezzadra
17437 \end_layout
17438
17439 \end_inset
17440 </cell>
17441 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17442 \begin_inset Text
17443
17444 \begin_layout Plain Layout
17445 Roberto
17446 \end_layout
17447
17448 \end_inset
17449 </cell>
17450 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17451 \begin_inset Text
17452
17453 \begin_layout Plain Layout
17454 111
17455 \end_layout
17456
17457 \end_inset
17458 </cell>
17459 </row>
17460 <row>
17461 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17462 \begin_inset Text
17463
17464 \begin_layout Plain Layout
17465
17466 \series bold
17467 Pirpamer
17468 \end_layout
17469
17470 \end_inset
17471 </cell>
17472 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17473 \begin_inset Text
17474
17475 \begin_layout Plain Layout
17476 Erich
17477 \end_layout
17478
17479 \end_inset
17480 </cell>
17481 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17482 \begin_inset Text
17483
17484 \begin_layout Plain Layout
17485 111
17486 \end_layout
17487
17488 \end_inset
17489 </cell>
17490 </row>
17491 <row>
17492 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17493 \begin_inset Text
17494
17495 \begin_layout Plain Layout
17496
17497 \series bold
17498 Pochiesa
17499 \end_layout
17500
17501 \end_inset
17502 </cell>
17503 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17504 \begin_inset Text
17505
17506 \begin_layout Plain Layout
17507 Paolo
17508 \end_layout
17509
17510 \end_inset
17511 </cell>
17512 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17513 \begin_inset Text
17514
17515 \begin_layout Plain Layout
17516 111, 222
17517 \end_layout
17518
17519 \end_inset
17520 </cell>
17521 </row>
17522 <row>
17523 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17524 \begin_inset Text
17525
17526 \begin_layout Plain Layout
17527
17528 \series bold
17529 Radina
17530 \end_layout
17531
17532 \end_inset
17533 </cell>
17534 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17535 \begin_inset Text
17536
17537 \begin_layout Plain Layout
17538 Claudio
17539 \end_layout
17540
17541 \end_inset
17542 </cell>
17543 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17544 \begin_inset Text
17545
17546 \begin_layout Plain Layout
17547 111
17548 \end_layout
17549
17550 \end_inset
17551 </cell>
17552 </row>
17553 <row>
17554 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17555 \begin_inset Text
17556
17557 \begin_layout Plain Layout
17558
17559 \series bold
17560 Stuffer
17561 \end_layout
17562
17563 \end_inset
17564 </cell>
17565 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17566 \begin_inset Text
17567
17568 \begin_layout Plain Layout
17569 Oskar
17570 \end_layout
17571
17572 \end_inset
17573 </cell>
17574 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17575 \begin_inset Text
17576
17577 \begin_layout Plain Layout
17578 111
17579 \end_layout
17580
17581 \end_inset
17582 </cell>
17583 </row>
17584 <row>
17585 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17586 \begin_inset Text
17587
17588 \begin_layout Plain Layout
17589
17590 \series bold
17591 Tacchelli
17592 \end_layout
17593
17594 \end_inset
17595 </cell>
17596 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17597 \begin_inset Text
17598
17599 \begin_layout Plain Layout
17600 Ugo
17601 \end_layout
17602
17603 \end_inset
17604 </cell>
17605 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17606 \begin_inset Text
17607
17608 \begin_layout Plain Layout
17609 111
17610 \end_layout
17611
17612 \end_inset
17613 </cell>
17614 </row>
17615 <row>
17616 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17617 \begin_inset Text
17618
17619 \begin_layout Plain Layout
17620
17621 \series bold
17622 Tezzele
17623 \end_layout
17624
17625 \end_inset
17626 </cell>
17627 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17628 \begin_inset Text
17629
17630 \begin_layout Plain Layout
17631 Margit
17632 \end_layout
17633
17634 \end_inset
17635 </cell>
17636 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17637 \begin_inset Text
17638
17639 \begin_layout Plain Layout
17640 111
17641 \end_layout
17642
17643 \end_inset
17644 </cell>
17645 </row>
17646 <row>
17647 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17648 \begin_inset Text
17649
17650 \begin_layout Plain Layout
17651
17652 \series bold
17653 Unterkalmsteiner
17654 \end_layout
17655
17656 \end_inset
17657 </cell>
17658 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17659 \begin_inset Text
17660
17661 \begin_layout Plain Layout
17662 Frieda
17663 \end_layout
17664
17665 \end_inset
17666 </cell>
17667 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17668 \begin_inset Text
17669
17670 \begin_layout Plain Layout
17671 111
17672 \end_layout
17673
17674 \end_inset
17675 </cell>
17676 </row>
17677 <row>
17678 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17679 \begin_inset Text
17680
17681 \begin_layout Plain Layout
17682
17683 \series bold
17684 Vieider
17685 \end_layout
17686
17687 \end_inset
17688 </cell>
17689 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17690 \begin_inset Text
17691
17692 \begin_layout Plain Layout
17693 Hilde
17694 \end_layout
17695
17696 \end_inset
17697 </cell>
17698 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17699 \begin_inset Text
17700
17701 \begin_layout Plain Layout
17702 111
17703 \end_layout
17704
17705 \end_inset
17706 </cell>
17707 </row>
17708 <row>
17709 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17710 \begin_inset Text
17711
17712 \begin_layout Plain Layout
17713
17714 \series bold
17715 Vigna
17716 \end_layout
17717
17718 \end_inset
17719 </cell>
17720 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17721 \begin_inset Text
17722
17723 \begin_layout Plain Layout
17724 Jürgen
17725 \end_layout
17726
17727 \end_inset
17728 </cell>
17729 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17730 \begin_inset Text
17731
17732 \begin_layout Plain Layout
17733 111
17734 \end_layout
17735
17736 \end_inset
17737 </cell>
17738 </row>
17739 <row>
17740 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17741 \begin_inset Text
17742
17743 \begin_layout Plain Layout
17744
17745 \series bold
17746 Weber
17747 \end_layout
17748
17749 \end_inset
17750 </cell>
17751 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17752 \begin_inset Text
17753
17754 \begin_layout Plain Layout
17755 Maurizio
17756 \end_layout
17757
17758 \end_inset
17759 </cell>
17760 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17761 \begin_inset Text
17762
17763 \begin_layout Plain Layout
17764 111
17765 \end_layout
17766
17767 \end_inset
17768 </cell>
17769 </row>
17770 <row>
17771 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17772 \begin_inset Text
17773
17774 \begin_layout Plain Layout
17775
17776 \series bold
17777 Winkler
17778 \end_layout
17779
17780 \end_inset
17781 </cell>
17782 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17783 \begin_inset Text
17784
17785 \begin_layout Plain Layout
17786 Franz
17787 \end_layout
17788
17789 \end_inset
17790 </cell>
17791 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17792 \begin_inset Text
17793
17794 \begin_layout Plain Layout
17795 111
17796 \end_layout
17797
17798 \end_inset
17799 </cell>
17800 </row>
17801 <row>
17802 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17803 \begin_inset Text
17804
17805 \begin_layout Plain Layout
17806  
17807 \end_layout
17808
17809 \end_inset
17810 </cell>
17811 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
17812 \begin_inset Text
17813
17814 \begin_layout Plain Layout
17815
17816 \end_layout
17817
17818 \end_inset
17819 </cell>
17820 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17821 \begin_inset Text
17822
17823 \begin_layout Plain Layout
17824
17825 \end_layout
17826
17827 \end_inset
17828 </cell>
17829 </row>
17830 <row>
17831 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17832 \begin_inset Text
17833
17834 \begin_layout Plain Layout
17835
17836 \series bold
17837 Annovi
17838 \end_layout
17839
17840 \end_inset
17841 </cell>
17842 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17843 \begin_inset Text
17844
17845 \begin_layout Plain Layout
17846 Silvia
17847 \end_layout
17848
17849 \end_inset
17850 </cell>
17851 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17852 \begin_inset Text
17853
17854 \begin_layout Plain Layout
17855 555
17856 \end_layout
17857
17858 \end_inset
17859 </cell>
17860 </row>
17861 <row>
17862 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17863 \begin_inset Text
17864
17865 \begin_layout Plain Layout
17866
17867 \series bold
17868 Bertoli
17869 \end_layout
17870
17871 \end_inset
17872 </cell>
17873 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17874 \begin_inset Text
17875
17876 \begin_layout Plain Layout
17877 Stefano
17878 \end_layout
17879
17880 \end_inset
17881 </cell>
17882 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17883 \begin_inset Text
17884
17885 \begin_layout Plain Layout
17886 555
17887 \end_layout
17888
17889 \end_inset
17890 </cell>
17891 </row>
17892 <row>
17893 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17894 \begin_inset Text
17895
17896 \begin_layout Plain Layout
17897
17898 \series bold
17899 Bozzi
17900 \end_layout
17901
17902 \end_inset
17903 </cell>
17904 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17905 \begin_inset Text
17906
17907 \begin_layout Plain Layout
17908 Walter
17909 \end_layout
17910
17911 \end_inset
17912 </cell>
17913 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17914 \begin_inset Text
17915
17916 \begin_layout Plain Layout
17917 555
17918 \end_layout
17919
17920 \end_inset
17921 </cell>
17922 </row>
17923 <row>
17924 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17925 \begin_inset Text
17926
17927 \begin_layout Plain Layout
17928
17929 \series bold
17930 Cachia
17931 \end_layout
17932
17933 \end_inset
17934 </cell>
17935 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17936 \begin_inset Text
17937
17938 \begin_layout Plain Layout
17939 Maria
17940 \end_layout
17941
17942 \end_inset
17943 </cell>
17944 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17945 \begin_inset Text
17946
17947 \begin_layout Plain Layout
17948 555
17949 \end_layout
17950
17951 \end_inset
17952 </cell>
17953 </row>
17954 <row>
17955 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17956 \begin_inset Text
17957
17958 \begin_layout Plain Layout
17959
17960 \series bold
17961 Cachia
17962 \end_layout
17963
17964 \end_inset
17965 </cell>
17966 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17967 \begin_inset Text
17968
17969 \begin_layout Plain Layout
17970 Maurizio
17971 \end_layout
17972
17973 \end_inset
17974 </cell>
17975 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17976 \begin_inset Text
17977
17978 \begin_layout Plain Layout
17979 555
17980 \end_layout
17981
17982 \end_inset
17983 </cell>
17984 </row>
17985 <row>
17986 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17987 \begin_inset Text
17988
17989 \begin_layout Plain Layout
17990
17991 \series bold
17992 Cinquemani
17993 \end_layout
17994
17995 \end_inset
17996 </cell>
17997 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17998 \begin_inset Text
17999
18000 \begin_layout Plain Layout
18001 Giusi
18002 \end_layout
18003
18004 \end_inset
18005 </cell>
18006 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18007 \begin_inset Text
18008
18009 \begin_layout Plain Layout
18010 555
18011 \end_layout
18012
18013 \end_inset
18014 </cell>
18015 </row>
18016 <row>
18017 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18018 \begin_inset Text
18019
18020 \begin_layout Plain Layout
18021
18022 \series bold
18023 Colin
18024 \end_layout
18025
18026 \end_inset
18027 </cell>
18028 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18029 \begin_inset Text
18030
18031 \begin_layout Plain Layout
18032 Bernard
18033 \end_layout
18034
18035 \end_inset
18036 </cell>
18037 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18038 \begin_inset Text
18039
18040 \begin_layout Plain Layout
18041 555
18042 \end_layout
18043
18044 \end_inset
18045 </cell>
18046 </row>
18047 <row>
18048 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18049 \begin_inset Text
18050
18051 \begin_layout Plain Layout
18052
18053 \series bold
18054 Concli
18055 \end_layout
18056
18057 \end_inset
18058 </cell>
18059 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18060 \begin_inset Text
18061
18062 \begin_layout Plain Layout
18063 Gianfranco
18064 \end_layout
18065
18066 \end_inset
18067 </cell>
18068 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18069 \begin_inset Text
18070
18071 \begin_layout Plain Layout
18072 555
18073 \end_layout
18074
18075 \end_inset
18076 </cell>
18077 </row>
18078 <row>
18079 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18080 \begin_inset Text
18081
18082 \begin_layout Plain Layout
18083
18084 \series bold
18085 Dal Bosco
18086 \end_layout
18087
18088 \end_inset
18089 </cell>
18090 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18091 \begin_inset Text
18092
18093 \begin_layout Plain Layout
18094 Carolina
18095 \end_layout
18096
18097 \end_inset
18098 </cell>
18099 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18100 \begin_inset Text
18101
18102 \begin_layout Plain Layout
18103 555
18104 \end_layout
18105
18106 \end_inset
18107 </cell>
18108 </row>
18109 <row>
18110 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18111 \begin_inset Text
18112
18113 \begin_layout Plain Layout
18114
18115 \series bold
18116 Dalpiaz
18117 \end_layout
18118
18119 \end_inset
18120 </cell>
18121 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18122 \begin_inset Text
18123
18124 \begin_layout Plain Layout
18125 Annamaria
18126 \end_layout
18127
18128 \end_inset
18129 </cell>
18130 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18131 \begin_inset Text
18132
18133 \begin_layout Plain Layout
18134 555
18135 \end_layout
18136
18137 \end_inset
18138 </cell>
18139 </row>
18140 <row>
18141 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18142 \begin_inset Text
18143
18144 \begin_layout Plain Layout
18145
18146 \series bold
18147 Feliciello
18148 \end_layout
18149
18150 \end_inset
18151 </cell>
18152 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18153 \begin_inset Text
18154
18155 \begin_layout Plain Layout
18156 Domenico
18157 \end_layout
18158
18159 \end_inset
18160 </cell>
18161 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18162 \begin_inset Text
18163
18164 \begin_layout Plain Layout
18165 555
18166 \end_layout
18167
18168 \end_inset
18169 </cell>
18170 </row>
18171 <row>
18172 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18173 \begin_inset Text
18174
18175 \begin_layout Plain Layout
18176
18177 \series bold
18178 Focarelli
18179 \end_layout
18180
18181 \end_inset
18182 </cell>
18183 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18184 \begin_inset Text
18185
18186 \begin_layout Plain Layout
18187 Paola
18188 \end_layout
18189
18190 \end_inset
18191 </cell>
18192 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18193 \begin_inset Text
18194
18195 \begin_layout Plain Layout
18196 555
18197 \end_layout
18198
18199 \end_inset
18200 </cell>
18201 </row>
18202 <row>
18203 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18204 \begin_inset Text
18205
18206 \begin_layout Plain Layout
18207
18208 \series bold
18209 Galletti
18210 \end_layout
18211
18212 \end_inset
18213 </cell>
18214 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18215 \begin_inset Text
18216
18217 \begin_layout Plain Layout
18218 Oreste
18219 \end_layout
18220
18221 \end_inset
18222 </cell>
18223 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18224 \begin_inset Text
18225
18226 \begin_layout Plain Layout
18227 555
18228 \end_layout
18229
18230 \end_inset
18231 </cell>
18232 </row>
18233 <row>
18234 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18235 \begin_inset Text
18236
18237 \begin_layout Plain Layout
18238
18239 \series bold
18240 Gasparini
18241 \end_layout
18242
18243 \end_inset
18244 </cell>
18245 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18246 \begin_inset Text
18247
18248 \begin_layout Plain Layout
18249 Franca
18250 \end_layout
18251
18252 \end_inset
18253 </cell>
18254 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18255 \begin_inset Text
18256
18257 \begin_layout Plain Layout
18258 555
18259 \end_layout
18260
18261 \end_inset
18262 </cell>
18263 </row>
18264 <row>
18265 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18266 \begin_inset Text
18267
18268 \begin_layout Plain Layout
18269
18270 \series bold
18271 Rizzardi
18272 \end_layout
18273
18274 \end_inset
18275 </cell>
18276 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18277 \begin_inset Text
18278
18279 \begin_layout Plain Layout
18280 Paola
18281 \end_layout
18282
18283 \end_inset
18284 </cell>
18285 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18286 \begin_inset Text
18287
18288 \begin_layout Plain Layout
18289 555
18290 \end_layout
18291
18292 \end_inset
18293 </cell>
18294 </row>
18295 <row>
18296 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18297 \begin_inset Text
18298
18299 \begin_layout Plain Layout
18300
18301 \series bold
18302 Lassini
18303 \end_layout
18304
18305 \end_inset
18306 </cell>
18307 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18308 \begin_inset Text
18309
18310 \begin_layout Plain Layout
18311 Giancarlo
18312 \end_layout
18313
18314 \end_inset
18315 </cell>
18316 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18317 \begin_inset Text
18318
18319 \begin_layout Plain Layout
18320 555
18321 \end_layout
18322
18323 \end_inset
18324 </cell>
18325 </row>
18326 <row>
18327 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18328 \begin_inset Text
18329
18330 \begin_layout Plain Layout
18331
18332 \series bold
18333 Malfatti
18334 \end_layout
18335
18336 \end_inset
18337 </cell>
18338 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18339 \begin_inset Text
18340
18341 \begin_layout Plain Layout
18342 Luciano
18343 \end_layout
18344
18345 \end_inset
18346 </cell>
18347 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18348 \begin_inset Text
18349
18350 \begin_layout Plain Layout
18351 555
18352 \end_layout
18353
18354 \end_inset
18355 </cell>
18356 </row>
18357 <row>
18358 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18359 \begin_inset Text
18360
18361 \begin_layout Plain Layout
18362
18363 \series bold
18364 Malfatti
18365 \end_layout
18366
18367 \end_inset
18368 </cell>
18369 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18370 \begin_inset Text
18371
18372 \begin_layout Plain Layout
18373 Valeriano
18374 \end_layout
18375
18376 \end_inset
18377 </cell>
18378 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18379 \begin_inset Text
18380
18381 \begin_layout Plain Layout
18382 555
18383 \end_layout
18384
18385 \end_inset
18386 </cell>
18387 </row>
18388 <row>
18389 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18390 \begin_inset Text
18391
18392 \begin_layout Plain Layout
18393
18394 \series bold
18395 Meneguzzo
18396 \end_layout
18397
18398 \end_inset
18399 </cell>
18400 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18401 \begin_inset Text
18402
18403 \begin_layout Plain Layout
18404 Roberto
18405 \end_layout
18406
18407 \end_inset
18408 </cell>
18409 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18410 \begin_inset Text
18411
18412 \begin_layout Plain Layout
18413 555
18414 \end_layout
18415
18416 \end_inset
18417 </cell>
18418 </row>
18419 <row>
18420 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18421 \begin_inset Text
18422
18423 \begin_layout Plain Layout
18424
18425 \series bold
18426 Mezzadra
18427 \end_layout
18428
18429 \end_inset
18430 </cell>
18431 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18432 \begin_inset Text
18433
18434 \begin_layout Plain Layout
18435 Roberto
18436 \end_layout
18437
18438 \end_inset
18439 </cell>
18440 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18441 \begin_inset Text
18442
18443 \begin_layout Plain Layout
18444 555
18445 \end_layout
18446
18447 \end_inset
18448 </cell>
18449 </row>
18450 <row>
18451 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18452 \begin_inset Text
18453
18454 \begin_layout Plain Layout
18455
18456 \series bold
18457 Pirpamer
18458 \end_layout
18459
18460 \end_inset
18461 </cell>
18462 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18463 \begin_inset Text
18464
18465 \begin_layout Plain Layout
18466 Erich
18467 \end_layout
18468
18469 \end_inset
18470 </cell>
18471 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18472 \begin_inset Text
18473
18474 \begin_layout Plain Layout
18475 555
18476 \end_layout
18477
18478 \end_inset
18479 </cell>
18480 </row>
18481 <row>
18482 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18483 \begin_inset Text
18484
18485 \begin_layout Plain Layout
18486
18487 \series bold
18488 Pochiesa
18489 \end_layout
18490
18491 \end_inset
18492 </cell>
18493 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18494 \begin_inset Text
18495
18496 \begin_layout Plain Layout
18497 Paolo
18498 \end_layout
18499
18500 \end_inset
18501 </cell>
18502 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18503 \begin_inset Text
18504
18505 \begin_layout Plain Layout
18506 555, 222
18507 \end_layout
18508
18509 \end_inset
18510 </cell>
18511 </row>
18512 <row>
18513 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18514 \begin_inset Text
18515
18516 \begin_layout Plain Layout
18517
18518 \series bold
18519 Radina
18520 \end_layout
18521
18522 \end_inset
18523 </cell>
18524 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18525 \begin_inset Text
18526
18527 \begin_layout Plain Layout
18528 Claudio
18529 \end_layout
18530
18531 \end_inset
18532 </cell>
18533 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18534 \begin_inset Text
18535
18536 \begin_layout Plain Layout
18537 555
18538 \end_layout
18539
18540 \end_inset
18541 </cell>
18542 </row>
18543 <row>
18544 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18545 \begin_inset Text
18546
18547 \begin_layout Plain Layout
18548
18549 \series bold
18550 Stuffer
18551 \end_layout
18552
18553 \end_inset
18554 </cell>
18555 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18556 \begin_inset Text
18557
18558 \begin_layout Plain Layout
18559 Oskar
18560 \end_layout
18561
18562 \end_inset
18563 </cell>
18564 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18565 \begin_inset Text
18566
18567 \begin_layout Plain Layout
18568 555
18569 \end_layout
18570
18571 \end_inset
18572 </cell>
18573 </row>
18574 <row>
18575 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18576 \begin_inset Text
18577
18578 \begin_layout Plain Layout
18579
18580 \series bold
18581 Tacchelli
18582 \end_layout
18583
18584 \end_inset
18585 </cell>
18586 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18587 \begin_inset Text
18588
18589 \begin_layout Plain Layout
18590 Ugo
18591 \end_layout
18592
18593 \end_inset
18594 </cell>
18595 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18596 \begin_inset Text
18597
18598 \begin_layout Plain Layout
18599 555
18600 \end_layout
18601
18602 \end_inset
18603 </cell>
18604 </row>
18605 <row>
18606 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18607 \begin_inset Text
18608
18609 \begin_layout Plain Layout
18610
18611 \series bold
18612 Tezzele
18613 \end_layout
18614
18615 \end_inset
18616 </cell>
18617 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18618 \begin_inset Text
18619
18620 \begin_layout Plain Layout
18621 Margit
18622 \end_layout
18623
18624 \end_inset
18625 </cell>
18626 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18627 \begin_inset Text
18628
18629 \begin_layout Plain Layout
18630 555
18631 \end_layout
18632
18633 \end_inset
18634 </cell>
18635 </row>
18636 <row>
18637 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18638 \begin_inset Text
18639
18640 \begin_layout Plain Layout
18641
18642 \series bold
18643 Unterkalmsteiner
18644 \end_layout
18645
18646 \end_inset
18647 </cell>
18648 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18649 \begin_inset Text
18650
18651 \begin_layout Plain Layout
18652 Frieda
18653 \end_layout
18654
18655 \end_inset
18656 </cell>
18657 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18658 \begin_inset Text
18659
18660 \begin_layout Plain Layout
18661 555
18662 \end_layout
18663
18664 \end_inset
18665 </cell>
18666 </row>
18667 <row>
18668 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18669 \begin_inset Text
18670
18671 \begin_layout Plain Layout
18672
18673 \series bold
18674 Vieider
18675 \end_layout
18676
18677 \end_inset
18678 </cell>
18679 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18680 \begin_inset Text
18681
18682 \begin_layout Plain Layout
18683 Hilde
18684 \end_layout
18685
18686 \end_inset
18687 </cell>
18688 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18689 \begin_inset Text
18690
18691 \begin_layout Plain Layout
18692 555
18693 \end_layout
18694
18695 \end_inset
18696 </cell>
18697 </row>
18698 <row>
18699 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18700 \begin_inset Text
18701
18702 \begin_layout Plain Layout
18703
18704 \series bold
18705 Vigna
18706 \end_layout
18707
18708 \end_inset
18709 </cell>
18710 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18711 \begin_inset Text
18712
18713 \begin_layout Plain Layout
18714 Jürgen
18715 \end_layout
18716
18717 \end_inset
18718 </cell>
18719 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18720 \begin_inset Text
18721
18722 \begin_layout Plain Layout
18723 999
18724 \end_layout
18725
18726 \end_inset
18727 </cell>
18728 </row>
18729 <row>
18730 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18731 \begin_inset Text
18732
18733 \begin_layout Plain Layout
18734
18735 \series bold
18736 Weber
18737 \end_layout
18738
18739 \end_inset
18740 </cell>
18741 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18742 \begin_inset Text
18743
18744 \begin_layout Plain Layout
18745 Maurizio
18746 \end_layout
18747
18748 \end_inset
18749 </cell>
18750 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18751 \begin_inset Text
18752
18753 \begin_layout Plain Layout
18754 555
18755 \end_layout
18756
18757 \end_inset
18758 </cell>
18759 </row>
18760 <row>
18761 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18762 \begin_inset Text
18763
18764 \begin_layout Plain Layout
18765
18766 \series bold
18767 Winkler
18768 \end_layout
18769
18770 \end_inset
18771 </cell>
18772 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18773 \begin_inset Text
18774
18775 \begin_layout Plain Layout
18776 Franz
18777 \end_layout
18778
18779 \end_inset
18780 </cell>
18781 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18782 \begin_inset Text
18783
18784 \begin_layout Plain Layout
18785 555
18786 \end_layout
18787
18788 \end_inset
18789 </cell>
18790 </row>
18791 <row endlastfoot="true">
18792 <cell multicolumn="1" alignment="block" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18793 \begin_inset Text
18794
18795 \begin_layout Plain Layout
18796
18797 \series bold
18798 End
18799 \end_layout
18800
18801 \end_inset
18802 </cell>
18803 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
18804 \begin_inset Text
18805
18806 \begin_layout Plain Layout
18807
18808 \end_layout
18809
18810 \end_inset
18811 </cell>
18812 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18813 \begin_inset Text
18814
18815 \begin_layout Plain Layout
18816
18817 \end_layout
18818
18819 \end_inset
18820 </cell>
18821 </row>
18822 </lyxtabular>
18823
18824 \end_inset
18825
18826
18827 \end_layout
18828
18829 \begin_layout Subsection
18830 Table Cells
18831 \begin_inset Index idx
18832 status collapsed
18833
18834 \begin_layout Plain Layout
18835 Tables ! Cells
18836 \end_layout
18837
18838 \end_inset
18839
18840
18841 \begin_inset CommandInset label
18842 LatexCommand label
18843 name "sub:Table-Cells"
18844
18845 \end_inset
18846
18847
18848 \end_layout
18849
18850 \begin_layout Standard
18851 A table cell can contain text, inline equations, a figure, or another table.
18852  All these kinds of objects can be placed in the same cell.
18853  Font sizes and shapes can also be altered.
18854  But you can't put a special environment in a cell (like 
18855 \family sans
18856 Section*
18857 \family default
18858 , etc.), nor set spacing options etc.
18859  for the cell's paragraph.
18860 \end_layout
18861
18862 \begin_layout Standard
18863 To have multi-line entries in table cells, you have to declare a fixed width
18864  for the column in the table dialog.
18865  Your text is then automatically split into multiple lines and the cell
18866  is enlarged vertically when the length of the text exceeds the given width.
18867  An example:
18868 \end_layout
18869
18870 \begin_layout Standard
18871 \align center
18872 \begin_inset Tabular
18873 <lyxtabular version="3" rows="4" columns="3">
18874 <features tabularvalignment="middle">
18875 <column alignment="center" valignment="top" width="0pt">
18876 <column alignment="block" valignment="top" width="3cm">
18877 <column alignment="center" valignment="top" width="0pt">
18878 <row>
18879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18880 \begin_inset Text
18881
18882 \begin_layout Plain Layout
18883
18884 \family roman
18885 \series medium
18886 \shape up
18887 \size normal
18888 \emph off
18889 \bar no
18890 \noun off
18891 \color none
18892 1
18893 \end_layout
18894
18895 \end_inset
18896 </cell>
18897 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18898 \begin_inset Text
18899
18900 \begin_layout Plain Layout
18901
18902 \family roman
18903 \series medium
18904 \shape up
18905 \size normal
18906 \emph off
18907 \bar no
18908 \noun off
18909 \color none
18910 2
18911 \end_layout
18912
18913 \end_inset
18914 </cell>
18915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18916 \begin_inset Text
18917
18918 \begin_layout Plain Layout
18919
18920 \family roman
18921 \series medium
18922 \shape up
18923 \size normal
18924 \emph off
18925 \bar no
18926 \noun off
18927 \color none
18928 3
18929 \end_layout
18930
18931 \end_inset
18932 </cell>
18933 </row>
18934 <row>
18935 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18936 \begin_inset Text
18937
18938 \begin_layout Plain Layout
18939
18940 \family roman
18941 \series medium
18942 \shape up
18943 \size normal
18944 \emph off
18945 \bar no
18946 \noun off
18947 \color none
18948 4
18949 \end_layout
18950
18951 \end_inset
18952 </cell>
18953 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18954 \begin_inset Text
18955
18956 \begin_layout Plain Layout
18957
18958 \family roman
18959 \series medium
18960 \shape up
18961 \size normal
18962 \emph off
18963 \bar no
18964 \noun off
18965 \color none
18966 This is a multiline entry in a table.
18967 \end_layout
18968
18969 \end_inset
18970 </cell>
18971 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18972 \begin_inset Text
18973
18974 \begin_layout Plain Layout
18975
18976 \family roman
18977 \series medium
18978 \shape up
18979 \size normal
18980 \emph off
18981 \bar no
18982 \noun off
18983 \color none
18984 5
18985 \end_layout
18986
18987 \end_inset
18988 </cell>
18989 </row>
18990 <row>
18991 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18992 \begin_inset Text
18993
18994 \begin_layout Plain Layout
18995
18996 \family roman
18997 \series medium
18998 \shape up
18999 \size normal
19000 \emph off
19001 \bar no
19002 \noun off
19003 \color none
19004 6
19005 \end_layout
19006
19007 \end_inset
19008 </cell>
19009 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19010 \begin_inset Text
19011
19012 \begin_layout Plain Layout
19013
19014 \family roman
19015 \series medium
19016 \shape up
19017 \size normal
19018 \emph off
19019 \bar no
19020 \noun off
19021 \color none
19022 This is longer now.
19023 \end_layout
19024
19025 \end_inset
19026 </cell>
19027 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19028 \begin_inset Text
19029
19030 \begin_layout Plain Layout
19031
19032 \family roman
19033 \series medium
19034 \shape up
19035 \size normal
19036 \emph off
19037 \bar no
19038 \noun off
19039 \color none
19040 7
19041 \end_layout
19042
19043 \end_inset
19044 </cell>
19045 </row>
19046 <row>
19047 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19048 \begin_inset Text
19049
19050 \begin_layout Plain Layout
19051
19052 \family roman
19053 \series medium
19054 \shape up
19055 \size normal
19056 \emph off
19057 \bar no
19058 \noun off
19059 \color none
19060 8
19061 \end_layout
19062
19063 \end_inset
19064 </cell>
19065 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19066 \begin_inset Text
19067
19068 \begin_layout Plain Layout
19069
19070 \family roman
19071 \series medium
19072 \shape up
19073 \size normal
19074 \emph off
19075 \bar no
19076 \noun off
19077 \color none
19078 This is a multiline entry in a table.
19079  This is longer now.
19080 \end_layout
19081
19082 \end_inset
19083 </cell>
19084 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19085 \begin_inset Text
19086
19087 \begin_layout Plain Layout
19088
19089 \family roman
19090 \series medium
19091 \shape up
19092 \size normal
19093 \emph off
19094 \bar no
19095 \noun off
19096 \color none
19097 9
19098 \end_layout
19099
19100 \end_inset
19101 </cell>
19102 </row>
19103 </lyxtabular>
19104
19105 \end_inset
19106
19107
19108 \end_layout
19109
19110 \begin_layout Standard
19111 Cutting and pasting between tables and table cells works reasonably well.
19112  You can cut and paste even more than one row.
19113 \begin_inset Foot
19114 status open
19115
19116 \begin_layout Plain Layout
19117 Note, that you cannot paste into a multicell selection because it would
19118  not be clear what to do when pasting a single word in a selected 2×3.
19119  
19120 \end_layout
19121
19122 \end_inset
19123
19124  Selection with the mouse or with 
19125 \family sans
19126 Shift
19127 \family default
19128  plus the arrow keys works as usual.
19129  You can also copy and paste the entire table as a single unit by starting
19130  the selection from outside the table.
19131 \end_layout
19132
19133 \begin_layout Section
19134 Floats
19135 \begin_inset Index idx
19136 status collapsed
19137
19138 \begin_layout Plain Layout
19139 Floats
19140 \end_layout
19141
19142 \end_inset
19143
19144
19145 \begin_inset CommandInset label
19146 LatexCommand label
19147 name "sec:Floats"
19148
19149 \end_inset
19150
19151
19152 \end_layout
19153
19154 \begin_layout Standard
19155 A float is a block of text associated with some sort of label, which doesn't
19156  have a fixed location.
19157  It can 
19158 \begin_inset Quotes eld
19159 \end_inset
19160
19161 float
19162 \begin_inset Quotes erd
19163 \end_inset
19164
19165  forward or backward a page or two, to wherever it fits best.
19166  
19167 \family sans
19168 Footnotes
19169 \family default
19170  and 
19171 \family sans
19172 Margin
19173 \begin_inset space ~
19174 \end_inset
19175
19176 Notes
19177 \family default
19178  are also floats, because they can float to the next page when there are
19179  too many notes on the page.
19180 \end_layout
19181
19182 \begin_layout Standard
19183 Floats make it possible to get a high quality layout.
19184  Images and tables can be spread evenly over the pages to avoid whitespace
19185  and pages without text.
19186  As the floating often destroys the context between the text and the image/table
19187 , every float can be referenced in the text.
19188  Floats are therefore numbered.
19189  Referencing is described in section
19190 \begin_inset space ~
19191 \end_inset
19192
19193
19194 \begin_inset CommandInset ref
19195 LatexCommand ref
19196 reference "sec:Cross-References"
19197
19198 \end_inset
19199
19200 .
19201 \end_layout
19202
19203 \begin_layout Standard
19204 To insert a float, use the menu 
19205 \family sans
19206 Insert\SpecialChar \menuseparator
19207 Floats
19208 \family default
19209 .
19210  A box with a caption that has e.
19211 \begin_inset space \thinspace{}
19212 \end_inset
19213
19214 g.
19215 \begin_inset space \space{}
19216 \end_inset
19217
19218 the label 
19219 \begin_inset Quotes eld
19220 \end_inset
19221
19222 Figure
19223 \begin_inset space ~
19224 \end_inset
19225
19226 #:
19227 \begin_inset Quotes erd
19228 \end_inset
19229
19230  (# is the actual number) will be inserted into your document.
19231  The label will automatically be translated to the document language in
19232  the output.
19233  After the label you can insert the caption text.
19234 \begin_inset Index idx
19235 status collapsed
19236
19237 \begin_layout Plain Layout
19238 Floats ! Captions
19239 \end_layout
19240
19241 \end_inset
19242
19243  The image or table is inserted above or below the caption in a separate
19244  paragraph within the float.
19245  To keep your LyX-document readable, you can open and close the float box
19246  by left-clicking on the box label.
19247  A closed float box looks like this: 
19248 \begin_inset Graphics
19249         filename clipart/floatQt4.png
19250         scale 80
19251
19252 \end_inset
19253
19254  – a gray button with a red label.
19255 \end_layout
19256
19257 \begin_layout Standard
19258 It is recommended to insert floats as a separate paragraph to avoid possible
19259  LaTeX-errors that can occur when the surrounding text is specially formatted.
19260 \end_layout
19261
19262 \begin_layout Subsection
19263 Float Types
19264 \end_layout
19265
19266 \begin_layout Subsubsection
19267 Figure Floats
19268 \begin_inset Index idx
19269 status collapsed
19270
19271 \begin_layout Plain Layout
19272 Floats ! Figure floats
19273 \end_layout
19274
19275 \end_inset
19276
19277
19278 \begin_inset CommandInset label
19279 LatexCommand label
19280 name "sec:Figure-Floats"
19281
19282 \end_inset
19283
19284
19285 \end_layout
19286
19287 \begin_layout Standard
19288 The menu 
19289 \family sans
19290 Insert\SpecialChar \menuseparator
19291 Float\SpecialChar \menuseparator
19292 Figure
19293 \family default
19294  inserts a float with the label 
19295 \begin_inset Quotes eld
19296 \end_inset
19297
19298
19299 \series bold
19300 Figure
19301 \begin_inset space ~
19302 \end_inset
19303
19304 #:
19305 \series default
19306
19307 \begin_inset Quotes erd
19308 \end_inset
19309
19310 .
19311  Set the cursor above this label (or before it and press enter) and insert
19312  the image as described above to get the caption printed below the image.
19313  This is what we did for Figure
19314 \begin_inset space ~
19315 \end_inset
19316
19317
19318 \begin_inset CommandInset ref
19319 LatexCommand ref
19320 reference "cap:Platypus"
19321
19322 \end_inset
19323
19324 .
19325  If you want the caption to be above the image, set the cursor at the end
19326  of the caption, press enter and insert the image.
19327  This was done in Figure
19328 \begin_inset space ~
19329 \end_inset
19330
19331
19332 \begin_inset CommandInset ref
19333 LatexCommand ref
19334 reference "cap:Escher"
19335
19336 \end_inset
19337
19338 .
19339 \end_layout
19340
19341 \begin_layout Standard
19342 \begin_inset Float figure
19343 wide false
19344 sideways false
19345 status open
19346
19347 \begin_layout Plain Layout
19348 \align center
19349 \begin_inset Graphics
19350         filename clipart/platypus.eps
19351         width 50col%
19352         rotateOrigin center
19353
19354 \end_inset
19355
19356
19357 \end_layout
19358
19359 \begin_layout Plain Layout
19360 \begin_inset Caption
19361
19362 \begin_layout Plain Layout
19363 \begin_inset CommandInset label
19364 LatexCommand label
19365 name "cap:Platypus"
19366
19367 \end_inset
19368
19369 A severely distorted platypus in a float.
19370 \end_layout
19371
19372 \end_inset
19373
19374
19375 \end_layout
19376
19377 \end_inset
19378
19379
19380 \end_layout
19381
19382 \begin_layout Standard
19383 \begin_inset Float figure
19384 wide false
19385 sideways false
19386 status open
19387
19388 \begin_layout Plain Layout
19389 \begin_inset Caption
19390
19391 \begin_layout Plain Layout
19392 \begin_inset CommandInset label
19393 LatexCommand label
19394 name "cap:Escher"
19395
19396 \end_inset
19397
19398 M.C.
19399  Escher on acid.
19400 \end_layout
19401
19402 \end_inset
19403
19404
19405 \end_layout
19406
19407 \begin_layout Plain Layout
19408 \align center
19409 \begin_inset Graphics
19410         filename clipart/escher-lsd.eps
19411         scale 80
19412         rotateOrigin center
19413
19414 \end_inset
19415
19416
19417 \end_layout
19418
19419 \end_inset
19420
19421
19422 \end_layout
19423
19424 \begin_layout Standard
19425 This figure float also shows how to set a label and create a cross-reference
19426  to it.
19427  As described in section
19428 \begin_inset space ~
19429 \end_inset
19430
19431
19432 \begin_inset CommandInset ref
19433 LatexCommand ref
19434 reference "sec:Cross-References"
19435
19436 \end_inset
19437
19438 , you can simply insert a label in the caption using the menu 
19439 \family sans
19440 Insert\SpecialChar \menuseparator
19441 Label
19442 \family default
19443  and refer to it using the menu 
19444 \family sans
19445 Insert\SpecialChar \menuseparator
19446 Cross-Reference
19447 \family default
19448 .
19449  It is important to use references to figure floats, rather than using vague
19450  references like 
19451 \begin_inset Quotes eld
19452 \end_inset
19453
19454 the figure above
19455 \begin_inset Quotes erd
19456 \end_inset
19457
19458 , because as LaTeX will reposition the floats in the final document; it
19459  might not be 
19460 \begin_inset Quotes eld
19461 \end_inset
19462
19463 above
19464 \begin_inset Quotes erd
19465 \end_inset
19466
19467  at all.
19468 \end_layout
19469
19470 \begin_layout Standard
19471 Normally only one image is inserted in a figure float, but sometimes you
19472  might want to use two images with separate subcaptions.
19473  This can be done by inserting image floats into existing image floats.
19474  Note that only the main caption of the float is added to the List of Figures.
19475  Figure
19476 \begin_inset space ~
19477 \end_inset
19478
19479
19480 \begin_inset CommandInset ref
19481 LatexCommand ref
19482 reference "cap:Two-distorted-images"
19483
19484 \end_inset
19485
19486  is an example of a figure float with two images set side by side.
19487  You can also set the images one below the other.
19488  Figure
19489 \begin_inset space ~
19490 \end_inset
19491
19492
19493 \begin_inset CommandInset ref
19494 LatexCommand ref
19495 reference "fig:Undefinable"
19496
19497 \end_inset
19498
19499  and 
19500 \begin_inset CommandInset ref
19501 LatexCommand ref
19502 reference "fig:Platypus"
19503
19504 \end_inset
19505
19506  are the subfigures.
19507 \end_layout
19508
19509 \begin_layout Standard
19510 \begin_inset Float figure
19511 wide false
19512 sideways false
19513 status open
19514
19515 \begin_layout Plain Layout
19516 \begin_inset space \hfill{}
19517 \end_inset
19518
19519
19520 \begin_inset Float figure
19521 wide false
19522 sideways false
19523 status open
19524
19525 \begin_layout Plain Layout
19526 \begin_inset Caption
19527
19528 \begin_layout Plain Layout
19529 \begin_inset CommandInset label
19530 LatexCommand label
19531 name "fig:Undefinable"
19532
19533 \end_inset
19534
19535 Undefinable
19536 \end_layout
19537
19538 \end_inset
19539
19540
19541 \end_layout
19542
19543 \begin_layout Plain Layout
19544 \begin_inset Graphics
19545         filename clipart/escher-lsd.eps
19546         width 45col%
19547
19548 \end_inset
19549
19550
19551 \end_layout
19552
19553 \end_inset
19554
19555
19556 \begin_inset space \hfill{}
19557 \end_inset
19558
19559
19560 \begin_inset Float figure
19561 wide false
19562 sideways false
19563 status open
19564
19565 \begin_layout Plain Layout
19566 \begin_inset Caption
19567
19568 \begin_layout Plain Layout
19569 \begin_inset CommandInset label
19570 LatexCommand label
19571 name "fig:Platypus"
19572
19573 \end_inset
19574
19575 Platypus
19576 \end_layout
19577
19578 \end_inset
19579
19580
19581 \end_layout
19582
19583 \begin_layout Plain Layout
19584 \begin_inset Graphics
19585         filename clipart/platypus.eps
19586         lyxscale 60
19587         width 45col%
19588
19589 \end_inset
19590
19591
19592 \end_layout
19593
19594 \end_inset
19595
19596
19597 \begin_inset space \hfill{}
19598 \end_inset
19599
19600
19601 \end_layout
19602
19603 \begin_layout Plain Layout
19604 \begin_inset Caption
19605
19606 \begin_layout Plain Layout
19607 \begin_inset CommandInset label
19608 LatexCommand label
19609 name "cap:Two-distorted-images"
19610
19611 \end_inset
19612
19613 Two distorted images.
19614 \end_layout
19615
19616 \end_inset
19617
19618
19619 \end_layout
19620
19621 \end_inset
19622
19623
19624 \end_layout
19625
19626 \begin_layout Standard
19627 Note that the caption is added to the 
19628 \family sans
19629 List
19630 \begin_inset space ~
19631 \end_inset
19632
19633 of
19634 \begin_inset space ~
19635 \end_inset
19636
19637 Figures
19638 \family default
19639  as described in section
19640 \begin_inset space ~
19641 \end_inset
19642
19643
19644 \begin_inset CommandInset ref
19645 LatexCommand ref
19646 reference "sub:List-of-Figures"
19647
19648 \end_inset
19649
19650 .
19651 \end_layout
19652
19653 \begin_layout Subsubsection
19654 Table Floats
19655 \begin_inset Index idx
19656 status collapsed
19657
19658 \begin_layout Plain Layout
19659 Floats ! Table floats
19660 \end_layout
19661
19662 \end_inset
19663
19664
19665 \end_layout
19666
19667 \begin_layout Standard
19668 Table floats can be inserted using the menu 
19669 \family sans
19670 Insert\SpecialChar \menuseparator
19671 Float\SpecialChar \menuseparator
19672 Table
19673 \family default
19674 .
19675  They have the same properties as figure floats except for the different
19676  label.
19677  Table
19678 \begin_inset space ~
19679 \end_inset
19680
19681
19682 \begin_inset CommandInset ref
19683 LatexCommand ref
19684 reference "cap:Table-float"
19685
19686 \end_inset
19687
19688  is an example of a table float.
19689 \end_layout
19690
19691 \begin_layout Standard
19692 \begin_inset Float table
19693 wide false
19694 sideways false
19695 status open
19696
19697 \begin_layout Plain Layout
19698 \begin_inset Caption
19699
19700 \begin_layout Plain Layout
19701 \begin_inset CommandInset label
19702 LatexCommand label
19703 name "cap:Table-float"
19704
19705 \end_inset
19706
19707 A table float.
19708 \end_layout
19709
19710 \end_inset
19711
19712
19713 \end_layout
19714
19715 \begin_layout Plain Layout
19716 \align center
19717 \begin_inset Tabular
19718 <lyxtabular version="3" rows="3" columns="3">
19719 <features tabularvalignment="middle">
19720 <column alignment="center" valignment="top" width="0pt">
19721 <column alignment="center" valignment="top" width="0pt">
19722 <column alignment="center" valignment="top" width="0pt">
19723 <row>
19724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19725 \begin_inset Text
19726
19727 \begin_layout Plain Layout
19728
19729 \family roman
19730 \series medium
19731 \shape up
19732 \size normal
19733 \emph off
19734 \bar no
19735 \noun off
19736 \color none
19737 1
19738 \end_layout
19739
19740 \end_inset
19741 </cell>
19742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19743 \begin_inset Text
19744
19745 \begin_layout Plain Layout
19746
19747 \family roman
19748 \series medium
19749 \shape up
19750 \size normal
19751 \emph off
19752 \bar no
19753 \noun off
19754 \color none
19755 2
19756 \end_layout
19757
19758 \end_inset
19759 </cell>
19760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19761 \begin_inset Text
19762
19763 \begin_layout Plain Layout
19764
19765 \family roman
19766 \series medium
19767 \shape up
19768 \size normal
19769 \emph off
19770 \bar no
19771 \noun off
19772 \color none
19773 3
19774 \end_layout
19775
19776 \end_inset
19777 </cell>
19778 </row>
19779 <row>
19780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19781 \begin_inset Text
19782
19783 \begin_layout Plain Layout
19784
19785 \family roman
19786 \series medium
19787 \shape up
19788 \size normal
19789 \emph off
19790 \bar no
19791 \noun off
19792 \color none
19793 Joe
19794 \end_layout
19795
19796 \end_inset
19797 </cell>
19798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19799 \begin_inset Text
19800
19801 \begin_layout Plain Layout
19802
19803 \family roman
19804 \series medium
19805 \shape up
19806 \size normal
19807 \emph off
19808 \bar no
19809 \noun off
19810 \color none
19811 Mary
19812 \end_layout
19813
19814 \end_inset
19815 </cell>
19816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19817 \begin_inset Text
19818
19819 \begin_layout Plain Layout
19820
19821 \family roman
19822 \series medium
19823 \shape up
19824 \size normal
19825 \emph off
19826 \bar no
19827 \noun off
19828 \color none
19829 Ted
19830 \end_layout
19831
19832 \end_inset
19833 </cell>
19834 </row>
19835 <row>
19836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19837 \begin_inset Text
19838
19839 \begin_layout Plain Layout
19840
19841 \family roman
19842 \series medium
19843 \shape up
19844 \size normal
19845 \emph off
19846 \bar no
19847 \noun off
19848 \color none
19849 \begin_inset Formula $\int x^{2}dx$
19850 \end_inset
19851
19852
19853 \end_layout
19854
19855 \end_inset
19856 </cell>
19857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19858 \begin_inset Text
19859
19860 \begin_layout Plain Layout
19861
19862 \family roman
19863 \series medium
19864 \shape up
19865 \size normal
19866 \emph off
19867 \bar no
19868 \noun off
19869 \color none
19870 \begin_inset Formula $\left[\begin{array}{cc}
19871 a & b\\
19872 c & d
19873 \end{array}\right]$
19874 \end_inset
19875
19876
19877 \end_layout
19878
19879 \end_inset
19880 </cell>
19881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19882 \begin_inset Text
19883
19884 \begin_layout Plain Layout
19885
19886 \family roman
19887 \series medium
19888 \shape up
19889 \size normal
19890 \emph off
19891 \bar no
19892 \noun off
19893 \color none
19894 \begin_inset Formula $1+1=2$
19895 \end_inset
19896
19897
19898 \end_layout
19899
19900 \end_inset
19901 </cell>
19902 </row>
19903 </lyxtabular>
19904
19905 \end_inset
19906
19907
19908 \end_layout
19909
19910 \end_inset
19911
19912
19913 \end_layout
19914
19915 \begin_layout Subsubsection
19916 Algorithm Floats
19917 \begin_inset Index idx
19918 status collapsed
19919
19920 \begin_layout Plain Layout
19921 Floats ! Algorithm floats
19922 \end_layout
19923
19924 \end_inset
19925
19926
19927 \end_layout
19928
19929 \begin_layout Standard
19930 This float type is inserted with the menu 
19931 \family sans
19932 Insert\SpecialChar \menuseparator
19933 Float\SpecialChar \menuseparator
19934 Algorithm
19935 \family default
19936 .
19937  It is used for program codes and descriptions of algorithms.
19938  A possible environment for algorithms is the 
19939 \family sans
19940 LyX-Code
19941 \family default
19942 , described in section
19943 \begin_inset space ~
19944 \end_inset
19945
19946
19947 \begin_inset CommandInset ref
19948 LatexCommand ref
19949 reference "sub:LyX-Code"
19950
19951 \end_inset
19952
19953 .
19954 \end_layout
19955
19956 \begin_layout Standard
19957 \begin_inset Note Greyedout
19958 status open
19959
19960 \begin_layout Plain Layout
19961
19962 \series bold
19963 Note:
19964 \series default
19965  that the float label is not automatically translated into the document
19966  language.
19967 \end_layout
19968
19969 \end_inset
19970
19971  You have to do this manually by adding the following line
19972 \end_layout
19973
19974 \begin_layout Standard
19975
19976 \series bold
19977
19978 \backslash
19979 floatname{algorithm}{your
19980 \begin_inset space ~
19981 \end_inset
19982
19983 name}
19984 \end_layout
19985
19986 \begin_layout Standard
19987 to the document preamble (menu 
19988 \family sans
19989 Document\SpecialChar \menuseparator
19990 Settings
19991 \family default
19992 ).
19993  
19994 \series bold
19995 your
19996 \begin_inset space ~
19997 \end_inset
19998
19999 name
20000 \series default
20001  is the word 
20002 \begin_inset Quotes eld
20003 \end_inset
20004
20005
20006 \emph on
20007 algorithm
20008 \emph default
20009
20010 \begin_inset Quotes erd
20011 \end_inset
20012
20013  in your language.
20014 \end_layout
20015
20016 \begin_layout Subsubsection
20017 Wrap Floats
20018 \begin_inset Index idx
20019 status collapsed
20020
20021 \begin_layout Plain Layout
20022 Floats ! Text Wrap Floats
20023 \end_layout
20024
20025 \end_inset
20026
20027
20028 \end_layout
20029
20030 \begin_layout Standard
20031 \begin_inset Wrap figure
20032 lines 0
20033 placement l
20034 overhang 0in
20035 width "40col%"
20036 status open
20037
20038 \begin_layout Plain Layout
20039 \begin_inset Graphics
20040         filename clipart/mobius.eps
20041         width 40col%
20042         rotateOrigin center
20043
20044 \end_inset
20045
20046
20047 \end_layout
20048
20049 \begin_layout Plain Layout
20050 \begin_inset Caption
20051
20052 \begin_layout Plain Layout
20053 \begin_inset CommandInset label
20054 LatexCommand label
20055 name "cap:Wrapped-figure"
20056
20057 \end_inset
20058
20059 This is a wrapped figure.
20060 \begin_inset VSpace medskip
20061 \end_inset
20062
20063
20064 \end_layout
20065
20066 \end_inset
20067
20068
20069 \end_layout
20070
20071 \end_inset
20072
20073 This float type is used if you want to 
20074 \begin_inset Quotes eld
20075 \end_inset
20076
20077 wrap
20078 \begin_inset Quotes erd
20079 \end_inset
20080
20081  text around a figure so that it only occupies some fraction of the column
20082  width.
20083  It can be inserted using the menu 
20084 \family sans
20085 Insert\SpecialChar \menuseparator
20086 Float\SpecialChar \menuseparator
20087 Wrap
20088 \begin_inset space ~
20089 \end_inset
20090
20091 Float
20092 \family default
20093  if the LaTeX-package 
20094 \series bold
20095 wrapfig
20096 \series default
20097
20098 \begin_inset Index idx
20099 status collapsed
20100
20101 \begin_layout Plain Layout
20102 LaTeX-packages ! wrapfig
20103 \end_layout
20104
20105 \end_inset
20106
20107  is installed.
20108 \begin_inset Foot
20109 status collapsed
20110
20111 \begin_layout Plain Layout
20112 Installing a LaTeX-package is explained it in the 
20113 \emph on
20114 LaTeX
20115 \begin_inset space ~
20116 \end_inset
20117
20118 Configuration
20119 \emph default
20120  manual.
20121 \end_layout
20122
20123 \end_inset
20124
20125  The width and placement of the float is adjusted by right-clicking on the
20126  float box.
20127  Figure
20128 \begin_inset space ~
20129 \end_inset
20130
20131
20132 \begin_inset CommandInset ref
20133 LatexCommand ref
20134 reference "cap:Wrapped-figure"
20135
20136 \end_inset
20137
20138  is for example a figure wrap float with a width of 40
20139 \begin_inset space \thinspace{}
20140 \end_inset
20141
20142 col%.
20143 \begin_inset Foot
20144 status collapsed
20145
20146 \begin_layout Plain Layout
20147 Available units are explained in Appendix
20148 \begin_inset space ~
20149 \end_inset
20150
20151
20152 \begin_inset CommandInset ref
20153 LatexCommand ref
20154 reference "cha:Units-available-in"
20155
20156 \end_inset
20157
20158 .
20159 \end_layout
20160
20161 \end_inset
20162
20163  Some space was added under the caption to separate it better from the surroundi
20164 ng text.
20165 \end_layout
20166
20167 \begin_layout Standard
20168 \begin_inset Note Greyedout
20169 status open
20170
20171 \begin_layout Plain Layout
20172
20173 \series bold
20174 Note:
20175 \series default
20176  Wrap floats might be fragile! E.
20177 \begin_inset space \thinspace{}
20178 \end_inset
20179
20180 g.
20181 \begin_inset space \space{}
20182 \end_inset
20183
20184 having a figure too close to the bottom of the page can mess things up so
20185  that the float doesn't appear in the output or that it is placed over some
20186  other text.
20187 \end_layout
20188
20189 \end_inset
20190
20191  In general:
20192 \end_layout
20193
20194 \begin_layout Itemize
20195 Wrap floats should not be placed in paragraphs that run over a page break.
20196  That means that wrap floats should preferably be inserted in the exact
20197  place when the document is nearly ready and you are able to estimate where
20198  page breaks will appear.
20199 \end_layout
20200
20201 \begin_layout Itemize
20202 Wrap floats should either be placed in their own paragraph before the paragraph
20203  where they should wrap into, or within a paragraph.
20204 \end_layout
20205
20206 \begin_layout Itemize
20207 Wrap floats in consecutive paragraphs may cause trouble, so make sure that
20208  there is a text paragraph between them as separator.
20209 \end_layout
20210
20211 \begin_layout Itemize
20212 Wrap floats are not allowed in section headings or tables.
20213 \end_layout
20214
20215 \begin_layout Subsection
20216 Rotated Floats
20217 \begin_inset CommandInset label
20218 LatexCommand label
20219 name "sub:Rotated-Floats"
20220
20221 \end_inset
20222
20223
20224 \begin_inset Index idx
20225 status collapsed
20226
20227 \begin_layout Plain Layout
20228 Floats ! Rotating
20229 \end_layout
20230
20231 \end_inset
20232
20233
20234 \end_layout
20235
20236 \begin_layout Standard
20237 Especially for wide tables you might have floats rotated.
20238  To rotate a whole float including the caption, right-click on the float-box
20239  and use the option 
20240 \family sans
20241 Rotate
20242 \begin_inset space ~
20243 \end_inset
20244
20245 sideways
20246 \family default
20247 .
20248 \end_layout
20249
20250 \begin_layout Standard
20251 Rotated floats are always placed on their own pages (or columns, when you
20252  have a multi-column document).
20253  You can let them span several columns using the float settings option 
20254 \family sans
20255 Span
20256 \begin_inset space ~
20257 \end_inset
20258
20259 columns
20260 \family default
20261 .
20262  Floats are rotated so that you can read them from the outside margin.
20263  Forcing the rotation direction is explained in the 
20264 \emph on
20265 Embedded Objects
20266 \emph default
20267  manual.
20268 \end_layout
20269
20270 \begin_layout Standard
20271 Referencing rotated floats is the same like for normal floats; the caption
20272  format is also the same: Table
20273 \begin_inset space ~
20274 \end_inset
20275
20276
20277 \begin_inset CommandInset ref
20278 LatexCommand ref
20279 reference "cap:Rotated-table"
20280
20281 \end_inset
20282
20283  is an example of a rotated table float.
20284 \end_layout
20285
20286 \begin_layout Standard
20287 \begin_inset Note Greyedout
20288 status open
20289
20290 \begin_layout Plain Layout
20291
20292 \series bold
20293 Note:
20294 \series default
20295  Not all DVI-viewers are able to display rotated floats.
20296 \end_layout
20297
20298 \end_inset
20299
20300
20301 \end_layout
20302
20303 \begin_layout Standard
20304 \begin_inset Float table
20305 wide false
20306 sideways true
20307 status open
20308
20309 \begin_layout Plain Layout
20310 \begin_inset Caption
20311
20312 \begin_layout Plain Layout
20313 \begin_inset CommandInset label
20314 LatexCommand label
20315 name "cap:Rotated-table"
20316
20317 \end_inset
20318
20319  Rotated table
20320 \end_layout
20321
20322 \end_inset
20323
20324
20325 \end_layout
20326
20327 \begin_layout Plain Layout
20328 \align center
20329 \begin_inset Tabular
20330 <lyxtabular version="3" rows="1" columns="5">
20331 <features tabularvalignment="middle">
20332 <column alignment="center" valignment="top" width="0">
20333 <column alignment="center" valignment="top" width="0">
20334 <column alignment="center" valignment="top" width="0">
20335 <column alignment="center" valignment="top" width="0">
20336 <column alignment="center" valignment="top" width="0">
20337 <row>
20338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20339 \begin_inset Text
20340
20341 \begin_layout Plain Layout
20342 test
20343 \end_layout
20344
20345 \end_inset
20346 </cell>
20347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20348 \begin_inset Text
20349
20350 \begin_layout Plain Layout
20351 b
20352 \end_layout
20353
20354 \end_inset
20355 </cell>
20356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20357 \begin_inset Text
20358
20359 \begin_layout Plain Layout
20360 c
20361 \end_layout
20362
20363 \end_inset
20364 </cell>
20365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20366 \begin_inset Text
20367
20368 \begin_layout Plain Layout
20369 d
20370 \end_layout
20371
20372 \end_inset
20373 </cell>
20374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20375 \begin_inset Text
20376
20377 \begin_layout Plain Layout
20378 e
20379 \end_layout
20380
20381 \end_inset
20382 </cell>
20383 </row>
20384 </lyxtabular>
20385
20386 \end_inset
20387
20388
20389 \end_layout
20390
20391 \end_inset
20392
20393
20394 \end_layout
20395
20396 \begin_layout Subsection
20397 Float Placement
20398 \begin_inset CommandInset label
20399 LatexCommand label
20400 name "sub:Float-Placement"
20401
20402 \end_inset
20403
20404
20405 \begin_inset Index idx
20406 status collapsed
20407
20408 \begin_layout Plain Layout
20409 Floats ! Placement
20410 \end_layout
20411
20412 \end_inset
20413
20414
20415 \end_layout
20416
20417 \begin_layout Standard
20418 Right-clicking on a float-box opens a dialog where you can alter the placement
20419  options that LaTeX uses for positioning the float.
20420 \begin_inset Newline newline
20421 \end_inset
20422
20423 The option 
20424 \family sans
20425 Span
20426 \begin_inset space ~
20427 \end_inset
20428
20429 columns
20430 \family default
20431  is only useful for two-column documents: If you select it, the float will
20432  span both columns on the page instead of being confined to just one.
20433 \begin_inset Newline newline
20434 \end_inset
20435
20436 The option 
20437 \family sans
20438 Rotate
20439 \begin_inset space ~
20440 \end_inset
20441
20442 sideways
20443 \family default
20444  is used to rotate floats, see section
20445 \begin_inset space ~
20446 \end_inset
20447
20448
20449 \begin_inset CommandInset ref
20450 LatexCommand ref
20451 reference "sub:Rotated-Floats"
20452
20453 \end_inset
20454
20455 .
20456 \end_layout
20457
20458 \begin_layout Standard
20459 You can use one ore more of the following options in the float dialog to
20460  set the placement for a particular float when you uncheck the option 
20461 \family sans
20462 Use
20463 \begin_inset space ~
20464 \end_inset
20465
20466 default
20467 \begin_inset space ~
20468 \end_inset
20469
20470 placement
20471 \family default
20472 :
20473 \end_layout
20474
20475 \begin_layout Description
20476 Here
20477 \begin_inset space ~
20478 \end_inset
20479
20480 if
20481 \begin_inset space ~
20482 \end_inset
20483
20484 possible: try to place the float at the position where it is inserted
20485 \end_layout
20486
20487 \begin_layout Description
20488 Top
20489 \begin_inset space ~
20490 \end_inset
20491
20492 of
20493 \begin_inset space ~
20494 \end_inset
20495
20496 page: try to place the float at the top of the current page
20497 \end_layout
20498
20499 \begin_layout Description
20500 Bottom
20501 \begin_inset space ~
20502 \end_inset
20503
20504 of
20505 \begin_inset space ~
20506 \end_inset
20507
20508 page: try to place the float at the bottom of the current page
20509 \end_layout
20510
20511 \begin_layout Description
20512 Page
20513 \begin_inset space ~
20514 \end_inset
20515
20516 of
20517 \begin_inset space ~
20518 \end_inset
20519
20520 floats: try to place the float at an own page 
20521 \end_layout
20522
20523 \begin_layout Standard
20524 The order of the above option is 
20525 \emph on
20526 always
20527 \emph default
20528  used by LaTeX.
20529  That means, if you use the default placement, LaTeX will first try out
20530  
20531 \family sans
20532 Here
20533 \begin_inset space ~
20534 \end_inset
20535
20536 if
20537 \begin_inset space ~
20538 \end_inset
20539
20540 possible
20541 \family default
20542 , then 
20543 \family sans
20544 Top
20545 \begin_inset space ~
20546 \end_inset
20547
20548 of
20549 \begin_inset space ~
20550 \end_inset
20551
20552 page
20553 \family default
20554 , and then the others.
20555  If you don't use the default, LaTeX will try only the checked options but
20556  in the same order.
20557  If none of the 4 placements are possible the procedure is internally repeated
20558  but it is tried to put the float on the following page.
20559 \end_layout
20560
20561 \begin_layout Standard
20562 By default, each option has its own rules:
20563 \end_layout
20564
20565 \begin_layout Standard
20566
20567 \family sans
20568 Top
20569 \begin_inset space ~
20570 \end_inset
20571
20572 of
20573 \begin_inset space ~
20574 \end_inset
20575
20576 page
20577 \family default
20578  only floats occupying less than 70
20579 \begin_inset space \thinspace{}
20580 \end_inset
20581
20582 % of the page can be placed at the top of a page
20583 \end_layout
20584
20585 \begin_layout Standard
20586
20587 \family sans
20588 Bottom
20589 \begin_inset space ~
20590 \end_inset
20591
20592 of
20593 \begin_inset space ~
20594 \end_inset
20595
20596 page
20597 \family default
20598 : only floats occupying less than 30
20599 \begin_inset space \thinspace{}
20600 \end_inset
20601
20602 % of the page can be placed at the bottom of a page.
20603 \end_layout
20604
20605 \begin_layout Standard
20606
20607 \family sans
20608 Page
20609 \begin_inset space ~
20610 \end_inset
20611
20612 of
20613 \begin_inset space ~
20614 \end_inset
20615
20616 floats
20617 \family default
20618 : only if more than 50
20619 \begin_inset space \thinspace{}
20620 \end_inset
20621
20622 % of the page are occupied by floats, several floats can be set together
20623  on a page.
20624 \end_layout
20625
20626 \begin_layout Standard
20627 If you don't like these rules, you can ignore them by using the additional
20628  option 
20629 \family sans
20630 Ignore
20631 \begin_inset space ~
20632 \end_inset
20633
20634 LaTeX
20635 \begin_inset space ~
20636 \end_inset
20637
20638 rules
20639 \family default
20640 .
20641 \end_layout
20642
20643 \begin_layout Standard
20644 Sometimes you might need, under all circumstances, a float to be placed
20645  exactly at the position where it is inserted.
20646  For this case you can use the option 
20647 \family sans
20648 Here
20649 \begin_inset space ~
20650 \end_inset
20651
20652 definitely
20653 \family default
20654 .
20655  Use this option very rarely and only if the document is nearly ready to
20656  be printed.
20657  Because the float is then no longer able to 
20658 \begin_inset Quotes eld
20659 \end_inset
20660
20661 float
20662 \begin_inset Quotes erd
20663 \end_inset
20664
20665  when you change your document, this will often destroy the page layout.
20666 \end_layout
20667
20668 \begin_layout Standard
20669 There are no placement options for text wrap floats, because they are always
20670  surrounded by the text of a certain paragraph.
20671 \end_layout
20672
20673 \begin_layout Standard
20674 For more details about float placements, have a look at LaTeX books like
20675  
20676 \begin_inset CommandInset citation
20677 LatexCommand cite
20678 key "latexcompanion,latexguide,latexbook"
20679
20680 \end_inset
20681
20682 .
20683 \end_layout
20684
20685 \begin_layout Section
20686 Minipages
20687 \begin_inset Index idx
20688 status collapsed
20689
20690 \begin_layout Plain Layout
20691 Minipages
20692 \end_layout
20693
20694 \end_inset
20695
20696
20697 \begin_inset CommandInset label
20698 LatexCommand label
20699 name "sec:Minipages"
20700
20701 \end_inset
20702
20703
20704 \end_layout
20705
20706 \begin_layout Standard
20707 LaTeX provides a mechanism to produce essentially a page within a page,
20708  called minipage.
20709  Within a minipage, all the usual rules of indentation, line wrapping, etc.
20710 \begin_inset space ~
20711 \end_inset
20712
20713 apply.
20714  
20715 \end_layout
20716
20717 \begin_layout Standard
20718 Minipages in LyX have their own collapsible box inserted via the menu 
20719 \family sans
20720 Insert\SpecialChar \menuseparator
20721 Box
20722 \family default
20723 .
20724  Right-clicking on the box allows you to alter the width of the minipage
20725  and its alignment within the page.
20726 \end_layout
20727
20728 \begin_layout Standard
20729 \align center
20730 \begin_inset Box Frameless
20731 position "t"
20732 hor_pos "c"
20733 has_inner_box 1
20734 inner_pos "t"
20735 use_parbox 0
20736 width "30col%"
20737 special "none"
20738 height "1pt"
20739 height_special "totalheight"
20740 status open
20741
20742 \begin_layout Plain Layout
20743
20744 \shape italic
20745 This is a minipage.
20746  The text is set in an italic style.
20747 \end_layout
20748
20749 \begin_layout Plain Layout
20750
20751 \shape italic
20752 Minipages are often used for text in another language or text that needs
20753  another formatting.
20754 \end_layout
20755
20756 \end_inset
20757
20758
20759 \end_layout
20760
20761 \begin_layout Standard
20762 \begin_inset VSpace medskip
20763 \end_inset
20764
20765 If you place two minipages side-by-side, you can use 
20766 \family sans
20767 Horizontal Fills
20768 \family default
20769  as described in section
20770 \begin_inset space ~
20771 \end_inset
20772
20773
20774 \begin_inset CommandInset ref
20775 LatexCommand ref
20776 reference "sub:Horizontal-Space"
20777
20778 \end_inset
20779
20780 :
20781 \begin_inset VSpace medskip
20782 \end_inset
20783
20784
20785 \end_layout
20786
20787 \begin_layout Standard
20788 \begin_inset Box Frameless
20789 position "t"
20790 hor_pos "c"
20791 has_inner_box 1
20792 inner_pos "t"
20793 use_parbox 0
20794 width "1.5in"
20795 special "none"
20796 height "1pt"
20797 height_special "totalheight"
20798 status open
20799
20800 \begin_layout Plain Layout
20801 This is a minipage with some stupid dummy text.
20802  This dummy text is used to increase the size of the minipage.
20803 \end_layout
20804
20805 \end_inset
20806
20807
20808 \begin_inset space \hfill{}
20809 \end_inset
20810
20811
20812 \begin_inset Box Frameless
20813 position "t"
20814 hor_pos "c"
20815 has_inner_box 1
20816 inner_pos "t"
20817 use_parbox 0
20818 width "1.5in"
20819 special "none"
20820 height "1pt"
20821 height_special "totalheight"
20822 status open
20823
20824 \begin_layout Plain Layout
20825 This is a minipage with some stupid dummy text.
20826  This dummy text is used to increase the size of the minipage.
20827 \end_layout
20828
20829 \end_inset
20830
20831
20832 \end_layout
20833
20834 \begin_layout Standard
20835 \begin_inset VSpace bigskip
20836 \end_inset
20837
20838
20839 \end_layout
20840
20841 \begin_layout Standard
20842 When you right-click on a minipage box, you can change the box from a minipage
20843  to other box types.
20844  All box types and their settings are explained in detail in chapter 
20845 \emph on
20846 Boxes
20847 \emph default
20848  of the 
20849 \emph on
20850 Embedded Objects
20851 \emph default
20852  manual.
20853 \end_layout
20854
20855 \begin_layout Chapter
20856 Mathematical Formulas
20857 \begin_inset Index idx
20858 status collapsed
20859
20860 \begin_layout Plain Layout
20861 Math
20862 \end_layout
20863
20864 \end_inset
20865
20866
20867 \begin_inset Index idx
20868 status collapsed
20869
20870 \begin_layout Plain Layout
20871 Formulas | see
20872 \begin_inset ERT
20873 status collapsed
20874
20875 \begin_layout Plain Layout
20876
20877 {
20878 \end_layout
20879
20880 \end_inset
20881
20882 Math
20883 \begin_inset ERT
20884 status collapsed
20885
20886 \begin_layout Plain Layout
20887
20888 }
20889 \end_layout
20890
20891 \end_inset
20892
20893
20894 \end_layout
20895
20896 \end_inset
20897
20898
20899 \begin_inset CommandInset label
20900 LatexCommand label
20901 name "cha:Mathematical-Formulas"
20902
20903 \end_inset
20904
20905
20906 \end_layout
20907
20908 \begin_layout Standard
20909 The issues of this chapter are described in detail in the 
20910 \emph on
20911 Math
20912 \emph default
20913  manual.
20914  There you'll also find tips and tricks for special cases.
20915 \end_layout
20916
20917 \begin_layout Section
20918 Basic Math Editing
20919 \begin_inset Index idx
20920 status collapsed
20921
20922 \begin_layout Plain Layout
20923 Math ! Basics
20924 \end_layout
20925
20926 \end_inset
20927
20928
20929 \end_layout
20930
20931 \begin_layout Standard
20932 To create a math formula, you can just click on the toolbar icon 
20933 \begin_inset Graphics
20934         filename ../images/math-mode.png
20935
20936 \end_inset
20937
20938 .
20939  That will create a little blue rectangle, with purple markers around its
20940  corners.
20941  That blue rectangle is the formula itself; the purple markers indicate
20942  what level of nesting within the formula you are at.
20943  You can also choose a particular formula type to insert via the 
20944 \family sans
20945 Insert\SpecialChar \menuseparator
20946 Math
20947 \family default
20948  menu.
20949 \end_layout
20950
20951 \begin_layout Standard
20952 Editing the parameters of a formula and adding math constructs can be done
20953  with the 
20954 \family sans
20955 math
20956 \begin_inset space ~
20957 \end_inset
20958
20959 toolbar
20960 \family default
20961 , that appears when the cursor is in a formula.
20962 \end_layout
20963
20964 \begin_layout Standard
20965 There are two main types of formulas: Inline formulas appear within a text
20966  line, like this one:
20967 \end_layout
20968
20969 \begin_layout Standard
20970 This is a line with an inline formula 
20971 \begin_inset Formula $A=B$
20972 \end_inset
20973
20974  in it.
20975 \end_layout
20976
20977 \begin_layout Standard
20978 Displayed formulas appear outside the text like as if they were in an own
20979  paragraph, like this one:
20980 \begin_inset Formula \[
20981 A=B\]
20982
20983 \end_inset
20984
20985 You can only number and reference displayed formulas.
20986 \end_layout
20987
20988 \begin_layout Standard
20989 LyX supports also many LaTeX math commands.
20990  E.
20991 \begin_inset space \thinspace{}
20992 \end_inset
20993
20994 g.
20995 \begin_inset space \space{}
20996 \end_inset
20997
20998 typing 
20999 \begin_inset Quotes eld
21000 \end_inset
21001
21002
21003 \series bold
21004
21005 \backslash
21006 alpha
21007 \series default
21008
21009 \begin_inset Quotes erd
21010 \end_inset
21011
21012 , followed by a space, in a formula will create the Greek letter 
21013 \begin_inset Formula $\alpha$
21014 \end_inset
21015
21016 .
21017  So typing commands might sometimes be faster than using the 
21018 \family sans
21019 Math
21020 \begin_inset space ~
21021 \end_inset
21022
21023 Panel
21024 \family default
21025 .
21026 \end_layout
21027
21028 \begin_layout Subsection
21029 Navigating in Formulas
21030 \begin_inset Index idx
21031 status collapsed
21032
21033 \begin_layout Plain Layout
21034 Math ! Navigating
21035 \end_layout
21036
21037 \end_inset
21038
21039
21040 \end_layout
21041
21042 \begin_layout Standard
21043 The best control over the cursor position within an existing formula is
21044  achieved with the arrow keys.
21045  LyX uses small rectangles to indicate places where something can be inserted.
21046  The arrow keys can be used to navigate between parts of a formula.
21047  Pressing 
21048 \family sans
21049 Space
21050 \family default
21051  will leave a formula construct (a square root 
21052 \begin_inset Formula $\sqrt{2}$
21053 \end_inset
21054
21055 , or parentheses 
21056 \begin_inset Formula $\left(f\right)$
21057 \end_inset
21058
21059 , or a matrix 
21060 \begin_inset Formula $\left[\begin{array}{cc}
21061 1 & 2\\
21062 3 & 4
21063 \end{array}\right]$
21064 \end_inset
21065
21066 ).
21067  Pressing 
21068 \family sans
21069 Escape
21070 \family default
21071  will leave the formula, placing the cursor after the formula.
21072  
21073 \family sans
21074 Tab
21075 \family default
21076  can be used to move horizontally in a formula; for example, through the
21077  cells of a matrix or the positions in a multi-line equation.
21078 \end_layout
21079
21080 \begin_layout Standard
21081
21082 \family sans
21083 Space
21084 \family default
21085 , printed in this document as 
21086 \begin_inset Quotes eld
21087 \end_inset
21088
21089
21090 \begin_inset ERT
21091 status collapsed
21092
21093 \begin_layout Plain Layout
21094
21095
21096 \backslash
21097 spce 
21098 \end_layout
21099
21100 \end_inset
21101
21102
21103 \begin_inset Quotes erd
21104 \end_inset
21105
21106
21107 \begin_inset Note Note
21108 status collapsed
21109
21110 \begin_layout Plain Layout
21111 This command will appear in the output as official character denoting the
21112  space character (visible space).
21113 \end_layout
21114
21115 \end_inset
21116
21117 , seems to do nothing in a formula, since it does not add a space between
21118  characters, but it does exit a nested structure.
21119  For this reason, you have to be careful about using 
21120 \family sans
21121 Space
21122 \family default
21123 .
21124  For example, if you want 
21125 \begin_inset Formula $\sqrt{2x+1}$
21126 \end_inset
21127
21128 , type 
21129 \series bold
21130
21131 \backslash
21132 sqrt
21133 \begin_inset ERT
21134 status collapsed
21135
21136 \begin_layout Plain Layout
21137
21138
21139 \backslash
21140 spce 
21141 \end_layout
21142
21143 \end_inset
21144
21145 2x+1
21146 \series default
21147  and not 
21148 \series bold
21149
21150 \backslash
21151 sqrt
21152 \begin_inset ERT
21153 status collapsed
21154
21155 \begin_layout Plain Layout
21156
21157
21158 \backslash
21159 spce 
21160 \end_layout
21161
21162 \end_inset
21163
21164 2x
21165 \begin_inset ERT
21166 status collapsed
21167
21168 \begin_layout Plain Layout
21169
21170
21171 \backslash
21172 spce 
21173 \end_layout
21174
21175 \end_inset
21176
21177 +1
21178 \series default
21179 , since in the latter case only the 
21180 \family typewriter
21181
21182 \begin_inset Formula $2x$
21183 \end_inset
21184
21185
21186 \family default
21187  will be under the square root sign: 
21188 \begin_inset Formula $\sqrt{2x}+1$
21189 \end_inset
21190
21191 .
21192 \end_layout
21193
21194 \begin_layout Standard
21195 You can leave many parts of a formula, like this matrix, partially filled
21196  in, such as:
21197 \begin_inset Formula \[
21198 \left(\begin{array}{ccc}
21199 \lambda_{1}\\
21200  & \ddots\\
21201  &  & \lambda_{n}
21202 \end{array}\right)\]
21203
21204 \end_inset
21205
21206 If you leave a fraction only partially filled in, or a subscript with nothing
21207  in it, the results will be unpredictable, but most constructs don't mind.
21208 \end_layout
21209
21210 \begin_layout Subsection
21211 Selecting Text
21212 \end_layout
21213
21214 \begin_layout Standard
21215 You can select text within a formula in two different ways.
21216  Place the cursor at one end of the string of text you want, and press 
21217 \family sans
21218 Shift
21219 \family default
21220  and a cursor movement key to select text.
21221  It will be highlighted as with regular text selection.
21222  Alternatively, you can select text with the mouse in the usual way.
21223  That text can then be cut or copied, and then pasted within any formula,
21224  but not in a normal text region in LyX.
21225 \end_layout
21226
21227 \begin_layout Subsection
21228 Exponents and Subscripts
21229 \begin_inset Index idx
21230 status collapsed
21231
21232 \begin_layout Plain Layout
21233 Math ! Exponents
21234 \end_layout
21235
21236 \end_inset
21237
21238
21239 \begin_inset Index idx
21240 status collapsed
21241
21242 \begin_layout Plain Layout
21243 Math ! Subscripts
21244 \end_layout
21245
21246 \end_inset
21247
21248
21249 \end_layout
21250
21251 \begin_layout Standard
21252 You can use the math panel to add super- or subscripts, but the much easier
21253  way is to use a command.
21254  To get 
21255 \begin_inset Formula $x^{2}$
21256 \end_inset
21257
21258 , type in a formula 
21259 \series bold
21260 x^2
21261 \begin_inset ERT
21262 status collapsed
21263
21264 \begin_layout Plain Layout
21265
21266
21267 \backslash
21268 spce 
21269 \end_layout
21270
21271 \end_inset
21272
21273
21274 \series default
21275 .
21276  The final 
21277 \family sans
21278 Space
21279 \family default
21280  puts the cursor back down on the base line of the expression.
21281  If you type 
21282 \series bold
21283 x^2y
21284 \series default
21285 , you will get 
21286 \begin_inset Formula $x^{2y}$
21287 \end_inset
21288
21289 , to get 
21290 \begin_inset Formula $x^{2}y$
21291 \end_inset
21292
21293 , type 
21294 \series bold
21295 x^2
21296 \begin_inset ERT
21297 status collapsed
21298
21299 \begin_layout Plain Layout
21300
21301
21302 \backslash
21303 spce 
21304 \end_layout
21305
21306 \end_inset
21307
21308 y
21309 \series default
21310 .
21311  If you use characters in the superscript, that could be accented with the
21312  hat 
21313 \begin_inset Quotes eld
21314 \end_inset
21315
21316 ^
21317 \begin_inset Quotes erd
21318 \end_inset
21319
21320 , you have to use an extra 
21321 \family sans
21322 Space
21323 \family default
21324  to separate the hat and the character.
21325  E.
21326 \begin_inset space \thinspace{}
21327 \end_inset
21328
21329 g.
21330 \begin_inset space \space{}
21331 \end_inset
21332
21333 if you want 
21334 \begin_inset Formula $x^{a}$
21335 \end_inset
21336
21337 , type 
21338 \series bold
21339 x^
21340 \begin_inset ERT
21341 status collapsed
21342
21343 \begin_layout Plain Layout
21344
21345
21346 \backslash
21347 spce 
21348 \end_layout
21349
21350 \end_inset
21351
21352 a
21353 \series default
21354 .
21355  Subscripts are similar: To get 
21356 \begin_inset Formula $a_{1}$
21357 \end_inset
21358
21359 , type 
21360 \series bold
21361 a_1
21362 \begin_inset ERT
21363 status collapsed
21364
21365 \begin_layout Plain Layout
21366
21367
21368 \backslash
21369 spce 
21370 \end_layout
21371
21372 \end_inset
21373
21374
21375 \series default
21376 .
21377 \end_layout
21378
21379 \begin_layout Subsection
21380 Fractions
21381 \begin_inset Index idx
21382 status collapsed
21383
21384 \begin_layout Plain Layout
21385 Math ! Fractions
21386 \end_layout
21387
21388 \end_inset
21389
21390
21391 \end_layout
21392
21393 \begin_layout Standard
21394 Create a fraction with either the command 
21395 \series bold
21396
21397 \backslash
21398 frac
21399 \series default
21400  or using the icon 
21401 \begin_inset Graphics
21402         filename ../images/math/frac.png
21403         scale 60
21404
21405 \end_inset
21406
21407  in the 
21408 \family sans
21409 Math
21410 \begin_inset space ~
21411 \end_inset
21412
21413 Panel
21414 \family default
21415 .
21416  You will be presented with an empty fraction.
21417  The cursor is above the fraction line.
21418  To move it to the bottom, simply press 
21419 \family sans
21420 Down
21421 \family default
21422 .
21423  To move back up, press 
21424 \family sans
21425 Up
21426 \family default
21427 .
21428  Any math structure can be placed in a fraction, as this example shows:
21429 \begin_inset Formula \[
21430 \left[\frac{1}{\left(\begin{array}{cc}
21431 2 & 3\\
21432 4 & 5
21433 \end{array}\right)}\right]\]
21434
21435 \end_inset
21436
21437
21438 \end_layout
21439
21440 \begin_layout Subsection
21441 Roots
21442 \begin_inset Index idx
21443 status collapsed
21444
21445 \begin_layout Plain Layout
21446 Math ! Roots
21447 \end_layout
21448
21449 \end_inset
21450
21451
21452 \end_layout
21453
21454 \begin_layout Standard
21455 Roots can be created using the 
21456 \family sans
21457 Math
21458 \begin_inset space ~
21459 \end_inset
21460
21461 Panel
21462 \family default
21463  button
21464 \begin_inset Graphics
21465         filename ../images/math/sqrt.png
21466
21467 \end_inset
21468
21469  or the commands 
21470 \series bold
21471
21472 \backslash
21473 sqrt
21474 \series default
21475  or 
21476 \series bold
21477
21478 \backslash
21479 root
21480 \series default
21481 .
21482  With the command 
21483 \series bold
21484
21485 \backslash
21486 root
21487 \series default
21488  you can produce roots of higher orders, like cube roots, while 
21489 \series bold
21490
21491 \backslash
21492 sqrt
21493 \series default
21494  produces always a square root.
21495 \end_layout
21496
21497 \begin_layout Subsection
21498 Operators with Limits
21499 \begin_inset Index idx
21500 status collapsed
21501
21502 \begin_layout Plain Layout
21503 Math ! Sums
21504 \end_layout
21505
21506 \end_inset
21507
21508
21509 \begin_inset Index idx
21510 status collapsed
21511
21512 \begin_layout Plain Layout
21513 Math ! Integrals
21514 \end_layout
21515
21516 \end_inset
21517
21518
21519 \begin_inset CommandInset label
21520 LatexCommand label
21521 name "sub:Operators-with-Limits"
21522
21523 \end_inset
21524
21525
21526 \end_layout
21527
21528 \begin_layout Standard
21529 Sum (
21530 \begin_inset Formula $\sum$
21531 \end_inset
21532
21533 ) and integral (
21534 \begin_inset Formula $\int$
21535 \end_inset
21536
21537 ) operators are very often decorated with limits.
21538  These limits can be entered in LyX by entering them as you would enter
21539  a super- or subscript, directly after the symbol.
21540  The sum operator will automatically place its 
21541 \begin_inset Quotes eld
21542 \end_inset
21543
21544 limits
21545 \begin_inset Quotes erd
21546 \end_inset
21547
21548  over and under the symbol in displayed formulas, and on the side in inline
21549  formulas.
21550  Such as 
21551 \begin_inset Formula $\sum_{n=0}^{\infty}\frac{1}{n!}=e$
21552 \end_inset
21553
21554 , versus
21555 \begin_inset Formula \[
21556 \sum_{n=0}^{\infty}\frac{1}{n!}=e\]
21557
21558 \end_inset
21559
21560 Integral signs, however, will place the limits on the side in both formula
21561  types.
21562 \end_layout
21563
21564 \begin_layout Standard
21565 All operators with limits will be automatically re-sized when placed in
21566  display mode.
21567  The placement of the limits can be changed by placing the cursor directly
21568  behind the operator and hitting 
21569 \begin_inset Info
21570 type  "shortcut"
21571 arg   "math-limits"
21572 \end_inset
21573
21574  or using the menu 
21575 \family sans
21576 Edit\SpecialChar \menuseparator
21577 Math\SpecialChar \menuseparator
21578 Change
21579 \begin_inset space ~
21580 \end_inset
21581
21582 Limits
21583 \begin_inset space ~
21584 \end_inset
21585
21586 Type
21587 \family default
21588 .
21589 \end_layout
21590
21591 \begin_layout Standard
21592 Certain other mathematical expressions have this 
21593 \begin_inset Quotes eld
21594 \end_inset
21595
21596 moving limits
21597 \begin_inset Quotes erd
21598 \end_inset
21599
21600  feature as addition, such as
21601 \begin_inset Index idx
21602 status collapsed
21603
21604 \begin_layout Plain Layout
21605 Math ! Limits
21606 \end_layout
21607
21608 \end_inset
21609
21610
21611 \begin_inset Formula \[
21612 \lim_{x\rightarrow\infty}f(x),\]
21613
21614 \end_inset
21615
21616 which will place the 
21617 \begin_inset Formula $x\rightarrow\infty$
21618 \end_inset
21619
21620  underneath the 
21621 \begin_inset Quotes eld
21622 \end_inset
21623
21624 lim
21625 \begin_inset Quotes erd
21626 \end_inset
21627
21628  in display mode.
21629  In inline formulas it looks like this: 
21630 \begin_inset Formula $\lim_{x\rightarrow\infty}f(x)$
21631 \end_inset
21632
21633 .
21634 \end_layout
21635
21636 \begin_layout Standard
21637 Note that the lim-function was entered as the function macro 
21638 \series bold
21639
21640 \backslash
21641 lim
21642 \series default
21643 .
21644  Have a look at section
21645 \begin_inset space ~
21646 \end_inset
21647
21648
21649 \begin_inset CommandInset ref
21650 LatexCommand ref
21651 reference "sub:Functions"
21652
21653 \end_inset
21654
21655  for an explanation of function macros.
21656 \end_layout
21657
21658 \begin_layout Subsection
21659 Math Symbols
21660 \begin_inset Index idx
21661 status collapsed
21662
21663 \begin_layout Plain Layout
21664 Math ! Symbols
21665 \end_layout
21666
21667 \end_inset
21668
21669
21670 \end_layout
21671
21672 \begin_layout Standard
21673 Most math symbols can be found in the 
21674 \family sans
21675 Math
21676 \begin_inset space ~
21677 \end_inset
21678
21679 Panel
21680 \family default
21681  under one of several categories; including 
21682 \family sans
21683 Greek
21684 \family default
21685
21686 \family sans
21687 Operators
21688 \family default
21689  , 
21690 \family sans
21691 Relations
21692 \family default
21693
21694 \family sans
21695 Arrows
21696 \family default
21697 .
21698  There are also the additional symbols provided by the American Mathematical
21699  Society (AMS).
21700 \end_layout
21701
21702 \begin_layout Standard
21703 If you know the LaTeX-command for a construct or symbol you wish to use,
21704  you don't have to use the 
21705 \family sans
21706 Math
21707 \begin_inset space ~
21708 \end_inset
21709
21710 Panel
21711 \family default
21712 , but can type the command directly into the formula.
21713  LyX will convert it to the corresponding symbol or construct.
21714 \end_layout
21715
21716 \begin_layout Subsection
21717 Altering Spacing
21718 \begin_inset Index idx
21719 status collapsed
21720
21721 \begin_layout Plain Layout
21722 Math ! Spaces
21723 \end_layout
21724
21725 \end_inset
21726
21727
21728 \end_layout
21729
21730 \begin_layout Standard
21731 You may want to create spaces that differ from the standard spacing that
21732  LaTeX provides.
21733  To do this, type 
21734 \begin_inset Info
21735 type  "shortcut"
21736 arg   "space-insert protected"
21737 \end_inset
21738
21739  or to use the 
21740 \family sans
21741 Math
21742 \begin_inset space ~
21743 \end_inset
21744
21745 Panel
21746 \family default
21747  button 
21748 \begin_inset Graphics
21749         filename ../images/math/space.png
21750
21751 \end_inset
21752
21753 .
21754  This generates a small space, and shows a small marker on the screen.
21755  For example, the sequence 
21756 \series bold
21757 a Ctrl+Space b
21758 \series default
21759
21760 \begin_inset Formula $a\, b$
21761 \end_inset
21762
21763  appears in LyX as 
21764 \begin_inset Graphics
21765         filename clipart/SpaceMarker.png
21766
21767 \end_inset
21768
21769 .
21770  You can change the space to different sizes when you set the cursor behind
21771  the space marker and hit space again several times.
21772  With every space hit the size will be changed.
21773  Some markers for the space size appear red in LyX, because they are negative
21774  spaces.
21775  Here are two examples:
21776 \end_layout
21777
21778 \begin_layout Standard
21779
21780 \series bold
21781 a Ctrl+Space b
21782 \series default
21783  and 3×
21784 \family sans
21785 Space
21786 \family default
21787
21788 \begin_inset Formula $a\quad b$
21789 \end_inset
21790
21791
21792 \end_layout
21793
21794 \begin_layout Standard
21795
21796 \series bold
21797 a Ctrl+Space b
21798 \series default
21799  and 5×
21800 \family sans
21801 Space
21802 \family default
21803
21804 \begin_inset Formula $a\! b$
21805 \end_inset
21806
21807
21808 \end_layout
21809
21810 \begin_layout Subsection
21811 Functions
21812 \begin_inset Index idx
21813 status collapsed
21814
21815 \begin_layout Plain Layout
21816 Math ! Functions
21817 \end_layout
21818
21819 \end_inset
21820
21821
21822 \begin_inset CommandInset label
21823 LatexCommand label
21824 name "sub:Functions"
21825
21826 \end_inset
21827
21828
21829 \end_layout
21830
21831 \begin_layout Standard
21832 The 
21833 \family sans
21834 Math
21835 \begin_inset space ~
21836 \end_inset
21837
21838 Panel
21839 \family default
21840  contains under the button 
21841 \begin_inset Graphics
21842         filename ../images/math/functions.png
21843
21844 \end_inset
21845
21846  a number of function macros, such as 
21847 \begin_inset Formula $\sin$
21848 \end_inset
21849
21850
21851 \begin_inset Formula $\lim$
21852 \end_inset
21853
21854
21855 \emph on
21856 etc
21857 \emph default
21858 .
21859  (you can also insert them in a formula by typing 
21860 \series bold
21861
21862 \backslash
21863 sin
21864 \series default
21865  etc.).
21866  Standard mathematical practice is, that functions are printed upright to
21867  avoid confusions, because 
21868 \begin_inset Formula $sin$
21869 \end_inset
21870
21871  does normally mean 
21872 \begin_inset Formula $s·i·n$
21873 \end_inset
21874
21875 .
21876 \end_layout
21877
21878 \begin_layout Standard
21879 Using the function macros will also produce correct spacing around the function:
21880  
21881 \begin_inset Formula $a\sin x$
21882 \end_inset
21883
21884  is different from 
21885 \begin_inset Formula $asinx$
21886 \end_inset
21887
21888
21889 \end_layout
21890
21891 \begin_layout Standard
21892 For some mathematical objects, like the limes, the macro changes where subscript
21893 s are placed, as described in section
21894 \begin_inset space ~
21895 \end_inset
21896
21897
21898 \begin_inset CommandInset ref
21899 LatexCommand ref
21900 reference "sub:Operators-with-Limits"
21901
21902 \end_inset
21903
21904 .
21905 \end_layout
21906
21907 \begin_layout Subsection
21908 Accents
21909 \begin_inset Index idx
21910 status collapsed
21911
21912 \begin_layout Plain Layout
21913 Math ! Accents
21914 \end_layout
21915
21916 \end_inset
21917
21918
21919 \end_layout
21920
21921 \begin_layout Standard
21922 In a formula you can insert accented characters in the same way as in text
21923  mode.
21924  This may depend on your keyboard, or the bindings file you use.
21925  You can also use LaTeX commands to e.
21926 \begin_inset space \thinspace{}
21927 \end_inset
21928
21929 g.
21930 \begin_inset space \space{}
21931 \end_inset
21932
21933 enter 
21934 \begin_inset Formula $\hat{a}$
21935 \end_inset
21936
21937  even if your keyboard doesn't have hat-accents enabled.
21938  Our example is entered by typing 
21939 \series bold
21940
21941 \backslash
21942 hat
21943 \begin_inset ERT
21944 status collapsed
21945
21946 \begin_layout Plain Layout
21947
21948
21949 \backslash
21950 spce 
21951 \end_layout
21952
21953 \end_inset
21954
21955 a
21956 \series default
21957  in a formula.
21958  Table
21959 \begin_inset space ~
21960 \end_inset
21961
21962
21963 \begin_inset CommandInset ref
21964 LatexCommand ref
21965 reference "cap:Accent-names-and"
21966
21967 \end_inset
21968
21969  shows the equivalences between the accent names and the commands.
21970 \end_layout
21971
21972 \begin_layout Standard
21973 \begin_inset Float table
21974 wide false
21975 sideways false
21976 status open
21977
21978 \begin_layout Plain Layout
21979 \begin_inset Caption
21980
21981 \begin_layout Plain Layout
21982 \begin_inset CommandInset label
21983 LatexCommand label
21984 name "cap:Accent-names-and"
21985
21986 \end_inset
21987
21988 Accent names and the corresponding commands.
21989 \end_layout
21990
21991 \end_inset
21992
21993
21994 \end_layout
21995
21996 \begin_layout Plain Layout
21997 \align center
21998 \begin_inset Tabular
21999 <lyxtabular version="3" rows="11" columns="3">
22000 <features tabularvalignment="middle">
22001 <column alignment="center" valignment="top" width="0pt">
22002 <column alignment="center" valignment="top" width="0pt">
22003 <column alignment="center" valignment="top" width="0pt">
22004 <row>
22005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22006 \begin_inset Text
22007
22008 \begin_layout Plain Layout
22009 Name
22010 \end_layout
22011
22012 \end_inset
22013 </cell>
22014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22015 \begin_inset Text
22016
22017 \begin_layout Plain Layout
22018 Command
22019 \end_layout
22020
22021 \end_inset
22022 </cell>
22023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22024 \begin_inset Text
22025
22026 \begin_layout Plain Layout
22027 E
22028 \family roman
22029 \series medium
22030 \shape up
22031 \size normal
22032 \emph off
22033 \bar no
22034 \noun off
22035 \color none
22036 xample
22037 \end_layout
22038
22039 \end_inset
22040 </cell>
22041 </row>
22042 <row>
22043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22044 \begin_inset Text
22045
22046 \begin_layout Plain Layout
22047
22048 \family roman
22049 \series medium
22050 \shape up
22051 \size normal
22052 \emph off
22053 \bar no
22054 \noun off
22055 \color none
22056 circumflex
22057 \end_layout
22058
22059 \end_inset
22060 </cell>
22061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22062 \begin_inset Text
22063
22064 \begin_layout Plain Layout
22065
22066 \series bold
22067
22068 \backslash
22069 hat
22070 \end_layout
22071
22072 \end_inset
22073 </cell>
22074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22075 \begin_inset Text
22076
22077 \begin_layout Plain Layout
22078
22079 \family roman
22080 \series medium
22081 \shape up
22082 \size normal
22083 \emph off
22084 \bar no
22085 \noun off
22086 \color none
22087 \begin_inset Formula $\hat{a}$
22088 \end_inset
22089
22090
22091 \end_layout
22092
22093 \end_inset
22094 </cell>
22095 </row>
22096 <row>
22097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22098 \begin_inset Text
22099
22100 \begin_layout Plain Layout
22101
22102 \family roman
22103 \series medium
22104 \shape up
22105 \size normal
22106 \emph off
22107 \bar no
22108 \noun off
22109 \color none
22110 grave
22111 \end_layout
22112
22113 \end_inset
22114 </cell>
22115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22116 \begin_inset Text
22117
22118 \begin_layout Plain Layout
22119
22120 \series bold
22121
22122 \backslash
22123 grave
22124 \end_layout
22125
22126 \end_inset
22127 </cell>
22128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22129 \begin_inset Text
22130
22131 \begin_layout Plain Layout
22132
22133 \family roman
22134 \series medium
22135 \shape up
22136 \size normal
22137 \emph off
22138 \bar no
22139 \noun off
22140 \color none
22141 \begin_inset Formula $\grave{a}$
22142 \end_inset
22143
22144
22145 \end_layout
22146
22147 \end_inset
22148 </cell>
22149 </row>
22150 <row>
22151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22152 \begin_inset Text
22153
22154 \begin_layout Plain Layout
22155
22156 \family roman
22157 \series medium
22158 \shape up
22159 \size normal
22160 \emph off
22161 \bar no
22162 \noun off
22163 \color none
22164 acute
22165 \end_layout
22166
22167 \end_inset
22168 </cell>
22169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22170 \begin_inset Text
22171
22172 \begin_layout Plain Layout
22173
22174 \series bold
22175
22176 \backslash
22177 acute
22178 \end_layout
22179
22180 \end_inset
22181 </cell>
22182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22183 \begin_inset Text
22184
22185 \begin_layout Plain Layout
22186
22187 \family roman
22188 \series medium
22189 \shape up
22190 \size normal
22191 \emph off
22192 \bar no
22193 \noun off
22194 \color none
22195 \begin_inset Formula $\acute{a}$
22196 \end_inset
22197
22198
22199 \end_layout
22200
22201 \end_inset
22202 </cell>
22203 </row>
22204 <row>
22205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22206 \begin_inset Text
22207
22208 \begin_layout Plain Layout
22209
22210 \family roman
22211 \series medium
22212 \shape up
22213 \size normal
22214 \emph off
22215 \bar no
22216 \noun off
22217 \color none
22218 umlaut
22219 \end_layout
22220
22221 \end_inset
22222 </cell>
22223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22224 \begin_inset Text
22225
22226 \begin_layout Plain Layout
22227
22228 \series bold
22229
22230 \backslash
22231 ddot
22232 \end_layout
22233
22234 \end_inset
22235 </cell>
22236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22237 \begin_inset Text
22238
22239 \begin_layout Plain Layout
22240
22241 \family roman
22242 \series medium
22243 \shape up
22244 \size normal
22245 \emph off
22246 \bar no
22247 \noun off
22248 \color none
22249 \begin_inset Formula $\ddot{a}$
22250 \end_inset
22251
22252
22253 \end_layout
22254
22255 \end_inset
22256 </cell>
22257 </row>
22258 <row>
22259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22260 \begin_inset Text
22261
22262 \begin_layout Plain Layout
22263
22264 \family roman
22265 \series medium
22266 \shape up
22267 \size normal
22268 \emph off
22269 \bar no
22270 \noun off
22271 \color none
22272 tilde
22273 \end_layout
22274
22275 \end_inset
22276 </cell>
22277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22278 \begin_inset Text
22279
22280 \begin_layout Plain Layout
22281
22282 \series bold
22283
22284 \backslash
22285 tilde
22286 \end_layout
22287
22288 \end_inset
22289 </cell>
22290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22291 \begin_inset Text
22292
22293 \begin_layout Plain Layout
22294
22295 \family roman
22296 \series medium
22297 \shape up
22298 \size normal
22299 \emph off
22300 \bar no
22301 \noun off
22302 \color none
22303 \begin_inset Formula $\tilde{a}$
22304 \end_inset
22305
22306
22307 \end_layout
22308
22309 \end_inset
22310 </cell>
22311 </row>
22312 <row>
22313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22314 \begin_inset Text
22315
22316 \begin_layout Plain Layout
22317
22318 \family roman
22319 \series medium
22320 \shape up
22321 \size normal
22322 \emph off
22323 \bar no
22324 \noun off
22325 \color none
22326 dot
22327 \end_layout
22328
22329 \end_inset
22330 </cell>
22331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22332 \begin_inset Text
22333
22334 \begin_layout Plain Layout
22335
22336 \series bold
22337
22338 \backslash
22339 dot
22340 \end_layout
22341
22342 \end_inset
22343 </cell>
22344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22345 \begin_inset Text
22346
22347 \begin_layout Plain Layout
22348
22349 \family roman
22350 \series medium
22351 \shape up
22352 \size normal
22353 \emph off
22354 \bar no
22355 \noun off
22356 \color none
22357 \begin_inset Formula $\dot{a}$
22358 \end_inset
22359
22360
22361 \end_layout
22362
22363 \end_inset
22364 </cell>
22365 </row>
22366 <row>
22367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22368 \begin_inset Text
22369
22370 \begin_layout Plain Layout
22371
22372 \family roman
22373 \series medium
22374 \shape up
22375 \size normal
22376 \emph off
22377 \bar no
22378 \noun off
22379 \color none
22380 breve
22381 \end_layout
22382
22383 \end_inset
22384 </cell>
22385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22386 \begin_inset Text
22387
22388 \begin_layout Plain Layout
22389
22390 \series bold
22391
22392 \backslash
22393 breve
22394 \end_layout
22395
22396 \end_inset
22397 </cell>
22398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22399 \begin_inset Text
22400
22401 \begin_layout Plain Layout
22402
22403 \family roman
22404 \series medium
22405 \shape up
22406 \size normal
22407 \emph off
22408 \bar no
22409 \noun off
22410 \color none
22411 \begin_inset Formula $\breve{a}$
22412 \end_inset
22413
22414
22415 \end_layout
22416
22417 \end_inset
22418 </cell>
22419 </row>
22420 <row>
22421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22422 \begin_inset Text
22423
22424 \begin_layout Plain Layout
22425
22426 \family roman
22427 \series medium
22428 \shape up
22429 \size normal
22430 \emph off
22431 \bar no
22432 \noun off
22433 \color none
22434 caron
22435 \end_layout
22436
22437 \end_inset
22438 </cell>
22439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22440 \begin_inset Text
22441
22442 \begin_layout Plain Layout
22443
22444 \series bold
22445
22446 \backslash
22447 check
22448 \end_layout
22449
22450 \end_inset
22451 </cell>
22452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22453 \begin_inset Text
22454
22455 \begin_layout Plain Layout
22456
22457 \family roman
22458 \series medium
22459 \shape up
22460 \size normal
22461 \emph off
22462 \bar no
22463 \noun off
22464 \color none
22465 \begin_inset Formula $\check{a}$
22466 \end_inset
22467
22468
22469 \end_layout
22470
22471 \end_inset
22472 </cell>
22473 </row>
22474 <row>
22475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22476 \begin_inset Text
22477
22478 \begin_layout Plain Layout
22479
22480 \family roman
22481 \series medium
22482 \shape up
22483 \size normal
22484 \emph off
22485 \bar no
22486 \noun off
22487 \color none
22488 macron
22489 \end_layout
22490
22491 \end_inset
22492 </cell>
22493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22494 \begin_inset Text
22495
22496 \begin_layout Plain Layout
22497
22498 \series bold
22499
22500 \backslash
22501 bar
22502 \end_layout
22503
22504 \end_inset
22505 </cell>
22506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22507 \begin_inset Text
22508
22509 \begin_layout Plain Layout
22510
22511 \family roman
22512 \series medium
22513 \shape up
22514 \size normal
22515 \emph off
22516 \bar no
22517 \noun off
22518 \color none
22519 \begin_inset Formula $\bar{a}$
22520 \end_inset
22521
22522
22523 \end_layout
22524
22525 \end_inset
22526 </cell>
22527 </row>
22528 <row>
22529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22530 \begin_inset Text
22531
22532 \begin_layout Plain Layout
22533 vector
22534 \end_layout
22535
22536 \end_inset
22537 </cell>
22538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22539 \begin_inset Text
22540
22541 \begin_layout Plain Layout
22542
22543 \series bold
22544
22545 \backslash
22546 vec
22547 \end_layout
22548
22549 \end_inset
22550 </cell>
22551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22552 \begin_inset Text
22553
22554 \begin_layout Plain Layout
22555
22556 \family roman
22557 \series medium
22558 \shape up
22559 \size normal
22560 \emph off
22561 \bar no
22562 \noun off
22563 \color none
22564 \begin_inset Formula $\vec{a}$
22565 \end_inset
22566
22567
22568 \end_layout
22569
22570 \end_inset
22571 </cell>
22572 </row>
22573 </lyxtabular>
22574
22575 \end_inset
22576
22577
22578 \end_layout
22579
22580 \end_inset
22581
22582
22583 \end_layout
22584
22585 \begin_layout Standard
22586 You can choose one of the accents by selecting an item from the 
22587 \family sans
22588 Frame
22589 \begin_inset space ~
22590 \end_inset
22591
22592 decorations
22593 \family default
22594  symbol set button 
22595 \begin_inset Graphics
22596         filename ../images/math/hat.png
22597
22598 \end_inset
22599
22600  in the math panel ; this will apply to any selection you have made within
22601  a formula too.
22602 \end_layout
22603
22604 \begin_layout Section
22605 Brackets and Delimiters
22606 \begin_inset Index idx
22607 status collapsed
22608
22609 \begin_layout Plain Layout
22610 Math ! Brackets
22611 \end_layout
22612
22613 \end_inset
22614
22615
22616 \begin_inset Index idx
22617 status collapsed
22618
22619 \begin_layout Plain Layout
22620 Math ! Delimiters
22621 \end_layout
22622
22623 \end_inset
22624
22625
22626 \begin_inset CommandInset label
22627 LatexCommand label
22628 name "sec:Brackets-and-Delimiters"
22629
22630 \end_inset
22631
22632
22633 \end_layout
22634
22635 \begin_layout Standard
22636 There are several brackets available through LyX.
22637  For most purposes, using just the keys 
22638 \family typewriter
22639 []{}()|<>
22640 \family default
22641  should suffice.
22642  But if you want to surround a large structure, like a matrix or a fraction,
22643  or if you have several layers of brackets, it is better to use the math
22644  toolbar delimiter icon 
22645 \begin_inset Graphics
22646         filename ../images/math/delim.png
22647
22648 \end_inset
22649
22650 .
22651  For example, that's how you would construct the brackets around a standard
22652  matrix such as:
22653 \begin_inset Formula \[
22654 \left[\begin{array}{cc}
22655 1 & 2\\
22656 3 & 4
22657 \end{array}\right]\]
22658
22659 \end_inset
22660
22661 and to make it easier to see the layers of parentheses as in: 
22662 \begin_inset Formula \[
22663 \frac{1}{\left(1+\left(\frac{1}{1+\left(\frac{1}{1+x}\right)}\right)\right)}\]
22664
22665 \end_inset
22666
22667
22668 \end_layout
22669
22670 \begin_layout Standard
22671 The parentheses, and other brackets from that menu will automatically re-size
22672  to accommodate the size of what is inside.
22673 \end_layout
22674
22675 \begin_layout Standard
22676 To construct brackets click on the button for the bracket you want on the
22677  left side and right side.
22678  If you use the option 
22679 \family sans
22680 Keep
22681 \begin_inset space ~
22682 \end_inset
22683
22684 matched
22685 \family default
22686 , the selected bracket type will be used for the left and the right side.
22687  The selection will be shown below the button field.
22688  If you want one side to not have a bracket, use the blank button.
22689  It will appear in LyX with a dotted line, but nothing will be printed.
22690 \end_layout
22691
22692 \begin_layout Standard
22693 If you want to place brackets around math structures, like a square root,
22694  you can do that by highlighting (selecting) the structure that is to go
22695  inside the brackets.
22696  Then choose the appropriate brackets for left and right and click on 
22697 \family sans
22698 Insert
22699 \family default
22700 .
22701  The parentheses will be drawn around the selected structure.
22702 \end_layout
22703
22704 \begin_layout Section
22705 Arrays and Multi-line Equations
22706 \begin_inset Index idx
22707 status collapsed
22708
22709 \begin_layout Plain Layout
22710 Math ! Arrays
22711 \end_layout
22712
22713 \end_inset
22714
22715
22716 \begin_inset Index idx
22717 status collapsed
22718
22719 \begin_layout Plain Layout
22720 Math ! Matrices
22721 \end_layout
22722
22723 \end_inset
22724
22725
22726 \begin_inset Index idx
22727 status collapsed
22728
22729 \begin_layout Plain Layout
22730 Math ! Multi-line Equations
22731 \end_layout
22732
22733 \end_inset
22734
22735
22736 \end_layout
22737
22738 \begin_layout Standard
22739 Matrices are entered in LyX using the 
22740 \family sans
22741 Math
22742 \begin_inset space ~
22743 \end_inset
22744
22745 Panel
22746 \family default
22747  matrix button 
22748 \begin_inset Graphics
22749         filename ../images/math/matrix.png
22750
22751 \end_inset
22752
22753 .
22754  It will open a dialog for you to choose the number of rows/columns.
22755  Here is an example:
22756 \begin_inset Formula \[
22757 \left(\begin{array}{ccc}
22758 1 & 2 & 3\\
22759 4 & 5 & 6\\
22760 7 & 8 & 9
22761 \end{array}\right)\]
22762
22763 \end_inset
22764
22765 The parentheses aren't automatic, but you can add them as described in section
22766 \begin_inset space ~
22767 \end_inset
22768
22769
22770 \begin_inset CommandInset ref
22771 LatexCommand ref
22772 reference "sec:Brackets-and-Delimiters"
22773
22774 \end_inset
22775
22776 .
22777  When you construct the matrix, you can decide whether the column entries
22778  will be left-, right-, or center-justified.
22779  This alignment is set in the box 
22780 \family sans
22781 Horizontal
22782 \family default
22783  with the letters 
22784 \begin_inset Quotes eld
22785 \end_inset
22786
22787
22788 \family sans
22789 l
22790 \family default
22791
22792 \begin_inset Quotes erd
22793 \end_inset
22794
22795
22796 \begin_inset Quotes eld
22797 \end_inset
22798
22799
22800 \family sans
22801 r
22802 \family default
22803
22804 \begin_inset Quotes erd
22805 \end_inset
22806
22807 , and 
22808 \begin_inset Quotes eld
22809 \end_inset
22810
22811
22812 \family sans
22813 c
22814 \family default
22815
22816 \begin_inset Quotes erd
22817 \end_inset
22818
22819 .
22820  LyX proposes a 
22821 \begin_inset Quotes eld
22822 \end_inset
22823
22824
22825 \family sans
22826 c
22827 \family default
22828
22829 \begin_inset Quotes erd
22830 \end_inset
22831
22832  for every column as default.
22833  For example, the sequence 
22834 \begin_inset Quotes eld
22835 \end_inset
22836
22837
22838 \family sans
22839 lrc
22840 \family default
22841
22842 \begin_inset Quotes erd
22843 \end_inset
22844
22845  means that the first column will be left-justified, the second will be
22846  centered, and the third column will be right-justified, because each letter
22847  corresponds to the relevant column.
22848  The result will look like this:
22849 \begin_inset Formula \[
22850 \begin{array}{lcr}
22851 this & this\, column & this\, column\\
22852 column & has & has\, right\\
22853 has\, left\, alignment & center\, alignment & alignment
22854 \end{array}.\]
22855
22856 \end_inset
22857
22858
22859 \end_layout
22860
22861 \begin_layout Standard
22862 You can add more rows to an existing matrix by hitting 
22863 \begin_inset Info
22864 type  "shortcut"
22865 arg   "newline-insert newline"
22866 \end_inset
22867
22868  while the cursor is in the matrix.
22869  Adding or deleting columns can be done via the menu 
22870 \family sans
22871 Edit\SpecialChar \menuseparator
22872 Math
22873 \family default
22874  or the math toolbar.
22875 \end_layout
22876
22877 \begin_layout Standard
22878 There are other arrays used in formulas, such as distinctions of cases.
22879  It can be created with the menu 
22880 \family sans
22881 Insert\SpecialChar \menuseparator
22882 Math\SpecialChar \menuseparator
22883 Cases
22884 \begin_inset space ~
22885 \end_inset
22886
22887 Environment
22888 \family default
22889  or the command 
22890 \series bold
22891
22892 \backslash
22893 cases
22894 \series default
22895 .
22896  Here is an example: 
22897 \begin_inset Formula \[
22898 f(x)=\begin{cases}
22899 -1 & x<0\\
22900 0 & x=0\\
22901 1 & x>0
22902 \end{cases}\]
22903
22904 \end_inset
22905
22906
22907 \end_layout
22908
22909 \begin_layout Standard
22910 \begin_inset VSpace bigskip
22911 \end_inset
22912
22913 Multi-line formulas are created when you press 
22914 \begin_inset Info
22915 type  "shortcut"
22916 arg   "newline-insert newline"
22917 \end_inset
22918
22919  within a formula.
22920  In an empty formula you can see that three blue boxes appear, one for each
22921  column.
22922  When you press 
22923 \begin_inset Info
22924 type  "shortcut"
22925 arg   "newline-insert newline"
22926 \end_inset
22927
22928  in a non-empty formula, the part before the relation sign (equal sign 
22929 \begin_inset Quotes eld
22930 \end_inset
22931
22932 =
22933 \begin_inset Quotes erd
22934 \end_inset
22935
22936  etc.) will be inserted automatically to the first column, the relation sign
22937  is in the second column, and the rest in the third column.
22938  A new row is created by every further hit of 
22939 \begin_inset Info
22940 type  "shortcut"
22941 arg   "newline-insert newline"
22942 \end_inset
22943
22944 .
22945  Multi-line formulas are always displayed formulas.
22946  Here is an example:
22947 \begin_inset Formula \begin{eqnarray}
22948 a^{2} & = & (b^{2}+c^{2})(b^{2}-c^{2})\nonumber \\
22949 a & = & \sqrt{b^{4}-c^{4}}\label{eq:asquared}
22950 \end{eqnarray}
22951
22952 \end_inset
22953
22954  To change the column assignment of the formula parts, place the cursor
22955  where you want to start the shift and hit 
22956 \family sans
22957 Ctrl-Tab.
22958
22959 \family default
22960  It shifts everything in the column which is right beside the current cursor
22961  position to the next column.
22962  Note that the middle column is designed for relation signs, structures
22963  within this column will be printed in a smaller size:
22964 \begin_inset Formula \begin{eqnarray*}
22965 \frac{A}{B} & \frac{A}{B} & \frac{A}{B}\end{eqnarray*}
22966
22967 \end_inset
22968
22969
22970 \end_layout
22971
22972 \begin_layout Standard
22973 The multi-line formula type described here is called 
22974 \family typewriter
22975 \series medium
22976 eqnarray
22977 \family default
22978 \series default
22979 .
22980  There are other multi-line types being more suitable for certain situations,
22981  for example if you want a better inter-line spacing than in formula (
22982 \begin_inset CommandInset ref
22983 LatexCommand ref
22984 reference "eq:asquared"
22985
22986 \end_inset
22987
22988 ).
22989  The other types are described in section
22990 \begin_inset space ~
22991 \end_inset
22992
22993
22994 \begin_inset CommandInset ref
22995 LatexCommand ref
22996 reference "sub:AMS-Formula-Types"
22997
22998 \end_inset
22999
23000 .
23001 \end_layout
23002
23003 \begin_layout Section
23004 Formula Numbering and Referencing
23005 \begin_inset Index idx
23006 status collapsed
23007
23008 \begin_layout Plain Layout
23009 Math ! Formula numbering
23010 \end_layout
23011
23012 \end_inset
23013
23014
23015 \begin_inset Index idx
23016 status collapsed
23017
23018 \begin_layout Plain Layout
23019 Math ! Referencing formulas
23020 \end_layout
23021
23022 \end_inset
23023
23024
23025 \begin_inset CommandInset label
23026 LatexCommand label
23027 name "sec:Formula-Numbering-and"
23028
23029 \end_inset
23030
23031
23032 \end_layout
23033
23034 \begin_layout Standard
23035 To number a formula, set the cursor in the formula and use the menu 
23036 \family sans
23037 Edit\SpecialChar \menuseparator
23038 Math\SpecialChar \menuseparator
23039 Toggle
23040 \begin_inset space ~
23041 \end_inset
23042
23043 Numbering
23044 \family default
23045  or the shortcut 
23046 \begin_inset Info
23047 type  "shortcut"
23048 arg   "math-number-toggle"
23049 \end_inset
23050
23051 .
23052  The formula number appears in LyX as 
23053 \begin_inset Quotes eld
23054 \end_inset
23055
23056 #
23057 \begin_inset Quotes erd
23058 \end_inset
23059
23060  within parentheses.
23061  The 
23062 \begin_inset Quotes eld
23063 \end_inset
23064
23065 #
23066 \begin_inset Quotes erd
23067 \end_inset
23068
23069  denotes, that the number will be calculated automatically when the output
23070  is generated.
23071  The placement and format of the formula number in the output depends on
23072  the document class.
23073  In this document the number is printed together with the chapter number,
23074  separated by a dot:
23075 \begin_inset Formula \begin{equation}
23076 1+1=2\end{equation}
23077
23078 \end_inset
23079
23080 Using 
23081 \begin_inset Info
23082 type  "shortcut"
23083 arg   "math-number-toggle"
23084 \end_inset
23085
23086  in a numbered formula will switch off the numbering.
23087  You can only number displayed formulas.
23088 \end_layout
23089
23090 \begin_layout Standard
23091 Multi-line formulas can be numbered line by line: Using the menu 
23092 \family sans
23093 Edit\SpecialChar \menuseparator
23094 Math\SpecialChar \menuseparator
23095 Toggle
23096 \begin_inset space ~
23097 \end_inset
23098
23099 Numbering
23100 \begin_inset space ~
23101 \end_inset
23102
23103 of
23104 \begin_inset space ~
23105 \end_inset
23106
23107 Line
23108 \family default
23109  or the shortcut 
23110 \begin_inset Info
23111 type  "shortcut"
23112 arg   "math-number-line-toggle"
23113 \end_inset
23114
23115  will only toggle the numbering of the line where the cursor is:
23116 \begin_inset Formula \begin{eqnarray}
23117 1 & = & 3-2\\
23118 2 & = & 4-2\nonumber \\
23119 4 & \leq & 7
23120 \end{eqnarray}
23121
23122 \end_inset
23123
23124 To number all lines use the shortcut 
23125 \begin_inset Info
23126 type  "shortcut"
23127 arg   "math-number-toggle"
23128 \end_inset
23129
23130 .
23131 \end_layout
23132
23133 \begin_layout Standard
23134 \begin_inset VSpace bigskip
23135 \end_inset
23136
23137 Every displayed formula can be referenced by its number using a label.
23138  A label is inserted with the menu 
23139 \family sans
23140 Insert\SpecialChar \menuseparator
23141 Label
23142 \family default
23143  when the cursor is in the formula.
23144  This opens a dialog to enter the label.
23145  It is recommended to use the proposed 
23146 \begin_inset Quotes eld
23147 \end_inset
23148
23149
23150 \family sans
23151 eq:
23152 \family default
23153
23154 \begin_inset Quotes erd
23155 \end_inset
23156
23157  as first part of the label, because this helps later to identify the label
23158  type when you have many labels in your document.
23159  We inserted in the following example the label 
23160 \begin_inset Quotes eld
23161 \end_inset
23162
23163 eq:tanhExp
23164 \begin_inset Quotes erd
23165 \end_inset
23166
23167  in the second line:
23168 \begin_inset Formula \begin{eqnarray}
23169 \tanh(x) & = & \frac{\sinh(x)}{\cosh(x)}\nonumber \\
23170  & = & \frac{\mathrm{e}^{2x}-1}{\mathrm{e}^{2x}+1}\label{eq:tanhExp}
23171 \end{eqnarray}
23172
23173 \end_inset
23174
23175 Every labeled line is automatically numbered.
23176  Therefore the label is shown in LyX at the place of the formula number
23177  placeholder 
23178 \begin_inset Quotes eld
23179 \end_inset
23180
23181 #
23182 \begin_inset Quotes erd
23183 \end_inset
23184
23185 .
23186  You can reference a labeled formula using the menu 
23187 \family sans
23188 Insert\SpecialChar \menuseparator
23189 Cross
23190 \begin_inset space ~
23191 \end_inset
23192
23193 Reference
23194 \family default
23195 .
23196  A dialog appears to choose a label you want refer to.
23197  The reference appears in LyX as a grey cross reference box and in the output
23198  as the formula number:
23199 \end_layout
23200
23201 \begin_layout Standard
23202 This is a cross-reference to equation (
23203 \begin_inset CommandInset ref
23204 LatexCommand ref
23205 reference "eq:tanhExp"
23206
23207 \end_inset
23208
23209 ).
23210 \end_layout
23211
23212 \begin_layout Standard
23213 The properties of LyX's cross-reference box are described in section
23214 \begin_inset space ~
23215 \end_inset
23216
23217
23218 \begin_inset CommandInset ref
23219 LatexCommand ref
23220 reference "sec:Cross-References"
23221
23222 \end_inset
23223
23224 .
23225  To delete a label, set the cursor in the labeled formula, use the menu
23226  
23227 \family sans
23228 Insert\SpecialChar \menuseparator
23229 Label
23230 \family default
23231  and delete the label in the appearing dialog.
23232 \begin_inset Foot
23233 status collapsed
23234
23235 \begin_layout Plain Layout
23236 This is a unintuitive and will be fixed in the next version of LyX.
23237 \end_layout
23238
23239 \end_inset
23240
23241  
23242 \end_layout
23243
23244 \begin_layout Section
23245 User defined math macros
23246 \begin_inset Index idx
23247 status collapsed
23248
23249 \begin_layout Plain Layout
23250 Math ! Macros
23251 \end_layout
23252
23253 \end_inset
23254
23255
23256 \end_layout
23257
23258 \begin_layout Standard
23259 LyX allows you to define macros for formulas which is very useful when you
23260  have equations of the same form in a document several times.
23261  Math macros are explained in section 
23262 \emph on
23263 Math
23264 \begin_inset space ~
23265 \end_inset
23266
23267 Macros
23268 \emph default
23269  of the 
23270 \emph on
23271 Math
23272 \emph default
23273  manual.
23274 \end_layout
23275
23276 \begin_layout Section
23277 Fine-Tuning
23278 \end_layout
23279
23280 \begin_layout Subsection
23281 Typefaces
23282 \begin_inset Index idx
23283 status collapsed
23284
23285 \begin_layout Plain Layout
23286 Math ! Typefaces
23287 \end_layout
23288
23289 \end_inset
23290
23291
23292 \end_layout
23293
23294 \begin_layout Standard
23295 The standard font for text is italic, for numbers the standard is roman.
23296  To set a font in a formula, use the 
23297 \family sans
23298 Math
23299 \begin_inset space ~
23300 \end_inset
23301
23302 Panel
23303 \family default
23304  button 
23305 \begin_inset Graphics
23306         filename ../images/math/font.png
23307
23308 \end_inset
23309
23310 , or enter its command, listed in table
23311 \begin_inset space ~
23312 \end_inset
23313
23314
23315 \begin_inset CommandInset ref
23316 LatexCommand ref
23317 reference "cap:Typefaces-and-the"
23318
23319 \end_inset
23320
23321 , directly.
23322 \end_layout
23323
23324 \begin_layout Standard
23325 \begin_inset Float table
23326 wide false
23327 sideways false
23328 status open
23329
23330 \begin_layout Plain Layout
23331 \begin_inset Caption
23332
23333 \begin_layout Plain Layout
23334 \begin_inset CommandInset label
23335 LatexCommand label
23336 name "cap:Typefaces-and-the"
23337
23338 \end_inset
23339
23340 Typefaces and the corresponding commands.
23341 \end_layout
23342
23343 \end_inset
23344
23345
23346 \end_layout
23347
23348 \begin_layout Plain Layout
23349 \align center
23350 \begin_inset Tabular
23351 <lyxtabular version="3" rows="9" columns="2">
23352 <features tabularvalignment="middle">
23353 <column alignment="center" valignment="top" width="0pt">
23354 <column alignment="center" valignment="top" width="0pt">
23355 <row>
23356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23357 \begin_inset Text
23358
23359 \begin_layout Plain Layout
23360 Font
23361 \end_layout
23362
23363 \end_inset
23364 </cell>
23365 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
23366 \begin_inset Text
23367
23368 \begin_layout Plain Layout
23369 Command
23370 \end_layout
23371
23372 \end_inset
23373 </cell>
23374 </row>
23375 <row>
23376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23377 \begin_inset Text
23378
23379 \begin_layout Plain Layout
23380
23381 \shape up
23382 \size normal
23383 \bar no
23384 \noun off
23385 \color none
23386 \begin_inset Formula $\mathrm{Roman}$
23387 \end_inset
23388
23389
23390 \end_layout
23391
23392 \end_inset
23393 </cell>
23394 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
23395 \begin_inset Text
23396
23397 \begin_layout Plain Layout
23398
23399 \series bold
23400
23401 \backslash
23402 mathrm
23403 \end_layout
23404
23405 \end_inset
23406 </cell>
23407 </row>
23408 <row>
23409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23410 \begin_inset Text
23411
23412 \begin_layout Plain Layout
23413 \begin_inset Formula $\mathbf{\mathbf{Bold}}$
23414 \end_inset
23415
23416
23417 \end_layout
23418
23419 \end_inset
23420 </cell>
23421 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
23422 \begin_inset Text
23423
23424 \begin_layout Plain Layout
23425
23426 \series bold
23427
23428 \backslash
23429 mathbf
23430 \end_layout
23431
23432 \end_inset
23433 </cell>
23434 </row>
23435 <row>
23436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23437 \begin_inset Text
23438
23439 \begin_layout Plain Layout
23440 \begin_inset Formula $\mathit{Italic}$
23441 \end_inset
23442
23443
23444 \end_layout
23445
23446 \end_inset
23447 </cell>
23448 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
23449 \begin_inset Text
23450
23451 \begin_layout Plain Layout
23452
23453 \series bold
23454
23455 \backslash
23456 mathit
23457 \end_layout
23458
23459 \end_inset
23460 </cell>
23461 </row>
23462 <row>
23463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23464 \begin_inset Text
23465
23466 \begin_layout Plain Layout
23467
23468 \shape up
23469 \size normal
23470 \bar no
23471 \noun off
23472 \color none
23473 \begin_inset Formula $\mathtt{Typewriter}$
23474 \end_inset
23475
23476
23477 \end_layout
23478
23479 \end_inset
23480 </cell>
23481 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
23482 \begin_inset Text
23483
23484 \begin_layout Plain Layout
23485
23486 \series bold
23487
23488 \backslash
23489 mathtt
23490 \end_layout
23491
23492 \end_inset
23493 </cell>
23494 </row>
23495 <row>
23496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23497 \begin_inset Text
23498
23499 \begin_layout Plain Layout
23500 \begin_inset Formula $\mathbf{\mathbb{BLACKBOARD}}$
23501 \end_inset
23502
23503
23504 \end_layout
23505
23506 \end_inset
23507 </cell>
23508 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
23509 \begin_inset Text
23510
23511 \begin_layout Plain Layout
23512
23513 \series bold
23514
23515 \backslash
23516 mathbb
23517 \end_layout
23518
23519 \end_inset
23520 </cell>
23521 </row>
23522 <row>
23523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23524 \begin_inset Text
23525
23526 \begin_layout Plain Layout
23527 \begin_inset Formula $\mathfrak{Fraktur}$
23528 \end_inset
23529
23530
23531 \end_layout
23532
23533 \end_inset
23534 </cell>
23535 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
23536 \begin_inset Text
23537
23538 \begin_layout Plain Layout
23539
23540 \series bold
23541
23542 \backslash
23543 mathfrak
23544 \end_layout
23545
23546 \end_inset
23547 </cell>
23548 </row>
23549 <row>
23550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23551 \begin_inset Text
23552
23553 \begin_layout Plain Layout
23554
23555 \shape up
23556 \size normal
23557 \emph on
23558 \bar no
23559 \noun off
23560 \color none
23561 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
23562 \end_inset
23563
23564
23565 \end_layout
23566
23567 \end_inset
23568 </cell>
23569 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
23570 \begin_inset Text
23571
23572 \begin_layout Plain Layout
23573
23574 \series bold
23575
23576 \backslash
23577 mathcal
23578 \end_layout
23579
23580 \end_inset
23581 </cell>
23582 </row>
23583 <row>
23584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23585 \begin_inset Text
23586
23587 \begin_layout Plain Layout
23588 \begin_inset Formula $\mathsf{SansSerif}$
23589 \end_inset
23590
23591
23592 \end_layout
23593
23594 \end_inset
23595 </cell>
23596 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
23597 \begin_inset Text
23598
23599 \begin_layout Plain Layout
23600
23601 \series bold
23602
23603 \backslash
23604 mathsf
23605 \end_layout
23606
23607 \end_inset
23608 </cell>
23609 </row>
23610 </lyxtabular>
23611
23612 \end_inset
23613
23614
23615 \end_layout
23616
23617 \end_inset
23618
23619
23620 \end_layout
23621
23622 \begin_layout Standard
23623 \begin_inset Note Greyedout
23624 status open
23625
23626 \begin_layout Plain Layout
23627
23628 \series bold
23629 Note:
23630 \series default
23631  You can only print capital letters in the typefaces 
23632 \family sans
23633 Blackboard
23634 \family default
23635  and 
23636 \family sans
23637 Calligraphic
23638 \family default
23639 .
23640 \end_layout
23641
23642 \end_inset
23643
23644
23645 \end_layout
23646
23647 \begin_layout Standard
23648 When you use a typeface, a blue box is inserted in the formula.
23649  Every character in this box will be printed in this typeface.
23650  Pressing 
23651 \family sans
23652 Space
23653 \family default
23654  within the box, will set the cursor outside, so that you have to use a
23655  protected space when you need a space in the box.
23656  Here an example where 
23657 \begin_inset Quotes eld
23658 \end_inset
23659
23660 N
23661 \begin_inset Quotes erd
23662 \end_inset
23663
23664  in 
23665 \family sans
23666 Blackboard
23667 \family default
23668  denotes the set of numbers:
23669 \begin_inset Formula \[
23670 f(x)=\sqrt{x}\:;\: x\in\mathbb{N}\]
23671
23672 \end_inset
23673
23674
23675 \end_layout
23676
23677 \begin_layout Standard
23678 The typefaces are nestable, which can cause confusion.
23679  You can e.
23680 \begin_inset space \thinspace{}
23681 \end_inset
23682
23683 g.
23684 \begin_inset space \space{}
23685 \end_inset
23686
23687 put a character in 
23688 \family sans
23689 Fraktur
23690 \family default
23691  in a box for 
23692 \family sans
23693 Typewriter
23694 \family default
23695
23696 \begin_inset Formula $\mathtt{abc\mathfrak{d}e}$
23697 \end_inset
23698
23699  
23700 \begin_inset Newline newline
23701 \end_inset
23702
23703 So it is better not to use this feature.
23704 \end_layout
23705
23706 \begin_layout Standard
23707 The typefaces have no effect on Greek letters: 
23708 \begin_inset Formula $\mathfrak{abc\delta e}$
23709 \end_inset
23710
23711
23712 \begin_inset Newline newline
23713 \end_inset
23714
23715 You can only print them emboldened using the command 
23716 \series bold
23717
23718 \backslash
23719 boldsymbol
23720 \series default
23721 , which works like the other typeface commands: 
23722 \begin_inset Formula $\alpha\beta\gamma\boldsymbol{\alpha\beta\gamma}$
23723 \end_inset
23724
23725
23726 \end_layout
23727
23728 \begin_layout Standard
23729
23730 \series bold
23731
23732 \backslash
23733 boldsymbol
23734 \series default
23735  works for all symbols, letters, and numbers.
23736 \end_layout
23737
23738 \begin_layout Standard
23739 A number of other font options are available as well, in the menu 
23740 \family sans
23741 Edit\SpecialChar \menuseparator
23742 Math\SpecialChar \menuseparator
23743 Text
23744 \begin_inset space ~
23745 \end_inset
23746
23747 Style
23748 \family default
23749 .
23750 \end_layout
23751
23752 \begin_layout Subsection
23753 Math Text
23754 \begin_inset Index idx
23755 status collapsed
23756
23757 \begin_layout Plain Layout
23758 Math ! Text
23759 \end_layout
23760
23761 \end_inset
23762
23763
23764 \end_layout
23765
23766 \begin_layout Standard
23767 Typefaces are useful for entering some characters in some given font, but
23768  not for text.
23769  For typing longer pieces of text use the math text, which is obtained using
23770  the entry 
23771 \family sans
23772 Normal
23773 \begin_inset space ~
23774 \end_inset
23775
23776 text
23777 \begin_inset space ~
23778 \end_inset
23779
23780 mode
23781 \family default
23782  of the 
23783 \family sans
23784 Math
23785 \begin_inset space ~
23786 \end_inset
23787
23788 Panel
23789 \family default
23790  button 
23791 \begin_inset Graphics
23792         filename ../images/math/font.png
23793
23794 \end_inset
23795
23796  (shortcut 
23797 \begin_inset Info
23798 type  "shortcut"
23799 arg   "font-default"
23800 \end_inset
23801
23802 ).
23803  Math text appears in LyX in black instead of blue.
23804  You can use spaces and accents in math text like in normal text.
23805  Here is an example:
23806 \begin_inset Formula \[
23807 f(x)=\begin{cases}
23808 x & \textrm{if I say so}\\
23809 -x & \textrm{unter Umständen}
23810 \end{cases}\]
23811
23812 \end_inset
23813
23814
23815 \end_layout
23816
23817 \begin_layout Subsection
23818 Font Sizes
23819 \begin_inset Index idx
23820 status collapsed
23821
23822 \begin_layout Plain Layout
23823 Math ! Font sizes
23824 \end_layout
23825
23826 \end_inset
23827
23828
23829 \end_layout
23830
23831 \begin_layout Standard
23832 There are four font styles (relative sizes) used in math-mode, which are
23833  automatically chosen in most situations.
23834  These are called 
23835 \family sans
23836 textstyle
23837 \family default
23838
23839 \family sans
23840 displaystyle
23841 \family default
23842
23843 \family sans
23844 scriptstyle
23845 \family default
23846 , and 
23847 \family sans
23848 scriptscriptstyle
23849 \family default
23850 .
23851  For most characters, 
23852 \family sans
23853 textstyle
23854 \family default
23855  and 
23856 \family sans
23857 displaystyle
23858 \family default
23859  are actually the same size, but fractions, superscripts and subscripts,
23860  and certain other structures, are set larger in 
23861 \family sans
23862 displaystyle
23863 \family default
23864 .
23865  Except for some operators, which resize themselves to accommodate various
23866  situations, all text will be set in the styles that LaTeX thinks are appropriat
23867 e.
23868  These choices can be overridden by using the math panel button 
23869 \begin_inset Graphics
23870         filename ../images/math/style.png
23871
23872 \end_inset
23873
23874 .
23875  A box for the size will be created in which you can insert the math structure.
23876  For example, you can set 
23877 \begin_inset Formula $\frac{1}{2}$
23878 \end_inset
23879
23880 , which is normally in 
23881 \family sans
23882 textstyle
23883 \family default
23884 , larger in 
23885 \family sans
23886 displaystyle
23887 \family default
23888
23889 \begin_inset Formula ${\displaystyle \frac{1}{2}}$
23890 \end_inset
23891
23892 .
23893  The four styles are used in the following example:
23894 \end_layout
23895
23896 \begin_layout Standard
23897 \begin_inset Formula $displaystyle$
23898 \end_inset
23899
23900
23901 \begin_inset Formula ${\textstyle textstyle}$
23902 \end_inset
23903
23904
23905 \begin_inset Formula ${\scriptstyle scriptstyle}$
23906 \end_inset
23907
23908
23909 \begin_inset Formula ${\scriptscriptstyle scriptscriptstyle}$
23910 \end_inset
23911
23912 .
23913 \end_layout
23914
23915 \begin_layout Standard
23916 All these math-mode font sizes are relative, that means, if the whole math
23917  inset is set in a particular size with the menu 
23918 \family sans
23919 Edit\SpecialChar \menuseparator
23920 Text
23921 \begin_inset space ~
23922 \end_inset
23923
23924 Style
23925 \family default
23926 , all sizes in the formula will be adjusted relative to this size.
23927  Similarly, if the base font size of the document is changed, all fonts
23928  will be adjusted to correspond.
23929  As an example here is a formula in the font size 
23930 \begin_inset Quotes eld
23931 \end_inset
23932
23933 largest
23934 \begin_inset Quotes erd
23935 \end_inset
23936
23937 :
23938 \end_layout
23939
23940 \begin_layout Standard
23941
23942 \family roman
23943 \size largest
23944 \begin_inset Formula $\mathrm{e}=\sum_{n=0}^{\infty}\frac{1}{n!}$
23945 \end_inset
23946
23947
23948 \end_layout
23949
23950 \begin_layout Section
23951 Theorem Modules
23952 \end_layout
23953
23954 \begin_layout Standard
23955 As of LyX 1.6, support for theorem-like environments has been moved out of
23956  the document classes and into layout modules.
23957 \begin_inset Index idx
23958 status collapsed
23959
23960 \begin_layout Plain Layout
23961 Layout Modules
23962 \end_layout
23963
23964 \end_inset
23965
23966  As a result, theorem-like environments can now easily be used with classes
23967  other than the AMS classes.
23968  See section 
23969 \begin_inset CommandInset ref
23970 LatexCommand ref
23971 reference "sub:Modules"
23972
23973 \end_inset
23974
23975  for more on layout modules.
23976 \end_layout
23977
23978 \begin_layout Section
23979 AMS-LaTeX
23980 \begin_inset Index idx
23981 status collapsed
23982
23983 \begin_layout Plain Layout
23984 AMS math
23985 \end_layout
23986
23987 \end_inset
23988
23989
23990 \begin_inset Index idx
23991 status collapsed
23992
23993 \begin_layout Plain Layout
23994 Math ! AMS
23995 \end_layout
23996
23997 \end_inset
23998
23999
24000 \end_layout
24001
24002 \begin_layout Standard
24003 LyX supports the packages provided by the American Mathematical Society
24004  (AMS) that are in common use.
24005 \end_layout
24006
24007 \begin_layout Subsection
24008 Enabling AMS-Support
24009 \end_layout
24010
24011 \begin_layout Standard
24012 Selecting the checkbox 
24013 \family sans
24014 Use
24015 \begin_inset space ~
24016 \end_inset
24017
24018 AMS
24019 \begin_inset space ~
24020 \end_inset
24021
24022 math
24023 \begin_inset space ~
24024 \end_inset
24025
24026 package
24027 \family default
24028  in the 
24029 \family sans
24030 Document\SpecialChar \menuseparator
24031 Settings
24032 \family default
24033
24034 \begin_inset Index idx
24035 status collapsed
24036
24037 \begin_layout Plain Layout
24038 Document ! Settings
24039 \end_layout
24040
24041 \end_inset
24042
24043  dialog under 
24044 \family sans
24045 Math
24046 \begin_inset space ~
24047 \end_inset
24048
24049 Options
24050 \family default
24051  will include the AMS-packages in the document, and make the facilities
24052  available.
24053  AMS is needed for many math-constructs, so when you get LaTeX-errors in
24054  formulas, assure that you have enabled AMS.
24055 \end_layout
24056
24057 \begin_layout Subsection
24058 AMS-Formula Types
24059 \begin_inset CommandInset label
24060 LatexCommand label
24061 name "sub:AMS-Formula-Types"
24062
24063 \end_inset
24064
24065
24066 \begin_inset Index idx
24067 status collapsed
24068
24069 \begin_layout Plain Layout
24070 Math ! Multi-line Equations
24071 \end_layout
24072
24073 \end_inset
24074
24075
24076 \end_layout
24077
24078 \begin_layout Standard
24079 AMS-LaTeX provides a selection of different formula types.
24080  LyX allows you to choose between 
24081 \family typewriter
24082 align
24083 \family default
24084
24085 \family typewriter
24086 alignat
24087 \family default
24088
24089 \family typewriter
24090 flalign
24091 \family default
24092
24093 \family typewriter
24094 gather
24095 \family default
24096 , and 
24097 \family typewriter
24098 multline
24099 \family default
24100 .
24101  We refer to the AMS-documentation for an explanation of these formula types.
24102 \end_layout
24103
24104 \begin_layout Chapter
24105 More Tools
24106 \end_layout
24107
24108 \begin_layout Section
24109 Cross-References
24110 \begin_inset Index idx
24111 status collapsed
24112
24113 \begin_layout Plain Layout
24114 Cross references
24115 \end_layout
24116
24117 \end_inset
24118
24119
24120 \begin_inset CommandInset label
24121 LatexCommand label
24122 name "sec:Cross-References"
24123
24124 \end_inset
24125
24126
24127 \end_layout
24128
24129 \begin_layout Standard
24130 One of LyX's strengths are cross-references.
24131  You can reference every section, float, footnote, formula, and list in
24132  the document.
24133  To reference a document part, you have to insert a label into it.
24134  The label is used as anchor and name for the reference.
24135  We want for example to refer to the second item of the following list:
24136 \end_layout
24137
24138 \begin_layout Enumerate
24139 First item
24140 \end_layout
24141
24142 \begin_layout Enumerate
24143 \begin_inset CommandInset label
24144 LatexCommand label
24145 name "enu:Second-item"
24146
24147 \end_inset
24148
24149 Second item
24150 \end_layout
24151
24152 \begin_layout Enumerate
24153 Third item
24154 \end_layout
24155
24156 \begin_layout Standard
24157 First we insert a label into the second item with the menu 
24158 \family sans
24159 Insert\SpecialChar \menuseparator
24160 Label
24161 \family default
24162  or by pressing the toolbar button 
24163 \begin_inset Graphics
24164         filename ../images/label-insert.png
24165         scale 85
24166
24167 \end_inset
24168
24169 .
24170  A grey label box like this: 
24171 \begin_inset Graphics
24172         filename clipart/labelQt4.png
24173         scale 85
24174
24175 \end_inset
24176
24177  is inserted and the label window pops up asking for the label text.
24178  LyX offers as text the first words of the item with a prefix, in our case
24179  the text 
24180 \begin_inset Quotes eld
24181 \end_inset
24182
24183
24184 \family sans
24185 enu: Second-item
24186 \family default
24187
24188 \begin_inset Quotes erd
24189 \end_inset
24190
24191 .
24192  The prefix 
24193 \begin_inset Quotes eld
24194 \end_inset
24195
24196
24197 \family sans
24198 enu:
24199 \family default
24200
24201 \begin_inset Quotes erd
24202 \end_inset
24203
24204  stands for 
24205 \begin_inset Quotes eld
24206 \end_inset
24207
24208 enumerate
24209 \begin_inset Quotes erd
24210 \end_inset
24211
24212 .
24213  The prefix depends on the document part where the label is inserted, e.
24214 \begin_inset space \thinspace{}
24215 \end_inset
24216
24217 g.
24218 \begin_inset space \space{}
24219 \end_inset
24220
24221 if you insert a label into a section heading, the prefix will be 
24222 \begin_inset Quotes eld
24223 \end_inset
24224
24225
24226 \family sans
24227 sec:
24228 \family default
24229
24230 \begin_inset Quotes erd
24231 \end_inset
24232
24233 .
24234 \end_layout
24235
24236 \begin_layout Standard
24237 To reference the item, we refer to its label using the menu 
24238 \family sans
24239 Insert\SpecialChar \menuseparator
24240 Cross-Reference
24241 \family default
24242  or the toolbar button 
24243 \begin_inset Graphics
24244         filename ../images/dialog-show-new-inset_ref.png
24245         scale 85
24246
24247 \end_inset
24248
24249 .
24250  A grey cross-reference box like this: 
24251 \begin_inset Graphics
24252         filename clipart/referenceQt4.png
24253         scale 85
24254
24255 \end_inset
24256
24257  is inserted and the cross-reference window appears showing all the labels
24258  in the document.
24259  We can now sort the labels alphabetically and then choose the entry 
24260 \begin_inset Quotes eld
24261 \end_inset
24262
24263
24264 \family sans
24265 enu:Second-item
24266 \family default
24267
24268 \begin_inset Quotes erd
24269 \end_inset
24270
24271 .
24272  At the position of the cross-reference box the item number will appear
24273  in the output.
24274 \end_layout
24275
24276 \begin_layout Standard
24277 Alternatively to 
24278 \family sans
24279 Insert\SpecialChar \menuseparator
24280 Cross-Reference
24281 \family default
24282 , you can right-click on a label and use in the appearing context menu 
24283 \family sans
24284 Copy as Reference
24285 \family default
24286 .
24287  The cross-reference to this label is now in the clipboard and can be copied
24288  to the actual cursor position via the menu 
24289 \family sans
24290 Edit\SpecialChar \menuseparator
24291 Paste
24292 \family default
24293  (shortcut Ctrl+V).
24294 \end_layout
24295
24296 \begin_layout Standard
24297 Here is our cross-reference: Item
24298 \begin_inset space ~
24299 \end_inset
24300
24301
24302 \begin_inset CommandInset ref
24303 LatexCommand ref
24304 reference "enu:Second-item"
24305
24306 \end_inset
24307
24308
24309 \end_layout
24310
24311 \begin_layout Standard
24312 It is recommended to use a protected space
24313 \begin_inset Foot
24314 status collapsed
24315
24316 \begin_layout Plain Layout
24317 described in section
24318 \begin_inset space ~
24319 \end_inset
24320
24321
24322 \begin_inset CommandInset ref
24323 LatexCommand ref
24324 reference "sub:Protected-Space"
24325
24326 \end_inset
24327
24328
24329 \end_layout
24330
24331 \end_inset
24332
24333  between the cross-reference name and its number to avoid ugly line breaks
24334  between them.
24335 \end_layout
24336
24337 \begin_layout Standard
24338 There are six varieties of cross-references:
24339 \end_layout
24340
24341 \begin_layout Description
24342 <reference>: prints the float number, this is the default: 
24343 \begin_inset CommandInset ref
24344 LatexCommand ref
24345 reference "cap:Two-distorted-images"
24346
24347 \end_inset
24348
24349
24350 \end_layout
24351
24352 \begin_layout Description
24353 (<reference>): prints the float number within two parentheses, this is the
24354  style normally used to reference formulas, especially when the reference
24355  name 
24356 \begin_inset Quotes eld
24357 \end_inset
24358
24359 Equation
24360 \begin_inset Quotes erd
24361 \end_inset
24362
24363  is omitted: 
24364 \begin_inset CommandInset ref
24365 LatexCommand eqref
24366 reference "eq:tanhExp"
24367
24368 \end_inset
24369
24370
24371 \end_layout
24372
24373 \begin_layout Description
24374 <page>: prints the page number: Page
24375 \begin_inset space ~
24376 \end_inset
24377
24378
24379 \begin_inset CommandInset ref
24380 LatexCommand pageref
24381 reference "cap:Two-distorted-images"
24382
24383 \end_inset
24384
24385
24386 \end_layout
24387
24388 \begin_layout Description
24389 on
24390 \begin_inset space ~
24391 \end_inset
24392
24393 page
24394 \begin_inset space ~
24395 \end_inset
24396
24397 <page>: prints the text "on page" and the page number: 
24398 \begin_inset CommandInset ref
24399 LatexCommand vpageref
24400 reference "cap:Two-distorted-images"
24401
24402 \end_inset
24403
24404
24405 \end_layout
24406
24407 \begin_layout Description
24408 <reference>
24409 \begin_inset space ~
24410 \end_inset
24411
24412 on
24413 \begin_inset space ~
24414 \end_inset
24415
24416 page
24417 \begin_inset space ~
24418 \end_inset
24419
24420 <page>: prints the float number, the text "on page", and the page number:
24421  
24422 \begin_inset CommandInset ref
24423 LatexCommand vref
24424 reference "cap:Two-distorted-images"
24425
24426 \end_inset
24427
24428
24429 \end_layout
24430
24431 \begin_layout Description
24432 Formatted
24433 \begin_inset space ~
24434 \end_inset
24435
24436 reference: prints a self defined cross-reference format.
24437 \begin_inset Newline newline
24438 \end_inset
24439
24440
24441 \begin_inset Note Greyedout
24442 status open
24443
24444 \begin_layout Plain Layout
24445
24446 \series bold
24447 Note:
24448 \series default
24449  This feature is only available when you have the LaTeX-package 
24450 \series bold
24451 prettyref
24452 \series default
24453
24454 \begin_inset Index idx
24455 status collapsed
24456
24457 \begin_layout Plain Layout
24458 LaTeX-packages ! prettyref
24459 \end_layout
24460
24461 \end_inset
24462
24463  installed.
24464 \end_layout
24465
24466 \end_inset
24467
24468
24469 \end_layout
24470
24471 \begin_layout Standard
24472 Note that the style <page> won't print the page number if the label is on
24473  the previous, the same, or the next page.
24474  You will e.
24475 \begin_inset space \thinspace{}
24476 \end_inset
24477
24478 g.
24479 \begin_inset space \space{}
24480 \end_inset
24481
24482 see the text 
24483 \begin_inset Quotes eld
24484 \end_inset
24485
24486
24487 \family sans
24488 on this page
24489 \family default
24490
24491 \begin_inset Quotes erd
24492 \end_inset
24493
24494  instead.
24495 \end_layout
24496
24497 \begin_layout Standard
24498 The number and current page of the referenced document part in the output,
24499  is automatically calculated by LaTeX.
24500  The varieties are adjusted in the field 
24501 \family sans
24502 Format
24503 \family default
24504  of the cross-reference window, that appear when you click on the cross-referenc
24505 e box.
24506 \end_layout
24507
24508 \begin_layout Standard
24509 You can only use the style 
24510 \family sans
24511 <reference>
24512 \family default
24513  to reference numbered document parts, while the reference style 
24514 \family sans
24515 <page>
24516 \family default
24517  is always possible.
24518 \end_layout
24519
24520 \begin_layout Standard
24521 If you want to reference a section, put the label in the section heading,
24522  to reference a float, put the label in the caption.
24523  For footnotes you can put the label somewhere in it.
24524  Referencing formulas is explained in section
24525 \begin_inset space ~
24526 \end_inset
24527
24528
24529 \begin_inset CommandInset ref
24530 LatexCommand ref
24531 reference "sec:Formula-Numbering-and"
24532
24533 \end_inset
24534
24535 .
24536 \end_layout
24537
24538 \begin_layout Standard
24539 The button 
24540 \family sans
24541 Go
24542 \begin_inset space ~
24543 \end_inset
24544
24545 to
24546 \begin_inset space ~
24547 \end_inset
24548
24549 Label
24550 \family default
24551  in the cross-reference window sets the the cursor before the referenced
24552  label.
24553  The button text changes then to 
24554 \family sans
24555 Go
24556 \begin_inset space ~
24557 \end_inset
24558
24559 Back
24560 \family default
24561  and you can use it to set the cursor back to the cross-reference.
24562  Right-clicking on a cross-reference box also sets the cursor before the
24563  referred label and you can go back with the toolbar button 
24564 \begin_inset Graphics
24565         filename ../images/bookmark-goto_0.png
24566         BoundingBox 0bp 5bp 20bp 25bp
24567         rotateOrigin center
24568
24569 \end_inset
24570
24571 .
24572 \end_layout
24573
24574 \begin_layout Standard
24575 You can change labels at any time by clicking on the label box.
24576  References to the changed label will automatically change its link to the
24577  new label text, so that you don't need to take care about this.
24578 \end_layout
24579
24580 \begin_layout Standard
24581 If a cross-reference refers to a non-existent label, you'll see two question
24582  marks in the output instead of the reference.
24583 \end_layout
24584
24585 \begin_layout Standard
24586 References are described in detail in the 
24587 \emph on
24588 Embedded Objects
24589 \emph default
24590  manual.
24591 \end_layout
24592
24593 \begin_layout Section
24594 Table of Contents and other Listings
24595 \begin_inset Index idx
24596 status collapsed
24597
24598 \begin_layout Plain Layout
24599 Table of contents
24600 \end_layout
24601
24602 \end_inset
24603
24604
24605 \begin_inset Index idx
24606 status collapsed
24607
24608 \begin_layout Plain Layout
24609 Outline
24610 \end_layout
24611
24612 \end_inset
24613
24614
24615 \begin_inset CommandInset label
24616 LatexCommand label
24617 name "sec:toc"
24618
24619 \end_inset
24620
24621
24622 \end_layout
24623
24624 \begin_layout Subsection
24625 Table of Contents
24626 \begin_inset CommandInset label
24627 LatexCommand label
24628 name "sub:Table-of-Contents"
24629
24630 \end_inset
24631
24632
24633 \end_layout
24634
24635 \begin_layout Standard
24636 The Table of Contents (TOC) is inserted with the menu 
24637 \family sans
24638 Insert\SpecialChar \menuseparator
24639 List/TOC\SpecialChar \menuseparator
24640 Table
24641 \begin_inset space ~
24642 \end_inset
24643
24644 of
24645 \begin_inset space ~
24646 \end_inset
24647
24648 Contents
24649 \family default
24650 .
24651  Is is displayed in LyX as a gray box.
24652  If you click on it, the 
24653 \family sans
24654 Outline
24655 \family default
24656  window appears, showing you the TOC entries as outline to move and rearrange
24657  sections in your documents.
24658  So this operation is an alternative to the menu 
24659 \family sans
24660 Document\SpecialChar \menuseparator
24661 Outline
24662 \family default
24663  that is described in sec.
24664 \begin_inset space \thinspace{}
24665 \end_inset
24666
24667
24668 \begin_inset CommandInset ref
24669 LatexCommand ref
24670 reference "sec:Navigating"
24671
24672 \end_inset
24673
24674 .
24675 \end_layout
24676
24677 \begin_layout Standard
24678 The TOC in the document output lists every numbered section automatically.
24679  If you have declared a short title for a section heading, as described
24680  in section
24681 \begin_inset space ~
24682 \end_inset
24683
24684
24685 \begin_inset CommandInset ref
24686 LatexCommand ref
24687 reference "sec:Short-Titles"
24688
24689 \end_inset
24690
24691 , it will be used in the TOC instead of the section heading.
24692  Section
24693 \begin_inset space ~
24694 \end_inset
24695
24696
24697 \begin_inset CommandInset ref
24698 LatexCommand ref
24699 reference "sub:Numbering-depth"
24700
24701 \end_inset
24702
24703  describes how the level is adjusted that defines which section types are
24704  listed in the TOC.
24705  Unnumbered sections are not listed in the TOC.
24706 \end_layout
24707
24708 \begin_layout Subsection
24709 List of Figures, Tables, and Algorithms
24710 \begin_inset CommandInset label
24711 LatexCommand label
24712 name "sub:List-of-Figures"
24713
24714 \end_inset
24715
24716
24717 \end_layout
24718
24719 \begin_layout Standard
24720 Table, figure, and algorithm lists are very much like the table of contents.
24721  You can insert them via the 
24722 \family sans
24723 Insert\SpecialChar \menuseparator
24724 List
24725 \begin_inset space ~
24726 \end_inset
24727
24728 /
24729 \begin_inset space ~
24730 \end_inset
24731
24732 TOC
24733 \family default
24734  submenus.
24735  The list entries are the float captions and the float number.
24736 \end_layout
24737
24738 \begin_layout Section
24739 URLs and Hyperlinks
24740 \begin_inset Index idx
24741 status collapsed
24742
24743 \begin_layout Plain Layout
24744 URLs
24745 \end_layout
24746
24747 \end_inset
24748
24749
24750 \begin_inset Index idx
24751 status collapsed
24752
24753 \begin_layout Plain Layout
24754 Hyperlinks
24755 \end_layout
24756
24757 \end_inset
24758
24759
24760 \end_layout
24761
24762 \begin_layout Subsection
24763 URLs
24764 \begin_inset CommandInset label
24765 LatexCommand label
24766 name "sub:URLs"
24767
24768 \end_inset
24769
24770
24771 \end_layout
24772
24773 \begin_layout Standard
24774 Links to web pages or email addresses can be inserted via the menu 
24775 \family sans
24776 Insert\SpecialChar \menuseparator
24777 URL
24778 \family default
24779 .
24780 \end_layout
24781
24782 \begin_layout Standard
24783 Here is an example URL: LyX's homepage: 
24784 \begin_inset Flex URL
24785 status open
24786
24787 \begin_layout Plain Layout
24788
24789 http://www.lyx.org
24790 \end_layout
24791
24792 \end_inset
24793
24794
24795 \end_layout
24796
24797 \begin_layout Standard
24798 You cannot change the style of the link text, the URL text will always be
24799  in the style 
24800 \family typewriter
24801 Typewriter
24802 \family default
24803 .
24804  To be able to format the URL text, use hyperlinks as explained in the next
24805  subsection.
24806 \end_layout
24807
24808 \begin_layout Standard
24809 \begin_inset Note Greyedout
24810 status open
24811
24812 \begin_layout Plain Layout
24813
24814 \series bold
24815 Note:
24816 \series default
24817  URLs must not end with a backslash, otherwise you get LaTeX errors.
24818 \end_layout
24819
24820 \end_inset
24821
24822
24823 \end_layout
24824
24825 \begin_layout Subsection
24826 Hyperlinks
24827 \begin_inset CommandInset label
24828 LatexCommand label
24829 name "sub:Hyperlinks"
24830
24831 \end_inset
24832
24833
24834 \end_layout
24835
24836 \begin_layout Standard
24837 Hyperlinks can be inserted with the menu 
24838 \family sans
24839 Insert\SpecialChar \menuseparator
24840 Hyperlink
24841 \family default
24842  or with the toolbar button 
24843 \begin_inset Graphics
24844         filename ../images/href-insert.png
24845         BoundingBox 0bp 5bp 20bp 20bp
24846
24847 \end_inset
24848
24849 .
24850  The appearing dialog has two fields: 
24851 \family sans
24852 Target
24853 \family default
24854  and 
24855 \family sans
24856 Name
24857 \family default
24858 .
24859  The name is the printed text for the hyperlink.
24860  The hyperlink type can be a weblink like this: 
24861 \begin_inset CommandInset href
24862 LatexCommand href
24863 name "LyX's homepage"
24864 target "http://www.lyx.org"
24865
24866 \end_inset
24867
24868 , an Email address like this: 
24869 \begin_inset CommandInset href
24870 LatexCommand href
24871 name "lyx-docs mailing list"
24872 target "lyx-docs@lists.lyx.org?subject=LyX's documentation"
24873 type "mailto:"
24874
24875 \end_inset
24876
24877 , or a link to a file.
24878 \end_layout
24879
24880 \begin_layout Standard
24881 You can start applications via a hyperlink when you insert a weblink, but
24882  add the prefix 
24883 \begin_inset Quotes eld
24884 \end_inset
24885
24886
24887 \family sans
24888 run:
24889 \family default
24890
24891 \begin_inset Quotes erd
24892 \end_inset
24893
24894  to the link target.
24895 \end_layout
24896
24897 \begin_layout Standard
24898 Hyperlinks will automatically be hyphenated if necessary in the PDF output,
24899  and become clickable in the DVI and PDF-output.
24900  To set the format of the link text, highlight the hyperlink inset and use
24901  the text style dialog.
24902  This is for example a hyperlink with bold sans serif text: 
24903 \family sans
24904 \series bold
24905
24906 \begin_inset CommandInset href
24907 LatexCommand href
24908 name "LyX's homepage"
24909 target "http://www.lyx.org"
24910
24911 \end_inset
24912
24913
24914 \end_layout
24915
24916 \begin_layout Standard
24917 The link text color can be changed, when the option 
24918 \family sans
24919 Color links
24920 \family default
24921  is set in the PDF Properties dialog (menu 
24922 \family sans
24923 Document\SpecialChar \menuseparator
24924 Settings\SpecialChar \menuseparator
24925 PDF Properties
24926 \family default
24927 ).
24928  The link text is for example set in this document to blue by adding the
24929  option
24930 \begin_inset Newline newline
24931 \end_inset
24932
24933
24934 \series bold
24935 urlcolor=blue
24936 \series default
24937
24938 \begin_inset Newline newline
24939 \end_inset
24940
24941 to the field 
24942 \family sans
24943 Additional options
24944 \family default
24945  in the PDF Properties dialog.
24946 \end_layout
24947
24948 \begin_layout Section
24949 Appendices
24950 \begin_inset Index idx
24951 status collapsed
24952
24953 \begin_layout Plain Layout
24954 Appendix
24955 \end_layout
24956
24957 \end_inset
24958
24959
24960 \begin_inset CommandInset label
24961 LatexCommand label
24962 name "sec:Appendices"
24963
24964 \end_inset
24965
24966
24967 \end_layout
24968
24969 \begin_layout Standard
24970 Appendices are created with the menu 
24971 \family sans
24972 Document\SpecialChar \menuseparator
24973 Start
24974 \begin_inset space ~
24975 \end_inset
24976
24977 Appendix
24978 \begin_inset space ~
24979 \end_inset
24980
24981 Here
24982 \family default
24983 .
24984  This menu sets the document from the current cursor position to the end
24985  as the appendix region.
24986  The region is marked with a red borderline.
24987 \end_layout
24988
24989 \begin_layout Standard
24990 Every chapter (or section) within the appendix region is treated as an appendix,
24991  numbered with a capital Latin letter.
24992  The appendix subsections are numbered with this letter followed by a dot
24993  and the subsection number.
24994  All appendix sections can be referenced as if they were normal sections,
24995  here two examples:
24996 \end_layout
24997
24998 \begin_layout Standard
24999 Appendix
25000 \begin_inset space ~
25001 \end_inset
25002
25003
25004 \begin_inset CommandInset ref
25005 LatexCommand ref
25006 reference "cha:Credits"
25007
25008 \end_inset
25009
25010 ; Appendix
25011 \begin_inset space ~
25012 \end_inset
25013
25014
25015 \begin_inset CommandInset ref
25016 LatexCommand ref
25017 reference "sub:Export"
25018
25019 \end_inset
25020
25021
25022 \end_layout
25023
25024 \begin_layout Section
25025 Bibliography
25026 \begin_inset Index idx
25027 status collapsed
25028
25029 \begin_layout Plain Layout
25030 Bibliography
25031 \end_layout
25032
25033 \end_inset
25034
25035
25036 \begin_inset CommandInset label
25037 LatexCommand label
25038 name "sec:Bibliography"
25039
25040 \end_inset
25041
25042
25043 \end_layout
25044
25045 \begin_layout Standard
25046 There are two ways of generating the bibliography in a LyX-document.
25047  You can include a bibliography database,
25048 \begin_inset Foot
25049 status collapsed
25050
25051 \begin_layout Plain Layout
25052 Known under the name 
25053 \begin_inset Quotes eld
25054 \end_inset
25055
25056 BibTeX-database
25057 \begin_inset Quotes erd
25058 \end_inset
25059
25060 .
25061 \end_layout
25062
25063 \end_inset
25064
25065  which is explained in the next subsection, or you can insert the bibliography
25066  manually, using the paragraph environment 
25067 \family sans
25068 Bibliography
25069 \family default
25070 , which was described in section
25071 \begin_inset space ~
25072 \end_inset
25073
25074
25075 \begin_inset CommandInset ref
25076 LatexCommand ref
25077 reference "sub:Biblio_environment"
25078
25079 \end_inset
25080
25081 .
25082  If you want anything other than numerical citations that are used in this
25083  document, like author-year cituations, then you must
25084 \emph on
25085  
25086 \emph default
25087 use a bibliography database.
25088 \end_layout
25089
25090 \begin_layout Subsection
25091 The Bibliography Environment
25092 \end_layout
25093
25094 \begin_layout Standard
25095 Within the 
25096 \family sans
25097 Bibliography
25098 \family default
25099  environment, every paragraph begins with a gray bibliography box labeled
25100  with a number.
25101  If you click on it, you will get a dialog in which you can set a 
25102 \family sans
25103 Key
25104 \family default
25105  and a 
25106 \family sans
25107 Label
25108 \family default
25109 .
25110  The key is the symbolic name by which you will refer to this bibliography
25111  entry.
25112  For example, our second entry in the bibliography is a book about LaTeX
25113  and we used 
25114 \begin_inset Quotes eld
25115 \end_inset
25116
25117 latexcompanion
25118 \begin_inset Quotes erd
25119 \end_inset
25120
25121 , a short form of its title, as key.
25122 \end_layout
25123
25124 \begin_layout Standard
25125 You can refer to the key of a bibliography entry using the menu 
25126 \family sans
25127 Insert\SpecialChar \menuseparator
25128 Citation
25129 \family default
25130  or the toolbar button 
25131 \begin_inset Graphics
25132         filename ../images/dialog-show-new-inset_citation.png
25133         BoundingBox 0bp 5bp 20bp 20bp
25134
25135 \end_inset
25136
25137 .
25138  A citation reference box is inserted and a citation window will appear
25139  in which you can select one or more keys in the available key list.
25140  The citation reference box will be labeled with the referenced key.
25141  When you click on the box, the citation window appears and you can change
25142  the reference.
25143 \end_layout
25144
25145 \begin_layout Standard
25146 Citation references appear in the output as the number of the bibliography
25147  entry with surrounding brackets.
25148  If you set a 
25149 \family sans
25150 Label
25151 \family default
25152  for the entry, the label will appear instead of the number.
25153  Here are two examples; the first without a label, the second with the label
25154  
25155 \begin_inset Quotes eld
25156 \end_inset
25157
25158 Credits
25159 \begin_inset Quotes erd
25160 \end_inset
25161
25162 :
25163 \end_layout
25164
25165 \begin_layout Standard
25166 Have a look at the 
25167 \family sans
25168 LaTeX Companion Second Edition
25169 \family default
25170
25171 \begin_inset CommandInset citation
25172 LatexCommand cite
25173 key "latexcompanion"
25174
25175 \end_inset
25176
25177
25178 \end_layout
25179
25180 \begin_layout Standard
25181 The LyX-Team members are listed in the Credits: 
25182 \begin_inset CommandInset citation
25183 LatexCommand cite
25184 key "lyxcredit"
25185
25186 \end_inset
25187
25188
25189 \end_layout
25190
25191 \begin_layout Subsection
25192 Bibliography databases (BibTeX)
25193 \begin_inset Index idx
25194 status collapsed
25195
25196 \begin_layout Plain Layout
25197 Bibliography ! Databases
25198 \end_layout
25199
25200 \end_inset
25201
25202
25203 \begin_inset Index idx
25204 status collapsed
25205
25206 \begin_layout Plain Layout
25207 Bibliography ! BibTeX
25208 \end_layout
25209
25210 \end_inset
25211
25212
25213 \begin_inset CommandInset label
25214 LatexCommand label
25215 name "sub:Bibliography-databases"
25216
25217 \end_inset
25218
25219
25220 \end_layout
25221
25222 \begin_layout Standard
25223 Bibliography databases are useful if you use the same bibliography in different
25224  documents.
25225 \begin_inset Foot
25226 status collapsed
25227
25228 \begin_layout Plain Layout
25229 They are also useful simply for keeping a database of articles and notes
25230  concerning them.
25231  Most of the database programs mentioned below allow you to store annotations
25232  and reviews along with bibliographical information.
25233 \end_layout
25234
25235 \end_inset
25236
25237  It also makes it very easy to have a uniform layout for all bibliography
25238  entries.
25239  You can collect the bibliography of all relevant books and articles of
25240  your working field in a database.
25241  This database can be used for different documents, and only the entries
25242  cited in a particular document will appear in the bibliography list for
25243  that document.
25244  This relieves you of the need to keep track of which articles and books
25245  you have cited.
25246 \end_layout
25247
25248 \begin_layout Standard
25249 The database is a text file with the file extension 
25250 \begin_inset Quotes eld
25251 \end_inset
25252
25253
25254 \family sans
25255 .bib
25256 \family default
25257
25258 \begin_inset Quotes erd
25259 \end_inset
25260
25261 , containing the bibliography in a special format.
25262  The format is explained in 
25263 \begin_inset CommandInset citation
25264 LatexCommand cite
25265 key "BibTeX-2"
25266
25267 \end_inset
25268
25269  and in LaTeX books (
25270 \begin_inset CommandInset citation
25271 LatexCommand cite
25272 key "Mittelbach,Kopka,Lamport"
25273
25274 \end_inset
25275
25276 ).
25277  The file can be created using any text editor, but normally one uses a
25278  special program to create and edit the entries in the database.
25279  A list of such programs is maintained on the LyX Wiki at 
25280 \begin_inset Flex URL
25281 status collapsed
25282
25283 \begin_layout Plain Layout
25284
25285 http://wiki.lyx.org/BibTeX/Programs
25286 \end_layout
25287
25288 \end_inset
25289
25290 .
25291 \end_layout
25292
25293 \begin_layout Standard
25294 To use a database, use the menu 
25295 \family sans
25296 Insert\SpecialChar \menuseparator
25297 List
25298 \family default
25299 /
25300 \family sans
25301 TOC\SpecialChar \menuseparator
25302 BibT
25303 \begin_inset ERT
25304 status collapsed
25305
25306 \begin_layout Plain Layout
25307
25308 {}
25309 \end_layout
25310
25311 \end_inset
25312
25313 eX
25314 \begin_inset space ~
25315 \end_inset
25316
25317 Bibliography
25318 \family default
25319 .
25320  A grey box will be inserted and a window appears.
25321  In this window you can load one or more databases and a style file.
25322  The option 
25323 \family sans
25324 Add bibliography to TOC
25325 \family default
25326  adds a table of contents entry for the bibliography.
25327  In the 
25328 \family sans
25329 Content
25330 \family default
25331  drop box you can select what part of the database should be output.
25332 \end_layout
25333
25334 \begin_layout Standard
25335 The style file is a text file with the file extension 
25336 \begin_inset Quotes eld
25337 \end_inset
25338
25339
25340 \family sans
25341 .bst
25342 \family default
25343
25344 \begin_inset Quotes erd
25345 \end_inset
25346
25347  that controls how the bibliography entries will appear.
25348  Your LaTeX distribution should provide several of these, and many publishers
25349  provide their own style files, so that you don't have to take care of the
25350  layout.
25351  It is of course possible to write your own style file, but this is something
25352  for experts.
25353 \begin_inset Foot
25354 status collapsed
25355
25356 \begin_layout Plain Layout
25357 For information how this is done, have a look at
25358 \begin_inset Newline newline
25359 \end_inset
25360
25361
25362 \begin_inset CommandInset href
25363 LatexCommand href
25364 target "http://www.ctan.org/get/biblio/bibtex/contrib/doc/btxhak.pdf"
25365
25366 \end_inset
25367
25368 .
25369 \end_layout
25370
25371 \end_inset
25372
25373
25374 \end_layout
25375
25376 \begin_layout Standard
25377 Inserting a citation reference works as described in the previous section.
25378 \end_layout
25379
25380 \begin_layout Standard
25381 To generate the bibliography from a database, LyX uses the program BibTeX.
25382  This program can be controlled with options that you can add in LyX's preferenc
25383 es dialog under 
25384 \family sans
25385 Outputs\SpecialChar \menuseparator
25386 LaT
25387 \begin_inset ERT
25388 status collapsed
25389
25390 \begin_layout Plain Layout
25391
25392 {}
25393 \end_layout
25394
25395 \end_inset
25396
25397 eX
25398 \family default
25399  in the 
25400 \family sans
25401 BibT
25402 \begin_inset ERT
25403 status collapsed
25404
25405 \begin_layout Plain Layout
25406
25407 {}
25408 \end_layout
25409
25410 \end_inset
25411
25412 eX
25413 \begin_inset space ~
25414 \end_inset
25415
25416 command
25417 \family default
25418  field.
25419  Before adding options, it is strongly recommended to read the manual of
25420  
25421 \family sans
25422 BibTeX
25423 \family default
25424  
25425 \begin_inset CommandInset citation
25426 LatexCommand cite
25427 key "BibTeX"
25428
25429 \end_inset
25430
25431 .
25432 \end_layout
25433
25434 \begin_layout Standard
25435 When you select the option 
25436 \family sans
25437 Sectioned bibliography
25438 \family default
25439  in the 
25440 \family sans
25441 Document\SpecialChar \menuseparator
25442 Settings
25443 \family default
25444  dialog, it is possible to have multiple and sectioned bibliographies.
25445  This and other options are explained in detail in section 
25446 \emph on
25447 Customizing Bibliographies
25448 \emph default
25449  
25450 \emph on
25451 with BibTeX
25452 \emph default
25453  of the 
25454 \emph on
25455 Additional Features
25456 \emph default
25457  manual.
25458 \end_layout
25459
25460 \begin_layout Standard
25461 We use two bibliographies in this document to show the difference between
25462  the two methods of creating them.
25463  As you can see, the bibliography that is created from a database lists
25464  only the database entries that are referenced in the document.
25465  We used the style file 
25466 \family sans
25467 alphadin.bst
25468 \family default
25469  to get the complicated German reference key scheme in the bibliography.
25470 \end_layout
25471
25472 \begin_layout Subsection
25473 Bibliography layout
25474 \begin_inset Index idx
25475 status collapsed
25476
25477 \begin_layout Plain Layout
25478 Bibliography ! Layout
25479 \end_layout
25480
25481 \end_inset
25482
25483
25484 \end_layout
25485
25486 \begin_layout Standard
25487 In the citation reference dialog you can set a special citation format.
25488  For this feature you need to enable the option 
25489 \family sans
25490 Natbib
25491 \family default
25492  in the 
25493 \family sans
25494 Document\SpecialChar \menuseparator
25495 Settings
25496 \family default
25497
25498 \begin_inset Index idx
25499 status collapsed
25500
25501 \begin_layout Plain Layout
25502 Document ! Settings
25503 \end_layout
25504
25505 \end_inset
25506
25507  dialog under 
25508 \family sans
25509 Bibliography
25510 \family default
25511 .
25512  Setting a citation style for a reference will overwrite the default.
25513  For the global citation format use the BibTeX style files as explained
25514  in the previous section.
25515 \end_layout
25516
25517 \begin_layout Standard
25518 You can also set text, that should appear before or after a citation reference,
25519  in the citation reference window.
25520  Here an example where we set the text 
25521 \begin_inset Quotes eld
25522 \end_inset
25523
25524 Chapter
25525 \begin_inset space ~
25526 \end_inset
25527
25528 3
25529 \begin_inset Quotes erd
25530 \end_inset
25531
25532  to appear after the reference:
25533 \end_layout
25534
25535 \begin_layout Standard
25536 Have a look at 
25537 \begin_inset CommandInset citation
25538 LatexCommand cite
25539 after "Chapter 3"
25540 key "latexcompanion"
25541
25542 \end_inset
25543
25544 .
25545 \end_layout
25546
25547 \begin_layout Section
25548 Index
25549 \begin_inset Index idx
25550 status collapsed
25551
25552 \begin_layout Plain Layout
25553 Index generation
25554 \end_layout
25555
25556 \end_inset
25557
25558
25559 \begin_inset CommandInset label
25560 LatexCommand label
25561 name "sec:Index"
25562
25563 \end_inset
25564
25565
25566 \end_layout
25567
25568 \begin_layout Standard
25569 An index entry is created if you use the menu 
25570 \family sans
25571 Insert\SpecialChar \menuseparator
25572 Index
25573 \begin_inset space ~
25574 \end_inset
25575
25576 Entry
25577 \family default
25578  or the toolbar button 
25579 \begin_inset Graphics
25580         filename ../images/index-insert.png
25581         BoundingBox 0bp 5bp 20bp 20bp
25582
25583 \end_inset
25584
25585 .
25586  A box labeled 
25587 \begin_inset Quotes eld
25588 \end_inset
25589
25590
25591 \family sans
25592 Index
25593 \family default
25594
25595 \begin_inset Quotes erd
25596 \end_inset
25597
25598  is inserted containing the text that appears in the index.
25599  The word where the cursor is in or the currently highlighted text is proposed
25600  by LyX as the index entry.
25601 \end_layout
25602
25603 \begin_layout Standard
25604 We give a short overview of the index commands in the next subsections.
25605  For a detailed description of LaTeX's index mechanism, have a look at one
25606  of the LaTeX books 
25607 \begin_inset CommandInset citation
25608 LatexCommand cite
25609 key "latexcompanion,latexguide,latexbook"
25610
25611 \end_inset
25612
25613 .
25614 \end_layout
25615
25616 \begin_layout Standard
25617 The index list is inserted in the document with the menu 
25618 \family sans
25619 Insert\SpecialChar \menuseparator
25620 List
25621 \begin_inset space ~
25622 \end_inset
25623
25624 /
25625 \begin_inset space ~
25626 \end_inset
25627
25628 TOC\SpecialChar \menuseparator
25629 Index
25630 \begin_inset space ~
25631 \end_inset
25632
25633 List
25634 \family default
25635 .
25636  A light blue box labeled 
25637 \begin_inset Quotes eld
25638 \end_inset
25639
25640
25641 \family sans
25642 Index
25643 \family default
25644
25645 \begin_inset Quotes erd
25646 \end_inset
25647
25648  will show the place where the index is printed in the output.
25649  The index list box is not clickable like other LyX-boxes.
25650 \end_layout
25651
25652 \begin_layout Subsection
25653 Grouping Index Entries
25654 \begin_inset Index idx
25655 status collapsed
25656
25657 \begin_layout Plain Layout
25658 Index ! Grouping
25659 \end_layout
25660
25661 \end_inset
25662
25663
25664 \end_layout
25665
25666 \begin_layout Standard
25667 Index entries are often grouped to offer the reader a fast search in the
25668  index.
25669  We want to group for example the index entries for itemized and enumerated
25670  lists under the entry 
25671 \begin_inset Quotes eld
25672 \end_inset
25673
25674 Lists
25675 \begin_inset Quotes erd
25676 \end_inset
25677
25678 .
25679  First we create the entry 
25680 \begin_inset Quotes eld
25681 \end_inset
25682
25683 Lists
25684 \begin_inset Quotes erd
25685 \end_inset
25686
25687  in section
25688 \begin_inset space ~
25689 \end_inset
25690
25691
25692 \begin_inset CommandInset ref
25693 LatexCommand ref
25694 reference "sub:Lists"
25695
25696 \end_inset
25697
25698 .
25699  In the text field for the itemized list index entry in section
25700 \begin_inset space ~
25701 \end_inset
25702
25703
25704 \begin_inset CommandInset ref
25705 LatexCommand ref
25706 reference "sec:Itemize"
25707
25708 \end_inset
25709
25710 , we insert the command
25711 \end_layout
25712
25713 \begin_layout Standard
25714
25715 \series bold
25716 Lists ! Itemize
25717 \end_layout
25718
25719 \begin_layout Standard
25720 and the command
25721 \end_layout
25722
25723 \begin_layout Standard
25724
25725 \series bold
25726 Lists ! Enumerate
25727 \end_layout
25728
25729 \begin_layout Standard
25730 for the enumerated list in section
25731 \begin_inset space ~
25732 \end_inset
25733
25734
25735 \begin_inset CommandInset ref
25736 LatexCommand ref
25737 reference "sec:Enumerate"
25738
25739 \end_inset
25740
25741 .
25742 \end_layout
25743
25744 \begin_layout Standard
25745 The exclamation mark 
25746 \begin_inset Quotes eld
25747 \end_inset
25748
25749 !
25750 \begin_inset Quotes erd
25751 \end_inset
25752
25753  marks the grouping levels.
25754  You can have three levels; every index level is indented a bit more.
25755  An index entry for the higher levels is not required.
25756  If we don't have an index entry for 
25757 \begin_inset Quotes eld
25758 \end_inset
25759
25760 Lists
25761 \begin_inset Quotes erd
25762 \end_inset
25763
25764 , it will be printed anyway, but without a page number.
25765 \end_layout
25766
25767 \begin_layout Subsection
25768 Page Ranges
25769 \begin_inset Index idx
25770 status collapsed
25771
25772 \begin_layout Plain Layout
25773 Index ! Page ranges
25774 \end_layout
25775
25776 \end_inset
25777
25778
25779 \end_layout
25780
25781 \begin_layout Standard
25782 Normally an index entry will appear with the page number of the indexed
25783  section.
25784  But sometimes you want to index more pages under the same entry.
25785  E.g if we want to index the paragraph environments, we create an index entry
25786  in section
25787 \begin_inset space ~
25788 \end_inset
25789
25790
25791 \begin_inset CommandInset ref
25792 LatexCommand ref
25793 reference "sec:Paragraph-Environments"
25794
25795 \end_inset
25796
25797  with the command
25798 \end_layout
25799
25800 \begin_layout Standard
25801
25802 \series bold
25803 Paragraph environments|(
25804 \end_layout
25805
25806 \begin_layout Standard
25807 and another entry at the end of section
25808 \begin_inset space ~
25809 \end_inset
25810
25811
25812 \begin_inset CommandInset ref
25813 LatexCommand ref
25814 reference "sub:LyX-Code"
25815
25816 \end_inset
25817
25818  with the command
25819 \end_layout
25820
25821 \begin_layout Standard
25822
25823 \series bold
25824 Paragraph environments|)
25825 \end_layout
25826
25827 \begin_layout Standard
25828 The commands 
25829 \begin_inset Quotes eld
25830 \end_inset
25831
25832
25833 \series bold
25834 |(
25835 \series default
25836
25837 \begin_inset Quotes erd
25838 \end_inset
25839
25840  and 
25841 \begin_inset Quotes eld
25842 \end_inset
25843
25844
25845 \series bold
25846 |)
25847 \series default
25848
25849 \begin_inset Quotes erd
25850 \end_inset
25851
25852  respectively start and end the index range.
25853  You can also add the same index entry at different places in the document.
25854  They appear in the output under one entry with a comma separated list of
25855  the pages of the indexed document parts.
25856  An example is the index entry 
25857 \begin_inset Quotes eld
25858 \end_inset
25859
25860 Document ! Settings
25861 \begin_inset Quotes erd
25862 \end_inset
25863
25864 .
25865 \end_layout
25866
25867 \begin_layout Subsection
25868 Cross referencing
25869 \begin_inset Index idx
25870 status collapsed
25871
25872 \begin_layout Plain Layout
25873 Index ! Cross referencing
25874 \end_layout
25875
25876 \end_inset
25877
25878
25879 \end_layout
25880
25881 \begin_layout Standard
25882 It is also possible to refer to another index entry.
25883  We referred for example in the index entry 
25884 \begin_inset Quotes eld
25885 \end_inset
25886
25887 GIF
25888 \begin_inset Quotes erd
25889 \end_inset
25890
25891  (in section
25892 \begin_inset space ~
25893 \end_inset
25894
25895
25896 \begin_inset CommandInset ref
25897 LatexCommand ref
25898 reference "sub:Image-Formats"
25899
25900 \end_inset
25901
25902 ) to the index entry 
25903 \begin_inset Quotes eld
25904 \end_inset
25905
25906 Image formats
25907 \begin_inset Quotes erd
25908 \end_inset
25909
25910  in the same section using the entry
25911 \end_layout
25912
25913 \begin_layout Standard
25914
25915 \series bold
25916 GIF|see{Image formats}
25917 \end_layout
25918
25919 \begin_layout Standard
25920 where the braces have to be inserted as TeX Code.
25921  The text within the braces is the referenced entry.
25922  The reference will appear in the output without a page number.
25923 \end_layout
25924
25925 \begin_layout Subsection
25926 Index Entry Order
25927 \begin_inset Index idx
25928 status collapsed
25929
25930 \begin_layout Plain Layout
25931 Index ! Entry order
25932 \end_layout
25933
25934 \end_inset
25935
25936
25937 \end_layout
25938
25939 \begin_layout Standard
25940 You can use accented characters in the index entry, but the entries might
25941  then not follow the rules for the index order.
25942  The index entries are sorted alphabetically, but LaTeX
25943 \begin_inset Foot
25944 status collapsed
25945
25946 \begin_layout Plain Layout
25947 The index generating is done in the background by an extra program, see
25948  section
25949 \begin_inset space ~
25950 \end_inset
25951
25952
25953 \begin_inset CommandInset ref
25954 LatexCommand ref
25955 reference "sub:Index-Program"
25956
25957 \end_inset
25958
25959 .
25960 \end_layout
25961
25962 \end_inset
25963
25964  doesn't know how to sort accents in different languages.
25965  We have created as an example the three dummy index entries 
25966 \begin_inset Quotes eld
25967 \end_inset
25968
25969 maison
25970 \begin_inset Quotes erd
25971 \end_inset
25972
25973
25974 \begin_inset Quotes eld
25975 \end_inset
25976
25977 maïs
25978 \begin_inset Quotes erd
25979 \end_inset
25980
25981 , and 
25982 \begin_inset Quotes eld
25983 \end_inset
25984
25985 maître
25986 \begin_inset Quotes erd
25987 \end_inset
25988
25989 .
25990 \begin_inset Index idx
25991 status open
25992
25993 \begin_layout Plain Layout
25994 Dummy entries ! maïs
25995 \end_layout
25996
25997 \end_inset
25998
25999
26000 \begin_inset Index idx
26001 status open
26002
26003 \begin_layout Plain Layout
26004 Dummy entries ! maître
26005 \end_layout
26006
26007 \end_inset
26008
26009
26010 \begin_inset Index idx
26011 status open
26012
26013 \begin_layout Plain Layout
26014 Dummy entries ! maïs@maison
26015 \end_layout
26016
26017 \end_inset
26018
26019  They will be sorted in the order maïs, maître, maison, but we want the
26020  order maïs, maison, maître.
26021  To achieve this, we use the command
26022 \end_layout
26023
26024 \begin_layout Standard
26025
26026 \series bold
26027 previous entry@current entry
26028 \end_layout
26029
26030 \begin_layout Standard
26031 In our case we want to have 
26032 \begin_inset Quotes eld
26033 \end_inset
26034
26035 maison
26036 \begin_inset Quotes erd
26037 \end_inset
26038
26039  after 
26040 \begin_inset Quotes eld
26041 \end_inset
26042
26043 maïs
26044 \begin_inset Quotes erd
26045 \end_inset
26046
26047  and write therefore for the index entry of maison:
26048 \end_layout
26049
26050 \begin_layout Standard
26051
26052 \series bold
26053 maïs@maison
26054 \end_layout
26055
26056 \begin_layout Standard
26057 The previous entry needn't to be a real existing entry, you can also use
26058  another word to tell LaTeX the entry order, see the next subsection for
26059  an example.
26060 \end_layout
26061
26062 \begin_layout Standard
26063 \begin_inset VSpace bigskip
26064 \end_inset
26065
26066
26067 \end_layout
26068
26069 \begin_layout Standard
26070 In some cases the index entry order is not correct when you are using the
26071  program 
26072 \family sans
26073 makeindex 
26074 \family default
26075 to generate the index (see sec.
26076 \begin_inset space \thinspace{}
26077 \end_inset
26078
26079
26080 \begin_inset CommandInset ref
26081 LatexCommand ref
26082 reference "sub:Index-Program"
26083
26084 \end_inset
26085
26086 ).
26087  
26088 \family sans
26089 makeindex
26090 \family default
26091  would for example print the index entry for the LaTeX-package aeguill in
26092  sec.
26093 \begin_inset space \thinspace{}
26094 \end_inset
26095
26096
26097 \begin_inset CommandInset ref
26098 LatexCommand ref
26099 reference "sub:Document-Font"
26100
26101 \end_inset
26102
26103  after the index entries of the other LaTeX-packages although all these
26104  index commands start with 
26105 \begin_inset Quotes eld
26106 \end_inset
26107
26108
26109 \series bold
26110 LaTeX-packages ! 
26111 \series default
26112
26113 \begin_inset Quotes eld
26114 \end_inset
26115
26116 .
26117  The reason is that the index entry for aeguill is in a footnote.
26118  To fix this 
26119 \family sans
26120 makeindex
26121 \family default
26122  bug, add these commands to the preamble of your document:
26123 \end_layout
26124
26125 \begin_layout Standard
26126
26127 \series bold
26128
26129 \backslash
26130 let
26131 \backslash
26132 OrgIndex
26133 \backslash
26134 index
26135 \end_layout
26136
26137 \begin_layout Standard
26138
26139 \series bold
26140
26141 \backslash
26142 renewcommand*{
26143 \backslash
26144 index}[1]{
26145 \backslash
26146 OrgIndex{#1}}
26147 \end_layout
26148
26149 \begin_layout Subsection
26150 Index Entry Layout
26151 \begin_inset Index idx
26152 status collapsed
26153
26154 \begin_layout Plain Layout
26155 Index ! Entry layout
26156 \end_layout
26157
26158 \end_inset
26159
26160
26161 \end_layout
26162
26163 \begin_layout Standard
26164 You can change the appearance of index entries via the text style dialog.
26165 \begin_inset Index idx
26166 status open
26167
26168 \begin_layout Plain Layout
26169 Dummy entries ! 
26170 \shape italic
26171 This is an italic dummy entry
26172 \end_layout
26173
26174 \end_inset
26175
26176  You can also format the page number using the character 
26177 \begin_inset Quotes eld
26178 \end_inset
26179
26180 |
26181 \begin_inset Quotes erd
26182 \end_inset
26183
26184  followed by a LaTeX-command without a backslash.
26185  We can write for example
26186 \end_layout
26187
26188 \begin_layout Standard
26189
26190 \series bold
26191 italic page number:|textit
26192 \end_layout
26193
26194 \begin_layout Standard
26195 to get the page number in italic.
26196 \begin_inset Index idx
26197 status open
26198
26199 \begin_layout Plain Layout
26200 Dummy entries ! italic page number:|textit
26201 \end_layout
26202
26203 \end_inset
26204
26205  Normally all LaTeX-commands begin with a backslash, but in this special
26206  case 
26207 \begin_inset Quotes eld
26208 \end_inset
26209
26210
26211 \series bold
26212 |command
26213 \series default
26214
26215 \begin_inset Quotes erd
26216 \end_inset
26217
26218  means 
26219 \series bold
26220
26221 \backslash
26222 command{page
26223 \begin_inset space ~
26224 \end_inset
26225
26226 number}
26227 \series default
26228 .
26229  Have a look at section
26230 \begin_inset space ~
26231 \end_inset
26232
26233
26234 \begin_inset CommandInset ref
26235 LatexCommand ref
26236 reference "sub:LaTeX-Syntax"
26237
26238 \end_inset
26239
26240  to learn more about the LaTeX-syntax.
26241 \end_layout
26242
26243 \begin_layout Standard
26244 \begin_inset Note Greyedout
26245 status open
26246
26247 \begin_layout Plain Layout
26248
26249 \series bold
26250 Note:
26251 \series default
26252  Formatting single index entries only works when you use the program 
26253 \family sans
26254 makeindex 
26255 \family default
26256 to generate the index, see sec.
26257 \begin_inset space \thinspace{}
26258 \end_inset
26259
26260
26261 \begin_inset CommandInset ref
26262 LatexCommand ref
26263 reference "sub:Index-Program"
26264
26265 \end_inset
26266
26267 .
26268  If you use 
26269 \family sans
26270 xindy
26271 \family default
26272 , however, this won't work for anything other than bold or italic text.
26273  This is because xindy requires to define semantic elements before they
26274  can be used, see 
26275 \begin_inset CommandInset citation
26276 LatexCommand cite
26277 after "p. 678 ff."
26278 key "latexcompanion"
26279
26280 \end_inset
26281
26282  for details.
26283 \end_layout
26284
26285 \end_inset
26286
26287
26288 \end_layout
26289
26290 \begin_layout Standard
26291 In general, we encourage you to not format page numbers directly as shown
26292  above.
26293  Instead of this, you should define a macro in the preamble and use that.
26294  Consider why you want some page numbers to be bold.
26295  Maybe you want all page references italic that refer to a definition of
26296  the indexed term, so that users can easily find definitions.
26297  If so, put the following in the preamble
26298 \end_layout
26299
26300 \begin_layout Standard
26301
26302 \series bold
26303
26304 \backslash
26305 newcommand{
26306 \backslash
26307 IndexDef}[1]{
26308 \backslash
26309 textit{#1}}
26310 \end_layout
26311
26312 \begin_layout Standard
26313 and write
26314 \end_layout
26315
26316 \begin_layout Standard
26317
26318 \series bold
26319 my entry|IndexDef
26320 \end_layout
26321
26322 \begin_layout Standard
26323 in the index entry.
26324 \begin_inset Index idx
26325 status open
26326
26327 \begin_layout Plain Layout
26328 Dummy entries ! my entry|IndexDef
26329 \end_layout
26330
26331 \end_inset
26332
26333  The advantage is that, if you change your mind later or if your publisher
26334  insists that definitions must not be italic but bold, you just need to
26335  change the macro in the preamble, not every single index entry.
26336 \end_layout
26337
26338 \begin_layout Standard
26339 You can also change the layout for the whole index.
26340  E.
26341 \begin_inset space \thinspace{}
26342 \end_inset
26343
26344 g.
26345 \begin_inset space \space{}
26346 \end_inset
26347
26348 we marked the index list box of this document as bold to get a bold font
26349  for all index entries.
26350  For more advanced tasks you have to set up a so-called 
26351 \emph on
26352 Index Style File
26353 \emph default
26354 , see the 
26355 \family sans
26356 makeindex
26357 \family default
26358  or 
26359 \family sans
26360 xindy
26361 \family default
26362  documentation for details, 
26363 \begin_inset CommandInset citation
26364 LatexCommand cite
26365 key "makeindex,xindy"
26366
26367 \end_inset
26368
26369 .
26370 \end_layout
26371
26372 \begin_layout Subsection
26373 Index Program
26374 \begin_inset Index idx
26375 status collapsed
26376
26377 \begin_layout Plain Layout
26378 Index ! Program
26379 \end_layout
26380
26381 \end_inset
26382
26383
26384 \begin_inset CommandInset label
26385 LatexCommand label
26386 name "sub:Index-Program"
26387
26388 \end_inset
26389
26390
26391 \end_layout
26392
26393 \begin_layout Standard
26394 If the index entry program 
26395 \family sans
26396 xindy
26397 \family default
26398  is installed, LyX uses it for index generation; otherwise the program 
26399 \family sans
26400 makeindex
26401 \family default
26402 , that is part of every LaTeX distribution, is used.
26403 \begin_inset Foot
26404 status collapsed
26405
26406 \begin_layout Plain Layout
26407
26408 \family sans
26409 Makeindex
26410 \family default
26411  is very old, no longer under development and has many pitfalls, notably
26412  that it was developed with only the English language in mind.
26413  So it fails to sort anything other than a monolingual English text correctly.
26414  We have shown above how to fix this sorting.
26415  However, if you are writing in another than the English language, consider
26416  to use 
26417 \family sans
26418 xindy
26419 \family default
26420 .
26421 \end_layout
26422
26423 \end_inset
26424
26425  Both programs can be controlled by options that can be set in LyX's preferences
26426  dialog, see section
26427 \begin_inset space ~
26428 \end_inset
26429
26430
26431 \begin_inset CommandInset ref
26432 LatexCommand ref
26433 reference "sub:LaTeX-settings"
26434
26435 \end_inset
26436
26437 .
26438  The available options are listed and explained in 
26439 \begin_inset CommandInset citation
26440 LatexCommand cite
26441 key "makeindex,xindy"
26442
26443 \end_inset
26444
26445 .
26446  In this dialog, you can also specify an alternative program to generate
26447  the index.
26448 \end_layout
26449
26450 \begin_layout Standard
26451 If you need specific options or an alternative index program only for a
26452  given document, you can define the programm and\SpecialChar \slash{}
26453 or the options in 
26454 \family sans
26455 Document\SpecialChar \menuseparator
26456 Settings\SpecialChar \ldots{}
26457 \SpecialChar \menuseparator
26458 Indexes
26459 \family default
26460 .
26461  This is especially useful if you need to pass language-specific options
26462  to the index program or if you need a specific layout style.
26463 \end_layout
26464
26465 \begin_layout Subsection
26466 Multiple Indexes
26467 \end_layout
26468
26469 \begin_layout Standard
26470 In many fields, it is common to have more than one index.
26471  For instance, you might need to set up a separate 
26472 \begin_inset Quotes eld
26473 \end_inset
26474
26475 Index of Names
26476 \begin_inset Quotes erd
26477 \end_inset
26478
26479  next to the standard index.
26480  LaTeX does not provide this possibility out of the box, but there are many
26481  packages that add this feature.
26482  LyX uses the 
26483 \series bold
26484 splitidx
26485 \series default
26486
26487 \begin_inset Index idx
26488 status collapsed
26489
26490 \begin_layout Plain Layout
26491 LaTeX-packages ! splitidx
26492 \end_layout
26493
26494 \end_inset
26495
26496  package to generate multiple indexes.
26497  The package is included in all recent LaTeX distributions.
26498  If yours does not ship it, consult the TeX Catalogue, 
26499 \begin_inset CommandInset citation
26500 LatexCommand cite
26501 key "TeXCatalogue"
26502
26503 \end_inset
26504
26505 .
26506  Note that the package does not only consist of a LaTeX style, but it also
26507  includes specific preprocessor programs that need to be installed as well.
26508  Please consult the package's manual for details.
26509 \end_layout
26510
26511 \begin_layout Standard
26512 To set up LyX for the use of multiple indexes, go to 
26513 \family sans
26514 Document\SpecialChar \menuseparator
26515 Settings\SpecialChar \ldots{}
26516 \SpecialChar \menuseparator
26517 Indexes
26518 \family default
26519  and select 
26520 \begin_inset Quotes eld
26521 \end_inset
26522
26523 Use multiple Indexes
26524 \begin_inset Quotes erd
26525 \end_inset
26526
26527 .
26528  Note that the list of 
26529 \begin_inset Quotes eld
26530 \end_inset
26531
26532 Available Indexes
26533 \begin_inset Quotes erd
26534 \end_inset
26535
26536  below already contains the standard index.
26537  To add further indexes, add the name of the index (in the form that should
26538  also appear as a heading) to the 
26539 \begin_inset Quotes eld
26540 \end_inset
26541
26542 New
26543 \begin_inset Quotes erd
26544 \end_inset
26545
26546  input field and press the 
26547 \begin_inset Quotes eld
26548 \end_inset
26549
26550 Add
26551 \begin_inset Quotes erd
26552 \end_inset
26553
26554  button.
26555  The new index should now appear in the list as well.
26556  If you like, you can attribute an alternative label color to the new index
26557  by selecting the index in the list and hitting the 
26558 \begin_inset Quotes eld
26559 \end_inset
26560
26561 Alter Color\SpecialChar \ldots{}
26562
26563 \begin_inset Quotes erd
26564 \end_inset
26565
26566  button.
26567  The label color may help you to differentiate index entries of different
26568  indexes in the LyX work area.
26569 \end_layout
26570
26571 \begin_layout Standard
26572 Once the document changes have been applied, you can find the new index
26573  list in 
26574 \family sans
26575 Insert\SpecialChar \menuseparator
26576 List
26577 \begin_inset space ~
26578 \end_inset
26579
26580 /
26581 \begin_inset space ~
26582 \end_inset
26583
26584 TOC
26585 \family default
26586  and the 
26587 \family sans
26588 Insert
26589 \family default
26590  menu has a separate index entry for each of the defined indexes.
26591  The workflow is basically the same as for the default index, but there
26592  are some additional features:
26593 \end_layout
26594
26595 \begin_layout Itemize
26596 If you want to change the attribution of a specific index entry, right-clicking
26597  on the entry will open a dialog where you can do that.
26598 \end_layout
26599
26600 \begin_layout Itemize
26601 By right-clicking on an index, you can change its type.
26602  Furthermore, you can specify an index list to be a 
26603 \begin_inset Quotes eld
26604 \end_inset
26605
26606 Subindex
26607 \begin_inset Quotes erd
26608 \end_inset
26609
26610 .
26611  If you do that, the heading of that list will be decreased by one level.
26612  E.
26613 \begin_inset space \thinspace{}
26614 \end_inset
26615
26616 g., if you use a book class, where the standard index heading is defined
26617  as a chapter, subindexes will be defined as sections and can thus be nested
26618  to the non-subindexes.
26619 \end_layout
26620
26621 \begin_layout Section
26622 Nomenclature / Glossary 
26623 \begin_inset Index idx
26624 status collapsed
26625
26626 \begin_layout Plain Layout
26627 Nomenclature
26628 \end_layout
26629
26630 \end_inset
26631
26632
26633 \begin_inset Index idx
26634 status collapsed
26635
26636 \begin_layout Plain Layout
26637 Glossary|see
26638 \begin_inset ERT
26639 status collapsed
26640
26641 \begin_layout Plain Layout
26642
26643 {
26644 \end_layout
26645
26646 \end_inset
26647
26648 Nomenclature
26649 \begin_inset ERT
26650 status collapsed
26651
26652 \begin_layout Plain Layout
26653
26654 }
26655 \end_layout
26656
26657 \end_inset
26658
26659
26660 \end_layout
26661
26662 \end_inset
26663
26664
26665 \begin_inset CommandInset label
26666 LatexCommand label
26667 name "sec:Nomenclature"
26668
26669 \end_inset
26670
26671
26672 \end_layout
26673
26674 \begin_layout Standard
26675 Sometimes you need to compile a list of symbols that are mentioned in your
26676  document with a brief explanation of them – a so called nomenclature or
26677  glossary.
26678 \end_layout
26679
26680 \begin_layout Standard
26681 To be able to create nomenclatures, you need the LaTeX package 
26682 \series bold
26683 nomencl
26684 \series default
26685
26686 \begin_inset Index idx
26687 status collapsed
26688
26689 \begin_layout Plain Layout
26690 LaTeX-packages ! nomencl
26691 \end_layout
26692
26693 \end_inset
26694
26695  installed.
26696  You find it in the TeX Catalogue, 
26697 \begin_inset CommandInset citation
26698 LatexCommand cite
26699 key "TeXCatalogue"
26700
26701 \end_inset
26702
26703  or in the package manager of your LaTeX-system.
26704 \end_layout
26705
26706 \begin_layout Standard
26707 A nomenclature entry is created if you place the cursor after a symbol entry
26708  and then use the menu 
26709 \family sans
26710 Insert\SpecialChar \menuseparator
26711
26712 \family default
26713 N
26714 \family sans
26715 omenclature
26716 \begin_inset space ~
26717 \end_inset
26718
26719 Entry
26720 \family default
26721  or the toolbar button 
26722 \begin_inset Graphics
26723         filename ../images/nomencl-insert.png
26724         BoundingBox 0bp 5bp 20bp 20bp
26725
26726 \end_inset
26727
26728 .
26729  A gray box labeled 
26730 \begin_inset Quotes eld
26731 \end_inset
26732
26733
26734 \family sans
26735 Nom
26736 \family default
26737
26738 \begin_inset Quotes erd
26739 \end_inset
26740
26741  is inserted and a window pops up asking for the nomenclature entry.
26742 \end_layout
26743
26744 \begin_layout Standard
26745 A nomenclature entry consists of two main entries.
26746  The first is the symbol that you want to refer to.
26747  The second is the description of the symbol.
26748 \end_layout
26749
26750 \begin_layout Standard
26751 \begin_inset Note Greyedout
26752 status open
26753
26754 \begin_layout Plain Layout
26755
26756 \series bold
26757 Note:
26758 \series default
26759  You have to enter valid LaTeX-code for all fields of the nomenclature dialog.
26760 \end_layout
26761
26762 \end_inset
26763
26764
26765 \end_layout
26766
26767 \begin_layout Subsection
26768 Nomenclature Definition and Layout
26769 \begin_inset Index idx
26770 status collapsed
26771
26772 \begin_layout Plain Layout
26773 Nomenclature ! Layout
26774 \end_layout
26775
26776 \end_inset
26777
26778
26779 \end_layout
26780
26781 \begin_layout Standard
26782 When you have symbols in formulas, you have to define them in the 
26783 \family sans
26784 Symbol
26785 \family default
26786  field as LaTeX-formulas.
26787  For example to get 
26788 \begin_inset Quotes eld
26789 \end_inset
26790
26791
26792 \begin_inset Formula $\sigma$
26793 \end_inset
26794
26795
26796 \begin_inset Quotes erd
26797 \end_inset
26798
26799 , insert this:
26800 \begin_inset Newline newline
26801 \end_inset
26802
26803
26804 \series bold
26805 $
26806 \backslash
26807 sigma$
26808 \begin_inset Newline newline
26809 \end_inset
26810
26811
26812 \series default
26813 The 
26814 \begin_inset Quotes eld
26815 \end_inset
26816
26817 $
26818 \begin_inset Quotes erd
26819 \end_inset
26820
26821  character starts/ends the formula.
26822  The LaTeX-command for the Greek letter is the name of the letter beginning
26823  with a backslash 
26824 \begin_inset Quotes eld
26825 \end_inset
26826
26827
26828 \backslash
26829
26830 \begin_inset Quotes erd
26831 \end_inset
26832
26833 .
26834  For capital Greek letters, start the command also with a capital letter,
26835  like 
26836 \series bold
26837
26838 \backslash
26839 Sigma
26840 \series default
26841 .
26842 \end_layout
26843
26844 \begin_layout Standard
26845 (A short introduction to the LaTeX-syntax is given in section
26846 \begin_inset space ~
26847 \end_inset
26848
26849
26850 \begin_inset CommandInset ref
26851 LatexCommand ref
26852 reference "sub:LaTeX-Syntax"
26853
26854 \end_inset
26855
26856 .)
26857 \end_layout
26858
26859 \begin_layout Standard
26860 You cannot use the 
26861 \family sans
26862 Text
26863 \begin_inset space ~
26864 \end_inset
26865
26866 Style
26867 \family default
26868  dialog to format the description text but have to use LaTeX-commands.
26869  For example the description of the nomenclature entry for the 
26870 \begin_inset Quotes eld
26871 \end_inset
26872
26873
26874 \begin_inset Formula $\sigma$
26875 \end_inset
26876
26877
26878 \begin_inset Quotes erd
26879 \end_inset
26880
26881  in this document is:
26882 \begin_inset Newline newline
26883 \end_inset
26884
26885
26886 \series bold
26887 dummy entry for the character 
26888 \backslash
26889 textsf{sigma}
26890 \series default
26891
26892 \begin_inset Newline newline
26893 \end_inset
26894
26895 The command 
26896 \series bold
26897
26898 \backslash
26899 textsf
26900 \series default
26901  sets the fonts to 
26902 \family sans
26903 sans
26904 \begin_inset space ~
26905 \end_inset
26906
26907 serif
26908 \family default
26909 .
26910  To get 
26911 \series bold
26912 bold
26913 \series default
26914  font use the command 
26915 \series bold
26916
26917 \backslash
26918 textbf
26919 \series default
26920 , for 
26921 \family typewriter
26922 typewriter
26923 \family default
26924  use 
26925 \series bold
26926
26927 \backslash
26928 texttt
26929 \series default
26930 , for 
26931 \emph on
26932 emphasized
26933 \emph default
26934  use 
26935 \series bold
26936
26937 \backslash
26938 emph
26939 \series default
26940 .
26941 \end_layout
26942
26943 \begin_layout Subsection
26944 Sort Order of Nomenclature Entries
26945 \begin_inset Index idx
26946 status collapsed
26947
26948 \begin_layout Plain Layout
26949 Nomenclature ! Sort order
26950 \end_layout
26951
26952 \end_inset
26953
26954
26955 \end_layout
26956
26957 \begin_layout Standard
26958 The nomenclature entries are sorted alphabetically by the LaTeX-code of
26959  the symbol definition.
26960  This leads to undesired results when you for example have symbols in formulas.
26961  Suppose you have nomenclature entries for the symbols 
26962 \emph on
26963 a
26964 \begin_inset CommandInset nomenclature
26965 LatexCommand nomenclature
26966 symbol "a"
26967 description "dummy entry for the character \"a\""
26968
26969 \end_inset
26970
26971
26972 \emph default
26973  and 
26974 \begin_inset Formula $\sigma$
26975 \end_inset
26976
26977
26978 \begin_inset CommandInset nomenclature
26979 LatexCommand nomenclature
26980 prefix "sigma"
26981 symbol "$\\sigma$"
26982 description "dummy entry for the character \\textsf{sigma}"
26983
26984 \end_inset
26985
26986 .
26987  They will be sorted by 
26988 \begin_inset Quotes eld
26989 \end_inset
26990
26991
26992 \family sans
26993 a
26994 \family default
26995
26996 \begin_inset Quotes erd
26997 \end_inset
26998
26999  and 
27000 \begin_inset Quotes eld
27001 \end_inset
27002
27003
27004 \family typewriter
27005 $
27006 \backslash
27007 sigma$
27008 \family default
27009
27010 \begin_inset Quotes erd
27011 \end_inset
27012
27013  – the 
27014 \begin_inset Formula $\sigma$
27015 \end_inset
27016
27017  will be sorted before the 
27018 \emph on
27019 a
27020 \emph default
27021  since the character 
27022 \begin_inset Quotes eld
27023 \end_inset
27024
27025 $
27026 \begin_inset Quotes erd
27027 \end_inset
27028
27029  is considered in sorting.
27030 \end_layout
27031
27032 \begin_layout Standard
27033 To control the sort order, you can edit the 
27034 \family sans
27035 Sort
27036 \begin_inset space ~
27037 \end_inset
27038
27039 as
27040 \family default
27041  field of the nomenclature dialog.
27042  Then the nomenclature entry will be sorted by this entry and not the symbol
27043  definition.
27044  For the example given, you can insert 
27045 \family typewriter
27046 sigma
27047 \family default
27048  in this field for the 
27049 \begin_inset Formula $\sigma$
27050 \end_inset
27051
27052 , then 
27053 \emph on
27054 a
27055 \emph default
27056  will be located before 
27057 \begin_inset Formula $\sigma$
27058 \end_inset
27059
27060 .
27061 \end_layout
27062
27063 \begin_layout Standard
27064 For subgrouping and tips for using sort entries see the 
27065 \series bold
27066 nomencl
27067 \series default
27068  documentation, 
27069 \begin_inset CommandInset citation
27070 LatexCommand cite
27071 key "nomencl"
27072
27073 \end_inset
27074
27075 .
27076 \end_layout
27077
27078 \begin_layout Subsection
27079 Nomenclature Options
27080 \begin_inset Index idx
27081 status collapsed
27082
27083 \begin_layout Plain Layout
27084 Nomenclature ! Options
27085 \end_layout
27086
27087 \end_inset
27088
27089
27090 \end_layout
27091
27092 \begin_layout Standard
27093 The 
27094 \series bold
27095 nomencl
27096 \series default
27097  package offers some options to adjust the appearance of the nomenclature.
27098  Here are some of its options, for more have a look at its documentation:
27099 \end_layout
27100
27101 \begin_layout Description
27102 refeq Appends the phrase 
27103 \begin_inset Quotes eld
27104 \end_inset
27105
27106
27107 \family sans
27108 , see equation (
27109 \emph on
27110 eq
27111 \emph default
27112 )
27113 \family default
27114
27115 \begin_inset Quotes erd
27116 \end_inset
27117
27118  to every nomenclature entry, where 
27119 \family sans
27120 \emph on
27121 eq
27122 \family default
27123 \emph default
27124  is the number of the last equation in front of the nomenclature entry
27125 \end_layout
27126
27127 \begin_layout Description
27128 refpage Appends the phrase 
27129 \begin_inset Quotes eld
27130 \end_inset
27131
27132
27133 \family sans
27134 , page (
27135 \emph on
27136 page
27137 \emph default
27138 )
27139 \family default
27140
27141 \begin_inset Quotes erd
27142 \end_inset
27143
27144  to every nomenclature entry, where 
27145 \family sans
27146 \emph on
27147 page
27148 \family default
27149 \emph default
27150  is the number of the page on which the nomenclature entry appeared
27151 \end_layout
27152
27153 \begin_layout Description
27154 intoc Inserts the nomenclature in the Table of Contents
27155 \end_layout
27156
27157 \begin_layout Standard
27158 There are furthermore the options 
27159 \series bold
27160 croatian
27161 \series default
27162
27163 \series bold
27164 danish
27165 \series default
27166
27167 \series bold
27168 english
27169 \series default
27170
27171 \series bold
27172 french
27173 \series default
27174
27175 \series bold
27176 german
27177 \series default
27178
27179 \series bold
27180 italian
27181 \series default
27182
27183 \series bold
27184 polish
27185 \series default
27186
27187 \series bold
27188 portuguese
27189 \series default
27190
27191 \series bold
27192 russian
27193 \series default
27194
27195 \series bold
27196 spanish
27197 \series default
27198 , and 
27199 \series bold
27200 ukrainian
27201 \series default
27202  to print the reference texts and the nomenclature title in the corresponding
27203  language.
27204 \end_layout
27205
27206 \begin_layout Standard
27207 To use one or more of the options, add them to the comma-separated document
27208  class options list in the 
27209 \family sans
27210 Document\SpecialChar \menuseparator
27211 Settings
27212 \family default
27213  dialog.
27214  In this document the option 
27215 \series bold
27216 intoc
27217 \series default
27218  is used.
27219 \end_layout
27220
27221 \begin_layout Standard
27222 \begin_inset VSpace bigskip
27223 \end_inset
27224
27225
27226 \end_layout
27227
27228 \begin_layout Standard
27229 You can also use the first two options above only for certain nomenclature
27230  entries when you add one of the following commands as last entry to the
27231  
27232 \family sans
27233 Description
27234 \family default
27235  field in the nomenclature dialog:
27236 \end_layout
27237
27238 \begin_layout Description
27239
27240 \backslash
27241 nomrefeq Like the 
27242 \series bold
27243 refeq
27244 \series default
27245  option
27246 \end_layout
27247
27248 \begin_layout Description
27249
27250 \backslash
27251 nomrefpage Like the 
27252 \series bold
27253 refpage
27254 \series default
27255  option
27256 \end_layout
27257
27258 \begin_layout Description
27259
27260 \backslash
27261 nomrefeqpage Short notation of 
27262 \series bold
27263
27264 \backslash
27265 nomrefeq
27266 \backslash
27267 nomrefpage
27268 \end_layout
27269
27270 \begin_layout Description
27271
27272 \backslash
27273 nomnorefeq,
27274 \begin_inset space ~
27275 \end_inset
27276
27277
27278 \backslash
27279 nomnorefpage,
27280 \begin_inset space ~
27281 \end_inset
27282
27283
27284 \backslash
27285 nomnorefeqpage Turns off the corresponding options
27286 \end_layout
27287
27288 \begin_layout Subsection
27289 Printing the Nomenclature
27290 \begin_inset Index idx
27291 status collapsed
27292
27293 \begin_layout Plain Layout
27294 Nomenclature ! Printing
27295 \end_layout
27296
27297 \end_inset
27298
27299
27300 \end_layout
27301
27302 \begin_layout Standard
27303 To print the nomenclature, use the menu 
27304 \family sans
27305 Insert\SpecialChar \menuseparator
27306 Lists
27307 \begin_inset space ~
27308 \end_inset
27309
27310 /
27311 \begin_inset space ~
27312 \end_inset
27313
27314 TOC\SpecialChar \menuseparator
27315 Nomenclature
27316 \family default
27317 .
27318  A light blue box labeled 
27319 \begin_inset Quotes eld
27320 \end_inset
27321
27322
27323 \family sans
27324 Nomenclature
27325 \family default
27326
27327 \begin_inset Quotes erd
27328 \end_inset
27329
27330  will show the place where the nomenclature is printed in the output.
27331  Like the index list box, the nomenclature list box is not clickable.
27332 \end_layout
27333
27334 \begin_layout Standard
27335 In the printed output the title of the nomenclature appears as 
27336 \begin_inset Quotes eld
27337 \end_inset
27338
27339 Nomenclature
27340 \begin_inset Quotes erd
27341 \end_inset
27342
27343 .
27344  If you are not happy with the name, you can change it by redefining the
27345  command 
27346 \series bold
27347
27348 \backslash
27349 nomname
27350 \series default
27351  in the preamble.
27352  For example, in order to change the name to 
27353 \emph on
27354 List of Symbols
27355 \emph default
27356 , add the following line to the preamble:
27357 \end_layout
27358
27359 \begin_layout Standard
27360
27361 \family roman
27362 \series bold
27363
27364 \backslash
27365 renewcommand{
27366 \backslash
27367 nomname}{List of Symbols}
27368 \end_layout
27369
27370 \begin_layout Standard
27371 \begin_inset VSpace defskip
27372 \end_inset
27373
27374
27375 \end_layout
27376
27377 \begin_layout Standard
27378 If you are unhappy with the amount of space for symbols, you can alter it
27379  by adding the following line to the preamble:
27380 \end_layout
27381
27382 \begin_layout Standard
27383
27384 \family roman
27385 \series bold
27386
27387 \backslash
27388 renewcommand{
27389 \backslash
27390 nomlabelwidth}{width}
27391 \end_layout
27392
27393 \begin_layout Standard
27394
27395 \family roman
27396 where the width is a value with one of the units listed in Appendix
27397 \begin_inset space ~
27398 \end_inset
27399
27400
27401 \begin_inset CommandInset ref
27402 LatexCommand ref
27403 reference "cha:Units-available-in"
27404
27405 \end_inset
27406
27407 .
27408  The default value is 1
27409 \begin_inset space \thinspace{}
27410 \end_inset
27411
27412 cm.
27413 \end_layout
27414
27415 \begin_layout Subsection
27416 Nomenclature Program
27417 \begin_inset Index idx
27418 status collapsed
27419
27420 \begin_layout Plain Layout
27421 Nomenclature ! Program
27422 \end_layout
27423
27424 \end_inset
27425
27426
27427 \begin_inset CommandInset label
27428 LatexCommand label
27429 name "sub:Nomenclature-Program"
27430
27431 \end_inset
27432
27433
27434 \end_layout
27435
27436 \begin_layout Standard
27437 LyX uses the program 
27438 \family sans
27439 makeindex
27440 \family default
27441 , that is part of every LaTeX distribution, to generate the nomenclature.
27442  LyX's preferences dialog allows you to specify another program or to control
27443  
27444 \family sans
27445 makeindex
27446 \family default
27447  by adding options, see section
27448 \begin_inset space ~
27449 \end_inset
27450
27451
27452 \begin_inset CommandInset ref
27453 LatexCommand ref
27454 reference "sub:LaTeX-settings"
27455
27456 \end_inset
27457
27458 .
27459  The available options are listed and explained in 
27460 \begin_inset CommandInset citation
27461 LatexCommand cite
27462 key "nomencl,makeindex"
27463
27464 \end_inset
27465
27466 .
27467 \end_layout
27468
27469 \begin_layout Section
27470 Branches
27471 \begin_inset Index idx
27472 status collapsed
27473
27474 \begin_layout Plain Layout
27475 Branches
27476 \end_layout
27477
27478 \end_inset
27479
27480
27481 \begin_inset Index idx
27482 status collapsed
27483
27484 \begin_layout Plain Layout
27485 Document ! Branches
27486 \end_layout
27487
27488 \end_inset
27489
27490
27491 \begin_inset CommandInset label
27492 LatexCommand label
27493 name "sec:Branches"
27494
27495 \end_inset
27496
27497
27498 \end_layout
27499
27500 \begin_layout Standard
27501 Sometimes it is useful to hide some document parts in the output.
27502  For example a teacher who is setting an exam obviously doesn't want the
27503  pupils to see the answers, but having questions and answers in the same
27504  document will make the life of the markers of that exam much easier.
27505 \end_layout
27506
27507 \begin_layout Standard
27508 For these cases LyX allows you to put text into branches.
27509  The text will then only appear in the output when its branch is activated.
27510  To create a branch, go in the 
27511 \family sans
27512 Document\SpecialChar \menuseparator
27513 Settings
27514 \family default
27515  dialog to 
27516 \family sans
27517 Branches
27518 \family default
27519 .
27520  The name of the branch, its activation state and the background color of
27521  the branches inside LyX can be specified in this dialog.
27522 \end_layout
27523
27524 \begin_layout Standard
27525 Text that should be in a branch is set into branch inset boxes.
27526  These boxes are inserted via the menu 
27527 \family sans
27528 Insert\SpecialChar \menuseparator
27529 Branch
27530 \family default
27531  where you can choose a branch.
27532  You can later change the branch of the boxes by right-clicking on them.
27533 \end_layout
27534
27535 \begin_layout Standard
27536 Here is an example, where only the question text appears, the answer branch
27537  is deactivated and does therefore not appear in the output:
27538 \end_layout
27539
27540 \begin_layout Standard
27541 \begin_inset Branch Question
27542 status open
27543
27544 \begin_layout Standard
27545 Question: Who was the first physics Nobel prize winner?
27546 \end_layout
27547
27548 \end_inset
27549
27550
27551 \end_layout
27552
27553 \begin_layout Standard
27554 \begin_inset Branch Answer
27555 status collapsed
27556
27557 \begin_layout Standard
27558 Answer: Wilhelm Conrad Röntgen
27559 \end_layout
27560
27561 \end_inset
27562
27563
27564 \end_layout
27565
27566 \begin_layout Standard
27567 \begin_inset VSpace bigskip
27568 \end_inset
27569
27570
27571 \end_layout
27572
27573 \begin_layout Standard
27574 To use conditional output inside places where you cannot insert branch insets,
27575  like inside equations, you can code special LaTeX definitions for each
27576  branch.
27577  For example you can define for the question branch
27578 \begin_inset Foot
27579 status collapsed
27580
27581 \begin_layout Plain Layout
27582 For an introduction to the LaTeX-syntax, see section
27583 \begin_inset space ~
27584 \end_inset
27585
27586
27587 \begin_inset CommandInset ref
27588 LatexCommand ref
27589 reference "sub:LaTeX-Syntax"
27590
27591 \end_inset
27592
27593 .
27594 \end_layout
27595
27596 \end_inset
27597
27598
27599 \end_layout
27600
27601 \begin_layout Standard
27602
27603 \series bold
27604
27605 \backslash
27606 newcommand{
27607 \backslash
27608 question}[1]{#1}
27609 \end_layout
27610
27611 \begin_layout Standard
27612
27613 \series bold
27614
27615 \backslash
27616 newcommand{
27617 \backslash
27618 answer}[1]{}
27619 \end_layout
27620
27621 \begin_layout Standard
27622 and for the answer branch
27623 \end_layout
27624
27625 \begin_layout Standard
27626
27627 \series bold
27628
27629 \backslash
27630 newcommand{
27631 \backslash
27632 question}[1]{}
27633 \end_layout
27634
27635 \begin_layout Standard
27636
27637 \series bold
27638
27639 \backslash
27640 newcommand{
27641 \backslash
27642 answer}[1]{#1}
27643 \end_layout
27644
27645 \begin_layout Standard
27646 \begin_inset Branch Question
27647 status open
27648
27649 \begin_layout Standard
27650 \begin_inset ERT
27651 status open
27652
27653 \begin_layout Plain Layout
27654
27655
27656 \backslash
27657 newcommand{
27658 \backslash
27659 question}[1]{#1}
27660 \end_layout
27661
27662 \begin_layout Plain Layout
27663
27664
27665 \backslash
27666 newcommand{
27667 \backslash
27668 answer}[1]{}
27669 \end_layout
27670
27671 \end_inset
27672
27673
27674 \end_layout
27675
27676 \end_inset
27677
27678
27679 \end_layout
27680
27681 \begin_layout Standard
27682 \begin_inset Branch Answer
27683 status collapsed
27684
27685 \begin_layout Standard
27686 \begin_inset ERT
27687 status open
27688
27689 \begin_layout Plain Layout
27690
27691
27692 \backslash
27693 newcommand{
27694 \backslash
27695 question}[1]{}
27696 \end_layout
27697
27698 \begin_layout Plain Layout
27699
27700
27701 \backslash
27702 newcommand{
27703 \backslash
27704 answer}[1]{#1}
27705 \end_layout
27706
27707 \end_inset
27708
27709
27710 \end_layout
27711
27712 \end_inset
27713
27714
27715 \end_layout
27716
27717 \begin_layout Standard
27718 Now it is possible to use the commands 
27719 \series bold
27720
27721 \backslash
27722 question{\SpecialChar \ldots{}
27723 }
27724 \series default
27725  and 
27726 \series bold
27727
27728 \backslash
27729 answer{\SpecialChar \ldots{}
27730 }
27731 \series default
27732  to obtain conditional output.
27733  Here is an example formula where only the 
27734 \series bold
27735
27736 \backslash
27737 question
27738 \series default
27739  part appears:
27740 \begin_inset Formula \[
27741 x^{2}-2x-2\Rightarrow\question{x_{1}}\answer{x_{2}}=1\question{+\sqrt{3}}\answer{-\sqrt{3}}.\]
27742
27743 \end_inset
27744
27745
27746 \end_layout
27747
27748 \begin_layout Standard
27749 Inside math, the same effect can be achieved using math macros, see the
27750  
27751 \emph on
27752 Math
27753 \emph default
27754  manual.
27755 \end_layout
27756
27757 \begin_layout Section
27758 PDF Properties
27759 \begin_inset CommandInset label
27760 LatexCommand label
27761 name "sec:PDF-Properties"
27762
27763 \end_inset
27764
27765
27766 \begin_inset Index idx
27767 status collapsed
27768
27769 \begin_layout Plain Layout
27770 PDF properties
27771 \end_layout
27772
27773 \end_inset
27774
27775
27776 \end_layout
27777
27778 \begin_layout Standard
27779 The 
27780 \family sans
27781 Document Settings
27782 \family default
27783  dialog allows you in the 
27784 \family sans
27785 PDF Properties
27786 \family default
27787  to set up special options for the PDF output of your document.
27788  All options there are provided by the LaTeX-package 
27789 \series bold
27790 hyperref
27791 \series default
27792
27793 \begin_inset Index idx
27794 status collapsed
27795
27796 \begin_layout Plain Layout
27797 LaTeX-packages ! hyperref
27798 \end_layout
27799
27800 \end_inset
27801
27802 .
27803 \end_layout
27804
27805 \begin_layout Standard
27806 Using 
27807 \series bold
27808 hyperref
27809 \series default
27810  will link all cross-references in the DVI- and PDF-output.
27811  This means that the reader of your document will be able to click on a
27812  table of contents entry or on a reference and he is shown the referenced
27813  document part.
27814  You can specify in the dialog tab 
27815 \family sans
27816 Hyperlinks
27817 \family default
27818  how the links will look like and if links for bibliographical backreferences
27819  are created.
27820  The backreferences will appear in the bibliography behind the different
27821  entries, showing the number of the section, slide, or page where the entry
27822  is referenced.
27823 \end_layout
27824
27825 \begin_layout Standard
27826 In the dialog tab 
27827 \family sans
27828 Bookmarks
27829 \family default
27830  you can set if PDF-bookmarks should be created for every section of your
27831  document to make it easier for readers to navigate through the document.
27832  You can decide if the bookmarks should be numbered like your document sections
27833  or not.
27834  With the open bookmarks level you can specify what sectioning level should
27835  be displayed in the bookmarks when opening the PDF.
27836  For example level
27837 \begin_inset space ~
27838 \end_inset
27839
27840 2 will display all sections and subsections, while level
27841 \begin_inset space ~
27842 \end_inset
27843
27844 1 will only display the sections.
27845 \end_layout
27846
27847 \begin_layout Standard
27848 The header information in the dialog tab 
27849 \family sans
27850 General
27851 \family default
27852  are saved together with the PDF as file properties.
27853  Many programs are able to extract this information to e.
27854 \begin_inset space \thinspace{}
27855 \end_inset
27856
27857 g.
27858 \begin_inset space \space{}
27859 \end_inset
27860
27861 automatically recognize who the author is and what the PDF is about.
27862  This is very useful to sort, classify, or use PDFs for bibliography issues.
27863  When the option 
27864 \family sans
27865 Automatic fill header
27866 \family default
27867  is set, LyX tries to extract the header information from your document
27868  title and author settings.
27869 \end_layout
27870
27871 \begin_layout Standard
27872 The option 
27873 \family sans
27874 Load in fullscreen mode
27875 \family default
27876  will open the PDF in fullscreen mode, which is useful for presentations.
27877 \end_layout
27878
27879 \begin_layout Standard
27880 PDF properties are also used in this document.
27881  When you look in its document settings, you can see that some additional
27882  
27883 \series bold
27884 hyperref
27885 \series default
27886  options are used.
27887  For an explanation of them we refer you to the hyperref manual 
27888 \begin_inset CommandInset citation
27889 LatexCommand cite
27890 key "hyperref"
27891
27892 \end_inset
27893
27894 .
27895 \end_layout
27896
27897 \begin_layout Section
27898 TeX Code and the LaTeX Syntax
27899 \begin_inset CommandInset label
27900 LatexCommand label
27901 name "sec:TeX-Code"
27902
27903 \end_inset
27904
27905
27906 \end_layout
27907
27908 \begin_layout Subsection
27909 TeX Code Boxes
27910 \begin_inset Index idx
27911 status collapsed
27912
27913 \begin_layout Plain Layout
27914 TeX Code
27915 \end_layout
27916
27917 \end_inset
27918
27919
27920 \begin_inset CommandInset label
27921 LatexCommand label
27922 name "sub:TeX-Code-Boxes"
27923
27924 \end_inset
27925
27926
27927 \end_layout
27928
27929 \begin_layout Standard
27930 As LyX uses LaTeX in the background, it supports many LaTeX commands and
27931  constructs, but not all.
27932  LaTeX contains of hundreds of packages which provide different commands.
27933  All the time packages are being updated and new ones added.
27934  This has the advantage that you can typeset nearly everything as there
27935  is for every problem a LaTeX-package.
27936  But LyX can of course not be up to date and support all packages and their
27937  commands.
27938 \end_layout
27939
27940 \begin_layout Standard
27941 But don't worry, you can use any LaTeX-command directly in LyX inside the
27942  TeX Code box.
27943  A TeX Code box is created by the menu 
27944 \family sans
27945 Insert\SpecialChar \menuseparator
27946 TeX
27947 \begin_inset space ~
27948 \end_inset
27949
27950 Code
27951 \family default
27952  or by the toolbar button 
27953 \begin_inset Graphics
27954         filename ../images/ert-insert.png
27955
27956 \end_inset
27957
27958 .
27959  The box can be opened by left-clicking and closed by right-clicking on
27960  it.
27961 \end_layout
27962
27963 \begin_layout Standard
27964 You can insert complete or incomplete commands as TeX Code.
27965  Incomplete means that the command argument can be Standard LyX text.
27966  For example, if you want to draw a frame around a word are therefore using
27967  the LaTeX-command 
27968 \series bold
27969
27970 \backslash
27971 fbox
27972 \series default
27973 , you can write the command part 
27974 \series bold
27975
27976 \backslash
27977 fbox{
27978 \series default
27979  in a TeX Code box before the word and the closing brace 
27980 \series bold
27981 }
27982 \series default
27983  in a second TeX Code box behind the word.
27984  The word between the two TeX Code boxes is then the argument as it is in
27985  the following example:
27986 \end_layout
27987
27988 \begin_layout Standard
27989 \begin_inset Graphics
27990         filename clipart/ERT.png
27991         scale 89
27992
27993 \end_inset
27994
27995
27996 \end_layout
27997
27998 \begin_layout Standard
27999 gives
28000 \end_layout
28001
28002 \begin_layout Standard
28003 This is a line with a 
28004 \begin_inset ERT
28005 status collapsed
28006
28007 \begin_layout Plain Layout
28008
28009
28010 \backslash
28011 fbox{
28012 \end_layout
28013
28014 \end_inset
28015
28016 framed
28017 \begin_inset ERT
28018 status collapsed
28019
28020 \begin_layout Plain Layout
28021
28022 }
28023 \end_layout
28024
28025 \end_inset
28026
28027  word.
28028 \end_layout
28029
28030 \begin_layout Standard
28031 \begin_inset Note Greyedout
28032 status open
28033
28034 \begin_layout Plain Layout
28035
28036 \series bold
28037 Note:
28038 \series default
28039  At the end of LaTeX-commands without parameters, you have to insert a space
28040  to let LaTeX know that the command is finished.
28041 \end_layout
28042
28043 \end_inset
28044
28045
28046 \end_layout
28047
28048 \begin_layout Subsection
28049 Short Introduction to the LaTeX Syntax
28050 \begin_inset OptArg
28051 status collapsed
28052
28053 \begin_layout Plain Layout
28054 The LaTeX Syntax
28055 \end_layout
28056
28057 \end_inset
28058
28059
28060 \begin_inset Index idx
28061 status collapsed
28062
28063 \begin_layout Plain Layout
28064 LaTeX Syntax
28065 \end_layout
28066
28067 \end_inset
28068
28069
28070 \begin_inset CommandInset label
28071 LatexCommand label
28072 name "sub:LaTeX-Syntax"
28073
28074 \end_inset
28075
28076
28077 \end_layout
28078
28079 \begin_layout Standard
28080 When you write larger documents or books, you will need to know something
28081  about the LaTeX-commands that LyX uses in the background.
28082  Because LaTeX is based on commands, you can 
28083 \begin_inset Quotes eld
28084 \end_inset
28085
28086 program
28087 \begin_inset Quotes erd
28088 \end_inset
28089
28090  your text.
28091  This has the advantage that the layout of the document can be changed at
28092  any time if you know the right commands.
28093  E.
28094 \begin_inset space \thinspace{}
28095 \end_inset
28096
28097 g.
28098 \begin_inset space \space{}
28099 \end_inset
28100
28101 imagine you have to write a manual for a product and the deadline is the
28102  end of the day.
28103  Your boss just has complimented you for your good work but wants to have
28104  all caption labels bold.
28105  But you have over hundred figure and table captions with non-bold labels
28106  in your manual.
28107  Of course it's impossible to change all caption labels manually in one
28108  day.
28109 \end_layout
28110
28111 \begin_layout Standard
28112 Now LaTeX comes into play.
28113  As mentioned above, for every problem there exists a LaTeX-package.
28114  First you have to find out which and therefore look in the LaTeX package
28115  database, 
28116 \begin_inset CommandInset citation
28117 LatexCommand cite
28118 key "Catalogue"
28119
28120 \end_inset
28121
28122 .
28123 \end_layout
28124
28125 \begin_layout Standard
28126 As result you know that the package 
28127 \series bold
28128 caption
28129 \series default
28130
28131 \begin_inset Index idx
28132 status collapsed
28133
28134 \begin_layout Plain Layout
28135 LaTeX-packages ! caption
28136 \end_layout
28137
28138 \end_inset
28139
28140  is what you need.
28141  To use a package, you have to load it in the document preamble (menu 
28142 \family sans
28143 Document\SpecialChar \menuseparator
28144 Settings
28145 \family default
28146 ) with the command
28147 \end_layout
28148
28149 \begin_layout Standard
28150
28151 \series bold
28152
28153 \backslash
28154 usepackage[options]{package name}
28155 \end_layout
28156
28157 \begin_layout Standard
28158 All LaTeX commands begin with a backslash, the command argument is set within
28159  two braces, and the options are set within two brackets.
28160  Note that not all commands have an argument and options.
28161 \end_layout
28162
28163 \begin_layout Standard
28164 In your case the package name is 
28165 \series bold
28166 caption
28167 \series default
28168 .
28169  After a look in the documentation of the package, you know that the option
28170  
28171 \series bold
28172 labelfont=bf
28173 \series default
28174  will change the font of all caption labels to bold.
28175  So you add the command
28176 \end_layout
28177
28178 \begin_layout Standard
28179
28180 \series bold
28181
28182 \backslash
28183 usepackage[labelfont=bf]{caption}
28184 \end_layout
28185
28186 \begin_layout Standard
28187 to the preamble and the problem is solved.
28188 \begin_inset Foot
28189 status collapsed
28190
28191 \begin_layout Plain Layout
28192 For more commands provided by the 
28193 \series bold
28194 caption
28195 \series default
28196  package, have a look at its documentation, 
28197 \begin_inset CommandInset citation
28198 LatexCommand cite
28199 key "caption"
28200
28201 \end_inset
28202
28203 .
28204 \end_layout
28205
28206 \end_inset
28207
28208
28209 \end_layout
28210
28211 \begin_layout Standard
28212 Note that some document classes have built-in solutions for well known problems
28213  like your case.
28214  For example if you use a 
28215 \family sans
28216 koma-script
28217 \family default
28218  class, you don't need the package 
28219 \series bold
28220 caption
28221 \series default
28222 , you can instead write
28223 \end_layout
28224
28225 \begin_layout Standard
28226
28227 \series bold
28228
28229 \backslash
28230 setkomafont{captionlabel}{
28231 \backslash
28232 bfseries}
28233 \end_layout
28234
28235 \begin_layout Standard
28236 in the preamble and the problem is solved.
28237  So if you plan to write a large document, you should have a look at the
28238  documentation of the document class you want to use.
28239  (
28240 \series bold
28241
28242 \backslash
28243 setkomafont
28244 \series default
28245  is an example of a command with more than one argument.)
28246 \end_layout
28247
28248 \begin_layout Standard
28249 Commands in the preamble affect the whole document, while commands in the
28250  text affect only the text after the command or only the text used as command
28251  argument.
28252  To insert a LaTeX-command in text, use the TeX Code box as described in
28253  the previous section.
28254 \end_layout
28255
28256 \begin_layout Standard
28257 If you want to learn more about LaTeX and its syntax, have a look at the
28258  LaTeX-books 
28259 \begin_inset CommandInset citation
28260 LatexCommand cite
28261 key "latexcompanion,latexguide"
28262
28263 \end_inset
28264
28265 .
28266  
28267 \end_layout
28268
28269 \begin_layout Section
28270 Previewing Snippets of your Document
28271 \begin_inset CommandInset label
28272 LatexCommand label
28273 name "sec:Previewing-snippets-of"
28274
28275 \end_inset
28276
28277
28278 \begin_inset Index idx
28279 status collapsed
28280
28281 \begin_layout Plain Layout
28282 Instant preview
28283 \end_layout
28284
28285 \end_inset
28286
28287
28288 \begin_inset Index idx
28289 status collapsed
28290
28291 \begin_layout Plain Layout
28292 Document ! Preview
28293 \end_layout
28294
28295 \end_inset
28296
28297
28298 \end_layout
28299
28300 \begin_layout Standard
28301 LyX allows you to generate previews of sections of your document on the
28302  fly so you can see how they'll look in the final document without having
28303  to break your train of thought with 
28304 \family sans
28305 View\SpecialChar \menuseparator
28306 DVI
28307 \family default
28308 .
28309 \end_layout
28310
28311 \begin_layout Standard
28312 If you would for example like to see in LyX your math formulas typeset by
28313  LaTeX, install the LaTeX-package 
28314 \series bold
28315 preview-latex
28316 \series default
28317
28318 \begin_inset Index idx
28319 status collapsed
28320
28321 \begin_layout Plain Layout
28322 LaTeX-packages ! preview-latex
28323 \end_layout
28324
28325 \end_inset
28326
28327  as explained below, and turn on 
28328 \family sans
28329 Instant
28330 \begin_inset space ~
28331 \end_inset
28332
28333 preview
28334 \family default
28335  in the 
28336 \family sans
28337 Tools\SpecialChar \menuseparator
28338 Preferences 
28339 \family default
28340 dialog under Look
28341 \begin_inset space ~
28342 \end_inset
28343
28344 and
28345 \begin_inset space ~
28346 \end_inset
28347
28348 feel\SpecialChar \menuseparator
28349 Display.
28350  The 
28351 \family sans
28352 Preview
28353 \begin_inset space ~
28354 \end_inset
28355
28356 Size
28357 \family default
28358  is the multiplication factor for the size.
28359 \end_layout
28360
28361 \begin_layout Standard
28362 Previews are generated when you load a document into LyX and when you finish
28363  editing an inset.
28364  Previews of an already loaded document are 
28365 \emph on
28366 not
28367 \emph default
28368  generated just by selecting the 
28369 \family sans
28370 Instant
28371 \begin_inset space ~
28372 \end_inset
28373
28374 preview
28375 \family default
28376  check box, you have to reopen the documents to activate the previews.
28377 \end_layout
28378
28379 \begin_layout Standard
28380 LyX will generate previews of math insets.
28381  It will also generate previews of included insets if you select the 
28382 \family sans
28383 Show
28384 \begin_inset space ~
28385 \end_inset
28386
28387 preview
28388 \family default
28389  check box in the insert dialog.
28390  This is useful if you wish to generate a preview of a LaTeX figure, for
28391  example.
28392 \end_layout
28393
28394 \begin_layout Standard
28395 To get previews working, you need the LaTeX package 
28396 \series bold
28397 preview-latex
28398 \series default
28399  (on some systems named simply 
28400 \series bold
28401 preview
28402 \series default
28403 ) installed.
28404  If it is not already installed, you will find it in the TeX Catalogue,
28405  
28406 \begin_inset CommandInset citation
28407 LatexCommand cite
28408 key "TeXCatalogue"
28409
28410 \end_inset
28411
28412  or in the package manager of your LaTeX-system.
28413  You obtain prettier results if you install the program 
28414 \family typewriter
28415 pnmcrop
28416 \family default
28417  from the 
28418 \family typewriter
28419 netpbm
28420 \family default
28421  package; for LyX on Windows this program is automatically installed together
28422  with LyX.
28423 \end_layout
28424
28425 \begin_layout Standard
28426 \begin_inset VSpace bigskip
28427 \end_inset
28428
28429
28430 \end_layout
28431
28432 \begin_layout Standard
28433 You can furthermore preview the LaTeX source of the whole document or parts
28434  of it.
28435  Use the menu 
28436 \family sans
28437 View\SpecialChar \menuseparator
28438 View
28439 \begin_inset space ~
28440 \end_inset
28441
28442 Source
28443 \family default
28444  and a window will be shown where you can see the LaTeX-source code.
28445  The window shows the source of the whole paragraph where the cursor is
28446  currently in.
28447  You can also select document parts in LyX's main window, then only this
28448  selection (when it is more than one paragraph) is shown as source code.
28449  To view the whole document as source, enable the corresponding option in
28450  the source view window.
28451 \end_layout
28452
28453 \begin_layout Section
28454 Spell Checking
28455 \begin_inset CommandInset label
28456 LatexCommand label
28457 name "sec:Spellchecking"
28458
28459 \end_inset
28460
28461
28462 \begin_inset Index idx
28463 status collapsed
28464
28465 \begin_layout Plain Layout
28466 Spell checking
28467 \end_layout
28468
28469 \end_inset
28470
28471
28472 \end_layout
28473
28474 \begin_layout Standard
28475 LyX itself has no built-in spell checker.
28476  Rather it uses one of the external programs 
28477 \family typewriter
28478 aspell
28479 \family default
28480
28481 \family typewriter
28482 ispell
28483 \family default
28484
28485 \family typewriter
28486 hspell
28487 \family default
28488 , or 
28489 \family typewriter
28490 pspell
28491 \family default
28492  as backend.
28493  This section assumes you have already installed and set up one of these
28494  programs.
28495  
28496 \family typewriter
28497 aspell
28498 \family default
28499  can be seen as the successor to 
28500 \family typewriter
28501 ispell
28502 \family default
28503 , so that it is recommended to use aspell.
28504  
28505 \family typewriter
28506 hspell
28507 \family default
28508  is a Hebrew spell-checker.
28509  The used spell checker ind its settings are specified in LyX's preferences
28510  under 
28511 \family sans
28512 Language Settings
28513 \family default
28514 .
28515 \end_layout
28516
28517 \begin_layout Standard
28518 For LyX on Windows, the selection box for the spell checking program is
28519  greyed out in the preferences dialog because only 
28520 \family typewriter
28521 aspell
28522 \family default
28523  can be used.
28524 \end_layout
28525
28526 \begin_layout Standard
28527 The menu
28528 \family sans
28529  Tools\SpecialChar \menuseparator
28530 Spellchecker
28531 \family default
28532  or the toolbar button 
28533 \begin_inset Graphics
28534         filename ../images/dialog-show_spellchecker.png
28535         BoundingBox 0bp 5bp 20bp 20bp
28536
28537 \end_inset
28538
28539  starts the spell checking beginning from the current cursor position.
28540  A dialog window will appear showing any incorrect (or unknown) word found,
28541  allowing you to edit and replace it in a second line.
28542  Whenever an unknown word is found, the word is highlighted and the text
28543  scrolled so that it is visible.
28544  In the 
28545 \family sans
28546 spell checker
28547 \family default
28548  dialog, there is also a box showing suggestions for a correction, if any
28549  could be found.
28550  Clicking on one of the corrections will copy to the 
28551 \family sans
28552 Replace
28553 \family default
28554  field, double-click invokes directly the replacement.
28555  Unknown but correctly typed words can be added to the personal dictionary.
28556 \end_layout
28557
28558 \begin_layout Standard
28559 By default, the dictionary file used is determined by the document language
28560  that is set in the 
28561 \family sans
28562 Document\SpecialChar \menuseparator
28563 Settings
28564 \family default
28565  dialog.
28566  If you do not have a dictionary for the document language, spell checking
28567  will bring an error message.
28568  In this case, you can specify another dictionary file in the dialog by
28569  specifying a different 
28570 \family sans
28571 Alternative language
28572 \family default
28573  in preferences dialog.
28574 \end_layout
28575
28576 \begin_layout Standard
28577 After a spell check you will be informed about the number of checked words.
28578 \end_layout
28579
28580 \begin_layout Subsubsection*
28581 Limitations
28582 \end_layout
28583
28584 \begin_layout Standard
28585 It is not possible to change the spelling of a particular word globally,
28586  rather than having to change the spelling separately for each occurrence
28587  of the word.
28588  But you can use the 
28589 \family sans
28590 Find
28591 \begin_inset space ~
28592 \end_inset
28593
28594 &
28595 \begin_inset space ~
28596 \end_inset
28597
28598 Replace
28599 \family default
28600  dialog for that.
28601 \end_layout
28602
28603 \begin_layout Standard
28604 LyX cannot correctly spell check documents containing multiple languages.
28605  This does work with 
28606 \family typewriter
28607 pspell
28608 \family default
28609 , assuming you have marked the different languages appropriately.
28610 \end_layout
28611
28612 \begin_layout Subsubsection*
28613 Further Settings
28614 \end_layout
28615
28616 \begin_layout Standard
28617 The 
28618 \family sans
28619 Spellchecker
28620 \family default
28621  section in the preferences dialog has some additional options:
28622 \end_layout
28623
28624 \begin_layout Description
28625 Escape
28626 \begin_inset space ~
28627 \end_inset
28628
28629 characters Allows you to add non-standard characters that the spell checker
28630  should consider, e.
28631 \begin_inset space \thinspace{}
28632 \end_inset
28633
28634 g.
28635 \begin_inset space \space{}
28636 \end_inset
28637
28638 German umlauts although you are spell checking an English document.
28639  This should not normally be needed.
28640 \end_layout
28641
28642 \begin_layout Description
28643 Personal
28644 \begin_inset space ~
28645 \end_inset
28646
28647 dictionary to use a different file as your personal dictionary instead of
28648  the spell checker's default choice 
28649 \end_layout
28650
28651 \begin_layout Description
28652 Accept
28653 \begin_inset space ~
28654 \end_inset
28655
28656 compound
28657 \begin_inset space ~
28658 \end_inset
28659
28660 words Prevent the spell checker from complaining about compounded words
28661  like 
28662 \begin_inset Quotes eld
28663 \end_inset
28664
28665 passthrough
28666 \begin_inset Quotes erd
28667 \end_inset
28668
28669 .
28670 \end_layout
28671
28672 \begin_layout Description
28673 Use
28674 \begin_inset space ~
28675 \end_inset
28676
28677 input
28678 \begin_inset space ~
28679 \end_inset
28680
28681 encoding Uses the document encoding that is set in the 
28682 \family sans
28683 Document\SpecialChar \menuseparator
28684 Settings
28685 \family default
28686  dialog under 
28687 \family sans
28688 Language
28689 \family default
28690  also for the spellchecker.
28691 \begin_inset Foot
28692 status collapsed
28693
28694 \begin_layout Plain Layout
28695 The encodings are explained in section
28696 \begin_inset space ~
28697 \end_inset
28698
28699
28700 \begin_inset CommandInset ref
28701 LatexCommand ref
28702 reference "cha:The-Document-Settings"
28703
28704 \end_inset
28705
28706 .
28707 \end_layout
28708
28709 \end_inset
28710
28711  Only enable this if you use 
28712 \family typewriter
28713 ispell
28714 \family default
28715  and can't spell check words with international letters in them.
28716  There have been reports that this does not work with all dictionaries,
28717  so this is disabled by default.
28718 \end_layout
28719
28720 \begin_layout Section
28721 Thesaurus
28722 \begin_inset Index idx
28723 status collapsed
28724
28725 \begin_layout Plain Layout
28726 Thesaurus
28727 \end_layout
28728
28729 \end_inset
28730
28731
28732 \begin_inset CommandInset label
28733 LatexCommand label
28734 name "sec:Thesaurus"
28735
28736 \end_inset
28737
28738
28739 \end_layout
28740
28741 \begin_layout Standard
28742 LyX provides a multilingual thesaurus.
28743  It uses the same thesaurus framework as OpenOffice and Firefox (namely
28744  the 
28745 \emph on
28746 MyThes
28747 \emph default
28748
28749 \begin_inset Foot
28750 status collapsed
28751
28752 \begin_layout Plain Layout
28753 \begin_inset CommandInset href
28754 LatexCommand href
28755 target "http://lingucomponent.openoffice.org/thesaurus.html"
28756
28757 \end_inset
28758
28759
28760 \end_layout
28761
28762 \end_inset
28763
28764  thesaurus library, which is included in LyX).
28765  Therefore, LyX can directly access OpenOffice thesaurus dictionaries, which
28766  are available for many languages.
28767 \end_layout
28768
28769 \begin_layout Standard
28770 This section describes how new dictionaries are installed and set up for
28771  the use with LyX.
28772 \end_layout
28773
28774 \begin_layout Subsection
28775 Setting up the thesaurus
28776 \end_layout
28777
28778 \begin_layout Standard
28779 The 
28780 \emph on
28781 MyThes/
28782 \emph default
28783 OpenOffice thesauri consist of two files per language: A file with the suffix
28784  
28785 \emph on
28786 *.dat
28787 \emph default
28788  containing the data and an index file with the suffix 
28789 \emph on
28790 *.idx
28791 \emph default
28792 .
28793  The standardized file names include the language code for the given language
28794  (e.
28795 \begin_inset space \thinspace{}
28796 \end_inset
28797
28798 g.
28799  en_EN for English).
28800  For instance, the English files are named:
28801 \end_layout
28802
28803 \begin_layout Itemize
28804 th_en_EN_v2.idx
28805 \end_layout
28806
28807 \begin_layout Itemize
28808 th_en_EN_v2.dat
28809 \end_layout
28810
28811 \begin_layout Standard
28812 If you have OpenOffice and its thesaurus installed, these files should be
28813  already on your system.
28814  If not, you can get dictionaries from the site 
28815 \begin_inset Flex URL
28816 status collapsed
28817
28818 \begin_layout Plain Layout
28819
28820 http://extensions.services.openoffice.org
28821 \end_layout
28822
28823 \end_inset
28824
28825 .
28826  Note that, as of OpenOffice 3.0, these files are usually packed in extension
28827  archives (
28828 \emph on
28829 *.oxt
28830 \emph default
28831 ) that contain other files such as spellchecker dictionaries besides the
28832  thesauri.
28833  These archives are simple zip files, so you can unpack them as you would
28834  unpack a zip archive.
28835 \end_layout
28836
28837 \begin_layout Standard
28838 Put the 
28839 \emph on
28840 *.idx
28841 \emph default
28842  and 
28843 \emph on
28844 *.dat
28845 \emph default
28846  files of all languages you want to use into one directory (do not use subfolder
28847 s), and specify the path to this directory in 
28848 \family sans
28849 Tools\SpecialChar \menuseparator
28850 Preferences\SpecialChar \menuseparator
28851 Paths
28852 \family default
28853 .
28854  Now the thesaurus should be ready to use.
28855 \end_layout
28856
28857 \begin_layout Subsection
28858 Using the thesaurus
28859 \end_layout
28860
28861 \begin_layout Standard
28862 To start the thesaurus, use the menu 
28863 \family sans
28864 Tools\SpecialChar \menuseparator
28865 Thesaurus
28866 \family default
28867  or the toolbar button 
28868 \begin_inset Graphics
28869         filename ../images/thesaurus-entry.png
28870         BoundingBox 0bp 5bp 20bp 25bp
28871         rotateOrigin center
28872
28873 \end_inset
28874
28875  while the cursor is at the word you want to look up or while a word is
28876  selected.
28877  A dialog pops up showing you probably related words that you can use as
28878  replacement.
28879  The proposals are grouped into categories.
28880  Note that the thesaurus does not only show synonyms, but also hyperonyms
28881  and hyponyms (such as 
28882 \emph on
28883 plant
28884 \emph default
28885  for 
28886 \emph on
28887 tree
28888 \emph default
28889 ), compounds (such as 
28890 \emph on
28891 tree diagram
28892 \emph default
28893 ) and antonyms (such as 
28894 \emph on
28895 women
28896 \emph default
28897  for 
28898 \emph on
28899 men
28900 \emph default
28901 ), which are marked as such.
28902 \end_layout
28903
28904 \begin_layout Standard
28905 The language is automatically chosen from the language at the cursor, but
28906  you can also switch it in the dialog, as you can enter new words to look
28907  up directly there.
28908 \end_layout
28909
28910 \begin_layout Standard
28911 Note that the thesaurus cannot handle phrases (only compounds that are in
28912  the dictionary, such as the above 
28913 \emph on
28914 tree diagram
28915 \emph default
28916 ), and you have to use the so called lemma form, i.
28917 \begin_inset space \thinspace{}
28918 \end_inset
28919
28920 e.
28921  the form that is used in the dictionaries (for many languages: first person
28922  singular indicative active for nouns, infinitive for verbs).
28923  For example looking up the word forms 
28924 \emph on
28925 reports
28926 \emph default
28927  or 
28928 \emph on
28929 reporting
28930 \emph default
28931  yields no results, while results are shown for the word form 
28932 \emph on
28933 report
28934 \emph default
28935 .
28936  Your best bet is to highlight only the relevant parts of such word (e.
28937 \begin_inset space \thinspace{}
28938 \end_inset
28939
28940 g.
28941  
28942 \emph on
28943 report
28944 \emph default
28945  in 
28946 \emph on
28947 report
28948 \emph default
28949 s), then you get proposals without adjusting the query in the dialog, and
28950  also the replacement will probably be correct (as only the highlighted
28951  part will be replaced, thus the ending remains).
28952 \end_layout
28953
28954 \begin_layout Subsection
28955 License of the Thesaurus library
28956 \end_layout
28957
28958 \begin_layout Standard
28959 The 
28960 \emph on
28961 MyThes
28962 \emph default
28963  library, which is used by LyX for the thesaurus, was created by 
28964 \noun on
28965 Kevin B.
28966  Hendricks
28967 \noun default
28968  as a standalone program.
28969  Version 1.1 of the library is included in LyX.
28970  The library was released under the 
28971 \emph on
28972 Berkeley Database License
28973 \emph default
28974 , which is compatible with LyX's license, the GPL.
28975  In order to meet the requirements of the Berkeley Database License, the
28976  MyThes license file is included in the LyX sources in the folder 
28977 \family sans
28978 ~src/support/mythes/license.readme
28979 \family default
28980 .
28981  In LyX Windows installations it is additionally available in the file 
28982 \family sans
28983 MyThes-License.txt
28984 \family default
28985  that is in the same folder as the file lyx.exe.
28986 \end_layout
28987
28988 \begin_layout Section
28989 Change Tracking
28990 \begin_inset Index idx
28991 status collapsed
28992
28993 \begin_layout Plain Layout
28994 Change Tracking
28995 \end_layout
28996
28997 \end_inset
28998
28999
29000 \begin_inset Index idx
29001 status collapsed
29002
29003 \begin_layout Plain Layout
29004 Document ! Change Tracking
29005 \end_layout
29006
29007 \end_inset
29008
29009
29010 \begin_inset CommandInset label
29011 LatexCommand label
29012 name "sec:Change-Tracking"
29013
29014 \end_inset
29015
29016
29017 \end_layout
29018
29019 \begin_layout Standard
29020 When you work on a document collaboratively it is extremely useful to be
29021  able to see changes that others have made highlighted in the document.
29022  You can then decide if you want to accept a change or not.
29023  This can be achieved by turning on change tracking in the menu 
29024 \family sans
29025 Document\SpecialChar \menuseparator
29026 Change
29027 \begin_inset space ~
29028 \end_inset
29029
29030 Tracking\SpecialChar \menuseparator
29031 Track
29032 \begin_inset space ~
29033 \end_inset
29034
29035 Changes
29036 \family default
29037 .
29038 \end_layout
29039
29040 \begin_layout Standard
29041 Changes made in the document will then be highlighted by strokes and colors:
29042  
29043 \bar under
29044 \color blue
29045 underlined text
29046 \bar default
29047 \color inherit
29048  is an addition, 
29049 \strikeout on
29050 \color blue
29051 canceled text
29052 \strikeout default
29053 \color inherit
29054  is a deletion.
29055  The color depends on the author that made the change.
29056  You can change the color in LyX's preferences dialog under 
29057 \family sans
29058 Look
29059 \begin_inset space ~
29060 \end_inset
29061
29062 and
29063 \begin_inset space ~
29064 \end_inset
29065
29066 feel
29067 \family default
29068
29069 \family sans
29070 Colors
29071 \family default
29072 .
29073 \begin_inset Index idx
29074 status collapsed
29075
29076 \begin_layout Plain Layout
29077 Color ! Change tracking
29078 \end_layout
29079
29080 \end_inset
29081
29082  The author and the date of the change are shown in LyX's status bar when
29083  the cursor is in changed text.
29084  The same information is shown when you use the toolbar button 
29085 \begin_inset Graphics
29086         filename ../images/changes-merge.png
29087         BoundingBox 0bp 5bp 20bp 25bp
29088         rotateOrigin center
29089
29090 \end_inset
29091
29092 .
29093 \end_layout
29094
29095 \begin_layout Standard
29096 When change tracking is activated, you will see the review toolbar in LyX:
29097 \begin_inset Index idx
29098 status collapsed
29099
29100 \begin_layout Plain Layout
29101 Toolbar ! Review
29102 \end_layout
29103
29104 \end_inset
29105
29106
29107 \end_layout
29108
29109 \begin_layout Standard
29110 \begin_inset VSpace defskip
29111 \end_inset
29112
29113
29114 \end_layout
29115
29116 \begin_layout Standard
29117 \begin_inset Graphics
29118         filename clipart/ChangesToolbar.png
29119
29120 \end_inset
29121
29122
29123 \end_layout
29124
29125 \begin_layout Standard
29126 \begin_inset VSpace defskip
29127 \end_inset
29128
29129
29130 \end_layout
29131
29132 \begin_layout Standard
29133 The review toolbar as shown above contains from left to right the following
29134  buttons:
29135 \end_layout
29136
29137 \begin_layout Standard
29138 \begin_inset VSpace defskip
29139 \end_inset
29140
29141
29142 \end_layout
29143
29144 \begin_layout Standard
29145 \begin_inset Tabular
29146 <lyxtabular version="3" rows="10" columns="2">
29147 <features islongtable="true" longtabularalignment="center">
29148 <column alignment="left" valignment="top" width="0">
29149 <column alignment="left" valignment="top" width="0">
29150 <row interlinespace="2.5mm">
29151 <cell alignment="center" valignment="top" usebox="none">
29152 \begin_inset Text
29153
29154 \begin_layout Plain Layout
29155 \begin_inset Graphics
29156         filename ../images/changes-track.png
29157         BoundingBox 0bp 5bp 20bp 25bp
29158         rotateOrigin center
29159
29160 \end_inset
29161
29162
29163 \end_layout
29164
29165 \end_inset
29166 </cell>
29167 <cell alignment="center" valignment="top" usebox="none">
29168 \begin_inset Text
29169
29170 \begin_layout Plain Layout
29171
29172 \family sans
29173 Document\SpecialChar \menuseparator
29174 Change
29175 \begin_inset space ~
29176 \end_inset
29177
29178 Tracking\SpecialChar \menuseparator
29179 Track
29180 \begin_inset space ~
29181 \end_inset
29182
29183 Changes
29184 \end_layout
29185
29186 \end_inset
29187 </cell>
29188 </row>
29189 <row interlinespace="2.5mm">
29190 <cell alignment="center" valignment="top" usebox="none">
29191 \begin_inset Text
29192
29193 \begin_layout Plain Layout
29194 \begin_inset Graphics
29195         filename ../images/changes-output.png
29196         BoundingBox 0bp 5bp 20bp 25bp
29197         rotateOrigin center
29198
29199 \end_inset
29200
29201
29202 \end_layout
29203
29204 \end_inset
29205 </cell>
29206 <cell alignment="center" valignment="top" usebox="none">
29207 \begin_inset Text
29208
29209 \begin_layout Plain Layout
29210
29211 \family sans
29212 Document\SpecialChar \menuseparator
29213 Change
29214 \begin_inset space ~
29215 \end_inset
29216
29217 Tracking\SpecialChar \menuseparator
29218 Show
29219 \begin_inset space ~
29220 \end_inset
29221
29222 Changes
29223 \begin_inset space ~
29224 \end_inset
29225
29226 in
29227 \begin_inset space ~
29228 \end_inset
29229
29230 Output
29231 \end_layout
29232
29233 \end_inset
29234 </cell>
29235 </row>
29236 <row interlinespace="2.5mm">
29237 <cell alignment="center" valignment="top" usebox="none">
29238 \begin_inset Text
29239
29240 \begin_layout Plain Layout
29241 \begin_inset Graphics
29242         filename ../images/change-next.png
29243         BoundingBox 0bp 5bp 20bp 25bp
29244         rotateOrigin center
29245
29246 \end_inset
29247
29248
29249 \end_layout
29250
29251 \end_inset
29252 </cell>
29253 <cell alignment="center" valignment="top" usebox="none">
29254 \begin_inset Text
29255
29256 \begin_layout Plain Layout
29257 Jumps to the next change
29258 \end_layout
29259
29260 \end_inset
29261 </cell>
29262 </row>
29263 <row interlinespace="2.5mm">
29264 <cell alignment="center" valignment="top" usebox="none">
29265 \begin_inset Text
29266
29267 \begin_layout Plain Layout
29268 \begin_inset Graphics
29269         filename ../images/change-accept.png
29270         BoundingBox 0bp 5bp 20bp 25bp
29271         rotateOrigin center
29272
29273 \end_inset
29274
29275
29276 \end_layout
29277
29278 \end_inset
29279 </cell>
29280 <cell alignment="center" valignment="top" usebox="none">
29281 \begin_inset Text
29282
29283 \begin_layout Plain Layout
29284
29285 \family sans
29286 Document\SpecialChar \menuseparator
29287 Change
29288 \begin_inset space ~
29289 \end_inset
29290
29291 Tracking\SpecialChar \menuseparator
29292 Accept
29293 \begin_inset space ~
29294 \end_inset
29295
29296 Change
29297 \end_layout
29298
29299 \end_inset
29300 </cell>
29301 </row>
29302 <row interlinespace="2.5mm">
29303 <cell alignment="center" valignment="top" usebox="none">
29304 \begin_inset Text
29305
29306 \begin_layout Plain Layout
29307 \begin_inset Graphics
29308         filename ../images/change-reject.png
29309         BoundingBox 0bp 5bp 20bp 25bp
29310         rotateOrigin center
29311
29312 \end_inset
29313
29314
29315 \end_layout
29316
29317 \end_inset
29318 </cell>
29319 <cell alignment="center" valignment="top" usebox="none">
29320 \begin_inset Text
29321
29322 \begin_layout Plain Layout
29323
29324 \family sans
29325 Document\SpecialChar \menuseparator
29326 Change
29327 \begin_inset space ~
29328 \end_inset
29329
29330 Tracking\SpecialChar \menuseparator
29331 Reject
29332 \begin_inset space ~
29333 \end_inset
29334
29335 Change
29336 \end_layout
29337
29338 \end_inset
29339 </cell>
29340 </row>
29341 <row interlinespace="2.5mm">
29342 <cell alignment="center" valignment="top" usebox="none">
29343 \begin_inset Text
29344
29345 \begin_layout Plain Layout
29346 \begin_inset Graphics
29347         filename ../images/changes-merge.png
29348         BoundingBox 0bp 5bp 20bp 25bp
29349         rotateOrigin center
29350
29351 \end_inset
29352
29353
29354 \end_layout
29355
29356 \end_inset
29357 </cell>
29358 <cell alignment="center" valignment="top" usebox="none">
29359 \begin_inset Text
29360
29361 \begin_layout Plain Layout
29362
29363 \family sans
29364 Document\SpecialChar \menuseparator
29365 Change
29366 \begin_inset space ~
29367 \end_inset
29368
29369 Tracking\SpecialChar \menuseparator
29370 Merge
29371 \begin_inset space ~
29372 \end_inset
29373
29374 Changes
29375 \end_layout
29376
29377 \end_inset
29378 </cell>
29379 </row>
29380 <row interlinespace="2.5mm">
29381 <cell alignment="center" valignment="top" usebox="none">
29382 \begin_inset Text
29383
29384 \begin_layout Plain Layout
29385 \begin_inset Graphics
29386         filename ../images/all-changes-accept.png
29387         BoundingBox 0bp 5bp 20bp 25bp
29388         rotateOrigin center
29389
29390 \end_inset
29391
29392
29393 \end_layout
29394
29395 \end_inset
29396 </cell>
29397 <cell alignment="center" valignment="top" usebox="none">
29398 \begin_inset Text
29399
29400 \begin_layout Plain Layout
29401
29402 \family sans
29403 Document\SpecialChar \menuseparator
29404 Change
29405 \begin_inset space ~
29406 \end_inset
29407
29408 Tracking\SpecialChar \menuseparator
29409 Accept
29410 \begin_inset space ~
29411 \end_inset
29412
29413 All
29414 \begin_inset space ~
29415 \end_inset
29416
29417 Changes
29418 \end_layout
29419
29420 \end_inset
29421 </cell>
29422 </row>
29423 <row interlinespace="2.5mm">
29424 <cell alignment="center" valignment="top" usebox="none">
29425 \begin_inset Text
29426
29427 \begin_layout Plain Layout
29428 \begin_inset Graphics
29429         filename ../images/all-changes-reject.png
29430         BoundingBox 0bp 5bp 20bp 25bp
29431         rotateOrigin center
29432
29433 \end_inset
29434
29435
29436 \end_layout
29437
29438 \end_inset
29439 </cell>
29440 <cell alignment="center" valignment="top" usebox="none">
29441 \begin_inset Text
29442
29443 \begin_layout Plain Layout
29444
29445 \family sans
29446 Document\SpecialChar \menuseparator
29447 Change
29448 \begin_inset space ~
29449 \end_inset
29450
29451 Tracking\SpecialChar \menuseparator
29452 Reject
29453 \begin_inset space ~
29454 \end_inset
29455
29456 All
29457 \begin_inset space ~
29458 \end_inset
29459
29460 Changes
29461 \end_layout
29462
29463 \end_inset
29464 </cell>
29465 </row>
29466 <row interlinespace="2.5mm">
29467 <cell alignment="center" valignment="top" usebox="none">
29468 \begin_inset Text
29469
29470 \begin_layout Plain Layout
29471 \begin_inset Graphics
29472         filename ../images/note-insert.png
29473         BoundingBox 0bp 5bp 20bp 25bp
29474         rotateOrigin center
29475
29476 \end_inset
29477
29478
29479 \end_layout
29480
29481 \end_inset
29482 </cell>
29483 <cell alignment="center" valignment="top" usebox="none">
29484 \begin_inset Text
29485
29486 \begin_layout Plain Layout
29487
29488 \family sans
29489 Insert\SpecialChar \menuseparator
29490 Note\SpecialChar \menuseparator
29491 LyX
29492 \begin_inset space ~
29493 \end_inset
29494
29495 Note
29496 \end_layout
29497
29498 \end_inset
29499 </cell>
29500 </row>
29501 <row interlinespace="2.5mm">
29502 <cell alignment="center" valignment="top" usebox="none">
29503 \begin_inset Text
29504
29505 \begin_layout Plain Layout
29506 \begin_inset Graphics
29507         filename ../images/note-next.png
29508         BoundingBox 0bp 5bp 20bp 25bp
29509         rotateOrigin center
29510
29511 \end_inset
29512
29513
29514 \end_layout
29515
29516 \end_inset
29517 </cell>
29518 <cell alignment="center" valignment="top" usebox="none">
29519 \begin_inset Text
29520
29521 \begin_layout Plain Layout
29522
29523 \family sans
29524 Navigate\SpecialChar \menuseparator
29525 Next
29526 \begin_inset space ~
29527 \end_inset
29528
29529 Note
29530 \end_layout
29531
29532 \end_inset
29533 </cell>
29534 </row>
29535 </lyxtabular>
29536
29537 \end_inset
29538
29539
29540 \end_layout
29541
29542 \begin_layout Standard
29543 \begin_inset VSpace defskip
29544 \end_inset
29545
29546
29547 \end_layout
29548
29549 \begin_layout Standard
29550 The review toolbar helps you to accept, reject, or merge changes – highlight
29551  the change and press one of the desired toolbar buttons.
29552  When you merge changes, a window pops up showing you information about
29553  the next change behind the current cursor position.
29554  So you don't need to highlight a certain change.
29555  Within the merge window you can decide to accept or reject changes and
29556  step to the next change.
29557  This way you can jump through all the changes in the document.
29558 \end_layout
29559
29560 \begin_layout Standard
29561 The toolbar has two buttons to handle notes because notes are often important
29562  to describe a change.
29563 \end_layout
29564
29565 \begin_layout Standard
29566 To show made changes in the output you need the LaTeX package 
29567 \series bold
29568 dvipost
29569 \series default
29570
29571 \begin_inset Index idx
29572 status collapsed
29573
29574 \begin_layout Plain Layout
29575 LaTeX-packages ! dvipost
29576 \end_layout
29577
29578 \end_inset
29579
29580  installed.
29581  You will find it in the TeX Catalogue, 
29582 \begin_inset CommandInset citation
29583 LatexCommand cite
29584 key "TeXCatalogue"
29585
29586 \end_inset
29587
29588  or in the package manager of your LaTeX-system.
29589 \end_layout
29590
29591 \begin_layout Section
29592 International Support
29593 \begin_inset Index idx
29594 status collapsed
29595
29596 \begin_layout Plain Layout
29597 International support
29598 \end_layout
29599
29600 \end_inset
29601
29602
29603 \end_layout
29604
29605 \begin_layout Standard
29606 This section describes how to use LyX with any language you want.
29607  For some non-western languages there are special Wiki-pages that explain
29608  how to set up LyX to use them: 
29609 \begin_inset CommandInset citation
29610 LatexCommand cite
29611 key "Arabic,Armenian,Farsi,Hebrew"
29612
29613 \end_inset
29614
29615
29616 \end_layout
29617
29618 \begin_layout Standard
29619 Besides languages, LyX also supports phonetic symbols, see section
29620 \begin_inset space ~
29621 \end_inset
29622
29623
29624 \begin_inset CommandInset ref
29625 LatexCommand ref
29626 reference "sub:Special-Character"
29627
29628 \end_inset
29629
29630 .
29631 \end_layout
29632
29633 \begin_layout Subsection
29634 Language Options
29635 \begin_inset Index idx
29636 status collapsed
29637
29638 \begin_layout Plain Layout
29639 Language ! Options
29640 \end_layout
29641
29642 \end_inset
29643
29644
29645 \begin_inset Index idx
29646 status collapsed
29647
29648 \begin_layout Plain Layout
29649 Document ! Settings
29650 \end_layout
29651
29652 \end_inset
29653
29654
29655 \begin_inset Index idx
29656 status collapsed
29657
29658 \begin_layout Plain Layout
29659 Document ! Language
29660 \end_layout
29661
29662 \end_inset
29663
29664
29665 \end_layout
29666
29667 \begin_layout Standard
29668 The 
29669 \family sans
29670 Document\SpecialChar \menuseparator
29671 Settings
29672 \family default
29673  dialog lets you set 
29674 \family roman
29675 the language and character encoding for your language.
29676  
29677 \end_layout
29678
29679 \begin_layout Standard
29680 Choose your language in the 
29681 \family sans
29682 Language
29683 \family default
29684  section of this dialog.
29685  The default is 
29686 \family sans
29687 English
29688 \family default
29689 .
29690 \end_layout
29691
29692 \begin_layout Standard
29693 Under 
29694 \family sans
29695 Encoding
29696 \family default
29697  you can choose the character encoding map you want to use for LaTeX export.
29698  The option 
29699 \family sans
29700 Language Default
29701 \family default
29702  is the preferred choice and works well in most cases.
29703  For details about the different encoding options see section
29704 \begin_inset space ~
29705 \end_inset
29706
29707
29708 \begin_inset CommandInset ref
29709 LatexCommand ref
29710 reference "cha:The-Document-Settings"
29711
29712 \end_inset
29713
29714 .
29715 \end_layout
29716
29717 \begin_layout Subsection
29718 Keyboard mapping configuration
29719 \begin_inset CommandInset label
29720 LatexCommand label
29721 name "sub:Keyboard-mapping"
29722
29723 \end_inset
29724
29725
29726 \end_layout
29727
29728 \begin_layout Standard
29729 If you have for example a U.S.-style keyboard and want to write in a language
29730  other than English, you can use an alternate keymap.
29731  For example, if you have a U.S.-style keyboard but want to write in Italian,
29732  you can configure LyX to use an Italian keymap.
29733  The preferences dialog allows you to choose up to two keyboard mappings,
29734  see section
29735 \begin_inset space ~
29736 \end_inset
29737
29738
29739 \begin_inset CommandInset ref
29740 LatexCommand ref
29741 reference "sub:Keyboard-Map"
29742
29743 \end_inset
29744
29745 .
29746  You can choose primary and secondary keyboard languages and then select
29747  which one you want to use.
29748 \end_layout
29749
29750 \begin_layout Standard
29751 Finally, you may just want to change a few key mappings or create an entirely
29752  different keymap (for Vulcan, for instance).
29753  You may, for example, normally write in Italian on a U.S.
29754  keyboard but want to include an occasional quotation in German.
29755  In such a case, you can write your own keyboard mapping or modify an existing
29756  one to support the characters you want.
29757  This and many other customizations are explained in the 
29758 \emph on
29759 Customization
29760 \emph default
29761  manual.
29762 \end_layout
29763
29764 \begin_layout Subsection
29765 Character Tables
29766 \end_layout
29767
29768 \begin_layout Standard
29769 Table
29770 \begin_inset space ~
29771 \end_inset
29772
29773
29774 \begin_inset CommandInset ref
29775 LatexCommand ref
29776 reference "cap:The-latin1-character"
29777
29778 \end_inset
29779
29780  shows the 
29781 \family typewriter
29782 Latin1
29783 \family default
29784  character set.
29785  You should be able to enter the characters in the first eight columns directly
29786  from the keyboard.
29787 \end_layout
29788
29789 \begin_layout Standard
29790 There are a few things you need to know about this table.
29791  Here are some of the details you'll need to bear in mind when using characters
29792  from the 
29793 \family typewriter
29794 Latin1
29795 \family default
29796  character set:
29797 \end_layout
29798
29799 \begin_layout Itemize
29800 Even if you have selected 
29801 \family sans
29802 latin1
29803 \family default
29804  in the 
29805 \family sans
29806 Document\SpecialChar \menuseparator
29807 Settings
29808 \family default
29809  dialog, users who have only the 
29810 \family typewriter
29811 T1
29812 \family default
29813 -fonts for LaTeX [or who have the 
29814 \family typewriter
29815 T1
29816 \family default
29817 -fonts but aren't using them] will still miss a few characters: D0, F0,
29818  DE, FE, AB, and BB – the uppercase and lowercase eth and thorn, and the
29819  french quotes won't show up.
29820 \end_layout
29821
29822 \begin_layout Standard
29823 \begin_inset Float table
29824 wide false
29825 sideways false
29826 status open
29827
29828 \begin_layout Plain Layout
29829 \begin_inset Caption
29830
29831 \begin_layout Plain Layout
29832 \begin_inset CommandInset label
29833 LatexCommand label
29834 name "cap:The-latin1-character"
29835
29836 \end_inset
29837
29838 The 
29839 \family typewriter
29840 latin1
29841 \family default
29842  character set
29843 \end_layout
29844
29845 \end_inset
29846
29847
29848 \end_layout
29849
29850 \begin_layout Plain Layout
29851 \align center
29852 \begin_inset Tabular
29853 <lyxtabular version="3" rows="17" columns="17">
29854 <features tabularvalignment="middle">
29855 <column alignment="center" valignment="top" width="0pt">
29856 <column alignment="center" valignment="top" width="0pt">
29857 <column alignment="center" valignment="top" width="0pt">
29858 <column alignment="center" valignment="top" width="0pt">
29859 <column alignment="center" valignment="top" width="0pt">
29860 <column alignment="center" valignment="top" width="0pt">
29861 <column alignment="center" valignment="top" width="0pt">
29862 <column alignment="center" valignment="top" width="0pt">
29863 <column alignment="center" valignment="top" width="0pt">
29864 <column alignment="center" valignment="top" width="0pt">
29865 <column alignment="center" valignment="top" width="0pt">
29866 <column alignment="center" valignment="top" width="0pt">
29867 <column alignment="center" valignment="top" width="0pt">
29868 <column alignment="center" valignment="top" width="0pt">
29869 <column alignment="center" valignment="top" width="0pt">
29870 <column alignment="center" valignment="top" width="0pt">
29871 <column alignment="center" valignment="top" width="0pt">
29872 <row>
29873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29874 \begin_inset Text
29875
29876 \begin_layout Plain Layout
29877
29878 \end_layout
29879
29880 \end_inset
29881 </cell>
29882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29883 \begin_inset Text
29884
29885 \begin_layout Plain Layout
29886
29887 \family roman
29888 \series medium
29889 \shape up
29890 \size tiny
29891 \emph off
29892 \bar no
29893 \noun off
29894 \color none
29895 00
29896 \end_layout
29897
29898 \end_inset
29899 </cell>
29900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29901 \begin_inset Text
29902
29903 \begin_layout Plain Layout
29904
29905 \family roman
29906 \series medium
29907 \shape up
29908 \size tiny
29909 \emph off
29910 \bar no
29911 \noun off
29912 \color none
29913 10
29914 \end_layout
29915
29916 \end_inset
29917 </cell>
29918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29919 \begin_inset Text
29920
29921 \begin_layout Plain Layout
29922
29923 \family roman
29924 \series medium
29925 \shape up
29926 \size tiny
29927 \emph off
29928 \bar no
29929 \noun off
29930 \color none
29931 20
29932 \end_layout
29933
29934 \end_inset
29935 </cell>
29936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29937 \begin_inset Text
29938
29939 \begin_layout Plain Layout
29940
29941 \family roman
29942 \series medium
29943 \shape up
29944 \size tiny
29945 \emph off
29946 \bar no
29947 \noun off
29948 \color none
29949 30
29950 \end_layout
29951
29952 \end_inset
29953 </cell>
29954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29955 \begin_inset Text
29956
29957 \begin_layout Plain Layout
29958
29959 \family roman
29960 \series medium
29961 \shape up
29962 \size tiny
29963 \emph off
29964 \bar no
29965 \noun off
29966 \color none
29967 40
29968 \end_layout
29969
29970 \end_inset
29971 </cell>
29972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29973 \begin_inset Text
29974
29975 \begin_layout Plain Layout
29976
29977 \family roman
29978 \series medium
29979 \shape up
29980 \size tiny
29981 \emph off
29982 \bar no
29983 \noun off
29984 \color none
29985 50
29986 \end_layout
29987
29988 \end_inset
29989 </cell>
29990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29991 \begin_inset Text
29992
29993 \begin_layout Plain Layout
29994
29995 \family roman
29996 \series medium
29997 \shape up
29998 \size tiny
29999 \emph off
30000 \bar no
30001 \noun off
30002 \color none
30003 60
30004 \end_layout
30005
30006 \end_inset
30007 </cell>
30008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30009 \begin_inset Text
30010
30011 \begin_layout Plain Layout
30012
30013 \family roman
30014 \series medium
30015 \shape up
30016 \size tiny
30017 \emph off
30018 \bar no
30019 \noun off
30020 \color none
30021 70
30022 \end_layout
30023
30024 \end_inset
30025 </cell>
30026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30027 \begin_inset Text
30028
30029 \begin_layout Plain Layout
30030
30031 \family roman
30032 \series medium
30033 \shape up
30034 \size tiny
30035 \emph off
30036 \bar no
30037 \noun off
30038 \color none
30039 80
30040 \end_layout
30041
30042 \end_inset
30043 </cell>
30044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30045 \begin_inset Text
30046
30047 \begin_layout Plain Layout
30048
30049 \family roman
30050 \series medium
30051 \shape up
30052 \size tiny
30053 \emph off
30054 \bar no
30055 \noun off
30056 \color none
30057 90
30058 \end_layout
30059
30060 \end_inset
30061 </cell>
30062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30063 \begin_inset Text
30064
30065 \begin_layout Plain Layout
30066
30067 \family roman
30068 \series medium
30069 \shape up
30070 \size tiny
30071 \emph off
30072 \bar no
30073 \noun off
30074 \color none
30075 A0
30076 \end_layout
30077
30078 \end_inset
30079 </cell>
30080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30081 \begin_inset Text
30082
30083 \begin_layout Plain Layout
30084
30085 \family roman
30086 \series medium
30087 \shape up
30088 \size tiny
30089 \emph off
30090 \bar no
30091 \noun off
30092 \color none
30093 B0
30094 \end_layout
30095
30096 \end_inset
30097 </cell>
30098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30099 \begin_inset Text
30100
30101 \begin_layout Plain Layout
30102
30103 \family roman
30104 \series medium
30105 \shape up
30106 \size tiny
30107 \emph off
30108 \bar no
30109 \noun off
30110 \color none
30111 C0
30112 \end_layout
30113
30114 \end_inset
30115 </cell>
30116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30117 \begin_inset Text
30118
30119 \begin_layout Plain Layout
30120
30121 \family roman
30122 \series medium
30123 \shape up
30124 \size tiny
30125 \emph off
30126 \bar no
30127 \noun off
30128 \color none
30129 D0
30130 \end_layout
30131
30132 \end_inset
30133 </cell>
30134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30135 \begin_inset Text
30136
30137 \begin_layout Plain Layout
30138
30139 \family roman
30140 \series medium
30141 \shape up
30142 \size tiny
30143 \emph off
30144 \bar no
30145 \noun off
30146 \color none
30147 E0
30148 \end_layout
30149
30150 \end_inset
30151 </cell>
30152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30153 \begin_inset Text
30154
30155 \begin_layout Plain Layout
30156
30157 \family roman
30158 \series medium
30159 \shape up
30160 \size tiny
30161 \emph off
30162 \bar no
30163 \noun off
30164 \color none
30165 F0
30166 \end_layout
30167
30168 \end_inset
30169 </cell>
30170 </row>
30171 <row>
30172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30173 \begin_inset Text
30174
30175 \begin_layout Plain Layout
30176
30177 \family roman
30178 \series medium
30179 \shape up
30180 \size tiny
30181 \emph off
30182 \bar no
30183 \noun off
30184 \color none
30185 00
30186 \end_layout
30187
30188 \end_inset
30189 </cell>
30190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30191 \begin_inset Text
30192
30193 \begin_layout Plain Layout
30194
30195 \end_layout
30196
30197 \end_inset
30198 </cell>
30199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30200 \begin_inset Text
30201
30202 \begin_layout Plain Layout
30203
30204 \end_layout
30205
30206 \end_inset
30207 </cell>
30208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30209 \begin_inset Text
30210
30211 \begin_layout Plain Layout
30212
30213 \end_layout
30214
30215 \end_inset
30216 </cell>
30217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30218 \begin_inset Text
30219
30220 \begin_layout Plain Layout
30221
30222 \family roman
30223 \series medium
30224 \shape up
30225 \emph off
30226 \bar no
30227 \noun off
30228 \color none
30229 0
30230 \end_layout
30231
30232 \end_inset
30233 </cell>
30234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30235 \begin_inset Text
30236
30237 \begin_layout Plain Layout
30238
30239 \family roman
30240 \series medium
30241 \shape up
30242 \emph off
30243 \bar no
30244 \noun off
30245 \color none
30246 @
30247 \end_layout
30248
30249 \end_inset
30250 </cell>
30251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30252 \begin_inset Text
30253
30254 \begin_layout Plain Layout
30255
30256 \family roman
30257 \series medium
30258 \shape up
30259 \emph off
30260 \bar no
30261 \noun off
30262 \color none
30263 P
30264 \end_layout
30265
30266 \end_inset
30267 </cell>
30268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30269 \begin_inset Text
30270
30271 \begin_layout Plain Layout
30272
30273 \family roman
30274 \series medium
30275 \shape up
30276 \emph off
30277 \bar no
30278 \noun off
30279 \color none
30280 '
30281 \end_layout
30282
30283 \end_inset
30284 </cell>
30285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30286 \begin_inset Text
30287
30288 \begin_layout Plain Layout
30289
30290 \family roman
30291 \series medium
30292 \shape up
30293 \emph off
30294 \bar no
30295 \noun off
30296 \color none
30297 p
30298 \end_layout
30299
30300 \end_inset
30301 </cell>
30302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30303 \begin_inset Text
30304
30305 \begin_layout Plain Layout
30306
30307 \end_layout
30308
30309 \end_inset
30310 </cell>
30311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30312 \begin_inset Text
30313
30314 \begin_layout Plain Layout
30315
30316 \end_layout
30317
30318 \end_inset
30319 </cell>
30320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30321 \begin_inset Text
30322
30323 \begin_layout Plain Layout
30324
30325 \end_layout
30326
30327 \end_inset
30328 </cell>
30329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30330 \begin_inset Text
30331
30332 \begin_layout Plain Layout
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" leftline="true" usebox="none">
30347 \begin_inset Text
30348
30349 \begin_layout Plain Layout
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" leftline="true" usebox="none">
30364 \begin_inset Text
30365
30366 \begin_layout Plain Layout
30367
30368 \family roman
30369 \series medium
30370 \shape up
30371 \emph off
30372 \bar no
30373 \noun off
30374 \color none
30375 Ð
30376 \end_layout
30377
30378 \end_inset
30379 </cell>
30380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30381 \begin_inset Text
30382
30383 \begin_layout Plain Layout
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" leftline="true" rightline="true" usebox="none">
30398 \begin_inset Text
30399
30400 \begin_layout Plain Layout
30401
30402 \family roman
30403 \series medium
30404 \shape up
30405 \emph off
30406 \bar no
30407 \noun off
30408 \color none
30409 ð
30410 \end_layout
30411
30412 \end_inset
30413 </cell>
30414 </row>
30415 <row>
30416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30417 \begin_inset Text
30418
30419 \begin_layout Plain Layout
30420
30421 \family roman
30422 \series medium
30423 \shape up
30424 \size tiny
30425 \emph off
30426 \bar no
30427 \noun off
30428 \color none
30429 01
30430 \end_layout
30431
30432 \end_inset
30433 </cell>
30434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30435 \begin_inset Text
30436
30437 \begin_layout Plain Layout
30438
30439 \end_layout
30440
30441 \end_inset
30442 </cell>
30443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30444 \begin_inset Text
30445
30446 \begin_layout Plain Layout
30447
30448 \end_layout
30449
30450 \end_inset
30451 </cell>
30452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30453 \begin_inset Text
30454
30455 \begin_layout Plain Layout
30456
30457 \family roman
30458 \series medium
30459 \shape up
30460 \emph off
30461 \bar no
30462 \noun off
30463 \color none
30464 !
30465 \end_layout
30466
30467 \end_inset
30468 </cell>
30469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30470 \begin_inset Text
30471
30472 \begin_layout Plain Layout
30473
30474 \family roman
30475 \series medium
30476 \shape up
30477 \emph off
30478 \bar no
30479 \noun off
30480 \color none
30481 1
30482 \end_layout
30483
30484 \end_inset
30485 </cell>
30486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30487 \begin_inset Text
30488
30489 \begin_layout Plain Layout
30490
30491 \family roman
30492 \series medium
30493 \shape up
30494 \emph off
30495 \bar no
30496 \noun off
30497 \color none
30498 A
30499 \end_layout
30500
30501 \end_inset
30502 </cell>
30503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30504 \begin_inset Text
30505
30506 \begin_layout Plain Layout
30507
30508 \family roman
30509 \series medium
30510 \shape up
30511 \emph off
30512 \bar no
30513 \noun off
30514 \color none
30515 Q
30516 \end_layout
30517
30518 \end_inset
30519 </cell>
30520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30521 \begin_inset Text
30522
30523 \begin_layout Plain Layout
30524
30525 \family roman
30526 \series medium
30527 \shape up
30528 \emph off
30529 \bar no
30530 \noun off
30531 \color none
30532 a
30533 \end_layout
30534
30535 \end_inset
30536 </cell>
30537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30538 \begin_inset Text
30539
30540 \begin_layout Plain Layout
30541
30542 \family roman
30543 \series medium
30544 \shape up
30545 \emph off
30546 \bar no
30547 \noun off
30548 \color none
30549 q
30550 \end_layout
30551
30552 \end_inset
30553 </cell>
30554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30555 \begin_inset Text
30556
30557 \begin_layout Plain Layout
30558
30559 \end_layout
30560
30561 \end_inset
30562 </cell>
30563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30564 \begin_inset Text
30565
30566 \begin_layout Plain Layout
30567
30568 \end_layout
30569
30570 \end_inset
30571 </cell>
30572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30573 \begin_inset Text
30574
30575 \begin_layout Plain Layout
30576
30577 \family roman
30578 \series medium
30579 \shape up
30580 \emph off
30581 \bar no
30582 \noun off
30583 \color none
30584 ¡
30585 \end_layout
30586
30587 \end_inset
30588 </cell>
30589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30590 \begin_inset Text
30591
30592 \begin_layout Plain Layout
30593
30594 \family roman
30595 \series medium
30596 \shape up
30597 \emph off
30598 \bar no
30599 \noun off
30600 \color none
30601 ±
30602 \end_layout
30603
30604 \end_inset
30605 </cell>
30606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30607 \begin_inset Text
30608
30609 \begin_layout Plain Layout
30610
30611 \family roman
30612 \series medium
30613 \shape up
30614 \emph off
30615 \bar no
30616 \noun off
30617 \color none
30618 Á
30619 \end_layout
30620
30621 \end_inset
30622 </cell>
30623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30624 \begin_inset Text
30625
30626 \begin_layout Plain Layout
30627
30628 \family roman
30629 \series medium
30630 \shape up
30631 \emph off
30632 \bar no
30633 \noun off
30634 \color none
30635 Ñ
30636 \end_layout
30637
30638 \end_inset
30639 </cell>
30640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30641 \begin_inset Text
30642
30643 \begin_layout Plain Layout
30644
30645 \family roman
30646 \series medium
30647 \shape up
30648 \emph off
30649 \bar no
30650 \noun off
30651 \color none
30652 á
30653 \end_layout
30654
30655 \end_inset
30656 </cell>
30657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30658 \begin_inset Text
30659
30660 \begin_layout Plain Layout
30661
30662 \family roman
30663 \series medium
30664 \shape up
30665 \emph off
30666 \bar no
30667 \noun off
30668 \color none
30669 ñ
30670 \end_layout
30671
30672 \end_inset
30673 </cell>
30674 </row>
30675 <row>
30676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30677 \begin_inset Text
30678
30679 \begin_layout Plain Layout
30680
30681 \family roman
30682 \series medium
30683 \shape up
30684 \size tiny
30685 \emph off
30686 \bar no
30687 \noun off
30688 \color none
30689 02
30690 \end_layout
30691
30692 \end_inset
30693 </cell>
30694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30695 \begin_inset Text
30696
30697 \begin_layout Plain Layout
30698
30699 \end_layout
30700
30701 \end_inset
30702 </cell>
30703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30704 \begin_inset Text
30705
30706 \begin_layout Plain Layout
30707
30708 \end_layout
30709
30710 \end_inset
30711 </cell>
30712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30713 \begin_inset Text
30714
30715 \begin_layout Plain Layout
30716
30717 \family roman
30718 \series medium
30719 \shape up
30720 \emph off
30721 \bar no
30722 \noun off
30723 \color none
30724 \begin_inset Quotes eld
30725 \end_inset
30726
30727
30728 \end_layout
30729
30730 \end_inset
30731 </cell>
30732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30733 \begin_inset Text
30734
30735 \begin_layout Plain Layout
30736
30737 \family roman
30738 \series medium
30739 \shape up
30740 \emph off
30741 \bar no
30742 \noun off
30743 \color none
30744 2
30745 \end_layout
30746
30747 \end_inset
30748 </cell>
30749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30750 \begin_inset Text
30751
30752 \begin_layout Plain Layout
30753
30754 \family roman
30755 \series medium
30756 \shape up
30757 \emph off
30758 \bar no
30759 \noun off
30760 \color none
30761 B
30762 \end_layout
30763
30764 \end_inset
30765 </cell>
30766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30767 \begin_inset Text
30768
30769 \begin_layout Plain Layout
30770
30771 \family roman
30772 \series medium
30773 \shape up
30774 \emph off
30775 \bar no
30776 \noun off
30777 \color none
30778 R
30779 \end_layout
30780
30781 \end_inset
30782 </cell>
30783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30784 \begin_inset Text
30785
30786 \begin_layout Plain Layout
30787
30788 \family roman
30789 \series medium
30790 \shape up
30791 \emph off
30792 \bar no
30793 \noun off
30794 \color none
30795 b
30796 \end_layout
30797
30798 \end_inset
30799 </cell>
30800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30801 \begin_inset Text
30802
30803 \begin_layout Plain Layout
30804
30805 \family roman
30806 \series medium
30807 \shape up
30808 \emph off
30809 \bar no
30810 \noun off
30811 \color none
30812 r
30813 \end_layout
30814
30815 \end_inset
30816 </cell>
30817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30818 \begin_inset Text
30819
30820 \begin_layout Plain Layout
30821
30822 \end_layout
30823
30824 \end_inset
30825 </cell>
30826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30827 \begin_inset Text
30828
30829 \begin_layout Plain Layout
30830
30831 \end_layout
30832
30833 \end_inset
30834 </cell>
30835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30836 \begin_inset Text
30837
30838 \begin_layout Plain Layout
30839 ¢
30840 \end_layout
30841
30842 \end_inset
30843 </cell>
30844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30845 \begin_inset Text
30846
30847 \begin_layout Plain Layout
30848
30849 \family roman
30850 \series medium
30851 \shape up
30852 \emph off
30853 \bar no
30854 \noun off
30855 \color none
30856 ²
30857 \end_layout
30858
30859 \end_inset
30860 </cell>
30861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30862 \begin_inset Text
30863
30864 \begin_layout Plain Layout
30865
30866 \family roman
30867 \series medium
30868 \shape up
30869 \emph off
30870 \bar no
30871 \noun off
30872 \color none
30873 Â
30874 \end_layout
30875
30876 \end_inset
30877 </cell>
30878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30879 \begin_inset Text
30880
30881 \begin_layout Plain Layout
30882
30883 \family roman
30884 \series medium
30885 \shape up
30886 \emph off
30887 \bar no
30888 \noun off
30889 \color none
30890 Ò
30891 \end_layout
30892
30893 \end_inset
30894 </cell>
30895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30896 \begin_inset Text
30897
30898 \begin_layout Plain Layout
30899
30900 \family roman
30901 \series medium
30902 \shape up
30903 \emph off
30904 \bar no
30905 \noun off
30906 \color none
30907 â
30908 \end_layout
30909
30910 \end_inset
30911 </cell>
30912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30913 \begin_inset Text
30914
30915 \begin_layout Plain Layout
30916
30917 \family roman
30918 \series medium
30919 \shape up
30920 \emph off
30921 \bar no
30922 \noun off
30923 \color none
30924 ò
30925 \end_layout
30926
30927 \end_inset
30928 </cell>
30929 </row>
30930 <row>
30931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30932 \begin_inset Text
30933
30934 \begin_layout Plain Layout
30935
30936 \family roman
30937 \series medium
30938 \shape up
30939 \size tiny
30940 \emph off
30941 \bar no
30942 \noun off
30943 \color none
30944 03
30945 \end_layout
30946
30947 \end_inset
30948 </cell>
30949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30950 \begin_inset Text
30951
30952 \begin_layout Plain Layout
30953
30954 \end_layout
30955
30956 \end_inset
30957 </cell>
30958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30959 \begin_inset Text
30960
30961 \begin_layout Plain Layout
30962
30963 \end_layout
30964
30965 \end_inset
30966 </cell>
30967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30968 \begin_inset Text
30969
30970 \begin_layout Plain Layout
30971
30972 \family roman
30973 \series medium
30974 \shape up
30975 \emph off
30976 \bar no
30977 \noun off
30978 \color none
30979 #
30980 \end_layout
30981
30982 \end_inset
30983 </cell>
30984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30985 \begin_inset Text
30986
30987 \begin_layout Plain Layout
30988
30989 \family roman
30990 \series medium
30991 \shape up
30992 \emph off
30993 \bar no
30994 \noun off
30995 \color none
30996 3
30997 \end_layout
30998
30999 \end_inset
31000 </cell>
31001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31002 \begin_inset Text
31003
31004 \begin_layout Plain Layout
31005
31006 \family roman
31007 \series medium
31008 \shape up
31009 \emph off
31010 \bar no
31011 \noun off
31012 \color none
31013 C
31014 \end_layout
31015
31016 \end_inset
31017 </cell>
31018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31019 \begin_inset Text
31020
31021 \begin_layout Plain Layout
31022
31023 \family roman
31024 \series medium
31025 \shape up
31026 \emph off
31027 \bar no
31028 \noun off
31029 \color none
31030 S
31031 \end_layout
31032
31033 \end_inset
31034 </cell>
31035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31036 \begin_inset Text
31037
31038 \begin_layout Plain Layout
31039
31040 \family roman
31041 \series medium
31042 \shape up
31043 \emph off
31044 \bar no
31045 \noun off
31046 \color none
31047 c
31048 \end_layout
31049
31050 \end_inset
31051 </cell>
31052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31053 \begin_inset Text
31054
31055 \begin_layout Plain Layout
31056
31057 \family roman
31058 \series medium
31059 \shape up
31060 \emph off
31061 \bar no
31062 \noun off
31063 \color none
31064 s
31065 \end_layout
31066
31067 \end_inset
31068 </cell>
31069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31070 \begin_inset Text
31071
31072 \begin_layout Plain Layout
31073
31074 \end_layout
31075
31076 \end_inset
31077 </cell>
31078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31079 \begin_inset Text
31080
31081 \begin_layout Plain Layout
31082
31083 \end_layout
31084
31085 \end_inset
31086 </cell>
31087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31088 \begin_inset Text
31089
31090 \begin_layout Plain Layout
31091
31092 \family roman
31093 \series medium
31094 \shape up
31095 \emph off
31096 \bar no
31097 \noun off
31098 \color none
31099 £
31100 \end_layout
31101
31102 \end_inset
31103 </cell>
31104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31105 \begin_inset Text
31106
31107 \begin_layout Plain Layout
31108
31109 \family roman
31110 \series medium
31111 \shape up
31112 \emph off
31113 \bar no
31114 \noun off
31115 \color none
31116 ³
31117 \end_layout
31118
31119 \end_inset
31120 </cell>
31121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31122 \begin_inset Text
31123
31124 \begin_layout Plain Layout
31125
31126 \family roman
31127 \series medium
31128 \shape up
31129 \emph off
31130 \bar no
31131 \noun off
31132 \color none
31133 Ã
31134 \end_layout
31135
31136 \end_inset
31137 </cell>
31138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31139 \begin_inset Text
31140
31141 \begin_layout Plain Layout
31142
31143 \family roman
31144 \series medium
31145 \shape up
31146 \emph off
31147 \bar no
31148 \noun off
31149 \color none
31150 Ó
31151 \end_layout
31152
31153 \end_inset
31154 </cell>
31155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31156 \begin_inset Text
31157
31158 \begin_layout Plain Layout
31159
31160 \family roman
31161 \series medium
31162 \shape up
31163 \emph off
31164 \bar no
31165 \noun off
31166 \color none
31167 ã
31168 \end_layout
31169
31170 \end_inset
31171 </cell>
31172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31173 \begin_inset Text
31174
31175 \begin_layout Plain Layout
31176
31177 \family roman
31178 \series medium
31179 \shape up
31180 \emph off
31181 \bar no
31182 \noun off
31183 \color none
31184 ó
31185 \end_layout
31186
31187 \end_inset
31188 </cell>
31189 </row>
31190 <row>
31191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31192 \begin_inset Text
31193
31194 \begin_layout Plain Layout
31195
31196 \family roman
31197 \series medium
31198 \shape up
31199 \size tiny
31200 \emph off
31201 \bar no
31202 \noun off
31203 \color none
31204 04
31205 \end_layout
31206
31207 \end_inset
31208 </cell>
31209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31210 \begin_inset Text
31211
31212 \begin_layout Plain Layout
31213
31214 \end_layout
31215
31216 \end_inset
31217 </cell>
31218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31219 \begin_inset Text
31220
31221 \begin_layout Plain Layout
31222
31223 \end_layout
31224
31225 \end_inset
31226 </cell>
31227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31228 \begin_inset Text
31229
31230 \begin_layout Plain Layout
31231
31232 \family roman
31233 \series medium
31234 \shape up
31235 \emph off
31236 \bar no
31237 \noun off
31238 \color none
31239 $
31240 \end_layout
31241
31242 \end_inset
31243 </cell>
31244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31245 \begin_inset Text
31246
31247 \begin_layout Plain Layout
31248
31249 \family roman
31250 \series medium
31251 \shape up
31252 \emph off
31253 \bar no
31254 \noun off
31255 \color none
31256 4
31257 \end_layout
31258
31259 \end_inset
31260 </cell>
31261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31262 \begin_inset Text
31263
31264 \begin_layout Plain Layout
31265
31266 \family roman
31267 \series medium
31268 \shape up
31269 \emph off
31270 \bar no
31271 \noun off
31272 \color none
31273 D
31274 \end_layout
31275
31276 \end_inset
31277 </cell>
31278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31279 \begin_inset Text
31280
31281 \begin_layout Plain Layout
31282
31283 \family roman
31284 \series medium
31285 \shape up
31286 \emph off
31287 \bar no
31288 \noun off
31289 \color none
31290 T
31291 \end_layout
31292
31293 \end_inset
31294 </cell>
31295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31296 \begin_inset Text
31297
31298 \begin_layout Plain Layout
31299
31300 \family roman
31301 \series medium
31302 \shape up
31303 \emph off
31304 \bar no
31305 \noun off
31306 \color none
31307 d
31308 \end_layout
31309
31310 \end_inset
31311 </cell>
31312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31313 \begin_inset Text
31314
31315 \begin_layout Plain Layout
31316
31317 \family roman
31318 \series medium
31319 \shape up
31320 \emph off
31321 \bar no
31322 \noun off
31323 \color none
31324 t
31325 \end_layout
31326
31327 \end_inset
31328 </cell>
31329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31330 \begin_inset Text
31331
31332 \begin_layout Plain Layout
31333
31334 \end_layout
31335
31336 \end_inset
31337 </cell>
31338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31339 \begin_inset Text
31340
31341 \begin_layout Plain Layout
31342
31343 \end_layout
31344
31345 \end_inset
31346 </cell>
31347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31348 \begin_inset Text
31349
31350 \begin_layout Plain Layout
31351 ¤
31352 \end_layout
31353
31354 \end_inset
31355 </cell>
31356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31357 \begin_inset Text
31358
31359 \begin_layout Plain Layout
31360
31361 \family roman
31362 \series medium
31363 \shape up
31364 \emph off
31365 \bar no
31366 \noun off
31367 \color none
31368 ´
31369 \end_layout
31370
31371 \end_inset
31372 </cell>
31373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31374 \begin_inset Text
31375
31376 \begin_layout Plain Layout
31377
31378 \family roman
31379 \series medium
31380 \shape up
31381 \emph off
31382 \bar no
31383 \noun off
31384 \color none
31385 Ä
31386 \end_layout
31387
31388 \end_inset
31389 </cell>
31390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31391 \begin_inset Text
31392
31393 \begin_layout Plain Layout
31394
31395 \family roman
31396 \series medium
31397 \shape up
31398 \emph off
31399 \bar no
31400 \noun off
31401 \color none
31402 Ô
31403 \end_layout
31404
31405 \end_inset
31406 </cell>
31407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31408 \begin_inset Text
31409
31410 \begin_layout Plain Layout
31411
31412 \family roman
31413 \series medium
31414 \shape up
31415 \emph off
31416 \bar no
31417 \noun off
31418 \color none
31419 ä
31420 \end_layout
31421
31422 \end_inset
31423 </cell>
31424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31425 \begin_inset Text
31426
31427 \begin_layout Plain Layout
31428
31429 \family roman
31430 \series medium
31431 \shape up
31432 \emph off
31433 \bar no
31434 \noun off
31435 \color none
31436 ô
31437 \end_layout
31438
31439 \end_inset
31440 </cell>
31441 </row>
31442 <row>
31443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31444 \begin_inset Text
31445
31446 \begin_layout Plain Layout
31447
31448 \family roman
31449 \series medium
31450 \shape up
31451 \size tiny
31452 \emph off
31453 \bar no
31454 \noun off
31455 \color none
31456 05
31457 \end_layout
31458
31459 \end_inset
31460 </cell>
31461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31462 \begin_inset Text
31463
31464 \begin_layout Plain Layout
31465
31466 \end_layout
31467
31468 \end_inset
31469 </cell>
31470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31471 \begin_inset Text
31472
31473 \begin_layout Plain Layout
31474
31475 \end_layout
31476
31477 \end_inset
31478 </cell>
31479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31480 \begin_inset Text
31481
31482 \begin_layout Plain Layout
31483
31484 \family roman
31485 \series medium
31486 \shape up
31487 \emph off
31488 \bar no
31489 \noun off
31490 \color none
31491 %
31492 \end_layout
31493
31494 \end_inset
31495 </cell>
31496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31497 \begin_inset Text
31498
31499 \begin_layout Plain Layout
31500
31501 \family roman
31502 \series medium
31503 \shape up
31504 \emph off
31505 \bar no
31506 \noun off
31507 \color none
31508 5
31509 \end_layout
31510
31511 \end_inset
31512 </cell>
31513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31514 \begin_inset Text
31515
31516 \begin_layout Plain Layout
31517
31518 \family roman
31519 \series medium
31520 \shape up
31521 \emph off
31522 \bar no
31523 \noun off
31524 \color none
31525 E
31526 \end_layout
31527
31528 \end_inset
31529 </cell>
31530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31531 \begin_inset Text
31532
31533 \begin_layout Plain Layout
31534
31535 \family roman
31536 \series medium
31537 \shape up
31538 \emph off
31539 \bar no
31540 \noun off
31541 \color none
31542 U
31543 \end_layout
31544
31545 \end_inset
31546 </cell>
31547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31548 \begin_inset Text
31549
31550 \begin_layout Plain Layout
31551
31552 \family roman
31553 \series medium
31554 \shape up
31555 \emph off
31556 \bar no
31557 \noun off
31558 \color none
31559 e
31560 \end_layout
31561
31562 \end_inset
31563 </cell>
31564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31565 \begin_inset Text
31566
31567 \begin_layout Plain Layout
31568
31569 \family roman
31570 \series medium
31571 \shape up
31572 \emph off
31573 \bar no
31574 \noun off
31575 \color none
31576 u
31577 \end_layout
31578
31579 \end_inset
31580 </cell>
31581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31582 \begin_inset Text
31583
31584 \begin_layout Plain Layout
31585
31586 \end_layout
31587
31588 \end_inset
31589 </cell>
31590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31591 \begin_inset Text
31592
31593 \begin_layout Plain Layout
31594
31595 \end_layout
31596
31597 \end_inset
31598 </cell>
31599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31600 \begin_inset Text
31601
31602 \begin_layout Plain Layout
31603 ¥
31604 \end_layout
31605
31606 \end_inset
31607 </cell>
31608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31609 \begin_inset Text
31610
31611 \begin_layout Plain Layout
31612
31613 \family roman
31614 \series medium
31615 \shape up
31616 \emph off
31617 \bar no
31618 \noun off
31619 \color none
31620 µ
31621 \end_layout
31622
31623 \end_inset
31624 </cell>
31625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31626 \begin_inset Text
31627
31628 \begin_layout Plain Layout
31629
31630 \family roman
31631 \series medium
31632 \shape up
31633 \emph off
31634 \bar no
31635 \noun off
31636 \color none
31637 Å
31638 \end_layout
31639
31640 \end_inset
31641 </cell>
31642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31643 \begin_inset Text
31644
31645 \begin_layout Plain Layout
31646
31647 \family roman
31648 \series medium
31649 \shape up
31650 \emph off
31651 \bar no
31652 \noun off
31653 \color none
31654 Õ
31655 \end_layout
31656
31657 \end_inset
31658 </cell>
31659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31660 \begin_inset Text
31661
31662 \begin_layout Plain Layout
31663
31664 \family roman
31665 \series medium
31666 \shape up
31667 \emph off
31668 \bar no
31669 \noun off
31670 \color none
31671 å
31672 \end_layout
31673
31674 \end_inset
31675 </cell>
31676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31677 \begin_inset Text
31678
31679 \begin_layout Plain Layout
31680
31681 \family roman
31682 \series medium
31683 \shape up
31684 \emph off
31685 \bar no
31686 \noun off
31687 \color none
31688 õ
31689 \end_layout
31690
31691 \end_inset
31692 </cell>
31693 </row>
31694 <row>
31695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31696 \begin_inset Text
31697
31698 \begin_layout Plain Layout
31699
31700 \family roman
31701 \series medium
31702 \shape up
31703 \size tiny
31704 \emph off
31705 \bar no
31706 \noun off
31707 \color none
31708 06
31709 \end_layout
31710
31711 \end_inset
31712 </cell>
31713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31714 \begin_inset Text
31715
31716 \begin_layout Plain Layout
31717
31718 \end_layout
31719
31720 \end_inset
31721 </cell>
31722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31723 \begin_inset Text
31724
31725 \begin_layout Plain Layout
31726
31727 \end_layout
31728
31729 \end_inset
31730 </cell>
31731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31732 \begin_inset Text
31733
31734 \begin_layout Plain Layout
31735
31736 \family roman
31737 \series medium
31738 \shape up
31739 \emph off
31740 \bar no
31741 \noun off
31742 \color none
31743 &
31744 \end_layout
31745
31746 \end_inset
31747 </cell>
31748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31749 \begin_inset Text
31750
31751 \begin_layout Plain Layout
31752
31753 \family roman
31754 \series medium
31755 \shape up
31756 \emph off
31757 \bar no
31758 \noun off
31759 \color none
31760 6
31761 \end_layout
31762
31763 \end_inset
31764 </cell>
31765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31766 \begin_inset Text
31767
31768 \begin_layout Plain Layout
31769
31770 \family roman
31771 \series medium
31772 \shape up
31773 \emph off
31774 \bar no
31775 \noun off
31776 \color none
31777 F
31778 \end_layout
31779
31780 \end_inset
31781 </cell>
31782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31783 \begin_inset Text
31784
31785 \begin_layout Plain Layout
31786
31787 \family roman
31788 \series medium
31789 \shape up
31790 \emph off
31791 \bar no
31792 \noun off
31793 \color none
31794 V
31795 \end_layout
31796
31797 \end_inset
31798 </cell>
31799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31800 \begin_inset Text
31801
31802 \begin_layout Plain Layout
31803
31804 \family roman
31805 \series medium
31806 \shape up
31807 \emph off
31808 \bar no
31809 \noun off
31810 \color none
31811 f
31812 \end_layout
31813
31814 \end_inset
31815 </cell>
31816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31817 \begin_inset Text
31818
31819 \begin_layout Plain Layout
31820
31821 \family roman
31822 \series medium
31823 \shape up
31824 \emph off
31825 \bar no
31826 \noun off
31827 \color none
31828 v
31829 \end_layout
31830
31831 \end_inset
31832 </cell>
31833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31834 \begin_inset Text
31835
31836 \begin_layout Plain Layout
31837
31838 \end_layout
31839
31840 \end_inset
31841 </cell>
31842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31843 \begin_inset Text
31844
31845 \begin_layout Plain Layout
31846
31847 \end_layout
31848
31849 \end_inset
31850 </cell>
31851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31852 \begin_inset Text
31853
31854 \begin_layout Plain Layout
31855 ¦
31856 \end_layout
31857
31858 \end_inset
31859 </cell>
31860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31861 \begin_inset Text
31862
31863 \begin_layout Plain Layout
31864
31865 \family roman
31866 \series medium
31867 \shape up
31868 \emph off
31869 \bar no
31870 \noun off
31871 \color none
31872
31873 \end_layout
31874
31875 \end_inset
31876 </cell>
31877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31878 \begin_inset Text
31879
31880 \begin_layout Plain Layout
31881
31882 \family roman
31883 \series medium
31884 \shape up
31885 \emph off
31886 \bar no
31887 \noun off
31888 \color none
31889 Æ
31890 \end_layout
31891
31892 \end_inset
31893 </cell>
31894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31895 \begin_inset Text
31896
31897 \begin_layout Plain Layout
31898
31899 \family roman
31900 \series medium
31901 \shape up
31902 \emph off
31903 \bar no
31904 \noun off
31905 \color none
31906 Ö
31907 \end_layout
31908
31909 \end_inset
31910 </cell>
31911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31912 \begin_inset Text
31913
31914 \begin_layout Plain Layout
31915
31916 \family roman
31917 \series medium
31918 \shape up
31919 \emph off
31920 \bar no
31921 \noun off
31922 \color none
31923 æ
31924 \end_layout
31925
31926 \end_inset
31927 </cell>
31928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31929 \begin_inset Text
31930
31931 \begin_layout Plain Layout
31932
31933 \family roman
31934 \series medium
31935 \shape up
31936 \emph off
31937 \bar no
31938 \noun off
31939 \color none
31940 ö
31941 \end_layout
31942
31943 \end_inset
31944 </cell>
31945 </row>
31946 <row>
31947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31948 \begin_inset Text
31949
31950 \begin_layout Plain Layout
31951
31952 \family roman
31953 \series medium
31954 \shape up
31955 \size tiny
31956 \emph off
31957 \bar no
31958 \noun off
31959 \color none
31960 07
31961 \end_layout
31962
31963 \end_inset
31964 </cell>
31965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31966 \begin_inset Text
31967
31968 \begin_layout Plain Layout
31969
31970 \end_layout
31971
31972 \end_inset
31973 </cell>
31974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31975 \begin_inset Text
31976
31977 \begin_layout Plain Layout
31978
31979 \end_layout
31980
31981 \end_inset
31982 </cell>
31983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31984 \begin_inset Text
31985
31986 \begin_layout Plain Layout
31987
31988 \family roman
31989 \series medium
31990 \shape up
31991 \emph off
31992 \bar no
31993 \noun off
31994 \color none
31995 `
31996 \end_layout
31997
31998 \end_inset
31999 </cell>
32000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32001 \begin_inset Text
32002
32003 \begin_layout Plain Layout
32004
32005 \family roman
32006 \series medium
32007 \shape up
32008 \emph off
32009 \bar no
32010 \noun off
32011 \color none
32012 7
32013 \end_layout
32014
32015 \end_inset
32016 </cell>
32017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32018 \begin_inset Text
32019
32020 \begin_layout Plain Layout
32021
32022 \family roman
32023 \series medium
32024 \shape up
32025 \emph off
32026 \bar no
32027 \noun off
32028 \color none
32029 G
32030 \end_layout
32031
32032 \end_inset
32033 </cell>
32034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32035 \begin_inset Text
32036
32037 \begin_layout Plain Layout
32038
32039 \family roman
32040 \series medium
32041 \shape up
32042 \emph off
32043 \bar no
32044 \noun off
32045 \color none
32046 W
32047 \end_layout
32048
32049 \end_inset
32050 </cell>
32051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32052 \begin_inset Text
32053
32054 \begin_layout Plain Layout
32055
32056 \family roman
32057 \series medium
32058 \shape up
32059 \emph off
32060 \bar no
32061 \noun off
32062 \color none
32063 g
32064 \end_layout
32065
32066 \end_inset
32067 </cell>
32068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32069 \begin_inset Text
32070
32071 \begin_layout Plain Layout
32072
32073 \family roman
32074 \series medium
32075 \shape up
32076 \emph off
32077 \bar no
32078 \noun off
32079 \color none
32080 w
32081 \end_layout
32082
32083 \end_inset
32084 </cell>
32085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32086 \begin_inset Text
32087
32088 \begin_layout Plain Layout
32089
32090 \end_layout
32091
32092 \end_inset
32093 </cell>
32094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32095 \begin_inset Text
32096
32097 \begin_layout Plain Layout
32098
32099 \end_layout
32100
32101 \end_inset
32102 </cell>
32103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32104 \begin_inset Text
32105
32106 \begin_layout Plain Layout
32107
32108 \family roman
32109 \series medium
32110 \shape up
32111 \emph off
32112 \bar no
32113 \noun off
32114 \color none
32115 §
32116 \end_layout
32117
32118 \end_inset
32119 </cell>
32120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32121 \begin_inset Text
32122
32123 \begin_layout Plain Layout
32124
32125 \family roman
32126 \series medium
32127 \shape up
32128 \emph off
32129 \bar no
32130 \noun off
32131 \color none
32132 ·
32133 \end_layout
32134
32135 \end_inset
32136 </cell>
32137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32138 \begin_inset Text
32139
32140 \begin_layout Plain Layout
32141
32142 \family roman
32143 \series medium
32144 \shape up
32145 \emph off
32146 \bar no
32147 \noun off
32148 \color none
32149 Ç
32150 \end_layout
32151
32152 \end_inset
32153 </cell>
32154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32155 \begin_inset Text
32156
32157 \begin_layout Plain Layout
32158
32159 \family roman
32160 \series medium
32161 \shape up
32162 \emph off
32163 \bar no
32164 \noun off
32165 \color none
32166 ×
32167 \end_layout
32168
32169 \end_inset
32170 </cell>
32171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32172 \begin_inset Text
32173
32174 \begin_layout Plain Layout
32175
32176 \family roman
32177 \series medium
32178 \shape up
32179 \emph off
32180 \bar no
32181 \noun off
32182 \color none
32183 ç
32184 \end_layout
32185
32186 \end_inset
32187 </cell>
32188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32189 \begin_inset Text
32190
32191 \begin_layout Plain Layout
32192
32193 \family roman
32194 \series medium
32195 \shape up
32196 \emph off
32197 \bar no
32198 \noun off
32199 \color none
32200 ÷
32201 \end_layout
32202
32203 \end_inset
32204 </cell>
32205 </row>
32206 <row>
32207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32208 \begin_inset Text
32209
32210 \begin_layout Plain Layout
32211
32212 \family roman
32213 \series medium
32214 \shape up
32215 \size tiny
32216 \emph off
32217 \bar no
32218 \noun off
32219 \color none
32220 08
32221 \end_layout
32222
32223 \end_inset
32224 </cell>
32225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32226 \begin_inset Text
32227
32228 \begin_layout Plain Layout
32229
32230 \end_layout
32231
32232 \end_inset
32233 </cell>
32234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32235 \begin_inset Text
32236
32237 \begin_layout Plain Layout
32238
32239 \end_layout
32240
32241 \end_inset
32242 </cell>
32243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32244 \begin_inset Text
32245
32246 \begin_layout Plain Layout
32247
32248 \family roman
32249 \series medium
32250 \shape up
32251 \emph off
32252 \bar no
32253 \noun off
32254 \color none
32255 (
32256 \end_layout
32257
32258 \end_inset
32259 </cell>
32260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32261 \begin_inset Text
32262
32263 \begin_layout Plain Layout
32264
32265 \family roman
32266 \series medium
32267 \shape up
32268 \emph off
32269 \bar no
32270 \noun off
32271 \color none
32272 8
32273 \end_layout
32274
32275 \end_inset
32276 </cell>
32277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32278 \begin_inset Text
32279
32280 \begin_layout Plain Layout
32281
32282 \family roman
32283 \series medium
32284 \shape up
32285 \emph off
32286 \bar no
32287 \noun off
32288 \color none
32289 H
32290 \end_layout
32291
32292 \end_inset
32293 </cell>
32294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32295 \begin_inset Text
32296
32297 \begin_layout Plain Layout
32298
32299 \family roman
32300 \series medium
32301 \shape up
32302 \emph off
32303 \bar no
32304 \noun off
32305 \color none
32306 X
32307 \end_layout
32308
32309 \end_inset
32310 </cell>
32311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32312 \begin_inset Text
32313
32314 \begin_layout Plain Layout
32315
32316 \family roman
32317 \series medium
32318 \shape up
32319 \emph off
32320 \bar no
32321 \noun off
32322 \color none
32323 h
32324 \end_layout
32325
32326 \end_inset
32327 </cell>
32328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32329 \begin_inset Text
32330
32331 \begin_layout Plain Layout
32332
32333 \family roman
32334 \series medium
32335 \shape up
32336 \emph off
32337 \bar no
32338 \noun off
32339 \color none
32340 x
32341 \end_layout
32342
32343 \end_inset
32344 </cell>
32345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32346 \begin_inset Text
32347
32348 \begin_layout Plain Layout
32349
32350 \end_layout
32351
32352 \end_inset
32353 </cell>
32354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32355 \begin_inset Text
32356
32357 \begin_layout Plain Layout
32358
32359 \end_layout
32360
32361 \end_inset
32362 </cell>
32363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32364 \begin_inset Text
32365
32366 \begin_layout Plain Layout
32367
32368 \family roman
32369 \series medium
32370 \shape up
32371 \emph off
32372 \bar no
32373 \noun off
32374 \color none
32375 ¨
32376 \end_layout
32377
32378 \end_inset
32379 </cell>
32380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32381 \begin_inset Text
32382
32383 \begin_layout Plain Layout
32384
32385 \family roman
32386 \series medium
32387 \shape up
32388 \emph off
32389 \bar no
32390 \noun off
32391 \color none
32392 ¸
32393 \end_layout
32394
32395 \end_inset
32396 </cell>
32397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32398 \begin_inset Text
32399
32400 \begin_layout Plain Layout
32401
32402 \family roman
32403 \series medium
32404 \shape up
32405 \emph off
32406 \bar no
32407 \noun off
32408 \color none
32409 È
32410 \end_layout
32411
32412 \end_inset
32413 </cell>
32414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32415 \begin_inset Text
32416
32417 \begin_layout Plain Layout
32418
32419 \family roman
32420 \series medium
32421 \shape up
32422 \emph off
32423 \bar no
32424 \noun off
32425 \color none
32426 Ø
32427 \end_layout
32428
32429 \end_inset
32430 </cell>
32431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32432 \begin_inset Text
32433
32434 \begin_layout Plain Layout
32435
32436 \family roman
32437 \series medium
32438 \shape up
32439 \emph off
32440 \bar no
32441 \noun off
32442 \color none
32443 è
32444 \end_layout
32445
32446 \end_inset
32447 </cell>
32448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32449 \begin_inset Text
32450
32451 \begin_layout Plain Layout
32452
32453 \family roman
32454 \series medium
32455 \shape up
32456 \emph off
32457 \bar no
32458 \noun off
32459 \color none
32460 ø
32461 \end_layout
32462
32463 \end_inset
32464 </cell>
32465 </row>
32466 <row>
32467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32468 \begin_inset Text
32469
32470 \begin_layout Plain Layout
32471
32472 \family roman
32473 \series medium
32474 \shape up
32475 \size tiny
32476 \emph off
32477 \bar no
32478 \noun off
32479 \color none
32480 09
32481 \end_layout
32482
32483 \end_inset
32484 </cell>
32485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32486 \begin_inset Text
32487
32488 \begin_layout Plain Layout
32489
32490 \end_layout
32491
32492 \end_inset
32493 </cell>
32494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32495 \begin_inset Text
32496
32497 \begin_layout Plain Layout
32498
32499 \end_layout
32500
32501 \end_inset
32502 </cell>
32503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32504 \begin_inset Text
32505
32506 \begin_layout Plain Layout
32507
32508 \family roman
32509 \series medium
32510 \shape up
32511 \emph off
32512 \bar no
32513 \noun off
32514 \color none
32515 )
32516 \end_layout
32517
32518 \end_inset
32519 </cell>
32520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32521 \begin_inset Text
32522
32523 \begin_layout Plain Layout
32524
32525 \family roman
32526 \series medium
32527 \shape up
32528 \emph off
32529 \bar no
32530 \noun off
32531 \color none
32532 9
32533 \end_layout
32534
32535 \end_inset
32536 </cell>
32537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32538 \begin_inset Text
32539
32540 \begin_layout Plain Layout
32541
32542 \family roman
32543 \series medium
32544 \shape up
32545 \emph off
32546 \bar no
32547 \noun off
32548 \color none
32549 I
32550 \end_layout
32551
32552 \end_inset
32553 </cell>
32554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32555 \begin_inset Text
32556
32557 \begin_layout Plain Layout
32558
32559 \family roman
32560 \series medium
32561 \shape up
32562 \emph off
32563 \bar no
32564 \noun off
32565 \color none
32566 Y
32567 \end_layout
32568
32569 \end_inset
32570 </cell>
32571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32572 \begin_inset Text
32573
32574 \begin_layout Plain Layout
32575
32576 \family roman
32577 \series medium
32578 \shape up
32579 \emph off
32580 \bar no
32581 \noun off
32582 \color none
32583 i
32584 \end_layout
32585
32586 \end_inset
32587 </cell>
32588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32589 \begin_inset Text
32590
32591 \begin_layout Plain Layout
32592
32593 \family roman
32594 \series medium
32595 \shape up
32596 \emph off
32597 \bar no
32598 \noun off
32599 \color none
32600 y
32601 \end_layout
32602
32603 \end_inset
32604 </cell>
32605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32606 \begin_inset Text
32607
32608 \begin_layout Plain Layout
32609
32610 \end_layout
32611
32612 \end_inset
32613 </cell>
32614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32615 \begin_inset Text
32616
32617 \begin_layout Plain Layout
32618
32619 \end_layout
32620
32621 \end_inset
32622 </cell>
32623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32624 \begin_inset Text
32625
32626 \begin_layout Plain Layout
32627
32628 \family roman
32629 \series medium
32630 \shape up
32631 \emph off
32632 \bar no
32633 \noun off
32634 \color none
32635 ©
32636 \end_layout
32637
32638 \end_inset
32639 </cell>
32640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32641 \begin_inset Text
32642
32643 \begin_layout Plain Layout
32644
32645 \family roman
32646 \series medium
32647 \shape up
32648 \emph off
32649 \bar no
32650 \noun off
32651 \color none
32652 ¹
32653 \end_layout
32654
32655 \end_inset
32656 </cell>
32657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32658 \begin_inset Text
32659
32660 \begin_layout Plain Layout
32661
32662 \family roman
32663 \series medium
32664 \shape up
32665 \emph off
32666 \bar no
32667 \noun off
32668 \color none
32669 É
32670 \end_layout
32671
32672 \end_inset
32673 </cell>
32674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32675 \begin_inset Text
32676
32677 \begin_layout Plain Layout
32678
32679 \family roman
32680 \series medium
32681 \shape up
32682 \emph off
32683 \bar no
32684 \noun off
32685 \color none
32686 Ù
32687 \end_layout
32688
32689 \end_inset
32690 </cell>
32691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32692 \begin_inset Text
32693
32694 \begin_layout Plain Layout
32695
32696 \family roman
32697 \series medium
32698 \shape up
32699 \emph off
32700 \bar no
32701 \noun off
32702 \color none
32703 é
32704 \end_layout
32705
32706 \end_inset
32707 </cell>
32708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32709 \begin_inset Text
32710
32711 \begin_layout Plain Layout
32712
32713 \family roman
32714 \series medium
32715 \shape up
32716 \emph off
32717 \bar no
32718 \noun off
32719 \color none
32720 ù
32721 \end_layout
32722
32723 \end_inset
32724 </cell>
32725 </row>
32726 <row>
32727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32728 \begin_inset Text
32729
32730 \begin_layout Plain Layout
32731
32732 \family roman
32733 \series medium
32734 \shape up
32735 \size tiny
32736 \emph off
32737 \bar no
32738 \noun off
32739 \color none
32740 0A
32741 \end_layout
32742
32743 \end_inset
32744 </cell>
32745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32746 \begin_inset Text
32747
32748 \begin_layout Plain Layout
32749
32750 \end_layout
32751
32752 \end_inset
32753 </cell>
32754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32755 \begin_inset Text
32756
32757 \begin_layout Plain Layout
32758
32759 \end_layout
32760
32761 \end_inset
32762 </cell>
32763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32764 \begin_inset Text
32765
32766 \begin_layout Plain Layout
32767
32768 \family roman
32769 \series medium
32770 \shape up
32771 \emph off
32772 \bar no
32773 \noun off
32774 \color none
32775 *
32776 \end_layout
32777
32778 \end_inset
32779 </cell>
32780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32781 \begin_inset Text
32782
32783 \begin_layout Plain Layout
32784
32785 \family roman
32786 \series medium
32787 \shape up
32788 \emph off
32789 \bar no
32790 \noun off
32791 \color none
32792 :
32793 \end_layout
32794
32795 \end_inset
32796 </cell>
32797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32798 \begin_inset Text
32799
32800 \begin_layout Plain Layout
32801
32802 \family roman
32803 \series medium
32804 \shape up
32805 \emph off
32806 \bar no
32807 \noun off
32808 \color none
32809 J
32810 \end_layout
32811
32812 \end_inset
32813 </cell>
32814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32815 \begin_inset Text
32816
32817 \begin_layout Plain Layout
32818
32819 \family roman
32820 \series medium
32821 \shape up
32822 \emph off
32823 \bar no
32824 \noun off
32825 \color none
32826 Z
32827 \end_layout
32828
32829 \end_inset
32830 </cell>
32831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32832 \begin_inset Text
32833
32834 \begin_layout Plain Layout
32835
32836 \family roman
32837 \series medium
32838 \shape up
32839 \emph off
32840 \bar no
32841 \noun off
32842 \color none
32843 j
32844 \end_layout
32845
32846 \end_inset
32847 </cell>
32848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32849 \begin_inset Text
32850
32851 \begin_layout Plain Layout
32852
32853 \family roman
32854 \series medium
32855 \shape up
32856 \emph off
32857 \bar no
32858 \noun off
32859 \color none
32860 z
32861 \end_layout
32862
32863 \end_inset
32864 </cell>
32865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32866 \begin_inset Text
32867
32868 \begin_layout Plain Layout
32869
32870 \end_layout
32871
32872 \end_inset
32873 </cell>
32874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32875 \begin_inset Text
32876
32877 \begin_layout Plain Layout
32878
32879 \end_layout
32880
32881 \end_inset
32882 </cell>
32883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32884 \begin_inset Text
32885
32886 \begin_layout Plain Layout
32887
32888 \family roman
32889 \series medium
32890 \shape up
32891 \emph off
32892 \bar no
32893 \noun off
32894 \color none
32895 ª
32896 \end_layout
32897
32898 \end_inset
32899 </cell>
32900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32901 \begin_inset Text
32902
32903 \begin_layout Plain Layout
32904
32905 \family roman
32906 \series medium
32907 \shape up
32908 \emph off
32909 \bar no
32910 \noun off
32911 \color none
32912 º
32913 \end_layout
32914
32915 \end_inset
32916 </cell>
32917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32918 \begin_inset Text
32919
32920 \begin_layout Plain Layout
32921
32922 \family roman
32923 \series medium
32924 \shape up
32925 \emph off
32926 \bar no
32927 \noun off
32928 \color none
32929 Ê
32930 \end_layout
32931
32932 \end_inset
32933 </cell>
32934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32935 \begin_inset Text
32936
32937 \begin_layout Plain Layout
32938
32939 \family roman
32940 \series medium
32941 \shape up
32942 \emph off
32943 \bar no
32944 \noun off
32945 \color none
32946 Ú
32947 \end_layout
32948
32949 \end_inset
32950 </cell>
32951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32952 \begin_inset Text
32953
32954 \begin_layout Plain Layout
32955
32956 \family roman
32957 \series medium
32958 \shape up
32959 \emph off
32960 \bar no
32961 \noun off
32962 \color none
32963 ê
32964 \end_layout
32965
32966 \end_inset
32967 </cell>
32968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32969 \begin_inset Text
32970
32971 \begin_layout Plain Layout
32972
32973 \family roman
32974 \series medium
32975 \shape up
32976 \emph off
32977 \bar no
32978 \noun off
32979 \color none
32980 ú
32981 \end_layout
32982
32983 \end_inset
32984 </cell>
32985 </row>
32986 <row>
32987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32988 \begin_inset Text
32989
32990 \begin_layout Plain Layout
32991
32992 \family roman
32993 \series medium
32994 \shape up
32995 \size tiny
32996 \emph off
32997 \bar no
32998 \noun off
32999 \color none
33000 0B
33001 \end_layout
33002
33003 \end_inset
33004 </cell>
33005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33006 \begin_inset Text
33007
33008 \begin_layout Plain Layout
33009
33010 \end_layout
33011
33012 \end_inset
33013 </cell>
33014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33015 \begin_inset Text
33016
33017 \begin_layout Plain Layout
33018
33019 \end_layout
33020
33021 \end_inset
33022 </cell>
33023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33024 \begin_inset Text
33025
33026 \begin_layout Plain Layout
33027
33028 \family roman
33029 \series medium
33030 \shape up
33031 \emph off
33032 \bar no
33033 \noun off
33034 \color none
33035 +
33036 \end_layout
33037
33038 \end_inset
33039 </cell>
33040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33041 \begin_inset Text
33042
33043 \begin_layout Plain Layout
33044
33045 \family roman
33046 \series medium
33047 \shape up
33048 \emph off
33049 \bar no
33050 \noun off
33051 \color none
33052 ;
33053 \end_layout
33054
33055 \end_inset
33056 </cell>
33057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33058 \begin_inset Text
33059
33060 \begin_layout Plain Layout
33061
33062 \family roman
33063 \series medium
33064 \shape up
33065 \emph off
33066 \bar no
33067 \noun off
33068 \color none
33069 K
33070 \end_layout
33071
33072 \end_inset
33073 </cell>
33074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33075 \begin_inset Text
33076
33077 \begin_layout Plain Layout
33078
33079 \family roman
33080 \series medium
33081 \shape up
33082 \emph off
33083 \bar no
33084 \noun off
33085 \color none
33086 [
33087 \end_layout
33088
33089 \end_inset
33090 </cell>
33091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33092 \begin_inset Text
33093
33094 \begin_layout Plain Layout
33095
33096 \family roman
33097 \series medium
33098 \shape up
33099 \emph off
33100 \bar no
33101 \noun off
33102 \color none
33103 k
33104 \end_layout
33105
33106 \end_inset
33107 </cell>
33108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33109 \begin_inset Text
33110
33111 \begin_layout Plain Layout
33112
33113 \family roman
33114 \series medium
33115 \shape up
33116 \emph off
33117 \bar no
33118 \noun off
33119 \color none
33120 {
33121 \end_layout
33122
33123 \end_inset
33124 </cell>
33125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33126 \begin_inset Text
33127
33128 \begin_layout Plain Layout
33129
33130 \end_layout
33131
33132 \end_inset
33133 </cell>
33134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33135 \begin_inset Text
33136
33137 \begin_layout Plain Layout
33138
33139 \end_layout
33140
33141 \end_inset
33142 </cell>
33143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33144 \begin_inset Text
33145
33146 \begin_layout Plain Layout
33147
33148 \family roman
33149 \series medium
33150 \shape up
33151 \emph off
33152 \bar no
33153 \noun off
33154 \color none
33155 «
33156 \end_layout
33157
33158 \end_inset
33159 </cell>
33160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33161 \begin_inset Text
33162
33163 \begin_layout Plain Layout
33164
33165 \family roman
33166 \series medium
33167 \shape up
33168 \emph off
33169 \bar no
33170 \noun off
33171 \color none
33172 »
33173 \end_layout
33174
33175 \end_inset
33176 </cell>
33177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33178 \begin_inset Text
33179
33180 \begin_layout Plain Layout
33181
33182 \family roman
33183 \series medium
33184 \shape up
33185 \emph off
33186 \bar no
33187 \noun off
33188 \color none
33189 Ë
33190 \end_layout
33191
33192 \end_inset
33193 </cell>
33194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33195 \begin_inset Text
33196
33197 \begin_layout Plain Layout
33198
33199 \family roman
33200 \series medium
33201 \shape up
33202 \emph off
33203 \bar no
33204 \noun off
33205 \color none
33206 Û
33207 \end_layout
33208
33209 \end_inset
33210 </cell>
33211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33212 \begin_inset Text
33213
33214 \begin_layout Plain Layout
33215
33216 \family roman
33217 \series medium
33218 \shape up
33219 \emph off
33220 \bar no
33221 \noun off
33222 \color none
33223 ë
33224 \end_layout
33225
33226 \end_inset
33227 </cell>
33228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33229 \begin_inset Text
33230
33231 \begin_layout Plain Layout
33232
33233 \family roman
33234 \series medium
33235 \shape up
33236 \emph off
33237 \bar no
33238 \noun off
33239 \color none
33240 û
33241 \end_layout
33242
33243 \end_inset
33244 </cell>
33245 </row>
33246 <row>
33247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33248 \begin_inset Text
33249
33250 \begin_layout Plain Layout
33251
33252 \family roman
33253 \series medium
33254 \shape up
33255 \size tiny
33256 \emph off
33257 \bar no
33258 \noun off
33259 \color none
33260 0C
33261 \end_layout
33262
33263 \end_inset
33264 </cell>
33265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33266 \begin_inset Text
33267
33268 \begin_layout Plain Layout
33269
33270 \end_layout
33271
33272 \end_inset
33273 </cell>
33274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33275 \begin_inset Text
33276
33277 \begin_layout Plain Layout
33278
33279 \end_layout
33280
33281 \end_inset
33282 </cell>
33283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33284 \begin_inset Text
33285
33286 \begin_layout Plain Layout
33287
33288 \family roman
33289 \series medium
33290 \shape up
33291 \emph off
33292 \bar no
33293 \noun off
33294 \color none
33295 ,
33296 \end_layout
33297
33298 \end_inset
33299 </cell>
33300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33301 \begin_inset Text
33302
33303 \begin_layout Plain Layout
33304
33305 \family roman
33306 \series medium
33307 \shape up
33308 \emph off
33309 \bar no
33310 \noun off
33311 \color none
33312 <
33313 \end_layout
33314
33315 \end_inset
33316 </cell>
33317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33318 \begin_inset Text
33319
33320 \begin_layout Plain Layout
33321
33322 \family roman
33323 \series medium
33324 \shape up
33325 \emph off
33326 \bar no
33327 \noun off
33328 \color none
33329 L
33330 \end_layout
33331
33332 \end_inset
33333 </cell>
33334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33335 \begin_inset Text
33336
33337 \begin_layout Plain Layout
33338
33339 \family roman
33340 \series medium
33341 \shape up
33342 \emph off
33343 \bar no
33344 \noun off
33345 \color none
33346
33347 \backslash
33348
33349 \end_layout
33350
33351 \end_inset
33352 </cell>
33353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33354 \begin_inset Text
33355
33356 \begin_layout Plain Layout
33357
33358 \family roman
33359 \series medium
33360 \shape up
33361 \emph off
33362 \bar no
33363 \noun off
33364 \color none
33365 l
33366 \end_layout
33367
33368 \end_inset
33369 </cell>
33370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33371 \begin_inset Text
33372
33373 \begin_layout Plain Layout
33374
33375 \family roman
33376 \series medium
33377 \shape up
33378 \emph off
33379 \bar no
33380 \noun off
33381 \color none
33382 |
33383 \end_layout
33384
33385 \end_inset
33386 </cell>
33387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33388 \begin_inset Text
33389
33390 \begin_layout Plain Layout
33391
33392 \end_layout
33393
33394 \end_inset
33395 </cell>
33396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33397 \begin_inset Text
33398
33399 \begin_layout Plain Layout
33400
33401 \end_layout
33402
33403 \end_inset
33404 </cell>
33405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33406 \begin_inset Text
33407
33408 \begin_layout Plain Layout
33409
33410 \family roman
33411 \series medium
33412 \shape up
33413 \emph off
33414 \bar no
33415 \noun off
33416 \color none
33417 ¬
33418 \end_layout
33419
33420 \end_inset
33421 </cell>
33422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33423 \begin_inset Text
33424
33425 \begin_layout Plain Layout
33426
33427 \family roman
33428 \series medium
33429 \shape up
33430 \emph off
33431 \bar no
33432 \noun off
33433 \color none
33434 ¼
33435 \end_layout
33436
33437 \end_inset
33438 </cell>
33439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33440 \begin_inset Text
33441
33442 \begin_layout Plain Layout
33443
33444 \family roman
33445 \series medium
33446 \shape up
33447 \emph off
33448 \bar no
33449 \noun off
33450 \color none
33451 Ì
33452 \end_layout
33453
33454 \end_inset
33455 </cell>
33456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33457 \begin_inset Text
33458
33459 \begin_layout Plain Layout
33460
33461 \family roman
33462 \series medium
33463 \shape up
33464 \emph off
33465 \bar no
33466 \noun off
33467 \color none
33468 Ü
33469 \end_layout
33470
33471 \end_inset
33472 </cell>
33473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33474 \begin_inset Text
33475
33476 \begin_layout Plain Layout
33477
33478 \family roman
33479 \series medium
33480 \shape up
33481 \emph off
33482 \bar no
33483 \noun off
33484 \color none
33485 ì
33486 \end_layout
33487
33488 \end_inset
33489 </cell>
33490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33491 \begin_inset Text
33492
33493 \begin_layout Plain Layout
33494
33495 \family roman
33496 \series medium
33497 \shape up
33498 \emph off
33499 \bar no
33500 \noun off
33501 \color none
33502 ü
33503 \end_layout
33504
33505 \end_inset
33506 </cell>
33507 </row>
33508 <row>
33509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33510 \begin_inset Text
33511
33512 \begin_layout Plain Layout
33513
33514 \family roman
33515 \series medium
33516 \shape up
33517 \size tiny
33518 \emph off
33519 \bar no
33520 \noun off
33521 \color none
33522 0D
33523 \end_layout
33524
33525 \end_inset
33526 </cell>
33527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33528 \begin_inset Text
33529
33530 \begin_layout Plain Layout
33531
33532 \end_layout
33533
33534 \end_inset
33535 </cell>
33536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33537 \begin_inset Text
33538
33539 \begin_layout Plain Layout
33540
33541 \end_layout
33542
33543 \end_inset
33544 </cell>
33545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33546 \begin_inset Text
33547
33548 \begin_layout Plain Layout
33549
33550 \family roman
33551 \series medium
33552 \shape up
33553 \emph off
33554 \bar no
33555 \noun off
33556 \color none
33557 -
33558 \end_layout
33559
33560 \end_inset
33561 </cell>
33562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33563 \begin_inset Text
33564
33565 \begin_layout Plain Layout
33566
33567 \family roman
33568 \series medium
33569 \shape up
33570 \emph off
33571 \bar no
33572 \noun off
33573 \color none
33574 =
33575 \end_layout
33576
33577 \end_inset
33578 </cell>
33579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33580 \begin_inset Text
33581
33582 \begin_layout Plain Layout
33583
33584 \family roman
33585 \series medium
33586 \shape up
33587 \emph off
33588 \bar no
33589 \noun off
33590 \color none
33591 M
33592 \end_layout
33593
33594 \end_inset
33595 </cell>
33596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33597 \begin_inset Text
33598
33599 \begin_layout Plain Layout
33600
33601 \family roman
33602 \series medium
33603 \shape up
33604 \emph off
33605 \bar no
33606 \noun off
33607 \color none
33608 ]
33609 \end_layout
33610
33611 \end_inset
33612 </cell>
33613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33614 \begin_inset Text
33615
33616 \begin_layout Plain Layout
33617
33618 \family roman
33619 \series medium
33620 \shape up
33621 \emph off
33622 \bar no
33623 \noun off
33624 \color none
33625 m
33626 \end_layout
33627
33628 \end_inset
33629 </cell>
33630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33631 \begin_inset Text
33632
33633 \begin_layout Plain Layout
33634
33635 \family roman
33636 \series medium
33637 \shape up
33638 \emph off
33639 \bar no
33640 \noun off
33641 \color none
33642 }
33643 \end_layout
33644
33645 \end_inset
33646 </cell>
33647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33648 \begin_inset Text
33649
33650 \begin_layout Plain Layout
33651
33652 \end_layout
33653
33654 \end_inset
33655 </cell>
33656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33657 \begin_inset Text
33658
33659 \begin_layout Plain Layout
33660
33661 \end_layout
33662
33663 \end_inset
33664 </cell>
33665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33666 \begin_inset Text
33667
33668 \begin_layout Plain Layout
33669
33670 \end_layout
33671
33672 \end_inset
33673 </cell>
33674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33675 \begin_inset Text
33676
33677 \begin_layout Plain Layout
33678
33679 \family roman
33680 \series medium
33681 \shape up
33682 \emph off
33683 \bar no
33684 \noun off
33685 \color none
33686 ½
33687 \end_layout
33688
33689 \end_inset
33690 </cell>
33691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33692 \begin_inset Text
33693
33694 \begin_layout Plain Layout
33695
33696 \family roman
33697 \series medium
33698 \shape up
33699 \emph off
33700 \bar no
33701 \noun off
33702 \color none
33703 Í
33704 \end_layout
33705
33706 \end_inset
33707 </cell>
33708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33709 \begin_inset Text
33710
33711 \begin_layout Plain Layout
33712
33713 \family roman
33714 \series medium
33715 \shape up
33716 \emph off
33717 \bar no
33718 \noun off
33719 \color none
33720 Ý
33721 \end_layout
33722
33723 \end_inset
33724 </cell>
33725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33726 \begin_inset Text
33727
33728 \begin_layout Plain Layout
33729
33730 \family roman
33731 \series medium
33732 \shape up
33733 \emph off
33734 \bar no
33735 \noun off
33736 \color none
33737 í
33738 \end_layout
33739
33740 \end_inset
33741 </cell>
33742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33743 \begin_inset Text
33744
33745 \begin_layout Plain Layout
33746
33747 \family roman
33748 \series medium
33749 \shape up
33750 \emph off
33751 \bar no
33752 \noun off
33753 \color none
33754 ý
33755 \end_layout
33756
33757 \end_inset
33758 </cell>
33759 </row>
33760 <row>
33761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33762 \begin_inset Text
33763
33764 \begin_layout Plain Layout
33765
33766 \family roman
33767 \series medium
33768 \shape up
33769 \size tiny
33770 \emph off
33771 \bar no
33772 \noun off
33773 \color none
33774 0E
33775 \end_layout
33776
33777 \end_inset
33778 </cell>
33779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33780 \begin_inset Text
33781
33782 \begin_layout Plain Layout
33783
33784 \end_layout
33785
33786 \end_inset
33787 </cell>
33788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33789 \begin_inset Text
33790
33791 \begin_layout Plain Layout
33792
33793 \end_layout
33794
33795 \end_inset
33796 </cell>
33797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33798 \begin_inset Text
33799
33800 \begin_layout Plain Layout
33801
33802 \family roman
33803 \series medium
33804 \shape up
33805 \emph off
33806 \bar no
33807 \noun off
33808 \color none
33809 .
33810 \end_layout
33811
33812 \end_inset
33813 </cell>
33814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33815 \begin_inset Text
33816
33817 \begin_layout Plain Layout
33818
33819 \family roman
33820 \series medium
33821 \shape up
33822 \emph off
33823 \bar no
33824 \noun off
33825 \color none
33826 >
33827 \end_layout
33828
33829 \end_inset
33830 </cell>
33831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33832 \begin_inset Text
33833
33834 \begin_layout Plain Layout
33835
33836 \family roman
33837 \series medium
33838 \shape up
33839 \emph off
33840 \bar no
33841 \noun off
33842 \color none
33843 N
33844 \end_layout
33845
33846 \end_inset
33847 </cell>
33848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33849 \begin_inset Text
33850
33851 \begin_layout Plain Layout
33852
33853 \family roman
33854 \series medium
33855 \shape up
33856 \emph off
33857 \bar no
33858 \noun off
33859 \color none
33860 ^
33861 \end_layout
33862
33863 \end_inset
33864 </cell>
33865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33866 \begin_inset Text
33867
33868 \begin_layout Plain Layout
33869
33870 \family roman
33871 \series medium
33872 \shape up
33873 \emph off
33874 \bar no
33875 \noun off
33876 \color none
33877 n
33878 \end_layout
33879
33880 \end_inset
33881 </cell>
33882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33883 \begin_inset Text
33884
33885 \begin_layout Plain Layout
33886
33887 \family roman
33888 \series medium
33889 \shape up
33890 \emph off
33891 \bar no
33892 \noun off
33893 \color none
33894 ~
33895 \end_layout
33896
33897 \end_inset
33898 </cell>
33899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33900 \begin_inset Text
33901
33902 \begin_layout Plain Layout
33903
33904 \end_layout
33905
33906 \end_inset
33907 </cell>
33908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33909 \begin_inset Text
33910
33911 \begin_layout Plain Layout
33912
33913 \end_layout
33914
33915 \end_inset
33916 </cell>
33917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33918 \begin_inset Text
33919
33920 \begin_layout Plain Layout
33921
33922 \family roman
33923 \series medium
33924 \shape up
33925 \emph off
33926 \bar no
33927 \noun off
33928 \color none
33929 ®
33930 \end_layout
33931
33932 \end_inset
33933 </cell>
33934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33935 \begin_inset Text
33936
33937 \begin_layout Plain Layout
33938
33939 \family roman
33940 \series medium
33941 \shape up
33942 \emph off
33943 \bar no
33944 \noun off
33945 \color none
33946 ¾
33947 \end_layout
33948
33949 \end_inset
33950 </cell>
33951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33952 \begin_inset Text
33953
33954 \begin_layout Plain Layout
33955
33956 \family roman
33957 \series medium
33958 \shape up
33959 \emph off
33960 \bar no
33961 \noun off
33962 \color none
33963 Î
33964 \end_layout
33965
33966 \end_inset
33967 </cell>
33968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33969 \begin_inset Text
33970
33971 \begin_layout Plain Layout
33972
33973 \family roman
33974 \series medium
33975 \shape up
33976 \emph off
33977 \bar no
33978 \noun off
33979 \color none
33980 Þ
33981 \end_layout
33982
33983 \end_inset
33984 </cell>
33985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33986 \begin_inset Text
33987
33988 \begin_layout Plain Layout
33989
33990 \family roman
33991 \series medium
33992 \shape up
33993 \emph off
33994 \bar no
33995 \noun off
33996 \color none
33997 î
33998 \end_layout
33999
34000 \end_inset
34001 </cell>
34002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34003 \begin_inset Text
34004
34005 \begin_layout Plain Layout
34006
34007 \family roman
34008 \series medium
34009 \shape up
34010 \emph off
34011 \bar no
34012 \noun off
34013 \color none
34014 þ
34015 \end_layout
34016
34017 \end_inset
34018 </cell>
34019 </row>
34020 <row>
34021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34022 \begin_inset Text
34023
34024 \begin_layout Plain Layout
34025
34026 \family roman
34027 \series medium
34028 \shape up
34029 \size tiny
34030 \emph off
34031 \bar no
34032 \noun off
34033 \color none
34034 0F
34035 \end_layout
34036
34037 \end_inset
34038 </cell>
34039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34040 \begin_inset Text
34041
34042 \begin_layout Plain Layout
34043
34044 \end_layout
34045
34046 \end_inset
34047 </cell>
34048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34049 \begin_inset Text
34050
34051 \begin_layout Plain Layout
34052
34053 \end_layout
34054
34055 \end_inset
34056 </cell>
34057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34058 \begin_inset Text
34059
34060 \begin_layout Plain Layout
34061
34062 \family roman
34063 \series medium
34064 \shape up
34065 \emph off
34066 \bar no
34067 \noun off
34068 \color none
34069 /
34070 \end_layout
34071
34072 \end_inset
34073 </cell>
34074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34075 \begin_inset Text
34076
34077 \begin_layout Plain Layout
34078
34079 \family roman
34080 \series medium
34081 \shape up
34082 \emph off
34083 \bar no
34084 \noun off
34085 \color none
34086 ?
34087 \end_layout
34088
34089 \end_inset
34090 </cell>
34091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34092 \begin_inset Text
34093
34094 \begin_layout Plain Layout
34095
34096 \family roman
34097 \series medium
34098 \shape up
34099 \emph off
34100 \bar no
34101 \noun off
34102 \color none
34103 O
34104 \end_layout
34105
34106 \end_inset
34107 </cell>
34108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34109 \begin_inset Text
34110
34111 \begin_layout Plain Layout
34112
34113 \family roman
34114 \series medium
34115 \shape up
34116 \emph off
34117 \bar no
34118 \noun off
34119 \color none
34120 _
34121 \end_layout
34122
34123 \end_inset
34124 </cell>
34125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34126 \begin_inset Text
34127
34128 \begin_layout Plain Layout
34129
34130 \family roman
34131 \series medium
34132 \shape up
34133 \emph off
34134 \bar no
34135 \noun off
34136 \color none
34137 o
34138 \end_layout
34139
34140 \end_inset
34141 </cell>
34142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34143 \begin_inset Text
34144
34145 \begin_layout Plain Layout
34146
34147 \end_layout
34148
34149 \end_inset
34150 </cell>
34151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34152 \begin_inset Text
34153
34154 \begin_layout Plain Layout
34155
34156 \end_layout
34157
34158 \end_inset
34159 </cell>
34160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34161 \begin_inset Text
34162
34163 \begin_layout Plain Layout
34164
34165 \end_layout
34166
34167 \end_inset
34168 </cell>
34169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34170 \begin_inset Text
34171
34172 \begin_layout Plain Layout
34173
34174 \family roman
34175 \series medium
34176 \shape up
34177 \emph off
34178 \bar no
34179 \noun off
34180 \color none
34181 ¯
34182 \end_layout
34183
34184 \end_inset
34185 </cell>
34186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34187 \begin_inset Text
34188
34189 \begin_layout Plain Layout
34190
34191 \family roman
34192 \series medium
34193 \shape up
34194 \emph off
34195 \bar no
34196 \noun off
34197 \color none
34198 ¿
34199 \end_layout
34200
34201 \end_inset
34202 </cell>
34203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34204 \begin_inset Text
34205
34206 \begin_layout Plain Layout
34207
34208 \family roman
34209 \series medium
34210 \shape up
34211 \emph off
34212 \bar no
34213 \noun off
34214 \color none
34215 Ï
34216 \end_layout
34217
34218 \end_inset
34219 </cell>
34220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34221 \begin_inset Text
34222
34223 \begin_layout Plain Layout
34224
34225 \family roman
34226 \series medium
34227 \shape up
34228 \emph off
34229 \bar no
34230 \noun off
34231 \color none
34232 ß
34233 \end_layout
34234
34235 \end_inset
34236 </cell>
34237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34238 \begin_inset Text
34239
34240 \begin_layout Plain Layout
34241
34242 \family roman
34243 \series medium
34244 \shape up
34245 \emph off
34246 \bar no
34247 \noun off
34248 \color none
34249 ï
34250 \end_layout
34251
34252 \end_inset
34253 </cell>
34254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34255 \begin_inset Text
34256
34257 \begin_layout Plain Layout
34258
34259 \family roman
34260 \series medium
34261 \shape up
34262 \emph off
34263 \bar no
34264 \noun off
34265 \color none
34266 ÿ
34267 \end_layout
34268
34269 \end_inset
34270 </cell>
34271 </row>
34272 </lyxtabular>
34273
34274 \end_inset
34275
34276
34277 \end_layout
34278
34279 \end_inset
34280
34281
34282 \end_layout
34283
34284 \begin_layout Standard
34285 The following is a full list of all of the accented characters LyX can display
34286  directly.
34287  It includes not only the accented characters from the previous table, but
34288  also the characters from 
34289 \family typewriter
34290 ISO8859–2
34291 \family default
34292  through 
34293 \family typewriter
34294 4
34295 \family default
34296 .
34297  
34298 \end_layout
34299
34300 \begin_layout Itemize
34301 From 
34302 \family typewriter
34303 ISO8859–1
34304 \family default
34305 :
34306 \end_layout
34307
34308 \begin_deeper
34309 \begin_layout Standard
34310 ¨ Ä Ë Ï Ö Ü ä ë ï ö ü ÿ
34311 \begin_inset space \hfill{}
34312 \end_inset
34313
34314 diaeresis
34315 \end_layout
34316
34317 \begin_layout Standard
34318 ^ Â Ê Î Ô Û â ê î ô û
34319 \begin_inset space \hfill{}
34320 \end_inset
34321
34322 circumflex
34323 \end_layout
34324
34325 \begin_layout Standard
34326 ` À È Ì Ò Ù à è ì ò ù
34327 \begin_inset space \hfill{}
34328 \end_inset
34329
34330 grave
34331 \end_layout
34332
34333 \begin_layout Standard
34334 ´ Á É Í Ó Ú Ý á é í ó ú ý
34335 \begin_inset space \hfill{}
34336 \end_inset
34337
34338 acute
34339 \end_layout
34340
34341 \begin_layout Standard
34342 ~ Ã Ñ Õ ã ñ õ
34343 \begin_inset space \hfill{}
34344 \end_inset
34345
34346 tilde
34347 \end_layout
34348
34349 \begin_layout Standard
34350 ¸Çç
34351 \begin_inset space \hfill{}
34352 \end_inset
34353
34354 cedilla
34355 \end_layout
34356
34357 \begin_layout Standard
34358 ¯
34359 \begin_inset space \hfill{}
34360 \end_inset
34361
34362 macron
34363 \end_layout
34364
34365 \end_deeper
34366 \begin_layout Itemize
34367 From 
34368 \family typewriter
34369 ISO8859–2
34370 \family default
34371  through 
34372 \family typewriter
34373 4
34374 \family default
34375 :
34376 \end_layout
34377
34378 \begin_deeper
34379 \begin_layout Standard
34380 ĤĴĥĵĈĜŜĉĝŝ
34381 \begin_inset space \hfill{}
34382 \end_inset
34383
34384 circumflex
34385 \end_layout
34386
34387 \begin_layout Standard
34388 ŚŹśźŔĹĆŃŕĺćń
34389 \begin_inset space \hfill{}
34390 \end_inset
34391
34392 acute
34393 \end_layout
34394
34395 \begin_layout Standard
34396 Ĩı̃Ũũ
34397 \begin_inset space \hfill{}
34398 \end_inset
34399
34400 tilde
34401 \end_layout
34402
34403 \begin_layout Standard
34404 ŞşŢţŖĻĢŗļģŅĶņķ
34405 \begin_inset space \hfill{}
34406 \end_inset
34407
34408 cedilla
34409 \end_layout
34410
34411 \begin_layout Standard
34412 ĒēĀĪŌŪāı̄ōū
34413 \begin_inset space \hfill{}
34414 \end_inset
34415
34416 macron
34417 \end_layout
34418
34419 \begin_layout Standard
34420 ŐŰőű
34421 \begin_inset space \hfill{}
34422 \end_inset
34423
34424 Hungarian umlaut
34425 \end_layout
34426
34427 \end_deeper
34428 \begin_layout Standard
34429 All the characters above are actively supported by TeX fonts.
34430  In addition TeX allows diacritical marks on almost all characters.
34431  Also make sure you're using the 
34432 \family typewriter
34433 T1
34434 \family default
34435  font-encoding.
34436 \end_layout
34437
34438 \begin_layout Chapter
34439 \start_of_appendix
34440 The User Interface
34441 \begin_inset CommandInset label
34442 LatexCommand label
34443 name "cha:The-User-Interface"
34444
34445 \end_inset
34446
34447
34448 \end_layout
34449
34450 \begin_layout Standard
34451 This appendix lists all the available menus and describes their functionality.
34452  It is designed as a quick reference if you are searching for a special
34453  topic inside the user's guide.
34454 \end_layout
34455
34456 \begin_layout Section
34457 The File Menu
34458 \begin_inset Index idx
34459 status collapsed
34460
34461 \begin_layout Plain Layout
34462 Menu ! File
34463 \end_layout
34464
34465 \end_inset
34466
34467
34468 \end_layout
34469
34470 \begin_layout Standard
34471 Under the 
34472 \family sans
34473 File
34474 \family default
34475  menu are the basic operations in addition to some more advanced operations.
34476  At the end of the menu the four last opened documents are listed.
34477 \end_layout
34478
34479 \begin_layout Subsection
34480 New
34481 \end_layout
34482
34483 \begin_layout Standard
34484 Creates a new document.
34485 \end_layout
34486
34487 \begin_layout Subsection
34488 New from Template
34489 \end_layout
34490
34491 \begin_layout Standard
34492 This menu entry prompts you for a template to use.
34493  Selecting a template will automatically set certain layout features for
34494  the document, features you would otherwise need to change manually.
34495 \end_layout
34496
34497 \begin_layout Subsection
34498 Open
34499 \end_layout
34500
34501 \begin_layout Standard
34502 Opens a document.
34503 \end_layout
34504
34505 \begin_layout Subsection
34506 Open Recent
34507 \end_layout
34508
34509 \begin_layout Standard
34510 The submenu shows a list of the recently opened files.
34511  Click there on a file to open it.
34512 \end_layout
34513
34514 \begin_layout Subsection
34515 Close
34516 \end_layout
34517
34518 \begin_layout Standard
34519 Closes the current document.
34520 \end_layout
34521
34522 \begin_layout Subsection
34523 Save
34524 \end_layout
34525
34526 \begin_layout Standard
34527 Saves the actual document.
34528 \end_layout
34529
34530 \begin_layout Subsection
34531 Save As
34532 \end_layout
34533
34534 \begin_layout Standard
34535 Saves the actual document under a new name to create a copy.
34536 \end_layout
34537
34538 \begin_layout Subsection
34539 Save All
34540 \end_layout
34541
34542 \begin_layout Standard
34543 Saves all opened documents.
34544 \end_layout
34545
34546 \begin_layout Subsection
34547 Revert to saved
34548 \end_layout
34549
34550 \begin_layout Standard
34551 Reloads the actual document from disk.
34552 \end_layout
34553
34554 \begin_layout Subsection
34555 Version Control
34556 \end_layout
34557
34558 \begin_layout Standard
34559 This is used when more people are working on the same document.
34560  It is described in the section 
34561 \emph on
34562 Version Control in LyX
34563 \emph default
34564  of the 
34565 \emph on
34566 Additional Features
34567 \emph default
34568  manual.
34569 \end_layout
34570
34571 \begin_layout Subsection
34572 Import
34573 \end_layout
34574
34575 \begin_layout Standard
34576 You can import there files from older LyX-versions, HTML-files, LaTeX-files,
34577  NoWeb-files, plain text files, and comma separated, table like, text files
34578  (CSV) as a new LyX-document.
34579  The files will be imported as new LyX-document.
34580 \end_layout
34581
34582 \begin_layout Standard
34583 When using the menu entry 
34584 \family sans
34585 Plain
34586 \begin_inset space ~
34587 \end_inset
34588
34589 Text
34590 \family default
34591 , line breaks in the text will start a new paragraph; when using the menu
34592  entry 
34593 \family sans
34594 Plain
34595 \begin_inset space ~
34596 \end_inset
34597
34598 Text, Join
34599 \begin_inset space ~
34600 \end_inset
34601
34602 Lines
34603 \family default
34604 , consecutive lines of text will be imported to one big paragraph.
34605  A new paragraph will begin when there is a blank line in the file.
34606 \end_layout
34607
34608 \begin_layout Subsection
34609 Export
34610 \begin_inset CommandInset label
34611 LatexCommand label
34612 name "sub:Export"
34613
34614 \end_inset
34615
34616
34617 \end_layout
34618
34619 \begin_layout Standard
34620 You can export your document to various file formats.
34621  The resulting files are placed in the directory of your LyX-file.
34622  The menu entries are not the same on all installations.
34623  They depend on the programs found by LyX while its configuration.
34624 \end_layout
34625
34626 \begin_layout Standard
34627 Here is a list of all available entries; they are explained in detail in
34628  section
34629 \begin_inset space ~
34630 \end_inset
34631
34632
34633 \begin_inset CommandInset ref
34634 LatexCommand ref
34635 reference "sub:Output-file-formats"
34636
34637 \end_inset
34638
34639 :
34640 \end_layout
34641
34642 \begin_layout Description
34643
34644 \family sans
34645 CJK
34646 \begin_inset space ~
34647 \end_inset
34648
34649 LyX 
34650 \family default
34651 format of the special LyX 1.4.x versions for Chinese, Japanese, and Korean
34652  (CJK); (Since LyX 1.5.0 CJK support is fully integrated to LyX.)
34653 \end_layout
34654
34655 \begin_layout Description
34656
34657 \family sans
34658 DVI
34659 \family default
34660  DVI-format
34661 \end_layout
34662
34663 \begin_layout Description
34664 HTML HTML-format (the HTML-converter is a third-party product and doesn't
34665  work in all cases)
34666 \end_layout
34667
34668 \begin_layout Description
34669 HTML
34670 \begin_inset space ~
34671 \end_inset
34672
34673 (MS
34674 \begin_inset space ~
34675 \end_inset
34676
34677 Word) HTML-format specialized so that the result can be imported to 
34678 \family sans
34679 MS Word
34680 \family default
34681 , as consequence of this formulas will be embedded as bitmap fonts and not
34682  in the format 
34683 \family sans
34684 MathML
34685 \family default
34686 .
34687 \end_layout
34688
34689 \begin_layout Description
34690
34691 \family sans
34692 LaT
34693 \begin_inset ERT
34694 status collapsed
34695
34696 \begin_layout Plain Layout
34697
34698 {}
34699 \end_layout
34700
34701 \end_inset
34702
34703 eX
34704 \begin_inset space ~
34705 \end_inset
34706
34707 (pdflatex)
34708 \family default
34709  text file with the LaTeX source, additionally all images used in the document
34710  will be converted to a format that is readable by the 
34711 \family typewriter
34712 pdflatex
34713 \family default
34714  program (GIF, JPG, PDF, PNG)
34715 \end_layout
34716
34717 \begin_layout Description
34718
34719 \family sans
34720 LaT
34721 \begin_inset ERT
34722 status collapsed
34723
34724 \begin_layout Plain Layout
34725
34726 {}
34727 \end_layout
34728
34729 \end_inset
34730
34731 eX
34732 \begin_inset space ~
34733 \end_inset
34734
34735 (plain)
34736 \family default
34737  text file with the LaTeX source code, additionally all images used in the
34738  document will be converted to the EPS-format, only this format is readable
34739  by the 
34740 \family typewriter
34741 latex
34742 \family default
34743  program
34744 \end_layout
34745
34746 \begin_layout Description
34747 LyX
34748 \begin_inset space ~
34749 \end_inset
34750
34751 1.y.x LyX-document in a format readable by the LyX versions 1.y.x (
34752 \begin_inset Quotes eld
34753 \end_inset
34754
34755 y
34756 \begin_inset Quotes erd
34757 \end_inset
34758
34759  is replaced by the version number)
34760 \end_layout
34761
34762 \begin_layout Description
34763 OpenDocument OpenDocument-formatted text file, to be opened with 
34764 \family sans
34765 OpenOffice
34766 \family default
34767
34768 \family sans
34769 KOffice
34770 \family default
34771
34772 \family sans
34773 Abiword
34774 \family default
34775 , etc.
34776  (the OpenDocument-converter is a third-party product and doesn't work in
34777  all cases)
34778 \end_layout
34779
34780 \begin_layout Description
34781
34782 \family sans
34783 PDF
34784 \begin_inset space ~
34785 \end_inset
34786
34787 (dvipdfm)
34788 \family default
34789  PDF-format using the program 
34790 \family typewriter
34791 dvipdfm
34792 \end_layout
34793
34794 \begin_layout Description
34795
34796 \family sans
34797 PDF
34798 \begin_inset space ~
34799 \end_inset
34800
34801 (pdflatex)
34802 \family default
34803  PDF-format using the program 
34804 \family typewriter
34805 pdflatex
34806 \end_layout
34807
34808 \begin_layout Description
34809
34810 \family sans
34811 PDF
34812 \begin_inset space ~
34813 \end_inset
34814
34815 (ps2pdf)
34816 \family default
34817  PDF-format using the program 
34818 \family typewriter
34819 ps2pdf
34820 \end_layout
34821
34822 \begin_layout Description
34823
34824 \family sans
34825 Plain
34826 \begin_inset space ~
34827 \end_inset
34828
34829 text
34830 \family default
34831  text format
34832 \end_layout
34833
34834 \begin_layout Description
34835
34836 \family sans
34837 Plain
34838 \begin_inset space ~
34839 \end_inset
34840
34841 text
34842 \begin_inset space ~
34843 \end_inset
34844
34845 (ps2ascii)
34846 \family default
34847  text format, the document will first be converted to Postscript format
34848  and then exported as text using the program 
34849 \family sans
34850 ps2ascii
34851 \end_layout
34852
34853 \begin_layout Description
34854
34855 \family sans
34856 Postscript
34857 \family default
34858  PostScript format using the program 
34859 \family typewriter
34860 dvips
34861 \end_layout
34862
34863 \begin_layout Description
34864
34865 \family sans
34866 Custom
34867 \family default
34868  custom format
34869 \end_layout
34870
34871 \begin_layout Standard
34872 The program 
34873 \family typewriter
34874 dvipdfm
34875 \family default
34876  produces internally a DVI-file which is then converted to a PDF-file.
34877  It is a bit out of date and therefore the output could look different from
34878  what you want.
34879  
34880 \family typewriter
34881 pdflatex
34882 \family default
34883  produces PDF-files directly and supports the latest PDF-file formats.
34884 \end_layout
34885
34886 \begin_layout Standard
34887 If one of the menu entries 
34888 \family sans
34889 DVI
34890 \family default
34891
34892 \family sans
34893 PDF
34894 \begin_inset space ~
34895 \end_inset
34896
34897 (pdflatex)
34898 \family default
34899  or 
34900 \family sans
34901 Postscript
34902 \family default
34903  is missing, you need to update your LaTeX installation.
34904  After updating you have to reconfigure LyX, see section
34905 \begin_inset space ~
34906 \end_inset
34907
34908
34909 \begin_inset CommandInset ref
34910 LatexCommand ref
34911 reference "sec:Basic-LyX-Setup"
34912
34913 \end_inset
34914
34915 .
34916 \begin_inset Index idx
34917 status collapsed
34918
34919 \begin_layout Plain Layout
34920 Reconfiguration of LyX
34921 \end_layout
34922
34923 \end_inset
34924
34925
34926 \end_layout
34927
34928 \begin_layout Standard
34929 The menu 
34930 \family sans
34931 Custom
34932 \family default
34933  allows you to export your file by using special command line options for
34934  the export program.
34935 \end_layout
34936
34937 \begin_layout Subsection
34938 Print
34939 \end_layout
34940
34941 \begin_layout Standard
34942 With this menu entry you can print your document to a file in PostScript
34943  format or send it to a printer.
34944  The printer will also use the document in PostScript format.
34945  The conversion to PostScript is done in the background by LyX using the
34946  program 
34947 \family typewriter
34948 dvips
34949 \family default
34950 .
34951  For more information have a look at section
34952 \begin_inset space ~
34953 \end_inset
34954
34955
34956 \begin_inset CommandInset ref
34957 LatexCommand ref
34958 reference "sub:Printing-the-File"
34959
34960 \end_inset
34961
34962 .
34963 \end_layout
34964
34965 \begin_layout Subsection
34966 Fax
34967 \end_layout
34968
34969 \begin_layout Standard
34970 This menu entry will only appear when you have a fax program installed (on
34971  Windows you additionally need to register its program path to LyX's PATH
34972  prefix, see section
34973 \begin_inset space ~
34974 \end_inset
34975
34976
34977 \begin_inset CommandInset ref
34978 LatexCommand ref
34979 reference "sec:Paths"
34980
34981 \end_inset
34982
34983 ).
34984  With this menu entry you can send your document to a fax program like 
34985 \family typewriter
34986 hylapex
34987 \family default
34988  or 
34989 \family typewriter
34990 kdeprintfax
34991 \family default
34992 .
34993  The default format of the sent file is PostScript.
34994  The format can be changed in LyX's preferences as described in section
34995 \begin_inset space ~
34996 \end_inset
34997
34998
34999 \begin_inset CommandInset ref
35000 LatexCommand ref
35001 reference "sub:Converters"
35002
35003 \end_inset
35004
35005 .
35006 \end_layout
35007
35008 \begin_layout Subsection
35009 New and Close Window
35010 \end_layout
35011
35012 \begin_layout Standard
35013 Opens or closes a new instance of LyX.
35014 \end_layout
35015
35016 \begin_layout Subsection
35017 Exit
35018 \end_layout
35019
35020 \begin_layout Standard
35021 Prompts you to save all unsaved documents and then exits.
35022 \end_layout
35023
35024 \begin_layout Section
35025 The Edit Menu
35026 \begin_inset Index idx
35027 status collapsed
35028
35029 \begin_layout Plain Layout
35030 Menu ! Edit
35031 \end_layout
35032
35033 \end_inset
35034
35035
35036 \end_layout
35037
35038 \begin_layout Subsection
35039 Undo and Redo
35040 \end_layout
35041
35042 \begin_layout Standard
35043 Described in section
35044 \begin_inset space ~
35045 \end_inset
35046
35047
35048 \begin_inset CommandInset ref
35049 LatexCommand ref
35050 reference "sec:Undo-and-Redo"
35051
35052 \end_inset
35053
35054 .
35055 \end_layout
35056
35057 \begin_layout Subsection
35058 Cut, Copy, Paste, Paste Recent, Paste Special
35059 \end_layout
35060
35061 \begin_layout Standard
35062 Described in section
35063 \begin_inset space ~
35064 \end_inset
35065
35066
35067 \begin_inset CommandInset ref
35068 LatexCommand ref
35069 reference "sec:Basic-Editing-Features"
35070
35071 \end_inset
35072
35073 .
35074 \end_layout
35075
35076 \begin_layout Subsection
35077 Select All
35078 \end_layout
35079
35080 \begin_layout Standard
35081 Selects the whole document.
35082 \end_layout
35083
35084 \begin_layout Subsection
35085 Find & Replace
35086 \end_layout
35087
35088 \begin_layout Standard
35089 Described in section
35090 \begin_inset space ~
35091 \end_inset
35092
35093
35094 \begin_inset CommandInset ref
35095 LatexCommand ref
35096 reference "sec:Basic-Editing-Features"
35097
35098 \end_inset
35099
35100 .
35101 \end_layout
35102
35103 \begin_layout Subsection
35104 Move Paragraph Up/Down
35105 \end_layout
35106
35107 \begin_layout Standard
35108 This shifts the paragraph where the cursor is currently in one paragraph
35109  up or down.
35110 \end_layout
35111
35112 \begin_layout Subsection
35113 Text Style
35114 \end_layout
35115
35116 \begin_layout Standard
35117 Described in section
35118 \begin_inset space ~
35119 \end_inset
35120
35121
35122 \begin_inset CommandInset ref
35123 LatexCommand ref
35124 reference "sub:Fine-Tuning-with-the"
35125
35126 \end_inset
35127
35128 .
35129 \end_layout
35130
35131 \begin_layout Subsection
35132 Paragraph Settings
35133 \begin_inset Index idx
35134 status collapsed
35135
35136 \begin_layout Plain Layout
35137 Paragraph ! Settings
35138 \end_layout
35139
35140 \end_inset
35141
35142
35143 \end_layout
35144
35145 \begin_layout Standard
35146 Enables you to set the paragraph alignment, line spacing and label width.
35147  These settings only affect the paragraph in which the cursor is currently.
35148 \end_layout
35149
35150 \begin_layout Standard
35151 You can also prevent the first line of the paragraph being indented if you
35152  have chosen to separate paragraphs with indents in the 
35153 \family sans
35154 Document\SpecialChar \menuseparator
35155 Settings
35156 \family default
35157  dialog under 
35158 \family sans
35159 Text
35160 \begin_inset space ~
35161 \end_inset
35162
35163 Layout
35164 \family default
35165 .
35166 \end_layout
35167
35168 \begin_layout Subsection
35169 Table Settings and Math
35170 \end_layout
35171
35172 \begin_layout Standard
35173 These two menus are only fully active when the cursor is inside a table
35174  or a formula.
35175  Here you can change the properties of tables and formulas.
35176  The properties of tables are described in section
35177 \begin_inset space ~
35178 \end_inset
35179
35180
35181 \begin_inset CommandInset ref
35182 LatexCommand ref
35183 reference "sec:Tables"
35184
35185 \end_inset
35186
35187 , the properties of formulas in chapter
35188 \begin_inset space ~
35189 \end_inset
35190
35191
35192 \begin_inset CommandInset ref
35193 LatexCommand ref
35194 reference "cha:Mathematical-Formulas"
35195
35196 \end_inset
35197
35198 .
35199 \end_layout
35200
35201 \begin_layout Subsection
35202 Increase / Decrease List Depth
35203 \end_layout
35204
35205 \begin_layout Standard
35206 These menu entries are only active when the cursor is in an environment
35207  that can be nested.
35208  They increase/decrease the environment nesting level as explained in section
35209 \begin_inset space ~
35210 \end_inset
35211
35212
35213 \begin_inset CommandInset ref
35214 LatexCommand ref
35215 reference "sec:Nesting"
35216
35217 \end_inset
35218
35219  and 
35220 \begin_inset CommandInset ref
35221 LatexCommand ref
35222 reference "sub:Numbering-depth"
35223
35224 \end_inset
35225
35226 .
35227 \end_layout
35228
35229 \begin_layout Section
35230 The View Menu
35231 \begin_inset Index idx
35232 status collapsed
35233
35234 \begin_layout Plain Layout
35235 Menu ! View
35236 \end_layout
35237
35238 \end_inset
35239
35240
35241 \end_layout
35242
35243 \begin_layout Standard
35244 The 
35245 \family sans
35246 View
35247 \family default
35248  menu contains a list of available formats in which you can view the actual
35249  document with an external program.
35250  The menu entries for the viewing formats are not the same on all installations
35251  — it depends on the LaTeX programs that are found while LyX was configured.
35252  All possible formats are formats listed in section
35253 \begin_inset space ~
35254 \end_inset
35255
35256
35257 \begin_inset CommandInset ref
35258 LatexCommand ref
35259 reference "sub:Export"
35260
35261 \end_inset
35262
35263 .
35264  You should at least see the menu entries 
35265 \family sans
35266 DVI
35267 \family default
35268  and 
35269 \family sans
35270 PDF
35271 \begin_inset space ~
35272 \end_inset
35273
35274 (pdflatex)
35275 \family default
35276 .
35277  If one of the two is missing, you need to update your LaTeX installation.
35278  After updating you have to reconfigure LyX, see section
35279 \begin_inset space ~
35280 \end_inset
35281
35282
35283 \begin_inset CommandInset ref
35284 LatexCommand ref
35285 reference "sec:Basic-LyX-Setup"
35286
35287 \end_inset
35288
35289 .
35290 \begin_inset Index idx
35291 status collapsed
35292
35293 \begin_layout Plain Layout
35294 Reconfiguration of LyX
35295 \end_layout
35296
35297 \end_inset
35298
35299
35300 \end_layout
35301
35302 \begin_layout Standard
35303 Invoking a menu will start a viewer program.
35304  The viewer can be set or changed in the preferences, see section
35305 \begin_inset space ~
35306 \end_inset
35307
35308
35309 \begin_inset CommandInset ref
35310 LatexCommand ref
35311 reference "sec:File-Formats"
35312
35313 \end_inset
35314
35315 .
35316  The default viewers are set by LyX while it is first configured.
35317 \end_layout
35318
35319 \begin_layout Standard
35320 \begin_inset VSpace bigskip
35321 \end_inset
35322
35323 At the bottom of the 
35324 \family sans
35325 View
35326 \family default
35327  menu the opened documents are listed.
35328 \end_layout
35329
35330 \begin_layout Subsection
35331 Open/Close all Insets
35332 \end_layout
35333
35334 \begin_layout Standard
35335 Opens/closes all insets in your document.
35336 \end_layout
35337
35338 \begin_layout Subsection
35339 Unfold/Fold Math Macros
35340 \end_layout
35341
35342 \begin_layout Standard
35343 Unfolds/folds the current math macro.
35344 \end_layout
35345
35346 \begin_layout Standard
35347 Math macros are described in the 
35348 \emph on
35349 Math
35350 \emph default
35351  manual.
35352 \end_layout
35353
35354 \begin_layout Subsection
35355 View Source
35356 \end_layout
35357
35358 \begin_layout Standard
35359 Opens a window showing the source code of the actual document, as described
35360  in section
35361 \begin_inset space ~
35362 \end_inset
35363
35364
35365 \begin_inset CommandInset ref
35366 LatexCommand ref
35367 reference "sec:Previewing-snippets-of"
35368
35369 \end_inset
35370
35371 .
35372 \end_layout
35373
35374 \begin_layout Subsection
35375 Update
35376 \end_layout
35377
35378 \begin_layout Standard
35379 This menu entry allows you to update the view with your latest changes without
35380  opening a new view window.
35381 \end_layout
35382
35383 \begin_layout Subsection
35384 Split View
35385 \end_layout
35386
35387 \begin_layout Standard
35388 This will split LyX's main window vertically or horizontally.
35389  This allows you to view documents the same time to compare them, or to
35390  view the same document, but at different positions.
35391  You can even split the main window several times to view for example 3
35392  or more documents at the same time.
35393  To return to an unsplit view, use the menu 
35394 \family sans
35395 Close Current View
35396 \family default
35397 .
35398 \end_layout
35399
35400 \begin_layout Subsection
35401 Close Current View
35402 \end_layout
35403
35404 \begin_layout Standard
35405 Closes a split view.
35406 \end_layout
35407
35408 \begin_layout Subsection
35409 Fullscreen
35410 \end_layout
35411
35412 \begin_layout Standard
35413 Using this menu entry or pressing F11 removes the menu bar and all toolbars
35414  so that you will see nothing but your text.
35415  It furthermore displays LyX's main window fullscreen.
35416  To return from fullscreen to the normal view, press F11, or right-click
35417  and turn off the fullscreen mode in the the context menu.
35418 \end_layout
35419
35420 \begin_layout Subsection
35421 Toolbars
35422 \begin_inset CommandInset label
35423 LatexCommand label
35424 name "sub:Toolbars"
35425
35426 \end_inset
35427
35428
35429 \begin_inset Index idx
35430 status collapsed
35431
35432 \begin_layout Plain Layout
35433 Toolbar
35434 \end_layout
35435
35436 \end_inset
35437
35438
35439 \end_layout
35440
35441 \begin_layout Standard
35442 In this menu entry you can set the appearance of the different toolbars.
35443  All toolbars and the 
35444 \family sans
35445 Command
35446 \begin_inset space ~
35447 \end_inset
35448
35449 Buffer
35450 \family default
35451  can be turned on and off.
35452  The 
35453 \emph on
35454 on
35455 \emph default
35456  state is denoted in the menu with a checkmark.
35457  The 
35458 \family sans
35459 Review
35460 \family default
35461
35462 \family sans
35463 Table
35464 \family default
35465
35466 \family sans
35467 Math
35468 \begin_inset space ~
35469 \end_inset
35470
35471 Panels
35472 \family default
35473 , and 
35474 \family sans
35475 Math
35476 \family default
35477  toolbars can be additionally set to the state 
35478 \emph on
35479 automatic
35480 \emph default
35481  that is denoted in the menu with the suffix 
35482 \family sans
35483 (auto)
35484 \family default
35485 .
35486 \end_layout
35487
35488 \begin_layout Standard
35489 In the 
35490 \emph on
35491 on
35492 \emph default
35493  state the toolbar is permanently shown, in the 
35494 \emph on
35495 automatic
35496 \emph default
35497  state the toolbar is only shown when the cursor is in a certain environment
35498  or when a certain feature is enabled.
35499  That means that the review toolbar will only be shown when change tracking
35500  is activated, the math and table toolbars are only shown when the cursor
35501  is inside a formula or table, respectively.
35502 \end_layout
35503
35504 \begin_layout Standard
35505 LyX's toolbars and their buttons are explained in section
35506 \begin_inset space ~
35507 \end_inset
35508
35509
35510 \begin_inset CommandInset ref
35511 LatexCommand ref
35512 reference "sec:Toolbars"
35513
35514 \end_inset
35515
35516 .
35517 \end_layout
35518
35519 \begin_layout Section
35520 The Insert Menu
35521 \begin_inset Index idx
35522 status collapsed
35523
35524 \begin_layout Plain Layout
35525 Menu ! Insert
35526 \end_layout
35527
35528 \end_inset
35529
35530
35531 \end_layout
35532
35533 \begin_layout Subsection
35534 Math
35535 \end_layout
35536
35537 \begin_layout Standard
35538 Inserts math constructs that are explained in chapter
35539 \begin_inset space ~
35540 \end_inset
35541
35542
35543 \begin_inset CommandInset ref
35544 LatexCommand ref
35545 reference "cha:Mathematical-Formulas"
35546
35547 \end_inset
35548
35549  and the 
35550 \emph on
35551 Math
35552 \emph default
35553  manual.
35554 \end_layout
35555
35556 \begin_layout Subsection
35557 Special Character
35558 \begin_inset CommandInset label
35559 LatexCommand label
35560 name "sub:Special-Character"
35561
35562 \end_inset
35563
35564
35565 \end_layout
35566
35567 \begin_layout Standard
35568 Here you can insert the following characters:
35569 \end_layout
35570
35571 \begin_layout Description
35572 Symbols Inserts any character that can be output by your LaTeX system.
35573  Therefore the number of character categories in this dialog and the available
35574  characters depend on the LaTeX-packages you have installed.
35575 \begin_inset Newline newline
35576 \end_inset
35577
35578  
35579 \begin_inset Note Greyedout
35580 status open
35581
35582 \begin_layout Plain Layout
35583
35584 \series bold
35585 Note:
35586 \series default
35587  Not all characters will be visible in the 
35588 \family sans
35589 Symbols
35590 \family default
35591  dialog because none of the screen fonts that you can set in the preferences
35592  dialog (see sec.
35593 \begin_inset space \thinspace{}
35594 \end_inset
35595
35596
35597 \begin_inset CommandInset ref
35598 LatexCommand ref
35599 reference "sub:Screen-Fonts"
35600
35601 \end_inset
35602
35603 ) can display every character.
35604 \end_layout
35605
35606 \end_inset
35607
35608
35609 \end_layout
35610
35611 \begin_layout Description
35612 Ellipsis Inserts an ellipsis: \SpecialChar \ldots{}
35613
35614 \end_layout
35615
35616 \begin_layout Description
35617 End
35618 \begin_inset space ~
35619 \end_inset
35620
35621 of
35622 \begin_inset space ~
35623 \end_inset
35624
35625 Sentence Inserts an end of sentence dot as described in section
35626 \begin_inset space ~
35627 \end_inset
35628
35629
35630 \begin_inset CommandInset ref
35631 LatexCommand ref
35632 reference "sub:Abbreviations"
35633
35634 \end_inset
35635
35636 .
35637 \end_layout
35638
35639 \begin_layout Description
35640 Ordinary
35641 \begin_inset space ~
35642 \end_inset
35643
35644 Quote Inserts this quote: 
35645 \begin_inset Quotes erd
35646 \end_inset
35647
35648 , no matter what quote type you selected in the 
35649 \family sans
35650 Document\SpecialChar \menuseparator
35651 Settings
35652 \family default
35653  dialog under 
35654 \family sans
35655 Language
35656 \family default
35657 .
35658 \end_layout
35659
35660 \begin_layout Description
35661 Single
35662 \begin_inset space ~
35663 \end_inset
35664
35665 Quote Inserts this quote: 
35666 \begin_inset Quotes els
35667 \end_inset
35668
35669
35670 \end_layout
35671
35672 \begin_layout Description
35673 Protected
35674 \begin_inset space ~
35675 \end_inset
35676
35677 Hyphen Inserts a hyphen that is protected from line breaks: \SpecialChar \nobreakdash-
35678
35679 \end_layout
35680
35681 \begin_layout Description
35682 Breakable
35683 \begin_inset space ~
35684 \end_inset
35685
35686 Slash Inserts a slash where also a line break can occur: \SpecialChar \slash{}
35687
35688 \end_layout
35689
35690 \begin_layout Description
35691 Menu
35692 \begin_inset space ~
35693 \end_inset
35694
35695 Separator Inserts the menu separator sign: \SpecialChar \menuseparator
35696
35697 \end_layout
35698
35699 \begin_layout Description
35700 Phonetic
35701 \begin_inset space ~
35702 \end_inset
35703
35704 Symbols 
35705 \begin_inset Index idx
35706 status collapsed
35707
35708 \begin_layout Plain Layout
35709 Phonetic symbols
35710 \end_layout
35711
35712 \end_inset
35713
35714
35715 \begin_inset Index idx
35716 status collapsed
35717
35718 \begin_layout Plain Layout
35719 Language ! Phonetic symbols
35720 \end_layout
35721
35722 \end_inset
35723
35724 Creates a formula with a so called tipa inset.
35725  Here you can insert commands to create IPA phonetic symbols.
35726  For this feature you must have the LaTeX-package 
35727 \series bold
35728 tipa
35729 \series default
35730
35731 \begin_inset Index idx
35732 status collapsed
35733
35734 \begin_layout Plain Layout
35735 LaTeX-packages ! tipa
35736 \end_layout
35737
35738 \end_inset
35739
35740  installed.
35741 \begin_inset Newline newline
35742 \end_inset
35743
35744 For more information about this feature we refer to the documentation of
35745  
35746 \series bold
35747 tipa, 
35748 \begin_inset CommandInset citation
35749 LatexCommand cite
35750 key "tipa"
35751
35752 \end_inset
35753
35754
35755 \series default
35756  and this Wiki-page:
35757 \begin_inset Newline newline
35758 \end_inset
35759
35760
35761 \begin_inset Flex URL
35762 status open
35763
35764 \begin_layout Plain Layout
35765
35766 http://wiki.lyx.org/LyX/LinguistLyX
35767 \end_layout
35768
35769 \end_inset
35770
35771
35772 \end_layout
35773
35774 \begin_layout Subsection
35775 Formatting
35776 \end_layout
35777
35778 \begin_layout Standard
35779 Here you can insert the following format constructs:
35780 \end_layout
35781
35782 \begin_layout Description
35783 Superscript Inserts a superscript: test
35784 \begin_inset Formula $^{\text{a,b}}$
35785 \end_inset
35786
35787
35788 \end_layout
35789
35790 \begin_layout Description
35791 Subscript Inserts a subscript: test
35792 \begin_inset Formula $_{\text{3x}}$
35793 \end_inset
35794
35795
35796 \end_layout
35797
35798 \begin_layout Description
35799 Protected
35800 \begin_inset space ~
35801 \end_inset
35802
35803 Space Inserts a protected space that is described in section
35804 \begin_inset space ~
35805 \end_inset
35806
35807
35808 \begin_inset CommandInset ref
35809 LatexCommand ref
35810 reference "sub:Protected-Space"
35811
35812 \end_inset
35813
35814 .
35815 \end_layout
35816
35817 \begin_layout Description
35818 Inter-word
35819 \begin_inset space ~
35820 \end_inset
35821
35822 Space Inserts an inter-word space that is described in section
35823 \begin_inset space ~
35824 \end_inset
35825
35826
35827 \begin_inset CommandInset ref
35828 LatexCommand ref
35829 reference "sub:Inter-word-Space"
35830
35831 \end_inset
35832
35833 .
35834 \end_layout
35835
35836 \begin_layout Description
35837 Thin
35838 \begin_inset space ~
35839 \end_inset
35840
35841 Space Inserts a thin space that is described in section
35842 \begin_inset space ~
35843 \end_inset
35844
35845
35846 \begin_inset CommandInset ref
35847 LatexCommand ref
35848 reference "sub:Thin-Space"
35849
35850 \end_inset
35851
35852 .
35853 \end_layout
35854
35855 \begin_layout Description
35856 Horizontal
35857 \begin_inset space ~
35858 \end_inset
35859
35860 Space Inserts horizontal space, see section
35861 \begin_inset space ~
35862 \end_inset
35863
35864
35865 \begin_inset CommandInset ref
35866 LatexCommand ref
35867 reference "sub:Horizontal-Space"
35868
35869 \end_inset
35870
35871  for a description.
35872 \end_layout
35873
35874 \begin_layout Description
35875 Horizontal
35876 \begin_inset space ~
35877 \end_inset
35878
35879 Line Inserts a horizontal line, see section
35880 \begin_inset space ~
35881 \end_inset
35882
35883
35884 \begin_inset CommandInset ref
35885 LatexCommand ref
35886 reference "sub:Horizontal-Lines"
35887
35888 \end_inset
35889
35890  for a description.
35891 \end_layout
35892
35893 \begin_layout Description
35894 Vertical
35895 \begin_inset space ~
35896 \end_inset
35897
35898 Space Inserts vertical space, see section
35899 \begin_inset space ~
35900 \end_inset
35901
35902
35903 \begin_inset CommandInset ref
35904 LatexCommand ref
35905 reference "sub:Vertical-Space"
35906
35907 \end_inset
35908
35909  for a description.
35910 \end_layout
35911
35912 \begin_layout Description
35913 Hyphenation
35914 \begin_inset space ~
35915 \end_inset
35916
35917 Point Inserts a hyphenation point, see section
35918 \begin_inset space ~
35919 \end_inset
35920
35921
35922 \begin_inset CommandInset ref
35923 LatexCommand ref
35924 reference "sub:Hyphenation"
35925
35926 \end_inset
35927
35928 .
35929 \end_layout
35930
35931 \begin_layout Description
35932 Ligature
35933 \begin_inset space ~
35934 \end_inset
35935
35936 Break Inserts a ligature break, see section
35937 \begin_inset space ~
35938 \end_inset
35939
35940
35941 \begin_inset CommandInset ref
35942 LatexCommand ref
35943 reference "sub:Ligatures"
35944
35945 \end_inset
35946
35947 .
35948 \end_layout
35949
35950 \begin_layout Description
35951 Ragged
35952 \begin_inset space ~
35953 \end_inset
35954
35955 Line
35956 \begin_inset space ~
35957 \end_inset
35958
35959 Break Inserts a forced line break, see section
35960 \begin_inset space ~
35961 \end_inset
35962
35963
35964 \begin_inset CommandInset ref
35965 LatexCommand ref
35966 reference "sub:Forced-Line-Breaks"
35967
35968 \end_inset
35969
35970 .
35971 \end_layout
35972
35973 \begin_layout Description
35974 Justified
35975 \begin_inset space ~
35976 \end_inset
35977
35978 Break Inserts a forced line break that furthermore stretches the broken
35979  text line to the page border, see section
35980 \begin_inset space ~
35981 \end_inset
35982
35983
35984 \begin_inset CommandInset ref
35985 LatexCommand ref
35986 reference "sub:Forced-Line-Breaks"
35987
35988 \end_inset
35989
35990 .
35991 \end_layout
35992
35993 \begin_layout Description
35994 New
35995 \begin_inset space ~
35996 \end_inset
35997
35998 Page Inserts a forced page break, described in section
35999 \begin_inset space ~
36000 \end_inset
36001
36002
36003 \begin_inset CommandInset ref
36004 LatexCommand ref
36005 reference "sub:Forced-Page-Breaks"
36006
36007 \end_inset
36008
36009 .
36010 \end_layout
36011
36012 \begin_layout Description
36013 Page
36014 \begin_inset space ~
36015 \end_inset
36016
36017 Break Inserts a forced page break that furthermore stretches the broken
36018  text page to the page border, described in section
36019 \begin_inset space ~
36020 \end_inset
36021
36022
36023 \begin_inset CommandInset ref
36024 LatexCommand ref
36025 reference "sub:Forced-Page-Breaks"
36026
36027 \end_inset
36028
36029 .
36030 \end_layout
36031
36032 \begin_layout Description
36033 Clear
36034 \begin_inset space ~
36035 \end_inset
36036
36037 Page Inserts a clear page break, described in section
36038 \begin_inset space ~
36039 \end_inset
36040
36041
36042 \begin_inset CommandInset ref
36043 LatexCommand ref
36044 reference "sub:Clear-Page-Breaks"
36045
36046 \end_inset
36047
36048 .
36049 \end_layout
36050
36051 \begin_layout Description
36052 Clear
36053 \begin_inset space ~
36054 \end_inset
36055
36056 Double
36057 \begin_inset space ~
36058 \end_inset
36059
36060 Page Inserts a clear doublepage break, described in section
36061 \begin_inset space ~
36062 \end_inset
36063
36064
36065 \begin_inset CommandInset ref
36066 LatexCommand ref
36067 reference "sub:Clear-Page-Breaks"
36068
36069 \end_inset
36070
36071 .
36072 \end_layout
36073
36074 \begin_layout Subsection
36075 List / TOC
36076 \end_layout
36077
36078 \begin_layout Standard
36079 Various lists can be inserted with this menu entry.
36080  The table of contents, the algorithm, figures, and tables list are described
36081  in section
36082 \begin_inset space ~
36083 \end_inset
36084
36085
36086 \begin_inset CommandInset ref
36087 LatexCommand ref
36088 reference "sec:toc"
36089
36090 \end_inset
36091
36092 .
36093  The index list is described in section
36094 \begin_inset space ~
36095 \end_inset
36096
36097
36098 \begin_inset CommandInset ref
36099 LatexCommand ref
36100 reference "sec:Index"
36101
36102 \end_inset
36103
36104 , the nomenclature in section
36105 \begin_inset space ~
36106 \end_inset
36107
36108
36109 \begin_inset CommandInset ref
36110 LatexCommand ref
36111 reference "sec:Nomenclature"
36112
36113 \end_inset
36114
36115 , and the BibTeX bibliography in section
36116 \begin_inset space ~
36117 \end_inset
36118
36119
36120 \begin_inset CommandInset ref
36121 LatexCommand ref
36122 reference "sub:Bibliography-databases"
36123
36124 \end_inset
36125
36126 .
36127 \end_layout
36128
36129 \begin_layout Subsection
36130 Float
36131 \end_layout
36132
36133 \begin_layout Standard
36134 To insert floats, described in section
36135 \begin_inset space ~
36136 \end_inset
36137
36138
36139 \begin_inset CommandInset ref
36140 LatexCommand ref
36141 reference "sec:Floats"
36142
36143 \end_inset
36144
36145 .
36146 \end_layout
36147
36148 \begin_layout Subsection
36149 Note
36150 \end_layout
36151
36152 \begin_layout Standard
36153 To insert notes, described in section
36154 \begin_inset space ~
36155 \end_inset
36156
36157
36158 \begin_inset CommandInset ref
36159 LatexCommand ref
36160 reference "sec:Notes"
36161
36162 \end_inset
36163
36164 .
36165 \end_layout
36166
36167 \begin_layout Subsection
36168 Branch
36169 \end_layout
36170
36171 \begin_layout Standard
36172 Inserts branch insets as described in section
36173 \begin_inset space ~
36174 \end_inset
36175
36176
36177 \begin_inset CommandInset ref
36178 LatexCommand ref
36179 reference "sec:Branches"
36180
36181 \end_inset
36182
36183 .
36184 \end_layout
36185
36186 \begin_layout Subsection
36187 Custom Insets
36188 \end_layout
36189
36190 \begin_layout Standard
36191 Inserts document class-specific insets.
36192  Such insets only exist when they are defined in the layout file for a certain
36193  document class.
36194  An example is the document class 
36195 \begin_inset Quotes eld
36196 \end_inset
36197
36198 article (Elsevier)
36199 \begin_inset Quotes erd
36200 \end_inset
36201
36202  with three custom insets.
36203  The section 
36204 \emph on
36205 Flex insets and InsetLayout
36206 \emph default
36207  of the 
36208 \emph on
36209 Customization
36210 \emph default
36211  manual explains how custom insets are defined.
36212 \end_layout
36213
36214 \begin_layout Subsection
36215 File
36216 \begin_inset Index idx
36217 status collapsed
36218
36219 \begin_layout Plain Layout
36220 External Material
36221 \end_layout
36222
36223 \end_inset
36224
36225
36226 \end_layout
36227
36228 \begin_layout Standard
36229 This menu entry allows you to insert or include the contents of other LyX
36230  files in your document.
36231  How you can do this is explained in detail in the chapter 
36232 \emph on
36233 External Stuff
36234 \emph default
36235  of the 
36236 \emph on
36237 Embedded Objects
36238 \emph default
36239  manual.
36240 \end_layout
36241
36242 \begin_layout Subsection
36243 Box
36244 \begin_inset Index idx
36245 status collapsed
36246
36247 \begin_layout Plain Layout
36248 Boxes
36249 \end_layout
36250
36251 \end_inset
36252
36253
36254 \end_layout
36255
36256 \begin_layout Standard
36257 Inserts a minipage box that is described section
36258 \begin_inset space ~
36259 \end_inset
36260
36261
36262 \begin_inset CommandInset ref
36263 LatexCommand ref
36264 reference "sec:Minipages"
36265
36266 \end_inset
36267
36268 .
36269  All box types supported by LyX are explained in detail in the chapter 
36270 \emph on
36271 Boxes
36272 \emph default
36273  of the 
36274 \emph on
36275 Embedded Objects
36276 \emph default
36277  manual.
36278 \end_layout
36279
36280 \begin_layout Subsection
36281 Citation
36282 \end_layout
36283
36284 \begin_layout Standard
36285 Inserts a citation as described in section
36286 \begin_inset space ~
36287 \end_inset
36288
36289
36290 \begin_inset CommandInset ref
36291 LatexCommand ref
36292 reference "sec:Bibliography"
36293
36294 \end_inset
36295
36296 .
36297 \end_layout
36298
36299 \begin_layout Subsection
36300 Cross-Reference
36301 \end_layout
36302
36303 \begin_layout Standard
36304 Inserts a cross-reference as described in section
36305 \begin_inset space ~
36306 \end_inset
36307
36308
36309 \begin_inset CommandInset ref
36310 LatexCommand ref
36311 reference "sec:Cross-References"
36312
36313 \end_inset
36314
36315 .
36316 \end_layout
36317
36318 \begin_layout Subsection
36319 Label
36320 \end_layout
36321
36322 \begin_layout Standard
36323 Inserts a label as described in section
36324 \begin_inset space ~
36325 \end_inset
36326
36327
36328 \begin_inset CommandInset ref
36329 LatexCommand ref
36330 reference "sec:Cross-References"
36331
36332 \end_inset
36333
36334 .
36335 \end_layout
36336
36337 \begin_layout Subsection
36338 Caption
36339 \begin_inset Index idx
36340 status collapsed
36341
36342 \begin_layout Plain Layout
36343 Captions
36344 \end_layout
36345
36346 \end_inset
36347
36348
36349 \begin_inset Index idx
36350 status collapsed
36351
36352 \begin_layout Plain Layout
36353 Longtables ! Caption
36354 \end_layout
36355
36356 \end_inset
36357
36358
36359 \end_layout
36360
36361 \begin_layout Standard
36362 Inserts a caption in a float or longtable.
36363  Floats are described in section
36364 \begin_inset space ~
36365 \end_inset
36366
36367
36368 \begin_inset CommandInset ref
36369 LatexCommand ref
36370 reference "sec:Floats"
36371
36372 \end_inset
36373
36374 , captions in longtables are described in the section 
36375 \emph on
36376 Longtable Captions
36377 \emph default
36378  of the 
36379 \emph on
36380 Embedded Objects
36381 \emph default
36382  manual.
36383 \end_layout
36384
36385 \begin_layout Subsection
36386 Index Entry
36387 \end_layout
36388
36389 \begin_layout Standard
36390 Inserts an index entry as described in section
36391 \begin_inset space ~
36392 \end_inset
36393
36394
36395 \begin_inset CommandInset ref
36396 LatexCommand ref
36397 reference "sec:Index"
36398
36399 \end_inset
36400
36401 .
36402 \end_layout
36403
36404 \begin_layout Subsection
36405 Nomenclature Entry
36406 \end_layout
36407
36408 \begin_layout Standard
36409 Inserts a nomenclature entry as described in section
36410 \begin_inset space ~
36411 \end_inset
36412
36413
36414 \begin_inset CommandInset ref
36415 LatexCommand ref
36416 reference "sec:Nomenclature"
36417
36418 \end_inset
36419
36420 .
36421 \end_layout
36422
36423 \begin_layout Subsection
36424 Table
36425 \end_layout
36426
36427 \begin_layout Standard
36428 Inserts a table.
36429  Tables are described in section
36430 \begin_inset space ~
36431 \end_inset
36432
36433
36434 \begin_inset CommandInset ref
36435 LatexCommand ref
36436 reference "sec:Tables"
36437
36438 \end_inset
36439
36440 .
36441 \end_layout
36442
36443 \begin_layout Subsection
36444 Graphics
36445 \end_layout
36446
36447 \begin_layout Standard
36448 Inserts a graphic.
36449  Graphics are described in section
36450 \begin_inset space ~
36451 \end_inset
36452
36453
36454 \begin_inset CommandInset ref
36455 LatexCommand ref
36456 reference "sec:Graphics"
36457
36458 \end_inset
36459
36460 .
36461 \end_layout
36462
36463 \begin_layout Subsection
36464 URL
36465 \end_layout
36466
36467 \begin_layout Standard
36468 Inserts an URL as described in section
36469 \begin_inset space ~
36470 \end_inset
36471
36472
36473 \begin_inset CommandInset ref
36474 LatexCommand ref
36475 reference "sub:URLs"
36476
36477 \end_inset
36478
36479 .
36480 \end_layout
36481
36482 \begin_layout Subsection
36483 Hyperlinks
36484 \end_layout
36485
36486 \begin_layout Standard
36487 Inserts a hyperlink as described in section
36488 \begin_inset space ~
36489 \end_inset
36490
36491
36492 \begin_inset CommandInset ref
36493 LatexCommand ref
36494 reference "sub:Hyperlinks"
36495
36496 \end_inset
36497
36498 .
36499 \end_layout
36500
36501 \begin_layout Subsection
36502 Footnote
36503 \end_layout
36504
36505 \begin_layout Standard
36506 Inserts a footnote, see section
36507 \begin_inset space ~
36508 \end_inset
36509
36510
36511 \begin_inset CommandInset ref
36512 LatexCommand ref
36513 reference "sec:Footnotes"
36514
36515 \end_inset
36516
36517 .
36518 \end_layout
36519
36520 \begin_layout Subsection
36521 Marginal Note
36522 \end_layout
36523
36524 \begin_layout Standard
36525 Inserts a marginal note, see section
36526 \begin_inset space ~
36527 \end_inset
36528
36529
36530 \begin_inset CommandInset ref
36531 LatexCommand ref
36532 reference "sec:Marginal-Notes"
36533
36534 \end_inset
36535
36536 .
36537 \end_layout
36538
36539 \begin_layout Subsection
36540 Short Title
36541 \end_layout
36542
36543 \begin_layout Standard
36544 Inserts a short title, see section
36545 \begin_inset space ~
36546 \end_inset
36547
36548
36549 \begin_inset CommandInset ref
36550 LatexCommand ref
36551 reference "sec:Short-Titles"
36552
36553 \end_inset
36554
36555 .
36556 \end_layout
36557
36558 \begin_layout Subsection
36559 TeX Code
36560 \end_layout
36561
36562 \begin_layout Standard
36563 Inserts a TeX Code box, see section
36564 \begin_inset space ~
36565 \end_inset
36566
36567
36568 \begin_inset CommandInset ref
36569 LatexCommand ref
36570 reference "sub:TeX-Code-Boxes"
36571
36572 \end_inset
36573
36574  for a description.
36575 \end_layout
36576
36577 \begin_layout Subsection
36578 Program Listing
36579 \begin_inset Index idx
36580 status collapsed
36581
36582 \begin_layout Plain Layout
36583 Program listings
36584 \end_layout
36585
36586 \end_inset
36587
36588
36589 \end_layout
36590
36591 \begin_layout Standard
36592 Inserts a program listings box.
36593  Program listings are explained in the chapter 
36594 \emph on
36595 Program Code Listings
36596 \emph default
36597  of the 
36598 \emph on
36599 Embedded Objects
36600 \emph default
36601  manual.
36602 \end_layout
36603
36604 \begin_layout Subsection
36605 Date
36606 \end_layout
36607
36608 \begin_layout Standard
36609 Inserts the actual date.
36610  The format depends on the date format of the language that is used for
36611  LyX's menus.
36612  LyX offers various ways to insert a date which are explained and also compared
36613  in the section 
36614 \emph on
36615 External Material
36616 \emph default
36617  of the 
36618 \emph on
36619 Embedded Objects
36620 \emph default
36621  manual.
36622 \end_layout
36623
36624 \begin_layout Section
36625 The Navigate Menu
36626 \begin_inset Index idx
36627 status collapsed
36628
36629 \begin_layout Plain Layout
36630 Menu ! Navigate
36631 \end_layout
36632
36633 \end_inset
36634
36635
36636 \end_layout
36637
36638 \begin_layout Standard
36639 This menu lists the existing chapters, sections, figures, tables, etc.
36640 \begin_inset space ~
36641 \end_inset
36642
36643 of the current document.
36644  This allows you to navigate easily through you document.
36645 \end_layout
36646
36647 \begin_layout Subsection
36648 Bookmarks
36649 \end_layout
36650
36651 \begin_layout Standard
36652 With this menu entry you are able to define your own bookmarks.
36653  This is useful when you are working on a large document and often have
36654  to jump e.
36655 \begin_inset space \thinspace{}
36656 \end_inset
36657
36658 g.
36659 \begin_inset space \space{}
36660 \end_inset
36661
36662 between section
36663 \begin_inset space ~
36664 \end_inset
36665
36666 2.5 and 6.3.
36667  To create bookmarks for this example, go to section
36668 \begin_inset space ~
36669 \end_inset
36670
36671 2.5 and use the menu 
36672 \family sans
36673 Save
36674 \begin_inset space ~
36675 \end_inset
36676
36677 Bookmark
36678 \begin_inset space ~
36679 \end_inset
36680
36681 1
36682 \family default
36683 .
36684  Then go to section
36685 \begin_inset space ~
36686 \end_inset
36687
36688 6.3 and use 
36689 \family sans
36690 Save
36691 \begin_inset space ~
36692 \end_inset
36693
36694 Bookmark
36695 \begin_inset space ~
36696 \end_inset
36697
36698
36699 \family default
36700 2.
36701  Now you can jump easily between these sections by using the menu or by
36702  the key bindings 
36703 \begin_inset Info
36704 type  "shortcut"
36705 arg   "bookmark-goto 1"
36706 \end_inset
36707
36708  and 
36709 \begin_inset Info
36710 type  "shortcut"
36711 arg   "bookmark-goto 2"
36712 \end_inset
36713
36714 .
36715 \end_layout
36716
36717 \begin_layout Standard
36718 You can also use bookmarks to jump between several opened documents.
36719  The saved bookmarks are valid till the document is closed.
36720 \end_layout
36721
36722 \begin_layout Subsection
36723 Next Note, Change, Cross-reference
36724 \end_layout
36725
36726 \begin_layout Standard
36727 Jump to the next note, change, or cross-reference following the current
36728  cursor position.
36729 \end_layout
36730
36731 \begin_layout Subsection
36732 Go to Label
36733 \end_layout
36734
36735 \begin_layout Standard
36736 Only active when the cursor is in front of a cross-reference.
36737  Sets the cursor before the referenced label, the same as if you right-click
36738  on a cross-reference box.
36739 \end_layout
36740
36741 \begin_layout Section
36742 The Document Menu
36743 \begin_inset Index idx
36744 status collapsed
36745
36746 \begin_layout Plain Layout
36747 Menu ! Document
36748 \end_layout
36749
36750 \end_inset
36751
36752
36753 \end_layout
36754
36755 \begin_layout Subsection
36756 Change Tracking
36757 \end_layout
36758
36759 \begin_layout Standard
36760 Change Tracking is described in section
36761 \begin_inset space ~
36762 \end_inset
36763
36764
36765 \begin_inset CommandInset ref
36766 LatexCommand ref
36767 reference "sec:Change-Tracking"
36768
36769 \end_inset
36770
36771 .
36772 \end_layout
36773
36774 \begin_layout Subsection
36775 LaT
36776 \begin_inset ERT
36777 status collapsed
36778
36779 \begin_layout Plain Layout
36780
36781 {}
36782 \end_layout
36783
36784 \end_inset
36785
36786 eX Log
36787 \end_layout
36788
36789 \begin_layout Standard
36790 After running LaTeX by viewing or exporting a document, this menu will be
36791  enabled.
36792  It shows the logfile of the used LaTeX-program.
36793 \end_layout
36794
36795 \begin_layout Standard
36796 Here you can see how LaTeX works in the background.
36797  
36798 \emph on
36799 Experts
36800 \emph default
36801  will find in it reasons for LaTeX-errors.
36802 \end_layout
36803
36804 \begin_layout Subsection
36805 Outline
36806 \end_layout
36807
36808 \begin_layout Standard
36809 Opens the TOC/Outline window as described in section
36810 \begin_inset space ~
36811 \end_inset
36812
36813
36814 \begin_inset CommandInset ref
36815 LatexCommand ref
36816 reference "sec:Navigating"
36817
36818 \end_inset
36819
36820  and 
36821 \begin_inset CommandInset ref
36822 LatexCommand ref
36823 reference "sub:Table-of-Contents"
36824
36825 \end_inset
36826
36827 .
36828 \end_layout
36829
36830 \begin_layout Subsection
36831 Start Appendix Here
36832 \end_layout
36833
36834 \begin_layout Standard
36835 This menu will start the appendix of the document at the current cursor
36836  position as described in section
36837 \begin_inset space ~
36838 \end_inset
36839
36840
36841 \begin_inset CommandInset ref
36842 LatexCommand ref
36843 reference "sec:Appendices"
36844
36845 \end_inset
36846
36847 .
36848 \end_layout
36849
36850 \begin_layout Subsection
36851 Compressed
36852 \end_layout
36853
36854 \begin_layout Standard
36855 Un/compresses the current document.
36856 \end_layout
36857
36858 \begin_layout Subsection
36859 Settings
36860 \end_layout
36861
36862 \begin_layout Standard
36863 The document settings are described in appendix
36864 \begin_inset space ~
36865 \end_inset
36866
36867
36868 \begin_inset CommandInset ref
36869 LatexCommand ref
36870 reference "cha:The-Document-Settings"
36871
36872 \end_inset
36873
36874 .
36875 \end_layout
36876
36877 \begin_layout Section
36878 The Tools Menu
36879 \begin_inset Index idx
36880 status collapsed
36881
36882 \begin_layout Plain Layout
36883 Menu ! Tools
36884 \end_layout
36885
36886 \end_inset
36887
36888
36889 \end_layout
36890
36891 \begin_layout Subsection
36892 Spellchecker
36893 \end_layout
36894
36895 \begin_layout Standard
36896 Spell checking is explained in section
36897 \begin_inset space ~
36898 \end_inset
36899
36900
36901 \begin_inset CommandInset ref
36902 LatexCommand ref
36903 reference "sec:Spellchecking"
36904
36905 \end_inset
36906
36907 .
36908 \end_layout
36909
36910 \begin_layout Subsection
36911 Thesaurus
36912 \end_layout
36913
36914 \begin_layout Standard
36915 The thesaurus is described in section
36916 \begin_inset space ~
36917 \end_inset
36918
36919
36920 \begin_inset CommandInset ref
36921 LatexCommand ref
36922 reference "sec:Thesaurus"
36923
36924 \end_inset
36925
36926 .
36927 \end_layout
36928
36929 \begin_layout Subsection
36930 Statistics
36931 \begin_inset Index idx
36932 status collapsed
36933
36934 \begin_layout Plain Layout
36935 Word count
36936 \end_layout
36937
36938 \end_inset
36939
36940
36941 \begin_inset Index idx
36942 status collapsed
36943
36944 \begin_layout Plain Layout
36945 Character count
36946 \end_layout
36947
36948 \end_inset
36949
36950
36951 \end_layout
36952
36953 \begin_layout Standard
36954 Counts the number of words and characters in the actual document or the
36955  highlighted document part.
36956 \end_layout
36957
36958 \begin_layout Subsection
36959 TeX Information
36960 \begin_inset Index idx
36961 status collapsed
36962
36963 \begin_layout Plain Layout
36964 TeX Information
36965 \end_layout
36966
36967 \end_inset
36968
36969
36970 \end_layout
36971
36972 \begin_layout Standard
36973 Shows you a list of the classes and styles installed in your LaTeX-system.
36974 \end_layout
36975
36976 \begin_layout Subsection
36977 Reconfigure
36978 \begin_inset Index idx
36979 status collapsed
36980
36981 \begin_layout Plain Layout
36982 LyX ! Reconfigure|see
36983 \begin_inset ERT
36984 status collapsed
36985
36986 \begin_layout Plain Layout
36987
36988 {
36989 \end_layout
36990
36991 \end_inset
36992
36993 Reconfiguration of LyX
36994 \begin_inset ERT
36995 status collapsed
36996
36997 \begin_layout Plain Layout
36998
36999 }
37000 \end_layout
37001
37002 \end_inset
37003
37004
37005 \end_layout
37006
37007 \end_inset
37008
37009
37010 \begin_inset Index idx
37011 status collapsed
37012
37013 \begin_layout Plain Layout
37014 Reconfiguration of LyX
37015 \end_layout
37016
37017 \end_inset
37018
37019
37020 \end_layout
37021
37022 \begin_layout Standard
37023 This menu entry reconfigures LyX; that is, LyX looks for LaTeX-packages
37024  and needed programs it needs; see also section
37025 \begin_inset space ~
37026 \end_inset
37027
37028
37029 \begin_inset CommandInset ref
37030 LatexCommand ref
37031 reference "sec:Basic-LyX-Setup"
37032
37033 \end_inset
37034
37035 .
37036 \end_layout
37037
37038 \begin_layout Subsection
37039 Preferences
37040 \end_layout
37041
37042 \begin_layout Standard
37043 The preferences dialog is described in detail in appendix
37044 \begin_inset space \thinspace{}
37045 \end_inset
37046
37047
37048 \begin_inset CommandInset ref
37049 LatexCommand ref
37050 reference "cha:The-Preferences-dialog"
37051
37052 \end_inset
37053
37054 .
37055 \end_layout
37056
37057 \begin_layout Section
37058 The Help Menu
37059 \begin_inset Index idx
37060 status collapsed
37061
37062 \begin_layout Plain Layout
37063 Menu ! Help
37064 \end_layout
37065
37066 \end_inset
37067
37068
37069 \end_layout
37070
37071 \begin_layout Standard
37072 This menu opens the documentation files of LyX in the language of LyX's
37073  menus.
37074 \end_layout
37075
37076 \begin_layout Standard
37077 The menu 
37078 \family sans
37079 LaTeX
37080 \begin_inset space ~
37081 \end_inset
37082
37083 Configuration
37084 \family default
37085  shows a LyX-document with information about the LaTeX-packages and classes
37086  found by LyX (see also section
37087 \begin_inset space ~
37088 \end_inset
37089
37090
37091 \begin_inset CommandInset ref
37092 LatexCommand ref
37093 reference "sec:LaTeX-Setup"
37094
37095 \end_inset
37096
37097 ).
37098 \end_layout
37099
37100 \begin_layout Section
37101 Toolbars
37102 \begin_inset CommandInset label
37103 LatexCommand label
37104 name "sec:Toolbars"
37105
37106 \end_inset
37107
37108
37109 \end_layout
37110
37111 \begin_layout Standard
37112 How to show or hide toolbars is explained in section
37113 \begin_inset space ~
37114 \end_inset
37115
37116
37117 \begin_inset CommandInset ref
37118 LatexCommand ref
37119 reference "sub:Toolbars"
37120
37121 \end_inset
37122
37123 .
37124 \end_layout
37125
37126 \begin_layout Standard
37127 It is also possible to define custom toolbars.
37128  This is described in the 
37129 \emph on
37130 Additional Features
37131 \emph default
37132  manual.
37133 \end_layout
37134
37135 \begin_layout Subsection
37136 Standard Toolbar
37137 \begin_inset Index idx
37138 status collapsed
37139
37140 \begin_layout Plain Layout
37141 Toolbar ! Standard
37142 \end_layout
37143
37144 \end_inset
37145
37146
37147 \end_layout
37148
37149 \begin_layout Standard
37150 \begin_inset Graphics
37151         filename clipart/StandardToolbar.png
37152         width 100col%
37153
37154 \end_inset
37155
37156
37157 \end_layout
37158
37159 \begin_layout Standard
37160 \begin_inset VSpace defskip
37161 \end_inset
37162
37163
37164 \end_layout
37165
37166 \begin_layout Standard
37167 The standard toolbar as shown above contains from left to right the following
37168  buttons:
37169 \begin_inset ERT
37170 status collapsed
37171
37172 \begin_layout Plain Layout
37173
37174
37175 \backslash
37176 setlength{
37177 \backslash
37178 LTleft}{0pt}
37179 \end_layout
37180
37181 \end_inset
37182
37183
37184 \begin_inset Note Note
37185 status collapsed
37186
37187 \begin_layout Plain Layout
37188 This is necessary to left align the following longtables.
37189  See the 
37190 \emph on
37191 Embedded Objects
37192 \emph default
37193  manual for more information.
37194 \end_layout
37195
37196 \end_inset
37197
37198
37199 \end_layout
37200
37201 \begin_layout Standard
37202 \begin_inset VSpace defskip
37203 \end_inset
37204
37205
37206 \end_layout
37207
37208 \begin_layout Standard
37209 \begin_inset Tabular
37210 <lyxtabular version="3" rows="1" columns="2">
37211 <features islongtable="true" longtabularalignment="center">
37212 <column alignment="center" valignment="top" width="0">
37213 <column alignment="center" valignment="top" width="0">
37214 <row>
37215 <cell alignment="center" valignment="top" usebox="none">
37216 \begin_inset Text
37217
37218 \begin_layout Plain Layout
37219 \begin_inset Graphics
37220         filename clipart/ToolbarEnvBox.png
37221         clip
37222
37223 \end_inset
37224
37225
37226 \end_layout
37227
37228 \end_inset
37229 </cell>
37230 <cell alignment="center" valignment="top" usebox="none">
37231 \begin_inset Text
37232
37233 \begin_layout Plain Layout
37234 pull-down box for the paragraph environments
37235 \end_layout
37236
37237 \end_inset
37238 </cell>
37239 </row>
37240 </lyxtabular>
37241
37242 \end_inset
37243
37244
37245 \end_layout
37246
37247 \begin_layout Standard
37248 \begin_inset VSpace -10mm
37249 \end_inset
37250
37251
37252 \end_layout
37253
37254 \begin_layout Standard
37255 \align left
37256 \begin_inset Tabular
37257 <lyxtabular version="3" rows="21" columns="2">
37258 <features islongtable="true" longtabularalignment="center">
37259 <column alignment="left" valignment="top" width="0">
37260 <column alignment="left" valignment="top" width="0">
37261 <row interlinespace="2.5mm">
37262 <cell alignment="center" valignment="top" usebox="none">
37263 \begin_inset Text
37264
37265 \begin_layout Plain Layout
37266
37267 \family sans
37268 \begin_inset Graphics
37269         filename ../images/buffer-new.png
37270         BoundingBox 0bp 5bp 20bp 20bp
37271
37272 \end_inset
37273
37274
37275 \end_layout
37276
37277 \end_inset
37278 </cell>
37279 <cell alignment="center" valignment="top" usebox="none">
37280 \begin_inset Text
37281
37282 \begin_layout Plain Layout
37283
37284 \family sans
37285 File\SpecialChar \menuseparator
37286 New
37287 \end_layout
37288
37289 \end_inset
37290 </cell>
37291 </row>
37292 <row interlinespace="2.5mm">
37293 <cell alignment="center" valignment="top" usebox="none">
37294 \begin_inset Text
37295
37296 \begin_layout Plain Layout
37297 \begin_inset Graphics
37298         filename ../images/file-open.png
37299         BoundingBox 0bp 5bp 20bp 20bp
37300
37301 \end_inset
37302
37303
37304 \end_layout
37305
37306 \end_inset
37307 </cell>
37308 <cell alignment="center" valignment="top" usebox="none">
37309 \begin_inset Text
37310
37311 \begin_layout Plain Layout
37312
37313 \family sans
37314 File\SpecialChar \menuseparator
37315 Open
37316 \end_layout
37317
37318 \end_inset
37319 </cell>
37320 </row>
37321 <row interlinespace="2.5mm">
37322 <cell alignment="center" valignment="top" usebox="none">
37323 \begin_inset Text
37324
37325 \begin_layout Plain Layout
37326 \begin_inset Graphics
37327         filename ../images/buffer-write.png
37328         BoundingBox 0bp 5bp 20bp 20bp
37329
37330 \end_inset
37331
37332
37333 \end_layout
37334
37335 \end_inset
37336 </cell>
37337 <cell alignment="center" valignment="top" usebox="none">
37338 \begin_inset Text
37339
37340 \begin_layout Plain Layout
37341
37342 \family sans
37343 File\SpecialChar \menuseparator
37344 Save
37345 \end_layout
37346
37347 \end_inset
37348 </cell>
37349 </row>
37350 <row interlinespace="2.5mm">
37351 <cell alignment="center" valignment="top" usebox="none">
37352 \begin_inset Text
37353
37354 \begin_layout Plain Layout
37355 \begin_inset Graphics
37356         filename ../images/dialog-show_print.png
37357         BoundingBox 0bp 5bp 24bp 20bp
37358
37359 \end_inset
37360
37361
37362 \end_layout
37363
37364 \end_inset
37365 </cell>
37366 <cell alignment="center" valignment="top" usebox="none">
37367 \begin_inset Text
37368
37369 \begin_layout Plain Layout
37370
37371 \family sans
37372 File\SpecialChar \menuseparator
37373 Print
37374 \end_layout
37375
37376 \end_inset
37377 </cell>
37378 </row>
37379 <row interlinespace="2.5mm">
37380 <cell alignment="center" valignment="top" usebox="none">
37381 \begin_inset Text
37382
37383 \begin_layout Plain Layout
37384 \begin_inset Graphics
37385         filename ../images/dialog-show_spellchecker.png
37386         BoundingBox 0bp 5bp 20bp 20bp
37387
37388 \end_inset
37389
37390
37391 \end_layout
37392
37393 \end_inset
37394 </cell>
37395 <cell alignment="center" valignment="top" usebox="none">
37396 \begin_inset Text
37397
37398 \begin_layout Plain Layout
37399
37400 \family sans
37401 Tools\SpecialChar \menuseparator
37402 Spellchecker
37403 \end_layout
37404
37405 \end_inset
37406 </cell>
37407 </row>
37408 <row interlinespace="2.5mm">
37409 <cell alignment="center" valignment="top" usebox="none">
37410 \begin_inset Text
37411
37412 \begin_layout Plain Layout
37413 \begin_inset Graphics
37414         filename ../images/undo.png
37415         BoundingBox 0bp 5bp 20bp 20bp
37416
37417 \end_inset
37418
37419
37420 \end_layout
37421
37422 \end_inset
37423 </cell>
37424 <cell alignment="center" valignment="top" usebox="none">
37425 \begin_inset Text
37426
37427 \begin_layout Plain Layout
37428
37429 \family sans
37430 Edit\SpecialChar \menuseparator
37431 Undo
37432 \end_layout
37433
37434 \end_inset
37435 </cell>
37436 </row>
37437 <row interlinespace="2.5mm">
37438 <cell alignment="center" valignment="top" usebox="none">
37439 \begin_inset Text
37440
37441 \begin_layout Plain Layout
37442 \begin_inset Graphics
37443         filename ../images/redo.png
37444         BoundingBox 0bp 5bp 20bp 20bp
37445
37446 \end_inset
37447
37448
37449 \end_layout
37450
37451 \end_inset
37452 </cell>
37453 <cell alignment="center" valignment="top" usebox="none">
37454 \begin_inset Text
37455
37456 \begin_layout Plain Layout
37457
37458 \family sans
37459 Edit\SpecialChar \menuseparator
37460 Redo
37461 \end_layout
37462
37463 \end_inset
37464 </cell>
37465 </row>
37466 <row interlinespace="2.5mm">
37467 <cell alignment="center" valignment="top" usebox="none">
37468 \begin_inset Text
37469
37470 \begin_layout Plain Layout
37471 \begin_inset Graphics
37472         filename ../images/cut.png
37473         BoundingBox 0bp 5bp 20bp 20bp
37474
37475 \end_inset
37476
37477
37478 \end_layout
37479
37480 \end_inset
37481 </cell>
37482 <cell alignment="center" valignment="top" usebox="none">
37483 \begin_inset Text
37484
37485 \begin_layout Plain Layout
37486
37487 \family sans
37488 Edit\SpecialChar \menuseparator
37489 Cut
37490 \end_layout
37491
37492 \end_inset
37493 </cell>
37494 </row>
37495 <row interlinespace="2.5mm">
37496 <cell alignment="center" valignment="top" usebox="none">
37497 \begin_inset Text
37498
37499 \begin_layout Plain Layout
37500 \begin_inset Graphics
37501         filename ../images/copy.png
37502         BoundingBox 0bp 5bp 20bp 20bp
37503
37504 \end_inset
37505
37506
37507 \end_layout
37508
37509 \end_inset
37510 </cell>
37511 <cell alignment="center" valignment="top" usebox="none">
37512 \begin_inset Text
37513
37514 \begin_layout Plain Layout
37515
37516 \family sans
37517 Edit\SpecialChar \menuseparator
37518 Copy
37519 \end_layout
37520
37521 \end_inset
37522 </cell>
37523 </row>
37524 <row interlinespace="2.5mm">
37525 <cell alignment="center" valignment="top" usebox="none">
37526 \begin_inset Text
37527
37528 \begin_layout Plain Layout
37529 \begin_inset Graphics
37530         filename ../images/paste.png
37531         BoundingBox 0bp 5bp 20bp 20bp
37532
37533 \end_inset
37534
37535
37536 \end_layout
37537
37538 \end_inset
37539 </cell>
37540 <cell alignment="center" valignment="top" usebox="none">
37541 \begin_inset Text
37542
37543 \begin_layout Plain Layout
37544
37545 \family sans
37546 Edit\SpecialChar \menuseparator
37547 Paste
37548 \end_layout
37549
37550 \end_inset
37551 </cell>
37552 </row>
37553 <row interlinespace="2.5mm">
37554 <cell alignment="center" valignment="top" usebox="none">
37555 \begin_inset Text
37556
37557 \begin_layout Plain Layout
37558 \begin_inset Graphics
37559         filename ../images/dialog-show_findreplace.png
37560         BoundingBox 0bp 5bp 20bp 25bp
37561         rotateOrigin center
37562
37563 \end_inset
37564
37565
37566 \end_layout
37567
37568 \end_inset
37569 </cell>
37570 <cell alignment="center" valignment="top" usebox="none">
37571 \begin_inset Text
37572
37573 \begin_layout Plain Layout
37574
37575 \family sans
37576 Edit\SpecialChar \menuseparator
37577 Find
37578 \begin_inset space \thinspace{}
37579 \end_inset
37580
37581 &
37582 \begin_inset space \thinspace{}
37583 \end_inset
37584
37585 Replace
37586 \end_layout
37587
37588 \end_inset
37589 </cell>
37590 </row>
37591 <row interlinespace="2.5mm">
37592 <cell alignment="center" valignment="top" usebox="none">
37593 \begin_inset Text
37594
37595 \begin_layout Plain Layout
37596 \begin_inset Graphics
37597         filename ../images/bookmark-goto_0.png
37598         BoundingBox 0bp 5bp 20bp 25bp
37599         rotateOrigin center
37600
37601 \end_inset
37602
37603
37604 \end_layout
37605
37606 \end_inset
37607 </cell>
37608 <cell alignment="center" valignment="top" usebox="none">
37609 \begin_inset Text
37610
37611 \begin_layout Plain Layout
37612
37613 \family sans
37614 Navigate\SpecialChar \menuseparator
37615 Bookmarks\SpecialChar \menuseparator
37616 Navigate Back
37617 \end_layout
37618
37619 \end_inset
37620 </cell>
37621 </row>
37622 <row interlinespace="2.5mm">
37623 <cell alignment="center" valignment="top" usebox="none">
37624 \begin_inset Text
37625
37626 \begin_layout Plain Layout
37627 \begin_inset Graphics
37628         filename ../images/font-emph.png
37629         BoundingBox 0bp 5bp 20bp 20bp
37630
37631 \end_inset
37632
37633
37634 \end_layout
37635
37636 \end_inset
37637 </cell>
37638 <cell alignment="center" valignment="top" usebox="none">
37639 \begin_inset Text
37640
37641 \begin_layout Plain Layout
37642 Emphasize text, function of the Edit
37643 \family sans
37644 \SpecialChar \menuseparator
37645 Text
37646 \begin_inset space ~
37647 \end_inset
37648
37649 Style
37650 \family default
37651  dialog
37652 \end_layout
37653
37654 \end_inset
37655 </cell>
37656 </row>
37657 <row interlinespace="2.5mm">
37658 <cell alignment="center" valignment="top" usebox="none">
37659 \begin_inset Text
37660
37661 \begin_layout Plain Layout
37662 \begin_inset Graphics
37663         filename ../images/font-noun.png
37664         BoundingBox 0bp 5bp 20bp 20bp
37665
37666 \end_inset
37667
37668
37669 \end_layout
37670
37671 \end_inset
37672 </cell>
37673 <cell alignment="center" valignment="top" usebox="none">
37674 \begin_inset Text
37675
37676 \begin_layout Plain Layout
37677 Set text to noun style, function of the Edit
37678 \family sans
37679 \SpecialChar \menuseparator
37680 Text
37681 \begin_inset space ~
37682 \end_inset
37683
37684 Style
37685 \family default
37686  dialog
37687 \end_layout
37688
37689 \end_inset
37690 </cell>
37691 </row>
37692 <row interlinespace="2.5mm">
37693 <cell alignment="center" valignment="top" usebox="none">
37694 \begin_inset Text
37695
37696 \begin_layout Plain Layout
37697 \begin_inset Graphics
37698         filename ../images/textstyle-apply.png
37699         BoundingBox 0bp 5bp 20bp 20bp
37700
37701 \end_inset
37702
37703
37704 \end_layout
37705
37706 \end_inset
37707 </cell>
37708 <cell alignment="center" valignment="top" usebox="none">
37709 \begin_inset Text
37710
37711 \begin_layout Plain Layout
37712 Formats text using the current settings in the 
37713 \family sans
37714 Edit\SpecialChar \menuseparator
37715 Text
37716 \begin_inset space ~
37717 \end_inset
37718
37719 Style
37720 \family default
37721  dialog
37722 \end_layout
37723
37724 \end_inset
37725 </cell>
37726 </row>
37727 <row interlinespace="2.5mm">
37728 <cell alignment="center" valignment="top" usebox="none">
37729 \begin_inset Text
37730
37731 \begin_layout Plain Layout
37732 \begin_inset Graphics
37733         filename ../images/math-mode.png
37734         BoundingBox 0bp 5bp 20bp 20bp
37735
37736 \end_inset
37737
37738
37739 \end_layout
37740
37741 \end_inset
37742 </cell>
37743 <cell alignment="center" valignment="top" usebox="none">
37744 \begin_inset Text
37745
37746 \begin_layout Plain Layout
37747
37748 \family sans
37749 Insert\SpecialChar \menuseparator
37750 Math\SpecialChar \menuseparator
37751 Inline
37752 \begin_inset space ~
37753 \end_inset
37754
37755 Formula
37756 \end_layout
37757
37758 \end_inset
37759 </cell>
37760 </row>
37761 <row interlinespace="2.5mm">
37762 <cell alignment="center" valignment="top" usebox="none">
37763 \begin_inset Text
37764
37765 \begin_layout Plain Layout
37766 \begin_inset Graphics
37767         filename ../images/dialog-show-new-inset_graphics.png
37768         BoundingBox 0bp 5bp 20bp 25bp
37769         rotateOrigin center
37770
37771 \end_inset
37772
37773
37774 \end_layout
37775
37776 \end_inset
37777 </cell>
37778 <cell alignment="center" valignment="top" usebox="none">
37779 \begin_inset Text
37780
37781 \begin_layout Plain Layout
37782
37783 \family sans
37784 Insert\SpecialChar \menuseparator
37785 Graphics
37786 \end_layout
37787
37788 \end_inset
37789 </cell>
37790 </row>
37791 <row interlinespace="2.5mm">
37792 <cell alignment="center" valignment="top" usebox="none">
37793 \begin_inset Text
37794
37795 \begin_layout Plain Layout
37796 \begin_inset Graphics
37797         filename ../images/tabular-insert.png
37798         BoundingBox 0bp 5bp 20bp 25bp
37799         rotateOrigin center
37800
37801 \end_inset
37802
37803
37804 \end_layout
37805
37806 \end_inset
37807 </cell>
37808 <cell alignment="center" valignment="top" usebox="none">
37809 \begin_inset Text
37810
37811 \begin_layout Plain Layout
37812
37813 \family sans
37814 Insert\SpecialChar \menuseparator
37815 Table
37816 \end_layout
37817
37818 \end_inset
37819 </cell>
37820 </row>
37821 <row interlinespace="2.5mm">
37822 <cell alignment="center" valignment="top" usebox="none">
37823 \begin_inset Text
37824
37825 \begin_layout Plain Layout
37826 \begin_inset Graphics
37827         filename ../images/dialog-toggle_toc.png
37828         BoundingBox 0bp 5bp 20bp 25bp
37829         rotateOrigin center
37830
37831 \end_inset
37832
37833
37834 \end_layout
37835
37836 \end_inset
37837 </cell>
37838 <cell alignment="center" valignment="top" usebox="none">
37839 \begin_inset Text
37840
37841 \begin_layout Plain Layout
37842 Toggle outline window on/off, 
37843 \family sans
37844 Document\SpecialChar \menuseparator
37845 Outline
37846 \end_layout
37847
37848 \end_inset
37849 </cell>
37850 </row>
37851 <row interlinespace="2.5mm">
37852 <cell alignment="center" valignment="top" usebox="none">
37853 \begin_inset Text
37854
37855 \begin_layout Plain Layout
37856 \begin_inset Graphics
37857         filename ../images/toolbar-toggle_math.png
37858         BoundingBox 0bp 5bp 20bp 25bp
37859         rotateOrigin center
37860
37861 \end_inset
37862
37863
37864 \end_layout
37865
37866 \end_inset
37867 </cell>
37868 <cell alignment="center" valignment="top" usebox="none">
37869 \begin_inset Text
37870
37871 \begin_layout Plain Layout
37872 Toggle math toolbar on/off
37873 \end_layout
37874
37875 \end_inset
37876 </cell>
37877 </row>
37878 <row interlinespace="2.5mm">
37879 <cell alignment="center" valignment="top" usebox="none">
37880 \begin_inset Text
37881
37882 \begin_layout Plain Layout
37883 \begin_inset Graphics
37884         filename ../images/toolbar-toggle_table.png
37885         BoundingBox 0bp 5bp 20bp 25bp
37886         rotateOrigin center
37887
37888 \end_inset
37889
37890
37891 \end_layout
37892
37893 \end_inset
37894 </cell>
37895 <cell alignment="center" valignment="top" usebox="none">
37896 \begin_inset Text
37897
37898 \begin_layout Plain Layout
37899 Toggle table toolbar on/off
37900 \end_layout
37901
37902 \end_inset
37903 </cell>
37904 </row>
37905 </lyxtabular>
37906
37907 \end_inset
37908
37909
37910 \end_layout
37911
37912 \begin_layout Subsection
37913 Extra Toolbar
37914 \begin_inset Index idx
37915 status collapsed
37916
37917 \begin_layout Plain Layout
37918 Toolbar ! Extra
37919 \end_layout
37920
37921 \end_inset
37922
37923
37924 \end_layout
37925
37926 \begin_layout Standard
37927 \begin_inset Graphics
37928         filename clipart/ExtraToolbar.png
37929         width 100col%
37930
37931 \end_inset
37932
37933
37934 \end_layout
37935
37936 \begin_layout Standard
37937 \begin_inset VSpace defskip
37938 \end_inset
37939
37940
37941 \end_layout
37942
37943 \begin_layout Standard
37944 The extra toolbar as shown above contains from left to right the following
37945  buttons:
37946 \end_layout
37947
37948 \begin_layout Standard
37949 \begin_inset VSpace defskip
37950 \end_inset
37951
37952
37953 \end_layout
37954
37955 \begin_layout Standard
37956 \begin_inset Tabular
37957 <lyxtabular version="3" rows="25" columns="2">
37958 <features islongtable="true" longtabularalignment="center">
37959 <column alignment="left" valignment="top" width="0">
37960 <column alignment="left" valignment="top" width="0">
37961 <row interlinespace="2.5mm">
37962 <cell alignment="center" valignment="top" usebox="none">
37963 \begin_inset Text
37964
37965 \begin_layout Plain Layout
37966 \begin_inset Graphics
37967         filename ../images/layout.png
37968         BoundingBox 0bp 5bp 20bp 25bp
37969         rotateOrigin center
37970
37971 \end_inset
37972
37973
37974 \end_layout
37975
37976 \end_inset
37977 </cell>
37978 <cell alignment="center" valignment="top" usebox="none">
37979 \begin_inset Text
37980
37981 \begin_layout Plain Layout
37982 Default
37983 \end_layout
37984
37985 \end_inset
37986 </cell>
37987 </row>
37988 <row interlinespace="2.5mm">
37989 <cell alignment="center" valignment="top" usebox="none">
37990 \begin_inset Text
37991
37992 \begin_layout Plain Layout
37993 \begin_inset Graphics
37994         filename ../images/layout_Enumerate.png
37995         BoundingBox 0bp 5bp 20bp 25bp
37996         rotateOrigin center
37997
37998 \end_inset
37999
38000
38001 \end_layout
38002
38003 \end_inset
38004 </cell>
38005 <cell alignment="center" valignment="top" usebox="none">
38006 \begin_inset Text
38007
38008 \begin_layout Plain Layout
38009 Numbered list
38010 \end_layout
38011
38012 \end_inset
38013 </cell>
38014 </row>
38015 <row interlinespace="2.5mm">
38016 <cell alignment="center" valignment="top" usebox="none">
38017 \begin_inset Text
38018
38019 \begin_layout Plain Layout
38020 \begin_inset Graphics
38021         filename ../images/layout_Itemize.png
38022         BoundingBox 0bp 5bp 20bp 25bp
38023         rotateOrigin center
38024
38025 \end_inset
38026
38027
38028 \end_layout
38029
38030 \end_inset
38031 </cell>
38032 <cell alignment="center" valignment="top" usebox="none">
38033 \begin_inset Text
38034
38035 \begin_layout Plain Layout
38036 Itemized list
38037 \end_layout
38038
38039 \end_inset
38040 </cell>
38041 </row>
38042 <row interlinespace="2.5mm">
38043 <cell alignment="center" valignment="top" usebox="none">
38044 \begin_inset Text
38045
38046 \begin_layout Plain Layout
38047 \begin_inset Graphics
38048         filename ../images/layout_List.png
38049         BoundingBox 0bp 5bp 20bp 25bp
38050         rotateOrigin center
38051
38052 \end_inset
38053
38054
38055 \end_layout
38056
38057 \end_inset
38058 </cell>
38059 <cell alignment="center" valignment="top" usebox="none">
38060 \begin_inset Text
38061
38062 \begin_layout Plain Layout
38063 List
38064 \end_layout
38065
38066 \end_inset
38067 </cell>
38068 </row>
38069 <row interlinespace="2.5mm">
38070 <cell alignment="center" valignment="top" usebox="none">
38071 \begin_inset Text
38072
38073 \begin_layout Plain Layout
38074 \begin_inset Graphics
38075         filename ../images/layout_Description.png
38076         BoundingBox 0bp 5bp 20bp 25bp
38077         rotateOrigin center
38078
38079 \end_inset
38080
38081
38082 \end_layout
38083
38084 \end_inset
38085 </cell>
38086 <cell alignment="center" valignment="top" usebox="none">
38087 \begin_inset Text
38088
38089 \begin_layout Plain Layout
38090 Description list
38091 \end_layout
38092
38093 \end_inset
38094 </cell>
38095 </row>
38096 <row interlinespace="2.5mm">
38097 <cell alignment="center" valignment="top" usebox="none">
38098 \begin_inset Text
38099
38100 \begin_layout Plain Layout
38101 \begin_inset Graphics
38102         filename ../images/depth-increment.png
38103         BoundingBox 0bp 5bp 20bp 25bp
38104         rotateOrigin center
38105
38106 \end_inset
38107
38108
38109 \end_layout
38110
38111 \end_inset
38112 </cell>
38113 <cell alignment="center" valignment="top" usebox="none">
38114 \begin_inset Text
38115
38116 \begin_layout Plain Layout
38117
38118 \family sans
38119 Edit\SpecialChar \menuseparator
38120 Increase
38121 \begin_inset space ~
38122 \end_inset
38123
38124 List
38125 \begin_inset space ~
38126 \end_inset
38127
38128 Depth
38129 \end_layout
38130
38131 \end_inset
38132 </cell>
38133 </row>
38134 <row interlinespace="2.5mm">
38135 <cell alignment="center" valignment="top" usebox="none">
38136 \begin_inset Text
38137
38138 \begin_layout Plain Layout
38139 \begin_inset Graphics
38140         filename ../images/depth-decrement.png
38141         BoundingBox 0bp 5bp 20bp 25bp
38142         rotateOrigin center
38143
38144 \end_inset
38145
38146
38147 \end_layout
38148
38149 \end_inset
38150 </cell>
38151 <cell alignment="center" valignment="top" usebox="none">
38152 \begin_inset Text
38153
38154 \begin_layout Plain Layout
38155
38156 \family sans
38157 Edit\SpecialChar \menuseparator
38158 Decrease
38159 \begin_inset space ~
38160 \end_inset
38161
38162 List
38163 \begin_inset space ~
38164 \end_inset
38165
38166 Depth
38167 \end_layout
38168
38169 \end_inset
38170 </cell>
38171 </row>
38172 <row interlinespace="2.5mm">
38173 <cell alignment="center" valignment="top" usebox="none">
38174 \begin_inset Text
38175
38176 \begin_layout Plain Layout
38177 \begin_inset Graphics
38178         filename ../images/float-insert_figure.png
38179         BoundingBox 0bp 5bp 20bp 20bp
38180
38181 \end_inset
38182
38183
38184 \end_layout
38185
38186 \end_inset
38187 </cell>
38188 <cell alignment="center" valignment="top" usebox="none">
38189 \begin_inset Text
38190
38191 \begin_layout Plain Layout
38192
38193 \family sans
38194 Insert\SpecialChar \menuseparator
38195 Float\SpecialChar \menuseparator
38196 Figure
38197 \end_layout
38198
38199 \end_inset
38200 </cell>
38201 </row>
38202 <row interlinespace="2.5mm">
38203 <cell alignment="center" valignment="top" usebox="none">
38204 \begin_inset Text
38205
38206 \begin_layout Plain Layout
38207 \begin_inset Graphics
38208         filename ../images/float-insert_table.png
38209         BoundingBox 0bp 5bp 20bp 20bp
38210
38211 \end_inset
38212
38213
38214 \end_layout
38215
38216 \end_inset
38217 </cell>
38218 <cell alignment="center" valignment="top" usebox="none">
38219 \begin_inset Text
38220
38221 \begin_layout Plain Layout
38222
38223 \family sans
38224 Insert\SpecialChar \menuseparator
38225 Float\SpecialChar \menuseparator
38226 Table
38227 \end_layout
38228
38229 \end_inset
38230 </cell>
38231 </row>
38232 <row interlinespace="2.5mm">
38233 <cell alignment="center" valignment="top" usebox="none">
38234 \begin_inset Text
38235
38236 \begin_layout Plain Layout
38237 \begin_inset Graphics
38238         filename ../images/label-insert.png
38239         BoundingBox 0bp 5bp 20bp 20bp
38240
38241 \end_inset
38242
38243
38244 \end_layout
38245
38246 \end_inset
38247 </cell>
38248 <cell alignment="center" valignment="top" usebox="none">
38249 \begin_inset Text
38250
38251 \begin_layout Plain Layout
38252
38253 \family sans
38254 Insert\SpecialChar \menuseparator
38255 Label
38256 \end_layout
38257
38258 \end_inset
38259 </cell>
38260 </row>
38261 <row interlinespace="2.5mm">
38262 <cell alignment="center" valignment="top" usebox="none">
38263 \begin_inset Text
38264
38265 \begin_layout Plain Layout
38266 \begin_inset Graphics
38267         filename ../images/dialog-show-new-inset_ref.png
38268         BoundingBox 0bp 5bp 20bp 20bp
38269
38270 \end_inset
38271
38272
38273 \end_layout
38274
38275 \end_inset
38276 </cell>
38277 <cell alignment="center" valignment="top" usebox="none">
38278 \begin_inset Text
38279
38280 \begin_layout Plain Layout
38281
38282 \family sans
38283 Insert\SpecialChar \menuseparator
38284 Cross-Reference
38285 \end_layout
38286
38287 \end_inset
38288 </cell>
38289 </row>
38290 <row interlinespace="2.5mm">
38291 <cell alignment="center" valignment="top" usebox="none">
38292 \begin_inset Text
38293
38294 \begin_layout Plain Layout
38295 \begin_inset Graphics
38296         filename ../images/dialog-show-new-inset_citation.png
38297         BoundingBox 0bp 5bp 20bp 20bp
38298
38299 \end_inset
38300
38301
38302 \end_layout
38303
38304 \end_inset
38305 </cell>
38306 <cell alignment="center" valignment="top" usebox="none">
38307 \begin_inset Text
38308
38309 \begin_layout Plain Layout
38310
38311 \family sans
38312 Insert\SpecialChar \menuseparator
38313 Citation
38314 \end_layout
38315
38316 \end_inset
38317 </cell>
38318 </row>
38319 <row interlinespace="2.5mm">
38320 <cell alignment="center" valignment="top" usebox="none">
38321 \begin_inset Text
38322
38323 \begin_layout Plain Layout
38324 \begin_inset Graphics
38325         filename ../images/index-insert.png
38326         BoundingBox 0bp 5bp 20bp 20bp
38327
38328 \end_inset
38329
38330
38331 \end_layout
38332
38333 \end_inset
38334 </cell>
38335 <cell alignment="center" valignment="top" usebox="none">
38336 \begin_inset Text
38337
38338 \begin_layout Plain Layout
38339
38340 \family sans
38341 Insert\SpecialChar \menuseparator
38342 Index
38343 \begin_inset space ~
38344 \end_inset
38345
38346 Entry
38347 \end_layout
38348
38349 \end_inset
38350 </cell>
38351 </row>
38352 <row interlinespace="2.5mm">
38353 <cell alignment="center" valignment="top" usebox="none">
38354 \begin_inset Text
38355
38356 \begin_layout Plain Layout
38357 \begin_inset Graphics
38358         filename ../images/nomencl-insert.png
38359         BoundingBox 0bp 5bp 20bp 20bp
38360
38361 \end_inset
38362
38363
38364 \end_layout
38365
38366 \end_inset
38367 </cell>
38368 <cell alignment="center" valignment="top" usebox="none">
38369 \begin_inset Text
38370
38371 \begin_layout Plain Layout
38372
38373 \family sans
38374 Insert\SpecialChar \menuseparator
38375 Nomenclature
38376 \begin_inset space ~
38377 \end_inset
38378
38379 Entry
38380 \end_layout
38381
38382 \end_inset
38383 </cell>
38384 </row>
38385 <row interlinespace="2.5mm">
38386 <cell alignment="center" valignment="top" usebox="none">
38387 \begin_inset Text
38388
38389 \begin_layout Plain Layout
38390 \begin_inset Graphics
38391         filename ../images/footnote-insert.png
38392         BoundingBox 0bp 5bp 20bp 20bp
38393
38394 \end_inset
38395
38396
38397 \end_layout
38398
38399 \end_inset
38400 </cell>
38401 <cell alignment="center" valignment="top" usebox="none">
38402 \begin_inset Text
38403
38404 \begin_layout Plain Layout
38405
38406 \family sans
38407 Insert\SpecialChar \menuseparator
38408 Footnote
38409 \end_layout
38410
38411 \end_inset
38412 </cell>
38413 </row>
38414 <row interlinespace="2.5mm">
38415 <cell alignment="center" valignment="top" usebox="none">
38416 \begin_inset Text
38417
38418 \begin_layout Plain Layout
38419 \begin_inset Graphics
38420         filename ../images/marginalnote-insert.png
38421         BoundingBox 0bp 5bp 20bp 25bp
38422         rotateOrigin center
38423
38424 \end_inset
38425
38426
38427 \end_layout
38428
38429 \end_inset
38430 </cell>
38431 <cell alignment="center" valignment="top" usebox="none">
38432 \begin_inset Text
38433
38434 \begin_layout Plain Layout
38435
38436 \family sans
38437 Insert\SpecialChar \menuseparator
38438 Marginal
38439 \begin_inset space ~
38440 \end_inset
38441
38442 Note
38443 \end_layout
38444
38445 \end_inset
38446 </cell>
38447 </row>
38448 <row interlinespace="2.5mm">
38449 <cell alignment="center" valignment="top" usebox="none">
38450 \begin_inset Text
38451
38452 \begin_layout Plain Layout
38453 \begin_inset Graphics
38454         filename ../images/note-insert.png
38455         BoundingBox 0bp 5bp 20bp 20bp
38456
38457 \end_inset
38458
38459
38460 \end_layout
38461
38462 \end_inset
38463 </cell>
38464 <cell alignment="center" valignment="top" usebox="none">
38465 \begin_inset Text
38466
38467 \begin_layout Plain Layout
38468
38469 \family sans
38470 Insert\SpecialChar \menuseparator
38471 Note\SpecialChar \menuseparator
38472 LyX
38473 \begin_inset space ~
38474 \end_inset
38475
38476 Note
38477 \end_layout
38478
38479 \end_inset
38480 </cell>
38481 </row>
38482 <row interlinespace="2.5mm">
38483 <cell alignment="center" valignment="top" usebox="none">
38484 \begin_inset Text
38485
38486 \begin_layout Plain Layout
38487 \begin_inset Graphics
38488         filename ../images/box-insert.png
38489         BoundingBox 0bp 5bp 20bp 20bp
38490
38491 \end_inset
38492
38493
38494 \end_layout
38495
38496 \end_inset
38497 </cell>
38498 <cell alignment="center" valignment="top" usebox="none">
38499 \begin_inset Text
38500
38501 \begin_layout Plain Layout
38502
38503 \family sans
38504 Insert\SpecialChar \menuseparator
38505 Box
38506 \end_layout
38507
38508 \end_inset
38509 </cell>
38510 </row>
38511 <row interlinespace="2.5mm">
38512 <cell alignment="center" valignment="top" usebox="none">
38513 \begin_inset Text
38514
38515 \begin_layout Plain Layout
38516 \begin_inset Graphics
38517         filename ../images/url-insert.png
38518         BoundingBox 0bp 5bp 20bp 20bp
38519
38520 \end_inset
38521
38522
38523 \end_layout
38524
38525 \end_inset
38526 </cell>
38527 <cell alignment="center" valignment="top" usebox="none">
38528 \begin_inset Text
38529
38530 \begin_layout Plain Layout
38531
38532 \family sans
38533 Insert\SpecialChar \menuseparator
38534 URL
38535 \end_layout
38536
38537 \end_inset
38538 </cell>
38539 </row>
38540 <row interlinespace="2.5mm">
38541 <cell alignment="center" valignment="top" usebox="none">
38542 \begin_inset Text
38543
38544 \begin_layout Plain Layout
38545 \begin_inset Graphics
38546         filename ../images/ert-insert.png
38547         BoundingBox 0bp 5bp 20bp 20bp
38548
38549 \end_inset
38550
38551
38552 \end_layout
38553
38554 \end_inset
38555 </cell>
38556 <cell alignment="center" valignment="top" usebox="none">
38557 \begin_inset Text
38558
38559 \begin_layout Plain Layout
38560
38561 \family sans
38562 Insert\SpecialChar \menuseparator
38563 T
38564 \family default
38565
38566 \begin_inset ERT
38567 status collapsed
38568
38569 \begin_layout Plain Layout
38570
38571 {}
38572 \end_layout
38573
38574 \end_inset
38575
38576
38577 \family sans
38578 eX
38579 \end_layout
38580
38581 \end_inset
38582 </cell>
38583 </row>
38584 <row interlinespace="2.5mm">
38585 <cell alignment="center" valignment="top" usebox="none">
38586 \begin_inset Text
38587
38588 \begin_layout Plain Layout
38589 \begin_inset Graphics
38590         filename ../images/math-macro_newmacroname_newcommand.png
38591         BoundingBox 0bp 5bp 20bp 20bp
38592
38593 \end_inset
38594
38595
38596 \end_layout
38597
38598 \end_inset
38599 </cell>
38600 <cell alignment="center" valignment="top" usebox="none">
38601 \begin_inset Text
38602
38603 \begin_layout Plain Layout
38604
38605 \family sans
38606 Insert\SpecialChar \menuseparator
38607 Math\SpecialChar \menuseparator
38608 Macro
38609 \end_layout
38610
38611 \end_inset
38612 </cell>
38613 </row>
38614 <row interlinespace="2.5mm">
38615 <cell alignment="center" valignment="top" usebox="none">
38616 \begin_inset Text
38617
38618 \begin_layout Plain Layout
38619 \begin_inset Graphics
38620         filename ../images/dialog-show-new-inset_include.png
38621         BoundingBox 0bp 5bp 20bp 20bp
38622
38623 \end_inset
38624
38625
38626 \end_layout
38627
38628 \end_inset
38629 </cell>
38630 <cell alignment="center" valignment="top" usebox="none">
38631 \begin_inset Text
38632
38633 \begin_layout Plain Layout
38634
38635 \family sans
38636 Insert\SpecialChar \menuseparator
38637 File\SpecialChar \menuseparator
38638 Child
38639 \begin_inset space ~
38640 \end_inset
38641
38642 Document
38643 \end_layout
38644
38645 \end_inset
38646 </cell>
38647 </row>
38648 <row interlinespace="2.5mm">
38649 <cell alignment="center" valignment="top" usebox="none">
38650 \begin_inset Text
38651
38652 \begin_layout Plain Layout
38653 \begin_inset Graphics
38654         filename ../images/dialog-show_character.png
38655         BoundingBox 0bp 5bp 20bp 25bp
38656         rotateOrigin center
38657
38658 \end_inset
38659
38660
38661 \end_layout
38662
38663 \end_inset
38664 </cell>
38665 <cell alignment="center" valignment="top" usebox="none">
38666 \begin_inset Text
38667
38668 \begin_layout Plain Layout
38669
38670 \family sans
38671 Edit\SpecialChar \menuseparator
38672 Text
38673 \begin_inset space ~
38674 \end_inset
38675
38676 Style
38677 \end_layout
38678
38679 \end_inset
38680 </cell>
38681 </row>
38682 <row interlinespace="2.5mm">
38683 <cell alignment="center" valignment="top" usebox="none">
38684 \begin_inset Text
38685
38686 \begin_layout Plain Layout
38687 \begin_inset Graphics
38688         filename ../images/layout-paragraph.png
38689         BoundingBox 0bp 5bp 20bp 25bp
38690         rotateOrigin center
38691
38692 \end_inset
38693
38694
38695 \end_layout
38696
38697 \end_inset
38698 </cell>
38699 <cell alignment="center" valignment="top" usebox="none">
38700 \begin_inset Text
38701
38702 \begin_layout Plain Layout
38703
38704 \family sans
38705 Edit\SpecialChar \menuseparator
38706 Paragraph
38707 \begin_inset space ~
38708 \end_inset
38709
38710 Settings
38711 \end_layout
38712
38713 \end_inset
38714 </cell>
38715 </row>
38716 <row interlinespace="2.5mm">
38717 <cell alignment="center" valignment="top" usebox="none">
38718 \begin_inset Text
38719
38720 \begin_layout Plain Layout
38721 \begin_inset Graphics
38722         filename ../images/thesaurus-entry.png
38723         BoundingBox 0bp 5bp 20bp 25bp
38724         rotateOrigin center
38725
38726 \end_inset
38727
38728
38729 \end_layout
38730
38731 \end_inset
38732 </cell>
38733 <cell alignment="center" valignment="top" usebox="none">
38734 \begin_inset Text
38735
38736 \begin_layout Plain Layout
38737
38738 \family sans
38739 Tools\SpecialChar \menuseparator
38740 Thesaurus
38741 \end_layout
38742
38743 \end_inset
38744 </cell>
38745 </row>
38746 </lyxtabular>
38747
38748 \end_inset
38749
38750
38751 \end_layout
38752
38753 \begin_layout Subsection
38754 View / Update Toolbar
38755 \begin_inset Index idx
38756 status collapsed
38757
38758 \begin_layout Plain Layout
38759 Toolbar ! View / Update
38760 \end_layout
38761
38762 \end_inset
38763
38764
38765 \end_layout
38766
38767 \begin_layout Standard
38768 \begin_inset Graphics
38769         filename clipart/ViewToolbar.png
38770
38771 \end_inset
38772
38773
38774 \end_layout
38775
38776 \begin_layout Standard
38777 \begin_inset VSpace defskip
38778 \end_inset
38779
38780
38781 \end_layout
38782
38783 \begin_layout Standard
38784 The view / update toolbar as shown above contains from left to right the
38785  following buttons:
38786 \end_layout
38787
38788 \begin_layout Standard
38789 \begin_inset VSpace defskip
38790 \end_inset
38791
38792
38793 \end_layout
38794
38795 \begin_layout Standard
38796 \begin_inset Tabular
38797 <lyxtabular version="3" rows="6" columns="2">
38798 <features islongtable="true" longtabularalignment="center">
38799 <column alignment="left" valignment="top" width="0">
38800 <column alignment="left" valignment="top" width="0">
38801 <row interlinespace="2.5mm">
38802 <cell alignment="center" valignment="top" usebox="none">
38803 \begin_inset Text
38804
38805 \begin_layout Plain Layout
38806 \begin_inset Graphics
38807         filename ../images/buffer-view_dvi.png
38808         BoundingBox 0bp 5bp 20bp 25bp
38809         rotateOrigin center
38810
38811 \end_inset
38812
38813
38814 \end_layout
38815
38816 \end_inset
38817 </cell>
38818 <cell alignment="center" valignment="top" usebox="none">
38819 \begin_inset Text
38820
38821 \begin_layout Plain Layout
38822
38823 \family sans
38824 View\SpecialChar \menuseparator
38825 DVI
38826 \end_layout
38827
38828 \end_inset
38829 </cell>
38830 </row>
38831 <row interlinespace="2.5mm">
38832 <cell alignment="center" valignment="top" usebox="none">
38833 \begin_inset Text
38834
38835 \begin_layout Plain Layout
38836 \begin_inset Graphics
38837         filename ../images/buffer-update_dvi.png
38838         BoundingBox 0bp 5bp 20bp 25bp
38839         rotateOrigin center
38840
38841 \end_inset
38842
38843
38844 \end_layout
38845
38846 \end_inset
38847 </cell>
38848 <cell alignment="center" valignment="top" usebox="none">
38849 \begin_inset Text
38850
38851 \begin_layout Plain Layout
38852
38853 \family sans
38854 View\SpecialChar \menuseparator
38855 Update\SpecialChar \menuseparator
38856 DVI
38857 \end_layout
38858
38859 \end_inset
38860 </cell>
38861 </row>
38862 <row interlinespace="2.5mm">
38863 <cell alignment="center" valignment="top" usebox="none">
38864 \begin_inset Text
38865
38866 \begin_layout Plain Layout
38867 \begin_inset Graphics
38868         filename ../images/buffer-view_pdf2.png
38869         BoundingBox 0bp 5bp 20bp 25bp
38870         rotateOrigin center
38871
38872 \end_inset
38873
38874
38875 \end_layout
38876
38877 \end_inset
38878 </cell>
38879 <cell alignment="center" valignment="top" usebox="none">
38880 \begin_inset Text
38881
38882 \begin_layout Plain Layout
38883
38884 \family sans
38885 View\SpecialChar \menuseparator
38886 PDF
38887 \end_layout
38888
38889 \end_inset
38890 </cell>
38891 </row>
38892 <row interlinespace="2.5mm">
38893 <cell alignment="center" valignment="top" usebox="none">
38894 \begin_inset Text
38895
38896 \begin_layout Plain Layout
38897 \begin_inset Graphics
38898         filename ../images/buffer-update_pdf2.png
38899         BoundingBox 0bp 5bp 20bp 25bp
38900         rotateOrigin center
38901
38902 \end_inset
38903
38904
38905 \end_layout
38906
38907 \end_inset
38908 </cell>
38909 <cell alignment="center" valignment="top" usebox="none">
38910 \begin_inset Text
38911
38912 \begin_layout Plain Layout
38913
38914 \family sans
38915 View\SpecialChar \menuseparator
38916 Update\SpecialChar \menuseparator
38917 PDF
38918 \end_layout
38919
38920 \end_inset
38921 </cell>
38922 </row>
38923 <row interlinespace="2.5mm">
38924 <cell alignment="center" valignment="top" usebox="none">
38925 \begin_inset Text
38926
38927 \begin_layout Plain Layout
38928 \begin_inset Graphics
38929         filename ../images/buffer-view_ps.png
38930         BoundingBox 0bp 5bp 20bp 25bp
38931         rotateOrigin center
38932
38933 \end_inset
38934
38935
38936 \end_layout
38937
38938 \end_inset
38939 </cell>
38940 <cell alignment="center" valignment="top" usebox="none">
38941 \begin_inset Text
38942
38943 \begin_layout Plain Layout
38944
38945 \family sans
38946 View\SpecialChar \menuseparator
38947 Postscript
38948 \end_layout
38949
38950 \end_inset
38951 </cell>
38952 </row>
38953 <row interlinespace="2.5mm">
38954 <cell alignment="center" valignment="top" usebox="none">
38955 \begin_inset Text
38956
38957 \begin_layout Plain Layout
38958 \begin_inset Graphics
38959         filename ../images/buffer-update_ps.png
38960         BoundingBox 0bp 5bp 20bp 25bp
38961         rotateOrigin center
38962
38963 \end_inset
38964
38965
38966 \end_layout
38967
38968 \end_inset
38969 </cell>
38970 <cell alignment="center" valignment="top" usebox="none">
38971 \begin_inset Text
38972
38973 \begin_layout Plain Layout
38974
38975 \family sans
38976 View\SpecialChar \menuseparator
38977 Update\SpecialChar \menuseparator
38978 Postscript
38979 \end_layout
38980
38981 \end_inset
38982 </cell>
38983 </row>
38984 </lyxtabular>
38985
38986 \end_inset
38987
38988
38989 \end_layout
38990
38991 \begin_layout Subsection
38992 Other Toolbars
38993 \end_layout
38994
38995 \begin_layout Standard
38996 The change tracking toolbar is explained in section
38997 \begin_inset space ~
38998 \end_inset
38999
39000
39001 \begin_inset CommandInset ref
39002 LatexCommand ref
39003 reference "sec:Change-Tracking"
39004
39005 \end_inset
39006
39007 , the table toolbar
39008 \begin_inset Index idx
39009 status collapsed
39010
39011 \begin_layout Plain Layout
39012 Toolbar ! Table
39013 \end_layout
39014
39015 \end_inset
39016
39017  in the 
39018 \emph on
39019 Embedded Objects
39020 \emph default
39021  manual, the math macro toolbar
39022 \begin_inset Index idx
39023 status collapsed
39024
39025 \begin_layout Plain Layout
39026 Toolbar ! Macro
39027 \end_layout
39028
39029 \end_inset
39030
39031  in the 
39032 \emph on
39033 Math
39034 \emph default
39035  manual.
39036 \end_layout
39037
39038 \begin_layout Chapter
39039 The Document Settings
39040 \begin_inset CommandInset label
39041 LatexCommand label
39042 name "cha:The-Document-Settings"
39043
39044 \end_inset
39045
39046
39047 \begin_inset Index idx
39048 status collapsed
39049
39050 \begin_layout Plain Layout
39051 Document ! Settings
39052 \end_layout
39053
39054 \end_inset
39055
39056
39057 \end_layout
39058
39059 \begin_layout Standard
39060 The document settings dialog contains submenus to set properties for the
39061  whole document and is called with the menu
39062 \family sans
39063  Document\SpecialChar \menuseparator
39064 Settings
39065 \family default
39066 .
39067  You can save your document settings as default with th
39068 \family sans
39069 e Save as Document Defaults
39070 \family default
39071  button in the dialog.
39072  This will create a template name
39073 \family typewriter
39074 d
39075 \family default
39076  
39077 \family typewriter
39078 default.lyx
39079 \family default
39080  which is automatically loaded by LyX when you create a new document without
39081  using a template.
39082 \end_layout
39083
39084 \begin_layout Standard
39085 The different submenus of the dialog are explained in the following.
39086 \end_layout
39087
39088 \begin_layout Section
39089 Document Class
39090 \end_layout
39091
39092 \begin_layout Standard
39093 Here you set the document class, class options, a graphics driver, and a
39094  master document.
39095  Document classes are described in section
39096 \begin_inset space ~
39097 \end_inset
39098
39099
39100 \begin_inset CommandInset ref
39101 LatexCommand ref
39102 reference "sec:Document-Classes"
39103
39104 \end_inset
39105
39106 .
39107  Some classes use some class options by default.
39108  If this is the case, they are listed in the field 
39109 \family sans
39110 Predefined
39111 \family default
39112  and you can decide to use them or not.
39113  If you don't exactly know what the default class options are for, it is
39114  recommended not to touch them.
39115  The graphics driver is used for LaTeX's graphics, color and page layout
39116  packages.
39117  When using 
39118 \family sans
39119 Default
39120 \family default
39121 , the default driver for the LaTeX-packages is used.
39122  It is recommended that you use the default unless you know what you are
39123  doing.
39124 \begin_inset Foot
39125 status collapsed
39126
39127 \begin_layout Plain Layout
39128 When you want one of the following drivers
39129 \begin_inset Newline newline
39130 \end_inset
39131
39132 dvi2ps, dvialw, dvilaser, dvitops, psprint, pubps, ln
39133 \begin_inset Newline newline
39134 \end_inset
39135
39136 you first have to activate them in your LaTeX distribution, see sec.
39137 \begin_inset space \thinspace{}
39138 \end_inset
39139
39140 2 in 
39141 \begin_inset CommandInset href
39142 LatexCommand href
39143 target "http://tug.ctan.org/get/macros/latex/required/graphics/grfguide.pdf"
39144
39145 \end_inset
39146
39147 .
39148 \end_layout
39149
39150 \end_inset
39151
39152
39153 \end_layout
39154
39155 \begin_layout Standard
39156 Specifying a master document is necessary when the current document is a
39157  child or subdocument.
39158  This master document will be used by LyX when the child document is opened
39159  without its master.
39160  This way child documents are always compilable.
39161  More about master and child documents is explained in the section 
39162 \emph on
39163 Child Documents
39164 \emph default
39165  of the 
39166 \emph on
39167 Embedded Objects
39168 \emph default
39169  manual.
39170 \end_layout
39171
39172 \begin_layout Section
39173 Modules
39174 \end_layout
39175
39176 \begin_layout Standard
39177 Modules are explained in section
39178 \begin_inset space ~
39179 \end_inset
39180
39181
39182 \begin_inset CommandInset ref
39183 LatexCommand ref
39184 reference "sub:Modules"
39185
39186 \end_inset
39187
39188 .
39189 \end_layout
39190
39191 \begin_layout Section
39192 Fonts
39193 \end_layout
39194
39195 \begin_layout Standard
39196 The document font settings are described in section
39197 \begin_inset space ~
39198 \end_inset
39199
39200
39201 \begin_inset CommandInset ref
39202 LatexCommand ref
39203 reference "sec:Fonts-and-Text"
39204
39205 \end_inset
39206
39207 .
39208 \end_layout
39209
39210 \begin_layout Section
39211 Text Layout
39212 \end_layout
39213
39214 \begin_layout Standard
39215 You can specify if paragraphs should be separated by indentations or vertical
39216  skips.
39217  The line spacing and the number of text columns can here also be specified.
39218  
39219 \end_layout
39220
39221 \begin_layout Standard
39222 Note that LyX won't show two columns or the set up line spacing on screen.
39223  That's impractical, often unreadable, and not part of the WYSIWYM concept.
39224  However, it will be as you specified it in the output.
39225 \end_layout
39226
39227 \begin_layout Standard
39228 The listings settings are explained in the corresponding section in the
39229  
39230 \emph on
39231 Embedded Objects
39232 \emph default
39233  manual.
39234 \end_layout
39235
39236 \begin_layout Section
39237 Page Layout
39238 \end_layout
39239
39240 \begin_layout Standard
39241 A description of this menu is given in section
39242 \begin_inset space ~
39243 \end_inset
39244
39245
39246 \begin_inset CommandInset ref
39247 LatexCommand ref
39248 reference "sub:Paper-Size,-Orientation,"
39249
39250 \end_inset
39251
39252  and 
39253 \begin_inset CommandInset ref
39254 LatexCommand ref
39255 reference "sub:Document-Layout"
39256
39257 \end_inset
39258
39259 .
39260 \end_layout
39261
39262 \begin_layout Section
39263 Page Margins
39264 \end_layout
39265
39266 \begin_layout Standard
39267 Here you can adjust the paper margins, see section
39268 \begin_inset space ~
39269 \end_inset
39270
39271
39272 \begin_inset CommandInset ref
39273 LatexCommand ref
39274 reference "sub:Margins"
39275
39276 \end_inset
39277
39278 .
39279 \end_layout
39280
39281 \begin_layout Section
39282 Language
39283 \begin_inset Index idx
39284 status collapsed
39285
39286 \begin_layout Plain Layout
39287 Language ! Encoding
39288 \end_layout
39289
39290 \end_inset
39291
39292
39293 \end_layout
39294
39295 \begin_layout Standard
39296 The document language and quote styles are set here.
39297  The encoding specifies how the document content is exported to LaTeX (the
39298  LyX file is always encoded in utf8).
39299  All characters that cannot be encoded using the specified encoding will
39300  be exported as LaTeX-commands (this can fail if a LaTeX-command is not
39301  known for a particular character).
39302 \begin_inset Foot
39303 status collapsed
39304
39305 \begin_layout Plain Layout
39306 The known commands are defined in a text file.
39307  You can add commands for unknown symbols to that file yourself, see the
39308  
39309 \emph on
39310 Customization
39311 \emph default
39312  manual for details.
39313 \end_layout
39314
39315 \end_inset
39316
39317
39318 \end_layout
39319
39320 \begin_layout Standard
39321 If you use the option 
39322 \family sans
39323 Language Default
39324 \family default
39325 , LyX determines the encoding of a text part from the language of this text.
39326  If the document contains text in more than one language you may get more
39327  than one encoding in the LaTeX file.
39328  If you do not use this option then the complete document will always use
39329  exactly one encoding.
39330  Checking this option is the preferred setting unless you use 
39331 \family sans
39332 XeTeX
39333 \family default
39334
39335 \begin_inset Foot
39336 status collapsed
39337
39338 \begin_layout Plain Layout
39339 XeTeX is a TeX typesetting engine, an alternative for LaTeX.
39340  It natively supports Unicode while its input file is assumed to be in UTF-8
39341  encoding.
39342  More about using LyX with XeTeX can be found in 
39343 \begin_inset CommandInset citation
39344 LatexCommand cite
39345 key "XeTeX"
39346
39347 \end_inset
39348
39349 .
39350 \end_layout
39351
39352 \end_inset
39353
39354  (see below).
39355 \end_layout
39356
39357 \begin_layout Standard
39358 LyX also supports Unicode output, which is particularly useful if you need
39359  lots of special symbols or non-alphabetic scripts, respectively.
39360  If you want to use this (and your LaTeX installation supports Unicode,
39361  for that matter), choose one of the four utf8 variants from the list below.
39362  Unfortunately the Unicode support of standard LaTeX is quite incomplete,
39363  so it is not uncommon that a file with lots of Unicode symbols works fine
39364  with 
39365 \family sans
39366 Language Default
39367 \family default
39368  (when LyX uses its list of known LaTeX-commands), but does not work with
39369  a fixed utf8 encoding (when the list of known LaTeX-commands is not used,
39370  because all Unicode symbols can be encoded in utf8).
39371 \end_layout
39372
39373 \begin_layout Standard
39374 Here is a list with the important encodings:
39375 \end_layout
39376
39377 \begin_layout Description
39378 Language
39379 \begin_inset space ~
39380 \end_inset
39381
39382 Default
39383 \begin_inset space ~
39384 \end_inset
39385
39386 (no
39387 \begin_inset space ~
39388 \end_inset
39389
39390 inputenc) Same as 
39391 \family sans
39392 Language Default
39393 \family default
39394 , but the LaTeX-package 
39395 \series bold
39396 inputenc
39397 \series default
39398
39399 \begin_inset Index idx
39400 status collapsed
39401
39402 \begin_layout Plain Layout
39403 LaTeX-packages ! inputenc
39404 \end_layout
39405
39406 \end_inset
39407
39408  is not used.
39409  When using this, you probably need to load some additional packages manually
39410  in the preamble and specify the used encoding for text parts in foreign
39411  languages in TeX code.
39412 \end_layout
39413
39414 \begin_layout Description
39415 ASCII the ASCII encoding, covers only plain English (7-bit ASCII).
39416  LyX converts all other characters into LaTeX commands, which may result
39417  in a big file when lots of LaTeX-commands are needed.
39418 \end_layout
39419
39420 \begin_layout Description
39421 Arabic
39422 \begin_inset space ~
39423 \end_inset
39424
39425 (CP
39426 \begin_inset space ~
39427 \end_inset
39428
39429 1256) MS Windows code page for Arabic and Farsi
39430 \end_layout
39431
39432 \begin_layout Description
39433 Arabic
39434 \begin_inset space ~
39435 \end_inset
39436
39437 (ISO
39438 \begin_inset space ~
39439 \end_inset
39440
39441 8859-6) for Arabic and Farsi
39442 \end_layout
39443
39444 \begin_layout Description
39445 Armenian
39446 \begin_inset space ~
39447 \end_inset
39448
39449 (ArmSCII8) for Armenian
39450 \end_layout
39451
39452 \begin_layout Description
39453 Baltic
39454 \begin_inset space ~
39455 \end_inset
39456
39457 (CP
39458 \begin_inset space ~
39459 \end_inset
39460
39461 1257) MS Windows code page for Estonian, Latvian, and Lithuanian, the same
39462  as the ISO-8859-13 encoding
39463 \end_layout
39464
39465 \begin_layout Description
39466 Baltic
39467 \begin_inset space ~
39468 \end_inset
39469
39470 (ISO
39471 \begin_inset space ~
39472 \end_inset
39473
39474 8859-13) for Estonian, Latvian, and Lithuanian, a superset of the ISO-8859-4
39475  encoding
39476 \end_layout
39477
39478 \begin_layout Description
39479 Baltic
39480 \begin_inset space ~
39481 \end_inset
39482
39483 (ISO
39484 \begin_inset space ~
39485 \end_inset
39486
39487 8859-4) (latin 4) for Estonian, Latvian, and Lithuanian, a subset of the
39488  ISO-8859-13 encoding
39489 \end_layout
39490
39491 \begin_layout Description
39492 Central
39493 \begin_inset space ~
39494 \end_inset
39495
39496 European
39497 \begin_inset space ~
39498 \end_inset
39499
39500 (CP
39501 \begin_inset space ~
39502 \end_inset
39503
39504 1250) MS Windows code page for ISO
39505 \begin_inset space ~
39506 \end_inset
39507
39508 8859-2 (latin2)
39509 \end_layout
39510
39511 \begin_layout Description
39512 Central
39513 \begin_inset space ~
39514 \end_inset
39515
39516 European
39517 \begin_inset space ~
39518 \end_inset
39519
39520 (ISO
39521 \begin_inset space ~
39522 \end_inset
39523
39524 8859-2) (latin 2) covers Albanian, Croatian, Czech, German, Hungarian, Polish,
39525  Romanian, Slovak, and Slovenian
39526 \end_layout
39527
39528 \begin_layout Description
39529 Chinese
39530 \begin_inset space ~
39531 \end_inset
39532
39533 (simplified)
39534 \begin_inset space ~
39535 \end_inset
39536
39537 (EUC-CN) for simplified Chinese, used especially on UNIX OSes, since 2001
39538  this encoding is officially replaced by the encoding GB18030, as GB18030
39539  is not available for LaTeX you should try to use the encoding Unicode
39540 \begin_inset space ~
39541 \end_inset
39542
39543 (CJK)
39544 \begin_inset space ~
39545 \end_inset
39546
39547 (utf8)
39548 \end_layout
39549
39550 \begin_layout Description
39551 Chinese
39552 \begin_inset space ~
39553 \end_inset
39554
39555 (simplified)
39556 \begin_inset space ~
39557 \end_inset
39558
39559 (GBK) for simplified Chinese, is the same as the Windows code page CP 936
39560  except for the Euro currency sign, since 2001 this encoding is officially
39561  replaced by the encoding GB18030, as GB18030 is not available for LaTeX
39562  you should try to use the encoding Unicode
39563 \begin_inset space ~
39564 \end_inset
39565
39566 (CJK)
39567 \begin_inset space ~
39568 \end_inset
39569
39570 (utf8)
39571 \end_layout
39572
39573 \begin_layout Description
39574 Chinese
39575 \begin_inset space ~
39576 \end_inset
39577
39578 (traditional)
39579 \begin_inset space ~
39580 \end_inset
39581
39582 (EUC-TW) for traditional Chinese
39583 \end_layout
39584
39585 \begin_layout Description
39586 Cyrillic
39587 \begin_inset space ~
39588 \end_inset
39589
39590 (CP
39591 \begin_inset space ~
39592 \end_inset
39593
39594 1251) MS Windows code page for Cyrillic
39595 \end_layout
39596
39597 \begin_layout Description
39598 Cyrillic
39599 \begin_inset space ~
39600 \end_inset
39601
39602 (ISO
39603 \begin_inset space ~
39604 \end_inset
39605
39606 8859-5) covers Belorussian, Bulgarian, Macedonian, Serbian, and Ukrainian
39607 \end_layout
39608
39609 \begin_layout Description
39610 Cyrillic
39611 \begin_inset space ~
39612 \end_inset
39613
39614 (KOI8-R) standard Cyrillic especially for Russian
39615 \end_layout
39616
39617 \begin_layout Description
39618 Cyrillic
39619 \begin_inset space ~
39620 \end_inset
39621
39622 (KOI8-U) Cyrillic for Ukrainian
39623 \end_layout
39624
39625 \begin_layout Description
39626 Cyrillic
39627 \begin_inset space ~
39628 \end_inset
39629
39630 (pt
39631 \begin_inset space ~
39632 \end_inset
39633
39634 154) Cyrillic for Kazakh
39635 \end_layout
39636
39637 \begin_layout Description
39638 Greek
39639 \begin_inset space ~
39640 \end_inset
39641
39642 (ISO
39643 \begin_inset space ~
39644 \end_inset
39645
39646 8859-7) for Greek
39647 \end_layout
39648
39649 \begin_layout Description
39650 Hebrew
39651 \begin_inset space ~
39652 \end_inset
39653
39654 (CP
39655 \begin_inset space ~
39656 \end_inset
39657
39658 1255) MS Windows code page for Hebrew, a superset of the ISO-8859-8 encoding
39659 \end_layout
39660
39661 \begin_layout Description
39662 Hebrew
39663 \begin_inset space ~
39664 \end_inset
39665
39666 (ISO
39667 \begin_inset space ~
39668 \end_inset
39669
39670 8859-8) for Hebrew
39671 \end_layout
39672
39673 \begin_layout Description
39674 Japanese
39675 \begin_inset space ~
39676 \end_inset
39677
39678 (CJK)
39679 \begin_inset space ~
39680 \end_inset
39681
39682 (EUC-JP) EUC-JP encoding for Japanese, uses the LaTeX-package 
39683 \series bold
39684 CJK
39685 \series default
39686
39687 \begin_inset Index idx
39688 status collapsed
39689
39690 \begin_layout Plain Layout
39691 LaTeX-packages ! CJK
39692 \end_layout
39693
39694 \end_inset
39695
39696 , when using this, set the document language to 
39697 \family sans
39698 Japanese (CJK)
39699 \end_layout
39700
39701 \begin_layout Description
39702 Japanese
39703 \begin_inset space ~
39704 \end_inset
39705
39706 (CJK)
39707 \begin_inset space ~
39708 \end_inset
39709
39710 (JIS) JIS encoding for Japanese, uses the LaTeX-package 
39711 \series bold
39712 CJK
39713 \series default
39714 , when using this, set the document language to 
39715 \family sans
39716 Japanese (CJK)
39717 \end_layout
39718
39719 \begin_layout Description
39720 Japanese
39721 \begin_inset space ~
39722 \end_inset
39723
39724 (non-CJK)
39725 \begin_inset space ~
39726 \end_inset
39727
39728 (EUC-JP) EUC-JP encoding for Japanese, uses the LaTeX-package 
39729 \series bold
39730 japanese
39731 \series default
39732
39733 \begin_inset Index idx
39734 status collapsed
39735
39736 \begin_layout Plain Layout
39737 LaTeX-packages ! japanese
39738 \end_layout
39739
39740 \end_inset
39741
39742 , when using this, set the document language to 
39743 \family sans
39744 Japanese
39745 \end_layout
39746
39747 \begin_layout Description
39748 Japanese
39749 \begin_inset space ~
39750 \end_inset
39751
39752 (non-CJK)
39753 \begin_inset space ~
39754 \end_inset
39755
39756 (JIS) JIS encoding for Japanese, uses the LaTeX-package 
39757 \series bold
39758 japanese
39759 \series default
39760 , when using this, set the document language to 
39761 \family sans
39762 Japanese
39763 \end_layout
39764
39765 \begin_layout Description
39766 Japanese
39767 \begin_inset space ~
39768 \end_inset
39769
39770 (non-CJK)
39771 \begin_inset space ~
39772 \end_inset
39773
39774 (SJIS) SJIS encoding for Japanese, uses the LaTeX-package 
39775 \series bold
39776 japanese
39777 \series default
39778 , when using this, set the document language to 
39779 \family sans
39780 Japanese
39781 \end_layout
39782
39783 \begin_layout Description
39784 Korean
39785 \begin_inset space ~
39786 \end_inset
39787
39788 (EUC-KR) for Korean
39789 \end_layout
39790
39791 \begin_layout Description
39792 Southern
39793 \begin_inset space ~
39794 \end_inset
39795
39796 European
39797 \begin_inset space ~
39798 \end_inset
39799
39800 (ISO
39801 \begin_inset space ~
39802 \end_inset
39803
39804 8859-3) (latin 3) covers Esperanto, Galician, Maltese, and Turkish
39805 \end_layout
39806
39807 \begin_layout Description
39808 South-Eastern
39809 \begin_inset space ~
39810 \end_inset
39811
39812 European
39813 \begin_inset space ~
39814 \end_inset
39815
39816 (ISO
39817 \begin_inset space ~
39818 \end_inset
39819
39820 8859-16) (latin 10) covers Albanian, Croatian, Finnish, French, German,
39821  Hungarian, Irish Gaelic, Italian, Polish, Romanian, Slovenian, is designed
39822  to cover many languages and characters with diacritics
39823 \end_layout
39824
39825 \begin_layout Description
39826 Thai
39827 \begin_inset space ~
39828 \end_inset
39829
39830 (TIS
39831 \begin_inset space ~
39832 \end_inset
39833
39834 620-0) for Thai
39835 \end_layout
39836
39837 \begin_layout Description
39838 Turkish
39839 \begin_inset space ~
39840 \end_inset
39841
39842 (ISO
39843 \begin_inset space ~
39844 \end_inset
39845
39846 8859-9) (latin 5) for Turkish, is like the ISO-8859-1 encoding where the
39847  Icelandic letters are replaced by Turkish ones
39848 \end_layout
39849
39850 \begin_layout Description
39851 Unicode
39852 \begin_inset space ~
39853 \end_inset
39854
39855 (CJK)
39856 \begin_inset space ~
39857 \end_inset
39858
39859 (utf8) Unicode utf8 with the LaTeX-package 
39860 \series bold
39861 CJK
39862 \series default
39863
39864 \begin_inset Index idx
39865 status collapsed
39866
39867 \begin_layout Plain Layout
39868 LaTeX-packages ! CJK
39869 \end_layout
39870
39871 \end_inset
39872
39873  (for the languages Chinese, Japanese and Korean)
39874 \end_layout
39875
39876 \begin_layout Description
39877 Unicode
39878 \begin_inset space ~
39879 \end_inset
39880
39881 (XeTeX)
39882 \begin_inset space ~
39883 \end_inset
39884
39885 (utf8) Unicode utf8 to be used with 
39886 \family sans
39887 XeTeX
39888 \family default
39889 , which uses Unicode directly, without the help of the LaTeX-package 
39890 \series bold
39891 inputenc
39892 \series default
39893  
39894 \begin_inset Foot
39895 status collapsed
39896
39897 \begin_layout Plain Layout
39898 More about using LyX with XeTeX can be found in 
39899 \begin_inset CommandInset citation
39900 LatexCommand cite
39901 key "XeTeX"
39902
39903 \end_inset
39904
39905 .
39906 \end_layout
39907
39908 \end_inset
39909
39910
39911 \end_layout
39912
39913 \begin_layout Description
39914 Unicode
39915 \begin_inset space ~
39916 \end_inset
39917
39918 (ucs-extended)
39919 \begin_inset space ~
39920 \end_inset
39921
39922 (utf8x) Unicode utf8 based on the LaTeX package 
39923 \series bold
39924 ucs
39925 \series default
39926
39927 \begin_inset Index idx
39928 status collapsed
39929
39930 \begin_layout Plain Layout
39931 LaTeX-packages ! ucs
39932 \end_layout
39933
39934 \end_inset
39935
39936  (comprehensive, including Latin, Greek, Cyrillic and CJK scripts).
39937 \end_layout
39938
39939 \begin_layout Description
39940 Unicode
39941 \begin_inset space ~
39942 \end_inset
39943
39944 (utf8) Unicode utf8 based on the LaTeX-package 
39945 \series bold
39946 inputenc
39947 \series default
39948
39949 \begin_inset Index idx
39950 status collapsed
39951
39952 \begin_layout Plain Layout
39953 LaTeX-packages ! inputenc
39954 \end_layout
39955
39956 \end_inset
39957
39958 .
39959  Currently only a limited range of characters (mainly for Latin scripts)
39960  is supported.
39961 \end_layout
39962
39963 \begin_layout Description
39964 Western
39965 \begin_inset space ~
39966 \end_inset
39967
39968 European
39969 \begin_inset space ~
39970 \end_inset
39971
39972 (CP
39973 \begin_inset space ~
39974 \end_inset
39975
39976 1252) MS Windows code page for ISO
39977 \begin_inset space ~
39978 \end_inset
39979
39980 8859-1 (latin1)
39981 \end_layout
39982
39983 \begin_layout Description
39984 Western
39985 \begin_inset space ~
39986 \end_inset
39987
39988 European
39989 \begin_inset space ~
39990 \end_inset
39991
39992 (ISO
39993 \begin_inset space ~
39994 \end_inset
39995
39996 8859-1) (latin 1) covers the languages Albanian, Catalan, Danish, Dutch,
39997  English, Faroese, Finnish, French, Galician, German, Icelandic, Irish,
39998  Italian, Norwegian, Portuguese, Spanish, and Swedish; better use the ISO-8859-1
39999 5 encoding instead
40000 \end_layout
40001
40002 \begin_layout Description
40003 Western
40004 \begin_inset space ~
40005 \end_inset
40006
40007 European
40008 \begin_inset space ~
40009 \end_inset
40010
40011 (ISO
40012 \begin_inset space ~
40013 \end_inset
40014
40015 8859-15) (latin 9) like the ISO-8859-1 encoding, but with the Euro currency
40016  sign, the œ-ligature and some characters used for French and Finnish
40017 \end_layout
40018
40019 \begin_layout Section
40020 Numbering & TOC
40021 \end_layout
40022
40023 \begin_layout Standard
40024 You can adjust here the numbering depth of section headings and the section
40025  depth in the table of contents as described in section
40026 \begin_inset space ~
40027 \end_inset
40028
40029
40030 \begin_inset CommandInset ref
40031 LatexCommand ref
40032 reference "sub:Numbering-depth"
40033
40034 \end_inset
40035
40036 .
40037 \end_layout
40038
40039 \begin_layout Section
40040 Bibliography
40041 \end_layout
40042
40043 \begin_layout Standard
40044 You can specify here a citation style using the LaTeX packages 
40045 \series bold
40046 natbib
40047 \series default
40048
40049 \begin_inset Index idx
40050 status collapsed
40051
40052 \begin_layout Plain Layout
40053 LaTeX-packages ! natbib
40054 \end_layout
40055
40056 \end_inset
40057
40058  or 
40059 \series bold
40060 jurabib
40061 \series default
40062
40063 \begin_inset Index idx
40064 status collapsed
40065
40066 \begin_layout Plain Layout
40067 LaTeX-packages ! jurabib
40068 \end_layout
40069
40070 \end_inset
40071
40072 , you can enable subdivided bibliographies using the LaTeX package 
40073 \series bold
40074 bibtopic
40075 \series default
40076
40077 \begin_inset Index idx
40078 status collapsed
40079
40080 \begin_layout Plain Layout
40081 LaTeX-packages ! bibtopic
40082 \end_layout
40083
40084 \end_inset
40085
40086  and you can customize how the bibliography of the given document is being
40087  generated.
40088  For a further description see section
40089 \begin_inset space ~
40090 \end_inset
40091
40092
40093 \begin_inset CommandInset ref
40094 LatexCommand ref
40095 reference "sec:Bibliography"
40096
40097 \end_inset
40098
40099 .
40100 \end_layout
40101
40102 \begin_layout Section
40103 Indexes
40104 \end_layout
40105
40106 \begin_layout Standard
40107 Here, you can customize how the index of your document is being generated
40108  and you can define additional indexes.
40109  Please refer to section
40110 \begin_inset space ~
40111 \end_inset
40112
40113
40114 \begin_inset CommandInset ref
40115 LatexCommand ref
40116 reference "sec:Index"
40117
40118 \end_inset
40119
40120  for details.
40121 \end_layout
40122
40123 \begin_layout Section
40124 PDF Properties
40125 \end_layout
40126
40127 \begin_layout Standard
40128 The PDF properties are explained in section
40129 \begin_inset space ~
40130 \end_inset
40131
40132
40133 \begin_inset CommandInset ref
40134 LatexCommand ref
40135 reference "sec:PDF-Properties"
40136
40137 \end_inset
40138
40139 .
40140 \end_layout
40141
40142 \begin_layout Section
40143 Math Options
40144 \end_layout
40145
40146 \begin_layout Standard
40147 These options will force LyX to use the LaTeX-packages 
40148 \series bold
40149 amsmath
40150 \series default
40151
40152 \begin_inset Index idx
40153 status collapsed
40154
40155 \begin_layout Plain Layout
40156 LaTeX-packages ! amsmath
40157 \end_layout
40158
40159 \end_inset
40160
40161  and 
40162 \series bold
40163 esint
40164 \series default
40165
40166 \begin_inset Index idx
40167 status collapsed
40168
40169 \begin_layout Plain Layout
40170 LaTeX-packages ! esint
40171 \end_layout
40172
40173 \end_inset
40174
40175  or to use them automatically when they are needed.
40176 \end_layout
40177
40178 \begin_layout Standard
40179
40180 \series bold
40181 amsmath
40182 \series default
40183  is needed for many constructs, so when you get LaTeX-errors in formulas,
40184  ensure that you have enabled AMS.
40185 \end_layout
40186
40187 \begin_layout Standard
40188
40189 \series bold
40190 esint
40191 \series default
40192  is used for special integral characters.
40193 \end_layout
40194
40195 \begin_layout Section
40196 Float Placement
40197 \end_layout
40198
40199 \begin_layout Standard
40200 The float placement options are described in section
40201 \begin_inset space ~
40202 \end_inset
40203
40204
40205 \begin_inset CommandInset ref
40206 LatexCommand ref
40207 reference "sub:Float-Placement"
40208
40209 \end_inset
40210
40211 .
40212 \end_layout
40213
40214 \begin_layout Section
40215 Bullets
40216 \end_layout
40217
40218 \begin_layout Standard
40219 Here you can adjust the characters for the itemize levels.
40220  The itemize environment is described in section
40221 \begin_inset space ~
40222 \end_inset
40223
40224
40225 \begin_inset CommandInset ref
40226 LatexCommand ref
40227 reference "sec:Itemize"
40228
40229 \end_inset
40230
40231 .
40232 \end_layout
40233
40234 \begin_layout Section
40235 Branches
40236 \end_layout
40237
40238 \begin_layout Standard
40239 Branches are described in section
40240 \begin_inset space ~
40241 \end_inset
40242
40243
40244 \begin_inset CommandInset ref
40245 LatexCommand ref
40246 reference "sec:Branches"
40247
40248 \end_inset
40249
40250 .
40251 \end_layout
40252
40253 \begin_layout Section
40254 LaT
40255 \begin_inset ERT
40256 status collapsed
40257
40258 \begin_layout Plain Layout
40259
40260 {}
40261 \end_layout
40262
40263 \end_inset
40264
40265 eX Preamble
40266 \end_layout
40267
40268 \begin_layout Standard
40269 In this text field are entered commands to load special LaTeX-packages or
40270  to define LaTeX-commands.
40271  The preamble is a thing for LaTeX-experts.
40272  You should not enter commands here until you exactly know what you are
40273  doing.
40274 \end_layout
40275
40276 \begin_layout Standard
40277 An introduction to the LaTeX-syntax is given in section
40278 \begin_inset space ~
40279 \end_inset
40280
40281
40282 \begin_inset CommandInset ref
40283 LatexCommand ref
40284 reference "sub:LaTeX-Syntax"
40285
40286 \end_inset
40287
40288 .
40289 \end_layout
40290
40291 \begin_layout Chapter
40292 The 
40293 \family sans
40294 Preferences
40295 \family default
40296  Dialog
40297 \begin_inset CommandInset label
40298 LatexCommand label
40299 name "cha:The-Preferences-dialog"
40300
40301 \end_inset
40302
40303
40304 \begin_inset Index idx
40305 status collapsed
40306
40307 \begin_layout Plain Layout
40308 Preferences
40309 \end_layout
40310
40311 \end_inset
40312
40313
40314 \end_layout
40315
40316 \begin_layout Standard
40317 The preferences dialog is called with the menu 
40318 \family sans
40319 Tools\SpecialChar \menuseparator
40320 Preferences
40321 \family default
40322 .
40323  It has the following submenus.
40324 \end_layout
40325
40326 \begin_layout Section
40327 Look and Feel
40328 \end_layout
40329
40330 \begin_layout Subsection
40331 User Interface
40332 \end_layout
40333
40334 \begin_layout Subsubsection
40335 User Interface File
40336 \begin_inset Index idx
40337 status collapsed
40338
40339 \begin_layout Plain Layout
40340 Customization ! of toolbars
40341 \end_layout
40342
40343 \end_inset
40344
40345
40346 \begin_inset Index idx
40347 status collapsed
40348
40349 \begin_layout Plain Layout
40350 Customization ! of menus
40351 \end_layout
40352
40353 \end_inset
40354
40355
40356 \end_layout
40357
40358 \begin_layout Standard
40359 \begin_inset Note Greyedout
40360 status open
40361
40362 \begin_layout Plain Layout
40363
40364 \series bold
40365 Note:
40366 \series default
40367  You have to restart LyX before the change of the user interface file take
40368  effect.
40369 \end_layout
40370
40371 \end_inset
40372
40373
40374 \end_layout
40375
40376 \begin_layout Standard
40377 The appearance of the menus and toolbars can be changed by choosing a user
40378  interface (ui) file.
40379  An ui-file is a text file where the toolbars and menus are listed.
40380  The toolbar buttons and menu entries are specified in the files 
40381 \shape italic
40382 stdtoolbars.inc
40383 \shape default
40384  and 
40385 \shape italic
40386 stdmenus.inc
40387 \shape default
40388 , respectively.
40389  Both files are loaded by the 
40390 \emph on
40391 default.ui
40392 \emph default
40393  file.
40394  To create your own menu and toolbar layout, start with a copy of these
40395  files and edit the entries.
40396 \end_layout
40397
40398 \begin_layout Standard
40399 The syntax of the .inc-files is straightforward: The 
40400 \family sans
40401 Menubar
40402 \family default
40403
40404 \family sans
40405 Menu
40406 \family default
40407  and 
40408 \family sans
40409 Toolbar
40410 \family default
40411  entries must be ended with an explicit 
40412 \family sans
40413 End
40414 \family default
40415 .
40416  They may contain 
40417 \family sans
40418 Submenus
40419 \family default
40420
40421 \family sans
40422 Items
40423 \family default
40424
40425 \family sans
40426 OptItems
40427 \family default
40428
40429 \family sans
40430 Separators
40431 \family default
40432
40433 \family sans
40434 Icons,
40435 \family default
40436  and in the case of the 
40437 \begin_inset Quotes eld
40438 \end_inset
40439
40440 file
40441 \begin_inset Quotes erd
40442 \end_inset
40443
40444  menus a 
40445 \family sans
40446 Lastfiles
40447 \family default
40448  entry.
40449  The syntax for the entries is:
40450 \end_layout
40451
40452 \begin_layout Standard
40453 \begin_inset VSpace smallskip*
40454 \end_inset
40455
40456
40457 \series bold
40458 Item 
40459 \begin_inset Quotes eld
40460 \end_inset
40461
40462 menu 
40463 \series default
40464 or
40465 \series bold
40466  button name
40467 \begin_inset Quotes erd
40468 \end_inset
40469
40470  
40471 \begin_inset Quotes eld
40472 \end_inset
40473
40474 LyX-function
40475 \begin_inset Quotes erd
40476 \end_inset
40477
40478
40479 \end_layout
40480
40481 \begin_layout Standard
40482 \noindent
40483 \begin_inset VSpace smallskip*
40484 \end_inset
40485
40486 All LyX-functions are listed in 
40487 \begin_inset CommandInset citation
40488 LatexCommand cite
40489 key "LyX-func"
40490
40491 \end_inset
40492
40493 .
40494 \end_layout
40495
40496 \begin_layout Standard
40497 \begin_inset VSpace medskip
40498 \end_inset
40499
40500
40501 \end_layout
40502
40503 \begin_layout Standard
40504 An example: Assuming you use the menu 
40505 \family sans
40506 Navigate\SpecialChar \menuseparator
40507 Bookmarks
40508 \family default
40509  quite often and therefore want six available bookmarks, you can add the
40510  line
40511 \end_layout
40512
40513 \begin_layout Standard
40514 \begin_inset VSpace smallskip*
40515 \end_inset
40516
40517
40518 \series bold
40519 Item 
40520 \begin_inset Quotes eld
40521 \end_inset
40522
40523 Save Bookmark 6
40524 \begin_inset Quotes erd
40525 \end_inset
40526
40527  
40528 \begin_inset Quotes eld
40529 \end_inset
40530
40531 bookmark-save 6
40532 \begin_inset Quotes erd
40533 \end_inset
40534
40535
40536 \end_layout
40537
40538 \begin_layout Standard
40539 \noindent
40540 \begin_inset VSpace smallskip*
40541 \end_inset
40542
40543 to the navigate menu section in the .inc-file to have the sixth bookmark.
40544 \end_layout
40545
40546 \begin_layout Subsubsection
40547 Automatic help
40548 \end_layout
40549
40550 \begin_layout Standard
40551 The option 
40552 \family sans
40553 Enable tool tips in main work area
40554 \family default
40555  enables tool tips showing the content of closed insets like index entries
40556  or footnotes.
40557 \end_layout
40558
40559 \begin_layout Subsubsection
40560 Session
40561 \end_layout
40562
40563 \begin_layout Standard
40564 With the option 
40565 \family sans
40566 Allow saving
40567 \begin_inset space \thinspace{}
40568 \end_inset
40569
40570 /
40571 \begin_inset space \thinspace{}
40572 \end_inset
40573
40574 restoring of window layout and geometries
40575 \family default
40576  LyX's main window will be opened with the size and layout that was used
40577  in the last LyX session.
40578 \end_layout
40579
40580 \begin_layout Standard
40581 The option 
40582 \family sans
40583 Restore cursor positions
40584 \family default
40585  sets the cursor to the position in the file where it has been the last
40586  time.
40587 \end_layout
40588
40589 \begin_layout Standard
40590 The option 
40591 \family sans
40592 Load opened files from last session
40593 \family default
40594  opens all files that were opened in the last LyX session.
40595 \end_layout
40596
40597 \begin_layout Subsubsection
40598 Documents
40599 \begin_inset CommandInset label
40600 LatexCommand label
40601 name "sub:Backup documents"
40602
40603 \end_inset
40604
40605
40606 \begin_inset Index idx
40607 status collapsed
40608
40609 \begin_layout Plain Layout
40610 Backup ! Documents
40611 \end_layout
40612
40613 \end_inset
40614
40615
40616 \end_layout
40617
40618 \begin_layout Standard
40619 When the option 
40620 \family sans
40621 Backup documents
40622 \family default
40623  is set, you can specify the time between backup saves.
40624 \end_layout
40625
40626 \begin_layout Standard
40627
40628 \family sans
40629 Maximum last files
40630 \family default
40631  is the number of last opened files that LyX should display in the menu
40632  
40633 \family sans
40634 File\SpecialChar \menuseparator
40635 Open
40636 \begin_inset space ~
40637 \end_inset
40638
40639 Recent
40640 \family default
40641 .
40642 \end_layout
40643
40644 \begin_layout Standard
40645 When the option 
40646 \family sans
40647 Open documents in tabs
40648 \family default
40649  is not used, then every file will be opened in its own new instance of
40650  LyX.
40651 \end_layout
40652
40653 \begin_layout Subsection
40654 Screen Fonts
40655 \begin_inset Index idx
40656 status collapsed
40657
40658 \begin_layout Plain Layout
40659 Font ! Screen
40660 \end_layout
40661
40662 \end_inset
40663
40664
40665 \begin_inset CommandInset label
40666 LatexCommand label
40667 name "sub:Screen-Fonts"
40668
40669 \end_inset
40670
40671
40672 \end_layout
40673
40674 \begin_layout Standard
40675 These fonts are used to display your documents on the screen.
40676 \end_layout
40677
40678 \begin_layout Standard
40679 \begin_inset Note Greyedout
40680 status open
40681
40682 \begin_layout Plain Layout
40683
40684 \series bold
40685 Note:
40686 \series default
40687  This section only deals with the fonts 
40688 \emph on
40689 inside
40690 \emph default
40691  the LyX window.
40692  The fonts that appear on the output are independent from these fonts, and
40693  set in the menu 
40694 \family sans
40695 Document\SpecialChar \menuseparator
40696 Settings\SpecialChar \menuseparator
40697 Fonts
40698 \family default
40699 .
40700 \end_layout
40701
40702 \end_inset
40703
40704
40705 \end_layout
40706
40707 \begin_layout Standard
40708 By default, LyX uses 
40709 \family typewriter
40710 Times
40711 \family default
40712  as roman (serif) font, 
40713 \family typewriter
40714 Arial
40715 \family default
40716  or 
40717 \family typewriter
40718 Helvetica
40719 \family default
40720  (depends on the system) as 
40721 \family sans
40722 sans
40723 \begin_inset space ~
40724 \end_inset
40725
40726 serif
40727 \family default
40728  font, and 
40729 \family typewriter
40730 Courier
40731 \family default
40732  as 
40733 \family typewriter
40734 typewriter
40735 \family default
40736  font.
40737 \end_layout
40738
40739 \begin_layout Standard
40740 You can change the font size with the 
40741 \family sans
40742 Zoom
40743 \family default
40744  setting.
40745  You can also change the font zoom outside the preferences dialog for the
40746  current LyX session by pressing Ctrl and scrolling the mouse wheel.
40747 \end_layout
40748
40749 \begin_layout Standard
40750
40751 \family sans
40752 Screen DPI
40753 \family default
40754  is the screen resolution in dpi (dots per inch).
40755  The Font Sizes are calculated as letter height in units of points.
40756  72
40757 \begin_inset space \thinspace{}
40758 \end_inset
40759
40760 points have the size of 1
40761 \begin_inset space \thinspace{}
40762 \end_inset
40763
40764 inch, see Appendix
40765 \begin_inset space ~
40766 \end_inset
40767
40768
40769 \begin_inset CommandInset ref
40770 LatexCommand ref
40771 reference "cha:Units-available-in"
40772
40773 \end_inset
40774
40775 .
40776 \end_layout
40777
40778 \begin_layout Standard
40779 The default 
40780 \family sans
40781 Font Sizes
40782 \family default
40783  are the same as if a document font size of 10
40784 \begin_inset space \thinspace{}
40785 \end_inset
40786
40787 pt would be used.
40788  The sizes are explained in detail in section
40789 \begin_inset space ~
40790 \end_inset
40791
40792
40793 \begin_inset CommandInset ref
40794 LatexCommand ref
40795 reference "sub:Document-Font"
40796
40797 \end_inset
40798
40799 .
40800 \end_layout
40801
40802 \begin_layout Standard
40803 With the option 
40804 \family sans
40805 Use Pixmap Cache to speed up font rendering
40806 \family default
40807  enabled, LyX needs to redraw the screen less often.
40808  This results in better performance, especially on slow systems.
40809  On the other hand, the characters might look more fuzzy on screen.
40810  So whether you enable this or not depends on whether you prefer speed over
40811  aesthetics.
40812  Note that the Pixmap Cache is only available and useful under Mac
40813 \begin_inset space ~
40814 \end_inset
40815
40816 OS and Windows.
40817 \end_layout
40818
40819 \begin_layout Subsection
40820 Colors
40821 \begin_inset Index idx
40822 status collapsed
40823
40824 \begin_layout Plain Layout
40825 Color ! LyX screen
40826 \end_layout
40827
40828 \end_inset
40829
40830
40831 \begin_inset Index idx
40832 status collapsed
40833
40834 \begin_layout Plain Layout
40835 Settings ! Color
40836 \end_layout
40837
40838 \end_inset
40839
40840
40841 \end_layout
40842
40843 \begin_layout Standard
40844 You can here change all the colors used by LyX.
40845  Choose an item in the list and use the 
40846 \family sans
40847 Alter
40848 \family default
40849  button.
40850 \end_layout
40851
40852 \begin_layout Subsection
40853 Display
40854 \begin_inset Index idx
40855 status collapsed
40856
40857 \begin_layout Plain Layout
40858 Settings ! Display
40859 \end_layout
40860
40861 \end_inset
40862
40863
40864 \end_layout
40865
40866 \begin_layout Standard
40867 Here you can specify if graphics inside LyX are displayed.
40868 \end_layout
40869
40870 \begin_layout Standard
40871
40872 \family sans
40873 Instant Preview
40874 \family default
40875  enables previewing snippets of your document.
40876  This feature is described in section
40877 \begin_inset space ~
40878 \end_inset
40879
40880
40881 \begin_inset CommandInset ref
40882 LatexCommand ref
40883 reference "sec:Previewing-snippets-of"
40884
40885 \end_inset
40886
40887 .
40888 \end_layout
40889
40890 \begin_layout Standard
40891 The option 
40892 \family sans
40893 Mark
40894 \begin_inset space ~
40895 \end_inset
40896
40897 end
40898 \begin_inset space ~
40899 \end_inset
40900
40901 of
40902 \begin_inset space ~
40903 \end_inset
40904
40905 paragraphs
40906 \family default
40907  displays a pilcrow (¶) at the end of every paragraph.
40908 \end_layout
40909
40910 \begin_layout Section
40911 Editing
40912 \begin_inset Index idx
40913 status collapsed
40914
40915 \begin_layout Plain Layout
40916 Settings ! Editing
40917 \end_layout
40918
40919 \end_inset
40920
40921
40922 \end_layout
40923
40924 \begin_layout Subsection
40925 Control
40926 \end_layout
40927
40928 \begin_layout Subsubsection
40929 Editing
40930 \end_layout
40931
40932 \begin_layout Standard
40933 The option 
40934 \family sans
40935 Cursor follows scrollbar
40936 \family default
40937  sets the cursor to the top of the currently displayed document part when
40938  scrolling.
40939 \end_layout
40940
40941 \begin_layout Standard
40942 The option 
40943 \family sans
40944 Sort environments alphabetically
40945 \family default
40946  sorts the entries in the pull-down box for the paragraph environments.
40947 \end_layout
40948
40949 \begin_layout Standard
40950 The option 
40951 \family sans
40952 Group environments by their category
40953 \family default
40954  groups the entries in the pull-down box for the paragraph environments.
40955 \end_layout
40956
40957 \begin_layout Standard
40958 The math macro editing option determines the editing style, see the section
40959  
40960 \emph on
40961 Math Macros
40962 \emph default
40963  of the 
40964 \emph on
40965 Math
40966 \emph default
40967  manual.
40968 \end_layout
40969
40970 \begin_layout Subsubsection
40971 Fullscreen
40972 \end_layout
40973
40974 \begin_layout Standard
40975 Here you can specify what is hidden in the fullscreen mode.
40976  The option 
40977 \family sans
40978 Limit text width
40979 \family default
40980  specifies the width of the text in fullscreen mode.
40981  This way you can display the text smaller than the screen, the text appears
40982  then centered.
40983 \end_layout
40984
40985 \begin_layout Subsection
40986 Shortcuts
40987 \begin_inset Index idx
40988 status collapsed
40989
40990 \begin_layout Plain Layout
40991 Key Bindings
40992 \end_layout
40993
40994 \end_inset
40995
40996
40997 \begin_inset Index idx
40998 status collapsed
40999
41000 \begin_layout Plain Layout
41001 Settings ! Shortcuts
41002 \end_layout
41003
41004 \end_inset
41005
41006
41007 \end_layout
41008
41009 \begin_layout Subsubsection
41010 Bind File
41011 \end_layout
41012
41013 \begin_layout Standard
41014 Bindings are used to bind a LyX-function to a key.
41015  Several binding files are available:
41016 \end_layout
41017
41018 \begin_layout Description
41019 cua.bind typical set of PC keyboard shortcuts
41020 \end_layout
41021
41022 \begin_layout Description
41023 (x)emacs.bind set of bindings like they are used in the editor programs 
41024 \family sans
41025 Emacs
41026 \family default
41027  (
41028 \family sans
41029 XEmacs
41030 \family default
41031 )
41032 \end_layout
41033
41034 \begin_layout Description
41035 mac.bind set of bindings for 
41036 \family sans
41037 Mac
41038 \begin_inset space \thinspace{}
41039 \end_inset
41040
41041 OS
41042 \family default
41043  systems.
41044 \end_layout
41045
41046 \begin_layout Standard
41047 There are also bind-files designed for special document classes, like 
41048 \shape italic
41049 broadway.bind
41050 \shape default
41051 , and bind files for special languages.
41052  The name of language bind-files begin with a language code, e.
41053 \begin_inset space \thinspace{}
41054 \end_inset
41055
41056 g.
41057 \begin_inset space \space{}
41058 \end_inset
41059
41060
41061 \begin_inset Quotes eld
41062 \end_inset
41063
41064 pt
41065 \begin_inset Quotes erd
41066 \end_inset
41067
41068  for Portuguese.
41069  If you use LyX in a certain language, LyX will try to use the appropriate
41070  bind-file.
41071 \end_layout
41072
41073 \begin_layout Standard
41074 Some bind-files, like 
41075 \emph on
41076 math.bind
41077 \emph default
41078 , have only a small scope.
41079  When looking at the the end of the file 
41080 \shape italic
41081 cua.bind
41082 \shape default
41083 , you can see that they are included to keep the overview in the bind-file.
41084 \end_layout
41085
41086 \begin_layout Subsubsection
41087 Editing Shortcuts
41088 \begin_inset CommandInset label
41089 LatexCommand label
41090 name "sub:Editing-Shortcuts"
41091
41092 \end_inset
41093
41094
41095 \begin_inset Index idx
41096 status collapsed
41097
41098 \begin_layout Plain Layout
41099 Key Bindings ! Editing
41100 \end_layout
41101
41102 \end_inset
41103
41104
41105 \end_layout
41106
41107 \begin_layout Standard
41108 To add new or modify existing keybindings to your own taste you can use
41109  the table in the dialog that lists all LyX-functions and the bound shortcuts.
41110  To find functions easily, they are grouped by categories and the dialog
41111  provides the field 
41112 \family sans
41113 Show key-bindings containing
41114 \family default
41115 .
41116  In this field you can insert a keyword for a function you want to edit.
41117  Insert there for example as keyword 
41118 \begin_inset Quotes eld
41119 \end_inset
41120
41121 paste
41122 \begin_inset Quotes erd
41123 \end_inset
41124
41125  and you get the 4 different existing shortcuts for the 3 different functions
41126  that contain 
41127 \begin_inset Quotes eld
41128 \end_inset
41129
41130 paste
41131 \begin_inset Quotes erd
41132 \end_inset
41133
41134  in their name.
41135  As you can see, one function can have more than one shortcut.
41136  All LyX-functions are also listed in the file 
41137 \emph on
41138 LyX Functions
41139 \emph default
41140  that you will find in the 
41141 \family sans
41142 Help
41143 \family default
41144  menu.
41145 \end_layout
41146
41147 \begin_layout Standard
41148 To add e.
41149 \begin_inset space \thinspace{}
41150 \end_inset
41151
41152 g.
41153 \begin_inset space \space{}
41154 \end_inset
41155
41156 the shortcut 
41157 \family sans
41158 Alt+Q
41159 \family default
41160  for the function 
41161 \family sans
41162 textstyle-apply
41163 \family default
41164 , select the function and press the 
41165 \family sans
41166 Modify
41167 \family default
41168  button.
41169  A dialog pops up where you can add the shortcut by using it.
41170  So press Alt+Q to define the shortcut.
41171  Modifying an existing shortcut is done the same way.
41172  You can also bind multiple functions to one shortcut by modifying an existing
41173  binding and adding the different function names as a semicolon separated
41174  list.
41175  LyX will then use the first function that is enabled in the current document
41176  part.
41177  The binding for the function 
41178 \family sans
41179 command-alter
41180 \family default
41181  is an example of this.
41182 \end_layout
41183
41184 \begin_layout Standard
41185 Alternatively you can also edit shortcuts by modifying bind-files with a
41186  text editor.
41187  The syntax of the entries is:
41188 \end_layout
41189
41190 \begin_layout Standard
41191
41192 \series bold
41193
41194 \backslash
41195 bind 
41196 \begin_inset Quotes eld
41197 \end_inset
41198
41199 key combination
41200 \begin_inset Quotes erd
41201 \end_inset
41202
41203  
41204 \begin_inset Quotes eld
41205 \end_inset
41206
41207 LyX-function
41208 \begin_inset Quotes erd
41209 \end_inset
41210
41211
41212 \end_layout
41213
41214 \begin_layout Subsection
41215 Keyboard
41216 \begin_inset space \thinspace{}
41217 \end_inset
41218
41219 /
41220 \begin_inset space \thinspace{}
41221 \end_inset
41222
41223 Mouse
41224 \begin_inset CommandInset label
41225 LatexCommand label
41226 name "sub:Keyboard-Map"
41227
41228 \end_inset
41229
41230
41231 \begin_inset Index idx
41232 status collapsed
41233
41234 \begin_layout Plain Layout
41235 Keyboard Map
41236 \end_layout
41237
41238 \end_inset
41239
41240
41241 \begin_inset Index idx
41242 status collapsed
41243
41244 \begin_layout Plain Layout
41245 Settings ! Keyboard Map
41246 \end_layout
41247
41248 \end_inset
41249
41250
41251 \end_layout
41252
41253 \begin_layout Standard
41254 Normally keyboard settings have to be done in a menu of your operating system.
41255  For the case that this is not possible, LyX provides keyboard maps.
41256  If you have e.
41257 \begin_inset space \thinspace{}
41258 \end_inset
41259
41260 g.
41261 \begin_inset space \space{}
41262 \end_inset
41263
41264 a Czech keyboard but want to write with it like with a Romanian one, you
41265  can use the keyboard map file named 
41266 \emph on
41267 romanian.kmap
41268 \emph default
41269 .
41270 \end_layout
41271
41272 \begin_layout Standard
41273 \begin_inset Note Greyedout
41274 status open
41275
41276 \begin_layout Plain Layout
41277
41278 \series bold
41279 Note:
41280 \series default
41281  Keyboard maps are only provided as makeshift and don't work on all systems.
41282 \end_layout
41283
41284 \end_inset
41285
41286
41287 \end_layout
41288
41289 \begin_layout Standard
41290 Besides this, you can specify here the 
41291 \family sans
41292 Wheel scrolling speed
41293 \family default
41294 .
41295  The standard value is 1.0, higher values speed up the scrolling, lower ones
41296  slow it down.
41297 \end_layout
41298
41299 \begin_layout Subsection
41300 Input Completion
41301 \begin_inset CommandInset label
41302 LatexCommand label
41303 name "sub:Input-Completion-Appendix"
41304
41305 \end_inset
41306
41307
41308 \begin_inset Index idx
41309 status collapsed
41310
41311 \begin_layout Plain Layout
41312 Input completion
41313 \end_layout
41314
41315 \end_inset
41316
41317
41318 \end_layout
41319
41320 \begin_layout Standard
41321 Input completion is described in sec.
41322 \begin_inset space \thinspace{}
41323 \end_inset
41324
41325
41326 \begin_inset CommandInset ref
41327 LatexCommand ref
41328 reference "sec:Input-Completion"
41329
41330 \end_inset
41331
41332 .
41333  The completion options for math do the same as the corresponding options
41334  for text.
41335  With the general options you can define the delay time for the inline and
41336  popup completion and choose if long completions should be abbreviated or
41337  not.
41338 \end_layout
41339
41340 \begin_layout Section
41341 Paths
41342 \begin_inset CommandInset label
41343 LatexCommand label
41344 name "sec:Paths"
41345
41346 \end_inset
41347
41348
41349 \begin_inset Index idx
41350 status collapsed
41351
41352 \begin_layout Plain Layout
41353 Paths
41354 \end_layout
41355
41356 \end_inset
41357
41358
41359 \begin_inset Index idx
41360 status collapsed
41361
41362 \begin_layout Plain Layout
41363 Settings ! Paths
41364 \end_layout
41365
41366 \end_inset
41367
41368
41369 \end_layout
41370
41371 \begin_layout Description
41372 Working
41373 \begin_inset space ~
41374 \end_inset
41375
41376 directory This is LyX's working directory.
41377  It is the default when you 
41378 \family sans
41379 Open
41380 \family default
41381
41382 \family sans
41383 Save
41384 \family default
41385  or 
41386 \family sans
41387 Save
41388 \begin_inset space ~
41389 \end_inset
41390
41391 as
41392 \family default
41393  files.
41394 \end_layout
41395
41396 \begin_layout Description
41397 Document
41398 \begin_inset space ~
41399 \end_inset
41400
41401 templates This directory will be opened when you use the menu 
41402 \family sans
41403 File\SpecialChar \menuseparator
41404 New
41405 \begin_inset space ~
41406 \end_inset
41407
41408 from
41409 \begin_inset space ~
41410 \end_inset
41411
41412 Template
41413 \family default
41414 .
41415 \end_layout
41416
41417 \begin_layout Description
41418 Example
41419 \begin_inset space ~
41420 \end_inset
41421
41422 files This directory will be opened when you use the button 
41423 \family sans
41424 Examples
41425 \family default
41426  in the 
41427 \family sans
41428 File\SpecialChar \menuseparator
41429 Open
41430 \family default
41431  dialog.
41432 \begin_inset Newline newline
41433 \end_inset
41434
41435
41436 \begin_inset Note Greyedout
41437 status open
41438
41439 \begin_layout Plain Layout
41440
41441 \series bold
41442 Note:
41443 \series default
41444  The 
41445 \family sans
41446 Examples
41447 \family default
41448  button does not exist when using LyX on MacOS and Windows systems.
41449 \end_layout
41450
41451 \end_inset
41452
41453
41454 \end_layout
41455
41456 \begin_layout Description
41457 Backup
41458 \begin_inset space ~
41459 \end_inset
41460
41461 directory
41462 \begin_inset Index idx
41463 status collapsed
41464
41465 \begin_layout Plain Layout
41466 Backup ! Directory
41467 \end_layout
41468
41469 \end_inset
41470
41471  Backup copies will be saved to this directory.
41472  When no directory is given but backups are enabled as described in section
41473 \begin_inset space ~
41474 \end_inset
41475
41476
41477 \begin_inset CommandInset ref
41478 LatexCommand ref
41479 reference "sub:Backup documents"
41480
41481 \end_inset
41482
41483 , the 
41484 \family sans
41485 Working directory
41486 \family default
41487  will be used to save the backups.
41488 \begin_inset Newline newline
41489 \end_inset
41490
41491 The backup files have the ending 
41492 \begin_inset Quotes eld
41493 \end_inset
41494
41495 .lyx~
41496 \begin_inset Quotes erd
41497 \end_inset
41498
41499 .
41500 \end_layout
41501
41502 \begin_layout Description
41503 Ly
41504 \begin_inset ERT
41505 status collapsed
41506
41507 \begin_layout Plain Layout
41508
41509 {}
41510 \end_layout
41511
41512 \end_inset
41513
41514 XServer-Pipe Here you can enter the name of a Unix-pipe.
41515  This pipe is used to send data from external programs to LyX.
41516 \begin_inset Newline newline
41517 \end_inset
41518
41519
41520 \begin_inset Note Greyedout
41521 status open
41522
41523 \begin_layout Plain Layout
41524
41525 \series bold
41526 Note:
41527 \series default
41528  This feature doesn't work on Windows systems.
41529 \end_layout
41530
41531 \end_inset
41532
41533
41534 \end_layout
41535
41536 \begin_layout Description
41537 Temporary
41538 \begin_inset space ~
41539 \end_inset
41540
41541 directory Temporary files will be saved in this directory.
41542 \end_layout
41543
41544 \begin_layout Description
41545 PATH
41546 \begin_inset space ~
41547 \end_inset
41548
41549 prefix This field contains a list of paths to external programs.
41550  When LyX needs to use an external program, it looks in this list where
41551  to find it on the system.
41552  The path list is automatically set up on Windows and Mac systems when LyX
41553  is configured, so that you normally don't have to modify it.
41554  On Unix
41555 \begin_inset space \thinspace{}
41556 \end_inset
41557
41558 /
41559 \begin_inset space \thinspace{}
41560 \end_inset
41561
41562 Linux systems, the path list will need to be set only if there are external
41563  programs you wish to use that are not in your normal system path ($PATH).
41564  
41565 \end_layout
41566
41567 \begin_layout Section
41568 Identity
41569 \end_layout
41570
41571 \begin_layout Standard
41572 Here you can insert your name and email address.
41573  The identity will be used when you have enabled change tracking as described
41574  in section
41575 \begin_inset space ~
41576 \end_inset
41577
41578
41579 \begin_inset CommandInset ref
41580 LatexCommand ref
41581 reference "sec:Change-Tracking"
41582
41583 \end_inset
41584
41585 , to mark changes you make as yours.
41586 \end_layout
41587
41588 \begin_layout Section
41589 Language Settings
41590 \begin_inset Index idx
41591 status collapsed
41592
41593 \begin_layout Plain Layout
41594 Language ! Settings
41595 \end_layout
41596
41597 \end_inset
41598
41599
41600 \begin_inset Index idx
41601 status collapsed
41602
41603 \begin_layout Plain Layout
41604 Settings ! Language
41605 \end_layout
41606
41607 \end_inset
41608
41609
41610 \end_layout
41611
41612 \begin_layout Subsection
41613 Language
41614 \end_layout
41615
41616 \begin_layout Description
41617 User
41618 \begin_inset space ~
41619 \end_inset
41620
41621 Interface
41622 \begin_inset space ~
41623 \end_inset
41624
41625 language Here you can select the language of LyX's menus.
41626  Unfortunately this doesn't work on Mac and Windows.
41627  It works on Linux for the languages into LyX's menus and dialogs are translated.
41628  You find the actual translation status here: 
41629 \begin_inset CommandInset href
41630 LatexCommand href
41631 name "http://www.lyx.org/I18n"
41632 target "http://www.lyx.org/I18n"
41633
41634 \end_inset
41635
41636
41637 \end_layout
41638
41639 \begin_layout Description
41640 Default
41641 \begin_inset space ~
41642 \end_inset
41643
41644 language is the language used in new documents
41645 \end_layout
41646
41647 \begin_layout Description
41648 Language
41649 \begin_inset space ~
41650 \end_inset
41651
41652 package is a LaTeX-command to load a LaTeX-package that handles language
41653  issues.
41654  The default is the LaTeX-command 
41655 \family sans
41656
41657 \backslash
41658 usepackage{babel}
41659 \family default
41660  that loads the package 
41661 \series bold
41662 babel
41663 \series default
41664 .
41665 \begin_inset Foot
41666 status collapsed
41667
41668 \begin_layout Plain Layout
41669 For an introduction to the LaTeX-Syntax, have a look at section
41670 \begin_inset space ~
41671 \end_inset
41672
41673
41674 \begin_inset CommandInset ref
41675 LatexCommand ref
41676 reference "sec:TeX-Code"
41677
41678 \end_inset
41679
41680 .
41681 \end_layout
41682
41683 \end_inset
41684
41685
41686 \begin_inset Newline newline
41687 \end_inset
41688
41689
41690 \series bold
41691 babel
41692 \series default
41693  automatically translates in the background the text labels of documents
41694  to the document language.
41695  A text label is, for instance, the word 
41696 \begin_inset Quotes eld
41697 \end_inset
41698
41699 Table
41700 \begin_inset Quotes erd
41701 \end_inset
41702
41703  at the beginning of every table caption.
41704 \end_layout
41705
41706 \begin_layout Description
41707 Command
41708 \begin_inset space ~
41709 \end_inset
41710
41711 start When a special LaTeX-package is needed to write in a certain document
41712  language, you can here specify the command to start the package.
41713  An example is the start command 
41714 \family sans
41715
41716 \backslash
41717 begin{arabtext}
41718 \family default
41719  that is needed to write Arabic using the package 
41720 \series bold
41721 ArabTeX
41722 \series default
41723 , see 
41724 \begin_inset CommandInset citation
41725 LatexCommand cite
41726 key "Arabic"
41727
41728 \end_inset
41729
41730 .
41731  The default is the 
41732 \series bold
41733 babel
41734 \series default
41735  command 
41736 \family sans
41737
41738 \backslash
41739 selectlanguage{$$lang}
41740 \family default
41741 .
41742 \end_layout
41743
41744 \begin_layout Description
41745 Command
41746 \begin_inset space ~
41747 \end_inset
41748
41749 end Counterpart to 
41750 \family sans
41751 Command start
41752 \family default
41753 .
41754  Some packages, like the default, don't have an end command since the start
41755  command toggles the package on and off.
41756 \end_layout
41757
41758 \begin_layout Description
41759 Use
41760 \begin_inset space ~
41761 \end_inset
41762
41763 babel Whether 
41764 \series bold
41765 babel
41766 \series default
41767  is used or not.
41768 \end_layout
41769
41770 \begin_layout Description
41771 Global When this option is set, the languages used in the document will
41772  be added as options to the document class options, so that they can be
41773  used by all LaTeX-packages.
41774  Otherwise they will only be used as options for the 
41775 \series bold
41776 babel
41777 \series default
41778  package.
41779 \end_layout
41780
41781 \begin_layout Description
41782 Auto
41783 \begin_inset space ~
41784 \end_inset
41785
41786 begin When this option is set, the documents starts with the chosen document
41787  language.
41788  When this option is not set, the 
41789 \family sans
41790 Command
41791 \begin_inset space ~
41792 \end_inset
41793
41794 start
41795 \family default
41796  is explicitly set to the beginning of the document in the LaTeX-output.
41797  This assures that the correct language is used when you use another 
41798 \family sans
41799 Command
41800 \begin_inset space ~
41801 \end_inset
41802
41803 start
41804 \family default
41805  than the default.
41806 \end_layout
41807
41808 \begin_layout Description
41809 Auto
41810 \begin_inset space ~
41811 \end_inset
41812
41813 end Counterpart to 
41814 \family sans
41815 Auto
41816 \begin_inset space ~
41817 \end_inset
41818
41819 begin
41820 \family default
41821 .
41822  When it is not set, the 
41823 \family sans
41824 Command
41825 \begin_inset space ~
41826 \end_inset
41827
41828 end
41829 \family default
41830  is set to the end of the document.
41831 \end_layout
41832
41833 \begin_layout Description
41834 Mark
41835 \begin_inset space ~
41836 \end_inset
41837
41838 foreign
41839 \begin_inset space ~
41840 \end_inset
41841
41842 languages Text marked formatted in a language different from the document
41843  language will be underlined blue.
41844 \end_layout
41845
41846 \begin_layout Description
41847 Enable
41848 \begin_inset space ~
41849 \end_inset
41850
41851 RTL
41852 \begin_inset space ~
41853 \end_inset
41854
41855 support Enables the use of languages, written from right to left (RTL),
41856  like Arabic, Hebrew, Farsi.
41857 \end_layout
41858
41859 \begin_layout Description
41860 Cursor
41861 \begin_inset space ~
41862 \end_inset
41863
41864 movement When writing RTL, you can define if the left and right arrow keys
41865  move the cursor visually to the left or right, respectively, or logically.
41866  Logical means that the cursor is moved to the left when pressing the right
41867  arrow key and the cursor is inside text in an RTL language.
41868 \end_layout
41869
41870 \begin_layout Subsection
41871 Spellchecker
41872 \end_layout
41873
41874 \begin_layout Standard
41875 The spellchecker settings are explained in section
41876 \begin_inset space ~
41877 \end_inset
41878
41879
41880 \begin_inset CommandInset ref
41881 LatexCommand ref
41882 reference "sec:Spellchecking"
41883
41884 \end_inset
41885
41886
41887 \end_layout
41888
41889 \begin_layout Section
41890 Outputs
41891 \end_layout
41892
41893 \begin_layout Subsection
41894 Printer
41895 \begin_inset CommandInset label
41896 LatexCommand label
41897 name "sub:Printer"
41898
41899 \end_inset
41900
41901
41902 \begin_inset Index idx
41903 status collapsed
41904
41905 \begin_layout Plain Layout
41906 Printer
41907 \end_layout
41908
41909 \end_inset
41910
41911
41912 \begin_inset Index idx
41913 status collapsed
41914
41915 \begin_layout Plain Layout
41916 Settings ! Printer
41917 \end_layout
41918
41919 \end_inset
41920
41921
41922 \end_layout
41923
41924 \begin_layout Description
41925 Default
41926 \begin_inset space ~
41927 \end_inset
41928
41929 printer Here you can specify the name of your default printer.
41930  The name will be used when the 
41931 \family sans
41932 Printer command
41933 \family default
41934  is executed.
41935 \begin_inset Newline newline
41936 \end_inset
41937
41938
41939 \begin_inset Note Greyedout
41940 status open
41941
41942 \begin_layout Plain Layout
41943
41944 \series bold
41945 Note:
41946 \series default
41947  You can leave this field empty on Windows systems because it has no effect.
41948 \end_layout
41949
41950 \end_inset
41951
41952
41953 \end_layout
41954
41955 \begin_layout Description
41956 Adapt
41957 \begin_inset space ~
41958 \end_inset
41959
41960 output
41961 \begin_inset space ~
41962 \end_inset
41963
41964 to
41965 \begin_inset space ~
41966 \end_inset
41967
41968 printer This option works only for the 
41969 \family sans
41970 Printer command
41971 \family default
41972  
41973 \begin_inset Quotes eld
41974 \end_inset
41975
41976
41977 \family sans
41978 dvips
41979 \family default
41980
41981 \begin_inset Quotes erd
41982 \end_inset
41983
41984 .
41985  It activates a configuration file for dvips.
41986  This is an option only for dvips experts.
41987 \end_layout
41988
41989 \begin_layout Description
41990 Printer
41991 \begin_inset space ~
41992 \end_inset
41993
41994 command is the command LyX
41995 \begin_inset space \thinspace{}
41996 \end_inset
41997
41998 /
41999 \begin_inset space \thinspace{}
42000 \end_inset
42001
42002 LaTeX uses for printing.
42003  The default is on most systems 
42004 \family sans
42005 dvips
42006 \family default
42007 .
42008 \end_layout
42009
42010 \begin_layout Description
42011 Printer
42012 \begin_inset space ~
42013 \end_inset
42014
42015 Command
42016 \begin_inset space ~
42017 \end_inset
42018
42019 Options Here you can specify printer options.
42020  A list of printer options with explanations can be found in the documentation
42021  of the program that provides the 
42022 \family sans
42023 Printer command
42024 \family default
42025  you are using.
42026 \end_layout
42027
42028 \begin_layout Subsection
42029 Date Format
42030 \begin_inset Index idx
42031 status collapsed
42032
42033 \begin_layout Plain Layout
42034 Date Format
42035 \end_layout
42036
42037 \end_inset
42038
42039
42040 \begin_inset Index idx
42041 status collapsed
42042
42043 \begin_layout Plain Layout
42044 Settings ! Date format
42045 \end_layout
42046
42047 \end_inset
42048
42049
42050 \end_layout
42051
42052 \begin_layout Standard
42053 The date format can be one or a mixture of the formats listed here:
42054 \begin_inset Newline newline
42055 \end_inset
42056
42057
42058 \begin_inset Flex URL
42059 status collapsed
42060
42061 \begin_layout Plain Layout
42062
42063 http://unixhelp.ed.ac.uk/CGI/man-cgi?date
42064 \end_layout
42065
42066 \end_inset
42067
42068
42069 \begin_inset Newline newline
42070 \end_inset
42071
42072 For example the format
42073 \begin_inset Newline newline
42074 \end_inset
42075
42076 %d/%m/%y
42077 \begin_inset Newline newline
42078 \end_inset
42079
42080 prints the date as day/month/year.
42081 \end_layout
42082
42083 \begin_layout Subsection
42084 Plain Text
42085 \end_layout
42086
42087 \begin_layout Description
42088 Output
42089 \begin_inset space ~
42090 \end_inset
42091
42092 line
42093 \begin_inset space ~
42094 \end_inset
42095
42096 length sets the maximum number of characters printed in one line when using
42097  the menu 
42098 \family sans
42099 File\SpecialChar \menuseparator
42100 Export\SpecialChar \menuseparator
42101 Plain
42102 \begin_inset space ~
42103 \end_inset
42104
42105 text
42106 \family default
42107 .
42108  Setting the line line length to 0 means all text is printed in one endless
42109  line.
42110 \end_layout
42111
42112 \begin_layout Description
42113 roff
42114 \begin_inset space ~
42115 \end_inset
42116
42117 command defines an additional command used to produce better ASCII tables
42118  with the 
42119 \family typewriter
42120 groff/troff/nroff
42121 \family default
42122  UNIX-commands (refer to their manuals for more information about them).
42123  Setting this as empty tells LyX to use the internal formatter.
42124 \end_layout
42125
42126 \begin_layout Subsection
42127 LaT
42128 \begin_inset ERT
42129 status collapsed
42130
42131 \begin_layout Plain Layout
42132
42133 {}
42134 \end_layout
42135
42136 \end_inset
42137
42138 eX
42139 \begin_inset CommandInset label
42140 LatexCommand label
42141 name "sub:LaTeX-settings"
42142
42143 \end_inset
42144
42145
42146 \begin_inset Index idx
42147 status collapsed
42148
42149 \begin_layout Plain Layout
42150 Settings ! LaTeX
42151 \end_layout
42152
42153 \end_inset
42154
42155
42156 \end_layout
42157
42158 \begin_layout Description
42159 Te
42160 \begin_inset ERT
42161 status collapsed
42162
42163 \begin_layout Plain Layout
42164
42165 {}
42166 \end_layout
42167
42168 \end_inset
42169
42170 X
42171 \begin_inset space ~
42172 \end_inset
42173
42174 encoding This is the default encoding of the document font.
42175  
42176 \family sans
42177 T1
42178 \family default
42179  is the default and covers western languages and symbols.
42180  
42181 \family sans
42182 T2A
42183 \family default
42184
42185 \family sans
42186 T2B
42187 \family default
42188
42189 \family sans
42190 T2C
42191 \family default
42192
42193 \family sans
42194 LCY
42195 \family default
42196 , and 
42197 \family sans
42198 X2
42199 \family default
42200  are for Cyrillic.
42201  Combinations of the encodings are possible, like 
42202 \begin_inset Quotes erd
42203 \end_inset
42204
42205
42206 \family sans
42207 T1, T2B
42208 \family default
42209
42210 \begin_inset Quotes erd
42211 \end_inset
42212
42213 .
42214  The font encoding is normally automatically loaded by the language packages
42215  LyX sets up in the background.
42216  So there is no need to change the default encoding.
42217 \end_layout
42218
42219 \begin_layout Description
42220 Default
42221 \begin_inset space ~
42222 \end_inset
42223
42224 paper
42225 \begin_inset space ~
42226 \end_inset
42227
42228 size This is the paper size that is used for new documents.
42229  The 
42230 \family sans
42231 Default
42232 \family default
42233  value depends on your LaTeX-system setup.
42234 \end_layout
42235
42236 \begin_layout Standard
42237 You can also specify here commands with parameters for the listed applications.
42238  But before you change something, it is strongly recommended to read the
42239  manuals of the applications.
42240  Currently the following commands can be set:
42241 \end_layout
42242
42243 \begin_layout Description
42244 CheckTe
42245 \begin_inset ERT
42246 status collapsed
42247
42248 \begin_layout Plain Layout
42249
42250 {}
42251 \end_layout
42252
42253 \end_inset
42254
42255 X
42256 \begin_inset space ~
42257 \end_inset
42258
42259 command Command for the program 
42260 \family sans
42261 CheckTeX
42262 \family default
42263  that is described in the section 
42264 \emph on
42265 Checking TeX
42266 \emph default
42267  of the 
42268 \emph on
42269 Additional Features
42270 \emph default
42271  manual.
42272 \end_layout
42273
42274 \begin_layout Description
42275 BibTe
42276 \begin_inset ERT
42277 status collapsed
42278
42279 \begin_layout Plain Layout
42280
42281 {}
42282 \end_layout
42283
42284 \end_inset
42285
42286 X
42287 \begin_inset space ~
42288 \end_inset
42289
42290 command Command for the program 
42291 \family sans
42292 BibTeX
42293 \family default
42294  that generates the bibliography, see section
42295 \begin_inset space ~
42296 \end_inset
42297
42298
42299 \begin_inset CommandInset ref
42300 LatexCommand ref
42301 reference "sub:Bibliography-databases"
42302
42303 \end_inset
42304
42305 .
42306 \end_layout
42307
42308 \begin_layout Description
42309 Index
42310 \begin_inset space ~
42311 \end_inset
42312
42313 command Command for the program that generates the index, see section
42314 \begin_inset space ~
42315 \end_inset
42316
42317
42318 \begin_inset CommandInset ref
42319 LatexCommand ref
42320 reference "sub:Index-Program"
42321
42322 \end_inset
42323
42324 .
42325 \end_layout
42326
42327 \begin_layout Description
42328 Nomenclature
42329 \begin_inset space ~
42330 \end_inset
42331
42332 command Command for the program that generates the nomenclature, see section
42333 \begin_inset space ~
42334 \end_inset
42335
42336
42337 \begin_inset CommandInset ref
42338 LatexCommand ref
42339 reference "sub:Nomenclature-Program"
42340
42341 \end_inset
42342
42343 .
42344 \end_layout
42345
42346 \begin_layout Description
42347 DVI
42348 \begin_inset space ~
42349 \end_inset
42350
42351 viewer
42352 \begin_inset space ~
42353 \end_inset
42354
42355 paper
42356 \begin_inset space ~
42357 \end_inset
42358
42359 size
42360 \begin_inset space ~
42361 \end_inset
42362
42363 options They only have an effect when the program 
42364 \family sans
42365 xdvi
42366 \family default
42367  is used as DVI-viewer.
42368 \end_layout
42369
42370 \begin_layout Standard
42371 There are additionally the following options:
42372 \end_layout
42373
42374 \begin_layout Description
42375 Use
42376 \begin_inset space ~
42377 \end_inset
42378
42379 Windows-style
42380 \begin_inset space ~
42381 \end_inset
42382
42383 paths
42384 \begin_inset space ~
42385 \end_inset
42386
42387 in
42388 \begin_inset space ~
42389 \end_inset
42390
42391 LaTeX
42392 \begin_inset space ~
42393 \end_inset
42394
42395 files Uses paths in the notation of Windows, that means that 
42396 \begin_inset Quotes eld
42397 \end_inset
42398
42399
42400 \backslash
42401
42402 \begin_inset Quotes erd
42403 \end_inset
42404
42405  is used instead of 
42406 \begin_inset Quotes eld
42407 \end_inset
42408
42409 /
42410 \begin_inset Quotes erd
42411 \end_inset
42412
42413  to separate folders.
42414  This option is enabled by default when you use LyX on Windows.
42415 \begin_inset Index idx
42416 status collapsed
42417
42418 \begin_layout Plain Layout
42419 Paths
42420 \end_layout
42421
42422 \end_inset
42423
42424
42425 \begin_inset Index idx
42426 status collapsed
42427
42428 \begin_layout Plain Layout
42429 Settings ! Paths
42430 \end_layout
42431
42432 \end_inset
42433
42434
42435 \end_layout
42436
42437 \begin_layout Description
42438 Reset
42439 \begin_inset space ~
42440 \end_inset
42441
42442 class
42443 \begin_inset space ~
42444 \end_inset
42445
42446 options
42447 \begin_inset space ~
42448 \end_inset
42449
42450 when
42451 \begin_inset space ~
42452 \end_inset
42453
42454 document
42455 \begin_inset space ~
42456 \end_inset
42457
42458 classes
42459 \begin_inset space ~
42460 \end_inset
42461
42462 changes Removes all manually set document class options in the 
42463 \family sans
42464 Document\SpecialChar \menuseparator
42465 Settings
42466 \family default
42467  dialog when changing the document class.
42468 \end_layout
42469
42470 \begin_layout Section
42471 File
42472 \begin_inset space ~
42473 \end_inset
42474
42475 Handling
42476 \begin_inset Index idx
42477 status collapsed
42478
42479 \begin_layout Plain Layout
42480 File handling
42481 \end_layout
42482
42483 \end_inset
42484
42485
42486 \end_layout
42487
42488 \begin_layout Subsection
42489 Converters
42490 \begin_inset CommandInset label
42491 LatexCommand label
42492 name "sub:Converters"
42493
42494 \end_inset
42495
42496
42497 \begin_inset Index idx
42498 status collapsed
42499
42500 \begin_layout Plain Layout
42501 Converters
42502 \end_layout
42503
42504 \end_inset
42505
42506
42507 \end_layout
42508
42509 \begin_layout Standard
42510 Here you find the list of defined converter commands to convert material
42511  from one format to another.
42512  You can modify them or create new ones.
42513  To modify a converter, select it, change the entry of the field 
42514 \family sans
42515 Converter
42516 \family default
42517  and/or 
42518 \family sans
42519 Extra
42520 \begin_inset space ~
42521 \end_inset
42522
42523 flag
42524 \family default
42525 , and press the 
42526 \family sans
42527 Modify
42528 \family default
42529  button.
42530  To create a new converter, select an existing one, select a different format
42531  in the 
42532 \family sans
42533 From
42534 \begin_inset space ~
42535 \end_inset
42536
42537 format
42538 \family default
42539  drop-down list, modify the 
42540 \family sans
42541 Converter
42542 \family default
42543  field, and press the 
42544 \family sans
42545 Add
42546 \family default
42547  button.
42548 \end_layout
42549
42550 \begin_layout Standard
42551 When the 
42552 \family sans
42553 Converter File Cache
42554 \family default
42555  is enabled, conversions will be cached as long as specified in the field
42556  
42557 \family sans
42558 Maximum Age (in days
42559 \family default
42560 ).
42561  This means that images don't need to be converted again when you reopen
42562  a document; the converted images from the cache will be used instead.
42563 \end_layout
42564
42565 \begin_layout Standard
42566 More about converters, like the variables and flags that can be used in
42567  the converter definition, is described in the section 
42568 \emph on
42569 Converters
42570 \emph default
42571  of the 
42572 \emph on
42573 Customization
42574 \emph default
42575  manual.
42576 \end_layout
42577
42578 \begin_layout Subsection
42579 File Formats
42580 \begin_inset CommandInset label
42581 LatexCommand label
42582 name "sec:File-Formats"
42583
42584 \end_inset
42585
42586
42587 \begin_inset Index idx
42588 status collapsed
42589
42590 \begin_layout Plain Layout
42591 File formats
42592 \end_layout
42593
42594 \end_inset
42595
42596
42597 \begin_inset Index idx
42598 status collapsed
42599
42600 \begin_layout Plain Layout
42601 Copiers
42602 \end_layout
42603
42604 \end_inset
42605
42606
42607 \end_layout
42608
42609 \begin_layout Standard
42610 Here you find the list of defined file formats that LyX can handle.
42611  You can modify the viewer and editor program that should be used for certain
42612  formats.
42613 \end_layout
42614
42615 \begin_layout Standard
42616 More about formats, like the options that can be used in the format definition,
42617  is described in the section 
42618 \emph on
42619 Formats
42620 \emph default
42621  of the 
42622 \emph on
42623 Customization
42624 \emph default
42625  manual.
42626 \end_layout
42627
42628 \begin_layout Standard
42629 Since all conversions from one format to another take place in LyX's temporary
42630  directory, it is sometimes necessary to modify a file before copying it
42631  to the temporary directory in order that the conversion may be performed.
42632  This is done by specifying a 
42633 \family sans
42634 Copier
42635 \family default
42636 .
42637  More about this is described in the section 
42638 \emph on
42639 Copiers
42640 \emph default
42641  of the 
42642 \emph on
42643 Customization
42644 \emph default
42645  manual.
42646 \end_layout
42647
42648 \begin_layout Chapter
42649 Units available in LyX
42650 \begin_inset Index idx
42651 status collapsed
42652
42653 \begin_layout Plain Layout
42654 Units
42655 \end_layout
42656
42657 \end_inset
42658
42659
42660 \begin_inset CommandInset label
42661 LatexCommand label
42662 name "cha:Units-available-in"
42663
42664 \end_inset
42665
42666
42667 \end_layout
42668
42669 \begin_layout Standard
42670 To understand the units described in this documentation, 
42671 \begin_inset CommandInset ref
42672 LatexCommand ref
42673 reference "cap:Units"
42674
42675 \end_inset
42676
42677  explains all units available in LyX.
42678 \end_layout
42679
42680 \begin_layout Standard
42681 \begin_inset Float table
42682 placement h
42683 wide false
42684 sideways false
42685 status open
42686
42687 \begin_layout Plain Layout
42688 \begin_inset Caption
42689
42690 \begin_layout Plain Layout
42691 \begin_inset CommandInset label
42692 LatexCommand label
42693 name "cap:Units"
42694
42695 \end_inset
42696
42697 Units
42698 \end_layout
42699
42700 \end_inset
42701
42702
42703 \end_layout
42704
42705 \begin_layout Plain Layout
42706 \begin_inset VSpace medskip
42707 \end_inset
42708
42709
42710 \end_layout
42711
42712 \begin_layout Plain Layout
42713 \align center
42714 \begin_inset Tabular
42715 <lyxtabular version="3" rows="20" columns="2">
42716 <features tabularvalignment="middle">
42717 <column alignment="center" valignment="top" width="0">
42718 <column alignment="center" valignment="top" width="0">
42719 <row>
42720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42721 \begin_inset Text
42722
42723 \begin_layout Plain Layout
42724 unit
42725 \end_layout
42726
42727 \end_inset
42728 </cell>
42729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
42730 \begin_inset Text
42731
42732 \begin_layout Plain Layout
42733 name/description
42734 \end_layout
42735
42736 \end_inset
42737 </cell>
42738 </row>
42739 <row>
42740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42741 \begin_inset Text
42742
42743 \begin_layout Plain Layout
42744 mm
42745 \end_layout
42746
42747 \end_inset
42748 </cell>
42749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42750 \begin_inset Text
42751
42752 \begin_layout Plain Layout
42753 millimeter
42754 \end_layout
42755
42756 \end_inset
42757 </cell>
42758 </row>
42759 <row>
42760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42761 \begin_inset Text
42762
42763 \begin_layout Plain Layout
42764 cm
42765 \end_layout
42766
42767 \end_inset
42768 </cell>
42769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42770 \begin_inset Text
42771
42772 \begin_layout Plain Layout
42773 centimeter
42774 \end_layout
42775
42776 \end_inset
42777 </cell>
42778 </row>
42779 <row>
42780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42781 \begin_inset Text
42782
42783 \begin_layout Plain Layout
42784 in
42785 \end_layout
42786
42787 \end_inset
42788 </cell>
42789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42790 \begin_inset Text
42791
42792 \begin_layout Plain Layout
42793 inch
42794 \end_layout
42795
42796 \end_inset
42797 </cell>
42798 </row>
42799 <row>
42800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42801 \begin_inset Text
42802
42803 \begin_layout Plain Layout
42804 pt
42805 \end_layout
42806
42807 \end_inset
42808 </cell>
42809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42810 \begin_inset Text
42811
42812 \begin_layout Plain Layout
42813 point (72.27
42814 \begin_inset space \thinspace{}
42815 \end_inset
42816
42817 pt = 1
42818 \begin_inset space \thinspace{}
42819 \end_inset
42820
42821 in)
42822 \end_layout
42823
42824 \end_inset
42825 </cell>
42826 </row>
42827 <row>
42828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42829 \begin_inset Text
42830
42831 \begin_layout Plain Layout
42832 pc
42833 \end_layout
42834
42835 \end_inset
42836 </cell>
42837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42838 \begin_inset Text
42839
42840 \begin_layout Plain Layout
42841 pica (1
42842 \begin_inset space \thinspace{}
42843 \end_inset
42844
42845 pc = 12
42846 \begin_inset space \thinspace{}
42847 \end_inset
42848
42849 pt)
42850 \end_layout
42851
42852 \end_inset
42853 </cell>
42854 </row>
42855 <row>
42856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42857 \begin_inset Text
42858
42859 \begin_layout Plain Layout
42860 sp
42861 \end_layout
42862
42863 \end_inset
42864 </cell>
42865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42866 \begin_inset Text
42867
42868 \begin_layout Plain Layout
42869 scaled point (65536
42870 \begin_inset space \thinspace{}
42871 \end_inset
42872
42873 sp = 1
42874 \begin_inset space \thinspace{}
42875 \end_inset
42876
42877 pt)
42878 \end_layout
42879
42880 \end_inset
42881 </cell>
42882 </row>
42883 <row>
42884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42885 \begin_inset Text
42886
42887 \begin_layout Plain Layout
42888 bp
42889 \end_layout
42890
42891 \end_inset
42892 </cell>
42893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42894 \begin_inset Text
42895
42896 \begin_layout Plain Layout
42897 big point (72
42898 \begin_inset space \thinspace{}
42899 \end_inset
42900
42901 bp = 1
42902 \begin_inset space \thinspace{}
42903 \end_inset
42904
42905 in)
42906 \end_layout
42907
42908 \end_inset
42909 </cell>
42910 </row>
42911 <row>
42912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42913 \begin_inset Text
42914
42915 \begin_layout Plain Layout
42916 dd
42917 \end_layout
42918
42919 \end_inset
42920 </cell>
42921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42922 \begin_inset Text
42923
42924 \begin_layout Plain Layout
42925 didot (72
42926 \begin_inset space \thinspace{}
42927 \end_inset
42928
42929 dd 
42930 \begin_inset Formula $\approx$
42931 \end_inset
42932
42933  37.6
42934 \begin_inset space \thinspace{}
42935 \end_inset
42936
42937 mm)
42938 \end_layout
42939
42940 \end_inset
42941 </cell>
42942 </row>
42943 <row>
42944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42945 \begin_inset Text
42946
42947 \begin_layout Plain Layout
42948 cc
42949 \end_layout
42950
42951 \end_inset
42952 </cell>
42953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42954 \begin_inset Text
42955
42956 \begin_layout Plain Layout
42957 cicero (1
42958 \begin_inset space \thinspace{}
42959 \end_inset
42960
42961 cc = 12
42962 \begin_inset space \thinspace{}
42963 \end_inset
42964
42965 dd)
42966 \end_layout
42967
42968 \end_inset
42969 </cell>
42970 </row>
42971 <row>
42972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42973 \begin_inset Text
42974
42975 \begin_layout Plain Layout
42976 Scale%
42977 \end_layout
42978
42979 \end_inset
42980 </cell>
42981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42982 \begin_inset Text
42983
42984 \begin_layout Plain Layout
42985 % of original image width
42986 \end_layout
42987
42988 \end_inset
42989 </cell>
42990 </row>
42991 <row>
42992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42993 \begin_inset Text
42994
42995 \begin_layout Plain Layout
42996 text%
42997 \end_layout
42998
42999 \end_inset
43000 </cell>
43001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
43002 \begin_inset Text
43003
43004 \begin_layout Plain Layout
43005 % of text width
43006 \end_layout
43007
43008 \end_inset
43009 </cell>
43010 </row>
43011 <row>
43012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43013 \begin_inset Text
43014
43015 \begin_layout Plain Layout
43016 col%
43017 \end_layout
43018
43019 \end_inset
43020 </cell>
43021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
43022 \begin_inset Text
43023
43024 \begin_layout Plain Layout
43025 % of column width
43026 \end_layout
43027
43028 \end_inset
43029 </cell>
43030 </row>
43031 <row>
43032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43033 \begin_inset Text
43034
43035 \begin_layout Plain Layout
43036 page%
43037 \end_layout
43038
43039 \end_inset
43040 </cell>
43041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
43042 \begin_inset Text
43043
43044 \begin_layout Plain Layout
43045 % of paper width
43046 \end_layout
43047
43048 \end_inset
43049 </cell>
43050 </row>
43051 <row>
43052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43053 \begin_inset Text
43054
43055 \begin_layout Plain Layout
43056 line%
43057 \end_layout
43058
43059 \end_inset
43060 </cell>
43061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
43062 \begin_inset Text
43063
43064 \begin_layout Plain Layout
43065 % of line width
43066 \end_layout
43067
43068 \end_inset
43069 </cell>
43070 </row>
43071 <row>
43072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43073 \begin_inset Text
43074
43075 \begin_layout Plain Layout
43076 theight%
43077 \end_layout
43078
43079 \end_inset
43080 </cell>
43081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
43082 \begin_inset Text
43083
43084 \begin_layout Plain Layout
43085 % of text height
43086 \end_layout
43087
43088 \end_inset
43089 </cell>
43090 </row>
43091 <row>
43092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43093 \begin_inset Text
43094
43095 \begin_layout Plain Layout
43096 pheight%
43097 \end_layout
43098
43099 \end_inset
43100 </cell>
43101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
43102 \begin_inset Text
43103
43104 \begin_layout Plain Layout
43105 % of paper height
43106 \end_layout
43107
43108 \end_inset
43109 </cell>
43110 </row>
43111 <row>
43112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43113 \begin_inset Text
43114
43115 \begin_layout Plain Layout
43116 ex
43117 \end_layout
43118
43119 \end_inset
43120 </cell>
43121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
43122 \begin_inset Text
43123
43124 \begin_layout Plain Layout
43125 height of letter 
43126 \emph on
43127 x
43128 \emph default
43129  in current font
43130 \end_layout
43131
43132 \end_inset
43133 </cell>
43134 </row>
43135 <row>
43136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43137 \begin_inset Text
43138
43139 \begin_layout Plain Layout
43140 em
43141 \end_layout
43142
43143 \end_inset
43144 </cell>
43145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
43146 \begin_inset Text
43147
43148 \begin_layout Plain Layout
43149 width of letter 
43150 \emph on
43151 M
43152 \emph default
43153  in current font
43154 \end_layout
43155
43156 \end_inset
43157 </cell>
43158 </row>
43159 <row>
43160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
43161 \begin_inset Text
43162
43163 \begin_layout Plain Layout
43164 mu
43165 \end_layout
43166
43167 \end_inset
43168 </cell>
43169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
43170 \begin_inset Text
43171
43172 \begin_layout Plain Layout
43173 math unit (1
43174 \begin_inset space \thinspace{}
43175 \end_inset
43176
43177 mu = 1/18
43178 \begin_inset space \thinspace{}
43179 \end_inset
43180
43181 em)
43182 \end_layout
43183
43184 \end_inset
43185 </cell>
43186 </row>
43187 </lyxtabular>
43188
43189 \end_inset
43190
43191
43192 \end_layout
43193
43194 \end_inset
43195
43196
43197 \end_layout
43198
43199 \begin_layout Chapter
43200 Credits
43201 \begin_inset CommandInset label
43202 LatexCommand label
43203 name "cha:Credits"
43204
43205 \end_inset
43206
43207
43208 \end_layout
43209
43210 \begin_layout Standard
43211 The documentation is a collaborative effort between many different people
43212  (and we would encourage people to contribute!).
43213 \end_layout
43214
43215 \begin_layout Itemize
43216
43217 \noun on
43218 Alejandro Aguilar Sierra
43219 \end_layout
43220
43221 \begin_layout Itemize
43222
43223 \noun on
43224 Amir Karger
43225 \end_layout
43226
43227 \begin_layout Itemize
43228
43229 \noun on
43230 David Johnson
43231 \end_layout
43232
43233 \begin_layout Itemize
43234
43235 \noun on
43236 Hartmut Haase
43237 \end_layout
43238
43239 \begin_layout Itemize
43240
43241 \noun on
43242 Ignacio García
43243 \end_layout
43244
43245 \begin_layout Itemize
43246
43247 \noun on
43248 Ivan Schreter
43249 \end_layout
43250
43251 \begin_layout Itemize
43252
43253 \noun on
43254 John Raithel
43255 \end_layout
43256
43257 \begin_layout Itemize
43258
43259 \noun on
43260 John Weiss
43261 \end_layout
43262
43263 \begin_layout Itemize
43264
43265 \noun on
43266 Lars Gullik Bjønnes
43267 \end_layout
43268
43269 \begin_layout Itemize
43270
43271 \noun on
43272 Matthias Ettrich
43273 \end_layout
43274
43275 \begin_layout Itemize
43276
43277 \noun on
43278 Matthias Zenker
43279 \end_layout
43280
43281 \begin_layout Itemize
43282
43283 \noun on
43284 Rich Fields
43285 \end_layout
43286
43287 \begin_layout Itemize
43288
43289 \noun on
43290 Pascal André
43291 \end_layout
43292
43293 \begin_layout Itemize
43294
43295 \noun on
43296 Paul Evans
43297 \end_layout
43298
43299 \begin_layout Itemize
43300
43301 \noun on
43302 Paul Russel
43303 \end_layout
43304
43305 \begin_layout Itemize
43306
43307 \noun on
43308 Robin Socha
43309 \end_layout
43310
43311 \begin_layout Itemize
43312
43313 \noun on
43314 Uwe Stöhr
43315 \end_layout
43316
43317 \begin_layout Itemize
43318 The LyX Team: 
43319 \begin_inset CommandInset citation
43320 LatexCommand cite
43321 key "lyxcredit"
43322
43323 \end_inset
43324
43325
43326 \end_layout
43327
43328 \begin_layout Standard
43329 \begin_inset Newpage newpage
43330 \end_inset
43331
43332 The bibliography on the following page was created with the 
43333 \family sans
43334 Bibliography
43335 \family default
43336  environment.
43337 \end_layout
43338
43339 \begin_layout Bibliography
43340 \labelwidthstring Literaturverzeichnis
43341 \begin_inset CommandInset bibitem
43342 LatexCommand bibitem
43343 label "Credits"
43344 key "lyxcredit"
43345
43346 \end_inset
43347
43348 The LyX Team: 
43349 \begin_inset CommandInset href
43350 LatexCommand href
43351 name "Credits"
43352 target "http://www.lyx.org/trac/browser/lyx-devel/trunk/lib/CREDITS"
43353
43354 \end_inset
43355
43356 :
43357 \begin_inset Newline newline
43358 \end_inset
43359
43360
43361 \begin_inset Flex URL
43362 status collapsed
43363
43364 \begin_layout Plain Layout
43365
43366 http://www.lyx.org/trac/browser/lyx-devel/trunk/lib/CREDITS
43367 \end_layout
43368
43369 \end_inset
43370
43371
43372 \end_layout
43373
43374 \begin_layout Bibliography
43375 \labelwidthstring Literaturverzeichnis
43376 \begin_inset CommandInset bibitem
43377 LatexCommand bibitem
43378 key "latexcompanion"
43379
43380 \end_inset
43381
43382 Frank Mittelbach and Michel Goossens: 
43383 \emph on
43384 The LaTeX Companion Second Edition.
43385
43386 \emph default
43387  Addison-Wesley, 2004
43388 \end_layout
43389
43390 \begin_layout Bibliography
43391 \labelwidthstring Literaturverzeichnis
43392 \begin_inset CommandInset bibitem
43393 LatexCommand bibitem
43394 key "latexguide"
43395
43396 \end_inset
43397
43398 Helmut Kopka and Patrick W.
43399  Daly: 
43400 \emph on
43401 A Guide to LaTeX Fourth Edition.
43402
43403 \emph default
43404  Addison-Wesley, 2003
43405 \end_layout
43406
43407 \begin_layout Bibliography
43408 \labelwidthstring Literaturverzeichnis
43409 \begin_inset CommandInset bibitem
43410 LatexCommand bibitem
43411 key "latexbook"
43412
43413 \end_inset
43414
43415 Leslie Lamport: 
43416 \emph on
43417 LaTeX: A Document Preparation System.
43418
43419 \emph default
43420  Addison-Wesley, second edition, 1994
43421 \end_layout
43422
43423 \begin_layout Bibliography
43424 \labelwidthstring Literaturverzeichnis
43425 \begin_inset CommandInset bibitem
43426 LatexCommand bibitem
43427 key "texbook"
43428
43429 \end_inset
43430
43431 Donald E.
43432  Knuth.
43433  
43434 \emph on
43435 The TeXbook.
43436
43437 \emph default
43438  Addison-Wesley, 1984
43439 \end_layout
43440
43441 \begin_layout Bibliography
43442 \labelwidthstring Literaturverzeichnis
43443 \begin_inset CommandInset bibitem
43444 LatexCommand bibitem
43445 key "TeXCatalogue"
43446
43447 \end_inset
43448
43449 The TeX Catalogue:
43450 \begin_inset Newline newline
43451 \end_inset
43452
43453
43454 \begin_inset Flex URL
43455 status collapsed
43456
43457 \begin_layout Plain Layout
43458
43459 http://www.ctan.org/tex-archive/help/Catalogue/bytopic.html
43460 \end_layout
43461
43462 \end_inset
43463
43464
43465 \end_layout
43466
43467 \begin_layout Bibliography
43468 \labelwidthstring Literaturverzeichnis
43469 \begin_inset CommandInset bibitem
43470 LatexCommand bibitem
43471 key "LaTeXFAQ"
43472
43473 \end_inset
43474
43475 The LaTeX FAQ:
43476 \begin_inset Newline newline
43477 \end_inset
43478
43479
43480 \begin_inset Flex URL
43481 status collapsed
43482
43483 \begin_layout Plain Layout
43484
43485 http://www.tex.ac.uk/cgi-bin/texfaq2html
43486 \end_layout
43487
43488 \end_inset
43489
43490
43491 \end_layout
43492
43493 \begin_layout Bibliography
43494 \labelwidthstring Literaturverzeichnis
43495 \begin_inset CommandInset bibitem
43496 LatexCommand bibitem
43497 key "BibTeX"
43498
43499 \end_inset
43500
43501
43502 \begin_inset CommandInset href
43503 LatexCommand href
43504 name "Documentation"
43505 target "http://www.ctan.org/get/biblio/bibtex/contrib/doc/btxdoc.pdf"
43506
43507 \end_inset
43508
43509  of the program 
43510 \family sans
43511 BibTeX
43512 \family default
43513 :
43514 \begin_inset Newline newline
43515 \end_inset
43516
43517
43518 \begin_inset Flex URL
43519 status collapsed
43520
43521 \begin_layout Plain Layout
43522
43523 http://www.ctan.org/get/biblio/bibtex/contrib/doc/btxdoc.pdf
43524 \end_layout
43525
43526 \end_inset
43527
43528
43529 \end_layout
43530
43531 \begin_layout Bibliography
43532 \labelwidthstring Literaturverzeichnis
43533 \begin_inset CommandInset bibitem
43534 LatexCommand bibitem
43535 key "BibTeX-2"
43536
43537 \end_inset
43538
43539
43540 \begin_inset CommandInset href
43541 LatexCommand href
43542 name "Documentation"
43543 target "http://www.ctan.org/tex-archive/info/bibtex/tamethebeast/ttb_en.pdf"
43544
43545 \end_inset
43546
43547  how to use the program 
43548 \family sans
43549 BibTeX
43550 \family default
43551 :
43552 \begin_inset Newline newline
43553 \end_inset
43554
43555
43556 \begin_inset Flex URL
43557 status collapsed
43558
43559 \begin_layout Plain Layout
43560
43561 http://www.ctan.org/tex-archive/info/bibtex/tamethebeast/ttb_en.pdf
43562 \end_layout
43563
43564 \end_inset
43565
43566
43567 \end_layout
43568
43569 \begin_layout Bibliography
43570 \labelwidthstring Literaturverzeichnis
43571 \begin_inset CommandInset bibitem
43572 LatexCommand bibitem
43573 key "makeindex"
43574
43575 \end_inset
43576
43577
43578 \begin_inset CommandInset href
43579 LatexCommand href
43580 name "Documentation"
43581 target "http://tug.ctan.org/indexing/makeindex/doc/manpages.dvi"
43582
43583 \end_inset
43584
43585  of the program 
43586 \family sans
43587 makeindex
43588 \family default
43589 :
43590 \begin_inset Newline newline
43591 \end_inset
43592
43593
43594 \begin_inset Flex URL
43595 status collapsed
43596
43597 \begin_layout Plain Layout
43598
43599 http://tug.ctan.org/indexing/makeindex/doc/manpages.dvi
43600 \end_layout
43601
43602 \end_inset
43603
43604
43605 \end_layout
43606
43607 \begin_layout Bibliography
43608 \labelwidthstring Literaturverzeichnis
43609 \begin_inset CommandInset bibitem
43610 LatexCommand bibitem
43611 key "xindy"
43612
43613 \end_inset
43614
43615
43616 \begin_inset CommandInset href
43617 LatexCommand href
43618 name "Documentation"
43619 target "http://www.xindy.org/documentation.html"
43620
43621 \end_inset
43622
43623  of the program 
43624 \family sans
43625 xindy
43626 \family default
43627 :
43628 \begin_inset Newline newline
43629 \end_inset
43630
43631
43632 \begin_inset Flex URL
43633 status collapsed
43634
43635 \begin_layout Plain Layout
43636
43637 http://www.xindy.org/documentation.html
43638 \end_layout
43639
43640 \end_inset
43641
43642
43643 \end_layout
43644
43645 \begin_layout Bibliography
43646 \labelwidthstring Literaturverzeichnis
43647 \begin_inset CommandInset bibitem
43648 LatexCommand bibitem
43649 key "caption"
43650
43651 \end_inset
43652
43653
43654 \begin_inset CommandInset href
43655 LatexCommand href
43656 name "Documentation"
43657 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
43658
43659 \end_inset
43660
43661  of the LaTeX-package 
43662 \series bold
43663 caption
43664 \series default
43665
43666 \begin_inset Index idx
43667 status collapsed
43668
43669 \begin_layout Plain Layout
43670 LaTeX-packages ! caption
43671 \end_layout
43672
43673 \end_inset
43674
43675 :
43676 \begin_inset Newline newline
43677 \end_inset
43678
43679
43680 \begin_inset Flex URL
43681 status collapsed
43682
43683 \begin_layout Plain Layout
43684
43685 ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf
43686 \end_layout
43687
43688 \end_inset
43689
43690
43691 \end_layout
43692
43693 \begin_layout Bibliography
43694 \labelwidthstring Literaturverzeichnis
43695 \begin_inset CommandInset bibitem
43696 LatexCommand bibitem
43697 key "fancyhdr"
43698
43699 \end_inset
43700
43701
43702 \begin_inset CommandInset href
43703 LatexCommand href
43704 name "Documentation"
43705 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/fancyhdr/fancyhdr.pdf"
43706
43707 \end_inset
43708
43709  of the LaTeX-package 
43710 \series bold
43711 fancyhdr
43712 \series default
43713
43714 \begin_inset Index idx
43715 status collapsed
43716
43717 \begin_layout Plain Layout
43718 LaTeX-packages ! fancyhdr
43719 \end_layout
43720
43721 \end_inset
43722
43723 :
43724 \begin_inset Newline newline
43725 \end_inset
43726
43727
43728 \begin_inset Flex URL
43729 status collapsed
43730
43731 \begin_layout Plain Layout
43732
43733 ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/fancyhdr/fancyhdr.pdf
43734 \end_layout
43735
43736 \end_inset
43737
43738
43739 \end_layout
43740
43741 \begin_layout Bibliography
43742 \labelwidthstring Literaturverzeichnis
43743 \begin_inset CommandInset bibitem
43744 LatexCommand bibitem
43745 key "hyperref"
43746
43747 \end_inset
43748
43749
43750 \series bold
43751
43752 \begin_inset CommandInset href
43753 LatexCommand href
43754 name "Documentation"
43755 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
43756
43757 \end_inset
43758
43759
43760 \series default
43761  of the LaTeX-package 
43762 \series bold
43763 hyperref
43764 \series default
43765
43766 \begin_inset Index idx
43767 status collapsed
43768
43769 \begin_layout Plain Layout
43770 LaTeX-packages ! hyperref
43771 \end_layout
43772
43773 \end_inset
43774
43775 :
43776 \begin_inset Newline newline
43777 \end_inset
43778
43779
43780 \begin_inset Flex URL
43781 status collapsed
43782
43783 \begin_layout Plain Layout
43784
43785 ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf
43786 \end_layout
43787
43788 \end_inset
43789
43790
43791 \end_layout
43792
43793 \begin_layout Bibliography
43794 \labelwidthstring Literaturverzeichnis
43795 \begin_inset CommandInset bibitem
43796 LatexCommand bibitem
43797 key "nomencl"
43798
43799 \end_inset
43800
43801
43802 \begin_inset CommandInset href
43803 LatexCommand href
43804 name "Documentation"
43805 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/nomencl/nomencl.pdf"
43806
43807 \end_inset
43808
43809  of the LaTeX-package 
43810 \series bold
43811 nomencl
43812 \series default
43813
43814 \begin_inset Index idx
43815 status collapsed
43816
43817 \begin_layout Plain Layout
43818 LaTeX-packages ! nomencl
43819 \end_layout
43820
43821 \end_inset
43822
43823 :
43824 \begin_inset Newline newline
43825 \end_inset
43826
43827
43828 \begin_inset Flex URL
43829 status collapsed
43830
43831 \begin_layout Plain Layout
43832
43833 ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/nomencl/nomencl.pdf
43834 \end_layout
43835
43836 \end_inset
43837
43838
43839 \end_layout
43840
43841 \begin_layout Bibliography
43842 \labelwidthstring Literaturverzeichnis
43843 \begin_inset CommandInset bibitem
43844 LatexCommand bibitem
43845 key "tipa"
43846
43847 \end_inset
43848
43849
43850 \begin_inset CommandInset href
43851 LatexCommand href
43852 name "Documentation"
43853 target "http://www.ctan.org/tex-archive/fonts/tipa/tipaman.pdf"
43854
43855 \end_inset
43856
43857  of the LaTeX-package 
43858 \series bold
43859 tipa
43860 \series default
43861
43862 \begin_inset Index idx
43863 status collapsed
43864
43865 \begin_layout Plain Layout
43866 LaTeX-packages ! tipa
43867 \end_layout
43868
43869 \end_inset
43870
43871 :
43872 \begin_inset Newline newline
43873 \end_inset
43874
43875
43876 \begin_inset Flex URL
43877 status collapsed
43878
43879 \begin_layout Plain Layout
43880
43881 http://www.ctan.org/tex-archive/fonts/tipa/tipaman.pdf
43882 \end_layout
43883
43884 \end_inset
43885
43886
43887 \end_layout
43888
43889 \begin_layout Bibliography
43890 \labelwidthstring Literaturverzeichnis
43891 \begin_inset CommandInset bibitem
43892 LatexCommand bibitem
43893 key "wrapfig"
43894
43895 \end_inset
43896
43897
43898 \begin_inset CommandInset href
43899 LatexCommand href
43900 name "Documentation"
43901 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
43902
43903 \end_inset
43904
43905  of the LaTeX-package 
43906 \series bold
43907 wrapfig
43908 \series default
43909
43910 \begin_inset Index idx
43911 status collapsed
43912
43913 \begin_layout Plain Layout
43914 LaTeX-packages ! wrapfig
43915 \end_layout
43916
43917 \end_inset
43918
43919 :
43920 \begin_inset Newline newline
43921 \end_inset
43922
43923
43924 \begin_inset Flex URL
43925 status collapsed
43926
43927 \begin_layout Plain Layout
43928
43929 ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty
43930 \end_layout
43931
43932 \end_inset
43933
43934
43935 \end_layout
43936
43937 \begin_layout Bibliography
43938 \labelwidthstring Literaturverzeichnis
43939 \begin_inset CommandInset bibitem
43940 LatexCommand bibitem
43941 key "XeTeX"
43942
43943 \end_inset
43944
43945
43946 \begin_inset CommandInset href
43947 LatexCommand href
43948 name "Wiki-page"
43949 target "http://wiki.lyx.org/LyX/XeTeX"
43950
43951 \end_inset
43952
43953  how to use LyX with XeTeX:
43954 \begin_inset Newline newline
43955 \end_inset
43956
43957
43958 \begin_inset Flex URL
43959 status collapsed
43960
43961 \begin_layout Plain Layout
43962
43963 http://wiki.lyx.org/LyX/XeTeX
43964 \end_layout
43965
43966 \end_inset
43967
43968
43969 \end_layout
43970
43971 \begin_layout Bibliography
43972 \labelwidthstring Literaturverzeichnis
43973 \begin_inset CommandInset bibitem
43974 LatexCommand bibitem
43975 key "Arabic"
43976
43977 \end_inset
43978
43979
43980 \begin_inset CommandInset href
43981 LatexCommand href
43982 name "Wiki-page"
43983 target "http://wiki.lyx.org/Windows/Arabic"
43984
43985 \end_inset
43986
43987  how to set up LyX for Arabic:
43988 \begin_inset Newline newline
43989 \end_inset
43990
43991
43992 \begin_inset Flex URL
43993 status collapsed
43994
43995 \begin_layout Plain Layout
43996
43997 http://wiki.lyx.org/Windows/Arabic
43998 \end_layout
43999
44000 \end_inset
44001
44002
44003 \end_layout
44004
44005 \begin_layout Bibliography
44006 \labelwidthstring Literaturverzeichnis
44007 \begin_inset CommandInset bibitem
44008 LatexCommand bibitem
44009 key "Armenian"
44010
44011 \end_inset
44012
44013
44014 \begin_inset CommandInset href
44015 LatexCommand href
44016 name "Wiki-page"
44017 target "http://wiki.lyx.org/Windows/Armenian"
44018
44019 \end_inset
44020
44021  how to set up LyX for Armenian:
44022 \begin_inset Newline newline
44023 \end_inset
44024
44025
44026 \begin_inset Flex URL
44027 status collapsed
44028
44029 \begin_layout Plain Layout
44030
44031 http://wiki.lyx.org/Windows/Armenian
44032 \end_layout
44033
44034 \end_inset
44035
44036
44037 \end_layout
44038
44039 \begin_layout Bibliography
44040 \labelwidthstring Literaturverzeichnis
44041 \begin_inset CommandInset bibitem
44042 LatexCommand bibitem
44043 key "Farsi"
44044
44045 \end_inset
44046
44047
44048 \begin_inset CommandInset href
44049 LatexCommand href
44050 name "Wiki-page"
44051 target "http://wiki.lyx.org/Windows/Farsi"
44052
44053 \end_inset
44054
44055  how to set up LyX for Farsi:
44056 \begin_inset Newline newline
44057 \end_inset
44058
44059
44060 \begin_inset Flex URL
44061 status collapsed
44062
44063 \begin_layout Plain Layout
44064
44065 http://wiki.lyx.org/Windows/Farsi
44066 \end_layout
44067
44068 \end_inset
44069
44070
44071 \end_layout
44072
44073 \begin_layout Bibliography
44074 \labelwidthstring Literaturverzeichnis
44075 \begin_inset CommandInset bibitem
44076 LatexCommand bibitem
44077 key "Hebrew"
44078
44079 \end_inset
44080
44081
44082 \begin_inset CommandInset href
44083 LatexCommand href
44084 name "Wiki-page"
44085 target "http://wiki.lyx.org/Windows/Hebrew"
44086
44087 \end_inset
44088
44089  how to set up LyX for Hebrew:
44090 \begin_inset Newline newline
44091 \end_inset
44092
44093
44094 \begin_inset Flex URL
44095 status collapsed
44096
44097 \begin_layout Plain Layout
44098
44099 http://wiki.lyx.org/Windows/Hebrew
44100 \end_layout
44101
44102 \end_inset
44103
44104
44105 \end_layout
44106
44107 \begin_layout Bibliography
44108 \labelwidthstring Literaturverzeichnis
44109 \begin_inset CommandInset bibitem
44110 LatexCommand bibitem
44111 key "Japanese"
44112
44113 \end_inset
44114
44115
44116 \begin_inset CommandInset href
44117 LatexCommand href
44118 name "Wiki-page"
44119 target "http://wiki.lyx.org/Windows/Japanese"
44120
44121 \end_inset
44122
44123  how to set up LyX for Japanese:
44124 \begin_inset Newline newline
44125 \end_inset
44126
44127
44128 \begin_inset Flex URL
44129 status collapsed
44130
44131 \begin_layout Plain Layout
44132
44133 http://wiki.lyx.org/Windows/Japanese
44134 \end_layout
44135
44136 \end_inset
44137
44138
44139 \end_layout
44140
44141 \begin_layout Bibliography
44142 \labelwidthstring Literaturverzeichnis
44143 \begin_inset CommandInset bibitem
44144 LatexCommand bibitem
44145 key "Latvian"
44146
44147 \end_inset
44148
44149
44150 \begin_inset CommandInset href
44151 LatexCommand href
44152 name "Wiki-page"
44153 target "http://wiki.lyx.org/Windows/Latvian"
44154
44155 \end_inset
44156
44157  how to set up LyX for Latvian:
44158 \begin_inset Newline newline
44159 \end_inset
44160
44161
44162 \begin_inset Flex URL
44163 status collapsed
44164
44165 \begin_layout Plain Layout
44166
44167 http://wiki.lyx.org/Windows/Latvian
44168 \end_layout
44169
44170 \end_inset
44171
44172
44173 \end_layout
44174
44175 \begin_layout Bibliography
44176 \labelwidthstring Literaturverzeichnis
44177 \begin_inset CommandInset bibitem
44178 LatexCommand bibitem
44179 key "Lithuanian"
44180
44181 \end_inset
44182
44183
44184 \begin_inset CommandInset href
44185 LatexCommand href
44186 name "Wiki-page"
44187 target "http://wiki.lyx.org/Windows/Lithuanian"
44188
44189 \end_inset
44190
44191  how to set up LyX for Lithuanian:
44192 \begin_inset Newline newline
44193 \end_inset
44194
44195
44196 \begin_inset Flex URL
44197 status collapsed
44198
44199 \begin_layout Plain Layout
44200
44201 http://wiki.lyx.org/Windows/Lithuanian
44202 \end_layout
44203
44204 \end_inset
44205
44206
44207 \end_layout
44208
44209 \begin_layout Bibliography
44210 \labelwidthstring Literaturverzeichnis
44211 \begin_inset CommandInset bibitem
44212 LatexCommand bibitem
44213 key "Mongolian"
44214
44215 \end_inset
44216
44217
44218 \begin_inset CommandInset href
44219 LatexCommand href
44220 name "Wiki-page"
44221 target "http://wiki.lyx.org/Windows/Mongolian"
44222
44223 \end_inset
44224
44225  how to set up LyX for Mongolian:
44226 \begin_inset Newline newline
44227 \end_inset
44228
44229
44230 \begin_inset Flex URL
44231 status collapsed
44232
44233 \begin_layout Plain Layout
44234
44235 http://wiki.lyx.org/Windows/Mongolian
44236 \end_layout
44237
44238 \end_inset
44239
44240
44241 \end_layout
44242
44243 \begin_layout Bibliography
44244 \labelwidthstring Literaturverzeichnis
44245 \begin_inset CommandInset bibitem
44246 LatexCommand bibitem
44247 key "Vietnamese"
44248
44249 \end_inset
44250
44251
44252 \begin_inset CommandInset href
44253 LatexCommand href
44254 name "Wiki-page"
44255 target "http://wiki.lyx.org/Windows/Vietnamese"
44256
44257 \end_inset
44258
44259  how to set up LyX for Vietnamese:
44260 \begin_inset Newline newline
44261 \end_inset
44262
44263
44264 \begin_inset Flex URL
44265 status collapsed
44266
44267 \begin_layout Plain Layout
44268
44269 http://wiki.lyx.org/Windows/Vietnamese
44270 \end_layout
44271
44272 \end_inset
44273
44274
44275 \end_layout
44276
44277 \begin_layout Bibliography
44278 \labelwidthstring Literaturverzeichnis
44279 \begin_inset CommandInset bibitem
44280 LatexCommand bibitem
44281 key "LyX-func"
44282
44283 \end_inset
44284
44285
44286 \begin_inset CommandInset href
44287 LatexCommand href
44288 name "Wiki-page"
44289 target "http://wiki.lyx.org/LyX/LyxFunctionList"
44290
44291 \end_inset
44292
44293  with a list of all available LyX-functions:
44294 \begin_inset Newline newline
44295 \end_inset
44296
44297
44298 \begin_inset Flex URL
44299 status collapsed
44300
44301 \begin_layout Plain Layout
44302
44303 http://wiki.lyx.org/LyX/LyxFunctionList
44304 \end_layout
44305
44306 \end_inset
44307
44308
44309 \end_layout
44310
44311 \begin_layout Bibliography
44312 \labelwidthstring Literaturverzeichnis
44313 \begin_inset CommandInset bibitem
44314 LatexCommand bibitem
44315 key "NewInLyX16"
44316
44317 \end_inset
44318
44319
44320 \begin_inset CommandInset href
44321 LatexCommand href
44322 name "Wiki-page"
44323 target "http://wiki.lyx.org/LyX/NewInLyX16"
44324
44325 \end_inset
44326
44327  about new features in 
44328 \family sans
44329 LyX 1.6.0
44330 \family default
44331 :
44332 \begin_inset Newline newline
44333 \end_inset
44334
44335
44336 \begin_inset Flex URL
44337 status collapsed
44338
44339 \begin_layout Plain Layout
44340
44341 http://wiki.lyx.org/LyX/NewInLyX16
44342 \end_layout
44343
44344 \end_inset
44345
44346
44347 \end_layout
44348
44349 \begin_layout Standard
44350 \begin_inset Newpage newpage
44351 \end_inset
44352
44353
44354 \begin_inset ERT
44355 status collapsed
44356
44357 \begin_layout Plain Layout
44358
44359
44360 \backslash
44361 let
44362 \backslash
44363 mybibname
44364 \backslash
44365 bibname
44366 \end_layout
44367
44368 \begin_layout Plain Layout
44369
44370
44371 \backslash
44372 renewcommand{
44373 \backslash
44374 bibname}{
44375 \backslash
44376 mybibname
44377 \backslash
44378 ; 2}
44379 \end_layout
44380
44381 \end_inset
44382
44383
44384 \begin_inset Note Note
44385 status collapsed
44386
44387 \begin_layout Plain Layout
44388 The command 
44389 \series bold
44390
44391 \backslash
44392 bibname
44393 \series default
44394  is the name of the bibliography in the current document language.
44395  It is redefined here with the number 2 at the end to state that the following
44396  bibliography is the second one:
44397 \end_layout
44398
44399 \end_inset
44400
44401
44402 \end_layout
44403
44404 \begin_layout Standard
44405 \begin_inset CommandInset bibtex
44406 LatexCommand bibtex
44407 bibfiles "biblio/LyXDocs"
44408 options "biblio/alphadin"
44409
44410 \end_inset
44411
44412
44413 \end_layout
44414
44415 \begin_layout Standard
44416 The above bibliography is created from a BibTeX-database.
44417 \end_layout
44418
44419 \begin_layout Standard
44420
44421 \series bold
44422 \begin_inset CommandInset nomencl_print
44423 LatexCommand printnomenclature
44424 set_width "none"
44425
44426 \end_inset
44427
44428
44429 \begin_inset CommandInset index_print
44430 LatexCommand printindex
44431 type "idx"
44432
44433 \end_inset
44434
44435
44436 \end_layout
44437
44438 \end_body
44439 \end_document