]> git.lyx.org Git - lyx.git/blob - lib/doc/UserGuide.lyx
UserGuide.lyx: update to current file format
[lyx.git] / lib / doc / UserGuide.lyx
1 #LyX 2.0.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 369
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 \font_roman default
62 \font_sans default
63 \font_typewriter default
64 \font_default_family default
65 \use_xetex false
66 \font_sc false
67 \font_osf false
68 \font_sf_scale 100
69 \font_tt_scale 100
70
71 \graphics default
72 \default_output_format default
73 \bibtex_command default
74 \index_command default
75 \paperfontsize 12
76 \spacing single
77 \use_hyperref true
78 \pdf_title "The LyX User's Guide"
79 \pdf_author "LyX Team"
80 \pdf_subject "LyX"
81 \pdf_keywords "LyX"
82 \pdf_bookmarks true
83 \pdf_bookmarksnumbered true
84 \pdf_bookmarksopen false
85 \pdf_bookmarksopenlevel 1
86 \pdf_breaklinks false
87 \pdf_pdfborder false
88 \pdf_colorlinks true
89 \pdf_backref false
90 \pdf_pdfusetitle false
91 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,pdfpagelayout=OneColumn, pdfnewwindow=true,pdfstartview=XYZ, plainpages=false, pdfpagelabels,pdftex"
92 \papersize default
93 \use_geometry false
94 \use_amsmath 1
95 \use_esint 0
96 \cite_engine basic
97 \use_bibtopic false
98 \use_indices false
99 \paperorientation portrait
100 \branch Question
101 \selected 1
102 \filename_suffix 0
103 \color #00ff00
104 \end_branch
105 \branch Answer
106 \selected 0
107 \filename_suffix 0
108 \color #aa55ff
109 \end_branch
110 \secnumdepth 3
111 \tocdepth 3
112 \paragraph_separation indent
113 \paragraph_indentation default
114 \quotes_language english
115 \papercolumns 1
116 \papersides 2
117 \paperpagestyle default
118 \tracking_changes false
119 \output_changes false
120 \end_header
121
122 \begin_body
123
124 \begin_layout Title
125 The LyX User's Guide
126 \end_layout
127
128 \begin_layout Author
129 by the LyX Team
130 \begin_inset Foot
131 status collapsed
132
133 \begin_layout Plain Layout
134 \noindent
135 If you have comments or error corrections, please send them to the LyX Documenta
136 tion mailing list: 
137 \begin_inset CommandInset href
138 LatexCommand href
139 target "lyx-docs@lists.lyx.org"
140 type "mailto:"
141
142 \end_inset
143
144
145 \end_layout
146
147 \end_inset
148
149
150 \begin_inset Newline newline
151 \end_inset
152
153
154 \begin_inset Newline newline
155 \end_inset
156
157 Version 2.0.x
158 \begin_inset Note Note
159 status open
160
161 \begin_layout Plain Layout
162 The latest PDF-version of this document can be found here:
163 \begin_inset Newline newline
164 \end_inset
165
166
167 \series bold
168 http://wiki.lyx.org/LyX/DocumentationDevelopment#UserGuide
169 \end_layout
170
171 \end_inset
172
173
174 \end_layout
175
176 \begin_layout Standard
177 \begin_inset CommandInset toc
178 LatexCommand tableofcontents
179
180 \end_inset
181
182
183 \end_layout
184
185 \begin_layout Chapter
186 Getting Started
187 \end_layout
188
189 \begin_layout Section
190 What is LyX?
191 \end_layout
192
193 \begin_layout Standard
194 LyX is a document preparation system.
195  It is a tool for producing beautiful manuscripts, publishable books, business
196  letters and proposals, and even poetry.
197  It is unlike most other 
198 \begin_inset Quotes eld
199 \end_inset
200
201 word processors
202 \begin_inset Quotes erd
203 \end_inset
204
205  in the sense that it uses the paradigm of a markup language as its core
206  editing style.
207  That means that when you type a section header, you mark it as a 
208 \begin_inset Quotes eld
209 \end_inset
210
211 Section
212 \begin_inset Quotes erd
213 \end_inset
214
215 , not 
216 \begin_inset Quotes eld
217 \end_inset
218
219 Bold, 17
220 \begin_inset space \thinspace{}
221 \end_inset
222
223 pt type, left justified, 5
224 \begin_inset space \thinspace{}
225 \end_inset
226
227 mm space below
228 \begin_inset Quotes erd
229 \end_inset
230
231 .
232  LyX takes care of the typesetting for you, so you deal only with concepts,
233  not the mechanics.
234 \end_layout
235
236 \begin_layout Standard
237 This philosophy is explained in much greater detail in the 
238 \emph on
239
240 \begin_inset Quotes eld
241 \end_inset
242
243 Introduction
244 \begin_inset Quotes erd
245 \end_inset
246
247
248 \emph default
249 .
250  If you haven't read it yet, you need to.
251  Yes, we mean now.
252 \end_layout
253
254 \begin_layout Standard
255 The 
256 \begin_inset Quotes eld
257 \end_inset
258
259
260 \emph on
261 Introduction
262 \emph default
263
264 \begin_inset Quotes erd
265 \end_inset
266
267  describes several things in addition to LyX's philosophy: most importantly,
268  the format of all of the manuals.
269  If you don't read it, you'll have a bear of a time navigating this manual.
270  You might also be better served looking in one of the other manuals instead
271  of this one.
272  
273 \begin_inset Quotes eld
274 \end_inset
275
276
277 \emph on
278 Introduction
279 \emph default
280
281 \begin_inset Quotes erd
282 \end_inset
283
284  describes that, too.
285 \end_layout
286
287 \begin_layout Section
288 How LyX Looks
289 \end_layout
290
291 \begin_layout Standard
292 Like most applications, LyX has the familiar menu bar across the top of
293  its window.
294  Below it is a toolbar with a pulldown box and various buttons.
295  There is, of course, a vertical scrollbar and a main work area for editing
296  documents.
297 \end_layout
298
299 \begin_layout Standard
300 Note that there is no horizontal scroll bar.
301  This is not a bug or an oversight, but intentional.
302  When you read a book, you expect the end of a line to wrap around to the
303  next line.
304  Text overflows onto new pages in a vertical fashion, hence the need for
305  only a vertical scrollbar.
306  There are three cases where you might want a horizontal scrollbar.
307  The first case is large figures, displayed WYSIWYG\SpecialChar \@.
308  This, however, is due
309  to a flaw in the routine that displays graphics on the LyX screen in a
310  WYSIWYG fashion; it should rescale the graphics to fit in the window, just
311  as you'd need to rescale graphics to fit on a page.
312  The second and third cases are tables and equations which are wider than
313  the LyX window.
314  You can use the arrow keys to scroll horizontally through the table, but
315  this doesn't work for equations yet.
316 \end_layout
317
318 \begin_layout Standard
319 For a brief description of all LyX menus and toolbar buttons, have a look
320  at Appendix
321 \begin_inset space ~
322 \end_inset
323
324
325 \begin_inset CommandInset ref
326 LatexCommand ref
327 reference "cha:The-User-Interface"
328
329 \end_inset
330
331 .
332  Most of them are self-explanatory and you'll find them listed in the correspond
333 ing sections of this documentation.
334 \end_layout
335
336 \begin_layout Section
337 HELP
338 \end_layout
339
340 \begin_layout Standard
341 The help system consists of the LyX manuals.
342  You can read 
343 \emph on
344 all
345 \emph default
346  of the manuals from inside LyX.
347  Just select the manual you want read from the 
348 \family sans
349 Help
350 \family default
351  menu.
352 \end_layout
353
354 \begin_layout Section
355 Basic LyX Setup
356 \begin_inset CommandInset label
357 LatexCommand label
358 name "sec:Basic-LyX-Setup"
359
360 \end_inset
361
362
363 \end_layout
364
365 \begin_layout Standard
366 There are several features of LyX that can be configured from inside LyX,
367  without resorting to configuration files.
368  First, LyX is able to inspect your system to see what programs, LaTeX document
369  classes and LaTeX packages are available.
370  It uses this knowledge to give reasonable defaults to several 
371 \family sans
372 Preferences
373 \family default
374
375 \begin_inset Index idx
376 status collapsed
377
378 \begin_layout Plain Layout
379 Preferences
380 \end_layout
381
382 \end_inset
383
384  settings.
385  Although this configuration has already been done when LyX was installed
386  on your system, you might have some items that you installed locally, e.
387 \begin_inset space \thinspace{}
388 \end_inset
389
390 g.
391 \begin_inset space \space{}
392 \end_inset
393
394 new LaTeX classes, and which are not seen by LyX.
395  To force LyX to re-inspect your system, you should use 
396 \family sans
397 Tools\SpecialChar \menuseparator
398 Reconfigure
399 \family default
400 .
401 \begin_inset Index idx
402 status collapsed
403
404 \begin_layout Plain Layout
405 Reconfiguration of LyX
406 \end_layout
407
408 \end_inset
409
410  You should then restart LyX to ensure that the changes are taken into account.
411 \end_layout
412
413 \begin_layout Section
414 LaTeX Setup
415 \begin_inset CommandInset label
416 LatexCommand label
417 name "sec:LaTeX-Setup"
418
419 \end_inset
420
421
422 \end_layout
423
424 \begin_layout Standard
425 LyX needs several LaTeX packages to work properly.
426  The packages found on the system by LyX are listed in the file 
427 \emph on
428 LaT
429 \emph default
430
431 \begin_inset ERT
432 status collapsed
433
434 \begin_layout Plain Layout
435
436 {}
437 \end_layout
438
439 \end_inset
440
441
442 \emph on
443 eX
444 \begin_inset space ~
445 \end_inset
446
447 Configuration
448 \emph default
449  that will be created when using the menu 
450 \family sans
451 Help\SpecialChar \menuseparator
452 LaT
453 \begin_inset ERT
454 status collapsed
455
456 \begin_layout Plain Layout
457
458 {}
459 \end_layout
460
461 \end_inset
462
463 eX
464 \begin_inset space ~
465 \end_inset
466
467 Configuration
468 \family default
469 .
470  You should install the required missing packages and then reconfigure LyX.
471 \begin_inset Note Note
472 status collapsed
473
474 \begin_layout Plain Layout
475 The two braces in the TeX Code box prevent that the term 
476 \begin_inset Quotes eld
477 \end_inset
478
479 LaTeX
480 \begin_inset Quotes erd
481 \end_inset
482
483  is printed with sub- and superscript letters.
484  More about TeX Code is described in section
485 \begin_inset space ~
486 \end_inset
487
488
489 \begin_inset CommandInset ref
490 LatexCommand ref
491 reference "sec:TeX-Code"
492
493 \end_inset
494
495 , the printout of proper names like LaTeX is explained in section
496 \begin_inset space ~
497 \end_inset
498
499
500 \begin_inset CommandInset ref
501 LatexCommand ref
502 reference "sub:LyX's-Proper-Names"
503
504 \end_inset
505
506 .
507 \end_layout
508
509 \end_inset
510
511
512 \begin_inset Index idx
513 status collapsed
514
515 \begin_layout Plain Layout
516 Reconfiguration of LyX
517 \end_layout
518
519 \end_inset
520
521
522 \end_layout
523
524 \begin_layout Chapter
525 How to work with LyX
526 \end_layout
527
528 \begin_layout Section
529 Basic File Operations
530 \begin_inset Index idx
531 status collapsed
532
533 \begin_layout Plain Layout
534 File Operations
535 \end_layout
536
537 \end_inset
538
539
540 \end_layout
541
542 \begin_layout Standard
543 Under the 
544 \family sans
545 File
546 \family default
547  menu and in the standard toolbar are basic operations for any word processor
548  in addition to some more advanced operations:
549 \end_layout
550
551 \begin_layout Itemize
552
553 \family sans
554 New 
555 \begin_inset Graphics
556         filename ../images/buffer-new.png
557         BoundingBox 0bp 5bp 20bp 20bp
558
559 \end_inset
560
561
562 \end_layout
563
564 \begin_layout Itemize
565
566 \family sans
567 New
568 \begin_inset space ~
569 \end_inset
570
571 from
572 \bar under
573
574 \begin_inset space ~
575 \end_inset
576
577
578 \bar default
579 Template
580 \end_layout
581
582 \begin_layout Itemize
583
584 \family sans
585 Open 
586 \family default
587
588 \begin_inset Graphics
589         filename ../images/file-open.png
590         BoundingBox 0bp 5bp 20bp 20bp
591
592 \end_inset
593
594
595 \end_layout
596
597 \begin_layout Itemize
598
599 \family sans
600 Close
601 \end_layout
602
603 \begin_layout Itemize
604
605 \family sans
606 Save 
607 \family default
608
609 \begin_inset Graphics
610         filename ../images/buffer-write.png
611         BoundingBox 0bp 5bp 20bp 20bp
612
613 \end_inset
614
615
616 \end_layout
617
618 \begin_layout Itemize
619
620 \family sans
621 Save
622 \begin_inset space ~
623 \end_inset
624
625 As
626 \end_layout
627
628 \begin_layout Itemize
629
630 \family sans
631 Revert
632 \begin_inset space ~
633 \end_inset
634
635 to
636 \begin_inset space ~
637 \end_inset
638
639 saved
640 \end_layout
641
642 \begin_layout Itemize
643
644 \family sans
645 Version
646 \begin_inset space ~
647 \end_inset
648
649 Control
650 \end_layout
651
652 \begin_layout Itemize
653
654 \family sans
655 Import
656 \end_layout
657
658 \begin_layout Itemize
659
660 \family sans
661 Export
662 \end_layout
663
664 \begin_layout Itemize
665
666 \family sans
667 Print 
668 \family default
669
670 \begin_inset Graphics
671         filename ../images/dialog-show_print.png
672         BoundingBox 0bp 5bp 24bp 20bp
673
674 \end_inset
675
676
677 \end_layout
678
679 \begin_layout Itemize
680
681 \family sans
682 Exit
683 \end_layout
684
685 \begin_layout Standard
686 They all do pretty much the same thing as in other word processors, with
687  a few minor differences.
688  The 
689 \family sans
690 File\SpecialChar \menuseparator
691 New
692 \begin_inset space ~
693 \end_inset
694
695 from
696 \bar under
697
698 \begin_inset space ~
699 \end_inset
700
701
702 \bar default
703 Template
704 \family default
705  command not only prompts you for a name for the new file, but also prompts
706  you for a template to use.
707  Selecting a template will automatically set certain layout features for
708  the document, features you would otherwise need to change manually.
709  They can be of use for certain classes, especially those for writing letters
710  (see section
711 \begin_inset space ~
712 \end_inset
713
714
715 \begin_inset CommandInset ref
716 LatexCommand ref
717 reference "sec:Document-Classes"
718
719 \end_inset
720
721 ).
722 \end_layout
723
724 \begin_layout Standard
725 Note: There is no 
726 \begin_inset Quotes eld
727 \end_inset
728
729 default file
730 \begin_inset Quotes erd
731 \end_inset
732
733  or document named 
734 \begin_inset Quotes eld
735 \end_inset
736
737 Untitled
738 \begin_inset Quotes erd
739 \end_inset
740
741  or 
742 \begin_inset Quotes eld
743 \end_inset
744
745 scratch.
746 \begin_inset Quotes erd
747 \end_inset
748
749  Unless you tell LyX to open a file or create a new one, that big, blank
750  space is just that — a big, blank space.
751 \end_layout
752
753 \begin_layout Standard
754
755 \family sans
756 Revert
757 \begin_inset space ~
758 \end_inset
759
760 to
761 \begin_inset space ~
762 \end_inset
763
764 saved
765 \family default
766  and 
767 \family sans
768 Version
769 \begin_inset space ~
770 \end_inset
771
772 Control
773 \family default
774  are useful if more people work on the same document at the same time
775 \begin_inset Foot
776 status collapsed
777
778 \begin_layout Plain Layout
779 If you plan to do this, you should check out the Version Control feature
780  in LyX also.
781  Read 
782 \emph on
783 Additional Features
784 \emph default
785 \SpecialChar \@.
786
787 \end_layout
788
789 \end_inset
790
791 .
792  
793 \family sans
794 Revert
795 \begin_inset space ~
796 \end_inset
797
798 to
799 \begin_inset space ~
800 \end_inset
801
802 saved
803 \family default
804  will reload the document from disk.
805  You can of course also use it if you regret that you changed a document
806  and want to restore it to the last save.
807  With
808 \family sans
809  Version
810 \begin_inset space ~
811 \end_inset
812
813 Control 
814 \family default
815 you can there register the changes you made to a document so that others
816  can identify them as your changes.
817 \end_layout
818
819 \begin_layout Section
820 Basic Editing Features
821 \begin_inset Index idx
822 status collapsed
823
824 \begin_layout Plain Layout
825 Editing
826 \end_layout
827
828 \end_inset
829
830
831 \begin_inset CommandInset label
832 LatexCommand label
833 name "sec:Basic-Editing-Features"
834
835 \end_inset
836
837
838 \end_layout
839
840 \begin_layout Standard
841 Like most modern word processors, LyX can perform cut and paste operations
842  on blocks of text, can move by character, word, or page of text, and can
843  delete whole words as well as individual characters.
844  The next four sections cover the basic LyX editing features and how to
845  access them.
846  We'll start with cut and paste.
847 \end_layout
848
849 \begin_layout Standard
850 As you might expect, the 
851 \family sans
852 Edit
853 \family default
854  menu and the standard toolbar has the cut and paste commands, along with
855  various other editing features.
856  Some of these are special and covered in later sections.
857  The basic ones are:
858 \end_layout
859
860 \begin_layout Itemize
861
862 \family sans
863 Cut 
864 \family default
865
866 \begin_inset Graphics
867         filename ../images/cut.png
868         BoundingBox 0bp 5bp 20bp 20bp
869
870 \end_inset
871
872
873 \end_layout
874
875 \begin_layout Itemize
876
877 \family sans
878 Copy 
879 \family default
880
881 \begin_inset Graphics
882         filename ../images/copy.png
883         BoundingBox 0bp 5bp 20bp 20bp
884
885 \end_inset
886
887
888 \end_layout
889
890 \begin_layout Itemize
891
892 \family sans
893 Paste 
894 \family default
895
896 \begin_inset Graphics
897         filename ../images/paste.png
898         BoundingBox 0bp 5bp 20bp 20bp
899
900 \end_inset
901
902
903 \end_layout
904
905 \begin_layout Itemize
906
907 \family sans
908 Paste
909 \begin_inset space ~
910 \end_inset
911
912 Recent
913 \end_layout
914
915 \begin_layout Itemize
916
917 \family sans
918 Paste
919 \begin_inset space ~
920 \end_inset
921
922 Special
923 \end_layout
924
925 \begin_layout Itemize
926
927 \family sans
928 Find
929 \begin_inset space ~
930 \end_inset
931
932 &
933 \begin_inset space ~
934 \end_inset
935
936 Replace 
937 \family default
938
939 \begin_inset Graphics
940         filename ../images/dialog-show_findreplace.png
941         BoundingBox 0bp 5bp 20bp 25bp
942         rotateOrigin center
943
944 \end_inset
945
946
947 \end_layout
948
949 \begin_layout Standard
950 The first three are self-explanatory.
951  One thing to note: whenever you delete a block of text that you've selected,
952  it's automatically placed in the clipboard.
953  That is, the 
954 \family sans
955 Delete
956 \family default
957  and 
958 \family sans
959 Backspace
960 \family default
961  keys also functions as the 
962 \family sans
963 Cut
964 \family default
965  command.
966  Also, if you've selected text, be careful: If you hit a key, LyX will completel
967 y delete the selected text and replace it with what you just typed.
968  You'll have to do an 
969 \family sans
970 Undo
971 \family default
972  to get back the lost text.
973 \end_layout
974
975 \begin_layout Standard
976 \begin_inset Index idx
977 status collapsed
978
979 \begin_layout Plain Layout
980 Paste
981 \end_layout
982
983 \end_inset
984
985 You can also copy text between LyX and other programs by cut, copy and paste.
986  The submenu of 
987 \family sans
988 Paste
989 \begin_inset space ~
990 \end_inset
991
992 Recent
993 \family default
994  shows you a list with the last strings you have pasted.
995 \end_layout
996
997 \begin_layout Standard
998 The menu 
999 \family sans
1000 Edit\SpecialChar \menuseparator
1001 Paste
1002 \begin_inset space ~
1003 \end_inset
1004
1005 Special\SpecialChar \menuseparator
1006 Plain
1007 \begin_inset space ~
1008 \end_inset
1009
1010 Text, Join
1011 \begin_inset space ~
1012 \end_inset
1013
1014 Lines
1015 \family default
1016  will insert the text in the clipboard so that the whole text is inserted
1017  as 
1018 \emph on
1019 one
1020 \emph default
1021  paragraph.
1022  A new paragraph is started when there is a blank line in the file.
1023  Without 
1024 \family sans
1025 Join
1026 \begin_inset space ~
1027 \end_inset
1028
1029 Lines
1030 \family default
1031 , the text is inserted as Paragraphs, where the line breaks of the text
1032  will start a new paragraph.
1033 \end_layout
1034
1035 \begin_layout Standard
1036 \begin_inset Index idx
1037 status collapsed
1038
1039 \begin_layout Plain Layout
1040 Replace
1041 \end_layout
1042
1043 \end_inset
1044
1045
1046 \begin_inset Index idx
1047 status collapsed
1048
1049 \begin_layout Plain Layout
1050 Find
1051 \end_layout
1052
1053 \end_inset
1054
1055 The 
1056 \family sans
1057 Edit\SpecialChar \menuseparator
1058 Find
1059 \begin_inset space ~
1060 \end_inset
1061
1062 &
1063 \begin_inset space ~
1064 \end_inset
1065
1066 Replace
1067 \family default
1068  item opens the 
1069 \family sans
1070 Find
1071 \begin_inset space ~
1072 \end_inset
1073
1074 and
1075 \begin_inset space ~
1076 \end_inset
1077
1078 Replace
1079 \family default
1080  dialog.
1081  Once you have found a word or expression, LyX selects it.
1082  Hitting the 
1083 \family sans
1084 Replace
1085 \family default
1086  button replaces the selected text with the contents of the 
1087 \family sans
1088 Replace
1089 \begin_inset space ~
1090 \end_inset
1091
1092 with
1093 \family default
1094  field.
1095  You can click the 
1096 \family sans
1097 Find
1098 \begin_inset space ~
1099 \end_inset
1100
1101 Next
1102 \family default
1103  button to skip the current word.
1104  Hit 
1105 \family sans
1106 Replace
1107 \begin_inset space ~
1108 \end_inset
1109
1110 All
1111 \family default
1112  to replace all occurrences of the text in the document automatically.
1113  The 
1114 \family sans
1115 Case
1116 \begin_inset space ~
1117 \end_inset
1118
1119 sensitive
1120 \family default
1121  option can be used if you want the search to consider the case of the search
1122  word.
1123  If the toggle is set, searching for 
1124 \begin_inset Quotes eld
1125 \end_inset
1126
1127
1128 \family typewriter
1129 Test
1130 \family default
1131
1132 \begin_inset Quotes erd
1133 \end_inset
1134
1135  will not match the word 
1136 \begin_inset Quotes eld
1137 \end_inset
1138
1139
1140 \family typewriter
1141 test
1142 \family default
1143
1144 \begin_inset Quotes erd
1145 \end_inset
1146
1147 .
1148  The 
1149 \family sans
1150 Match whole words only
1151 \family default
1152  option can be used to force LyX to only find complete words, i.
1153 \begin_inset space \thinspace{}
1154 \end_inset
1155
1156 g., searching for 
1157 \begin_inset Quotes eld
1158 \end_inset
1159
1160
1161 \family typewriter
1162 star
1163 \family default
1164
1165 \begin_inset Quotes erd
1166 \end_inset
1167
1168  will not match 
1169 \begin_inset Quotes eld
1170 \end_inset
1171
1172
1173 \family typewriter
1174 starlet
1175 \family default
1176
1177 \begin_inset Quotes erd
1178 \end_inset
1179
1180 .
1181 \end_layout
1182
1183 \begin_layout Standard
1184 Things like notes, floats, etc., the so called insets can be dissolved.
1185  This means that the inset is deleted and its content is left as normal
1186  text.
1187  Dissolving an inset is done by setting the cursor to the beginning of an
1188  inset and pressing 
1189 \family sans
1190 Backspace
1191 \family default
1192  or by setting the cursor to the end and pressing 
1193 \family sans
1194 Delete
1195 \family default
1196 .
1197 \end_layout
1198
1199 \begin_layout Section
1200 Undo and Redo
1201 \begin_inset Index idx
1202 status collapsed
1203
1204 \begin_layout Plain Layout
1205 Redo
1206 \end_layout
1207
1208 \end_inset
1209
1210
1211 \begin_inset Index idx
1212 status collapsed
1213
1214 \begin_layout Plain Layout
1215 Undo
1216 \end_layout
1217
1218 \end_inset
1219
1220
1221 \begin_inset CommandInset label
1222 LatexCommand label
1223 name "sec:Undo-and-Redo"
1224
1225 \end_inset
1226
1227
1228 \end_layout
1229
1230 \begin_layout Standard
1231 If you make a mistake, you can easily recover from it.
1232  LyX has a large-capacity undo/redo buffer.
1233  Select 
1234 \family sans
1235 Edit\SpecialChar \menuseparator
1236 Undo
1237 \family default
1238  or the toolbar button 
1239 \begin_inset Graphics
1240         filename ../images/undo.png
1241         BoundingBox 0bp 5bp 20bp 20bp
1242
1243 \end_inset
1244
1245  to undo some mistake.
1246  If you accidentally undo too much, use 
1247 \family sans
1248 Edit\SpecialChar \menuseparator
1249 Redo
1250 \family default
1251  or the toolbar button 
1252 \begin_inset Graphics
1253         filename ../images/redo.png
1254         BoundingBox 0bp 5bp 20bp 20bp
1255
1256 \end_inset
1257
1258  to 
1259 \begin_inset Quotes eld
1260 \end_inset
1261
1262 undo the undo.
1263 \begin_inset Quotes erd
1264 \end_inset
1265
1266  The undo mechanism is currently limited to 100
1267 \begin_inset space \thinspace{}
1268 \end_inset
1269
1270 steps to minimize memory overhead.
1271 \end_layout
1272
1273 \begin_layout Standard
1274 Note that if you revert back all changes to arrive to the document as it
1275  was last saved, the 
1276 \begin_inset Quotes eld
1277 \end_inset
1278
1279 changed
1280 \begin_inset Quotes erd
1281 \end_inset
1282
1283  status of the document is unfortunately not reset.
1284  This is a consequence of the 100
1285 \begin_inset space \thinspace{}
1286 \end_inset
1287
1288 step undo limit, above.
1289 \end_layout
1290
1291 \begin_layout Standard
1292
1293 \family sans
1294 Undo
1295 \family default
1296  and 
1297 \family sans
1298 Redo
1299 \family default
1300  work on almost everything in LyX.
1301  But they won't undo or redo text character by character, but by blocks
1302  of text.
1303 \end_layout
1304
1305 \begin_layout Section
1306 Mouse Operations
1307 \begin_inset Index idx
1308 status collapsed
1309
1310 \begin_layout Plain Layout
1311 Mouse Operations
1312 \end_layout
1313
1314 \end_inset
1315
1316
1317 \end_layout
1318
1319 \begin_layout Standard
1320 These are the most basic mouse operations.
1321 \end_layout
1322
1323 \begin_layout Enumerate
1324 Motion
1325 \end_layout
1326
1327 \begin_deeper
1328 \begin_layout Itemize
1329 Click the 
1330 \emph on
1331 left mouse button
1332 \emph default
1333  once anywhere in the edit window.
1334  The cursor moves to the text under the mouse.
1335 \end_layout
1336
1337 \end_deeper
1338 \begin_layout Enumerate
1339 Selecting Text
1340 \end_layout
1341
1342 \begin_deeper
1343 \begin_layout Itemize
1344 Hold down the 
1345 \emph on
1346 left mouse button
1347 \emph default
1348  and drag the mouse.
1349  LyX marks the text between the old and new mouse positions.
1350  Use 
1351 \family sans
1352 Edit\SpecialChar \menuseparator
1353 Copy
1354 \family default
1355  to create a copy of the text in LyX's buffer (and the clipboard).
1356 \end_layout
1357
1358 \begin_layout Itemize
1359 Re-position the cursor and then paste the text back into LyX using 
1360 \family sans
1361 Edit\SpecialChar \menuseparator
1362 Paste
1363 \family default
1364 .
1365 \end_layout
1366
1367 \end_deeper
1368 \begin_layout Enumerate
1369 Insets (Footnotes, Notes, Floats, etc.)
1370 \end_layout
1371
1372 \begin_deeper
1373 \begin_layout Standard
1374 Right-click on them to set their properties.
1375  Also check the appropriate section of this manual for more details.
1376 \end_layout
1377
1378 \end_deeper
1379 \begin_layout Enumerate
1380 Tables
1381 \end_layout
1382
1383 \begin_deeper
1384 \begin_layout Standard
1385
1386 \emph on
1387 Single click
1388 \emph default
1389  the right mouse button to open a dialog that will allow you to manipulate
1390  the table.
1391 \end_layout
1392
1393 \end_deeper
1394 \begin_layout Section
1395 Navigating
1396 \begin_inset CommandInset label
1397 LatexCommand label
1398 name "sec:Navigating"
1399
1400 \end_inset
1401
1402
1403 \begin_inset Index idx
1404 status collapsed
1405
1406 \begin_layout Plain Layout
1407 Navigating
1408 \end_layout
1409
1410 \end_inset
1411
1412
1413 \end_layout
1414
1415 \begin_layout Standard
1416 LyX offers you two ways to navigate in documents:
1417 \end_layout
1418
1419 \begin_layout Itemize
1420 The menu 
1421 \family sans
1422 Navigate
1423 \family default
1424  lists all sections of the document as submenu entries that you can click
1425  to jump to the corresponding document part.
1426 \end_layout
1427
1428 \begin_layout Itemize
1429 The menu 
1430 \family sans
1431 Document\SpecialChar \menuseparator
1432 Outline
1433 \family default
1434  or the toolbar button 
1435 \begin_inset Graphics
1436         filename ../images/dialog-toggle_toc.png
1437         BoundingBox 0bp 5bp 20bp 20bp
1438
1439 \end_inset
1440
1441 .
1442 \end_layout
1443
1444 \begin_layout Standard
1445 The outline window shows you the content of the document's table of contents
1446  (TOC) that is described in section
1447 \begin_inset space ~
1448 \end_inset
1449
1450
1451 \begin_inset CommandInset ref
1452 LatexCommand ref
1453 reference "sub:Table-of-Contents"
1454
1455 \end_inset
1456
1457 .
1458  You can click there on entries to jump to the corresponding document part.
1459  In the pull-down box at the top of the outline window, you can choose between
1460  different lists of document objects, like the list of footnotes.
1461  Some of them, the list of tables, figures, and algorithms can also be added
1462  to the document, see section
1463 \begin_inset space ~
1464 \end_inset
1465
1466
1467 \begin_inset CommandInset ref
1468 LatexCommand ref
1469 reference "sub:List-of-Figures"
1470
1471 \end_inset
1472
1473 .
1474  The 
1475 \family sans
1476 Sort
1477 \family default
1478  option sorts the current list, and the 
1479 \family sans
1480 Keep
1481 \family default
1482  option keeps it in the current view state.
1483  Keeping means that when you have e.
1484 \begin_inset space \thinspace{}
1485 \end_inset
1486
1487 g.
1488 \begin_inset space \space{}
1489 \end_inset
1490
1491 the subsections of section
1492 \begin_inset space ~
1493 \end_inset
1494
1495 2 and 4 shown and click on section
1496 \begin_inset space ~
1497 \end_inset
1498
1499 3, the subsections of section
1500 \begin_inset space ~
1501 \end_inset
1502
1503 2 and 4 will still be shown.
1504  Without the 
1505 \family sans
1506 Keep
1507 \family default
1508  option they will be hidden to highlight the clicked section
1509 \begin_inset space ~
1510 \end_inset
1511
1512 3.
1513 \end_layout
1514
1515 \begin_layout Standard
1516 With the buttons 
1517 \begin_inset space \space{}
1518 \end_inset
1519
1520
1521 \begin_inset Graphics
1522         filename ../images/down.png
1523         BoundingBox 0bp 5bp 20bp 20bp
1524
1525 \end_inset
1526
1527
1528 \begin_inset space \hspace{}
1529 \length -3mm
1530 \end_inset
1531
1532  and 
1533 \begin_inset space \space{}
1534 \end_inset
1535
1536
1537 \begin_inset Graphics
1538         filename ../images/up.png
1539         BoundingBox 0bp 5bp 20bp 20bp
1540
1541 \end_inset
1542
1543
1544 \begin_inset space \hspace{}
1545 \length -3mm
1546 \end_inset
1547
1548  at the bottom of the outline window you can change the position of sections
1549  in your document.
1550  So you can for example move section
1551 \begin_inset space ~
1552 \end_inset
1553
1554 2.5 before section
1555 \begin_inset space ~
1556 \end_inset
1557
1558 2.4.
1559  LyX will then automatically renumber the sections to the new order.
1560  With the buttons 
1561 \begin_inset Graphics
1562         filename ../images/promote.png
1563         BoundingBox 0bp 5bp 20bp 20bp
1564
1565 \end_inset
1566
1567  and 
1568 \begin_inset Graphics
1569         filename ../images/demote.png
1570         BoundingBox 0bp 5bp 20bp 20bp
1571
1572 \end_inset
1573
1574  or the corresponding key bindings 
1575 \family sans
1576 Tab
1577 \family default
1578  and 
1579 \family sans
1580 Shift-Tab
1581 \family default
1582  you can change the sectioning level of sections.
1583  So you can for example make section
1584 \begin_inset space ~
1585 \end_inset
1586
1587 2.5 to chapter
1588 \begin_inset space ~
1589 \end_inset
1590
1591 3 or to subsection
1592 \begin_inset space ~
1593 \end_inset
1594
1595 2.4.1.
1596 \end_layout
1597
1598 \begin_layout Standard
1599 The toolbar button 
1600 \begin_inset Graphics
1601         filename ../images/bookmark-goto_0.png
1602         BoundingBox 0bp 5bp 20bp 25bp
1603         rotateOrigin center
1604
1605 \end_inset
1606
1607  jumps to the position in the document where you recently changed something.
1608  This is for example useful when you have a large document and navigated
1609  or scrolled to another document part to look for something, and want to
1610  go back to your last editing position.
1611 \end_layout
1612
1613 \begin_layout Section
1614 Input
1615 \begin_inset space \thinspace{}
1616 \end_inset
1617
1618 /
1619 \begin_inset space \thinspace{}
1620 \end_inset
1621
1622 Word Completion
1623 \begin_inset CommandInset label
1624 LatexCommand label
1625 name "sec:Input-Completion"
1626
1627 \end_inset
1628
1629
1630 \begin_inset Index idx
1631 status collapsed
1632
1633 \begin_layout Plain Layout
1634 Input completion
1635 \end_layout
1636
1637 \end_inset
1638
1639
1640 \begin_inset Index idx
1641 status collapsed
1642
1643 \begin_layout Plain Layout
1644 Word completion|see
1645 \begin_inset ERT
1646 status collapsed
1647
1648 \begin_layout Plain Layout
1649
1650 {
1651 \end_layout
1652
1653 \end_inset
1654
1655 Input completion
1656 \begin_inset ERT
1657 status collapsed
1658
1659 \begin_layout Plain Layout
1660
1661 }
1662 \end_layout
1663
1664 \end_inset
1665
1666
1667 \end_layout
1668
1669 \end_inset
1670
1671
1672 \end_layout
1673
1674 \begin_layout Standard
1675 LyX provides completion of words by scanning all documents that are currently
1676  opened.
1677  Every word that appears in these documents is added to a database that
1678  is used to propose completions.
1679 \end_layout
1680
1681 \begin_layout Standard
1682 By default LyX shows a small triangle behind the cursor as indicator that
1683  there are completions available.
1684  You can then press the 
1685 \family sans
1686 Tab
1687 \family default
1688  key to use this completion.
1689  When several completions are possible, a popup is opened showing them.
1690  You can select a completion in the popup using the mouse or the arrow keys,
1691  and accept the chosen completion be pressing 
1692 \family sans
1693 Return
1694 \family default
1695 .
1696 \end_layout
1697
1698 \begin_layout Standard
1699 In the preferences dialog, that is opened with the menu 
1700 \family sans
1701 Tools\SpecialChar \menuseparator
1702 Preferences
1703 \family default
1704 , the cursor completion indicator can be turned off in the section 
1705 \family sans
1706 Editing\SpecialChar \menuseparator
1707 Input Completion
1708 \family default
1709  by deselecting the option 
1710 \family sans
1711 Cursor indicator
1712 \family default
1713 .
1714  With the option 
1715 \family sans
1716 Automatic inline completion
1717 \family default
1718  the proposed completion is shown directly behind the cursor position.
1719  To accept this proposal, use the 
1720 \family sans
1721 Tab
1722 \family default
1723  key.
1724  With the option 
1725 \family sans
1726 Automatic popup
1727 \family default
1728  the completions are always shown in a popup.
1729  LyX offers some more completion settings for experts that are described
1730  in sec.
1731 \begin_inset space \thinspace{}
1732 \end_inset
1733
1734
1735 \begin_inset CommandInset ref
1736 LatexCommand ref
1737 reference "sub:Input-Completion-Appendix"
1738
1739 \end_inset
1740
1741 .
1742 \end_layout
1743
1744 \begin_layout Section
1745 Basic Key Bindings
1746 \begin_inset Index idx
1747 status collapsed
1748
1749 \begin_layout Plain Layout
1750 Key Bindings
1751 \end_layout
1752
1753 \end_inset
1754
1755
1756 \begin_inset Index idx
1757 status collapsed
1758
1759 \begin_layout Plain Layout
1760 Bindings|see
1761 \begin_inset ERT
1762 status collapsed
1763
1764 \begin_layout Plain Layout
1765
1766 {
1767 \end_layout
1768
1769 \end_inset
1770
1771 Key Bindings
1772 \begin_inset ERT
1773 status collapsed
1774
1775 \begin_layout Plain Layout
1776
1777 }
1778 \end_layout
1779
1780 \end_inset
1781
1782
1783 \end_layout
1784
1785 \end_inset
1786
1787
1788 \begin_inset Index idx
1789 status collapsed
1790
1791 \begin_layout Plain Layout
1792 Shortcuts|see
1793 \begin_inset ERT
1794 status collapsed
1795
1796 \begin_layout Plain Layout
1797
1798 {
1799 \end_layout
1800
1801 \end_inset
1802
1803 Key Bindings
1804 \begin_inset ERT
1805 status collapsed
1806
1807 \begin_layout Plain Layout
1808
1809 }
1810 \end_layout
1811
1812 \end_inset
1813
1814
1815 \end_layout
1816
1817 \end_inset
1818
1819
1820 \end_layout
1821
1822 \begin_layout Standard
1823 There are at least two different primary binding maps: CUA and Emacs.
1824  LyX's default is CUA.
1825 \end_layout
1826
1827 \begin_layout Standard
1828 Some keys, like 
1829 \family sans
1830 Page
1831 \begin_inset space ~
1832 \end_inset
1833
1834 Up
1835 \family default
1836
1837 \family sans
1838 Page
1839 \begin_inset space ~
1840 \end_inset
1841
1842 Down
1843 \family default
1844
1845 \family sans
1846 Left
1847 \family default
1848
1849 \family sans
1850 Right
1851 \family default
1852
1853 \family sans
1854 Up
1855 \family default
1856 , and 
1857 \family sans
1858 Down
1859 \family default
1860 , do exactly what you expect them to do.
1861  Other keys don't:
1862 \end_layout
1863
1864 \begin_layout Labeling
1865 \labelwidthstring 00.00.0000
1866
1867 \family sans
1868 Tab
1869 \begin_inset CommandInset nomenclature
1870 LatexCommand nomenclature
1871 symbol "Tab"
1872 description "Tabulator key"
1873
1874 \end_inset
1875
1876
1877 \family default
1878  There is no such thing as a tab stop in LyX.
1879  If you don't understand this, go read sections
1880 \begin_inset space ~
1881 \end_inset
1882
1883
1884 \begin_inset CommandInset ref
1885 LatexCommand ref
1886 reference "sec:Par-indent-intro"
1887
1888 \end_inset
1889
1890  and 
1891 \begin_inset CommandInset ref
1892 LatexCommand ref
1893 reference "sec:Paragraph-Environments"
1894
1895 \end_inset
1896
1897 , especially section
1898 \begin_inset space ~
1899 \end_inset
1900
1901
1902 \begin_inset CommandInset ref
1903 LatexCommand ref
1904 reference "sub:Lists"
1905
1906 \end_inset
1907
1908 , right now.
1909  Yes, right now.
1910  If you're still confused, look in the 
1911 \emph on
1912 Tutorial
1913 \emph default
1914 .
1915 \end_layout
1916
1917 \begin_layout Labeling
1918 \labelwidthstring 00.00.0000
1919
1920 \family sans
1921 Esc
1922 \begin_inset CommandInset nomenclature
1923 LatexCommand nomenclature
1924 symbol "Esc"
1925 description "Escape key"
1926
1927 \end_inset
1928
1929
1930 \family default
1931  This is the 
1932 \begin_inset Quotes eld
1933 \end_inset
1934
1935 cancel key.
1936 \begin_inset Quotes erd
1937 \end_inset
1938
1939  It's used, generically, to cancel operations.
1940  Other parts of the manual will go into greater detail about this.
1941 \end_layout
1942
1943 \begin_layout Labeling
1944 \labelwidthstring 00.00.0000
1945
1946 \family sans
1947 Home
1948 \family default
1949
1950 \begin_inset space ~
1951 \end_inset
1952
1953 and
1954 \begin_inset space ~
1955 \end_inset
1956
1957
1958 \family sans
1959 End
1960 \family default
1961  These move the cursor, respectively, to the beginning and end of a line,
1962  unless you are using the Emacs bindings where they jump to the beginning
1963  or end of the file.
1964 \end_layout
1965
1966 \begin_layout Standard
1967 There are three modifier keys:
1968 \end_layout
1969
1970 \begin_layout Labeling
1971 \labelwidthstring 00.00.0000
1972
1973 \family sans
1974 Control
1975 \family default
1976  (Denoted by 
1977 \begin_inset Quotes eld
1978 \end_inset
1979
1980
1981 \family sans
1982 Ctrl
1983 \family default
1984
1985 \begin_inset Quotes erd
1986 \end_inset
1987
1988
1989 \begin_inset CommandInset nomenclature
1990 LatexCommand nomenclature
1991 symbol "Ctrl"
1992 description "Control key"
1993
1994 \end_inset
1995
1996  in the documentation files) This has a couple of different uses, depending
1997  on which keys it's used in combination with:
1998 \end_layout
1999
2000 \begin_deeper
2001 \begin_layout Itemize
2002 With 
2003 \family sans
2004 Backspace
2005 \family default
2006  or 
2007 \family sans
2008 Delete
2009 \family default
2010 , it deletes an entire word instead of a single character.
2011 \end_layout
2012
2013 \begin_layout Itemize
2014 With 
2015 \family sans
2016 Left
2017 \family default
2018  and 
2019 \family sans
2020 Right
2021 \family default
2022 , it moves by words instead of characters.
2023 \end_layout
2024
2025 \begin_layout Itemize
2026 With 
2027 \family sans
2028 Home
2029 \family default
2030  and 
2031 \family sans
2032 End
2033 \family default
2034 , it moves to the beginning and the end of the document, respectively.
2035 \end_layout
2036
2037 \end_deeper
2038 \begin_layout Labeling
2039 \labelwidthstring 00.00.0000
2040
2041 \family sans
2042 Shift
2043 \family default
2044  (Denoted by 
2045 \begin_inset Quotes eld
2046 \end_inset
2047
2048
2049 \family sans
2050 Shift
2051 \family default
2052
2053 \begin_inset Quotes erd
2054 \end_inset
2055
2056
2057 \begin_inset CommandInset nomenclature
2058 LatexCommand nomenclature
2059 symbol "Shift"
2060 description "Shift key"
2061
2062 \end_inset
2063
2064  in the documentation files) Use this with any of the motion keys to select
2065  the text between the old and new cursor positions.
2066 \end_layout
2067
2068 \begin_layout Labeling
2069 \labelwidthstring 00.00.0000
2070
2071 \family sans
2072 Alt
2073 \family default
2074  (Denoted by 
2075 \begin_inset Quotes eld
2076 \end_inset
2077
2078
2079 \family sans
2080 Alt
2081 \family default
2082
2083 \begin_inset Quotes erd
2084 \end_inset
2085
2086
2087 \begin_inset CommandInset nomenclature
2088 LatexCommand nomenclature
2089 symbol "Alt"
2090 description "Alt or Meta key"
2091
2092 \end_inset
2093
2094  in the documentation files) This is the Alt key on many keyboards, unless
2095  your keyboard has a distinct Meta key.
2096  If you have both keys, you will need to try out which one actually performs
2097  the 
2098 \family sans
2099 Alt+
2100 \family default
2101  function.
2102  This key does many different things, but it also activates the 
2103 \emph on
2104 menu accelerator keys
2105 \emph default
2106 .
2107  If you use this in combination with any of the underlined letters in a
2108  menu or menu item, it selects that menu item.
2109 \end_layout
2110
2111 \begin_deeper
2112 \begin_layout Standard
2113 For example, the sequence 
2114 \begin_inset Quotes eld
2115 \end_inset
2116
2117
2118 \family sans
2119 Alt
2120 \begin_inset space ~
2121 \end_inset
2122
2123 e
2124 \begin_inset space ~
2125 \end_inset
2126
2127 s
2128 \family default
2129
2130 \begin_inset space ~
2131 \end_inset
2132
2133
2134 \family sans
2135 c
2136 \family default
2137
2138 \begin_inset Quotes erd
2139 \end_inset
2140
2141  brings up the 
2142 \begin_inset Quotes eld
2143 \end_inset
2144
2145 Text Style
2146 \begin_inset Quotes erd
2147 \end_inset
2148
2149  menu.
2150  Typing 
2151 \begin_inset Quotes eld
2152 \end_inset
2153
2154
2155 \family sans
2156 Alt
2157 \begin_inset space ~
2158 \end_inset
2159
2160 f
2161 \family default
2162
2163 \begin_inset Quotes erd
2164 \end_inset
2165
2166  opens the 
2167 \family sans
2168 File
2169 \family default
2170  menu.
2171 \end_layout
2172
2173 \begin_layout Standard
2174 The 
2175 \emph on
2176 Shortcuts
2177 \emph default
2178  manual lists all other things bound to the 
2179 \family sans
2180 Alt
2181 \family default
2182  key.
2183 \end_layout
2184
2185 \end_deeper
2186 \begin_layout Standard
2187 You'll learn more and more keybindings and short-cut keys as you use LyX,
2188  because most actions will prompt a small message in the status bar at the
2189  bottom of LyX's main window which describe the name of the action, you've
2190  just triggered, and any existing keybindings for that action.
2191  The LyX menus also list the defined keybindings.
2192  The notation for the keybindings is very similar to the notation used in
2193  this documentation, so you should not have any problems understanding it.
2194  However, notice that Shift-modifiers are explicitly mentioned, so 
2195 \begin_inset Quotes eld
2196 \end_inset
2197
2198
2199 \family sans
2200 Alt+P Shift-A
2201 \family default
2202
2203 \begin_inset Quotes erd
2204 \end_inset
2205
2206  means 
2207 \family sans
2208 Alt+P
2209 \family default
2210  followed by a capital 
2211 \family sans
2212 A
2213 \family default
2214 .
2215 \end_layout
2216
2217 \begin_layout Standard
2218 You can list or change the keybindings in the menu 
2219 \family sans
2220 Tools\SpecialChar \menuseparator
2221 Preferences
2222 \family default
2223  under 
2224 \family sans
2225 Editing\SpecialChar \menuseparator
2226 Shortcuts
2227 \family default
2228  as explained in sec.
2229 \begin_inset space \thinspace{}
2230 \end_inset
2231
2232
2233 \begin_inset CommandInset ref
2234 LatexCommand ref
2235 reference "sub:Editing-Shortcuts"
2236
2237 \end_inset
2238
2239 .
2240 \end_layout
2241
2242 \begin_layout Chapter
2243 LyX Basics
2244 \begin_inset Index idx
2245 status collapsed
2246
2247 \begin_layout Plain Layout
2248 LyX ! Basics
2249 \end_layout
2250
2251 \end_inset
2252
2253
2254 \end_layout
2255
2256 \begin_layout Section
2257 Document Types
2258 \begin_inset Index idx
2259 status collapsed
2260
2261 \begin_layout Plain Layout
2262 Document ! Types
2263 \end_layout
2264
2265 \end_inset
2266
2267
2268 \end_layout
2269
2270 \begin_layout Subsection
2271 Introduction
2272 \end_layout
2273
2274 \begin_layout Standard
2275 Before you do anything else, before you ever start writing a document, you
2276  need to decide what type of document you want to edit.
2277  Different types of documents use different types of spacing, headings,
2278  numbering schemes, and so on.
2279  Additionally, different documents use different paragraph environments,
2280  and format the title of your document differently.
2281 \end_layout
2282
2283 \begin_layout Standard
2284
2285 \emph on
2286 document class
2287 \emph default
2288  describes a group of properties common to a particular set of documents.
2289  By setting the document class, you automatically select these properties,
2290  making it easier to create the type of document you want.
2291  If you don't choose a document class, LyX picks one for you by default.
2292  So it is up to you to change the class of your document.
2293 \end_layout
2294
2295 \begin_layout Standard
2296 Read on for info about the document classes you can choose from LyX, and
2297  how to adjust their properties.
2298 \end_layout
2299
2300 \begin_layout Subsection
2301 Document Classes
2302 \begin_inset Index idx
2303 status collapsed
2304
2305 \begin_layout Plain Layout
2306 Document ! Classes
2307 \end_layout
2308
2309 \end_inset
2310
2311
2312 \begin_inset CommandInset label
2313 LatexCommand label
2314 name "sec:Document-Classes"
2315
2316 \end_inset
2317
2318
2319 \end_layout
2320
2321 \begin_layout Standard
2322 You can select a class using the 
2323 \family sans
2324 Document\SpecialChar \menuseparator
2325 Settings
2326 \begin_inset Index idx
2327 status collapsed
2328
2329 \begin_layout Plain Layout
2330 Document ! Settings
2331 \end_layout
2332
2333 \end_inset
2334
2335
2336 \family default
2337  dialog.
2338  Select the class you want to use, and make any fine tunings of the options
2339  you may need.
2340 \end_layout
2341
2342 \begin_layout Subsubsection
2343 Overview
2344 \end_layout
2345
2346 \begin_layout Standard
2347 There are four standard document classes in LyX.
2348  They are:
2349 \end_layout
2350
2351 \begin_layout Description
2352 Article for basic articles
2353 \end_layout
2354
2355 \begin_layout Description
2356 Report for basic reports
2357 \end_layout
2358
2359 \begin_layout Description
2360 Book for writing a book
2361 \end_layout
2362
2363 \begin_layout Description
2364 Letter for US-style letters
2365 \end_layout
2366
2367 \begin_layout Standard
2368 There are also some non-standard classes, which LyX only uses if you have
2369  installed them.
2370  Here are some of the classes, the full list with detailed explanations
2371  can be found in chapter 
2372 \emph on
2373 Special Document Classes
2374 \emph default
2375  in the 
2376 \emph on
2377 Additional Features
2378 \emph default
2379  manual:
2380 \end_layout
2381
2382 \begin_layout Description
2383 A&A Journal articles in the style and format used in Astronomy & Astrophysics
2384 \end_layout
2385
2386 \begin_layout Description
2387 AAST
2388 \family sans
2389
2390 \begin_inset ERT
2391 status collapsed
2392
2393 \begin_layout Plain Layout
2394
2395 {}
2396 \end_layout
2397
2398 \end_inset
2399
2400
2401 \family default
2402 eX For submissions to the journals published by the American Astronomical
2403  Society
2404 \end_layout
2405
2406 \begin_layout Description
2407 AMS Layouts for articles and books in the style and format used by the American
2408  Mathematical Society (AMS).
2409  There are three article layouts available.
2410  The standard one uses a typical numbering scheme for theorems etc., that
2411  prepends the section number to the number of the result.
2412  All result-type statements (propositions, corollaries, and so on) are sequenced
2413  together, but definitions, examples, and the like have their own sequence.
2414  The 
2415 \begin_inset Quotes eld
2416 \end_inset
2417
2418 sequential numbering
2419 \begin_inset Quotes erd
2420 \end_inset
2421
2422  scheme does not place the section number with each result, but numbers
2423  them throughout the article in a single sequence.
2424  Each type of result gets its own sequence.
2425  There is also a layout that dispenses with numbering of statements altogether.
2426 \end_layout
2427
2428 \begin_layout Description
2429 Beamer Layout for presentations
2430 \end_layout
2431
2432 \begin_layout Description
2433 broadway Layout for writing plays.
2434  It is not an existing LaTeX document class, but a new one which is distributed
2435  with LyX.
2436 \end_layout
2437
2438 \begin_layout Description
2439 curriculum
2440 \begin_inset space ~
2441 \end_inset
2442
2443 vitae classes to create curriculum vitae
2444 \end_layout
2445
2446 \begin_layout Description
2447 Dinbrief Letters in format of the DIN (German industry norm)
2448 \end_layout
2449
2450 \begin_layout Description
2451 dtk Layout for 
2452 \family typewriter
2453 Die TeXnische Komödie
2454 \family default
2455 , the journal of the German TeX user Group (Dante)
2456 \end_layout
2457
2458 \begin_layout Description
2459 Elsevier Layout for journals of the Elsevier publishing group
2460 \end_layout
2461
2462 \begin_layout Description
2463 Foils Used to make transparencies
2464 \end_layout
2465
2466 \begin_layout Description
2467 g-brief Letters in format of the DIN (German industry norm)
2468 \end_layout
2469
2470 \begin_layout Description
2471 hollywood Used to type spec scripts for the US film industry.
2472  It is not an existing LaTeX document class, but a new one which is distributed
2473  with LyX.
2474 \end_layout
2475
2476 \begin_layout Description
2477 IEEEtran Layout for the journals published by the Institute of Electrical
2478  and Electronics Engineers (IEEE)
2479 \end_layout
2480
2481 \begin_layout Description
2482 IOP Layout for journals of the Institute of Physics publishing group
2483 \end_layout
2484
2485 \begin_layout Description
2486 Kluwer Layout for journals of the Kluwer publishing group
2487 \end_layout
2488
2489 \begin_layout Description
2490 koma-script a replacement for the standard classes, offers many useful features
2491  like caption formatting, automatic print space calculation etc.
2492 \end_layout
2493
2494 \begin_layout Description
2495 Memoir another replacement for the standard classes
2496 \end_layout
2497
2498 \begin_layout Description
2499 paper Used with the 
2500 \family typewriter
2501 paper
2502 \family default
2503  LaTeX document class
2504 \end_layout
2505
2506 \begin_layout Description
2507 Powerdot Layout for presentations
2508 \end_layout
2509
2510 \begin_layout Description
2511 REVTe
2512 \begin_inset ERT
2513 status collapsed
2514
2515 \begin_layout Plain Layout
2516
2517 {}
2518 \end_layout
2519
2520 \end_inset
2521
2522 X is used to write articles for the publications of the American Physical
2523  Society (APS), American Institute of Physics (AIP), and Optical Society
2524  of America (OSA).
2525  This class is not completely compatible with all LyX features.
2526 \end_layout
2527
2528 \begin_layout Description
2529 Slides Used to make transparencies
2530 \end_layout
2531
2532 \begin_layout Description
2533 SPIE
2534 \begin_inset space ~
2535 \end_inset
2536
2537 Proceedings Layout for the journals published by The International Society
2538  for Optical Engineering (SPIE)
2539 \end_layout
2540
2541 \begin_layout Description
2542 Springer Layouts for journals of the Springer publishing group
2543 \end_layout
2544
2545 \begin_layout Description
2546 TUGboat Layout for 
2547 \family typewriter
2548 TUGboat
2549 \family default
2550 , the journal of the international TeX user Group (TUG)
2551 \end_layout
2552
2553 \begin_layout Standard
2554 We won't go into any detail about how to use these different document classes
2555  here.
2556  You can find all the details about the non-standard classes in the 
2557 \emph on
2558 Additional Features
2559 \emph default
2560  manual.
2561  Here, we will settle with a list of some of the common properties of all
2562  of the document classes.
2563 \end_layout
2564
2565 \begin_layout Subsubsection
2566 Modules
2567 \begin_inset CommandInset label
2568 LatexCommand label
2569 name "sub:Modules"
2570
2571 \end_inset
2572
2573
2574 \begin_inset Index idx
2575 status collapsed
2576
2577 \begin_layout Plain Layout
2578 Document ! Modules
2579 \end_layout
2580
2581 \end_inset
2582
2583
2584 \end_layout
2585
2586 \begin_layout Standard
2587 Modules load additional features to a document that are not by default available
2588  in the chosen document class.
2589  For example you might want to use write Braille (embossed printing) in
2590  a document.
2591  This is of course not available in any document class, so you have to load
2592  the corresponding module in the 
2593 \family sans
2594 Modules
2595 \family default
2596  section of the 
2597 \family sans
2598 Document\SpecialChar \menuseparator
2599 Settings
2600 \family default
2601
2602 \begin_inset Index idx
2603 status collapsed
2604
2605 \begin_layout Plain Layout
2606 Document ! Settings
2607 \end_layout
2608
2609 \end_inset
2610
2611  dialog.
2612  Highlighting a module in the dialog will bring up a description of the
2613  module.
2614 \end_layout
2615
2616 \begin_layout Standard
2617 \begin_inset Note Greyedout
2618 status open
2619
2620 \begin_layout Plain Layout
2621
2622 \series bold
2623 Note:
2624 \series default
2625  Some modules require LaTeX packages that are not always installed by default.
2626  LyX will warn you if you do not have the needed package.
2627 \end_layout
2628
2629 \end_inset
2630
2631
2632 \end_layout
2633
2634 \begin_layout Standard
2635 \begin_inset Note Greyedout
2636 status open
2637
2638 \begin_layout Plain Layout
2639
2640 \series bold
2641 Note also:
2642 \series default
2643  Some modules require other modules, and some pairs of modules are incompatible.
2644 \end_layout
2645
2646 \end_inset
2647
2648
2649 \end_layout
2650
2651 \begin_layout Subsubsection
2652 Properties
2653 \end_layout
2654
2655 \begin_layout Standard
2656 Each class has a default set of options.
2657  Here's a quick table describing them:
2658 \end_layout
2659
2660 \begin_layout Standard
2661 \begin_inset VSpace 0.3cm
2662 \end_inset
2663
2664
2665 \end_layout
2666
2667 \begin_layout Standard
2668 \align center
2669 \begin_inset Tabular
2670 <lyxtabular version="3" rows="5" columns="5">
2671 <features tabularvalignment="middle">
2672 <column alignment="center" valignment="top" width="0pt">
2673 <column alignment="center" valignment="top" width="0pt">
2674 <column alignment="center" valignment="top" width="0pt">
2675 <column alignment="center" valignment="top" width="0pt">
2676 <column alignment="center" valignment="top" width="0pt">
2677 <row>
2678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2679 \begin_inset Text
2680
2681 \begin_layout Plain Layout
2682
2683 \end_layout
2684
2685 \end_inset
2686 </cell>
2687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2688 \begin_inset Text
2689
2690 \begin_layout Plain Layout
2691
2692 \family sans
2693 \series medium
2694 \shape up
2695 \size normal
2696 \emph off
2697 \bar no
2698 \noun off
2699 \color none
2700 Page style
2701 \end_layout
2702
2703 \end_inset
2704 </cell>
2705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2706 \begin_inset Text
2707
2708 \begin_layout Plain Layout
2709
2710 \family sans
2711 \series medium
2712 \shape up
2713 \size normal
2714 \emph off
2715 \bar no
2716 \noun off
2717 \color none
2718 Sides
2719 \end_layout
2720
2721 \end_inset
2722 </cell>
2723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2724 \begin_inset Text
2725
2726 \begin_layout Plain Layout
2727
2728 \family sans
2729 \series medium
2730 \shape up
2731 \size normal
2732 \emph off
2733 \bar no
2734 \noun off
2735 \color none
2736 Columns
2737 \end_layout
2738
2739 \end_inset
2740 </cell>
2741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2742 \begin_inset Text
2743
2744 \begin_layout Plain Layout
2745
2746 \series medium
2747 \shape up
2748 \size normal
2749 \emph off
2750 \bar no
2751 \noun off
2752 \color none
2753 Max.
2754  sectioning level
2755 \end_layout
2756
2757 \end_inset
2758 </cell>
2759 </row>
2760 <row>
2761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2762 \begin_inset Text
2763
2764 \begin_layout Plain Layout
2765
2766 \series medium
2767 \shape up
2768 \size normal
2769 \emph off
2770 \bar no
2771 \noun off
2772 \color none
2773 article
2774 \end_layout
2775
2776 \end_inset
2777 </cell>
2778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2779 \begin_inset Text
2780
2781 \begin_layout Plain Layout
2782
2783 \family sans
2784 \series medium
2785 \shape up
2786 \size normal
2787 \emph off
2788 \bar no
2789 \noun off
2790 \color none
2791 Plain
2792 \end_layout
2793
2794 \end_inset
2795 </cell>
2796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2797 \begin_inset Text
2798
2799 \begin_layout Plain Layout
2800
2801 \family sans
2802 \series medium
2803 \shape up
2804 \size normal
2805 \emph off
2806 \bar no
2807 \noun off
2808 \color none
2809 One
2810 \end_layout
2811
2812 \end_inset
2813 </cell>
2814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2815 \begin_inset Text
2816
2817 \begin_layout Plain Layout
2818
2819 \family sans
2820 \series medium
2821 \shape up
2822 \size normal
2823 \emph off
2824 \bar no
2825 \noun off
2826 \color none
2827 One
2828 \end_layout
2829
2830 \end_inset
2831 </cell>
2832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2833 \begin_inset Text
2834
2835 \begin_layout Plain Layout
2836
2837 \family sans
2838 \series medium
2839 \shape up
2840 \size normal
2841 \emph off
2842 \bar no
2843 \noun off
2844 \color none
2845 Section
2846 \end_layout
2847
2848 \end_inset
2849 </cell>
2850 </row>
2851 <row>
2852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2853 \begin_inset Text
2854
2855 \begin_layout Plain Layout
2856
2857 \series medium
2858 \shape up
2859 \size normal
2860 \emph off
2861 \bar no
2862 \noun off
2863 \color none
2864 report
2865 \end_layout
2866
2867 \end_inset
2868 </cell>
2869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2870 \begin_inset Text
2871
2872 \begin_layout Plain Layout
2873
2874 \family sans
2875 \series medium
2876 \shape up
2877 \size normal
2878 \emph off
2879 \bar no
2880 \noun off
2881 \color none
2882 Plain
2883 \end_layout
2884
2885 \end_inset
2886 </cell>
2887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2888 \begin_inset Text
2889
2890 \begin_layout Plain Layout
2891
2892 \family sans
2893 \series medium
2894 \shape up
2895 \size normal
2896 \emph off
2897 \bar no
2898 \noun off
2899 \color none
2900 One
2901 \end_layout
2902
2903 \end_inset
2904 </cell>
2905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2906 \begin_inset Text
2907
2908 \begin_layout Plain Layout
2909
2910 \family sans
2911 \series medium
2912 \shape up
2913 \size normal
2914 \emph off
2915 \bar no
2916 \noun off
2917 \color none
2918 One
2919 \end_layout
2920
2921 \end_inset
2922 </cell>
2923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2924 \begin_inset Text
2925
2926 \begin_layout Plain Layout
2927
2928 \family sans
2929 \series medium
2930 \shape up
2931 \size normal
2932 \emph off
2933 \bar no
2934 \noun off
2935 \color none
2936 Chapter
2937 \end_layout
2938
2939 \end_inset
2940 </cell>
2941 </row>
2942 <row>
2943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2944 \begin_inset Text
2945
2946 \begin_layout Plain Layout
2947
2948 \series medium
2949 \shape up
2950 \size normal
2951 \emph off
2952 \bar no
2953 \noun off
2954 \color none
2955 book
2956 \end_layout
2957
2958 \end_inset
2959 </cell>
2960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2961 \begin_inset Text
2962
2963 \begin_layout Plain Layout
2964
2965 \family sans
2966 \series medium
2967 \shape up
2968 \size normal
2969 \emph off
2970 \bar no
2971 \noun off
2972 \color none
2973 Headings
2974 \end_layout
2975
2976 \end_inset
2977 </cell>
2978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2979 \begin_inset Text
2980
2981 \begin_layout Plain Layout
2982
2983 \family sans
2984 \series medium
2985 \shape up
2986 \size normal
2987 \emph off
2988 \bar no
2989 \noun off
2990 \color none
2991 Two
2992 \end_layout
2993
2994 \end_inset
2995 </cell>
2996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2997 \begin_inset Text
2998
2999 \begin_layout Plain Layout
3000
3001 \family sans
3002 \series medium
3003 \shape up
3004 \size normal
3005 \emph off
3006 \bar no
3007 \noun off
3008 \color none
3009 One
3010 \end_layout
3011
3012 \end_inset
3013 </cell>
3014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3015 \begin_inset Text
3016
3017 \begin_layout Plain Layout
3018
3019 \family sans
3020 \series medium
3021 \shape up
3022 \size normal
3023 \emph off
3024 \bar no
3025 \noun off
3026 \color none
3027 Chapter
3028 \end_layout
3029
3030 \end_inset
3031 </cell>
3032 </row>
3033 <row>
3034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3035 \begin_inset Text
3036
3037 \begin_layout Plain Layout
3038
3039 \series medium
3040 \shape up
3041 \size normal
3042 \emph off
3043 \bar no
3044 \noun off
3045 \color none
3046 letter
3047 \end_layout
3048
3049 \end_inset
3050 </cell>
3051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3052 \begin_inset Text
3053
3054 \begin_layout Plain Layout
3055
3056 \family sans
3057 \series medium
3058 \shape up
3059 \size normal
3060 \emph off
3061 \bar no
3062 \noun off
3063 \color none
3064 Plain
3065 \end_layout
3066
3067 \end_inset
3068 </cell>
3069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3070 \begin_inset Text
3071
3072 \begin_layout Plain Layout
3073
3074 \family sans
3075 \series medium
3076 \shape up
3077 \size normal
3078 \emph off
3079 \bar no
3080 \noun off
3081 \color none
3082 One
3083 \end_layout
3084
3085 \end_inset
3086 </cell>
3087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3088 \begin_inset Text
3089
3090 \begin_layout Plain Layout
3091
3092 \family sans
3093 \series medium
3094 \shape up
3095 \size normal
3096 \emph off
3097 \bar no
3098 \noun off
3099 \color none
3100 One
3101 \end_layout
3102
3103 \end_inset
3104 </cell>
3105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3106 \begin_inset Text
3107
3108 \begin_layout Plain Layout
3109
3110 \series medium
3111 \shape up
3112 \size normal
3113 \emph off
3114 \bar no
3115 \noun off
3116 \color none
3117 none
3118 \end_layout
3119
3120 \end_inset
3121 </cell>
3122 </row>
3123 </lyxtabular>
3124
3125 \end_inset
3126
3127
3128 \end_layout
3129
3130 \begin_layout Standard
3131 \begin_inset VSpace 0.3cm
3132 \end_inset
3133
3134
3135 \end_layout
3136
3137 \begin_layout Standard
3138 You're probably also wondering what 
3139 \begin_inset Quotes eld
3140 \end_inset
3141
3142 Max.
3143 \begin_inset space ~
3144 \end_inset
3145
3146 sectioning level
3147 \begin_inset Quotes erd
3148 \end_inset
3149
3150  means.
3151  There are several paragraph environments used to create section headings.
3152  Different document classes allow different types of section headings.
3153  Only two use the 
3154 \family sans
3155 Chapter
3156 \family default
3157  heading; the rest do not and begin instead with the 
3158 \family sans
3159 Section
3160 \family default
3161  heading.
3162  Some document classes, such as the ones for letters, don't use any section
3163  headings.
3164  In addition to 
3165 \family sans
3166 Chapter
3167 \family default
3168  and 
3169 \family sans
3170 Section
3171 \family default
3172  headings, there are also 
3173 \family sans
3174 Subsection
3175 \family default
3176  headings, 
3177 \family sans
3178 Subsubsection
3179 \family default
3180  headings, and so on.
3181  We'll describe these headings fully in section
3182 \begin_inset space ~
3183 \end_inset
3184
3185
3186 \begin_inset CommandInset ref
3187 LatexCommand ref
3188 reference "sub:Headings"
3189
3190 \end_inset
3191
3192 .
3193 \end_layout
3194
3195 \begin_layout Subsection
3196 Document Layout
3197 \begin_inset CommandInset label
3198 LatexCommand label
3199 name "sub:Document-Layout"
3200
3201 \end_inset
3202
3203
3204 \begin_inset Index idx
3205 status collapsed
3206
3207 \begin_layout Plain Layout
3208 Document ! Layout
3209 \end_layout
3210
3211 \end_inset
3212
3213
3214 \family sans
3215
3216 \begin_inset Index idx
3217 status collapsed
3218
3219 \begin_layout Plain Layout
3220 Document ! Settings
3221 \end_layout
3222
3223 \end_inset
3224
3225
3226 \end_layout
3227
3228 \begin_layout Standard
3229 The most important properties of documents classes are set in the menu 
3230 \family sans
3231 Document\SpecialChar \menuseparator
3232 Settings
3233 \family default
3234 .
3235  There in the 
3236 \family sans
3237 Options
3238 \family default
3239  field under 
3240 \family sans
3241 Documents
3242 \begin_inset space ~
3243 \end_inset
3244
3245 Class
3246 \family default
3247 , you can enter special options for your document class in a comma-separated
3248  list.
3249  This is only necessary if LyX doesn't support special options you want
3250  to use for your document.
3251  To learn more about your favorite LaTeX-class and its options, you have
3252  to read its manual.
3253 \end_layout
3254
3255 \begin_layout Standard
3256 The drop box 
3257 \family sans
3258 Headings style
3259 \family default
3260  in the 
3261 \family sans
3262 Document\SpecialChar \menuseparator
3263 Settings
3264 \family default
3265  dialog under 
3266 \family sans
3267 Page
3268 \begin_inset space ~
3269 \end_inset
3270
3271 Layout
3272 \family default
3273  controls what sorts of headings and page numbers go on a page.
3274  You can choose between the following five options:
3275 \end_layout
3276
3277 \begin_layout Labeling
3278 \labelwidthstring 00.00.0000
3279
3280 \family sans
3281 Default
3282 \family default
3283  Use default page style of current class.
3284 \end_layout
3285
3286 \begin_layout Labeling
3287 \labelwidthstring 00.00.0000
3288
3289 \family sans
3290 Empty
3291 \family default
3292  No page numbers or headings.
3293 \end_layout
3294
3295 \begin_layout Labeling
3296 \labelwidthstring 00.00.0000
3297
3298 \family sans
3299 Plain
3300 \family default
3301  Page numbers only.
3302 \end_layout
3303
3304 \begin_layout Labeling
3305 \labelwidthstring 00.00.0000
3306
3307 \family sans
3308 Headings
3309 \family default
3310  Page numbers and either the current chapter or section title and number.
3311  Whether LyX uses the current chapter or the current section depends on
3312  the maximum sectioning level of the class.
3313 \end_layout
3314
3315 \begin_layout Labeling
3316 \labelwidthstring 00.00.0000
3317
3318 \family sans
3319 Fancy
3320 \family default
3321  This allows you to create fully customizable headers and footers if you
3322  have the 
3323 \series bold
3324 fancyhdr
3325 \series default
3326
3327 \begin_inset Index idx
3328 status collapsed
3329
3330 \begin_layout Plain Layout
3331 LaTeX-packages ! fancyhdr
3332 \end_layout
3333
3334 \end_inset
3335
3336  package installed.
3337  At the moment, support in LyX is limited to this setting.
3338  To use the full power of this package, you have to add code to your document
3339  preamble.
3340  See the Additional Features manual for more information, or check the documenta
3341 tion for the 
3342 \series bold
3343 fancyhdr
3344 \series default
3345  package 
3346 \begin_inset CommandInset citation
3347 LatexCommand cite
3348 key "fancyhdr"
3349
3350 \end_inset
3351
3352 .
3353 \end_layout
3354
3355 \begin_layout Standard
3356 The 
3357 \family sans
3358 Separation
3359 \family default
3360  of paragraphs is described in section
3361 \begin_inset space ~
3362 \end_inset
3363
3364
3365 \begin_inset CommandInset ref
3366 LatexCommand ref
3367 reference "sec:Par-indent-intro"
3368
3369 \end_inset
3370
3371 .
3372 \end_layout
3373
3374 \begin_layout Subsection
3375 Paper Size and Orientation
3376 \begin_inset Index idx
3377 status collapsed
3378
3379 \begin_layout Plain Layout
3380 Document ! Paper size
3381 \end_layout
3382
3383 \end_inset
3384
3385
3386 \begin_inset CommandInset label
3387 LatexCommand label
3388 name "sub:Paper-Size,-Orientation,"
3389
3390 \end_inset
3391
3392
3393 \end_layout
3394
3395 \begin_layout Standard
3396 You'll find the following options in the menu 
3397 \family sans
3398 Page
3399 \begin_inset space ~
3400 \end_inset
3401
3402 Layout
3403 \family default
3404  of the dialog of the 
3405 \family sans
3406 Document\SpecialChar \menuseparator
3407 Settings
3408 \family default
3409  menu:
3410 \family sans
3411
3412 \begin_inset Index idx
3413 status collapsed
3414
3415 \begin_layout Plain Layout
3416 Document ! Settings
3417 \end_layout
3418
3419 \end_inset
3420
3421
3422 \end_layout
3423
3424 \begin_layout Labeling
3425 \labelwidthstring 00.00.0000
3426
3427 \family sans
3428 Paper
3429 \begin_inset space ~
3430 \end_inset
3431
3432 Format
3433 \family default
3434  What size paper to print on.
3435  The choices are
3436 \end_layout
3437
3438 \begin_layout Itemize
3439
3440 \family sans
3441 Default
3442 \end_layout
3443
3444 \begin_layout Itemize
3445
3446 \family sans
3447 A3, A4,
3448 \family default
3449  
3450 \family sans
3451 A5
3452 \end_layout
3453
3454 \begin_layout Itemize
3455
3456 \family sans
3457 B3, B4, B5
3458 \end_layout
3459
3460 \begin_layout Itemize
3461
3462 \family sans
3463 US letter
3464 \end_layout
3465
3466 \begin_layout Itemize
3467
3468 \family sans
3469 US legal
3470 \end_layout
3471
3472 \begin_layout Itemize
3473
3474 \family sans
3475 US executive
3476 \end_layout
3477
3478 \begin_layout Itemize
3479
3480 \family sans
3481 Custom
3482 \end_layout
3483
3484 \begin_layout Labeling
3485 \labelwidthstring 00.00.0000
3486
3487 \family sans
3488 Orientation
3489 \family default
3490  Two toggle buttons choose whether to print the output as 
3491 \family sans
3492 Landscape
3493 \family default
3494  or as 
3495 \family sans
3496 Portrait
3497 \family default
3498 .
3499 \end_layout
3500
3501 \begin_layout Labeling
3502 \labelwidthstring 00.00.0000
3503
3504 \family sans
3505 Two-sided
3506 \begin_inset space ~
3507 \end_inset
3508
3509 document
3510 \family default
3511  Adjusts the print space to print both sides of paper.
3512  That means that the print space for odd- and even-numbered pages is different.
3513 \end_layout
3514
3515 \begin_layout Subsection
3516 Margins
3517 \begin_inset CommandInset label
3518 LatexCommand label
3519 name "sub:Margins"
3520
3521 \end_inset
3522
3523
3524 \begin_inset Index idx
3525 status collapsed
3526
3527 \begin_layout Plain Layout
3528 Document ! Margins
3529 \end_layout
3530
3531 \end_inset
3532
3533
3534 \begin_inset Index idx
3535 status collapsed
3536
3537 \begin_layout Plain Layout
3538 Margins
3539 \end_layout
3540
3541 \end_inset
3542
3543
3544 \end_layout
3545
3546 \begin_layout Standard
3547 Paper margins are set in the menu 
3548 \family sans
3549 Document\SpecialChar \menuseparator
3550 Settings
3551 \family default
3552 .
3553 \begin_inset Index idx
3554 status collapsed
3555
3556 \begin_layout Plain Layout
3557 Document ! Settings
3558 \end_layout
3559
3560 \end_inset
3561
3562
3563 \end_layout
3564
3565 \begin_layout Standard
3566 If you use a koma-script document class, you can use the default settings.
3567  Because koma-script calculates then the printspace automatically by taking
3568  the paper format and the font size into account.
3569 \end_layout
3570
3571 \begin_layout Subsection
3572 Important Note
3573 \end_layout
3574
3575 \begin_layout Standard
3576 If you change a document class, LyX has to convert 
3577 \emph on
3578 everything
3579 \emph default
3580  into the new class.
3581  That includes the paragraph environments.
3582  Some paragraph environments are standard; all of the document classes have
3583  them; but some classes have special paragraph environments.
3584  If this is the case, and you change the document class, LyX sets the missing
3585  paragraph environments to 
3586 \family sans
3587 Standard
3588 \family default
3589  and places an error box at the beginning of the paragraph.
3590  Just click on them and you'll get a message dialog that tells you about
3591  the conversion and why it failed.
3592 \end_layout
3593
3594 \begin_layout Section
3595 Paragraph Indentation and Separation
3596 \begin_inset Index idx
3597 status collapsed
3598
3599 \begin_layout Plain Layout
3600 Paragraph ! Indentation
3601 \end_layout
3602
3603 \end_inset
3604
3605
3606 \end_layout
3607
3608 \begin_layout Subsection
3609 Introduction
3610 \begin_inset CommandInset label
3611 LatexCommand label
3612 name "sec:Par-indent-intro"
3613
3614 \end_inset
3615
3616
3617 \end_layout
3618
3619 \begin_layout Standard
3620 Before describing all of the various paragraph environments, we'd like to
3621  say a word or two about paragraph indentation.
3622 \end_layout
3623
3624 \begin_layout Standard
3625 Everyone seems to have their own convention for separating paragraphs.
3626  Most Americans indent the first line of a paragraph.
3627  Others don't indent but put extra space between the paragraphs.
3628  If you choose indentation for paragraphs the 
3629 \emph on
3630 first
3631 \emph default
3632  paragraph of a section, or after a figure, an equation, a table, a list,
3633  etc., is 
3634 \emph on
3635 not
3636 \emph default
3637  indented.
3638  Only a paragraph following another paragraph gets indented.
3639  Note that the indentation behavior is different when you use another document
3640  language than English.
3641  LaTeX takes care that the indentation follows the rules of the used language.
3642 \end_layout
3643
3644 \begin_layout Standard
3645 The space between paragraphs, like the line spacing, the space between headings
3646  and text — in fact, all of the spacings for just about everything are pre-coded
3647  into LyX.
3648  As we said, you don't worry about how much space to add between what.
3649  LyX takes care of that.
3650  In fact, these pre-coded vertical spacings aren't a single number but a
3651  range.
3652  That way, LyX can squish or stretch the space between lines to make sure
3653  figures fit on a page with text, so that sections don't start at the bottom
3654  of a page, and so on.
3655 \begin_inset Foot
3656 status collapsed
3657
3658 \begin_layout Plain Layout
3659 LaTeX does this when LyX goes to produce a printable file.
3660 \end_layout
3661
3662 \end_inset
3663
3664  However, pre-coded doesn't mean you can't change them.
3665  LyX gives you the ability to globally change 
3666 \emph on
3667 all
3668 \emph default
3669  of these pre-coded spacings.
3670  We'll explain more later.
3671 \end_layout
3672
3673 \begin_layout Subsection
3674 Paragraph Separation
3675 \begin_inset Index idx
3676 status collapsed
3677
3678 \begin_layout Plain Layout
3679 Paragraph ! Separation
3680 \end_layout
3681
3682 \end_inset
3683
3684
3685 \end_layout
3686
3687 \begin_layout Standard
3688 To separate paragraphs, select 
3689 \family sans
3690 Indent
3691 \family default
3692  or 
3693 \family sans
3694 Skip
3695 \family default
3696  in the submenu 
3697 \family sans
3698 Text
3699 \begin_inset space ~
3700 \end_inset
3701
3702 Layout
3703 \family default
3704  of the dialog 
3705 \family sans
3706 Document\SpecialChar \menuseparator
3707 Settings
3708 \family default
3709
3710 \begin_inset Index idx
3711 status collapsed
3712
3713 \begin_layout Plain Layout
3714 Document ! Settings
3715 \end_layout
3716
3717 \end_inset
3718
3719  to indent paragraphs or add extra space between paragraphs, respectively.
3720  The size of the skips can be defined in the dialog, for the indentation
3721  you have to add this line to your document preamble:
3722 \end_layout
3723
3724 \begin_layout Standard
3725
3726 \series bold
3727
3728 \backslash
3729 setlength{
3730 \backslash
3731 parindent}{Length}
3732 \end_layout
3733
3734 \begin_layout Standard
3735 where length is a value in one of the units listed in Appendix
3736 \begin_inset space ~
3737 \end_inset
3738
3739
3740 \begin_inset CommandInset ref
3741 LatexCommand ref
3742 reference "cap:Units"
3743
3744 \end_inset
3745
3746 .
3747  The default length is 30
3748 \begin_inset space \thinspace{}
3749 \end_inset
3750
3751 pt.
3752 \end_layout
3753
3754 \begin_layout Subsection
3755 Fine-Tuning
3756 \end_layout
3757
3758 \begin_layout Standard
3759 You can also change the separation method of a single paragraph.
3760  Open the 
3761 \family sans
3762 Edit\SpecialChar \menuseparator
3763 Paragraph
3764 \begin_inset space ~
3765 \end_inset
3766
3767 Settings
3768 \family default
3769  dialog and toggle the 
3770 \family sans
3771 Indent
3772 \begin_inset space ~
3773 \end_inset
3774
3775 Paragraph
3776 \family default
3777  option to change the state of the current paragraph (shortcut 
3778 \begin_inset Info
3779 type  "shortcut"
3780 arg   "paragraph-params \\indent-toggle"
3781 \end_inset
3782
3783 ).
3784  If paragraphs have no indentation but use extra space for separation, this
3785  button will be ignored (you can't indent a single paragraph by toggling
3786  this).
3787 \end_layout
3788
3789 \begin_layout Standard
3790 You should only need to change the indentation method for a single paragraph
3791  if you need to do some fine-tuning.
3792 \end_layout
3793
3794 \begin_layout Subsection
3795 Line Spacing
3796 \begin_inset Index idx
3797 status collapsed
3798
3799 \begin_layout Plain Layout
3800 Paragraph ! Line spacing
3801 \end_layout
3802
3803 \end_inset
3804
3805
3806 \end_layout
3807
3808 \begin_layout Standard
3809 In the 
3810 \family sans
3811 Document\SpecialChar \menuseparator
3812 Settings
3813 \noun on
3814
3815 \begin_inset Index idx
3816 status collapsed
3817
3818 \begin_layout Plain Layout
3819 Document ! Settings
3820 \end_layout
3821
3822 \end_inset
3823
3824
3825 \family default
3826 \noun default
3827  dialog you can set the line spacing in the submenu 
3828 \family sans
3829 Text
3830 \begin_inset space ~
3831 \end_inset
3832
3833 Layout
3834 \family default
3835 .
3836 \begin_inset Foot
3837 status collapsed
3838
3839 \begin_layout Plain Layout
3840 You need to have the LaTeX-package 
3841 \series bold
3842 setspace
3843 \series default
3844
3845 \begin_inset Index idx
3846 status collapsed
3847
3848 \begin_layout Plain Layout
3849 LaTeX-packages ! setspace
3850 \end_layout
3851
3852 \end_inset
3853
3854  installed to use this feature.
3855 \end_layout
3856
3857 \end_inset
3858
3859
3860 \end_layout
3861
3862 \begin_layout Section
3863 Paragraph Environments
3864 \begin_inset CommandInset label
3865 LatexCommand label
3866 name "sec:Paragraph-Environments"
3867
3868 \end_inset
3869
3870
3871 \begin_inset Index idx
3872 status collapsed
3873
3874 \begin_layout Plain Layout
3875 Paragraph ! Environments
3876 \end_layout
3877
3878 \end_inset
3879
3880
3881 \begin_inset Index idx
3882 status collapsed
3883
3884 \begin_layout Plain Layout
3885 Paragraph environments|(
3886 \end_layout
3887
3888 \end_inset
3889
3890
3891 \end_layout
3892
3893 \begin_layout Subsection
3894 Overview
3895 \end_layout
3896
3897 \begin_layout Standard
3898 Paragraph environments correspond to the
3899 \end_layout
3900
3901 \begin_layout Standard
3902
3903 \series bold
3904
3905 \backslash
3906 begin{
3907 \emph on
3908 environment
3909 \emph default
3910 } ...
3911  
3912 \backslash
3913 end{
3914 \emph on
3915 environment
3916 \emph default
3917 }
3918 \series default
3919
3920 \begin_inset Newline newline
3921 \end_inset
3922
3923 command sequence in LaTeX files.
3924  If you don't know LaTeX, or the concept of a paragraph environment is totally
3925  alien to you, we urge you to read the 
3926 \emph on
3927 Tutorial
3928 \emph default
3929 .
3930  The 
3931 \emph on
3932 Tutorial
3933 \emph default
3934  also contains many more examples than this section does.
3935 \end_layout
3936
3937 \begin_layout Standard
3938 A paragraph environment is simply a 
3939 \begin_inset Quotes eld
3940 \end_inset
3941
3942 container
3943 \begin_inset Quotes erd
3944 \end_inset
3945
3946  for a paragraph which gives that paragraph certain properties.
3947  This can include a particular style of font, different margins, a numbering
3948  scheme, labels, and so on.
3949  Additionally, you can 
3950 \begin_inset Quotes eld
3951 \end_inset
3952
3953 nest
3954 \begin_inset Quotes erd
3955 \end_inset
3956
3957  the different environments inside one another, allowing one environment
3958  to inherit some of the properties of another.
3959  The different paragraph environments totally replace the need for messy
3960  tab stops, on the fly margin adjustment, and other hold-overs from the
3961  days of typewriters.
3962  There are several paragraph environments which are specific to a particular
3963  document type.
3964  We'll only be covering the most common ones here.
3965 \end_layout
3966
3967 \begin_layout Standard
3968 To choose a new paragraph environment, use the pull-down box 
3969 \begin_inset Graphics
3970         filename clipart/ToolbarEnvBox.png
3971         scale 70
3972         clip
3973
3974 \end_inset
3975
3976  at the left end of the toolbar.
3977  LyX will change the environment of the 
3978 \emph on
3979 entire
3980 \emph default
3981  paragraph in which the cursor sits.
3982  You can also change the environment of an entire group of paragraphs if
3983  you select them before choosing the new environment.
3984  
3985 \end_layout
3986
3987 \begin_layout Standard
3988 Note that hitting 
3989 \family sans
3990 Return
3991 \family default
3992  will 
3993 \emph on
3994 typically
3995 \emph default
3996  create a new paragraph using the 
3997 \family sans
3998 Standard
3999 \family default
4000  paragraph environment.
4001  We say 
4002 \begin_inset Quotes eld
4003 \end_inset
4004
4005 typically
4006 \begin_inset Quotes erd
4007 \end_inset
4008
4009  because if you are in one of these environments:
4010 \end_layout
4011
4012 \begin_layout Itemize
4013
4014 \family sans
4015 Quote
4016 \end_layout
4017
4018 \begin_layout Itemize
4019
4020 \family sans
4021 Quotation
4022 \end_layout
4023
4024 \begin_layout Itemize
4025
4026 \family sans
4027 Verse
4028 \end_layout
4029
4030 \begin_layout Itemize
4031
4032 \family sans
4033 Itemize
4034 \end_layout
4035
4036 \begin_layout Itemize
4037
4038 \family sans
4039 Enumerate
4040 \end_layout
4041
4042 \begin_layout Itemize
4043
4044 \family sans
4045 Description
4046 \end_layout
4047
4048 \begin_layout Itemize
4049
4050 \family sans
4051 List
4052 \end_layout
4053
4054 \begin_layout Standard
4055 LyX keeps the old paragraph environment when you hit 
4056 \family sans
4057 Return
4058 \family default
4059 , rather than resetting it to 
4060 \family sans
4061 Standard
4062 \family default
4063 .
4064  LyX will still reset the nesting depth, however.
4065  Usually, starting a new paragraph resets both the paragraph environment
4066  and the nesting depth (for more on nesting see section
4067 \begin_inset space ~
4068 \end_inset
4069
4070
4071 \begin_inset CommandInset ref
4072 LatexCommand ref
4073 reference "sec:Nesting"
4074
4075 \end_inset
4076
4077 ).
4078  At the moment, all this is context-specific; you're better off expecting
4079  
4080 \family sans
4081 Return
4082 \family default
4083  to reset the paragraph environment and depth.
4084  If you want a new paragraph to keep the current environment and depth,
4085  use 
4086 \begin_inset Info
4087 type  "shortcut"
4088 arg   "break-paragraph inverse"
4089 \end_inset
4090
4091  instead.
4092 \end_layout
4093
4094 \begin_layout Subsection
4095 Standard
4096 \end_layout
4097
4098 \begin_layout Standard
4099 The default paragraph environment is 
4100 \family sans
4101 Standard
4102 \family default
4103  for most classes.
4104  It creates a plain paragraph.
4105  If LyX resets the paragraph environment, this is the one it chooses.
4106  In fact, the paragraph you're reading right now (and most of the ones in
4107  this manual) are in the 
4108 \family sans
4109 Standard
4110 \family default
4111  environment.
4112 \end_layout
4113
4114 \begin_layout Standard
4115 You can nest a paragraph using the 
4116 \family sans
4117 Standard
4118 \family default
4119  environment in just about anything else, but you can't really nest anything
4120  in a 
4121 \family sans
4122 Standard
4123 \family default
4124  environment.
4125 \end_layout
4126
4127 \begin_layout Subsection
4128 Document Title
4129 \begin_inset Index idx
4130 status collapsed
4131
4132 \begin_layout Plain Layout
4133 Document !Title
4134 \end_layout
4135
4136 \end_inset
4137
4138
4139 \end_layout
4140
4141 \begin_layout Standard
4142 A LaTeX title page has three parts: the title itself, the name(s) of the
4143  author(s) and a 
4144 \begin_inset Quotes eld
4145 \end_inset
4146
4147 footnote
4148 \begin_inset Quotes erd
4149 \end_inset
4150
4151  for thanks or contact information.
4152  For certain types of documents, LaTeX places all of this on a separate
4153  page along with today's date.
4154  For other types of documents, the title 
4155 \begin_inset Quotes eld
4156 \end_inset
4157
4158 page
4159 \begin_inset Quotes erd
4160 \end_inset
4161
4162  goes at the top of the first page of the document.
4163  
4164 \end_layout
4165
4166 \begin_layout Standard
4167 LyX provides an interface to the title page commands through the paragraph
4168  environments 
4169 \family sans
4170 Title
4171 \family default
4172
4173 \family sans
4174 Author
4175 \family default
4176 , and 
4177 \family sans
4178 Date
4179 \family default
4180 .
4181  Here's how you use them:
4182 \end_layout
4183
4184 \begin_layout Itemize
4185 Put the title of your document in the 
4186 \family sans
4187 Title
4188 \family default
4189  environment.
4190 \end_layout
4191
4192 \begin_layout Itemize
4193 Put the author name in the 
4194 \family sans
4195 Author
4196 \family default
4197  environment.
4198 \end_layout
4199
4200 \begin_layout Itemize
4201 If you want the date to have a certain appearance, want to use a fixed date,
4202  or want other text to appear in place of today's date, put that text in
4203  the 
4204 \family sans
4205 Date
4206 \family default
4207  environment.
4208  Note that using this environment is optional.
4209  If you don't provide any, LaTeX will automatically insert today's date.
4210  If you don't want any date, add the line
4211 \begin_inset Newline newline
4212 \end_inset
4213
4214
4215 \series bold
4216
4217 \backslash
4218 date{}
4219 \series default
4220
4221 \begin_inset Newline newline
4222 \end_inset
4223
4224 to the preamble of your document (menu 
4225 \family sans
4226 Document\SpecialChar \menuseparator
4227 Settings
4228 \family default
4229 )
4230 \end_layout
4231
4232 \begin_layout Standard
4233 You can use footnotes to insert 
4234 \begin_inset Quotes eld
4235 \end_inset
4236
4237 thanks
4238 \begin_inset Quotes erd
4239 \end_inset
4240
4241  or contact information.
4242 \end_layout
4243
4244 \begin_layout Subsection
4245 Headings
4246 \begin_inset Index idx
4247 status collapsed
4248
4249 \begin_layout Plain Layout
4250 Section headings
4251 \end_layout
4252
4253 \end_inset
4254
4255
4256 \begin_inset CommandInset label
4257 LatexCommand label
4258 name "sub:Headings"
4259
4260 \end_inset
4261
4262
4263 \end_layout
4264
4265 \begin_layout Standard
4266 There are several paragraph environments for producing section headings.
4267  LyX takes care of the numbering for you.
4268 \end_layout
4269
4270 \begin_layout Subsubsection
4271 Numbered Headings
4272 \begin_inset Index idx
4273 status collapsed
4274
4275 \begin_layout Plain Layout
4276 Section headings ! Numbered
4277 \end_layout
4278
4279 \end_inset
4280
4281
4282 \end_layout
4283
4284 \begin_layout Standard
4285 There are 7 numbered types of section headings.
4286  They are:
4287 \end_layout
4288
4289 \begin_layout Enumerate
4290
4291 \family sans
4292 Part
4293 \end_layout
4294
4295 \begin_layout Enumerate
4296
4297 \family sans
4298 Chapter
4299 \end_layout
4300
4301 \begin_layout Enumerate
4302
4303 \family sans
4304 Section
4305 \end_layout
4306
4307 \begin_layout Enumerate
4308
4309 \family sans
4310 Subsection
4311 \end_layout
4312
4313 \begin_layout Enumerate
4314
4315 \family sans
4316 Subsubsection
4317 \end_layout
4318
4319 \begin_layout Enumerate
4320
4321 \family sans
4322 Paragraph
4323 \end_layout
4324
4325 \begin_layout Enumerate
4326
4327 \family sans
4328 Subparagraph
4329 \end_layout
4330
4331 \begin_layout Standard
4332 LyX labels each heading with a series of numbers, separated by periods.
4333  The numbers describe where in the document you are.
4334  Unlike the other headings, parts are numbered with Latin letters.
4335 \end_layout
4336
4337 \begin_layout Standard
4338 Headings all subdivide your document into different pieces of text.
4339  For example, suppose you're writing a book.
4340  You group the book into chapters.
4341  LyX does similar grouping:
4342 \end_layout
4343
4344 \begin_layout Itemize
4345
4346 \family sans
4347 Part
4348 \family default
4349  is divided in either 
4350 \family sans
4351 Chapter
4352 \family default
4353 s or 
4354 \family sans
4355 Section
4356 \family default
4357 s
4358 \end_layout
4359
4360 \begin_layout Itemize
4361
4362 \family sans
4363 Chapter
4364 \family default
4365 s are divided into 
4366 \family sans
4367 Section
4368 \family default
4369 s
4370 \end_layout
4371
4372 \begin_layout Itemize
4373
4374 \family sans
4375 Section
4376 \family default
4377 s are divided into 
4378 \family sans
4379 Subsection
4380 \family default
4381 s
4382 \end_layout
4383
4384 \begin_layout Itemize
4385
4386 \family sans
4387 Subsection
4388 \family default
4389 s are divided into 
4390 \family sans
4391 Subsubsections
4392 \end_layout
4393
4394 \begin_layout Itemize
4395
4396 \family sans
4397 Subsubsections
4398 \family default
4399  are divided into 
4400 \family sans
4401 Paragraph
4402 \family default
4403 s
4404 \end_layout
4405
4406 \begin_layout Itemize
4407
4408 \family sans
4409 Paragraph
4410 \family default
4411 s are divided into 
4412 \family sans
4413 Subparagraphs
4414 \end_layout
4415
4416 \begin_layout Standard
4417 \begin_inset Note Greyedout
4418 status open
4419
4420 \begin_layout Plain Layout
4421
4422 \series bold
4423 Note:
4424 \series default
4425  Not all document types use the 
4426 \family sans
4427 Chapter
4428 \family default
4429  heading as the maximum sectioning level.
4430  In that case the 
4431 \family sans
4432 Section
4433 \family default
4434  is the top-level heading.
4435 \end_layout
4436
4437 \end_inset
4438
4439
4440 \end_layout
4441
4442 \begin_layout Standard
4443 So, if you use the 
4444 \family sans
4445 Subsubsection
4446 \family default
4447  environment to label a new sub-subsection, LyX labels it with its number,
4448  along with the number of the subsection, section, and, if applicable, chapter
4449  that it's in.
4450  For example: the fifth section of the second chapter of this book has the
4451  label 
4452 \begin_inset Quotes eld
4453 \end_inset
4454
4455 2.5
4456 \begin_inset Quotes erd
4457 \end_inset
4458
4459 .
4460 \end_layout
4461
4462 \begin_layout Subsubsection
4463 Unnumbered Headings
4464 \begin_inset Index idx
4465 status collapsed
4466
4467 \begin_layout Plain Layout
4468 Section headings ! Unnumbered
4469 \end_layout
4470
4471 \end_inset
4472
4473
4474 \end_layout
4475
4476 \begin_layout Standard
4477 There are 5 types of unnumbered section headings.
4478  They are:
4479 \end_layout
4480
4481 \begin_layout Enumerate
4482
4483 \family sans
4484 Part*
4485 \end_layout
4486
4487 \begin_layout Enumerate
4488
4489 \family sans
4490 Chapter*
4491 \end_layout
4492
4493 \begin_layout Enumerate
4494
4495 \family sans
4496 Section*
4497 \end_layout
4498
4499 \begin_layout Enumerate
4500
4501 \family sans
4502 Subsection*
4503 \end_layout
4504
4505 \begin_layout Enumerate
4506
4507 \family sans
4508 Subsubsection*
4509 \end_layout
4510
4511 \begin_layout Standard
4512 The 
4513 \begin_inset Quotes eld
4514 \end_inset
4515
4516 *
4517 \begin_inset Quotes erd
4518 \end_inset
4519
4520  after each name means that these headings are not numbered.
4521  They work the same as their numbered counterparts but won't appear in the
4522  table of contents, see section
4523 \begin_inset space ~
4524 \end_inset
4525
4526
4527 \begin_inset CommandInset ref
4528 LatexCommand ref
4529 reference "sec:toc"
4530
4531 \end_inset
4532
4533 .
4534 \end_layout
4535
4536 \begin_layout Subsubsection
4537 Changing the Numbering
4538 \begin_inset CommandInset label
4539 LatexCommand label
4540 name "sub:Numbering-depth"
4541
4542 \end_inset
4543
4544
4545 \end_layout
4546
4547 \begin_layout Standard
4548 You can also alter which sectioning levels get numbered and which ones appear
4549  in the Table of Contents.
4550  Now, this doesn't remove any of the levels; that's preset in the document
4551  class.
4552  Certain classes start with 
4553 \family sans
4554 Chapter
4555 \family default
4556  and go down to the 
4557 \family sans
4558 Subparagraph
4559 \family default
4560  level.
4561  Others start at 
4562 \family sans
4563 Section
4564 \family default
4565 .
4566  Similarly, not all document classes number all sectioning levels.
4567  Most don't number 
4568 \family sans
4569 Paragraph
4570 \family default
4571  or 
4572 \family sans
4573 Subparagraph
4574 \family default
4575 .
4576  This is something you can change.
4577 \end_layout
4578
4579 \begin_layout Standard
4580 Open the 
4581 \family sans
4582 Document\SpecialChar \menuseparator
4583 Settings
4584 \family default
4585  dialog.
4586 \family sans
4587
4588 \begin_inset Index idx
4589 status collapsed
4590
4591 \begin_layout Plain Layout
4592 Document ! Settings
4593 \end_layout
4594
4595 \end_inset
4596
4597
4598 \family default
4599  Under 
4600 \family sans
4601 Numbering
4602 \begin_inset space ~
4603 \end_inset
4604
4605 &
4606 \begin_inset space ~
4607 \end_inset
4608
4609 TOC
4610 \family default
4611  you'll see two counters.
4612  The one named 
4613 \family sans
4614 Numbering
4615 \family default
4616  controls how far down in the sectioning hierarchy LyX numbers a section
4617  heading.
4618  The other one controls the appearance of the section headings in the table
4619  of contents.
4620 \end_layout
4621
4622 \begin_layout Subsubsection
4623 Short Titles of Headings
4624 \begin_inset Index idx
4625 status collapsed
4626
4627 \begin_layout Plain Layout
4628 Section headings ! Short titles
4629 \end_layout
4630
4631 \end_inset
4632
4633
4634 \begin_inset OptArg
4635 status collapsed
4636
4637 \begin_layout Plain Layout
4638 Short Titles
4639 \end_layout
4640
4641 \end_inset
4642
4643
4644 \begin_inset CommandInset label
4645 LatexCommand label
4646 name "sec:Short-Titles"
4647
4648 \end_inset
4649
4650
4651 \end_layout
4652
4653 \begin_layout Standard
4654 Some section or chapter titles, such as this one, can get quite long.
4655  This can cause trouble when there is limited horizontal space.
4656  For example, if the header of the page is set to show the current section
4657  title, a long title will protrude over the page margins and look awful.
4658 \end_layout
4659
4660 \begin_layout Standard
4661 LaTeX allows you to specify a short title for section headings.
4662  This short title is used in the header and in the actual table of contents,
4663  avoiding the problem mentioned.
4664  To specify a short title, use the menu 
4665 \family sans
4666 Insert\SpecialChar \menuseparator
4667 Short
4668 \begin_inset space ~
4669 \end_inset
4670
4671 Title
4672 \family default
4673 .
4674  This will insert a box labeled 
4675 \begin_inset Quotes eld
4676 \end_inset
4677
4678 opt
4679 \begin_inset Quotes erd
4680 \end_inset
4681
4682  (stands for 
4683 \begin_inset Quotes eld
4684 \end_inset
4685
4686 optional
4687 \begin_inset Quotes erd
4688 \end_inset
4689
4690 ) which you can use to enter the short title text.
4691  This also works for captions inside floats.
4692 \end_layout
4693
4694 \begin_layout Standard
4695 The title of this section is a good example of using this feature.
4696 \end_layout
4697
4698 \begin_layout Subsubsection
4699 Special Information
4700 \end_layout
4701
4702 \begin_layout Standard
4703 The following information applies to all section headings:
4704 \end_layout
4705
4706 \begin_layout Itemize
4707 You cannot do any nesting with these environments.
4708 \end_layout
4709
4710 \begin_layout Itemize
4711 You cannot use a margin note in any of these environments.
4712 \end_layout
4713
4714 \begin_layout Itemize
4715 You can only use inline math in these environments.
4716 \end_layout
4717
4718 \begin_layout Itemize
4719 You can use labels and cross-references to refer to their numbers.
4720 \end_layout
4721
4722 \begin_layout Subsection
4723 Quotes and Poetry line spacing
4724 \end_layout
4725
4726 \begin_layout Standard
4727 LyX has three paragraph environments for writing poetry and quotations.
4728  They are 
4729 \family sans
4730 Quote
4731 \family default
4732
4733 \family sans
4734 Quotation
4735 \family default
4736 , and 
4737 \family sans
4738 Verse
4739 \family default
4740 .
4741  Forget the days of changing line spacing and twiddling with margins.
4742  These three paragraph environments already have those changes built-in.
4743  They all widen the left margin and add a bit of extra space above and below
4744  the text they contain.
4745  They also allow nesting, so you can put a 
4746 \family sans
4747 Verse
4748 \family default
4749  in a 
4750 \family sans
4751 Quotation
4752 \family default
4753 , as well as in some other paragraph environments.
4754 \end_layout
4755
4756 \begin_layout Standard
4757 There is another feature of these three paragraph environments: they do
4758  
4759 \emph on
4760 not
4761 \emph default
4762  reset to 
4763 \family sans
4764 Standard
4765 \family default
4766  when you start a new paragraph.
4767  So, you can type in that poem and merrily hit 
4768 \family sans
4769 Return
4770 \family default
4771  without worrying about the paragraph environment changing on you.
4772  Of course, that means that, once you're done typing in that poem, you have
4773  to change back to the 
4774 \family sans
4775 Standard
4776 \family default
4777  environment yourself.
4778 \end_layout
4779
4780 \begin_layout Subsubsection
4781
4782 \family sans
4783 Quote
4784 \family default
4785  and 
4786 \family sans
4787 Quotation
4788 \family default
4789
4790 \begin_inset CommandInset label
4791 LatexCommand label
4792 name "sec:Quote"
4793
4794 \end_inset
4795
4796
4797 \begin_inset Index idx
4798 status collapsed
4799
4800 \begin_layout Plain Layout
4801 Quotation
4802 \end_layout
4803
4804 \end_inset
4805
4806
4807 \end_layout
4808
4809 \begin_layout Standard
4810 Now that we've described the similarities of these three environments, it's
4811  time for the differences.
4812  
4813 \family sans
4814 Quote
4815 \family default
4816  and 
4817 \family sans
4818 Quotation
4819 \family default
4820  are identical except for one difference: 
4821 \family sans
4822 Quote
4823 \family default
4824  uses extra spacing to separate paragraphs and never indents the first line.
4825  
4826 \family sans
4827 Quotation
4828 \family default
4829  
4830 \emph on
4831 always
4832 \emph default
4833  indents the first line of a paragraph and uses the same line spacing throughout.
4834 \end_layout
4835
4836 \begin_layout Standard
4837 Here's an example of the 
4838 \family sans
4839 Quote
4840 \family default
4841  environment:
4842 \end_layout
4843
4844 \begin_layout Quote
4845 This is in the 
4846 \family sans
4847 Quote
4848 \family default
4849  environment.
4850  I can keep writing, extending this line out further and further until it
4851  wraps.
4852  See – no indentation!
4853 \end_layout
4854
4855 \begin_layout Quote
4856 Here's the second paragraph of this quote.
4857  Again, there's no indentation, but there is extra space between me and
4858  the other paragraph.
4859 \end_layout
4860
4861 \begin_layout Standard
4862 Here's another example, this time in the 
4863 \family sans
4864 Quotation
4865 \family default
4866  environment:
4867 \end_layout
4868
4869 \begin_layout Quotation
4870 This is in the 
4871 \family sans
4872 Quotation
4873 \family default
4874  environment.
4875  If I keep writing, you'll see the indentation.
4876  If your country uses a writing style that shows off new paragraphs by indenting
4877  the first line, then 
4878 \family sans
4879 Quotation
4880 \family default
4881  is the environment for you! Well, you'd use it 
4882 \emph on
4883 if
4884 \emph default
4885  you were quoting other text.
4886 \end_layout
4887
4888 \begin_layout Quotation
4889 Here's a new paragraph.
4890  I could ramble on and on, like a politician at election time.
4891  If I did that, though, you'd get bored.
4892 \end_layout
4893
4894 \begin_layout Standard
4895 As the examples show, 
4896 \family sans
4897 Quote
4898 \family default
4899  is for those people who use extra space to separate paragraphs.
4900  They should put quotes in the 
4901 \family sans
4902 Quote
4903 \family default
4904  environment.
4905  Those who use indentation to mark a new paragraph should use the 
4906 \family sans
4907 Quotation
4908 \family default
4909  paragraph environment for quoted text.
4910 \end_layout
4911
4912 \begin_layout Subsubsection
4913
4914 \family sans
4915 Verse
4916 \family default
4917
4918 \begin_inset Index idx
4919 status collapsed
4920
4921 \begin_layout Plain Layout
4922 Paragraph ! Verse
4923 \end_layout
4924
4925 \end_inset
4926
4927
4928 \family sans
4929
4930 \begin_inset Index idx
4931 status collapsed
4932
4933 \begin_layout Plain Layout
4934 Poetry
4935 \end_layout
4936
4937 \end_inset
4938
4939
4940 \begin_inset CommandInset label
4941 LatexCommand label
4942 name "sec:Verse"
4943
4944 \end_inset
4945
4946
4947 \end_layout
4948
4949 \begin_layout Standard
4950
4951 \family sans
4952 Verse
4953 \family default
4954  is a paragraph environment for poetry, rhymes, verses, and so on.
4955  Here's an example:
4956 \end_layout
4957
4958 \begin_layout Verse
4959 This is in Verse
4960 \begin_inset Newline newline
4961 \end_inset
4962
4963 Which I did not rehearse!
4964 \end_layout
4965
4966 \begin_layout Verse
4967 It could be much worse.
4968  This line could be long, very long, oh so long, so very long that it wraps
4969  around.
4970  It looks okay on screen, but in the printed version, the extra lines are
4971  indented a bit more than the first.
4972  Okay, so it's turned to prose and doesn't rhyme anymore.
4973  So sue me.
4974 \end_layout
4975
4976 \begin_layout Verse
4977 To break a line
4978 \begin_inset Newline newline
4979 \end_inset
4980
4981 And make things look fine
4982 \begin_inset Newline newline
4983 \end_inset
4984
4985 Use 
4986 \begin_inset Info
4987 type  "shortcut"
4988 arg   "newline-insert newline"
4989 \end_inset
4990
4991 .
4992 \end_layout
4993
4994 \begin_layout Standard
4995 As you can see, 
4996 \family sans
4997 Verse
4998 \family default
4999  does not indent both margins.
5000  Each stanza of the verse or poem is in its own paragraph.
5001  To separate the individual lines of a stanza, use the 
5002 \family typewriter
5003 break-line
5004 \family default
5005  function 
5006 \begin_inset Info
5007 type  "shortcut"
5008 arg   "newline-insert newline"
5009 \end_inset
5010
5011 .
5012 \end_layout
5013
5014 \begin_layout Subsection
5015 Lists
5016 \begin_inset Index idx
5017 status collapsed
5018
5019 \begin_layout Plain Layout
5020 Lists
5021 \end_layout
5022
5023 \end_inset
5024
5025
5026 \begin_inset CommandInset label
5027 LatexCommand label
5028 name "sub:Lists"
5029
5030 \end_inset
5031
5032
5033 \end_layout
5034
5035 \begin_layout Standard
5036 LyX has four different paragraph environments for creating different kinds
5037  of lists.
5038  In the 
5039 \family sans
5040 Itemize
5041 \family default
5042  and 
5043 \family sans
5044 Enumerate
5045 \family default
5046  environments, LyX labels your list items with bullets or numbers, respectively.
5047  In the 
5048 \family sans
5049 Description
5050 \family default
5051  and 
5052 \family sans
5053 List
5054 \family default
5055  environments, LyX lets you provide your own label.
5056  We'll present the individual details of each type of list next after describing
5057  some general features of all four of them.
5058 \end_layout
5059
5060 \begin_layout Subsubsection
5061 General Features
5062 \end_layout
5063
5064 \begin_layout Standard
5065 The four paragraph environments for lists differ from the other environments
5066  in several ways.
5067  First, LyX treats each paragraph as a list item.
5068  Hitting 
5069 \family sans
5070 Return
5071 \family default
5072  does 
5073 \emph on
5074 not
5075 \emph default
5076  reset the environment to 
5077 \family sans
5078 Standard
5079 \family default
5080  but keeps the current environment and creates a new list item.
5081  The nesting depth is hereby kept.
5082  If you want to keep the paragraph environment but reset the current nesting
5083  depth, you can use 
5084 \begin_inset Info
5085 type  "shortcut"
5086 arg   "break-paragraph inverse"
5087 \end_inset
5088
5089  to break paragraphs.
5090 \end_layout
5091
5092 \begin_layout Standard
5093 You can nest lists of any type inside one another.
5094  In fact, LyX changes the labels on some list items depending on how it
5095  is nested.
5096  If you intend to use any of the list paragraph environments, we suggest
5097  you read all of section
5098 \begin_inset space ~
5099 \end_inset
5100
5101
5102 \begin_inset CommandInset ref
5103 LatexCommand ref
5104 reference "sec:Nesting"
5105
5106 \end_inset
5107
5108 .
5109  
5110 \end_layout
5111
5112 \begin_layout Subsubsection
5113
5114 \family sans
5115 Itemize
5116 \family default
5117
5118 \begin_inset Index idx
5119 status collapsed
5120
5121 \begin_layout Plain Layout
5122 Lists ! Itemize
5123 \end_layout
5124
5125 \end_inset
5126
5127
5128 \begin_inset CommandInset label
5129 LatexCommand label
5130 name "sec:Itemize"
5131
5132 \end_inset
5133
5134
5135 \end_layout
5136
5137 \begin_layout Standard
5138 The first type of list we'll describe in detail is the 
5139 \family sans
5140 Itemize
5141 \family default
5142  paragraph environment.
5143  It has the following properties:
5144 \end_layout
5145
5146 \begin_layout Itemize
5147 Each item has a particular bullet or symbol as its label.
5148 \end_layout
5149
5150 \begin_deeper
5151 \begin_layout Itemize
5152 LyX uses the same symbol for all of the items in a given nesting level.
5153 \end_layout
5154
5155 \begin_layout Itemize
5156 The symbol appears at the beginning of the first line.
5157 \end_layout
5158
5159 \end_deeper
5160 \begin_layout Itemize
5161 The items can have any length.
5162  LyX automatically offsets the left margin of each item.
5163  The offset is always relative to whatever environment the 
5164 \family sans
5165 Itemize
5166 \family default
5167  list may be in.
5168 \end_layout
5169
5170 \begin_layout Itemize
5171 If you nest an 
5172 \family sans
5173 Itemize
5174 \family default
5175  environment inside another 
5176 \family sans
5177 Itemize
5178 \family default
5179  environment, the label changes to a new symbol.
5180 \end_layout
5181
5182 \begin_deeper
5183 \begin_layout Itemize
5184 There are four different symbols for up to a four-fold nesting.
5185 \end_layout
5186
5187 \begin_layout Itemize
5188 LyX always shows the same symbol on screen.
5189 \end_layout
5190
5191 \begin_layout Itemize
5192 See section
5193 \begin_inset space ~
5194 \end_inset
5195
5196
5197 \begin_inset CommandInset ref
5198 LatexCommand ref
5199 reference "sec:Nesting"
5200
5201 \end_inset
5202
5203  for a full explanation of nesting.
5204 \end_layout
5205
5206 \end_deeper
5207 \begin_layout Standard
5208 Of course, that explanation was also an example of an 
5209 \family sans
5210 Itemize
5211 \family default
5212  list.
5213  The 
5214 \family sans
5215 Itemize
5216 \family default
5217  environment is best suited for lists where the order doesn't matter.
5218 \end_layout
5219
5220 \begin_layout Standard
5221 We said that different levels use different symbols as their label.
5222  Here's an example of all four possible symbols.
5223 \end_layout
5224
5225 \begin_layout Itemize
5226 The label for the first level 
5227 \family sans
5228 Itemize
5229 \family default
5230  is a large black dot, or bullet.
5231 \end_layout
5232
5233 \begin_deeper
5234 \begin_layout Itemize
5235 The label for the second level is a dash.
5236 \end_layout
5237
5238 \begin_deeper
5239 \begin_layout Itemize
5240 The label for the third is an asterisk.
5241 \end_layout
5242
5243 \begin_deeper
5244 \begin_layout Itemize
5245 The label for the fourth is a centered dot.
5246 \end_layout
5247
5248 \end_deeper
5249 \begin_layout Itemize
5250 Back out to the third level.
5251 \end_layout
5252
5253 \end_deeper
5254 \begin_layout Itemize
5255 Back to the second level.
5256 \end_layout
5257
5258 \end_deeper
5259 \begin_layout Itemize
5260 Back to the outermost level.
5261 \end_layout
5262
5263 \begin_layout Standard
5264 These are the default labels for an 
5265 \family sans
5266 Itemize
5267 \family default
5268  list.
5269  You can customize these labels in the 
5270 \family sans
5271 Document\SpecialChar \menuseparator
5272 Settings
5273 \family default
5274  dialog in the submenu 
5275 \family sans
5276 Bullets
5277 \family default
5278 .
5279 \family sans
5280
5281 \begin_inset Index idx
5282 status collapsed
5283
5284 \begin_layout Plain Layout
5285 Document ! Settings
5286 \end_layout
5287
5288 \end_inset
5289
5290
5291 \end_layout
5292
5293 \begin_layout Standard
5294 Notice how the space between items decreases with increasing depth.
5295  We'll explain nesting and all the tricks you can do with different depths
5296  in section
5297 \begin_inset space ~
5298 \end_inset
5299
5300
5301 \begin_inset CommandInset ref
5302 LatexCommand ref
5303 reference "sec:Nesting"
5304
5305 \end_inset
5306
5307 .
5308 \end_layout
5309
5310 \begin_layout Subsubsection
5311
5312 \family sans
5313 Enumerate
5314 \family default
5315
5316 \begin_inset Index idx
5317 status collapsed
5318
5319 \begin_layout Plain Layout
5320 Lists ! Enumerate
5321 \end_layout
5322
5323 \end_inset
5324
5325
5326 \begin_inset CommandInset label
5327 LatexCommand label
5328 name "sec:Enumerate"
5329
5330 \end_inset
5331
5332
5333 \end_layout
5334
5335 \begin_layout Standard
5336 The 
5337 \family sans
5338 Enumerate
5339 \family default
5340  environment is used to create numbered lists and outlines.
5341  It has these properties:
5342 \end_layout
5343
5344 \begin_layout Enumerate
5345 Each item has a numeral as its label.
5346 \end_layout
5347
5348 \begin_deeper
5349 \begin_layout Enumerate
5350 The label type depends on the nesting depth.
5351 \end_layout
5352
5353 \end_deeper
5354 \begin_layout Enumerate
5355 LyX automatically counts the items for you and updates the label as appropriate.
5356 \end_layout
5357
5358 \begin_layout Enumerate
5359 Each new 
5360 \family sans
5361 Enumerate
5362 \family default
5363  environment resets the counter to one.
5364 \end_layout
5365
5366 \begin_layout Enumerate
5367 Like the 
5368 \family sans
5369 Itemize
5370 \family default
5371  environment, the 
5372 \family sans
5373 Enumerate
5374 \family default
5375  environment:
5376 \end_layout
5377
5378 \begin_deeper
5379 \begin_layout Enumerate
5380 Offsets the items relative to the left margin.
5381  Items can have any length.
5382 \end_layout
5383
5384 \begin_layout Enumerate
5385 Reduces the space between items as the nesting depth increases.
5386 \end_layout
5387
5388 \begin_layout Enumerate
5389 Uses different types of labels depending on the nesting depth.
5390 \end_layout
5391
5392 \begin_layout Enumerate
5393 Allows up to a four-fold nesting.
5394 \end_layout
5395
5396 \end_deeper
5397 \begin_layout Standard
5398 Unlike the 
5399 \family sans
5400 Itemize
5401 \family default
5402  environment, 
5403 \family sans
5404 Enumerate
5405 \family default
5406  shows the different labels for each item in LyX.
5407  Here is how LyX labels the four different levels in an 
5408 \family sans
5409 Enumerate
5410 \family default
5411 :
5412 \end_layout
5413
5414 \begin_layout Enumerate
5415 The first level of an 
5416 \family sans
5417 Enumerate
5418 \family default
5419  uses Arabic numerals followed by a period.
5420 \end_layout
5421
5422 \begin_deeper
5423 \begin_layout Enumerate
5424 The second level uses lower case letters surrounded by parentheses.
5425 \end_layout
5426
5427 \begin_deeper
5428 \begin_layout Enumerate
5429 The third level uses lower-case Roman numerals followed by a period.
5430 \end_layout
5431
5432 \begin_deeper
5433 \begin_layout Enumerate
5434 The fourth level uses capital letters followed by a period.
5435 \end_layout
5436
5437 \begin_layout Enumerate
5438 Again, notice the decrease in the spacing between items as the nesting depth
5439  increases.
5440 \end_layout
5441
5442 \end_deeper
5443 \begin_layout Enumerate
5444 Back to the third level
5445 \end_layout
5446
5447 \end_deeper
5448 \begin_layout Enumerate
5449 Back to the second level.
5450 \end_layout
5451
5452 \end_deeper
5453 \begin_layout Enumerate
5454 Back to the outermost level.
5455 \end_layout
5456
5457 \begin_layout Standard
5458 Once again, you can customize the type of numbering used in the 
5459 \family sans
5460 Enumerate
5461 \family default
5462  environment.
5463  It involves adding commands to the LaTeX preamble (see the 
5464 \emph on
5465 Additional Features
5466 \emph default
5467  manual).
5468  As stated earlier, such customization only shows up in the printed version,
5469  not in LyX.
5470 \end_layout
5471
5472 \begin_layout Standard
5473 There is more to nesting 
5474 \family sans
5475 Enumerate
5476 \family default
5477  environments than we've stated here.
5478  You should read section
5479 \begin_inset space ~
5480 \end_inset
5481
5482
5483 \begin_inset CommandInset ref
5484 LatexCommand ref
5485 reference "sec:Nesting"
5486
5487 \end_inset
5488
5489  to learn more about nesting.
5490 \end_layout
5491
5492 \begin_layout Subsubsection
5493
5494 \family sans
5495 Description
5496 \family default
5497
5498 \begin_inset Index idx
5499 status collapsed
5500
5501 \begin_layout Plain Layout
5502 Lists ! Description
5503 \end_layout
5504
5505 \end_inset
5506
5507
5508 \end_layout
5509
5510 \begin_layout Standard
5511 Unlike the previous two environments, the 
5512 \family sans
5513 Description
5514 \family default
5515  list has no fixed label.
5516  Instead, LyX uses the first 
5517 \begin_inset Quotes eld
5518 \end_inset
5519
5520 word
5521 \begin_inset Quotes erd
5522 \end_inset
5523
5524  of the first line as the label.
5525  Here's an example:
5526 \end_layout
5527
5528 \begin_layout Description
5529 Example: This is an example of the 
5530 \family sans
5531 Description
5532 \family default
5533  environment.
5534 \end_layout
5535
5536 \begin_layout Standard
5537 LyX typesets the label in boldface and puts extra space between it and the
5538  rest of the line.
5539 \end_layout
5540
5541 \begin_layout Standard
5542 With the first 
5543 \begin_inset Quotes eld
5544 \end_inset
5545
5546 word
5547 \begin_inset Quotes erd
5548 \end_inset
5549
5550  it is meant that the first hit of the 
5551 \family sans
5552 Space
5553 \family default
5554  key ends the label if you are at the beginning of the first line of an
5555  item.
5556  If you need to use more than one word in the label use a 
5557 \family sans
5558 Protected Blank
5559 \family default
5560 .
5561  (Use either 
5562 \begin_inset Info
5563 type  "shortcut"
5564 arg   "space-insert protected"
5565 \end_inset
5566
5567  or the menu 
5568 \family sans
5569 Insert\SpecialChar \menuseparator
5570 Formatting\SpecialChar \menuseparator
5571 Protected
5572 \begin_inset space ~
5573 \end_inset
5574
5575 Space
5576 \family default
5577 , see section
5578 \begin_inset space ~
5579 \end_inset
5580
5581
5582 \begin_inset CommandInset ref
5583 LatexCommand ref
5584 reference "sub:Protected-Space"
5585
5586 \end_inset
5587
5588  for more info.) Here is an example:
5589 \end_layout
5590
5591 \begin_layout Description
5592 Second
5593 \begin_inset space ~
5594 \end_inset
5595
5596 Example: This one shows how to use a 
5597 \family sans
5598 Protected
5599 \begin_inset space ~
5600 \end_inset
5601
5602 Blank
5603 \family default
5604  in the label of a 
5605 \family sans
5606 Description
5607 \family default
5608  list item.
5609 \end_layout
5610
5611 \begin_layout Description
5612 Usage: You should use the 
5613 \family sans
5614 Description
5615 \family default
5616  environment for things like definitions and theorems.
5617  Use it when you need to make one word in particular stand out in the text
5618  that describes it.
5619  It's not a good idea to use a 
5620 \family sans
5621 Description
5622 \family default
5623  environment when you have an entire sentence that you want to describe.
5624  You're better off using 
5625 \family sans
5626 Itemize
5627 \family default
5628  or 
5629 \family sans
5630 Enumerate
5631 \family default
5632  and nesting several 
5633 \family sans
5634 Standard
5635 \family default
5636  paragraphs into them.
5637 \end_layout
5638
5639 \begin_layout Description
5640 Nesting: You can nest 
5641 \family sans
5642 Description
5643 \family default
5644  environments inside one another, nest them in other types of lists, and
5645  so on.
5646 \end_layout
5647
5648 \begin_layout Standard
5649 Notice that after the first line, LyX indents subsequent lines, offsetting
5650  them from the first line.
5651 \end_layout
5652
5653 \begin_layout Subsubsection
5654 The LyX 
5655 \family sans
5656 List
5657 \family default
5658
5659 \begin_inset Index idx
5660 status collapsed
5661
5662 \begin_layout Plain Layout
5663 Lists ! LyX list
5664 \end_layout
5665
5666 \end_inset
5667
5668
5669 \end_layout
5670
5671 \begin_layout Standard
5672 The 
5673 \family sans
5674 List
5675 \family default
5676  environment is a LyX extension to LaTeX.
5677 \end_layout
5678
5679 \begin_layout Standard
5680 \begin_inset Note Greyedout
5681 status open
5682
5683 \begin_layout Plain Layout
5684
5685 \series bold
5686 Note:
5687 \series default
5688  When you are using a KOMA-Script document class, like in this document,
5689  the 
5690 \family sans
5691 List
5692 \family default
5693  environment is named 
5694 \family sans
5695 Labeling
5696 \family default
5697 .
5698 \end_layout
5699
5700 \end_inset
5701
5702
5703 \end_layout
5704
5705 \begin_layout Standard
5706 Like the 
5707 \family sans
5708 Description
5709 \family default
5710  environment the 
5711 \family sans
5712 List
5713 \family default
5714  environment has user-defined labels for each list item.
5715  There are the following properties of this list environment:
5716 \end_layout
5717
5718 \begin_layout Labeling
5719 \labelwidthstring 00.00.0000
5720 item
5721 \begin_inset space ~
5722 \end_inset
5723
5724 labels LyX uses the first 
5725 \begin_inset Quotes eld
5726 \end_inset
5727
5728 word
5729 \begin_inset Quotes erd
5730 \end_inset
5731
5732  of each line as the item label.
5733  The first 
5734 \family sans
5735 Space
5736 \family default
5737  after the beginning of the first line of an item marks the end of the label.
5738  If you need to use more than one word in an item label, use a protected
5739  blank as described above.
5740 \end_layout
5741
5742 \begin_layout Labeling
5743 \labelwidthstring 00.00.0000
5744 margins As you can see, LyX uses different margins for the item label and
5745  the body of the item text.
5746  The body of the text has a larger left margin, which is equal to the default
5747  label width plus a little extra space.
5748  
5749 \end_layout
5750
5751 \begin_layout Labeling
5752 \labelwidthstring 00.00.0000
5753 label
5754 \begin_inset space ~
5755 \end_inset
5756
5757 width LyX uses the width of the label, or the default width, whatever is
5758  larger.
5759  If the label width is larger, the label 
5760 \begin_inset Quotes eld
5761 \end_inset
5762
5763 extends
5764 \begin_inset Quotes erd
5765 \end_inset
5766
5767  into the first line.
5768  In other words, the text of the first line isn't aligned with the left
5769  margin of the rest of the item text.
5770 \end_layout
5771
5772 \begin_layout Labeling
5773 \labelwidthstring 00.00.0000
5774 default
5775 \begin_inset space ~
5776 \end_inset
5777
5778 width You can set the default label width to ensure that the text of all
5779  items in a 
5780 \family sans
5781 List
5782 \family default
5783  environment have the same left margin.
5784 \begin_inset Newline newline
5785 \end_inset
5786
5787 To change the default width, select all items in the list.
5788  Now open the 
5789 \family sans
5790 Edit\SpecialChar \menuseparator
5791 Paragraph
5792 \begin_inset space ~
5793 \end_inset
5794
5795 Settings
5796 \family default
5797  dialog.
5798  The text in the box 
5799 \family sans
5800 Longest
5801 \begin_inset space ~
5802 \end_inset
5803
5804 label
5805 \family default
5806  determines the default label width.
5807  You can use the text of your largest label here, but you can also use the
5808  letter 
5809 \begin_inset Quotes eld
5810 \end_inset
5811
5812 M
5813 \begin_inset Quotes erd
5814 \end_inset
5815
5816  multiple times instead.
5817  The M is the widest character and is a standard unit of widths in LaTeX.
5818  By using 
5819 \begin_inset Quotes eld
5820 \end_inset
5821
5822 M
5823 \begin_inset Quotes erd
5824 \end_inset
5825
5826  as the unit of width you don't need to keep changing the contents of 
5827 \family sans
5828 Longest
5829 \begin_inset space ~
5830 \end_inset
5831
5832 label
5833 \family default
5834  every time you alter a label in a 
5835 \family sans
5836 List
5837 \family default
5838  environment.
5839 \begin_inset Newline newline
5840 \end_inset
5841
5842 The predefined default width is the length of 
5843 \begin_inset Quotes eld
5844 \end_inset
5845
5846 00.00.0000
5847 \begin_inset Quotes erd
5848 \end_inset
5849
5850  (equal to 6 M).
5851  
5852 \begin_inset Newline newline
5853 \end_inset
5854
5855
5856 \begin_inset Note Greyedout
5857 status open
5858
5859 \begin_layout Plain Layout
5860
5861 \series bold
5862 Note:
5863 \series default
5864  Setting the cursor into a list item to change only its label width will
5865  only change the width inside LyX but not in the output.
5866 \end_layout
5867
5868 \end_inset
5869
5870
5871 \end_layout
5872
5873 \begin_layout Standard
5874 You should use the 
5875 \family sans
5876 List
5877 \family default
5878  environment the same way like the 
5879 \family sans
5880 Description
5881 \family default
5882  list: When you need one word to stand out from the text that describes
5883  it.
5884  The 
5885 \family sans
5886 List
5887 \family default
5888  environment gives you another way to do this, using a different overall
5889  layout.
5890 \end_layout
5891
5892 \begin_layout Standard
5893 You can nest 
5894 \family sans
5895 List
5896 \family default
5897  environments inside one another, nest them in other types of lists, and
5898  so on.
5899  They work just like the other list paragraph environments.
5900  Read section
5901 \begin_inset space ~
5902 \end_inset
5903
5904
5905 \begin_inset CommandInset ref
5906 LatexCommand ref
5907 reference "sec:Nesting"
5908
5909 \end_inset
5910
5911  to learn about nesting.
5912 \end_layout
5913
5914 \begin_layout Standard
5915 There is yet another feature of the 
5916 \family sans
5917 List
5918 \family default
5919  environment: As you can see in the examples, LyX left-justifies the item
5920  labels by default.
5921  You can use additional 
5922 \family sans
5923 HFills
5924 \family default
5925  to change how LyX justifies the item label.
5926  
5927 \family sans
5928 Hfills
5929 \family default
5930  are documented in section
5931 \begin_inset space ~
5932 \end_inset
5933
5934
5935 \begin_inset CommandInset ref
5936 LatexCommand ref
5937 reference "sub:Horizontal-Space"
5938
5939 \end_inset
5940
5941 .
5942  Here are some examples:
5943 \begin_inset Newpage pagebreak
5944 \end_inset
5945
5946
5947 \end_layout
5948
5949 \begin_layout Labeling
5950 \labelwidthstring 00.00.0000
5951 Left The default for 
5952 \family sans
5953 List
5954 \family default
5955  item labels.
5956 \end_layout
5957
5958 \begin_layout Labeling
5959 \labelwidthstring 00.00.0000
5960 \begin_inset space \hfill{}
5961 \end_inset
5962
5963 Right One 
5964 \family sans
5965 HFill
5966 \family default
5967  at the beginning of the label right justifies it.
5968 \end_layout
5969
5970 \begin_layout Labeling
5971 \labelwidthstring 00.00.0000
5972 \begin_inset space \hfill{}
5973 \end_inset
5974
5975 Center
5976 \begin_inset space \hfill{}
5977 \end_inset
5978
5979  One 
5980 \family sans
5981 HFill
5982 \family default
5983  at the beginning of the label and one at the end centers it.
5984 \end_layout
5985
5986 \begin_layout Subsection
5987 Letters
5988 \begin_inset Index idx
5989 status collapsed
5990
5991 \begin_layout Plain Layout
5992 Letters
5993 \end_layout
5994
5995 \end_inset
5996
5997
5998 \end_layout
5999
6000 \begin_layout Subsubsection
6001
6002 \family sans
6003 Address
6004 \family default
6005  and 
6006 \family sans
6007 Right
6008 \begin_inset space ~
6009 \end_inset
6010
6011 Address
6012 \family default
6013 : An Overview
6014 \end_layout
6015
6016 \begin_layout Standard
6017 Although LyX has document classes for letters, we've also created two paragraph
6018  environments called 
6019 \family sans
6020 Address
6021 \family default
6022  and 
6023 \family sans
6024 Right
6025 \begin_inset space ~
6026 \end_inset
6027
6028 Address
6029 \family default
6030 .
6031  To use the letter class, you need to use specific paragraph environments
6032  in a specific order, otherwise LaTeX gags on the document.
6033  In contrast, you can use the 
6034 \family sans
6035 Address
6036 \family default
6037  and 
6038 \family sans
6039 Right
6040 \begin_inset space ~
6041 \end_inset
6042
6043 Address
6044 \family default
6045  paragraph environments anywhere with no problem.
6046  You can even nest them inside other environments, though you can't nest
6047  anything in them.
6048 \end_layout
6049
6050 \begin_layout Standard
6051 Of course, you're not limited to using 
6052 \family sans
6053 Address
6054 \family default
6055  and 
6056 \family sans
6057 Right
6058 \begin_inset space ~
6059 \end_inset
6060
6061 Address
6062 \family default
6063  for letters only.
6064  
6065 \family sans
6066 Right
6067 \begin_inset space ~
6068 \end_inset
6069
6070 Address
6071 \family default
6072 , in particular, is useful for creating article titles like those used in
6073  some European academic papers.
6074 \end_layout
6075
6076 \begin_layout Subsubsection
6077 Usage
6078 \begin_inset CommandInset label
6079 LatexCommand label
6080 name "sec:Address-Usage"
6081
6082 \end_inset
6083
6084
6085 \end_layout
6086
6087 \begin_layout Standard
6088 The 
6089 \family sans
6090 Address
6091 \family default
6092  environment formats text in the style of an address, which is also used
6093  for the opening and signature in some countries.
6094  Similarly, the 
6095 \family sans
6096 Right
6097 \begin_inset space ~
6098 \end_inset
6099
6100 Address
6101 \family default
6102  environment formats text in the style of a right-justified address, which
6103  is used for the sender's address and today's date in some countries.
6104  Here's an example of each:
6105 \end_layout
6106
6107 \begin_layout Right Address
6108 Right Address
6109 \begin_inset Newline newline
6110 \end_inset
6111
6112 Who I am
6113 \begin_inset Newline newline
6114 \end_inset
6115
6116 Where I am
6117 \begin_inset Newline newline
6118 \end_inset
6119
6120 When is it? What is today?
6121 \end_layout
6122
6123 \begin_layout Standard
6124 That was 
6125 \family sans
6126 Right
6127 \begin_inset space ~
6128 \end_inset
6129
6130 Address
6131 \family default
6132 .
6133  Notice that the lines all have the same left margin, which LyX sets to
6134  fit the largest block of text on a single line.
6135  Here's an example of the 
6136 \family sans
6137 Address
6138 \family default
6139  environment:
6140 \end_layout
6141
6142 \begin_layout Address
6143 Who are you
6144 \begin_inset Newline newline
6145 \end_inset
6146
6147 Where do I send this
6148 \begin_inset Newline newline
6149 \end_inset
6150
6151 Your post office and country
6152 \end_layout
6153
6154 \begin_layout Standard
6155 As you can see, both 
6156 \family sans
6157 Address
6158 \family default
6159  and 
6160 \family sans
6161 Right
6162 \begin_inset space ~
6163 \end_inset
6164
6165 Address
6166 \family default
6167  add extra space between themselves and the next paragraph.
6168  If you hit 
6169 \family sans
6170 Return
6171 \family default
6172  in either of these environments, LyX resets the nesting depth and sets
6173  the environment to 
6174 \family sans
6175 Standard
6176 \family default
6177 .
6178  This makes sense, since 
6179 \family sans
6180 Return
6181 \family default
6182  is the 
6183 \family typewriter
6184 break-paragraph
6185 \family default
6186  function, and the individual lines of an address are not paragraphs.
6187  Thus, you have to use 
6188 \family typewriter
6189 break-line
6190 \family default
6191  (
6192 \begin_inset Info
6193 type  "shortcut"
6194 arg   "newline-insert newline"
6195 \end_inset
6196
6197  or 
6198 \family sans
6199 Formatting
6200 \begin_inset space ~
6201 \end_inset
6202
6203 Character\SpecialChar \menuseparator
6204 Line
6205 \begin_inset space ~
6206 \end_inset
6207
6208 Break
6209 \family default
6210  from the 
6211 \family sans
6212 Insert
6213 \family default
6214  menu) to start a new line in an 
6215 \family sans
6216 Address
6217 \family default
6218  or 
6219 \family sans
6220 Right
6221 \begin_inset space ~
6222 \end_inset
6223
6224 Address
6225 \family default
6226  environment.
6227 \end_layout
6228
6229 \begin_layout Subsection
6230 Academic Writing
6231 \end_layout
6232
6233 \begin_layout Standard
6234 Most academic writing begins with an abstract and ends with a bibliography
6235  or list of references.
6236  LyX contains paragraph environments for both of these.
6237 \end_layout
6238
6239 \begin_layout Subsubsection
6240
6241 \family sans
6242 Abstract
6243 \begin_inset Index idx
6244 status collapsed
6245
6246 \begin_layout Plain Layout
6247 Abstracts
6248 \end_layout
6249
6250 \end_inset
6251
6252
6253 \end_layout
6254
6255 \begin_layout Standard
6256 The 
6257 \family sans
6258 Abstract
6259 \family default
6260  environment is used for the abstract of an article.
6261  Technically, you could use this environment anywhere, but you really should
6262  only use it at the beginning of the document, after the title.
6263  Also, don't bother trying to nest 
6264 \family sans
6265 Abstract
6266 \family default
6267  in anything else or vice versa.
6268  It won't work.
6269  The 
6270 \family sans
6271 Abstract
6272 \family default
6273  environment is only useful in the article and report document classes.
6274  The book document classes ignores the 
6275 \family sans
6276 Abstract
6277 \family default
6278  completely, and it's utterly silly to use 
6279 \family sans
6280 Abstract
6281 \family default
6282  in a letter document class.
6283 \end_layout
6284
6285 \begin_layout Standard
6286 The 
6287 \family sans
6288 Abstract
6289 \family default
6290  environment does several things for you.
6291  First, it puts the centered label 
6292 \begin_inset Quotes eld
6293 \end_inset
6294
6295 Abstract
6296 \begin_inset Quotes erd
6297 \end_inset
6298
6299  above the text.
6300  The label and the text of the abstract are separated by some extra vertical
6301  space.
6302  Second, it typesets everything in a smaller font, just as you'd expect.
6303  Lastly, it adds a bit of extra vertical space between the abstract and
6304  the subsequent text.
6305  Well, that's how it will appear on the LyX screen.
6306  The appearance in the output depends on the used article or report class.
6307 \end_layout
6308
6309 \begin_layout Standard
6310 Starting a new paragraph by hitting 
6311 \family sans
6312 Return
6313 \family default
6314  does not reset the paragraph environment.
6315  The new paragraph will still be in the 
6316 \family sans
6317 Abstract
6318 \family default
6319  environment.
6320  So, you will have to change the paragraph environment yourself when you
6321  finish entering the abstract of your document.
6322 \end_layout
6323
6324 \begin_layout Standard
6325 \begin_inset Float figure
6326 wide false
6327 sideways false
6328 status open
6329
6330 \begin_layout Plain Layout
6331 \align center
6332 \begin_inset Graphics
6333         filename clipart/Abstract.pdf
6334
6335 \end_inset
6336
6337
6338 \end_layout
6339
6340 \begin_layout Plain Layout
6341 \begin_inset Caption
6342
6343 \begin_layout Plain Layout
6344 \begin_inset CommandInset label
6345 LatexCommand label
6346 name "cap:Paragraph-in-the"
6347
6348 \end_inset
6349
6350 Paragraph in the 
6351 \family sans
6352 Abstract
6353 \family default
6354  environment
6355 \end_layout
6356
6357 \end_inset
6358
6359
6360 \end_layout
6361
6362 \end_inset
6363
6364
6365 \end_layout
6366
6367 \begin_layout Standard
6368 We'd love to give you directly an example of the 
6369 \family sans
6370 Abstract
6371 \family default
6372  environment, but since this document is in the 
6373 \begin_inset Quotes eld
6374 \end_inset
6375
6376 book
6377 \begin_inset Quotes erd
6378 \end_inset
6379
6380  class, we can't do this.
6381  We inserted it therefore as figure
6382 \begin_inset space ~
6383 \end_inset
6384
6385
6386 \begin_inset CommandInset ref
6387 LatexCommand ref
6388 reference "cap:Paragraph-in-the"
6389
6390 \end_inset
6391
6392 .
6393  If you've never heard of an 
6394 \begin_inset Quotes eld
6395 \end_inset
6396
6397 abstract
6398 \begin_inset Quotes erd
6399 \end_inset
6400
6401  before, you can safely ignore this environment.
6402 \end_layout
6403
6404 \begin_layout Subsubsection
6405
6406 \family sans
6407 Bibliography
6408 \family default
6409
6410 \begin_inset Index idx
6411 status collapsed
6412
6413 \begin_layout Plain Layout
6414 Bibliography
6415 \end_layout
6416
6417 \end_inset
6418
6419
6420 \begin_inset CommandInset label
6421 LatexCommand label
6422 name "sub:Biblio_environment"
6423
6424 \end_inset
6425
6426
6427 \end_layout
6428
6429 \begin_layout Standard
6430 The 
6431 \family sans
6432 Bibliography
6433 \family default
6434  environment is used to list references.
6435  Technically, you could use this environment anywhere, but you really should
6436  only use it at the end of the document.
6437  Nesting 
6438 \family sans
6439 Bibliography
6440 \family default
6441  in anything else or vice versa won't work.
6442 \end_layout
6443
6444 \begin_layout Standard
6445 When you first open a 
6446 \family sans
6447 Bibliography
6448 \family default
6449  environment, LyX adds a large vertical space, followed by the heading 
6450 \begin_inset Quotes eld
6451 \end_inset
6452
6453 Bibliography
6454 \begin_inset Quotes erd
6455 \end_inset
6456
6457  or 
6458 \begin_inset Quotes eld
6459 \end_inset
6460
6461 References,
6462 \begin_inset Quotes erd
6463 \end_inset
6464
6465  depending on the document class.
6466  The heading is in a large boldface font.
6467  Each paragraph of the 
6468 \family sans
6469 Bibliography
6470 \family default
6471  environment is a bibliography entry.
6472  Thus, hitting 
6473 \family sans
6474 Return
6475 \family default
6476  does not reset the paragraph environment.
6477  Each new paragraph is still in the 
6478 \family sans
6479 Bibliography
6480 \family default
6481  environment.
6482 \end_layout
6483
6484 \begin_layout Standard
6485 There is another, usually better way to include references in your document
6486  by using a BibTeX database.
6487  For more information on that, and for a a detailed description of LyX's
6488  bibliography handling, have a look at in section
6489 \begin_inset space ~
6490 \end_inset
6491
6492
6493 \begin_inset CommandInset ref
6494 LatexCommand ref
6495 reference "sec:Bibliography"
6496
6497 \end_inset
6498
6499 .
6500 \end_layout
6501
6502 \begin_layout Subsection
6503 LyX
6504 \family sans
6505 -Code
6506 \begin_inset Index idx
6507 status collapsed
6508
6509 \begin_layout Plain Layout
6510 Paragraph ! LyX code
6511 \end_layout
6512
6513 \end_inset
6514
6515
6516 \begin_inset CommandInset label
6517 LatexCommand label
6518 name "sub:LyX-Code"
6519
6520 \end_inset
6521
6522
6523 \end_layout
6524
6525 \begin_layout Standard
6526 The 
6527 \family sans
6528 LyX-Code
6529 \family default
6530  environment is another LyX extension.
6531  It type-sets text in a typewriter-style font.
6532  It also treats the 
6533 \family sans
6534 Space
6535 \family default
6536  key as a fixed whitespace;
6537 \begin_inset Foot
6538 status collapsed
6539
6540 \begin_layout Plain Layout
6541 In the 
6542 \family sans
6543 LyX-Code
6544 \family default
6545  environment, the 
6546 \family sans
6547 Space
6548 \family default
6549  key is treated as a 
6550 \family sans
6551 Protected
6552 \begin_inset space ~
6553 \end_inset
6554
6555 Blank
6556 \family default
6557  instead of an end-of-word marker.
6558 \end_layout
6559
6560 \end_inset
6561
6562  this is the only case in which you can type multiple whitespaces in LyX.
6563  If you need to insert blank lines, you'll still need to use 
6564 \begin_inset Info
6565 type  "shortcut"
6566 arg   "newline-insert newline"
6567 \end_inset
6568
6569  (the 
6570 \family typewriter
6571 break-line
6572 \family default
6573  function).
6574  
6575 \family sans
6576 Return
6577 \family default
6578  breaks paragraphs.
6579  Note, however, that 
6580 \family sans
6581 Return
6582 \family default
6583  does not reset the paragraph environment.
6584  So, when you finish using the 
6585 \family sans
6586 LyX-Code
6587 \family default
6588  environment, you'll need to change the paragraph environment yourself.
6589  Also, you can nest the 
6590 \family sans
6591 LyX-Code
6592 \family default
6593  environment inside of others.
6594 \end_layout
6595
6596 \begin_layout Standard
6597 There are a few quirks with this environment:
6598 \end_layout
6599
6600 \begin_layout Itemize
6601 You can't use 
6602 \begin_inset Info
6603 type  "shortcut"
6604 arg   "newline-insert newline"
6605 \end_inset
6606
6607  at the beginning of a new paragraph (i.
6608 \begin_inset space \thinspace{}
6609 \end_inset
6610
6611 g.
6612 \begin_inset space \space{}
6613 \end_inset
6614
6615 you can't follow 
6616 \family sans
6617 Return
6618 \family default
6619  with a 
6620 \begin_inset Info
6621 type  "shortcut"
6622 arg   "newline-insert newline"
6623 \end_inset
6624
6625 ).
6626 \end_layout
6627
6628 \begin_layout Itemize
6629 You can't follow a 
6630 \begin_inset Info
6631 type  "shortcut"
6632 arg   "newline-insert newline"
6633 \end_inset
6634
6635  with a 
6636 \family sans
6637 Space
6638 \family default
6639 .
6640 \end_layout
6641
6642 \begin_deeper
6643 \begin_layout Itemize
6644 Use a 
6645 \family sans
6646 Return
6647 \family default
6648  to begin a new paragraph, then you can use a 
6649 \family sans
6650 Space
6651 \family default
6652 .
6653 \end_layout
6654
6655 \begin_layout Itemize
6656 Or: use 
6657 \begin_inset Info
6658 type  "shortcut"
6659 arg   "space-insert protected"
6660 \end_inset
6661
6662  instead.
6663 \end_layout
6664
6665 \end_deeper
6666 \begin_layout Itemize
6667 You can't have an empty paragraph or an empty line.
6668  You must put at least one 
6669 \family sans
6670 Space
6671 \family default
6672  in any line you want blank.
6673  Otherwise, LaTeX generates errors.
6674 \end_layout
6675
6676 \begin_layout Itemize
6677 You cannot get the typewriter double quotes by typing 
6678 \family sans
6679 "
6680 \family default
6681  since that will insert 
6682 \emph on
6683 real
6684 \emph default
6685  quotes.
6686  You get the typewriter double quotes with 
6687 \begin_inset Info
6688 type  "shortcut"
6689 arg   "self-insert \""
6690 \end_inset
6691
6692 .
6693 \end_layout
6694
6695 \begin_layout Standard
6696 Here's an example:
6697 \end_layout
6698
6699 \begin_layout LyX-Code
6700 #include <stdio.h>
6701 \end_layout
6702
6703 \begin_layout LyX-Code
6704  
6705 \end_layout
6706
6707 \begin_layout LyX-Code
6708 int main(void)
6709 \end_layout
6710
6711 \begin_layout LyX-Code
6712 {
6713 \end_layout
6714
6715 \begin_layout LyX-Code
6716     printf("Hello World!
6717 \backslash
6718 n");
6719 \end_layout
6720
6721 \begin_layout LyX-Code
6722     return 0;
6723 \end_layout
6724
6725 \begin_layout LyX-Code
6726 }
6727 \end_layout
6728
6729 \begin_layout Standard
6730 This is just the standard 
6731 \begin_inset Quotes eld
6732 \end_inset
6733
6734 Hello world!
6735 \begin_inset Quotes erd
6736 \end_inset
6737
6738  program.
6739  
6740 \end_layout
6741
6742 \begin_layout Standard
6743
6744 \family sans
6745 LyX-Code
6746 \family default
6747  has one purpose: to typeset code, such as program source, shell scripts,
6748  rc-files, and so on.
6749  Use it only in those very special cases where you need to generate text
6750  as if you used a typewriter.
6751 \begin_inset Index idx
6752 status collapsed
6753
6754 \begin_layout Plain Layout
6755 Paragraph environments|)
6756 \end_layout
6757
6758 \end_inset
6759
6760
6761 \end_layout
6762
6763 \begin_layout Section
6764 Nesting Environments
6765 \begin_inset Index idx
6766 status collapsed
6767
6768 \begin_layout Plain Layout
6769 Nesting ! Environments
6770 \end_layout
6771
6772 \end_inset
6773
6774
6775 \begin_inset CommandInset label
6776 LatexCommand label
6777 name "sec:Nesting"
6778
6779 \end_inset
6780
6781
6782 \end_layout
6783
6784 \begin_layout Subsection
6785 Introduction
6786 \end_layout
6787
6788 \begin_layout Standard
6789 LyX treats text as a unified block with a particular context and specific
6790  properties.
6791  This allows you to create blocks that inherit some of the properties of
6792  another block.
6793  For example you have three main points in an outline, but point #2 also
6794  has two subpoints.
6795  In other words, you have a list inside of another list, with the inner
6796  list 
6797 \begin_inset Quotes eld
6798 \end_inset
6799
6800 attached
6801 \begin_inset Quotes erd
6802 \end_inset
6803
6804  to item #2:
6805 \end_layout
6806
6807 \begin_layout Enumerate
6808 one
6809 \end_layout
6810
6811 \begin_layout Enumerate
6812 two
6813 \end_layout
6814
6815 \begin_deeper
6816 \begin_layout Enumerate
6817 sublist - item #1
6818 \end_layout
6819
6820 \begin_layout Enumerate
6821 sublist - item #2
6822 \end_layout
6823
6824 \end_deeper
6825 \begin_layout Enumerate
6826 three
6827 \end_layout
6828
6829 \begin_layout Standard
6830 You put a list inside a list by nesting one list inside the other.
6831  Nesting an environment is quite simple: Select 
6832 \family sans
6833 Increase
6834 \begin_inset space ~
6835 \end_inset
6836
6837 List
6838 \begin_inset space ~
6839 \end_inset
6840
6841 Depth
6842 \family default
6843  or 
6844 \family sans
6845 Decrease
6846 \begin_inset space ~
6847 \end_inset
6848
6849 List
6850 \begin_inset space ~
6851 \end_inset
6852
6853 Depth
6854 \family default
6855  from the 
6856 \family sans
6857 Edit
6858 \family default
6859  menu to change the nesting depth of the current paragraph (the status bar
6860  will tell you how far you are nested).
6861  Instead of the menu, you can also use the toolbar buttons 
6862 \begin_inset Graphics
6863         filename ../images/depth-increment.png
6864
6865 \end_inset
6866
6867  and 
6868 \begin_inset Graphics
6869         filename ../images/depth-decrement.png
6870
6871 \end_inset
6872
6873  or the convenient key bindings 
6874 \family sans
6875 Tab
6876 \family default
6877  and 
6878 \family sans
6879 Shift-Tab
6880 \family default
6881  or 
6882 \begin_inset Info
6883 type  "shortcut"
6884 arg   "depth-increment"
6885 \end_inset
6886
6887  and 
6888 \begin_inset Info
6889 type  "shortcut"
6890 arg   "depth-decrement"
6891 \end_inset
6892
6893  to change the nesting level.
6894  The change will work on the current selection if you have made one (allowing
6895  you to change the nesting of several paragraphs at once), or the current
6896  paragraph.
6897 \end_layout
6898
6899 \begin_layout Standard
6900 Note that LyX only changes the nesting depth if it can.
6901  If it's invalid to do so, nothing happens if you try to change the depth.
6902  Additionally, if you change the depth of one paragraph, it affects the
6903  depth of every paragraph nested inside of it.
6904 \end_layout
6905
6906 \begin_layout Standard
6907 Nesting isn't limited to lists.
6908  In LyX, you can nest just about anything inside anything else, as you're
6909  about to find out.
6910  This is the real power of nesting paragraph environments.
6911 \end_layout
6912
6913 \begin_layout Subsection
6914 What You Can and Can't Nest
6915 \end_layout
6916
6917 \begin_layout Standard
6918 Before we fire a list of paragraph environments at you, we need to tell
6919  you a little bit more about how nesting works.
6920 \end_layout
6921
6922 \begin_layout Standard
6923 The question if nesting a paragraph environment is possible, is a bit more
6924  complicated than a simple yes or no.
6925  There are three types of paragraph environments:
6926 \end_layout
6927
6928 \begin_layout Itemize
6929 Completely unnestable
6930 \end_layout
6931
6932 \begin_layout Itemize
6933 Fully nestable, you can nest them inside things and you can also nest other
6934  things inside them.
6935 \end_layout
6936
6937 \begin_layout Itemize
6938 A third type, you can nest them into other environments, but you can't nest
6939  anything into them.
6940 \end_layout
6941
6942 \begin_layout Standard
6943 Here's a list of the three types of nesting behavior, and which paragraph
6944  environments have them:
6945 \end_layout
6946
6947 \begin_layout Description
6948 Unnestable Can't nest them.
6949  Can't nest into them.
6950 \end_layout
6951
6952 \begin_deeper
6953 \begin_layout Itemize
6954
6955 \family sans
6956 Bibliography
6957 \end_layout
6958
6959 \begin_layout Itemize
6960
6961 \family sans
6962 Abstract
6963 \end_layout
6964
6965 \begin_layout Itemize
6966
6967 \family sans
6968 Title
6969 \end_layout
6970
6971 \begin_layout Itemize
6972
6973 \family sans
6974 Author
6975 \end_layout
6976
6977 \begin_layout Itemize
6978
6979 \family sans
6980 Date
6981 \end_layout
6982
6983 \end_deeper
6984 \begin_layout Description
6985 Fully
6986 \begin_inset space ~
6987 \end_inset
6988
6989 Nestable You can nest them.
6990  You can nest other things into them.
6991 \end_layout
6992
6993 \begin_deeper
6994 \begin_layout Itemize
6995
6996 \family sans
6997 Verse
6998 \end_layout
6999
7000 \begin_layout Itemize
7001
7002 \family sans
7003 Quote
7004 \end_layout
7005
7006 \begin_layout Itemize
7007
7008 \family sans
7009 Quotation
7010 \end_layout
7011
7012 \begin_layout Itemize
7013
7014 \family sans
7015 Itemize
7016 \end_layout
7017
7018 \begin_layout Itemize
7019
7020 \family sans
7021 Enumerate
7022 \end_layout
7023
7024 \begin_layout Itemize
7025
7026 \family sans
7027 Description
7028 \end_layout
7029
7030 \begin_layout Itemize
7031
7032 \family sans
7033 List
7034 \end_layout
7035
7036 \begin_layout Itemize
7037
7038 \family sans
7039 LyX-Code
7040 \end_layout
7041
7042 \end_deeper
7043 \begin_layout Description
7044 Nestable-Inside You can nest them inside other things.
7045  You can't nest anything into them.
7046 \end_layout
7047
7048 \begin_deeper
7049 \begin_layout Itemize
7050
7051 \family sans
7052 Standard
7053 \end_layout
7054
7055 \begin_layout Itemize
7056
7057 \family sans
7058 Part
7059 \end_layout
7060
7061 \begin_layout Itemize
7062
7063 \family sans
7064 Chapter
7065 \end_layout
7066
7067 \begin_layout Itemize
7068
7069 \family sans
7070 Section
7071 \end_layout
7072
7073 \begin_layout Itemize
7074
7075 \family sans
7076 Subsection
7077 \end_layout
7078
7079 \begin_layout Itemize
7080
7081 \family sans
7082 Subsubsection
7083 \end_layout
7084
7085 \begin_layout Itemize
7086
7087 \family sans
7088 Paragraph
7089 \end_layout
7090
7091 \begin_layout Itemize
7092
7093 \family sans
7094 Subparagraph
7095 \end_layout
7096
7097 \begin_layout Itemize
7098
7099 \family sans
7100 Part*
7101 \end_layout
7102
7103 \begin_layout Itemize
7104
7105 \family sans
7106 Chapter*
7107 \end_layout
7108
7109 \begin_layout Itemize
7110
7111 \family sans
7112 Section*
7113 \end_layout
7114
7115 \begin_layout Itemize
7116
7117 \family sans
7118 Subsection*
7119 \end_layout
7120
7121 \begin_layout Itemize
7122
7123 \family sans
7124 Subsubsection*
7125 \end_layout
7126
7127 \begin_layout Itemize
7128
7129 \family sans
7130 Right
7131 \begin_inset space ~
7132 \end_inset
7133
7134 Address
7135 \end_layout
7136
7137 \begin_layout Itemize
7138
7139 \family sans
7140 Address
7141 \end_layout
7142
7143 \end_deeper
7144 \begin_layout Standard
7145 \begin_inset Note Greyedout
7146 status open
7147
7148 \begin_layout Plain Layout
7149
7150 \series bold
7151 Note:
7152 \series default
7153  Although it is possible to nest numbered section headings like 
7154 \family sans
7155 Chapter
7156 \family default
7157
7158 \family sans
7159 Section
7160 \family default
7161 , etc.
7162 \begin_inset space ~
7163 \end_inset
7164
7165 to e.
7166 \begin_inset space \thinspace{}
7167 \end_inset
7168
7169 g.
7170 \begin_inset space \space{}
7171 \end_inset
7172
7173 lists, it is highly recommended not to do this because the aim is to create
7174  well structured documents following typesetting guidelines whereas nested
7175  section headings violate this.
7176 \end_layout
7177
7178 \end_inset
7179
7180
7181 \end_layout
7182
7183 \begin_layout Subsection
7184 Nesting Other Things: Tables, Math, Floats, etc.
7185 \begin_inset Index idx
7186 status collapsed
7187
7188 \begin_layout Plain Layout
7189 Nesting ! Tables etc.
7190 \end_layout
7191
7192 \end_inset
7193
7194
7195 \end_layout
7196
7197 \begin_layout Standard
7198 There are several things that aren't paragraph environments, but which are
7199  affected by nesting anyhow.
7200  They are:
7201 \end_layout
7202
7203 \begin_layout Itemize
7204 equations
7205 \end_layout
7206
7207 \begin_layout Itemize
7208 tables
7209 \end_layout
7210
7211 \begin_layout Itemize
7212 figures
7213 \end_layout
7214
7215 \begin_layout Standard
7216 (
7217 \begin_inset Note Greyedout
7218 status open
7219
7220 \begin_layout Plain Layout
7221
7222 \series bold
7223 Note:
7224 \series default
7225  Figures and tables in 
7226 \family sans
7227 Floats
7228 \family default
7229  are not affected by this.
7230 \end_layout
7231
7232 \end_inset
7233
7234  Have a look at section
7235 \begin_inset space ~
7236 \end_inset
7237
7238
7239 \begin_inset CommandInset ref
7240 LatexCommand ref
7241 reference "sec:Floats"
7242
7243 \end_inset
7244
7245  for more information about 
7246 \family sans
7247 Floats
7248 \family default
7249 .)
7250 \end_layout
7251
7252 \begin_layout Standard
7253 LyX can treat these three objects as either a word or as a paragraph.
7254  If a figure, table, or an equation is inline, it goes wherever the paragraph
7255  it is in goes.
7256 \end_layout
7257
7258 \begin_layout Standard
7259 On the other hand, if you have an equation, figure or table in a 
7260 \begin_inset Quotes eld
7261 \end_inset
7262
7263 paragraph
7264 \begin_inset Quotes erd
7265 \end_inset
7266
7267  of its own, it behaves just like a 
7268 \begin_inset Quotes eld
7269 \end_inset
7270
7271 nestable-inside
7272 \begin_inset Quotes erd
7273 \end_inset
7274
7275  paragraph environment.
7276  You can nest it into any environment, but you obviously can't nest anything
7277  into it.
7278 \end_layout
7279
7280 \begin_layout Standard
7281 Here's an example with a table:
7282 \end_layout
7283
7284 \begin_layout Enumerate
7285 Item One
7286 \end_layout
7287
7288 \begin_deeper
7289 \begin_layout Enumerate
7290 This is (a) and it's nested.
7291 \end_layout
7292
7293 \begin_deeper
7294 \begin_layout Standard
7295 \begin_inset VSpace 0.3cm
7296 \end_inset
7297
7298
7299 \end_layout
7300
7301 \begin_layout Standard
7302 \align center
7303 \begin_inset Tabular
7304 <lyxtabular version="3" rows="2" columns="2">
7305 <features tabularvalignment="middle">
7306 <column alignment="center" valignment="top" width="0pt">
7307 <column alignment="center" valignment="top" width="0pt">
7308 <row>
7309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7310 \begin_inset Text
7311
7312 \begin_layout Plain Layout
7313
7314 \family roman
7315 \series medium
7316 \shape up
7317 \size normal
7318 \emph off
7319 \bar no
7320 \noun off
7321 \color none
7322 a
7323 \end_layout
7324
7325 \end_inset
7326 </cell>
7327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7328 \begin_inset Text
7329
7330 \begin_layout Plain Layout
7331
7332 \family roman
7333 \series medium
7334 \shape up
7335 \size normal
7336 \emph off
7337 \bar no
7338 \noun off
7339 \color none
7340 b
7341 \end_layout
7342
7343 \end_inset
7344 </cell>
7345 </row>
7346 <row>
7347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7348 \begin_inset Text
7349
7350 \begin_layout Plain Layout
7351
7352 \family roman
7353 \series medium
7354 \shape up
7355 \size normal
7356 \emph off
7357 \bar no
7358 \noun off
7359 \color none
7360 c
7361 \end_layout
7362
7363 \end_inset
7364 </cell>
7365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7366 \begin_inset Text
7367
7368 \begin_layout Plain Layout
7369
7370 \family roman
7371 \series medium
7372 \shape up
7373 \size normal
7374 \emph off
7375 \bar no
7376 \noun off
7377 \color none
7378 d
7379 \end_layout
7380
7381 \end_inset
7382 </cell>
7383 </row>
7384 </lyxtabular>
7385
7386 \end_inset
7387
7388
7389 \end_layout
7390
7391 \begin_layout Standard
7392 \begin_inset VSpace 0.3cm
7393 \end_inset
7394
7395
7396 \end_layout
7397
7398 \end_deeper
7399 \begin_layout Enumerate
7400 This is (b).
7401  The table is actually nested inside (a).
7402 \end_layout
7403
7404 \end_deeper
7405 \begin_layout Enumerate
7406 Back out again.
7407 \end_layout
7408
7409 \begin_layout Standard
7410 If we hadn't nested the table at all, the list would look like this:
7411 \end_layout
7412
7413 \begin_layout Enumerate
7414 Item One
7415 \end_layout
7416
7417 \begin_deeper
7418 \begin_layout Enumerate
7419 This is (a) and it's nested.
7420 \end_layout
7421
7422 \end_deeper
7423 \begin_layout Standard
7424 \begin_inset VSpace 0.3cm
7425 \end_inset
7426
7427
7428 \end_layout
7429
7430 \begin_layout Standard
7431 \align center
7432 \begin_inset Tabular
7433 <lyxtabular version="3" rows="2" columns="2">
7434 <features tabularvalignment="middle">
7435 <column alignment="center" valignment="top" width="0pt">
7436 <column alignment="center" valignment="top" width="0pt">
7437 <row>
7438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7439 \begin_inset Text
7440
7441 \begin_layout Plain Layout
7442
7443 \family roman
7444 \series medium
7445 \shape up
7446 \size normal
7447 \emph off
7448 \bar no
7449 \noun off
7450 \color none
7451 a
7452 \end_layout
7453
7454 \end_inset
7455 </cell>
7456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7457 \begin_inset Text
7458
7459 \begin_layout Plain Layout
7460
7461 \family roman
7462 \series medium
7463 \shape up
7464 \size normal
7465 \emph off
7466 \bar no
7467 \noun off
7468 \color none
7469 b
7470 \end_layout
7471
7472 \end_inset
7473 </cell>
7474 </row>
7475 <row>
7476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7477 \begin_inset Text
7478
7479 \begin_layout Plain Layout
7480
7481 \family roman
7482 \series medium
7483 \shape up
7484 \size normal
7485 \emph off
7486 \bar no
7487 \noun off
7488 \color none
7489 c
7490 \end_layout
7491
7492 \end_inset
7493 </cell>
7494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7495 \begin_inset Text
7496
7497 \begin_layout Plain Layout
7498
7499 \family roman
7500 \series medium
7501 \shape up
7502 \size normal
7503 \emph off
7504 \bar no
7505 \noun off
7506 \color none
7507 d
7508 \end_layout
7509
7510 \end_inset
7511 </cell>
7512 </row>
7513 </lyxtabular>
7514
7515 \end_inset
7516
7517
7518 \end_layout
7519
7520 \begin_layout Standard
7521 \begin_inset VSpace 0.3cm
7522 \end_inset
7523
7524
7525 \end_layout
7526
7527 \begin_layout Enumerate
7528 This is (b).
7529  The table is 
7530 \emph on
7531 not
7532 \emph default
7533  nested inside (a).
7534  In fact, it's not nested at all.
7535 \end_layout
7536
7537 \begin_layout Enumerate
7538 Back out again.
7539 \end_layout
7540
7541 \begin_layout Standard
7542 Notice how item (b) is not only no longer nested, but is also the first
7543  item of a new list!
7544 \end_layout
7545
7546 \begin_layout Standard
7547 There's another trap you can fall into: Nesting the table, but not going
7548  deep enough.
7549  LyX then turns anything after the table into a new sublist.
7550 \end_layout
7551
7552 \begin_layout Enumerate
7553 Item One
7554 \end_layout
7555
7556 \begin_deeper
7557 \begin_layout Enumerate
7558 This is (a) and it's nested.
7559 \end_layout
7560
7561 \begin_layout Standard
7562 \begin_inset VSpace 0.3cm
7563 \end_inset
7564
7565
7566 \end_layout
7567
7568 \begin_layout Standard
7569 \align center
7570 \begin_inset Tabular
7571 <lyxtabular version="3" rows="2" columns="2">
7572 <features tabularvalignment="middle">
7573 <column alignment="center" valignment="top" width="0pt">
7574 <column alignment="center" valignment="top" width="0pt">
7575 <row>
7576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7577 \begin_inset Text
7578
7579 \begin_layout Plain Layout
7580
7581 \family roman
7582 \series medium
7583 \shape up
7584 \size normal
7585 \emph off
7586 \bar no
7587 \noun off
7588 \color none
7589 a
7590 \end_layout
7591
7592 \end_inset
7593 </cell>
7594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7595 \begin_inset Text
7596
7597 \begin_layout Plain Layout
7598
7599 \family roman
7600 \series medium
7601 \shape up
7602 \size normal
7603 \emph off
7604 \bar no
7605 \noun off
7606 \color none
7607 b
7608 \end_layout
7609
7610 \end_inset
7611 </cell>
7612 </row>
7613 <row>
7614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7615 \begin_inset Text
7616
7617 \begin_layout Plain Layout
7618
7619 \family roman
7620 \series medium
7621 \shape up
7622 \size normal
7623 \emph off
7624 \bar no
7625 \noun off
7626 \color none
7627 c
7628 \end_layout
7629
7630 \end_inset
7631 </cell>
7632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7633 \begin_inset Text
7634
7635 \begin_layout Plain Layout
7636
7637 \family roman
7638 \series medium
7639 \shape up
7640 \size normal
7641 \emph off
7642 \bar no
7643 \noun off
7644 \color none
7645 d
7646 \end_layout
7647
7648 \end_inset
7649 </cell>
7650 </row>
7651 </lyxtabular>
7652
7653 \end_inset
7654
7655
7656 \end_layout
7657
7658 \begin_layout Standard
7659 \begin_inset VSpace 0.3cm
7660 \end_inset
7661
7662
7663 \end_layout
7664
7665 \begin_layout Enumerate
7666 This is (b).
7667  The table is actually nested inside Item One, but 
7668 \emph on
7669 not
7670 \emph default
7671  inside (a).
7672 \end_layout
7673
7674 \end_deeper
7675 \begin_layout Enumerate
7676 Back out again.
7677 \end_layout
7678
7679 \begin_layout Standard
7680 As you can see, item (b) turned into the first item of a new list, but a
7681  new list 
7682 \emph on
7683 inside
7684 \emph default
7685  item 1.
7686  The same thing would have happened to a figure or an equation.
7687  So, if you nest tables, figures or equations, make sure you go to the right
7688  depth!
7689 \end_layout
7690
7691 \begin_layout Subsection
7692 Usage and General Features
7693 \end_layout
7694
7695 \begin_layout Standard
7696 Speaking of levels, LyX can perform up to a six-fold nesting.
7697  In other words, 
7698 \begin_inset Quotes eld
7699 \end_inset
7700
7701 level #6
7702 \begin_inset Quotes erd
7703 \end_inset
7704
7705  is the innermost possible depth.
7706  Here's an example to illustrate what we mean:
7707 \end_layout
7708
7709 \begin_layout Enumerate
7710 level #1 - outermost
7711 \end_layout
7712
7713 \begin_deeper
7714 \begin_layout Enumerate
7715 level #2
7716 \end_layout
7717
7718 \begin_deeper
7719 \begin_layout Enumerate
7720 level #3
7721 \end_layout
7722
7723 \begin_deeper
7724 \begin_layout Enumerate
7725 level #4
7726 \end_layout
7727
7728 \begin_deeper
7729 \begin_layout Itemize
7730 level #5
7731 \end_layout
7732
7733 \begin_deeper
7734 \begin_layout Itemize
7735 level #6
7736 \end_layout
7737
7738 \end_deeper
7739 \end_deeper
7740 \end_deeper
7741 \end_deeper
7742 \end_deeper
7743 \begin_layout Standard
7744 There are two exceptions to the six-fold nesting limit, and you can see
7745  both of them in the example.
7746  Unlike the other fully-nestable environments, you can only perform a four-fold
7747  nesting with the 
7748 \family sans
7749 Enumerate
7750 \family default
7751  and 
7752 \family sans
7753 Itemize
7754 \family default
7755  environments.
7756  For example, if we tried to nest another 
7757 \family sans
7758 Enumerate
7759 \family default
7760  list inside item 
7761 \begin_inset Quotes eld
7762 \end_inset
7763
7764 A.
7765 \begin_inset Quotes erd
7766 \end_inset
7767
7768 , we would get errors.
7769 \end_layout
7770
7771 \begin_layout Subsection
7772 Some Examples
7773 \begin_inset Index idx
7774 status collapsed
7775
7776 \begin_layout Plain Layout
7777 Nesting ! Examples
7778 \end_layout
7779
7780 \end_inset
7781
7782
7783 \end_layout
7784
7785 \begin_layout Standard
7786 The best way to explain just what you can do with nesting is by illustration.
7787  We have several examples of nested environments.
7788  In them, we explain how we created the example, so that you can reproduce
7789  them.
7790 \end_layout
7791
7792 \begin_layout Subsubsection
7793 Example 1: The Six-fold Way and Mixed Nesting
7794 \end_layout
7795
7796 \begin_layout Labeling
7797 \labelwidthstring MMM
7798 #1-a This is the outermost level.
7799  It's a 
7800 \family sans
7801 List
7802 \family default
7803  environment.
7804 \end_layout
7805
7806 \begin_deeper
7807 \begin_layout Labeling
7808 \labelwidthstring MMM
7809 #2-a This is level #2.
7810  We created it by using 
7811 \begin_inset Info
7812 type  "shortcut"
7813 arg   "break-paragraph inverse"
7814 \end_inset
7815
7816  followed by 
7817 \begin_inset Info
7818 type  "shortcut"
7819 arg   "depth-increment"
7820 \end_inset
7821
7822 .
7823 \end_layout
7824
7825 \begin_deeper
7826 \begin_layout Labeling
7827 \labelwidthstring MMM
7828 #3-a This is level #3.
7829  This time, we just hit 
7830 \family sans
7831 Return
7832 \family default
7833 , then used 
7834 \begin_inset Info
7835 type  "shortcut"
7836 arg   "depth-increment"
7837 \end_inset
7838
7839  twice in a row.
7840  We could have also created it the same way as we did the previous level,
7841  by hitting 
7842 \begin_inset Info
7843 type  "shortcut"
7844 arg   "break-paragraph inverse"
7845 \end_inset
7846
7847  followed by 
7848 \begin_inset Info
7849 type  "shortcut"
7850 arg   "depth-increment"
7851 \end_inset
7852
7853 .
7854 \end_layout
7855
7856 \begin_deeper
7857 \begin_layout Standard
7858 This is actually a 
7859 \family sans
7860 Standard
7861 \family default
7862  environment, nested inside of 
7863 \begin_inset Quotes eld
7864 \end_inset
7865
7866 #3-a
7867 \begin_inset Quotes erd
7868 \end_inset
7869
7870 .
7871  So, it's at level #4.
7872  We did this by hitting 
7873 \begin_inset Info
7874 type  "shortcut"
7875 arg   "break-paragraph inverse"
7876 \end_inset
7877
7878 , then 
7879 \begin_inset Info
7880 type  "shortcut"
7881 arg   "depth-increment"
7882 \end_inset
7883
7884 , then changing the paragraph environment to 
7885 \family sans
7886 Standard
7887 \family default
7888 .
7889  Do this to create list items with more than one paragraph - it also works
7890  for the 
7891 \family sans
7892 Description
7893 \family default
7894
7895 \family sans
7896 Enumerate
7897 \family default
7898 , and 
7899 \family sans
7900 Itemize
7901 \family default
7902  environments!
7903 \end_layout
7904
7905 \begin_layout Standard
7906 Here's another 
7907 \family sans
7908 Standard
7909 \family default
7910  paragraph, also at level #4, made with just a 
7911 \begin_inset Info
7912 type  "shortcut"
7913 arg   "break-paragraph inverse"
7914 \end_inset
7915
7916 .
7917 \end_layout
7918
7919 \begin_layout Labeling
7920 \labelwidthstring MMM
7921 #4-a This is level #4.
7922  We hit 
7923 \begin_inset Info
7924 type  "shortcut"
7925 arg   "break-paragraph inverse"
7926 \end_inset
7927
7928  and changed the paragraph environment back to 
7929 \family sans
7930 List
7931 \family default
7932 .
7933  Remember - we can't nest anything inside a 
7934 \family sans
7935 Standard
7936 \family default
7937  environment, which is why we're still at level #4.
7938  However, we 
7939 \emph on
7940 can
7941 \emph default
7942  keep nesting things inside 
7943 \begin_inset Quotes eld
7944 \end_inset
7945
7946 #3-a
7947 \begin_inset Quotes erd
7948 \end_inset
7949
7950 .
7951 \end_layout
7952
7953 \begin_deeper
7954 \begin_layout Labeling
7955 \labelwidthstring MMM
7956 #5-a This is level #5\SpecialChar \ldots{}
7957
7958 \end_layout
7959
7960 \begin_deeper
7961 \begin_layout Labeling
7962 \labelwidthstring MMM
7963 #6-a \SpecialChar \ldots{}
7964 and this is level #6.
7965  By now, you should know how we made these two.
7966 \end_layout
7967
7968 \end_deeper
7969 \begin_layout Labeling
7970 \labelwidthstring MMM
7971 #5-b Back to level #5.
7972  Just hit 
7973 \begin_inset Info
7974 type  "shortcut"
7975 arg   "break-paragraph inverse"
7976 \end_inset
7977
7978  followed by a 
7979 \begin_inset Info
7980 type  "shortcut"
7981 arg   "depth-decrement"
7982 \end_inset
7983
7984 .
7985 \end_layout
7986
7987 \end_deeper
7988 \begin_layout Labeling
7989 \labelwidthstring MMM
7990 #4-b After another 
7991 \begin_inset Info
7992 type  "shortcut"
7993 arg   "break-paragraph inverse"
7994 \end_inset
7995
7996  followed by a 
7997 \begin_inset Info
7998 type  "shortcut"
7999 arg   "depth-decrement"
8000 \end_inset
8001
8002 , we're back at level #4.
8003 \end_layout
8004
8005 \end_deeper
8006 \begin_layout Labeling
8007 \labelwidthstring MMM
8008 #3-b Back to level #3.
8009  By now it should be obvious how we did this.
8010 \end_layout
8011
8012 \end_deeper
8013 \begin_layout Labeling
8014 \labelwidthstring MMM
8015 #2-b Back to level #2.
8016  
8017 \end_layout
8018
8019 \end_deeper
8020 \begin_layout Labeling
8021 \labelwidthstring MMM
8022 #1-b And last, back to the outermost level, #1.
8023  After this sentence, we'll hit 
8024 \family sans
8025 Return
8026 \family default
8027  and change the paragraph environment back to 
8028 \family sans
8029 Standard
8030 \family default
8031  to end the list.
8032 \end_layout
8033
8034 \begin_layout Standard
8035 We could have also used the 
8036 \family sans
8037 Description
8038 \family default
8039
8040 \family sans
8041 Quote
8042 \family default
8043
8044 \family sans
8045 Quotation
8046 \family default
8047 , or even the 
8048 \family sans
8049 Verse
8050 \family default
8051  environment in place of the 
8052 \family sans
8053 List
8054 \family default
8055  environment.
8056  The example would have worked exactly the same.
8057 \end_layout
8058
8059 \begin_layout Subsubsection
8060 Example 2: Inheritance
8061 \end_layout
8062
8063 \begin_layout LyX-Code
8064 This is the LyX-Code environment, at level #1, the outermost
8065 \end_layout
8066
8067 \begin_layout LyX-Code
8068 level.
8069   Now we'll hit 
8070 \family sans
8071 Return
8072 \family default
8073 , then 
8074 \begin_inset Info
8075 type  "shortcut"
8076 arg   "depth-increment"
8077 \end_inset
8078
8079 , after which, we'll change to the 
8080 \family sans
8081 Enumerate
8082 \family default
8083  environment.
8084 \end_layout
8085
8086 \begin_deeper
8087 \begin_layout Enumerate
8088 This is the 
8089 \family sans
8090 Enumerate
8091 \family default
8092  environment, at level #2.
8093 \end_layout
8094
8095 \begin_layout Enumerate
8096 Notice how the nested 
8097 \family sans
8098 Enumerate
8099 \family default
8100  not only inherits its margins from its parent environment (
8101 \family sans
8102 LyX-Code
8103 \family default
8104 ), but also inherits its font and spacing!
8105 \end_layout
8106
8107 \end_deeper
8108 \begin_layout Standard
8109 We ended this example by hitting 
8110 \family sans
8111 Return
8112 \family default
8113 .
8114  After that, we needed to reset the paragraph environment to 
8115 \family sans
8116 Standard
8117 \family default
8118  and reset the nesting depth by using 
8119 \begin_inset Info
8120 type  "shortcut"
8121 arg   "depth-decrement"
8122 \end_inset
8123
8124  once.
8125 \end_layout
8126
8127 \begin_layout Subsubsection
8128 Example 3: Labels, Levels, and the 
8129 \family sans
8130 Enumerate
8131 \family default
8132  and 
8133 \family sans
8134 Itemize
8135 \family default
8136  Environments
8137 \begin_inset OptArg
8138 status collapsed
8139
8140 \begin_layout Plain Layout
8141 Example #3: Labels, Levels and other list environments
8142 \end_layout
8143
8144 \end_inset
8145
8146
8147 \end_layout
8148
8149 \begin_layout Enumerate
8150 This is level #1, in an 
8151 \family sans
8152 Enumerate
8153 \family default
8154  paragraph environment.
8155  We're actually going to nest a bunch of these.
8156 \end_layout
8157
8158 \begin_deeper
8159 \begin_layout Enumerate
8160 This is level #2.
8161  We used 
8162 \begin_inset Info
8163 type  "shortcut"
8164 arg   "break-paragraph inverse"
8165 \end_inset
8166
8167  followed by 
8168 \begin_inset Info
8169 type  "shortcut"
8170 arg   "depth-increment"
8171 \end_inset
8172
8173 .
8174  Now, what happens if we nest an 
8175 \family sans
8176 Itemize
8177 \family default
8178  environment inside of this one? It will be at level #3, but what will its
8179  label be? An asterisk?
8180 \end_layout
8181
8182 \begin_deeper
8183 \begin_layout Itemize
8184 No! It's a bullet.
8185  This is the 
8186 \emph on
8187 first
8188 \emph default
8189  
8190 \family sans
8191 Itemize
8192 \family default
8193  environment, even though it's at level #3.
8194  So, its label is a bullet.
8195  (We got here by using 
8196 \begin_inset Info
8197 type  "shortcut"
8198 arg   "break-paragraph inverse"
8199 \end_inset
8200
8201 , then 
8202 \begin_inset Info
8203 type  "shortcut"
8204 arg   "depth-increment"
8205 \end_inset
8206
8207 , then changing the environment to 
8208 \family sans
8209 Itemize
8210 \family default
8211 .)
8212 \end_layout
8213
8214 \begin_deeper
8215 \begin_layout Itemize
8216 Here's level #4, produced using 
8217 \begin_inset Info
8218 type  "shortcut"
8219 arg   "break-paragraph inverse"
8220 \end_inset
8221
8222 , then 
8223 \begin_inset Info
8224 type  "shortcut"
8225 arg   "depth-increment"
8226 \end_inset
8227
8228 .
8229  We'll do that again\SpecialChar \ldots{}
8230
8231 \end_layout
8232
8233 \begin_deeper
8234 \begin_layout Enumerate
8235 \SpecialChar \ldots{}
8236 to get to level #5.
8237  This time, however, we also changed the paragraph environment back to 
8238 \family sans
8239 Enumerate
8240 \family default
8241 .
8242  Notice the type of numbering, it is 
8243 \emph on
8244 lowercase Roman
8245 \emph default
8246 , because we are in the 
8247 \emph on
8248 thirdfold
8249 \emph default
8250  
8251 \family sans
8252 Enumerate
8253 \family default
8254  environment (i.
8255 \begin_inset space \thinspace{}
8256 \end_inset
8257
8258 g.
8259  it is an 
8260 \family sans
8261 Enumerate
8262 \family default
8263  inside an 
8264 \family sans
8265 Enumerate
8266 \family default
8267  inside an 
8268 \family sans
8269 Enumerate
8270 \family default
8271 ).
8272 \end_layout
8273
8274 \begin_layout Enumerate
8275 What happens if we 
8276 \emph on
8277 don't
8278 \emph default
8279  change the paragraph environment, but decrease the nesting depth? What
8280  type of numbering does LyX use?
8281 \end_layout
8282
8283 \begin_layout Enumerate
8284 Oh, as if you couldn't guess by now, we're just using 
8285 \begin_inset Info
8286 type  "shortcut"
8287 arg   "break-paragraph inverse"
8288 \end_inset
8289
8290  to keep the current environment and depth but create a new item.
8291 \end_layout
8292
8293 \begin_layout Enumerate
8294 Let's use 
8295 \begin_inset Info
8296 type  "shortcut"
8297 arg   "depth-decrement"
8298 \end_inset
8299
8300  to decrease the depth after the next 
8301 \begin_inset Info
8302 type  "shortcut"
8303 arg   "break-paragraph inverse"
8304 \end_inset
8305
8306 .
8307 \end_layout
8308
8309 \end_deeper
8310 \begin_layout Enumerate
8311 This is level #4.
8312  Look what type of label LyX is using!
8313 \end_layout
8314
8315 \end_deeper
8316 \begin_layout Enumerate
8317 This is level #3.
8318  Even though we've changed levels, LyX is still using a lowercase Roman
8319  numeral as the label.Why?
8320 \end_layout
8321
8322 \begin_layout Enumerate
8323 Because, even though the nesting depth has changed, the paragraph is 
8324 \emph on
8325 still
8326 \emph default
8327  a thirdfold 
8328 \family sans
8329 Enumerate
8330 \family default
8331  environment.
8332  Notice, however, that LyX 
8333 \emph on
8334 did
8335 \emph default
8336  reset the counter for the label.
8337 \end_layout
8338
8339 \end_deeper
8340 \begin_layout Enumerate
8341 Another 
8342 \begin_inset Info
8343 type  "shortcut"
8344 arg   "break-paragraph inverse"
8345 \end_inset
8346
8347  
8348 \begin_inset Info
8349 type  "shortcut"
8350 arg   "depth-decrement"
8351 \end_inset
8352
8353  sequence, and we're back to level #2.
8354  This time, we not only changed the nesting depth, but we also moved back
8355  into the twofold-nested 
8356 \family sans
8357 Enumerate
8358 \family default
8359  environment.
8360 \end_layout
8361
8362 \end_deeper
8363 \begin_layout Enumerate
8364 The same thing happens if we do another 
8365 \begin_inset Info
8366 type  "shortcut"
8367 arg   "break-paragraph inverse"
8368 \end_inset
8369
8370  
8371 \begin_inset Info
8372 type  "shortcut"
8373 arg   "depth-decrement"
8374 \end_inset
8375
8376 sequence and return to level #1, the outermost level.
8377 \end_layout
8378
8379 \begin_layout Standard
8380 Lastly, we reset the environment to 
8381 \family sans
8382 Standard
8383 \family default
8384 .
8385  As you can see, the level number doesn't correspond to what type of labeling
8386  LyX uses for the 
8387 \family sans
8388 Enumerate
8389 \family default
8390  and 
8391 \family sans
8392 Itemize
8393 \family default
8394  environments.
8395  The number of other 
8396 \family sans
8397 Enumerate
8398 \family default
8399  environments surrounding it determines what kind of label LyX uses for
8400  an 
8401 \family sans
8402 Enumerate
8403 \family default
8404  item.
8405  The same rule applies for the 
8406 \family sans
8407 Itemize
8408 \family default
8409  environment, as well.
8410 \end_layout
8411
8412 \begin_layout Subsubsection
8413 Example 4: Going Bonkers
8414 \end_layout
8415
8416 \begin_layout Enumerate
8417 We're going to go totally nuts now.
8418  We won't nest as deep as in the other examples, nor will we go into the
8419  same detail with how we did it.
8420  (level #1: 
8421 \family sans
8422 Enumerate
8423 \family default
8424 )
8425 \end_layout
8426
8427 \begin_deeper
8428 \begin_layout Standard
8429 (
8430 \family sans
8431 Return, 
8432 \family default
8433
8434 \begin_inset Info
8435 type  "shortcut"
8436 arg   "depth-increment"
8437 \end_inset
8438
8439
8440 \family sans
8441 , Standard
8442 \family default
8443 : level #2) We'll stick an encapsulated description of how we created the
8444  example in parentheses someplace.
8445  For example, the two keybindings are how we changed the depth.
8446  The environment name is the name of the current environment.
8447  Either before or after this, we'll put in the level.
8448 \end_layout
8449
8450 \end_deeper
8451 \begin_layout Enumerate
8452 (
8453 \family sans
8454 Return, Enumerate
8455 \family default
8456 : level #1) This is the next item in the list.
8457 \end_layout
8458
8459 \begin_deeper
8460 \begin_layout Verse
8461 Now we'll add verse.
8462 \begin_inset Newline newline
8463 \end_inset
8464
8465 It will get much worse.
8466 \begin_inset Newline newline
8467 \end_inset
8468
8469 (
8470 \family sans
8471 Return, 
8472 \family default
8473
8474 \begin_inset Info
8475 type  "shortcut"
8476 arg   "depth-increment"
8477 \end_inset
8478
8479
8480 \family sans
8481 , Verse
8482 \family default
8483 : level #2)
8484 \end_layout
8485
8486 \begin_layout Verse
8487 Fiddle dee, Fiddle doo.
8488 \begin_inset Newline newline
8489 \end_inset
8490
8491 Bippitey boppitey boo!
8492 \begin_inset Newline newline
8493 \end_inset
8494
8495 (
8496 \begin_inset Info
8497 type  "shortcut"
8498 arg   "break-paragraph inverse"
8499 \end_inset
8500
8501
8502 \family sans
8503 )
8504 \end_layout
8505
8506 \begin_layout Verse
8507 Here comes a table:
8508 \end_layout
8509
8510 \begin_deeper
8511 \begin_layout Standard
8512 \begin_inset VSpace 0.3cm
8513 \end_inset
8514
8515
8516 \end_layout
8517
8518 \begin_layout Standard
8519 \align center
8520 \begin_inset Tabular
8521 <lyxtabular version="3" rows="2" columns="2">
8522 <features tabularvalignment="middle">
8523 <column alignment="center" valignment="top" width="0pt">
8524 <column alignment="center" valignment="top" width="0pt">
8525 <row>
8526 <cell alignment="center" valignment="top" usebox="none">
8527 \begin_inset Text
8528
8529 \begin_layout Plain Layout
8530
8531 \family roman
8532 \series medium
8533 \shape up
8534 \size normal
8535 \emph off
8536 \bar no
8537 \noun off
8538 \color none
8539 one-fish
8540 \end_layout
8541
8542 \end_inset
8543 </cell>
8544 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8545 \begin_inset Text
8546
8547 \begin_layout Plain Layout
8548
8549 \family roman
8550 \series medium
8551 \shape up
8552 \size normal
8553 \emph off
8554 \bar no
8555 \noun off
8556 \color none
8557 two-fish
8558 \end_layout
8559
8560 \end_inset
8561 </cell>
8562 </row>
8563 <row>
8564 <cell alignment="center" valignment="top" topline="true" usebox="none">
8565 \begin_inset Text
8566
8567 \begin_layout Plain Layout
8568
8569 \family roman
8570 \series medium
8571 \shape up
8572 \size normal
8573 \emph off
8574 \bar no
8575 \noun off
8576 \color none
8577 red-fish
8578 \end_layout
8579
8580 \end_inset
8581 </cell>
8582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8583 \begin_inset Text
8584
8585 \begin_layout Plain Layout
8586
8587 \family roman
8588 \series medium
8589 \shape up
8590 \size normal
8591 \emph off
8592 \bar no
8593 \noun off
8594 \color none
8595 blue-fish
8596 \end_layout
8597
8598 \end_inset
8599 </cell>
8600 </row>
8601 </lyxtabular>
8602
8603 \end_inset
8604
8605
8606 \end_layout
8607
8608 \end_deeper
8609 \begin_layout Verse
8610 (
8611 \begin_inset Info
8612 type  "shortcut"
8613 arg   "break-paragraph inverse"
8614 \end_inset
8615
8616
8617 \family sans
8618 , Table, 
8619 \family default
8620
8621 \begin_inset Info
8622 type  "shortcut"
8623 arg   "depth-increment"
8624 \end_inset
8625
8626  3 times, 
8627 \begin_inset Info
8628 type  "shortcut"
8629 arg   "break-paragraph inverse"
8630 \end_inset
8631
8632
8633 \family sans
8634 , Verse, 
8635 \family default
8636
8637 \begin_inset Info
8638 type  "shortcut"
8639 arg   "depth-decrement"
8640 \end_inset
8641
8642 )
8643 \end_layout
8644
8645 \end_deeper
8646 \begin_layout Enumerate
8647 (
8648 \family sans
8649 Return, Enumerate
8650 \family default
8651 : level #1) This is another item.
8652  Note that selecting a 
8653 \family sans
8654 Table
8655 \family default
8656  resets the nesting depth to level #1, so we increased the nesting depth
8657  3 times to put the table inside the 
8658 \family sans
8659 Verse
8660 \family default
8661  environment.
8662  
8663 \end_layout
8664
8665 \begin_layout Quotation
8666 We're now ending the 
8667 \family sans
8668 Enumerate
8669 \family default
8670  list and changing to 
8671 \family sans
8672 Quotation
8673 \family default
8674 .
8675  We're still at level #1.
8676  We want to show you some of the things you can do by mixing environments.
8677  The next set of paragraphs is a 
8678 \begin_inset Quotes eld
8679 \end_inset
8680
8681 quoted letter.
8682 \begin_inset Quotes erd
8683 \end_inset
8684
8685  We'll nest both the 
8686 \family sans
8687 Address
8688 \family default
8689  and 
8690 \family sans
8691 Right
8692 \begin_inset space ~
8693 \end_inset
8694
8695 Address
8696 \family default
8697  environments inside of this one, then use another nested 
8698 \family sans
8699 Quotation
8700 \family default
8701  for the letter body.
8702  We'll use 
8703 \begin_inset Info
8704 type  "shortcut"
8705 arg   "break-paragraph inverse"
8706 \end_inset
8707
8708  to preserve the depth.
8709  Remember that you need to use 
8710 \begin_inset Info
8711 type  "shortcut"
8712 arg   "newline-insert newline"
8713 \end_inset
8714
8715  to create multiple lines inside the 
8716 \family sans
8717 Address
8718 \family default
8719  and 
8720 \family sans
8721 Right
8722 \begin_inset space ~
8723 \end_inset
8724
8725 Address
8726 \family default
8727  environments.
8728  Here it goes:
8729 \end_layout
8730
8731 \begin_deeper
8732 \begin_layout Right Address
8733 1234 Nowhere Rd.
8734 \begin_inset Newline newline
8735 \end_inset
8736
8737 Moosegroin, MT 00100
8738 \begin_inset Newline newline
8739 \end_inset
8740
8741 9-6-96
8742 \end_layout
8743
8744 \begin_layout Address
8745 Dear Mr.
8746 \begin_inset space ~
8747 \end_inset
8748
8749 Fizlewitz:
8750 \end_layout
8751
8752 \begin_layout Quotation
8753 We regret to inform you that we cannot fill your order for 50
8754 \begin_inset space \thinspace{}
8755 \end_inset
8756
8757 L of compressed methane gas due to circumstances beyond our control.
8758  Unfortunately, several of our cows have mysteriously exploded, creating
8759  a backlog in our orders for methane.
8760  We will place your name on the waiting list and try to fill your order
8761  as soon as possible.
8762  In the meantime, we thank you for your patience.
8763 \end_layout
8764
8765 \begin_layout Quotation
8766 We do, however, now have a special on beef.
8767  If you are interested, please return the enclosed pricing and order form
8768  with your order, along with payment.
8769 \end_layout
8770
8771 \begin_layout Quotation
8772 We thank you again for your patience.
8773 \end_layout
8774
8775 \begin_layout Address
8776 Sincerely,
8777 \begin_inset Newline newline
8778 \end_inset
8779
8780 Bill Hick
8781 \end_layout
8782
8783 \end_deeper
8784 \begin_layout Quotation
8785 That ends that example!
8786 \end_layout
8787
8788 \begin_layout Standard
8789 As you can see, nesting environments in LyX gives you a lot of power with
8790  just a few keystrokes.
8791  We could have easily nested an 
8792 \family sans
8793 Itemize
8794 \family default
8795  list inside of a 
8796 \family sans
8797 Quotation
8798 \family default
8799  or 
8800 \family sans
8801 Quote
8802 \family default
8803 , or put a 
8804 \family sans
8805 Quote
8806 \family default
8807  inside of an 
8808 \family sans
8809 Itemize
8810 \family default
8811  list.
8812  You have a huge variety of options at your disposal.
8813 \end_layout
8814
8815 \begin_layout Section
8816 Spacing, pagination and line breaks
8817 \begin_inset Index idx
8818 status collapsed
8819
8820 \begin_layout Plain Layout
8821 Spacing
8822 \end_layout
8823
8824 \end_inset
8825
8826
8827 \end_layout
8828
8829 \begin_layout Standard
8830 What is a space? While you might be used to pressing the space key anytime
8831  you want to separate two words in ordinary word processors, LyX offers
8832  you more spaces: Spaces of different width and spaces which can or cannot
8833  be broken at the end of a line.
8834  The following sections will show you some examples where those spaces are
8835  useful.
8836 \end_layout
8837
8838 \begin_layout Subsection
8839 Protected Space
8840 \begin_inset CommandInset label
8841 LatexCommand label
8842 name "sub:Protected-Space"
8843
8844 \end_inset
8845
8846
8847 \begin_inset Index idx
8848 status collapsed
8849
8850 \begin_layout Plain Layout
8851 Spaces ! Protected
8852 \end_layout
8853
8854 \end_inset
8855
8856
8857 \end_layout
8858
8859 \begin_layout Standard
8860 The protected space: It is used to tell LyX (and LaTeX) not to break the
8861  line at that point.
8862  This may be necessary to avoid unlucky linebreaks, like in: 
8863 \end_layout
8864
8865 \begin_layout Quote
8866 Further documentation is given in section
8867 \begin_inset Newline newline
8868 \end_inset
8869
8870
8871 \begin_inset CommandInset ref
8872 LatexCommand ref
8873 reference "sec:Bibliography"
8874
8875 \end_inset
8876
8877 .
8878  
8879 \end_layout
8880
8881 \begin_layout Standard
8882 Obviously, it would be a good thing to put a protected space between 
8883 \begin_inset Quotes eld
8884 \end_inset
8885
8886 section
8887 \begin_inset Quotes erd
8888 \end_inset
8889
8890  and 
8891 \begin_inset Quotes eld
8892 \end_inset
8893
8894
8895 \begin_inset CommandInset ref
8896 LatexCommand ref
8897 reference "sec:Bibliography"
8898
8899 \end_inset
8900
8901
8902 \begin_inset Quotes erd
8903 \end_inset
8904
8905 .
8906  A protected space is set with 
8907 \family sans
8908 Insert\SpecialChar \menuseparator
8909 Formatting\SpecialChar \menuseparator
8910 Protected
8911 \bar under
8912
8913 \begin_inset space ~
8914 \end_inset
8915
8916
8917 \bar default
8918 Space
8919 \family default
8920  (shortcut 
8921 \begin_inset Info
8922 type  "shortcut"
8923 arg   "space-insert protected"
8924 \end_inset
8925
8926 ).
8927 \end_layout
8928
8929 \begin_layout Subsection
8930 Horizontal Space
8931 \begin_inset CommandInset label
8932 LatexCommand label
8933 name "sub:Horizontal-Space"
8934
8935 \end_inset
8936
8937
8938 \begin_inset Index idx
8939 status collapsed
8940
8941 \begin_layout Plain Layout
8942 Spacing ! Horizontal
8943 \end_layout
8944
8945 \end_inset
8946
8947
8948 \end_layout
8949
8950 \begin_layout Standard
8951 All horizontal spaces can be inserted with the menu 
8952 \family sans
8953 Insert\SpecialChar \menuseparator
8954 Formatting\SpecialChar \menuseparator
8955 Horizontal Space
8956 \family default
8957 .
8958  The length units are listed in Appendix
8959 \begin_inset space ~
8960 \end_inset
8961
8962
8963 \begin_inset CommandInset ref
8964 LatexCommand ref
8965 reference "cha:Units-available-in"
8966
8967 \end_inset
8968
8969 .
8970 \end_layout
8971
8972 \begin_layout Subsubsection
8973 Inter-word Space
8974 \begin_inset CommandInset label
8975 LatexCommand label
8976 name "sub:Inter-word-Space"
8977
8978 \end_inset
8979
8980
8981 \begin_inset Index idx
8982 status collapsed
8983
8984 \begin_layout Plain Layout
8985 Spaces ! Inter-word
8986 \end_layout
8987
8988 \end_inset
8989
8990
8991 \end_layout
8992
8993 \begin_layout Standard
8994 Some languages (e.
8995 \begin_inset space \thinspace{}
8996 \end_inset
8997
8998 g.
8999 \begin_inset space \space{}
9000 \end_inset
9001
9002 English) have the typographical convention to add extra space after an end-of-se
9003 ntence punctuation mark, and LyX honors those conventions (see section
9004 \begin_inset space ~
9005 \end_inset
9006
9007
9008 \begin_inset CommandInset ref
9009 LatexCommand ref
9010 reference "sub:Abbreviations"
9011
9012 \end_inset
9013
9014 ).
9015  Sometimes, you want a normal space nevertheless.
9016  In this case, insert an inter-word space (shortcut 
9017 \begin_inset Info
9018 type  "shortcut"
9019 arg   "space-insert normal"
9020 \end_inset
9021
9022 ).
9023 \end_layout
9024
9025 \begin_layout Subsubsection
9026 Thin Space
9027 \begin_inset CommandInset label
9028 LatexCommand label
9029 name "sub:Thin-Space"
9030
9031 \end_inset
9032
9033
9034 \begin_inset Index idx
9035 status collapsed
9036
9037 \begin_layout Plain Layout
9038 Spaces ! Thin
9039 \end_layout
9040
9041 \end_inset
9042
9043
9044 \end_layout
9045
9046 \begin_layout Standard
9047
9048 \begin_inset Quotes eld
9049 \end_inset
9050
9051 thin space
9052 \begin_inset Quotes erd
9053 \end_inset
9054
9055  is a blank which has half the size of a normal space (and it is also 
9056 \begin_inset Quotes eld
9057 \end_inset
9058
9059 protected
9060 \begin_inset Quotes erd
9061 \end_inset
9062
9063 ).
9064  The typographical conventions in a lot of languages propose the use of
9065  thin spaces in cases where normal spaces would be too wide, for instance
9066  inside abbreviations:
9067 \end_layout
9068
9069 \begin_layout Quote
9070 D.
9071 \begin_inset space \thinspace{}
9072 \end_inset
9073
9074 E.
9075  Knuth has developed our beloved typesetting program.
9076 \end_layout
9077
9078 \begin_layout Standard
9079 or between values and units.
9080  Compare for example this:
9081 \begin_inset Newline newline
9082 \end_inset
9083
9084 10
9085 \begin_inset space \thinspace{}
9086 \end_inset
9087
9088 kg (thin space)
9089 \begin_inset Newline newline
9090 \end_inset
9091
9092 10 kg (normal space
9093 \end_layout
9094
9095 \begin_layout Standard
9096 You can insert thin spaces also with the menu 
9097 \family sans
9098 Insert\SpecialChar \menuseparator
9099 Formatting\SpecialChar \menuseparator
9100 Thin
9101 \begin_inset space ~
9102 \end_inset
9103
9104 Space
9105 \family default
9106  (shortcut 
9107 \begin_inset Info
9108 type  "shortcuts"
9109 arg   "space-insert thin"
9110 \end_inset
9111
9112 ).
9113 \end_layout
9114
9115 \begin_layout Subsubsection
9116 More Spaces
9117 \begin_inset CommandInset label
9118 LatexCommand label
9119 name "sub:More-Spaces"
9120
9121 \end_inset
9122
9123
9124 \end_layout
9125
9126 \begin_layout Standard
9127 You can furthermore insert the following space types:
9128 \end_layout
9129
9130 \begin_layout Description
9131 Negative
9132 \begin_inset space ~
9133 \end_inset
9134
9135 thin
9136 \begin_inset space ~
9137 \end_inset
9138
9139 space A line with a 
9140 \begin_inset Formula $\to
9141 $
9142 \end_inset
9143
9144
9145 \begin_inset space \negthinspace{}
9146 \end_inset
9147
9148
9149 \begin_inset Formula $\gets
9150 $
9151 \end_inset
9152
9153  Negative thin space between the arrows.
9154 \end_layout
9155
9156 \begin_layout Description
9157 Enspace
9158 \begin_inset space ~
9159 \end_inset
9160
9161 (0.5
9162 \begin_inset space \thinspace{}
9163 \end_inset
9164
9165 em) A line with a 
9166 \begin_inset Formula $\to
9167 $
9168 \end_inset
9169
9170
9171 \begin_inset space \enskip{}
9172 \end_inset
9173
9174
9175 \begin_inset Formula $\gets
9176 $
9177 \end_inset
9178
9179  Enspace (0.5
9180 \begin_inset space \thinspace{}
9181 \end_inset
9182
9183 em) space between the arrows.
9184 \end_layout
9185
9186 \begin_layout Description
9187 Quad
9188 \begin_inset space ~
9189 \end_inset
9190
9191 (1
9192 \begin_inset space \thinspace{}
9193 \end_inset
9194
9195 em) A line with a 
9196 \begin_inset Formula $\to
9197 $
9198 \end_inset
9199
9200
9201 \begin_inset space \quad{}
9202 \end_inset
9203
9204
9205 \begin_inset Formula $\gets
9206 $
9207 \end_inset
9208
9209  Quad
9210 \begin_inset space ~
9211 \end_inset
9212
9213 (1
9214 \begin_inset space \thinspace{}
9215 \end_inset
9216
9217 em) space between the arrows.
9218 \end_layout
9219
9220 \begin_layout Description
9221 QQuad
9222 \begin_inset space ~
9223 \end_inset
9224
9225 (2
9226 \begin_inset space \thinspace{}
9227 \end_inset
9228
9229 em) A line with a 
9230 \begin_inset Formula $\to
9231 $
9232 \end_inset
9233
9234
9235 \begin_inset space \qquad{}
9236 \end_inset
9237
9238
9239 \begin_inset Formula $\gets
9240 $
9241 \end_inset
9242
9243  QQuad
9244 \begin_inset space ~
9245 \end_inset
9246
9247 (2
9248 \begin_inset space \thinspace{}
9249 \end_inset
9250
9251 em) space between the arrows.
9252 \end_layout
9253
9254 \begin_layout Description
9255 Custom
9256 \begin_inset space ~
9257 \end_inset
9258
9259 space A line with
9260 \begin_inset Formula $\to
9261 $
9262 \end_inset
9263
9264
9265 \begin_inset space \hspace{}
9266 \length 2cm
9267 \end_inset
9268
9269
9270 \begin_inset Formula $\gets
9271 $
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 $
9624 \end_inset
9625
9626
9627 \begin_inset space \hfill{}
9628 \end_inset
9629
9630
9631 \begin_inset Formula $\gets
9632 $
9633 \end_inset
9634
9635 is one in a standard paragraph.
9636  It may or may not be apparent in the printed text, but it 
9637 \emph on
9638 is
9639 \emph default
9640  sitting in-between the two arrows.
9641 \end_layout
9642
9643 \begin_layout Standard
9644 HFills can be made visible when you choose one of the 
9645 \family sans
9646 Fill
9647 \begin_inset space ~
9648 \end_inset
9649
9650 Pattern
9651 \family default
9652  in the space dialog: The following patterns are available:
9653 \end_layout
9654
9655 \begin_layout Standard
9656 Dots: 
9657 \begin_inset space \dotfill{}
9658 \end_inset
9659
9660
9661 \begin_inset space ~
9662 \end_inset
9663
9664
9665 \end_layout
9666
9667 \begin_layout Standard
9668 Rule: 
9669 \begin_inset space \hrulefill{}
9670 \end_inset
9671
9672
9673 \begin_inset space ~
9674 \end_inset
9675
9676
9677 \end_layout
9678
9679 \begin_layout Standard
9680 Left arrow: 
9681 \begin_inset space \leftarrowfill{}
9682 \end_inset
9683
9684
9685 \begin_inset space ~
9686 \end_inset
9687
9688
9689 \end_layout
9690
9691 \begin_layout Standard
9692 Right arrow: 
9693 \begin_inset space \rightarrowfill{}
9694 \end_inset
9695
9696
9697 \begin_inset space ~
9698 \end_inset
9699
9700
9701 \end_layout
9702
9703 \begin_layout Standard
9704 Up brace: 
9705 \begin_inset space \downbracefill{}
9706 \end_inset
9707
9708
9709 \begin_inset space ~
9710 \end_inset
9711
9712
9713 \end_layout
9714
9715 \begin_layout Standard
9716 Down brace: 
9717 \begin_inset space \upbracefill{}
9718 \end_inset
9719
9720
9721 \begin_inset space ~
9722 \end_inset
9723
9724
9725 \end_layout
9726
9727 \begin_layout Standard
9728 \begin_inset Note Greyedout
9729 status open
9730
9731 \begin_layout Plain Layout
9732
9733 \series bold
9734 Note:
9735 \series default
9736  If an HFill is at the beginning of a line, and 
9737 \emph on
9738 not
9739 \emph default
9740  in the first line in a paragraph, LyX ignores it.
9741  This prevents HFills from accidentally being wrapped onto a new line.
9742  If you need space in this case anyway, set the 
9743 \family sans
9744 Protect
9745 \family default
9746  option in the space dialog.
9747 \end_layout
9748
9749 \end_inset
9750
9751
9752 \end_layout
9753
9754 \begin_layout Subsubsection
9755 Phantom Space
9756 \begin_inset Index idx
9757 status collapsed
9758
9759 \begin_layout Plain Layout
9760 Spacing ! Phantom
9761 \end_layout
9762
9763 \end_inset
9764
9765
9766 \end_layout
9767
9768 \begin_layout Standard
9769 Sometimes you want to insert space with exactly the length of a phrase.
9770  E.
9771 \begin_inset space \thinspace{}
9772 \end_inset
9773
9774 g.
9775 \begin_inset space \space{}
9776 \end_inset
9777
9778 you want to create the following multiple choice question:
9779 \end_layout
9780
9781 \begin_layout Standard
9782 \begin_inset VSpace medskip
9783 \end_inset
9784
9785 What is correct English?:
9786 \begin_inset Newline newline
9787 \end_inset
9788
9789
9790 \begin_inset Newline newline
9791 \end_inset
9792
9793 Mr.
9794 \begin_inset space ~
9795 \end_inset
9796
9797 Edge would have been jumps the gun.
9798 \begin_inset Newline newline
9799 \end_inset
9800
9801
9802 \begin_inset ERT
9803 status collapsed
9804
9805 \begin_layout Plain Layout
9806
9807
9808 \backslash
9809 phantom{Mr.
9810  Edge }
9811 \end_layout
9812
9813 \end_inset
9814
9815 has to be jumped
9816 \begin_inset Newline newline
9817 \end_inset
9818
9819
9820 \begin_inset ERT
9821 status collapsed
9822
9823 \begin_layout Plain Layout
9824
9825
9826 \backslash
9827 phantom{Mr.
9828  Edge }
9829 \end_layout
9830
9831 \end_inset
9832
9833 jumps
9834 \begin_inset VSpace medskip
9835 \end_inset
9836
9837
9838 \end_layout
9839
9840 \begin_layout Standard
9841 So that the choices appear exactly after the phrase 
9842 \begin_inset Quotes eld
9843 \end_inset
9844
9845 Mr.
9846 \begin_inset space ~
9847 \end_inset
9848
9849 Edge
9850 \begin_inset space ~
9851 \end_inset
9852
9853
9854 \begin_inset Quotes erd
9855 \end_inset
9856
9857 .
9858  To get this, you can use the LaTeX-command 
9859 \series bold
9860
9861 \backslash
9862 phantom
9863 \series default
9864  in TeX Code
9865 \begin_inset Foot
9866 status collapsed
9867
9868 \begin_layout Plain Layout
9869 See sec.
9870 \begin_inset space \thinspace{}
9871 \end_inset
9872
9873
9874 \begin_inset CommandInset ref
9875 LatexCommand ref
9876 reference "sec:TeX-Code"
9877
9878 \end_inset
9879
9880  for more information about TeX-Code.
9881 \end_layout
9882
9883 \end_inset
9884
9885 .
9886  In our case write the command 
9887 \series bold
9888
9889 \backslash
9890 phantom{Mr.
9891  Edge }
9892 \series default
9893  (note the space after 
9894 \begin_inset Quotes eld
9895 \end_inset
9896
9897 Edge
9898 \begin_inset Quotes erd
9899 \end_inset
9900
9901 ) at the beginning of the last two lines.
9902  The command prints out the phrase within the the two braces, but invisible.
9903  That is why it is named 
9904 \begin_inset Quotes eld
9905 \end_inset
9906
9907 phantom
9908 \begin_inset Quotes erd
9909 \end_inset
9910
9911 .
9912 \begin_inset Foot
9913 status collapsed
9914
9915 \begin_layout Plain Layout
9916 There exists also the commands 
9917 \backslash
9918
9919 \series bold
9920 hphantom
9921 \series default
9922  and 
9923 \backslash
9924
9925 \series bold
9926 vphantom
9927 \series default
9928 , but this too special for the LyX User Guide.
9929  If you are interested in knowing more about this, have a look at 
9930 \begin_inset CommandInset citation
9931 LatexCommand cite
9932 key "latexcompanion,latexguide"
9933
9934 \end_inset
9935
9936 .
9937 \end_layout
9938
9939 \end_inset
9940
9941
9942 \end_layout
9943
9944 \begin_layout Subsection
9945 Vertical Space
9946 \begin_inset CommandInset label
9947 LatexCommand label
9948 name "sub:Vertical-Space"
9949
9950 \end_inset
9951
9952
9953 \begin_inset Index idx
9954 status collapsed
9955
9956 \begin_layout Plain Layout
9957 Spacing ! Vertical
9958 \end_layout
9959
9960 \end_inset
9961
9962
9963 \end_layout
9964
9965 \begin_layout Standard
9966 To add extra vertical space above or below a paragraph, use the 
9967 \family sans
9968 Insert\SpecialChar \menuseparator
9969 Formatting\SpecialChar \menuseparator
9970 Vertical
9971 \begin_inset space ~
9972 \end_inset
9973
9974 Space
9975 \family default
9976  dialog.
9977  There you find the following sizes:
9978 \end_layout
9979
9980 \begin_layout Standard
9981
9982 \family sans
9983 SmallSkip
9984 \family default
9985
9986 \family sans
9987 MedSkip
9988 \family default
9989  and 
9990 \family sans
9991 BigSkip
9992 \family default
9993  are LaTeX sizes which depend on the font size of the document.
9994  
9995 \family sans
9996 DefSkip
9997 \family default
9998  is the skip adjusted in the dialog 
9999 \family sans
10000 Document\SpecialChar \menuseparator
10001 Settings
10002 \family default
10003
10004 \begin_inset Index idx
10005 status collapsed
10006
10007 \begin_layout Plain Layout
10008 Document ! Settings
10009 \end_layout
10010
10011 \end_inset
10012
10013  for the paragraph separation.
10014  If you use indentation to separate paragraphs 
10015 \family sans
10016 DefSkip
10017 \family default
10018  is equal to 
10019 \family sans
10020 MedSkip
10021 \family default
10022 .
10023 \end_layout
10024
10025 \begin_layout Standard
10026
10027 \family sans
10028 VFill
10029 \family default
10030
10031 \begin_inset Index idx
10032 status collapsed
10033
10034 \begin_layout Plain Layout
10035 Spacing ! Fills
10036 \end_layout
10037
10038 \end_inset
10039
10040  is a variable space, set so that the space is maximal within one page.
10041  An example: You have only two short paragraphs on one page with a vfill
10042  between them.
10043  Then the first paragraph is placed at the top of the page and the second
10044  one at the bottom, because the space between them is then maximal.
10045  
10046 \family sans
10047 VFills
10048 \family default
10049  work like 
10050 \family sans
10051 HFills
10052 \family default
10053 : they fill the remaining vertical space on a page with blank space.
10054 \begin_inset Foot
10055 status collapsed
10056
10057 \begin_layout Plain Layout
10058
10059 \family sans
10060 HFills
10061 \family default
10062  are described in section
10063 \begin_inset space ~
10064 \end_inset
10065
10066
10067 \begin_inset CommandInset ref
10068 LatexCommand ref
10069 reference "sub:Horizontal-Space"
10070
10071 \end_inset
10072
10073 .
10074 \end_layout
10075
10076 \end_inset
10077
10078  If there are several 
10079 \family sans
10080 VFills
10081 \family default
10082  on a page, they divide the remaining vertical space equally between themselves.
10083  You can therefore use 
10084 \family sans
10085 VFills
10086 \family default
10087  to center text on a page, or even place text 2/3 down a page.
10088 \end_layout
10089
10090 \begin_layout Standard
10091
10092 \family sans
10093 Custom
10094 \family default
10095  are custom spaces in units explained in Appendix
10096 \begin_inset space ~
10097 \end_inset
10098
10099
10100 \begin_inset CommandInset ref
10101 LatexCommand ref
10102 reference "cha:Units-available-in"
10103
10104 \end_inset
10105
10106 .
10107 \end_layout
10108
10109 \begin_layout Standard
10110 \begin_inset Note Greyedout
10111 status open
10112
10113 \begin_layout Plain Layout
10114
10115 \series bold
10116 Note:
10117 \series default
10118  
10119 \series medium
10120 When the extra vertical space would be in the output at the top/bottom of
10121  a page, the space is only added if you have also checked the option 
10122 \family sans
10123 Protect
10124 \family default
10125 .
10126 \end_layout
10127
10128 \end_inset
10129
10130
10131 \end_layout
10132
10133 \begin_layout Subsection
10134 Paragraph Alignment
10135 \end_layout
10136
10137 \begin_layout Standard
10138 You can change the paragraph alignment with the 
10139 \family sans
10140 Edit\SpecialChar \menuseparator
10141 Paragraph Settings
10142 \family default
10143  dialog.
10144  There are four possibilities: 
10145 \end_layout
10146
10147 \begin_layout Itemize
10148
10149 \family sans
10150 Justified
10151 \family default
10152  (shortcut 
10153 \begin_inset Info
10154 type  "shortcut"
10155 arg   "paragraph-params \\align block"
10156 \end_inset
10157
10158 )
10159 \end_layout
10160
10161 \begin_layout Itemize
10162
10163 \family sans
10164 Left
10165 \family default
10166  (
10167 \begin_inset Info
10168 type  "shortcut"
10169 arg   "paragraph-params \\align left"
10170 \end_inset
10171
10172 )
10173 \end_layout
10174
10175 \begin_layout Itemize
10176
10177 \family sans
10178 Right
10179 \family default
10180  (
10181 \begin_inset Info
10182 type  "shortcut"
10183 arg   "paragraph-params \\align right"
10184 \end_inset
10185
10186 )
10187 \end_layout
10188
10189 \begin_layout Itemize
10190
10191 \family sans
10192 Center
10193 \family default
10194  (
10195 \begin_inset Info
10196 type  "shortcut"
10197 arg   "paragraph-params \\align center"
10198 \end_inset
10199
10200 )
10201 \end_layout
10202
10203 \begin_layout Itemize
10204
10205 \family sans
10206 Default
10207 \family default
10208  (
10209 \begin_inset Info
10210 type  "shortcut"
10211 arg   "paragraph-params \\align default"
10212 \end_inset
10213
10214 )
10215 \end_layout
10216
10217 \begin_layout Standard
10218 The default in most cases is justified alignment, in which the inter-word
10219  spacing is variable and each line of a paragraph fills the region between
10220  the left and right margins.
10221  The other three alignments should be self-explanatory, and look like this:
10222 \end_layout
10223
10224 \begin_layout Standard
10225 \align right
10226 This paragraph is right aligned,
10227 \end_layout
10228
10229 \begin_layout Standard
10230 \align center
10231 this one is centered,
10232 \end_layout
10233
10234 \begin_layout Standard
10235 \align left
10236 this one is left aligned.
10237 \end_layout
10238
10239 \begin_layout Subsection
10240 Forced Page Breaks
10241 \begin_inset Index idx
10242 status collapsed
10243
10244 \begin_layout Plain Layout
10245 Page breaks ! Forced
10246 \end_layout
10247
10248 \end_inset
10249
10250
10251 \begin_inset CommandInset label
10252 LatexCommand label
10253 name "sub:Forced-Page-Breaks"
10254
10255 \end_inset
10256
10257
10258 \end_layout
10259
10260 \begin_layout Standard
10261 If you don't like the way LaTeX does the pagebreaks in your document, you
10262  can force a page break where you want one.
10263  Normally this will not be necessary, because LaTeX is good at page breaking.
10264  Only if you use a lot of 
10265 \family sans
10266 Floats
10267 \family default
10268 , LaTeX's page breaking algorithm can fail.
10269 \end_layout
10270
10271 \begin_layout Standard
10272 We recommend not to use forced pagebreaks until the text is finished and
10273  until you have checked in the preview to see if you 
10274 \emph on
10275 really
10276 \emph default
10277  have to change the page breaking.
10278 \end_layout
10279
10280 \begin_layout Standard
10281 There are two types of pagebreaks: One that ends the page without any special
10282  action.
10283  This can be inserted above or below a paragraph via the menu 
10284 \family sans
10285 Insert\SpecialChar \menuseparator
10286 Formatting\SpecialChar \menuseparator
10287 New
10288 \begin_inset space ~
10289 \end_inset
10290
10291 Page
10292 \family default
10293 .
10294  The second type, that is inserted via the menu 
10295 \family sans
10296 Insert\SpecialChar \menuseparator
10297 Formatting\SpecialChar \menuseparator
10298 Page
10299 \begin_inset space ~
10300 \end_inset
10301
10302 Break
10303 \family default
10304 , ends a page but stretches the content of the page, so that it fills out
10305  the complete page.
10306  This type is useful to avoid whitespace when a page break produces a page
10307  on which only the last few lines are absent.
10308 \end_layout
10309
10310 \begin_layout Standard
10311 You might try to use a page break to ensure that a figure or table appears
10312  at the top of a page.
10313  This is, of course, the wrong way to do it.
10314  LyX gives you a way of automatically ensuring that your figures and tables
10315  appear at the top of a page (or the bottom, or on their own page) without
10316  having to worry about what precedes or follows your figure or table.
10317  See chapter 
10318 \begin_inset CommandInset ref
10319 LatexCommand ref
10320 reference "cha:Floats-and-Notes"
10321
10322 \end_inset
10323
10324  to learn more about 
10325 \family sans
10326 Floats
10327 \family default
10328 .
10329 \end_layout
10330
10331 \begin_layout Subsubsection
10332 Clear Page Breaks
10333 \begin_inset CommandInset label
10334 LatexCommand label
10335 name "sub:Clear-Page-Breaks"
10336
10337 \end_inset
10338
10339
10340 \begin_inset Index idx
10341 status collapsed
10342
10343 \begin_layout Plain Layout
10344 Page breaks ! Clear
10345 \end_layout
10346
10347 \end_inset
10348
10349
10350 \end_layout
10351
10352 \begin_layout Standard
10353 Rather than forced pagebreaks where the content behind the break is placed
10354  directly on the next page, you can also clear pages while breaking them.
10355  That means that the current paragraph is terminated and everything, including
10356  unprocessed floats, from the earlier part of the document are placed behind
10357  it, if necessary by adding pages.
10358 \end_layout
10359
10360 \begin_layout Standard
10361 You can insert a clear page break with the menu 
10362 \family sans
10363 Insert\SpecialChar \menuseparator
10364 Formatting\SpecialChar \menuseparator
10365 Clear
10366 \begin_inset space ~
10367 \end_inset
10368
10369 Page
10370 \family default
10371 .
10372  When you have a two-sided document like a book, you can use the menu 
10373 \family sans
10374 Insert\SpecialChar \menuseparator
10375 Formatting\SpecialChar \menuseparator
10376 Clear
10377 \begin_inset space ~
10378 \end_inset
10379
10380 Double
10381 \begin_inset space ~
10382 \end_inset
10383
10384 Page
10385 \family default
10386  to insert a clear page break that assures that the next page is a right-hand
10387  page (odd-numbered), if necessary by adding a page.
10388 \end_layout
10389
10390 \begin_layout Subsection
10391 Forced Line Breaks
10392 \begin_inset Index idx
10393 status collapsed
10394
10395 \begin_layout Plain Layout
10396 Line breaks
10397 \end_layout
10398
10399 \end_inset
10400
10401
10402 \begin_inset CommandInset label
10403 LatexCommand label
10404 name "sub:Forced-Line-Breaks"
10405
10406 \end_inset
10407
10408
10409 \end_layout
10410
10411 \begin_layout Standard
10412 Similar to page breaks there are two types of line breaks: One that simply
10413  breaks the line.
10414  You can force this line break within a paragraph by selecting 
10415 \family sans
10416 Insert\SpecialChar \menuseparator
10417 Formatting\SpecialChar \menuseparator
10418 Ragged
10419 \begin_inset space ~
10420 \end_inset
10421
10422 Line
10423 \begin_inset space ~
10424 \end_inset
10425
10426 Break
10427 \family default
10428  or with 
10429 \begin_inset Info
10430 type  "shortcut"
10431 arg   "newline-insert newline"
10432 \end_inset
10433
10434 .
10435  Another type that is inserted via the menu 
10436 \family sans
10437 Insert\SpecialChar \menuseparator
10438 Formatting\SpecialChar \menuseparator
10439 Justified
10440 \begin_inset space ~
10441 \end_inset
10442
10443 Line
10444 \begin_inset space ~
10445 \end_inset
10446
10447 Break
10448 \family default
10449  breaks the line and stretches it so that it fills out the whole space between
10450  the page margins.
10451  This is necessary to avoid 
10452 \begin_inset Quotes eld
10453 \end_inset
10454
10455 fringes
10456 \begin_inset Quotes erd
10457 \end_inset
10458
10459  in justified paragraphs due to whitespace introduced by line breaks.
10460 \end_layout
10461
10462 \begin_layout Standard
10463 You shouldn't use forced line breaks to correct LaTeX's line breaking, as
10464  LaTeX is very good at line breaking.
10465  There are, however, a number of situations where it is necessary to actively
10466  set a line break, e.
10467 \begin_inset space \thinspace{}
10468 \end_inset
10469
10470 g.
10471 \begin_inset space \space{}
10472 \end_inset
10473
10474 in a poem or for an address (see sections
10475 \begin_inset space ~
10476 \end_inset
10477
10478
10479 \begin_inset CommandInset ref
10480 LatexCommand ref
10481 reference "sec:Quote"
10482
10483 \end_inset
10484
10485
10486 \begin_inset CommandInset ref
10487 LatexCommand ref
10488 reference "sec:Verse"
10489
10490 \end_inset
10491
10492  and 
10493 \begin_inset CommandInset ref
10494 LatexCommand ref
10495 reference "sec:Address-Usage"
10496
10497 \end_inset
10498
10499 ).
10500 \end_layout
10501
10502 \begin_layout Subsection
10503 Horizontal Lines
10504 \begin_inset CommandInset label
10505 LatexCommand label
10506 name "sub:Horizontal-Lines"
10507
10508 \end_inset
10509
10510
10511 \begin_inset Index idx
10512 status collapsed
10513
10514 \begin_layout Plain Layout
10515 Horizontal lines
10516 \end_layout
10517
10518 \end_inset
10519
10520
10521 \end_layout
10522
10523 \begin_layout Standard
10524
10525 \lyxline
10526 In the dialog 
10527 \family sans
10528 Insert\SpecialChar \menuseparator
10529 Formatting\SpecialChar \menuseparator
10530 Horizontal
10531 \begin_inset space ~
10532 \end_inset
10533
10534 Line
10535 \family default
10536  you can insert horizontal lines that span the whole width of the document
10537  or column.
10538 \lyxline
10539
10540 \end_layout
10541
10542 \begin_layout Section
10543 Characters and Symbols
10544 \end_layout
10545
10546 \begin_layout Standard
10547 You can directly enter all characters that are available on your keyboard.
10548  You can also use special keyboard maps to be able to enter e.
10549 \begin_inset space \thinspace{}
10550 \end_inset
10551
10552 g.
10553 \begin_inset space \space{}
10554 \end_inset
10555
10556 characters needed for French with an English keyboard.
10557  See section
10558 \begin_inset space \thinspace{}
10559 \end_inset
10560
10561
10562 \begin_inset CommandInset ref
10563 LatexCommand ref
10564 reference "sub:Keyboard-mapping"
10565
10566 \end_inset
10567
10568  for information on how this is done.
10569 \end_layout
10570
10571 \begin_layout Standard
10572 For the case where you need a character that is not on your keyboard, you
10573  can use the 
10574 \family sans
10575 Symbols
10576 \family default
10577  dialog via the menu 
10578 \family sans
10579 Insert\SpecialChar \menuseparator
10580 Special Character\SpecialChar \menuseparator
10581 Symbols
10582 \family default
10583 .
10584 \end_layout
10585
10586 \begin_layout Standard
10587 \begin_inset Note Greyedout
10588 status open
10589
10590 \begin_layout Plain Layout
10591
10592 \series bold
10593 Note:
10594 \series default
10595  Maybe not all symbols inserted with the symbols dialog can be displayed
10596  when you are using a special screen font in LyX's preferences.
10597  But the inserted symbols will in every case be displayed in the output.
10598 \end_layout
10599
10600 \end_inset
10601
10602
10603 \end_layout
10604
10605 \begin_layout Section
10606 Fonts and Text Styles
10607 \begin_inset CommandInset label
10608 LatexCommand label
10609 name "sec:Fonts-and-Text"
10610
10611 \end_inset
10612
10613
10614 \end_layout
10615
10616 \begin_layout Subsection
10617 Font Types
10618 \begin_inset Index idx
10619 status collapsed
10620
10621 \begin_layout Plain Layout
10622 Font ! Types
10623 \end_layout
10624
10625 \end_inset
10626
10627
10628 \end_layout
10629
10630 \begin_layout Standard
10631 There are two types of fonts:
10632 \end_layout
10633
10634 \begin_layout Description
10635 Vector
10636 \begin_inset space ~
10637 \end_inset
10638
10639 fonts
10640 \begin_inset Index idx
10641 status collapsed
10642
10643 \begin_layout Plain Layout
10644 Fonts ! Vector-
10645 \end_layout
10646
10647 \end_inset
10648
10649  are fonts, built from outlines of the single glyphs (i.
10650 \begin_inset space \thinspace{}
10651 \end_inset
10652
10653 g.
10654  characters) in the font.
10655  This means that each glyph is defined using mathematical curves that are
10656  well suited for scaling to any requested size.
10657  This mathematical definition is interpreted by the font renderer and the
10658  curve is filled out with pixels according to the size and glyph.
10659  This means that outline fonts will look pretty good in all sizes.
10660  Only at very small sizes where each pixel has to be very carefully computed
10661  to provide a good image, it might be hard to provide a good rendering.
10662 \begin_inset Newline newline
10663 \end_inset
10664
10665 That could mean that one only needs to define one font size and scale them.
10666  But to achieve a better quality, many fonts define several font sizes.
10667  That improves the appearance because you need more details at large font
10668  sizes than at small ones.
10669 \begin_inset Newline newline
10670 \end_inset
10671
10672 The font types 
10673 \family typewriter
10674 TrueType
10675 \family default
10676
10677 \family typewriter
10678 OpenType
10679 \family default
10680 , and 
10681 \family typewriter
10682 Type
10683 \begin_inset space ~
10684 \end_inset
10685
10686 1
10687 \family default
10688  are vector fonts.
10689 \end_layout
10690
10691 \begin_layout Description
10692 Bitmap
10693 \begin_inset space ~
10694 \end_inset
10695
10696 fonts
10697 \begin_inset Index idx
10698 status collapsed
10699
10700 \begin_layout Plain Layout
10701 Fonts ! Bitmap-
10702 \end_layout
10703
10704 \end_inset
10705
10706  on the other hand, are defined by bitmap graphics from the start, so they
10707  will look good at all the sizes they are meant for.
10708  However, they don't scale well, because in order to scale a glyph, each
10709  pixel is enlarged into several pixels.
10710  It is the same effect that happens if you try to enlarge a picture in a
10711  picture manipulation program.
10712  In order to relieve this effect, bitmap fonts are typically provided in
10713  several fixed sizes typically from around 8 pixels high up to 34 pixels
10714  or so high in steps according to what is believed to be useful.
10715  The advantage of bitmap fonts is that no complicated computations are necessary
10716  to display each glyph, so bitmap fonts are thus faster displayed than scalable
10717  fonts.
10718  The disadvantage is that sizes that don't exist as fixed versions have
10719  to be scaled by doubling pixels, and thus look bad.
10720 \begin_inset Newline newline
10721 \end_inset
10722
10723 Bitmap fonts are named 
10724 \family typewriter
10725 Type
10726 \begin_inset space ~
10727 \end_inset
10728
10729 3
10730 \family default
10731  in PostScript- and PDF-documents.
10732 \end_layout
10733
10734 \begin_layout Standard
10735 The result of all this, is that bitmap fonts are best for the size they
10736  are designed for, while scalable fonts are good for nearly all sizes.
10737  So one need fewer font size definitions for scalable fonts.
10738  That's the reason why nearly all text rendering and typesetting programs
10739  use scalable fonts.
10740 \end_layout
10741
10742 \begin_layout Standard
10743 To test which fonts are used in a PDF-document, you can have a look into
10744  its document properties.
10745 \end_layout
10746
10747 \begin_layout Standard
10748 Many modern typesetting and markup languages have begun to move towards
10749  specifying character styles rather than specifying a particular font.
10750  For example, instead of changing to an italicized version of the current
10751  font to emphasize text, you use an 
10752 \begin_inset Quotes eld
10753 \end_inset
10754
10755 emphasized style
10756 \begin_inset Quotes erd
10757 \end_inset
10758
10759  instead.
10760  This concept fits in perfectly with LyX.
10761  In LyX, you do things based on contexts, rather than focusing on typesetting
10762  details.
10763 \end_layout
10764
10765 \begin_layout Subsection
10766 Document Font and Font size
10767 \begin_inset CommandInset label
10768 LatexCommand label
10769 name "sub:Document-Font"
10770
10771 \end_inset
10772
10773
10774 \begin_inset Index idx
10775 status collapsed
10776
10777 \begin_layout Plain Layout
10778 Font ! Size
10779 \end_layout
10780
10781 \end_inset
10782
10783
10784 \begin_inset Index idx
10785 status collapsed
10786
10787 \begin_layout Plain Layout
10788 Document ! Font
10789 \end_layout
10790
10791 \end_inset
10792
10793
10794 \end_layout
10795
10796 \begin_layout Standard
10797 You can set the document fonts in the 
10798 \family sans
10799 Document\SpecialChar \menuseparator
10800 Settings
10801 \family default
10802
10803 \begin_inset Index idx
10804 status collapsed
10805
10806 \begin_layout Plain Layout
10807 Document ! Settings
10808 \end_layout
10809
10810 \end_inset
10811
10812  dialog.
10813  There you can specify which font should be used for the three different
10814  font shapes roman (serif), 
10815 \family sans
10816 sans
10817 \begin_inset space ~
10818 \end_inset
10819
10820 serif
10821 \family default
10822 , and 
10823 \family typewriter
10824 typewriter
10825 \family default
10826  and its scalings.
10827 \end_layout
10828
10829 \begin_layout Standard
10830 The possible options for the font include 
10831 \family sans
10832 default
10833 \family default
10834  and a list of fonts available on your system.
10835  
10836 \family sans
10837 default
10838 \family default
10839  uses the standard TeX fonts, known as 
10840 \begin_inset Quotes eld
10841 \end_inset
10842
10843
10844 \family typewriter
10845 Computer Modern
10846 \family default
10847
10848 \begin_inset Quotes erd
10849 \end_inset
10850
10851  (
10852 \family typewriter
10853 cm
10854 \family default
10855 ) or 
10856 \begin_inset Quotes eld
10857 \end_inset
10858
10859
10860 \family typewriter
10861 European Computer Modern
10862 \family default
10863
10864 \begin_inset Quotes erd
10865 \end_inset
10866
10867  (
10868 \family typewriter
10869 ec
10870 \family default
10871 ).
10872 \end_layout
10873
10874 \begin_layout Standard
10875 As 
10876 \family typewriter
10877 cm
10878 \family default
10879  and 
10880 \family typewriter
10881 ec
10882 \family default
10883  are bitmap fonts, they often looks pixeled in PDF output, especially when
10884  you read the PDF in a zoomed size.
10885 \begin_inset Foot
10886 status collapsed
10887
10888 \begin_layout Plain Layout
10889 This problem doesn't appear if you read PDFs in 
10890 \family typewriter
10891 Adobe
10892 \begin_inset space ~
10893 \end_inset
10894
10895 Reader
10896 \family default
10897  version 6 or later, because this program includes a special bitmap font
10898  renderer.
10899 \end_layout
10900
10901 \end_inset
10902
10903  To get rid of pixeled fonts, you have to use a vector font.
10904  There are three ways to use one:
10905 \end_layout
10906
10907 \begin_layout Itemize
10908 One way is to use the 
10909 \family typewriter
10910 AE
10911 \family default
10912  fonts.
10913  
10914 \family typewriter
10915 AE
10916 \family default
10917  is a virtual font.
10918  Virtual means that it 
10919 \begin_inset Quotes eld
10920 \end_inset
10921
10922 steals
10923 \begin_inset Quotes erd
10924 \end_inset
10925
10926  outline 
10927 \family typewriter
10928 cm
10929 \family default
10930 -glyphs from other fonts.
10931  This has the disadvantage that some characters are missing, like the French
10932  guillemets (
10933 \begin_inset Quotes eld
10934 \end_inset
10935
10936 «
10937 \begin_inset Quotes erd
10938 \end_inset
10939
10940  and 
10941 \begin_inset Quotes eld
10942 \end_inset
10943
10944 »
10945 \begin_inset Quotes erd
10946 \end_inset
10947
10948 )
10949 \begin_inset Foot
10950 status collapsed
10951
10952 \begin_layout Plain Layout
10953 Loading the LaTeX-package 
10954 \series bold
10955 aeguill
10956 \series default
10957
10958 \begin_inset Index idx
10959 status collapsed
10960
10961 \begin_layout Plain Layout
10962 LaTeX-packages ! aeguill
10963 \end_layout
10964
10965 \end_inset
10966
10967  with the document preamble line
10968 \begin_inset Newline newline
10969 \end_inset
10970
10971
10972 \series bold
10973
10974 \backslash
10975 usepackage[ec]{aeguill}
10976 \begin_inset Newline newline
10977 \end_inset
10978
10979
10980 \series default
10981 will fix the guillemet problem.
10982 \end_layout
10983
10984 \end_inset
10985
10986  and that accented characters are not 
10987 \emph on
10988 one
10989 \emph default
10990  glyph, they are build of 
10991 \emph on
10992 two
10993 \emph default
10994  characters, the accent and the letter.
10995  Therefore you can't search in documents using the 
10996 \family typewriter
10997 AE
10998 \family default
10999  fonts for words with accented characters.
11000  If you search for example for the French word 
11001 \begin_inset Quotes eld
11002 \end_inset
11003
11004 rève
11005 \begin_inset Quotes erd
11006 \end_inset
11007
11008  in a PDF, you won't get any result, because the PDF-viewer searches for
11009  the glyph 
11010 \begin_inset Quotes eld
11011 \end_inset
11012
11013  è 
11014 \begin_inset Quotes erd
11015 \end_inset
11016
11017  and not for the glyph 
11018 \begin_inset Quotes eld
11019 \end_inset
11020
11021  e +
11022 \begin_inset space ~
11023 \end_inset
11024
11025  ̀ 
11026 \begin_inset Quotes erd
11027 \end_inset
11028
11029 .
11030 \end_layout
11031
11032 \begin_layout Itemize
11033 Another possibility is to use three different outline fonts
11034 \begin_inset Foot
11035 status collapsed
11036
11037 \begin_layout Plain Layout
11038 Other fonts, like 
11039 \family typewriter
11040 Latin Modern
11041 \family default
11042  or 
11043 \family typewriter
11044 Computer Modern
11045 \family default
11046 , consist of these three main font types 
11047 \family sans
11048 sans
11049 \begin_inset space ~
11050 \end_inset
11051
11052 serif
11053 \family default
11054
11055 \family sans
11056 typewriter
11057 \family default
11058 , and 
11059 \family sans
11060 serif
11061 \family default
11062 .
11063 \end_layout
11064
11065 \end_inset
11066
11067
11068 \family typewriter
11069 Times Roman
11070 \family default
11071  as roman font,
11072 \family sans
11073  
11074 \family typewriter
11075 Helvetica
11076 \family default
11077  scaled to 92 or 95
11078 \begin_inset space \thinspace{}
11079 \end_inset
11080
11081 % as sans
11082 \begin_inset space ~
11083 \end_inset
11084
11085 serif font, and 
11086 \family typewriter
11087 courier
11088 \family default
11089  as typewriter font.
11090 \begin_inset Newline newline
11091 \end_inset
11092
11093 The differences between roman, 
11094 \family sans
11095 sans
11096 \begin_inset space ~
11097 \end_inset
11098
11099 serif
11100 \family default
11101 , and 
11102 \family typewriter
11103 typewriter
11104 \family default
11105  fonts are explained in section
11106 \begin_inset space ~
11107 \end_inset
11108
11109
11110 \begin_inset CommandInset ref
11111 LatexCommand ref
11112 reference "sub:Fine-Tuning-with-the"
11113
11114 \end_inset
11115
11116 .
11117 \begin_inset Newline newline
11118 \end_inset
11119
11120 The font 
11121 \family typewriter
11122 Times Roman
11123 \family default
11124  was originally designed for newspapers.
11125  That means its glyphs are smaller than the ones from other fonts to fit
11126  into the small newspaper columns.
11127  Therefore 
11128 \family typewriter
11129 Times Roman
11130 \family default
11131  is not the optimal choice for larger documents like books.
11132 \end_layout
11133
11134 \begin_layout Itemize
11135 The best solution is to use the 
11136 \family typewriter
11137 Latin Modern
11138 \family default
11139  (
11140 \family typewriter
11141 lm
11142 \family default
11143 ) fonts.
11144  These fonts were developed for the LaTeX community to replace 
11145 \family typewriter
11146 cm
11147 \family default
11148  as the default font.
11149  In most cases they look the same as 
11150 \family typewriter
11151 cm
11152 \family default
11153
11154 \begin_inset Foot
11155 status collapsed
11156
11157 \begin_layout Plain Layout
11158 One difference is improved kerning for the 
11159 \family typewriter
11160 lm
11161 \family default
11162  fonts.
11163 \end_layout
11164
11165 \end_inset
11166
11167 , but 
11168 \family typewriter
11169 lm
11170 \family default
11171  covers a vast number of characters over the other two families 
11172 \family typewriter
11173 cm
11174 \family default
11175  and 
11176 \family typewriter
11177 ec
11178 \family default
11179 .
11180 \end_layout
11181
11182 \begin_layout Standard
11183 \begin_inset VSpace bigskip
11184 \end_inset
11185
11186 For the font size there are four possible values: 
11187 \family sans
11188 default, 10
11189 \family default
11190
11191 \family sans
11192 11
11193 \family default
11194 , and 
11195 \family sans
11196 12
11197 \family default
11198 .
11199  The size of 
11200 \family sans
11201 default
11202 \family default
11203  depends on your LaTeX-system, normally it is equal to the font size 10.
11204 \end_layout
11205
11206 \begin_layout Standard
11207 The font sizes are the 
11208 \emph on
11209 base size
11210 \emph default
11211 .
11212  That means that LyX scales all other possible font sizes (such as those
11213  used in footnotes, super-, and subscripts) by this value.
11214  You can fine-tune the font size of text parts via the 
11215 \family sans
11216 Text
11217 \begin_inset space ~
11218 \end_inset
11219
11220 Style
11221 \family default
11222  dialog if needed.
11223  The possible font sizes for text parts are explained in section
11224 \begin_inset space ~
11225 \end_inset
11226
11227
11228 \begin_inset CommandInset ref
11229 LatexCommand ref
11230 reference "sub:Fine-Tuning-with-the"
11231
11232 \end_inset
11233
11234 .
11235 \end_layout
11236
11237 \begin_layout Standard
11238 The field 
11239 \family sans
11240 CJK
11241 \family default
11242  allows users of the languages Chinese, Japanese, Korean (CJK) to specify
11243  a font to display the script characters.
11244 \begin_inset Foot
11245 status collapsed
11246
11247 \begin_layout Plain Layout
11248 The font will be the argument for the commands of the LaTeX-package 
11249 \series bold
11250 CJK
11251 \series default
11252 .
11253  So this has no effect for the document language 
11254 \family sans
11255 Japanese
11256 \family default
11257  that doesn't use 
11258 \series bold
11259 CJK
11260 \series default
11261 .
11262 \end_layout
11263
11264 \end_inset
11265
11266
11267 \end_layout
11268
11269 \begin_layout Standard
11270 \begin_inset VSpace bigskip
11271 \end_inset
11272
11273
11274 \begin_inset Note Greyedout
11275 status open
11276
11277 \begin_layout Plain Layout
11278
11279 \series bold
11280 Note:
11281 \series default
11282  When you choose a new font or font size, LyX does 
11283 \emph on
11284 not
11285 \emph default
11286  change the screen font! You will only see a difference in the printed output;
11287  this is part of the WYSIWYM concept.
11288  LyX's screen fonts can be adjusted in the 
11289 \family sans
11290 Tools\SpecialChar \menuseparator
11291 Preferences
11292 \family default
11293  dialog, see section
11294 \begin_inset space ~
11295 \end_inset
11296
11297
11298 \begin_inset CommandInset ref
11299 LatexCommand ref
11300 reference "sub:Screen-Fonts"
11301
11302 \end_inset
11303
11304 .
11305 \end_layout
11306
11307 \end_inset
11308
11309
11310 \end_layout
11311
11312 \begin_layout Subsection
11313 Using Different Character Styles
11314 \begin_inset Index idx
11315 status collapsed
11316
11317 \begin_layout Plain Layout
11318 Character Styles
11319 \end_layout
11320
11321 \end_inset
11322
11323
11324 \begin_inset Index idx
11325 status collapsed
11326
11327 \begin_layout Plain Layout
11328 Text Style
11329 \end_layout
11330
11331 \end_inset
11332
11333
11334 \end_layout
11335
11336 \begin_layout Standard
11337 As we've already seen, LyX automatically changes the character style for
11338  certain paragraph environments.
11339  LyX supports two character styles, 
11340 \family sans
11341 Emphasized
11342 \family default
11343  and 
11344 \family sans
11345 Noun
11346 \family default
11347 .
11348  You can activate both of these styles via keybindings, the menus, and the
11349  toolbar.
11350 \end_layout
11351
11352 \begin_layout Standard
11353 To activate the 
11354 \family sans
11355 Noun
11356 \family default
11357  style, do one of the following:
11358 \end_layout
11359
11360 \begin_layout Itemize
11361 click on the toolbar button 
11362 \begin_inset Graphics
11363         filename ../images/font-noun.png
11364
11365 \end_inset
11366
11367
11368 \end_layout
11369
11370 \begin_layout Itemize
11371 use the key binding 
11372 \begin_inset Info
11373 type  "shortcut"
11374 arg   "font-noun"
11375 \end_inset
11376
11377
11378 \end_layout
11379
11380 \begin_layout Standard
11381 These commands are all toggles.
11382  That is, if 
11383 \family sans
11384 Noun
11385 \family default
11386  style is already active, they deactivate it.
11387 \end_layout
11388
11389 \begin_layout Standard
11390 One typically uses the 
11391 \family sans
11392 Noun
11393 \family default
11394  style for proper names.
11395  For example: 
11396 \begin_inset Quotes eld
11397 \end_inset
11398
11399
11400 \noun on
11401 Matthias Ettrich
11402 \noun default
11403  is the original author of LyX.
11404 \begin_inset Quotes erd
11405 \end_inset
11406
11407
11408 \end_layout
11409
11410 \begin_layout Standard
11411 A more widely used character style is the 
11412 \family sans
11413 Emphasized
11414 \family default
11415  style.
11416  You can activate (or deactivate - it's also a toggle) the 
11417 \family sans
11418 Emphasized
11419 \family default
11420  style by:
11421 \end_layout
11422
11423 \begin_layout Itemize
11424 clicking on the toolbar button 
11425 \begin_inset Graphics
11426         filename ../images/font-emph.png
11427
11428 \end_inset
11429
11430
11431 \end_layout
11432
11433 \begin_layout Itemize
11434 using the keybindings 
11435 \begin_inset Info
11436 type  "shortcut"
11437 arg   "font-emph"
11438 \end_inset
11439
11440
11441 \end_layout
11442
11443 \begin_layout Standard
11444 Normally the 
11445 \family sans
11446 Emphasized
11447 \family default
11448  style is equivalent to an italic font but some document classes or LaTeX-packag
11449 es use a different font.
11450 \end_layout
11451
11452 \begin_layout Standard
11453 We've been using the 
11454 \family sans
11455 Emphasized
11456 \family default
11457  style all over the place in this document.
11458  Here's one more example:
11459 \end_layout
11460
11461 \begin_layout Quotation
11462
11463 \emph on
11464 Don't overuse character styles!
11465 \end_layout
11466
11467 \begin_layout Standard
11468 It's also a warning in addition to an example.
11469  One's writing should parallel ordinary conversation.
11470  Since we don't all constantly scream at each other, we should also avoid
11471  the common tendency to overuse character style.
11472  
11473 \end_layout
11474
11475 \begin_layout Standard
11476 You can always reset to the default font using the key binding 
11477 \begin_inset Info
11478 type  "shortcut"
11479 arg   "font-default"
11480 \end_inset
11481
11482  or the dialog 
11483 \family sans
11484 Edit\SpecialChar \menuseparator
11485 Text
11486 \begin_inset space ~
11487 \end_inset
11488
11489 Style
11490 \family default
11491 .
11492 \end_layout
11493
11494 \begin_layout Subsection
11495 Fine-Tuning with the 
11496 \family sans
11497 Text Style
11498 \family default
11499  dialog
11500 \begin_inset CommandInset label
11501 LatexCommand label
11502 name "sub:Fine-Tuning-with-the"
11503
11504 \end_inset
11505
11506
11507 \begin_inset Index idx
11508 status collapsed
11509
11510 \begin_layout Plain Layout
11511 Text Style
11512 \end_layout
11513
11514 \end_inset
11515
11516
11517 \end_layout
11518
11519 \begin_layout Standard
11520 There are always occasions when you will need to do some fine-tuning, so
11521  LyX gives you a way to create a custom character style.
11522  For example, an academic journal or a corporation may have a style sheet
11523  requiring a sans-serif font be used in certain situations.
11524  Also, writers sometimes use a different font to offset a character's thoughts
11525  from ordinary dialog.
11526 \end_layout
11527
11528 \begin_layout Standard
11529 Before we document how to use custom character style, we want to issue a
11530  warning yet again: Don't overuse character styles! 
11531 \begin_inset Newline newline
11532 \end_inset
11533
11534 Documents that overuse different fonts and sizes are not well readable and
11535  tend to look as if someone has knocked huge holes in them.
11536 \end_layout
11537
11538 \begin_layout Standard
11539 To use custom character styles, open the 
11540 \family sans
11541 Edit\SpecialChar \menuseparator
11542 Text
11543 \begin_inset space ~
11544 \end_inset
11545
11546 Style
11547 \family default
11548  dialog.
11549  There are several boxes on this dialog, each corresponding to a different
11550  font property which you can choose.
11551  You can choose an option for one of these properties, or select 
11552 \family sans
11553 No
11554 \begin_inset space ~
11555 \end_inset
11556
11557 change
11558 \family default
11559 , which keeps the current state of that property.
11560  The item 
11561 \family sans
11562 Reset
11563 \family default
11564  will reset the property to whatever is the default.
11565  You can use this to reset attributes across a bunch of different paragraph
11566  environments in a snap.
11567 \end_layout
11568
11569 \begin_layout Standard
11570 The font properties, and their options (in addition to 
11571 \family sans
11572 No
11573 \begin_inset space ~
11574 \end_inset
11575
11576 change
11577 \family default
11578  and 
11579 \family sans
11580 Reset
11581 \family default
11582 ) are:
11583 \end_layout
11584
11585 \begin_layout Labeling
11586 \labelwidthstring 00.00.0000
11587
11588 \family sans
11589 Family
11590 \family default
11591  The 
11592 \begin_inset Quotes eld
11593 \end_inset
11594
11595 overall look
11596 \begin_inset Quotes erd
11597 \end_inset
11598
11599  of the font.
11600  The possible options are:
11601 \end_layout
11602
11603 \begin_deeper
11604 \begin_layout Labeling
11605 \labelwidthstring 00.00.0000
11606
11607 \family sans
11608 Roman
11609 \family default
11610  This is the Roman font family.
11611  Normally a serif font.
11612  It's also the default family.
11613  (key binding 
11614 \begin_inset Info
11615 type  "shortcut"
11616 arg   "font-roman"
11617 \end_inset
11618
11619 )
11620 \end_layout
11621
11622 \begin_layout Labeling
11623 \labelwidthstring 00.00.0000
11624
11625 \family sans
11626 Sans
11627 \begin_inset space ~
11628 \end_inset
11629
11630 Serif
11631 \family default
11632  
11633 \family sans
11634 This is the Sans Serif font family.
11635
11636 \family default
11637  (key binding 
11638 \begin_inset Info
11639 type  "shortcut"
11640 arg   "font-sans"
11641 \end_inset
11642
11643 )
11644 \end_layout
11645
11646 \begin_layout Labeling
11647 \labelwidthstring 00.00.0000
11648
11649 \family sans
11650 Typewriter
11651 \family default
11652  
11653 \family typewriter
11654 This is the Typewriter font family.
11655
11656 \family default
11657  (key binding 
11658 \begin_inset Info
11659 type  "shortcut"
11660 arg   "font-typewriter"
11661 \end_inset
11662
11663
11664 \family sans
11665 )
11666 \end_layout
11667
11668 \end_deeper
11669 \begin_layout Labeling
11670 \labelwidthstring 00.00.0000
11671
11672 \family sans
11673 Series
11674 \family default
11675  This corresponds to the print weight.
11676  Options are:
11677 \end_layout
11678
11679 \begin_deeper
11680 \begin_layout Labeling
11681 \labelwidthstring 00.00.0000
11682
11683 \family sans
11684 Medium
11685 \family default
11686  This is the Medium font series.
11687  It's also the default series.
11688 \end_layout
11689
11690 \begin_layout Labeling
11691 \labelwidthstring 00.00.0000
11692
11693 \family sans
11694 Bold
11695 \family default
11696  
11697 \series bold
11698 This is the Bold font series.
11699
11700 \series default
11701  (key binding 
11702 \begin_inset Info
11703 type  "shortcut"
11704 arg   "font-bold"
11705 \end_inset
11706
11707 )
11708 \end_layout
11709
11710 \end_deeper
11711 \begin_layout Labeling
11712 \labelwidthstring 00.00.0000
11713
11714 \family sans
11715 Shape
11716 \family default
11717  As the name implies.
11718  Options are:
11719 \end_layout
11720
11721 \begin_deeper
11722 \begin_layout Labeling
11723 \labelwidthstring 00.00.0000
11724
11725 \family sans
11726 Upright
11727 \family default
11728  This is the Upright font shape.
11729  It's also the default shape.
11730 \end_layout
11731
11732 \begin_layout Labeling
11733 \labelwidthstring 00.00.0000
11734
11735 \family sans
11736 Italic
11737 \family default
11738  
11739 \shape italic
11740 This
11741 \shape default
11742  
11743 \family sans
11744 \shape italic
11745 i
11746 \family default
11747 s the Italic font shape
11748 \shape default
11749 \emph on
11750 .
11751 \end_layout
11752
11753 \begin_layout Labeling
11754 \labelwidthstring 00.00.0000
11755
11756 \family sans
11757 Slanted
11758 \family default
11759  
11760 \shape slanted
11761 This is the Slanted font shape
11762 \shape default
11763  (although it might not be visible in LyX, this is different from italic).
11764 \end_layout
11765
11766 \begin_layout Labeling
11767 \labelwidthstring 00.00.0000
11768
11769 \family sans
11770 Small
11771 \begin_inset space ~
11772 \end_inset
11773
11774 Caps
11775 \family default
11776  
11777 \shape smallcaps
11778 This is the Small caps font shape
11779 \shape default
11780 \noun on
11781 .
11782 \end_layout
11783
11784 \end_deeper
11785 \begin_layout Labeling
11786 \labelwidthstring 00.00.0000
11787
11788 \family sans
11789 Size
11790 \family default
11791  Alters the size of the font.
11792  You'll find no numerical values here; all possible sizes are actually proportio
11793 nal to the document font size.
11794  Once again, you don't feed LyX the details, but a general description of
11795  what you want to do.
11796  The options are:
11797 \end_layout
11798
11799 \begin_deeper
11800 \begin_layout Labeling
11801 \labelwidthstring 00.00.0000
11802
11803 \family sans
11804 Tiny
11805 \family default
11806  
11807 \size tiny
11808 This is the 
11809 \begin_inset Quotes eld
11810 \end_inset
11811
11812 Tiny
11813 \begin_inset Quotes erd
11814 \end_inset
11815
11816  font size.
11817
11818 \size default
11819  (key bindings 
11820 \begin_inset Info
11821 type  "shortcuts"
11822 arg   "font-size tiny"
11823 \end_inset
11824
11825 )
11826 \end_layout
11827
11828 \begin_layout Labeling
11829 \labelwidthstring 00.00.0000
11830
11831 \family sans
11832 Smallest
11833 \family default
11834  
11835 \size scriptsize
11836 This is the 
11837 \begin_inset Quotes eld
11838 \end_inset
11839
11840 Smallest
11841 \begin_inset Quotes erd
11842 \end_inset
11843
11844  font size
11845 \size default
11846 .
11847  (key binding 
11848 \begin_inset Info
11849 type  "shortcut"
11850 arg   "font-size scriptsize"
11851 \end_inset
11852
11853 )
11854 \end_layout
11855
11856 \begin_layout Labeling
11857 \labelwidthstring 00.00.0000
11858
11859 \family sans
11860 Smaller
11861 \family default
11862  
11863 \size footnotesize
11864 This is the 
11865 \begin_inset Quotes eld
11866 \end_inset
11867
11868 Smaller
11869 \begin_inset Quotes erd
11870 \end_inset
11871
11872  font size.
11873
11874 \size default
11875  (key bindings 
11876 \begin_inset Info
11877 type  "shortcuts"
11878 arg   "font-size footnotesize"
11879 \end_inset
11880
11881 )
11882 \end_layout
11883
11884 \begin_layout Labeling
11885 \labelwidthstring 00.00.0000
11886
11887 \family sans
11888 Small
11889 \family default
11890  
11891 \size small
11892 This is the 
11893 \begin_inset Quotes eld
11894 \end_inset
11895
11896 Small
11897 \begin_inset Quotes erd
11898 \end_inset
11899
11900  font size.
11901
11902 \size default
11903  (key bindings 
11904 \begin_inset Info
11905 type  "shortcuts"
11906 arg   "font-size small"
11907 \end_inset
11908
11909 )
11910 \end_layout
11911
11912 \begin_layout Labeling
11913 \labelwidthstring 00.00.0000
11914
11915 \family sans
11916 Normal
11917 \family default
11918  This is the 
11919 \begin_inset Quotes eld
11920 \end_inset
11921
11922 Normal
11923 \begin_inset Quotes erd
11924 \end_inset
11925
11926  font size.
11927  It's also the default size.
11928  (key bindings 
11929 \begin_inset Info
11930 type  "shortcuts"
11931 arg   "font-size normal"
11932 \end_inset
11933
11934 )
11935 \end_layout
11936
11937 \begin_layout Labeling
11938 \labelwidthstring 00.00.0000
11939
11940 \family sans
11941 Large
11942 \family default
11943  
11944 \size large
11945 This is the 
11946 \begin_inset Quotes eld
11947 \end_inset
11948
11949 Large
11950 \begin_inset Quotes erd
11951 \end_inset
11952
11953  font size.
11954
11955 \size default
11956  (key bindings 
11957 \begin_inset Info
11958 type  "shortcuts"
11959 arg   "font-size large"
11960 \end_inset
11961
11962 )
11963 \end_layout
11964
11965 \begin_layout Labeling
11966 \labelwidthstring 00.00.0000
11967
11968 \family sans
11969 Larger
11970 \family default
11971  
11972 \size larger
11973 This is the 
11974 \begin_inset Quotes eld
11975 \end_inset
11976
11977 Larger
11978 \begin_inset Quotes erd
11979 \end_inset
11980
11981  font size.
11982
11983 \size default
11984  (key bindings 
11985 \begin_inset Info
11986 type  "shortcuts"
11987 arg   "font-size larger"
11988 \end_inset
11989
11990 )
11991 \end_layout
11992
11993 \begin_layout Labeling
11994 \labelwidthstring 00.00.0000
11995
11996 \family sans
11997 Largest
11998 \family default
11999  
12000 \size largest
12001 This is the 
12002 \begin_inset Quotes eld
12003 \end_inset
12004
12005 Largest
12006 \begin_inset Quotes erd
12007 \end_inset
12008
12009  font size.
12010
12011 \size default
12012  (key binding 
12013 \begin_inset Info
12014 type  "shortcut"
12015 arg   "font-size largest"
12016 \end_inset
12017
12018 )
12019 \end_layout
12020
12021 \begin_layout Labeling
12022 \labelwidthstring 00.00.0000
12023
12024 \family sans
12025 Huge
12026 \family default
12027  
12028 \size huge
12029 This is the 
12030 \begin_inset Quotes eld
12031 \end_inset
12032
12033 Huge
12034 \begin_inset Quotes erd
12035 \end_inset
12036
12037  font size.
12038
12039 \size default
12040  (key bindings 
12041 \begin_inset Info
12042 type  "shortcuts"
12043 arg   "font-size huge"
12044 \end_inset
12045
12046 )
12047 \end_layout
12048
12049 \begin_layout Labeling
12050 \labelwidthstring 00.00.0000
12051
12052 \family sans
12053 Huger
12054 \family default
12055  
12056 \size giant
12057 This is the 
12058 \begin_inset Quotes eld
12059 \end_inset
12060
12061 Huger
12062 \begin_inset Quotes erd
12063 \end_inset
12064
12065  font size.
12066
12067 \size default
12068  (key bindings 
12069 \begin_inset Info
12070 type  "shortcuts"
12071 arg   "font-size giant"
12072 \end_inset
12073
12074 )
12075 \end_layout
12076
12077 \end_deeper
12078 \begin_layout Standard
12079 We'll warn you 
12080 \emph on
12081 yet again
12082 \emph default
12083 : don't go crazy with this feature.
12084  You should almost never need to change the font size.
12085  LyX automatically changes the font size for different paragraph environments
12086  - use that instead.
12087  This is here for fine-tuning only!
12088 \end_layout
12089
12090 \begin_layout Labeling
12091 \labelwidthstring 00.00.0000
12092
12093 \family sans
12094 Misc
12095 \family default
12096  Here you can change a few other things at the character level.
12097  Options are:
12098 \end_layout
12099
12100 \begin_deeper
12101 \begin_layout Labeling
12102 \labelwidthstring 00.00.0000
12103
12104 \family sans
12105 Emph
12106 \family default
12107  
12108 \emph on
12109 This is text with emphasize on
12110 \emph default
12111 .
12112  This might seem like the same as 
12113 \shape italic
12114 Italic
12115 \shape default
12116 , but it is actually a bit different.
12117  Emphasized is a 
12118 \emph on
12119 logical
12120 \emph default
12121  attribute.
12122  That means every document class can define its own font used for emphasized
12123  text.
12124  Normally this font is equal to italic.
12125 \end_layout
12126
12127 \begin_layout Labeling
12128 \labelwidthstring 00.00.0000
12129
12130 \family sans
12131 Underbar
12132 \family default
12133  
12134 \bar under
12135 This is text with Underbar on.
12136
12137 \bar default
12138  (key binding 
12139 \begin_inset Info
12140 type  "shortcuts"
12141 arg   "font-underline"
12142 \end_inset
12143
12144
12145 \family sans
12146 )
12147 \begin_inset Newline newline
12148 \end_inset
12149
12150
12151 \family default
12152 Avoid using underbar if you can! It's a hangover from the typewriter days,
12153  when you couldn't change fonts.
12154  We no longer need to emphasize text by underscoring characters.
12155  It's only included in LyX because some people 
12156 \emph on
12157 may
12158 \emph default
12159  need it in order to follow style sheets for journal submissions.
12160 \end_layout
12161
12162 \begin_layout Labeling
12163 \labelwidthstring 00.00.0000
12164
12165 \family sans
12166 Noun
12167 \family default
12168  
12169 \noun on
12170 This is text with Noun on.
12171
12172 \noun default
12173  Like 
12174 \family sans
12175 Emph
12176 \family default
12177 , this is a logical attribute.
12178  Normally it's equivalent to 
12179 \family sans
12180 Small
12181 \begin_inset space ~
12182 \end_inset
12183
12184 Caps
12185 \family default
12186 .
12187 \end_layout
12188
12189 \end_deeper
12190 \begin_layout Labeling
12191 \labelwidthstring 00.00.0000
12192
12193 \family sans
12194 Color
12195 \family default
12196  You can adjust the color of the text with this control.
12197  Notice that not all DVI-viewers are able to display colors.
12198  Besides 
12199 \family sans
12200 No
12201 \begin_inset space ~
12202 \end_inset
12203
12204 color
12205 \family default
12206 , which is the default 
12207 \begin_inset Quotes eld
12208 \end_inset
12209
12210 color
12211 \begin_inset Quotes erd
12212 \end_inset
12213
12214  and means normally black, you can choose between 
12215 \family sans
12216 Black
12217 \family default
12218
12219 \family sans
12220 White
12221 \family default
12222
12223 \family sans
12224 Red
12225 \family default
12226
12227 \family sans
12228 Green
12229 \family default
12230
12231 \family sans
12232 Blue
12233 \family default
12234
12235 \family sans
12236 Cyan
12237 \family default
12238
12239 \family sans
12240 Magenta
12241 \family default
12242  and 
12243 \family sans
12244 Yellow
12245 \family default
12246  text.
12247 \begin_inset Index idx
12248 status collapsed
12249
12250 \begin_layout Plain Layout
12251 Color ! Text
12252 \end_layout
12253
12254 \end_inset
12255
12256
12257 \end_layout
12258
12259 \begin_layout Labeling
12260 \labelwidthstring 00.00.0000
12261
12262 \family sans
12263 Language
12264 \family default
12265  This is used to mark regions of text as having a different language from
12266  the language of the document.
12267  Text marked in this way will be underlined in blue to indicate the change
12268  (only within LyX).
12269 \end_layout
12270
12271 \begin_layout Standard
12272 So you have a huge number of combinations to choose from.
12273  Once you've chosen a new character style via the 
12274 \family sans
12275 Edit\SpecialChar \menuseparator
12276 Text
12277 \begin_inset space ~
12278 \end_inset
12279
12280 Style
12281 \family default
12282  dialog, the settings are saved.
12283  You can activate them using the toolbar button 
12284 \begin_inset Graphics
12285         filename ../images/textstyle-apply.png
12286
12287 \end_inset
12288
12289 .
12290  The button lets you toggle the state of your custom character style even
12291  when the dialog isn't visible.
12292  
12293 \end_layout
12294
12295 \begin_layout Standard
12296 To completely reset the character style to the default, use 
12297 \begin_inset Info
12298 type  "shortcut"
12299 arg   "font-default"
12300 \end_inset
12301
12302 .
12303  If you want to toggle only those properties that you have just changed
12304  (suppose you just set the shape to 
12305 \begin_inset Quotes eld
12306 \end_inset
12307
12308 slanted
12309 \begin_inset Quotes erd
12310 \end_inset
12311
12312  and the series to 
12313 \begin_inset Quotes eld
12314 \end_inset
12315
12316 bold
12317 \begin_inset Quotes erd
12318 \end_inset
12319
12320 ), set the 
12321 \family sans
12322 Toggle
12323 \begin_inset space ~
12324 \end_inset
12325
12326 all
12327 \family default
12328  switch and press 
12329 \family sans
12330 Apply
12331 \family default
12332 .
12333 \end_layout
12334
12335 \begin_layout Standard
12336 You should also know something about the differences between the three main
12337  font types 
12338 \family sans
12339 serif
12340 \family default
12341
12342 \family sans
12343 sans
12344 \begin_inset space ~
12345 \end_inset
12346
12347 serif
12348 \family default
12349 , and 
12350 \family sans
12351 typewriter
12352 \family default
12353 :
12354 \end_layout
12355
12356 \begin_layout Itemize
12357
12358 \family sans
12359 Typewriter
12360 \family default
12361  is a so called 
12362 \begin_inset Quotes eld
12363 \end_inset
12364
12365 monospaced
12366 \begin_inset Quotes erd
12367 \end_inset
12368
12369  font, that means every character has the same width, the 
12370 \begin_inset Quotes eld
12371 \end_inset
12372
12373 i
12374 \begin_inset Quotes erd
12375 \end_inset
12376
12377  is as wide as the 
12378 \begin_inset Quotes eld
12379 \end_inset
12380
12381 m
12382 \begin_inset Quotes erd
12383 \end_inset
12384
12385 .
12386  Here is an example
12387 \begin_inset Newline newline
12388 \end_inset
12389
12390
12391 \begin_inset ERT
12392 status collapsed
12393
12394 \begin_layout Plain Layout
12395
12396
12397 \backslash
12398 phantom{
12399 \end_layout
12400
12401 \end_inset
12402
12403 no 
12404 \begin_inset ERT
12405 status collapsed
12406
12407 \begin_layout Plain Layout
12408
12409 }
12410 \end_layout
12411
12412 \end_inset
12413
12414
12415 \family typewriter
12416 typewriter text
12417 \family default
12418
12419 \begin_inset Note Note
12420 status collapsed
12421
12422 \begin_layout Plain Layout
12423 For more on phantoms see section
12424 \begin_inset space ~
12425 \end_inset
12426
12427
12428 \begin_inset CommandInset ref
12429 LatexCommand ref
12430 reference "sub:More-Spaces"
12431
12432 \end_inset
12433
12434 .
12435 \end_layout
12436
12437 \end_inset
12438
12439
12440 \begin_inset Newline newline
12441 \end_inset
12442
12443 no typewriter text
12444 \end_layout
12445
12446 \begin_layout Itemize
12447
12448 \family sans
12449 Serif
12450 \family default
12451  fonts use characters with serifs.
12452  These are the small 
12453 \begin_inset Quotes eld
12454 \end_inset
12455
12456 appendices
12457 \begin_inset Quotes erd
12458 \end_inset
12459
12460  at the ends of the strokes that form the character.
12461  The following example will show the difference:
12462 \begin_inset Newline newline
12463 \end_inset
12464
12465 text with serifs
12466 \begin_inset Newline newline
12467 \end_inset
12468
12469
12470 \family sans
12471 text without serifs
12472 \family default
12473
12474 \begin_inset Newline newline
12475 \end_inset
12476
12477 Serifs facilitate quick and easy reading.
12478  These fonts are therefore used as default (named 
12479 \family sans
12480 roman
12481 \family default
12482 ).
12483 \end_layout
12484
12485 \begin_layout Itemize
12486
12487 \family sans
12488 Sans serif
12489 \family default
12490  don't use serifs.
12491  This font type is therefore often used for headings and short texts.
12492  We use it in this document to highlight menu names.
12493 \end_layout
12494
12495 \begin_layout Standard
12496 We conclude with the same warning once again: Don't overuse the fonts.
12497  They are, more often than not, a kludge and a bad substitute for good writing.
12498 \end_layout
12499
12500 \begin_layout Section
12501 Printing and Previewing
12502 \end_layout
12503
12504 \begin_layout Subsection
12505 Overview
12506 \end_layout
12507
12508 \begin_layout Standard
12509 Now that we have covered some of the basic features of document preparation
12510  using LyX, you probably want to know how to print out your masterpiece.
12511  Before we tell you that, we want to give you a quick explanation of what
12512  goes on behind-the-scenes.
12513  We cover this information in much greater detail in the 
12514 \emph on
12515 Additional Features
12516 \emph default
12517  manual as well.
12518 \end_layout
12519
12520 \begin_layout Standard
12521 LyX uses the program LaTeX as its backend.
12522  LaTeX is just a macro package for the TeX typesetting system, but to prevent
12523  confusion, we'll only refer to LaTeX.
12524  LyX is what you use to do your actual writing.
12525  Then, LyX calls LaTeX to turn your writing into printable output.
12526  This happens in two stages:
12527 \end_layout
12528
12529 \begin_layout Enumerate
12530 First, LyX converts your document to a series of text commands for LaTeX,
12531  generating a file with the extension, 
12532 \begin_inset Quotes eld
12533 \end_inset
12534
12535
12536 \family typewriter
12537 .tex
12538 \family default
12539
12540 \begin_inset Quotes erd
12541 \end_inset
12542
12543 .
12544 \end_layout
12545
12546 \begin_layout Enumerate
12547 Next, LaTeX uses the commands in the 
12548 \family typewriter
12549 .tex
12550 \family default
12551  file to produce printable output.
12552  
12553 \end_layout
12554
12555 \begin_layout Subsection
12556 Output file formats
12557 \begin_inset Index idx
12558 status collapsed
12559
12560 \begin_layout Plain Layout
12561 File formats
12562 \end_layout
12563
12564 \end_inset
12565
12566
12567 \begin_inset CommandInset label
12568 LatexCommand label
12569 name "sub:Output-file-formats"
12570
12571 \end_inset
12572
12573
12574 \end_layout
12575
12576 \begin_layout Subsubsection
12577 ASCII
12578 \begin_inset Index idx
12579 status collapsed
12580
12581 \begin_layout Plain Layout
12582 File formats ! ASCII
12583 \end_layout
12584
12585 \end_inset
12586
12587
12588 \end_layout
12589
12590 \begin_layout Standard
12591 This file type has the extension 
12592 \begin_inset Quotes eld
12593 \end_inset
12594
12595
12596 \family typewriter
12597 .txt
12598 \family default
12599
12600 \begin_inset Quotes erd
12601 \end_inset
12602
12603 .
12604  It contains your document as plain text following the rules of the 
12605 \begin_inset Quotes eld
12606 \end_inset
12607
12608 American Standard Code for Information Interchange
12609 \begin_inset Quotes erd
12610 \end_inset
12611
12612  (ASCII).
12613 \end_layout
12614
12615 \begin_layout Standard
12616 You can export your document to ASCII by the menu 
12617 \family sans
12618 File\SpecialChar \menuseparator
12619 Export\SpecialChar \menuseparator
12620 ASCII
12621 \family default
12622 .
12623 \end_layout
12624
12625 \begin_layout Subsubsection
12626 LaTeX
12627 \begin_inset Index idx
12628 status collapsed
12629
12630 \begin_layout Plain Layout
12631 File formats ! LaTeX
12632 \end_layout
12633
12634 \end_inset
12635
12636
12637 \end_layout
12638
12639 \begin_layout Standard
12640 This file type has the extension 
12641 \begin_inset Quotes eld
12642 \end_inset
12643
12644
12645 \family typewriter
12646 .tex
12647 \family default
12648
12649 \begin_inset Quotes erd
12650 \end_inset
12651
12652  and contains all commands that are necessary for the LaTeX program to process
12653  your document.
12654  If you know LaTeX, you can use it to find out LaTeX-Errors or to process
12655  it manually with console commands.
12656  The LaTeX-file is automatically created in LyX's temporary directory whenever
12657  you view or export your document.
12658 \end_layout
12659
12660 \begin_layout Standard
12661 You can export your document as LaTeX-file using the menu 
12662 \family sans
12663 File\SpecialChar \menuseparator
12664 Export\SpecialChar \menuseparator
12665 LaT
12666 \begin_inset ERT
12667 status collapsed
12668
12669 \begin_layout Plain Layout
12670
12671 {}
12672 \end_layout
12673
12674 \end_inset
12675
12676 eX
12677 \family default
12678 .
12679 \end_layout
12680
12681 \begin_layout Subsubsection
12682 DVI
12683 \begin_inset Index idx
12684 status collapsed
12685
12686 \begin_layout Plain Layout
12687 File formats ! DVI
12688 \end_layout
12689
12690 \end_inset
12691
12692
12693 \end_layout
12694
12695 \begin_layout Standard
12696 This file type has the extension 
12697 \begin_inset Quotes eld
12698 \end_inset
12699
12700
12701 \family typewriter
12702 .dvi
12703 \family default
12704
12705 \begin_inset Quotes erd
12706 \end_inset
12707
12708 .
12709  It is called 
12710 \begin_inset Quotes eld
12711 \end_inset
12712
12713 device-independent
12714 \begin_inset Quotes erd
12715 \end_inset
12716
12717  (DVI), because it is completely portable; you can move them from one machine
12718  to another without needing to do any sort of conversion.
12719  DVIs are used for quick previews and as pre-stage for other output formats,
12720  like PostScript.
12721 \end_layout
12722
12723 \begin_layout Standard
12724 DVI files doen't contain images, they only link them.
12725  So don't forget to deliver the images together with your DVIs.
12726  Because the DVI-viewer has to convert the image in the background to make
12727  it visible when you scroll the DVI, this can slow down your computer when
12728  you view the DVI.
12729  So we recommend to use PDF for files with many images.
12730 \end_layout
12731
12732 \begin_layout Standard
12733 You can export your document to DVI by the menu 
12734 \family sans
12735 File\SpecialChar \menuseparator
12736 Export\SpecialChar \menuseparator
12737 DVI
12738 \family default
12739 .
12740 \end_layout
12741
12742 \begin_layout Subsubsection
12743 PostScript
12744 \begin_inset Index idx
12745 status collapsed
12746
12747 \begin_layout Plain Layout
12748 File formats ! PostScript
12749 \end_layout
12750
12751 \end_inset
12752
12753
12754 \end_layout
12755
12756 \begin_layout Standard
12757 This file type has the extension 
12758 \begin_inset Quotes eld
12759 \end_inset
12760
12761
12762 \family typewriter
12763 .ps
12764 \family default
12765
12766 \begin_inset Quotes erd
12767 \end_inset
12768
12769 .
12770  PostScript was developed by the company 
12771 \family typewriter
12772 Adobe
12773 \family default
12774  as a printer language.
12775  The file contains therefore commands that the printer uses to print the
12776  file.
12777  PostScript can be seen as a 
12778 \begin_inset Quotes eld
12779 \end_inset
12780
12781 programming language
12782 \begin_inset Quotes erd
12783 \end_inset
12784
12785 ; you can calculate with it and draw diagrams and images.
12786 \begin_inset Foot
12787 status collapsed
12788
12789 \begin_layout Plain Layout
12790 When you are interested to learn more about this, have a look at the LaTeX-packa
12791 ge 
12792 \series bold
12793 pstricks
12794 \series default
12795
12796 \begin_inset Index idx
12797 status collapsed
12798
12799 \begin_layout Plain Layout
12800 LaTeX-packages ! pstricks
12801 \end_layout
12802
12803 \end_inset
12804
12805 .
12806 \end_layout
12807
12808 \end_inset
12809
12810  Due to this ability, the files are often bigger than PDFs.
12811 \end_layout
12812
12813 \begin_layout Standard
12814 PostScript can only contain images in the format 
12815 \begin_inset Quotes eld
12816 \end_inset
12817
12818 Encapsulated PostScript
12819 \begin_inset Quotes erd
12820 \end_inset
12821
12822  (EPS, file extension 
12823 \begin_inset Quotes eld
12824 \end_inset
12825
12826
12827 \family typewriter
12828 .eps
12829 \family default
12830
12831 \begin_inset Quotes erd
12832 \end_inset
12833
12834 ).
12835  As LyX allows you to use any known image format in your document, it has
12836  to convert them in the background to EPS.
12837  If you have e.g 50
12838 \begin_inset space \thinspace{}
12839 \end_inset
12840
12841 images in your document, LyX has to do 50
12842 \begin_inset space \thinspace{}
12843 \end_inset
12844
12845 conversions whenever you view or export your document.
12846  This will slow down your workflow with LyX drastically.
12847  So if you plan to use PostScript, you can insert your images directly as
12848  EPS to avoid this problem.
12849 \end_layout
12850
12851 \begin_layout Standard
12852 You can export your document to PostScript using the menu 
12853 \family sans
12854 File\SpecialChar \menuseparator
12855 Export\SpecialChar \menuseparator
12856 PostScript
12857 \family default
12858 .
12859 \end_layout
12860
12861 \begin_layout Subsubsection
12862 PDF
12863 \begin_inset Index idx
12864 status collapsed
12865
12866 \begin_layout Plain Layout
12867 File formats ! PDF
12868 \end_layout
12869
12870 \end_inset
12871
12872
12873 \begin_inset Index idx
12874 status collapsed
12875
12876 \begin_layout Plain Layout
12877 PDF
12878 \end_layout
12879
12880 \end_inset
12881
12882
12883 \end_layout
12884
12885 \begin_layout Standard
12886 This file type has the extension 
12887 \begin_inset Quotes eld
12888 \end_inset
12889
12890
12891 \family typewriter
12892 .pdf
12893 \family default
12894
12895 \begin_inset Quotes erd
12896 \end_inset
12897
12898 .
12899  The 
12900 \begin_inset Quotes eld
12901 \end_inset
12902
12903 Portable Document Format
12904 \begin_inset Quotes erd
12905 \end_inset
12906
12907  (PDF) developed by 
12908 \family typewriter
12909 Adobe
12910 \family default
12911  was derived from PostScript.
12912  It is more compressed and it uses fewer commands than PostScript.
12913  As the name 
12914 \begin_inset Quotes eld
12915 \end_inset
12916
12917 portable
12918 \begin_inset Quotes erd
12919 \end_inset
12920
12921  implies, it can be processed at any computer system and the printed output
12922  looks exactly the same.
12923 \end_layout
12924
12925 \begin_layout Standard
12926 PDF can contain images in its own PDF format and in the formats 
12927 \begin_inset Quotes eld
12928 \end_inset
12929
12930 Joint Photographic Experts Group
12931 \begin_inset Quotes erd
12932 \end_inset
12933
12934  (JPG, file extension 
12935 \begin_inset Quotes eld
12936 \end_inset
12937
12938
12939 \family typewriter
12940 .jpg
12941 \family default
12942
12943 \begin_inset Quotes erd
12944 \end_inset
12945
12946  or 
12947 \begin_inset Quotes eld
12948 \end_inset
12949
12950
12951 \family typewriter
12952 .jpeg
12953 \family default
12954
12955 \begin_inset Quotes erd
12956 \end_inset
12957
12958 ) and 
12959 \begin_inset Quotes eld
12960 \end_inset
12961
12962 Portable Network Graphics
12963 \begin_inset Quotes erd
12964 \end_inset
12965
12966  (PNG, file extension 
12967 \begin_inset Quotes eld
12968 \end_inset
12969
12970
12971 \family typewriter
12972 .png
12973 \family default
12974
12975 \begin_inset Quotes erd
12976 \end_inset
12977
12978 ).
12979  You can although use any other image format, because LyX converts them
12980  in the background to one of these formats.
12981  But as described in the section about PostScript, the image conversion
12982  will slow down your workflow.
12983  So we recommend to use images in one of the three mentioned formats.
12984 \end_layout
12985
12986 \begin_layout Standard
12987 You can export your document to PDF via the menu 
12988 \family sans
12989 File\SpecialChar \menuseparator
12990 Export
12991 \family default
12992  in three different ways:
12993 \end_layout
12994
12995 \begin_layout Description
12996 PDF This uses the program 
12997 \family typewriter
12998 ps2pdf
12999 \family default
13000  that creates a PDF from a PostScript-version of your file.
13001  The PostScript-version is produced by the program 
13002 \family typewriter
13003 dvips
13004 \family default
13005  which uses a DVI-version as intermediate step.
13006  So this export variant consist of three conversions.
13007 \end_layout
13008
13009 \begin_layout Description
13010 PDF
13011 \begin_inset space ~
13012 \end_inset
13013
13014 (dvipdfm) This uses the program 
13015 \family typewriter
13016 dvipdfm
13017 \family default
13018  that converts your file in the background to DVI and in a second step to
13019  PDF.
13020 \end_layout
13021
13022 \begin_layout Description
13023 PDF
13024 \begin_inset space ~
13025 \end_inset
13026
13027 (pdflatex) This uses the program 
13028 \family typewriter
13029 pdftex
13030 \family default
13031  that converts your file directly to PDF.
13032 \end_layout
13033
13034 \begin_layout Standard
13035 We recommend to use 
13036 \family sans
13037 PDF
13038 \begin_inset space ~
13039 \end_inset
13040
13041 (pdflatex)
13042 \family default
13043  because 
13044 \family typewriter
13045 pdftex
13046 \family default
13047  supports all the features of actual PDF-versions, is quick, stable, and
13048  works without problems.
13049  The program 
13050 \family typewriter
13051 dvipdfm
13052 \family default
13053  is no longer under development and therefore a bit outdated.
13054 \end_layout
13055
13056 \begin_layout Subsection
13057 Previewing
13058 \begin_inset Index idx
13059 status collapsed
13060
13061 \begin_layout Plain Layout
13062 Document ! Preview 
13063 \end_layout
13064
13065 \end_inset
13066
13067
13068 \end_layout
13069
13070 \begin_layout Standard
13071 To get a look at the final version of your document, with all of the pagebreaks
13072  in place, the footnotes correctly numbered, and so on, use the menu 
13073 \family sans
13074 View
13075 \family default
13076  and choose a file type.
13077  A viewing program will pop up showing the output.
13078  For 
13079 \family sans
13080 View\SpecialChar \menuseparator
13081 DVI
13082 \family default
13083  you can use the toolbar button 
13084 \begin_inset Graphics
13085         filename ../images/buffer-view_dvi.png
13086
13087 \end_inset
13088
13089  (shortcut 
13090 \begin_inset Info
13091 type  "shortcut"
13092 arg   "buffer-view dvi"
13093 \end_inset
13094
13095 ), for 
13096 \family sans
13097 View\SpecialChar \menuseparator
13098 PDF
13099 \begin_inset space ~
13100 \end_inset
13101
13102 (pdflatex)
13103 \family default
13104  the toolbar button 
13105 \begin_inset Graphics
13106         filename ../images/buffer-view_pdf2.png
13107
13108 \end_inset
13109
13110 , and for 
13111 \family sans
13112 View\SpecialChar \menuseparator
13113 Postscript
13114 \family default
13115  the toolbar button 
13116 \begin_inset Graphics
13117         filename ../images/buffer-view_ps.png
13118
13119 \end_inset
13120
13121  (shortcut 
13122 \begin_inset Info
13123 type  "shortcut"
13124 arg   "buffer-view ps"
13125 \end_inset
13126
13127 ).
13128 \end_layout
13129
13130 \begin_layout Standard
13131 If you have changed your document, you can refresh the output in the same
13132  viewer window using the menu 
13133 \family sans
13134 View\SpecialChar \menuseparator
13135 Update
13136 \family default
13137 .
13138 \end_layout
13139
13140 \begin_layout Standard
13141 When you preview a file, the output file is only generated in LyX's temporary
13142  directory.
13143  To have a real output, export your document.
13144 \end_layout
13145
13146 \begin_layout Subsection
13147 Printing the File from within LyX
13148 \begin_inset CommandInset label
13149 LatexCommand label
13150 name "sub:Printing-the-File"
13151
13152 \end_inset
13153
13154
13155 \end_layout
13156
13157 \begin_layout Standard
13158 Instead of exporting your file and then printing it, you can also print
13159  it directly from within LyX.
13160  To print a file, select the menu 
13161 \family sans
13162 File\SpecialChar \menuseparator
13163 Print
13164 \family default
13165  or click on the toolbar button 
13166 \begin_inset Graphics
13167         filename ../images/dialog-show_print.png
13168
13169 \end_inset
13170
13171 .
13172  LyX will internally call LaTeX to produce a DVI.
13173  This file is then processed by the program 
13174 \family typewriter
13175 dvips
13176 \family default
13177  to PostScript-file, which is finally printed using the program 
13178 \family typewriter
13179 Ghostscript
13180 \family default
13181 .
13182  Due to these steps in the background, this method is not the fastest.
13183 \end_layout
13184
13185 \begin_layout Standard
13186 You can choose to print only even-numbered or odd-numbered pages - this
13187  is useful for printing on two sides: You can re-insert the pages after
13188  printing one set to print on the other side.
13189  Some printers spit out pages face-up, others, face-down.
13190  By choosing a particular order to print in, you can take the entire stack
13191  of pages out of the printer without needing to reorder them.
13192 \end_layout
13193
13194 \begin_layout Standard
13195 You can set the parameters in the 
13196 \family sans
13197 Print
13198 \begin_inset space ~
13199 \end_inset
13200
13201 Destination
13202 \family default
13203  box as follows:
13204 \end_layout
13205
13206 \begin_layout Labeling
13207 \labelwidthstring 00.00.0000
13208
13209 \family sans
13210 Printer
13211 \family default
13212  This is the name of the printer to print to.
13213 \begin_inset Foot
13214 status collapsed
13215
13216 \begin_layout Plain Layout
13217 Note that this printer name is for the program 
13218 \family typewriter
13219 dvips
13220 \family default
13221 .
13222  That means 
13223 \family typewriter
13224 dvips
13225 \family default
13226  has to be configured for this printer name.
13227  The default printer can be set in LyX's preferences dialog, see section
13228 \begin_inset space ~
13229 \end_inset
13230
13231
13232 \begin_inset CommandInset ref
13233 LatexCommand ref
13234 reference "sub:Printer"
13235
13236 \end_inset
13237
13238 .
13239 \end_layout
13240
13241 \end_inset
13242
13243  The printer should understand PostScript.
13244 \end_layout
13245
13246 \begin_layout Labeling
13247 \labelwidthstring 00.00.0000
13248
13249 \family sans
13250 File
13251 \family default
13252  The name of a file to print to.
13253  The output will be a PostScript file.
13254  It will be written in LyX's working directory unless you specify the full
13255  path.
13256 \end_layout
13257
13258 \begin_layout Section
13259 A few Words about Typography
13260 \begin_inset Index idx
13261 status collapsed
13262
13263 \begin_layout Plain Layout
13264 Typography
13265 \end_layout
13266
13267 \end_inset
13268
13269
13270 \end_layout
13271
13272 \begin_layout Subsection
13273 Hyphens
13274 \begin_inset Index idx
13275 status collapsed
13276
13277 \begin_layout Plain Layout
13278 Hyphens
13279 \end_layout
13280
13281 \end_inset
13282
13283
13284 \end_layout
13285
13286 \begin_layout Standard
13287 In LyX, the 
13288 \begin_inset Quotes eld
13289 \end_inset
13290
13291
13292 \family typewriter
13293 -
13294 \family default
13295
13296 \begin_inset Quotes erd
13297 \end_inset
13298
13299  character comes in four lengths: the 
13300 \emph on
13301 hyphen
13302 \emph default
13303 , the 
13304 \emph on
13305 en dash
13306 \emph default
13307 , the 
13308 \emph on
13309 em dash
13310 \emph default
13311 , and the minus sign:
13312 \begin_inset VSpace defskip
13313 \end_inset
13314
13315
13316 \end_layout
13317
13318 \begin_layout Standard
13319 \begin_inset Tabular
13320 <lyxtabular version="3" rows="5" columns="3">
13321 <features tabularvalignment="middle">
13322 <column alignment="left" valignment="top" width="0">
13323 <column alignment="left" valignment="top" width="0">
13324 <column alignment="left" valignment="top" width="0">
13325 <row interlinespace="3mm">
13326 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13327 \begin_inset Text
13328
13329 \begin_layout Plain Layout
13330 name
13331 \end_layout
13332
13333 \end_inset
13334 </cell>
13335 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13336 \begin_inset Text
13337
13338 \begin_layout Plain Layout
13339 output
13340 \end_layout
13341
13342 \end_inset
13343 </cell>
13344 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13345 \begin_inset Text
13346
13347 \begin_layout Plain Layout
13348 inserted with
13349 \end_layout
13350
13351 \end_inset
13352 </cell>
13353 </row>
13354 <row interlinespace="3mm">
13355 <cell alignment="center" valignment="top" usebox="none">
13356 \begin_inset Text
13357
13358 \begin_layout Plain Layout
13359 hyphen
13360 \end_layout
13361
13362 \end_inset
13363 </cell>
13364 <cell alignment="center" valignment="top" usebox="none">
13365 \begin_inset Text
13366
13367 \begin_layout Plain Layout
13368 -
13369 \end_layout
13370
13371 \end_inset
13372 </cell>
13373 <cell alignment="center" valignment="top" usebox="none">
13374 \begin_inset Text
13375
13376 \begin_layout Plain Layout
13377 \begin_inset Quotes eld
13378 \end_inset
13379
13380
13381 \family typewriter
13382 -
13383 \family default
13384
13385 \begin_inset Quotes erd
13386 \end_inset
13387
13388  in text
13389 \end_layout
13390
13391 \end_inset
13392 </cell>
13393 </row>
13394 <row interlinespace="3mm">
13395 <cell alignment="center" valignment="top" usebox="none">
13396 \begin_inset Text
13397
13398 \begin_layout Plain Layout
13399 en dash
13400 \end_layout
13401
13402 \end_inset
13403 </cell>
13404 <cell alignment="center" valignment="top" usebox="none">
13405 \begin_inset Text
13406
13407 \begin_layout Plain Layout
13408
13409 \end_layout
13410
13411 \end_inset
13412 </cell>
13413 <cell alignment="center" valignment="top" usebox="none">
13414 \begin_inset Text
13415
13416 \begin_layout Plain Layout
13417
13418 \family sans
13419 Insert\SpecialChar \menuseparator
13420 Special
13421 \begin_inset space ~
13422 \end_inset
13423
13424 Character\SpecialChar \menuseparator
13425 Symbols
13426 \end_layout
13427
13428 \end_inset
13429 </cell>
13430 </row>
13431 <row interlinespace="3mm">
13432 <cell alignment="center" valignment="top" usebox="none">
13433 \begin_inset Text
13434
13435 \begin_layout Plain Layout
13436 em dash
13437 \end_layout
13438
13439 \end_inset
13440 </cell>
13441 <cell alignment="center" valignment="top" usebox="none">
13442 \begin_inset Text
13443
13444 \begin_layout Plain Layout
13445
13446 \end_layout
13447
13448 \end_inset
13449 </cell>
13450 <cell alignment="center" valignment="top" usebox="none">
13451 \begin_inset Text
13452
13453 \begin_layout Plain Layout
13454
13455 \family sans
13456 Insert\SpecialChar \menuseparator
13457 Special
13458 \begin_inset space ~
13459 \end_inset
13460
13461 Character\SpecialChar \menuseparator
13462 Symbols
13463 \end_layout
13464
13465 \end_inset
13466 </cell>
13467 </row>
13468 <row>
13469 <cell alignment="center" valignment="top" usebox="none">
13470 \begin_inset Text
13471
13472 \begin_layout Plain Layout
13473 minus sign
13474 \end_layout
13475
13476 \end_inset
13477 </cell>
13478 <cell alignment="center" valignment="top" usebox="none">
13479 \begin_inset Text
13480
13481 \begin_layout Plain Layout
13482 \begin_inset Formula $-
13483 $
13484 \end_inset
13485
13486
13487 \end_layout
13488
13489 \end_inset
13490 </cell>
13491 <cell alignment="center" valignment="top" usebox="none">
13492 \begin_inset Text
13493
13494 \begin_layout Plain Layout
13495 \begin_inset Quotes eld
13496 \end_inset
13497
13498
13499 \family typewriter
13500 -
13501 \family default
13502
13503 \begin_inset Quotes erd
13504 \end_inset
13505
13506  in math mode
13507 \end_layout
13508
13509 \end_inset
13510 </cell>
13511 </row>
13512 </lyxtabular>
13513
13514 \end_inset
13515
13516
13517 \begin_inset VSpace defskip
13518 \end_inset
13519
13520
13521 \end_layout
13522
13523 \begin_layout Standard
13524 You can alternatively generate the en and em dash by inserting the 
13525 \begin_inset Quotes eld
13526 \end_inset
13527
13528
13529 \family typewriter
13530 -
13531 \family default
13532
13533 \begin_inset Quotes erd
13534 \end_inset
13535
13536  character multiple times in a row.
13537  They will automatically be converted to the appropriate length dash in
13538  the final output, but not in LyX.
13539  
13540 \begin_inset Quotes eld
13541 \end_inset
13542
13543 -
13544 \begin_inset space \thinspace{}
13545 \end_inset
13546
13547 -
13548 \begin_inset Quotes erd
13549 \end_inset
13550
13551  gives a en dash, 
13552 \begin_inset Quotes eld
13553 \end_inset
13554
13555 -
13556 \begin_inset space \thinspace{}
13557 \end_inset
13558
13559 -
13560 \begin_inset space \thinspace{}
13561 \end_inset
13562
13563 -
13564 \begin_inset Quotes erd
13565 \end_inset
13566
13567  a em dash.
13568 \end_layout
13569
13570 \begin_layout Standard
13571 The three dash types are distinct from the minus sign, which appears in
13572  math mode and has a length of its own.
13573  Here are some examples of the 
13574 \begin_inset Quotes eld
13575 \end_inset
13576
13577
13578 \family typewriter
13579 -
13580 \family default
13581
13582 \begin_inset Quotes eld
13583 \end_inset
13584
13585  in use:
13586 \end_layout
13587
13588 \begin_layout Enumerate
13589 line- and page-breaks
13590 \begin_inset space \hfill{}
13591 \end_inset
13592
13593 (
13594 \emph on
13595 hyphen
13596 \emph default
13597 )
13598 \end_layout
13599
13600 \begin_layout Enumerate
13601 From A–Z
13602 \begin_inset space \hfill{}
13603 \end_inset
13604
13605 (
13606 \emph on
13607 en dash
13608 \emph default
13609 )
13610 \end_layout
13611
13612 \begin_layout Enumerate
13613 Oh — there's a dash.
13614 \begin_inset space \hfill{}
13615 \end_inset
13616
13617 (
13618 \emph on
13619 em dash
13620 \emph default
13621 )
13622 \end_layout
13623
13624 \begin_layout Enumerate
13625 \begin_inset Formula $x^{2}-y^{2}=z^{2}
13626 $
13627 \end_inset
13628
13629
13630 \begin_inset space \hfill{}
13631 \end_inset
13632
13633 (
13634 \emph on
13635 minus sign
13636 \emph default
13637 )
13638 \end_layout
13639
13640 \begin_layout Subsection
13641 Hyphenation
13642 \begin_inset Index idx
13643 status collapsed
13644
13645 \begin_layout Plain Layout
13646 Hyphenation
13647 \end_layout
13648
13649 \end_inset
13650
13651
13652 \begin_inset CommandInset label
13653 LatexCommand label
13654 name "sub:Hyphenation"
13655
13656 \end_inset
13657
13658
13659 \end_layout
13660
13661 \begin_layout Standard
13662 Words aren't hyphenated within LyX but automatically in the output.
13663  Hyphenation is done by the LaTeX-package 
13664 \series bold
13665 babel
13666 \series default
13667
13668 \begin_inset Index idx
13669 status collapsed
13670
13671 \begin_layout Plain Layout
13672 LaTeX-packages ! babel
13673 \end_layout
13674
13675 \end_inset
13676
13677  following the rules of the document language
13678 \begin_inset Foot
13679 status collapsed
13680
13681 \begin_layout Plain Layout
13682 For German readers: That's one of the main differences between the languages
13683  
13684 \family sans
13685 German
13686 \family default
13687  and 
13688 \family sans
13689 German
13690 \begin_inset space ~
13691 \end_inset
13692
13693 (new
13694 \begin_inset space ~
13695 \end_inset
13696
13697 spelling)
13698 \family default
13699  in the 
13700 \family sans
13701 Document\SpecialChar \menuseparator
13702 Settings
13703 \family default
13704  dialog.
13705 \end_layout
13706
13707 \end_inset
13708
13709 .
13710 \end_layout
13711
13712 \begin_layout Standard
13713 LaTeX hyphenates almost perfectly, it only has problems with text in the
13714  
13715 \family sans
13716 typewriter
13717 \family default
13718  font and with unusual constructs, like 
13719 \begin_inset Quotes eld
13720 \end_inset
13721
13722 h3knix/m0n0wall
13723 \begin_inset Quotes erd
13724 \end_inset
13725
13726 .
13727  If LaTeX can't break a word correctly, you can set hyphenation points manually.
13728  This is done with the menu 
13729 \family sans
13730 Insert\SpecialChar \menuseparator
13731 Formatting\SpecialChar \menuseparator
13732 Hyphenation
13733 \begin_inset space ~
13734 \end_inset
13735
13736 Point
13737 \family default
13738 .
13739  These extra hyphenation points are only recommendations to LaTeX.
13740  If no hyphenation is necessary, LaTeX will ignore them.
13741 \end_layout
13742
13743 \begin_layout Standard
13744 Sometimes you want to prevent words or constructs to be hyphenated.
13745  Imagine that you are describing keybindings/shortcuts in your document
13746  in the form 
13747 \begin_inset Quotes eld
13748 \end_inset
13749
13750 A-b c
13751 \begin_inset Quotes erd
13752 \end_inset
13753
13754 .
13755  LaTeX would then see the hyphen 
13756 \begin_inset Quotes eld
13757 \end_inset
13758
13759 -
13760 \begin_inset Quotes erd
13761 \end_inset
13762
13763  as hyphenation possibility.
13764  Hyphenating at this point would look ugly.
13765  To prevent the shortcut from being hyphenated, you can put it into the
13766  argument of the LaTeX-box-command 
13767 \series bold
13768
13769 \backslash
13770 mbox
13771 \series default
13772 , because text within LaTeX-boxes can't be hyphenated.
13773  As LyX doesn't support 
13774 \series bold
13775
13776 \backslash
13777 mbox
13778 \series default
13779 , you have to use TeX Code.
13780  The result looks in LyX like:
13781 \end_layout
13782
13783 \begin_layout Standard
13784 \begin_inset Graphics
13785         filename clipart/mbox.png
13786
13787 \end_inset
13788
13789
13790 \end_layout
13791
13792 \begin_layout Standard
13793 To learn more about TeX Code, have a look at section
13794 \begin_inset space ~
13795 \end_inset
13796
13797
13798 \begin_inset CommandInset ref
13799 LatexCommand ref
13800 reference "sec:TeX-Code"
13801
13802 \end_inset
13803
13804 .
13805 \end_layout
13806
13807 \begin_layout Subsection
13808 Punctuation Marks
13809 \begin_inset Index idx
13810 status collapsed
13811
13812 \begin_layout Plain Layout
13813 Punctuation marks
13814 \end_layout
13815
13816 \end_inset
13817
13818
13819 \end_layout
13820
13821 \begin_layout Subsubsection
13822 Abbreviations and End of Sentence
13823 \begin_inset CommandInset label
13824 LatexCommand label
13825 name "sub:Abbreviations"
13826
13827 \end_inset
13828
13829
13830 \end_layout
13831
13832 \begin_layout Standard
13833 When LyX calls LaTeX to generate the final version of your document, LaTeX
13834  automatically distinguishes between words, sentences, and abbreviations.
13835  LaTeX then adds the 
13836 \begin_inset Quotes eld
13837 \end_inset
13838
13839 appropriate amount of space
13840 \begin_inset Quotes erd
13841 \end_inset
13842
13843 .
13844  That means sentences get a little bit more space between the period and
13845  the next word.
13846  Abbreviations get the same amount of space after the period as a word uses.
13847 \end_layout
13848
13849 \begin_layout Standard
13850 Unfortunately, the algorithm for figuring out what's an abbreviation does
13851  not work in all cases.
13852  If a 
13853 \begin_inset Quotes eld
13854 \end_inset
13855
13856
13857 \family typewriter
13858 .
13859 \family default
13860
13861 \begin_inset Quotes erd
13862 \end_inset
13863
13864  is at the end of a lowercase letter, it's the end of a sentence; if it's
13865  at the end of a capitalized letter, it's an abbreviation.
13866 \end_layout
13867
13868 \begin_layout Standard
13869 Here are some examples of 
13870 \emph on
13871 correct
13872 \emph default
13873  abbreviations and the end of a sentence:
13874 \end_layout
13875
13876 \begin_layout Itemize
13877 M.
13878  Butterfly
13879 \end_layout
13880
13881 \begin_layout Itemize
13882 Don't worry.
13883  Be happy.
13884 \end_layout
13885
13886 \begin_layout Standard
13887 And here's an example of the algorithm going wrong:
13888 \end_layout
13889
13890 \begin_layout Itemize
13891 e.
13892 \begin_inset space \thinspace{}
13893 \end_inset
13894
13895 g.
13896  this is too much space!
13897 \end_layout
13898
13899 \begin_layout Itemize
13900 This is I.
13901  It's okay.
13902 \end_layout
13903
13904 \begin_layout Standard
13905 You won't see anything wrong until you view a final version of your document.
13906 \end_layout
13907
13908 \begin_layout Standard
13909 To fix this problem, use one of the following:
13910 \end_layout
13911
13912 \begin_layout Enumerate
13913 Use an 
13914 \family sans
13915 Inter-word
13916 \begin_inset space ~
13917 \end_inset
13918
13919 Space
13920 \family default
13921  after lowercase abbreviations (see section
13922 \begin_inset space ~
13923 \end_inset
13924
13925
13926 \begin_inset CommandInset ref
13927 LatexCommand ref
13928 reference "sub:Inter-word-Space"
13929
13930 \end_inset
13931
13932 ).
13933 \begin_inset Index idx
13934 status collapsed
13935
13936 \begin_layout Plain Layout
13937 Spaces ! inter-word
13938 \end_layout
13939
13940 \end_inset
13941
13942
13943 \end_layout
13944
13945 \begin_layout Enumerate
13946 Use a 
13947 \family sans
13948 Thin
13949 \begin_inset space ~
13950 \end_inset
13951
13952 Space
13953 \family default
13954  between two tokens of an abbreviation (see section
13955 \begin_inset space ~
13956 \end_inset
13957
13958
13959 \begin_inset CommandInset ref
13960 LatexCommand ref
13961 reference "sub:Thin-Space"
13962
13963 \end_inset
13964
13965 ).
13966 \begin_inset Index idx
13967 status collapsed
13968
13969 \begin_layout Plain Layout
13970 Spaces ! thin
13971 \end_layout
13972
13973 \end_inset
13974
13975
13976 \end_layout
13977
13978 \begin_layout Enumerate
13979 Use an 
13980 \family sans
13981 End
13982 \begin_inset space ~
13983 \end_inset
13984
13985 of
13986 \begin_inset space ~
13987 \end_inset
13988
13989 sentence
13990 \begin_inset space ~
13991 \end_inset
13992
13993 period
13994 \family default
13995  found under the 
13996 \family sans
13997 Insert\SpecialChar \menuseparator
13998 Special
13999 \begin_inset space ~
14000 \end_inset
14001
14002 Character
14003 \family default
14004  menu to force the use of inter-sentence spacing.
14005  This function is also bound to 
14006 \begin_inset Info
14007 type  "shortcut"
14008 arg   "specialchar-insert end-of-sentence"
14009 \end_inset
14010
14011  for easy access.
14012 \end_layout
14013
14014 \begin_layout Standard
14015 With the corrections, our earlier examples look like this:
14016 \end_layout
14017
14018 \begin_layout Itemize
14019 e.
14020 \begin_inset space \thinspace{}
14021 \end_inset
14022
14023 g.
14024 \begin_inset space \space{}
14025 \end_inset
14026
14027 this is too much space!
14028 \end_layout
14029
14030 \begin_layout Itemize
14031 This is I\SpecialChar \@.
14032  It's okay.
14033 \end_layout
14034
14035 \begin_layout Standard
14036 Some languages don't use extra spacing between sentences.
14037  If your language is such a language, you don't need to worry, because LaTeX
14038  will take care of this.
14039 \end_layout
14040
14041 \begin_layout Standard
14042 For those that do need to bother, there is help to catch those sneaky errors:
14043  Check out the 
14044 \family sans
14045 Check
14046 \begin_inset space ~
14047 \end_inset
14048
14049 TeX
14050 \family default
14051  feature described in section 
14052 \emph on
14053 Checking TeX
14054 \emph default
14055  of the 
14056 \emph on
14057 Additional Features
14058 \emph default
14059  manual.
14060 \end_layout
14061
14062 \begin_layout Subsubsection
14063 Quotes
14064 \begin_inset Index idx
14065 status collapsed
14066
14067 \begin_layout Plain Layout
14068 Typography ! Quotes
14069 \end_layout
14070
14071 \end_inset
14072
14073
14074 \begin_inset Index idx
14075 status collapsed
14076
14077 \begin_layout Plain Layout
14078 Quotes | see
14079 \begin_inset ERT
14080 status collapsed
14081
14082 \begin_layout Plain Layout
14083
14084 {
14085 \end_layout
14086
14087 \end_inset
14088
14089 Typography
14090 \begin_inset ERT
14091 status collapsed
14092
14093 \begin_layout Plain Layout
14094
14095 }
14096 \end_layout
14097
14098 \end_inset
14099
14100
14101 \end_layout
14102
14103 \end_inset
14104
14105
14106 \end_layout
14107
14108 \begin_layout Standard
14109 LyX usually sets quotes correctly.
14110  Specifically, it will use an opening quote at the beginning of quoted text,
14111  and use a closing quote at the end.
14112  For example, 
14113 \begin_inset Quotes eld
14114 \end_inset
14115
14116 open close
14117 \begin_inset Quotes erd
14118 \end_inset
14119
14120 .
14121  The keyboard character, 
14122 \family sans
14123 "
14124 \family default
14125 , generates this automatically.
14126 \end_layout
14127
14128 \begin_layout Standard
14129 You can change the behavior of the 
14130 \family sans
14131 "
14132 \family default
14133  key using the submenu 
14134 \family sans
14135 Language
14136 \family default
14137  of the dialog 
14138 \family sans
14139 Document\SpecialChar \menuseparator
14140 Settings
14141 \family default
14142
14143 \begin_inset Index idx
14144 status collapsed
14145
14146 \begin_layout Plain Layout
14147 Document ! Settings
14148 \end_layout
14149
14150 \end_inset
14151
14152  dialog.
14153 \end_layout
14154
14155 \begin_layout Standard
14156 You can also select quotes for different languages in the box 
14157 \family sans
14158 Type
14159 \family default
14160  option.
14161  There are six choices:
14162 \end_layout
14163
14164 \begin_layout Labeling
14165 \labelwidthstring 00.00.0000
14166
14167 \family sans
14168 \begin_inset Quotes eld
14169 \end_inset
14170
14171 Text
14172 \begin_inset Quotes erd
14173 \end_inset
14174
14175
14176 \family default
14177  Use quotes like this 
14178 \begin_inset Quotes eld
14179 \end_inset
14180
14181 double
14182 \begin_inset Quotes erd
14183 \end_inset
14184
14185  or 
14186 \begin_inset Quotes els
14187 \end_inset
14188
14189 single
14190 \begin_inset Quotes ers
14191 \end_inset
14192
14193
14194 \end_layout
14195
14196 \begin_layout Labeling
14197 \labelwidthstring 00.00.0000
14198
14199 \family sans
14200 \begin_inset Quotes sld
14201 \end_inset
14202
14203 Text
14204 \begin_inset Quotes srd
14205 \end_inset
14206
14207
14208 \family default
14209  Use quotes like 
14210 \begin_inset Quotes sld
14211 \end_inset
14212
14213 this
14214 \begin_inset Quotes srd
14215 \end_inset
14216
14217  or 'this
14218 \begin_inset Quotes ers
14219 \end_inset
14220
14221
14222 \end_layout
14223
14224 \begin_layout Labeling
14225 \labelwidthstring 00.00.0000
14226
14227 \family sans
14228 \begin_inset Quotes gld
14229 \end_inset
14230
14231 Text
14232 \begin_inset Quotes grd
14233 \end_inset
14234
14235
14236 \family default
14237  Use quotes like 
14238 \begin_inset Quotes gld
14239 \end_inset
14240
14241 this
14242 \begin_inset Quotes grd
14243 \end_inset
14244
14245  or 
14246 \begin_inset Quotes gls
14247 \end_inset
14248
14249 this
14250 \begin_inset Quotes grs
14251 \end_inset
14252
14253
14254 \end_layout
14255
14256 \begin_layout Labeling
14257 \labelwidthstring 00.00.0000
14258
14259 \family sans
14260 \begin_inset Quotes pld
14261 \end_inset
14262
14263 Text
14264 \begin_inset Quotes prd
14265 \end_inset
14266
14267
14268 \family default
14269  Use quotes like 
14270 \begin_inset Quotes pld
14271 \end_inset
14272
14273 this
14274 \begin_inset Quotes prd
14275 \end_inset
14276
14277  or 
14278 \begin_inset Quotes pls
14279 \end_inset
14280
14281 this
14282 \begin_inset Quotes prs
14283 \end_inset
14284
14285
14286 \end_layout
14287
14288 \begin_layout Labeling
14289 \labelwidthstring 00.00.0000
14290
14291 \family sans
14292 \begin_inset Quotes fld
14293 \end_inset
14294
14295 Text
14296 \begin_inset Quotes frd
14297 \end_inset
14298
14299
14300 \family default
14301  Use quotes like 
14302 \begin_inset Quotes fld
14303 \end_inset
14304
14305 this
14306 \begin_inset Quotes frd
14307 \end_inset
14308
14309  or 
14310 \begin_inset Quotes fls
14311 \end_inset
14312
14313 this
14314 \begin_inset Quotes frs
14315 \end_inset
14316
14317
14318 \end_layout
14319
14320 \begin_layout Labeling
14321 \labelwidthstring 00.00.0000
14322
14323 \family sans
14324 \begin_inset Quotes ald
14325 \end_inset
14326
14327 Text
14328 \begin_inset Quotes ard
14329 \end_inset
14330
14331
14332 \family default
14333  Use quotes like 
14334 \begin_inset Quotes ald
14335 \end_inset
14336
14337 this
14338 \begin_inset Quotes ard
14339 \end_inset
14340
14341  or 
14342 \begin_inset Quotes als
14343 \end_inset
14344
14345 this
14346 \begin_inset Quotes ars
14347 \end_inset
14348
14349
14350 \end_layout
14351
14352 \begin_layout Standard
14353 These settings affect what character the 
14354 \family sans
14355 "
14356 \family default
14357  key produces.
14358 \end_layout
14359
14360 \begin_layout Subsection
14361 Ligatures
14362 \begin_inset Index idx
14363 status collapsed
14364
14365 \begin_layout Plain Layout
14366 Typography ! Ligatures
14367 \end_layout
14368
14369 \end_inset
14370
14371
14372 \begin_inset Index idx
14373 status collapsed
14374
14375 \begin_layout Plain Layout
14376 Ligatures | see
14377 \begin_inset ERT
14378 status collapsed
14379
14380 \begin_layout Plain Layout
14381
14382 {
14383 \end_layout
14384
14385 \end_inset
14386
14387 Typography
14388 \begin_inset ERT
14389 status collapsed
14390
14391 \begin_layout Plain Layout
14392
14393 }
14394 \end_layout
14395
14396 \end_inset
14397
14398
14399 \end_layout
14400
14401 \end_inset
14402
14403
14404 \begin_inset CommandInset label
14405 LatexCommand label
14406 name "sub:Ligatures"
14407
14408 \end_inset
14409
14410
14411 \end_layout
14412
14413 \begin_layout Standard
14414 It is standard typesetting practice to group certain letters together and
14415  print them as single characters.
14416  These groups are known as 
14417 \emph on
14418 ligatures
14419 \emph default
14420 .
14421  Since LaTeX knows about ligatures, your documents will contain them too
14422  in the output.
14423  Here are the standard ligatures:
14424 \end_layout
14425
14426 \begin_layout Itemize
14427 ff
14428 \end_layout
14429
14430 \begin_layout Itemize
14431 fi
14432 \end_layout
14433
14434 \begin_layout Itemize
14435 fl
14436 \end_layout
14437
14438 \begin_layout Itemize
14439 ffi
14440 \end_layout
14441
14442 \begin_layout Itemize
14443 ffl
14444 \end_layout
14445
14446 \begin_layout Standard
14447 Some languages uses other ligatures if the document font supports them.
14448 \end_layout
14449
14450 \begin_layout Standard
14451 Sometimes, you don't want a ligature in a word.
14452  While a ligature may be okay in the word, 
14453 \begin_inset Quotes eld
14454 \end_inset
14455
14456 graffiti,
14457 \begin_inset Quotes erd
14458 \end_inset
14459
14460  it looks really weird in compound words, such as 
14461 \begin_inset Quotes eld
14462 \end_inset
14463
14464 cufflink
14465 \begin_inset Quotes erd
14466 \end_inset
14467
14468  or the German 
14469 \begin_inset Quotes eld
14470 \end_inset
14471
14472 Dorffest.
14473 \begin_inset Quotes erd
14474 \end_inset
14475
14476  To break a ligature, use 
14477 \family sans
14478 Insert\SpecialChar \menuseparator
14479 Formatting\SpecialChar \menuseparator
14480 Ligature
14481 \begin_inset space ~
14482 \end_inset
14483
14484 Break.
14485
14486 \family default
14487  This changes 
14488 \begin_inset Quotes eld
14489 \end_inset
14490
14491 cufflinks
14492 \begin_inset Quotes erd
14493 \end_inset
14494
14495  to 
14496 \begin_inset Quotes eld
14497 \end_inset
14498
14499 cuff\SpecialChar \textcompwordmark{}
14500 links
14501 \begin_inset Quotes erd
14502 \end_inset
14503
14504  and 
14505 \begin_inset Quotes eld
14506 \end_inset
14507
14508 Dorffest
14509 \begin_inset Quotes erd
14510 \end_inset
14511
14512  to 
14513 \begin_inset Quotes eld
14514 \end_inset
14515
14516 Dorf\SpecialChar \textcompwordmark{}
14517 fest
14518 \begin_inset Quotes erd
14519 \end_inset
14520
14521 .
14522 \end_layout
14523
14524 \begin_layout Subsection
14525 LyX's Proper Names
14526 \begin_inset Index idx
14527 status collapsed
14528
14529 \begin_layout Plain Layout
14530 LyX ! Proper names
14531 \end_layout
14532
14533 \end_inset
14534
14535
14536 \begin_inset CommandInset label
14537 LatexCommand label
14538 name "sub:LyX's-Proper-Names"
14539
14540 \end_inset
14541
14542
14543 \end_layout
14544
14545 \begin_layout Standard
14546 You will certainly have noticed that the word “LaTeX” always appears with
14547  characters in different sizes and heights.
14548  LaTeX is the name of the program used by LyX and is therefore recognized
14549  as a proper name when you type it in LyX as 
14550 \begin_inset Quotes eld
14551 \end_inset
14552
14553 LaT
14554 \begin_inset ERT
14555 status collapsed
14556
14557 \begin_layout Plain Layout
14558
14559 {}
14560 \end_layout
14561
14562 \end_inset
14563
14564 eX
14565 \begin_inset Quotes erd
14566 \end_inset
14567
14568 .
14569 \begin_inset Note Note
14570 status collapsed
14571
14572 \begin_layout Plain Layout
14573 The braces in TeX Code are here to avoid that the 
14574 \begin_inset Quotes eld
14575 \end_inset
14576
14577 command
14578 \begin_inset Quotes erd
14579 \end_inset
14580
14581  appear as proper name in the output, see the last paragraph of this section.
14582  To create proper names omit the TeX Code.
14583 \end_layout
14584
14585 \end_inset
14586
14587  Note the order of the upper-and lowercase letters! LyX recognizes the following
14588  proper names:
14589 \end_layout
14590
14591 \begin_layout Description
14592 LyX The name of the game, write 
14593 \begin_inset Quotes eld
14594 \end_inset
14595
14596 L
14597 \begin_inset ERT
14598 status collapsed
14599
14600 \begin_layout Plain Layout
14601
14602 {}
14603 \end_layout
14604
14605 \end_inset
14606
14607 yX
14608 \begin_inset Quotes erd
14609 \end_inset
14610
14611  to produce it.
14612 \end_layout
14613
14614 \begin_layout Description
14615 TeX The program used by LaTeX, write 
14616 \begin_inset Quotes eld
14617 \end_inset
14618
14619 T
14620 \begin_inset ERT
14621 status collapsed
14622
14623 \begin_layout Plain Layout
14624
14625 {}
14626 \end_layout
14627
14628 \end_inset
14629
14630 eX
14631 \begin_inset Quotes erd
14632 \end_inset
14633
14634  to produce it.
14635 \end_layout
14636
14637 \begin_layout Description
14638 LaTeX The program used by LyX, write 
14639 \begin_inset Quotes eld
14640 \end_inset
14641
14642 LaT
14643 \begin_inset ERT
14644 status collapsed
14645
14646 \begin_layout Plain Layout
14647
14648 {}
14649 \end_layout
14650
14651 \end_inset
14652
14653 eX
14654 \begin_inset Quotes erd
14655 \end_inset
14656
14657  to produce it.
14658 \end_layout
14659
14660 \begin_layout Description
14661 LaTeX2e The actual version of LaTeX, write 
14662 \begin_inset Quotes eld
14663 \end_inset
14664
14665 LaT
14666 \begin_inset ERT
14667 status collapsed
14668
14669 \begin_layout Plain Layout
14670
14671 {}
14672 \end_layout
14673
14674 \end_inset
14675
14676 eX2e
14677 \begin_inset Quotes erd
14678 \end_inset
14679
14680  to produce it.
14681 \end_layout
14682
14683 \begin_layout Standard
14684 You might wonder why the LaTeX-version is 
14685 \begin_inset Quotes eld
14686 \end_inset
14687
14688 2
14689 \begin_inset Formula $\epsilon
14690 $
14691 \end_inset
14692
14693
14694 \begin_inset Quotes erd
14695 \end_inset
14696
14697 .
14698  It's an old tradition in the TeX-world to give programs geek version numbers.
14699  For example the version number of TeX converges to the number 
14700 \begin_inset Formula $\pi
14701 $
14702 \end_inset
14703
14704 : The actual version is 
14705 \begin_inset Quotes eld
14706 \end_inset
14707
14708 TeX-3.141592
14709 \begin_inset Quotes erd
14710 \end_inset
14711
14712 , the previous one was 
14713 \begin_inset Quotes eld
14714 \end_inset
14715
14716 TeX-3.14159
14717 \begin_inset Quotes erd
14718 \end_inset
14719
14720 .
14721 \end_layout
14722
14723 \begin_layout Standard
14724 If you don't want to use proper names, e.
14725 \begin_inset space \thinspace{}
14726 \end_inset
14727
14728 g.
14729 \begin_inset space \space{}
14730 \end_inset
14731
14732 in section headings, you can insert two empty braces in TeX Code in the
14733  word.
14734  This will look in LyX like: 
14735 \begin_inset Graphics
14736         filename clipart/LaTeX.png
14737         scale 80
14738
14739 \end_inset
14740
14741
14742 \begin_inset Newline newline
14743 \end_inset
14744
14745 For more about TeX Code, look at section
14746 \begin_inset space ~
14747 \end_inset
14748
14749
14750 \begin_inset CommandInset ref
14751 LatexCommand ref
14752 reference "sec:TeX-Code"
14753
14754 \end_inset
14755
14756 .
14757 \end_layout
14758
14759 \begin_layout Subsection
14760 Units
14761 \begin_inset Index idx
14762 status collapsed
14763
14764 \begin_layout Plain Layout
14765 Typography ! Units
14766 \end_layout
14767
14768 \end_inset
14769
14770
14771 \end_layout
14772
14773 \begin_layout Standard
14774 Generally the space between units and the number is smaller than the normal
14775  space between two words.
14776  As you can see in the example below, it looks better when the space is
14777  smaller.
14778  To get such a 
14779 \begin_inset Quotes eld
14780 \end_inset
14781
14782 half space
14783 \begin_inset Quotes erd
14784 \end_inset
14785
14786  for units use the menu 
14787 \family sans
14788 Insert\SpecialChar \menuseparator
14789 Formatting\SpecialChar \menuseparator
14790 Thin
14791 \begin_inset space ~
14792 \end_inset
14793
14794 Space
14795 \family default
14796  (shortcut 
14797 \begin_inset Info
14798 type  "shortcuts"
14799 arg   "space-insert thin"
14800 \end_inset
14801
14802 ).
14803 \end_layout
14804
14805 \begin_layout Standard
14806 Here's an example to show the differences:
14807 \end_layout
14808
14809 \begin_layout Standard
14810 \begin_inset Tabular
14811 <lyxtabular version="3" rows="2" columns="2">
14812 <features tabularvalignment="middle">
14813 <column alignment="left" valignment="top" width="0">
14814 <column alignment="left" valignment="top" width="0">
14815 <row>
14816 <cell alignment="center" valignment="top" usebox="none">
14817 \begin_inset Text
14818
14819 \begin_layout Plain Layout
14820 24
14821 \begin_inset space ~
14822 \end_inset
14823
14824 kW
14825 \begin_inset Formula $\cdot
14826 $
14827 \end_inset
14828
14829 h
14830 \end_layout
14831
14832 \end_inset
14833 </cell>
14834 <cell alignment="center" valignment="top" usebox="none">
14835 \begin_inset Text
14836
14837 \begin_layout Plain Layout
14838 space between number and unit
14839 \end_layout
14840
14841 \end_inset
14842 </cell>
14843 </row>
14844 <row>
14845 <cell alignment="center" valignment="top" usebox="none">
14846 \begin_inset Text
14847
14848 \begin_layout Plain Layout
14849 24
14850 \begin_inset space \thinspace{}
14851 \end_inset
14852
14853 kW
14854 \begin_inset Formula $\cdot
14855 $
14856 \end_inset
14857
14858 h
14859 \end_layout
14860
14861 \end_inset
14862 </cell>
14863 <cell alignment="center" valignment="top" usebox="none">
14864 \begin_inset Text
14865
14866 \begin_layout Plain Layout
14867 half space between number and unit
14868 \end_layout
14869
14870 \end_inset
14871 </cell>
14872 </row>
14873 </lyxtabular>
14874
14875 \end_inset
14876
14877
14878 \end_layout
14879
14880 \begin_layout Subsection
14881 Widows and Orphans
14882 \begin_inset Index idx
14883 status collapsed
14884
14885 \begin_layout Plain Layout
14886 Typography ! Widows and orphans
14887 \end_layout
14888
14889 \end_inset
14890
14891
14892 \end_layout
14893
14894 \begin_layout Standard
14895 In the early days of word processors, page breaks went wherever the page
14896  happened to end.
14897  There was no regard for what was actually going on in the text.
14898  You may remember once printing out a document, only to find the heading
14899  for a new section printed at the very bottom of the page, the first line
14900  of a new paragraph all alone at the bottom of a page, or the last line
14901  of a paragraph at the top of a new page.
14902  These bits of text became known as 
14903 \emph on
14904 widows
14905 \emph default
14906  and 
14907 \emph on
14908 orphans
14909 \emph default
14910 .
14911 \end_layout
14912
14913 \begin_layout Standard
14914 Clearly, LyX can avoid breaking pages after a section heading.
14915  That's part of the advantage of paragraph environments.
14916  But what about widows and orphans, where the page breaks leave one line
14917  of a paragraph all alone at the top or bottom of a page? There are rules
14918  built into LaTeX governing page breaks, and some of those rules are there
14919  to specifically prevent widows and orphans.
14920  This is the advantage LyX has in using LaTeX as its backend.
14921 \end_layout
14922
14923 \begin_layout Standard
14924 There's no way we can go into how TeX and LaTeX decide to break a page,
14925  or how you can tweak that behavior.
14926  Some LaTeX books listed in the bibliography [such as
14927 \begin_inset space ~
14928 \end_inset
14929
14930
14931 \begin_inset CommandInset citation
14932 LatexCommand cite
14933 key "latexcompanion"
14934
14935 \end_inset
14936
14937  or
14938 \begin_inset space ~
14939 \end_inset
14940
14941
14942 \begin_inset CommandInset citation
14943 LatexCommand cite
14944 key "latexguide"
14945
14946 \end_inset
14947
14948 ] may have more information.
14949  You will almost never need to worry about this, however.
14950 \end_layout
14951
14952 \begin_layout Chapter
14953 Notes, Graphics, Tables, and Floats
14954 \begin_inset CommandInset label
14955 LatexCommand label
14956 name "cha:Floats-and-Notes"
14957
14958 \end_inset
14959
14960
14961 \end_layout
14962
14963 \begin_layout Standard
14964 The issues of this chapter are described in detail in the 
14965 \emph on
14966 Embedded Objects
14967 \emph default
14968  manual.
14969  There you'll also find tips and tricks for special cases.
14970 \end_layout
14971
14972 \begin_layout Section
14973 Notes
14974 \begin_inset Index idx
14975 status collapsed
14976
14977 \begin_layout Plain Layout
14978 Notes
14979 \end_layout
14980
14981 \end_inset
14982
14983
14984 \begin_inset CommandInset label
14985 LatexCommand label
14986 name "sec:Notes"
14987
14988 \end_inset
14989
14990
14991 \end_layout
14992
14993 \begin_layout Standard
14994 LyX offers you a few types of notes to add to your document:
14995 \end_layout
14996
14997 \begin_layout Description
14998 LyX
14999 \begin_inset space ~
15000 \end_inset
15001
15002 Note This note type is for internal notes that won't appear in the output.
15003 \begin_inset Newline newline
15004 \end_inset
15005
15006
15007 \begin_inset Note Note
15008 status open
15009
15010 \begin_layout Plain Layout
15011 This is text in a note box that doesn't appear in the output.
15012 \end_layout
15013
15014 \end_inset
15015
15016
15017 \end_layout
15018
15019 \begin_layout Description
15020 Comment This note also doesn't appear in the output but it appears as LaTeX-comm
15021 ent, when you export the document to LaTeX via the menu 
15022 \family sans
15023 File\SpecialChar \menuseparator
15024 Export\SpecialChar \menuseparator
15025 LaTeX (pdflatex) / (plain)
15026 \family default
15027 .
15028 \begin_inset Newline newline
15029 \end_inset
15030
15031
15032 \begin_inset Note Comment
15033 status open
15034
15035 \begin_layout Plain Layout
15036 This is text in a note box that only appears as comment in LaTeX-files.
15037 \end_layout
15038
15039 \end_inset
15040
15041
15042 \end_layout
15043
15044 \begin_layout Description
15045 Greyed
15046 \begin_inset space ~
15047 \end_inset
15048
15049 Out This note will appear in the output as grey text.
15050 \begin_inset Newline newline
15051 \end_inset
15052
15053
15054 \begin_inset Newline newline
15055 \end_inset
15056
15057
15058 \begin_inset Note Greyedout
15059 status open
15060
15061 \begin_layout Plain Layout
15062 This is text
15063 \begin_inset Foot
15064 status collapsed
15065
15066 \begin_layout Plain Layout
15067 This is an example footnote within a greyed out note.
15068  In this document the greyed out note color is redefined to blue.
15069  How this can be done is explained in the 
15070 \emph on
15071 Embedded Objects
15072 \emph default
15073  manual.
15074 \end_layout
15075
15076 \end_inset
15077
15078  of a comment that appears in the output as grey text.
15079 \end_layout
15080
15081 \end_inset
15082
15083
15084 \begin_inset Newline newline
15085 \end_inset
15086
15087
15088 \begin_inset Newline newline
15089 \end_inset
15090
15091 As you can see in the example, the first line of greyed out notes is a bit
15092  indented and greyed out notes can have footnotes.
15093 \end_layout
15094
15095 \begin_layout Standard
15096 Notes are inserted with the toolbar button 
15097 \begin_inset Graphics
15098         filename ../images/note-insert.png
15099         scale 85
15100         scaleBeforeRotation
15101
15102 \end_inset
15103
15104  or the menu 
15105 \family sans
15106 Insert\SpecialChar \menuseparator
15107 Note
15108 \family default
15109 .
15110  Right-click on the appearing note box to select the note type.
15111 \end_layout
15112
15113 \begin_layout Section
15114 Footnotes
15115 \begin_inset Index idx
15116 status collapsed
15117
15118 \begin_layout Plain Layout
15119 Footnotes
15120 \end_layout
15121
15122 \end_inset
15123
15124
15125 \begin_inset CommandInset label
15126 LatexCommand label
15127 name "sec:Footnotes"
15128
15129 \end_inset
15130
15131
15132 \end_layout
15133
15134 \begin_layout Standard
15135 LyX uses boxes to display footnotes: When you insert a footnote using the
15136  menu 
15137 \family sans
15138 Insert\SpecialChar \menuseparator
15139 Footnote
15140 \family default
15141  or the toolbar button 
15142 \begin_inset Graphics
15143         filename ../images/footnote-insert.png
15144
15145 \end_inset
15146
15147
15148 \family roman
15149 \series medium
15150 \bar no
15151 you'll see
15152 \family default
15153 \series default
15154 \bar default
15155  the following box: 
15156 \begin_inset Graphics
15157         filename clipart/footnoteQt4.png
15158         scale 80
15159
15160 \end_inset
15161
15162
15163 \family roman
15164 \series medium
15165 \bar no
15166  This box is LyX's representation of your footnote.
15167  If you
15168 \family default
15169 \series default
15170 \bar default
15171  left-click on 
15172 \family roman
15173 \series medium
15174 \bar no
15175 the 
15176 \begin_inset Quotes eld
15177 \end_inset
15178
15179
15180 \family sans
15181 foot
15182 \family roman
15183
15184 \begin_inset Quotes erd
15185 \end_inset
15186
15187
15188 \family default
15189 \series default
15190 \bar default
15191  
15192 \family roman
15193 \series medium
15194 \bar no
15195 label, the box will
15196 \family default
15197 \series default
15198 \bar default
15199  be opened and you can enter the footnote text into it.
15200  Clicking on the box label again, will close 
15201 \family roman
15202 \series medium
15203 \bar no
15204 the
15205 \family default
15206 \series default
15207 \bar default
15208  box
15209 \family roman
15210 \series medium
15211 \bar no
15212 .
15213  If you want to turn existing text into a footnote, simply mark it and click
15214  on the footnote
15215 \family default
15216 \series default
15217 \bar default
15218  toolbar 
15219 \family roman
15220 \series medium
15221 \bar no
15222 button
15223 \family default
15224 \series default
15225 \bar default
15226 .
15227 \end_layout
15228
15229 \begin_layout Standard
15230 Here's an example footnote:
15231 \family roman
15232 \series medium
15233 \bar no
15234
15235 \begin_inset Foot
15236 status open
15237
15238 \begin_layout Plain Layout
15239 To close a footnote, click on the footnote box label.
15240 \end_layout
15241
15242 \end_inset
15243
15244
15245 \end_layout
15246
15247 \begin_layout Standard
15248 The footnote will appear in the output as a superscript number at the text
15249  position where the footnote box is placed.
15250  The footnote text is placed at the bottom of the current page.
15251  The footnote number is calculated by LyX, the numbers are consecutive,
15252  no matter in which chapter the footnote is in.
15253  LyX doesn't support other numbering schemes yet, but you can get another
15254  scheme using special LaTeX-commands.
15255  T
15256 \family roman
15257 h
15258 \family default
15259 ey are described in the 
15260 \emph on
15261 Embedded Objects
15262 \emph default
15263  manual.
15264 \end_layout
15265
15266 \begin_layout Section
15267 Marginal Notes
15268 \begin_inset Index idx
15269 status collapsed
15270
15271 \begin_layout Plain Layout
15272 Marginal notes
15273 \end_layout
15274
15275 \end_inset
15276
15277
15278 \begin_inset CommandInset label
15279 LatexCommand label
15280 name "sec:Marginal-Notes"
15281
15282 \end_inset
15283
15284
15285 \end_layout
15286
15287 \begin_layout Standard
15288 Marginal notes look and behave just like footnotes in LyX.
15289  When you insert a margin note via the menu 
15290 \family sans
15291 Insert\SpecialChar \menuseparator
15292 Marginal
15293 \begin_inset space ~
15294 \end_inset
15295
15296 Note
15297 \family default
15298  or the toolbar button 
15299 \begin_inset Graphics
15300         filename ../images/marginalnote-insert.png
15301
15302 \end_inset
15303
15304 , you'll see 
15305 \family roman
15306 \series medium
15307 a
15308 \family default
15309 \series default
15310  grey 
15311 \family roman
15312 \series medium
15313 box with a
15314 \family default
15315 \series default
15316  red 
15317 \family roman
15318 \series medium
15319 label 
15320 \begin_inset Quotes eld
15321 \end_inset
15322
15323 margin
15324 \begin_inset Quotes erd
15325 \end_inset
15326
15327  appearing within your text.
15328  This box is LyX's representation of your margin
15329 \family default
15330 \series default
15331 al 
15332 \family roman
15333 \series medium
15334 note.
15335 \end_layout
15336
15337 \begin_layout Standard
15338 At the side is an example marginal note.
15339 \family roman
15340 \series medium
15341
15342 \begin_inset Marginal
15343 status open
15344
15345 \begin_layout Plain Layout
15346 This is a marginal note.
15347 \end_layout
15348
15349 \end_inset
15350
15351
15352 \end_layout
15353
15354 \begin_layout Standard
15355 Marginal notes appear at the right side in single-sided documents.
15356  In double-sided documents they appear in the outer margin – left on even
15357  pages, right on odd pages.
15358 \end_layout
15359
15360 \begin_layout Section
15361 Graphics and Images
15362 \begin_inset Index idx
15363 status collapsed
15364
15365 \begin_layout Plain Layout
15366 Images
15367 \end_layout
15368
15369 \end_inset
15370
15371
15372 \begin_inset Index idx
15373 status collapsed
15374
15375 \begin_layout Plain Layout
15376 Graphics
15377 \end_layout
15378
15379 \end_inset
15380
15381
15382 \begin_inset CommandInset label
15383 LatexCommand label
15384 name "sec:Graphics"
15385
15386 \end_inset
15387
15388
15389 \end_layout
15390
15391 \begin_layout Standard
15392 To insert an image in your document, place the cursor at the text position
15393  you want and click on the toolbar icon 
15394 \begin_inset Graphics
15395         filename ../images/dialog-show-new-inset_graphics.png
15396
15397 \end_inset
15398
15399  or select 
15400 \family sans
15401 Insert\SpecialChar \menuseparator
15402 Graphics
15403 \family default
15404  from the menu.
15405  Then a dialog will appear to choose the file to load.
15406 \end_layout
15407
15408 \begin_layout Standard
15409 This dialog has numerous mostly self-explanatory parameters.
15410  The 
15411 \family sans
15412 Graphics
15413 \family default
15414  tab allows you to choose your image file.
15415  The image can be transformed by setting a rotation angle and a scaling
15416  factor.
15417  The scaling units are explained in Appendix
15418 \begin_inset space ~
15419 \end_inset
15420
15421
15422 \begin_inset CommandInset ref
15423 LatexCommand ref
15424 reference "cha:Units-available-in"
15425
15426 \end_inset
15427
15428 .
15429 \end_layout
15430
15431 \begin_layout Standard
15432 In the tab 
15433 \family sans
15434 Clipping
15435 \family default
15436  it is possible to set image coordinates to adjust the height and width
15437  of the image in the output.
15438  The coordinates can also be calculated automatically by pressing the button
15439  
15440 \family sans
15441 Get
15442 \begin_inset space ~
15443 \end_inset
15444
15445 from
15446 \begin_inset space ~
15447 \end_inset
15448
15449 file
15450 \family default
15451 .
15452  The option 
15453 \family sans
15454 Clip
15455 \begin_inset space ~
15456 \end_inset
15457
15458 to
15459 \begin_inset space ~
15460 \end_inset
15461
15462 bounding
15463 \begin_inset space ~
15464 \end_inset
15465
15466 box
15467 \family default
15468  will only print the image region within the given coordinates.
15469  Normally you don't need to take care about image coordinates and can ignore
15470  the tab 
15471 \family sans
15472 Clipping
15473 \family default
15474 .
15475 \end_layout
15476
15477 \begin_layout Standard
15478 In the 
15479 \family sans
15480 LaTeX and LyX options
15481 \family default
15482  tab LaTeX experts can specify additional LaTeX options.
15483  You can also specify here the appearance of the image inside LyX.
15484  The option 
15485 \family sans
15486 Draft
15487 \begin_inset space ~
15488 \end_inset
15489
15490 mode
15491 \family default
15492  has the effect that the image doesn't appear in the output, only a frame
15493  with the image size is printed.
15494  The option 
15495 \family sans
15496 Don't
15497 \begin_inset space ~
15498 \end_inset
15499
15500 unzip
15501 \begin_inset space ~
15502 \end_inset
15503
15504 on
15505 \begin_inset space ~
15506 \end_inset
15507
15508 export
15509 \family default
15510  is explained in the 
15511 \emph on
15512 Embedded Objects
15513 \emph default
15514  manual in section 
15515 \emph on
15516 Graphics Dialog
15517 \emph default
15518 .
15519 \end_layout
15520
15521 \begin_layout Standard
15522 The graphics dialog can be called at any time by clicking on an image.
15523  The image will appear in the output exactly at the position where it is
15524  in the text.
15525  This is an example image within a separate, horizontally centered paragraph:
15526  
15527 \end_layout
15528
15529 \begin_layout Standard
15530 \align center
15531 \begin_inset Graphics
15532         filename clipart/mobius.eps
15533         scale 70
15534         rotateOrigin center
15535
15536 \end_inset
15537
15538
15539 \end_layout
15540
15541 \begin_layout Standard
15542 If you need image captions and want to reference images, you have to put
15543  the image into a float, see section
15544 \begin_inset space ~
15545 \end_inset
15546
15547
15548 \begin_inset CommandInset ref
15549 LatexCommand ref
15550 reference "sec:Figure-Floats"
15551
15552 \end_inset
15553
15554 .
15555 \end_layout
15556
15557 \begin_layout Subsection
15558 Image Formats
15559 \begin_inset Index idx
15560 status collapsed
15561
15562 \begin_layout Plain Layout
15563 Images ! Formats
15564 \end_layout
15565
15566 \end_inset
15567
15568
15569 \begin_inset CommandInset label
15570 LatexCommand label
15571 name "sub:Image-Formats"
15572
15573 \end_inset
15574
15575
15576 \end_layout
15577
15578 \begin_layout Standard
15579 You can insert images in any known file format.
15580  But as we explained in section
15581 \begin_inset space ~
15582 \end_inset
15583
15584
15585 \begin_inset CommandInset ref
15586 LatexCommand ref
15587 reference "sub:Output-file-formats"
15588
15589 \end_inset
15590
15591 , every output document format allows only a few image formats.
15592  LyX uses therefore the program 
15593 \family typewriter
15594 Imagemagick
15595 \family default
15596  in the background to convert the images to the right format.
15597  To increase your workflow by avoiding these conversions in the background,
15598  you can use only the image formats listed in the subsections of section
15599 \begin_inset space ~
15600 \end_inset
15601
15602
15603 \begin_inset CommandInset ref
15604 LatexCommand ref
15605 reference "sub:Output-file-formats"
15606
15607 \end_inset
15608
15609 .
15610 \end_layout
15611
15612 \begin_layout Standard
15613 Similar to fonts there are two types of image formats:
15614 \end_layout
15615
15616 \begin_layout Description
15617 Bitmap
15618 \begin_inset space ~
15619 \end_inset
15620
15621 images consist of pixel values, often in a compressed form.
15622  They are therefore not fully scalable and look pixeled in large zooms.
15623  Well-known bitmap image formats are 
15624 \begin_inset Quotes eld
15625 \end_inset
15626
15627 Graphics Interchange Format
15628 \begin_inset Quotes erd
15629 \end_inset
15630
15631  (GIF, file extension 
15632 \begin_inset Quotes eld
15633 \end_inset
15634
15635
15636 \family typewriter
15637 .gif
15638 \family default
15639
15640 \begin_inset Quotes erd
15641 \end_inset
15642
15643 )
15644 \begin_inset Index idx
15645 status collapsed
15646
15647 \begin_layout Plain Layout
15648 GIF|see
15649 \begin_inset ERT
15650 status collapsed
15651
15652 \begin_layout Plain Layout
15653
15654 {
15655 \end_layout
15656
15657 \end_inset
15658
15659 Image formats
15660 \begin_inset ERT
15661 status collapsed
15662
15663 \begin_layout Plain Layout
15664
15665 }
15666 \end_layout
15667
15668 \end_inset
15669
15670
15671 \end_layout
15672
15673 \end_inset
15674
15675
15676 \begin_inset Quotes eld
15677 \end_inset
15678
15679 Portable Network Graphics
15680 \begin_inset Quotes erd
15681 \end_inset
15682
15683  (PNG, file extension 
15684 \begin_inset Quotes eld
15685 \end_inset
15686
15687
15688 \family typewriter
15689 .png
15690 \family default
15691
15692 \begin_inset Quotes erd
15693 \end_inset
15694
15695 )
15696 \begin_inset Index idx
15697 status collapsed
15698
15699 \begin_layout Plain Layout
15700 PNG|see
15701 \begin_inset ERT
15702 status collapsed
15703
15704 \begin_layout Plain Layout
15705
15706 {
15707 \end_layout
15708
15709 \end_inset
15710
15711 Image formats
15712 \begin_inset ERT
15713 status collapsed
15714
15715 \begin_layout Plain Layout
15716
15717 }
15718 \end_layout
15719
15720 \end_inset
15721
15722
15723 \end_layout
15724
15725 \end_inset
15726
15727 , and 
15728 \begin_inset Quotes eld
15729 \end_inset
15730
15731 Joint Photographic Experts Group
15732 \begin_inset Quotes erd
15733 \end_inset
15734
15735  (JPG, file extension 
15736 \begin_inset Quotes eld
15737 \end_inset
15738
15739
15740 \family typewriter
15741 .jpg
15742 \family default
15743
15744 \begin_inset Quotes erd
15745 \end_inset
15746
15747  or 
15748 \begin_inset Quotes eld
15749 \end_inset
15750
15751
15752 \family typewriter
15753 .jpeg
15754 \family default
15755
15756 \begin_inset Quotes erd
15757 \end_inset
15758
15759 )
15760 \begin_inset Index idx
15761 status collapsed
15762
15763 \begin_layout Plain Layout
15764 JPG|see
15765 \begin_inset ERT
15766 status collapsed
15767
15768 \begin_layout Plain Layout
15769
15770 {
15771 \end_layout
15772
15773 \end_inset
15774
15775 Image formats
15776 \begin_inset ERT
15777 status collapsed
15778
15779 \begin_layout Plain Layout
15780
15781 }
15782 \end_layout
15783
15784 \end_inset
15785
15786
15787 \end_layout
15788
15789 \end_inset
15790
15791 .
15792 \end_layout
15793
15794 \begin_layout Description
15795 Scalable
15796 \begin_inset space ~
15797 \end_inset
15798
15799 images consist of vectors and can therefore be scaled to any size without
15800  data loss.
15801  The scaling ability is necessary if you want to create presentations, because
15802  presentations are always scaled by the beamer.
15803  Scaling is also useful for online documents to let the user zoom into diagrams.
15804 \begin_inset Newline newline
15805 \end_inset
15806
15807 Scalable image formats can be 
15808 \begin_inset Quotes eld
15809 \end_inset
15810
15811 Scalable Vector Graphics
15812 \begin_inset Quotes erd
15813 \end_inset
15814
15815  (SVG, file extension 
15816 \begin_inset Quotes eld
15817 \end_inset
15818
15819
15820 \family typewriter
15821 .svg
15822 \family default
15823
15824 \begin_inset Quotes erd
15825 \end_inset
15826
15827 )
15828 \begin_inset Index idx
15829 status collapsed
15830
15831 \begin_layout Plain Layout
15832 SVG|see
15833 \begin_inset ERT
15834 status collapsed
15835
15836 \begin_layout Plain Layout
15837
15838 {
15839 \end_layout
15840
15841 \end_inset
15842
15843 Image formats
15844 \begin_inset ERT
15845 status collapsed
15846
15847 \begin_layout Plain Layout
15848
15849 }
15850 \end_layout
15851
15852 \end_inset
15853
15854
15855 \end_layout
15856
15857 \end_inset
15858
15859
15860 \begin_inset Quotes eld
15861 \end_inset
15862
15863 Encapsulated PostScript
15864 \begin_inset Quotes erd
15865 \end_inset
15866
15867  (EPS, file extension 
15868 \begin_inset Quotes eld
15869 \end_inset
15870
15871
15872 \family typewriter
15873 .eps
15874 \family default
15875
15876 \begin_inset Quotes erd
15877 \end_inset
15878
15879 )
15880 \begin_inset Index idx
15881 status collapsed
15882
15883 \begin_layout Plain Layout
15884 EPS|see
15885 \begin_inset ERT
15886 status collapsed
15887
15888 \begin_layout Plain Layout
15889
15890 {
15891 \end_layout
15892
15893 \end_inset
15894
15895 Image formats
15896 \begin_inset ERT
15897 status collapsed
15898
15899 \begin_layout Plain Layout
15900
15901 }
15902 \end_layout
15903
15904 \end_inset
15905
15906
15907 \end_layout
15908
15909 \end_inset
15910
15911 , and 
15912 \begin_inset Quotes eld
15913 \end_inset
15914
15915 Portable Document Format
15916 \begin_inset Quotes erd
15917 \end_inset
15918
15919  (PDF, file extension 
15920 \begin_inset Quotes eld
15921 \end_inset
15922
15923
15924 \family typewriter
15925 .pdf
15926 \family default
15927
15928 \begin_inset Quotes erd
15929 \end_inset
15930
15931 )
15932 \begin_inset Index idx
15933 status collapsed
15934
15935 \begin_layout Plain Layout
15936 PDF
15937 \end_layout
15938
15939 \end_inset
15940
15941 .
15942  We say it can be, because you can convert any bitmap image format to PDF
15943  or EPS and the result won't be scalable.
15944  In this cases only a header with the image properties is added to the original
15945  image
15946 \begin_inset Foot
15947 status collapsed
15948
15949 \begin_layout Plain Layout
15950 In the case of PDF, the original image is additionally compressed.
15951 \end_layout
15952
15953 \end_inset
15954
15955 .
15956 \end_layout
15957
15958 \begin_layout Standard
15959 Normally one can't convert a bitmap image into a scalable one, only vice
15960  versa.
15961 \end_layout
15962
15963 \begin_layout Subsection
15964 Grouping of Image Settings
15965 \begin_inset Index idx
15966 status collapsed
15967
15968 \begin_layout Plain Layout
15969 Images ! Settings grouping
15970 \end_layout
15971
15972 \end_inset
15973
15974
15975 \end_layout
15976
15977 \begin_layout Standard
15978 Each image can define a new group of image settings or join an existing
15979  group.
15980  Images within such a group share their settings, so adjusting one image
15981  of the group automatically also adjusts all other images of the group in
15982  the same way.
15983  So you can for example change the size for a bunch of images without the
15984  need to manually change each of them.
15985  
15986 \end_layout
15987
15988 \begin_layout Standard
15989 A new group can be set by entering a name in the 
15990 \family sans
15991 Group
15992 \begin_inset space ~
15993 \end_inset
15994
15995 Name
15996 \family default
15997  field in the Graphics dialog.
15998  Joining an existing group can be done using the context menu of the image
15999  by checking the name of the desired group.
16000 \end_layout
16001
16002 \begin_layout Section
16003 Tables
16004 \begin_inset Index idx
16005 status collapsed
16006
16007 \begin_layout Plain Layout
16008 Tables
16009 \end_layout
16010
16011 \end_inset
16012
16013
16014 \begin_inset CommandInset label
16015 LatexCommand label
16016 name "sec:Tables"
16017
16018 \end_inset
16019
16020
16021 \end_layout
16022
16023 \begin_layout Standard
16024 You can insert a table using either the toolbar button 
16025 \begin_inset Graphics
16026         filename ../images/tabular-insert.png
16027         scale 85
16028
16029 \end_inset
16030
16031  or the menu 
16032 \family sans
16033 Insert\SpecialChar \menuseparator
16034 Table
16035 \family default
16036 .
16037  A dialog will appear, asking you for the number of rows and columns.
16038  The default table has lines around any cell and the first row appears separated
16039  from the rest of the table.
16040  This separation appears due to a double line: The cells of the first row
16041  have a line below them and the cells of the second row have a line above
16042  them.
16043  Here's an example table:
16044 \end_layout
16045
16046 \begin_layout Standard
16047 \align center
16048 \begin_inset Tabular
16049 <lyxtabular version="3" rows="4" columns="4">
16050 <features tabularvalignment="middle">
16051 <column alignment="center" valignment="top" width="0pt">
16052 <column alignment="center" valignment="top" width="0pt">
16053 <column alignment="center" valignment="top" width="0in">
16054 <column alignment="center" valignment="top" width="0pt">
16055 <row>
16056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16057 \begin_inset Text
16058
16059 \begin_layout Plain Layout
16060
16061 \end_layout
16062
16063 \end_inset
16064 </cell>
16065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16066 \begin_inset Text
16067
16068 \begin_layout Plain Layout
16069
16070 \family roman
16071 \series medium
16072 \shape up
16073 \size normal
16074 \emph off
16075 \bar no
16076 \noun off
16077 \color none
16078 1
16079 \end_layout
16080
16081 \end_inset
16082 </cell>
16083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16084 \begin_inset Text
16085
16086 \begin_layout Plain Layout
16087 2
16088 \end_layout
16089
16090 \end_inset
16091 </cell>
16092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16093 \begin_inset Text
16094
16095 \begin_layout Plain Layout
16096 3
16097 \end_layout
16098
16099 \end_inset
16100 </cell>
16101 </row>
16102 <row>
16103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16104 \begin_inset Text
16105
16106 \begin_layout Plain Layout
16107
16108 \family roman
16109 \series medium
16110 \shape up
16111 \size normal
16112 \emph off
16113 \bar no
16114 \noun off
16115 \color none
16116 A
16117 \end_layout
16118
16119 \end_inset
16120 </cell>
16121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16122 \begin_inset Text
16123
16124 \begin_layout Plain Layout
16125
16126 \end_layout
16127
16128 \end_inset
16129 </cell>
16130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16131 \begin_inset Text
16132
16133 \begin_layout Plain Layout
16134
16135 \end_layout
16136
16137 \end_inset
16138 </cell>
16139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16140 \begin_inset Text
16141
16142 \begin_layout Plain Layout
16143
16144 \end_layout
16145
16146 \end_inset
16147 </cell>
16148 </row>
16149 <row>
16150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16151 \begin_inset Text
16152
16153 \begin_layout Plain Layout
16154
16155 \family roman
16156 \series medium
16157 \shape up
16158 \size normal
16159 \emph off
16160 \bar no
16161 \noun off
16162 \color none
16163 B
16164 \end_layout
16165
16166 \end_inset
16167 </cell>
16168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16169 \begin_inset Text
16170
16171 \begin_layout Plain Layout
16172
16173 \end_layout
16174
16175 \end_inset
16176 </cell>
16177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16178 \begin_inset Text
16179
16180 \begin_layout Plain Layout
16181
16182 \size normal
16183 \noun off
16184 \color none
16185  
16186 \end_layout
16187
16188 \end_inset
16189 </cell>
16190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16191 \begin_inset Text
16192
16193 \begin_layout Plain Layout
16194
16195 \end_layout
16196
16197 \end_inset
16198 </cell>
16199 </row>
16200 <row>
16201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16202 \begin_inset Text
16203
16204 \begin_layout Plain Layout
16205
16206 \family roman
16207 \series medium
16208 \shape up
16209 \size normal
16210 \emph off
16211 \bar no
16212 \noun off
16213 \color none
16214 C
16215 \end_layout
16216
16217 \end_inset
16218 </cell>
16219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16220 \begin_inset Text
16221
16222 \begin_layout Plain Layout
16223
16224 \end_layout
16225
16226 \end_inset
16227 </cell>
16228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16229 \begin_inset Text
16230
16231 \begin_layout Plain Layout
16232
16233 \end_layout
16234
16235 \end_inset
16236 </cell>
16237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16238 \begin_inset Text
16239
16240 \begin_layout Plain Layout
16241
16242 \end_layout
16243
16244 \end_inset
16245 </cell>
16246 </row>
16247 </lyxtabular>
16248
16249 \end_inset
16250
16251
16252 \end_layout
16253
16254 \begin_layout Subsection
16255 The Table dialog
16256 \end_layout
16257
16258 \begin_layout Standard
16259 You can alter a table by clicking on it with the right mouse button, which
16260  brings up the table dialog.
16261  Here you can adjust the settings of the cell and row/column respectively
16262  where the cursor is placed currently.
16263  Most of the dialog options also work on selections.
16264  This means that if you select more cells, columns or rows the action is
16265  done on all of your selection.
16266 \end_layout
16267
16268 \begin_layout Standard
16269 Additionally to the table dialog, the 
16270 \family sans
16271 table
16272 \begin_inset space ~
16273 \end_inset
16274
16275 toolbar
16276 \family default
16277  helps you in setting table properties.
16278  It appears when the cursor is inside a table.
16279 \end_layout
16280
16281 \begin_layout Standard
16282 In the tab 
16283 \family sans
16284 Table
16285 \begin_inset space ~
16286 \end_inset
16287
16288 Settings
16289 \family default
16290  of the table dialog you can set the alignment for the current row.
16291  If you add a row or column, it will be inserted right beside or below the
16292  current cell respectively.
16293  The vertical alignment of a column can only be adjusted when a column width
16294  is given.
16295  A given width will allow the cell to have line breaks and multiple paragraphs
16296  of text, see section
16297 \begin_inset space ~
16298 \end_inset
16299
16300
16301 \begin_inset CommandInset ref
16302 LatexCommand ref
16303 reference "sub:Table-Cells"
16304
16305 \end_inset
16306
16307 .
16308 \end_layout
16309
16310 \begin_layout Standard
16311 You can mark multiple cells of one row as a multicolumn cell using the check
16312  box 
16313 \family sans
16314 Multicolumn
16315 \family default
16316 .
16317  This will merge the cells to 
16318 \emph on
16319 one
16320 \emph default
16321  cell, spread over more than one column.
16322  Multicolumn cells are treated as own rows, so that the alignment, width,
16323  and border settings affect only the multicolumn cell.
16324  Here's an example table with a multicolumn cell in the first row and one
16325  in the last row without the upper border:
16326 \end_layout
16327
16328 \begin_layout Standard
16329 \align center
16330 \begin_inset Tabular
16331 <lyxtabular version="3" rows="3" columns="4">
16332 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
16333 <column alignment="center" valignment="top" width="0pt">
16334 <column alignment="center" valignment="middle" width="0">
16335 <column alignment="center" valignment="top" width="0in">
16336 <column alignment="center" valignment="top" width="0pt">
16337 <row>
16338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16339 \begin_inset Text
16340
16341 \begin_layout Plain Layout
16342 abc
16343 \end_layout
16344
16345 \end_inset
16346 </cell>
16347 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
16348 \begin_inset Text
16349
16350 \begin_layout Plain Layout
16351 def ghi
16352 \end_layout
16353
16354 \end_inset
16355 </cell>
16356 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16357 \begin_inset Text
16358
16359 \begin_layout Plain Layout
16360
16361 \end_layout
16362
16363 \end_inset
16364 </cell>
16365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16366 \begin_inset Text
16367
16368 \begin_layout Plain Layout
16369 jkl
16370 \end_layout
16371
16372 \end_inset
16373 </cell>
16374 </row>
16375 <row>
16376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16377 \begin_inset Text
16378
16379 \begin_layout Plain Layout
16380
16381 \family roman
16382 \series medium
16383 \shape up
16384 \size normal
16385 \emph off
16386 \bar no
16387 \noun off
16388 \color none
16389 A
16390 \end_layout
16391
16392 \end_inset
16393 </cell>
16394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16395 \begin_inset Text
16396
16397 \begin_layout Plain Layout
16398 B
16399 \end_layout
16400
16401 \end_inset
16402 </cell>
16403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16404 \begin_inset Text
16405
16406 \begin_layout Plain Layout
16407 C
16408 \end_layout
16409
16410 \end_inset
16411 </cell>
16412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16413 \begin_inset Text
16414
16415 \begin_layout Plain Layout
16416 D
16417 \end_layout
16418
16419 \end_inset
16420 </cell>
16421 </row>
16422 <row>
16423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16424 \begin_inset Text
16425
16426 \begin_layout Plain Layout
16427 1
16428 \end_layout
16429
16430 \end_inset
16431 </cell>
16432 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16433 \begin_inset Text
16434
16435 \begin_layout Plain Layout
16436 2
16437 \end_layout
16438
16439 \end_inset
16440 </cell>
16441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16442 \begin_inset Text
16443
16444 \begin_layout Plain Layout
16445 3
16446 \end_layout
16447
16448 \end_inset
16449 </cell>
16450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16451 \begin_inset Text
16452
16453 \begin_layout Plain Layout
16454 4
16455 \end_layout
16456
16457 \end_inset
16458 </cell>
16459 </row>
16460 </lyxtabular>
16461
16462 \end_inset
16463
16464
16465 \end_layout
16466
16467 \begin_layout Standard
16468 At the moment LyX doesn't support multirow cells.
16469  Adept users can declare special LaTeX-arguments for the table.
16470  They are necessary for special table formatting, like for multirow cells,
16471  explained in the tables section of the 
16472 \emph on
16473 Embedded
16474 \begin_inset space ~
16475 \end_inset
16476
16477 Objects
16478 \emph default
16479  manual.
16480  You can also rotate the current cell or the whole table 90
16481 \begin_inset space \thinspace{}
16482 \end_inset
16483
16484 degrees counterclockwise.
16485  These rotations are not visible in LyX but in the output.
16486 \end_layout
16487
16488 \begin_layout Standard
16489 \begin_inset Note Greyedout
16490 status open
16491
16492 \begin_layout Plain Layout
16493
16494 \series bold
16495 Note:
16496 \series default
16497  Most DVI-viewers are 
16498 \emph on
16499 not
16500 \emph default
16501  able to display rotations.
16502 \end_layout
16503
16504 \end_inset
16505
16506
16507 \end_layout
16508
16509 \begin_layout Standard
16510 The 
16511 \family sans
16512 Borders
16513 \family default
16514  tab allows you to add and delete border lines for the current row/column.
16515  The button 
16516 \family sans
16517 Default
16518 \family default
16519  adds lines for all cell borders.
16520 \end_layout
16521
16522 \begin_layout Subsection
16523 Longtables
16524 \begin_inset Index idx
16525 status collapsed
16526
16527 \begin_layout Plain Layout
16528 Tables ! Longtables
16529 \end_layout
16530
16531 \end_inset
16532
16533
16534 \begin_inset Index idx
16535 status collapsed
16536
16537 \begin_layout Plain Layout
16538 Longtables
16539 \end_layout
16540
16541 \end_inset
16542
16543
16544 \end_layout
16545
16546 \begin_layout Standard
16547 If the table is too long to fit on one page, you can use the option 
16548 \family sans
16549 Use
16550 \begin_inset space ~
16551 \end_inset
16552
16553 long
16554 \begin_inset space ~
16555 \end_inset
16556
16557 table
16558 \family default
16559  in the tab 
16560 \family sans
16561 Longtable
16562 \family default
16563  of the table dialog to split the table automatically over more pages.
16564  Doing this enables some check boxes and you can now define:
16565 \end_layout
16566
16567 \begin_layout Description
16568
16569 \family sans
16570 Header
16571 \family default
16572 : The current row and all rows above, that don't have any special options
16573  defined, are defined to be the header rows of all pages of the longtable;
16574  except for the first page, if 
16575 \family sans
16576 First
16577 \begin_inset space ~
16578 \end_inset
16579
16580 header
16581 \family default
16582  is defined.
16583 \end_layout
16584
16585 \begin_layout Description
16586
16587 \family sans
16588 First
16589 \begin_inset space ~
16590 \end_inset
16591
16592 header
16593 \family default
16594 : The current row and all rows above, that don't have any special options
16595  defined, are defined to be the header rows of the first page of the longtable.
16596 \end_layout
16597
16598 \begin_layout Description
16599
16600 \family sans
16601 Footer
16602 \family default
16603 : The current row and all rows below, that don't have any special options
16604  defined, are defined to be the footer rows of all pages of the longtable;
16605  except for the last page, if 
16606 \family sans
16607 Last
16608 \begin_inset space ~
16609 \end_inset
16610
16611 footer
16612 \family default
16613  is defined.
16614 \end_layout
16615
16616 \begin_layout Description
16617
16618 \family sans
16619 Last
16620 \begin_inset space ~
16621 \end_inset
16622
16623 footer
16624 \family default
16625 : The current row and all rows below, that don't have any special options
16626  defined, are defined to be the footer rows of the last page of the longtable.
16627 \end_layout
16628
16629 \begin_layout Description
16630 Caption: The first row is reset as single column.
16631  You can now insert there the table caption via the menu 
16632 \family sans
16633 Insert\SpecialChar \menuseparator
16634 Caption
16635 \family default
16636 .
16637  More about longtable captions can be found in the 
16638 \emph on
16639 Embedded
16640 \begin_inset space ~
16641 \end_inset
16642
16643 Objects
16644 \emph default
16645  manual.
16646 \end_layout
16647
16648 \begin_layout Standard
16649 You can also specify a row where the table is split.
16650  If you set more than one option in the same table row, you should be aware
16651  of the fact that only the first one is used in the given table row.
16652  The others will then be defined as 
16653 \emph on
16654 empty
16655 \emph default
16656 .
16657  In this context, first means first in this order: 
16658 \family sans
16659 Footer, Last
16660 \begin_inset space ~
16661 \end_inset
16662
16663 footer,
16664 \family default
16665  
16666 \family sans
16667 Header,
16668 \family default
16669  
16670 \family sans
16671 First
16672 \begin_inset space ~
16673 \end_inset
16674
16675 header.
16676
16677 \family default
16678  See the following longtable to see how it works:
16679 \end_layout
16680
16681 \begin_layout Standard
16682 \align center
16683 \begin_inset Tabular
16684 <lyxtabular version="3" rows="69" columns="3">
16685 <features islongtable="true" longtabularalignment="center">
16686 <column alignment="block" valignment="top" width="5cm">
16687 <column alignment="left" valignment="top" width="0pt">
16688 <column alignment="right" valignment="top" width="0pt">
16689 <row endfirsthead="true">
16690 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16691 \begin_inset Text
16692
16693 \begin_layout Plain Layout
16694
16695 \series bold
16696 Example Phone List (ignore the names)
16697 \end_layout
16698
16699 \end_inset
16700 </cell>
16701 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16702 \begin_inset Text
16703
16704 \begin_layout Plain Layout
16705
16706 \end_layout
16707
16708 \end_inset
16709 </cell>
16710 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16711 \begin_inset Text
16712
16713 \begin_layout Plain Layout
16714
16715 \end_layout
16716
16717 \end_inset
16718 </cell>
16719 </row>
16720 <row endfirsthead="true">
16721 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16722 \begin_inset Text
16723
16724 \begin_layout Plain Layout
16725
16726 \series bold
16727 NAME
16728 \end_layout
16729
16730 \end_inset
16731 </cell>
16732 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16733 \begin_inset Text
16734
16735 \begin_layout Plain Layout
16736
16737 \end_layout
16738
16739 \end_inset
16740 </cell>
16741 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16742 \begin_inset Text
16743
16744 \begin_layout Plain Layout
16745
16746 \series bold
16747 TEL.
16748 \end_layout
16749
16750 \end_inset
16751 </cell>
16752 </row>
16753 <row endhead="true">
16754 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16755 \begin_inset Text
16756
16757 \begin_layout Plain Layout
16758  
16759 \series bold
16760 Example Phone List
16761 \end_layout
16762
16763 \end_inset
16764 </cell>
16765 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16766 \begin_inset Text
16767
16768 \begin_layout Plain Layout
16769
16770 \end_layout
16771
16772 \end_inset
16773 </cell>
16774 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16775 \begin_inset Text
16776
16777 \begin_layout Plain Layout
16778
16779 \end_layout
16780
16781 \end_inset
16782 </cell>
16783 </row>
16784 <row endhead="true">
16785 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16786 \begin_inset Text
16787
16788 \begin_layout Plain Layout
16789
16790 \series bold
16791 NAME
16792 \end_layout
16793
16794 \end_inset
16795 </cell>
16796 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16797 \begin_inset Text
16798
16799 \begin_layout Plain Layout
16800
16801 \end_layout
16802
16803 \end_inset
16804 </cell>
16805 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16806 \begin_inset Text
16807
16808 \begin_layout Plain Layout
16809
16810 \series bold
16811 TEL.
16812 \end_layout
16813
16814 \end_inset
16815 </cell>
16816 </row>
16817 <row endfoot="true">
16818 <cell multicolumn="1" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16819 \begin_inset Text
16820
16821 \begin_layout Plain Layout
16822  
16823 \series bold
16824 continue ...
16825 \end_layout
16826
16827 \end_inset
16828 </cell>
16829 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16830 \begin_inset Text
16831
16832 \begin_layout Plain Layout
16833
16834 \end_layout
16835
16836 \end_inset
16837 </cell>
16838 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16839 \begin_inset Text
16840
16841 \begin_layout Plain Layout
16842
16843 \end_layout
16844
16845 \end_inset
16846 </cell>
16847 </row>
16848 <row>
16849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16850 \begin_inset Text
16851
16852 \begin_layout Plain Layout
16853
16854 \series bold
16855 Annovi
16856 \end_layout
16857
16858 \end_inset
16859 </cell>
16860 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16861 \begin_inset Text
16862
16863 \begin_layout Plain Layout
16864 Silvia
16865 \end_layout
16866
16867 \end_inset
16868 </cell>
16869 <cell alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16870 \begin_inset Text
16871
16872 \begin_layout Plain Layout
16873 111
16874 \end_layout
16875
16876 \end_inset
16877 </cell>
16878 </row>
16879 <row>
16880 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16881 \begin_inset Text
16882
16883 \begin_layout Plain Layout
16884
16885 \series bold
16886 Bertoli
16887 \end_layout
16888
16889 \end_inset
16890 </cell>
16891 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16892 \begin_inset Text
16893
16894 \begin_layout Plain Layout
16895 Stefano
16896 \end_layout
16897
16898 \end_inset
16899 </cell>
16900 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16901 \begin_inset Text
16902
16903 \begin_layout Plain Layout
16904 111
16905 \end_layout
16906
16907 \end_inset
16908 </cell>
16909 </row>
16910 <row>
16911 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16912 \begin_inset Text
16913
16914 \begin_layout Plain Layout
16915
16916 \series bold
16917 Bozzi
16918 \end_layout
16919
16920 \end_inset
16921 </cell>
16922 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16923 \begin_inset Text
16924
16925 \begin_layout Plain Layout
16926 Walter
16927 \end_layout
16928
16929 \end_inset
16930 </cell>
16931 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16932 \begin_inset Text
16933
16934 \begin_layout Plain Layout
16935 111
16936 \end_layout
16937
16938 \end_inset
16939 </cell>
16940 </row>
16941 <row>
16942 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16943 \begin_inset Text
16944
16945 \begin_layout Plain Layout
16946
16947 \series bold
16948 Cachia
16949 \end_layout
16950
16951 \end_inset
16952 </cell>
16953 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16954 \begin_inset Text
16955
16956 \begin_layout Plain Layout
16957 Maria
16958 \end_layout
16959
16960 \end_inset
16961 </cell>
16962 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16963 \begin_inset Text
16964
16965 \begin_layout Plain Layout
16966 111
16967 \end_layout
16968
16969 \end_inset
16970 </cell>
16971 </row>
16972 <row>
16973 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16974 \begin_inset Text
16975
16976 \begin_layout Plain Layout
16977
16978 \series bold
16979 Cachia
16980 \end_layout
16981
16982 \end_inset
16983 </cell>
16984 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16985 \begin_inset Text
16986
16987 \begin_layout Plain Layout
16988 Maurizio
16989 \end_layout
16990
16991 \end_inset
16992 </cell>
16993 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16994 \begin_inset Text
16995
16996 \begin_layout Plain Layout
16997 111
16998 \end_layout
16999
17000 \end_inset
17001 </cell>
17002 </row>
17003 <row>
17004 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17005 \begin_inset Text
17006
17007 \begin_layout Plain Layout
17008
17009 \series bold
17010 Cinquemani
17011 \end_layout
17012
17013 \end_inset
17014 </cell>
17015 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17016 \begin_inset Text
17017
17018 \begin_layout Plain Layout
17019 Giusi
17020 \end_layout
17021
17022 \end_inset
17023 </cell>
17024 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17025 \begin_inset Text
17026
17027 \begin_layout Plain Layout
17028 111
17029 \end_layout
17030
17031 \end_inset
17032 </cell>
17033 </row>
17034 <row>
17035 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17036 \begin_inset Text
17037
17038 \begin_layout Plain Layout
17039
17040 \series bold
17041 Colin
17042 \end_layout
17043
17044 \end_inset
17045 </cell>
17046 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17047 \begin_inset Text
17048
17049 \begin_layout Plain Layout
17050 Bernard
17051 \end_layout
17052
17053 \end_inset
17054 </cell>
17055 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17056 \begin_inset Text
17057
17058 \begin_layout Plain Layout
17059 111
17060 \end_layout
17061
17062 \end_inset
17063 </cell>
17064 </row>
17065 <row>
17066 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17067 \begin_inset Text
17068
17069 \begin_layout Plain Layout
17070
17071 \series bold
17072 Concli
17073 \end_layout
17074
17075 \end_inset
17076 </cell>
17077 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17078 \begin_inset Text
17079
17080 \begin_layout Plain Layout
17081 Gianfranco
17082 \end_layout
17083
17084 \end_inset
17085 </cell>
17086 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17087 \begin_inset Text
17088
17089 \begin_layout Plain Layout
17090 111
17091 \end_layout
17092
17093 \end_inset
17094 </cell>
17095 </row>
17096 <row>
17097 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17098 \begin_inset Text
17099
17100 \begin_layout Plain Layout
17101
17102 \series bold
17103 Dal Bosco
17104 \end_layout
17105
17106 \end_inset
17107 </cell>
17108 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17109 \begin_inset Text
17110
17111 \begin_layout Plain Layout
17112 Carolina
17113 \end_layout
17114
17115 \end_inset
17116 </cell>
17117 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17118 \begin_inset Text
17119
17120 \begin_layout Plain Layout
17121 111
17122 \end_layout
17123
17124 \end_inset
17125 </cell>
17126 </row>
17127 <row>
17128 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17129 \begin_inset Text
17130
17131 \begin_layout Plain Layout
17132
17133 \series bold
17134 Dalpiaz
17135 \end_layout
17136
17137 \end_inset
17138 </cell>
17139 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17140 \begin_inset Text
17141
17142 \begin_layout Plain Layout
17143 Annamaria
17144 \end_layout
17145
17146 \end_inset
17147 </cell>
17148 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17149 \begin_inset Text
17150
17151 \begin_layout Plain Layout
17152 111
17153 \end_layout
17154
17155 \end_inset
17156 </cell>
17157 </row>
17158 <row>
17159 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17160 \begin_inset Text
17161
17162 \begin_layout Plain Layout
17163
17164 \series bold
17165 Feliciello
17166 \end_layout
17167
17168 \end_inset
17169 </cell>
17170 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17171 \begin_inset Text
17172
17173 \begin_layout Plain Layout
17174 Domenico
17175 \end_layout
17176
17177 \end_inset
17178 </cell>
17179 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17180 \begin_inset Text
17181
17182 \begin_layout Plain Layout
17183 111
17184 \end_layout
17185
17186 \end_inset
17187 </cell>
17188 </row>
17189 <row>
17190 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17191 \begin_inset Text
17192
17193 \begin_layout Plain Layout
17194
17195 \series bold
17196 Focarelli
17197 \end_layout
17198
17199 \end_inset
17200 </cell>
17201 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17202 \begin_inset Text
17203
17204 \begin_layout Plain Layout
17205 Paola
17206 \end_layout
17207
17208 \end_inset
17209 </cell>
17210 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17211 \begin_inset Text
17212
17213 \begin_layout Plain Layout
17214 111
17215 \end_layout
17216
17217 \end_inset
17218 </cell>
17219 </row>
17220 <row>
17221 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17222 \begin_inset Text
17223
17224 \begin_layout Plain Layout
17225
17226 \series bold
17227 Galletti
17228 \end_layout
17229
17230 \end_inset
17231 </cell>
17232 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17233 \begin_inset Text
17234
17235 \begin_layout Plain Layout
17236 Oreste
17237 \end_layout
17238
17239 \end_inset
17240 </cell>
17241 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17242 \begin_inset Text
17243
17244 \begin_layout Plain Layout
17245 111
17246 \end_layout
17247
17248 \end_inset
17249 </cell>
17250 </row>
17251 <row>
17252 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17253 \begin_inset Text
17254
17255 \begin_layout Plain Layout
17256
17257 \series bold
17258 Gasparini
17259 \end_layout
17260
17261 \end_inset
17262 </cell>
17263 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17264 \begin_inset Text
17265
17266 \begin_layout Plain Layout
17267 Franca
17268 \end_layout
17269
17270 \end_inset
17271 </cell>
17272 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17273 \begin_inset Text
17274
17275 \begin_layout Plain Layout
17276 111
17277 \end_layout
17278
17279 \end_inset
17280 </cell>
17281 </row>
17282 <row>
17283 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17284 \begin_inset Text
17285
17286 \begin_layout Plain Layout
17287
17288 \series bold
17289 Rizzardi
17290 \end_layout
17291
17292 \end_inset
17293 </cell>
17294 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17295 \begin_inset Text
17296
17297 \begin_layout Plain Layout
17298 Paola
17299 \end_layout
17300
17301 \end_inset
17302 </cell>
17303 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17304 \begin_inset Text
17305
17306 \begin_layout Plain Layout
17307 111
17308 \end_layout
17309
17310 \end_inset
17311 </cell>
17312 </row>
17313 <row>
17314 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17315 \begin_inset Text
17316
17317 \begin_layout Plain Layout
17318
17319 \series bold
17320 Lassini
17321 \end_layout
17322
17323 \end_inset
17324 </cell>
17325 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17326 \begin_inset Text
17327
17328 \begin_layout Plain Layout
17329 Giancarlo
17330 \end_layout
17331
17332 \end_inset
17333 </cell>
17334 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17335 \begin_inset Text
17336
17337 \begin_layout Plain Layout
17338 111
17339 \end_layout
17340
17341 \end_inset
17342 </cell>
17343 </row>
17344 <row>
17345 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17346 \begin_inset Text
17347
17348 \begin_layout Plain Layout
17349
17350 \series bold
17351 Malfatti
17352 \end_layout
17353
17354 \end_inset
17355 </cell>
17356 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17357 \begin_inset Text
17358
17359 \begin_layout Plain Layout
17360 Luciano
17361 \end_layout
17362
17363 \end_inset
17364 </cell>
17365 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17366 \begin_inset Text
17367
17368 \begin_layout Plain Layout
17369 111
17370 \end_layout
17371
17372 \end_inset
17373 </cell>
17374 </row>
17375 <row>
17376 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17377 \begin_inset Text
17378
17379 \begin_layout Plain Layout
17380
17381 \series bold
17382 Malfatti
17383 \end_layout
17384
17385 \end_inset
17386 </cell>
17387 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17388 \begin_inset Text
17389
17390 \begin_layout Plain Layout
17391 Valeriano
17392 \end_layout
17393
17394 \end_inset
17395 </cell>
17396 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17397 \begin_inset Text
17398
17399 \begin_layout Plain Layout
17400 111
17401 \end_layout
17402
17403 \end_inset
17404 </cell>
17405 </row>
17406 <row>
17407 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17408 \begin_inset Text
17409
17410 \begin_layout Plain Layout
17411
17412 \series bold
17413 Meneguzzo
17414 \end_layout
17415
17416 \end_inset
17417 </cell>
17418 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17419 \begin_inset Text
17420
17421 \begin_layout Plain Layout
17422 Roberto
17423 \end_layout
17424
17425 \end_inset
17426 </cell>
17427 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17428 \begin_inset Text
17429
17430 \begin_layout Plain Layout
17431 111
17432 \end_layout
17433
17434 \end_inset
17435 </cell>
17436 </row>
17437 <row>
17438 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17439 \begin_inset Text
17440
17441 \begin_layout Plain Layout
17442
17443 \series bold
17444 Mezzadra
17445 \end_layout
17446
17447 \end_inset
17448 </cell>
17449 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17450 \begin_inset Text
17451
17452 \begin_layout Plain Layout
17453 Roberto
17454 \end_layout
17455
17456 \end_inset
17457 </cell>
17458 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17459 \begin_inset Text
17460
17461 \begin_layout Plain Layout
17462 111
17463 \end_layout
17464
17465 \end_inset
17466 </cell>
17467 </row>
17468 <row>
17469 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17470 \begin_inset Text
17471
17472 \begin_layout Plain Layout
17473
17474 \series bold
17475 Pirpamer
17476 \end_layout
17477
17478 \end_inset
17479 </cell>
17480 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17481 \begin_inset Text
17482
17483 \begin_layout Plain Layout
17484 Erich
17485 \end_layout
17486
17487 \end_inset
17488 </cell>
17489 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17490 \begin_inset Text
17491
17492 \begin_layout Plain Layout
17493 111
17494 \end_layout
17495
17496 \end_inset
17497 </cell>
17498 </row>
17499 <row>
17500 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17501 \begin_inset Text
17502
17503 \begin_layout Plain Layout
17504
17505 \series bold
17506 Pochiesa
17507 \end_layout
17508
17509 \end_inset
17510 </cell>
17511 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17512 \begin_inset Text
17513
17514 \begin_layout Plain Layout
17515 Paolo
17516 \end_layout
17517
17518 \end_inset
17519 </cell>
17520 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17521 \begin_inset Text
17522
17523 \begin_layout Plain Layout
17524 111, 222
17525 \end_layout
17526
17527 \end_inset
17528 </cell>
17529 </row>
17530 <row>
17531 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17532 \begin_inset Text
17533
17534 \begin_layout Plain Layout
17535
17536 \series bold
17537 Radina
17538 \end_layout
17539
17540 \end_inset
17541 </cell>
17542 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17543 \begin_inset Text
17544
17545 \begin_layout Plain Layout
17546 Claudio
17547 \end_layout
17548
17549 \end_inset
17550 </cell>
17551 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17552 \begin_inset Text
17553
17554 \begin_layout Plain Layout
17555 111
17556 \end_layout
17557
17558 \end_inset
17559 </cell>
17560 </row>
17561 <row>
17562 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17563 \begin_inset Text
17564
17565 \begin_layout Plain Layout
17566
17567 \series bold
17568 Stuffer
17569 \end_layout
17570
17571 \end_inset
17572 </cell>
17573 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17574 \begin_inset Text
17575
17576 \begin_layout Plain Layout
17577 Oskar
17578 \end_layout
17579
17580 \end_inset
17581 </cell>
17582 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17583 \begin_inset Text
17584
17585 \begin_layout Plain Layout
17586 111
17587 \end_layout
17588
17589 \end_inset
17590 </cell>
17591 </row>
17592 <row>
17593 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17594 \begin_inset Text
17595
17596 \begin_layout Plain Layout
17597
17598 \series bold
17599 Tacchelli
17600 \end_layout
17601
17602 \end_inset
17603 </cell>
17604 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17605 \begin_inset Text
17606
17607 \begin_layout Plain Layout
17608 Ugo
17609 \end_layout
17610
17611 \end_inset
17612 </cell>
17613 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17614 \begin_inset Text
17615
17616 \begin_layout Plain Layout
17617 111
17618 \end_layout
17619
17620 \end_inset
17621 </cell>
17622 </row>
17623 <row>
17624 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17625 \begin_inset Text
17626
17627 \begin_layout Plain Layout
17628
17629 \series bold
17630 Tezzele
17631 \end_layout
17632
17633 \end_inset
17634 </cell>
17635 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17636 \begin_inset Text
17637
17638 \begin_layout Plain Layout
17639 Margit
17640 \end_layout
17641
17642 \end_inset
17643 </cell>
17644 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17645 \begin_inset Text
17646
17647 \begin_layout Plain Layout
17648 111
17649 \end_layout
17650
17651 \end_inset
17652 </cell>
17653 </row>
17654 <row>
17655 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17656 \begin_inset Text
17657
17658 \begin_layout Plain Layout
17659
17660 \series bold
17661 Unterkalmsteiner
17662 \end_layout
17663
17664 \end_inset
17665 </cell>
17666 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17667 \begin_inset Text
17668
17669 \begin_layout Plain Layout
17670 Frieda
17671 \end_layout
17672
17673 \end_inset
17674 </cell>
17675 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17676 \begin_inset Text
17677
17678 \begin_layout Plain Layout
17679 111
17680 \end_layout
17681
17682 \end_inset
17683 </cell>
17684 </row>
17685 <row>
17686 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17687 \begin_inset Text
17688
17689 \begin_layout Plain Layout
17690
17691 \series bold
17692 Vieider
17693 \end_layout
17694
17695 \end_inset
17696 </cell>
17697 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17698 \begin_inset Text
17699
17700 \begin_layout Plain Layout
17701 Hilde
17702 \end_layout
17703
17704 \end_inset
17705 </cell>
17706 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17707 \begin_inset Text
17708
17709 \begin_layout Plain Layout
17710 111
17711 \end_layout
17712
17713 \end_inset
17714 </cell>
17715 </row>
17716 <row>
17717 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17718 \begin_inset Text
17719
17720 \begin_layout Plain Layout
17721
17722 \series bold
17723 Vigna
17724 \end_layout
17725
17726 \end_inset
17727 </cell>
17728 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17729 \begin_inset Text
17730
17731 \begin_layout Plain Layout
17732 Jürgen
17733 \end_layout
17734
17735 \end_inset
17736 </cell>
17737 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17738 \begin_inset Text
17739
17740 \begin_layout Plain Layout
17741 111
17742 \end_layout
17743
17744 \end_inset
17745 </cell>
17746 </row>
17747 <row>
17748 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17749 \begin_inset Text
17750
17751 \begin_layout Plain Layout
17752
17753 \series bold
17754 Weber
17755 \end_layout
17756
17757 \end_inset
17758 </cell>
17759 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17760 \begin_inset Text
17761
17762 \begin_layout Plain Layout
17763 Maurizio
17764 \end_layout
17765
17766 \end_inset
17767 </cell>
17768 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17769 \begin_inset Text
17770
17771 \begin_layout Plain Layout
17772 111
17773 \end_layout
17774
17775 \end_inset
17776 </cell>
17777 </row>
17778 <row>
17779 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17780 \begin_inset Text
17781
17782 \begin_layout Plain Layout
17783
17784 \series bold
17785 Winkler
17786 \end_layout
17787
17788 \end_inset
17789 </cell>
17790 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17791 \begin_inset Text
17792
17793 \begin_layout Plain Layout
17794 Franz
17795 \end_layout
17796
17797 \end_inset
17798 </cell>
17799 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17800 \begin_inset Text
17801
17802 \begin_layout Plain Layout
17803 111
17804 \end_layout
17805
17806 \end_inset
17807 </cell>
17808 </row>
17809 <row>
17810 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17811 \begin_inset Text
17812
17813 \begin_layout Plain Layout
17814  
17815 \end_layout
17816
17817 \end_inset
17818 </cell>
17819 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
17820 \begin_inset Text
17821
17822 \begin_layout Plain Layout
17823
17824 \end_layout
17825
17826 \end_inset
17827 </cell>
17828 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17829 \begin_inset Text
17830
17831 \begin_layout Plain Layout
17832
17833 \end_layout
17834
17835 \end_inset
17836 </cell>
17837 </row>
17838 <row>
17839 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17840 \begin_inset Text
17841
17842 \begin_layout Plain Layout
17843
17844 \series bold
17845 Annovi
17846 \end_layout
17847
17848 \end_inset
17849 </cell>
17850 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17851 \begin_inset Text
17852
17853 \begin_layout Plain Layout
17854 Silvia
17855 \end_layout
17856
17857 \end_inset
17858 </cell>
17859 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17860 \begin_inset Text
17861
17862 \begin_layout Plain Layout
17863 555
17864 \end_layout
17865
17866 \end_inset
17867 </cell>
17868 </row>
17869 <row>
17870 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17871 \begin_inset Text
17872
17873 \begin_layout Plain Layout
17874
17875 \series bold
17876 Bertoli
17877 \end_layout
17878
17879 \end_inset
17880 </cell>
17881 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17882 \begin_inset Text
17883
17884 \begin_layout Plain Layout
17885 Stefano
17886 \end_layout
17887
17888 \end_inset
17889 </cell>
17890 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17891 \begin_inset Text
17892
17893 \begin_layout Plain Layout
17894 555
17895 \end_layout
17896
17897 \end_inset
17898 </cell>
17899 </row>
17900 <row>
17901 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17902 \begin_inset Text
17903
17904 \begin_layout Plain Layout
17905
17906 \series bold
17907 Bozzi
17908 \end_layout
17909
17910 \end_inset
17911 </cell>
17912 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17913 \begin_inset Text
17914
17915 \begin_layout Plain Layout
17916 Walter
17917 \end_layout
17918
17919 \end_inset
17920 </cell>
17921 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17922 \begin_inset Text
17923
17924 \begin_layout Plain Layout
17925 555
17926 \end_layout
17927
17928 \end_inset
17929 </cell>
17930 </row>
17931 <row>
17932 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17933 \begin_inset Text
17934
17935 \begin_layout Plain Layout
17936
17937 \series bold
17938 Cachia
17939 \end_layout
17940
17941 \end_inset
17942 </cell>
17943 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17944 \begin_inset Text
17945
17946 \begin_layout Plain Layout
17947 Maria
17948 \end_layout
17949
17950 \end_inset
17951 </cell>
17952 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17953 \begin_inset Text
17954
17955 \begin_layout Plain Layout
17956 555
17957 \end_layout
17958
17959 \end_inset
17960 </cell>
17961 </row>
17962 <row>
17963 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17964 \begin_inset Text
17965
17966 \begin_layout Plain Layout
17967
17968 \series bold
17969 Cachia
17970 \end_layout
17971
17972 \end_inset
17973 </cell>
17974 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17975 \begin_inset Text
17976
17977 \begin_layout Plain Layout
17978 Maurizio
17979 \end_layout
17980
17981 \end_inset
17982 </cell>
17983 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17984 \begin_inset Text
17985
17986 \begin_layout Plain Layout
17987 555
17988 \end_layout
17989
17990 \end_inset
17991 </cell>
17992 </row>
17993 <row>
17994 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17995 \begin_inset Text
17996
17997 \begin_layout Plain Layout
17998
17999 \series bold
18000 Cinquemani
18001 \end_layout
18002
18003 \end_inset
18004 </cell>
18005 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18006 \begin_inset Text
18007
18008 \begin_layout Plain Layout
18009 Giusi
18010 \end_layout
18011
18012 \end_inset
18013 </cell>
18014 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18015 \begin_inset Text
18016
18017 \begin_layout Plain Layout
18018 555
18019 \end_layout
18020
18021 \end_inset
18022 </cell>
18023 </row>
18024 <row>
18025 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18026 \begin_inset Text
18027
18028 \begin_layout Plain Layout
18029
18030 \series bold
18031 Colin
18032 \end_layout
18033
18034 \end_inset
18035 </cell>
18036 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18037 \begin_inset Text
18038
18039 \begin_layout Plain Layout
18040 Bernard
18041 \end_layout
18042
18043 \end_inset
18044 </cell>
18045 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18046 \begin_inset Text
18047
18048 \begin_layout Plain Layout
18049 555
18050 \end_layout
18051
18052 \end_inset
18053 </cell>
18054 </row>
18055 <row>
18056 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18057 \begin_inset Text
18058
18059 \begin_layout Plain Layout
18060
18061 \series bold
18062 Concli
18063 \end_layout
18064
18065 \end_inset
18066 </cell>
18067 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18068 \begin_inset Text
18069
18070 \begin_layout Plain Layout
18071 Gianfranco
18072 \end_layout
18073
18074 \end_inset
18075 </cell>
18076 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18077 \begin_inset Text
18078
18079 \begin_layout Plain Layout
18080 555
18081 \end_layout
18082
18083 \end_inset
18084 </cell>
18085 </row>
18086 <row>
18087 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18088 \begin_inset Text
18089
18090 \begin_layout Plain Layout
18091
18092 \series bold
18093 Dal Bosco
18094 \end_layout
18095
18096 \end_inset
18097 </cell>
18098 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18099 \begin_inset Text
18100
18101 \begin_layout Plain Layout
18102 Carolina
18103 \end_layout
18104
18105 \end_inset
18106 </cell>
18107 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18108 \begin_inset Text
18109
18110 \begin_layout Plain Layout
18111 555
18112 \end_layout
18113
18114 \end_inset
18115 </cell>
18116 </row>
18117 <row>
18118 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18119 \begin_inset Text
18120
18121 \begin_layout Plain Layout
18122
18123 \series bold
18124 Dalpiaz
18125 \end_layout
18126
18127 \end_inset
18128 </cell>
18129 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18130 \begin_inset Text
18131
18132 \begin_layout Plain Layout
18133 Annamaria
18134 \end_layout
18135
18136 \end_inset
18137 </cell>
18138 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18139 \begin_inset Text
18140
18141 \begin_layout Plain Layout
18142 555
18143 \end_layout
18144
18145 \end_inset
18146 </cell>
18147 </row>
18148 <row>
18149 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18150 \begin_inset Text
18151
18152 \begin_layout Plain Layout
18153
18154 \series bold
18155 Feliciello
18156 \end_layout
18157
18158 \end_inset
18159 </cell>
18160 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18161 \begin_inset Text
18162
18163 \begin_layout Plain Layout
18164 Domenico
18165 \end_layout
18166
18167 \end_inset
18168 </cell>
18169 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18170 \begin_inset Text
18171
18172 \begin_layout Plain Layout
18173 555
18174 \end_layout
18175
18176 \end_inset
18177 </cell>
18178 </row>
18179 <row>
18180 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18181 \begin_inset Text
18182
18183 \begin_layout Plain Layout
18184
18185 \series bold
18186 Focarelli
18187 \end_layout
18188
18189 \end_inset
18190 </cell>
18191 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18192 \begin_inset Text
18193
18194 \begin_layout Plain Layout
18195 Paola
18196 \end_layout
18197
18198 \end_inset
18199 </cell>
18200 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18201 \begin_inset Text
18202
18203 \begin_layout Plain Layout
18204 555
18205 \end_layout
18206
18207 \end_inset
18208 </cell>
18209 </row>
18210 <row>
18211 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18212 \begin_inset Text
18213
18214 \begin_layout Plain Layout
18215
18216 \series bold
18217 Galletti
18218 \end_layout
18219
18220 \end_inset
18221 </cell>
18222 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18223 \begin_inset Text
18224
18225 \begin_layout Plain Layout
18226 Oreste
18227 \end_layout
18228
18229 \end_inset
18230 </cell>
18231 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18232 \begin_inset Text
18233
18234 \begin_layout Plain Layout
18235 555
18236 \end_layout
18237
18238 \end_inset
18239 </cell>
18240 </row>
18241 <row>
18242 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18243 \begin_inset Text
18244
18245 \begin_layout Plain Layout
18246
18247 \series bold
18248 Gasparini
18249 \end_layout
18250
18251 \end_inset
18252 </cell>
18253 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18254 \begin_inset Text
18255
18256 \begin_layout Plain Layout
18257 Franca
18258 \end_layout
18259
18260 \end_inset
18261 </cell>
18262 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18263 \begin_inset Text
18264
18265 \begin_layout Plain Layout
18266 555
18267 \end_layout
18268
18269 \end_inset
18270 </cell>
18271 </row>
18272 <row>
18273 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18274 \begin_inset Text
18275
18276 \begin_layout Plain Layout
18277
18278 \series bold
18279 Rizzardi
18280 \end_layout
18281
18282 \end_inset
18283 </cell>
18284 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18285 \begin_inset Text
18286
18287 \begin_layout Plain Layout
18288 Paola
18289 \end_layout
18290
18291 \end_inset
18292 </cell>
18293 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18294 \begin_inset Text
18295
18296 \begin_layout Plain Layout
18297 555
18298 \end_layout
18299
18300 \end_inset
18301 </cell>
18302 </row>
18303 <row>
18304 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18305 \begin_inset Text
18306
18307 \begin_layout Plain Layout
18308
18309 \series bold
18310 Lassini
18311 \end_layout
18312
18313 \end_inset
18314 </cell>
18315 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18316 \begin_inset Text
18317
18318 \begin_layout Plain Layout
18319 Giancarlo
18320 \end_layout
18321
18322 \end_inset
18323 </cell>
18324 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18325 \begin_inset Text
18326
18327 \begin_layout Plain Layout
18328 555
18329 \end_layout
18330
18331 \end_inset
18332 </cell>
18333 </row>
18334 <row>
18335 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18336 \begin_inset Text
18337
18338 \begin_layout Plain Layout
18339
18340 \series bold
18341 Malfatti
18342 \end_layout
18343
18344 \end_inset
18345 </cell>
18346 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18347 \begin_inset Text
18348
18349 \begin_layout Plain Layout
18350 Luciano
18351 \end_layout
18352
18353 \end_inset
18354 </cell>
18355 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18356 \begin_inset Text
18357
18358 \begin_layout Plain Layout
18359 555
18360 \end_layout
18361
18362 \end_inset
18363 </cell>
18364 </row>
18365 <row>
18366 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18367 \begin_inset Text
18368
18369 \begin_layout Plain Layout
18370
18371 \series bold
18372 Malfatti
18373 \end_layout
18374
18375 \end_inset
18376 </cell>
18377 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18378 \begin_inset Text
18379
18380 \begin_layout Plain Layout
18381 Valeriano
18382 \end_layout
18383
18384 \end_inset
18385 </cell>
18386 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18387 \begin_inset Text
18388
18389 \begin_layout Plain Layout
18390 555
18391 \end_layout
18392
18393 \end_inset
18394 </cell>
18395 </row>
18396 <row>
18397 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18398 \begin_inset Text
18399
18400 \begin_layout Plain Layout
18401
18402 \series bold
18403 Meneguzzo
18404 \end_layout
18405
18406 \end_inset
18407 </cell>
18408 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18409 \begin_inset Text
18410
18411 \begin_layout Plain Layout
18412 Roberto
18413 \end_layout
18414
18415 \end_inset
18416 </cell>
18417 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18418 \begin_inset Text
18419
18420 \begin_layout Plain Layout
18421 555
18422 \end_layout
18423
18424 \end_inset
18425 </cell>
18426 </row>
18427 <row>
18428 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18429 \begin_inset Text
18430
18431 \begin_layout Plain Layout
18432
18433 \series bold
18434 Mezzadra
18435 \end_layout
18436
18437 \end_inset
18438 </cell>
18439 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18440 \begin_inset Text
18441
18442 \begin_layout Plain Layout
18443 Roberto
18444 \end_layout
18445
18446 \end_inset
18447 </cell>
18448 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18449 \begin_inset Text
18450
18451 \begin_layout Plain Layout
18452 555
18453 \end_layout
18454
18455 \end_inset
18456 </cell>
18457 </row>
18458 <row>
18459 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18460 \begin_inset Text
18461
18462 \begin_layout Plain Layout
18463
18464 \series bold
18465 Pirpamer
18466 \end_layout
18467
18468 \end_inset
18469 </cell>
18470 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18471 \begin_inset Text
18472
18473 \begin_layout Plain Layout
18474 Erich
18475 \end_layout
18476
18477 \end_inset
18478 </cell>
18479 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18480 \begin_inset Text
18481
18482 \begin_layout Plain Layout
18483 555
18484 \end_layout
18485
18486 \end_inset
18487 </cell>
18488 </row>
18489 <row>
18490 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18491 \begin_inset Text
18492
18493 \begin_layout Plain Layout
18494
18495 \series bold
18496 Pochiesa
18497 \end_layout
18498
18499 \end_inset
18500 </cell>
18501 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18502 \begin_inset Text
18503
18504 \begin_layout Plain Layout
18505 Paolo
18506 \end_layout
18507
18508 \end_inset
18509 </cell>
18510 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18511 \begin_inset Text
18512
18513 \begin_layout Plain Layout
18514 555, 222
18515 \end_layout
18516
18517 \end_inset
18518 </cell>
18519 </row>
18520 <row>
18521 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18522 \begin_inset Text
18523
18524 \begin_layout Plain Layout
18525
18526 \series bold
18527 Radina
18528 \end_layout
18529
18530 \end_inset
18531 </cell>
18532 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18533 \begin_inset Text
18534
18535 \begin_layout Plain Layout
18536 Claudio
18537 \end_layout
18538
18539 \end_inset
18540 </cell>
18541 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18542 \begin_inset Text
18543
18544 \begin_layout Plain Layout
18545 555
18546 \end_layout
18547
18548 \end_inset
18549 </cell>
18550 </row>
18551 <row>
18552 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18553 \begin_inset Text
18554
18555 \begin_layout Plain Layout
18556
18557 \series bold
18558 Stuffer
18559 \end_layout
18560
18561 \end_inset
18562 </cell>
18563 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18564 \begin_inset Text
18565
18566 \begin_layout Plain Layout
18567 Oskar
18568 \end_layout
18569
18570 \end_inset
18571 </cell>
18572 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18573 \begin_inset Text
18574
18575 \begin_layout Plain Layout
18576 555
18577 \end_layout
18578
18579 \end_inset
18580 </cell>
18581 </row>
18582 <row>
18583 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18584 \begin_inset Text
18585
18586 \begin_layout Plain Layout
18587
18588 \series bold
18589 Tacchelli
18590 \end_layout
18591
18592 \end_inset
18593 </cell>
18594 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18595 \begin_inset Text
18596
18597 \begin_layout Plain Layout
18598 Ugo
18599 \end_layout
18600
18601 \end_inset
18602 </cell>
18603 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18604 \begin_inset Text
18605
18606 \begin_layout Plain Layout
18607 555
18608 \end_layout
18609
18610 \end_inset
18611 </cell>
18612 </row>
18613 <row>
18614 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18615 \begin_inset Text
18616
18617 \begin_layout Plain Layout
18618
18619 \series bold
18620 Tezzele
18621 \end_layout
18622
18623 \end_inset
18624 </cell>
18625 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18626 \begin_inset Text
18627
18628 \begin_layout Plain Layout
18629 Margit
18630 \end_layout
18631
18632 \end_inset
18633 </cell>
18634 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18635 \begin_inset Text
18636
18637 \begin_layout Plain Layout
18638 555
18639 \end_layout
18640
18641 \end_inset
18642 </cell>
18643 </row>
18644 <row>
18645 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18646 \begin_inset Text
18647
18648 \begin_layout Plain Layout
18649
18650 \series bold
18651 Unterkalmsteiner
18652 \end_layout
18653
18654 \end_inset
18655 </cell>
18656 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18657 \begin_inset Text
18658
18659 \begin_layout Plain Layout
18660 Frieda
18661 \end_layout
18662
18663 \end_inset
18664 </cell>
18665 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18666 \begin_inset Text
18667
18668 \begin_layout Plain Layout
18669 555
18670 \end_layout
18671
18672 \end_inset
18673 </cell>
18674 </row>
18675 <row>
18676 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18677 \begin_inset Text
18678
18679 \begin_layout Plain Layout
18680
18681 \series bold
18682 Vieider
18683 \end_layout
18684
18685 \end_inset
18686 </cell>
18687 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18688 \begin_inset Text
18689
18690 \begin_layout Plain Layout
18691 Hilde
18692 \end_layout
18693
18694 \end_inset
18695 </cell>
18696 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18697 \begin_inset Text
18698
18699 \begin_layout Plain Layout
18700 555
18701 \end_layout
18702
18703 \end_inset
18704 </cell>
18705 </row>
18706 <row>
18707 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18708 \begin_inset Text
18709
18710 \begin_layout Plain Layout
18711
18712 \series bold
18713 Vigna
18714 \end_layout
18715
18716 \end_inset
18717 </cell>
18718 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18719 \begin_inset Text
18720
18721 \begin_layout Plain Layout
18722 Jürgen
18723 \end_layout
18724
18725 \end_inset
18726 </cell>
18727 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18728 \begin_inset Text
18729
18730 \begin_layout Plain Layout
18731 999
18732 \end_layout
18733
18734 \end_inset
18735 </cell>
18736 </row>
18737 <row>
18738 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18739 \begin_inset Text
18740
18741 \begin_layout Plain Layout
18742
18743 \series bold
18744 Weber
18745 \end_layout
18746
18747 \end_inset
18748 </cell>
18749 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18750 \begin_inset Text
18751
18752 \begin_layout Plain Layout
18753 Maurizio
18754 \end_layout
18755
18756 \end_inset
18757 </cell>
18758 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18759 \begin_inset Text
18760
18761 \begin_layout Plain Layout
18762 555
18763 \end_layout
18764
18765 \end_inset
18766 </cell>
18767 </row>
18768 <row>
18769 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18770 \begin_inset Text
18771
18772 \begin_layout Plain Layout
18773
18774 \series bold
18775 Winkler
18776 \end_layout
18777
18778 \end_inset
18779 </cell>
18780 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18781 \begin_inset Text
18782
18783 \begin_layout Plain Layout
18784 Franz
18785 \end_layout
18786
18787 \end_inset
18788 </cell>
18789 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18790 \begin_inset Text
18791
18792 \begin_layout Plain Layout
18793 555
18794 \end_layout
18795
18796 \end_inset
18797 </cell>
18798 </row>
18799 <row endlastfoot="true">
18800 <cell multicolumn="1" alignment="block" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18801 \begin_inset Text
18802
18803 \begin_layout Plain Layout
18804
18805 \series bold
18806 End
18807 \end_layout
18808
18809 \end_inset
18810 </cell>
18811 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
18812 \begin_inset Text
18813
18814 \begin_layout Plain Layout
18815
18816 \end_layout
18817
18818 \end_inset
18819 </cell>
18820 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18821 \begin_inset Text
18822
18823 \begin_layout Plain Layout
18824
18825 \end_layout
18826
18827 \end_inset
18828 </cell>
18829 </row>
18830 </lyxtabular>
18831
18832 \end_inset
18833
18834
18835 \end_layout
18836
18837 \begin_layout Subsection
18838 Table Cells
18839 \begin_inset Index idx
18840 status collapsed
18841
18842 \begin_layout Plain Layout
18843 Tables ! Cells
18844 \end_layout
18845
18846 \end_inset
18847
18848
18849 \begin_inset CommandInset label
18850 LatexCommand label
18851 name "sub:Table-Cells"
18852
18853 \end_inset
18854
18855
18856 \end_layout
18857
18858 \begin_layout Standard
18859 A table cell can contain text, inline equations, a figure, or another table.
18860  All these kinds of objects can be placed in the same cell.
18861  Font sizes and shapes can also be altered.
18862  But you can't put a special environment in a cell (like 
18863 \family sans
18864 Section*
18865 \family default
18866 , etc.), nor set spacing options etc.
18867  for the cell's paragraph.
18868 \end_layout
18869
18870 \begin_layout Standard
18871 To have multi-line entries in table cells, you have to declare a fixed width
18872  for the column in the table dialog.
18873  Your text is then automatically split into multiple lines and the cell
18874  is enlarged vertically when the length of the text exceeds the given width.
18875  An example:
18876 \end_layout
18877
18878 \begin_layout Standard
18879 \align center
18880 \begin_inset Tabular
18881 <lyxtabular version="3" rows="4" columns="3">
18882 <features tabularvalignment="middle">
18883 <column alignment="center" valignment="top" width="0pt">
18884 <column alignment="block" valignment="top" width="3cm">
18885 <column alignment="center" valignment="top" width="0pt">
18886 <row>
18887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18888 \begin_inset Text
18889
18890 \begin_layout Plain Layout
18891
18892 \family roman
18893 \series medium
18894 \shape up
18895 \size normal
18896 \emph off
18897 \bar no
18898 \noun off
18899 \color none
18900 1
18901 \end_layout
18902
18903 \end_inset
18904 </cell>
18905 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18906 \begin_inset Text
18907
18908 \begin_layout Plain Layout
18909
18910 \family roman
18911 \series medium
18912 \shape up
18913 \size normal
18914 \emph off
18915 \bar no
18916 \noun off
18917 \color none
18918 2
18919 \end_layout
18920
18921 \end_inset
18922 </cell>
18923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18924 \begin_inset Text
18925
18926 \begin_layout Plain Layout
18927
18928 \family roman
18929 \series medium
18930 \shape up
18931 \size normal
18932 \emph off
18933 \bar no
18934 \noun off
18935 \color none
18936 3
18937 \end_layout
18938
18939 \end_inset
18940 </cell>
18941 </row>
18942 <row>
18943 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18944 \begin_inset Text
18945
18946 \begin_layout Plain Layout
18947
18948 \family roman
18949 \series medium
18950 \shape up
18951 \size normal
18952 \emph off
18953 \bar no
18954 \noun off
18955 \color none
18956 4
18957 \end_layout
18958
18959 \end_inset
18960 </cell>
18961 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18962 \begin_inset Text
18963
18964 \begin_layout Plain Layout
18965
18966 \family roman
18967 \series medium
18968 \shape up
18969 \size normal
18970 \emph off
18971 \bar no
18972 \noun off
18973 \color none
18974 This is a multiline entry in a table.
18975 \end_layout
18976
18977 \end_inset
18978 </cell>
18979 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18980 \begin_inset Text
18981
18982 \begin_layout Plain Layout
18983
18984 \family roman
18985 \series medium
18986 \shape up
18987 \size normal
18988 \emph off
18989 \bar no
18990 \noun off
18991 \color none
18992 5
18993 \end_layout
18994
18995 \end_inset
18996 </cell>
18997 </row>
18998 <row>
18999 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19000 \begin_inset Text
19001
19002 \begin_layout Plain Layout
19003
19004 \family roman
19005 \series medium
19006 \shape up
19007 \size normal
19008 \emph off
19009 \bar no
19010 \noun off
19011 \color none
19012 6
19013 \end_layout
19014
19015 \end_inset
19016 </cell>
19017 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19018 \begin_inset Text
19019
19020 \begin_layout Plain Layout
19021
19022 \family roman
19023 \series medium
19024 \shape up
19025 \size normal
19026 \emph off
19027 \bar no
19028 \noun off
19029 \color none
19030 This is longer now.
19031 \end_layout
19032
19033 \end_inset
19034 </cell>
19035 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19036 \begin_inset Text
19037
19038 \begin_layout Plain Layout
19039
19040 \family roman
19041 \series medium
19042 \shape up
19043 \size normal
19044 \emph off
19045 \bar no
19046 \noun off
19047 \color none
19048 7
19049 \end_layout
19050
19051 \end_inset
19052 </cell>
19053 </row>
19054 <row>
19055 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19056 \begin_inset Text
19057
19058 \begin_layout Plain Layout
19059
19060 \family roman
19061 \series medium
19062 \shape up
19063 \size normal
19064 \emph off
19065 \bar no
19066 \noun off
19067 \color none
19068 8
19069 \end_layout
19070
19071 \end_inset
19072 </cell>
19073 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19074 \begin_inset Text
19075
19076 \begin_layout Plain Layout
19077
19078 \family roman
19079 \series medium
19080 \shape up
19081 \size normal
19082 \emph off
19083 \bar no
19084 \noun off
19085 \color none
19086 This is a multiline entry in a table.
19087  This is longer now.
19088 \end_layout
19089
19090 \end_inset
19091 </cell>
19092 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19093 \begin_inset Text
19094
19095 \begin_layout Plain Layout
19096
19097 \family roman
19098 \series medium
19099 \shape up
19100 \size normal
19101 \emph off
19102 \bar no
19103 \noun off
19104 \color none
19105 9
19106 \end_layout
19107
19108 \end_inset
19109 </cell>
19110 </row>
19111 </lyxtabular>
19112
19113 \end_inset
19114
19115
19116 \end_layout
19117
19118 \begin_layout Standard
19119 Cutting and pasting between tables and table cells works reasonably well.
19120  You can cut and paste even more than one row.
19121 \begin_inset Foot
19122 status open
19123
19124 \begin_layout Plain Layout
19125 Note, that you cannot paste into a multicell selection because it would
19126  not be clear what to do when pasting a single word in a selected 2×3.
19127  
19128 \end_layout
19129
19130 \end_inset
19131
19132  Selection with the mouse or with 
19133 \family sans
19134 Shift
19135 \family default
19136  plus the arrow keys works as usual.
19137  You can also copy and paste the entire table as a single unit by starting
19138  the selection from outside the table.
19139 \end_layout
19140
19141 \begin_layout Section
19142 Floats
19143 \begin_inset Index idx
19144 status collapsed
19145
19146 \begin_layout Plain Layout
19147 Floats
19148 \end_layout
19149
19150 \end_inset
19151
19152
19153 \begin_inset CommandInset label
19154 LatexCommand label
19155 name "sec:Floats"
19156
19157 \end_inset
19158
19159
19160 \end_layout
19161
19162 \begin_layout Standard
19163 A float is a block of text associated with some sort of label, which doesn't
19164  have a fixed location.
19165  It can 
19166 \begin_inset Quotes eld
19167 \end_inset
19168
19169 float
19170 \begin_inset Quotes erd
19171 \end_inset
19172
19173  forward or backward a page or two, to wherever it fits best.
19174  
19175 \family sans
19176 Footnotes
19177 \family default
19178  and 
19179 \family sans
19180 Margin
19181 \begin_inset space ~
19182 \end_inset
19183
19184 Notes
19185 \family default
19186  are also floats, because they can float to the next page when there are
19187  too many notes on the page.
19188 \end_layout
19189
19190 \begin_layout Standard
19191 Floats make it possible to get a high quality layout.
19192  Images and tables can be spread evenly over the pages to avoid whitespace
19193  and pages without text.
19194  As the floating often destroys the context between the text and the image/table
19195 , every float can be referenced in the text.
19196  Floats are therefore numbered.
19197  Referencing is described in section
19198 \begin_inset space ~
19199 \end_inset
19200
19201
19202 \begin_inset CommandInset ref
19203 LatexCommand ref
19204 reference "sec:Cross-References"
19205
19206 \end_inset
19207
19208 .
19209 \end_layout
19210
19211 \begin_layout Standard
19212 To insert a float, use the menu 
19213 \family sans
19214 Insert\SpecialChar \menuseparator
19215 Floats
19216 \family default
19217 .
19218  A box with a caption that has e.
19219 \begin_inset space \thinspace{}
19220 \end_inset
19221
19222 g.
19223 \begin_inset space \space{}
19224 \end_inset
19225
19226 the label 
19227 \begin_inset Quotes eld
19228 \end_inset
19229
19230 Figure
19231 \begin_inset space ~
19232 \end_inset
19233
19234 #:
19235 \begin_inset Quotes erd
19236 \end_inset
19237
19238  (# is the actual number) will be inserted into your document.
19239  The label will automatically be translated to the document language in
19240  the output.
19241  After the label you can insert the caption text.
19242 \begin_inset Index idx
19243 status collapsed
19244
19245 \begin_layout Plain Layout
19246 Floats ! Captions
19247 \end_layout
19248
19249 \end_inset
19250
19251  The image or table is inserted above or below the caption in a separate
19252  paragraph within the float.
19253  To keep your LyX-document readable, you can open and close the float box
19254  by left-clicking on the box label.
19255  A closed float box looks like this: 
19256 \begin_inset Graphics
19257         filename clipart/floatQt4.png
19258         scale 80
19259
19260 \end_inset
19261
19262  – a gray button with a red label.
19263 \end_layout
19264
19265 \begin_layout Standard
19266 It is recommended to insert floats as a separate paragraph to avoid possible
19267  LaTeX-errors that can occur when the surrounding text is specially formatted.
19268 \end_layout
19269
19270 \begin_layout Subsection
19271 Float Types
19272 \end_layout
19273
19274 \begin_layout Subsubsection
19275 Figure Floats
19276 \begin_inset Index idx
19277 status collapsed
19278
19279 \begin_layout Plain Layout
19280 Floats ! Figure floats
19281 \end_layout
19282
19283 \end_inset
19284
19285
19286 \begin_inset CommandInset label
19287 LatexCommand label
19288 name "sec:Figure-Floats"
19289
19290 \end_inset
19291
19292
19293 \end_layout
19294
19295 \begin_layout Standard
19296 The menu 
19297 \family sans
19298 Insert\SpecialChar \menuseparator
19299 Float\SpecialChar \menuseparator
19300 Figure
19301 \family default
19302  inserts a float with the label 
19303 \begin_inset Quotes eld
19304 \end_inset
19305
19306
19307 \series bold
19308 Figure
19309 \begin_inset space ~
19310 \end_inset
19311
19312 #:
19313 \series default
19314
19315 \begin_inset Quotes erd
19316 \end_inset
19317
19318 .
19319  Set the cursor above this label (or before it and press enter) and insert
19320  the image as described above to get the caption printed below the image.
19321  This is what we did for Figure
19322 \begin_inset space ~
19323 \end_inset
19324
19325
19326 \begin_inset CommandInset ref
19327 LatexCommand ref
19328 reference "cap:Platypus"
19329
19330 \end_inset
19331
19332 .
19333  If you want the caption to be above the image, set the cursor at the end
19334  of the caption, press enter and insert the image.
19335  This was done in Figure
19336 \begin_inset space ~
19337 \end_inset
19338
19339
19340 \begin_inset CommandInset ref
19341 LatexCommand ref
19342 reference "cap:Escher"
19343
19344 \end_inset
19345
19346 .
19347 \end_layout
19348
19349 \begin_layout Standard
19350 \begin_inset Float figure
19351 wide false
19352 sideways false
19353 status open
19354
19355 \begin_layout Plain Layout
19356 \align center
19357 \begin_inset Graphics
19358         filename clipart/platypus.eps
19359         width 50col%
19360         rotateOrigin center
19361
19362 \end_inset
19363
19364
19365 \end_layout
19366
19367 \begin_layout Plain Layout
19368 \begin_inset Caption
19369
19370 \begin_layout Plain Layout
19371 \begin_inset CommandInset label
19372 LatexCommand label
19373 name "cap:Platypus"
19374
19375 \end_inset
19376
19377 A severely distorted platypus in a float.
19378 \end_layout
19379
19380 \end_inset
19381
19382
19383 \end_layout
19384
19385 \end_inset
19386
19387
19388 \end_layout
19389
19390 \begin_layout Standard
19391 \begin_inset Float figure
19392 wide false
19393 sideways false
19394 status open
19395
19396 \begin_layout Plain Layout
19397 \begin_inset Caption
19398
19399 \begin_layout Plain Layout
19400 \begin_inset CommandInset label
19401 LatexCommand label
19402 name "cap:Escher"
19403
19404 \end_inset
19405
19406 M.C.
19407  Escher on acid.
19408 \end_layout
19409
19410 \end_inset
19411
19412
19413 \end_layout
19414
19415 \begin_layout Plain Layout
19416 \align center
19417 \begin_inset Graphics
19418         filename clipart/escher-lsd.eps
19419         scale 80
19420         rotateOrigin center
19421
19422 \end_inset
19423
19424
19425 \end_layout
19426
19427 \end_inset
19428
19429
19430 \end_layout
19431
19432 \begin_layout Standard
19433 This figure float also shows how to set a label and create a cross-reference
19434  to it.
19435  As described in section
19436 \begin_inset space ~
19437 \end_inset
19438
19439
19440 \begin_inset CommandInset ref
19441 LatexCommand ref
19442 reference "sec:Cross-References"
19443
19444 \end_inset
19445
19446 , you can simply insert a label in the caption using the menu 
19447 \family sans
19448 Insert\SpecialChar \menuseparator
19449 Label
19450 \family default
19451  and refer to it using the menu 
19452 \family sans
19453 Insert\SpecialChar \menuseparator
19454 Cross-Reference
19455 \family default
19456 .
19457  It is important to use references to figure floats, rather than using vague
19458  references like 
19459 \begin_inset Quotes eld
19460 \end_inset
19461
19462 the figure above
19463 \begin_inset Quotes erd
19464 \end_inset
19465
19466 , because as LaTeX will reposition the floats in the final document; it
19467  might not be 
19468 \begin_inset Quotes eld
19469 \end_inset
19470
19471 above
19472 \begin_inset Quotes erd
19473 \end_inset
19474
19475  at all.
19476 \end_layout
19477
19478 \begin_layout Standard
19479 Normally only one image is inserted in a figure float, but sometimes you
19480  might want to use two images with separate subcaptions.
19481  This can be done by inserting image floats into existing image floats.
19482  Note that only the main caption of the float is added to the List of Figures.
19483  Figure
19484 \begin_inset space ~
19485 \end_inset
19486
19487
19488 \begin_inset CommandInset ref
19489 LatexCommand ref
19490 reference "cap:Two-distorted-images"
19491
19492 \end_inset
19493
19494  is an example of a figure float with two images set side by side.
19495  You can also set the images one below the other.
19496  Figure
19497 \begin_inset space ~
19498 \end_inset
19499
19500
19501 \begin_inset CommandInset ref
19502 LatexCommand ref
19503 reference "fig:Undefinable"
19504
19505 \end_inset
19506
19507  and 
19508 \begin_inset CommandInset ref
19509 LatexCommand ref
19510 reference "fig:Platypus"
19511
19512 \end_inset
19513
19514  are the subfigures.
19515 \end_layout
19516
19517 \begin_layout Standard
19518 \begin_inset Float figure
19519 wide false
19520 sideways false
19521 status open
19522
19523 \begin_layout Plain Layout
19524 \begin_inset space \hfill{}
19525 \end_inset
19526
19527
19528 \begin_inset Float figure
19529 wide false
19530 sideways false
19531 status open
19532
19533 \begin_layout Plain Layout
19534 \begin_inset Caption
19535
19536 \begin_layout Plain Layout
19537 \begin_inset CommandInset label
19538 LatexCommand label
19539 name "fig:Undefinable"
19540
19541 \end_inset
19542
19543 Undefinable
19544 \end_layout
19545
19546 \end_inset
19547
19548
19549 \end_layout
19550
19551 \begin_layout Plain Layout
19552 \begin_inset Graphics
19553         filename clipart/escher-lsd.eps
19554         width 45col%
19555
19556 \end_inset
19557
19558
19559 \end_layout
19560
19561 \end_inset
19562
19563
19564 \begin_inset space \hfill{}
19565 \end_inset
19566
19567
19568 \begin_inset Float figure
19569 wide false
19570 sideways false
19571 status open
19572
19573 \begin_layout Plain Layout
19574 \begin_inset Caption
19575
19576 \begin_layout Plain Layout
19577 \begin_inset CommandInset label
19578 LatexCommand label
19579 name "fig:Platypus"
19580
19581 \end_inset
19582
19583 Platypus
19584 \end_layout
19585
19586 \end_inset
19587
19588
19589 \end_layout
19590
19591 \begin_layout Plain Layout
19592 \begin_inset Graphics
19593         filename clipart/platypus.eps
19594         lyxscale 60
19595         width 45col%
19596
19597 \end_inset
19598
19599
19600 \end_layout
19601
19602 \end_inset
19603
19604
19605 \begin_inset space \hfill{}
19606 \end_inset
19607
19608
19609 \end_layout
19610
19611 \begin_layout Plain Layout
19612 \begin_inset Caption
19613
19614 \begin_layout Plain Layout
19615 \begin_inset CommandInset label
19616 LatexCommand label
19617 name "cap:Two-distorted-images"
19618
19619 \end_inset
19620
19621 Two distorted images.
19622 \end_layout
19623
19624 \end_inset
19625
19626
19627 \end_layout
19628
19629 \end_inset
19630
19631
19632 \end_layout
19633
19634 \begin_layout Standard
19635 Note that the caption is added to the 
19636 \family sans
19637 List
19638 \begin_inset space ~
19639 \end_inset
19640
19641 of
19642 \begin_inset space ~
19643 \end_inset
19644
19645 Figures
19646 \family default
19647  as described in section
19648 \begin_inset space ~
19649 \end_inset
19650
19651
19652 \begin_inset CommandInset ref
19653 LatexCommand ref
19654 reference "sub:List-of-Figures"
19655
19656 \end_inset
19657
19658 .
19659 \end_layout
19660
19661 \begin_layout Subsubsection
19662 Table Floats
19663 \begin_inset Index idx
19664 status collapsed
19665
19666 \begin_layout Plain Layout
19667 Floats ! Table floats
19668 \end_layout
19669
19670 \end_inset
19671
19672
19673 \end_layout
19674
19675 \begin_layout Standard
19676 Table floats can be inserted using the menu 
19677 \family sans
19678 Insert\SpecialChar \menuseparator
19679 Float\SpecialChar \menuseparator
19680 Table
19681 \family default
19682 .
19683  They have the same properties as figure floats except for the different
19684  label.
19685  Table
19686 \begin_inset space ~
19687 \end_inset
19688
19689
19690 \begin_inset CommandInset ref
19691 LatexCommand ref
19692 reference "cap:Table-float"
19693
19694 \end_inset
19695
19696  is an example of a table float.
19697 \end_layout
19698
19699 \begin_layout Standard
19700 \begin_inset Float table
19701 wide false
19702 sideways false
19703 status open
19704
19705 \begin_layout Plain Layout
19706 \begin_inset Caption
19707
19708 \begin_layout Plain Layout
19709 \begin_inset CommandInset label
19710 LatexCommand label
19711 name "cap:Table-float"
19712
19713 \end_inset
19714
19715 A table float.
19716 \end_layout
19717
19718 \end_inset
19719
19720
19721 \end_layout
19722
19723 \begin_layout Plain Layout
19724 \align center
19725 \begin_inset Tabular
19726 <lyxtabular version="3" rows="3" columns="3">
19727 <features tabularvalignment="middle">
19728 <column alignment="center" valignment="top" width="0pt">
19729 <column alignment="center" valignment="top" width="0pt">
19730 <column alignment="center" valignment="top" width="0pt">
19731 <row>
19732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19733 \begin_inset Text
19734
19735 \begin_layout Plain Layout
19736
19737 \family roman
19738 \series medium
19739 \shape up
19740 \size normal
19741 \emph off
19742 \bar no
19743 \noun off
19744 \color none
19745 1
19746 \end_layout
19747
19748 \end_inset
19749 </cell>
19750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19751 \begin_inset Text
19752
19753 \begin_layout Plain Layout
19754
19755 \family roman
19756 \series medium
19757 \shape up
19758 \size normal
19759 \emph off
19760 \bar no
19761 \noun off
19762 \color none
19763 2
19764 \end_layout
19765
19766 \end_inset
19767 </cell>
19768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19769 \begin_inset Text
19770
19771 \begin_layout Plain Layout
19772
19773 \family roman
19774 \series medium
19775 \shape up
19776 \size normal
19777 \emph off
19778 \bar no
19779 \noun off
19780 \color none
19781 3
19782 \end_layout
19783
19784 \end_inset
19785 </cell>
19786 </row>
19787 <row>
19788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19789 \begin_inset Text
19790
19791 \begin_layout Plain Layout
19792
19793 \family roman
19794 \series medium
19795 \shape up
19796 \size normal
19797 \emph off
19798 \bar no
19799 \noun off
19800 \color none
19801 Joe
19802 \end_layout
19803
19804 \end_inset
19805 </cell>
19806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19807 \begin_inset Text
19808
19809 \begin_layout Plain Layout
19810
19811 \family roman
19812 \series medium
19813 \shape up
19814 \size normal
19815 \emph off
19816 \bar no
19817 \noun off
19818 \color none
19819 Mary
19820 \end_layout
19821
19822 \end_inset
19823 </cell>
19824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19825 \begin_inset Text
19826
19827 \begin_layout Plain Layout
19828
19829 \family roman
19830 \series medium
19831 \shape up
19832 \size normal
19833 \emph off
19834 \bar no
19835 \noun off
19836 \color none
19837 Ted
19838 \end_layout
19839
19840 \end_inset
19841 </cell>
19842 </row>
19843 <row>
19844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19845 \begin_inset Text
19846
19847 \begin_layout Plain Layout
19848
19849 \family roman
19850 \series medium
19851 \shape up
19852 \size normal
19853 \emph off
19854 \bar no
19855 \noun off
19856 \color none
19857 \begin_inset Formula $\int x^{2}dx
19858 $
19859 \end_inset
19860
19861
19862 \end_layout
19863
19864 \end_inset
19865 </cell>
19866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19867 \begin_inset Text
19868
19869 \begin_layout Plain Layout
19870
19871 \family roman
19872 \series medium
19873 \shape up
19874 \size normal
19875 \emph off
19876 \bar no
19877 \noun off
19878 \color none
19879 \begin_inset Formula $\left[\begin{array}{cc}
19880 a & b\\
19881 c & d
19882 \end{array}\right]
19883 $
19884 \end_inset
19885
19886
19887 \end_layout
19888
19889 \end_inset
19890 </cell>
19891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19892 \begin_inset Text
19893
19894 \begin_layout Plain Layout
19895
19896 \family roman
19897 \series medium
19898 \shape up
19899 \size normal
19900 \emph off
19901 \bar no
19902 \noun off
19903 \color none
19904 \begin_inset Formula $1+1=2
19905 $
19906 \end_inset
19907
19908
19909 \end_layout
19910
19911 \end_inset
19912 </cell>
19913 </row>
19914 </lyxtabular>
19915
19916 \end_inset
19917
19918
19919 \end_layout
19920
19921 \end_inset
19922
19923
19924 \end_layout
19925
19926 \begin_layout Subsubsection
19927 Algorithm Floats
19928 \begin_inset Index idx
19929 status collapsed
19930
19931 \begin_layout Plain Layout
19932 Floats ! Algorithm floats
19933 \end_layout
19934
19935 \end_inset
19936
19937
19938 \end_layout
19939
19940 \begin_layout Standard
19941 This float type is inserted with the menu 
19942 \family sans
19943 Insert\SpecialChar \menuseparator
19944 Float\SpecialChar \menuseparator
19945 Algorithm
19946 \family default
19947 .
19948  It is used for program codes and descriptions of algorithms.
19949  A possible environment for algorithms is the 
19950 \family sans
19951 LyX-Code
19952 \family default
19953 , described in section
19954 \begin_inset space ~
19955 \end_inset
19956
19957
19958 \begin_inset CommandInset ref
19959 LatexCommand ref
19960 reference "sub:LyX-Code"
19961
19962 \end_inset
19963
19964 .
19965 \end_layout
19966
19967 \begin_layout Standard
19968 \begin_inset Note Greyedout
19969 status open
19970
19971 \begin_layout Plain Layout
19972
19973 \series bold
19974 Note:
19975 \series default
19976  that the float label is not automatically translated into the document
19977  language.
19978 \end_layout
19979
19980 \end_inset
19981
19982  You have to do this manually by adding the following line
19983 \end_layout
19984
19985 \begin_layout Standard
19986
19987 \series bold
19988
19989 \backslash
19990 floatname{algorithm}{your
19991 \begin_inset space ~
19992 \end_inset
19993
19994 name}
19995 \end_layout
19996
19997 \begin_layout Standard
19998 to the document preamble (menu 
19999 \family sans
20000 Document\SpecialChar \menuseparator
20001 Settings
20002 \family default
20003 ).
20004  
20005 \series bold
20006 your
20007 \begin_inset space ~
20008 \end_inset
20009
20010 name
20011 \series default
20012  is the word 
20013 \begin_inset Quotes eld
20014 \end_inset
20015
20016
20017 \emph on
20018 algorithm
20019 \emph default
20020
20021 \begin_inset Quotes erd
20022 \end_inset
20023
20024  in your language.
20025 \end_layout
20026
20027 \begin_layout Subsubsection
20028 Wrap Floats
20029 \begin_inset Index idx
20030 status collapsed
20031
20032 \begin_layout Plain Layout
20033 Floats ! Text Wrap Floats
20034 \end_layout
20035
20036 \end_inset
20037
20038
20039 \end_layout
20040
20041 \begin_layout Standard
20042 \begin_inset Wrap figure
20043 lines 0
20044 placement l
20045 overhang 0in
20046 width "40col%"
20047 status open
20048
20049 \begin_layout Plain Layout
20050 \begin_inset Graphics
20051         filename clipart/mobius.eps
20052         width 40col%
20053         rotateOrigin center
20054
20055 \end_inset
20056
20057
20058 \end_layout
20059
20060 \begin_layout Plain Layout
20061 \begin_inset Caption
20062
20063 \begin_layout Plain Layout
20064 \begin_inset CommandInset label
20065 LatexCommand label
20066 name "cap:Wrapped-figure"
20067
20068 \end_inset
20069
20070 This is a wrapped figure.
20071 \begin_inset VSpace medskip
20072 \end_inset
20073
20074
20075 \end_layout
20076
20077 \end_inset
20078
20079
20080 \end_layout
20081
20082 \end_inset
20083
20084 This float type is used if you want to 
20085 \begin_inset Quotes eld
20086 \end_inset
20087
20088 wrap
20089 \begin_inset Quotes erd
20090 \end_inset
20091
20092  text around a figure so that it only occupies some fraction of the column
20093  width.
20094  It can be inserted using the menu 
20095 \family sans
20096 Insert\SpecialChar \menuseparator
20097 Float\SpecialChar \menuseparator
20098 Wrap
20099 \begin_inset space ~
20100 \end_inset
20101
20102 Float
20103 \family default
20104  if the LaTeX-package 
20105 \series bold
20106 wrapfig
20107 \series default
20108
20109 \begin_inset Index idx
20110 status collapsed
20111
20112 \begin_layout Plain Layout
20113 LaTeX-packages ! wrapfig
20114 \end_layout
20115
20116 \end_inset
20117
20118  is installed.
20119 \begin_inset Foot
20120 status collapsed
20121
20122 \begin_layout Plain Layout
20123 Installing a LaTeX-package is explained it in the 
20124 \emph on
20125 LaTeX
20126 \begin_inset space ~
20127 \end_inset
20128
20129 Configuration
20130 \emph default
20131  manual.
20132 \end_layout
20133
20134 \end_inset
20135
20136  The width and placement of the float is adjusted by right-clicking on the
20137  float box.
20138  Figure
20139 \begin_inset space ~
20140 \end_inset
20141
20142
20143 \begin_inset CommandInset ref
20144 LatexCommand ref
20145 reference "cap:Wrapped-figure"
20146
20147 \end_inset
20148
20149  is for example a figure wrap float with a width of 40
20150 \begin_inset space \thinspace{}
20151 \end_inset
20152
20153 col%.
20154 \begin_inset Foot
20155 status collapsed
20156
20157 \begin_layout Plain Layout
20158 Available units are explained in Appendix
20159 \begin_inset space ~
20160 \end_inset
20161
20162
20163 \begin_inset CommandInset ref
20164 LatexCommand ref
20165 reference "cha:Units-available-in"
20166
20167 \end_inset
20168
20169 .
20170 \end_layout
20171
20172 \end_inset
20173
20174  Some space was added under the caption to separate it better from the surroundi
20175 ng text.
20176 \end_layout
20177
20178 \begin_layout Standard
20179 \begin_inset Note Greyedout
20180 status open
20181
20182 \begin_layout Plain Layout
20183
20184 \series bold
20185 Note:
20186 \series default
20187  Wrap floats might be fragile! E.
20188 \begin_inset space \thinspace{}
20189 \end_inset
20190
20191 g.
20192 \begin_inset space \space{}
20193 \end_inset
20194
20195 having a figure too close to the bottom of the page can mess things up so
20196  that the float doesn't appear in the output or that it is placed over some
20197  other text.
20198 \end_layout
20199
20200 \end_inset
20201
20202  In general:
20203 \end_layout
20204
20205 \begin_layout Itemize
20206 Wrap floats should not be placed in paragraphs that run over a page break.
20207  That means that wrap floats should preferably be inserted in the exact
20208  place when the document is nearly ready and you are able to estimate where
20209  page breaks will appear.
20210 \end_layout
20211
20212 \begin_layout Itemize
20213 Wrap floats should either be placed in their own paragraph before the paragraph
20214  where they should wrap into, or within a paragraph.
20215 \end_layout
20216
20217 \begin_layout Itemize
20218 Wrap floats in consecutive paragraphs may cause trouble, so make sure that
20219  there is a text paragraph between them as separator.
20220 \end_layout
20221
20222 \begin_layout Itemize
20223 Wrap floats are not allowed in section headings or tables.
20224 \end_layout
20225
20226 \begin_layout Subsection
20227 Rotated Floats
20228 \begin_inset CommandInset label
20229 LatexCommand label
20230 name "sub:Rotated-Floats"
20231
20232 \end_inset
20233
20234
20235 \begin_inset Index idx
20236 status collapsed
20237
20238 \begin_layout Plain Layout
20239 Floats ! Rotating
20240 \end_layout
20241
20242 \end_inset
20243
20244
20245 \end_layout
20246
20247 \begin_layout Standard
20248 Especially for wide tables you might have floats rotated.
20249  To rotate a whole float including the caption, right-click on the float-box
20250  and use the option 
20251 \family sans
20252 Rotate
20253 \begin_inset space ~
20254 \end_inset
20255
20256 sideways
20257 \family default
20258 .
20259 \end_layout
20260
20261 \begin_layout Standard
20262 Rotated floats are always placed on their own pages (or columns, when you
20263  have a multi-column document).
20264  You can let them span several columns using the float settings option 
20265 \family sans
20266 Span
20267 \begin_inset space ~
20268 \end_inset
20269
20270 columns
20271 \family default
20272 .
20273  Floats are rotated so that you can read them from the outside margin.
20274  Forcing the rotation direction is explained in the 
20275 \emph on
20276 Embedded Objects
20277 \emph default
20278  manual.
20279 \end_layout
20280
20281 \begin_layout Standard
20282 Referencing rotated floats is the same like for normal floats; the caption
20283  format is also the same: Table
20284 \begin_inset space ~
20285 \end_inset
20286
20287
20288 \begin_inset CommandInset ref
20289 LatexCommand ref
20290 reference "cap:Rotated-table"
20291
20292 \end_inset
20293
20294  is an example of a rotated table float.
20295 \end_layout
20296
20297 \begin_layout Standard
20298 \begin_inset Note Greyedout
20299 status open
20300
20301 \begin_layout Plain Layout
20302
20303 \series bold
20304 Note:
20305 \series default
20306  Not all DVI-viewers are able to display rotated floats.
20307 \end_layout
20308
20309 \end_inset
20310
20311
20312 \end_layout
20313
20314 \begin_layout Standard
20315 \begin_inset Float table
20316 wide false
20317 sideways true
20318 status open
20319
20320 \begin_layout Plain Layout
20321 \begin_inset Caption
20322
20323 \begin_layout Plain Layout
20324 \begin_inset CommandInset label
20325 LatexCommand label
20326 name "cap:Rotated-table"
20327
20328 \end_inset
20329
20330  Rotated table
20331 \end_layout
20332
20333 \end_inset
20334
20335
20336 \end_layout
20337
20338 \begin_layout Plain Layout
20339 \align center
20340 \begin_inset Tabular
20341 <lyxtabular version="3" rows="1" columns="5">
20342 <features tabularvalignment="middle">
20343 <column alignment="center" valignment="top" width="0">
20344 <column alignment="center" valignment="top" width="0">
20345 <column alignment="center" valignment="top" width="0">
20346 <column alignment="center" valignment="top" width="0">
20347 <column alignment="center" valignment="top" width="0">
20348 <row>
20349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20350 \begin_inset Text
20351
20352 \begin_layout Plain Layout
20353 test
20354 \end_layout
20355
20356 \end_inset
20357 </cell>
20358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20359 \begin_inset Text
20360
20361 \begin_layout Plain Layout
20362 b
20363 \end_layout
20364
20365 \end_inset
20366 </cell>
20367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20368 \begin_inset Text
20369
20370 \begin_layout Plain Layout
20371 c
20372 \end_layout
20373
20374 \end_inset
20375 </cell>
20376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20377 \begin_inset Text
20378
20379 \begin_layout Plain Layout
20380 d
20381 \end_layout
20382
20383 \end_inset
20384 </cell>
20385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20386 \begin_inset Text
20387
20388 \begin_layout Plain Layout
20389 e
20390 \end_layout
20391
20392 \end_inset
20393 </cell>
20394 </row>
20395 </lyxtabular>
20396
20397 \end_inset
20398
20399
20400 \end_layout
20401
20402 \end_inset
20403
20404
20405 \end_layout
20406
20407 \begin_layout Subsection
20408 Float Placement
20409 \begin_inset CommandInset label
20410 LatexCommand label
20411 name "sub:Float-Placement"
20412
20413 \end_inset
20414
20415
20416 \begin_inset Index idx
20417 status collapsed
20418
20419 \begin_layout Plain Layout
20420 Floats ! Placement
20421 \end_layout
20422
20423 \end_inset
20424
20425
20426 \end_layout
20427
20428 \begin_layout Standard
20429 Right-clicking on a float-box opens a dialog where you can alter the placement
20430  options that LaTeX uses for positioning the float.
20431 \begin_inset Newline newline
20432 \end_inset
20433
20434 The option 
20435 \family sans
20436 Span
20437 \begin_inset space ~
20438 \end_inset
20439
20440 columns
20441 \family default
20442  is only useful for two-column documents: If you select it, the float will
20443  span both columns on the page instead of being confined to just one.
20444 \begin_inset Newline newline
20445 \end_inset
20446
20447 The option 
20448 \family sans
20449 Rotate
20450 \begin_inset space ~
20451 \end_inset
20452
20453 sideways
20454 \family default
20455  is used to rotate floats, see section
20456 \begin_inset space ~
20457 \end_inset
20458
20459
20460 \begin_inset CommandInset ref
20461 LatexCommand ref
20462 reference "sub:Rotated-Floats"
20463
20464 \end_inset
20465
20466 .
20467 \end_layout
20468
20469 \begin_layout Standard
20470 You can use one ore more of the following options in the float dialog to
20471  set the placement for a particular float when you uncheck the option 
20472 \family sans
20473 Use
20474 \begin_inset space ~
20475 \end_inset
20476
20477 default
20478 \begin_inset space ~
20479 \end_inset
20480
20481 placement
20482 \family default
20483 :
20484 \end_layout
20485
20486 \begin_layout Description
20487 Here
20488 \begin_inset space ~
20489 \end_inset
20490
20491 if
20492 \begin_inset space ~
20493 \end_inset
20494
20495 possible: try to place the float at the position where it is inserted
20496 \end_layout
20497
20498 \begin_layout Description
20499 Top
20500 \begin_inset space ~
20501 \end_inset
20502
20503 of
20504 \begin_inset space ~
20505 \end_inset
20506
20507 page: try to place the float at the top of the current page
20508 \end_layout
20509
20510 \begin_layout Description
20511 Bottom
20512 \begin_inset space ~
20513 \end_inset
20514
20515 of
20516 \begin_inset space ~
20517 \end_inset
20518
20519 page: try to place the float at the bottom of the current page
20520 \end_layout
20521
20522 \begin_layout Description
20523 Page
20524 \begin_inset space ~
20525 \end_inset
20526
20527 of
20528 \begin_inset space ~
20529 \end_inset
20530
20531 floats: try to place the float at an own page 
20532 \end_layout
20533
20534 \begin_layout Standard
20535 The order of the above option is 
20536 \emph on
20537 always
20538 \emph default
20539  used by LaTeX.
20540  That means, if you use the default placement, LaTeX will first try out
20541  
20542 \family sans
20543 Here
20544 \begin_inset space ~
20545 \end_inset
20546
20547 if
20548 \begin_inset space ~
20549 \end_inset
20550
20551 possible
20552 \family default
20553 , then 
20554 \family sans
20555 Top
20556 \begin_inset space ~
20557 \end_inset
20558
20559 of
20560 \begin_inset space ~
20561 \end_inset
20562
20563 page
20564 \family default
20565 , and then the others.
20566  If you don't use the default, LaTeX will try only the checked options but
20567  in the same order.
20568  If none of the 4 placements are possible the procedure is internally repeated
20569  but it is tried to put the float on the following page.
20570 \end_layout
20571
20572 \begin_layout Standard
20573 By default, each option has its own rules:
20574 \end_layout
20575
20576 \begin_layout Standard
20577
20578 \family sans
20579 Top
20580 \begin_inset space ~
20581 \end_inset
20582
20583 of
20584 \begin_inset space ~
20585 \end_inset
20586
20587 page
20588 \family default
20589  only floats occupying less than 70
20590 \begin_inset space \thinspace{}
20591 \end_inset
20592
20593 % of the page can be placed at the top of a page
20594 \end_layout
20595
20596 \begin_layout Standard
20597
20598 \family sans
20599 Bottom
20600 \begin_inset space ~
20601 \end_inset
20602
20603 of
20604 \begin_inset space ~
20605 \end_inset
20606
20607 page
20608 \family default
20609 : only floats occupying less than 30
20610 \begin_inset space \thinspace{}
20611 \end_inset
20612
20613 % of the page can be placed at the bottom of a page.
20614 \end_layout
20615
20616 \begin_layout Standard
20617
20618 \family sans
20619 Page
20620 \begin_inset space ~
20621 \end_inset
20622
20623 of
20624 \begin_inset space ~
20625 \end_inset
20626
20627 floats
20628 \family default
20629 : only if more than 50
20630 \begin_inset space \thinspace{}
20631 \end_inset
20632
20633 % of the page are occupied by floats, several floats can be set together
20634  on a page.
20635 \end_layout
20636
20637 \begin_layout Standard
20638 If you don't like these rules, you can ignore them by using the additional
20639  option 
20640 \family sans
20641 Ignore
20642 \begin_inset space ~
20643 \end_inset
20644
20645 LaTeX
20646 \begin_inset space ~
20647 \end_inset
20648
20649 rules
20650 \family default
20651 .
20652 \end_layout
20653
20654 \begin_layout Standard
20655 Sometimes you might need, under all circumstances, a float to be placed
20656  exactly at the position where it is inserted.
20657  For this case you can use the option 
20658 \family sans
20659 Here
20660 \begin_inset space ~
20661 \end_inset
20662
20663 definitely
20664 \family default
20665 .
20666  Use this option very rarely and only if the document is nearly ready to
20667  be printed.
20668  Because the float is then no longer able to 
20669 \begin_inset Quotes eld
20670 \end_inset
20671
20672 float
20673 \begin_inset Quotes erd
20674 \end_inset
20675
20676  when you change your document, this will often destroy the page layout.
20677 \end_layout
20678
20679 \begin_layout Standard
20680 There are no placement options for text wrap floats, because they are always
20681  surrounded by the text of a certain paragraph.
20682 \end_layout
20683
20684 \begin_layout Standard
20685 For more details about float placements, have a look at LaTeX books like
20686  
20687 \begin_inset CommandInset citation
20688 LatexCommand cite
20689 key "latexcompanion,latexguide,latexbook"
20690
20691 \end_inset
20692
20693 .
20694 \end_layout
20695
20696 \begin_layout Section
20697 Minipages
20698 \begin_inset Index idx
20699 status collapsed
20700
20701 \begin_layout Plain Layout
20702 Minipages
20703 \end_layout
20704
20705 \end_inset
20706
20707
20708 \begin_inset CommandInset label
20709 LatexCommand label
20710 name "sec:Minipages"
20711
20712 \end_inset
20713
20714
20715 \end_layout
20716
20717 \begin_layout Standard
20718 LaTeX provides a mechanism to produce essentially a page within a page,
20719  called minipage.
20720  Within a minipage, all the usual rules of indentation, line wrapping, etc.
20721 \begin_inset space ~
20722 \end_inset
20723
20724 apply.
20725  
20726 \end_layout
20727
20728 \begin_layout Standard
20729 Minipages in LyX have their own collapsible box inserted via the menu 
20730 \family sans
20731 Insert\SpecialChar \menuseparator
20732 Box
20733 \family default
20734 .
20735  Right-clicking on the box allows you to alter the width of the minipage
20736  and its alignment within the page.
20737 \end_layout
20738
20739 \begin_layout Standard
20740 \align center
20741 \begin_inset Box Frameless
20742 position "t"
20743 hor_pos "c"
20744 has_inner_box 1
20745 inner_pos "t"
20746 use_parbox 0
20747 width "30col%"
20748 special "none"
20749 height "1pt"
20750 height_special "totalheight"
20751 status open
20752
20753 \begin_layout Plain Layout
20754
20755 \shape italic
20756 This is a minipage.
20757  The text is set in an italic style.
20758 \end_layout
20759
20760 \begin_layout Plain Layout
20761
20762 \shape italic
20763 Minipages are often used for text in another language or text that needs
20764  another formatting.
20765 \end_layout
20766
20767 \end_inset
20768
20769
20770 \end_layout
20771
20772 \begin_layout Standard
20773 \begin_inset VSpace medskip
20774 \end_inset
20775
20776 If you place two minipages side-by-side, you can use 
20777 \family sans
20778 Horizontal Fills
20779 \family default
20780  as described in section
20781 \begin_inset space ~
20782 \end_inset
20783
20784
20785 \begin_inset CommandInset ref
20786 LatexCommand ref
20787 reference "sub:Horizontal-Space"
20788
20789 \end_inset
20790
20791 :
20792 \begin_inset VSpace medskip
20793 \end_inset
20794
20795
20796 \end_layout
20797
20798 \begin_layout Standard
20799 \begin_inset Box Frameless
20800 position "t"
20801 hor_pos "c"
20802 has_inner_box 1
20803 inner_pos "t"
20804 use_parbox 0
20805 width "1.5in"
20806 special "none"
20807 height "1pt"
20808 height_special "totalheight"
20809 status open
20810
20811 \begin_layout Plain Layout
20812 This is a minipage with some stupid dummy text.
20813  This dummy text is used to increase the size of the minipage.
20814 \end_layout
20815
20816 \end_inset
20817
20818
20819 \begin_inset space \hfill{}
20820 \end_inset
20821
20822
20823 \begin_inset Box Frameless
20824 position "t"
20825 hor_pos "c"
20826 has_inner_box 1
20827 inner_pos "t"
20828 use_parbox 0
20829 width "1.5in"
20830 special "none"
20831 height "1pt"
20832 height_special "totalheight"
20833 status open
20834
20835 \begin_layout Plain Layout
20836 This is a minipage with some stupid dummy text.
20837  This dummy text is used to increase the size of the minipage.
20838 \end_layout
20839
20840 \end_inset
20841
20842
20843 \end_layout
20844
20845 \begin_layout Standard
20846 \begin_inset VSpace bigskip
20847 \end_inset
20848
20849
20850 \end_layout
20851
20852 \begin_layout Standard
20853 When you right-click on a minipage box, you can change the box from a minipage
20854  to other box types.
20855  All box types and their settings are explained in detail in chapter 
20856 \emph on
20857 Boxes
20858 \emph default
20859  of the 
20860 \emph on
20861 Embedded Objects
20862 \emph default
20863  manual.
20864 \end_layout
20865
20866 \begin_layout Chapter
20867 Mathematical Formulas
20868 \begin_inset Index idx
20869 status collapsed
20870
20871 \begin_layout Plain Layout
20872 Math
20873 \end_layout
20874
20875 \end_inset
20876
20877
20878 \begin_inset Index idx
20879 status collapsed
20880
20881 \begin_layout Plain Layout
20882 Formulas | see
20883 \begin_inset ERT
20884 status collapsed
20885
20886 \begin_layout Plain Layout
20887
20888 {
20889 \end_layout
20890
20891 \end_inset
20892
20893 Math
20894 \begin_inset ERT
20895 status collapsed
20896
20897 \begin_layout Plain Layout
20898
20899 }
20900 \end_layout
20901
20902 \end_inset
20903
20904
20905 \end_layout
20906
20907 \end_inset
20908
20909
20910 \begin_inset CommandInset label
20911 LatexCommand label
20912 name "cha:Mathematical-Formulas"
20913
20914 \end_inset
20915
20916
20917 \end_layout
20918
20919 \begin_layout Standard
20920 The issues of this chapter are described in detail in the 
20921 \emph on
20922 Math
20923 \emph default
20924  manual.
20925  There you'll also find tips and tricks for special cases.
20926 \end_layout
20927
20928 \begin_layout Section
20929 Basic Math Editing
20930 \begin_inset Index idx
20931 status collapsed
20932
20933 \begin_layout Plain Layout
20934 Math ! Basics
20935 \end_layout
20936
20937 \end_inset
20938
20939
20940 \end_layout
20941
20942 \begin_layout Standard
20943 To create a math formula, you can just click on the toolbar icon 
20944 \begin_inset Graphics
20945         filename ../images/math-mode.png
20946
20947 \end_inset
20948
20949 .
20950  That will create a little blue rectangle, with purple markers around its
20951  corners.
20952  That blue rectangle is the formula itself; the purple markers indicate
20953  what level of nesting within the formula you are at.
20954  You can also choose a particular formula type to insert via the 
20955 \family sans
20956 Insert\SpecialChar \menuseparator
20957 Math
20958 \family default
20959  menu.
20960 \end_layout
20961
20962 \begin_layout Standard
20963 Editing the parameters of a formula and adding math constructs can be done
20964  with the 
20965 \family sans
20966 math
20967 \begin_inset space ~
20968 \end_inset
20969
20970 toolbar
20971 \family default
20972 , that appears when the cursor is in a formula.
20973 \end_layout
20974
20975 \begin_layout Standard
20976 There are two main types of formulas: Inline formulas appear within a text
20977  line, like this one:
20978 \end_layout
20979
20980 \begin_layout Standard
20981 This is a line with an inline formula 
20982 \begin_inset Formula $A=B
20983 $
20984 \end_inset
20985
20986  in it.
20987 \end_layout
20988
20989 \begin_layout Standard
20990 Displayed formulas appear outside the text like as if they were in an own
20991  paragraph, like this one:
20992 \begin_inset Formula \[
20993 A=B
20994 \]
20995
20996 \end_inset
20997
20998 You can only number and reference displayed formulas.
20999 \end_layout
21000
21001 \begin_layout Standard
21002 LyX supports also many LaTeX math commands.
21003  E.
21004 \begin_inset space \thinspace{}
21005 \end_inset
21006
21007 g.
21008 \begin_inset space \space{}
21009 \end_inset
21010
21011 typing 
21012 \begin_inset Quotes eld
21013 \end_inset
21014
21015
21016 \series bold
21017
21018 \backslash
21019 alpha
21020 \series default
21021
21022 \begin_inset Quotes erd
21023 \end_inset
21024
21025 , followed by a space, in a formula will create the Greek letter 
21026 \begin_inset Formula $\alpha
21027 $
21028 \end_inset
21029
21030 .
21031  So typing commands might sometimes be faster than using the 
21032 \family sans
21033 Math
21034 \begin_inset space ~
21035 \end_inset
21036
21037 Panel
21038 \family default
21039 .
21040 \end_layout
21041
21042 \begin_layout Subsection
21043 Navigating in Formulas
21044 \begin_inset Index idx
21045 status collapsed
21046
21047 \begin_layout Plain Layout
21048 Math ! Navigating
21049 \end_layout
21050
21051 \end_inset
21052
21053
21054 \end_layout
21055
21056 \begin_layout Standard
21057 The best control over the cursor position within an existing formula is
21058  achieved with the arrow keys.
21059  LyX uses small rectangles to indicate places where something can be inserted.
21060  The arrow keys can be used to navigate between parts of a formula.
21061  Pressing 
21062 \family sans
21063 Space
21064 \family default
21065  will leave a formula construct (a square root 
21066 \begin_inset Formula $\sqrt{2}
21067 $
21068 \end_inset
21069
21070 , or parentheses 
21071 \begin_inset Formula $\left(f\right)
21072 $
21073 \end_inset
21074
21075 , or a matrix 
21076 \begin_inset Formula $\left[\begin{array}{cc}
21077 1 & 2\\
21078 3 & 4
21079 \end{array}\right]
21080 $
21081 \end_inset
21082
21083 ).
21084  Pressing 
21085 \family sans
21086 Escape
21087 \family default
21088  will leave the formula, placing the cursor after the formula.
21089  
21090 \family sans
21091 Tab
21092 \family default
21093  can be used to move horizontally in a formula; for example, through the
21094  cells of a matrix or the positions in a multi-line equation.
21095 \end_layout
21096
21097 \begin_layout Standard
21098
21099 \family sans
21100 Space
21101 \family default
21102 , printed in this document as 
21103 \begin_inset Quotes eld
21104 \end_inset
21105
21106
21107 \begin_inset ERT
21108 status collapsed
21109
21110 \begin_layout Plain Layout
21111
21112
21113 \backslash
21114 spce 
21115 \end_layout
21116
21117 \end_inset
21118
21119
21120 \begin_inset Quotes erd
21121 \end_inset
21122
21123
21124 \begin_inset Note Note
21125 status collapsed
21126
21127 \begin_layout Plain Layout
21128 This command will appear in the output as official character denoting the
21129  space character (visible space).
21130 \end_layout
21131
21132 \end_inset
21133
21134 , seems to do nothing in a formula, since it does not add a space between
21135  characters, but it does exit a nested structure.
21136  For this reason, you have to be careful about using 
21137 \family sans
21138 Space
21139 \family default
21140 .
21141  For example, if you want 
21142 \begin_inset Formula $\sqrt{2x+1}
21143 $
21144 \end_inset
21145
21146 , type 
21147 \series bold
21148
21149 \backslash
21150 sqrt
21151 \begin_inset ERT
21152 status collapsed
21153
21154 \begin_layout Plain Layout
21155
21156
21157 \backslash
21158 spce 
21159 \end_layout
21160
21161 \end_inset
21162
21163 2x+1
21164 \series default
21165  and not 
21166 \series bold
21167
21168 \backslash
21169 sqrt
21170 \begin_inset ERT
21171 status collapsed
21172
21173 \begin_layout Plain Layout
21174
21175
21176 \backslash
21177 spce 
21178 \end_layout
21179
21180 \end_inset
21181
21182 2x
21183 \begin_inset ERT
21184 status collapsed
21185
21186 \begin_layout Plain Layout
21187
21188
21189 \backslash
21190 spce 
21191 \end_layout
21192
21193 \end_inset
21194
21195 +1
21196 \series default
21197 , since in the latter case only the 
21198 \family typewriter
21199
21200 \begin_inset Formula $2x
21201 $
21202 \end_inset
21203
21204
21205 \family default
21206  will be under the square root sign: 
21207 \begin_inset Formula $\sqrt{2x}+1
21208 $
21209 \end_inset
21210
21211 .
21212 \end_layout
21213
21214 \begin_layout Standard
21215 You can leave many parts of a formula, like this matrix, partially filled
21216  in, such as:
21217 \begin_inset Formula \[
21218 \left(\begin{array}{ccc}
21219 \lambda_{1}\\
21220  & \ddots\\
21221  &  & \lambda_{n}
21222 \end{array}\right)
21223 \]
21224
21225 \end_inset
21226
21227 If you leave a fraction only partially filled in, or a subscript with nothing
21228  in it, the results will be unpredictable, but most constructs don't mind.
21229 \end_layout
21230
21231 \begin_layout Subsection
21232 Selecting Text
21233 \end_layout
21234
21235 \begin_layout Standard
21236 You can select text within a formula in two different ways.
21237  Place the cursor at one end of the string of text you want, and press 
21238 \family sans
21239 Shift
21240 \family default
21241  and a cursor movement key to select text.
21242  It will be highlighted as with regular text selection.
21243  Alternatively, you can select text with the mouse in the usual way.
21244  That text can then be cut or copied, and then pasted within any formula,
21245  but not in a normal text region in LyX.
21246 \end_layout
21247
21248 \begin_layout Subsection
21249 Exponents and Subscripts
21250 \begin_inset Index idx
21251 status collapsed
21252
21253 \begin_layout Plain Layout
21254 Math ! Exponents
21255 \end_layout
21256
21257 \end_inset
21258
21259
21260 \begin_inset Index idx
21261 status collapsed
21262
21263 \begin_layout Plain Layout
21264 Math ! Subscripts
21265 \end_layout
21266
21267 \end_inset
21268
21269
21270 \end_layout
21271
21272 \begin_layout Standard
21273 You can use the math panel to add super- or subscripts, but the much easier
21274  way is to use a command.
21275  To get 
21276 \begin_inset Formula $x^{2}
21277 $
21278 \end_inset
21279
21280 , type in a formula 
21281 \series bold
21282 x^2
21283 \begin_inset ERT
21284 status collapsed
21285
21286 \begin_layout Plain Layout
21287
21288
21289 \backslash
21290 spce 
21291 \end_layout
21292
21293 \end_inset
21294
21295
21296 \series default
21297 .
21298  The final 
21299 \family sans
21300 Space
21301 \family default
21302  puts the cursor back down on the base line of the expression.
21303  If you type 
21304 \series bold
21305 x^2y
21306 \series default
21307 , you will get 
21308 \begin_inset Formula $x^{2y}
21309 $
21310 \end_inset
21311
21312 , to get 
21313 \begin_inset Formula $x^{2}y
21314 $
21315 \end_inset
21316
21317 , type 
21318 \series bold
21319 x^2
21320 \begin_inset ERT
21321 status collapsed
21322
21323 \begin_layout Plain Layout
21324
21325
21326 \backslash
21327 spce 
21328 \end_layout
21329
21330 \end_inset
21331
21332 y
21333 \series default
21334 .
21335  If you use characters in the superscript, that could be accented with the
21336  hat 
21337 \begin_inset Quotes eld
21338 \end_inset
21339
21340 ^
21341 \begin_inset Quotes erd
21342 \end_inset
21343
21344 , you have to use an extra 
21345 \family sans
21346 Space
21347 \family default
21348  to separate the hat and the character.
21349  E.
21350 \begin_inset space \thinspace{}
21351 \end_inset
21352
21353 g.
21354 \begin_inset space \space{}
21355 \end_inset
21356
21357 if you want 
21358 \begin_inset Formula $x^{a}
21359 $
21360 \end_inset
21361
21362 , type 
21363 \series bold
21364 x^
21365 \begin_inset ERT
21366 status collapsed
21367
21368 \begin_layout Plain Layout
21369
21370
21371 \backslash
21372 spce 
21373 \end_layout
21374
21375 \end_inset
21376
21377 a
21378 \series default
21379 .
21380  Subscripts are similar: To get 
21381 \begin_inset Formula $a_{1}
21382 $
21383 \end_inset
21384
21385 , type 
21386 \series bold
21387 a_1
21388 \begin_inset ERT
21389 status collapsed
21390
21391 \begin_layout Plain Layout
21392
21393
21394 \backslash
21395 spce 
21396 \end_layout
21397
21398 \end_inset
21399
21400
21401 \series default
21402 .
21403 \end_layout
21404
21405 \begin_layout Subsection
21406 Fractions
21407 \begin_inset Index idx
21408 status collapsed
21409
21410 \begin_layout Plain Layout
21411 Math ! Fractions
21412 \end_layout
21413
21414 \end_inset
21415
21416
21417 \end_layout
21418
21419 \begin_layout Standard
21420 Create a fraction with either the command 
21421 \series bold
21422
21423 \backslash
21424 frac
21425 \series default
21426  or using the icon 
21427 \begin_inset Graphics
21428         filename ../images/math/frac.png
21429         scale 60
21430
21431 \end_inset
21432
21433  in the 
21434 \family sans
21435 Math
21436 \begin_inset space ~
21437 \end_inset
21438
21439 Panel
21440 \family default
21441 .
21442  You will be presented with an empty fraction.
21443  The cursor is above the fraction line.
21444  To move it to the bottom, simply press 
21445 \family sans
21446 Down
21447 \family default
21448 .
21449  To move back up, press 
21450 \family sans
21451 Up
21452 \family default
21453 .
21454  Any math structure can be placed in a fraction, as this example shows:
21455 \begin_inset Formula \[
21456 \left[\frac{1}{\left(\begin{array}{cc}
21457 2 & 3\\
21458 4 & 5
21459 \end{array}\right)}\right]
21460 \]
21461
21462 \end_inset
21463
21464
21465 \end_layout
21466
21467 \begin_layout Subsection
21468 Roots
21469 \begin_inset Index idx
21470 status collapsed
21471
21472 \begin_layout Plain Layout
21473 Math ! Roots
21474 \end_layout
21475
21476 \end_inset
21477
21478
21479 \end_layout
21480
21481 \begin_layout Standard
21482 Roots can be created using the 
21483 \family sans
21484 Math
21485 \begin_inset space ~
21486 \end_inset
21487
21488 Panel
21489 \family default
21490  button
21491 \begin_inset Graphics
21492         filename ../images/math/sqrt.png
21493
21494 \end_inset
21495
21496  or the commands 
21497 \series bold
21498
21499 \backslash
21500 sqrt
21501 \series default
21502  or 
21503 \series bold
21504
21505 \backslash
21506 root
21507 \series default
21508 .
21509  With the command 
21510 \series bold
21511
21512 \backslash
21513 root
21514 \series default
21515  you can produce roots of higher orders, like cube roots, while 
21516 \series bold
21517
21518 \backslash
21519 sqrt
21520 \series default
21521  produces always a square root.
21522 \end_layout
21523
21524 \begin_layout Subsection
21525 Operators with Limits
21526 \begin_inset Index idx
21527 status collapsed
21528
21529 \begin_layout Plain Layout
21530 Math ! Sums
21531 \end_layout
21532
21533 \end_inset
21534
21535
21536 \begin_inset Index idx
21537 status collapsed
21538
21539 \begin_layout Plain Layout
21540 Math ! Integrals
21541 \end_layout
21542
21543 \end_inset
21544
21545
21546 \begin_inset CommandInset label
21547 LatexCommand label
21548 name "sub:Operators-with-Limits"
21549
21550 \end_inset
21551
21552
21553 \end_layout
21554
21555 \begin_layout Standard
21556 Sum (
21557 \begin_inset Formula $\sum
21558 $
21559 \end_inset
21560
21561 ) and integral (
21562 \begin_inset Formula $\int
21563 $
21564 \end_inset
21565
21566 ) operators are very often decorated with limits.
21567  These limits can be entered in LyX by entering them as you would enter
21568  a super- or subscript, directly after the symbol.
21569  The sum operator will automatically place its 
21570 \begin_inset Quotes eld
21571 \end_inset
21572
21573 limits
21574 \begin_inset Quotes erd
21575 \end_inset
21576
21577  over and under the symbol in displayed formulas, and on the side in inline
21578  formulas.
21579  Such as 
21580 \begin_inset Formula $\sum_{n=0}^{\infty}\frac{1}{n!}=e
21581 $
21582 \end_inset
21583
21584 , versus
21585 \begin_inset Formula \[
21586 \sum_{n=0}^{\infty}\frac{1}{n!}=e
21587 \]
21588
21589 \end_inset
21590
21591 Integral signs, however, will place the limits on the side in both formula
21592  types.
21593 \end_layout
21594
21595 \begin_layout Standard
21596 All operators with limits will be automatically re-sized when placed in
21597  display mode.
21598  The placement of the limits can be changed by placing the cursor directly
21599  behind the operator and hitting 
21600 \begin_inset Info
21601 type  "shortcut"
21602 arg   "math-limits"
21603 \end_inset
21604
21605  or using the menu 
21606 \family sans
21607 Edit\SpecialChar \menuseparator
21608 Math\SpecialChar \menuseparator
21609 Change
21610 \begin_inset space ~
21611 \end_inset
21612
21613 Limits
21614 \begin_inset space ~
21615 \end_inset
21616
21617 Type
21618 \family default
21619 .
21620 \end_layout
21621
21622 \begin_layout Standard
21623 Certain other mathematical expressions have this 
21624 \begin_inset Quotes eld
21625 \end_inset
21626
21627 moving limits
21628 \begin_inset Quotes erd
21629 \end_inset
21630
21631  feature as addition, such as
21632 \begin_inset Index idx
21633 status collapsed
21634
21635 \begin_layout Plain Layout
21636 Math ! Limits
21637 \end_layout
21638
21639 \end_inset
21640
21641
21642 \begin_inset Formula \[
21643 \lim_{x\rightarrow\infty}f(x),
21644 \]
21645
21646 \end_inset
21647
21648 which will place the 
21649 \begin_inset Formula $x\rightarrow\infty
21650 $
21651 \end_inset
21652
21653  underneath the 
21654 \begin_inset Quotes eld
21655 \end_inset
21656
21657 lim
21658 \begin_inset Quotes erd
21659 \end_inset
21660
21661  in display mode.
21662  In inline formulas it looks like this: 
21663 \begin_inset Formula $\lim_{x\rightarrow\infty}f(x)
21664 $
21665 \end_inset
21666
21667 .
21668 \end_layout
21669
21670 \begin_layout Standard
21671 Note that the lim-function was entered as the function macro 
21672 \series bold
21673
21674 \backslash
21675 lim
21676 \series default
21677 .
21678  Have a look at section
21679 \begin_inset space ~
21680 \end_inset
21681
21682
21683 \begin_inset CommandInset ref
21684 LatexCommand ref
21685 reference "sub:Functions"
21686
21687 \end_inset
21688
21689  for an explanation of function macros.
21690 \end_layout
21691
21692 \begin_layout Subsection
21693 Math Symbols
21694 \begin_inset Index idx
21695 status collapsed
21696
21697 \begin_layout Plain Layout
21698 Math ! Symbols
21699 \end_layout
21700
21701 \end_inset
21702
21703
21704 \end_layout
21705
21706 \begin_layout Standard
21707 Most math symbols can be found in the 
21708 \family sans
21709 Math
21710 \begin_inset space ~
21711 \end_inset
21712
21713 Panel
21714 \family default
21715  under one of several categories; including 
21716 \family sans
21717 Greek
21718 \family default
21719
21720 \family sans
21721 Operators
21722 \family default
21723  , 
21724 \family sans
21725 Relations
21726 \family default
21727
21728 \family sans
21729 Arrows
21730 \family default
21731 .
21732  There are also the additional symbols provided by the American Mathematical
21733  Society (AMS).
21734 \end_layout
21735
21736 \begin_layout Standard
21737 If you know the LaTeX-command for a construct or symbol you wish to use,
21738  you don't have to use the 
21739 \family sans
21740 Math
21741 \begin_inset space ~
21742 \end_inset
21743
21744 Panel
21745 \family default
21746 , but can type the command directly into the formula.
21747  LyX will convert it to the corresponding symbol or construct.
21748 \end_layout
21749
21750 \begin_layout Subsection
21751 Altering Spacing
21752 \begin_inset Index idx
21753 status collapsed
21754
21755 \begin_layout Plain Layout
21756 Math ! Spaces
21757 \end_layout
21758
21759 \end_inset
21760
21761
21762 \end_layout
21763
21764 \begin_layout Standard
21765 You may want to create spaces that differ from the standard spacing that
21766  LaTeX provides.
21767  To do this, type 
21768 \begin_inset Info
21769 type  "shortcut"
21770 arg   "space-insert protected"
21771 \end_inset
21772
21773  or to use the 
21774 \family sans
21775 Math
21776 \begin_inset space ~
21777 \end_inset
21778
21779 Panel
21780 \family default
21781  button 
21782 \begin_inset Graphics
21783         filename ../images/math/space.png
21784
21785 \end_inset
21786
21787 .
21788  This generates a small space, and shows a small marker on the screen.
21789  For example, the sequence 
21790 \series bold
21791 a Ctrl+Space b
21792 \series default
21793
21794 \begin_inset Formula $a\, b
21795 $
21796 \end_inset
21797
21798  appears in LyX as 
21799 \begin_inset Graphics
21800         filename clipart/SpaceMarker.png
21801
21802 \end_inset
21803
21804 .
21805  You can change the space to different sizes when you set the cursor behind
21806  the space marker and hit space again several times.
21807  With every space hit the size will be changed.
21808  Some markers for the space size appear red in LyX, because they are negative
21809  spaces.
21810  Here are two examples:
21811 \end_layout
21812
21813 \begin_layout Standard
21814
21815 \series bold
21816 a Ctrl+Space b
21817 \series default
21818  and 3×
21819 \family sans
21820 Space
21821 \family default
21822
21823 \begin_inset Formula $a\quad b
21824 $
21825 \end_inset
21826
21827
21828 \end_layout
21829
21830 \begin_layout Standard
21831
21832 \series bold
21833 a Ctrl+Space b
21834 \series default
21835  and 5×
21836 \family sans
21837 Space
21838 \family default
21839
21840 \begin_inset Formula $a\! b
21841 $
21842 \end_inset
21843
21844
21845 \end_layout
21846
21847 \begin_layout Subsection
21848 Functions
21849 \begin_inset Index idx
21850 status collapsed
21851
21852 \begin_layout Plain Layout
21853 Math ! Functions
21854 \end_layout
21855
21856 \end_inset
21857
21858
21859 \begin_inset CommandInset label
21860 LatexCommand label
21861 name "sub:Functions"
21862
21863 \end_inset
21864
21865
21866 \end_layout
21867
21868 \begin_layout Standard
21869 The 
21870 \family sans
21871 Math
21872 \begin_inset space ~
21873 \end_inset
21874
21875 Panel
21876 \family default
21877  contains under the button 
21878 \begin_inset Graphics
21879         filename ../images/math/functions.png
21880
21881 \end_inset
21882
21883  a number of function macros, such as 
21884 \begin_inset Formula $\sin
21885 $
21886 \end_inset
21887
21888
21889 \begin_inset Formula $\lim
21890 $
21891 \end_inset
21892
21893
21894 \emph on
21895 etc
21896 \emph default
21897 .
21898  (you can also insert them in a formula by typing 
21899 \series bold
21900
21901 \backslash
21902 sin
21903 \series default
21904  etc.).
21905  Standard mathematical practice is, that functions are printed upright to
21906  avoid confusions, because 
21907 \begin_inset Formula $sin
21908 $
21909 \end_inset
21910
21911  does normally mean 
21912 \begin_inset Formula $s·i·n
21913 $
21914 \end_inset
21915
21916 .
21917 \end_layout
21918
21919 \begin_layout Standard
21920 Using the function macros will also produce correct spacing around the function:
21921  
21922 \begin_inset Formula $a\sin x
21923 $
21924 \end_inset
21925
21926  is different from 
21927 \begin_inset Formula $asinx
21928 $
21929 \end_inset
21930
21931
21932 \end_layout
21933
21934 \begin_layout Standard
21935 For some mathematical objects, like the limes, the macro changes where subscript
21936 s are placed, as described in section
21937 \begin_inset space ~
21938 \end_inset
21939
21940
21941 \begin_inset CommandInset ref
21942 LatexCommand ref
21943 reference "sub:Operators-with-Limits"
21944
21945 \end_inset
21946
21947 .
21948 \end_layout
21949
21950 \begin_layout Subsection
21951 Accents
21952 \begin_inset Index idx
21953 status collapsed
21954
21955 \begin_layout Plain Layout
21956 Math ! Accents
21957 \end_layout
21958
21959 \end_inset
21960
21961
21962 \end_layout
21963
21964 \begin_layout Standard
21965 In a formula you can insert accented characters in the same way as in text
21966  mode.
21967  This may depend on your keyboard, or the bindings file you use.
21968  You can also use LaTeX commands to e.
21969 \begin_inset space \thinspace{}
21970 \end_inset
21971
21972 g.
21973 \begin_inset space \space{}
21974 \end_inset
21975
21976 enter 
21977 \begin_inset Formula $\hat{a}
21978 $
21979 \end_inset
21980
21981  even if your keyboard doesn't have hat-accents enabled.
21982  Our example is entered by typing 
21983 \series bold
21984
21985 \backslash
21986 hat
21987 \begin_inset ERT
21988 status collapsed
21989
21990 \begin_layout Plain Layout
21991
21992
21993 \backslash
21994 spce 
21995 \end_layout
21996
21997 \end_inset
21998
21999 a
22000 \series default
22001  in a formula.
22002  Table
22003 \begin_inset space ~
22004 \end_inset
22005
22006
22007 \begin_inset CommandInset ref
22008 LatexCommand ref
22009 reference "cap:Accent-names-and"
22010
22011 \end_inset
22012
22013  shows the equivalences between the accent names and the commands.
22014 \end_layout
22015
22016 \begin_layout Standard
22017 \begin_inset Float table
22018 wide false
22019 sideways false
22020 status open
22021
22022 \begin_layout Plain Layout
22023 \begin_inset Caption
22024
22025 \begin_layout Plain Layout
22026 \begin_inset CommandInset label
22027 LatexCommand label
22028 name "cap:Accent-names-and"
22029
22030 \end_inset
22031
22032 Accent names and the corresponding commands.
22033 \end_layout
22034
22035 \end_inset
22036
22037
22038 \end_layout
22039
22040 \begin_layout Plain Layout
22041 \align center
22042 \begin_inset Tabular
22043 <lyxtabular version="3" rows="11" columns="3">
22044 <features tabularvalignment="middle">
22045 <column alignment="center" valignment="top" width="0pt">
22046 <column alignment="center" valignment="top" width="0pt">
22047 <column alignment="center" valignment="top" width="0pt">
22048 <row>
22049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22050 \begin_inset Text
22051
22052 \begin_layout Plain Layout
22053 Name
22054 \end_layout
22055
22056 \end_inset
22057 </cell>
22058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22059 \begin_inset Text
22060
22061 \begin_layout Plain Layout
22062 Command
22063 \end_layout
22064
22065 \end_inset
22066 </cell>
22067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22068 \begin_inset Text
22069
22070 \begin_layout Plain Layout
22071 E
22072 \family roman
22073 \series medium
22074 \shape up
22075 \size normal
22076 \emph off
22077 \bar no
22078 \noun off
22079 \color none
22080 xample
22081 \end_layout
22082
22083 \end_inset
22084 </cell>
22085 </row>
22086 <row>
22087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22088 \begin_inset Text
22089
22090 \begin_layout Plain Layout
22091
22092 \family roman
22093 \series medium
22094 \shape up
22095 \size normal
22096 \emph off
22097 \bar no
22098 \noun off
22099 \color none
22100 circumflex
22101 \end_layout
22102
22103 \end_inset
22104 </cell>
22105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22106 \begin_inset Text
22107
22108 \begin_layout Plain Layout
22109
22110 \series bold
22111
22112 \backslash
22113 hat
22114 \end_layout
22115
22116 \end_inset
22117 </cell>
22118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22119 \begin_inset Text
22120
22121 \begin_layout Plain Layout
22122
22123 \family roman
22124 \series medium
22125 \shape up
22126 \size normal
22127 \emph off
22128 \bar no
22129 \noun off
22130 \color none
22131 \begin_inset Formula $\hat{a}
22132 $
22133 \end_inset
22134
22135
22136 \end_layout
22137
22138 \end_inset
22139 </cell>
22140 </row>
22141 <row>
22142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22143 \begin_inset Text
22144
22145 \begin_layout Plain Layout
22146
22147 \family roman
22148 \series medium
22149 \shape up
22150 \size normal
22151 \emph off
22152 \bar no
22153 \noun off
22154 \color none
22155 grave
22156 \end_layout
22157
22158 \end_inset
22159 </cell>
22160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22161 \begin_inset Text
22162
22163 \begin_layout Plain Layout
22164
22165 \series bold
22166
22167 \backslash
22168 grave
22169 \end_layout
22170
22171 \end_inset
22172 </cell>
22173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22174 \begin_inset Text
22175
22176 \begin_layout Plain Layout
22177
22178 \family roman
22179 \series medium
22180 \shape up
22181 \size normal
22182 \emph off
22183 \bar no
22184 \noun off
22185 \color none
22186 \begin_inset Formula $\grave{a}
22187 $
22188 \end_inset
22189
22190
22191 \end_layout
22192
22193 \end_inset
22194 </cell>
22195 </row>
22196 <row>
22197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22198 \begin_inset Text
22199
22200 \begin_layout Plain Layout
22201
22202 \family roman
22203 \series medium
22204 \shape up
22205 \size normal
22206 \emph off
22207 \bar no
22208 \noun off
22209 \color none
22210 acute
22211 \end_layout
22212
22213 \end_inset
22214 </cell>
22215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22216 \begin_inset Text
22217
22218 \begin_layout Plain Layout
22219
22220 \series bold
22221
22222 \backslash
22223 acute
22224 \end_layout
22225
22226 \end_inset
22227 </cell>
22228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22229 \begin_inset Text
22230
22231 \begin_layout Plain Layout
22232
22233 \family roman
22234 \series medium
22235 \shape up
22236 \size normal
22237 \emph off
22238 \bar no
22239 \noun off
22240 \color none
22241 \begin_inset Formula $\acute{a}
22242 $
22243 \end_inset
22244
22245
22246 \end_layout
22247
22248 \end_inset
22249 </cell>
22250 </row>
22251 <row>
22252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22253 \begin_inset Text
22254
22255 \begin_layout Plain Layout
22256
22257 \family roman
22258 \series medium
22259 \shape up
22260 \size normal
22261 \emph off
22262 \bar no
22263 \noun off
22264 \color none
22265 umlaut
22266 \end_layout
22267
22268 \end_inset
22269 </cell>
22270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22271 \begin_inset Text
22272
22273 \begin_layout Plain Layout
22274
22275 \series bold
22276
22277 \backslash
22278 ddot
22279 \end_layout
22280
22281 \end_inset
22282 </cell>
22283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22284 \begin_inset Text
22285
22286 \begin_layout Plain Layout
22287
22288 \family roman
22289 \series medium
22290 \shape up
22291 \size normal
22292 \emph off
22293 \bar no
22294 \noun off
22295 \color none
22296 \begin_inset Formula $\ddot{a}
22297 $
22298 \end_inset
22299
22300
22301 \end_layout
22302
22303 \end_inset
22304 </cell>
22305 </row>
22306 <row>
22307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22308 \begin_inset Text
22309
22310 \begin_layout Plain Layout
22311
22312 \family roman
22313 \series medium
22314 \shape up
22315 \size normal
22316 \emph off
22317 \bar no
22318 \noun off
22319 \color none
22320 tilde
22321 \end_layout
22322
22323 \end_inset
22324 </cell>
22325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22326 \begin_inset Text
22327
22328 \begin_layout Plain Layout
22329
22330 \series bold
22331
22332 \backslash
22333 tilde
22334 \end_layout
22335
22336 \end_inset
22337 </cell>
22338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22339 \begin_inset Text
22340
22341 \begin_layout Plain Layout
22342
22343 \family roman
22344 \series medium
22345 \shape up
22346 \size normal
22347 \emph off
22348 \bar no
22349 \noun off
22350 \color none
22351 \begin_inset Formula $\tilde{a}
22352 $
22353 \end_inset
22354
22355
22356 \end_layout
22357
22358 \end_inset
22359 </cell>
22360 </row>
22361 <row>
22362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22363 \begin_inset Text
22364
22365 \begin_layout Plain Layout
22366
22367 \family roman
22368 \series medium
22369 \shape up
22370 \size normal
22371 \emph off
22372 \bar no
22373 \noun off
22374 \color none
22375 dot
22376 \end_layout
22377
22378 \end_inset
22379 </cell>
22380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22381 \begin_inset Text
22382
22383 \begin_layout Plain Layout
22384
22385 \series bold
22386
22387 \backslash
22388 dot
22389 \end_layout
22390
22391 \end_inset
22392 </cell>
22393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22394 \begin_inset Text
22395
22396 \begin_layout Plain Layout
22397
22398 \family roman
22399 \series medium
22400 \shape up
22401 \size normal
22402 \emph off
22403 \bar no
22404 \noun off
22405 \color none
22406 \begin_inset Formula $\dot{a}
22407 $
22408 \end_inset
22409
22410
22411 \end_layout
22412
22413 \end_inset
22414 </cell>
22415 </row>
22416 <row>
22417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22418 \begin_inset Text
22419
22420 \begin_layout Plain Layout
22421
22422 \family roman
22423 \series medium
22424 \shape up
22425 \size normal
22426 \emph off
22427 \bar no
22428 \noun off
22429 \color none
22430 breve
22431 \end_layout
22432
22433 \end_inset
22434 </cell>
22435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22436 \begin_inset Text
22437
22438 \begin_layout Plain Layout
22439
22440 \series bold
22441
22442 \backslash
22443 breve
22444 \end_layout
22445
22446 \end_inset
22447 </cell>
22448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22449 \begin_inset Text
22450
22451 \begin_layout Plain Layout
22452
22453 \family roman
22454 \series medium
22455 \shape up
22456 \size normal
22457 \emph off
22458 \bar no
22459 \noun off
22460 \color none
22461 \begin_inset Formula $\breve{a}
22462 $
22463 \end_inset
22464
22465
22466 \end_layout
22467
22468 \end_inset
22469 </cell>
22470 </row>
22471 <row>
22472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22473 \begin_inset Text
22474
22475 \begin_layout Plain Layout
22476
22477 \family roman
22478 \series medium
22479 \shape up
22480 \size normal
22481 \emph off
22482 \bar no
22483 \noun off
22484 \color none
22485 caron
22486 \end_layout
22487
22488 \end_inset
22489 </cell>
22490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22491 \begin_inset Text
22492
22493 \begin_layout Plain Layout
22494
22495 \series bold
22496
22497 \backslash
22498 check
22499 \end_layout
22500
22501 \end_inset
22502 </cell>
22503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22504 \begin_inset Text
22505
22506 \begin_layout Plain Layout
22507
22508 \family roman
22509 \series medium
22510 \shape up
22511 \size normal
22512 \emph off
22513 \bar no
22514 \noun off
22515 \color none
22516 \begin_inset Formula $\check{a}
22517 $
22518 \end_inset
22519
22520
22521 \end_layout
22522
22523 \end_inset
22524 </cell>
22525 </row>
22526 <row>
22527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22528 \begin_inset Text
22529
22530 \begin_layout Plain Layout
22531
22532 \family roman
22533 \series medium
22534 \shape up
22535 \size normal
22536 \emph off
22537 \bar no
22538 \noun off
22539 \color none
22540 macron
22541 \end_layout
22542
22543 \end_inset
22544 </cell>
22545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22546 \begin_inset Text
22547
22548 \begin_layout Plain Layout
22549
22550 \series bold
22551
22552 \backslash
22553 bar
22554 \end_layout
22555
22556 \end_inset
22557 </cell>
22558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22559 \begin_inset Text
22560
22561 \begin_layout Plain Layout
22562
22563 \family roman
22564 \series medium
22565 \shape up
22566 \size normal
22567 \emph off
22568 \bar no
22569 \noun off
22570 \color none
22571 \begin_inset Formula $\bar{a}
22572 $
22573 \end_inset
22574
22575
22576 \end_layout
22577
22578 \end_inset
22579 </cell>
22580 </row>
22581 <row>
22582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22583 \begin_inset Text
22584
22585 \begin_layout Plain Layout
22586 vector
22587 \end_layout
22588
22589 \end_inset
22590 </cell>
22591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22592 \begin_inset Text
22593
22594 \begin_layout Plain Layout
22595
22596 \series bold
22597
22598 \backslash
22599 vec
22600 \end_layout
22601
22602 \end_inset
22603 </cell>
22604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22605 \begin_inset Text
22606
22607 \begin_layout Plain Layout
22608
22609 \family roman
22610 \series medium
22611 \shape up
22612 \size normal
22613 \emph off
22614 \bar no
22615 \noun off
22616 \color none
22617 \begin_inset Formula $\vec{a}
22618 $
22619 \end_inset
22620
22621
22622 \end_layout
22623
22624 \end_inset
22625 </cell>
22626 </row>
22627 </lyxtabular>
22628
22629 \end_inset
22630
22631
22632 \end_layout
22633
22634 \end_inset
22635
22636
22637 \end_layout
22638
22639 \begin_layout Standard
22640 You can choose one of the accents by selecting an item from the 
22641 \family sans
22642 Frame
22643 \begin_inset space ~
22644 \end_inset
22645
22646 decorations
22647 \family default
22648  symbol set button 
22649 \begin_inset Graphics
22650         filename ../images/math/hat.png
22651
22652 \end_inset
22653
22654  in the math panel ; this will apply to any selection you have made within
22655  a formula too.
22656 \end_layout
22657
22658 \begin_layout Section
22659 Brackets and Delimiters
22660 \begin_inset Index idx
22661 status collapsed
22662
22663 \begin_layout Plain Layout
22664 Math ! Brackets
22665 \end_layout
22666
22667 \end_inset
22668
22669
22670 \begin_inset Index idx
22671 status collapsed
22672
22673 \begin_layout Plain Layout
22674 Math ! Delimiters
22675 \end_layout
22676
22677 \end_inset
22678
22679
22680 \begin_inset CommandInset label
22681 LatexCommand label
22682 name "sec:Brackets-and-Delimiters"
22683
22684 \end_inset
22685
22686
22687 \end_layout
22688
22689 \begin_layout Standard
22690 There are several brackets available through LyX.
22691  For most purposes, using just the keys 
22692 \family typewriter
22693 []{}()|<>
22694 \family default
22695  should suffice.
22696  But if you want to surround a large structure, like a matrix or a fraction,
22697  or if you have several layers of brackets, it is better to use the math
22698  toolbar delimiter icon 
22699 \begin_inset Graphics
22700         filename ../images/math/delim.png
22701
22702 \end_inset
22703
22704 .
22705  For example, that's how you would construct the brackets around a standard
22706  matrix such as:
22707 \begin_inset Formula \[
22708 \left[\begin{array}{cc}
22709 1 & 2\\
22710 3 & 4
22711 \end{array}\right]
22712 \]
22713
22714 \end_inset
22715
22716 and to make it easier to see the layers of parentheses as in: 
22717 \begin_inset Formula \[
22718 \frac{1}{\left(1+\left(\frac{1}{1+\left(\frac{1}{1+x}\right)}\right)\right)}
22719 \]
22720
22721 \end_inset
22722
22723
22724 \end_layout
22725
22726 \begin_layout Standard
22727 The parentheses, and other brackets from that menu will automatically re-size
22728  to accommodate the size of what is inside.
22729 \end_layout
22730
22731 \begin_layout Standard
22732 To construct brackets click on the button for the bracket you want on the
22733  left side and right side.
22734  If you use the option 
22735 \family sans
22736 Keep
22737 \begin_inset space ~
22738 \end_inset
22739
22740 matched
22741 \family default
22742 , the selected bracket type will be used for the left and the right side.
22743  The selection will be shown below the button field.
22744  If you want one side to not have a bracket, use the blank button.
22745  It will appear in LyX with a dotted line, but nothing will be printed.
22746 \end_layout
22747
22748 \begin_layout Standard
22749 If you want to place brackets around math structures, like a square root,
22750  you can do that by highlighting (selecting) the structure that is to go
22751  inside the brackets.
22752  Then choose the appropriate brackets for left and right and click on 
22753 \family sans
22754 Insert
22755 \family default
22756 .
22757  The parentheses will be drawn around the selected structure.
22758 \end_layout
22759
22760 \begin_layout Section
22761 Arrays and Multi-line Equations
22762 \begin_inset Index idx
22763 status collapsed
22764
22765 \begin_layout Plain Layout
22766 Math ! Arrays
22767 \end_layout
22768
22769 \end_inset
22770
22771
22772 \begin_inset Index idx
22773 status collapsed
22774
22775 \begin_layout Plain Layout
22776 Math ! Matrices
22777 \end_layout
22778
22779 \end_inset
22780
22781
22782 \begin_inset Index idx
22783 status collapsed
22784
22785 \begin_layout Plain Layout
22786 Math ! Multi-line Equations
22787 \end_layout
22788
22789 \end_inset
22790
22791
22792 \end_layout
22793
22794 \begin_layout Standard
22795 Matrices are entered in LyX using the 
22796 \family sans
22797 Math
22798 \begin_inset space ~
22799 \end_inset
22800
22801 Panel
22802 \family default
22803  matrix button 
22804 \begin_inset Graphics
22805         filename ../images/math/matrix.png
22806
22807 \end_inset
22808
22809 .
22810  It will open a dialog for you to choose the number of rows/columns.
22811  Here is an example:
22812 \begin_inset Formula \[
22813 \left(\begin{array}{ccc}
22814 1 & 2 & 3\\
22815 4 & 5 & 6\\
22816 7 & 8 & 9
22817 \end{array}\right)
22818 \]
22819
22820 \end_inset
22821
22822 The parentheses aren't automatic, but you can add them as described in section
22823 \begin_inset space ~
22824 \end_inset
22825
22826
22827 \begin_inset CommandInset ref
22828 LatexCommand ref
22829 reference "sec:Brackets-and-Delimiters"
22830
22831 \end_inset
22832
22833 .
22834  When you construct the matrix, you can decide whether the column entries
22835  will be left-, right-, or center-justified.
22836  This alignment is set in the box 
22837 \family sans
22838 Horizontal
22839 \family default
22840  with the letters 
22841 \begin_inset Quotes eld
22842 \end_inset
22843
22844
22845 \family sans
22846 l
22847 \family default
22848
22849 \begin_inset Quotes erd
22850 \end_inset
22851
22852
22853 \begin_inset Quotes eld
22854 \end_inset
22855
22856
22857 \family sans
22858 r
22859 \family default
22860
22861 \begin_inset Quotes erd
22862 \end_inset
22863
22864 , and 
22865 \begin_inset Quotes eld
22866 \end_inset
22867
22868
22869 \family sans
22870 c
22871 \family default
22872
22873 \begin_inset Quotes erd
22874 \end_inset
22875
22876 .
22877  LyX proposes a 
22878 \begin_inset Quotes eld
22879 \end_inset
22880
22881
22882 \family sans
22883 c
22884 \family default
22885
22886 \begin_inset Quotes erd
22887 \end_inset
22888
22889  for every column as default.
22890  For example, the sequence 
22891 \begin_inset Quotes eld
22892 \end_inset
22893
22894
22895 \family sans
22896 lrc
22897 \family default
22898
22899 \begin_inset Quotes erd
22900 \end_inset
22901
22902  means that the first column will be left-justified, the second will be
22903  centered, and the third column will be right-justified, because each letter
22904  corresponds to the relevant column.
22905  The result will look like this:
22906 \begin_inset Formula \[
22907 \begin{array}{lcr}
22908 this & this\, column & this\, column\\
22909 column & has & has\, right\\
22910 has\, left\, alignment & center\, alignment & alignment
22911 \end{array}.
22912 \]
22913
22914 \end_inset
22915
22916
22917 \end_layout
22918
22919 \begin_layout Standard
22920 You can add more rows to an existing matrix by hitting 
22921 \begin_inset Info
22922 type  "shortcut"
22923 arg   "newline-insert newline"
22924 \end_inset
22925
22926  while the cursor is in the matrix.
22927  Adding or deleting columns can be done via the menu 
22928 \family sans
22929 Edit\SpecialChar \menuseparator
22930 Math
22931 \family default
22932  or the math toolbar.
22933 \end_layout
22934
22935 \begin_layout Standard
22936 There are other arrays used in formulas, such as distinctions of cases.
22937  It can be created with the menu 
22938 \family sans
22939 Insert\SpecialChar \menuseparator
22940 Math\SpecialChar \menuseparator
22941 Cases
22942 \begin_inset space ~
22943 \end_inset
22944
22945 Environment
22946 \family default
22947  or the command 
22948 \series bold
22949
22950 \backslash
22951 cases
22952 \series default
22953 .
22954  Here is an example: 
22955 \begin_inset Formula \[
22956 f(x)=\begin{cases}
22957 -1 & x<0\\
22958 0 & x=0\\
22959 1 & x>0
22960 \end{cases}
22961 \]
22962
22963 \end_inset
22964
22965
22966 \end_layout
22967
22968 \begin_layout Standard
22969 \begin_inset VSpace bigskip
22970 \end_inset
22971
22972 Multi-line formulas are created when you press 
22973 \begin_inset Info
22974 type  "shortcut"
22975 arg   "newline-insert newline"
22976 \end_inset
22977
22978  within a formula.
22979  In an empty formula you can see that three blue boxes appear, one for each
22980  column.
22981  When you press 
22982 \begin_inset Info
22983 type  "shortcut"
22984 arg   "newline-insert newline"
22985 \end_inset
22986
22987  in a non-empty formula, the part before the relation sign (equal sign 
22988 \begin_inset Quotes eld
22989 \end_inset
22990
22991 =
22992 \begin_inset Quotes erd
22993 \end_inset
22994
22995  etc.) will be inserted automatically to the first column, the relation sign
22996  is in the second column, and the rest in the third column.
22997  A new row is created by every further hit of 
22998 \begin_inset Info
22999 type  "shortcut"
23000 arg   "newline-insert newline"
23001 \end_inset
23002
23003 .
23004  Multi-line formulas are always displayed formulas.
23005  Here is an example:
23006 \begin_inset Formula \begin{eqnarray}
23007 a^{2} & = & (b^{2}+c^{2})(b^{2}-c^{2})\nonumber \\
23008 a & = & \sqrt{b^{4}-c^{4}}\label{eq:asquared}
23009 \end{eqnarray}
23010
23011 \end_inset
23012
23013  To change the column assignment of the formula parts, place the cursor
23014  where you want to start the shift and hit 
23015 \family sans
23016 Ctrl-Tab.
23017
23018 \family default
23019  It shifts everything in the column which is right beside the current cursor
23020  position to the next column.
23021  Note that the middle column is designed for relation signs, structures
23022  within this column will be printed in a smaller size:
23023 \begin_inset Formula \begin{eqnarray*}
23024 \frac{A}{B} & \frac{A}{B} & \frac{A}{B}
23025 \end{eqnarray*}
23026
23027 \end_inset
23028
23029
23030 \end_layout
23031
23032 \begin_layout Standard
23033 The multi-line formula type described here is called 
23034 \family typewriter
23035 \series medium
23036 eqnarray
23037 \family default
23038 \series default
23039 .
23040  There are other multi-line types being more suitable for certain situations,
23041  for example if you want a better inter-line spacing than in formula (
23042 \begin_inset CommandInset ref
23043 LatexCommand ref
23044 reference "eq:asquared"
23045
23046 \end_inset
23047
23048 ).
23049  The other types are described in section
23050 \begin_inset space ~
23051 \end_inset
23052
23053
23054 \begin_inset CommandInset ref
23055 LatexCommand ref
23056 reference "sub:AMS-Formula-Types"
23057
23058 \end_inset
23059
23060 .
23061 \end_layout
23062
23063 \begin_layout Section
23064 Formula Numbering and Referencing
23065 \begin_inset Index idx
23066 status collapsed
23067
23068 \begin_layout Plain Layout
23069 Math ! Formula numbering
23070 \end_layout
23071
23072 \end_inset
23073
23074
23075 \begin_inset Index idx
23076 status collapsed
23077
23078 \begin_layout Plain Layout
23079 Math ! Referencing formulas
23080 \end_layout
23081
23082 \end_inset
23083
23084
23085 \begin_inset CommandInset label
23086 LatexCommand label
23087 name "sec:Formula-Numbering-and"
23088
23089 \end_inset
23090
23091
23092 \end_layout
23093
23094 \begin_layout Standard
23095 To number a formula, set the cursor in the formula and use the menu 
23096 \family sans
23097 Edit\SpecialChar \menuseparator
23098 Math\SpecialChar \menuseparator
23099 Toggle
23100 \begin_inset space ~
23101 \end_inset
23102
23103 Numbering
23104 \family default
23105  or the shortcut 
23106 \begin_inset Info
23107 type  "shortcut"
23108 arg   "math-number-toggle"
23109 \end_inset
23110
23111 .
23112  The formula number appears in LyX as 
23113 \begin_inset Quotes eld
23114 \end_inset
23115
23116 #
23117 \begin_inset Quotes erd
23118 \end_inset
23119
23120  within parentheses.
23121  The 
23122 \begin_inset Quotes eld
23123 \end_inset
23124
23125 #
23126 \begin_inset Quotes erd
23127 \end_inset
23128
23129  denotes, that the number will be calculated automatically when the output
23130  is generated.
23131  The placement and format of the formula number in the output depends on
23132  the document class.
23133  In this document the number is printed together with the chapter number,
23134  separated by a dot:
23135 \begin_inset Formula \begin{equation}
23136 1+1=2
23137 \end{equation}
23138
23139 \end_inset
23140
23141 Using 
23142 \begin_inset Info
23143 type  "shortcut"
23144 arg   "math-number-toggle"
23145 \end_inset
23146
23147  in a numbered formula will switch off the numbering.
23148  You can only number displayed formulas.
23149 \end_layout
23150
23151 \begin_layout Standard
23152 Multi-line formulas can be numbered line by line: Using the menu 
23153 \family sans
23154 Edit\SpecialChar \menuseparator
23155 Math\SpecialChar \menuseparator
23156 Toggle
23157 \begin_inset space ~
23158 \end_inset
23159
23160 Numbering
23161 \begin_inset space ~
23162 \end_inset
23163
23164 of
23165 \begin_inset space ~
23166 \end_inset
23167
23168 Line
23169 \family default
23170  or the shortcut 
23171 \begin_inset Info
23172 type  "shortcut"
23173 arg   "math-number-line-toggle"
23174 \end_inset
23175
23176  will only toggle the numbering of the line where the cursor is:
23177 \begin_inset Formula \begin{eqnarray}
23178 1 & = & 3-2\\
23179 2 & = & 4-2\nonumber \\
23180 4 & \leq & 7
23181 \end{eqnarray}
23182
23183 \end_inset
23184
23185 To number all lines use the shortcut 
23186 \begin_inset Info
23187 type  "shortcut"
23188 arg   "math-number-toggle"
23189 \end_inset
23190
23191 .
23192 \end_layout
23193
23194 \begin_layout Standard
23195 \begin_inset VSpace bigskip
23196 \end_inset
23197
23198 Every displayed formula can be referenced by its number using a label.
23199  A label is inserted with the menu 
23200 \family sans
23201 Insert\SpecialChar \menuseparator
23202 Label
23203 \family default
23204  when the cursor is in the formula.
23205  This opens a dialog to enter the label.
23206  It is recommended to use the proposed 
23207 \begin_inset Quotes eld
23208 \end_inset
23209
23210
23211 \family sans
23212 eq:
23213 \family default
23214
23215 \begin_inset Quotes erd
23216 \end_inset
23217
23218  as first part of the label, because this helps later to identify the label
23219  type when you have many labels in your document.
23220  We inserted in the following example the label 
23221 \begin_inset Quotes eld
23222 \end_inset
23223
23224 eq:tanhExp
23225 \begin_inset Quotes erd
23226 \end_inset
23227
23228  in the second line:
23229 \begin_inset Formula \begin{eqnarray}
23230 \tanh(x) & = & \frac{\sinh(x)}{\cosh(x)}\nonumber \\
23231  & = & \frac{\mathrm{e}^{2x}-1}{\mathrm{e}^{2x}+1}\label{eq:tanhExp}
23232 \end{eqnarray}
23233
23234 \end_inset
23235
23236 Every labeled line is automatically numbered.
23237  Therefore the label is shown in LyX at the place of the formula number
23238  placeholder 
23239 \begin_inset Quotes eld
23240 \end_inset
23241
23242 #
23243 \begin_inset Quotes erd
23244 \end_inset
23245
23246 .
23247  You can reference a labeled formula using the menu 
23248 \family sans
23249 Insert\SpecialChar \menuseparator
23250 Cross
23251 \begin_inset space ~
23252 \end_inset
23253
23254 Reference
23255 \family default
23256 .
23257  A dialog appears to choose a label you want refer to.
23258  The reference appears in LyX as a grey cross reference box and in the output
23259  as the formula number:
23260 \end_layout
23261
23262 \begin_layout Standard
23263 This is a cross-reference to equation (
23264 \begin_inset CommandInset ref
23265 LatexCommand ref
23266 reference "eq:tanhExp"
23267
23268 \end_inset
23269
23270 ).
23271 \end_layout
23272
23273 \begin_layout Standard
23274 The properties of LyX's cross-reference box are described in section
23275 \begin_inset space ~
23276 \end_inset
23277
23278
23279 \begin_inset CommandInset ref
23280 LatexCommand ref
23281 reference "sec:Cross-References"
23282
23283 \end_inset
23284
23285 .
23286  To delete a label, set the cursor in the labeled formula, use the menu
23287  
23288 \family sans
23289 Insert\SpecialChar \menuseparator
23290 Label
23291 \family default
23292  and delete the label in the appearing dialog.
23293 \begin_inset Foot
23294 status collapsed
23295
23296 \begin_layout Plain Layout
23297 This is a unintuitive and will be fixed in the next version of LyX.
23298 \end_layout
23299
23300 \end_inset
23301
23302  
23303 \end_layout
23304
23305 \begin_layout Section
23306 User defined math macros
23307 \begin_inset Index idx
23308 status collapsed
23309
23310 \begin_layout Plain Layout
23311 Math ! Macros
23312 \end_layout
23313
23314 \end_inset
23315
23316
23317 \end_layout
23318
23319 \begin_layout Standard
23320 LyX allows you to define macros for formulas which is very useful when you
23321  have equations of the same form in a document several times.
23322  Math macros are explained in section 
23323 \emph on
23324 Math
23325 \begin_inset space ~
23326 \end_inset
23327
23328 Macros
23329 \emph default
23330  of the 
23331 \emph on
23332 Math
23333 \emph default
23334  manual.
23335 \end_layout
23336
23337 \begin_layout Section
23338 Fine-Tuning
23339 \end_layout
23340
23341 \begin_layout Subsection
23342 Typefaces
23343 \begin_inset Index idx
23344 status collapsed
23345
23346 \begin_layout Plain Layout
23347 Math ! Typefaces
23348 \end_layout
23349
23350 \end_inset
23351
23352
23353 \end_layout
23354
23355 \begin_layout Standard
23356 The standard font for text is italic, for numbers the standard is roman.
23357  To set a font in a formula, use the 
23358 \family sans
23359 Math
23360 \begin_inset space ~
23361 \end_inset
23362
23363 Panel
23364 \family default
23365  button 
23366 \begin_inset Graphics
23367         filename ../images/math/font.png
23368
23369 \end_inset
23370
23371 , or enter its command, listed in table
23372 \begin_inset space ~
23373 \end_inset
23374
23375
23376 \begin_inset CommandInset ref
23377 LatexCommand ref
23378 reference "cap:Typefaces-and-the"
23379
23380 \end_inset
23381
23382 , directly.
23383 \end_layout
23384
23385 \begin_layout Standard
23386 \begin_inset Float table
23387 wide false
23388 sideways false
23389 status open
23390
23391 \begin_layout Plain Layout
23392 \begin_inset Caption
23393
23394 \begin_layout Plain Layout
23395 \begin_inset CommandInset label
23396 LatexCommand label
23397 name "cap:Typefaces-and-the"
23398
23399 \end_inset
23400
23401 Typefaces and the corresponding commands.
23402 \end_layout
23403
23404 \end_inset
23405
23406
23407 \end_layout
23408
23409 \begin_layout Plain Layout
23410 \align center
23411 \begin_inset Tabular
23412 <lyxtabular version="3" rows="9" columns="2">
23413 <features tabularvalignment="middle">
23414 <column alignment="center" valignment="top" width="0pt">
23415 <column alignment="center" valignment="top" width="0pt">
23416 <row>
23417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23418 \begin_inset Text
23419
23420 \begin_layout Plain Layout
23421 Font
23422 \end_layout
23423
23424 \end_inset
23425 </cell>
23426 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
23427 \begin_inset Text
23428
23429 \begin_layout Plain Layout
23430 Command
23431 \end_layout
23432
23433 \end_inset
23434 </cell>
23435 </row>
23436 <row>
23437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23438 \begin_inset Text
23439
23440 \begin_layout Plain Layout
23441
23442 \shape up
23443 \size normal
23444 \bar no
23445 \noun off
23446 \color none
23447 \begin_inset Formula $\mathrm{Roman}
23448 $
23449 \end_inset
23450
23451
23452 \end_layout
23453
23454 \end_inset
23455 </cell>
23456 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
23457 \begin_inset Text
23458
23459 \begin_layout Plain Layout
23460
23461 \series bold
23462
23463 \backslash
23464 mathrm
23465 \end_layout
23466
23467 \end_inset
23468 </cell>
23469 </row>
23470 <row>
23471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23472 \begin_inset Text
23473
23474 \begin_layout Plain Layout
23475 \begin_inset Formula $\mathbf{\mathbf{Bold}}
23476 $
23477 \end_inset
23478
23479
23480 \end_layout
23481
23482 \end_inset
23483 </cell>
23484 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
23485 \begin_inset Text
23486
23487 \begin_layout Plain Layout
23488
23489 \series bold
23490
23491 \backslash
23492 mathbf
23493 \end_layout
23494
23495 \end_inset
23496 </cell>
23497 </row>
23498 <row>
23499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23500 \begin_inset Text
23501
23502 \begin_layout Plain Layout
23503 \begin_inset Formula $\mathit{Italic}
23504 $
23505 \end_inset
23506
23507
23508 \end_layout
23509
23510 \end_inset
23511 </cell>
23512 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
23513 \begin_inset Text
23514
23515 \begin_layout Plain Layout
23516
23517 \series bold
23518
23519 \backslash
23520 mathit
23521 \end_layout
23522
23523 \end_inset
23524 </cell>
23525 </row>
23526 <row>
23527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23528 \begin_inset Text
23529
23530 \begin_layout Plain Layout
23531
23532 \shape up
23533 \size normal
23534 \bar no
23535 \noun off
23536 \color none
23537 \begin_inset Formula $\mathtt{Typewriter}
23538 $
23539 \end_inset
23540
23541
23542 \end_layout
23543
23544 \end_inset
23545 </cell>
23546 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
23547 \begin_inset Text
23548
23549 \begin_layout Plain Layout
23550
23551 \series bold
23552
23553 \backslash
23554 mathtt
23555 \end_layout
23556
23557 \end_inset
23558 </cell>
23559 </row>
23560 <row>
23561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23562 \begin_inset Text
23563
23564 \begin_layout Plain Layout
23565 \begin_inset Formula $\mathbf{\mathbb{BLACKBOARD}}
23566 $
23567 \end_inset
23568
23569
23570 \end_layout
23571
23572 \end_inset
23573 </cell>
23574 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
23575 \begin_inset Text
23576
23577 \begin_layout Plain Layout
23578
23579 \series bold
23580
23581 \backslash
23582 mathbb
23583 \end_layout
23584
23585 \end_inset
23586 </cell>
23587 </row>
23588 <row>
23589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23590 \begin_inset Text
23591
23592 \begin_layout Plain Layout
23593 \begin_inset Formula $\mathfrak{Fraktur}
23594 $
23595 \end_inset
23596
23597
23598 \end_layout
23599
23600 \end_inset
23601 </cell>
23602 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
23603 \begin_inset Text
23604
23605 \begin_layout Plain Layout
23606
23607 \series bold
23608
23609 \backslash
23610 mathfrak
23611 \end_layout
23612
23613 \end_inset
23614 </cell>
23615 </row>
23616 <row>
23617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23618 \begin_inset Text
23619
23620 \begin_layout Plain Layout
23621
23622 \shape up
23623 \size normal
23624 \emph on
23625 \bar no
23626 \noun off
23627 \color none
23628 \begin_inset Formula $\mathcal{CALLIGRAPHIC}
23629 $
23630 \end_inset
23631
23632
23633 \end_layout
23634
23635 \end_inset
23636 </cell>
23637 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
23638 \begin_inset Text
23639
23640 \begin_layout Plain Layout
23641
23642 \series bold
23643
23644 \backslash
23645 mathcal
23646 \end_layout
23647
23648 \end_inset
23649 </cell>
23650 </row>
23651 <row>
23652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23653 \begin_inset Text
23654
23655 \begin_layout Plain Layout
23656 \begin_inset Formula $\mathsf{SansSerif}
23657 $
23658 \end_inset
23659
23660
23661 \end_layout
23662
23663 \end_inset
23664 </cell>
23665 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
23666 \begin_inset Text
23667
23668 \begin_layout Plain Layout
23669
23670 \series bold
23671
23672 \backslash
23673 mathsf
23674 \end_layout
23675
23676 \end_inset
23677 </cell>
23678 </row>
23679 </lyxtabular>
23680
23681 \end_inset
23682
23683
23684 \end_layout
23685
23686 \end_inset
23687
23688
23689 \end_layout
23690
23691 \begin_layout Standard
23692 \begin_inset Note Greyedout
23693 status open
23694
23695 \begin_layout Plain Layout
23696
23697 \series bold
23698 Note:
23699 \series default
23700  You can only print capital letters in the typefaces 
23701 \family sans
23702 Blackboard
23703 \family default
23704  and 
23705 \family sans
23706 Calligraphic
23707 \family default
23708 .
23709 \end_layout
23710
23711 \end_inset
23712
23713
23714 \end_layout
23715
23716 \begin_layout Standard
23717 When you use a typeface, a blue box is inserted in the formula.
23718  Every character in this box will be printed in this typeface.
23719  Pressing 
23720 \family sans
23721 Space
23722 \family default
23723  within the box, will set the cursor outside, so that you have to use a
23724  protected space when you need a space in the box.
23725  Here an example where 
23726 \begin_inset Quotes eld
23727 \end_inset
23728
23729 N
23730 \begin_inset Quotes erd
23731 \end_inset
23732
23733  in 
23734 \family sans
23735 Blackboard
23736 \family default
23737  denotes the set of numbers:
23738 \begin_inset Formula \[
23739 f(x)=\sqrt{x}\:;\: x\in\mathbb{N}
23740 \]
23741
23742 \end_inset
23743
23744
23745 \end_layout
23746
23747 \begin_layout Standard
23748 The typefaces are nestable, which can cause confusion.
23749  You can e.
23750 \begin_inset space \thinspace{}
23751 \end_inset
23752
23753 g.
23754 \begin_inset space \space{}
23755 \end_inset
23756
23757 put a character in 
23758 \family sans
23759 Fraktur
23760 \family default
23761  in a box for 
23762 \family sans
23763 Typewriter
23764 \family default
23765
23766 \begin_inset Formula $\mathtt{abc\mathfrak{d}e}
23767 $
23768 \end_inset
23769
23770  
23771 \begin_inset Newline newline
23772 \end_inset
23773
23774 So it is better not to use this feature.
23775 \end_layout
23776
23777 \begin_layout Standard
23778 The typefaces have no effect on Greek letters: 
23779 \begin_inset Formula $\mathfrak{abc\delta e}
23780 $
23781 \end_inset
23782
23783
23784 \begin_inset Newline newline
23785 \end_inset
23786
23787 You can only print them emboldened using the command 
23788 \series bold
23789
23790 \backslash
23791 boldsymbol
23792 \series default
23793 , which works like the other typeface commands: 
23794 \begin_inset Formula $\alpha\beta\gamma\boldsymbol{\alpha\beta\gamma}
23795 $
23796 \end_inset
23797
23798
23799 \end_layout
23800
23801 \begin_layout Standard
23802
23803 \series bold
23804
23805 \backslash
23806 boldsymbol
23807 \series default
23808  works for all symbols, letters, and numbers.
23809 \end_layout
23810
23811 \begin_layout Standard
23812 A number of other font options are available as well, in the menu 
23813 \family sans
23814 Edit\SpecialChar \menuseparator
23815 Math\SpecialChar \menuseparator
23816 Text
23817 \begin_inset space ~
23818 \end_inset
23819
23820 Style
23821 \family default
23822 .
23823 \end_layout
23824
23825 \begin_layout Subsection
23826 Math Text
23827 \begin_inset Index idx
23828 status collapsed
23829
23830 \begin_layout Plain Layout
23831 Math ! Text
23832 \end_layout
23833
23834 \end_inset
23835
23836
23837 \end_layout
23838
23839 \begin_layout Standard
23840 Typefaces are useful for entering some characters in some given font, but
23841  not for text.
23842  For typing longer pieces of text use the math text, which is obtained using
23843  the entry 
23844 \family sans
23845 Normal
23846 \begin_inset space ~
23847 \end_inset
23848
23849 text
23850 \begin_inset space ~
23851 \end_inset
23852
23853 mode
23854 \family default
23855  of the 
23856 \family sans
23857 Math
23858 \begin_inset space ~
23859 \end_inset
23860
23861 Panel
23862 \family default
23863  button 
23864 \begin_inset Graphics
23865         filename ../images/math/font.png
23866
23867 \end_inset
23868
23869  (shortcut 
23870 \begin_inset Info
23871 type  "shortcut"
23872 arg   "font-default"
23873 \end_inset
23874
23875 ).
23876  Math text appears in LyX in black instead of blue.
23877  You can use spaces and accents in math text like in normal text.
23878  Here is an example:
23879 \begin_inset Formula \[
23880 f(x)=\begin{cases}
23881 x & \textrm{if I say so}\\
23882 -x & \textrm{unter Umständen}
23883 \end{cases}
23884 \]
23885
23886 \end_inset
23887
23888
23889 \end_layout
23890
23891 \begin_layout Subsection
23892 Font Sizes
23893 \begin_inset Index idx
23894 status collapsed
23895
23896 \begin_layout Plain Layout
23897 Math ! Font sizes
23898 \end_layout
23899
23900 \end_inset
23901
23902
23903 \end_layout
23904
23905 \begin_layout Standard
23906 There are four font styles (relative sizes) used in math-mode, which are
23907  automatically chosen in most situations.
23908  These are called 
23909 \family sans
23910 textstyle
23911 \family default
23912
23913 \family sans
23914 displaystyle
23915 \family default
23916
23917 \family sans
23918 scriptstyle
23919 \family default
23920 , and 
23921 \family sans
23922 scriptscriptstyle
23923 \family default
23924 .
23925  For most characters, 
23926 \family sans
23927 textstyle
23928 \family default
23929  and 
23930 \family sans
23931 displaystyle
23932 \family default
23933  are actually the same size, but fractions, superscripts and subscripts,
23934  and certain other structures, are set larger in 
23935 \family sans
23936 displaystyle
23937 \family default
23938 .
23939  Except for some operators, which resize themselves to accommodate various
23940  situations, all text will be set in the styles that LaTeX thinks are appropriat
23941 e.
23942  These choices can be overridden by using the math panel button 
23943 \begin_inset Graphics
23944         filename ../images/math/style.png
23945
23946 \end_inset
23947
23948 .
23949  A box for the size will be created in which you can insert the math structure.
23950  For example, you can set 
23951 \begin_inset Formula $\frac{1}{2}
23952 $
23953 \end_inset
23954
23955 , which is normally in 
23956 \family sans
23957 textstyle
23958 \family default
23959 , larger in 
23960 \family sans
23961 displaystyle
23962 \family default
23963
23964 \begin_inset Formula ${\displaystyle \frac{1}{2}}
23965 $
23966 \end_inset
23967
23968 .
23969  The four styles are used in the following example:
23970 \end_layout
23971
23972 \begin_layout Standard
23973 \begin_inset Formula $displaystyle
23974 $
23975 \end_inset
23976
23977
23978 \begin_inset Formula ${\textstyle textstyle}
23979 $
23980 \end_inset
23981
23982
23983 \begin_inset Formula ${\scriptstyle scriptstyle}
23984 $
23985 \end_inset
23986
23987
23988 \begin_inset Formula ${\scriptscriptstyle scriptscriptstyle}
23989 $
23990 \end_inset
23991
23992 .
23993 \end_layout
23994
23995 \begin_layout Standard
23996 All these math-mode font sizes are relative, that means, if the whole math
23997  inset is set in a particular size with the menu 
23998 \family sans
23999 Edit\SpecialChar \menuseparator
24000 Text
24001 \begin_inset space ~
24002 \end_inset
24003
24004 Style
24005 \family default
24006 , all sizes in the formula will be adjusted relative to this size.
24007  Similarly, if the base font size of the document is changed, all fonts
24008  will be adjusted to correspond.
24009  As an example here is a formula in the font size 
24010 \begin_inset Quotes eld
24011 \end_inset
24012
24013 largest
24014 \begin_inset Quotes erd
24015 \end_inset
24016
24017 :
24018 \end_layout
24019
24020 \begin_layout Standard
24021
24022 \family roman
24023 \size largest
24024 \begin_inset Formula $\mathrm{e}=\sum_{n=0}^{\infty}\frac{1}{n!}
24025 $
24026 \end_inset
24027
24028
24029 \end_layout
24030
24031 \begin_layout Section
24032 Theorem Modules
24033 \end_layout
24034
24035 \begin_layout Standard
24036 As of LyX 1.6, support for theorem-like environments has been moved out of
24037  the document classes and into layout modules.
24038 \begin_inset Index idx
24039 status collapsed
24040
24041 \begin_layout Plain Layout
24042 Layout Modules
24043 \end_layout
24044
24045 \end_inset
24046
24047  As a result, theorem-like environments can now easily be used with classes
24048  other than the AMS classes.
24049  See section 
24050 \begin_inset CommandInset ref
24051 LatexCommand ref
24052 reference "sub:Modules"
24053
24054 \end_inset
24055
24056  for more on layout modules.
24057 \end_layout
24058
24059 \begin_layout Section
24060 AMS-LaTeX
24061 \begin_inset Index idx
24062 status collapsed
24063
24064 \begin_layout Plain Layout
24065 AMS math
24066 \end_layout
24067
24068 \end_inset
24069
24070
24071 \begin_inset Index idx
24072 status collapsed
24073
24074 \begin_layout Plain Layout
24075 Math ! AMS
24076 \end_layout
24077
24078 \end_inset
24079
24080
24081 \end_layout
24082
24083 \begin_layout Standard
24084 LyX supports the packages provided by the American Mathematical Society
24085  (AMS) that are in common use.
24086 \end_layout
24087
24088 \begin_layout Subsection
24089 Enabling AMS-Support
24090 \end_layout
24091
24092 \begin_layout Standard
24093 Selecting the checkbox 
24094 \family sans
24095 Use
24096 \begin_inset space ~
24097 \end_inset
24098
24099 AMS
24100 \begin_inset space ~
24101 \end_inset
24102
24103 math
24104 \begin_inset space ~
24105 \end_inset
24106
24107 package
24108 \family default
24109  in the 
24110 \family sans
24111 Document\SpecialChar \menuseparator
24112 Settings
24113 \family default
24114
24115 \begin_inset Index idx
24116 status collapsed
24117
24118 \begin_layout Plain Layout
24119 Document ! Settings
24120 \end_layout
24121
24122 \end_inset
24123
24124  dialog under 
24125 \family sans
24126 Math
24127 \begin_inset space ~
24128 \end_inset
24129
24130 Options
24131 \family default
24132  will include the AMS-packages in the document, and make the facilities
24133  available.
24134  AMS is needed for many math-constructs, so when you get LaTeX-errors in
24135  formulas, assure that you have enabled AMS.
24136 \end_layout
24137
24138 \begin_layout Subsection
24139 AMS-Formula Types
24140 \begin_inset CommandInset label
24141 LatexCommand label
24142 name "sub:AMS-Formula-Types"
24143
24144 \end_inset
24145
24146
24147 \begin_inset Index idx
24148 status collapsed
24149
24150 \begin_layout Plain Layout
24151 Math ! Multi-line Equations
24152 \end_layout
24153
24154 \end_inset
24155
24156
24157 \end_layout
24158
24159 \begin_layout Standard
24160 AMS-LaTeX provides a selection of different formula types.
24161  LyX allows you to choose between 
24162 \family typewriter
24163 align
24164 \family default
24165
24166 \family typewriter
24167 alignat
24168 \family default
24169
24170 \family typewriter
24171 flalign
24172 \family default
24173
24174 \family typewriter
24175 gather
24176 \family default
24177 , and 
24178 \family typewriter
24179 multline
24180 \family default
24181 .
24182  We refer to the AMS-documentation for an explanation of these formula types.
24183 \end_layout
24184
24185 \begin_layout Chapter
24186 More Tools
24187 \end_layout
24188
24189 \begin_layout Section
24190 Cross-References
24191 \begin_inset Index idx
24192 status collapsed
24193
24194 \begin_layout Plain Layout
24195 Cross references
24196 \end_layout
24197
24198 \end_inset
24199
24200
24201 \begin_inset CommandInset label
24202 LatexCommand label
24203 name "sec:Cross-References"
24204
24205 \end_inset
24206
24207
24208 \end_layout
24209
24210 \begin_layout Standard
24211 One of LyX's strengths are cross-references.
24212  You can reference every section, float, footnote, formula, and list in
24213  the document.
24214  To reference a document part, you have to insert a label into it.
24215  The label is used as anchor and name for the reference.
24216  We want for example to refer to the second item of the following list:
24217 \end_layout
24218
24219 \begin_layout Enumerate
24220 First item
24221 \end_layout
24222
24223 \begin_layout Enumerate
24224 \begin_inset CommandInset label
24225 LatexCommand label
24226 name "enu:Second-item"
24227
24228 \end_inset
24229
24230 Second item
24231 \end_layout
24232
24233 \begin_layout Enumerate
24234 Third item
24235 \end_layout
24236
24237 \begin_layout Standard
24238 First we insert a label into the second item with the menu 
24239 \family sans
24240 Insert\SpecialChar \menuseparator
24241 Label
24242 \family default
24243  or by pressing the toolbar button 
24244 \begin_inset Graphics
24245         filename ../images/label-insert.png
24246         scale 85
24247
24248 \end_inset
24249
24250 .
24251  A grey label box like this: 
24252 \begin_inset Graphics
24253         filename clipart/labelQt4.png
24254         scale 85
24255
24256 \end_inset
24257
24258  is inserted and the label window pops up asking for the label text.
24259  LyX offers as text the first words of the item with a prefix, in our case
24260  the text 
24261 \begin_inset Quotes eld
24262 \end_inset
24263
24264
24265 \family sans
24266 enu: Second-item
24267 \family default
24268
24269 \begin_inset Quotes erd
24270 \end_inset
24271
24272 .
24273  The prefix 
24274 \begin_inset Quotes eld
24275 \end_inset
24276
24277
24278 \family sans
24279 enu:
24280 \family default
24281
24282 \begin_inset Quotes erd
24283 \end_inset
24284
24285  stands for 
24286 \begin_inset Quotes eld
24287 \end_inset
24288
24289 enumerate
24290 \begin_inset Quotes erd
24291 \end_inset
24292
24293 .
24294  The prefix depends on the document part where the label is inserted, e.
24295 \begin_inset space \thinspace{}
24296 \end_inset
24297
24298 g.
24299 \begin_inset space \space{}
24300 \end_inset
24301
24302 if you insert a label into a section heading, the prefix will be 
24303 \begin_inset Quotes eld
24304 \end_inset
24305
24306
24307 \family sans
24308 sec:
24309 \family default
24310
24311 \begin_inset Quotes erd
24312 \end_inset
24313
24314 .
24315 \end_layout
24316
24317 \begin_layout Standard
24318 To reference the item, we refer to its label using the menu 
24319 \family sans
24320 Insert\SpecialChar \menuseparator
24321 Cross-Reference
24322 \family default
24323  or the toolbar button 
24324 \begin_inset Graphics
24325         filename ../images/dialog-show-new-inset_ref.png
24326         scale 85
24327
24328 \end_inset
24329
24330 .
24331  A grey cross-reference box like this: 
24332 \begin_inset Graphics
24333         filename clipart/referenceQt4.png
24334         scale 85
24335
24336 \end_inset
24337
24338  is inserted and the cross-reference window appears showing all the labels
24339  in the document.
24340  We can now sort the labels alphabetically and then choose the entry 
24341 \begin_inset Quotes eld
24342 \end_inset
24343
24344
24345 \family sans
24346 enu:Second-item
24347 \family default
24348
24349 \begin_inset Quotes erd
24350 \end_inset
24351
24352 .
24353  At the position of the cross-reference box the item number will appear
24354  in the output.
24355 \end_layout
24356
24357 \begin_layout Standard
24358 Alternatively to 
24359 \family sans
24360 Insert\SpecialChar \menuseparator
24361 Cross-Reference
24362 \family default
24363 , you can right-click on a label and use in the appearing context menu 
24364 \family sans
24365 Copy as Reference
24366 \family default
24367 .
24368  The cross-reference to this label is now in the clipboard and can be copied
24369  to the actual cursor position via the menu 
24370 \family sans
24371 Edit\SpecialChar \menuseparator
24372 Paste
24373 \family default
24374  (shortcut Ctrl+V).
24375 \end_layout
24376
24377 \begin_layout Standard
24378 Here is our cross-reference: Item
24379 \begin_inset space ~
24380 \end_inset
24381
24382
24383 \begin_inset CommandInset ref
24384 LatexCommand ref
24385 reference "enu:Second-item"
24386
24387 \end_inset
24388
24389
24390 \end_layout
24391
24392 \begin_layout Standard
24393 It is recommended to use a protected space
24394 \begin_inset Foot
24395 status collapsed
24396
24397 \begin_layout Plain Layout
24398 described in section
24399 \begin_inset space ~
24400 \end_inset
24401
24402
24403 \begin_inset CommandInset ref
24404 LatexCommand ref
24405 reference "sub:Protected-Space"
24406
24407 \end_inset
24408
24409
24410 \end_layout
24411
24412 \end_inset
24413
24414  between the cross-reference name and its number to avoid ugly line breaks
24415  between them.
24416 \end_layout
24417
24418 \begin_layout Standard
24419 There are six varieties of cross-references:
24420 \end_layout
24421
24422 \begin_layout Description
24423 <reference>: prints the float number, this is the default: 
24424 \begin_inset CommandInset ref
24425 LatexCommand ref
24426 reference "cap:Two-distorted-images"
24427
24428 \end_inset
24429
24430
24431 \end_layout
24432
24433 \begin_layout Description
24434 (<reference>): prints the float number within two parentheses, this is the
24435  style normally used to reference formulas, especially when the reference
24436  name 
24437 \begin_inset Quotes eld
24438 \end_inset
24439
24440 Equation
24441 \begin_inset Quotes erd
24442 \end_inset
24443
24444  is omitted: 
24445 \begin_inset CommandInset ref
24446 LatexCommand eqref
24447 reference "eq:tanhExp"
24448
24449 \end_inset
24450
24451
24452 \end_layout
24453
24454 \begin_layout Description
24455 <page>: prints the page number: Page
24456 \begin_inset space ~
24457 \end_inset
24458
24459
24460 \begin_inset CommandInset ref
24461 LatexCommand pageref
24462 reference "cap:Two-distorted-images"
24463
24464 \end_inset
24465
24466
24467 \end_layout
24468
24469 \begin_layout Description
24470 on
24471 \begin_inset space ~
24472 \end_inset
24473
24474 page
24475 \begin_inset space ~
24476 \end_inset
24477
24478 <page>: prints the text "on page" and the page number: 
24479 \begin_inset CommandInset ref
24480 LatexCommand vpageref
24481 reference "cap:Two-distorted-images"
24482
24483 \end_inset
24484
24485
24486 \end_layout
24487
24488 \begin_layout Description
24489 <reference>
24490 \begin_inset space ~
24491 \end_inset
24492
24493 on
24494 \begin_inset space ~
24495 \end_inset
24496
24497 page
24498 \begin_inset space ~
24499 \end_inset
24500
24501 <page>: prints the float number, the text "on page", and the page number:
24502  
24503 \begin_inset CommandInset ref
24504 LatexCommand vref
24505 reference "cap:Two-distorted-images"
24506
24507 \end_inset
24508
24509
24510 \end_layout
24511
24512 \begin_layout Description
24513 Formatted
24514 \begin_inset space ~
24515 \end_inset
24516
24517 reference: prints a self defined cross-reference format.
24518 \begin_inset Newline newline
24519 \end_inset
24520
24521
24522 \begin_inset Note Greyedout
24523 status open
24524
24525 \begin_layout Plain Layout
24526
24527 \series bold
24528 Note:
24529 \series default
24530  This feature is only available when you have the LaTeX-package 
24531 \series bold
24532 prettyref
24533 \series default
24534
24535 \begin_inset Index idx
24536 status collapsed
24537
24538 \begin_layout Plain Layout
24539 LaTeX-packages ! prettyref
24540 \end_layout
24541
24542 \end_inset
24543
24544  installed.
24545 \end_layout
24546
24547 \end_inset
24548
24549
24550 \end_layout
24551
24552 \begin_layout Standard
24553 Note that the style <page> won't print the page number if the label is on
24554  the previous, the same, or the next page.
24555  You will e.
24556 \begin_inset space \thinspace{}
24557 \end_inset
24558
24559 g.
24560 \begin_inset space \space{}
24561 \end_inset
24562
24563 see the text 
24564 \begin_inset Quotes eld
24565 \end_inset
24566
24567
24568 \family sans
24569 on this page
24570 \family default
24571
24572 \begin_inset Quotes erd
24573 \end_inset
24574
24575  instead.
24576 \end_layout
24577
24578 \begin_layout Standard
24579 The number and current page of the referenced document part in the output,
24580  is automatically calculated by LaTeX.
24581  The varieties are adjusted in the field 
24582 \family sans
24583 Format
24584 \family default
24585  of the cross-reference window, that appear when you click on the cross-referenc
24586 e box.
24587 \end_layout
24588
24589 \begin_layout Standard
24590 You can only use the style 
24591 \family sans
24592 <reference>
24593 \family default
24594  to reference numbered document parts, while the reference style 
24595 \family sans
24596 <page>
24597 \family default
24598  is always possible.
24599 \end_layout
24600
24601 \begin_layout Standard
24602 If you want to reference a section, put the label in the section heading,
24603  to reference a float, put the label in the caption.
24604  For footnotes you can put the label somewhere in it.
24605  Referencing formulas is explained in section
24606 \begin_inset space ~
24607 \end_inset
24608
24609
24610 \begin_inset CommandInset ref
24611 LatexCommand ref
24612 reference "sec:Formula-Numbering-and"
24613
24614 \end_inset
24615
24616 .
24617 \end_layout
24618
24619 \begin_layout Standard
24620 The button 
24621 \family sans
24622 Go
24623 \begin_inset space ~
24624 \end_inset
24625
24626 to
24627 \begin_inset space ~
24628 \end_inset
24629
24630 Label
24631 \family default
24632  in the cross-reference window sets the the cursor before the referenced
24633  label.
24634  The button text changes then to 
24635 \family sans
24636 Go
24637 \begin_inset space ~
24638 \end_inset
24639
24640 Back
24641 \family default
24642  and you can use it to set the cursor back to the cross-reference.
24643  Right-clicking on a cross-reference box also sets the cursor before the
24644  referred label and you can go back with the toolbar button 
24645 \begin_inset Graphics
24646         filename ../images/bookmark-goto_0.png
24647         BoundingBox 0bp 5bp 20bp 25bp
24648         rotateOrigin center
24649
24650 \end_inset
24651
24652 .
24653 \end_layout
24654
24655 \begin_layout Standard
24656 You can change labels at any time by clicking on the label box.
24657  References to the changed label will automatically change its link to the
24658  new label text, so that you don't need to take care about this.
24659 \end_layout
24660
24661 \begin_layout Standard
24662 If a cross-reference refers to a non-existent label, you'll see two question
24663  marks in the output instead of the reference.
24664 \end_layout
24665
24666 \begin_layout Standard
24667 References are described in detail in the 
24668 \emph on
24669 Embedded Objects
24670 \emph default
24671  manual.
24672 \end_layout
24673
24674 \begin_layout Section
24675 Table of Contents and other Listings
24676 \begin_inset Index idx
24677 status collapsed
24678
24679 \begin_layout Plain Layout
24680 Table of contents
24681 \end_layout
24682
24683 \end_inset
24684
24685
24686 \begin_inset Index idx
24687 status collapsed
24688
24689 \begin_layout Plain Layout
24690 Outline
24691 \end_layout
24692
24693 \end_inset
24694
24695
24696 \begin_inset CommandInset label
24697 LatexCommand label
24698 name "sec:toc"
24699
24700 \end_inset
24701
24702
24703 \end_layout
24704
24705 \begin_layout Subsection
24706 Table of Contents
24707 \begin_inset CommandInset label
24708 LatexCommand label
24709 name "sub:Table-of-Contents"
24710
24711 \end_inset
24712
24713
24714 \end_layout
24715
24716 \begin_layout Standard
24717 The Table of Contents (TOC) is inserted with the menu 
24718 \family sans
24719 Insert\SpecialChar \menuseparator
24720 List/TOC\SpecialChar \menuseparator
24721 Table
24722 \begin_inset space ~
24723 \end_inset
24724
24725 of
24726 \begin_inset space ~
24727 \end_inset
24728
24729 Contents
24730 \family default
24731 .
24732  Is is displayed in LyX as a gray box.
24733  If you click on it, the 
24734 \family sans
24735 Outline
24736 \family default
24737  window appears, showing you the TOC entries as outline to move and rearrange
24738  sections in your documents.
24739  So this operation is an alternative to the menu 
24740 \family sans
24741 Document\SpecialChar \menuseparator
24742 Outline
24743 \family default
24744  that is described in sec.
24745 \begin_inset space \thinspace{}
24746 \end_inset
24747
24748
24749 \begin_inset CommandInset ref
24750 LatexCommand ref
24751 reference "sec:Navigating"
24752
24753 \end_inset
24754
24755 .
24756 \end_layout
24757
24758 \begin_layout Standard
24759 The TOC in the document output lists every numbered section automatically.
24760  If you have declared a short title for a section heading, as described
24761  in section
24762 \begin_inset space ~
24763 \end_inset
24764
24765
24766 \begin_inset CommandInset ref
24767 LatexCommand ref
24768 reference "sec:Short-Titles"
24769
24770 \end_inset
24771
24772 , it will be used in the TOC instead of the section heading.
24773  Section
24774 \begin_inset space ~
24775 \end_inset
24776
24777
24778 \begin_inset CommandInset ref
24779 LatexCommand ref
24780 reference "sub:Numbering-depth"
24781
24782 \end_inset
24783
24784  describes how the level is adjusted that defines which section types are
24785  listed in the TOC.
24786  Unnumbered sections are not listed in the TOC.
24787 \end_layout
24788
24789 \begin_layout Subsection
24790 List of Figures, Tables, and Algorithms
24791 \begin_inset CommandInset label
24792 LatexCommand label
24793 name "sub:List-of-Figures"
24794
24795 \end_inset
24796
24797
24798 \end_layout
24799
24800 \begin_layout Standard
24801 Table, figure, and algorithm lists are very much like the table of contents.
24802  You can insert them via the 
24803 \family sans
24804 Insert\SpecialChar \menuseparator
24805 List
24806 \begin_inset space ~
24807 \end_inset
24808
24809 /
24810 \begin_inset space ~
24811 \end_inset
24812
24813 TOC
24814 \family default
24815  submenus.
24816  The list entries are the float captions and the float number.
24817 \end_layout
24818
24819 \begin_layout Section
24820 URLs and Hyperlinks
24821 \begin_inset Index idx
24822 status collapsed
24823
24824 \begin_layout Plain Layout
24825 URLs
24826 \end_layout
24827
24828 \end_inset
24829
24830
24831 \begin_inset Index idx
24832 status collapsed
24833
24834 \begin_layout Plain Layout
24835 Hyperlinks
24836 \end_layout
24837
24838 \end_inset
24839
24840
24841 \end_layout
24842
24843 \begin_layout Subsection
24844 URLs
24845 \begin_inset CommandInset label
24846 LatexCommand label
24847 name "sub:URLs"
24848
24849 \end_inset
24850
24851
24852 \end_layout
24853
24854 \begin_layout Standard
24855 Links to web pages or email addresses can be inserted via the menu 
24856 \family sans
24857 Insert\SpecialChar \menuseparator
24858 URL
24859 \family default
24860 .
24861 \end_layout
24862
24863 \begin_layout Standard
24864 Here is an example URL: LyX's homepage: 
24865 \begin_inset Flex URL
24866 status open
24867
24868 \begin_layout Plain Layout
24869
24870 http://www.lyx.org
24871 \end_layout
24872
24873 \end_inset
24874
24875
24876 \end_layout
24877
24878 \begin_layout Standard
24879 You cannot change the style of the link text, the URL text will always be
24880  in the style 
24881 \family typewriter
24882 Typewriter
24883 \family default
24884 .
24885  To be able to format the URL text, use hyperlinks as explained in the next
24886  subsection.
24887 \end_layout
24888
24889 \begin_layout Standard
24890 \begin_inset Note Greyedout
24891 status open
24892
24893 \begin_layout Plain Layout
24894
24895 \series bold
24896 Note:
24897 \series default
24898  URLs must not end with a backslash, otherwise you get LaTeX errors.
24899 \end_layout
24900
24901 \end_inset
24902
24903
24904 \end_layout
24905
24906 \begin_layout Subsection
24907 Hyperlinks
24908 \begin_inset CommandInset label
24909 LatexCommand label
24910 name "sub:Hyperlinks"
24911
24912 \end_inset
24913
24914
24915 \end_layout
24916
24917 \begin_layout Standard
24918 Hyperlinks can be inserted with the menu 
24919 \family sans
24920 Insert\SpecialChar \menuseparator
24921 Hyperlink
24922 \family default
24923  or with the toolbar button 
24924 \begin_inset Graphics
24925         filename ../images/href-insert.png
24926         BoundingBox 0bp 5bp 20bp 20bp
24927
24928 \end_inset
24929
24930 .
24931  The appearing dialog has two fields: 
24932 \family sans
24933 Target
24934 \family default
24935  and 
24936 \family sans
24937 Name
24938 \family default
24939 .
24940  The name is the printed text for the hyperlink.
24941  The hyperlink type can be a weblink like this: 
24942 \begin_inset CommandInset href
24943 LatexCommand href
24944 name "LyX's homepage"
24945 target "http://www.lyx.org"
24946
24947 \end_inset
24948
24949 , an Email address like this: 
24950 \begin_inset CommandInset href
24951 LatexCommand href
24952 name "lyx-docs mailing list"
24953 target "lyx-docs@lists.lyx.org?subject=LyX's documentation"
24954 type "mailto:"
24955
24956 \end_inset
24957
24958 , or a link to a file.
24959 \end_layout
24960
24961 \begin_layout Standard
24962 You can start applications via a hyperlink when you insert a weblink, but
24963  add the prefix 
24964 \begin_inset Quotes eld
24965 \end_inset
24966
24967
24968 \family sans
24969 run:
24970 \family default
24971
24972 \begin_inset Quotes erd
24973 \end_inset
24974
24975  to the link target.
24976 \end_layout
24977
24978 \begin_layout Standard
24979 Hyperlinks will automatically be hyphenated if necessary in the PDF output,
24980  and become clickable in the DVI and PDF-output.
24981  To set the format of the link text, highlight the hyperlink inset and use
24982  the text style dialog.
24983  This is for example a hyperlink with bold sans serif text: 
24984 \family sans
24985 \series bold
24986
24987 \begin_inset CommandInset href
24988 LatexCommand href
24989 name "LyX's homepage"
24990 target "http://www.lyx.org"
24991
24992 \end_inset
24993
24994
24995 \end_layout
24996
24997 \begin_layout Standard
24998 The link text color can be changed, when the option 
24999 \family sans
25000 Color links
25001 \family default
25002  is set in the PDF Properties dialog (menu 
25003 \family sans
25004 Document\SpecialChar \menuseparator
25005 Settings\SpecialChar \menuseparator
25006 PDF Properties
25007 \family default
25008 ).
25009  The link text is for example set in this document to blue by adding the
25010  option
25011 \begin_inset Newline newline
25012 \end_inset
25013
25014
25015 \series bold
25016 urlcolor=blue
25017 \series default
25018
25019 \begin_inset Newline newline
25020 \end_inset
25021
25022 to the field 
25023 \family sans
25024 Additional options
25025 \family default
25026  in the PDF Properties dialog.
25027 \end_layout
25028
25029 \begin_layout Section
25030 Appendices
25031 \begin_inset Index idx
25032 status collapsed
25033
25034 \begin_layout Plain Layout
25035 Appendix
25036 \end_layout
25037
25038 \end_inset
25039
25040
25041 \begin_inset CommandInset label
25042 LatexCommand label
25043 name "sec:Appendices"
25044
25045 \end_inset
25046
25047
25048 \end_layout
25049
25050 \begin_layout Standard
25051 Appendices are created with the menu 
25052 \family sans
25053 Document\SpecialChar \menuseparator
25054 Start
25055 \begin_inset space ~
25056 \end_inset
25057
25058 Appendix
25059 \begin_inset space ~
25060 \end_inset
25061
25062 Here
25063 \family default
25064 .
25065  This menu sets the document from the current cursor position to the end
25066  as the appendix region.
25067  The region is marked with a red borderline.
25068 \end_layout
25069
25070 \begin_layout Standard
25071 Every chapter (or section) within the appendix region is treated as an appendix,
25072  numbered with a capital Latin letter.
25073  The appendix subsections are numbered with this letter followed by a dot
25074  and the subsection number.
25075  All appendix sections can be referenced as if they were normal sections,
25076  here two examples:
25077 \end_layout
25078
25079 \begin_layout Standard
25080 Appendix
25081 \begin_inset space ~
25082 \end_inset
25083
25084
25085 \begin_inset CommandInset ref
25086 LatexCommand ref
25087 reference "cha:Credits"
25088
25089 \end_inset
25090
25091 ; Appendix
25092 \begin_inset space ~
25093 \end_inset
25094
25095
25096 \begin_inset CommandInset ref
25097 LatexCommand ref
25098 reference "sub:Export"
25099
25100 \end_inset
25101
25102
25103 \end_layout
25104
25105 \begin_layout Section
25106 Bibliography
25107 \begin_inset Index idx
25108 status collapsed
25109
25110 \begin_layout Plain Layout
25111 Bibliography
25112 \end_layout
25113
25114 \end_inset
25115
25116
25117 \begin_inset CommandInset label
25118 LatexCommand label
25119 name "sec:Bibliography"
25120
25121 \end_inset
25122
25123
25124 \end_layout
25125
25126 \begin_layout Standard
25127 There are two ways of generating the bibliography in a LyX-document.
25128  You can include a bibliography database,
25129 \begin_inset Foot
25130 status collapsed
25131
25132 \begin_layout Plain Layout
25133 Known under the name 
25134 \begin_inset Quotes eld
25135 \end_inset
25136
25137 BibTeX-database
25138 \begin_inset Quotes erd
25139 \end_inset
25140
25141 .
25142 \end_layout
25143
25144 \end_inset
25145
25146  which is explained in the next subsection, or you can insert the bibliography
25147  manually, using the paragraph environment 
25148 \family sans
25149 Bibliography
25150 \family default
25151 , which was described in section
25152 \begin_inset space ~
25153 \end_inset
25154
25155
25156 \begin_inset CommandInset ref
25157 LatexCommand ref
25158 reference "sub:Biblio_environment"
25159
25160 \end_inset
25161
25162 .
25163  If you want anything other than numerical citations that are used in this
25164  document, like author-year cituations, then you must
25165 \emph on
25166  
25167 \emph default
25168 use a bibliography database.
25169 \end_layout
25170
25171 \begin_layout Subsection
25172 The Bibliography Environment
25173 \end_layout
25174
25175 \begin_layout Standard
25176 Within the 
25177 \family sans
25178 Bibliography
25179 \family default
25180  environment, every paragraph begins with a gray bibliography box labeled
25181  with a number.
25182  If you click on it, you will get a dialog in which you can set a 
25183 \family sans
25184 Key
25185 \family default
25186  and a 
25187 \family sans
25188 Label
25189 \family default
25190 .
25191  The key is the symbolic name by which you will refer to this bibliography
25192  entry.
25193  For example, our second entry in the bibliography is a book about LaTeX
25194  and we used 
25195 \begin_inset Quotes eld
25196 \end_inset
25197
25198 latexcompanion
25199 \begin_inset Quotes erd
25200 \end_inset
25201
25202 , a short form of its title, as key.
25203 \end_layout
25204
25205 \begin_layout Standard
25206 You can refer to the key of a bibliography entry using the menu 
25207 \family sans
25208 Insert\SpecialChar \menuseparator
25209 Citation
25210 \family default
25211  or the toolbar button 
25212 \begin_inset Graphics
25213         filename ../images/dialog-show-new-inset_citation.png
25214         BoundingBox 0bp 5bp 20bp 20bp
25215
25216 \end_inset
25217
25218 .
25219  A citation reference box is inserted and a citation window will appear
25220  in which you can select one or more keys in the available key list.
25221  The citation reference box will be labeled with the referenced key.
25222  When you click on the box, the citation window appears and you can change
25223  the reference.
25224 \end_layout
25225
25226 \begin_layout Standard
25227 Citation references appear in the output as the number of the bibliography
25228  entry with surrounding brackets.
25229  If you set a 
25230 \family sans
25231 Label
25232 \family default
25233  for the entry, the label will appear instead of the number.
25234  Here are two examples; the first without a label, the second with the label
25235  
25236 \begin_inset Quotes eld
25237 \end_inset
25238
25239 Credits
25240 \begin_inset Quotes erd
25241 \end_inset
25242
25243 :
25244 \end_layout
25245
25246 \begin_layout Standard
25247 Have a look at the 
25248 \family sans
25249 LaTeX Companion Second Edition
25250 \family default
25251
25252 \begin_inset CommandInset citation
25253 LatexCommand cite
25254 key "latexcompanion"
25255
25256 \end_inset
25257
25258
25259 \end_layout
25260
25261 \begin_layout Standard
25262 The LyX-Team members are listed in the Credits: 
25263 \begin_inset CommandInset citation
25264 LatexCommand cite
25265 key "lyxcredit"
25266
25267 \end_inset
25268
25269
25270 \end_layout
25271
25272 \begin_layout Subsection
25273 Bibliography databases (BibTeX)
25274 \begin_inset Index idx
25275 status collapsed
25276
25277 \begin_layout Plain Layout
25278 Bibliography ! Databases
25279 \end_layout
25280
25281 \end_inset
25282
25283
25284 \begin_inset Index idx
25285 status collapsed
25286
25287 \begin_layout Plain Layout
25288 Bibliography ! BibTeX
25289 \end_layout
25290
25291 \end_inset
25292
25293
25294 \begin_inset CommandInset label
25295 LatexCommand label
25296 name "sub:Bibliography-databases"
25297
25298 \end_inset
25299
25300
25301 \end_layout
25302
25303 \begin_layout Standard
25304 Bibliography databases are useful if you use the same bibliography in different
25305  documents.
25306 \begin_inset Foot
25307 status collapsed
25308
25309 \begin_layout Plain Layout
25310 They are also useful simply for keeping a database of articles and notes
25311  concerning them.
25312  Most of the database programs mentioned below allow you to store annotations
25313  and reviews along with bibliographical information.
25314 \end_layout
25315
25316 \end_inset
25317
25318  It also makes it very easy to have a uniform layout for all bibliography
25319  entries.
25320  You can collect the bibliography of all relevant books and articles of
25321  your working field in a database.
25322  This database can be used for different documents, and only the entries
25323  cited in a particular document will appear in the bibliography list for
25324  that document.
25325  This relieves you of the need to keep track of which articles and books
25326  you have cited.
25327 \end_layout
25328
25329 \begin_layout Standard
25330 The database is a text file with the file extension 
25331 \begin_inset Quotes eld
25332 \end_inset
25333
25334
25335 \family sans
25336 .bib
25337 \family default
25338
25339 \begin_inset Quotes erd
25340 \end_inset
25341
25342 , containing the bibliography in a special format.
25343  The format is explained in 
25344 \begin_inset CommandInset citation
25345 LatexCommand cite
25346 key "BibTeX-2"
25347
25348 \end_inset
25349
25350  and in LaTeX books (
25351 \begin_inset CommandInset citation
25352 LatexCommand cite
25353 key "Mittelbach,Kopka,Lamport"
25354
25355 \end_inset
25356
25357 ).
25358  The file can be created using any text editor, but normally one uses a
25359  special program to create and edit the entries in the database.
25360  A list of such programs is maintained on the LyX Wiki at 
25361 \begin_inset Flex URL
25362 status collapsed
25363
25364 \begin_layout Plain Layout
25365
25366 http://wiki.lyx.org/BibTeX/Programs
25367 \end_layout
25368
25369 \end_inset
25370
25371 .
25372 \end_layout
25373
25374 \begin_layout Standard
25375 To use a database, use the menu 
25376 \family sans
25377 Insert\SpecialChar \menuseparator
25378 List
25379 \family default
25380 /
25381 \family sans
25382 TOC\SpecialChar \menuseparator
25383 BibT
25384 \begin_inset ERT
25385 status collapsed
25386
25387 \begin_layout Plain Layout
25388
25389 {}
25390 \end_layout
25391
25392 \end_inset
25393
25394 eX
25395 \begin_inset space ~
25396 \end_inset
25397
25398 Bibliography
25399 \family default
25400 .
25401  A grey box will be inserted and a window appears.
25402  In this window you can load one or more databases and a style file.
25403  The option 
25404 \family sans
25405 Add bibliography to TOC
25406 \family default
25407  adds a table of contents entry for the bibliography.
25408  In the 
25409 \family sans
25410 Content
25411 \family default
25412  drop box you can select what part of the database should be output.
25413 \end_layout
25414
25415 \begin_layout Standard
25416 The style file is a text file with the file extension 
25417 \begin_inset Quotes eld
25418 \end_inset
25419
25420
25421 \family sans
25422 .bst
25423 \family default
25424
25425 \begin_inset Quotes erd
25426 \end_inset
25427
25428  that controls how the bibliography entries will appear.
25429  Your LaTeX distribution should provide several of these, and many publishers
25430  provide their own style files, so that you don't have to take care of the
25431  layout.
25432  It is of course possible to write your own style file, but this is something
25433  for experts.
25434 \begin_inset Foot
25435 status collapsed
25436
25437 \begin_layout Plain Layout
25438 For information how this is done, have a look at
25439 \begin_inset Newline newline
25440 \end_inset
25441
25442
25443 \begin_inset CommandInset href
25444 LatexCommand href
25445 target "http://www.ctan.org/get/biblio/bibtex/contrib/doc/btxhak.pdf"
25446
25447 \end_inset
25448
25449 .
25450 \end_layout
25451
25452 \end_inset
25453
25454
25455 \end_layout
25456
25457 \begin_layout Standard
25458 Inserting a citation reference works as described in the previous section.
25459 \end_layout
25460
25461 \begin_layout Standard
25462 To generate the bibliography from a database, LyX uses the program BibTeX.
25463  This program can be controlled with options that you can add in LyX's preferenc
25464 es dialog under 
25465 \family sans
25466 Outputs\SpecialChar \menuseparator
25467 LaT
25468 \begin_inset ERT
25469 status collapsed
25470
25471 \begin_layout Plain Layout
25472
25473 {}
25474 \end_layout
25475
25476 \end_inset
25477
25478 eX
25479 \family default
25480  in the 
25481 \family sans
25482 BibT
25483 \begin_inset ERT
25484 status collapsed
25485
25486 \begin_layout Plain Layout
25487
25488 {}
25489 \end_layout
25490
25491 \end_inset
25492
25493 eX
25494 \begin_inset space ~
25495 \end_inset
25496
25497 command
25498 \family default
25499  field.
25500  Before adding options, it is strongly recommended to read the manual of
25501  
25502 \family sans
25503 BibTeX
25504 \family default
25505  
25506 \begin_inset CommandInset citation
25507 LatexCommand cite
25508 key "BibTeX"
25509
25510 \end_inset
25511
25512 .
25513 \end_layout
25514
25515 \begin_layout Standard
25516 When you select the option 
25517 \family sans
25518 Sectioned bibliography
25519 \family default
25520  in the 
25521 \family sans
25522 Document\SpecialChar \menuseparator
25523 Settings
25524 \family default
25525  dialog, it is possible to have multiple and sectioned bibliographies.
25526  This and other options are explained in detail in section 
25527 \emph on
25528 Customizing Bibliographies
25529 \emph default
25530  
25531 \emph on
25532 with BibTeX
25533 \emph default
25534  of the 
25535 \emph on
25536 Additional Features
25537 \emph default
25538  manual.
25539 \end_layout
25540
25541 \begin_layout Standard
25542 We use two bibliographies in this document to show the difference between
25543  the two methods of creating them.
25544  As you can see, the bibliography that is created from a database lists
25545  only the database entries that are referenced in the document.
25546  We used the style file 
25547 \family sans
25548 alphadin.bst
25549 \family default
25550  to get the complicated German reference key scheme in the bibliography.
25551 \end_layout
25552
25553 \begin_layout Subsection
25554 Bibliography layout
25555 \begin_inset Index idx
25556 status collapsed
25557
25558 \begin_layout Plain Layout
25559 Bibliography ! Layout
25560 \end_layout
25561
25562 \end_inset
25563
25564
25565 \end_layout
25566
25567 \begin_layout Standard
25568 In the citation reference dialog you can set a special citation format.
25569  For this feature you need to enable the option 
25570 \family sans
25571 Natbib
25572 \family default
25573  in the 
25574 \family sans
25575 Document\SpecialChar \menuseparator
25576 Settings
25577 \family default
25578
25579 \begin_inset Index idx
25580 status collapsed
25581
25582 \begin_layout Plain Layout
25583 Document ! Settings
25584 \end_layout
25585
25586 \end_inset
25587
25588  dialog under 
25589 \family sans
25590 Bibliography
25591 \family default
25592 .
25593  Setting a citation style for a reference will overwrite the default.
25594  For the global citation format use the BibTeX style files as explained
25595  in the previous section.
25596 \end_layout
25597
25598 \begin_layout Standard
25599 You can also set text, that should appear before or after a citation reference,
25600  in the citation reference window.
25601  Here an example where we set the text 
25602 \begin_inset Quotes eld
25603 \end_inset
25604
25605 Chapter
25606 \begin_inset space ~
25607 \end_inset
25608
25609 3
25610 \begin_inset Quotes erd
25611 \end_inset
25612
25613  to appear after the reference:
25614 \end_layout
25615
25616 \begin_layout Standard
25617 Have a look at 
25618 \begin_inset CommandInset citation
25619 LatexCommand cite
25620 after "Chapter 3"
25621 key "latexcompanion"
25622
25623 \end_inset
25624
25625 .
25626 \end_layout
25627
25628 \begin_layout Section
25629 Index
25630 \begin_inset Index idx
25631 status collapsed
25632
25633 \begin_layout Plain Layout
25634 Index generation
25635 \end_layout
25636
25637 \end_inset
25638
25639
25640 \begin_inset CommandInset label
25641 LatexCommand label
25642 name "sec:Index"
25643
25644 \end_inset
25645
25646
25647 \end_layout
25648
25649 \begin_layout Standard
25650 An index entry is created if you use the menu 
25651 \family sans
25652 Insert\SpecialChar \menuseparator
25653 Index
25654 \begin_inset space ~
25655 \end_inset
25656
25657 Entry
25658 \family default
25659  or the toolbar button 
25660 \begin_inset Graphics
25661         filename ../images/index-insert.png
25662         BoundingBox 0bp 5bp 20bp 20bp
25663
25664 \end_inset
25665
25666 .
25667  A gray box labeled 
25668 \begin_inset Quotes eld
25669 \end_inset
25670
25671
25672 \family sans
25673 Idx
25674 \family default
25675
25676 \begin_inset Quotes erd
25677 \end_inset
25678
25679  is inserted containing the text that appears in the index.
25680  The word where the cursor is in or the currently highlighted text is proposed
25681  by LyX as the index entry.
25682 \end_layout
25683
25684 \begin_layout Standard
25685 We give a short overview of the index commands in the next subsections.
25686  For a detailed description of LaTeX's index mechanism, have a look at one
25687  of the LaTeX books 
25688 \begin_inset CommandInset citation
25689 LatexCommand cite
25690 key "latexcompanion,latexguide,latexbook"
25691
25692 \end_inset
25693
25694 .
25695 \end_layout
25696
25697 \begin_layout Standard
25698 You can change index entries by clicking on the index box.
25699 \end_layout
25700
25701 \begin_layout Standard
25702 The index list is inserted in the document with the menu 
25703 \family sans
25704 Insert\SpecialChar \menuseparator
25705 List
25706 \begin_inset space ~
25707 \end_inset
25708
25709 /
25710 \begin_inset space ~
25711 \end_inset
25712
25713 TOC\SpecialChar \menuseparator
25714 Index
25715 \begin_inset space ~
25716 \end_inset
25717
25718 List
25719 \family default
25720 .
25721  A light blue box labeled 
25722 \begin_inset Quotes eld
25723 \end_inset
25724
25725
25726 \family sans
25727 Index
25728 \family default
25729
25730 \begin_inset Quotes erd
25731 \end_inset
25732
25733  will show the place where the index is printed in the output.
25734  The index list box is not clickable like other LyX-boxes.
25735 \end_layout
25736
25737 \begin_layout Subsection
25738 Grouping Index Entries
25739 \begin_inset Index idx
25740 status collapsed
25741
25742 \begin_layout Plain Layout
25743 Index ! Grouping
25744 \end_layout
25745
25746 \end_inset
25747
25748
25749 \end_layout
25750
25751 \begin_layout Standard
25752 Index entries are often grouped to offer the reader a fast search in the
25753  index.
25754  We want to group for example the index entries for itemized and enumerated
25755  lists under the entry 
25756 \begin_inset Quotes eld
25757 \end_inset
25758
25759 Lists
25760 \begin_inset Quotes erd
25761 \end_inset
25762
25763 .
25764  First we create the entry 
25765 \begin_inset Quotes eld
25766 \end_inset
25767
25768 Lists
25769 \begin_inset Quotes erd
25770 \end_inset
25771
25772  in section
25773 \begin_inset space ~
25774 \end_inset
25775
25776
25777 \begin_inset CommandInset ref
25778 LatexCommand ref
25779 reference "sub:Lists"
25780
25781 \end_inset
25782
25783 .
25784  In the text field for the itemized list index entry in section
25785 \begin_inset space ~
25786 \end_inset
25787
25788
25789 \begin_inset CommandInset ref
25790 LatexCommand ref
25791 reference "sec:Itemize"
25792
25793 \end_inset
25794
25795 , we insert the command
25796 \end_layout
25797
25798 \begin_layout Standard
25799
25800 \series bold
25801 Lists ! Itemize
25802 \end_layout
25803
25804 \begin_layout Standard
25805 and the command
25806 \end_layout
25807
25808 \begin_layout Standard
25809
25810 \series bold
25811 Lists ! Enumerate
25812 \end_layout
25813
25814 \begin_layout Standard
25815 for the enumerated list in section
25816 \begin_inset space ~
25817 \end_inset
25818
25819
25820 \begin_inset CommandInset ref
25821 LatexCommand ref
25822 reference "sec:Enumerate"
25823
25824 \end_inset
25825
25826 .
25827 \end_layout
25828
25829 \begin_layout Standard
25830 The exclamation mark 
25831 \begin_inset Quotes eld
25832 \end_inset
25833
25834 !
25835 \begin_inset Quotes erd
25836 \end_inset
25837
25838  marks the grouping levels.
25839  You can have three levels; every index level is indented a bit more.
25840  An index entry for the higher levels is not required.
25841  If we don't have an index entry for 
25842 \begin_inset Quotes eld
25843 \end_inset
25844
25845 Lists
25846 \begin_inset Quotes erd
25847 \end_inset
25848
25849 , it will be printed anyway, but without a page number.
25850 \end_layout
25851
25852 \begin_layout Subsection
25853 Page Ranges
25854 \begin_inset Index idx
25855 status collapsed
25856
25857 \begin_layout Plain Layout
25858 Index ! Page ranges
25859 \end_layout
25860
25861 \end_inset
25862
25863
25864 \end_layout
25865
25866 \begin_layout Standard
25867 Normally an index entry will appear with the page number of the indexed
25868  section.
25869  But sometimes you want to index more pages under the same entry.
25870  E.g if we want to index the paragraph environments, we create an index entry
25871  in section
25872 \begin_inset space ~
25873 \end_inset
25874
25875
25876 \begin_inset CommandInset ref
25877 LatexCommand ref
25878 reference "sec:Paragraph-Environments"
25879
25880 \end_inset
25881
25882  with the command
25883 \end_layout
25884
25885 \begin_layout Standard
25886
25887 \series bold
25888 Paragraph environments|(
25889 \end_layout
25890
25891 \begin_layout Standard
25892 and another entry at the end of section
25893 \begin_inset space ~
25894 \end_inset
25895
25896
25897 \begin_inset CommandInset ref
25898 LatexCommand ref
25899 reference "sub:LyX-Code"
25900
25901 \end_inset
25902
25903  with the command
25904 \end_layout
25905
25906 \begin_layout Standard
25907
25908 \series bold
25909 Paragraph environments|)
25910 \end_layout
25911
25912 \begin_layout Standard
25913 The commands 
25914 \begin_inset Quotes eld
25915 \end_inset
25916
25917
25918 \series bold
25919 |(
25920 \series default
25921
25922 \begin_inset Quotes erd
25923 \end_inset
25924
25925  and 
25926 \begin_inset Quotes eld
25927 \end_inset
25928
25929
25930 \series bold
25931 |)
25932 \series default
25933
25934 \begin_inset Quotes erd
25935 \end_inset
25936
25937  respectively start and end the index range.
25938  You can also add the same index entry at different places in the document.
25939  They appear in the output under one entry with a comma separated list of
25940  the pages of the indexed document parts.
25941  An example is the index entry 
25942 \begin_inset Quotes eld
25943 \end_inset
25944
25945 Document ! Settings
25946 \begin_inset Quotes erd
25947 \end_inset
25948
25949 .
25950 \end_layout
25951
25952 \begin_layout Subsection
25953 Cross referencing
25954 \begin_inset Index idx
25955 status collapsed
25956
25957 \begin_layout Plain Layout
25958 Index ! Cross referencing
25959 \end_layout
25960
25961 \end_inset
25962
25963
25964 \end_layout
25965
25966 \begin_layout Standard
25967 It is also possible to refer to another index entry.
25968  We referred for example in the index entry 
25969 \begin_inset Quotes eld
25970 \end_inset
25971
25972 GIF
25973 \begin_inset Quotes erd
25974 \end_inset
25975
25976  (in section
25977 \begin_inset space ~
25978 \end_inset
25979
25980
25981 \begin_inset CommandInset ref
25982 LatexCommand ref
25983 reference "sub:Image-Formats"
25984
25985 \end_inset
25986
25987 ) to the index entry 
25988 \begin_inset Quotes eld
25989 \end_inset
25990
25991 Image formats
25992 \begin_inset Quotes erd
25993 \end_inset
25994
25995  in the same section using the entry
25996 \end_layout
25997
25998 \begin_layout Standard
25999
26000 \series bold
26001 GIF|see{Image formats}
26002 \end_layout
26003
26004 \begin_layout Standard
26005 where the braces have to be inserted as TeX Code.
26006  The text within the braces is the referenced entry.
26007  The reference will appear in the output without a page number.
26008 \end_layout
26009
26010 \begin_layout Subsection
26011 Index Entry Order
26012 \begin_inset Index idx
26013 status collapsed
26014
26015 \begin_layout Plain Layout
26016 Index ! Entry order
26017 \end_layout
26018
26019 \end_inset
26020
26021
26022 \end_layout
26023
26024 \begin_layout Standard
26025 You can use accented characters in the index entry, but the entries might
26026  then not follow the rules for the index order.
26027  The index entries are sorted alphabetically, but LaTeX
26028 \begin_inset Foot
26029 status collapsed
26030
26031 \begin_layout Plain Layout
26032 The index generating is done in the background by an extra program, see
26033  section
26034 \begin_inset space ~
26035 \end_inset
26036
26037
26038 \begin_inset CommandInset ref
26039 LatexCommand ref
26040 reference "sub:Index-Program"
26041
26042 \end_inset
26043
26044 .
26045 \end_layout
26046
26047 \end_inset
26048
26049  doesn't know how to sort accents in different languages.
26050  We have created as an example the three dummy index entries 
26051 \begin_inset Quotes eld
26052 \end_inset
26053
26054 maison
26055 \begin_inset Quotes erd
26056 \end_inset
26057
26058
26059 \begin_inset Quotes eld
26060 \end_inset
26061
26062 maïs
26063 \begin_inset Quotes erd
26064 \end_inset
26065
26066 , and 
26067 \begin_inset Quotes eld
26068 \end_inset
26069
26070 maître
26071 \begin_inset Quotes erd
26072 \end_inset
26073
26074 .
26075 \begin_inset Index idx
26076 status open
26077
26078 \begin_layout Plain Layout
26079 Dummy entries ! maïs
26080 \end_layout
26081
26082 \end_inset
26083
26084
26085 \begin_inset Index idx
26086 status open
26087
26088 \begin_layout Plain Layout
26089 Dummy entries ! maître
26090 \end_layout
26091
26092 \end_inset
26093
26094
26095 \begin_inset Index idx
26096 status open
26097
26098 \begin_layout Plain Layout
26099 Dummy entries ! maïs@maison
26100 \end_layout
26101
26102 \end_inset
26103
26104  They will be sorted in the order maïs, maître, maison, but we want the
26105  order maïs, maison, maître.
26106  To achieve this, we use the command
26107 \end_layout
26108
26109 \begin_layout Standard
26110
26111 \series bold
26112 previous entry@current entry
26113 \end_layout
26114
26115 \begin_layout Standard
26116 In our case we want to have 
26117 \begin_inset Quotes eld
26118 \end_inset
26119
26120 maison
26121 \begin_inset Quotes erd
26122 \end_inset
26123
26124  after 
26125 \begin_inset Quotes eld
26126 \end_inset
26127
26128 maïs
26129 \begin_inset Quotes erd
26130 \end_inset
26131
26132  and write therefore for the index entry of maison:
26133 \end_layout
26134
26135 \begin_layout Standard
26136
26137 \series bold
26138 maïs@maison
26139 \end_layout
26140
26141 \begin_layout Standard
26142 The previous entry needn't to be a real existing entry, you can also use
26143  another word to tell LaTeX the entry order, see the next subsection for
26144  an example.
26145 \end_layout
26146
26147 \begin_layout Standard
26148 \begin_inset VSpace bigskip
26149 \end_inset
26150
26151
26152 \end_layout
26153
26154 \begin_layout Standard
26155 In some cases the index entry order is not correct when you are using the
26156  program 
26157 \family sans
26158 makeindex 
26159 \family default
26160 to generate the index (see sec.
26161 \begin_inset space \thinspace{}
26162 \end_inset
26163
26164
26165 \begin_inset CommandInset ref
26166 LatexCommand ref
26167 reference "sub:Index-Program"
26168
26169 \end_inset
26170
26171 ).
26172  
26173 \family sans
26174 makeindex
26175 \family default
26176  would for example print the index entry for the LaTeX-package aeguill in
26177  sec.
26178 \begin_inset space \thinspace{}
26179 \end_inset
26180
26181
26182 \begin_inset CommandInset ref
26183 LatexCommand ref
26184 reference "sub:Document-Font"
26185
26186 \end_inset
26187
26188  after the index entries of the other LaTeX-packages although all these
26189  index commands start with 
26190 \begin_inset Quotes eld
26191 \end_inset
26192
26193
26194 \series bold
26195 LaTeX-packages ! 
26196 \series default
26197
26198 \begin_inset Quotes eld
26199 \end_inset
26200
26201 .
26202  The reason is that the index entry for aeguill is in a footnote.
26203  To fix this 
26204 \family sans
26205 makeindex
26206 \family default
26207  bug, add these commands to the preamble of your document:
26208 \end_layout
26209
26210 \begin_layout Standard
26211
26212 \series bold
26213
26214 \backslash
26215 let
26216 \backslash
26217 OrgIndex
26218 \backslash
26219 index
26220 \end_layout
26221
26222 \begin_layout Standard
26223
26224 \series bold
26225
26226 \backslash
26227 renewcommand*{
26228 \backslash
26229 index}[1]{
26230 \backslash
26231 OrgIndex{#1}}
26232 \end_layout
26233
26234 \begin_layout Subsection
26235 Index Entry Layout
26236 \begin_inset Index idx
26237 status collapsed
26238
26239 \begin_layout Plain Layout
26240 Index ! Entry layout
26241 \end_layout
26242
26243 \end_inset
26244
26245
26246 \end_layout
26247
26248 \begin_layout Standard
26249 You can change the appearance of index entries via the text style dialog.
26250 \begin_inset Index idx
26251 status open
26252
26253 \begin_layout Plain Layout
26254 Dummy entries ! 
26255 \shape italic
26256 This is an italic dummy entry
26257 \end_layout
26258
26259 \end_inset
26260
26261  You can also format the page number using the character 
26262 \begin_inset Quotes eld
26263 \end_inset
26264
26265 |
26266 \begin_inset Quotes erd
26267 \end_inset
26268
26269  followed by a LaTeX-command without a backslash.
26270  We can write for example
26271 \end_layout
26272
26273 \begin_layout Standard
26274
26275 \series bold
26276 italic page number:|textit
26277 \end_layout
26278
26279 \begin_layout Standard
26280 to get the page number in italic.
26281 \begin_inset Index idx
26282 status open
26283
26284 \begin_layout Plain Layout
26285 Dummy entries ! italic page number:|textit
26286 \end_layout
26287
26288 \end_inset
26289
26290  Normally all LaTeX-commands begin with a backslash, but in this special
26291  case 
26292 \begin_inset Quotes eld
26293 \end_inset
26294
26295
26296 \series bold
26297 |command
26298 \series default
26299
26300 \begin_inset Quotes erd
26301 \end_inset
26302
26303  means 
26304 \series bold
26305
26306 \backslash
26307 command{page
26308 \begin_inset space ~
26309 \end_inset
26310
26311 number}
26312 \series default
26313 .
26314  Have a look at section
26315 \begin_inset space ~
26316 \end_inset
26317
26318
26319 \begin_inset CommandInset ref
26320 LatexCommand ref
26321 reference "sub:LaTeX-Syntax"
26322
26323 \end_inset
26324
26325  to learn more about the LaTeX-syntax.
26326 \end_layout
26327
26328 \begin_layout Standard
26329 \begin_inset Note Greyedout
26330 status open
26331
26332 \begin_layout Plain Layout
26333
26334 \series bold
26335 Note:
26336 \series default
26337  Formatting single index entries only works when you use the program 
26338 \family sans
26339 makeindex 
26340 \family default
26341 to generate the index, see section
26342 \begin_inset space ~
26343 \end_inset
26344
26345
26346 \begin_inset CommandInset ref
26347 LatexCommand ref
26348 reference "sub:Index-Program"
26349
26350 \end_inset
26351
26352 .
26353  If you use 
26354 \family sans
26355 xindy
26356 \family default
26357 , however, this won't work for anything other than bold or italic text.
26358  This is because xindy requires to define semantic elements before they
26359  can be used, see 
26360 \begin_inset CommandInset citation
26361 LatexCommand cite
26362 after "p. 678 ff."
26363 key "latexcompanion"
26364
26365 \end_inset
26366
26367  for details.
26368 \end_layout
26369
26370 \end_inset
26371
26372
26373 \end_layout
26374
26375 \begin_layout Standard
26376 In general, we encourage you to not format page numbers directly as shown
26377  above.
26378  Instead of this, you should define a macro in the preamble and use that.
26379  Consider why you want some page numbers to be bold.
26380  Maybe you want all page references italic that refer to a definition of
26381  the indexed term, so that users can easily find definitions.
26382  If so, put the following in the preamble
26383 \end_layout
26384
26385 \begin_layout Standard
26386
26387 \series bold
26388
26389 \backslash
26390 newcommand{
26391 \backslash
26392 IndexDef}[1]{
26393 \backslash
26394 textit{#1}}
26395 \end_layout
26396
26397 \begin_layout Standard
26398 and write
26399 \end_layout
26400
26401 \begin_layout Standard
26402
26403 \series bold
26404 my entry|IndexDef
26405 \end_layout
26406
26407 \begin_layout Standard
26408 in the index entry.
26409 \begin_inset Index idx
26410 status open
26411
26412 \begin_layout Plain Layout
26413 Dummy entries ! my entry|IndexDef
26414 \end_layout
26415
26416 \end_inset
26417
26418  The advantage is that, if you change your mind later or if your publisher
26419  insists that definitions must not be italic but bold, you just need to
26420  change the macro in the preamble, not every single index entry.
26421 \end_layout
26422
26423 \begin_layout Standard
26424 You can also change the layout for the whole index.
26425  E.
26426 \begin_inset space \thinspace{}
26427 \end_inset
26428
26429 g.
26430 \begin_inset space \space{}
26431 \end_inset
26432
26433 we marked the index list box of this document as bold to get a bold font
26434  for all index entries.
26435  For more advanced tasks you have to set up a so-called 
26436 \emph on
26437 Index Style File
26438 \emph default
26439 , see the 
26440 \family sans
26441 makeindex
26442 \family default
26443  or 
26444 \family sans
26445 xindy
26446 \family default
26447  documentation for details, 
26448 \begin_inset CommandInset citation
26449 LatexCommand cite
26450 key "makeindex,xindy"
26451
26452 \end_inset
26453
26454 .
26455 \end_layout
26456
26457 \begin_layout Subsection
26458 Index Program
26459 \begin_inset Index idx
26460 status collapsed
26461
26462 \begin_layout Plain Layout
26463 Index ! Program
26464 \end_layout
26465
26466 \end_inset
26467
26468
26469 \begin_inset CommandInset label
26470 LatexCommand label
26471 name "sub:Index-Program"
26472
26473 \end_inset
26474
26475
26476 \end_layout
26477
26478 \begin_layout Standard
26479 When the index entry program 
26480 \family sans
26481 xindy
26482 \family default
26483 , which is only available for Linux, is installed, LyX uses it for index
26484  generation; otherwise the program 
26485 \family sans
26486 makeindex
26487 \family default
26488 , that is part of every LaTeX distribution, is used.
26489  Both programs can be controlled by options that can be set in LyX's preferences
26490  dialog, see section
26491 \begin_inset space ~
26492 \end_inset
26493
26494
26495 \begin_inset CommandInset ref
26496 LatexCommand ref
26497 reference "sub:LaTeX-settings"
26498
26499 \end_inset
26500
26501 .
26502  The available options are listed and explained in 
26503 \begin_inset CommandInset citation
26504 LatexCommand cite
26505 key "makeindex,xindy"
26506
26507 \end_inset
26508
26509 .
26510  You can also specify there another program to generate the index.
26511 \end_layout
26512
26513 \begin_layout Standard
26514
26515 \family sans
26516 makeindex
26517 \family default
26518  is very old, no longer under development and has many pitfalls, notably
26519  that it was developed with only the English language in mind.
26520  So it fails to sort anything other than a monolingual English text correctly.
26521  We have shown above how to fix this sorting.
26522  However, if you are writing in another language and using Linux, consider
26523  to use 
26524 \family sans
26525 xindy
26526 \family default
26527 .
26528 \end_layout
26529
26530 \begin_layout Section
26531 Nomenclature / Glossary 
26532 \begin_inset Index idx
26533 status collapsed
26534
26535 \begin_layout Plain Layout
26536 Nomenclature
26537 \end_layout
26538
26539 \end_inset
26540
26541
26542 \begin_inset Index idx
26543 status collapsed
26544
26545 \begin_layout Plain Layout
26546 Glossary|see
26547 \begin_inset ERT
26548 status collapsed
26549
26550 \begin_layout Plain Layout
26551
26552 {
26553 \end_layout
26554
26555 \end_inset
26556
26557 Nomenclature
26558 \begin_inset ERT
26559 status collapsed
26560
26561 \begin_layout Plain Layout
26562
26563 }
26564 \end_layout
26565
26566 \end_inset
26567
26568
26569 \end_layout
26570
26571 \end_inset
26572
26573
26574 \begin_inset CommandInset label
26575 LatexCommand label
26576 name "sec:Nomenclature"
26577
26578 \end_inset
26579
26580
26581 \end_layout
26582
26583 \begin_layout Standard
26584 Sometimes you need to compile a list of symbols that are mentioned in your
26585  document with a brief explanation of them – a so called nomenclature or
26586  glossary.
26587 \end_layout
26588
26589 \begin_layout Standard
26590 To be able to create nomenclatures, you need the LaTeX package 
26591 \series bold
26592 nomencl
26593 \series default
26594
26595 \begin_inset Index idx
26596 status collapsed
26597
26598 \begin_layout Plain Layout
26599 LaTeX-packages ! nomencl
26600 \end_layout
26601
26602 \end_inset
26603
26604  installed.
26605  You find it in the TeX Catalogue, 
26606 \begin_inset CommandInset citation
26607 LatexCommand cite
26608 key "TeXCatalogue"
26609
26610 \end_inset
26611
26612  or in the package manager of your LaTeX-system.
26613 \end_layout
26614
26615 \begin_layout Standard
26616 A nomenclature entry is created if you place the cursor after a symbol entry
26617  and then use the menu 
26618 \family sans
26619 Insert\SpecialChar \menuseparator
26620
26621 \family default
26622 N
26623 \family sans
26624 omenclature
26625 \begin_inset space ~
26626 \end_inset
26627
26628 Entry
26629 \family default
26630  or the toolbar button 
26631 \begin_inset Graphics
26632         filename ../images/nomencl-insert.png
26633         BoundingBox 0bp 5bp 20bp 20bp
26634
26635 \end_inset
26636
26637 .
26638  A gray box labeled 
26639 \begin_inset Quotes eld
26640 \end_inset
26641
26642
26643 \family sans
26644 Nom
26645 \family default
26646
26647 \begin_inset Quotes erd
26648 \end_inset
26649
26650  is inserted and a window pops up asking for the nomenclature entry.
26651 \end_layout
26652
26653 \begin_layout Standard
26654 A nomenclature entry consists of two main entries.
26655  The first is the symbol that you want to refer to.
26656  The second is the description of the symbol.
26657 \end_layout
26658
26659 \begin_layout Standard
26660 \begin_inset Note Greyedout
26661 status open
26662
26663 \begin_layout Plain Layout
26664
26665 \series bold
26666 Note:
26667 \series default
26668  You have to enter valid LaTeX-code for all fields of the nomenclature dialog.
26669 \end_layout
26670
26671 \end_inset
26672
26673
26674 \end_layout
26675
26676 \begin_layout Subsection
26677 Nomenclature Definition and Layout
26678 \begin_inset Index idx
26679 status collapsed
26680
26681 \begin_layout Plain Layout
26682 Nomenclature ! Layout
26683 \end_layout
26684
26685 \end_inset
26686
26687
26688 \end_layout
26689
26690 \begin_layout Standard
26691 When you have symbols in formulas, you have to define them in the 
26692 \family sans
26693 Symbol
26694 \family default
26695  field as LaTeX-formulas.
26696  For example to get 
26697 \begin_inset Quotes eld
26698 \end_inset
26699
26700
26701 \begin_inset Formula $\sigma
26702 $
26703 \end_inset
26704
26705
26706 \begin_inset Quotes erd
26707 \end_inset
26708
26709 , insert this:
26710 \begin_inset Newline newline
26711 \end_inset
26712
26713
26714 \series bold
26715 $
26716 \backslash
26717 sigma$
26718 \begin_inset Newline newline
26719 \end_inset
26720
26721
26722 \series default
26723 The 
26724 \begin_inset Quotes eld
26725 \end_inset
26726
26727 $
26728 \begin_inset Quotes erd
26729 \end_inset
26730
26731  character starts/ends the formula.
26732  The LaTeX-command for the Greek letter is the name of the letter beginning
26733  with a backslash 
26734 \begin_inset Quotes eld
26735 \end_inset
26736
26737
26738 \backslash
26739
26740 \begin_inset Quotes erd
26741 \end_inset
26742
26743 .
26744  For capital Greek letters, start the command also with a capital letter,
26745  like 
26746 \series bold
26747
26748 \backslash
26749 Sigma
26750 \series default
26751 .
26752 \end_layout
26753
26754 \begin_layout Standard
26755 (A short introduction to the LaTeX-syntax is given in section
26756 \begin_inset space ~
26757 \end_inset
26758
26759
26760 \begin_inset CommandInset ref
26761 LatexCommand ref
26762 reference "sub:LaTeX-Syntax"
26763
26764 \end_inset
26765
26766 .)
26767 \end_layout
26768
26769 \begin_layout Standard
26770 You cannot use the 
26771 \family sans
26772 Text
26773 \begin_inset space ~
26774 \end_inset
26775
26776 Style
26777 \family default
26778  dialog to format the description text but have to use LaTeX-commands.
26779  For example the description of the nomenclature entry for the 
26780 \begin_inset Quotes eld
26781 \end_inset
26782
26783
26784 \begin_inset Formula $\sigma
26785 $
26786 \end_inset
26787
26788
26789 \begin_inset Quotes erd
26790 \end_inset
26791
26792  in this document is:
26793 \begin_inset Newline newline
26794 \end_inset
26795
26796
26797 \series bold
26798 dummy entry for the character 
26799 \backslash
26800 textsf{sigma}
26801 \series default
26802
26803 \begin_inset Newline newline
26804 \end_inset
26805
26806 The command 
26807 \series bold
26808
26809 \backslash
26810 textsf
26811 \series default
26812  sets the fonts to 
26813 \family sans
26814 sans
26815 \begin_inset space ~
26816 \end_inset
26817
26818 serif
26819 \family default
26820 .
26821  To get 
26822 \series bold
26823 bold
26824 \series default
26825  font use the command 
26826 \series bold
26827
26828 \backslash
26829 textbf
26830 \series default
26831 , for 
26832 \family typewriter
26833 typewriter
26834 \family default
26835  use 
26836 \series bold
26837
26838 \backslash
26839 texttt
26840 \series default
26841 , for 
26842 \emph on
26843 emphasized
26844 \emph default
26845  use 
26846 \series bold
26847
26848 \backslash
26849 emph
26850 \series default
26851 .
26852 \end_layout
26853
26854 \begin_layout Subsection
26855 Sort Order of Nomenclature Entries
26856 \begin_inset Index idx
26857 status collapsed
26858
26859 \begin_layout Plain Layout
26860 Nomenclature ! Sort order
26861 \end_layout
26862
26863 \end_inset
26864
26865
26866 \end_layout
26867
26868 \begin_layout Standard
26869 The nomenclature entries are sorted alphabetically by the LaTeX-code of
26870  the symbol definition.
26871  This leads to undesired results when you for example have symbols in formulas.
26872  Suppose you have nomenclature entries for the symbols 
26873 \emph on
26874 a
26875 \begin_inset CommandInset nomenclature
26876 LatexCommand nomenclature
26877 symbol "a"
26878 description "dummy entry for the character \"a\""
26879
26880 \end_inset
26881
26882
26883 \emph default
26884  and 
26885 \begin_inset Formula $\sigma
26886 $
26887 \end_inset
26888
26889
26890 \begin_inset CommandInset nomenclature
26891 LatexCommand nomenclature
26892 prefix "sigma"
26893 symbol "$\\sigma$"
26894 description "dummy entry for the character \\textsf{sigma}"
26895
26896 \end_inset
26897
26898 .
26899  They will be sorted by 
26900 \begin_inset Quotes eld
26901 \end_inset
26902
26903
26904 \family sans
26905 a
26906 \family default
26907
26908 \begin_inset Quotes erd
26909 \end_inset
26910
26911  and 
26912 \begin_inset Quotes eld
26913 \end_inset
26914
26915
26916 \family typewriter
26917 $
26918 \backslash
26919 sigma$
26920 \family default
26921
26922 \begin_inset Quotes erd
26923 \end_inset
26924
26925  – the 
26926 \begin_inset Formula $\sigma
26927 $
26928 \end_inset
26929
26930  will be sorted before the 
26931 \emph on
26932 a
26933 \emph default
26934  since the character 
26935 \begin_inset Quotes eld
26936 \end_inset
26937
26938 $
26939 \begin_inset Quotes erd
26940 \end_inset
26941
26942  is considered in sorting.
26943 \end_layout
26944
26945 \begin_layout Standard
26946 To control the sort order, you can edit the 
26947 \family sans
26948 Sort
26949 \begin_inset space ~
26950 \end_inset
26951
26952 as
26953 \family default
26954  field of the nomenclature dialog.
26955  Then the nomenclature entry will be sorted by this entry and not the symbol
26956  definition.
26957  For the example given, you can insert 
26958 \family typewriter
26959 sigma
26960 \family default
26961  in this field for the 
26962 \begin_inset Formula $\sigma
26963 $
26964 \end_inset
26965
26966 , then 
26967 \emph on
26968 a
26969 \emph default
26970  will be located before 
26971 \begin_inset Formula $\sigma
26972 $
26973 \end_inset
26974
26975 .
26976 \end_layout
26977
26978 \begin_layout Standard
26979 For subgrouping and tips for using sort entries see the 
26980 \series bold
26981 nomencl
26982 \series default
26983  documentation, 
26984 \begin_inset CommandInset citation
26985 LatexCommand cite
26986 key "nomencl"
26987
26988 \end_inset
26989
26990 .
26991 \end_layout
26992
26993 \begin_layout Subsection
26994 Nomenclature Options
26995 \begin_inset Index idx
26996 status collapsed
26997
26998 \begin_layout Plain Layout
26999 Nomenclature ! Options
27000 \end_layout
27001
27002 \end_inset
27003
27004
27005 \end_layout
27006
27007 \begin_layout Standard
27008 The 
27009 \series bold
27010 nomencl
27011 \series default
27012  package offers some options to adjust the appearance of the nomenclature.
27013  Here are some of its options, for more have a look at its documentation:
27014 \end_layout
27015
27016 \begin_layout Description
27017 refeq Appends the phrase 
27018 \begin_inset Quotes eld
27019 \end_inset
27020
27021
27022 \family sans
27023 , see equation (
27024 \emph on
27025 eq
27026 \emph default
27027 )
27028 \family default
27029
27030 \begin_inset Quotes erd
27031 \end_inset
27032
27033  to every nomenclature entry, where 
27034 \family sans
27035 \emph on
27036 eq
27037 \family default
27038 \emph default
27039  is the number of the last equation in front of the nomenclature entry
27040 \end_layout
27041
27042 \begin_layout Description
27043 refpage Appends the phrase 
27044 \begin_inset Quotes eld
27045 \end_inset
27046
27047
27048 \family sans
27049 , page (
27050 \emph on
27051 page
27052 \emph default
27053 )
27054 \family default
27055
27056 \begin_inset Quotes erd
27057 \end_inset
27058
27059  to every nomenclature entry, where 
27060 \family sans
27061 \emph on
27062 page
27063 \family default
27064 \emph default
27065  is the number of the page on which the nomenclature entry appeared
27066 \end_layout
27067
27068 \begin_layout Description
27069 intoc Inserts the nomenclature in the Table of Contents
27070 \end_layout
27071
27072 \begin_layout Standard
27073 There are furthermore the options 
27074 \series bold
27075 croatian
27076 \series default
27077
27078 \series bold
27079 danish
27080 \series default
27081
27082 \series bold
27083 english
27084 \series default
27085
27086 \series bold
27087 french
27088 \series default
27089
27090 \series bold
27091 german
27092 \series default
27093
27094 \series bold
27095 italian
27096 \series default
27097
27098 \series bold
27099 polish
27100 \series default
27101
27102 \series bold
27103 portuguese
27104 \series default
27105
27106 \series bold
27107 russian
27108 \series default
27109
27110 \series bold
27111 spanish
27112 \series default
27113 , and 
27114 \series bold
27115 ukrainian
27116 \series default
27117  to print the reference texts and the nomenclature title in the corresponding
27118  language.
27119 \end_layout
27120
27121 \begin_layout Standard
27122 To use one or more of the options, add them to the comma-separated document
27123  class options list in the 
27124 \family sans
27125 Document\SpecialChar \menuseparator
27126 Settings
27127 \family default
27128  dialog.
27129  In this document the option 
27130 \series bold
27131 intoc
27132 \series default
27133  is used.
27134 \end_layout
27135
27136 \begin_layout Standard
27137 \begin_inset VSpace bigskip
27138 \end_inset
27139
27140
27141 \end_layout
27142
27143 \begin_layout Standard
27144 You can also use the first two options above only for certain nomenclature
27145  entries when you add one of the following commands as last entry to the
27146  
27147 \family sans
27148 Description
27149 \family default
27150  field in the nomenclature dialog:
27151 \end_layout
27152
27153 \begin_layout Description
27154
27155 \backslash
27156 nomrefeq Like the 
27157 \series bold
27158 refeq
27159 \series default
27160  option
27161 \end_layout
27162
27163 \begin_layout Description
27164
27165 \backslash
27166 nomrefpage Like the 
27167 \series bold
27168 refpage
27169 \series default
27170  option
27171 \end_layout
27172
27173 \begin_layout Description
27174
27175 \backslash
27176 nomrefeqpage Short notation of 
27177 \series bold
27178
27179 \backslash
27180 nomrefeq
27181 \backslash
27182 nomrefpage
27183 \end_layout
27184
27185 \begin_layout Description
27186
27187 \backslash
27188 nomnorefeq,
27189 \begin_inset space ~
27190 \end_inset
27191
27192
27193 \backslash
27194 nomnorefpage,
27195 \begin_inset space ~
27196 \end_inset
27197
27198
27199 \backslash
27200 nomnorefeqpage Turns off the corresponding options
27201 \end_layout
27202
27203 \begin_layout Subsection
27204 Printing the Nomenclature
27205 \begin_inset Index idx
27206 status collapsed
27207
27208 \begin_layout Plain Layout
27209 Nomenclature ! Printing
27210 \end_layout
27211
27212 \end_inset
27213
27214
27215 \end_layout
27216
27217 \begin_layout Standard
27218 To print the nomenclature, use the menu 
27219 \family sans
27220 Insert\SpecialChar \menuseparator
27221 Lists
27222 \begin_inset space ~
27223 \end_inset
27224
27225 /
27226 \begin_inset space ~
27227 \end_inset
27228
27229 TOC\SpecialChar \menuseparator
27230 Nomenclature
27231 \family default
27232 .
27233  A light blue box labeled 
27234 \begin_inset Quotes eld
27235 \end_inset
27236
27237
27238 \family sans
27239 Nomenclature
27240 \family default
27241
27242 \begin_inset Quotes erd
27243 \end_inset
27244
27245  will show the place where the nomenclature is printed in the output.
27246  Like the index list box, the nomenclature list box is not clickable.
27247 \end_layout
27248
27249 \begin_layout Standard
27250 In the printed output the title of the nomenclature appears as 
27251 \begin_inset Quotes eld
27252 \end_inset
27253
27254 Nomenclature
27255 \begin_inset Quotes erd
27256 \end_inset
27257
27258 .
27259  If you are not happy with the name, you can change it by redefining the
27260  command 
27261 \series bold
27262
27263 \backslash
27264 nomname
27265 \series default
27266  in the preamble.
27267  For example, in order to change the name to 
27268 \emph on
27269 List of Symbols
27270 \emph default
27271 , add the following line to the preamble:
27272 \end_layout
27273
27274 \begin_layout Standard
27275
27276 \family roman
27277 \series bold
27278
27279 \backslash
27280 renewcommand{
27281 \backslash
27282 nomname}{List of Symbols}
27283 \end_layout
27284
27285 \begin_layout Standard
27286 \begin_inset VSpace defskip
27287 \end_inset
27288
27289
27290 \end_layout
27291
27292 \begin_layout Standard
27293 If you are unhappy with the amount of space for symbols, you can alter it
27294  by adding the following line to the preamble:
27295 \end_layout
27296
27297 \begin_layout Standard
27298
27299 \family roman
27300 \series bold
27301
27302 \backslash
27303 renewcommand{
27304 \backslash
27305 nomlabelwidth}{width}
27306 \end_layout
27307
27308 \begin_layout Standard
27309
27310 \family roman
27311 where the width is a value with one of the units listed in Appendix
27312 \begin_inset space ~
27313 \end_inset
27314
27315
27316 \begin_inset CommandInset ref
27317 LatexCommand ref
27318 reference "cha:Units-available-in"
27319
27320 \end_inset
27321
27322 .
27323  The default value is 1
27324 \begin_inset space \thinspace{}
27325 \end_inset
27326
27327 cm.
27328 \end_layout
27329
27330 \begin_layout Subsection
27331 Nomenclature Program
27332 \begin_inset Index idx
27333 status collapsed
27334
27335 \begin_layout Plain Layout
27336 Nomenclature ! Program
27337 \end_layout
27338
27339 \end_inset
27340
27341
27342 \begin_inset CommandInset label
27343 LatexCommand label
27344 name "sub:Nomenclature-Program"
27345
27346 \end_inset
27347
27348
27349 \end_layout
27350
27351 \begin_layout Standard
27352 LyX uses the program 
27353 \family sans
27354 makeindex
27355 \family default
27356 , that is part of every LaTeX distribution, to generate the nomenclature.
27357  LyX's preferences dialog allows you to specify another program or to control
27358  
27359 \family sans
27360 makeindex
27361 \family default
27362  by adding options, see section
27363 \begin_inset space ~
27364 \end_inset
27365
27366
27367 \begin_inset CommandInset ref
27368 LatexCommand ref
27369 reference "sub:LaTeX-settings"
27370
27371 \end_inset
27372
27373 .
27374  The available options are listed and explained in 
27375 \begin_inset CommandInset citation
27376 LatexCommand cite
27377 key "nomencl,makeindex"
27378
27379 \end_inset
27380
27381 .
27382 \end_layout
27383
27384 \begin_layout Section
27385 Branches
27386 \begin_inset Index idx
27387 status collapsed
27388
27389 \begin_layout Plain Layout
27390 Branches
27391 \end_layout
27392
27393 \end_inset
27394
27395
27396 \begin_inset Index idx
27397 status collapsed
27398
27399 \begin_layout Plain Layout
27400 Document ! Branches
27401 \end_layout
27402
27403 \end_inset
27404
27405
27406 \begin_inset CommandInset label
27407 LatexCommand label
27408 name "sec:Branches"
27409
27410 \end_inset
27411
27412
27413 \end_layout
27414
27415 \begin_layout Standard
27416 Sometimes it is useful to hide some document parts in the output.
27417  For example a teacher who is setting an exam obviously doesn't want the
27418  pupils to see the answers, but having questions and answers in the same
27419  document will make the life of the markers of that exam much easier.
27420 \end_layout
27421
27422 \begin_layout Standard
27423 For these cases LyX allows you to put text into branches.
27424  The text will then only appear in the output when its branch is activated.
27425  To create a branch, go in the 
27426 \family sans
27427 Document\SpecialChar \menuseparator
27428 Settings
27429 \family default
27430  dialog to 
27431 \family sans
27432 Branches
27433 \family default
27434 .
27435  The name of the branch, its activation state and the background color of
27436  the branches inside LyX can be specified in this dialog.
27437 \end_layout
27438
27439 \begin_layout Standard
27440 Text that should be in a branch is set into branch inset boxes.
27441  These boxes are inserted via the menu 
27442 \family sans
27443 Insert\SpecialChar \menuseparator
27444 Branch
27445 \family default
27446  where you can choose a branch.
27447  You can later change the branch of the boxes by right-clicking on them.
27448 \end_layout
27449
27450 \begin_layout Standard
27451 Here is an example, where only the question text appears, the answer branch
27452  is deactivated and does therefore not appear in the output:
27453 \end_layout
27454
27455 \begin_layout Standard
27456 \begin_inset Branch Question
27457 status open
27458
27459 \begin_layout Standard
27460 Question: Who was the first physics Nobel prize winner?
27461 \end_layout
27462
27463 \end_inset
27464
27465
27466 \end_layout
27467
27468 \begin_layout Standard
27469 \begin_inset Branch Answer
27470 status collapsed
27471
27472 \begin_layout Standard
27473 Answer: Wilhelm Conrad Röntgen
27474 \end_layout
27475
27476 \end_inset
27477
27478
27479 \end_layout
27480
27481 \begin_layout Standard
27482 \begin_inset VSpace bigskip
27483 \end_inset
27484
27485
27486 \end_layout
27487
27488 \begin_layout Standard
27489 To use conditional output inside places where you cannot insert branch insets,
27490  like inside equations, you can code special LaTeX definitions for each
27491  branch.
27492  For example you can define for the question branch
27493 \begin_inset Foot
27494 status collapsed
27495
27496 \begin_layout Plain Layout
27497 For an introduction to the LaTeX-syntax, see section
27498 \begin_inset space ~
27499 \end_inset
27500
27501
27502 \begin_inset CommandInset ref
27503 LatexCommand ref
27504 reference "sub:LaTeX-Syntax"
27505
27506 \end_inset
27507
27508 .
27509 \end_layout
27510
27511 \end_inset
27512
27513
27514 \end_layout
27515
27516 \begin_layout Standard
27517
27518 \series bold
27519
27520 \backslash
27521 newcommand{
27522 \backslash
27523 question}[1]{#1}
27524 \end_layout
27525
27526 \begin_layout Standard
27527
27528 \series bold
27529
27530 \backslash
27531 newcommand{
27532 \backslash
27533 answer}[1]{}
27534 \end_layout
27535
27536 \begin_layout Standard
27537 and for the answer branch
27538 \end_layout
27539
27540 \begin_layout Standard
27541
27542 \series bold
27543
27544 \backslash
27545 newcommand{
27546 \backslash
27547 question}[1]{}
27548 \end_layout
27549
27550 \begin_layout Standard
27551
27552 \series bold
27553
27554 \backslash
27555 newcommand{
27556 \backslash
27557 answer}[1]{#1}
27558 \end_layout
27559
27560 \begin_layout Standard
27561 \begin_inset Branch Question
27562 status open
27563
27564 \begin_layout Standard
27565 \begin_inset ERT
27566 status open
27567
27568 \begin_layout Plain Layout
27569
27570
27571 \backslash
27572 newcommand{
27573 \backslash
27574 question}[1]{#1}
27575 \end_layout
27576
27577 \begin_layout Plain Layout
27578
27579
27580 \backslash
27581 newcommand{
27582 \backslash
27583 answer}[1]{}
27584 \end_layout
27585
27586 \end_inset
27587
27588
27589 \end_layout
27590
27591 \end_inset
27592
27593
27594 \end_layout
27595
27596 \begin_layout Standard
27597 \begin_inset Branch Answer
27598 status collapsed
27599
27600 \begin_layout Standard
27601 \begin_inset ERT
27602 status open
27603
27604 \begin_layout Plain Layout
27605
27606
27607 \backslash
27608 newcommand{
27609 \backslash
27610 question}[1]{}
27611 \end_layout
27612
27613 \begin_layout Plain Layout
27614
27615
27616 \backslash
27617 newcommand{
27618 \backslash
27619 answer}[1]{#1}
27620 \end_layout
27621
27622 \end_inset
27623
27624
27625 \end_layout
27626
27627 \end_inset
27628
27629
27630 \end_layout
27631
27632 \begin_layout Standard
27633 Now it is possible to use the commands 
27634 \series bold
27635
27636 \backslash
27637 question{\SpecialChar \ldots{}
27638 }
27639 \series default
27640  and 
27641 \series bold
27642
27643 \backslash
27644 answer{\SpecialChar \ldots{}
27645 }
27646 \series default
27647  to obtain conditional output.
27648  Here is an example formula where only the 
27649 \series bold
27650
27651 \backslash
27652 question
27653 \series default
27654  part appears:
27655 \begin_inset Formula \[
27656 x^{2}-2x-2\Rightarrow\question{x_{1}}\answer{x_{2}}=1\question{+\sqrt{3}}\answer{-\sqrt{3}}.
27657 \]
27658
27659 \end_inset
27660
27661
27662 \end_layout
27663
27664 \begin_layout Standard
27665 Inside math, the same effect can be achieved using math macros, see the
27666  
27667 \emph on
27668 Math
27669 \emph default
27670  manual.
27671 \end_layout
27672
27673 \begin_layout Section
27674 PDF Properties
27675 \begin_inset CommandInset label
27676 LatexCommand label
27677 name "sec:PDF-Properties"
27678
27679 \end_inset
27680
27681
27682 \begin_inset Index idx
27683 status collapsed
27684
27685 \begin_layout Plain Layout
27686 PDF properties
27687 \end_layout
27688
27689 \end_inset
27690
27691
27692 \end_layout
27693
27694 \begin_layout Standard
27695 The 
27696 \family sans
27697 Document Settings
27698 \family default
27699  dialog allows you in the 
27700 \family sans
27701 PDF Properties
27702 \family default
27703  to set up special options for the PDF output of your document.
27704  All options there are provided by the LaTeX-package 
27705 \series bold
27706 hyperref
27707 \series default
27708
27709 \begin_inset Index idx
27710 status collapsed
27711
27712 \begin_layout Plain Layout
27713 LaTeX-packages ! hyperref
27714 \end_layout
27715
27716 \end_inset
27717
27718 .
27719 \end_layout
27720
27721 \begin_layout Standard
27722 Using 
27723 \series bold
27724 hyperref
27725 \series default
27726  will link all cross-references in the DVI- and PDF-output.
27727  This means that the reader of your document will be able to click on a
27728  table of contents entry or on a reference and he is shown the referenced
27729  document part.
27730  You can specify in the dialog tab 
27731 \family sans
27732 Hyperlinks
27733 \family default
27734  how the links will look like and if links for bibliographical backreferences
27735  are created.
27736  The backreferences will appear in the bibliography behind the different
27737  entries, showing the number of the section, slide, or page where the entry
27738  is referenced.
27739 \end_layout
27740
27741 \begin_layout Standard
27742 In the dialog tab 
27743 \family sans
27744 Bookmarks
27745 \family default
27746  you can set if PDF-bookmarks should be created for every section of your
27747  document to make it easier for readers to navigate through the document.
27748  You can decide if the bookmarks should be numbered like your document sections
27749  or not.
27750  With the open bookmarks level you can specify what sectioning level should
27751  be displayed in the bookmarks when opening the PDF.
27752  For example level
27753 \begin_inset space ~
27754 \end_inset
27755
27756 2 will display all sections and subsections, while level
27757 \begin_inset space ~
27758 \end_inset
27759
27760 1 will only display the sections.
27761 \end_layout
27762
27763 \begin_layout Standard
27764 The header information in the dialog tab 
27765 \family sans
27766 General
27767 \family default
27768  are saved together with the PDF as file properties.
27769  Many programs are able to extract this information to e.
27770 \begin_inset space \thinspace{}
27771 \end_inset
27772
27773 g.
27774 \begin_inset space \space{}
27775 \end_inset
27776
27777 automatically recognize who the author is and what the PDF is about.
27778  This is very useful to sort, classify, or use PDFs for bibliography issues.
27779  When the option 
27780 \family sans
27781 Automatic fill header
27782 \family default
27783  is set, LyX tries to extract the header information from your document
27784  title and author settings.
27785 \end_layout
27786
27787 \begin_layout Standard
27788 The option 
27789 \family sans
27790 Load in fullscreen mode
27791 \family default
27792  will open the PDF in fullscreen mode, which is useful for presentations.
27793 \end_layout
27794
27795 \begin_layout Standard
27796 PDF properties are also used in this document.
27797  When you look in its document settings, you can see that some additional
27798  
27799 \series bold
27800 hyperref
27801 \series default
27802  options are used.
27803  For an explanation of them we refer you to the hyperref manual 
27804 \begin_inset CommandInset citation
27805 LatexCommand cite
27806 key "hyperref"
27807
27808 \end_inset
27809
27810 .
27811 \end_layout
27812
27813 \begin_layout Section
27814 TeX Code and the LaTeX Syntax
27815 \begin_inset CommandInset label
27816 LatexCommand label
27817 name "sec:TeX-Code"
27818
27819 \end_inset
27820
27821
27822 \end_layout
27823
27824 \begin_layout Subsection
27825 TeX Code Boxes
27826 \begin_inset Index idx
27827 status collapsed
27828
27829 \begin_layout Plain Layout
27830 TeX Code
27831 \end_layout
27832
27833 \end_inset
27834
27835
27836 \begin_inset CommandInset label
27837 LatexCommand label
27838 name "sub:TeX-Code-Boxes"
27839
27840 \end_inset
27841
27842
27843 \end_layout
27844
27845 \begin_layout Standard
27846 As LyX uses LaTeX in the background, it supports many LaTeX commands and
27847  constructs, but not all.
27848  LaTeX contains of hundreds of packages which provide different commands.
27849  All the time packages are being updated and new ones added.
27850  This has the advantage that you can typeset nearly everything as there
27851  is for every problem a LaTeX-package.
27852  But LyX can of course not be up to date and support all packages and their
27853  commands.
27854 \end_layout
27855
27856 \begin_layout Standard
27857 But don't worry, you can use any LaTeX-command directly in LyX inside the
27858  TeX Code box.
27859  A TeX Code box is created by the menu 
27860 \family sans
27861 Insert\SpecialChar \menuseparator
27862 TeX
27863 \begin_inset space ~
27864 \end_inset
27865
27866 Code
27867 \family default
27868  or by the toolbar button 
27869 \begin_inset Graphics
27870         filename ../images/ert-insert.png
27871
27872 \end_inset
27873
27874 .
27875  The box can be opened by left-clicking and closed by right-clicking on
27876  it.
27877 \end_layout
27878
27879 \begin_layout Standard
27880 You can insert complete or incomplete commands as TeX Code.
27881  Incomplete means that the command argument can be Standard LyX text.
27882  For example, if you want to draw a frame around a word are therefore using
27883  the LaTeX-command 
27884 \series bold
27885
27886 \backslash
27887 fbox
27888 \series default
27889 , you can write the command part 
27890 \series bold
27891
27892 \backslash
27893 fbox{
27894 \series default
27895  in a TeX Code box before the word and the closing brace 
27896 \series bold
27897 }
27898 \series default
27899  in a second TeX Code box behind the word.
27900  The word between the two TeX Code boxes is then the argument as it is in
27901  the following example:
27902 \end_layout
27903
27904 \begin_layout Standard
27905 \begin_inset Graphics
27906         filename clipart/ERT.png
27907         scale 89
27908
27909 \end_inset
27910
27911
27912 \end_layout
27913
27914 \begin_layout Standard
27915 gives
27916 \end_layout
27917
27918 \begin_layout Standard
27919 This is a line with a 
27920 \begin_inset ERT
27921 status collapsed
27922
27923 \begin_layout Plain Layout
27924
27925
27926 \backslash
27927 fbox{
27928 \end_layout
27929
27930 \end_inset
27931
27932 framed
27933 \begin_inset ERT
27934 status collapsed
27935
27936 \begin_layout Plain Layout
27937
27938 }
27939 \end_layout
27940
27941 \end_inset
27942
27943  word.
27944 \end_layout
27945
27946 \begin_layout Standard
27947 \begin_inset Note Greyedout
27948 status open
27949
27950 \begin_layout Plain Layout
27951
27952 \series bold
27953 Note:
27954 \series default
27955  At the end of LaTeX-commands without parameters, you have to insert a space
27956  to let LaTeX know that the command is finished.
27957 \end_layout
27958
27959 \end_inset
27960
27961
27962 \end_layout
27963
27964 \begin_layout Subsection
27965 Short Introduction to the LaTeX Syntax
27966 \begin_inset OptArg
27967 status collapsed
27968
27969 \begin_layout Plain Layout
27970 The LaTeX Syntax
27971 \end_layout
27972
27973 \end_inset
27974
27975
27976 \begin_inset Index idx
27977 status collapsed
27978
27979 \begin_layout Plain Layout
27980 LaTeX Syntax
27981 \end_layout
27982
27983 \end_inset
27984
27985
27986 \begin_inset CommandInset label
27987 LatexCommand label
27988 name "sub:LaTeX-Syntax"
27989
27990 \end_inset
27991
27992
27993 \end_layout
27994
27995 \begin_layout Standard
27996 When you write larger documents or books, you will need to know something
27997  about the LaTeX-commands that LyX uses in the background.
27998  Because LaTeX is based on commands, you can 
27999 \begin_inset Quotes eld
28000 \end_inset
28001
28002 program
28003 \begin_inset Quotes erd
28004 \end_inset
28005
28006  your text.
28007  This has the advantage that the layout of the document can be changed at
28008  any time if you know the right commands.
28009  E.
28010 \begin_inset space \thinspace{}
28011 \end_inset
28012
28013 g.
28014 \begin_inset space \space{}
28015 \end_inset
28016
28017 imagine you have to write a manual for a product and the deadline is the
28018  end of the day.
28019  Your boss just has complimented you for your good work but wants to have
28020  all caption labels bold.
28021  But you have over hundred figure and table captions with non-bold labels
28022  in your manual.
28023  Of course it's impossible to change all caption labels manually in one
28024  day.
28025 \end_layout
28026
28027 \begin_layout Standard
28028 Now LaTeX comes into play.
28029  As mentioned above, for every problem there exists a LaTeX-package.
28030  First you have to find out which and therefore look in the LaTeX package
28031  database, 
28032 \begin_inset CommandInset citation
28033 LatexCommand cite
28034 key "Catalogue"
28035
28036 \end_inset
28037
28038 .
28039 \end_layout
28040
28041 \begin_layout Standard
28042 As result you know that the package 
28043 \series bold
28044 caption
28045 \series default
28046
28047 \begin_inset Index idx
28048 status collapsed
28049
28050 \begin_layout Plain Layout
28051 LaTeX-packages ! caption
28052 \end_layout
28053
28054 \end_inset
28055
28056  is what you need.
28057  To use a package, you have to load it in the document preamble (menu 
28058 \family sans
28059 Document\SpecialChar \menuseparator
28060 Settings
28061 \family default
28062 ) with the command
28063 \end_layout
28064
28065 \begin_layout Standard
28066
28067 \series bold
28068
28069 \backslash
28070 usepackage[options]{package name}
28071 \end_layout
28072
28073 \begin_layout Standard
28074 All LaTeX commands begin with a backslash, the command argument is set within
28075  two braces, and the options are set within two brackets.
28076  Note that not all commands have an argument and options.
28077 \end_layout
28078
28079 \begin_layout Standard
28080 In your case the package name is 
28081 \series bold
28082 caption
28083 \series default
28084 .
28085  After a look in the documentation of the package, you know that the option
28086  
28087 \series bold
28088 labelfont=bf
28089 \series default
28090  will change the font of all caption labels to bold.
28091  So you add the command
28092 \end_layout
28093
28094 \begin_layout Standard
28095
28096 \series bold
28097
28098 \backslash
28099 usepackage[labelfont=bf]{caption}
28100 \end_layout
28101
28102 \begin_layout Standard
28103 to the preamble and the problem is solved.
28104 \begin_inset Foot
28105 status collapsed
28106
28107 \begin_layout Plain Layout
28108 For more commands provided by the 
28109 \series bold
28110 caption
28111 \series default
28112  package, have a look at its documentation, 
28113 \begin_inset CommandInset citation
28114 LatexCommand cite
28115 key "caption"
28116
28117 \end_inset
28118
28119 .
28120 \end_layout
28121
28122 \end_inset
28123
28124
28125 \end_layout
28126
28127 \begin_layout Standard
28128 Note that some document classes have built-in solutions for well known problems
28129  like your case.
28130  For example if you use a 
28131 \family sans
28132 koma-script
28133 \family default
28134  class, you don't need the package 
28135 \series bold
28136 caption
28137 \series default
28138 , you can instead write
28139 \end_layout
28140
28141 \begin_layout Standard
28142
28143 \series bold
28144
28145 \backslash
28146 setkomafont{captionlabel}{
28147 \backslash
28148 bfseries}
28149 \end_layout
28150
28151 \begin_layout Standard
28152 in the preamble and the problem is solved.
28153  So if you plan to write a large document, you should have a look at the
28154  documentation of the document class you want to use.
28155  (
28156 \series bold
28157
28158 \backslash
28159 setkomafont
28160 \series default
28161  is an example of a command with more than one argument.)
28162 \end_layout
28163
28164 \begin_layout Standard
28165 Commands in the preamble affect the whole document, while commands in the
28166  text affect only the text after the command or only the text used as command
28167  argument.
28168  To insert a LaTeX-command in text, use the TeX Code box as described in
28169  the previous section.
28170 \end_layout
28171
28172 \begin_layout Standard
28173 If you want to learn more about LaTeX and its syntax, have a look at the
28174  LaTeX-books 
28175 \begin_inset CommandInset citation
28176 LatexCommand cite
28177 key "latexcompanion,latexguide"
28178
28179 \end_inset
28180
28181 .
28182  
28183 \end_layout
28184
28185 \begin_layout Section
28186 Previewing Snippets of your Document
28187 \begin_inset CommandInset label
28188 LatexCommand label
28189 name "sec:Previewing-snippets-of"
28190
28191 \end_inset
28192
28193
28194 \begin_inset Index idx
28195 status collapsed
28196
28197 \begin_layout Plain Layout
28198 Instant preview
28199 \end_layout
28200
28201 \end_inset
28202
28203
28204 \begin_inset Index idx
28205 status collapsed
28206
28207 \begin_layout Plain Layout
28208 Document ! Preview
28209 \end_layout
28210
28211 \end_inset
28212
28213
28214 \end_layout
28215
28216 \begin_layout Standard
28217 LyX allows you to generate previews of sections of your document on the
28218  fly so you can see how they'll look in the final document without having
28219  to break your train of thought with 
28220 \family sans
28221 View\SpecialChar \menuseparator
28222 DVI
28223 \family default
28224 .
28225 \end_layout
28226
28227 \begin_layout Standard
28228 If you would for example like to see in LyX your math formulas typeset by
28229  LaTeX, install the LaTeX-package 
28230 \series bold
28231 preview-latex
28232 \series default
28233
28234 \begin_inset Index idx
28235 status collapsed
28236
28237 \begin_layout Plain Layout
28238 LaTeX-packages ! preview-latex
28239 \end_layout
28240
28241 \end_inset
28242
28243  as explained below, and turn on 
28244 \family sans
28245 Instant
28246 \begin_inset space ~
28247 \end_inset
28248
28249 preview
28250 \family default
28251  in the 
28252 \family sans
28253 Tools\SpecialChar \menuseparator
28254 Preferences 
28255 \family default
28256 dialog under 
28257 \family sans
28258 Look
28259 \begin_inset space ~
28260 \end_inset
28261
28262 and
28263 \begin_inset space ~
28264 \end_inset
28265
28266 feel\SpecialChar \menuseparator
28267 Graphics
28268 \family default
28269 .
28270 \end_layout
28271
28272 \begin_layout Standard
28273 Previews are generated when you load a document into LyX and when you finish
28274  editing an inset.
28275  Previews of an already loaded document are 
28276 \emph on
28277 not
28278 \emph default
28279  generated just by selecting the 
28280 \family sans
28281 Instant
28282 \begin_inset space ~
28283 \end_inset
28284
28285 preview
28286 \family default
28287  check box, you have to reopen the documents to activate the previews.
28288 \end_layout
28289
28290 \begin_layout Standard
28291 LyX will generate previews of math insets.
28292  It will also generate previews of included insets if you select the 
28293 \family sans
28294 Show
28295 \begin_inset space ~
28296 \end_inset
28297
28298 preview
28299 \family default
28300  check box in the insert dialog.
28301  This is useful if you wish to generate a preview of a LaTeX figure, for
28302  example.
28303 \end_layout
28304
28305 \begin_layout Standard
28306 To get previews working, you need the LaTeX package 
28307 \series bold
28308 preview-latex
28309 \series default
28310  (on some systems named simply 
28311 \series bold
28312 preview
28313 \series default
28314 ) installed.
28315  If it is not already installed, you will find it in the TeX Catalogue,
28316  
28317 \begin_inset CommandInset citation
28318 LatexCommand cite
28319 key "TeXCatalogue"
28320
28321 \end_inset
28322
28323  or in the package manager of your LaTeX-system.
28324  You obtain prettier results if you install the program 
28325 \family typewriter
28326 pnmcrop
28327 \family default
28328  from the 
28329 \family typewriter
28330 netpbm
28331 \family default
28332  package; for LyX on Windows this program is automatically installed together
28333  with LyX.
28334 \end_layout
28335
28336 \begin_layout Standard
28337 \begin_inset VSpace bigskip
28338 \end_inset
28339
28340
28341 \end_layout
28342
28343 \begin_layout Standard
28344 You can furthermore preview the LaTeX source of the whole document or parts
28345  of it.
28346  Use the menu 
28347 \family sans
28348 View\SpecialChar \menuseparator
28349 View
28350 \begin_inset space ~
28351 \end_inset
28352
28353 Source
28354 \family default
28355  and a window will be shown where you can see the LaTeX-source code.
28356  The window shows the source of the whole paragraph where the cursor is
28357  currently in.
28358  You can also select document parts in LyX's main window, then only this
28359  selection (when it is more than one paragraph) is shown as source code.
28360  To view the whole document as source, enable the corresponding option in
28361  the source view window.
28362 \end_layout
28363
28364 \begin_layout Section
28365 Spell Checking
28366 \begin_inset CommandInset label
28367 LatexCommand label
28368 name "sec:Spellchecking"
28369
28370 \end_inset
28371
28372
28373 \begin_inset Index idx
28374 status collapsed
28375
28376 \begin_layout Plain Layout
28377 Spell checking
28378 \end_layout
28379
28380 \end_inset
28381
28382
28383 \end_layout
28384
28385 \begin_layout Standard
28386 LyX itself has no built-in spell checker.
28387  Rather it uses one of the external programs 
28388 \family typewriter
28389 aspell
28390 \family default
28391
28392 \family typewriter
28393 ispell
28394 \family default
28395
28396 \family typewriter
28397 hspell
28398 \family default
28399 , or 
28400 \family typewriter
28401 pspell
28402 \family default
28403  as backend.
28404  This section assumes you have already installed and set up one of these
28405  programs.
28406  
28407 \family typewriter
28408 aspell
28409 \family default
28410  can be seen as the successor to 
28411 \family typewriter
28412 ispell
28413 \family default
28414 , so that it is recommended to use aspell.
28415  
28416 \family typewriter
28417 hspell
28418 \family default
28419  is a Hebrew spell-checker.
28420  The used spell checker ind its settings are specified in LyX's preferences
28421  under 
28422 \family sans
28423 Language Settings
28424 \family default
28425 .
28426 \end_layout
28427
28428 \begin_layout Standard
28429 For LyX on Windows, the selection box for the spell checking program is
28430  greyed out in the preferences dialog because only 
28431 \family typewriter
28432 aspell
28433 \family default
28434  can be used.
28435 \end_layout
28436
28437 \begin_layout Standard
28438 The menu
28439 \family sans
28440  Tools\SpecialChar \menuseparator
28441 Spellchecker
28442 \family default
28443  or the toolbar button 
28444 \begin_inset Graphics
28445         filename ../images/dialog-show_spellchecker.png
28446         BoundingBox 0bp 5bp 20bp 20bp
28447
28448 \end_inset
28449
28450  starts the spell checking beginning from the current cursor position.
28451  A dialog window will appear showing any incorrect (or unknown) word found,
28452  allowing you to edit and replace it in a second line.
28453  Whenever an unknown word is found, the word is highlighted and the text
28454  scrolled so that it is visible.
28455  In the 
28456 \family sans
28457 spell checker
28458 \family default
28459  dialog, there is also a box showing suggestions for a correction, if any
28460  could be found.
28461  Clicking on one of the corrections will copy to the 
28462 \family sans
28463 Replace
28464 \family default
28465  field, double-click invokes directly the replacement.
28466  Unknown but correctly typed words can be added to the personal dictionary.
28467 \end_layout
28468
28469 \begin_layout Standard
28470 By default, the dictionary file used is determined by the document language
28471  that is set in the 
28472 \family sans
28473 Document\SpecialChar \menuseparator
28474 Settings
28475 \family default
28476  dialog.
28477  If you do not have a dictionary for the document language, spell checking
28478  will bring an error message.
28479  In this case, you can specify another dictionary file in the dialog by
28480  specifying a different 
28481 \family sans
28482 Alternative language
28483 \family default
28484  in preferences dialog.
28485 \end_layout
28486
28487 \begin_layout Standard
28488 After a spell check you will be informed about the number of checked words.
28489 \end_layout
28490
28491 \begin_layout Subsubsection*
28492 Limitations
28493 \end_layout
28494
28495 \begin_layout Standard
28496 It is not possible to change the spelling of a particular word globally,
28497  rather than having to change the spelling separately for each occurrence
28498  of the word.
28499  But you can use the 
28500 \family sans
28501 Find
28502 \begin_inset space ~
28503 \end_inset
28504
28505 &
28506 \begin_inset space ~
28507 \end_inset
28508
28509 Replace
28510 \family default
28511  dialog for that.
28512 \end_layout
28513
28514 \begin_layout Standard
28515 LyX cannot correctly spell check documents containing multiple languages.
28516  This does work with 
28517 \family typewriter
28518 pspell
28519 \family default
28520 , assuming you have marked the different languages appropriately.
28521 \end_layout
28522
28523 \begin_layout Subsubsection*
28524 Further Settings
28525 \end_layout
28526
28527 \begin_layout Standard
28528 The 
28529 \family sans
28530 Spellchecker
28531 \family default
28532  section in the preferences dialog has some additional options:
28533 \end_layout
28534
28535 \begin_layout Description
28536 Escape
28537 \begin_inset space ~
28538 \end_inset
28539
28540 characters Allows you to add non-standard characters that the spell checker
28541  should consider, e.
28542 \begin_inset space \thinspace{}
28543 \end_inset
28544
28545 g.
28546 \begin_inset space \space{}
28547 \end_inset
28548
28549 German umlauts although you are spell checking an English document.
28550  This should not normally be needed.
28551 \end_layout
28552
28553 \begin_layout Description
28554 Personal
28555 \begin_inset space ~
28556 \end_inset
28557
28558 dictionary to use a different file as your personal dictionary instead of
28559  the spell checker's default choice 
28560 \end_layout
28561
28562 \begin_layout Description
28563 Accept
28564 \begin_inset space ~
28565 \end_inset
28566
28567 compound
28568 \begin_inset space ~
28569 \end_inset
28570
28571 words Prevent the spell checker from complaining about compounded words
28572  like 
28573 \begin_inset Quotes eld
28574 \end_inset
28575
28576 passthrough
28577 \begin_inset Quotes erd
28578 \end_inset
28579
28580 .
28581 \end_layout
28582
28583 \begin_layout Description
28584 Use
28585 \begin_inset space ~
28586 \end_inset
28587
28588 input
28589 \begin_inset space ~
28590 \end_inset
28591
28592 encoding Uses the document encoding that is set in the 
28593 \family sans
28594 Document\SpecialChar \menuseparator
28595 Settings
28596 \family default
28597  dialog under 
28598 \family sans
28599 Language
28600 \family default
28601  also for the spellchecker.
28602 \begin_inset Foot
28603 status collapsed
28604
28605 \begin_layout Plain Layout
28606 The encodings are explained in section
28607 \begin_inset space ~
28608 \end_inset
28609
28610
28611 \begin_inset CommandInset ref
28612 LatexCommand ref
28613 reference "cha:The-Document-Settings"
28614
28615 \end_inset
28616
28617 .
28618 \end_layout
28619
28620 \end_inset
28621
28622  Only enable this if you use 
28623 \family typewriter
28624 ispell
28625 \family default
28626  and can't spell check words with international letters in them.
28627  There have been reports that this does not work with all dictionaries,
28628  so this is disabled by default.
28629 \end_layout
28630
28631 \begin_layout Section
28632 Thesaurus
28633 \begin_inset Index idx
28634 status collapsed
28635
28636 \begin_layout Plain Layout
28637 Thesaurus
28638 \end_layout
28639
28640 \end_inset
28641
28642
28643 \begin_inset CommandInset label
28644 LatexCommand label
28645 name "sec:Thesaurus"
28646
28647 \end_inset
28648
28649
28650 \end_layout
28651
28652 \begin_layout Standard
28653 LyX provides a multilingual thesaurus.
28654  It uses the same thesaurus framework as OpenOffice and Firefox (namely
28655  the 
28656 \emph on
28657 MyThes
28658 \emph default
28659
28660 \begin_inset Foot
28661 status collapsed
28662
28663 \begin_layout Plain Layout
28664 \begin_inset CommandInset href
28665 LatexCommand href
28666 target "http://lingucomponent.openoffice.org/thesaurus.html"
28667
28668 \end_inset
28669
28670
28671 \end_layout
28672
28673 \end_inset
28674
28675  thesaurus library, which is included in LyX).
28676  Therefore, LyX can directly access OpenOffice thesaurus dictionaries, which
28677  are available for many languages.
28678 \end_layout
28679
28680 \begin_layout Standard
28681 This section describes how new dictionaries are installed and set up for
28682  the use with LyX.
28683 \end_layout
28684
28685 \begin_layout Subsection
28686 Setting up the thesaurus
28687 \end_layout
28688
28689 \begin_layout Standard
28690 The 
28691 \emph on
28692 MyThes/
28693 \emph default
28694 OpenOffice thesauri consist of two files per language: A file with the suffix
28695  
28696 \emph on
28697 *.dat
28698 \emph default
28699  containing the data and an index file with the suffix 
28700 \emph on
28701 *.idx
28702 \emph default
28703 .
28704  The standardized file names include the language code for the given language
28705  (e.
28706 \begin_inset space \thinspace{}
28707 \end_inset
28708
28709 g.
28710  en_EN for English).
28711  For instance, the English files are named:
28712 \end_layout
28713
28714 \begin_layout Itemize
28715 th_en_EN_v2.idx
28716 \end_layout
28717
28718 \begin_layout Itemize
28719 th_en_EN_v2.dat
28720 \end_layout
28721
28722 \begin_layout Standard
28723 If you have OpenOffice and its thesaurus installed, these files should be
28724  already on your system.
28725  If not, you can get dictionaries from the site 
28726 \begin_inset Flex URL
28727 status collapsed
28728
28729 \begin_layout Plain Layout
28730
28731 http://extensions.services.openoffice.org
28732 \end_layout
28733
28734 \end_inset
28735
28736 .
28737  Note that, as of OpenOffice 3.0, these files are usually packed in extension
28738  archives (
28739 \emph on
28740 *.oxt
28741 \emph default
28742 ) that contain other files such as spellchecker dictionaries besides the
28743  thesauri.
28744  These archives are simple zip files, so you can unpack them as you would
28745  unpack a zip archive.
28746 \end_layout
28747
28748 \begin_layout Standard
28749 Put the 
28750 \emph on
28751 *.idx
28752 \emph default
28753  and 
28754 \emph on
28755 *.dat
28756 \emph default
28757  files of all languages you want to use into one directory (do not use subfolder
28758 s), and specify the path to this directory in 
28759 \family sans
28760 Tools\SpecialChar \menuseparator
28761 Preferences\SpecialChar \menuseparator
28762 Paths
28763 \family default
28764 .
28765  Now the thesaurus should be ready to use.
28766 \end_layout
28767
28768 \begin_layout Subsection
28769 Using the thesaurus
28770 \end_layout
28771
28772 \begin_layout Standard
28773 To start the thesaurus, use the menu 
28774 \family sans
28775 Tools\SpecialChar \menuseparator
28776 Thesaurus
28777 \family default
28778  or the toolbar button 
28779 \begin_inset Graphics
28780         filename ../images/thesaurus-entry.png
28781         BoundingBox 0bp 5bp 20bp 25bp
28782         rotateOrigin center
28783
28784 \end_inset
28785
28786  while the cursor is at the word you want to look up or while a word is
28787  selected.
28788  A dialog pops up showing you probably related words that you can use as
28789  replacement.
28790  The proposals are grouped into categories.
28791  Note that the thesaurus does not only show synonyms, but also hyperonyms
28792  and hyponyms (such as 
28793 \emph on
28794 plant
28795 \emph default
28796  for 
28797 \emph on
28798 tree
28799 \emph default
28800 ), compounds (such as 
28801 \emph on
28802 tree diagram
28803 \emph default
28804 ) and antonyms (such as 
28805 \emph on
28806 women
28807 \emph default
28808  for 
28809 \emph on
28810 men
28811 \emph default
28812 ), which are marked as such.
28813 \end_layout
28814
28815 \begin_layout Standard
28816 The language is automatically chosen from the language at the cursor, but
28817  you can also switch it in the dialog, as you can enter new words to look
28818  up directly there.
28819 \end_layout
28820
28821 \begin_layout Standard
28822 Note that the thesaurus cannot handle phrases (only compounds that are in
28823  the dictionary, such as the above 
28824 \emph on
28825 tree diagram
28826 \emph default
28827 ), and you have to use the so called lemma form, i.
28828 \begin_inset space \thinspace{}
28829 \end_inset
28830
28831 e.
28832  the form that is used in the dictionaries (for many languages: first person
28833  singular indicative active for nouns, infinitive for verbs).
28834  For example looking up the word forms 
28835 \emph on
28836 reports
28837 \emph default
28838  or 
28839 \emph on
28840 reporting
28841 \emph default
28842  yields no results, while results are shown for the word form 
28843 \emph on
28844 report
28845 \emph default
28846 .
28847  Your best bet is to highlight only the relevant parts of such word (e.
28848 \begin_inset space \thinspace{}
28849 \end_inset
28850
28851 g.
28852  
28853 \emph on
28854 report
28855 \emph default
28856  in 
28857 \emph on
28858 report
28859 \emph default
28860 s), then you get proposals without adjusting the query in the dialog, and
28861  also the replacement will probably be correct (as only the highlighted
28862  part will be replaced, thus the ending remains).
28863 \end_layout
28864
28865 \begin_layout Subsection
28866 Lincense of the Thesaurus library
28867 \end_layout
28868
28869 \begin_layout Standard
28870 The 
28871 \emph on
28872 MyThes
28873 \emph default
28874  library, which is used by LyX for the thesaurus, was created by 
28875 \noun on
28876 Kevin B.
28877  Hendricks
28878 \noun default
28879  as a standalone program.
28880  Version 1.1 of the library is included in LyX.
28881  The library was released under the 
28882 \emph on
28883 Berkeley Database License
28884 \emph default
28885 , which is compatible with LyX's license, the GPL.
28886  In order to meet the requirements of the Berkeley Database License, the
28887  MyThes license file is included in the LyX sources in the folder 
28888 \family sans
28889 ~src/support/mythes/license.readme
28890 \family default
28891 .
28892  In LyX Windows installations it is additionally available in the file 
28893 \family sans
28894 MyThes-License.txt
28895 \family default
28896  that is in the same folder as the file lyx.exe.
28897 \end_layout
28898
28899 \begin_layout Section
28900 Change Tracking
28901 \begin_inset Index idx
28902 status collapsed
28903
28904 \begin_layout Plain Layout
28905 Change Tracking
28906 \end_layout
28907
28908 \end_inset
28909
28910
28911 \begin_inset Index idx
28912 status collapsed
28913
28914 \begin_layout Plain Layout
28915 Document ! Change Tracking
28916 \end_layout
28917
28918 \end_inset
28919
28920
28921 \begin_inset CommandInset label
28922 LatexCommand label
28923 name "sec:Change-Tracking"
28924
28925 \end_inset
28926
28927
28928 \end_layout
28929
28930 \begin_layout Standard
28931 When you work on a document collaboratively it is extremely useful to be
28932  able to see changes that others have made highlighted in the document.
28933  You can then decide if you want to accept a change or not.
28934  This can be achieved by turning on change tracking in the menu 
28935 \family sans
28936 Document\SpecialChar \menuseparator
28937 Change
28938 \begin_inset space ~
28939 \end_inset
28940
28941 Tracking\SpecialChar \menuseparator
28942 Track
28943 \begin_inset space ~
28944 \end_inset
28945
28946 Changes
28947 \family default
28948 .
28949 \end_layout
28950
28951 \begin_layout Standard
28952 Changes made in the document will then be highlighted by colors: 
28953 \color blue
28954 Blue text
28955 \color inherit
28956  is an addition, 
28957 \color red
28958 red canceled text
28959 \color inherit
28960  is a deletion.
28961  You can change the color in LyX's preferences dialog under 
28962 \family sans
28963 Look
28964 \begin_inset space ~
28965 \end_inset
28966
28967 and
28968 \begin_inset space ~
28969 \end_inset
28970
28971 feel
28972 \family default
28973
28974 \family sans
28975 Colors
28976 \family default
28977 .
28978 \begin_inset Index idx
28979 status collapsed
28980
28981 \begin_layout Plain Layout
28982 Color ! LyX screen
28983 \end_layout
28984
28985 \end_inset
28986
28987
28988 \end_layout
28989
28990 \begin_layout Standard
28991 When change tracking is activated, you will see the review toolbar in LyX:
28992 \begin_inset Index idx
28993 status collapsed
28994
28995 \begin_layout Plain Layout
28996 Toolbar ! Review
28997 \end_layout
28998
28999 \end_inset
29000
29001
29002 \end_layout
29003
29004 \begin_layout Standard
29005 \begin_inset VSpace defskip
29006 \end_inset
29007
29008
29009 \end_layout
29010
29011 \begin_layout Standard
29012 \begin_inset Graphics
29013         filename clipart/ChangesToolbar.png
29014
29015 \end_inset
29016
29017
29018 \end_layout
29019
29020 \begin_layout Standard
29021 \begin_inset VSpace defskip
29022 \end_inset
29023
29024
29025 \end_layout
29026
29027 \begin_layout Standard
29028 The review toolbar as shown above contains from left to right the following
29029  buttons:
29030 \end_layout
29031
29032 \begin_layout Standard
29033 \begin_inset VSpace defskip
29034 \end_inset
29035
29036
29037 \end_layout
29038
29039 \begin_layout Standard
29040 \begin_inset Tabular
29041 <lyxtabular version="3" rows="10" columns="2">
29042 <features islongtable="true" longtabularalignment="center">
29043 <column alignment="left" valignment="top" width="0">
29044 <column alignment="left" valignment="top" width="0">
29045 <row interlinespace="2.5mm">
29046 <cell alignment="center" valignment="top" usebox="none">
29047 \begin_inset Text
29048
29049 \begin_layout Plain Layout
29050 \begin_inset Graphics
29051         filename ../images/changes-track.png
29052         BoundingBox 0bp 5bp 20bp 25bp
29053         rotateOrigin center
29054
29055 \end_inset
29056
29057
29058 \end_layout
29059
29060 \end_inset
29061 </cell>
29062 <cell alignment="center" valignment="top" usebox="none">
29063 \begin_inset Text
29064
29065 \begin_layout Plain Layout
29066
29067 \family sans
29068 Document\SpecialChar \menuseparator
29069 Change
29070 \begin_inset space ~
29071 \end_inset
29072
29073 Tracking\SpecialChar \menuseparator
29074 Track
29075 \begin_inset space ~
29076 \end_inset
29077
29078 Changes
29079 \end_layout
29080
29081 \end_inset
29082 </cell>
29083 </row>
29084 <row interlinespace="2.5mm">
29085 <cell alignment="center" valignment="top" usebox="none">
29086 \begin_inset Text
29087
29088 \begin_layout Plain Layout
29089 \begin_inset Graphics
29090         filename ../images/changes-output.png
29091         BoundingBox 0bp 5bp 20bp 25bp
29092         rotateOrigin center
29093
29094 \end_inset
29095
29096
29097 \end_layout
29098
29099 \end_inset
29100 </cell>
29101 <cell alignment="center" valignment="top" usebox="none">
29102 \begin_inset Text
29103
29104 \begin_layout Plain Layout
29105
29106 \family sans
29107 Document\SpecialChar \menuseparator
29108 Change
29109 \begin_inset space ~
29110 \end_inset
29111
29112 Tracking\SpecialChar \menuseparator
29113 Show
29114 \begin_inset space ~
29115 \end_inset
29116
29117 Changes
29118 \begin_inset space ~
29119 \end_inset
29120
29121 in
29122 \begin_inset space ~
29123 \end_inset
29124
29125 Output
29126 \end_layout
29127
29128 \end_inset
29129 </cell>
29130 </row>
29131 <row interlinespace="2.5mm">
29132 <cell alignment="center" valignment="top" usebox="none">
29133 \begin_inset Text
29134
29135 \begin_layout Plain Layout
29136 \begin_inset Graphics
29137         filename ../images/change-next.png
29138         BoundingBox 0bp 5bp 20bp 25bp
29139         rotateOrigin center
29140
29141 \end_inset
29142
29143
29144 \end_layout
29145
29146 \end_inset
29147 </cell>
29148 <cell alignment="center" valignment="top" usebox="none">
29149 \begin_inset Text
29150
29151 \begin_layout Plain Layout
29152 Jumps to the next change
29153 \end_layout
29154
29155 \end_inset
29156 </cell>
29157 </row>
29158 <row interlinespace="2.5mm">
29159 <cell alignment="center" valignment="top" usebox="none">
29160 \begin_inset Text
29161
29162 \begin_layout Plain Layout
29163 \begin_inset Graphics
29164         filename ../images/change-accept.png
29165         BoundingBox 0bp 5bp 20bp 25bp
29166         rotateOrigin center
29167
29168 \end_inset
29169
29170
29171 \end_layout
29172
29173 \end_inset
29174 </cell>
29175 <cell alignment="center" valignment="top" usebox="none">
29176 \begin_inset Text
29177
29178 \begin_layout Plain Layout
29179
29180 \family sans
29181 Document\SpecialChar \menuseparator
29182 Change
29183 \begin_inset space ~
29184 \end_inset
29185
29186 Tracking\SpecialChar \menuseparator
29187 Accept
29188 \begin_inset space ~
29189 \end_inset
29190
29191 Change
29192 \end_layout
29193
29194 \end_inset
29195 </cell>
29196 </row>
29197 <row interlinespace="2.5mm">
29198 <cell alignment="center" valignment="top" usebox="none">
29199 \begin_inset Text
29200
29201 \begin_layout Plain Layout
29202 \begin_inset Graphics
29203         filename ../images/change-reject.png
29204         BoundingBox 0bp 5bp 20bp 25bp
29205         rotateOrigin center
29206
29207 \end_inset
29208
29209
29210 \end_layout
29211
29212 \end_inset
29213 </cell>
29214 <cell alignment="center" valignment="top" usebox="none">
29215 \begin_inset Text
29216
29217 \begin_layout Plain Layout
29218
29219 \family sans
29220 Document\SpecialChar \menuseparator
29221 Change
29222 \begin_inset space ~
29223 \end_inset
29224
29225 Tracking\SpecialChar \menuseparator
29226 Reject
29227 \begin_inset space ~
29228 \end_inset
29229
29230 Change
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/changes-merge.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
29258 \family sans
29259 Document\SpecialChar \menuseparator
29260 Change
29261 \begin_inset space ~
29262 \end_inset
29263
29264 Tracking\SpecialChar \menuseparator
29265 Merge
29266 \begin_inset space ~
29267 \end_inset
29268
29269 Changes
29270 \end_layout
29271
29272 \end_inset
29273 </cell>
29274 </row>
29275 <row interlinespace="2.5mm">
29276 <cell alignment="center" valignment="top" usebox="none">
29277 \begin_inset Text
29278
29279 \begin_layout Plain Layout
29280 \begin_inset Graphics
29281         filename ../images/all-changes-accept.png
29282         BoundingBox 0bp 5bp 20bp 25bp
29283         rotateOrigin center
29284
29285 \end_inset
29286
29287
29288 \end_layout
29289
29290 \end_inset
29291 </cell>
29292 <cell alignment="center" valignment="top" usebox="none">
29293 \begin_inset Text
29294
29295 \begin_layout Plain Layout
29296
29297 \family sans
29298 Document\SpecialChar \menuseparator
29299 Change
29300 \begin_inset space ~
29301 \end_inset
29302
29303 Tracking\SpecialChar \menuseparator
29304 Accept
29305 \begin_inset space ~
29306 \end_inset
29307
29308 All
29309 \begin_inset space ~
29310 \end_inset
29311
29312 Changes
29313 \end_layout
29314
29315 \end_inset
29316 </cell>
29317 </row>
29318 <row interlinespace="2.5mm">
29319 <cell alignment="center" valignment="top" usebox="none">
29320 \begin_inset Text
29321
29322 \begin_layout Plain Layout
29323 \begin_inset Graphics
29324         filename ../images/all-changes-reject.png
29325         BoundingBox 0bp 5bp 20bp 25bp
29326         rotateOrigin center
29327
29328 \end_inset
29329
29330
29331 \end_layout
29332
29333 \end_inset
29334 </cell>
29335 <cell alignment="center" valignment="top" usebox="none">
29336 \begin_inset Text
29337
29338 \begin_layout Plain Layout
29339
29340 \family sans
29341 Document\SpecialChar \menuseparator
29342 Change
29343 \begin_inset space ~
29344 \end_inset
29345
29346 Tracking\SpecialChar \menuseparator
29347 Reject
29348 \begin_inset space ~
29349 \end_inset
29350
29351 All
29352 \begin_inset space ~
29353 \end_inset
29354
29355 Changes
29356 \end_layout
29357
29358 \end_inset
29359 </cell>
29360 </row>
29361 <row interlinespace="2.5mm">
29362 <cell alignment="center" valignment="top" usebox="none">
29363 \begin_inset Text
29364
29365 \begin_layout Plain Layout
29366 \begin_inset Graphics
29367         filename ../images/note-insert.png
29368         BoundingBox 0bp 5bp 20bp 25bp
29369         rotateOrigin center
29370
29371 \end_inset
29372
29373
29374 \end_layout
29375
29376 \end_inset
29377 </cell>
29378 <cell alignment="center" valignment="top" usebox="none">
29379 \begin_inset Text
29380
29381 \begin_layout Plain Layout
29382
29383 \family sans
29384 Insert\SpecialChar \menuseparator
29385 Note\SpecialChar \menuseparator
29386 LyX
29387 \begin_inset space ~
29388 \end_inset
29389
29390 Note
29391 \end_layout
29392
29393 \end_inset
29394 </cell>
29395 </row>
29396 <row interlinespace="2.5mm">
29397 <cell alignment="center" valignment="top" usebox="none">
29398 \begin_inset Text
29399
29400 \begin_layout Plain Layout
29401 \begin_inset Graphics
29402         filename ../images/note-next.png
29403         BoundingBox 0bp 5bp 20bp 25bp
29404         rotateOrigin center
29405
29406 \end_inset
29407
29408
29409 \end_layout
29410
29411 \end_inset
29412 </cell>
29413 <cell alignment="center" valignment="top" usebox="none">
29414 \begin_inset Text
29415
29416 \begin_layout Plain Layout
29417
29418 \family sans
29419 Navigate\SpecialChar \menuseparator
29420 Next
29421 \begin_inset space ~
29422 \end_inset
29423
29424 Note
29425 \end_layout
29426
29427 \end_inset
29428 </cell>
29429 </row>
29430 </lyxtabular>
29431
29432 \end_inset
29433
29434
29435 \end_layout
29436
29437 \begin_layout Standard
29438 \begin_inset VSpace defskip
29439 \end_inset
29440
29441
29442 \end_layout
29443
29444 \begin_layout Standard
29445 The review toolbar helps you to accept, reject, or merge changes – highlight
29446  the change and press one of the desired toolbar buttons.
29447  When you merge changes, a window pops up showing you information about
29448  the next change behind the current cursor position.
29449  So you don't need to highlight a certain change.
29450  Within the merge window you can decide to accept or reject changes and
29451  step to the next change.
29452  This way you can jump through all the changes in the document.
29453 \end_layout
29454
29455 \begin_layout Standard
29456 The toolbar has two buttons to handle notes because notes are often important
29457  to describe a change.
29458 \end_layout
29459
29460 \begin_layout Standard
29461 To show made changes in the output you need the LaTeX package 
29462 \series bold
29463 dvipost
29464 \series default
29465
29466 \begin_inset Index idx
29467 status collapsed
29468
29469 \begin_layout Plain Layout
29470 LaTeX-packages ! dvipost
29471 \end_layout
29472
29473 \end_inset
29474
29475  installed.
29476  You will find it in the TeX Catalogue, 
29477 \begin_inset CommandInset citation
29478 LatexCommand cite
29479 key "TeXCatalogue"
29480
29481 \end_inset
29482
29483  or in the package manager of your LaTeX-system.
29484 \end_layout
29485
29486 \begin_layout Section
29487 International Support
29488 \begin_inset Index idx
29489 status collapsed
29490
29491 \begin_layout Plain Layout
29492 International support
29493 \end_layout
29494
29495 \end_inset
29496
29497
29498 \end_layout
29499
29500 \begin_layout Standard
29501 This section describes how to use LyX with any language you want.
29502  For some non-western languages there are special Wiki-pages that explain
29503  how to set up LyX to use them: 
29504 \begin_inset CommandInset citation
29505 LatexCommand cite
29506 key "Arabic,Armenian,Farsi,Hebrew"
29507
29508 \end_inset
29509
29510
29511 \end_layout
29512
29513 \begin_layout Standard
29514 Besides languages, LyX also supports phonetic symbols, see section
29515 \begin_inset space ~
29516 \end_inset
29517
29518
29519 \begin_inset CommandInset ref
29520 LatexCommand ref
29521 reference "sub:Special-Character"
29522
29523 \end_inset
29524
29525 .
29526 \end_layout
29527
29528 \begin_layout Subsection
29529 Language Options
29530 \begin_inset Index idx
29531 status collapsed
29532
29533 \begin_layout Plain Layout
29534 Language ! Options
29535 \end_layout
29536
29537 \end_inset
29538
29539
29540 \begin_inset Index idx
29541 status collapsed
29542
29543 \begin_layout Plain Layout
29544 Document ! Settings
29545 \end_layout
29546
29547 \end_inset
29548
29549
29550 \begin_inset Index idx
29551 status collapsed
29552
29553 \begin_layout Plain Layout
29554 Document ! Language
29555 \end_layout
29556
29557 \end_inset
29558
29559
29560 \end_layout
29561
29562 \begin_layout Standard
29563 The 
29564 \family sans
29565 Document\SpecialChar \menuseparator
29566 Settings
29567 \family default
29568  dialog lets you set 
29569 \family roman
29570 the language and character encoding for your language.
29571  
29572 \end_layout
29573
29574 \begin_layout Standard
29575 Choose your language in the 
29576 \family sans
29577 Language
29578 \family default
29579  section of this dialog.
29580  The default is 
29581 \family sans
29582 English
29583 \family default
29584 .
29585 \end_layout
29586
29587 \begin_layout Standard
29588 Under 
29589 \family sans
29590 Encoding
29591 \family default
29592  you can choose the character encoding map you want to use for LaTeX export.
29593  The option 
29594 \family sans
29595 Language Default
29596 \family default
29597  is the preferred choice and works well in most cases.
29598  For details about the different encoding options see section
29599 \begin_inset space ~
29600 \end_inset
29601
29602
29603 \begin_inset CommandInset ref
29604 LatexCommand ref
29605 reference "cha:The-Document-Settings"
29606
29607 \end_inset
29608
29609 .
29610 \end_layout
29611
29612 \begin_layout Subsection
29613 Keyboard mapping configuration
29614 \begin_inset CommandInset label
29615 LatexCommand label
29616 name "sub:Keyboard-mapping"
29617
29618 \end_inset
29619
29620
29621 \end_layout
29622
29623 \begin_layout Standard
29624 If you have for example a U.S.-style keyboard and want to write in a language
29625  other than English, you can use an alternate keymap.
29626  For example, if you have a U.S.-style keyboard but want to write in Italian,
29627  you can configure LyX to use an Italian keymap.
29628  The preferences dialog allows you to choose up to two keyboard mappings,
29629  see section
29630 \begin_inset space ~
29631 \end_inset
29632
29633
29634 \begin_inset CommandInset ref
29635 LatexCommand ref
29636 reference "sub:Keyboard-Map"
29637
29638 \end_inset
29639
29640 .
29641  You can choose primary and secondary keyboard languages and then select
29642  which one you want to use.
29643 \end_layout
29644
29645 \begin_layout Standard
29646 Finally, you may just want to change a few key mappings or create an entirely
29647  different keymap (for Vulcan, for instance).
29648  You may, for example, normally write in Italian on a U.S.
29649  keyboard but want to include an occasional quotation in German.
29650  In such a case, you can write your own keyboard mapping or modify an existing
29651  one to support the characters you want.
29652  This and many other customizations are explained in the 
29653 \emph on
29654 Customization
29655 \emph default
29656  manual.
29657 \end_layout
29658
29659 \begin_layout Subsection
29660 Character Tables
29661 \end_layout
29662
29663 \begin_layout Standard
29664 Table
29665 \begin_inset space ~
29666 \end_inset
29667
29668
29669 \begin_inset CommandInset ref
29670 LatexCommand ref
29671 reference "cap:The-latin1-character"
29672
29673 \end_inset
29674
29675  shows the 
29676 \family typewriter
29677 Latin1
29678 \family default
29679  character set.
29680  You should be able to enter the characters in the first eight columns directly
29681  from the keyboard.
29682 \end_layout
29683
29684 \begin_layout Standard
29685 There are a few things you need to know about this table.
29686  Here are some of the details you'll need to bear in mind when using characters
29687  from the 
29688 \family typewriter
29689 Latin1
29690 \family default
29691  character set:
29692 \end_layout
29693
29694 \begin_layout Itemize
29695 Even if you have selected 
29696 \family sans
29697 latin1
29698 \family default
29699  in the 
29700 \family sans
29701 Document\SpecialChar \menuseparator
29702 Settings
29703 \family default
29704  dialog, users who have only the 
29705 \family typewriter
29706 T1
29707 \family default
29708 -fonts for LaTeX [or who have the 
29709 \family typewriter
29710 T1
29711 \family default
29712 -fonts but aren't using them] will still miss a few characters: D0, F0,
29713  DE, FE, AB, and BB – the uppercase and lowercase eth and thorn, and the
29714  french quotes won't show up.
29715 \end_layout
29716
29717 \begin_layout Standard
29718 \begin_inset Float table
29719 wide false
29720 sideways false
29721 status open
29722
29723 \begin_layout Plain Layout
29724 \begin_inset Caption
29725
29726 \begin_layout Plain Layout
29727 \begin_inset CommandInset label
29728 LatexCommand label
29729 name "cap:The-latin1-character"
29730
29731 \end_inset
29732
29733 The 
29734 \family typewriter
29735 latin1
29736 \family default
29737  character set
29738 \end_layout
29739
29740 \end_inset
29741
29742
29743 \end_layout
29744
29745 \begin_layout Plain Layout
29746 \align center
29747 \begin_inset Tabular
29748 <lyxtabular version="3" rows="17" columns="17">
29749 <features tabularvalignment="middle">
29750 <column alignment="center" valignment="top" width="0pt">
29751 <column alignment="center" valignment="top" width="0pt">
29752 <column alignment="center" valignment="top" width="0pt">
29753 <column alignment="center" valignment="top" width="0pt">
29754 <column alignment="center" valignment="top" width="0pt">
29755 <column alignment="center" valignment="top" width="0pt">
29756 <column alignment="center" valignment="top" width="0pt">
29757 <column alignment="center" valignment="top" width="0pt">
29758 <column alignment="center" valignment="top" width="0pt">
29759 <column alignment="center" valignment="top" width="0pt">
29760 <column alignment="center" valignment="top" width="0pt">
29761 <column alignment="center" valignment="top" width="0pt">
29762 <column alignment="center" valignment="top" width="0pt">
29763 <column alignment="center" valignment="top" width="0pt">
29764 <column alignment="center" valignment="top" width="0pt">
29765 <column alignment="center" valignment="top" width="0pt">
29766 <column alignment="center" valignment="top" width="0pt">
29767 <row>
29768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29769 \begin_inset Text
29770
29771 \begin_layout Plain Layout
29772
29773 \end_layout
29774
29775 \end_inset
29776 </cell>
29777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29778 \begin_inset Text
29779
29780 \begin_layout Plain Layout
29781
29782 \family roman
29783 \series medium
29784 \shape up
29785 \size tiny
29786 \emph off
29787 \bar no
29788 \noun off
29789 \color none
29790 00
29791 \end_layout
29792
29793 \end_inset
29794 </cell>
29795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29796 \begin_inset Text
29797
29798 \begin_layout Plain Layout
29799
29800 \family roman
29801 \series medium
29802 \shape up
29803 \size tiny
29804 \emph off
29805 \bar no
29806 \noun off
29807 \color none
29808 10
29809 \end_layout
29810
29811 \end_inset
29812 </cell>
29813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29814 \begin_inset Text
29815
29816 \begin_layout Plain Layout
29817
29818 \family roman
29819 \series medium
29820 \shape up
29821 \size tiny
29822 \emph off
29823 \bar no
29824 \noun off
29825 \color none
29826 20
29827 \end_layout
29828
29829 \end_inset
29830 </cell>
29831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29832 \begin_inset Text
29833
29834 \begin_layout Plain Layout
29835
29836 \family roman
29837 \series medium
29838 \shape up
29839 \size tiny
29840 \emph off
29841 \bar no
29842 \noun off
29843 \color none
29844 30
29845 \end_layout
29846
29847 \end_inset
29848 </cell>
29849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29850 \begin_inset Text
29851
29852 \begin_layout Plain Layout
29853
29854 \family roman
29855 \series medium
29856 \shape up
29857 \size tiny
29858 \emph off
29859 \bar no
29860 \noun off
29861 \color none
29862 40
29863 \end_layout
29864
29865 \end_inset
29866 </cell>
29867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29868 \begin_inset Text
29869
29870 \begin_layout Plain Layout
29871
29872 \family roman
29873 \series medium
29874 \shape up
29875 \size tiny
29876 \emph off
29877 \bar no
29878 \noun off
29879 \color none
29880 50
29881 \end_layout
29882
29883 \end_inset
29884 </cell>
29885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29886 \begin_inset Text
29887
29888 \begin_layout Plain Layout
29889
29890 \family roman
29891 \series medium
29892 \shape up
29893 \size tiny
29894 \emph off
29895 \bar no
29896 \noun off
29897 \color none
29898 60
29899 \end_layout
29900
29901 \end_inset
29902 </cell>
29903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29904 \begin_inset Text
29905
29906 \begin_layout Plain Layout
29907
29908 \family roman
29909 \series medium
29910 \shape up
29911 \size tiny
29912 \emph off
29913 \bar no
29914 \noun off
29915 \color none
29916 70
29917 \end_layout
29918
29919 \end_inset
29920 </cell>
29921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29922 \begin_inset Text
29923
29924 \begin_layout Plain Layout
29925
29926 \family roman
29927 \series medium
29928 \shape up
29929 \size tiny
29930 \emph off
29931 \bar no
29932 \noun off
29933 \color none
29934 80
29935 \end_layout
29936
29937 \end_inset
29938 </cell>
29939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29940 \begin_inset Text
29941
29942 \begin_layout Plain Layout
29943
29944 \family roman
29945 \series medium
29946 \shape up
29947 \size tiny
29948 \emph off
29949 \bar no
29950 \noun off
29951 \color none
29952 90
29953 \end_layout
29954
29955 \end_inset
29956 </cell>
29957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29958 \begin_inset Text
29959
29960 \begin_layout Plain Layout
29961
29962 \family roman
29963 \series medium
29964 \shape up
29965 \size tiny
29966 \emph off
29967 \bar no
29968 \noun off
29969 \color none
29970 A0
29971 \end_layout
29972
29973 \end_inset
29974 </cell>
29975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29976 \begin_inset Text
29977
29978 \begin_layout Plain Layout
29979
29980 \family roman
29981 \series medium
29982 \shape up
29983 \size tiny
29984 \emph off
29985 \bar no
29986 \noun off
29987 \color none
29988 B0
29989 \end_layout
29990
29991 \end_inset
29992 </cell>
29993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29994 \begin_inset Text
29995
29996 \begin_layout Plain Layout
29997
29998 \family roman
29999 \series medium
30000 \shape up
30001 \size tiny
30002 \emph off
30003 \bar no
30004 \noun off
30005 \color none
30006 C0
30007 \end_layout
30008
30009 \end_inset
30010 </cell>
30011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30012 \begin_inset Text
30013
30014 \begin_layout Plain Layout
30015
30016 \family roman
30017 \series medium
30018 \shape up
30019 \size tiny
30020 \emph off
30021 \bar no
30022 \noun off
30023 \color none
30024 D0
30025 \end_layout
30026
30027 \end_inset
30028 </cell>
30029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30030 \begin_inset Text
30031
30032 \begin_layout Plain Layout
30033
30034 \family roman
30035 \series medium
30036 \shape up
30037 \size tiny
30038 \emph off
30039 \bar no
30040 \noun off
30041 \color none
30042 E0
30043 \end_layout
30044
30045 \end_inset
30046 </cell>
30047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30048 \begin_inset Text
30049
30050 \begin_layout Plain Layout
30051
30052 \family roman
30053 \series medium
30054 \shape up
30055 \size tiny
30056 \emph off
30057 \bar no
30058 \noun off
30059 \color none
30060 F0
30061 \end_layout
30062
30063 \end_inset
30064 </cell>
30065 </row>
30066 <row>
30067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30068 \begin_inset Text
30069
30070 \begin_layout Plain Layout
30071
30072 \family roman
30073 \series medium
30074 \shape up
30075 \size tiny
30076 \emph off
30077 \bar no
30078 \noun off
30079 \color none
30080 00
30081 \end_layout
30082
30083 \end_inset
30084 </cell>
30085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30086 \begin_inset Text
30087
30088 \begin_layout Plain Layout
30089
30090 \end_layout
30091
30092 \end_inset
30093 </cell>
30094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30095 \begin_inset Text
30096
30097 \begin_layout Plain Layout
30098
30099 \end_layout
30100
30101 \end_inset
30102 </cell>
30103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30104 \begin_inset Text
30105
30106 \begin_layout Plain Layout
30107
30108 \end_layout
30109
30110 \end_inset
30111 </cell>
30112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30113 \begin_inset Text
30114
30115 \begin_layout Plain Layout
30116
30117 \family roman
30118 \series medium
30119 \shape up
30120 \emph off
30121 \bar no
30122 \noun off
30123 \color none
30124 0
30125 \end_layout
30126
30127 \end_inset
30128 </cell>
30129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30130 \begin_inset Text
30131
30132 \begin_layout Plain Layout
30133
30134 \family roman
30135 \series medium
30136 \shape up
30137 \emph off
30138 \bar no
30139 \noun off
30140 \color none
30141 @
30142 \end_layout
30143
30144 \end_inset
30145 </cell>
30146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30147 \begin_inset Text
30148
30149 \begin_layout Plain Layout
30150
30151 \family roman
30152 \series medium
30153 \shape up
30154 \emph off
30155 \bar no
30156 \noun off
30157 \color none
30158 P
30159 \end_layout
30160
30161 \end_inset
30162 </cell>
30163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30164 \begin_inset Text
30165
30166 \begin_layout Plain Layout
30167
30168 \family roman
30169 \series medium
30170 \shape up
30171 \emph off
30172 \bar no
30173 \noun off
30174 \color none
30175 '
30176 \end_layout
30177
30178 \end_inset
30179 </cell>
30180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30181 \begin_inset Text
30182
30183 \begin_layout Plain Layout
30184
30185 \family roman
30186 \series medium
30187 \shape up
30188 \emph off
30189 \bar no
30190 \noun off
30191 \color none
30192 p
30193 \end_layout
30194
30195 \end_inset
30196 </cell>
30197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30198 \begin_inset Text
30199
30200 \begin_layout Plain Layout
30201
30202 \end_layout
30203
30204 \end_inset
30205 </cell>
30206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30207 \begin_inset Text
30208
30209 \begin_layout Plain Layout
30210
30211 \end_layout
30212
30213 \end_inset
30214 </cell>
30215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30216 \begin_inset Text
30217
30218 \begin_layout Plain Layout
30219
30220 \end_layout
30221
30222 \end_inset
30223 </cell>
30224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30225 \begin_inset Text
30226
30227 \begin_layout Plain Layout
30228
30229 \family roman
30230 \series medium
30231 \shape up
30232 \emph off
30233 \bar no
30234 \noun off
30235 \color none
30236 °
30237 \end_layout
30238
30239 \end_inset
30240 </cell>
30241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30242 \begin_inset Text
30243
30244 \begin_layout Plain Layout
30245
30246 \family roman
30247 \series medium
30248 \shape up
30249 \emph off
30250 \bar no
30251 \noun off
30252 \color none
30253 À
30254 \end_layout
30255
30256 \end_inset
30257 </cell>
30258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30259 \begin_inset Text
30260
30261 \begin_layout Plain Layout
30262
30263 \family roman
30264 \series medium
30265 \shape up
30266 \emph off
30267 \bar no
30268 \noun off
30269 \color none
30270 Ð
30271 \end_layout
30272
30273 \end_inset
30274 </cell>
30275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30276 \begin_inset Text
30277
30278 \begin_layout Plain Layout
30279
30280 \family roman
30281 \series medium
30282 \shape up
30283 \emph off
30284 \bar no
30285 \noun off
30286 \color none
30287 à
30288 \end_layout
30289
30290 \end_inset
30291 </cell>
30292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30293 \begin_inset Text
30294
30295 \begin_layout Plain Layout
30296
30297 \family roman
30298 \series medium
30299 \shape up
30300 \emph off
30301 \bar no
30302 \noun off
30303 \color none
30304 ð
30305 \end_layout
30306
30307 \end_inset
30308 </cell>
30309 </row>
30310 <row>
30311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30312 \begin_inset Text
30313
30314 \begin_layout Plain Layout
30315
30316 \family roman
30317 \series medium
30318 \shape up
30319 \size tiny
30320 \emph off
30321 \bar no
30322 \noun off
30323 \color none
30324 01
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 \end_layout
30335
30336 \end_inset
30337 </cell>
30338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30339 \begin_inset Text
30340
30341 \begin_layout Plain Layout
30342
30343 \end_layout
30344
30345 \end_inset
30346 </cell>
30347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30348 \begin_inset Text
30349
30350 \begin_layout Plain Layout
30351
30352 \family roman
30353 \series medium
30354 \shape up
30355 \emph off
30356 \bar no
30357 \noun off
30358 \color none
30359 !
30360 \end_layout
30361
30362 \end_inset
30363 </cell>
30364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30365 \begin_inset Text
30366
30367 \begin_layout Plain Layout
30368
30369 \family roman
30370 \series medium
30371 \shape up
30372 \emph off
30373 \bar no
30374 \noun off
30375 \color none
30376 1
30377 \end_layout
30378
30379 \end_inset
30380 </cell>
30381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30382 \begin_inset Text
30383
30384 \begin_layout Plain Layout
30385
30386 \family roman
30387 \series medium
30388 \shape up
30389 \emph off
30390 \bar no
30391 \noun off
30392 \color none
30393 A
30394 \end_layout
30395
30396 \end_inset
30397 </cell>
30398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30399 \begin_inset Text
30400
30401 \begin_layout Plain Layout
30402
30403 \family roman
30404 \series medium
30405 \shape up
30406 \emph off
30407 \bar no
30408 \noun off
30409 \color none
30410 Q
30411 \end_layout
30412
30413 \end_inset
30414 </cell>
30415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30416 \begin_inset Text
30417
30418 \begin_layout Plain Layout
30419
30420 \family roman
30421 \series medium
30422 \shape up
30423 \emph off
30424 \bar no
30425 \noun off
30426 \color none
30427 a
30428 \end_layout
30429
30430 \end_inset
30431 </cell>
30432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30433 \begin_inset Text
30434
30435 \begin_layout Plain Layout
30436
30437 \family roman
30438 \series medium
30439 \shape up
30440 \emph off
30441 \bar no
30442 \noun off
30443 \color none
30444 q
30445 \end_layout
30446
30447 \end_inset
30448 </cell>
30449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30450 \begin_inset Text
30451
30452 \begin_layout Plain Layout
30453
30454 \end_layout
30455
30456 \end_inset
30457 </cell>
30458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30459 \begin_inset Text
30460
30461 \begin_layout Plain Layout
30462
30463 \end_layout
30464
30465 \end_inset
30466 </cell>
30467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30468 \begin_inset Text
30469
30470 \begin_layout Plain Layout
30471
30472 \family roman
30473 \series medium
30474 \shape up
30475 \emph off
30476 \bar no
30477 \noun off
30478 \color none
30479 ¡
30480 \end_layout
30481
30482 \end_inset
30483 </cell>
30484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30485 \begin_inset Text
30486
30487 \begin_layout Plain Layout
30488
30489 \family roman
30490 \series medium
30491 \shape up
30492 \emph off
30493 \bar no
30494 \noun off
30495 \color none
30496 ±
30497 \end_layout
30498
30499 \end_inset
30500 </cell>
30501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30502 \begin_inset Text
30503
30504 \begin_layout Plain Layout
30505
30506 \family roman
30507 \series medium
30508 \shape up
30509 \emph off
30510 \bar no
30511 \noun off
30512 \color none
30513 Á
30514 \end_layout
30515
30516 \end_inset
30517 </cell>
30518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30519 \begin_inset Text
30520
30521 \begin_layout Plain Layout
30522
30523 \family roman
30524 \series medium
30525 \shape up
30526 \emph off
30527 \bar no
30528 \noun off
30529 \color none
30530 Ñ
30531 \end_layout
30532
30533 \end_inset
30534 </cell>
30535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30536 \begin_inset Text
30537
30538 \begin_layout Plain Layout
30539
30540 \family roman
30541 \series medium
30542 \shape up
30543 \emph off
30544 \bar no
30545 \noun off
30546 \color none
30547 á
30548 \end_layout
30549
30550 \end_inset
30551 </cell>
30552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30553 \begin_inset Text
30554
30555 \begin_layout Plain Layout
30556
30557 \family roman
30558 \series medium
30559 \shape up
30560 \emph off
30561 \bar no
30562 \noun off
30563 \color none
30564 ñ
30565 \end_layout
30566
30567 \end_inset
30568 </cell>
30569 </row>
30570 <row>
30571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30572 \begin_inset Text
30573
30574 \begin_layout Plain Layout
30575
30576 \family roman
30577 \series medium
30578 \shape up
30579 \size tiny
30580 \emph off
30581 \bar no
30582 \noun off
30583 \color none
30584 02
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 \end_layout
30595
30596 \end_inset
30597 </cell>
30598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30599 \begin_inset Text
30600
30601 \begin_layout Plain Layout
30602
30603 \end_layout
30604
30605 \end_inset
30606 </cell>
30607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30608 \begin_inset Text
30609
30610 \begin_layout Plain Layout
30611
30612 \family roman
30613 \series medium
30614 \shape up
30615 \emph off
30616 \bar no
30617 \noun off
30618 \color none
30619 \begin_inset Quotes eld
30620 \end_inset
30621
30622
30623 \end_layout
30624
30625 \end_inset
30626 </cell>
30627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30628 \begin_inset Text
30629
30630 \begin_layout Plain Layout
30631
30632 \family roman
30633 \series medium
30634 \shape up
30635 \emph off
30636 \bar no
30637 \noun off
30638 \color none
30639 2
30640 \end_layout
30641
30642 \end_inset
30643 </cell>
30644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30645 \begin_inset Text
30646
30647 \begin_layout Plain Layout
30648
30649 \family roman
30650 \series medium
30651 \shape up
30652 \emph off
30653 \bar no
30654 \noun off
30655 \color none
30656 B
30657 \end_layout
30658
30659 \end_inset
30660 </cell>
30661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30662 \begin_inset Text
30663
30664 \begin_layout Plain Layout
30665
30666 \family roman
30667 \series medium
30668 \shape up
30669 \emph off
30670 \bar no
30671 \noun off
30672 \color none
30673 R
30674 \end_layout
30675
30676 \end_inset
30677 </cell>
30678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30679 \begin_inset Text
30680
30681 \begin_layout Plain Layout
30682
30683 \family roman
30684 \series medium
30685 \shape up
30686 \emph off
30687 \bar no
30688 \noun off
30689 \color none
30690 b
30691 \end_layout
30692
30693 \end_inset
30694 </cell>
30695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30696 \begin_inset Text
30697
30698 \begin_layout Plain Layout
30699
30700 \family roman
30701 \series medium
30702 \shape up
30703 \emph off
30704 \bar no
30705 \noun off
30706 \color none
30707 r
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 \end_layout
30718
30719 \end_inset
30720 </cell>
30721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30722 \begin_inset Text
30723
30724 \begin_layout Plain Layout
30725
30726 \end_layout
30727
30728 \end_inset
30729 </cell>
30730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30731 \begin_inset Text
30732
30733 \begin_layout Plain Layout
30734 ¢
30735 \end_layout
30736
30737 \end_inset
30738 </cell>
30739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30740 \begin_inset Text
30741
30742 \begin_layout Plain Layout
30743
30744 \family roman
30745 \series medium
30746 \shape up
30747 \emph off
30748 \bar no
30749 \noun off
30750 \color none
30751 ²
30752 \end_layout
30753
30754 \end_inset
30755 </cell>
30756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30757 \begin_inset Text
30758
30759 \begin_layout Plain Layout
30760
30761 \family roman
30762 \series medium
30763 \shape up
30764 \emph off
30765 \bar no
30766 \noun off
30767 \color none
30768 Â
30769 \end_layout
30770
30771 \end_inset
30772 </cell>
30773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30774 \begin_inset Text
30775
30776 \begin_layout Plain Layout
30777
30778 \family roman
30779 \series medium
30780 \shape up
30781 \emph off
30782 \bar no
30783 \noun off
30784 \color none
30785 Ò
30786 \end_layout
30787
30788 \end_inset
30789 </cell>
30790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30791 \begin_inset Text
30792
30793 \begin_layout Plain Layout
30794
30795 \family roman
30796 \series medium
30797 \shape up
30798 \emph off
30799 \bar no
30800 \noun off
30801 \color none
30802 â
30803 \end_layout
30804
30805 \end_inset
30806 </cell>
30807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30808 \begin_inset Text
30809
30810 \begin_layout Plain Layout
30811
30812 \family roman
30813 \series medium
30814 \shape up
30815 \emph off
30816 \bar no
30817 \noun off
30818 \color none
30819 ò
30820 \end_layout
30821
30822 \end_inset
30823 </cell>
30824 </row>
30825 <row>
30826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30827 \begin_inset Text
30828
30829 \begin_layout Plain Layout
30830
30831 \family roman
30832 \series medium
30833 \shape up
30834 \size tiny
30835 \emph off
30836 \bar no
30837 \noun off
30838 \color none
30839 03
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 \end_layout
30850
30851 \end_inset
30852 </cell>
30853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30854 \begin_inset Text
30855
30856 \begin_layout Plain Layout
30857
30858 \end_layout
30859
30860 \end_inset
30861 </cell>
30862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30863 \begin_inset Text
30864
30865 \begin_layout Plain Layout
30866
30867 \family roman
30868 \series medium
30869 \shape up
30870 \emph off
30871 \bar no
30872 \noun off
30873 \color none
30874 #
30875 \end_layout
30876
30877 \end_inset
30878 </cell>
30879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30880 \begin_inset Text
30881
30882 \begin_layout Plain Layout
30883
30884 \family roman
30885 \series medium
30886 \shape up
30887 \emph off
30888 \bar no
30889 \noun off
30890 \color none
30891 3
30892 \end_layout
30893
30894 \end_inset
30895 </cell>
30896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30897 \begin_inset Text
30898
30899 \begin_layout Plain Layout
30900
30901 \family roman
30902 \series medium
30903 \shape up
30904 \emph off
30905 \bar no
30906 \noun off
30907 \color none
30908 C
30909 \end_layout
30910
30911 \end_inset
30912 </cell>
30913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30914 \begin_inset Text
30915
30916 \begin_layout Plain Layout
30917
30918 \family roman
30919 \series medium
30920 \shape up
30921 \emph off
30922 \bar no
30923 \noun off
30924 \color none
30925 S
30926 \end_layout
30927
30928 \end_inset
30929 </cell>
30930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30931 \begin_inset Text
30932
30933 \begin_layout Plain Layout
30934
30935 \family roman
30936 \series medium
30937 \shape up
30938 \emph off
30939 \bar no
30940 \noun off
30941 \color none
30942 c
30943 \end_layout
30944
30945 \end_inset
30946 </cell>
30947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30948 \begin_inset Text
30949
30950 \begin_layout Plain Layout
30951
30952 \family roman
30953 \series medium
30954 \shape up
30955 \emph off
30956 \bar no
30957 \noun off
30958 \color none
30959 s
30960 \end_layout
30961
30962 \end_inset
30963 </cell>
30964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30965 \begin_inset Text
30966
30967 \begin_layout Plain Layout
30968
30969 \end_layout
30970
30971 \end_inset
30972 </cell>
30973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30974 \begin_inset Text
30975
30976 \begin_layout Plain Layout
30977
30978 \end_layout
30979
30980 \end_inset
30981 </cell>
30982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30983 \begin_inset Text
30984
30985 \begin_layout Plain Layout
30986
30987 \family roman
30988 \series medium
30989 \shape up
30990 \emph off
30991 \bar no
30992 \noun off
30993 \color none
30994 £
30995 \end_layout
30996
30997 \end_inset
30998 </cell>
30999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31000 \begin_inset Text
31001
31002 \begin_layout Plain Layout
31003
31004 \family roman
31005 \series medium
31006 \shape up
31007 \emph off
31008 \bar no
31009 \noun off
31010 \color none
31011 ³
31012 \end_layout
31013
31014 \end_inset
31015 </cell>
31016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31017 \begin_inset Text
31018
31019 \begin_layout Plain Layout
31020
31021 \family roman
31022 \series medium
31023 \shape up
31024 \emph off
31025 \bar no
31026 \noun off
31027 \color none
31028 Ã
31029 \end_layout
31030
31031 \end_inset
31032 </cell>
31033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31034 \begin_inset Text
31035
31036 \begin_layout Plain Layout
31037
31038 \family roman
31039 \series medium
31040 \shape up
31041 \emph off
31042 \bar no
31043 \noun off
31044 \color none
31045 Ó
31046 \end_layout
31047
31048 \end_inset
31049 </cell>
31050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31051 \begin_inset Text
31052
31053 \begin_layout Plain Layout
31054
31055 \family roman
31056 \series medium
31057 \shape up
31058 \emph off
31059 \bar no
31060 \noun off
31061 \color none
31062 ã
31063 \end_layout
31064
31065 \end_inset
31066 </cell>
31067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31068 \begin_inset Text
31069
31070 \begin_layout Plain Layout
31071
31072 \family roman
31073 \series medium
31074 \shape up
31075 \emph off
31076 \bar no
31077 \noun off
31078 \color none
31079 ó
31080 \end_layout
31081
31082 \end_inset
31083 </cell>
31084 </row>
31085 <row>
31086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31087 \begin_inset Text
31088
31089 \begin_layout Plain Layout
31090
31091 \family roman
31092 \series medium
31093 \shape up
31094 \size tiny
31095 \emph off
31096 \bar no
31097 \noun off
31098 \color none
31099 04
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 \end_layout
31110
31111 \end_inset
31112 </cell>
31113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31114 \begin_inset Text
31115
31116 \begin_layout Plain Layout
31117
31118 \end_layout
31119
31120 \end_inset
31121 </cell>
31122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31123 \begin_inset Text
31124
31125 \begin_layout Plain Layout
31126
31127 \family roman
31128 \series medium
31129 \shape up
31130 \emph off
31131 \bar no
31132 \noun off
31133 \color none
31134 $
31135 \end_layout
31136
31137 \end_inset
31138 </cell>
31139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31140 \begin_inset Text
31141
31142 \begin_layout Plain Layout
31143
31144 \family roman
31145 \series medium
31146 \shape up
31147 \emph off
31148 \bar no
31149 \noun off
31150 \color none
31151 4
31152 \end_layout
31153
31154 \end_inset
31155 </cell>
31156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31157 \begin_inset Text
31158
31159 \begin_layout Plain Layout
31160
31161 \family roman
31162 \series medium
31163 \shape up
31164 \emph off
31165 \bar no
31166 \noun off
31167 \color none
31168 D
31169 \end_layout
31170
31171 \end_inset
31172 </cell>
31173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31174 \begin_inset Text
31175
31176 \begin_layout Plain Layout
31177
31178 \family roman
31179 \series medium
31180 \shape up
31181 \emph off
31182 \bar no
31183 \noun off
31184 \color none
31185 T
31186 \end_layout
31187
31188 \end_inset
31189 </cell>
31190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31191 \begin_inset Text
31192
31193 \begin_layout Plain Layout
31194
31195 \family roman
31196 \series medium
31197 \shape up
31198 \emph off
31199 \bar no
31200 \noun off
31201 \color none
31202 d
31203 \end_layout
31204
31205 \end_inset
31206 </cell>
31207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31208 \begin_inset Text
31209
31210 \begin_layout Plain Layout
31211
31212 \family roman
31213 \series medium
31214 \shape up
31215 \emph off
31216 \bar no
31217 \noun off
31218 \color none
31219 t
31220 \end_layout
31221
31222 \end_inset
31223 </cell>
31224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31225 \begin_inset Text
31226
31227 \begin_layout Plain Layout
31228
31229 \end_layout
31230
31231 \end_inset
31232 </cell>
31233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31234 \begin_inset Text
31235
31236 \begin_layout Plain Layout
31237
31238 \end_layout
31239
31240 \end_inset
31241 </cell>
31242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31243 \begin_inset Text
31244
31245 \begin_layout Plain Layout
31246 ¤
31247 \end_layout
31248
31249 \end_inset
31250 </cell>
31251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31252 \begin_inset Text
31253
31254 \begin_layout Plain Layout
31255
31256 \family roman
31257 \series medium
31258 \shape up
31259 \emph off
31260 \bar no
31261 \noun off
31262 \color none
31263 ´
31264 \end_layout
31265
31266 \end_inset
31267 </cell>
31268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31269 \begin_inset Text
31270
31271 \begin_layout Plain Layout
31272
31273 \family roman
31274 \series medium
31275 \shape up
31276 \emph off
31277 \bar no
31278 \noun off
31279 \color none
31280 Ä
31281 \end_layout
31282
31283 \end_inset
31284 </cell>
31285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31286 \begin_inset Text
31287
31288 \begin_layout Plain Layout
31289
31290 \family roman
31291 \series medium
31292 \shape up
31293 \emph off
31294 \bar no
31295 \noun off
31296 \color none
31297 Ô
31298 \end_layout
31299
31300 \end_inset
31301 </cell>
31302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31303 \begin_inset Text
31304
31305 \begin_layout Plain Layout
31306
31307 \family roman
31308 \series medium
31309 \shape up
31310 \emph off
31311 \bar no
31312 \noun off
31313 \color none
31314 ä
31315 \end_layout
31316
31317 \end_inset
31318 </cell>
31319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31320 \begin_inset Text
31321
31322 \begin_layout Plain Layout
31323
31324 \family roman
31325 \series medium
31326 \shape up
31327 \emph off
31328 \bar no
31329 \noun off
31330 \color none
31331 ô
31332 \end_layout
31333
31334 \end_inset
31335 </cell>
31336 </row>
31337 <row>
31338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31339 \begin_inset Text
31340
31341 \begin_layout Plain Layout
31342
31343 \family roman
31344 \series medium
31345 \shape up
31346 \size tiny
31347 \emph off
31348 \bar no
31349 \noun off
31350 \color none
31351 05
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 \end_layout
31362
31363 \end_inset
31364 </cell>
31365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31366 \begin_inset Text
31367
31368 \begin_layout Plain Layout
31369
31370 \end_layout
31371
31372 \end_inset
31373 </cell>
31374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31375 \begin_inset Text
31376
31377 \begin_layout Plain Layout
31378
31379 \family roman
31380 \series medium
31381 \shape up
31382 \emph off
31383 \bar no
31384 \noun off
31385 \color none
31386 %
31387 \end_layout
31388
31389 \end_inset
31390 </cell>
31391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31392 \begin_inset Text
31393
31394 \begin_layout Plain Layout
31395
31396 \family roman
31397 \series medium
31398 \shape up
31399 \emph off
31400 \bar no
31401 \noun off
31402 \color none
31403 5
31404 \end_layout
31405
31406 \end_inset
31407 </cell>
31408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31409 \begin_inset Text
31410
31411 \begin_layout Plain Layout
31412
31413 \family roman
31414 \series medium
31415 \shape up
31416 \emph off
31417 \bar no
31418 \noun off
31419 \color none
31420 E
31421 \end_layout
31422
31423 \end_inset
31424 </cell>
31425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31426 \begin_inset Text
31427
31428 \begin_layout Plain Layout
31429
31430 \family roman
31431 \series medium
31432 \shape up
31433 \emph off
31434 \bar no
31435 \noun off
31436 \color none
31437 U
31438 \end_layout
31439
31440 \end_inset
31441 </cell>
31442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31443 \begin_inset Text
31444
31445 \begin_layout Plain Layout
31446
31447 \family roman
31448 \series medium
31449 \shape up
31450 \emph off
31451 \bar no
31452 \noun off
31453 \color none
31454 e
31455 \end_layout
31456
31457 \end_inset
31458 </cell>
31459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31460 \begin_inset Text
31461
31462 \begin_layout Plain Layout
31463
31464 \family roman
31465 \series medium
31466 \shape up
31467 \emph off
31468 \bar no
31469 \noun off
31470 \color none
31471 u
31472 \end_layout
31473
31474 \end_inset
31475 </cell>
31476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31477 \begin_inset Text
31478
31479 \begin_layout Plain Layout
31480
31481 \end_layout
31482
31483 \end_inset
31484 </cell>
31485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31486 \begin_inset Text
31487
31488 \begin_layout Plain Layout
31489
31490 \end_layout
31491
31492 \end_inset
31493 </cell>
31494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31495 \begin_inset Text
31496
31497 \begin_layout Plain Layout
31498 ¥
31499 \end_layout
31500
31501 \end_inset
31502 </cell>
31503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31504 \begin_inset Text
31505
31506 \begin_layout Plain Layout
31507
31508 \family roman
31509 \series medium
31510 \shape up
31511 \emph off
31512 \bar no
31513 \noun off
31514 \color none
31515 µ
31516 \end_layout
31517
31518 \end_inset
31519 </cell>
31520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31521 \begin_inset Text
31522
31523 \begin_layout Plain Layout
31524
31525 \family roman
31526 \series medium
31527 \shape up
31528 \emph off
31529 \bar no
31530 \noun off
31531 \color none
31532 Å
31533 \end_layout
31534
31535 \end_inset
31536 </cell>
31537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31538 \begin_inset Text
31539
31540 \begin_layout Plain Layout
31541
31542 \family roman
31543 \series medium
31544 \shape up
31545 \emph off
31546 \bar no
31547 \noun off
31548 \color none
31549 Õ
31550 \end_layout
31551
31552 \end_inset
31553 </cell>
31554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31555 \begin_inset Text
31556
31557 \begin_layout Plain Layout
31558
31559 \family roman
31560 \series medium
31561 \shape up
31562 \emph off
31563 \bar no
31564 \noun off
31565 \color none
31566 å
31567 \end_layout
31568
31569 \end_inset
31570 </cell>
31571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31572 \begin_inset Text
31573
31574 \begin_layout Plain Layout
31575
31576 \family roman
31577 \series medium
31578 \shape up
31579 \emph off
31580 \bar no
31581 \noun off
31582 \color none
31583 õ
31584 \end_layout
31585
31586 \end_inset
31587 </cell>
31588 </row>
31589 <row>
31590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31591 \begin_inset Text
31592
31593 \begin_layout Plain Layout
31594
31595 \family roman
31596 \series medium
31597 \shape up
31598 \size tiny
31599 \emph off
31600 \bar no
31601 \noun off
31602 \color none
31603 06
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 \end_layout
31614
31615 \end_inset
31616 </cell>
31617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31618 \begin_inset Text
31619
31620 \begin_layout Plain Layout
31621
31622 \end_layout
31623
31624 \end_inset
31625 </cell>
31626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31627 \begin_inset Text
31628
31629 \begin_layout Plain Layout
31630
31631 \family roman
31632 \series medium
31633 \shape up
31634 \emph off
31635 \bar no
31636 \noun off
31637 \color none
31638 &
31639 \end_layout
31640
31641 \end_inset
31642 </cell>
31643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31644 \begin_inset Text
31645
31646 \begin_layout Plain Layout
31647
31648 \family roman
31649 \series medium
31650 \shape up
31651 \emph off
31652 \bar no
31653 \noun off
31654 \color none
31655 6
31656 \end_layout
31657
31658 \end_inset
31659 </cell>
31660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31661 \begin_inset Text
31662
31663 \begin_layout Plain Layout
31664
31665 \family roman
31666 \series medium
31667 \shape up
31668 \emph off
31669 \bar no
31670 \noun off
31671 \color none
31672 F
31673 \end_layout
31674
31675 \end_inset
31676 </cell>
31677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31678 \begin_inset Text
31679
31680 \begin_layout Plain Layout
31681
31682 \family roman
31683 \series medium
31684 \shape up
31685 \emph off
31686 \bar no
31687 \noun off
31688 \color none
31689 V
31690 \end_layout
31691
31692 \end_inset
31693 </cell>
31694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31695 \begin_inset Text
31696
31697 \begin_layout Plain Layout
31698
31699 \family roman
31700 \series medium
31701 \shape up
31702 \emph off
31703 \bar no
31704 \noun off
31705 \color none
31706 f
31707 \end_layout
31708
31709 \end_inset
31710 </cell>
31711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31712 \begin_inset Text
31713
31714 \begin_layout Plain Layout
31715
31716 \family roman
31717 \series medium
31718 \shape up
31719 \emph off
31720 \bar no
31721 \noun off
31722 \color none
31723 v
31724 \end_layout
31725
31726 \end_inset
31727 </cell>
31728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31729 \begin_inset Text
31730
31731 \begin_layout Plain Layout
31732
31733 \end_layout
31734
31735 \end_inset
31736 </cell>
31737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31738 \begin_inset Text
31739
31740 \begin_layout Plain Layout
31741
31742 \end_layout
31743
31744 \end_inset
31745 </cell>
31746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31747 \begin_inset Text
31748
31749 \begin_layout Plain Layout
31750 ¦
31751 \end_layout
31752
31753 \end_inset
31754 </cell>
31755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31756 \begin_inset Text
31757
31758 \begin_layout Plain Layout
31759
31760 \family roman
31761 \series medium
31762 \shape up
31763 \emph off
31764 \bar no
31765 \noun off
31766 \color none
31767
31768 \end_layout
31769
31770 \end_inset
31771 </cell>
31772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31773 \begin_inset Text
31774
31775 \begin_layout Plain Layout
31776
31777 \family roman
31778 \series medium
31779 \shape up
31780 \emph off
31781 \bar no
31782 \noun off
31783 \color none
31784 Æ
31785 \end_layout
31786
31787 \end_inset
31788 </cell>
31789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31790 \begin_inset Text
31791
31792 \begin_layout Plain Layout
31793
31794 \family roman
31795 \series medium
31796 \shape up
31797 \emph off
31798 \bar no
31799 \noun off
31800 \color none
31801 Ö
31802 \end_layout
31803
31804 \end_inset
31805 </cell>
31806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31807 \begin_inset Text
31808
31809 \begin_layout Plain Layout
31810
31811 \family roman
31812 \series medium
31813 \shape up
31814 \emph off
31815 \bar no
31816 \noun off
31817 \color none
31818 æ
31819 \end_layout
31820
31821 \end_inset
31822 </cell>
31823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31824 \begin_inset Text
31825
31826 \begin_layout Plain Layout
31827
31828 \family roman
31829 \series medium
31830 \shape up
31831 \emph off
31832 \bar no
31833 \noun off
31834 \color none
31835 ö
31836 \end_layout
31837
31838 \end_inset
31839 </cell>
31840 </row>
31841 <row>
31842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31843 \begin_inset Text
31844
31845 \begin_layout Plain Layout
31846
31847 \family roman
31848 \series medium
31849 \shape up
31850 \size tiny
31851 \emph off
31852 \bar no
31853 \noun off
31854 \color none
31855 07
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 \end_layout
31866
31867 \end_inset
31868 </cell>
31869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31870 \begin_inset Text
31871
31872 \begin_layout Plain Layout
31873
31874 \end_layout
31875
31876 \end_inset
31877 </cell>
31878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31879 \begin_inset Text
31880
31881 \begin_layout Plain Layout
31882
31883 \family roman
31884 \series medium
31885 \shape up
31886 \emph off
31887 \bar no
31888 \noun off
31889 \color none
31890 `
31891 \end_layout
31892
31893 \end_inset
31894 </cell>
31895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31896 \begin_inset Text
31897
31898 \begin_layout Plain Layout
31899
31900 \family roman
31901 \series medium
31902 \shape up
31903 \emph off
31904 \bar no
31905 \noun off
31906 \color none
31907 7
31908 \end_layout
31909
31910 \end_inset
31911 </cell>
31912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31913 \begin_inset Text
31914
31915 \begin_layout Plain Layout
31916
31917 \family roman
31918 \series medium
31919 \shape up
31920 \emph off
31921 \bar no
31922 \noun off
31923 \color none
31924 G
31925 \end_layout
31926
31927 \end_inset
31928 </cell>
31929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31930 \begin_inset Text
31931
31932 \begin_layout Plain Layout
31933
31934 \family roman
31935 \series medium
31936 \shape up
31937 \emph off
31938 \bar no
31939 \noun off
31940 \color none
31941 W
31942 \end_layout
31943
31944 \end_inset
31945 </cell>
31946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31947 \begin_inset Text
31948
31949 \begin_layout Plain Layout
31950
31951 \family roman
31952 \series medium
31953 \shape up
31954 \emph off
31955 \bar no
31956 \noun off
31957 \color none
31958 g
31959 \end_layout
31960
31961 \end_inset
31962 </cell>
31963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31964 \begin_inset Text
31965
31966 \begin_layout Plain Layout
31967
31968 \family roman
31969 \series medium
31970 \shape up
31971 \emph off
31972 \bar no
31973 \noun off
31974 \color none
31975 w
31976 \end_layout
31977
31978 \end_inset
31979 </cell>
31980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31981 \begin_inset Text
31982
31983 \begin_layout Plain Layout
31984
31985 \end_layout
31986
31987 \end_inset
31988 </cell>
31989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31990 \begin_inset Text
31991
31992 \begin_layout Plain Layout
31993
31994 \end_layout
31995
31996 \end_inset
31997 </cell>
31998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31999 \begin_inset Text
32000
32001 \begin_layout Plain Layout
32002
32003 \family roman
32004 \series medium
32005 \shape up
32006 \emph off
32007 \bar no
32008 \noun off
32009 \color none
32010 §
32011 \end_layout
32012
32013 \end_inset
32014 </cell>
32015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32016 \begin_inset Text
32017
32018 \begin_layout Plain Layout
32019
32020 \family roman
32021 \series medium
32022 \shape up
32023 \emph off
32024 \bar no
32025 \noun off
32026 \color none
32027 ·
32028 \end_layout
32029
32030 \end_inset
32031 </cell>
32032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32033 \begin_inset Text
32034
32035 \begin_layout Plain Layout
32036
32037 \family roman
32038 \series medium
32039 \shape up
32040 \emph off
32041 \bar no
32042 \noun off
32043 \color none
32044 Ç
32045 \end_layout
32046
32047 \end_inset
32048 </cell>
32049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32050 \begin_inset Text
32051
32052 \begin_layout Plain Layout
32053
32054 \family roman
32055 \series medium
32056 \shape up
32057 \emph off
32058 \bar no
32059 \noun off
32060 \color none
32061 ×
32062 \end_layout
32063
32064 \end_inset
32065 </cell>
32066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32067 \begin_inset Text
32068
32069 \begin_layout Plain Layout
32070
32071 \family roman
32072 \series medium
32073 \shape up
32074 \emph off
32075 \bar no
32076 \noun off
32077 \color none
32078 ç
32079 \end_layout
32080
32081 \end_inset
32082 </cell>
32083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32084 \begin_inset Text
32085
32086 \begin_layout Plain Layout
32087
32088 \family roman
32089 \series medium
32090 \shape up
32091 \emph off
32092 \bar no
32093 \noun off
32094 \color none
32095 ÷
32096 \end_layout
32097
32098 \end_inset
32099 </cell>
32100 </row>
32101 <row>
32102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32103 \begin_inset Text
32104
32105 \begin_layout Plain Layout
32106
32107 \family roman
32108 \series medium
32109 \shape up
32110 \size tiny
32111 \emph off
32112 \bar no
32113 \noun off
32114 \color none
32115 08
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 \end_layout
32126
32127 \end_inset
32128 </cell>
32129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32130 \begin_inset Text
32131
32132 \begin_layout Plain Layout
32133
32134 \end_layout
32135
32136 \end_inset
32137 </cell>
32138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32139 \begin_inset Text
32140
32141 \begin_layout Plain Layout
32142
32143 \family roman
32144 \series medium
32145 \shape up
32146 \emph off
32147 \bar no
32148 \noun off
32149 \color none
32150 (
32151 \end_layout
32152
32153 \end_inset
32154 </cell>
32155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32156 \begin_inset Text
32157
32158 \begin_layout Plain Layout
32159
32160 \family roman
32161 \series medium
32162 \shape up
32163 \emph off
32164 \bar no
32165 \noun off
32166 \color none
32167 8
32168 \end_layout
32169
32170 \end_inset
32171 </cell>
32172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32173 \begin_inset Text
32174
32175 \begin_layout Plain Layout
32176
32177 \family roman
32178 \series medium
32179 \shape up
32180 \emph off
32181 \bar no
32182 \noun off
32183 \color none
32184 H
32185 \end_layout
32186
32187 \end_inset
32188 </cell>
32189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32190 \begin_inset Text
32191
32192 \begin_layout Plain Layout
32193
32194 \family roman
32195 \series medium
32196 \shape up
32197 \emph off
32198 \bar no
32199 \noun off
32200 \color none
32201 X
32202 \end_layout
32203
32204 \end_inset
32205 </cell>
32206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32207 \begin_inset Text
32208
32209 \begin_layout Plain Layout
32210
32211 \family roman
32212 \series medium
32213 \shape up
32214 \emph off
32215 \bar no
32216 \noun off
32217 \color none
32218 h
32219 \end_layout
32220
32221 \end_inset
32222 </cell>
32223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32224 \begin_inset Text
32225
32226 \begin_layout Plain Layout
32227
32228 \family roman
32229 \series medium
32230 \shape up
32231 \emph off
32232 \bar no
32233 \noun off
32234 \color none
32235 x
32236 \end_layout
32237
32238 \end_inset
32239 </cell>
32240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32241 \begin_inset Text
32242
32243 \begin_layout Plain Layout
32244
32245 \end_layout
32246
32247 \end_inset
32248 </cell>
32249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32250 \begin_inset Text
32251
32252 \begin_layout Plain Layout
32253
32254 \end_layout
32255
32256 \end_inset
32257 </cell>
32258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32259 \begin_inset Text
32260
32261 \begin_layout Plain Layout
32262
32263 \family roman
32264 \series medium
32265 \shape up
32266 \emph off
32267 \bar no
32268 \noun off
32269 \color none
32270 ¨
32271 \end_layout
32272
32273 \end_inset
32274 </cell>
32275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32276 \begin_inset Text
32277
32278 \begin_layout Plain Layout
32279
32280 \family roman
32281 \series medium
32282 \shape up
32283 \emph off
32284 \bar no
32285 \noun off
32286 \color none
32287 ¸
32288 \end_layout
32289
32290 \end_inset
32291 </cell>
32292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32293 \begin_inset Text
32294
32295 \begin_layout Plain Layout
32296
32297 \family roman
32298 \series medium
32299 \shape up
32300 \emph off
32301 \bar no
32302 \noun off
32303 \color none
32304 È
32305 \end_layout
32306
32307 \end_inset
32308 </cell>
32309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32310 \begin_inset Text
32311
32312 \begin_layout Plain Layout
32313
32314 \family roman
32315 \series medium
32316 \shape up
32317 \emph off
32318 \bar no
32319 \noun off
32320 \color none
32321 Ø
32322 \end_layout
32323
32324 \end_inset
32325 </cell>
32326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32327 \begin_inset Text
32328
32329 \begin_layout Plain Layout
32330
32331 \family roman
32332 \series medium
32333 \shape up
32334 \emph off
32335 \bar no
32336 \noun off
32337 \color none
32338 è
32339 \end_layout
32340
32341 \end_inset
32342 </cell>
32343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32344 \begin_inset Text
32345
32346 \begin_layout Plain Layout
32347
32348 \family roman
32349 \series medium
32350 \shape up
32351 \emph off
32352 \bar no
32353 \noun off
32354 \color none
32355 ø
32356 \end_layout
32357
32358 \end_inset
32359 </cell>
32360 </row>
32361 <row>
32362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32363 \begin_inset Text
32364
32365 \begin_layout Plain Layout
32366
32367 \family roman
32368 \series medium
32369 \shape up
32370 \size tiny
32371 \emph off
32372 \bar no
32373 \noun off
32374 \color none
32375 09
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 \end_layout
32386
32387 \end_inset
32388 </cell>
32389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32390 \begin_inset Text
32391
32392 \begin_layout Plain Layout
32393
32394 \end_layout
32395
32396 \end_inset
32397 </cell>
32398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32399 \begin_inset Text
32400
32401 \begin_layout Plain Layout
32402
32403 \family roman
32404 \series medium
32405 \shape up
32406 \emph off
32407 \bar no
32408 \noun off
32409 \color none
32410 )
32411 \end_layout
32412
32413 \end_inset
32414 </cell>
32415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32416 \begin_inset Text
32417
32418 \begin_layout Plain Layout
32419
32420 \family roman
32421 \series medium
32422 \shape up
32423 \emph off
32424 \bar no
32425 \noun off
32426 \color none
32427 9
32428 \end_layout
32429
32430 \end_inset
32431 </cell>
32432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32433 \begin_inset Text
32434
32435 \begin_layout Plain Layout
32436
32437 \family roman
32438 \series medium
32439 \shape up
32440 \emph off
32441 \bar no
32442 \noun off
32443 \color none
32444 I
32445 \end_layout
32446
32447 \end_inset
32448 </cell>
32449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32450 \begin_inset Text
32451
32452 \begin_layout Plain Layout
32453
32454 \family roman
32455 \series medium
32456 \shape up
32457 \emph off
32458 \bar no
32459 \noun off
32460 \color none
32461 Y
32462 \end_layout
32463
32464 \end_inset
32465 </cell>
32466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32467 \begin_inset Text
32468
32469 \begin_layout Plain Layout
32470
32471 \family roman
32472 \series medium
32473 \shape up
32474 \emph off
32475 \bar no
32476 \noun off
32477 \color none
32478 i
32479 \end_layout
32480
32481 \end_inset
32482 </cell>
32483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32484 \begin_inset Text
32485
32486 \begin_layout Plain Layout
32487
32488 \family roman
32489 \series medium
32490 \shape up
32491 \emph off
32492 \bar no
32493 \noun off
32494 \color none
32495 y
32496 \end_layout
32497
32498 \end_inset
32499 </cell>
32500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32501 \begin_inset Text
32502
32503 \begin_layout Plain Layout
32504
32505 \end_layout
32506
32507 \end_inset
32508 </cell>
32509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32510 \begin_inset Text
32511
32512 \begin_layout Plain Layout
32513
32514 \end_layout
32515
32516 \end_inset
32517 </cell>
32518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32519 \begin_inset Text
32520
32521 \begin_layout Plain Layout
32522
32523 \family roman
32524 \series medium
32525 \shape up
32526 \emph off
32527 \bar no
32528 \noun off
32529 \color none
32530 ©
32531 \end_layout
32532
32533 \end_inset
32534 </cell>
32535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32536 \begin_inset Text
32537
32538 \begin_layout Plain Layout
32539
32540 \family roman
32541 \series medium
32542 \shape up
32543 \emph off
32544 \bar no
32545 \noun off
32546 \color none
32547 ¹
32548 \end_layout
32549
32550 \end_inset
32551 </cell>
32552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32553 \begin_inset Text
32554
32555 \begin_layout Plain Layout
32556
32557 \family roman
32558 \series medium
32559 \shape up
32560 \emph off
32561 \bar no
32562 \noun off
32563 \color none
32564 É
32565 \end_layout
32566
32567 \end_inset
32568 </cell>
32569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32570 \begin_inset Text
32571
32572 \begin_layout Plain Layout
32573
32574 \family roman
32575 \series medium
32576 \shape up
32577 \emph off
32578 \bar no
32579 \noun off
32580 \color none
32581 Ù
32582 \end_layout
32583
32584 \end_inset
32585 </cell>
32586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32587 \begin_inset Text
32588
32589 \begin_layout Plain Layout
32590
32591 \family roman
32592 \series medium
32593 \shape up
32594 \emph off
32595 \bar no
32596 \noun off
32597 \color none
32598 é
32599 \end_layout
32600
32601 \end_inset
32602 </cell>
32603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32604 \begin_inset Text
32605
32606 \begin_layout Plain Layout
32607
32608 \family roman
32609 \series medium
32610 \shape up
32611 \emph off
32612 \bar no
32613 \noun off
32614 \color none
32615 ù
32616 \end_layout
32617
32618 \end_inset
32619 </cell>
32620 </row>
32621 <row>
32622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32623 \begin_inset Text
32624
32625 \begin_layout Plain Layout
32626
32627 \family roman
32628 \series medium
32629 \shape up
32630 \size tiny
32631 \emph off
32632 \bar no
32633 \noun off
32634 \color none
32635 0A
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 \end_layout
32646
32647 \end_inset
32648 </cell>
32649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32650 \begin_inset Text
32651
32652 \begin_layout Plain Layout
32653
32654 \end_layout
32655
32656 \end_inset
32657 </cell>
32658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32659 \begin_inset Text
32660
32661 \begin_layout Plain Layout
32662
32663 \family roman
32664 \series medium
32665 \shape up
32666 \emph off
32667 \bar no
32668 \noun off
32669 \color none
32670 *
32671 \end_layout
32672
32673 \end_inset
32674 </cell>
32675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32676 \begin_inset Text
32677
32678 \begin_layout Plain Layout
32679
32680 \family roman
32681 \series medium
32682 \shape up
32683 \emph off
32684 \bar no
32685 \noun off
32686 \color none
32687 :
32688 \end_layout
32689
32690 \end_inset
32691 </cell>
32692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32693 \begin_inset Text
32694
32695 \begin_layout Plain Layout
32696
32697 \family roman
32698 \series medium
32699 \shape up
32700 \emph off
32701 \bar no
32702 \noun off
32703 \color none
32704 J
32705 \end_layout
32706
32707 \end_inset
32708 </cell>
32709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32710 \begin_inset Text
32711
32712 \begin_layout Plain Layout
32713
32714 \family roman
32715 \series medium
32716 \shape up
32717 \emph off
32718 \bar no
32719 \noun off
32720 \color none
32721 Z
32722 \end_layout
32723
32724 \end_inset
32725 </cell>
32726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32727 \begin_inset Text
32728
32729 \begin_layout Plain Layout
32730
32731 \family roman
32732 \series medium
32733 \shape up
32734 \emph off
32735 \bar no
32736 \noun off
32737 \color none
32738 j
32739 \end_layout
32740
32741 \end_inset
32742 </cell>
32743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32744 \begin_inset Text
32745
32746 \begin_layout Plain Layout
32747
32748 \family roman
32749 \series medium
32750 \shape up
32751 \emph off
32752 \bar no
32753 \noun off
32754 \color none
32755 z
32756 \end_layout
32757
32758 \end_inset
32759 </cell>
32760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32761 \begin_inset Text
32762
32763 \begin_layout Plain Layout
32764
32765 \end_layout
32766
32767 \end_inset
32768 </cell>
32769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32770 \begin_inset Text
32771
32772 \begin_layout Plain Layout
32773
32774 \end_layout
32775
32776 \end_inset
32777 </cell>
32778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32779 \begin_inset Text
32780
32781 \begin_layout Plain Layout
32782
32783 \family roman
32784 \series medium
32785 \shape up
32786 \emph off
32787 \bar no
32788 \noun off
32789 \color none
32790 ª
32791 \end_layout
32792
32793 \end_inset
32794 </cell>
32795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32796 \begin_inset Text
32797
32798 \begin_layout Plain Layout
32799
32800 \family roman
32801 \series medium
32802 \shape up
32803 \emph off
32804 \bar no
32805 \noun off
32806 \color none
32807 º
32808 \end_layout
32809
32810 \end_inset
32811 </cell>
32812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32813 \begin_inset Text
32814
32815 \begin_layout Plain Layout
32816
32817 \family roman
32818 \series medium
32819 \shape up
32820 \emph off
32821 \bar no
32822 \noun off
32823 \color none
32824 Ê
32825 \end_layout
32826
32827 \end_inset
32828 </cell>
32829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32830 \begin_inset Text
32831
32832 \begin_layout Plain Layout
32833
32834 \family roman
32835 \series medium
32836 \shape up
32837 \emph off
32838 \bar no
32839 \noun off
32840 \color none
32841 Ú
32842 \end_layout
32843
32844 \end_inset
32845 </cell>
32846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32847 \begin_inset Text
32848
32849 \begin_layout Plain Layout
32850
32851 \family roman
32852 \series medium
32853 \shape up
32854 \emph off
32855 \bar no
32856 \noun off
32857 \color none
32858 ê
32859 \end_layout
32860
32861 \end_inset
32862 </cell>
32863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32864 \begin_inset Text
32865
32866 \begin_layout Plain Layout
32867
32868 \family roman
32869 \series medium
32870 \shape up
32871 \emph off
32872 \bar no
32873 \noun off
32874 \color none
32875 ú
32876 \end_layout
32877
32878 \end_inset
32879 </cell>
32880 </row>
32881 <row>
32882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32883 \begin_inset Text
32884
32885 \begin_layout Plain Layout
32886
32887 \family roman
32888 \series medium
32889 \shape up
32890 \size tiny
32891 \emph off
32892 \bar no
32893 \noun off
32894 \color none
32895 0B
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 \end_layout
32906
32907 \end_inset
32908 </cell>
32909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32910 \begin_inset Text
32911
32912 \begin_layout Plain Layout
32913
32914 \end_layout
32915
32916 \end_inset
32917 </cell>
32918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32919 \begin_inset Text
32920
32921 \begin_layout Plain Layout
32922
32923 \family roman
32924 \series medium
32925 \shape up
32926 \emph off
32927 \bar no
32928 \noun off
32929 \color none
32930 +
32931 \end_layout
32932
32933 \end_inset
32934 </cell>
32935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32936 \begin_inset Text
32937
32938 \begin_layout Plain Layout
32939
32940 \family roman
32941 \series medium
32942 \shape up
32943 \emph off
32944 \bar no
32945 \noun off
32946 \color none
32947 ;
32948 \end_layout
32949
32950 \end_inset
32951 </cell>
32952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32953 \begin_inset Text
32954
32955 \begin_layout Plain Layout
32956
32957 \family roman
32958 \series medium
32959 \shape up
32960 \emph off
32961 \bar no
32962 \noun off
32963 \color none
32964 K
32965 \end_layout
32966
32967 \end_inset
32968 </cell>
32969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32970 \begin_inset Text
32971
32972 \begin_layout Plain Layout
32973
32974 \family roman
32975 \series medium
32976 \shape up
32977 \emph off
32978 \bar no
32979 \noun off
32980 \color none
32981 [
32982 \end_layout
32983
32984 \end_inset
32985 </cell>
32986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32987 \begin_inset Text
32988
32989 \begin_layout Plain Layout
32990
32991 \family roman
32992 \series medium
32993 \shape up
32994 \emph off
32995 \bar no
32996 \noun off
32997 \color none
32998 k
32999 \end_layout
33000
33001 \end_inset
33002 </cell>
33003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33004 \begin_inset Text
33005
33006 \begin_layout Plain Layout
33007
33008 \family roman
33009 \series medium
33010 \shape up
33011 \emph off
33012 \bar no
33013 \noun off
33014 \color none
33015 {
33016 \end_layout
33017
33018 \end_inset
33019 </cell>
33020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33021 \begin_inset Text
33022
33023 \begin_layout Plain Layout
33024
33025 \end_layout
33026
33027 \end_inset
33028 </cell>
33029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33030 \begin_inset Text
33031
33032 \begin_layout Plain Layout
33033
33034 \end_layout
33035
33036 \end_inset
33037 </cell>
33038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33039 \begin_inset Text
33040
33041 \begin_layout Plain Layout
33042
33043 \family roman
33044 \series medium
33045 \shape up
33046 \emph off
33047 \bar no
33048 \noun off
33049 \color none
33050 «
33051 \end_layout
33052
33053 \end_inset
33054 </cell>
33055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33056 \begin_inset Text
33057
33058 \begin_layout Plain Layout
33059
33060 \family roman
33061 \series medium
33062 \shape up
33063 \emph off
33064 \bar no
33065 \noun off
33066 \color none
33067 »
33068 \end_layout
33069
33070 \end_inset
33071 </cell>
33072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33073 \begin_inset Text
33074
33075 \begin_layout Plain Layout
33076
33077 \family roman
33078 \series medium
33079 \shape up
33080 \emph off
33081 \bar no
33082 \noun off
33083 \color none
33084 Ë
33085 \end_layout
33086
33087 \end_inset
33088 </cell>
33089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33090 \begin_inset Text
33091
33092 \begin_layout Plain Layout
33093
33094 \family roman
33095 \series medium
33096 \shape up
33097 \emph off
33098 \bar no
33099 \noun off
33100 \color none
33101 Û
33102 \end_layout
33103
33104 \end_inset
33105 </cell>
33106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33107 \begin_inset Text
33108
33109 \begin_layout Plain Layout
33110
33111 \family roman
33112 \series medium
33113 \shape up
33114 \emph off
33115 \bar no
33116 \noun off
33117 \color none
33118 ë
33119 \end_layout
33120
33121 \end_inset
33122 </cell>
33123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33124 \begin_inset Text
33125
33126 \begin_layout Plain Layout
33127
33128 \family roman
33129 \series medium
33130 \shape up
33131 \emph off
33132 \bar no
33133 \noun off
33134 \color none
33135 û
33136 \end_layout
33137
33138 \end_inset
33139 </cell>
33140 </row>
33141 <row>
33142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33143 \begin_inset Text
33144
33145 \begin_layout Plain Layout
33146
33147 \family roman
33148 \series medium
33149 \shape up
33150 \size tiny
33151 \emph off
33152 \bar no
33153 \noun off
33154 \color none
33155 0C
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 \end_layout
33166
33167 \end_inset
33168 </cell>
33169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33170 \begin_inset Text
33171
33172 \begin_layout Plain Layout
33173
33174 \end_layout
33175
33176 \end_inset
33177 </cell>
33178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33179 \begin_inset Text
33180
33181 \begin_layout Plain Layout
33182
33183 \family roman
33184 \series medium
33185 \shape up
33186 \emph off
33187 \bar no
33188 \noun off
33189 \color none
33190 ,
33191 \end_layout
33192
33193 \end_inset
33194 </cell>
33195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33196 \begin_inset Text
33197
33198 \begin_layout Plain Layout
33199
33200 \family roman
33201 \series medium
33202 \shape up
33203 \emph off
33204 \bar no
33205 \noun off
33206 \color none
33207 <
33208 \end_layout
33209
33210 \end_inset
33211 </cell>
33212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33213 \begin_inset Text
33214
33215 \begin_layout Plain Layout
33216
33217 \family roman
33218 \series medium
33219 \shape up
33220 \emph off
33221 \bar no
33222 \noun off
33223 \color none
33224 L
33225 \end_layout
33226
33227 \end_inset
33228 </cell>
33229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33230 \begin_inset Text
33231
33232 \begin_layout Plain Layout
33233
33234 \family roman
33235 \series medium
33236 \shape up
33237 \emph off
33238 \bar no
33239 \noun off
33240 \color none
33241
33242 \backslash
33243
33244 \end_layout
33245
33246 \end_inset
33247 </cell>
33248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33249 \begin_inset Text
33250
33251 \begin_layout Plain Layout
33252
33253 \family roman
33254 \series medium
33255 \shape up
33256 \emph off
33257 \bar no
33258 \noun off
33259 \color none
33260 l
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 \family roman
33271 \series medium
33272 \shape up
33273 \emph off
33274 \bar no
33275 \noun off
33276 \color none
33277 |
33278 \end_layout
33279
33280 \end_inset
33281 </cell>
33282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33283 \begin_inset Text
33284
33285 \begin_layout Plain Layout
33286
33287 \end_layout
33288
33289 \end_inset
33290 </cell>
33291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33292 \begin_inset Text
33293
33294 \begin_layout Plain Layout
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 ¼
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 \end_layout
33348
33349 \end_inset
33350 </cell>
33351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33352 \begin_inset Text
33353
33354 \begin_layout Plain Layout
33355
33356 \family roman
33357 \series medium
33358 \shape up
33359 \emph off
33360 \bar no
33361 \noun off
33362 \color none
33363 Ü
33364 \end_layout
33365
33366 \end_inset
33367 </cell>
33368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33369 \begin_inset Text
33370
33371 \begin_layout Plain Layout
33372
33373 \family roman
33374 \series medium
33375 \shape up
33376 \emph off
33377 \bar no
33378 \noun off
33379 \color none
33380 ì
33381 \end_layout
33382
33383 \end_inset
33384 </cell>
33385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33386 \begin_inset Text
33387
33388 \begin_layout Plain Layout
33389
33390 \family roman
33391 \series medium
33392 \shape up
33393 \emph off
33394 \bar no
33395 \noun off
33396 \color none
33397 ü
33398 \end_layout
33399
33400 \end_inset
33401 </cell>
33402 </row>
33403 <row>
33404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33405 \begin_inset Text
33406
33407 \begin_layout Plain Layout
33408
33409 \family roman
33410 \series medium
33411 \shape up
33412 \size tiny
33413 \emph off
33414 \bar no
33415 \noun off
33416 \color none
33417 0D
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 \end_layout
33428
33429 \end_inset
33430 </cell>
33431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33432 \begin_inset Text
33433
33434 \begin_layout Plain Layout
33435
33436 \end_layout
33437
33438 \end_inset
33439 </cell>
33440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33441 \begin_inset Text
33442
33443 \begin_layout Plain Layout
33444
33445 \family roman
33446 \series medium
33447 \shape up
33448 \emph off
33449 \bar no
33450 \noun off
33451 \color none
33452 -
33453 \end_layout
33454
33455 \end_inset
33456 </cell>
33457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33458 \begin_inset Text
33459
33460 \begin_layout Plain Layout
33461
33462 \family roman
33463 \series medium
33464 \shape up
33465 \emph off
33466 \bar no
33467 \noun off
33468 \color none
33469 =
33470 \end_layout
33471
33472 \end_inset
33473 </cell>
33474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33475 \begin_inset Text
33476
33477 \begin_layout Plain Layout
33478
33479 \family roman
33480 \series medium
33481 \shape up
33482 \emph off
33483 \bar no
33484 \noun off
33485 \color none
33486 M
33487 \end_layout
33488
33489 \end_inset
33490 </cell>
33491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33492 \begin_inset Text
33493
33494 \begin_layout Plain Layout
33495
33496 \family roman
33497 \series medium
33498 \shape up
33499 \emph off
33500 \bar no
33501 \noun off
33502 \color none
33503 ]
33504 \end_layout
33505
33506 \end_inset
33507 </cell>
33508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33509 \begin_inset Text
33510
33511 \begin_layout Plain Layout
33512
33513 \family roman
33514 \series medium
33515 \shape up
33516 \emph off
33517 \bar no
33518 \noun off
33519 \color none
33520 m
33521 \end_layout
33522
33523 \end_inset
33524 </cell>
33525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33526 \begin_inset Text
33527
33528 \begin_layout Plain Layout
33529
33530 \family roman
33531 \series medium
33532 \shape up
33533 \emph off
33534 \bar no
33535 \noun off
33536 \color none
33537 }
33538 \end_layout
33539
33540 \end_inset
33541 </cell>
33542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33543 \begin_inset Text
33544
33545 \begin_layout Plain Layout
33546
33547 \end_layout
33548
33549 \end_inset
33550 </cell>
33551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33552 \begin_inset Text
33553
33554 \begin_layout Plain Layout
33555
33556 \end_layout
33557
33558 \end_inset
33559 </cell>
33560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33561 \begin_inset Text
33562
33563 \begin_layout Plain Layout
33564
33565 \end_layout
33566
33567 \end_inset
33568 </cell>
33569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33570 \begin_inset Text
33571
33572 \begin_layout Plain Layout
33573
33574 \family roman
33575 \series medium
33576 \shape up
33577 \emph off
33578 \bar no
33579 \noun off
33580 \color none
33581 ½
33582 \end_layout
33583
33584 \end_inset
33585 </cell>
33586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33587 \begin_inset Text
33588
33589 \begin_layout Plain Layout
33590
33591 \family roman
33592 \series medium
33593 \shape up
33594 \emph off
33595 \bar no
33596 \noun off
33597 \color none
33598 Í
33599 \end_layout
33600
33601 \end_inset
33602 </cell>
33603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33604 \begin_inset Text
33605
33606 \begin_layout Plain Layout
33607
33608 \family roman
33609 \series medium
33610 \shape up
33611 \emph off
33612 \bar no
33613 \noun off
33614 \color none
33615 Ý
33616 \end_layout
33617
33618 \end_inset
33619 </cell>
33620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33621 \begin_inset Text
33622
33623 \begin_layout Plain Layout
33624
33625 \family roman
33626 \series medium
33627 \shape up
33628 \emph off
33629 \bar no
33630 \noun off
33631 \color none
33632 í
33633 \end_layout
33634
33635 \end_inset
33636 </cell>
33637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33638 \begin_inset Text
33639
33640 \begin_layout Plain Layout
33641
33642 \family roman
33643 \series medium
33644 \shape up
33645 \emph off
33646 \bar no
33647 \noun off
33648 \color none
33649 ý
33650 \end_layout
33651
33652 \end_inset
33653 </cell>
33654 </row>
33655 <row>
33656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33657 \begin_inset Text
33658
33659 \begin_layout Plain Layout
33660
33661 \family roman
33662 \series medium
33663 \shape up
33664 \size tiny
33665 \emph off
33666 \bar no
33667 \noun off
33668 \color none
33669 0E
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 \end_layout
33680
33681 \end_inset
33682 </cell>
33683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33684 \begin_inset Text
33685
33686 \begin_layout Plain Layout
33687
33688 \end_layout
33689
33690 \end_inset
33691 </cell>
33692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33693 \begin_inset Text
33694
33695 \begin_layout Plain Layout
33696
33697 \family roman
33698 \series medium
33699 \shape up
33700 \emph off
33701 \bar no
33702 \noun off
33703 \color none
33704 .
33705 \end_layout
33706
33707 \end_inset
33708 </cell>
33709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33710 \begin_inset Text
33711
33712 \begin_layout Plain Layout
33713
33714 \family roman
33715 \series medium
33716 \shape up
33717 \emph off
33718 \bar no
33719 \noun off
33720 \color none
33721 >
33722 \end_layout
33723
33724 \end_inset
33725 </cell>
33726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33727 \begin_inset Text
33728
33729 \begin_layout Plain Layout
33730
33731 \family roman
33732 \series medium
33733 \shape up
33734 \emph off
33735 \bar no
33736 \noun off
33737 \color none
33738 N
33739 \end_layout
33740
33741 \end_inset
33742 </cell>
33743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33744 \begin_inset Text
33745
33746 \begin_layout Plain Layout
33747
33748 \family roman
33749 \series medium
33750 \shape up
33751 \emph off
33752 \bar no
33753 \noun off
33754 \color none
33755 ^
33756 \end_layout
33757
33758 \end_inset
33759 </cell>
33760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33761 \begin_inset Text
33762
33763 \begin_layout Plain Layout
33764
33765 \family roman
33766 \series medium
33767 \shape up
33768 \emph off
33769 \bar no
33770 \noun off
33771 \color none
33772 n
33773 \end_layout
33774
33775 \end_inset
33776 </cell>
33777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33778 \begin_inset Text
33779
33780 \begin_layout Plain Layout
33781
33782 \family roman
33783 \series medium
33784 \shape up
33785 \emph off
33786 \bar no
33787 \noun off
33788 \color none
33789 ~
33790 \end_layout
33791
33792 \end_inset
33793 </cell>
33794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33795 \begin_inset Text
33796
33797 \begin_layout Plain Layout
33798
33799 \end_layout
33800
33801 \end_inset
33802 </cell>
33803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33804 \begin_inset Text
33805
33806 \begin_layout Plain Layout
33807
33808 \end_layout
33809
33810 \end_inset
33811 </cell>
33812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33813 \begin_inset Text
33814
33815 \begin_layout Plain Layout
33816
33817 \family roman
33818 \series medium
33819 \shape up
33820 \emph off
33821 \bar no
33822 \noun off
33823 \color none
33824 ®
33825 \end_layout
33826
33827 \end_inset
33828 </cell>
33829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33830 \begin_inset Text
33831
33832 \begin_layout Plain Layout
33833
33834 \family roman
33835 \series medium
33836 \shape up
33837 \emph off
33838 \bar no
33839 \noun off
33840 \color none
33841 ¾
33842 \end_layout
33843
33844 \end_inset
33845 </cell>
33846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33847 \begin_inset Text
33848
33849 \begin_layout Plain Layout
33850
33851 \family roman
33852 \series medium
33853 \shape up
33854 \emph off
33855 \bar no
33856 \noun off
33857 \color none
33858 Î
33859 \end_layout
33860
33861 \end_inset
33862 </cell>
33863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33864 \begin_inset Text
33865
33866 \begin_layout Plain Layout
33867
33868 \family roman
33869 \series medium
33870 \shape up
33871 \emph off
33872 \bar no
33873 \noun off
33874 \color none
33875 Þ
33876 \end_layout
33877
33878 \end_inset
33879 </cell>
33880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33881 \begin_inset Text
33882
33883 \begin_layout Plain Layout
33884
33885 \family roman
33886 \series medium
33887 \shape up
33888 \emph off
33889 \bar no
33890 \noun off
33891 \color none
33892 î
33893 \end_layout
33894
33895 \end_inset
33896 </cell>
33897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33898 \begin_inset Text
33899
33900 \begin_layout Plain Layout
33901
33902 \family roman
33903 \series medium
33904 \shape up
33905 \emph off
33906 \bar no
33907 \noun off
33908 \color none
33909 þ
33910 \end_layout
33911
33912 \end_inset
33913 </cell>
33914 </row>
33915 <row>
33916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33917 \begin_inset Text
33918
33919 \begin_layout Plain Layout
33920
33921 \family roman
33922 \series medium
33923 \shape up
33924 \size tiny
33925 \emph off
33926 \bar no
33927 \noun off
33928 \color none
33929 0F
33930 \end_layout
33931
33932 \end_inset
33933 </cell>
33934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33935 \begin_inset Text
33936
33937 \begin_layout Plain Layout
33938
33939 \end_layout
33940
33941 \end_inset
33942 </cell>
33943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33944 \begin_inset Text
33945
33946 \begin_layout Plain Layout
33947
33948 \end_layout
33949
33950 \end_inset
33951 </cell>
33952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33953 \begin_inset Text
33954
33955 \begin_layout Plain Layout
33956
33957 \family roman
33958 \series medium
33959 \shape up
33960 \emph off
33961 \bar no
33962 \noun off
33963 \color none
33964 /
33965 \end_layout
33966
33967 \end_inset
33968 </cell>
33969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33970 \begin_inset Text
33971
33972 \begin_layout Plain Layout
33973
33974 \family roman
33975 \series medium
33976 \shape up
33977 \emph off
33978 \bar no
33979 \noun off
33980 \color none
33981 ?
33982 \end_layout
33983
33984 \end_inset
33985 </cell>
33986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33987 \begin_inset Text
33988
33989 \begin_layout Plain Layout
33990
33991 \family roman
33992 \series medium
33993 \shape up
33994 \emph off
33995 \bar no
33996 \noun off
33997 \color none
33998 O
33999 \end_layout
34000
34001 \end_inset
34002 </cell>
34003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34004 \begin_inset Text
34005
34006 \begin_layout Plain Layout
34007
34008 \family roman
34009 \series medium
34010 \shape up
34011 \emph off
34012 \bar no
34013 \noun off
34014 \color none
34015 _
34016 \end_layout
34017
34018 \end_inset
34019 </cell>
34020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34021 \begin_inset Text
34022
34023 \begin_layout Plain Layout
34024
34025 \family roman
34026 \series medium
34027 \shape up
34028 \emph off
34029 \bar no
34030 \noun off
34031 \color none
34032 o
34033 \end_layout
34034
34035 \end_inset
34036 </cell>
34037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34038 \begin_inset Text
34039
34040 \begin_layout Plain Layout
34041
34042 \end_layout
34043
34044 \end_inset
34045 </cell>
34046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34047 \begin_inset Text
34048
34049 \begin_layout Plain Layout
34050
34051 \end_layout
34052
34053 \end_inset
34054 </cell>
34055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34056 \begin_inset Text
34057
34058 \begin_layout Plain Layout
34059
34060 \end_layout
34061
34062 \end_inset
34063 </cell>
34064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34065 \begin_inset Text
34066
34067 \begin_layout Plain Layout
34068
34069 \family roman
34070 \series medium
34071 \shape up
34072 \emph off
34073 \bar no
34074 \noun off
34075 \color none
34076 ¯
34077 \end_layout
34078
34079 \end_inset
34080 </cell>
34081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34082 \begin_inset Text
34083
34084 \begin_layout Plain Layout
34085
34086 \family roman
34087 \series medium
34088 \shape up
34089 \emph off
34090 \bar no
34091 \noun off
34092 \color none
34093 ¿
34094 \end_layout
34095
34096 \end_inset
34097 </cell>
34098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34099 \begin_inset Text
34100
34101 \begin_layout Plain Layout
34102
34103 \family roman
34104 \series medium
34105 \shape up
34106 \emph off
34107 \bar no
34108 \noun off
34109 \color none
34110 Ï
34111 \end_layout
34112
34113 \end_inset
34114 </cell>
34115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34116 \begin_inset Text
34117
34118 \begin_layout Plain Layout
34119
34120 \family roman
34121 \series medium
34122 \shape up
34123 \emph off
34124 \bar no
34125 \noun off
34126 \color none
34127 ß
34128 \end_layout
34129
34130 \end_inset
34131 </cell>
34132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34133 \begin_inset Text
34134
34135 \begin_layout Plain Layout
34136
34137 \family roman
34138 \series medium
34139 \shape up
34140 \emph off
34141 \bar no
34142 \noun off
34143 \color none
34144 ï
34145 \end_layout
34146
34147 \end_inset
34148 </cell>
34149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34150 \begin_inset Text
34151
34152 \begin_layout Plain Layout
34153
34154 \family roman
34155 \series medium
34156 \shape up
34157 \emph off
34158 \bar no
34159 \noun off
34160 \color none
34161 ÿ
34162 \end_layout
34163
34164 \end_inset
34165 </cell>
34166 </row>
34167 </lyxtabular>
34168
34169 \end_inset
34170
34171
34172 \end_layout
34173
34174 \end_inset
34175
34176
34177 \end_layout
34178
34179 \begin_layout Standard
34180 The following is a full list of all of the accented characters LyX can display
34181  directly.
34182  It includes not only the accented characters from the previous table, but
34183  also the characters from 
34184 \family typewriter
34185 ISO8859–2
34186 \family default
34187  through 
34188 \family typewriter
34189 4
34190 \family default
34191 .
34192  
34193 \end_layout
34194
34195 \begin_layout Itemize
34196 From 
34197 \family typewriter
34198 ISO8859–1
34199 \family default
34200 :
34201 \end_layout
34202
34203 \begin_deeper
34204 \begin_layout Standard
34205 ¨ Ä Ë Ï Ö Ü ä ë ï ö ü ÿ
34206 \begin_inset space \hfill{}
34207 \end_inset
34208
34209 diaeresis
34210 \end_layout
34211
34212 \begin_layout Standard
34213 ^ Â Ê Î Ô Û â ê î ô û
34214 \begin_inset space \hfill{}
34215 \end_inset
34216
34217 circumflex
34218 \end_layout
34219
34220 \begin_layout Standard
34221 ` À È Ì Ò Ù à è ì ò ù
34222 \begin_inset space \hfill{}
34223 \end_inset
34224
34225 grave
34226 \end_layout
34227
34228 \begin_layout Standard
34229 ´ Á É Í Ó Ú Ý á é í ó ú ý
34230 \begin_inset space \hfill{}
34231 \end_inset
34232
34233 acute
34234 \end_layout
34235
34236 \begin_layout Standard
34237 ~ Ã Ñ Õ ã ñ õ
34238 \begin_inset space \hfill{}
34239 \end_inset
34240
34241 tilde
34242 \end_layout
34243
34244 \begin_layout Standard
34245 ¸Çç
34246 \begin_inset space \hfill{}
34247 \end_inset
34248
34249 cedilla
34250 \end_layout
34251
34252 \begin_layout Standard
34253 ¯
34254 \begin_inset space \hfill{}
34255 \end_inset
34256
34257 macron
34258 \end_layout
34259
34260 \end_deeper
34261 \begin_layout Itemize
34262 From 
34263 \family typewriter
34264 ISO8859–2
34265 \family default
34266  through 
34267 \family typewriter
34268 4
34269 \family default
34270 :
34271 \end_layout
34272
34273 \begin_deeper
34274 \begin_layout Standard
34275 ĤĴĥĵĈĜŜĉĝŝ
34276 \begin_inset space \hfill{}
34277 \end_inset
34278
34279 circumflex
34280 \end_layout
34281
34282 \begin_layout Standard
34283 ŚŹśźŔĹĆŃŕĺćń
34284 \begin_inset space \hfill{}
34285 \end_inset
34286
34287 acute
34288 \end_layout
34289
34290 \begin_layout Standard
34291 Ĩı̃Ũũ
34292 \begin_inset space \hfill{}
34293 \end_inset
34294
34295 tilde
34296 \end_layout
34297
34298 \begin_layout Standard
34299 ŞşŢţŖĻĢŗļģŅĶņķ
34300 \begin_inset space \hfill{}
34301 \end_inset
34302
34303 cedilla
34304 \end_layout
34305
34306 \begin_layout Standard
34307 ĒēĀĪŌŪāı̄ōū
34308 \begin_inset space \hfill{}
34309 \end_inset
34310
34311 macron
34312 \end_layout
34313
34314 \begin_layout Standard
34315 ŐŰőű
34316 \begin_inset space \hfill{}
34317 \end_inset
34318
34319 Hungarian umlaut
34320 \end_layout
34321
34322 \end_deeper
34323 \begin_layout Standard
34324 All the characters above are actively supported by TeX fonts.
34325  In addition TeX allows diacritical marks on almost all characters.
34326  Also make sure you're using the 
34327 \family typewriter
34328 T1
34329 \family default
34330  font-encoding.
34331 \end_layout
34332
34333 \begin_layout Chapter
34334 \start_of_appendix
34335 The User Interface
34336 \begin_inset CommandInset label
34337 LatexCommand label
34338 name "cha:The-User-Interface"
34339
34340 \end_inset
34341
34342
34343 \end_layout
34344
34345 \begin_layout Standard
34346 This appendix lists all available menus and describes its functionality.
34347  It is designed as quick reference if you are searching for a special topic
34348  inside the user's guide.
34349 \end_layout
34350
34351 \begin_layout Section
34352 The File Menu
34353 \begin_inset Index idx
34354 status collapsed
34355
34356 \begin_layout Plain Layout
34357 Menu ! File
34358 \end_layout
34359
34360 \end_inset
34361
34362
34363 \end_layout
34364
34365 \begin_layout Standard
34366 Under the 
34367 \family sans
34368 File
34369 \family default
34370  menu are the basic operations in addition to some more advanced operations.
34371  At the end of the menu the four last opened documents are listed.
34372 \end_layout
34373
34374 \begin_layout Subsection
34375 New
34376 \end_layout
34377
34378 \begin_layout Standard
34379 Creates a new document.
34380 \end_layout
34381
34382 \begin_layout Subsection
34383 New from Template
34384 \end_layout
34385
34386 \begin_layout Standard
34387 This menu prompts you for a template to use.
34388  Selecting a template will automatically set certain layout features for
34389  the document, features you would otherwise need to change manually.
34390 \end_layout
34391
34392 \begin_layout Subsection
34393 Open
34394 \end_layout
34395
34396 \begin_layout Standard
34397 Opens a document.
34398 \end_layout
34399
34400 \begin_layout Subsection
34401 Open Recent
34402 \end_layout
34403
34404 \begin_layout Standard
34405 The submenu shows a list of the recently opened files.
34406  Click there on a file to open it.
34407 \end_layout
34408
34409 \begin_layout Subsection
34410 Close
34411 \end_layout
34412
34413 \begin_layout Standard
34414 Closes the current document.
34415 \end_layout
34416
34417 \begin_layout Subsection
34418 Save
34419 \end_layout
34420
34421 \begin_layout Standard
34422 Saves the actual document.
34423 \end_layout
34424
34425 \begin_layout Subsection
34426 Save As
34427 \end_layout
34428
34429 \begin_layout Standard
34430 Saves the actual document under a new name to create a copy.
34431 \end_layout
34432
34433 \begin_layout Subsection
34434 Revert to saved
34435 \end_layout
34436
34437 \begin_layout Standard
34438 Reloads the actual document from disk.
34439 \end_layout
34440
34441 \begin_layout Subsection
34442 Version Control
34443 \end_layout
34444
34445 \begin_layout Standard
34446 This is used when more people are working on the same document.
34447  It is described in the section 
34448 \emph on
34449 Version Control in LyX
34450 \emph default
34451  of the 
34452 \emph on
34453 Additional Features
34454 \emph default
34455  manual.
34456 \end_layout
34457
34458 \begin_layout Subsection
34459 Import
34460 \end_layout
34461
34462 \begin_layout Standard
34463 You can import there files from older LyX-versions, LaTeX-files, NoWeb-files,
34464  plain text files, and comma separated, table like, text files (CSV).
34465  The files will be imported as new LyX-document.
34466 \end_layout
34467
34468 \begin_layout Standard
34469 When using the menu 
34470 \family sans
34471 Plain
34472 \begin_inset space ~
34473 \end_inset
34474
34475 Text, Join
34476 \begin_inset space ~
34477 \end_inset
34478
34479 Lines
34480 \family default
34481 , all lines will be imported consecutively to one big paragraph.
34482  A new paragraph is started when there is a blank line in the file.
34483  , the text is inserted as Paragraphs, where the line breaks of the text
34484  will start a new paragraph.
34485 \end_layout
34486
34487 \begin_layout Subsection
34488 Export
34489 \begin_inset CommandInset label
34490 LatexCommand label
34491 name "sub:Export"
34492
34493 \end_inset
34494
34495
34496 \end_layout
34497
34498 \begin_layout Standard
34499 You can export your document to various file formats.
34500  The resulting files are placed in the directory of your LyX-file.
34501  The menu entries are not the same on all installations.
34502  They depend on the programs found by LyX while its configuration.
34503 \end_layout
34504
34505 \begin_layout Standard
34506 Here is a list of all available entries; they are explained in detail in
34507  section
34508 \begin_inset space ~
34509 \end_inset
34510
34511
34512 \begin_inset CommandInset ref
34513 LatexCommand ref
34514 reference "sub:Output-file-formats"
34515
34516 \end_inset
34517
34518 :
34519 \end_layout
34520
34521 \begin_layout Description
34522
34523 \family sans
34524 CJK
34525 \begin_inset space ~
34526 \end_inset
34527
34528 LyX 
34529 \family default
34530 format of the special LyX 1.4.x versions for Chinese, Japanese, and Korean
34531  (CJK); (Since LyX 1.5.0 CJK support is fully integrated to LyX.)
34532 \end_layout
34533
34534 \begin_layout Description
34535
34536 \family sans
34537 DVI
34538 \family default
34539  DVI-format
34540 \end_layout
34541
34542 \begin_layout Description
34543 HTML HTML-format (the HTML-converter is a third-party product and doesn't
34544  work in all cases)
34545 \end_layout
34546
34547 \begin_layout Description
34548 HTML
34549 \begin_inset space ~
34550 \end_inset
34551
34552 (MS
34553 \begin_inset space ~
34554 \end_inset
34555
34556 Word) HTML-format specialized so that the result can be imported to 
34557 \family sans
34558 MS Word
34559 \family default
34560 , as consequence of this formulas will be embedded as bitmap fonts and not
34561  in the format 
34562 \family sans
34563 MathML
34564 \family default
34565 .
34566 \end_layout
34567
34568 \begin_layout Description
34569
34570 \family sans
34571 LaT
34572 \begin_inset ERT
34573 status collapsed
34574
34575 \begin_layout Plain Layout
34576
34577 {}
34578 \end_layout
34579
34580 \end_inset
34581
34582 eX
34583 \begin_inset space ~
34584 \end_inset
34585
34586 (pdflatex)
34587 \family default
34588  text file with the LaTeX source, additionally all images used in the document
34589  will be converted to a format that is readable for the 
34590 \family typewriter
34591 pdflatex
34592 \family default
34593  program (GIF, JPG, PDF, PNG)
34594 \end_layout
34595
34596 \begin_layout Description
34597
34598 \family sans
34599 LaT
34600 \begin_inset ERT
34601 status collapsed
34602
34603 \begin_layout Plain Layout
34604
34605 {}
34606 \end_layout
34607
34608 \end_inset
34609
34610 eX
34611 \begin_inset space ~
34612 \end_inset
34613
34614 (plain)
34615 \family default
34616  text file with the LaTeX source code, additionally all images used in the
34617  document will be converted to the EPS-format, only this format is readable
34618  for the 
34619 \family typewriter
34620 latex
34621 \family default
34622  program
34623 \end_layout
34624
34625 \begin_layout Description
34626 LyX
34627 \begin_inset space ~
34628 \end_inset
34629
34630 1.y.x LyX-document in a format readable for the LyX versions 1.y.x (
34631 \begin_inset Quotes eld
34632 \end_inset
34633
34634 y
34635 \begin_inset Quotes erd
34636 \end_inset
34637
34638  is replaced by the version number)
34639 \end_layout
34640
34641 \begin_layout Description
34642 OpenDocument OpenDocument-formatted text file, to be opened with 
34643 \family sans
34644 OpenOffice
34645 \family default
34646
34647 \family sans
34648 KOffice
34649 \family default
34650
34651 \family sans
34652 Abiword
34653 \family default
34654 , etc.
34655  (the OpenDocument-converter is a third-party product and doesn't work in
34656  all cases)
34657 \end_layout
34658
34659 \begin_layout Description
34660
34661 \family sans
34662 PDF
34663 \family default
34664  PDF-format using the program 
34665 \family typewriter
34666 ps2pdf
34667 \end_layout
34668
34669 \begin_layout Description
34670
34671 \family sans
34672 PDF
34673 \begin_inset space ~
34674 \end_inset
34675
34676 (dvipdfm)
34677 \family default
34678  PDF-format using the program 
34679 \family typewriter
34680 dvipdfm
34681 \end_layout
34682
34683 \begin_layout Description
34684
34685 \family sans
34686 PDF
34687 \begin_inset space ~
34688 \end_inset
34689
34690 (pdflatex)
34691 \family default
34692  PDF-format using the program 
34693 \family typewriter
34694 pdflatex
34695 \end_layout
34696
34697 \begin_layout Description
34698
34699 \family sans
34700 Plain
34701 \begin_inset space ~
34702 \end_inset
34703
34704 text
34705 \family default
34706  text format
34707 \end_layout
34708
34709 \begin_layout Description
34710
34711 \family sans
34712 Plain
34713 \begin_inset space ~
34714 \end_inset
34715
34716 text
34717 \begin_inset space ~
34718 \end_inset
34719
34720 (ps2ascii)
34721 \family default
34722  text format, the document will first be converted to Postscript format
34723  and then exported as text using the program 
34724 \family sans
34725 ps2ascii
34726 \end_layout
34727
34728 \begin_layout Description
34729
34730 \family sans
34731 Postscript
34732 \family default
34733  PostScript format using the program 
34734 \family typewriter
34735 dvips
34736 \end_layout
34737
34738 \begin_layout Description
34739
34740 \family sans
34741 Custom
34742 \family default
34743  custom format
34744 \end_layout
34745
34746 \begin_layout Standard
34747 The program 
34748 \family typewriter
34749 dvipdfm
34750 \family default
34751  produces internally a DVI-file which is then converted to a PDF-file.
34752  It is a bit out of date and therefore the output could look different from
34753  what you want.
34754  
34755 \family typewriter
34756 pdflatex
34757 \family default
34758  produces directly PDF-files and supports the latest PDF-file formats.
34759 \end_layout
34760
34761 \begin_layout Standard
34762 If one of the menu entries 
34763 \family sans
34764 DVI
34765 \family default
34766
34767 \family sans
34768 PDF
34769 \begin_inset space ~
34770 \end_inset
34771
34772 (pdflatex)
34773 \family default
34774  or 
34775 \family sans
34776 Postscript
34777 \family default
34778  is missing, you need to update your LaTeX installation.
34779  After updating you have to reconfigure LyX, see section
34780 \begin_inset space ~
34781 \end_inset
34782
34783
34784 \begin_inset CommandInset ref
34785 LatexCommand ref
34786 reference "sec:Basic-LyX-Setup"
34787
34788 \end_inset
34789
34790 .
34791 \begin_inset Index idx
34792 status collapsed
34793
34794 \begin_layout Plain Layout
34795 Reconfiguration of LyX
34796 \end_layout
34797
34798 \end_inset
34799
34800
34801 \end_layout
34802
34803 \begin_layout Standard
34804 The menu 
34805 \family sans
34806 Custom
34807 \family default
34808  allows you to export your file by using special command line options for
34809  the export program.
34810 \end_layout
34811
34812 \begin_layout Subsection
34813 Print
34814 \end_layout
34815
34816 \begin_layout Standard
34817 With this menu you can print your document to a file in PostScript format
34818  or send it to a printer.
34819  The printer will also use the document in PostScript format.
34820  The conversion to PostScript is done in the background by LyX using the
34821  program 
34822 \family typewriter
34823 dvips
34824 \family default
34825 .
34826  For more information have a look at section
34827 \begin_inset space ~
34828 \end_inset
34829
34830
34831 \begin_inset CommandInset ref
34832 LatexCommand ref
34833 reference "sub:Printing-the-File"
34834
34835 \end_inset
34836
34837 .
34838 \end_layout
34839
34840 \begin_layout Subsection
34841 New and Close Window
34842 \end_layout
34843
34844 \begin_layout Standard
34845 Opens a new instance of LyX with all currently opened documents.
34846  You can close it later with the corresponding menu.
34847 \end_layout
34848
34849 \begin_layout Section
34850 The Edit Menu
34851 \begin_inset Index idx
34852 status collapsed
34853
34854 \begin_layout Plain Layout
34855 Menu ! Edit
34856 \end_layout
34857
34858 \end_inset
34859
34860
34861 \end_layout
34862
34863 \begin_layout Subsection
34864 Undo and Redo
34865 \end_layout
34866
34867 \begin_layout Standard
34868 Described in section
34869 \begin_inset space ~
34870 \end_inset
34871
34872
34873 \begin_inset CommandInset ref
34874 LatexCommand ref
34875 reference "sec:Undo-and-Redo"
34876
34877 \end_inset
34878
34879 .
34880 \end_layout
34881
34882 \begin_layout Subsection
34883 Cut, Copy, Paste, Paste Recent, Paste Special
34884 \end_layout
34885
34886 \begin_layout Standard
34887 Described in section
34888 \begin_inset space ~
34889 \end_inset
34890
34891
34892 \begin_inset CommandInset ref
34893 LatexCommand ref
34894 reference "sec:Basic-Editing-Features"
34895
34896 \end_inset
34897
34898 .
34899 \end_layout
34900
34901 \begin_layout Subsection
34902 Select All
34903 \end_layout
34904
34905 \begin_layout Standard
34906 Selects the whole document.
34907 \end_layout
34908
34909 \begin_layout Subsection
34910 Find & Replace
34911 \end_layout
34912
34913 \begin_layout Standard
34914 Described in section
34915 \begin_inset space ~
34916 \end_inset
34917
34918
34919 \begin_inset CommandInset ref
34920 LatexCommand ref
34921 reference "sec:Basic-Editing-Features"
34922
34923 \end_inset
34924
34925 .
34926 \end_layout
34927
34928 \begin_layout Subsection
34929 Move Paragraph Up/Down
34930 \end_layout
34931
34932 \begin_layout Standard
34933 This shifts the paragraph where the cursor is currently in one paragraph
34934  up or down.
34935 \end_layout
34936
34937 \begin_layout Subsection
34938 Text Style
34939 \end_layout
34940
34941 \begin_layout Standard
34942 Described in section
34943 \begin_inset space ~
34944 \end_inset
34945
34946
34947 \begin_inset CommandInset ref
34948 LatexCommand ref
34949 reference "sub:Fine-Tuning-with-the"
34950
34951 \end_inset
34952
34953 .
34954 \end_layout
34955
34956 \begin_layout Subsection
34957 Paragraph Settings
34958 \begin_inset Index idx
34959 status collapsed
34960
34961 \begin_layout Plain Layout
34962 Paragraph ! Settings
34963 \end_layout
34964
34965 \end_inset
34966
34967
34968 \end_layout
34969
34970 \begin_layout Standard
34971 The settings in the paragraph dialog only affects the paragraph where the
34972  cursor is in.
34973  Here you can set here the paragraph alignment and line spacing.
34974 \end_layout
34975
34976 \begin_layout Standard
34977 You can also prevent that the first line of the paragraph is indented.
34978  This option works only when you have chosen to separate paragraphs with
34979  indents in the 
34980 \family sans
34981 Document\SpecialChar \menuseparator
34982 Settings
34983 \family default
34984  dialog under 
34985 \family sans
34986 Text
34987 \begin_inset space ~
34988 \end_inset
34989
34990 Layout
34991 \family default
34992 .
34993 \end_layout
34994
34995 \begin_layout Subsection
34996 Tabular and Math
34997 \end_layout
34998
34999 \begin_layout Standard
35000 These two menus are only fully active when the cursor is inside a table
35001  or a formula.
35002  Here you can change the properties of tables and formulas.
35003  The properties of tables are described in section
35004 \begin_inset space ~
35005 \end_inset
35006
35007
35008 \begin_inset CommandInset ref
35009 LatexCommand ref
35010 reference "sec:Tables"
35011
35012 \end_inset
35013
35014 , the properties of formulas in chapter
35015 \begin_inset space ~
35016 \end_inset
35017
35018
35019 \begin_inset CommandInset ref
35020 LatexCommand ref
35021 reference "cha:Mathematical-Formulas"
35022
35023 \end_inset
35024
35025 .
35026 \end_layout
35027
35028 \begin_layout Subsection
35029 Increase / Decrease List Depth
35030 \end_layout
35031
35032 \begin_layout Standard
35033 These menus are only active when the cursor is in an environment that can
35034  be nested.
35035  They in/decrease the environment nesting level as explained in section
35036 \begin_inset space ~
35037 \end_inset
35038
35039
35040 \begin_inset CommandInset ref
35041 LatexCommand ref
35042 reference "sec:Nesting"
35043
35044 \end_inset
35045
35046  and 
35047 \begin_inset CommandInset ref
35048 LatexCommand ref
35049 reference "sub:Numbering-depth"
35050
35051 \end_inset
35052
35053 .
35054 \end_layout
35055
35056 \begin_layout Section
35057 The View Menu
35058 \begin_inset Index idx
35059 status collapsed
35060
35061 \begin_layout Plain Layout
35062 Menu ! View
35063 \end_layout
35064
35065 \end_inset
35066
35067
35068 \end_layout
35069
35070 \begin_layout Standard
35071 The 
35072 \family sans
35073 View
35074 \family default
35075  menu contains a list of available formats in which you can view the actual
35076  document with an external program.
35077  The menu entries for the viewing formats are not the same on all installations
35078  - it depends on the LaTeX programs that are found while LyX was configured.
35079  All possible formats are formats listed in section
35080 \begin_inset space ~
35081 \end_inset
35082
35083
35084 \begin_inset CommandInset ref
35085 LatexCommand ref
35086 reference "sub:Export"
35087
35088 \end_inset
35089
35090 .
35091  You should at least see the menu entries 
35092 \family sans
35093 DVI
35094 \family default
35095  and 
35096 \family sans
35097 PDF
35098 \begin_inset space ~
35099 \end_inset
35100
35101 (pdflatex)
35102 \family default
35103 .
35104  If one of the two is missing, you need to update your LaTeX installation.
35105  After updating you have to reconfigure LyX, see section
35106 \begin_inset space ~
35107 \end_inset
35108
35109
35110 \begin_inset CommandInset ref
35111 LatexCommand ref
35112 reference "sec:Basic-LyX-Setup"
35113
35114 \end_inset
35115
35116 .
35117 \begin_inset Index idx
35118 status collapsed
35119
35120 \begin_layout Plain Layout
35121 Reconfiguration of LyX
35122 \end_layout
35123
35124 \end_inset
35125
35126
35127 \end_layout
35128
35129 \begin_layout Standard
35130 Invoking a menu will start a viewer program.
35131  The viewer can be set or changed in the preferences, see section
35132 \begin_inset space ~
35133 \end_inset
35134
35135
35136 \begin_inset CommandInset ref
35137 LatexCommand ref
35138 reference "sec:File-Formats"
35139
35140 \end_inset
35141
35142 .
35143  The default viewers are set by LyX while it is first configured.
35144 \end_layout
35145
35146 \begin_layout Standard
35147 \begin_inset VSpace bigskip
35148 \end_inset
35149
35150 At the bottom of the 
35151 \family sans
35152 View
35153 \family default
35154  menu the opened documents are listed.
35155 \end_layout
35156
35157 \begin_layout Subsection
35158 Open/Close all Insets
35159 \end_layout
35160
35161 \begin_layout Standard
35162 Opens/closes all insets in your document.
35163 \end_layout
35164
35165 \begin_layout Subsection
35166 Unfold/Fold Math Macros
35167 \end_layout
35168
35169 \begin_layout Standard
35170 Unfolds/folds the current math macro.
35171 \end_layout
35172
35173 \begin_layout Standard
35174 Math macros are described in the 
35175 \emph on
35176 Math
35177 \emph default
35178  manual.
35179 \end_layout
35180
35181 \begin_layout Subsection
35182 View Source
35183 \end_layout
35184
35185 \begin_layout Standard
35186 Opens a window showing the source code of the actual document, as described
35187  in section
35188 \begin_inset space ~
35189 \end_inset
35190
35191
35192 \begin_inset CommandInset ref
35193 LatexCommand ref
35194 reference "sec:Previewing-snippets-of"
35195
35196 \end_inset
35197
35198 .
35199 \end_layout
35200
35201 \begin_layout Subsection
35202 Update
35203 \end_layout
35204
35205 \begin_layout Standard
35206 This menu allows you to update the view with your latest changes without
35207  opening a new view window.
35208 \end_layout
35209
35210 \begin_layout Subsection
35211 Split View
35212 \end_layout
35213
35214 \begin_layout Standard
35215 This will split LyX's main window vertically or horizontally.
35216  This allows you view documents the same time to compare them, or to view
35217  the same document, but at different positions.
35218  You can split the main window even several times to view for example 3
35219  or more documents the same time.
35220  To return to an unsplit view, use the menu 
35221 \family sans
35222 Close Tab Group
35223 \family default
35224 .
35225 \end_layout
35226
35227 \begin_layout Subsection
35228 Close Tab Group
35229 \end_layout
35230
35231 \begin_layout Standard
35232 Closes a split view.
35233 \end_layout
35234
35235 \begin_layout Subsection
35236 Fullscreen
35237 \end_layout
35238
35239 \begin_layout Standard
35240 Using this menu or pressing F11 removes the menu bar and all toolbars so
35241  that you will see nothing than your text.
35242  It furthermore displays LyX's main window fullscreen.
35243  To return from fullscreen to the normal view, press F11, or right-click
35244  and turn off the fullscreen mode in the the appearing context menu.
35245 \end_layout
35246
35247 \begin_layout Subsection
35248 Toolbars
35249 \begin_inset CommandInset label
35250 LatexCommand label
35251 name "sub:Toolbars"
35252
35253 \end_inset
35254
35255
35256 \begin_inset Index idx
35257 status collapsed
35258
35259 \begin_layout Plain Layout
35260 Toolbar
35261 \end_layout
35262
35263 \end_inset
35264
35265
35266 \end_layout
35267
35268 \begin_layout Standard
35269 In this menu you can set the appearance of the different toolbars.
35270  All toolbars and the 
35271 \family sans
35272 Command
35273 \begin_inset space ~
35274 \end_inset
35275
35276 Buffer
35277 \family default
35278  can be turned on and off.
35279  The 
35280 \emph on
35281 on
35282 \emph default
35283  state is denoted in the menu with a checkmark.
35284  The 
35285 \family sans
35286 Review
35287 \family default
35288
35289 \family sans
35290 Table
35291 \family default
35292
35293 \family sans
35294 Math
35295 \begin_inset space ~
35296 \end_inset
35297
35298 Panels
35299 \family default
35300 , and 
35301 \family sans
35302 Math
35303 \family default
35304  toolbars can be additionally set to the state 
35305 \emph on
35306 automatic
35307 \emph default
35308  that is denoted in the menu with the suffix 
35309 \family sans
35310 (auto)
35311 \family default
35312 .
35313 \end_layout
35314
35315 \begin_layout Standard
35316 In the 
35317 \emph on
35318 on
35319 \emph default
35320  state the toolbar is permanently shown, in the 
35321 \emph on
35322 automatic
35323 \emph default
35324  state the toolbar is only shown when the cursor is in a certain environment
35325  or when a certain feature is enabled.
35326  That means that the review toolbar will only be shown when change tracking
35327  is activated, the math and table toolbars are only shown when the cursor
35328  is inside a formula or table, respectively.
35329 \end_layout
35330
35331 \begin_layout Standard
35332 LyX's toolbars and its buttons are explained in section
35333 \begin_inset space ~
35334 \end_inset
35335
35336
35337 \begin_inset CommandInset ref
35338 LatexCommand ref
35339 reference "sec:Toolbars"
35340
35341 \end_inset
35342
35343 .
35344 \end_layout
35345
35346 \begin_layout Section
35347 The Insert Menu
35348 \begin_inset Index idx
35349 status collapsed
35350
35351 \begin_layout Plain Layout
35352 Menu ! Insert
35353 \end_layout
35354
35355 \end_inset
35356
35357
35358 \end_layout
35359
35360 \begin_layout Subsection
35361 Math
35362 \end_layout
35363
35364 \begin_layout Standard
35365 Inserts math constructs that are explained in chapter
35366 \begin_inset space ~
35367 \end_inset
35368
35369
35370 \begin_inset CommandInset ref
35371 LatexCommand ref
35372 reference "cha:Mathematical-Formulas"
35373
35374 \end_inset
35375
35376  and the 
35377 \emph on
35378 Math
35379 \emph default
35380  manual.
35381 \end_layout
35382
35383 \begin_layout Subsection
35384 Special Character
35385 \begin_inset CommandInset label
35386 LatexCommand label
35387 name "sub:Special-Character"
35388
35389 \end_inset
35390
35391
35392 \end_layout
35393
35394 \begin_layout Standard
35395 Here you can insert the following characters:
35396 \end_layout
35397
35398 \begin_layout Description
35399 Symbols Inserts any character that can be output by your LaTeX system.
35400  Therefore the number of character categories in this dialog and the available
35401  characters depend on the LaTeX-packages you have installed.
35402 \begin_inset Newline newline
35403 \end_inset
35404
35405  
35406 \begin_inset Note Greyedout
35407 status open
35408
35409 \begin_layout Plain Layout
35410
35411 \series bold
35412 Note:
35413 \series default
35414  Not all characters will be visible in the 
35415 \family sans
35416 Symbols
35417 \family default
35418  dialog because none of the screen font that you can set in the preferences
35419  dialog (see sec.
35420 \begin_inset space \thinspace{}
35421 \end_inset
35422
35423
35424 \begin_inset CommandInset ref
35425 LatexCommand ref
35426 reference "sub:Screen-Fonts"
35427
35428 \end_inset
35429
35430 ) can display every character.
35431 \end_layout
35432
35433 \end_inset
35434
35435
35436 \end_layout
35437
35438 \begin_layout Description
35439 Ellipsis Inserts an ellipsis: \SpecialChar \ldots{}
35440
35441 \end_layout
35442
35443 \begin_layout Description
35444 End
35445 \begin_inset space ~
35446 \end_inset
35447
35448 of
35449 \begin_inset space ~
35450 \end_inset
35451
35452 Sentence Inserts an end of sentence dot as described in section
35453 \begin_inset space ~
35454 \end_inset
35455
35456
35457 \begin_inset CommandInset ref
35458 LatexCommand ref
35459 reference "sub:Abbreviations"
35460
35461 \end_inset
35462
35463 .
35464 \end_layout
35465
35466 \begin_layout Description
35467 Ordinary
35468 \begin_inset space ~
35469 \end_inset
35470
35471 Quote Inserts this quote: 
35472 \begin_inset Quotes erd
35473 \end_inset
35474
35475 , no matter what quote type you selected in the 
35476 \family sans
35477 Document\SpecialChar \menuseparator
35478 Settings
35479 \family default
35480  dialog under 
35481 \family sans
35482 Language
35483 \family default
35484 .
35485 \end_layout
35486
35487 \begin_layout Description
35488 Single
35489 \begin_inset space ~
35490 \end_inset
35491
35492 Quote Inserts this quote: 
35493 \begin_inset Quotes els
35494 \end_inset
35495
35496
35497 \end_layout
35498
35499 \begin_layout Description
35500 Protected
35501 \begin_inset space ~
35502 \end_inset
35503
35504 Hyphen Inserts a hyphen that is protected from line breaks: \SpecialChar \nobreakdash-
35505
35506 \end_layout
35507
35508 \begin_layout Description
35509 Breakable
35510 \begin_inset space ~
35511 \end_inset
35512
35513 Slash Inserts a slash where also a line break can occur: \SpecialChar \slash{}
35514
35515 \end_layout
35516
35517 \begin_layout Description
35518 Menu
35519 \begin_inset space ~
35520 \end_inset
35521
35522 Separator Inserts the menu separator sign: \SpecialChar \menuseparator
35523
35524 \end_layout
35525
35526 \begin_layout Description
35527 Phonetic
35528 \begin_inset space ~
35529 \end_inset
35530
35531 Symbols 
35532 \begin_inset Index idx
35533 status collapsed
35534
35535 \begin_layout Plain Layout
35536 Phonetic symbols
35537 \end_layout
35538
35539 \end_inset
35540
35541
35542 \begin_inset Index idx
35543 status collapsed
35544
35545 \begin_layout Plain Layout
35546 Language ! Phonetic symbols
35547 \end_layout
35548
35549 \end_inset
35550
35551 Creates a formula with a so called tipa inset.
35552  Here you can insert commands to create IPA phonetic symbols.
35553  For this feature you must have the LaTeX-package 
35554 \series bold
35555 tipa
35556 \series default
35557
35558 \begin_inset Index idx
35559 status collapsed
35560
35561 \begin_layout Plain Layout
35562 LaTeX-packages ! tipa
35563 \end_layout
35564
35565 \end_inset
35566
35567  installed.
35568 \begin_inset Newline newline
35569 \end_inset
35570
35571 For more information about this feature we refer to the documentation of
35572  
35573 \series bold
35574 tipa, 
35575 \begin_inset CommandInset citation
35576 LatexCommand cite
35577 key "tipa"
35578
35579 \end_inset
35580
35581
35582 \series default
35583  and this Wiki-page:
35584 \begin_inset Newline newline
35585 \end_inset
35586
35587
35588 \begin_inset Flex URL
35589 status open
35590
35591 \begin_layout Plain Layout
35592
35593 http://wiki.lyx.org/LyX/LinguistLyX
35594 \end_layout
35595
35596 \end_inset
35597
35598
35599 \end_layout
35600
35601 \begin_layout Subsection
35602 Formatting
35603 \end_layout
35604
35605 \begin_layout Standard
35606 Here you can insert the following format constructs:
35607 \end_layout
35608
35609 \begin_layout Description
35610 Superscript Inserts an superscript: test
35611 \begin_inset Formula $^{\text{a,b}}
35612 $
35613 \end_inset
35614
35615
35616 \end_layout
35617
35618 \begin_layout Description
35619 Subscript Inserts an subscript: test
35620 \begin_inset Formula $_{\text{3x}}
35621 $
35622 \end_inset
35623
35624
35625 \end_layout
35626
35627 \begin_layout Description
35628 Protected
35629 \begin_inset space ~
35630 \end_inset
35631
35632 Space Inserts a protected space that is described in section
35633 \begin_inset space ~
35634 \end_inset
35635
35636
35637 \begin_inset CommandInset ref
35638 LatexCommand ref
35639 reference "sub:Protected-Space"
35640
35641 \end_inset
35642
35643 .
35644 \end_layout
35645
35646 \begin_layout Description
35647 Inter-word
35648 \begin_inset space ~
35649 \end_inset
35650
35651 Space Inserts an inter-word space that is described in section
35652 \begin_inset space ~
35653 \end_inset
35654
35655
35656 \begin_inset CommandInset ref
35657 LatexCommand ref
35658 reference "sub:Inter-word-Space"
35659
35660 \end_inset
35661
35662 .
35663 \end_layout
35664
35665 \begin_layout Description
35666 Thin
35667 \begin_inset space ~
35668 \end_inset
35669
35670 Space Inserts a thin space that is described in section
35671 \begin_inset space ~
35672 \end_inset
35673
35674
35675 \begin_inset CommandInset ref
35676 LatexCommand ref
35677 reference "sub:Thin-Space"
35678
35679 \end_inset
35680
35681 .
35682 \end_layout
35683
35684 \begin_layout Description
35685 Horizontal
35686 \begin_inset space ~
35687 \end_inset
35688
35689 Space Inserts horizontal space, see section
35690 \begin_inset space ~
35691 \end_inset
35692
35693
35694 \begin_inset CommandInset ref
35695 LatexCommand ref
35696 reference "sub:Horizontal-Space"
35697
35698 \end_inset
35699
35700  for a description.
35701 \end_layout
35702
35703 \begin_layout Description
35704 Horizontal
35705 \begin_inset space ~
35706 \end_inset
35707
35708 Line Inserts an horizontal line, see section
35709 \begin_inset space ~
35710 \end_inset
35711
35712
35713 \begin_inset CommandInset ref
35714 LatexCommand ref
35715 reference "sub:Horizontal-Lines"
35716
35717 \end_inset
35718
35719  for a description.
35720 \end_layout
35721
35722 \begin_layout Description
35723 Vertical
35724 \begin_inset space ~
35725 \end_inset
35726
35727 Space Inserts vertical space, see section
35728 \begin_inset space ~
35729 \end_inset
35730
35731
35732 \begin_inset CommandInset ref
35733 LatexCommand ref
35734 reference "sub:Vertical-Space"
35735
35736 \end_inset
35737
35738  for a description.
35739 \end_layout
35740
35741 \begin_layout Description
35742 Hyphenation
35743 \begin_inset space ~
35744 \end_inset
35745
35746 Point Inserts an hyphenation point, see section
35747 \begin_inset space ~
35748 \end_inset
35749
35750
35751 \begin_inset CommandInset ref
35752 LatexCommand ref
35753 reference "sub:Hyphenation"
35754
35755 \end_inset
35756
35757 .
35758 \end_layout
35759
35760 \begin_layout Description
35761 Ligature
35762 \begin_inset space ~
35763 \end_inset
35764
35765 Break Inserts a ligature break, see section
35766 \begin_inset space ~
35767 \end_inset
35768
35769
35770 \begin_inset CommandInset ref
35771 LatexCommand ref
35772 reference "sub:Ligatures"
35773
35774 \end_inset
35775
35776 .
35777 \end_layout
35778
35779 \begin_layout Description
35780 Ragged
35781 \begin_inset space ~
35782 \end_inset
35783
35784 Line
35785 \begin_inset space ~
35786 \end_inset
35787
35788 Break Inserts a forced line break, see section
35789 \begin_inset space ~
35790 \end_inset
35791
35792
35793 \begin_inset CommandInset ref
35794 LatexCommand ref
35795 reference "sub:Forced-Line-Breaks"
35796
35797 \end_inset
35798
35799 .
35800 \end_layout
35801
35802 \begin_layout Description
35803 Justified
35804 \begin_inset space ~
35805 \end_inset
35806
35807 Break Inserts a forced line break that furthermore stretches the broken
35808  text line to the page border, see section
35809 \begin_inset space ~
35810 \end_inset
35811
35812
35813 \begin_inset CommandInset ref
35814 LatexCommand ref
35815 reference "sub:Forced-Line-Breaks"
35816
35817 \end_inset
35818
35819 .
35820 \end_layout
35821
35822 \begin_layout Description
35823 New
35824 \begin_inset space ~
35825 \end_inset
35826
35827 Page Inserts a forced page break, described in section
35828 \begin_inset space ~
35829 \end_inset
35830
35831
35832 \begin_inset CommandInset ref
35833 LatexCommand ref
35834 reference "sub:Forced-Page-Breaks"
35835
35836 \end_inset
35837
35838 .
35839 \end_layout
35840
35841 \begin_layout Description
35842 Page
35843 \begin_inset space ~
35844 \end_inset
35845
35846 Break Inserts a forced page break that furthermore stretches the broken
35847  text page to the page border, described in section
35848 \begin_inset space ~
35849 \end_inset
35850
35851
35852 \begin_inset CommandInset ref
35853 LatexCommand ref
35854 reference "sub:Forced-Page-Breaks"
35855
35856 \end_inset
35857
35858 .
35859 \end_layout
35860
35861 \begin_layout Description
35862 Clear
35863 \begin_inset space ~
35864 \end_inset
35865
35866 Page Inserts a clear page break, described in section
35867 \begin_inset space ~
35868 \end_inset
35869
35870
35871 \begin_inset CommandInset ref
35872 LatexCommand ref
35873 reference "sub:Clear-Page-Breaks"
35874
35875 \end_inset
35876
35877 .
35878 \end_layout
35879
35880 \begin_layout Description
35881 Clear
35882 \begin_inset space ~
35883 \end_inset
35884
35885 Double
35886 \begin_inset space ~
35887 \end_inset
35888
35889 Page Inserts a clear doublepage break, described in section
35890 \begin_inset space ~
35891 \end_inset
35892
35893
35894 \begin_inset CommandInset ref
35895 LatexCommand ref
35896 reference "sub:Clear-Page-Breaks"
35897
35898 \end_inset
35899
35900 .
35901 \end_layout
35902
35903 \begin_layout Subsection
35904 List / TOC
35905 \end_layout
35906
35907 \begin_layout Standard
35908 Various lists can be inserted with this menu.
35909  The table of contents, the algorithm, figures, and tables list are described
35910  in section
35911 \begin_inset space ~
35912 \end_inset
35913
35914
35915 \begin_inset CommandInset ref
35916 LatexCommand ref
35917 reference "sec:toc"
35918
35919 \end_inset
35920
35921 .
35922  The index list is described in section
35923 \begin_inset space ~
35924 \end_inset
35925
35926
35927 \begin_inset CommandInset ref
35928 LatexCommand ref
35929 reference "sec:Index"
35930
35931 \end_inset
35932
35933 , the nomenclature in section
35934 \begin_inset space ~
35935 \end_inset
35936
35937
35938 \begin_inset CommandInset ref
35939 LatexCommand ref
35940 reference "sec:Nomenclature"
35941
35942 \end_inset
35943
35944 , and the BibTeX bibliography in section
35945 \begin_inset space ~
35946 \end_inset
35947
35948
35949 \begin_inset CommandInset ref
35950 LatexCommand ref
35951 reference "sub:Bibliography-databases"
35952
35953 \end_inset
35954
35955 .
35956 \end_layout
35957
35958 \begin_layout Subsection
35959 Float
35960 \end_layout
35961
35962 \begin_layout Standard
35963 To insert floats, described in section
35964 \begin_inset space ~
35965 \end_inset
35966
35967
35968 \begin_inset CommandInset ref
35969 LatexCommand ref
35970 reference "sec:Floats"
35971
35972 \end_inset
35973
35974 .
35975 \end_layout
35976
35977 \begin_layout Subsection
35978 Note
35979 \end_layout
35980
35981 \begin_layout Standard
35982 To insert notes, described in section
35983 \begin_inset space ~
35984 \end_inset
35985
35986
35987 \begin_inset CommandInset ref
35988 LatexCommand ref
35989 reference "sec:Notes"
35990
35991 \end_inset
35992
35993 .
35994 \end_layout
35995
35996 \begin_layout Subsection
35997 Branch
35998 \end_layout
35999
36000 \begin_layout Standard
36001 Inserts branch insets as described in section
36002 \begin_inset space ~
36003 \end_inset
36004
36005
36006 \begin_inset CommandInset ref
36007 LatexCommand ref
36008 reference "sec:Branches"
36009
36010 \end_inset
36011
36012 .
36013 \end_layout
36014
36015 \begin_layout Subsection
36016 File
36017 \begin_inset Index idx
36018 status collapsed
36019
36020 \begin_layout Plain Layout
36021 External Material
36022 \end_layout
36023
36024 \end_inset
36025
36026
36027 \end_layout
36028
36029 \begin_layout Standard
36030 Here you can insert files to include them or its content to your document.
36031  How this can be done is in detail explained in chapter 
36032 \emph on
36033 External Stuff
36034 \emph default
36035  of the 
36036 \emph on
36037 Embedded Objects
36038 \emph default
36039  manual.
36040 \end_layout
36041
36042 \begin_layout Subsection
36043 Box
36044 \begin_inset Index idx
36045 status collapsed
36046
36047 \begin_layout Plain Layout
36048 Boxes
36049 \end_layout
36050
36051 \end_inset
36052
36053
36054 \end_layout
36055
36056 \begin_layout Standard
36057 Inserts a minipage box that is described section
36058 \begin_inset space ~
36059 \end_inset
36060
36061
36062 \begin_inset CommandInset ref
36063 LatexCommand ref
36064 reference "sec:Minipages"
36065
36066 \end_inset
36067
36068 .
36069  All box types supported by LyX are explained in detail in chapter 
36070 \emph on
36071 Boxes
36072 \emph default
36073  of the 
36074 \emph on
36075 Embedded Objects
36076 \emph default
36077  manual.
36078 \end_layout
36079
36080 \begin_layout Subsection
36081 Citation
36082 \end_layout
36083
36084 \begin_layout Standard
36085 Inserts a citation as described in section
36086 \begin_inset space ~
36087 \end_inset
36088
36089
36090 \begin_inset CommandInset ref
36091 LatexCommand ref
36092 reference "sec:Bibliography"
36093
36094 \end_inset
36095
36096 .
36097 \end_layout
36098
36099 \begin_layout Subsection
36100 Cross-Reference
36101 \end_layout
36102
36103 \begin_layout Standard
36104 Inserts a cross-reference as described in section
36105 \begin_inset space ~
36106 \end_inset
36107
36108
36109 \begin_inset CommandInset ref
36110 LatexCommand ref
36111 reference "sec:Cross-References"
36112
36113 \end_inset
36114
36115 .
36116 \end_layout
36117
36118 \begin_layout Subsection
36119 Label
36120 \end_layout
36121
36122 \begin_layout Standard
36123 Inserts a label as described in section
36124 \begin_inset space ~
36125 \end_inset
36126
36127
36128 \begin_inset CommandInset ref
36129 LatexCommand ref
36130 reference "sec:Cross-References"
36131
36132 \end_inset
36133
36134 .
36135 \end_layout
36136
36137 \begin_layout Subsection
36138 Caption
36139 \begin_inset Index idx
36140 status collapsed
36141
36142 \begin_layout Plain Layout
36143 Captions
36144 \end_layout
36145
36146 \end_inset
36147
36148
36149 \begin_inset Index idx
36150 status collapsed
36151
36152 \begin_layout Plain Layout
36153 Longtables ! Caption
36154 \end_layout
36155
36156 \end_inset
36157
36158
36159 \end_layout
36160
36161 \begin_layout Standard
36162 Inserts a caption to floats or longtables.
36163  Floats are described in section
36164 \begin_inset space ~
36165 \end_inset
36166
36167
36168 \begin_inset CommandInset ref
36169 LatexCommand ref
36170 reference "sec:Floats"
36171
36172 \end_inset
36173
36174 , captions in longtables are described in section 
36175 \emph on
36176 Longtable Captions
36177 \emph default
36178  of the 
36179 \emph on
36180 Embedded Objects
36181 \emph default
36182  manual.
36183 \end_layout
36184
36185 \begin_layout Subsection
36186 Index Entry
36187 \end_layout
36188
36189 \begin_layout Standard
36190 Inserts an index entry as described in section
36191 \begin_inset space ~
36192 \end_inset
36193
36194
36195 \begin_inset CommandInset ref
36196 LatexCommand ref
36197 reference "sec:Index"
36198
36199 \end_inset
36200
36201 .
36202 \end_layout
36203
36204 \begin_layout Subsection
36205 Nomenclature Entry
36206 \end_layout
36207
36208 \begin_layout Standard
36209 Inserts a nomenclature entry as described in section
36210 \begin_inset space ~
36211 \end_inset
36212
36213
36214 \begin_inset CommandInset ref
36215 LatexCommand ref
36216 reference "sec:Nomenclature"
36217
36218 \end_inset
36219
36220 .
36221 \end_layout
36222
36223 \begin_layout Subsection
36224 Table
36225 \end_layout
36226
36227 \begin_layout Standard
36228 Inserts a table.
36229  Tables are described in section
36230 \begin_inset space ~
36231 \end_inset
36232
36233
36234 \begin_inset CommandInset ref
36235 LatexCommand ref
36236 reference "sec:Tables"
36237
36238 \end_inset
36239
36240 .
36241 \end_layout
36242
36243 \begin_layout Subsection
36244 Graphics
36245 \end_layout
36246
36247 \begin_layout Standard
36248 Inserts a graphic.
36249  Graphics are described in section
36250 \begin_inset space ~
36251 \end_inset
36252
36253
36254 \begin_inset CommandInset ref
36255 LatexCommand ref
36256 reference "sec:Graphics"
36257
36258 \end_inset
36259
36260 .
36261 \end_layout
36262
36263 \begin_layout Subsection
36264 URL
36265 \end_layout
36266
36267 \begin_layout Standard
36268 Inserts an URL as described in section
36269 \begin_inset space ~
36270 \end_inset
36271
36272
36273 \begin_inset CommandInset ref
36274 LatexCommand ref
36275 reference "sub:URLs"
36276
36277 \end_inset
36278
36279 .
36280 \end_layout
36281
36282 \begin_layout Subsection
36283 Hyperlinks
36284 \end_layout
36285
36286 \begin_layout Standard
36287 Inserts a hyperlink as described in section
36288 \begin_inset space ~
36289 \end_inset
36290
36291
36292 \begin_inset CommandInset ref
36293 LatexCommand ref
36294 reference "sub:Hyperlinks"
36295
36296 \end_inset
36297
36298 .
36299 \end_layout
36300
36301 \begin_layout Subsection
36302 Footnote
36303 \end_layout
36304
36305 \begin_layout Standard
36306 Inserts a footnote, see section
36307 \begin_inset space ~
36308 \end_inset
36309
36310
36311 \begin_inset CommandInset ref
36312 LatexCommand ref
36313 reference "sec:Footnotes"
36314
36315 \end_inset
36316
36317 .
36318 \end_layout
36319
36320 \begin_layout Subsection
36321 Marginal Note
36322 \end_layout
36323
36324 \begin_layout Standard
36325 Inserts a marginal note, see section
36326 \begin_inset space ~
36327 \end_inset
36328
36329
36330 \begin_inset CommandInset ref
36331 LatexCommand ref
36332 reference "sec:Marginal-Notes"
36333
36334 \end_inset
36335
36336 .
36337 \end_layout
36338
36339 \begin_layout Subsection
36340 Short Title
36341 \end_layout
36342
36343 \begin_layout Standard
36344 Inserts a short title, see section
36345 \begin_inset space ~
36346 \end_inset
36347
36348
36349 \begin_inset CommandInset ref
36350 LatexCommand ref
36351 reference "sec:Short-Titles"
36352
36353 \end_inset
36354
36355 .
36356 \end_layout
36357
36358 \begin_layout Subsection
36359 TeX Code
36360 \end_layout
36361
36362 \begin_layout Standard
36363 Inserts a TeX Code box, see section
36364 \begin_inset space ~
36365 \end_inset
36366
36367
36368 \begin_inset CommandInset ref
36369 LatexCommand ref
36370 reference "sub:TeX-Code-Boxes"
36371
36372 \end_inset
36373
36374  for a description.
36375 \end_layout
36376
36377 \begin_layout Subsection
36378 Program Listing
36379 \begin_inset Index idx
36380 status collapsed
36381
36382 \begin_layout Plain Layout
36383 Program listings
36384 \end_layout
36385
36386 \end_inset
36387
36388
36389 \end_layout
36390
36391 \begin_layout Standard
36392 Inserts a program listings box.
36393  Program listings are explained in chapter 
36394 \emph on
36395 Program Code Listings
36396 \emph default
36397  of the 
36398 \emph on
36399 Embedded Objects
36400 \emph default
36401  manual.
36402 \end_layout
36403
36404 \begin_layout Subsection
36405 Date
36406 \end_layout
36407
36408 \begin_layout Standard
36409 Inserts the actual date.
36410  The format depends on the date format of the language that is used for
36411  LyX's menus.
36412  LyX offers another ways to insert a date which is explained in section
36413  
36414 \emph on
36415 External Material
36416 \emph default
36417  of the 
36418 \emph on
36419 Embedded Objects
36420 \emph default
36421  manual.
36422  There the different methods are also compared.
36423 \end_layout
36424
36425 \begin_layout Section
36426 The Navigate Menu
36427 \begin_inset Index idx
36428 status collapsed
36429
36430 \begin_layout Plain Layout
36431 Menu ! Navigate
36432 \end_layout
36433
36434 \end_inset
36435
36436
36437 \end_layout
36438
36439 \begin_layout Standard
36440 This menu lists the existing chapters, sections, figures, tables, etc.
36441 \begin_inset space ~
36442 \end_inset
36443
36444 of the current document.
36445  This allows you to navigate easily through you document.
36446 \end_layout
36447
36448 \begin_layout Subsection
36449 Bookmarks
36450 \end_layout
36451
36452 \begin_layout Standard
36453 With this menu you are able to define your own bookmarks.
36454  This is useful when you are working on a large documents and often have
36455  to jump e.
36456 \begin_inset space \thinspace{}
36457 \end_inset
36458
36459 g.
36460 \begin_inset space \space{}
36461 \end_inset
36462
36463 between section
36464 \begin_inset space ~
36465 \end_inset
36466
36467 2.5 and 6.3.
36468  To create bookmarks for this example, go to section
36469 \begin_inset space ~
36470 \end_inset
36471
36472 2.5 and use the menu 
36473 \family sans
36474 Save
36475 \begin_inset space ~
36476 \end_inset
36477
36478 Bookmark
36479 \begin_inset space ~
36480 \end_inset
36481
36482 1
36483 \family default
36484 .
36485  Then go to section
36486 \begin_inset space ~
36487 \end_inset
36488
36489 6.3 and use 
36490 \family sans
36491 Save
36492 \begin_inset space ~
36493 \end_inset
36494
36495 Bookmark
36496 \begin_inset space ~
36497 \end_inset
36498
36499
36500 \family default
36501 2.
36502  Now you can jump easily between these sections by using the menu or by
36503  the key bindings 
36504 \begin_inset Info
36505 type  "shortcut"
36506 arg   "bookmark-goto 1"
36507 \end_inset
36508
36509  and 
36510 \begin_inset Info
36511 type  "shortcut"
36512 arg   "bookmark-goto 2"
36513 \end_inset
36514
36515 .
36516 \end_layout
36517
36518 \begin_layout Standard
36519 You can also use bookmarks to jump between several opened documents.
36520  The saved bookmarks are valid till the document is closed.
36521 \end_layout
36522
36523 \begin_layout Subsection
36524 Next Note, Change, Cross-reference
36525 \end_layout
36526
36527 \begin_layout Standard
36528 Jump to the next note, change, or cross-reference following the current
36529  cursor position.
36530 \end_layout
36531
36532 \begin_layout Subsection
36533 Go to Label
36534 \end_layout
36535
36536 \begin_layout Standard
36537 Only active when the cursor is in front of a cross-reference.
36538  Sets the cursor before the referenced label, the same as if you right-click
36539  on a cross-reference box.
36540 \end_layout
36541
36542 \begin_layout Section
36543 The Document Menu
36544 \begin_inset Index idx
36545 status collapsed
36546
36547 \begin_layout Plain Layout
36548 Menu ! Document
36549 \end_layout
36550
36551 \end_inset
36552
36553
36554 \end_layout
36555
36556 \begin_layout Subsection
36557 Change Tracking
36558 \end_layout
36559
36560 \begin_layout Standard
36561 Change Tracking is described in section
36562 \begin_inset space ~
36563 \end_inset
36564
36565
36566 \begin_inset CommandInset ref
36567 LatexCommand ref
36568 reference "sec:Change-Tracking"
36569
36570 \end_inset
36571
36572 .
36573 \end_layout
36574
36575 \begin_layout Subsection
36576 LaT
36577 \begin_inset ERT
36578 status collapsed
36579
36580 \begin_layout Plain Layout
36581
36582 {}
36583 \end_layout
36584
36585 \end_inset
36586
36587 eX Log
36588 \end_layout
36589
36590 \begin_layout Standard
36591 After running LaTeX by viewing or exporting a document, this menu will be
36592  enabled.
36593  It shows the logfile of the used LaTeX-program.
36594 \end_layout
36595
36596 \begin_layout Standard
36597 Here you can see how LaTeX works in the background.
36598  
36599 \emph on
36600 Experts
36601 \emph default
36602  will find in it reasons for LaTeX-errors.
36603 \end_layout
36604
36605 \begin_layout Subsection
36606 Outline
36607 \end_layout
36608
36609 \begin_layout Standard
36610 Opens the TOC/Outline window as described in section
36611 \begin_inset space ~
36612 \end_inset
36613
36614
36615 \begin_inset CommandInset ref
36616 LatexCommand ref
36617 reference "sec:Navigating"
36618
36619 \end_inset
36620
36621  and 
36622 \begin_inset CommandInset ref
36623 LatexCommand ref
36624 reference "sub:Table-of-Contents"
36625
36626 \end_inset
36627
36628 .
36629 \end_layout
36630
36631 \begin_layout Subsection
36632 Start Appendix Here
36633 \end_layout
36634
36635 \begin_layout Standard
36636 This menu will start the appendix of the document at the current cursor
36637  position as described in section
36638 \begin_inset space ~
36639 \end_inset
36640
36641
36642 \begin_inset CommandInset ref
36643 LatexCommand ref
36644 reference "sec:Appendices"
36645
36646 \end_inset
36647
36648 .
36649 \end_layout
36650
36651 \begin_layout Subsection
36652 Compressed
36653 \end_layout
36654
36655 \begin_layout Standard
36656 Un/compresses the current document.
36657 \end_layout
36658
36659 \begin_layout Subsection
36660 Settings
36661 \end_layout
36662
36663 \begin_layout Standard
36664 The document settings are described in appendix
36665 \begin_inset space ~
36666 \end_inset
36667
36668
36669 \begin_inset CommandInset ref
36670 LatexCommand ref
36671 reference "cha:The-Document-Settings"
36672
36673 \end_inset
36674
36675 .
36676 \end_layout
36677
36678 \begin_layout Section
36679 The Tools Menu
36680 \begin_inset Index idx
36681 status collapsed
36682
36683 \begin_layout Plain Layout
36684 Menu ! Tools
36685 \end_layout
36686
36687 \end_inset
36688
36689
36690 \end_layout
36691
36692 \begin_layout Subsection
36693 Spellchecker
36694 \end_layout
36695
36696 \begin_layout Standard
36697 Spell checking is explained in section
36698 \begin_inset space ~
36699 \end_inset
36700
36701
36702 \begin_inset CommandInset ref
36703 LatexCommand ref
36704 reference "sec:Spellchecking"
36705
36706 \end_inset
36707
36708 .
36709 \end_layout
36710
36711 \begin_layout Subsection
36712 Thesaurus
36713 \end_layout
36714
36715 \begin_layout Standard
36716 The thesaurus is described in section
36717 \begin_inset space ~
36718 \end_inset
36719
36720
36721 \begin_inset CommandInset ref
36722 LatexCommand ref
36723 reference "sec:Thesaurus"
36724
36725 \end_inset
36726
36727 .
36728 \end_layout
36729
36730 \begin_layout Subsection
36731 Statistics
36732 \begin_inset Index idx
36733 status collapsed
36734
36735 \begin_layout Plain Layout
36736 Word count
36737 \end_layout
36738
36739 \end_inset
36740
36741
36742 \begin_inset Index idx
36743 status collapsed
36744
36745 \begin_layout Plain Layout
36746 Character count
36747 \end_layout
36748
36749 \end_inset
36750
36751
36752 \end_layout
36753
36754 \begin_layout Standard
36755 Counts the number of words and characters in the actual document or the
36756  highlighted document part.
36757 \end_layout
36758
36759 \begin_layout Subsection
36760 TeX Information
36761 \begin_inset Index idx
36762 status collapsed
36763
36764 \begin_layout Plain Layout
36765 TeX Information
36766 \end_layout
36767
36768 \end_inset
36769
36770
36771 \end_layout
36772
36773 \begin_layout Standard
36774 Shows you a list of the classes and styles installed in your LaTeX-system.
36775 \end_layout
36776
36777 \begin_layout Subsection
36778 Reconfigure
36779 \begin_inset Index idx
36780 status collapsed
36781
36782 \begin_layout Plain Layout
36783 LyX ! Reconfigure|see
36784 \begin_inset ERT
36785 status collapsed
36786
36787 \begin_layout Plain Layout
36788
36789 {
36790 \end_layout
36791
36792 \end_inset
36793
36794 Reconfiguration of LyX
36795 \begin_inset ERT
36796 status collapsed
36797
36798 \begin_layout Plain Layout
36799
36800 }
36801 \end_layout
36802
36803 \end_inset
36804
36805
36806 \end_layout
36807
36808 \end_inset
36809
36810
36811 \begin_inset Index idx
36812 status collapsed
36813
36814 \begin_layout Plain Layout
36815 Reconfiguration of LyX
36816 \end_layout
36817
36818 \end_inset
36819
36820
36821 \end_layout
36822
36823 \begin_layout Standard
36824 This menu reconfigures LyX.
36825  That means LyX looks for LaTeX-packages and needed programs, see also section
36826 \begin_inset space ~
36827 \end_inset
36828
36829
36830 \begin_inset CommandInset ref
36831 LatexCommand ref
36832 reference "sec:Basic-LyX-Setup"
36833
36834 \end_inset
36835
36836 .
36837 \end_layout
36838
36839 \begin_layout Subsection
36840 Preferences
36841 \end_layout
36842
36843 \begin_layout Standard
36844 The preferences dialog is described in detail in appendix
36845 \begin_inset space \thinspace{}
36846 \end_inset
36847
36848
36849 \begin_inset CommandInset ref
36850 LatexCommand ref
36851 reference "cha:The-Preferences-dialog"
36852
36853 \end_inset
36854
36855 .
36856 \end_layout
36857
36858 \begin_layout Section
36859 The Help Menu
36860 \begin_inset Index idx
36861 status collapsed
36862
36863 \begin_layout Plain Layout
36864 Menu ! Help
36865 \end_layout
36866
36867 \end_inset
36868
36869
36870 \end_layout
36871
36872 \begin_layout Standard
36873 This menu opens the documentation files of LyX in the language of LyX's
36874  menus.
36875 \end_layout
36876
36877 \begin_layout Standard
36878 The menu 
36879 \family sans
36880 LaTeX
36881 \begin_inset space ~
36882 \end_inset
36883
36884 Configuration
36885 \family default
36886  shows a LyX-document with information about the LaTeX-packages and classes
36887  found by LyX (see also section
36888 \begin_inset space ~
36889 \end_inset
36890
36891
36892 \begin_inset CommandInset ref
36893 LatexCommand ref
36894 reference "sec:LaTeX-Setup"
36895
36896 \end_inset
36897
36898 ).
36899 \end_layout
36900
36901 \begin_layout Section
36902 Toolbars
36903 \begin_inset CommandInset label
36904 LatexCommand label
36905 name "sec:Toolbars"
36906
36907 \end_inset
36908
36909
36910 \end_layout
36911
36912 \begin_layout Standard
36913 How to show or hide toolbars is explained in section
36914 \begin_inset space ~
36915 \end_inset
36916
36917
36918 \begin_inset CommandInset ref
36919 LatexCommand ref
36920 reference "sub:Toolbars"
36921
36922 \end_inset
36923
36924 .
36925 \end_layout
36926
36927 \begin_layout Standard
36928 It is also possible to define custom toolbars.
36929  This is described in the 
36930 \emph on
36931 Additional Features
36932 \emph default
36933  manual.
36934 \end_layout
36935
36936 \begin_layout Subsection
36937 Standard Toolbar
36938 \begin_inset Index idx
36939 status collapsed
36940
36941 \begin_layout Plain Layout
36942 Toolbar ! Standard
36943 \end_layout
36944
36945 \end_inset
36946
36947
36948 \end_layout
36949
36950 \begin_layout Standard
36951 \begin_inset Graphics
36952         filename clipart/StandardToolbar.png
36953         width 100col%
36954
36955 \end_inset
36956
36957
36958 \end_layout
36959
36960 \begin_layout Standard
36961 \begin_inset VSpace defskip
36962 \end_inset
36963
36964
36965 \end_layout
36966
36967 \begin_layout Standard
36968 The standard toolbar as shown above contains from left to right the following
36969  buttons:
36970 \begin_inset ERT
36971 status collapsed
36972
36973 \begin_layout Plain Layout
36974
36975
36976 \backslash
36977 setlength{
36978 \backslash
36979 LTleft}{0pt}
36980 \end_layout
36981
36982 \end_inset
36983
36984
36985 \begin_inset Note Note
36986 status collapsed
36987
36988 \begin_layout Plain Layout
36989 This is necessary to left align the following longtables.
36990  See the 
36991 \emph on
36992 Embedded Objects
36993 \emph default
36994  manual for more information.
36995 \end_layout
36996
36997 \end_inset
36998
36999
37000 \end_layout
37001
37002 \begin_layout Standard
37003 \begin_inset VSpace defskip
37004 \end_inset
37005
37006
37007 \end_layout
37008
37009 \begin_layout Standard
37010 \begin_inset Tabular
37011 <lyxtabular version="3" rows="1" columns="2">
37012 <features islongtable="true" longtabularalignment="center">
37013 <column alignment="center" valignment="top" width="0">
37014 <column alignment="center" valignment="top" width="0">
37015 <row>
37016 <cell alignment="center" valignment="top" usebox="none">
37017 \begin_inset Text
37018
37019 \begin_layout Plain Layout
37020 \begin_inset Graphics
37021         filename clipart/ToolbarEnvBox.png
37022         clip
37023
37024 \end_inset
37025
37026
37027 \end_layout
37028
37029 \end_inset
37030 </cell>
37031 <cell alignment="center" valignment="top" usebox="none">
37032 \begin_inset Text
37033
37034 \begin_layout Plain Layout
37035 pull-down box for the paragraph environments
37036 \end_layout
37037
37038 \end_inset
37039 </cell>
37040 </row>
37041 </lyxtabular>
37042
37043 \end_inset
37044
37045
37046 \end_layout
37047
37048 \begin_layout Standard
37049 \begin_inset VSpace -10mm
37050 \end_inset
37051
37052
37053 \end_layout
37054
37055 \begin_layout Standard
37056 \align left
37057 \begin_inset Tabular
37058 <lyxtabular version="3" rows="21" columns="2">
37059 <features islongtable="true" longtabularalignment="center">
37060 <column alignment="left" valignment="top" width="0">
37061 <column alignment="left" valignment="top" width="0">
37062 <row interlinespace="2.5mm">
37063 <cell alignment="center" valignment="top" usebox="none">
37064 \begin_inset Text
37065
37066 \begin_layout Plain Layout
37067
37068 \family sans
37069 \begin_inset Graphics
37070         filename ../images/buffer-new.png
37071         BoundingBox 0bp 5bp 20bp 20bp
37072
37073 \end_inset
37074
37075
37076 \end_layout
37077
37078 \end_inset
37079 </cell>
37080 <cell alignment="center" valignment="top" usebox="none">
37081 \begin_inset Text
37082
37083 \begin_layout Plain Layout
37084
37085 \family sans
37086 File\SpecialChar \menuseparator
37087 New
37088 \end_layout
37089
37090 \end_inset
37091 </cell>
37092 </row>
37093 <row interlinespace="2.5mm">
37094 <cell alignment="center" valignment="top" usebox="none">
37095 \begin_inset Text
37096
37097 \begin_layout Plain Layout
37098 \begin_inset Graphics
37099         filename ../images/file-open.png
37100         BoundingBox 0bp 5bp 20bp 20bp
37101
37102 \end_inset
37103
37104
37105 \end_layout
37106
37107 \end_inset
37108 </cell>
37109 <cell alignment="center" valignment="top" usebox="none">
37110 \begin_inset Text
37111
37112 \begin_layout Plain Layout
37113
37114 \family sans
37115 File\SpecialChar \menuseparator
37116 Open
37117 \end_layout
37118
37119 \end_inset
37120 </cell>
37121 </row>
37122 <row interlinespace="2.5mm">
37123 <cell alignment="center" valignment="top" usebox="none">
37124 \begin_inset Text
37125
37126 \begin_layout Plain Layout
37127 \begin_inset Graphics
37128         filename ../images/buffer-write.png
37129         BoundingBox 0bp 5bp 20bp 20bp
37130
37131 \end_inset
37132
37133
37134 \end_layout
37135
37136 \end_inset
37137 </cell>
37138 <cell alignment="center" valignment="top" usebox="none">
37139 \begin_inset Text
37140
37141 \begin_layout Plain Layout
37142
37143 \family sans
37144 File\SpecialChar \menuseparator
37145 Save
37146 \end_layout
37147
37148 \end_inset
37149 </cell>
37150 </row>
37151 <row interlinespace="2.5mm">
37152 <cell alignment="center" valignment="top" usebox="none">
37153 \begin_inset Text
37154
37155 \begin_layout Plain Layout
37156 \begin_inset Graphics
37157         filename ../images/dialog-show_print.png
37158         BoundingBox 0bp 5bp 24bp 20bp
37159
37160 \end_inset
37161
37162
37163 \end_layout
37164
37165 \end_inset
37166 </cell>
37167 <cell alignment="center" valignment="top" usebox="none">
37168 \begin_inset Text
37169
37170 \begin_layout Plain Layout
37171
37172 \family sans
37173 File\SpecialChar \menuseparator
37174 Print
37175 \end_layout
37176
37177 \end_inset
37178 </cell>
37179 </row>
37180 <row interlinespace="2.5mm">
37181 <cell alignment="center" valignment="top" usebox="none">
37182 \begin_inset Text
37183
37184 \begin_layout Plain Layout
37185 \begin_inset Graphics
37186         filename ../images/dialog-show_spellchecker.png
37187         BoundingBox 0bp 5bp 20bp 20bp
37188
37189 \end_inset
37190
37191
37192 \end_layout
37193
37194 \end_inset
37195 </cell>
37196 <cell alignment="center" valignment="top" usebox="none">
37197 \begin_inset Text
37198
37199 \begin_layout Plain Layout
37200
37201 \family sans
37202 Tools\SpecialChar \menuseparator
37203 Spellchecker
37204 \end_layout
37205
37206 \end_inset
37207 </cell>
37208 </row>
37209 <row interlinespace="2.5mm">
37210 <cell alignment="center" valignment="top" usebox="none">
37211 \begin_inset Text
37212
37213 \begin_layout Plain Layout
37214 \begin_inset Graphics
37215         filename ../images/undo.png
37216         BoundingBox 0bp 5bp 20bp 20bp
37217
37218 \end_inset
37219
37220
37221 \end_layout
37222
37223 \end_inset
37224 </cell>
37225 <cell alignment="center" valignment="top" usebox="none">
37226 \begin_inset Text
37227
37228 \begin_layout Plain Layout
37229
37230 \family sans
37231 Edit\SpecialChar \menuseparator
37232 Undo
37233 \end_layout
37234
37235 \end_inset
37236 </cell>
37237 </row>
37238 <row interlinespace="2.5mm">
37239 <cell alignment="center" valignment="top" usebox="none">
37240 \begin_inset Text
37241
37242 \begin_layout Plain Layout
37243 \begin_inset Graphics
37244         filename ../images/redo.png
37245         BoundingBox 0bp 5bp 20bp 20bp
37246
37247 \end_inset
37248
37249
37250 \end_layout
37251
37252 \end_inset
37253 </cell>
37254 <cell alignment="center" valignment="top" usebox="none">
37255 \begin_inset Text
37256
37257 \begin_layout Plain Layout
37258
37259 \family sans
37260 Edit\SpecialChar \menuseparator
37261 Redo
37262 \end_layout
37263
37264 \end_inset
37265 </cell>
37266 </row>
37267 <row interlinespace="2.5mm">
37268 <cell alignment="center" valignment="top" usebox="none">
37269 \begin_inset Text
37270
37271 \begin_layout Plain Layout
37272 \begin_inset Graphics
37273         filename ../images/cut.png
37274         BoundingBox 0bp 5bp 20bp 20bp
37275
37276 \end_inset
37277
37278
37279 \end_layout
37280
37281 \end_inset
37282 </cell>
37283 <cell alignment="center" valignment="top" usebox="none">
37284 \begin_inset Text
37285
37286 \begin_layout Plain Layout
37287
37288 \family sans
37289 Edit\SpecialChar \menuseparator
37290 Cut
37291 \end_layout
37292
37293 \end_inset
37294 </cell>
37295 </row>
37296 <row interlinespace="2.5mm">
37297 <cell alignment="center" valignment="top" usebox="none">
37298 \begin_inset Text
37299
37300 \begin_layout Plain Layout
37301 \begin_inset Graphics
37302         filename ../images/copy.png
37303         BoundingBox 0bp 5bp 20bp 20bp
37304
37305 \end_inset
37306
37307
37308 \end_layout
37309
37310 \end_inset
37311 </cell>
37312 <cell alignment="center" valignment="top" usebox="none">
37313 \begin_inset Text
37314
37315 \begin_layout Plain Layout
37316
37317 \family sans
37318 Edit\SpecialChar \menuseparator
37319 Copy
37320 \end_layout
37321
37322 \end_inset
37323 </cell>
37324 </row>
37325 <row interlinespace="2.5mm">
37326 <cell alignment="center" valignment="top" usebox="none">
37327 \begin_inset Text
37328
37329 \begin_layout Plain Layout
37330 \begin_inset Graphics
37331         filename ../images/paste.png
37332         BoundingBox 0bp 5bp 20bp 20bp
37333
37334 \end_inset
37335
37336
37337 \end_layout
37338
37339 \end_inset
37340 </cell>
37341 <cell alignment="center" valignment="top" usebox="none">
37342 \begin_inset Text
37343
37344 \begin_layout Plain Layout
37345
37346 \family sans
37347 Edit\SpecialChar \menuseparator
37348 Paste
37349 \end_layout
37350
37351 \end_inset
37352 </cell>
37353 </row>
37354 <row interlinespace="2.5mm">
37355 <cell alignment="center" valignment="top" usebox="none">
37356 \begin_inset Text
37357
37358 \begin_layout Plain Layout
37359 \begin_inset Graphics
37360         filename ../images/dialog-show_findreplace.png
37361         BoundingBox 0bp 5bp 20bp 25bp
37362         rotateOrigin center
37363
37364 \end_inset
37365
37366
37367 \end_layout
37368
37369 \end_inset
37370 </cell>
37371 <cell alignment="center" valignment="top" usebox="none">
37372 \begin_inset Text
37373
37374 \begin_layout Plain Layout
37375
37376 \family sans
37377 Edit\SpecialChar \menuseparator
37378 Find
37379 \begin_inset space \thinspace{}
37380 \end_inset
37381
37382 &
37383 \begin_inset space \thinspace{}
37384 \end_inset
37385
37386 Replace
37387 \end_layout
37388
37389 \end_inset
37390 </cell>
37391 </row>
37392 <row interlinespace="2.5mm">
37393 <cell alignment="center" valignment="top" usebox="none">
37394 \begin_inset Text
37395
37396 \begin_layout Plain Layout
37397 \begin_inset Graphics
37398         filename ../images/bookmark-goto_0.png
37399         BoundingBox 0bp 5bp 20bp 25bp
37400         rotateOrigin center
37401
37402 \end_inset
37403
37404
37405 \end_layout
37406
37407 \end_inset
37408 </cell>
37409 <cell alignment="center" valignment="top" usebox="none">
37410 \begin_inset Text
37411
37412 \begin_layout Plain Layout
37413
37414 \family sans
37415 Navigate\SpecialChar \menuseparator
37416 Bookmarks\SpecialChar \menuseparator
37417 Navigate Back
37418 \end_layout
37419
37420 \end_inset
37421 </cell>
37422 </row>
37423 <row interlinespace="2.5mm">
37424 <cell alignment="center" valignment="top" usebox="none">
37425 \begin_inset Text
37426
37427 \begin_layout Plain Layout
37428 \begin_inset Graphics
37429         filename ../images/font-emph.png
37430         BoundingBox 0bp 5bp 20bp 20bp
37431
37432 \end_inset
37433
37434
37435 \end_layout
37436
37437 \end_inset
37438 </cell>
37439 <cell alignment="center" valignment="top" usebox="none">
37440 \begin_inset Text
37441
37442 \begin_layout Plain Layout
37443 Emphasize text, function of the Edit
37444 \family sans
37445 \SpecialChar \menuseparator
37446 Text
37447 \begin_inset space ~
37448 \end_inset
37449
37450 Style
37451 \family default
37452  dialog
37453 \end_layout
37454
37455 \end_inset
37456 </cell>
37457 </row>
37458 <row interlinespace="2.5mm">
37459 <cell alignment="center" valignment="top" usebox="none">
37460 \begin_inset Text
37461
37462 \begin_layout Plain Layout
37463 \begin_inset Graphics
37464         filename ../images/font-noun.png
37465         BoundingBox 0bp 5bp 20bp 20bp
37466
37467 \end_inset
37468
37469
37470 \end_layout
37471
37472 \end_inset
37473 </cell>
37474 <cell alignment="center" valignment="top" usebox="none">
37475 \begin_inset Text
37476
37477 \begin_layout Plain Layout
37478 Set text to noun style, function of the Edit
37479 \family sans
37480 \SpecialChar \menuseparator
37481 Text
37482 \begin_inset space ~
37483 \end_inset
37484
37485 Style
37486 \family default
37487  dialog
37488 \end_layout
37489
37490 \end_inset
37491 </cell>
37492 </row>
37493 <row interlinespace="2.5mm">
37494 <cell alignment="center" valignment="top" usebox="none">
37495 \begin_inset Text
37496
37497 \begin_layout Plain Layout
37498 \begin_inset Graphics
37499         filename ../images/textstyle-apply.png
37500         BoundingBox 0bp 5bp 20bp 20bp
37501
37502 \end_inset
37503
37504
37505 \end_layout
37506
37507 \end_inset
37508 </cell>
37509 <cell alignment="center" valignment="top" usebox="none">
37510 \begin_inset Text
37511
37512 \begin_layout Plain Layout
37513 Formats text using the current settings in the 
37514 \family sans
37515 Edit\SpecialChar \menuseparator
37516 Text
37517 \begin_inset space ~
37518 \end_inset
37519
37520 Style
37521 \family default
37522  dialog
37523 \end_layout
37524
37525 \end_inset
37526 </cell>
37527 </row>
37528 <row interlinespace="2.5mm">
37529 <cell alignment="center" valignment="top" usebox="none">
37530 \begin_inset Text
37531
37532 \begin_layout Plain Layout
37533 \begin_inset Graphics
37534         filename ../images/math-mode.png
37535         BoundingBox 0bp 5bp 20bp 20bp
37536
37537 \end_inset
37538
37539
37540 \end_layout
37541
37542 \end_inset
37543 </cell>
37544 <cell alignment="center" valignment="top" usebox="none">
37545 \begin_inset Text
37546
37547 \begin_layout Plain Layout
37548
37549 \family sans
37550 Insert\SpecialChar \menuseparator
37551 Math\SpecialChar \menuseparator
37552 Inline
37553 \begin_inset space ~
37554 \end_inset
37555
37556 Formula
37557 \end_layout
37558
37559 \end_inset
37560 </cell>
37561 </row>
37562 <row interlinespace="2.5mm">
37563 <cell alignment="center" valignment="top" usebox="none">
37564 \begin_inset Text
37565
37566 \begin_layout Plain Layout
37567 \begin_inset Graphics
37568         filename ../images/dialog-show-new-inset_graphics.png
37569         BoundingBox 0bp 5bp 20bp 25bp
37570         rotateOrigin center
37571
37572 \end_inset
37573
37574
37575 \end_layout
37576
37577 \end_inset
37578 </cell>
37579 <cell alignment="center" valignment="top" usebox="none">
37580 \begin_inset Text
37581
37582 \begin_layout Plain Layout
37583
37584 \family sans
37585 Insert\SpecialChar \menuseparator
37586 Graphics
37587 \end_layout
37588
37589 \end_inset
37590 </cell>
37591 </row>
37592 <row interlinespace="2.5mm">
37593 <cell alignment="center" valignment="top" usebox="none">
37594 \begin_inset Text
37595
37596 \begin_layout Plain Layout
37597 \begin_inset Graphics
37598         filename ../images/tabular-insert.png
37599         BoundingBox 0bp 5bp 20bp 25bp
37600         rotateOrigin center
37601
37602 \end_inset
37603
37604
37605 \end_layout
37606
37607 \end_inset
37608 </cell>
37609 <cell alignment="center" valignment="top" usebox="none">
37610 \begin_inset Text
37611
37612 \begin_layout Plain Layout
37613
37614 \family sans
37615 Insert\SpecialChar \menuseparator
37616 Table
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/dialog-toggle_toc.png
37629         BoundingBox 0bp 5bp 20bp 25bp
37630         rotateOrigin center
37631
37632 \end_inset
37633
37634
37635 \end_layout
37636
37637 \end_inset
37638 </cell>
37639 <cell alignment="center" valignment="top" usebox="none">
37640 \begin_inset Text
37641
37642 \begin_layout Plain Layout
37643 Toggle outline window on/off, 
37644 \family sans
37645 Document\SpecialChar \menuseparator
37646 Outline
37647 \end_layout
37648
37649 \end_inset
37650 </cell>
37651 </row>
37652 <row interlinespace="2.5mm">
37653 <cell alignment="center" valignment="top" usebox="none">
37654 \begin_inset Text
37655
37656 \begin_layout Plain Layout
37657 \begin_inset Graphics
37658         filename ../images/toolbar-toggle_math.png
37659         BoundingBox 0bp 5bp 20bp 25bp
37660         rotateOrigin center
37661
37662 \end_inset
37663
37664
37665 \end_layout
37666
37667 \end_inset
37668 </cell>
37669 <cell alignment="center" valignment="top" usebox="none">
37670 \begin_inset Text
37671
37672 \begin_layout Plain Layout
37673 Toggle math toolbar on/off
37674 \end_layout
37675
37676 \end_inset
37677 </cell>
37678 </row>
37679 <row interlinespace="2.5mm">
37680 <cell alignment="center" valignment="top" usebox="none">
37681 \begin_inset Text
37682
37683 \begin_layout Plain Layout
37684 \begin_inset Graphics
37685         filename ../images/toolbar-toggle_table.png
37686         BoundingBox 0bp 5bp 20bp 25bp
37687         rotateOrigin center
37688
37689 \end_inset
37690
37691
37692 \end_layout
37693
37694 \end_inset
37695 </cell>
37696 <cell alignment="center" valignment="top" usebox="none">
37697 \begin_inset Text
37698
37699 \begin_layout Plain Layout
37700 Toggle table toolbar on/off
37701 \end_layout
37702
37703 \end_inset
37704 </cell>
37705 </row>
37706 </lyxtabular>
37707
37708 \end_inset
37709
37710
37711 \end_layout
37712
37713 \begin_layout Subsection
37714 Extra Toolbar
37715 \begin_inset Index idx
37716 status collapsed
37717
37718 \begin_layout Plain Layout
37719 Toolbar ! Extra
37720 \end_layout
37721
37722 \end_inset
37723
37724
37725 \end_layout
37726
37727 \begin_layout Standard
37728 \begin_inset Graphics
37729         filename clipart/ExtraToolbar.png
37730         width 100col%
37731
37732 \end_inset
37733
37734
37735 \end_layout
37736
37737 \begin_layout Standard
37738 \begin_inset VSpace defskip
37739 \end_inset
37740
37741
37742 \end_layout
37743
37744 \begin_layout Standard
37745 The extra toolbar as shown above contains from left to right the following
37746  buttons:
37747 \end_layout
37748
37749 \begin_layout Standard
37750 \begin_inset VSpace defskip
37751 \end_inset
37752
37753
37754 \end_layout
37755
37756 \begin_layout Standard
37757 \begin_inset Tabular
37758 <lyxtabular version="3" rows="25" columns="2">
37759 <features islongtable="true" longtabularalignment="center">
37760 <column alignment="left" valignment="top" width="0">
37761 <column alignment="left" valignment="top" width="0">
37762 <row interlinespace="2.5mm">
37763 <cell alignment="center" valignment="top" usebox="none">
37764 \begin_inset Text
37765
37766 \begin_layout Plain Layout
37767 \begin_inset Graphics
37768         filename ../images/layout.png
37769         BoundingBox 0bp 5bp 20bp 25bp
37770         rotateOrigin center
37771
37772 \end_inset
37773
37774
37775 \end_layout
37776
37777 \end_inset
37778 </cell>
37779 <cell alignment="center" valignment="top" usebox="none">
37780 \begin_inset Text
37781
37782 \begin_layout Plain Layout
37783 Default
37784 \end_layout
37785
37786 \end_inset
37787 </cell>
37788 </row>
37789 <row interlinespace="2.5mm">
37790 <cell alignment="center" valignment="top" usebox="none">
37791 \begin_inset Text
37792
37793 \begin_layout Plain Layout
37794 \begin_inset Graphics
37795         filename ../images/layout_Enumerate.png
37796         BoundingBox 0bp 5bp 20bp 25bp
37797         rotateOrigin center
37798
37799 \end_inset
37800
37801
37802 \end_layout
37803
37804 \end_inset
37805 </cell>
37806 <cell alignment="center" valignment="top" usebox="none">
37807 \begin_inset Text
37808
37809 \begin_layout Plain Layout
37810 Numbered list
37811 \end_layout
37812
37813 \end_inset
37814 </cell>
37815 </row>
37816 <row interlinespace="2.5mm">
37817 <cell alignment="center" valignment="top" usebox="none">
37818 \begin_inset Text
37819
37820 \begin_layout Plain Layout
37821 \begin_inset Graphics
37822         filename ../images/layout_Itemize.png
37823         BoundingBox 0bp 5bp 20bp 25bp
37824         rotateOrigin center
37825
37826 \end_inset
37827
37828
37829 \end_layout
37830
37831 \end_inset
37832 </cell>
37833 <cell alignment="center" valignment="top" usebox="none">
37834 \begin_inset Text
37835
37836 \begin_layout Plain Layout
37837 Itemized list
37838 \end_layout
37839
37840 \end_inset
37841 </cell>
37842 </row>
37843 <row interlinespace="2.5mm">
37844 <cell alignment="center" valignment="top" usebox="none">
37845 \begin_inset Text
37846
37847 \begin_layout Plain Layout
37848 \begin_inset Graphics
37849         filename ../images/layout_List.png
37850         BoundingBox 0bp 5bp 20bp 25bp
37851         rotateOrigin center
37852
37853 \end_inset
37854
37855
37856 \end_layout
37857
37858 \end_inset
37859 </cell>
37860 <cell alignment="center" valignment="top" usebox="none">
37861 \begin_inset Text
37862
37863 \begin_layout Plain Layout
37864 List
37865 \end_layout
37866
37867 \end_inset
37868 </cell>
37869 </row>
37870 <row interlinespace="2.5mm">
37871 <cell alignment="center" valignment="top" usebox="none">
37872 \begin_inset Text
37873
37874 \begin_layout Plain Layout
37875 \begin_inset Graphics
37876         filename ../images/layout_Description.png
37877         BoundingBox 0bp 5bp 20bp 25bp
37878         rotateOrigin center
37879
37880 \end_inset
37881
37882
37883 \end_layout
37884
37885 \end_inset
37886 </cell>
37887 <cell alignment="center" valignment="top" usebox="none">
37888 \begin_inset Text
37889
37890 \begin_layout Plain Layout
37891 Description list
37892 \end_layout
37893
37894 \end_inset
37895 </cell>
37896 </row>
37897 <row interlinespace="2.5mm">
37898 <cell alignment="center" valignment="top" usebox="none">
37899 \begin_inset Text
37900
37901 \begin_layout Plain Layout
37902 \begin_inset Graphics
37903         filename ../images/depth-increment.png
37904         BoundingBox 0bp 5bp 20bp 25bp
37905         rotateOrigin center
37906
37907 \end_inset
37908
37909
37910 \end_layout
37911
37912 \end_inset
37913 </cell>
37914 <cell alignment="center" valignment="top" usebox="none">
37915 \begin_inset Text
37916
37917 \begin_layout Plain Layout
37918
37919 \family sans
37920 Edit\SpecialChar \menuseparator
37921 Increase
37922 \begin_inset space ~
37923 \end_inset
37924
37925 List
37926 \begin_inset space ~
37927 \end_inset
37928
37929 Depth
37930 \end_layout
37931
37932 \end_inset
37933 </cell>
37934 </row>
37935 <row interlinespace="2.5mm">
37936 <cell alignment="center" valignment="top" usebox="none">
37937 \begin_inset Text
37938
37939 \begin_layout Plain Layout
37940 \begin_inset Graphics
37941         filename ../images/depth-decrement.png
37942         BoundingBox 0bp 5bp 20bp 25bp
37943         rotateOrigin center
37944
37945 \end_inset
37946
37947
37948 \end_layout
37949
37950 \end_inset
37951 </cell>
37952 <cell alignment="center" valignment="top" usebox="none">
37953 \begin_inset Text
37954
37955 \begin_layout Plain Layout
37956
37957 \family sans
37958 Edit\SpecialChar \menuseparator
37959 Decrease
37960 \begin_inset space ~
37961 \end_inset
37962
37963 List
37964 \begin_inset space ~
37965 \end_inset
37966
37967 Depth
37968 \end_layout
37969
37970 \end_inset
37971 </cell>
37972 </row>
37973 <row interlinespace="2.5mm">
37974 <cell alignment="center" valignment="top" usebox="none">
37975 \begin_inset Text
37976
37977 \begin_layout Plain Layout
37978 \begin_inset Graphics
37979         filename ../images/float-insert_figure.png
37980         BoundingBox 0bp 5bp 20bp 20bp
37981
37982 \end_inset
37983
37984
37985 \end_layout
37986
37987 \end_inset
37988 </cell>
37989 <cell alignment="center" valignment="top" usebox="none">
37990 \begin_inset Text
37991
37992 \begin_layout Plain Layout
37993
37994 \family sans
37995 Insert\SpecialChar \menuseparator
37996 Float\SpecialChar \menuseparator
37997 Figure
37998 \end_layout
37999
38000 \end_inset
38001 </cell>
38002 </row>
38003 <row interlinespace="2.5mm">
38004 <cell alignment="center" valignment="top" usebox="none">
38005 \begin_inset Text
38006
38007 \begin_layout Plain Layout
38008 \begin_inset Graphics
38009         filename ../images/float-insert_table.png
38010         BoundingBox 0bp 5bp 20bp 20bp
38011
38012 \end_inset
38013
38014
38015 \end_layout
38016
38017 \end_inset
38018 </cell>
38019 <cell alignment="center" valignment="top" usebox="none">
38020 \begin_inset Text
38021
38022 \begin_layout Plain Layout
38023
38024 \family sans
38025 Insert\SpecialChar \menuseparator
38026 Float\SpecialChar \menuseparator
38027 Table
38028 \end_layout
38029
38030 \end_inset
38031 </cell>
38032 </row>
38033 <row interlinespace="2.5mm">
38034 <cell alignment="center" valignment="top" usebox="none">
38035 \begin_inset Text
38036
38037 \begin_layout Plain Layout
38038 \begin_inset Graphics
38039         filename ../images/label-insert.png
38040         BoundingBox 0bp 5bp 20bp 20bp
38041
38042 \end_inset
38043
38044
38045 \end_layout
38046
38047 \end_inset
38048 </cell>
38049 <cell alignment="center" valignment="top" usebox="none">
38050 \begin_inset Text
38051
38052 \begin_layout Plain Layout
38053
38054 \family sans
38055 Insert\SpecialChar \menuseparator
38056 Label
38057 \end_layout
38058
38059 \end_inset
38060 </cell>
38061 </row>
38062 <row interlinespace="2.5mm">
38063 <cell alignment="center" valignment="top" usebox="none">
38064 \begin_inset Text
38065
38066 \begin_layout Plain Layout
38067 \begin_inset Graphics
38068         filename ../images/dialog-show-new-inset_ref.png
38069         BoundingBox 0bp 5bp 20bp 20bp
38070
38071 \end_inset
38072
38073
38074 \end_layout
38075
38076 \end_inset
38077 </cell>
38078 <cell alignment="center" valignment="top" usebox="none">
38079 \begin_inset Text
38080
38081 \begin_layout Plain Layout
38082
38083 \family sans
38084 Insert\SpecialChar \menuseparator
38085 Cross-Reference
38086 \end_layout
38087
38088 \end_inset
38089 </cell>
38090 </row>
38091 <row interlinespace="2.5mm">
38092 <cell alignment="center" valignment="top" usebox="none">
38093 \begin_inset Text
38094
38095 \begin_layout Plain Layout
38096 \begin_inset Graphics
38097         filename ../images/dialog-show-new-inset_citation.png
38098         BoundingBox 0bp 5bp 20bp 20bp
38099
38100 \end_inset
38101
38102
38103 \end_layout
38104
38105 \end_inset
38106 </cell>
38107 <cell alignment="center" valignment="top" usebox="none">
38108 \begin_inset Text
38109
38110 \begin_layout Plain Layout
38111
38112 \family sans
38113 Insert\SpecialChar \menuseparator
38114 Citation
38115 \end_layout
38116
38117 \end_inset
38118 </cell>
38119 </row>
38120 <row interlinespace="2.5mm">
38121 <cell alignment="center" valignment="top" usebox="none">
38122 \begin_inset Text
38123
38124 \begin_layout Plain Layout
38125 \begin_inset Graphics
38126         filename ../images/index-insert.png
38127         BoundingBox 0bp 5bp 20bp 20bp
38128
38129 \end_inset
38130
38131
38132 \end_layout
38133
38134 \end_inset
38135 </cell>
38136 <cell alignment="center" valignment="top" usebox="none">
38137 \begin_inset Text
38138
38139 \begin_layout Plain Layout
38140
38141 \family sans
38142 Insert\SpecialChar \menuseparator
38143 Index
38144 \begin_inset space ~
38145 \end_inset
38146
38147 Entry
38148 \end_layout
38149
38150 \end_inset
38151 </cell>
38152 </row>
38153 <row interlinespace="2.5mm">
38154 <cell alignment="center" valignment="top" usebox="none">
38155 \begin_inset Text
38156
38157 \begin_layout Plain Layout
38158 \begin_inset Graphics
38159         filename ../images/nomencl-insert.png
38160         BoundingBox 0bp 5bp 20bp 20bp
38161
38162 \end_inset
38163
38164
38165 \end_layout
38166
38167 \end_inset
38168 </cell>
38169 <cell alignment="center" valignment="top" usebox="none">
38170 \begin_inset Text
38171
38172 \begin_layout Plain Layout
38173
38174 \family sans
38175 Insert\SpecialChar \menuseparator
38176 Nomenclature
38177 \begin_inset space ~
38178 \end_inset
38179
38180 Entry
38181 \end_layout
38182
38183 \end_inset
38184 </cell>
38185 </row>
38186 <row interlinespace="2.5mm">
38187 <cell alignment="center" valignment="top" usebox="none">
38188 \begin_inset Text
38189
38190 \begin_layout Plain Layout
38191 \begin_inset Graphics
38192         filename ../images/footnote-insert.png
38193         BoundingBox 0bp 5bp 20bp 20bp
38194
38195 \end_inset
38196
38197
38198 \end_layout
38199
38200 \end_inset
38201 </cell>
38202 <cell alignment="center" valignment="top" usebox="none">
38203 \begin_inset Text
38204
38205 \begin_layout Plain Layout
38206
38207 \family sans
38208 Insert\SpecialChar \menuseparator
38209 Footnote
38210 \end_layout
38211
38212 \end_inset
38213 </cell>
38214 </row>
38215 <row interlinespace="2.5mm">
38216 <cell alignment="center" valignment="top" usebox="none">
38217 \begin_inset Text
38218
38219 \begin_layout Plain Layout
38220 \begin_inset Graphics
38221         filename ../images/marginalnote-insert.png
38222         BoundingBox 0bp 5bp 20bp 25bp
38223         rotateOrigin center
38224
38225 \end_inset
38226
38227
38228 \end_layout
38229
38230 \end_inset
38231 </cell>
38232 <cell alignment="center" valignment="top" usebox="none">
38233 \begin_inset Text
38234
38235 \begin_layout Plain Layout
38236
38237 \family sans
38238 Insert\SpecialChar \menuseparator
38239 Marginal
38240 \begin_inset space ~
38241 \end_inset
38242
38243 Note
38244 \end_layout
38245
38246 \end_inset
38247 </cell>
38248 </row>
38249 <row interlinespace="2.5mm">
38250 <cell alignment="center" valignment="top" usebox="none">
38251 \begin_inset Text
38252
38253 \begin_layout Plain Layout
38254 \begin_inset Graphics
38255         filename ../images/note-insert.png
38256         BoundingBox 0bp 5bp 20bp 20bp
38257
38258 \end_inset
38259
38260
38261 \end_layout
38262
38263 \end_inset
38264 </cell>
38265 <cell alignment="center" valignment="top" usebox="none">
38266 \begin_inset Text
38267
38268 \begin_layout Plain Layout
38269
38270 \family sans
38271 Insert\SpecialChar \menuseparator
38272 Note\SpecialChar \menuseparator
38273 LyX
38274 \begin_inset space ~
38275 \end_inset
38276
38277 Note
38278 \end_layout
38279
38280 \end_inset
38281 </cell>
38282 </row>
38283 <row interlinespace="2.5mm">
38284 <cell alignment="center" valignment="top" usebox="none">
38285 \begin_inset Text
38286
38287 \begin_layout Plain Layout
38288 \begin_inset Graphics
38289         filename ../images/box-insert.png
38290         BoundingBox 0bp 5bp 20bp 20bp
38291
38292 \end_inset
38293
38294
38295 \end_layout
38296
38297 \end_inset
38298 </cell>
38299 <cell alignment="center" valignment="top" usebox="none">
38300 \begin_inset Text
38301
38302 \begin_layout Plain Layout
38303
38304 \family sans
38305 Insert\SpecialChar \menuseparator
38306 Box
38307 \end_layout
38308
38309 \end_inset
38310 </cell>
38311 </row>
38312 <row interlinespace="2.5mm">
38313 <cell alignment="center" valignment="top" usebox="none">
38314 \begin_inset Text
38315
38316 \begin_layout Plain Layout
38317 \begin_inset Graphics
38318         filename ../images/url-insert.png
38319         BoundingBox 0bp 5bp 20bp 20bp
38320
38321 \end_inset
38322
38323
38324 \end_layout
38325
38326 \end_inset
38327 </cell>
38328 <cell alignment="center" valignment="top" usebox="none">
38329 \begin_inset Text
38330
38331 \begin_layout Plain Layout
38332
38333 \family sans
38334 Insert\SpecialChar \menuseparator
38335 URL
38336 \end_layout
38337
38338 \end_inset
38339 </cell>
38340 </row>
38341 <row interlinespace="2.5mm">
38342 <cell alignment="center" valignment="top" usebox="none">
38343 \begin_inset Text
38344
38345 \begin_layout Plain Layout
38346 \begin_inset Graphics
38347         filename ../images/ert-insert.png
38348         BoundingBox 0bp 5bp 20bp 20bp
38349
38350 \end_inset
38351
38352
38353 \end_layout
38354
38355 \end_inset
38356 </cell>
38357 <cell alignment="center" valignment="top" usebox="none">
38358 \begin_inset Text
38359
38360 \begin_layout Plain Layout
38361
38362 \family sans
38363 Insert\SpecialChar \menuseparator
38364 T
38365 \family default
38366
38367 \begin_inset ERT
38368 status collapsed
38369
38370 \begin_layout Plain Layout
38371
38372 {}
38373 \end_layout
38374
38375 \end_inset
38376
38377
38378 \family sans
38379 eX
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/math-macro_newmacroname_newcommand.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 Math\SpecialChar \menuseparator
38409 Macro
38410 \end_layout
38411
38412 \end_inset
38413 </cell>
38414 </row>
38415 <row interlinespace="2.5mm">
38416 <cell alignment="center" valignment="top" usebox="none">
38417 \begin_inset Text
38418
38419 \begin_layout Plain Layout
38420 \begin_inset Graphics
38421         filename ../images/dialog-show-new-inset_include.png
38422         BoundingBox 0bp 5bp 20bp 20bp
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 File\SpecialChar \menuseparator
38439 Child
38440 \begin_inset space ~
38441 \end_inset
38442
38443 Document
38444 \end_layout
38445
38446 \end_inset
38447 </cell>
38448 </row>
38449 <row interlinespace="2.5mm">
38450 <cell alignment="center" valignment="top" usebox="none">
38451 \begin_inset Text
38452
38453 \begin_layout Plain Layout
38454 \begin_inset Graphics
38455         filename ../images/dialog-show_character.png
38456         BoundingBox 0bp 5bp 20bp 25bp
38457         rotateOrigin center
38458
38459 \end_inset
38460
38461
38462 \end_layout
38463
38464 \end_inset
38465 </cell>
38466 <cell alignment="center" valignment="top" usebox="none">
38467 \begin_inset Text
38468
38469 \begin_layout Plain Layout
38470
38471 \family sans
38472 Edit\SpecialChar \menuseparator
38473 Text
38474 \begin_inset space ~
38475 \end_inset
38476
38477 Style
38478 \end_layout
38479
38480 \end_inset
38481 </cell>
38482 </row>
38483 <row interlinespace="2.5mm">
38484 <cell alignment="center" valignment="top" usebox="none">
38485 \begin_inset Text
38486
38487 \begin_layout Plain Layout
38488 \begin_inset Graphics
38489         filename ../images/layout-paragraph.png
38490         BoundingBox 0bp 5bp 20bp 25bp
38491         rotateOrigin center
38492
38493 \end_inset
38494
38495
38496 \end_layout
38497
38498 \end_inset
38499 </cell>
38500 <cell alignment="center" valignment="top" usebox="none">
38501 \begin_inset Text
38502
38503 \begin_layout Plain Layout
38504
38505 \family sans
38506 Edit\SpecialChar \menuseparator
38507 Paragraph
38508 \begin_inset space ~
38509 \end_inset
38510
38511 Settings
38512 \end_layout
38513
38514 \end_inset
38515 </cell>
38516 </row>
38517 <row interlinespace="2.5mm">
38518 <cell alignment="center" valignment="top" usebox="none">
38519 \begin_inset Text
38520
38521 \begin_layout Plain Layout
38522 \begin_inset Graphics
38523         filename ../images/thesaurus-entry.png
38524         BoundingBox 0bp 5bp 20bp 25bp
38525         rotateOrigin center
38526
38527 \end_inset
38528
38529
38530 \end_layout
38531
38532 \end_inset
38533 </cell>
38534 <cell alignment="center" valignment="top" usebox="none">
38535 \begin_inset Text
38536
38537 \begin_layout Plain Layout
38538
38539 \family sans
38540 Tools\SpecialChar \menuseparator
38541 Thesaurus
38542 \end_layout
38543
38544 \end_inset
38545 </cell>
38546 </row>
38547 </lyxtabular>
38548
38549 \end_inset
38550
38551
38552 \end_layout
38553
38554 \begin_layout Subsection
38555 View / Update Toolbar
38556 \begin_inset Index idx
38557 status collapsed
38558
38559 \begin_layout Plain Layout
38560 Toolbar ! View / Update
38561 \end_layout
38562
38563 \end_inset
38564
38565
38566 \end_layout
38567
38568 \begin_layout Standard
38569 \begin_inset Graphics
38570         filename clipart/ViewToolbar.png
38571
38572 \end_inset
38573
38574
38575 \end_layout
38576
38577 \begin_layout Standard
38578 \begin_inset VSpace defskip
38579 \end_inset
38580
38581
38582 \end_layout
38583
38584 \begin_layout Standard
38585 The view / update toolbar as shown above contains from left to right the
38586  following buttons:
38587 \end_layout
38588
38589 \begin_layout Standard
38590 \begin_inset VSpace defskip
38591 \end_inset
38592
38593
38594 \end_layout
38595
38596 \begin_layout Standard
38597 \begin_inset Tabular
38598 <lyxtabular version="3" rows="6" columns="2">
38599 <features islongtable="true" longtabularalignment="center">
38600 <column alignment="left" valignment="top" width="0">
38601 <column alignment="left" valignment="top" width="0">
38602 <row interlinespace="2.5mm">
38603 <cell alignment="center" valignment="top" usebox="none">
38604 \begin_inset Text
38605
38606 \begin_layout Plain Layout
38607 \begin_inset Graphics
38608         filename ../images/buffer-view_dvi.png
38609         BoundingBox 0bp 5bp 20bp 25bp
38610         rotateOrigin center
38611
38612 \end_inset
38613
38614
38615 \end_layout
38616
38617 \end_inset
38618 </cell>
38619 <cell alignment="center" valignment="top" usebox="none">
38620 \begin_inset Text
38621
38622 \begin_layout Plain Layout
38623
38624 \family sans
38625 View\SpecialChar \menuseparator
38626 DVI
38627 \end_layout
38628
38629 \end_inset
38630 </cell>
38631 </row>
38632 <row interlinespace="2.5mm">
38633 <cell alignment="center" valignment="top" usebox="none">
38634 \begin_inset Text
38635
38636 \begin_layout Plain Layout
38637 \begin_inset Graphics
38638         filename ../images/buffer-update_dvi.png
38639         BoundingBox 0bp 5bp 20bp 25bp
38640         rotateOrigin center
38641
38642 \end_inset
38643
38644
38645 \end_layout
38646
38647 \end_inset
38648 </cell>
38649 <cell alignment="center" valignment="top" usebox="none">
38650 \begin_inset Text
38651
38652 \begin_layout Plain Layout
38653
38654 \family sans
38655 View\SpecialChar \menuseparator
38656 Update\SpecialChar \menuseparator
38657 DVI
38658 \end_layout
38659
38660 \end_inset
38661 </cell>
38662 </row>
38663 <row interlinespace="2.5mm">
38664 <cell alignment="center" valignment="top" usebox="none">
38665 \begin_inset Text
38666
38667 \begin_layout Plain Layout
38668 \begin_inset Graphics
38669         filename ../images/buffer-view_pdf2.png
38670         BoundingBox 0bp 5bp 20bp 25bp
38671         rotateOrigin center
38672
38673 \end_inset
38674
38675
38676 \end_layout
38677
38678 \end_inset
38679 </cell>
38680 <cell alignment="center" valignment="top" usebox="none">
38681 \begin_inset Text
38682
38683 \begin_layout Plain Layout
38684
38685 \family sans
38686 View\SpecialChar \menuseparator
38687 PDF
38688 \end_layout
38689
38690 \end_inset
38691 </cell>
38692 </row>
38693 <row interlinespace="2.5mm">
38694 <cell alignment="center" valignment="top" usebox="none">
38695 \begin_inset Text
38696
38697 \begin_layout Plain Layout
38698 \begin_inset Graphics
38699         filename ../images/buffer-update_pdf2.png
38700         BoundingBox 0bp 5bp 20bp 25bp
38701         rotateOrigin center
38702
38703 \end_inset
38704
38705
38706 \end_layout
38707
38708 \end_inset
38709 </cell>
38710 <cell alignment="center" valignment="top" usebox="none">
38711 \begin_inset Text
38712
38713 \begin_layout Plain Layout
38714
38715 \family sans
38716 View\SpecialChar \menuseparator
38717 Update\SpecialChar \menuseparator
38718 PDF
38719 \end_layout
38720
38721 \end_inset
38722 </cell>
38723 </row>
38724 <row interlinespace="2.5mm">
38725 <cell alignment="center" valignment="top" usebox="none">
38726 \begin_inset Text
38727
38728 \begin_layout Plain Layout
38729 \begin_inset Graphics
38730         filename ../images/buffer-view_ps.png
38731         BoundingBox 0bp 5bp 20bp 25bp
38732         rotateOrigin center
38733
38734 \end_inset
38735
38736
38737 \end_layout
38738
38739 \end_inset
38740 </cell>
38741 <cell alignment="center" valignment="top" usebox="none">
38742 \begin_inset Text
38743
38744 \begin_layout Plain Layout
38745
38746 \family sans
38747 View\SpecialChar \menuseparator
38748 Postscript
38749 \end_layout
38750
38751 \end_inset
38752 </cell>
38753 </row>
38754 <row interlinespace="2.5mm">
38755 <cell alignment="center" valignment="top" usebox="none">
38756 \begin_inset Text
38757
38758 \begin_layout Plain Layout
38759 \begin_inset Graphics
38760         filename ../images/buffer-update_ps.png
38761         BoundingBox 0bp 5bp 20bp 25bp
38762         rotateOrigin center
38763
38764 \end_inset
38765
38766
38767 \end_layout
38768
38769 \end_inset
38770 </cell>
38771 <cell alignment="center" valignment="top" usebox="none">
38772 \begin_inset Text
38773
38774 \begin_layout Plain Layout
38775
38776 \family sans
38777 View\SpecialChar \menuseparator
38778 Update\SpecialChar \menuseparator
38779 Postscript
38780 \end_layout
38781
38782 \end_inset
38783 </cell>
38784 </row>
38785 </lyxtabular>
38786
38787 \end_inset
38788
38789
38790 \end_layout
38791
38792 \begin_layout Subsection
38793 Other Toolbars
38794 \end_layout
38795
38796 \begin_layout Standard
38797 The change tracking toolbar is explained in section
38798 \begin_inset space ~
38799 \end_inset
38800
38801
38802 \begin_inset CommandInset ref
38803 LatexCommand ref
38804 reference "sec:Change-Tracking"
38805
38806 \end_inset
38807
38808 , the table toolbar
38809 \begin_inset Index idx
38810 status collapsed
38811
38812 \begin_layout Plain Layout
38813 Toolbar ! Table
38814 \end_layout
38815
38816 \end_inset
38817
38818  in the 
38819 \emph on
38820 Embedded Objects
38821 \emph default
38822  manual, the math macro toolbar
38823 \begin_inset Index idx
38824 status collapsed
38825
38826 \begin_layout Plain Layout
38827 Toolbar ! Macro
38828 \end_layout
38829
38830 \end_inset
38831
38832  in the 
38833 \emph on
38834 Math
38835 \emph default
38836  manual.
38837 \end_layout
38838
38839 \begin_layout Chapter
38840 The Document Settings
38841 \begin_inset CommandInset label
38842 LatexCommand label
38843 name "cha:The-Document-Settings"
38844
38845 \end_inset
38846
38847
38848 \begin_inset Index idx
38849 status collapsed
38850
38851 \begin_layout Plain Layout
38852 Document ! Settings
38853 \end_layout
38854
38855 \end_inset
38856
38857
38858 \end_layout
38859
38860 \begin_layout Standard
38861 The document settings dialog contains submenus to set properties for the
38862  whole document and is called with the menu
38863 \family sans
38864  Document\SpecialChar \menuseparator
38865 Settings
38866 \family default
38867 .
38868  You can save your document settings as default with th
38869 \family sans
38870 e Save as Document Defaults
38871 \family default
38872  button in the dialog.
38873  This will create a template name
38874 \family typewriter
38875 d
38876 \family default
38877  
38878 \family typewriter
38879 default.lyx
38880 \family default
38881  which is automatically loaded by LyX when you create a new document without
38882  using a template.
38883 \end_layout
38884
38885 \begin_layout Standard
38886 The different submenus of the dialog are explained in the following.
38887 \end_layout
38888
38889 \begin_layout Section
38890 Document Class
38891 \end_layout
38892
38893 \begin_layout Standard
38894 Here you set the document class, class options, a graphics driver, and a
38895  master document.
38896  Document classes are described in section
38897 \begin_inset space ~
38898 \end_inset
38899
38900
38901 \begin_inset CommandInset ref
38902 LatexCommand ref
38903 reference "sec:Document-Classes"
38904
38905 \end_inset
38906
38907 .
38908  Some classes use some class options by default.
38909  If this is the case, they are listed in the field 
38910 \family sans
38911 Predefined
38912 \family default
38913  and you can decide to use them or not.
38914  If you don't exactly know what the default class options are for, it is
38915  recommended not to touch them.
38916  The graphics driver is used for LaTeX's graphics, color and page layout
38917  packages.
38918  When using 
38919 \family sans
38920 Default
38921 \family default
38922 , the default driver for the LaTeX-packages are used.
38923  It is recommended to use the default unless you know what you are doing.
38924 \begin_inset Foot
38925 status collapsed
38926
38927 \begin_layout Plain Layout
38928 When you want one of the following drivers
38929 \begin_inset Newline newline
38930 \end_inset
38931
38932 dvi2ps, dvialw, dvilaser, dvitops, psprint, pubps, ln
38933 \begin_inset Newline newline
38934 \end_inset
38935
38936 you first have to activate them in your LaTeX distribution, see sec.
38937 \begin_inset space \thinspace{}
38938 \end_inset
38939
38940 2 in 
38941 \begin_inset CommandInset href
38942 LatexCommand href
38943 target "http://tug.ctan.org/get/macros/latex/required/graphics/grfguide.pdf"
38944
38945 \end_inset
38946
38947 .
38948 \end_layout
38949
38950 \end_inset
38951
38952
38953 \end_layout
38954
38955 \begin_layout Standard
38956 Specifying a master document is necessary when the current document is a
38957  child or subdocument.
38958  This master document will be used by LyX when the child document is opened
38959  without its master.
38960  This way child documents are always compileable.
38961  More about master and child documents is explained in the section 
38962 \emph on
38963 Child Documents
38964 \emph default
38965  of the 
38966 \emph on
38967 Embedded Objects
38968 \emph default
38969  manual.
38970 \end_layout
38971
38972 \begin_layout Section
38973 Modules
38974 \end_layout
38975
38976 \begin_layout Standard
38977 Modules are explained in section
38978 \begin_inset space ~
38979 \end_inset
38980
38981
38982 \begin_inset CommandInset ref
38983 LatexCommand ref
38984 reference "sub:Modules"
38985
38986 \end_inset
38987
38988 .
38989 \end_layout
38990
38991 \begin_layout Section
38992 Fonts
38993 \end_layout
38994
38995 \begin_layout Standard
38996 The document font settings are described in section
38997 \begin_inset space ~
38998 \end_inset
38999
39000
39001 \begin_inset CommandInset ref
39002 LatexCommand ref
39003 reference "sec:Fonts-and-Text"
39004
39005 \end_inset
39006
39007 .
39008 \end_layout
39009
39010 \begin_layout Section
39011 Text Layout
39012 \end_layout
39013
39014 \begin_layout Standard
39015 You can specify if paragraphs should be separated by indentations or vertical
39016  skips.
39017  The line spacing and the number of text columns can here also be specified.
39018  
39019 \end_layout
39020
39021 \begin_layout Standard
39022 Note that LyX won't show two columns or the set up line spacing on screen.
39023  That's impractical, often unreadable, and not part of the WYSIWYM concept.
39024  However, it will be as you specified it in the output.
39025 \end_layout
39026
39027 \begin_layout Standard
39028 The listings settings are explained in the corresponding section in the
39029  
39030 \emph on
39031 Embedded Objects
39032 \emph default
39033  manual.
39034 \end_layout
39035
39036 \begin_layout Section
39037 Page Layout
39038 \end_layout
39039
39040 \begin_layout Standard
39041 A description of this menu is given in section
39042 \begin_inset space ~
39043 \end_inset
39044
39045
39046 \begin_inset CommandInset ref
39047 LatexCommand ref
39048 reference "sub:Paper-Size,-Orientation,"
39049
39050 \end_inset
39051
39052  and 
39053 \begin_inset CommandInset ref
39054 LatexCommand ref
39055 reference "sub:Document-Layout"
39056
39057 \end_inset
39058
39059 .
39060 \end_layout
39061
39062 \begin_layout Section
39063 Page Margins
39064 \end_layout
39065
39066 \begin_layout Standard
39067 Here you can adjust the paper margins, see section
39068 \begin_inset space ~
39069 \end_inset
39070
39071
39072 \begin_inset CommandInset ref
39073 LatexCommand ref
39074 reference "sub:Margins"
39075
39076 \end_inset
39077
39078 .
39079 \end_layout
39080
39081 \begin_layout Section
39082 Language
39083 \begin_inset Index idx
39084 status collapsed
39085
39086 \begin_layout Plain Layout
39087 Language ! Encoding
39088 \end_layout
39089
39090 \end_inset
39091
39092
39093 \end_layout
39094
39095 \begin_layout Standard
39096 The document language and quote styles are set here.
39097  The encoding specifies how the document content is exported to LaTeX (the
39098  LyX file is always encoded in utf8).
39099  All characters that cannot be encoded using the specified encoding will
39100  be exported as LaTeX-commands (this can fail if a LaTeX-command is not
39101  known for a particular character).
39102 \begin_inset Foot
39103 status collapsed
39104
39105 \begin_layout Plain Layout
39106 The known commands are defined in a text file.
39107  You can add commands for unknown symbols to that file yourself, see the
39108  
39109 \emph on
39110 Customization
39111 \emph default
39112  manual for details.
39113 \end_layout
39114
39115 \end_inset
39116
39117
39118 \end_layout
39119
39120 \begin_layout Standard
39121 If you use the option 
39122 \family sans
39123 Language Default
39124 \family default
39125 , LyX determines the encoding of a text part from the language of this text.
39126  If the document contains text in more than one language you may get more
39127  than one encoding in the LaTeX file.
39128  If you do not use this option then the complete document will always use
39129  exactly one encoding.
39130  Checking this option is the preferred setting unless you use 
39131 \family sans
39132 XeTeX
39133 \family default
39134
39135 \begin_inset Foot
39136 status collapsed
39137
39138 \begin_layout Plain Layout
39139 XeTeX is a TeX typesetting engine, an alternative for LaTeX.
39140  It natively supports Unicode while its input file is assumed to be in UTF-8
39141  encoding.
39142  More about using LyX with XeTeX can be found in 
39143 \begin_inset CommandInset citation
39144 LatexCommand cite
39145 key "XeTeX"
39146
39147 \end_inset
39148
39149 .
39150 \end_layout
39151
39152 \end_inset
39153
39154  (see below).
39155 \end_layout
39156
39157 \begin_layout Standard
39158 LyX also supports Unicode output, which is particularly useful if you need
39159  lots of special symbols or non-alphabetic scripts, respectively.
39160  If you want to use this (and your LaTeX installation supports Unicode,
39161  for that matter), choose one of the four utf8 variants from the list below.
39162  Unfortunately the Unicode support of standard LaTeX is quite incomplete,
39163  so it is not uncommon that a file with lots of Unicode symbols works fine
39164  with 
39165 \family sans
39166 Language Default
39167 \family default
39168  (when LyX uses it's list of known LaTeX-commands), but does not work with
39169  a fixed utf8 encoding (when the list of known LaTeX-commands is not used,
39170  because all Unicode symbols can be encoded in utf8).
39171 \end_layout
39172
39173 \begin_layout Standard
39174 Here is a list with the important encodings:
39175 \end_layout
39176
39177 \begin_layout Description
39178 Language
39179 \begin_inset space ~
39180 \end_inset
39181
39182 Default
39183 \begin_inset space ~
39184 \end_inset
39185
39186 (no
39187 \begin_inset space ~
39188 \end_inset
39189
39190 inputenc) Same as 
39191 \family sans
39192 Language Default
39193 \family default
39194 , but the LaTeX-package 
39195 \series bold
39196 inputenc
39197 \series default
39198
39199 \begin_inset Index idx
39200 status collapsed
39201
39202 \begin_layout Plain Layout
39203 LaTeX-packages ! inputenc
39204 \end_layout
39205
39206 \end_inset
39207
39208  is not used.
39209  When using this, you probably need to load some additional packages manually
39210  in the preamble and specify the used encoding for text parts in foreign
39211  languages in TeX code.
39212 \end_layout
39213
39214 \begin_layout Description
39215 ASCII the ASCII encoding, covers only plain English (7-bit ASCII).
39216  LyX converts all other characters into LaTeX commands, which may result
39217  in a big file when lots of LaTeX-commands are needed.
39218 \end_layout
39219
39220 \begin_layout Description
39221 Arabic
39222 \begin_inset space ~
39223 \end_inset
39224
39225 (CP
39226 \begin_inset space ~
39227 \end_inset
39228
39229 1256) MS Windows code page for Arabic and Farsi
39230 \end_layout
39231
39232 \begin_layout Description
39233 Arabic
39234 \begin_inset space ~
39235 \end_inset
39236
39237 (ISO
39238 \begin_inset space ~
39239 \end_inset
39240
39241 8859-6) for Arabic and Farsi
39242 \end_layout
39243
39244 \begin_layout Description
39245 Armenian
39246 \begin_inset space ~
39247 \end_inset
39248
39249 (ArmSCII8) for Armenian
39250 \end_layout
39251
39252 \begin_layout Description
39253 Baltic
39254 \begin_inset space ~
39255 \end_inset
39256
39257 (CP
39258 \begin_inset space ~
39259 \end_inset
39260
39261 1257) MS Windows code page for Estonian, Latvian, and Lithuanian, the same
39262  as the ISO-8859-13 encoding
39263 \end_layout
39264
39265 \begin_layout Description
39266 Baltic
39267 \begin_inset space ~
39268 \end_inset
39269
39270 (ISO
39271 \begin_inset space ~
39272 \end_inset
39273
39274 8859-13) for Estonian, Latvian, and Lithuanian, a superset of the ISO-8859-4
39275  encoding
39276 \end_layout
39277
39278 \begin_layout Description
39279 Baltic
39280 \begin_inset space ~
39281 \end_inset
39282
39283 (ISO
39284 \begin_inset space ~
39285 \end_inset
39286
39287 8859-4) (latin 4) for Estonian, Latvian, and Lithuanian, a subset of the
39288  ISO-8859-13 encoding
39289 \end_layout
39290
39291 \begin_layout Description
39292 Central
39293 \begin_inset space ~
39294 \end_inset
39295
39296 European
39297 \begin_inset space ~
39298 \end_inset
39299
39300 (CP
39301 \begin_inset space ~
39302 \end_inset
39303
39304 1250) MS Windows code page for ISO
39305 \begin_inset space ~
39306 \end_inset
39307
39308 8859-2 (latin2)
39309 \end_layout
39310
39311 \begin_layout Description
39312 Central
39313 \begin_inset space ~
39314 \end_inset
39315
39316 European
39317 \begin_inset space ~
39318 \end_inset
39319
39320 (ISO
39321 \begin_inset space ~
39322 \end_inset
39323
39324 8859-2) (latin 2) covers Albanian, Croatian, Czech, German, Hungarian, Polish,
39325  Romanian, Slovak, and Slovenian
39326 \end_layout
39327
39328 \begin_layout Description
39329 Chinese
39330 \begin_inset space ~
39331 \end_inset
39332
39333 (simplified)
39334 \begin_inset space ~
39335 \end_inset
39336
39337 (EUC-CN) for simplified Chinese, used especially on UNIX OSes, since 2001
39338  this encoding is officially replaced by the encoding GB18030, as GB18030
39339  is not available for LaTeX you should try to use the encoding Unicode
39340 \begin_inset space ~
39341 \end_inset
39342
39343 (CJK)
39344 \begin_inset space ~
39345 \end_inset
39346
39347 (utf8)
39348 \end_layout
39349
39350 \begin_layout Description
39351 Chinese
39352 \begin_inset space ~
39353 \end_inset
39354
39355 (simplified)
39356 \begin_inset space ~
39357 \end_inset
39358
39359 (GBK) for simplified Chinese, is the same as the Windows code page CP 936
39360  except for the Euro currency sign, since 2001 this encoding is officially
39361  replaced by the encoding GB18030, as GB18030 is not available for LaTeX
39362  you should try to use the encoding Unicode
39363 \begin_inset space ~
39364 \end_inset
39365
39366 (CJK)
39367 \begin_inset space ~
39368 \end_inset
39369
39370 (utf8)
39371 \end_layout
39372
39373 \begin_layout Description
39374 Chinese
39375 \begin_inset space ~
39376 \end_inset
39377
39378 (traditional)
39379 \begin_inset space ~
39380 \end_inset
39381
39382 (EUC-TW) for traditional Chinese
39383 \end_layout
39384
39385 \begin_layout Description
39386 Cyrillic
39387 \begin_inset space ~
39388 \end_inset
39389
39390 (CP
39391 \begin_inset space ~
39392 \end_inset
39393
39394 1251) MS Windows code page for Cyrillic
39395 \end_layout
39396
39397 \begin_layout Description
39398 Cyrillic
39399 \begin_inset space ~
39400 \end_inset
39401
39402 (ISO
39403 \begin_inset space ~
39404 \end_inset
39405
39406 8859-5) covers Belorussian, Bulgarian, Macedonian, Serbian, and Ukrainian
39407 \end_layout
39408
39409 \begin_layout Description
39410 Cyrillic
39411 \begin_inset space ~
39412 \end_inset
39413
39414 (KOI8-R) standard Cyrillic especially for Russian
39415 \end_layout
39416
39417 \begin_layout Description
39418 Cyrillic
39419 \begin_inset space ~
39420 \end_inset
39421
39422 (KOI8-U) Cyrillic for Ukrainian
39423 \end_layout
39424
39425 \begin_layout Description
39426 Cyrillic
39427 \begin_inset space ~
39428 \end_inset
39429
39430 (pt
39431 \begin_inset space ~
39432 \end_inset
39433
39434 154) Cyrillic for Kazakh
39435 \end_layout
39436
39437 \begin_layout Description
39438 Greek
39439 \begin_inset space ~
39440 \end_inset
39441
39442 (ISO
39443 \begin_inset space ~
39444 \end_inset
39445
39446 8859-7) for Greek
39447 \end_layout
39448
39449 \begin_layout Description
39450 Hebrew
39451 \begin_inset space ~
39452 \end_inset
39453
39454 (CP
39455 \begin_inset space ~
39456 \end_inset
39457
39458 1255) MS Windows code page for Hebrew, a superset of the ISO-8859-8 encoding
39459 \end_layout
39460
39461 \begin_layout Description
39462 Hebrew
39463 \begin_inset space ~
39464 \end_inset
39465
39466 (ISO
39467 \begin_inset space ~
39468 \end_inset
39469
39470 8859-8) for Hebrew
39471 \end_layout
39472
39473 \begin_layout Description
39474 Japanese
39475 \begin_inset space ~
39476 \end_inset
39477
39478 (CJK)
39479 \begin_inset space ~
39480 \end_inset
39481
39482 (EUC-JP) EUC-JP encoding for Japanese, uses the LaTeX-package 
39483 \series bold
39484 CJK
39485 \series default
39486
39487 \begin_inset Index idx
39488 status collapsed
39489
39490 \begin_layout Plain Layout
39491 LaTeX-packages ! CJK
39492 \end_layout
39493
39494 \end_inset
39495
39496 , when using this, set the document language to 
39497 \family sans
39498 Japanese (CJK)
39499 \end_layout
39500
39501 \begin_layout Description
39502 Japanese
39503 \begin_inset space ~
39504 \end_inset
39505
39506 (CJK)
39507 \begin_inset space ~
39508 \end_inset
39509
39510 (JIS) JIS encoding for Japanese, uses the LaTeX-package 
39511 \series bold
39512 CJK
39513 \series default
39514 , when using this, set the document language to 
39515 \family sans
39516 Japanese (CJK)
39517 \end_layout
39518
39519 \begin_layout Description
39520 Japanese
39521 \begin_inset space ~
39522 \end_inset
39523
39524 (non-CJK)
39525 \begin_inset space ~
39526 \end_inset
39527
39528 (EUC-JP) EUC-JP encoding for Japanese, uses the LaTeX-package 
39529 \series bold
39530 japanese
39531 \series default
39532
39533 \begin_inset Index idx
39534 status collapsed
39535
39536 \begin_layout Plain Layout
39537 LaTeX-packages ! japanese
39538 \end_layout
39539
39540 \end_inset
39541
39542 , when using this, set the document language to 
39543 \family sans
39544 Japanese
39545 \end_layout
39546
39547 \begin_layout Description
39548 Japanese
39549 \begin_inset space ~
39550 \end_inset
39551
39552 (non-CJK)
39553 \begin_inset space ~
39554 \end_inset
39555
39556 (JIS) JIS encoding for Japanese, uses the LaTeX-package 
39557 \series bold
39558 japanese
39559 \series default
39560 , when using this, set the document language to 
39561 \family sans
39562 Japanese
39563 \end_layout
39564
39565 \begin_layout Description
39566 Japanese
39567 \begin_inset space ~
39568 \end_inset
39569
39570 (non-CJK)
39571 \begin_inset space ~
39572 \end_inset
39573
39574 (SJIS) SJIS encoding for Japanese, uses the LaTeX-package 
39575 \series bold
39576 japanese
39577 \series default
39578 , when using this, set the document language to 
39579 \family sans
39580 Japanese
39581 \end_layout
39582
39583 \begin_layout Description
39584 Korean
39585 \begin_inset space ~
39586 \end_inset
39587
39588 (EUC-KR) for Korean
39589 \end_layout
39590
39591 \begin_layout Description
39592 Southern
39593 \begin_inset space ~
39594 \end_inset
39595
39596 European
39597 \begin_inset space ~
39598 \end_inset
39599
39600 (ISO
39601 \begin_inset space ~
39602 \end_inset
39603
39604 8859-3) (latin 3) covers Esperanto, Galician, Maltese, and Turkish
39605 \end_layout
39606
39607 \begin_layout Description
39608 South-Eastern
39609 \begin_inset space ~
39610 \end_inset
39611
39612 European
39613 \begin_inset space ~
39614 \end_inset
39615
39616 (ISO
39617 \begin_inset space ~
39618 \end_inset
39619
39620 8859-16) (latin 10) covers Albanian, Croatian, Finnish, French, German,
39621  Hungarian, Irish Gaelic, Italian, Polish, Romanian, Slovenian, is designed
39622  to cover many languages and characters with diacritics
39623 \end_layout
39624
39625 \begin_layout Description
39626 Thai
39627 \begin_inset space ~
39628 \end_inset
39629
39630 (TIS
39631 \begin_inset space ~
39632 \end_inset
39633
39634 620-0) for Thai
39635 \end_layout
39636
39637 \begin_layout Description
39638 Turkish
39639 \begin_inset space ~
39640 \end_inset
39641
39642 (ISO
39643 \begin_inset space ~
39644 \end_inset
39645
39646 8859-9) (latin 5) for Turkish, is like the ISO-8859-1 encoding where the
39647  Icelandic letters are replaced by Turkish ones
39648 \end_layout
39649
39650 \begin_layout Description
39651 Unicode
39652 \begin_inset space ~
39653 \end_inset
39654
39655 (CJK)
39656 \begin_inset space ~
39657 \end_inset
39658
39659 (utf8) Unicode utf8 with the LaTeX-package 
39660 \series bold
39661 CJK
39662 \series default
39663
39664 \begin_inset Index idx
39665 status collapsed
39666
39667 \begin_layout Plain Layout
39668 LaTeX-packages ! CJK
39669 \end_layout
39670
39671 \end_inset
39672
39673  (for the languages Chinese, Japanese and Korean)
39674 \end_layout
39675
39676 \begin_layout Description
39677 Unicode
39678 \begin_inset space ~
39679 \end_inset
39680
39681 (XeTeX)
39682 \begin_inset space ~
39683 \end_inset
39684
39685 (utf8) Unicode utf8 to be used with 
39686 \family sans
39687 XeTeX
39688 \family default
39689 , which uses Unicode directly, without the help of the LaTeX-package 
39690 \series bold
39691 inputenc
39692 \series default
39693  
39694 \begin_inset Foot
39695 status collapsed
39696
39697 \begin_layout Plain Layout
39698 More about using LyX with XeTeX can be found in 
39699 \begin_inset CommandInset citation
39700 LatexCommand cite
39701 key "XeTeX"
39702
39703 \end_inset
39704
39705 .
39706 \end_layout
39707
39708 \end_inset
39709
39710
39711 \end_layout
39712
39713 \begin_layout Description
39714 Unicode
39715 \begin_inset space ~
39716 \end_inset
39717
39718 (ucs-extended)
39719 \begin_inset space ~
39720 \end_inset
39721
39722 (utf8x) Unicode utf8 based on the LaTeX package 
39723 \series bold
39724 ucs
39725 \series default
39726
39727 \begin_inset Index idx
39728 status collapsed
39729
39730 \begin_layout Plain Layout
39731 LaTeX-packages ! ucs
39732 \end_layout
39733
39734 \end_inset
39735
39736  (comprehensive, including Latin, Greek, Cyrillic and CJK scripts).
39737 \end_layout
39738
39739 \begin_layout Description
39740 Unicode
39741 \begin_inset space ~
39742 \end_inset
39743
39744 (utf8) Unicode utf8 based on the LaTeX-package 
39745 \series bold
39746 inputenc
39747 \series default
39748
39749 \begin_inset Index idx
39750 status collapsed
39751
39752 \begin_layout Plain Layout
39753 LaTeX-packages ! inputenc
39754 \end_layout
39755
39756 \end_inset
39757
39758 .
39759  Currently only a limited range of characters (mainly for Latin scripts)
39760  is supported.
39761 \end_layout
39762
39763 \begin_layout Description
39764 Western
39765 \begin_inset space ~
39766 \end_inset
39767
39768 European
39769 \begin_inset space ~
39770 \end_inset
39771
39772 (CP
39773 \begin_inset space ~
39774 \end_inset
39775
39776 1252) MS Windows code page for ISO
39777 \begin_inset space ~
39778 \end_inset
39779
39780 8859-1 (latin1)
39781 \end_layout
39782
39783 \begin_layout Description
39784 Western
39785 \begin_inset space ~
39786 \end_inset
39787
39788 European
39789 \begin_inset space ~
39790 \end_inset
39791
39792 (ISO
39793 \begin_inset space ~
39794 \end_inset
39795
39796 8859-1) (latin 1) covers the languages Albanian, Catalan, Danish, Dutch,
39797  English, Faroese, Finnish, French, Galician, German, Icelandic, Irish,
39798  Italian, Norwegian, Portuguese, Spanish, and Swedish; better use the ISO-8859-1
39799 5 encoding instead
39800 \end_layout
39801
39802 \begin_layout Description
39803 Western
39804 \begin_inset space ~
39805 \end_inset
39806
39807 European
39808 \begin_inset space ~
39809 \end_inset
39810
39811 (ISO
39812 \begin_inset space ~
39813 \end_inset
39814
39815 8859-15) (latin 9) like the ISO-8859-1 encoding, but with the Euro currency
39816  sign, the œ-ligature and some characters used for French and Finnish
39817 \end_layout
39818
39819 \begin_layout Section
39820 Numbering & TOC
39821 \end_layout
39822
39823 \begin_layout Standard
39824 You can adjust here the numbering depth of sections headings as described
39825  in section
39826 \begin_inset space ~
39827 \end_inset
39828
39829
39830 \begin_inset CommandInset ref
39831 LatexCommand ref
39832 reference "sub:Numbering-depth"
39833
39834 \end_inset
39835
39836 .
39837 \end_layout
39838
39839 \begin_layout Section
39840 Bibliography
39841 \end_layout
39842
39843 \begin_layout Standard
39844 You can specify here a citation style using the LaTeX-packages 
39845 \series bold
39846 natbib
39847 \series default
39848
39849 \begin_inset Index idx
39850 status collapsed
39851
39852 \begin_layout Plain Layout
39853 LaTeX-packages ! natbib
39854 \end_layout
39855
39856 \end_inset
39857
39858  or 
39859 \series bold
39860 jurabib
39861 \series default
39862
39863 \begin_inset Index idx
39864 status collapsed
39865
39866 \begin_layout Plain Layout
39867 LaTeX-packages ! jurabib
39868 \end_layout
39869
39870 \end_inset
39871
39872 .
39873  For a further description see section
39874 \begin_inset space ~
39875 \end_inset
39876
39877
39878 \begin_inset CommandInset ref
39879 LatexCommand ref
39880 reference "sec:Bibliography"
39881
39882 \end_inset
39883
39884 .
39885 \end_layout
39886
39887 \begin_layout Section
39888 PDF Properties
39889 \end_layout
39890
39891 \begin_layout Standard
39892 The PDF properties are explained in section
39893 \begin_inset space ~
39894 \end_inset
39895
39896
39897 \begin_inset CommandInset ref
39898 LatexCommand ref
39899 reference "sec:PDF-Properties"
39900
39901 \end_inset
39902
39903 .
39904 \end_layout
39905
39906 \begin_layout Section
39907 Math Options
39908 \end_layout
39909
39910 \begin_layout Standard
39911 These options will force LyX to use the LaTeX-packages 
39912 \series bold
39913 amsmath
39914 \series default
39915
39916 \begin_inset Index idx
39917 status collapsed
39918
39919 \begin_layout Plain Layout
39920 LaTeX-packages ! amsmath
39921 \end_layout
39922
39923 \end_inset
39924
39925  and 
39926 \series bold
39927 esint
39928 \series default
39929
39930 \begin_inset Index idx
39931 status collapsed
39932
39933 \begin_layout Plain Layout
39934 LaTeX-packages ! esint
39935 \end_layout
39936
39937 \end_inset
39938
39939  or to use them automatically when they are needed.
39940 \end_layout
39941
39942 \begin_layout Standard
39943
39944 \series bold
39945 amsmath
39946 \series default
39947  is needed for many constructs, so when you get LaTeX-errors in formulas,
39948  assure that you have enabled AMS.
39949 \end_layout
39950
39951 \begin_layout Standard
39952
39953 \series bold
39954 esint
39955 \series default
39956  is used for special integral characters.
39957 \end_layout
39958
39959 \begin_layout Section
39960 Float Placement
39961 \end_layout
39962
39963 \begin_layout Standard
39964 The float placement options are described in section
39965 \begin_inset space ~
39966 \end_inset
39967
39968
39969 \begin_inset CommandInset ref
39970 LatexCommand ref
39971 reference "sub:Float-Placement"
39972
39973 \end_inset
39974
39975 .
39976 \end_layout
39977
39978 \begin_layout Section
39979 Bullets
39980 \end_layout
39981
39982 \begin_layout Standard
39983 Here you can adjust the characters for the itemize levels.
39984  The itemize environment is described in section
39985 \begin_inset space ~
39986 \end_inset
39987
39988
39989 \begin_inset CommandInset ref
39990 LatexCommand ref
39991 reference "sec:Itemize"
39992
39993 \end_inset
39994
39995 .
39996 \end_layout
39997
39998 \begin_layout Section
39999 Branches
40000 \end_layout
40001
40002 \begin_layout Standard
40003 Branches are described in section
40004 \begin_inset space ~
40005 \end_inset
40006
40007
40008 \begin_inset CommandInset ref
40009 LatexCommand ref
40010 reference "sec:Branches"
40011
40012 \end_inset
40013
40014 .
40015 \end_layout
40016
40017 \begin_layout Section
40018 LaT
40019 \begin_inset ERT
40020 status collapsed
40021
40022 \begin_layout Plain Layout
40023
40024 {}
40025 \end_layout
40026
40027 \end_inset
40028
40029 eX Preamble
40030 \end_layout
40031
40032 \begin_layout Standard
40033 In this text field are entered commands to load special LaTeX-packages or
40034  to define LaTeX-commands.
40035  The preamble is a thing for LaTeX-experts.
40036  You shouldn't enter commands here until you don't exactly know what you
40037  do.
40038 \end_layout
40039
40040 \begin_layout Standard
40041 An introduction in the LaTeX-syntax is given in section
40042 \begin_inset space ~
40043 \end_inset
40044
40045
40046 \begin_inset CommandInset ref
40047 LatexCommand ref
40048 reference "sub:LaTeX-Syntax"
40049
40050 \end_inset
40051
40052 .
40053 \end_layout
40054
40055 \begin_layout Chapter
40056 The 
40057 \family sans
40058 Preferences
40059 \family default
40060  Dialog
40061 \begin_inset CommandInset label
40062 LatexCommand label
40063 name "cha:The-Preferences-dialog"
40064
40065 \end_inset
40066
40067
40068 \begin_inset Index idx
40069 status collapsed
40070
40071 \begin_layout Plain Layout
40072 Preferences
40073 \end_layout
40074
40075 \end_inset
40076
40077
40078 \end_layout
40079
40080 \begin_layout Standard
40081 The preferences dialog is called with the menu 
40082 \family sans
40083 Tools\SpecialChar \menuseparator
40084 Preferences
40085 \family default
40086 .
40087  It consists of submenus explained in the following.
40088 \end_layout
40089
40090 \begin_layout Section
40091 Look and Feel
40092 \end_layout
40093
40094 \begin_layout Subsection
40095 User Interface
40096 \end_layout
40097
40098 \begin_layout Subsubsection
40099 User Interface File
40100 \begin_inset Index idx
40101 status collapsed
40102
40103 \begin_layout Plain Layout
40104 Customization ! of toolbars
40105 \end_layout
40106
40107 \end_inset
40108
40109
40110 \begin_inset Index idx
40111 status collapsed
40112
40113 \begin_layout Plain Layout
40114 Customization ! of menus
40115 \end_layout
40116
40117 \end_inset
40118
40119
40120 \end_layout
40121
40122 \begin_layout Standard
40123 \begin_inset Note Greyedout
40124 status open
40125
40126 \begin_layout Plain Layout
40127
40128 \series bold
40129 Note:
40130 \series default
40131  You have to restart LyX before the change of the user interface file take
40132  effect.
40133 \end_layout
40134
40135 \end_inset
40136
40137
40138 \end_layout
40139
40140 \begin_layout Standard
40141 The appearance of the menus and toolbars can be changed by choosing an user
40142  interface (ui) file.
40143  An ui-file is a text file where the toolbars and menus are listed.
40144  The toolbar buttons and menu entries are specified in the files 
40145 \shape italic
40146 stdtoolbars.inc
40147 \shape default
40148  and 
40149 \shape italic
40150 stdmenus.inc
40151 \shape default
40152 , respectively.
40153  Both files are loaded by the 
40154 \emph on
40155 default.ui
40156 \emph default
40157  file.
40158  To create your own menu and toolbar layout, start with a copy of these
40159  files and edit the entries.
40160 \end_layout
40161
40162 \begin_layout Standard
40163 The syntax of the .inc-files is straightforward: The 
40164 \family sans
40165 Menubar
40166 \family default
40167
40168 \family sans
40169 Menu
40170 \family default
40171  and 
40172 \family sans
40173 Toolbar
40174 \family default
40175  entries must be ended with an explicit 
40176 \family sans
40177 End
40178 \family default
40179 .
40180  They may contain 
40181 \family sans
40182 Submenus
40183 \family default
40184
40185 \family sans
40186 Items
40187 \family default
40188
40189 \family sans
40190 OptItems
40191 \family default
40192
40193 \family sans
40194 Separators
40195 \family default
40196
40197 \family sans
40198 Icons,
40199 \family default
40200  and in the case of the 
40201 \begin_inset Quotes eld
40202 \end_inset
40203
40204 file
40205 \begin_inset Quotes erd
40206 \end_inset
40207
40208  menus a 
40209 \family sans
40210 Lastfiles
40211 \family default
40212  entry.
40213  The syntax for the entries is:
40214 \end_layout
40215
40216 \begin_layout Standard
40217 \begin_inset VSpace smallskip*
40218 \end_inset
40219
40220
40221 \series bold
40222 Item 
40223 \begin_inset Quotes erd
40224 \end_inset
40225
40226 menu 
40227 \series default
40228 or
40229 \series bold
40230  button name
40231 \begin_inset Quotes erd
40232 \end_inset
40233
40234  
40235 \begin_inset Quotes erd
40236 \end_inset
40237
40238 LyX-function
40239 \begin_inset Quotes erd
40240 \end_inset
40241
40242
40243 \end_layout
40244
40245 \begin_layout Standard
40246 \noindent
40247 \begin_inset VSpace smallskip*
40248 \end_inset
40249
40250 All LyX-functions are listed in 
40251 \begin_inset CommandInset citation
40252 LatexCommand cite
40253 key "LyX-func"
40254
40255 \end_inset
40256
40257 .
40258 \end_layout
40259
40260 \begin_layout Standard
40261 \begin_inset VSpace medskip
40262 \end_inset
40263
40264
40265 \end_layout
40266
40267 \begin_layout Standard
40268 An example: Assuming you use the menu 
40269 \family sans
40270 Navigate\SpecialChar \menuseparator
40271 Bookmarks
40272 \family default
40273  quite often and therefore want six available bookmarks, you can add the
40274  line
40275 \end_layout
40276
40277 \begin_layout Standard
40278 \begin_inset VSpace smallskip*
40279 \end_inset
40280
40281
40282 \series bold
40283 Item "Save Bookmark 6" "bookmark-save 6"
40284 \end_layout
40285
40286 \begin_layout Standard
40287 \noindent
40288 \begin_inset VSpace smallskip*
40289 \end_inset
40290
40291 to the navigate menu section in the .inc-file to have the sixth bookmark.
40292 \end_layout
40293
40294 \begin_layout Subsubsection
40295 Automatic help
40296 \end_layout
40297
40298 \begin_layout Standard
40299 The option 
40300 \family sans
40301 Enable tool tips in main work area
40302 \family default
40303  enables tool tips showing the content of closed insets like index entries
40304  or footnotes.
40305 \end_layout
40306
40307 \begin_layout Subsubsection
40308 Session
40309 \end_layout
40310
40311 \begin_layout Standard
40312 With the option 
40313 \family sans
40314 Allow saving
40315 \begin_inset space \thinspace{}
40316 \end_inset
40317
40318 /
40319 \begin_inset space \thinspace{}
40320 \end_inset
40321
40322 restoring of window layout and geometries
40323 \family default
40324  LyX's main window will be opened with the size and layout that was used
40325  in the last LyX session.
40326 \end_layout
40327
40328 \begin_layout Standard
40329 The option 
40330 \family sans
40331 Restore cursor positions
40332 \family default
40333  sets the cursor to the position in the file where it has been the last
40334  time.
40335 \end_layout
40336
40337 \begin_layout Standard
40338 The option 
40339 \family sans
40340 Load opened files from last session
40341 \family default
40342  opens all files that were opened in the last LyX session.
40343 \end_layout
40344
40345 \begin_layout Subsubsection
40346 Documents
40347 \begin_inset CommandInset label
40348 LatexCommand label
40349 name "sub:Backup documents"
40350
40351 \end_inset
40352
40353
40354 \begin_inset Index idx
40355 status collapsed
40356
40357 \begin_layout Plain Layout
40358 Backup ! Documents
40359 \end_layout
40360
40361 \end_inset
40362
40363
40364 \end_layout
40365
40366 \begin_layout Standard
40367 When the option 
40368 \family sans
40369 Backup documents
40370 \family default
40371  is set, you can specify the time between backup saves.
40372 \end_layout
40373
40374 \begin_layout Standard
40375
40376 \family sans
40377 Maximum last files
40378 \family default
40379  is the number of last opened files that LyX should display in the menu
40380  
40381 \family sans
40382 File\SpecialChar \menuseparator
40383 Open
40384 \begin_inset space ~
40385 \end_inset
40386
40387 Recent
40388 \family default
40389 .
40390 \end_layout
40391
40392 \begin_layout Standard
40393 When the option 
40394 \family sans
40395 Open documents in tabs
40396 \family default
40397  is not used, then every file will be opened in its own new instance of
40398  LyX.
40399 \end_layout
40400
40401 \begin_layout Subsection
40402 Screen Fonts
40403 \begin_inset Index idx
40404 status collapsed
40405
40406 \begin_layout Plain Layout
40407 Font ! Screen
40408 \end_layout
40409
40410 \end_inset
40411
40412
40413 \begin_inset CommandInset label
40414 LatexCommand label
40415 name "sub:Screen-Fonts"
40416
40417 \end_inset
40418
40419
40420 \end_layout
40421
40422 \begin_layout Standard
40423 These fonts are used to display your documents on the screen.
40424 \end_layout
40425
40426 \begin_layout Standard
40427 \begin_inset Note Greyedout
40428 status open
40429
40430 \begin_layout Plain Layout
40431
40432 \series bold
40433 Note:
40434 \series default
40435  This section only deals with the fonts 
40436 \emph on
40437 inside
40438 \emph default
40439  the LyX window.
40440  The fonts that appear on the output are independent from these fonts, and
40441  set in the menu 
40442 \family sans
40443 Document\SpecialChar \menuseparator
40444 Settings\SpecialChar \menuseparator
40445 Fonts
40446 \family default
40447 .
40448 \end_layout
40449
40450 \end_inset
40451
40452
40453 \end_layout
40454
40455 \begin_layout Standard
40456 By default, LyX uses 
40457 \family typewriter
40458 Times
40459 \family default
40460  as roman (serif) font, 
40461 \family typewriter
40462 Arial
40463 \family default
40464  or 
40465 \family typewriter
40466 Helvetica
40467 \family default
40468  (depends on the system) as 
40469 \family sans
40470 sans
40471 \begin_inset space ~
40472 \end_inset
40473
40474 serif
40475 \family default
40476  font, and 
40477 \family typewriter
40478 Courier
40479 \family default
40480  as 
40481 \family typewriter
40482 typewriter
40483 \family default
40484  font.
40485 \end_layout
40486
40487 \begin_layout Standard
40488 You can change the font size with the 
40489 \family sans
40490 Zoom
40491 \family default
40492  setting.
40493  You can also change the font zoom outside the preferences dialog for the
40494  current LyX session by pressing Ctrl and scrolling the mouse wheel.
40495 \end_layout
40496
40497 \begin_layout Standard
40498
40499 \family sans
40500 Screen DPI
40501 \family default
40502  is the screen resolution in dpi (dots per inch).
40503  The Font Sizes are calculated as letter height in units of points.
40504  72
40505 \begin_inset space \thinspace{}
40506 \end_inset
40507
40508 points have the size of 1
40509 \begin_inset space \thinspace{}
40510 \end_inset
40511
40512 inch, see Appendix
40513 \begin_inset space ~
40514 \end_inset
40515
40516
40517 \begin_inset CommandInset ref
40518 LatexCommand ref
40519 reference "cha:Units-available-in"
40520
40521 \end_inset
40522
40523 .
40524 \end_layout
40525
40526 \begin_layout Standard
40527 The default 
40528 \family sans
40529 Font Sizes
40530 \family default
40531  are the same as if a document font size of 10
40532 \begin_inset space \thinspace{}
40533 \end_inset
40534
40535 pt would be used.
40536  The sizes are explained in detail in section
40537 \begin_inset space ~
40538 \end_inset
40539
40540
40541 \begin_inset CommandInset ref
40542 LatexCommand ref
40543 reference "sub:Document-Font"
40544
40545 \end_inset
40546
40547 .
40548 \end_layout
40549
40550 \begin_layout Standard
40551 With the option 
40552 \family sans
40553 Use Pixmap Cache to speed up font rendering
40554 \family default
40555  enabled, LyX needs to redraw the screen less often.
40556  This results in better performance, especially on slow systems.
40557  On the other hand, the characters might look more fuzzy on screen.
40558  So whether you enable this or not depends on whether you prefer speed over
40559  aesthetics.
40560  Note that the Pixmap Cache is only available and useful under Mac
40561 \begin_inset space ~
40562 \end_inset
40563
40564 OS and Windows.
40565 \end_layout
40566
40567 \begin_layout Subsection
40568 Colors
40569 \begin_inset Index idx
40570 status collapsed
40571
40572 \begin_layout Plain Layout
40573 Color ! LyX screen
40574 \end_layout
40575
40576 \end_inset
40577
40578
40579 \begin_inset Index idx
40580 status collapsed
40581
40582 \begin_layout Plain Layout
40583 Settings ! Color
40584 \end_layout
40585
40586 \end_inset
40587
40588
40589 \end_layout
40590
40591 \begin_layout Standard
40592 You can here change all colors used by LyX.
40593  Choose an item in the list and use the 
40594 \family sans
40595 Alter
40596 \family default
40597  button.
40598 \end_layout
40599
40600 \begin_layout Subsection
40601 Graphics
40602 \begin_inset Index idx
40603 status collapsed
40604
40605 \begin_layout Plain Layout
40606 Settings ! Graphics
40607 \end_layout
40608
40609 \end_inset
40610
40611
40612 \end_layout
40613
40614 \begin_layout Standard
40615 Here you can specify how graphics inside LyX are displayed.
40616 \end_layout
40617
40618 \begin_layout Standard
40619
40620 \family sans
40621 Instant Preview
40622 \family default
40623  enables previewing snippets of your document.
40624  This feature is described in section
40625 \begin_inset space ~
40626 \end_inset
40627
40628
40629 \begin_inset CommandInset ref
40630 LatexCommand ref
40631 reference "sec:Previewing-snippets-of"
40632
40633 \end_inset
40634
40635 .
40636 \end_layout
40637
40638 \begin_layout Section
40639 Editing
40640 \begin_inset Index idx
40641 status collapsed
40642
40643 \begin_layout Plain Layout
40644 Settings ! Editing
40645 \end_layout
40646
40647 \end_inset
40648
40649
40650 \end_layout
40651
40652 \begin_layout Subsection
40653 Control
40654 \end_layout
40655
40656 \begin_layout Subsubsection
40657 Editing
40658 \end_layout
40659
40660 \begin_layout Standard
40661 The option 
40662 \family sans
40663 Cursor follows scrollbar
40664 \family default
40665  sets the cursor to the top of the currently displayed document part when
40666  scrolling.
40667 \end_layout
40668
40669 \begin_layout Standard
40670 The option 
40671 \family sans
40672 Sort environments alphabetically
40673 \family default
40674  sorts the entries in the pull-down box for the paragraph environments.
40675 \end_layout
40676
40677 \begin_layout Standard
40678 The option 
40679 \family sans
40680 Group environments by their category
40681 \family default
40682  groups the entries in the pull-down box for the paragraph environments.
40683 \end_layout
40684
40685 \begin_layout Subsubsection
40686 Fullscreen
40687 \end_layout
40688
40689 \begin_layout Standard
40690 Here you can specify what is hidden in the fullscreen mode.
40691  The option 
40692 \family sans
40693 Limit text width
40694 \family default
40695  specifies the width of the text in fullscreen mode.
40696  This way you can display the text smaller than the screen, the text appears
40697  then centered.
40698 \end_layout
40699
40700 \begin_layout Subsection
40701 Shortcuts
40702 \begin_inset Index idx
40703 status collapsed
40704
40705 \begin_layout Plain Layout
40706 Key Bindings
40707 \end_layout
40708
40709 \end_inset
40710
40711
40712 \begin_inset Index idx
40713 status collapsed
40714
40715 \begin_layout Plain Layout
40716 Settings ! Shortcuts
40717 \end_layout
40718
40719 \end_inset
40720
40721
40722 \end_layout
40723
40724 \begin_layout Subsubsection
40725 Bind File
40726 \end_layout
40727
40728 \begin_layout Standard
40729 Bindings are used to bind a LyX-function to a key.
40730  Several binding files are available:
40731 \end_layout
40732
40733 \begin_layout Description
40734 cua.bind typical set of PC keyboard shortcuts
40735 \end_layout
40736
40737 \begin_layout Description
40738 (x)emacs.bind set of bindings like they are used in the editor programs 
40739 \family sans
40740 Emacs
40741 \family default
40742  (
40743 \family sans
40744 XEmacs
40745 \family default
40746 )
40747 \end_layout
40748
40749 \begin_layout Description
40750 mac.bind set of bindings for 
40751 \family sans
40752 Mac
40753 \begin_inset space \thinspace{}
40754 \end_inset
40755
40756 OS
40757 \family default
40758  systems.
40759 \end_layout
40760
40761 \begin_layout Standard
40762 There are also bind-files designed for special document classes, like 
40763 \shape italic
40764 broadway.bind
40765 \shape default
40766 , and bind files for special languages.
40767  The name of language bind-files begin with a language code, e.
40768 \begin_inset space \thinspace{}
40769 \end_inset
40770
40771 g.
40772 \begin_inset space \space{}
40773 \end_inset
40774
40775
40776 \begin_inset Quotes eld
40777 \end_inset
40778
40779 pt
40780 \begin_inset Quotes erd
40781 \end_inset
40782
40783  for Portuguese.
40784  If you use LyX in a certain language, LyX will try to use the appropriate
40785  bind-file.
40786 \end_layout
40787
40788 \begin_layout Standard
40789 Some bind-files, like 
40790 \emph on
40791 math.bind
40792 \emph default
40793 , have only a small scope.
40794  When looking at the the end of the file 
40795 \shape italic
40796 cua.bind
40797 \shape default
40798 , you can see that they are included to keep the overview in the bind-file.
40799 \end_layout
40800
40801 \begin_layout Subsubsection
40802 Editing Shortcuts
40803 \begin_inset CommandInset label
40804 LatexCommand label
40805 name "sub:Editing-Shortcuts"
40806
40807 \end_inset
40808
40809
40810 \begin_inset Index idx
40811 status collapsed
40812
40813 \begin_layout Plain Layout
40814 Key Bindings ! Editing
40815 \end_layout
40816
40817 \end_inset
40818
40819
40820 \end_layout
40821
40822 \begin_layout Standard
40823 To add new or modify existing keybindings to your own taste you can use
40824  the table in the dialog that lists all LyX-functions and the bound shortcuts.
40825  To find functions easily, they are grouped by categories and the dialog
40826  provides the field 
40827 \family sans
40828 Show key-bindings containing
40829 \family default
40830 .
40831  In this field you can insert a keyword for a function you want to edit.
40832  Insert there for example as keyword 
40833 \begin_inset Quotes eld
40834 \end_inset
40835
40836 paste
40837 \begin_inset Quotes erd
40838 \end_inset
40839
40840  and you get the 4 different existing shortcuts for the 3 different functions
40841  that contain 
40842 \begin_inset Quotes eld
40843 \end_inset
40844
40845 paste
40846 \begin_inset Quotes erd
40847 \end_inset
40848
40849  in their name.
40850  As you can see, one function can have more than one shortcut.
40851  All LyX-functions are also listed in the file 
40852 \emph on
40853 LyX Functions
40854 \emph default
40855  that you find in the 
40856 \family sans
40857 Help
40858 \family default
40859  menu.
40860 \end_layout
40861
40862 \begin_layout Standard
40863 To add e.
40864 \begin_inset space \thinspace{}
40865 \end_inset
40866
40867 g.
40868 \begin_inset space \space{}
40869 \end_inset
40870
40871 the shortcut 
40872 \family sans
40873 Alt+Q
40874 \family default
40875  for the function 
40876 \family sans
40877 textstyle-apply
40878 \family default
40879 , select the function and press the 
40880 \family sans
40881 Modify
40882 \family default
40883  button.
40884  A dialog pops up where you can add the shortcut by using it.
40885  So press Alt+Q to define the shortcut.
40886  Modifying an existing shortcut is done the same way.
40887  You can also bind multiple functions to one shortcut by modifying an existing
40888  binding and adding the different function names as semicolon separated
40889  list.
40890  LyX will then use the first function that is enabled in the current document
40891  part.
40892  The binding for the function 
40893 \family sans
40894 command-alter
40895 \family default
40896  is an example for this.
40897 \end_layout
40898
40899 \begin_layout Standard
40900 Alternatively you can also edit shortcuts by modifying bind-files with a
40901  text editor.
40902  The syntax of the entries is:
40903 \end_layout
40904
40905 \begin_layout Standard
40906
40907 \series bold
40908
40909 \backslash
40910 bind 
40911 \begin_inset Quotes erd
40912 \end_inset
40913
40914 key combination
40915 \begin_inset Quotes erd
40916 \end_inset
40917
40918  
40919 \begin_inset Quotes erd
40920 \end_inset
40921
40922 LyX-function
40923 \begin_inset Quotes erd
40924 \end_inset
40925
40926
40927 \end_layout
40928
40929 \begin_layout Subsection
40930 Keyboard
40931 \begin_inset space \thinspace{}
40932 \end_inset
40933
40934 /
40935 \begin_inset space \thinspace{}
40936 \end_inset
40937
40938 Mouse
40939 \begin_inset CommandInset label
40940 LatexCommand label
40941 name "sub:Keyboard-Map"
40942
40943 \end_inset
40944
40945
40946 \begin_inset Index idx
40947 status collapsed
40948
40949 \begin_layout Plain Layout
40950 Keyboard Map
40951 \end_layout
40952
40953 \end_inset
40954
40955
40956 \begin_inset Index idx
40957 status collapsed
40958
40959 \begin_layout Plain Layout
40960 Settings ! Keyboard Map
40961 \end_layout
40962
40963 \end_inset
40964
40965
40966 \end_layout
40967
40968 \begin_layout Standard
40969 Normally keyboard settings have to be done in a menu of your operating system.
40970  For the case that this is not possible, LyX provides keyboard maps.
40971  If you have e.
40972 \begin_inset space \thinspace{}
40973 \end_inset
40974
40975 g.
40976 \begin_inset space \space{}
40977 \end_inset
40978
40979 a Czech keyboard but want to write with it like with a Romanian one, you
40980  can use the keyboard map file named 
40981 \emph on
40982 romanian.kmap
40983 \emph default
40984 .
40985 \end_layout
40986
40987 \begin_layout Standard
40988 \begin_inset Note Greyedout
40989 status open
40990
40991 \begin_layout Plain Layout
40992
40993 \series bold
40994 Note:
40995 \series default
40996  Keyboard maps are only provided as makeshift and don't work on all systems.
40997 \end_layout
40998
40999 \end_inset
41000
41001
41002 \end_layout
41003
41004 \begin_layout Standard
41005 Besides this, you can specify here the 
41006 \family sans
41007 Wheel scrolling speed
41008 \family default
41009 .
41010  The standard value is 1.0, higher values speed up the scrolling, lower ones
41011  slow it down.
41012 \end_layout
41013
41014 \begin_layout Subsection
41015 Input Completion
41016 \begin_inset CommandInset label
41017 LatexCommand label
41018 name "sub:Input-Completion-Appendix"
41019
41020 \end_inset
41021
41022
41023 \begin_inset Index idx
41024 status collapsed
41025
41026 \begin_layout Plain Layout
41027 Input completion
41028 \end_layout
41029
41030 \end_inset
41031
41032
41033 \end_layout
41034
41035 \begin_layout Standard
41036 Input completion is described in sec.
41037 \begin_inset space \thinspace{}
41038 \end_inset
41039
41040
41041 \begin_inset CommandInset ref
41042 LatexCommand ref
41043 reference "sec:Input-Completion"
41044
41045 \end_inset
41046
41047 .
41048  The completion options for math do the same as the corresponding options
41049  for text.
41050  With the general options you can define the delay time for the inline and
41051  popup completion and choose if long completions should be abbreviated or
41052  not.
41053 \end_layout
41054
41055 \begin_layout Section
41056 Paths
41057 \begin_inset Index idx
41058 status collapsed
41059
41060 \begin_layout Plain Layout
41061 Paths
41062 \end_layout
41063
41064 \end_inset
41065
41066
41067 \begin_inset Index idx
41068 status collapsed
41069
41070 \begin_layout Plain Layout
41071 Settings ! Paths
41072 \end_layout
41073
41074 \end_inset
41075
41076
41077 \end_layout
41078
41079 \begin_layout Description
41080 Working
41081 \begin_inset space ~
41082 \end_inset
41083
41084 directory This is LyX's working directory.
41085  It is the default when you 
41086 \family sans
41087 Open
41088 \family default
41089
41090 \family sans
41091 Save
41092 \family default
41093  or 
41094 \family sans
41095 Save
41096 \begin_inset space ~
41097 \end_inset
41098
41099 as
41100 \family default
41101  files.
41102 \end_layout
41103
41104 \begin_layout Description
41105 Document
41106 \begin_inset space ~
41107 \end_inset
41108
41109 templates This directory will be opened when you use the menu 
41110 \family sans
41111 File\SpecialChar \menuseparator
41112 New
41113 \begin_inset space ~
41114 \end_inset
41115
41116 from
41117 \begin_inset space ~
41118 \end_inset
41119
41120 Template
41121 \family default
41122 .
41123 \end_layout
41124
41125 \begin_layout Description
41126 Example
41127 \begin_inset space ~
41128 \end_inset
41129
41130 files This directory will be opened when you use the button 
41131 \family sans
41132 Examples
41133 \family default
41134  in the 
41135 \family sans
41136 File\SpecialChar \menuseparator
41137 Open
41138 \family default
41139  dialog.
41140 \begin_inset Newline newline
41141 \end_inset
41142
41143
41144 \begin_inset Note Greyedout
41145 status open
41146
41147 \begin_layout Plain Layout
41148
41149 \series bold
41150 Note:
41151 \series default
41152  The 
41153 \family sans
41154 Examples
41155 \family default
41156  button does not exist when using LyX on MacOS and Windows systems.
41157 \end_layout
41158
41159 \end_inset
41160
41161
41162 \end_layout
41163
41164 \begin_layout Description
41165 Backup
41166 \begin_inset space ~
41167 \end_inset
41168
41169 directory
41170 \begin_inset Index idx
41171 status collapsed
41172
41173 \begin_layout Plain Layout
41174 Backup ! Directory
41175 \end_layout
41176
41177 \end_inset
41178
41179  Backup copies will be saved to this directory.
41180  When no directory is given but backups are enabled as described in section
41181 \begin_inset space ~
41182 \end_inset
41183
41184
41185 \begin_inset CommandInset ref
41186 LatexCommand ref
41187 reference "sub:Backup documents"
41188
41189 \end_inset
41190
41191 , the 
41192 \family sans
41193 Working directory
41194 \family default
41195  will be used to save the backups.
41196 \begin_inset Newline newline
41197 \end_inset
41198
41199 The backup files have the ending 
41200 \begin_inset Quotes eld
41201 \end_inset
41202
41203 .lyx~
41204 \begin_inset Quotes erd
41205 \end_inset
41206
41207 .
41208 \end_layout
41209
41210 \begin_layout Description
41211 Ly
41212 \begin_inset ERT
41213 status collapsed
41214
41215 \begin_layout Plain Layout
41216
41217 {}
41218 \end_layout
41219
41220 \end_inset
41221
41222 XServer-Pipe Here you can enter the name of a Unix-pipe.
41223  This pipe is used to send data from external programs to LyX.
41224 \begin_inset Newline newline
41225 \end_inset
41226
41227
41228 \begin_inset Note Greyedout
41229 status open
41230
41231 \begin_layout Plain Layout
41232
41233 \series bold
41234 Note:
41235 \series default
41236  This feature doesn't work on Windows systems.
41237 \end_layout
41238
41239 \end_inset
41240
41241
41242 \end_layout
41243
41244 \begin_layout Description
41245 Temporary
41246 \begin_inset space ~
41247 \end_inset
41248
41249 directory Temporary files will be saved in this directory.
41250 \end_layout
41251
41252 \begin_layout Description
41253 PATH
41254 \begin_inset space ~
41255 \end_inset
41256
41257 prefix This field contains a list of paths to external programs.
41258  When LyX needs to use an external program, it looks in this list where
41259  to find it on the system.
41260  The path list is automatically set up on Windows and Mac systems while
41261  LyX is configured, so that you normally don't have to modify it.
41262  On Unix
41263 \begin_inset space \thinspace{}
41264 \end_inset
41265
41266 /
41267 \begin_inset space \thinspace{}
41268 \end_inset
41269
41270 Linux systems, the path list will need to be set only if there are external
41271  programs you wish to use that are not in your normal system path ($PATH).
41272  
41273 \end_layout
41274
41275 \begin_layout Section
41276 Identity
41277 \end_layout
41278
41279 \begin_layout Standard
41280 Here you can insert your name and email address.
41281  The identity will be used when you have enabled change tracking as described
41282  in section
41283 \begin_inset space ~
41284 \end_inset
41285
41286
41287 \begin_inset CommandInset ref
41288 LatexCommand ref
41289 reference "sec:Change-Tracking"
41290
41291 \end_inset
41292
41293 , to mark changes you make as yours.
41294 \end_layout
41295
41296 \begin_layout Section
41297 Language Settings
41298 \begin_inset Index idx
41299 status collapsed
41300
41301 \begin_layout Plain Layout
41302 Language ! Settings
41303 \end_layout
41304
41305 \end_inset
41306
41307
41308 \begin_inset Index idx
41309 status collapsed
41310
41311 \begin_layout Plain Layout
41312 Settings ! Language
41313 \end_layout
41314
41315 \end_inset
41316
41317
41318 \end_layout
41319
41320 \begin_layout Subsection
41321 Language
41322 \end_layout
41323
41324 \begin_layout Description
41325 User
41326 \begin_inset space ~
41327 \end_inset
41328
41329 Interface
41330 \begin_inset space ~
41331 \end_inset
41332
41333 language Here you can select the language of LyX's menus.
41334  Unfortunately this doesn't work on Mac and Windows.
41335  It works so far on Linux, but not for every language you can select here
41336  exists a translation of the LyX menus.
41337  You find the actual translation status here: 
41338 \begin_inset CommandInset href
41339 LatexCommand href
41340 name "http://www.lyx.org/I18n"
41341 target "http://www.lyx.org/I18n"
41342
41343 \end_inset
41344
41345
41346 \end_layout
41347
41348 \begin_layout Description
41349 Default
41350 \begin_inset space ~
41351 \end_inset
41352
41353 language is the language used in new documents
41354 \end_layout
41355
41356 \begin_layout Description
41357 Language
41358 \begin_inset space ~
41359 \end_inset
41360
41361 package is a LaTeX-command to load a LaTeX-package that handles language
41362  issues.
41363  The default is the LaTeX-command 
41364 \family sans
41365
41366 \backslash
41367 usepackage{babel}
41368 \family default
41369  that loads the package 
41370 \series bold
41371 babel
41372 \series default
41373 .
41374 \begin_inset Foot
41375 status collapsed
41376
41377 \begin_layout Plain Layout
41378 For an introduction to the LaTeX-Syntax, have a look at section
41379 \begin_inset space ~
41380 \end_inset
41381
41382
41383 \begin_inset CommandInset ref
41384 LatexCommand ref
41385 reference "sec:TeX-Code"
41386
41387 \end_inset
41388
41389 .
41390 \end_layout
41391
41392 \end_inset
41393
41394
41395 \begin_inset Newline newline
41396 \end_inset
41397
41398 The 
41399 \series bold
41400 babel
41401 \series default
41402  translates in the background automatically text labels of documents to
41403  the document language.
41404  A text label is for instance the word 
41405 \begin_inset Quotes eld
41406 \end_inset
41407
41408 Table
41409 \begin_inset Quotes erd
41410 \end_inset
41411
41412  at the beginning of every table caption.
41413 \end_layout
41414
41415 \begin_layout Description
41416 Command
41417 \begin_inset space ~
41418 \end_inset
41419
41420 start When a special LaTeX-package is needed to write in a certain document
41421  language, you can here specify the command to start the package.
41422  An example is the start command 
41423 \family sans
41424
41425 \backslash
41426 begin{arabtext}
41427 \family default
41428  that is needed to write Arabic using the package 
41429 \series bold
41430 ArabTeX
41431 \series default
41432 , see 
41433 \begin_inset CommandInset citation
41434 LatexCommand cite
41435 key "Arabic"
41436
41437 \end_inset
41438
41439 .
41440  The default is the 
41441 \series bold
41442 babel
41443 \series default
41444  command 
41445 \family sans
41446
41447 \backslash
41448 selectlanguage{$$lang}
41449 \family default
41450 .
41451 \end_layout
41452
41453 \begin_layout Description
41454 Command
41455 \begin_inset space ~
41456 \end_inset
41457
41458 end Counterpart to 
41459 \family sans
41460 Command start
41461 \family default
41462 .
41463  Some packages, like the default, don't have an end command since the start
41464  command toggles the package on and off.
41465 \end_layout
41466
41467 \begin_layout Description
41468 Use
41469 \begin_inset space ~
41470 \end_inset
41471
41472 babel Whether 
41473 \series bold
41474 babel
41475 \series default
41476  is used or not.
41477 \end_layout
41478
41479 \begin_layout Description
41480 Global When this option is set, the languages used in the document will
41481  be added as options to the document class options, so that they can be
41482  used by all LaTeX-packages.
41483  Otherwise they will only be used as options for the 
41484 \series bold
41485 babel
41486 \series default
41487  package.
41488 \end_layout
41489
41490 \begin_layout Description
41491 Auto
41492 \begin_inset space ~
41493 \end_inset
41494
41495 begin When this option is set, the documents starts with the chosen document
41496  language.
41497  When this option is not set, the 
41498 \family sans
41499 Command
41500 \begin_inset space ~
41501 \end_inset
41502
41503 start
41504 \family default
41505  is explicitly set to the beginning of the document in the LaTeX-output.
41506  This assures that the correct language is used when you use another 
41507 \family sans
41508 Command
41509 \begin_inset space ~
41510 \end_inset
41511
41512 start
41513 \family default
41514  than the default.
41515 \end_layout
41516
41517 \begin_layout Description
41518 Auto
41519 \begin_inset space ~
41520 \end_inset
41521
41522 end Counterpart to 
41523 \family sans
41524 Auto
41525 \begin_inset space ~
41526 \end_inset
41527
41528 begin
41529 \family default
41530 .
41531  When it is not set, the 
41532 \family sans
41533 Command
41534 \begin_inset space ~
41535 \end_inset
41536
41537 end
41538 \family default
41539  is set to the end of the document.
41540 \end_layout
41541
41542 \begin_layout Description
41543 Mark
41544 \begin_inset space ~
41545 \end_inset
41546
41547 foreign
41548 \begin_inset space ~
41549 \end_inset
41550
41551 languages Text marked formatted in a language different from the document
41552  language will be underlined blue.
41553 \end_layout
41554
41555 \begin_layout Description
41556 Enable
41557 \begin_inset space ~
41558 \end_inset
41559
41560 RTL
41561 \begin_inset space ~
41562 \end_inset
41563
41564 support Enables the use of languages, written from right to left (RTL),
41565  like Arabic, Hebrew, Farsi.
41566 \end_layout
41567
41568 \begin_layout Description
41569 Cursor
41570 \begin_inset space ~
41571 \end_inset
41572
41573 movement When writing RTL, you can define if the left and right arrow keys
41574  moves the cursor visually to the left or right, respectively, or logically.
41575  Logical means that the cursor is moved to the left when pressing the right
41576  arrow key and the cursor is inside text in an RTL language.
41577 \end_layout
41578
41579 \begin_layout Subsection
41580 Spellchecker
41581 \end_layout
41582
41583 \begin_layout Standard
41584 The spellchecker settings are explained in section
41585 \begin_inset space ~
41586 \end_inset
41587
41588
41589 \begin_inset CommandInset ref
41590 LatexCommand ref
41591 reference "sec:Spellchecking"
41592
41593 \end_inset
41594
41595
41596 \end_layout
41597
41598 \begin_layout Section
41599 Outputs
41600 \end_layout
41601
41602 \begin_layout Subsection
41603 Printer
41604 \begin_inset CommandInset label
41605 LatexCommand label
41606 name "sub:Printer"
41607
41608 \end_inset
41609
41610
41611 \begin_inset Index idx
41612 status collapsed
41613
41614 \begin_layout Plain Layout
41615 Printer
41616 \end_layout
41617
41618 \end_inset
41619
41620
41621 \begin_inset Index idx
41622 status collapsed
41623
41624 \begin_layout Plain Layout
41625 Settings ! Printer
41626 \end_layout
41627
41628 \end_inset
41629
41630
41631 \end_layout
41632
41633 \begin_layout Description
41634 Default
41635 \begin_inset space ~
41636 \end_inset
41637
41638 printer Here you can specify the name of your default printer.
41639  The name will be used when the 
41640 \family sans
41641 Printer command
41642 \family default
41643  is executed.
41644 \begin_inset Newline newline
41645 \end_inset
41646
41647
41648 \begin_inset Note Greyedout
41649 status open
41650
41651 \begin_layout Plain Layout
41652
41653 \series bold
41654 Note:
41655 \series default
41656  You can leave this field empty on Windows systems because it has there
41657  no effect.
41658 \end_layout
41659
41660 \end_inset
41661
41662
41663 \end_layout
41664
41665 \begin_layout Description
41666 Adapt
41667 \begin_inset space ~
41668 \end_inset
41669
41670 output
41671 \begin_inset space ~
41672 \end_inset
41673
41674 to
41675 \begin_inset space ~
41676 \end_inset
41677
41678 printer This option works only for the 
41679 \family sans
41680 Printer command
41681 \family default
41682  
41683 \begin_inset Quotes eld
41684 \end_inset
41685
41686
41687 \family sans
41688 dvips
41689 \family default
41690
41691 \begin_inset Quotes erd
41692 \end_inset
41693
41694 .
41695  It activates a configuration file for dvips.
41696  This is an option only for dvips experts.
41697 \end_layout
41698
41699 \begin_layout Description
41700 Printer
41701 \begin_inset space ~
41702 \end_inset
41703
41704 command is the command LyX
41705 \begin_inset space \thinspace{}
41706 \end_inset
41707
41708 /
41709 \begin_inset space \thinspace{}
41710 \end_inset
41711
41712 LaTeX uses for printing.
41713  The default is on most systems 
41714 \family sans
41715 dvips
41716 \family default
41717 .
41718 \end_layout
41719
41720 \begin_layout Description
41721 Printer
41722 \begin_inset space ~
41723 \end_inset
41724
41725 Command
41726 \begin_inset space ~
41727 \end_inset
41728
41729 Options Here you can specify printer options.
41730  A list of printer options with explanations can be found in the documentation
41731  of the program that provides the 
41732 \family sans
41733 Printer command
41734 \family default
41735  you are using.
41736 \end_layout
41737
41738 \begin_layout Subsection
41739 Date Format
41740 \begin_inset Index idx
41741 status collapsed
41742
41743 \begin_layout Plain Layout
41744 Date Format
41745 \end_layout
41746
41747 \end_inset
41748
41749
41750 \begin_inset Index idx
41751 status collapsed
41752
41753 \begin_layout Plain Layout
41754 Settings ! Date format
41755 \end_layout
41756
41757 \end_inset
41758
41759
41760 \end_layout
41761
41762 \begin_layout Standard
41763 The date format can be one or a mixture of the formats listed here:
41764 \begin_inset Newline newline
41765 \end_inset
41766
41767
41768 \begin_inset Flex URL
41769 status collapsed
41770
41771 \begin_layout Plain Layout
41772
41773 http://unixhelp.ed.ac.uk/CGI/man-cgi?date
41774 \end_layout
41775
41776 \end_inset
41777
41778
41779 \begin_inset Newline newline
41780 \end_inset
41781
41782 For example the format
41783 \begin_inset Newline newline
41784 \end_inset
41785
41786 %d/%m/%y
41787 \begin_inset Newline newline
41788 \end_inset
41789
41790 prints the date as day/month/year.
41791 \end_layout
41792
41793 \begin_layout Subsection
41794 Plain Text
41795 \end_layout
41796
41797 \begin_layout Description
41798 Output
41799 \begin_inset space ~
41800 \end_inset
41801
41802 line
41803 \begin_inset space ~
41804 \end_inset
41805
41806 length sets the maximum number of characters printed in one line when using
41807  the menu 
41808 \family sans
41809 File\SpecialChar \menuseparator
41810 Export\SpecialChar \menuseparator
41811 Plain
41812 \begin_inset space ~
41813 \end_inset
41814
41815 text
41816 \family default
41817 .
41818  Setting the line line length to 0 means all text is printed in one endless
41819  line.
41820 \end_layout
41821
41822 \begin_layout Description
41823 roff
41824 \begin_inset space ~
41825 \end_inset
41826
41827 command defines an additional command used to produce better ASCII tables
41828  with the 
41829 \family typewriter
41830 groff/troff/nroff
41831 \family default
41832  UNIX-commands (refer to their manuals for more information about them).
41833  Setting this as empty tells LyX to use the internal formatter.
41834 \end_layout
41835
41836 \begin_layout Subsection
41837 LaT
41838 \begin_inset ERT
41839 status collapsed
41840
41841 \begin_layout Plain Layout
41842
41843 {}
41844 \end_layout
41845
41846 \end_inset
41847
41848 eX
41849 \begin_inset CommandInset label
41850 LatexCommand label
41851 name "sub:LaTeX-settings"
41852
41853 \end_inset
41854
41855
41856 \begin_inset Index idx
41857 status collapsed
41858
41859 \begin_layout Plain Layout
41860 Settings ! LaTeX
41861 \end_layout
41862
41863 \end_inset
41864
41865
41866 \end_layout
41867
41868 \begin_layout Description
41869 Te
41870 \begin_inset ERT
41871 status collapsed
41872
41873 \begin_layout Plain Layout
41874
41875 {}
41876 \end_layout
41877
41878 \end_inset
41879
41880 X
41881 \begin_inset space ~
41882 \end_inset
41883
41884 encoding This is the default encoding of the document font.
41885  
41886 \family sans
41887 T1
41888 \family default
41889  is the default and covers western languages and symbols.
41890  
41891 \family sans
41892 T2A
41893 \family default
41894
41895 \family sans
41896 T2B
41897 \family default
41898
41899 \family sans
41900 T2C
41901 \family default
41902
41903 \family sans
41904 LCY
41905 \family default
41906 , and 
41907 \family sans
41908 X2
41909 \family default
41910  are for Cyrillic.
41911  Combinations of the encodings are possible, like 
41912 \begin_inset Quotes erd
41913 \end_inset
41914
41915
41916 \family sans
41917 T1, T2B
41918 \family default
41919
41920 \begin_inset Quotes erd
41921 \end_inset
41922
41923 .
41924  The font encoding is normally automatically loaded by the language packages
41925  LyX sets up in the background.
41926  So there is no need to change the default encoding.
41927 \end_layout
41928
41929 \begin_layout Description
41930 Default
41931 \begin_inset space ~
41932 \end_inset
41933
41934 paper
41935 \begin_inset space ~
41936 \end_inset
41937
41938 size This is the paper size that is used for new documents.
41939  The 
41940 \family sans
41941 Default
41942 \family default
41943  value depends on your LaTeX-system setup.
41944 \end_layout
41945
41946 \begin_layout Standard
41947 You can also specify here commands with parameters for the listed applications.
41948  But before you change something, it is strongly recommended to read the
41949  manuals of the applications.
41950  Currently the following commands can be set:
41951 \end_layout
41952
41953 \begin_layout Description
41954 CheckTe
41955 \begin_inset ERT
41956 status collapsed
41957
41958 \begin_layout Plain Layout
41959
41960 {}
41961 \end_layout
41962
41963 \end_inset
41964
41965 X
41966 \begin_inset space ~
41967 \end_inset
41968
41969 command Command for the program 
41970 \family sans
41971 CheckTeX
41972 \family default
41973  that is described in section 
41974 \emph on
41975 Checking TeX
41976 \emph default
41977  of the 
41978 \emph on
41979 Additional Features
41980 \emph default
41981  manual.
41982 \end_layout
41983
41984 \begin_layout Description
41985 BibTe
41986 \begin_inset ERT
41987 status collapsed
41988
41989 \begin_layout Plain Layout
41990
41991 {}
41992 \end_layout
41993
41994 \end_inset
41995
41996 X
41997 \begin_inset space ~
41998 \end_inset
41999
42000 command Command for the program 
42001 \family sans
42002 BibTeX
42003 \family default
42004  that generates the bibliography, see section
42005 \begin_inset space ~
42006 \end_inset
42007
42008
42009 \begin_inset CommandInset ref
42010 LatexCommand ref
42011 reference "sub:Bibliography-databases"
42012
42013 \end_inset
42014
42015 .
42016 \end_layout
42017
42018 \begin_layout Description
42019 Index
42020 \begin_inset space ~
42021 \end_inset
42022
42023 command Command for the program that generates the index, see section
42024 \begin_inset space ~
42025 \end_inset
42026
42027
42028 \begin_inset CommandInset ref
42029 LatexCommand ref
42030 reference "sub:Index-Program"
42031
42032 \end_inset
42033
42034 .
42035 \end_layout
42036
42037 \begin_layout Description
42038 Nomenclature
42039 \begin_inset space ~
42040 \end_inset
42041
42042 command Command for the program that generates the nomenclature, see section
42043 \begin_inset space ~
42044 \end_inset
42045
42046
42047 \begin_inset CommandInset ref
42048 LatexCommand ref
42049 reference "sub:Nomenclature-Program"
42050
42051 \end_inset
42052
42053 .
42054 \end_layout
42055
42056 \begin_layout Description
42057 DVI
42058 \begin_inset space ~
42059 \end_inset
42060
42061 viewer
42062 \begin_inset space ~
42063 \end_inset
42064
42065 paper
42066 \begin_inset space ~
42067 \end_inset
42068
42069 size
42070 \begin_inset space ~
42071 \end_inset
42072
42073 options They only have an effect when the program 
42074 \family sans
42075 xdvi
42076 \family default
42077  is used as DVI-viewer.
42078 \end_layout
42079
42080 \begin_layout Standard
42081 There are additionally the following options:
42082 \end_layout
42083
42084 \begin_layout Description
42085 Use
42086 \begin_inset space ~
42087 \end_inset
42088
42089 Windows-style
42090 \begin_inset space ~
42091 \end_inset
42092
42093 paths
42094 \begin_inset space ~
42095 \end_inset
42096
42097 in
42098 \begin_inset space ~
42099 \end_inset
42100
42101 LaTeX
42102 \begin_inset space ~
42103 \end_inset
42104
42105 files Uses paths in the notation of Windows, that means that 
42106 \begin_inset Quotes eld
42107 \end_inset
42108
42109
42110 \backslash
42111
42112 \begin_inset Quotes erd
42113 \end_inset
42114
42115  is used instead of 
42116 \begin_inset Quotes eld
42117 \end_inset
42118
42119 /
42120 \begin_inset Quotes erd
42121 \end_inset
42122
42123  to separate folders.
42124  This option is enabled by default when you use LyX on Windows.
42125 \begin_inset Index idx
42126 status collapsed
42127
42128 \begin_layout Plain Layout
42129 Paths
42130 \end_layout
42131
42132 \end_inset
42133
42134
42135 \begin_inset Index idx
42136 status collapsed
42137
42138 \begin_layout Plain Layout
42139 Settings ! Paths
42140 \end_layout
42141
42142 \end_inset
42143
42144
42145 \end_layout
42146
42147 \begin_layout Description
42148 Reset
42149 \begin_inset space ~
42150 \end_inset
42151
42152 class
42153 \begin_inset space ~
42154 \end_inset
42155
42156 options
42157 \begin_inset space ~
42158 \end_inset
42159
42160 when
42161 \begin_inset space ~
42162 \end_inset
42163
42164 document
42165 \begin_inset space ~
42166 \end_inset
42167
42168 classes
42169 \begin_inset space ~
42170 \end_inset
42171
42172 changes Removes all manually set document class options in the 
42173 \family sans
42174 Document\SpecialChar \menuseparator
42175 Settings
42176 \family default
42177  dialog when changing the document class.
42178 \end_layout
42179
42180 \begin_layout Section
42181 File
42182 \begin_inset space ~
42183 \end_inset
42184
42185 Handling
42186 \begin_inset Index idx
42187 status collapsed
42188
42189 \begin_layout Plain Layout
42190 File handling
42191 \end_layout
42192
42193 \end_inset
42194
42195
42196 \end_layout
42197
42198 \begin_layout Subsection
42199 Converters
42200 \begin_inset Index idx
42201 status collapsed
42202
42203 \begin_layout Plain Layout
42204 Converters
42205 \end_layout
42206
42207 \end_inset
42208
42209
42210 \end_layout
42211
42212 \begin_layout Standard
42213 Here you find the list of defined converter commands to convert material
42214  from one format to another.
42215  You can modify them or create new ones.
42216  To modify a converter, select it, change the entry of the field 
42217 \family sans
42218 Converter
42219 \family default
42220  and/or 
42221 \family sans
42222 Extra
42223 \begin_inset space ~
42224 \end_inset
42225
42226 flag
42227 \family default
42228 , and press the 
42229 \family sans
42230 Modify
42231 \family default
42232  button.
42233  To create a new converter, select an existing one, select a different format
42234  in the 
42235 \family sans
42236 From
42237 \begin_inset space ~
42238 \end_inset
42239
42240 format
42241 \family default
42242  drop-down list, modify the 
42243 \family sans
42244 Converter
42245 \family default
42246  field, and press the 
42247 \family sans
42248 Add
42249 \family default
42250  button.
42251 \end_layout
42252
42253 \begin_layout Standard
42254 When the 
42255 \family sans
42256 Converter File Cache
42257 \family default
42258  is enabled, conversions will be cached as long as specified in the field
42259  
42260 \family sans
42261 Maximum Age (in days
42262 \family default
42263 ).
42264  This means that images don't need to be converted again when you reopen
42265  a document; the converted images from the cache will be used instead.
42266 \end_layout
42267
42268 \begin_layout Standard
42269 More about converters, like the variables and flags that can be used in
42270  the converter definition, is described in section 
42271 \emph on
42272 Converters
42273 \emph default
42274  of the 
42275 \emph on
42276 Customization
42277 \emph default
42278  manual.
42279 \end_layout
42280
42281 \begin_layout Subsection
42282 File Formats
42283 \begin_inset CommandInset label
42284 LatexCommand label
42285 name "sec:File-Formats"
42286
42287 \end_inset
42288
42289
42290 \begin_inset Index idx
42291 status collapsed
42292
42293 \begin_layout Plain Layout
42294 File formats
42295 \end_layout
42296
42297 \end_inset
42298
42299
42300 \begin_inset Index idx
42301 status collapsed
42302
42303 \begin_layout Plain Layout
42304 Copiers
42305 \end_layout
42306
42307 \end_inset
42308
42309
42310 \end_layout
42311
42312 \begin_layout Standard
42313 Here you find the list of defined file formats that LyX can handle.
42314  You can modify the viewer and editor program that should be used for certain
42315  formats.
42316 \end_layout
42317
42318 \begin_layout Standard
42319 More about formats, like the options that can be used in the format definition,
42320  is described in section 
42321 \emph on
42322 Formats
42323 \emph default
42324  of the 
42325 \emph on
42326 Customization
42327 \emph default
42328  manual.
42329 \end_layout
42330
42331 \begin_layout Standard
42332 Since all conversions from one format to another take place in LyX's temporary
42333  directory, it is sometimes necessary to modify a file before copying it
42334  to the temporary directory in order that the conversion may be performed.
42335  This is done by specifying a 
42336 \family sans
42337 Copier
42338 \family default
42339 .
42340  More about this is described in section 
42341 \emph on
42342 Copiers
42343 \emph default
42344  of the 
42345 \emph on
42346 Customization
42347 \emph default
42348  manual.
42349 \end_layout
42350
42351 \begin_layout Chapter
42352 Units available in LyX
42353 \begin_inset Index idx
42354 status collapsed
42355
42356 \begin_layout Plain Layout
42357 Units
42358 \end_layout
42359
42360 \end_inset
42361
42362
42363 \begin_inset CommandInset label
42364 LatexCommand label
42365 name "cha:Units-available-in"
42366
42367 \end_inset
42368
42369
42370 \end_layout
42371
42372 \begin_layout Standard
42373 To understand the units described in this documentation, 
42374 \begin_inset CommandInset ref
42375 LatexCommand ref
42376 reference "cap:Units"
42377
42378 \end_inset
42379
42380  explains all units available in LyX.
42381 \end_layout
42382
42383 \begin_layout Standard
42384 \begin_inset Float table
42385 placement h
42386 wide false
42387 sideways false
42388 status open
42389
42390 \begin_layout Plain Layout
42391 \begin_inset Caption
42392
42393 \begin_layout Plain Layout
42394 \begin_inset CommandInset label
42395 LatexCommand label
42396 name "cap:Units"
42397
42398 \end_inset
42399
42400 Units
42401 \end_layout
42402
42403 \end_inset
42404
42405
42406 \end_layout
42407
42408 \begin_layout Plain Layout
42409 \begin_inset VSpace medskip
42410 \end_inset
42411
42412
42413 \end_layout
42414
42415 \begin_layout Plain Layout
42416 \align center
42417 \begin_inset Tabular
42418 <lyxtabular version="3" rows="20" columns="2">
42419 <features tabularvalignment="middle">
42420 <column alignment="center" valignment="top" width="0">
42421 <column alignment="center" valignment="top" width="0">
42422 <row>
42423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42424 \begin_inset Text
42425
42426 \begin_layout Plain Layout
42427 unit
42428 \end_layout
42429
42430 \end_inset
42431 </cell>
42432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
42433 \begin_inset Text
42434
42435 \begin_layout Plain Layout
42436 name/description
42437 \end_layout
42438
42439 \end_inset
42440 </cell>
42441 </row>
42442 <row>
42443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42444 \begin_inset Text
42445
42446 \begin_layout Plain Layout
42447 mm
42448 \end_layout
42449
42450 \end_inset
42451 </cell>
42452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42453 \begin_inset Text
42454
42455 \begin_layout Plain Layout
42456 millimeter
42457 \end_layout
42458
42459 \end_inset
42460 </cell>
42461 </row>
42462 <row>
42463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42464 \begin_inset Text
42465
42466 \begin_layout Plain Layout
42467 cm
42468 \end_layout
42469
42470 \end_inset
42471 </cell>
42472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42473 \begin_inset Text
42474
42475 \begin_layout Plain Layout
42476 centimeter
42477 \end_layout
42478
42479 \end_inset
42480 </cell>
42481 </row>
42482 <row>
42483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42484 \begin_inset Text
42485
42486 \begin_layout Plain Layout
42487 in
42488 \end_layout
42489
42490 \end_inset
42491 </cell>
42492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42493 \begin_inset Text
42494
42495 \begin_layout Plain Layout
42496 inch
42497 \end_layout
42498
42499 \end_inset
42500 </cell>
42501 </row>
42502 <row>
42503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42504 \begin_inset Text
42505
42506 \begin_layout Plain Layout
42507 pt
42508 \end_layout
42509
42510 \end_inset
42511 </cell>
42512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42513 \begin_inset Text
42514
42515 \begin_layout Plain Layout
42516 point (72.27
42517 \begin_inset space \thinspace{}
42518 \end_inset
42519
42520 pt = 1
42521 \begin_inset space \thinspace{}
42522 \end_inset
42523
42524 in)
42525 \end_layout
42526
42527 \end_inset
42528 </cell>
42529 </row>
42530 <row>
42531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42532 \begin_inset Text
42533
42534 \begin_layout Plain Layout
42535 pc
42536 \end_layout
42537
42538 \end_inset
42539 </cell>
42540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42541 \begin_inset Text
42542
42543 \begin_layout Plain Layout
42544 pica (1
42545 \begin_inset space \thinspace{}
42546 \end_inset
42547
42548 pc = 12
42549 \begin_inset space \thinspace{}
42550 \end_inset
42551
42552 pt)
42553 \end_layout
42554
42555 \end_inset
42556 </cell>
42557 </row>
42558 <row>
42559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42560 \begin_inset Text
42561
42562 \begin_layout Plain Layout
42563 sp
42564 \end_layout
42565
42566 \end_inset
42567 </cell>
42568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42569 \begin_inset Text
42570
42571 \begin_layout Plain Layout
42572 scaled point (65536
42573 \begin_inset space \thinspace{}
42574 \end_inset
42575
42576 sp = 1
42577 \begin_inset space \thinspace{}
42578 \end_inset
42579
42580 pt)
42581 \end_layout
42582
42583 \end_inset
42584 </cell>
42585 </row>
42586 <row>
42587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42588 \begin_inset Text
42589
42590 \begin_layout Plain Layout
42591 bp
42592 \end_layout
42593
42594 \end_inset
42595 </cell>
42596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42597 \begin_inset Text
42598
42599 \begin_layout Plain Layout
42600 big point (72
42601 \begin_inset space \thinspace{}
42602 \end_inset
42603
42604 bp = 1
42605 \begin_inset space \thinspace{}
42606 \end_inset
42607
42608 in)
42609 \end_layout
42610
42611 \end_inset
42612 </cell>
42613 </row>
42614 <row>
42615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42616 \begin_inset Text
42617
42618 \begin_layout Plain Layout
42619 dd
42620 \end_layout
42621
42622 \end_inset
42623 </cell>
42624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42625 \begin_inset Text
42626
42627 \begin_layout Plain Layout
42628 didot (72
42629 \begin_inset space \thinspace{}
42630 \end_inset
42631
42632 dd 
42633 \begin_inset Formula $\approx
42634 $
42635 \end_inset
42636
42637  37.6
42638 \begin_inset space \thinspace{}
42639 \end_inset
42640
42641 mm)
42642 \end_layout
42643
42644 \end_inset
42645 </cell>
42646 </row>
42647 <row>
42648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42649 \begin_inset Text
42650
42651 \begin_layout Plain Layout
42652 cc
42653 \end_layout
42654
42655 \end_inset
42656 </cell>
42657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42658 \begin_inset Text
42659
42660 \begin_layout Plain Layout
42661 cicero (1
42662 \begin_inset space \thinspace{}
42663 \end_inset
42664
42665 cc = 12
42666 \begin_inset space \thinspace{}
42667 \end_inset
42668
42669 dd)
42670 \end_layout
42671
42672 \end_inset
42673 </cell>
42674 </row>
42675 <row>
42676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42677 \begin_inset Text
42678
42679 \begin_layout Plain Layout
42680 Scale%
42681 \end_layout
42682
42683 \end_inset
42684 </cell>
42685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42686 \begin_inset Text
42687
42688 \begin_layout Plain Layout
42689 % of original image width
42690 \end_layout
42691
42692 \end_inset
42693 </cell>
42694 </row>
42695 <row>
42696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42697 \begin_inset Text
42698
42699 \begin_layout Plain Layout
42700 text%
42701 \end_layout
42702
42703 \end_inset
42704 </cell>
42705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42706 \begin_inset Text
42707
42708 \begin_layout Plain Layout
42709 % of text width
42710 \end_layout
42711
42712 \end_inset
42713 </cell>
42714 </row>
42715 <row>
42716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42717 \begin_inset Text
42718
42719 \begin_layout Plain Layout
42720 col%
42721 \end_layout
42722
42723 \end_inset
42724 </cell>
42725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42726 \begin_inset Text
42727
42728 \begin_layout Plain Layout
42729 % of column width
42730 \end_layout
42731
42732 \end_inset
42733 </cell>
42734 </row>
42735 <row>
42736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42737 \begin_inset Text
42738
42739 \begin_layout Plain Layout
42740 page%
42741 \end_layout
42742
42743 \end_inset
42744 </cell>
42745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42746 \begin_inset Text
42747
42748 \begin_layout Plain Layout
42749 % of paper width
42750 \end_layout
42751
42752 \end_inset
42753 </cell>
42754 </row>
42755 <row>
42756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42757 \begin_inset Text
42758
42759 \begin_layout Plain Layout
42760 line%
42761 \end_layout
42762
42763 \end_inset
42764 </cell>
42765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42766 \begin_inset Text
42767
42768 \begin_layout Plain Layout
42769 % of line width
42770 \end_layout
42771
42772 \end_inset
42773 </cell>
42774 </row>
42775 <row>
42776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42777 \begin_inset Text
42778
42779 \begin_layout Plain Layout
42780 theight%
42781 \end_layout
42782
42783 \end_inset
42784 </cell>
42785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42786 \begin_inset Text
42787
42788 \begin_layout Plain Layout
42789 % of text height
42790 \end_layout
42791
42792 \end_inset
42793 </cell>
42794 </row>
42795 <row>
42796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42797 \begin_inset Text
42798
42799 \begin_layout Plain Layout
42800 pheight%
42801 \end_layout
42802
42803 \end_inset
42804 </cell>
42805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42806 \begin_inset Text
42807
42808 \begin_layout Plain Layout
42809 % of paper height
42810 \end_layout
42811
42812 \end_inset
42813 </cell>
42814 </row>
42815 <row>
42816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42817 \begin_inset Text
42818
42819 \begin_layout Plain Layout
42820 ex
42821 \end_layout
42822
42823 \end_inset
42824 </cell>
42825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42826 \begin_inset Text
42827
42828 \begin_layout Plain Layout
42829 height of letter 
42830 \emph on
42831 x
42832 \emph default
42833  in current font
42834 \end_layout
42835
42836 \end_inset
42837 </cell>
42838 </row>
42839 <row>
42840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42841 \begin_inset Text
42842
42843 \begin_layout Plain Layout
42844 em
42845 \end_layout
42846
42847 \end_inset
42848 </cell>
42849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42850 \begin_inset Text
42851
42852 \begin_layout Plain Layout
42853 width of letter 
42854 \emph on
42855 M
42856 \emph default
42857  in current font
42858 \end_layout
42859
42860 \end_inset
42861 </cell>
42862 </row>
42863 <row>
42864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42865 \begin_inset Text
42866
42867 \begin_layout Plain Layout
42868 mu
42869 \end_layout
42870
42871 \end_inset
42872 </cell>
42873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
42874 \begin_inset Text
42875
42876 \begin_layout Plain Layout
42877 math unit (1
42878 \begin_inset space \thinspace{}
42879 \end_inset
42880
42881 mu = 1/18
42882 \begin_inset space \thinspace{}
42883 \end_inset
42884
42885 em)
42886 \end_layout
42887
42888 \end_inset
42889 </cell>
42890 </row>
42891 </lyxtabular>
42892
42893 \end_inset
42894
42895
42896 \end_layout
42897
42898 \end_inset
42899
42900
42901 \end_layout
42902
42903 \begin_layout Chapter
42904 Credits
42905 \begin_inset CommandInset label
42906 LatexCommand label
42907 name "cha:Credits"
42908
42909 \end_inset
42910
42911
42912 \end_layout
42913
42914 \begin_layout Standard
42915 The documentation is a collaborative effort between many different people
42916  (and we would encourage people to contribute!).
42917 \end_layout
42918
42919 \begin_layout Itemize
42920
42921 \noun on
42922 Alejandro Aguilar Sierra
42923 \end_layout
42924
42925 \begin_layout Itemize
42926
42927 \noun on
42928 Amir Karger
42929 \end_layout
42930
42931 \begin_layout Itemize
42932
42933 \noun on
42934 David Johnson
42935 \end_layout
42936
42937 \begin_layout Itemize
42938
42939 \noun on
42940 Hartmut Haase
42941 \end_layout
42942
42943 \begin_layout Itemize
42944
42945 \noun on
42946 Ignacio García
42947 \end_layout
42948
42949 \begin_layout Itemize
42950
42951 \noun on
42952 Ivan Schreter
42953 \end_layout
42954
42955 \begin_layout Itemize
42956
42957 \noun on
42958 John Raithel
42959 \end_layout
42960
42961 \begin_layout Itemize
42962
42963 \noun on
42964 John Weiss
42965 \end_layout
42966
42967 \begin_layout Itemize
42968
42969 \noun on
42970 Lars Gullik Bjønnes
42971 \end_layout
42972
42973 \begin_layout Itemize
42974
42975 \noun on
42976 Matthias Ettrich
42977 \end_layout
42978
42979 \begin_layout Itemize
42980
42981 \noun on
42982 Matthias Zenker
42983 \end_layout
42984
42985 \begin_layout Itemize
42986
42987 \noun on
42988 Rich Fields
42989 \end_layout
42990
42991 \begin_layout Itemize
42992
42993 \noun on
42994 Pascal André
42995 \end_layout
42996
42997 \begin_layout Itemize
42998
42999 \noun on
43000 Paul Evans
43001 \end_layout
43002
43003 \begin_layout Itemize
43004
43005 \noun on
43006 Paul Russel
43007 \end_layout
43008
43009 \begin_layout Itemize
43010
43011 \noun on
43012 Robin Socha
43013 \end_layout
43014
43015 \begin_layout Itemize
43016
43017 \noun on
43018 Uwe Stöhr
43019 \end_layout
43020
43021 \begin_layout Itemize
43022 The LyX Team: 
43023 \begin_inset CommandInset citation
43024 LatexCommand cite
43025 key "lyxcredit"
43026
43027 \end_inset
43028
43029
43030 \end_layout
43031
43032 \begin_layout Standard
43033 \begin_inset Newpage newpage
43034 \end_inset
43035
43036 The bibliography on the following page was created with the 
43037 \family sans
43038 Bibliography
43039 \family default
43040  environment.
43041 \end_layout
43042
43043 \begin_layout Bibliography
43044 \labelwidthstring Literaturverzeichnis
43045 \begin_inset CommandInset bibitem
43046 LatexCommand bibitem
43047 label "Credits"
43048 key "lyxcredit"
43049
43050 \end_inset
43051
43052 The LyX Team: 
43053 \begin_inset CommandInset href
43054 LatexCommand href
43055 name "Credits"
43056 target "http://www.lyx.org/trac/browser/lyx-devel/trunk/lib/CREDITS"
43057
43058 \end_inset
43059
43060 :
43061 \begin_inset Newline newline
43062 \end_inset
43063
43064
43065 \begin_inset Flex URL
43066 status collapsed
43067
43068 \begin_layout Plain Layout
43069
43070 http://www.lyx.org/trac/browser/lyx-devel/trunk/lib/CREDITS
43071 \end_layout
43072
43073 \end_inset
43074
43075
43076 \end_layout
43077
43078 \begin_layout Bibliography
43079 \labelwidthstring Literaturverzeichnis
43080 \begin_inset CommandInset bibitem
43081 LatexCommand bibitem
43082 key "latexcompanion"
43083
43084 \end_inset
43085
43086 Frank Mittelbach and Michel Goossens: 
43087 \emph on
43088 The LaTeX Companion Second Edition.
43089
43090 \emph default
43091  Addison-Wesley, 2004
43092 \end_layout
43093
43094 \begin_layout Bibliography
43095 \labelwidthstring Literaturverzeichnis
43096 \begin_inset CommandInset bibitem
43097 LatexCommand bibitem
43098 key "latexguide"
43099
43100 \end_inset
43101
43102 Helmut Kopka and Patrick W.
43103  Daly: 
43104 \emph on
43105 A Guide to LaTeX Fourth Edition.
43106
43107 \emph default
43108  Addison-Wesley, 2003
43109 \end_layout
43110
43111 \begin_layout Bibliography
43112 \labelwidthstring Literaturverzeichnis
43113 \begin_inset CommandInset bibitem
43114 LatexCommand bibitem
43115 key "latexbook"
43116
43117 \end_inset
43118
43119 Leslie Lamport: 
43120 \emph on
43121 LaTeX: A Document Preparation System.
43122
43123 \emph default
43124  Addison-Wesley, second edition, 1994
43125 \end_layout
43126
43127 \begin_layout Bibliography
43128 \labelwidthstring Literaturverzeichnis
43129 \begin_inset CommandInset bibitem
43130 LatexCommand bibitem
43131 key "texbook"
43132
43133 \end_inset
43134
43135 Donald E.
43136  Knuth.
43137  
43138 \emph on
43139 The TeXbook.
43140
43141 \emph default
43142  Addison-Wesley, 1984
43143 \end_layout
43144
43145 \begin_layout Bibliography
43146 \labelwidthstring Literaturverzeichnis
43147 \begin_inset CommandInset bibitem
43148 LatexCommand bibitem
43149 key "TeXCatalogue"
43150
43151 \end_inset
43152
43153 The TeX Catalogue:
43154 \begin_inset Newline newline
43155 \end_inset
43156
43157
43158 \begin_inset Flex URL
43159 status collapsed
43160
43161 \begin_layout Plain Layout
43162
43163 http://www.ctan.org/tex-archive/help/Catalogue/bytopic.html
43164 \end_layout
43165
43166 \end_inset
43167
43168
43169 \end_layout
43170
43171 \begin_layout Bibliography
43172 \labelwidthstring Literaturverzeichnis
43173 \begin_inset CommandInset bibitem
43174 LatexCommand bibitem
43175 key "LaTeXFAQ"
43176
43177 \end_inset
43178
43179 The LaTeX FAQ:
43180 \begin_inset Newline newline
43181 \end_inset
43182
43183
43184 \begin_inset Flex URL
43185 status collapsed
43186
43187 \begin_layout Plain Layout
43188
43189 http://www.tex.ac.uk/cgi-bin/texfaq2html
43190 \end_layout
43191
43192 \end_inset
43193
43194
43195 \end_layout
43196
43197 \begin_layout Bibliography
43198 \labelwidthstring Literaturverzeichnis
43199 \begin_inset CommandInset bibitem
43200 LatexCommand bibitem
43201 key "BibTeX"
43202
43203 \end_inset
43204
43205
43206 \begin_inset CommandInset href
43207 LatexCommand href
43208 name "Documentation"
43209 target "http://www.ctan.org/get/biblio/bibtex/contrib/doc/btxdoc.pdf"
43210
43211 \end_inset
43212
43213  of the program 
43214 \family sans
43215 BibTeX
43216 \family default
43217 :
43218 \begin_inset Newline newline
43219 \end_inset
43220
43221
43222 \begin_inset Flex URL
43223 status collapsed
43224
43225 \begin_layout Plain Layout
43226
43227 http://www.ctan.org/get/biblio/bibtex/contrib/doc/btxdoc.pdf
43228 \end_layout
43229
43230 \end_inset
43231
43232
43233 \end_layout
43234
43235 \begin_layout Bibliography
43236 \labelwidthstring Literaturverzeichnis
43237 \begin_inset CommandInset bibitem
43238 LatexCommand bibitem
43239 key "BibTeX-2"
43240
43241 \end_inset
43242
43243
43244 \begin_inset CommandInset href
43245 LatexCommand href
43246 name "Documentation"
43247 target "http://www.ctan.org/tex-archive/info/bibtex/tamethebeast/ttb_en.pdf"
43248
43249 \end_inset
43250
43251  how to use the program 
43252 \family sans
43253 BibTeX
43254 \family default
43255 :
43256 \begin_inset Newline newline
43257 \end_inset
43258
43259
43260 \begin_inset Flex URL
43261 status collapsed
43262
43263 \begin_layout Plain Layout
43264
43265 http://www.ctan.org/tex-archive/info/bibtex/tamethebeast/ttb_en.pdf
43266 \end_layout
43267
43268 \end_inset
43269
43270
43271 \end_layout
43272
43273 \begin_layout Bibliography
43274 \labelwidthstring Literaturverzeichnis
43275 \begin_inset CommandInset bibitem
43276 LatexCommand bibitem
43277 key "makeindex"
43278
43279 \end_inset
43280
43281
43282 \begin_inset CommandInset href
43283 LatexCommand href
43284 name "Documentation"
43285 target "http://tug.ctan.org/indexing/makeindex/doc/manpages.dvi"
43286
43287 \end_inset
43288
43289  of the program 
43290 \family sans
43291 makeindex
43292 \family default
43293 :
43294 \begin_inset Newline newline
43295 \end_inset
43296
43297
43298 \begin_inset Flex URL
43299 status collapsed
43300
43301 \begin_layout Plain Layout
43302
43303 http://tug.ctan.org/indexing/makeindex/doc/manpages.dvi
43304 \end_layout
43305
43306 \end_inset
43307
43308
43309 \end_layout
43310
43311 \begin_layout Bibliography
43312 \labelwidthstring Literaturverzeichnis
43313 \begin_inset CommandInset bibitem
43314 LatexCommand bibitem
43315 key "xindy"
43316
43317 \end_inset
43318
43319
43320 \begin_inset CommandInset href
43321 LatexCommand href
43322 name "Documentation"
43323 target "http://www.xindy.org/documentation.html"
43324
43325 \end_inset
43326
43327  of the program 
43328 \family sans
43329 xindy
43330 \family default
43331 :
43332 \begin_inset Newline newline
43333 \end_inset
43334
43335
43336 \begin_inset Flex URL
43337 status collapsed
43338
43339 \begin_layout Plain Layout
43340
43341 http://www.xindy.org/documentation.html
43342 \end_layout
43343
43344 \end_inset
43345
43346
43347 \end_layout
43348
43349 \begin_layout Bibliography
43350 \labelwidthstring Literaturverzeichnis
43351 \begin_inset CommandInset bibitem
43352 LatexCommand bibitem
43353 key "caption"
43354
43355 \end_inset
43356
43357
43358 \begin_inset CommandInset href
43359 LatexCommand href
43360 name "Documentation"
43361 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
43362
43363 \end_inset
43364
43365  of the LaTeX-package 
43366 \series bold
43367 caption
43368 \series default
43369
43370 \begin_inset Index idx
43371 status collapsed
43372
43373 \begin_layout Plain Layout
43374 LaTeX-packages ! caption
43375 \end_layout
43376
43377 \end_inset
43378
43379 :
43380 \begin_inset Newline newline
43381 \end_inset
43382
43383
43384 \begin_inset Flex URL
43385 status collapsed
43386
43387 \begin_layout Plain Layout
43388
43389 ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf
43390 \end_layout
43391
43392 \end_inset
43393
43394
43395 \end_layout
43396
43397 \begin_layout Bibliography
43398 \labelwidthstring Literaturverzeichnis
43399 \begin_inset CommandInset bibitem
43400 LatexCommand bibitem
43401 key "fancyhdr"
43402
43403 \end_inset
43404
43405
43406 \begin_inset CommandInset href
43407 LatexCommand href
43408 name "Documentation"
43409 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/fancyhdr/fancyhdr.pdf"
43410
43411 \end_inset
43412
43413  of the LaTeX-package 
43414 \series bold
43415 fancyhdr
43416 \series default
43417
43418 \begin_inset Index idx
43419 status collapsed
43420
43421 \begin_layout Plain Layout
43422 LaTeX-packages ! fancyhdr
43423 \end_layout
43424
43425 \end_inset
43426
43427 :
43428 \begin_inset Newline newline
43429 \end_inset
43430
43431
43432 \begin_inset Flex URL
43433 status collapsed
43434
43435 \begin_layout Plain Layout
43436
43437 ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/fancyhdr/fancyhdr.pdf
43438 \end_layout
43439
43440 \end_inset
43441
43442
43443 \end_layout
43444
43445 \begin_layout Bibliography
43446 \labelwidthstring Literaturverzeichnis
43447 \begin_inset CommandInset bibitem
43448 LatexCommand bibitem
43449 key "hyperref"
43450
43451 \end_inset
43452
43453
43454 \series bold
43455
43456 \begin_inset CommandInset href
43457 LatexCommand href
43458 name "Documentation"
43459 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
43460
43461 \end_inset
43462
43463
43464 \series default
43465  of the LaTeX-package 
43466 \series bold
43467 hyperref
43468 \series default
43469
43470 \begin_inset Index idx
43471 status collapsed
43472
43473 \begin_layout Plain Layout
43474 LaTeX-packages ! hyperref
43475 \end_layout
43476
43477 \end_inset
43478
43479 :
43480 \begin_inset Newline newline
43481 \end_inset
43482
43483
43484 \begin_inset Flex URL
43485 status collapsed
43486
43487 \begin_layout Plain Layout
43488
43489 ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf
43490 \end_layout
43491
43492 \end_inset
43493
43494
43495 \end_layout
43496
43497 \begin_layout Bibliography
43498 \labelwidthstring Literaturverzeichnis
43499 \begin_inset CommandInset bibitem
43500 LatexCommand bibitem
43501 key "nomencl"
43502
43503 \end_inset
43504
43505
43506 \begin_inset CommandInset href
43507 LatexCommand href
43508 name "Documentation"
43509 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/nomencl/nomencl.pdf"
43510
43511 \end_inset
43512
43513  of the LaTeX-package 
43514 \series bold
43515 nomencl
43516 \series default
43517
43518 \begin_inset Index idx
43519 status collapsed
43520
43521 \begin_layout Plain Layout
43522 LaTeX-packages ! nomencl
43523 \end_layout
43524
43525 \end_inset
43526
43527 :
43528 \begin_inset Newline newline
43529 \end_inset
43530
43531
43532 \begin_inset Flex URL
43533 status collapsed
43534
43535 \begin_layout Plain Layout
43536
43537 ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/nomencl/nomencl.pdf
43538 \end_layout
43539
43540 \end_inset
43541
43542
43543 \end_layout
43544
43545 \begin_layout Bibliography
43546 \labelwidthstring Literaturverzeichnis
43547 \begin_inset CommandInset bibitem
43548 LatexCommand bibitem
43549 key "tipa"
43550
43551 \end_inset
43552
43553
43554 \begin_inset CommandInset href
43555 LatexCommand href
43556 name "Documentation"
43557 target "http://www.ctan.org/tex-archive/fonts/tipa/tipaman.pdf"
43558
43559 \end_inset
43560
43561  of the LaTeX-package 
43562 \series bold
43563 tipa
43564 \series default
43565
43566 \begin_inset Index idx
43567 status collapsed
43568
43569 \begin_layout Plain Layout
43570 LaTeX-packages ! tipa
43571 \end_layout
43572
43573 \end_inset
43574
43575 :
43576 \begin_inset Newline newline
43577 \end_inset
43578
43579
43580 \begin_inset Flex URL
43581 status collapsed
43582
43583 \begin_layout Plain Layout
43584
43585 http://www.ctan.org/tex-archive/fonts/tipa/tipaman.pdf
43586 \end_layout
43587
43588 \end_inset
43589
43590
43591 \end_layout
43592
43593 \begin_layout Bibliography
43594 \labelwidthstring Literaturverzeichnis
43595 \begin_inset CommandInset bibitem
43596 LatexCommand bibitem
43597 key "wrapfig"
43598
43599 \end_inset
43600
43601
43602 \begin_inset CommandInset href
43603 LatexCommand href
43604 name "Documentation"
43605 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
43606
43607 \end_inset
43608
43609  of the LaTeX-package 
43610 \series bold
43611 wrapfig
43612 \series default
43613
43614 \begin_inset Index idx
43615 status collapsed
43616
43617 \begin_layout Plain Layout
43618 LaTeX-packages ! wrapfig
43619 \end_layout
43620
43621 \end_inset
43622
43623 :
43624 \begin_inset Newline newline
43625 \end_inset
43626
43627
43628 \begin_inset Flex URL
43629 status collapsed
43630
43631 \begin_layout Plain Layout
43632
43633 ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty
43634 \end_layout
43635
43636 \end_inset
43637
43638
43639 \end_layout
43640
43641 \begin_layout Bibliography
43642 \labelwidthstring Literaturverzeichnis
43643 \begin_inset CommandInset bibitem
43644 LatexCommand bibitem
43645 key "XeTeX"
43646
43647 \end_inset
43648
43649
43650 \begin_inset CommandInset href
43651 LatexCommand href
43652 name "Wiki-page"
43653 target "http://wiki.lyx.org/LyX/XeTeX"
43654
43655 \end_inset
43656
43657  how to use LyX with XeTeX:
43658 \begin_inset Newline newline
43659 \end_inset
43660
43661
43662 \begin_inset Flex URL
43663 status collapsed
43664
43665 \begin_layout Plain Layout
43666
43667 http://wiki.lyx.org/LyX/XeTeX
43668 \end_layout
43669
43670 \end_inset
43671
43672
43673 \end_layout
43674
43675 \begin_layout Bibliography
43676 \labelwidthstring Literaturverzeichnis
43677 \begin_inset CommandInset bibitem
43678 LatexCommand bibitem
43679 key "Arabic"
43680
43681 \end_inset
43682
43683
43684 \begin_inset CommandInset href
43685 LatexCommand href
43686 name "Wiki-page"
43687 target "http://wiki.lyx.org/Windows/Arabic"
43688
43689 \end_inset
43690
43691  how to set up LyX for Arabic:
43692 \begin_inset Newline newline
43693 \end_inset
43694
43695
43696 \begin_inset Flex URL
43697 status collapsed
43698
43699 \begin_layout Plain Layout
43700
43701 http://wiki.lyx.org/Windows/Arabic
43702 \end_layout
43703
43704 \end_inset
43705
43706
43707 \end_layout
43708
43709 \begin_layout Bibliography
43710 \labelwidthstring Literaturverzeichnis
43711 \begin_inset CommandInset bibitem
43712 LatexCommand bibitem
43713 key "Armenian"
43714
43715 \end_inset
43716
43717
43718 \begin_inset CommandInset href
43719 LatexCommand href
43720 name "Wiki-page"
43721 target "http://wiki.lyx.org/Windows/Armenian"
43722
43723 \end_inset
43724
43725  how to set up LyX for Armenian:
43726 \begin_inset Newline newline
43727 \end_inset
43728
43729
43730 \begin_inset Flex URL
43731 status collapsed
43732
43733 \begin_layout Plain Layout
43734
43735 http://wiki.lyx.org/Windows/Armenian
43736 \end_layout
43737
43738 \end_inset
43739
43740
43741 \end_layout
43742
43743 \begin_layout Bibliography
43744 \labelwidthstring Literaturverzeichnis
43745 \begin_inset CommandInset bibitem
43746 LatexCommand bibitem
43747 key "Farsi"
43748
43749 \end_inset
43750
43751
43752 \begin_inset CommandInset href
43753 LatexCommand href
43754 name "Wiki-page"
43755 target "http://wiki.lyx.org/Windows/Farsi"
43756
43757 \end_inset
43758
43759  how to set up LyX for Farsi:
43760 \begin_inset Newline newline
43761 \end_inset
43762
43763
43764 \begin_inset Flex URL
43765 status collapsed
43766
43767 \begin_layout Plain Layout
43768
43769 http://wiki.lyx.org/Windows/Farsi
43770 \end_layout
43771
43772 \end_inset
43773
43774
43775 \end_layout
43776
43777 \begin_layout Bibliography
43778 \labelwidthstring Literaturverzeichnis
43779 \begin_inset CommandInset bibitem
43780 LatexCommand bibitem
43781 key "Hebrew"
43782
43783 \end_inset
43784
43785
43786 \begin_inset CommandInset href
43787 LatexCommand href
43788 name "Wiki-page"
43789 target "http://wiki.lyx.org/Windows/Hebrew"
43790
43791 \end_inset
43792
43793  how to set up LyX for Hebrew:
43794 \begin_inset Newline newline
43795 \end_inset
43796
43797
43798 \begin_inset Flex URL
43799 status collapsed
43800
43801 \begin_layout Plain Layout
43802
43803 http://wiki.lyx.org/Windows/Hebrew
43804 \end_layout
43805
43806 \end_inset
43807
43808
43809 \end_layout
43810
43811 \begin_layout Bibliography
43812 \labelwidthstring Literaturverzeichnis
43813 \begin_inset CommandInset bibitem
43814 LatexCommand bibitem
43815 key "Japanese"
43816
43817 \end_inset
43818
43819
43820 \begin_inset CommandInset href
43821 LatexCommand href
43822 name "Wiki-page"
43823 target "http://wiki.lyx.org/Windows/Japanese"
43824
43825 \end_inset
43826
43827  how to set up LyX for Japanese:
43828 \begin_inset Newline newline
43829 \end_inset
43830
43831
43832 \begin_inset Flex URL
43833 status collapsed
43834
43835 \begin_layout Plain Layout
43836
43837 http://wiki.lyx.org/Windows/Japanese
43838 \end_layout
43839
43840 \end_inset
43841
43842
43843 \end_layout
43844
43845 \begin_layout Bibliography
43846 \labelwidthstring Literaturverzeichnis
43847 \begin_inset CommandInset bibitem
43848 LatexCommand bibitem
43849 key "Latvian"
43850
43851 \end_inset
43852
43853
43854 \begin_inset CommandInset href
43855 LatexCommand href
43856 name "Wiki-page"
43857 target "http://wiki.lyx.org/Windows/Latvian"
43858
43859 \end_inset
43860
43861  how to set up LyX for Latvian:
43862 \begin_inset Newline newline
43863 \end_inset
43864
43865
43866 \begin_inset Flex URL
43867 status collapsed
43868
43869 \begin_layout Plain Layout
43870
43871 http://wiki.lyx.org/Windows/Latvian
43872 \end_layout
43873
43874 \end_inset
43875
43876
43877 \end_layout
43878
43879 \begin_layout Bibliography
43880 \labelwidthstring Literaturverzeichnis
43881 \begin_inset CommandInset bibitem
43882 LatexCommand bibitem
43883 key "Lithuanian"
43884
43885 \end_inset
43886
43887
43888 \begin_inset CommandInset href
43889 LatexCommand href
43890 name "Wiki-page"
43891 target "http://wiki.lyx.org/Windows/Lithuanian"
43892
43893 \end_inset
43894
43895  how to set up LyX for Lithuanian:
43896 \begin_inset Newline newline
43897 \end_inset
43898
43899
43900 \begin_inset Flex URL
43901 status collapsed
43902
43903 \begin_layout Plain Layout
43904
43905 http://wiki.lyx.org/Windows/Lithuanian
43906 \end_layout
43907
43908 \end_inset
43909
43910
43911 \end_layout
43912
43913 \begin_layout Bibliography
43914 \labelwidthstring Literaturverzeichnis
43915 \begin_inset CommandInset bibitem
43916 LatexCommand bibitem
43917 key "Mongolian"
43918
43919 \end_inset
43920
43921
43922 \begin_inset CommandInset href
43923 LatexCommand href
43924 name "Wiki-page"
43925 target "http://wiki.lyx.org/Windows/Mongolian"
43926
43927 \end_inset
43928
43929  how to set up LyX for Mongolian:
43930 \begin_inset Newline newline
43931 \end_inset
43932
43933
43934 \begin_inset Flex URL
43935 status collapsed
43936
43937 \begin_layout Plain Layout
43938
43939 http://wiki.lyx.org/Windows/Mongolian
43940 \end_layout
43941
43942 \end_inset
43943
43944
43945 \end_layout
43946
43947 \begin_layout Bibliography
43948 \labelwidthstring Literaturverzeichnis
43949 \begin_inset CommandInset bibitem
43950 LatexCommand bibitem
43951 key "Vietnamese"
43952
43953 \end_inset
43954
43955
43956 \begin_inset CommandInset href
43957 LatexCommand href
43958 name "Wiki-page"
43959 target "http://wiki.lyx.org/Windows/Vietnamese"
43960
43961 \end_inset
43962
43963  how to set up LyX for Vietnamese:
43964 \begin_inset Newline newline
43965 \end_inset
43966
43967
43968 \begin_inset Flex URL
43969 status collapsed
43970
43971 \begin_layout Plain Layout
43972
43973 http://wiki.lyx.org/Windows/Vietnamese
43974 \end_layout
43975
43976 \end_inset
43977
43978
43979 \end_layout
43980
43981 \begin_layout Bibliography
43982 \labelwidthstring Literaturverzeichnis
43983 \begin_inset CommandInset bibitem
43984 LatexCommand bibitem
43985 key "LyX-func"
43986
43987 \end_inset
43988
43989
43990 \begin_inset CommandInset href
43991 LatexCommand href
43992 name "Wiki-page"
43993 target "http://wiki.lyx.org/LyX/LyxFunctionList"
43994
43995 \end_inset
43996
43997  with a list of all available LyX-functions:
43998 \begin_inset Newline newline
43999 \end_inset
44000
44001
44002 \begin_inset Flex URL
44003 status collapsed
44004
44005 \begin_layout Plain Layout
44006
44007 http://wiki.lyx.org/LyX/LyxFunctionList
44008 \end_layout
44009
44010 \end_inset
44011
44012
44013 \end_layout
44014
44015 \begin_layout Bibliography
44016 \labelwidthstring Literaturverzeichnis
44017 \begin_inset CommandInset bibitem
44018 LatexCommand bibitem
44019 key "NewInLyX16"
44020
44021 \end_inset
44022
44023
44024 \begin_inset CommandInset href
44025 LatexCommand href
44026 name "Wiki-page"
44027 target "http://wiki.lyx.org/LyX/NewInLyX16"
44028
44029 \end_inset
44030
44031  about new features in 
44032 \family sans
44033 LyX 1.6.0
44034 \family default
44035 :
44036 \begin_inset Newline newline
44037 \end_inset
44038
44039
44040 \begin_inset Flex URL
44041 status collapsed
44042
44043 \begin_layout Plain Layout
44044
44045 http://wiki.lyx.org/LyX/NewInLyX16
44046 \end_layout
44047
44048 \end_inset
44049
44050
44051 \end_layout
44052
44053 \begin_layout Standard
44054 \begin_inset Newpage newpage
44055 \end_inset
44056
44057
44058 \begin_inset ERT
44059 status collapsed
44060
44061 \begin_layout Plain Layout
44062
44063
44064 \backslash
44065 let
44066 \backslash
44067 mybibname
44068 \backslash
44069 bibname
44070 \end_layout
44071
44072 \begin_layout Plain Layout
44073
44074
44075 \backslash
44076 renewcommand{
44077 \backslash
44078 bibname}{
44079 \backslash
44080 mybibname
44081 \backslash
44082 ; 2}
44083 \end_layout
44084
44085 \end_inset
44086
44087
44088 \begin_inset Note Note
44089 status collapsed
44090
44091 \begin_layout Plain Layout
44092 The command 
44093 \series bold
44094
44095 \backslash
44096 bibname
44097 \series default
44098  is the name of the bibliography in the current document language.
44099  It is redefined here with the number 2 at the end to state that the following
44100  bibliography is the second one:
44101 \end_layout
44102
44103 \end_inset
44104
44105
44106 \end_layout
44107
44108 \begin_layout Standard
44109 \begin_inset CommandInset bibtex
44110 LatexCommand bibtex
44111 bibfiles "biblio/LyXDocs"
44112 options "biblio/alphadin"
44113
44114 \end_inset
44115
44116
44117 \end_layout
44118
44119 \begin_layout Standard
44120 The above bibliography is created from a BibTeX-database.
44121 \end_layout
44122
44123 \begin_layout Standard
44124
44125 \series bold
44126 \begin_inset CommandInset nomencl_print
44127 LatexCommand printnomenclature
44128 set_width "none"
44129
44130 \end_inset
44131
44132
44133 \begin_inset CommandInset index_print
44134 LatexCommand printindex
44135 type "idx"
44136
44137 \end_inset
44138
44139
44140 \end_layout
44141
44142 \end_body
44143 \end_document