]> git.lyx.org Git - lyx.git/blob - lib/doc/UserGuide.lyx
UserGuide.lyx: actualize the change tracking section
[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  Check the documentation for the 
3341 \series bold
3342 fancyhdr
3343 \series default
3344  package for more details, 
3345 \begin_inset CommandInset citation
3346 LatexCommand cite
3347 key "fancyhdr"
3348
3349 \end_inset
3350
3351 .
3352 \end_layout
3353
3354 \begin_layout Standard
3355 The 
3356 \family sans
3357 Separation
3358 \family default
3359  of paragraphs is described in section
3360 \begin_inset space ~
3361 \end_inset
3362
3363
3364 \begin_inset CommandInset ref
3365 LatexCommand ref
3366 reference "sec:Par-indent-intro"
3367
3368 \end_inset
3369
3370 .
3371 \end_layout
3372
3373 \begin_layout Subsection
3374 Paper Size and Orientation
3375 \begin_inset Index idx
3376 status collapsed
3377
3378 \begin_layout Plain Layout
3379 Document ! Paper size
3380 \end_layout
3381
3382 \end_inset
3383
3384
3385 \begin_inset CommandInset label
3386 LatexCommand label
3387 name "sub:Paper-Size,-Orientation,"
3388
3389 \end_inset
3390
3391
3392 \end_layout
3393
3394 \begin_layout Standard
3395 You'll find the following options in the menu 
3396 \family sans
3397 Page
3398 \begin_inset space ~
3399 \end_inset
3400
3401 Layout
3402 \family default
3403  of the dialog of the 
3404 \family sans
3405 Document\SpecialChar \menuseparator
3406 Settings
3407 \family default
3408  menu:
3409 \family sans
3410
3411 \begin_inset Index idx
3412 status collapsed
3413
3414 \begin_layout Plain Layout
3415 Document ! Settings
3416 \end_layout
3417
3418 \end_inset
3419
3420
3421 \end_layout
3422
3423 \begin_layout Labeling
3424 \labelwidthstring 00.00.0000
3425
3426 \family sans
3427 Paper
3428 \begin_inset space ~
3429 \end_inset
3430
3431 Format
3432 \family default
3433  What size paper to print on.
3434  The choices are
3435 \end_layout
3436
3437 \begin_layout Itemize
3438
3439 \family sans
3440 Default
3441 \end_layout
3442
3443 \begin_layout Itemize
3444
3445 \family sans
3446 A3, A4,
3447 \family default
3448  
3449 \family sans
3450 A5
3451 \end_layout
3452
3453 \begin_layout Itemize
3454
3455 \family sans
3456 B3, B4, B5
3457 \end_layout
3458
3459 \begin_layout Itemize
3460
3461 \family sans
3462 US letter
3463 \end_layout
3464
3465 \begin_layout Itemize
3466
3467 \family sans
3468 US legal
3469 \end_layout
3470
3471 \begin_layout Itemize
3472
3473 \family sans
3474 US executive
3475 \end_layout
3476
3477 \begin_layout Itemize
3478
3479 \family sans
3480 Custom
3481 \end_layout
3482
3483 \begin_layout Labeling
3484 \labelwidthstring 00.00.0000
3485
3486 \family sans
3487 Orientation
3488 \family default
3489  Two toggle buttons choose whether to print the output as 
3490 \family sans
3491 Landscape
3492 \family default
3493  or as 
3494 \family sans
3495 Portrait
3496 \family default
3497 .
3498 \end_layout
3499
3500 \begin_layout Labeling
3501 \labelwidthstring 00.00.0000
3502
3503 \family sans
3504 Two-sided
3505 \begin_inset space ~
3506 \end_inset
3507
3508 document
3509 \family default
3510  Adjusts the print space to print both sides of paper.
3511  That means that the print space for odd- and even-numbered pages is different.
3512 \end_layout
3513
3514 \begin_layout Subsection
3515 Margins
3516 \begin_inset CommandInset label
3517 LatexCommand label
3518 name "sub:Margins"
3519
3520 \end_inset
3521
3522
3523 \begin_inset Index idx
3524 status collapsed
3525
3526 \begin_layout Plain Layout
3527 Document ! Margins
3528 \end_layout
3529
3530 \end_inset
3531
3532
3533 \begin_inset Index idx
3534 status collapsed
3535
3536 \begin_layout Plain Layout
3537 Margins
3538 \end_layout
3539
3540 \end_inset
3541
3542
3543 \end_layout
3544
3545 \begin_layout Standard
3546 Paper margins are set in the menu 
3547 \family sans
3548 Document\SpecialChar \menuseparator
3549 Settings
3550 \family default
3551 .
3552 \begin_inset Index idx
3553 status collapsed
3554
3555 \begin_layout Plain Layout
3556 Document ! Settings
3557 \end_layout
3558
3559 \end_inset
3560
3561
3562 \end_layout
3563
3564 \begin_layout Standard
3565 If you use a koma-script document class, you can use the default settings.
3566  Because koma-script calculates then the printspace automatically by taking
3567  the paper format and the font size into account.
3568 \end_layout
3569
3570 \begin_layout Subsection
3571 Important Note
3572 \end_layout
3573
3574 \begin_layout Standard
3575 If you change a document class, LyX has to convert 
3576 \emph on
3577 everything
3578 \emph default
3579  into the new class.
3580  That includes the paragraph environments.
3581  Some paragraph environments are standard; all of the document classes have
3582  them; but some classes have special paragraph environments.
3583  If this is the case, and you change the document class, LyX sets the missing
3584  paragraph environments to 
3585 \family sans
3586 Standard
3587 \family default
3588  and places an error box at the beginning of the paragraph.
3589  Just click on them and you'll get a message dialog that tells you about
3590  the conversion and why it failed.
3591 \end_layout
3592
3593 \begin_layout Section
3594 Paragraph Indentation and Separation
3595 \begin_inset Index idx
3596 status collapsed
3597
3598 \begin_layout Plain Layout
3599 Paragraph ! Indentation
3600 \end_layout
3601
3602 \end_inset
3603
3604
3605 \end_layout
3606
3607 \begin_layout Subsection
3608 Introduction
3609 \begin_inset CommandInset label
3610 LatexCommand label
3611 name "sec:Par-indent-intro"
3612
3613 \end_inset
3614
3615
3616 \end_layout
3617
3618 \begin_layout Standard
3619 Before describing all of the various paragraph environments, we'd like to
3620  say a word or two about paragraph indentation.
3621 \end_layout
3622
3623 \begin_layout Standard
3624 Everyone seems to have their own convention for separating paragraphs.
3625  Most Americans indent the first line of a paragraph.
3626  Others don't indent but put extra space between the paragraphs.
3627  If you choose indentation for paragraphs the 
3628 \emph on
3629 first
3630 \emph default
3631  paragraph of a section, or after a figure, an equation, a table, a list,
3632  etc., is 
3633 \emph on
3634 not
3635 \emph default
3636  indented.
3637  Only a paragraph following another paragraph gets indented.
3638  Note that the indentation behavior is different when you use another document
3639  language than English.
3640  LaTeX takes care that the indentation follows the rules of the used language.
3641 \end_layout
3642
3643 \begin_layout Standard
3644 The space between paragraphs, like the line spacing, the space between headings
3645  and text — in fact, all of the spacings for just about everything are pre-coded
3646  into LyX.
3647  As we said, you don't worry about how much space to add between what.
3648  LyX takes care of that.
3649  In fact, these pre-coded vertical spacings aren't a single number but a
3650  range.
3651  That way, LyX can squish or stretch the space between lines to make sure
3652  figures fit on a page with text, so that sections don't start at the bottom
3653  of a page, and so on.
3654 \begin_inset Foot
3655 status collapsed
3656
3657 \begin_layout Plain Layout
3658 LaTeX does this when LyX goes to produce a printable file.
3659 \end_layout
3660
3661 \end_inset
3662
3663  However, pre-coded doesn't mean you can't change them.
3664  LyX gives you the ability to globally change 
3665 \emph on
3666 all
3667 \emph default
3668  of these pre-coded spacings.
3669  We'll explain more later.
3670 \end_layout
3671
3672 \begin_layout Subsection
3673 Paragraph Separation
3674 \begin_inset Index idx
3675 status collapsed
3676
3677 \begin_layout Plain Layout
3678 Paragraph ! Separation
3679 \end_layout
3680
3681 \end_inset
3682
3683
3684 \end_layout
3685
3686 \begin_layout Standard
3687 To separate paragraphs, select 
3688 \family sans
3689 Indent
3690 \family default
3691  or 
3692 \family sans
3693 Skip
3694 \family default
3695  in the submenu 
3696 \family sans
3697 Text
3698 \begin_inset space ~
3699 \end_inset
3700
3701 Layout
3702 \family default
3703  of the dialog 
3704 \family sans
3705 Document\SpecialChar \menuseparator
3706 Settings
3707 \family default
3708
3709 \begin_inset Index idx
3710 status collapsed
3711
3712 \begin_layout Plain Layout
3713 Document ! Settings
3714 \end_layout
3715
3716 \end_inset
3717
3718  to indent paragraphs or add extra space between paragraphs, respectively.
3719  The size of the skips can be defined in the dialog, for the indentation
3720  you have to add this line to your document preamble:
3721 \end_layout
3722
3723 \begin_layout Standard
3724
3725 \series bold
3726
3727 \backslash
3728 setlength{
3729 \backslash
3730 parindent}{Length}
3731 \end_layout
3732
3733 \begin_layout Standard
3734 where length is a value in one of the units listed in Appendix
3735 \begin_inset space ~
3736 \end_inset
3737
3738
3739 \begin_inset CommandInset ref
3740 LatexCommand ref
3741 reference "cap:Units"
3742
3743 \end_inset
3744
3745 .
3746  The default length is 30
3747 \begin_inset space \thinspace{}
3748 \end_inset
3749
3750 pt.
3751 \end_layout
3752
3753 \begin_layout Subsection
3754 Fine-Tuning
3755 \end_layout
3756
3757 \begin_layout Standard
3758 You can also change the separation method of a single paragraph.
3759  Open the 
3760 \family sans
3761 Edit\SpecialChar \menuseparator
3762 Paragraph
3763 \begin_inset space ~
3764 \end_inset
3765
3766 Settings
3767 \family default
3768  dialog and toggle the 
3769 \family sans
3770 Indent
3771 \begin_inset space ~
3772 \end_inset
3773
3774 Paragraph
3775 \family default
3776  option to change the state of the current paragraph (shortcut 
3777 \begin_inset Info
3778 type  "shortcut"
3779 arg   "paragraph-params \\indent-toggle"
3780 \end_inset
3781
3782 ).
3783  If paragraphs have no indentation but use extra space for separation, this
3784  button will be ignored (you can't indent a single paragraph by toggling
3785  this).
3786 \end_layout
3787
3788 \begin_layout Standard
3789 You should only need to change the indentation method for a single paragraph
3790  if you need to do some fine-tuning.
3791 \end_layout
3792
3793 \begin_layout Subsection
3794 Line Spacing
3795 \begin_inset Index idx
3796 status collapsed
3797
3798 \begin_layout Plain Layout
3799 Paragraph ! Line spacing
3800 \end_layout
3801
3802 \end_inset
3803
3804
3805 \end_layout
3806
3807 \begin_layout Standard
3808 In the 
3809 \family sans
3810 Document\SpecialChar \menuseparator
3811 Settings
3812 \noun on
3813
3814 \begin_inset Index idx
3815 status collapsed
3816
3817 \begin_layout Plain Layout
3818 Document ! Settings
3819 \end_layout
3820
3821 \end_inset
3822
3823
3824 \family default
3825 \noun default
3826  dialog you can set the line spacing in the submenu 
3827 \family sans
3828 Text
3829 \begin_inset space ~
3830 \end_inset
3831
3832 Layout
3833 \family default
3834 .
3835 \begin_inset Foot
3836 status collapsed
3837
3838 \begin_layout Plain Layout
3839 You need to have the LaTeX-package 
3840 \series bold
3841 setspace
3842 \series default
3843
3844 \begin_inset Index idx
3845 status collapsed
3846
3847 \begin_layout Plain Layout
3848 LaTeX-packages ! setspace
3849 \end_layout
3850
3851 \end_inset
3852
3853  installed to use this feature.
3854 \end_layout
3855
3856 \end_inset
3857
3858
3859 \end_layout
3860
3861 \begin_layout Section
3862 Paragraph Environments
3863 \begin_inset CommandInset label
3864 LatexCommand label
3865 name "sec:Paragraph-Environments"
3866
3867 \end_inset
3868
3869
3870 \begin_inset Index idx
3871 status collapsed
3872
3873 \begin_layout Plain Layout
3874 Paragraph ! Environments
3875 \end_layout
3876
3877 \end_inset
3878
3879
3880 \begin_inset Index idx
3881 status collapsed
3882
3883 \begin_layout Plain Layout
3884 Paragraph environments|(
3885 \end_layout
3886
3887 \end_inset
3888
3889
3890 \end_layout
3891
3892 \begin_layout Subsection
3893 Overview
3894 \end_layout
3895
3896 \begin_layout Standard
3897 Paragraph environments correspond to the
3898 \end_layout
3899
3900 \begin_layout Standard
3901
3902 \series bold
3903
3904 \backslash
3905 begin{
3906 \emph on
3907 environment
3908 \emph default
3909 } ...
3910  
3911 \backslash
3912 end{
3913 \emph on
3914 environment
3915 \emph default
3916 }
3917 \series default
3918
3919 \begin_inset Newline newline
3920 \end_inset
3921
3922 command sequence in LaTeX files.
3923  If you don't know LaTeX, or the concept of a paragraph environment is totally
3924  alien to you, we urge you to read the 
3925 \emph on
3926 Tutorial
3927 \emph default
3928 .
3929  The 
3930 \emph on
3931 Tutorial
3932 \emph default
3933  also contains many more examples than this section does.
3934 \end_layout
3935
3936 \begin_layout Standard
3937 A paragraph environment is simply a 
3938 \begin_inset Quotes eld
3939 \end_inset
3940
3941 container
3942 \begin_inset Quotes erd
3943 \end_inset
3944
3945  for a paragraph which gives that paragraph certain properties.
3946  This can include a particular style of font, different margins, a numbering
3947  scheme, labels, and so on.
3948  Additionally, you can 
3949 \begin_inset Quotes eld
3950 \end_inset
3951
3952 nest
3953 \begin_inset Quotes erd
3954 \end_inset
3955
3956  the different environments inside one another, allowing one environment
3957  to inherit some of the properties of another.
3958  The different paragraph environments totally replace the need for messy
3959  tab stops, on the fly margin adjustment, and other hold-overs from the
3960  days of typewriters.
3961  There are several paragraph environments which are specific to a particular
3962  document type.
3963  We'll only be covering the most common ones here.
3964 \end_layout
3965
3966 \begin_layout Standard
3967 To choose a new paragraph environment, use the pull-down box 
3968 \begin_inset Graphics
3969         filename clipart/ToolbarEnvBox.png
3970         scale 70
3971         clip
3972
3973 \end_inset
3974
3975  at the left end of the toolbar.
3976  LyX will change the environment of the 
3977 \emph on
3978 entire
3979 \emph default
3980  paragraph in which the cursor sits.
3981  You can also change the environment of an entire group of paragraphs if
3982  you select them before choosing the new environment.
3983  
3984 \end_layout
3985
3986 \begin_layout Standard
3987 Note that hitting 
3988 \family sans
3989 Return
3990 \family default
3991  will 
3992 \emph on
3993 typically
3994 \emph default
3995  create a new paragraph using the 
3996 \family sans
3997 Standard
3998 \family default
3999  paragraph environment.
4000  We say 
4001 \begin_inset Quotes eld
4002 \end_inset
4003
4004 typically
4005 \begin_inset Quotes erd
4006 \end_inset
4007
4008  because if you are in one of these environments:
4009 \end_layout
4010
4011 \begin_layout Itemize
4012
4013 \family sans
4014 Quote
4015 \end_layout
4016
4017 \begin_layout Itemize
4018
4019 \family sans
4020 Quotation
4021 \end_layout
4022
4023 \begin_layout Itemize
4024
4025 \family sans
4026 Verse
4027 \end_layout
4028
4029 \begin_layout Itemize
4030
4031 \family sans
4032 Itemize
4033 \end_layout
4034
4035 \begin_layout Itemize
4036
4037 \family sans
4038 Enumerate
4039 \end_layout
4040
4041 \begin_layout Itemize
4042
4043 \family sans
4044 Description
4045 \end_layout
4046
4047 \begin_layout Itemize
4048
4049 \family sans
4050 List
4051 \end_layout
4052
4053 \begin_layout Standard
4054 LyX keeps the old paragraph environment when you hit 
4055 \family sans
4056 Return
4057 \family default
4058 , rather than resetting it to 
4059 \family sans
4060 Standard
4061 \family default
4062 .
4063  LyX will still reset the nesting depth, however.
4064  Usually, starting a new paragraph resets both the paragraph environment
4065  and the nesting depth (for more on nesting see section
4066 \begin_inset space ~
4067 \end_inset
4068
4069
4070 \begin_inset CommandInset ref
4071 LatexCommand ref
4072 reference "sec:Nesting"
4073
4074 \end_inset
4075
4076 ).
4077  At the moment, all this is context-specific; you're better off expecting
4078  
4079 \family sans
4080 Return
4081 \family default
4082  to reset the paragraph environment and depth.
4083  If you want a new paragraph to keep the current environment and depth,
4084  use 
4085 \begin_inset Info
4086 type  "shortcut"
4087 arg   "break-paragraph inverse"
4088 \end_inset
4089
4090  instead.
4091 \end_layout
4092
4093 \begin_layout Subsection
4094 Standard
4095 \end_layout
4096
4097 \begin_layout Standard
4098 The default paragraph environment is 
4099 \family sans
4100 Standard
4101 \family default
4102  for most classes.
4103  It creates a plain paragraph.
4104  If LyX resets the paragraph environment, this is the one it chooses.
4105  In fact, the paragraph you're reading right now (and most of the ones in
4106  this manual) are in the 
4107 \family sans
4108 Standard
4109 \family default
4110  environment.
4111 \end_layout
4112
4113 \begin_layout Standard
4114 You can nest a paragraph using the 
4115 \family sans
4116 Standard
4117 \family default
4118  environment in just about anything else, but you can't really nest anything
4119  in a 
4120 \family sans
4121 Standard
4122 \family default
4123  environment.
4124 \end_layout
4125
4126 \begin_layout Subsection
4127 Document Title
4128 \begin_inset Index idx
4129 status collapsed
4130
4131 \begin_layout Plain Layout
4132 Document !Title
4133 \end_layout
4134
4135 \end_inset
4136
4137
4138 \end_layout
4139
4140 \begin_layout Standard
4141 A LaTeX title page has three parts: the title itself, the name(s) of the
4142  author(s) and a 
4143 \begin_inset Quotes eld
4144 \end_inset
4145
4146 footnote
4147 \begin_inset Quotes erd
4148 \end_inset
4149
4150  for thanks or contact information.
4151  For certain types of documents, LaTeX places all of this on a separate
4152  page along with today's date.
4153  For other types of documents, the title 
4154 \begin_inset Quotes eld
4155 \end_inset
4156
4157 page
4158 \begin_inset Quotes erd
4159 \end_inset
4160
4161  goes at the top of the first page of the document.
4162  
4163 \end_layout
4164
4165 \begin_layout Standard
4166 LyX provides an interface to the title page commands through the paragraph
4167  environments 
4168 \family sans
4169 Title
4170 \family default
4171
4172 \family sans
4173 Author
4174 \family default
4175 , and 
4176 \family sans
4177 Date
4178 \family default
4179 .
4180  Here's how you use them:
4181 \end_layout
4182
4183 \begin_layout Itemize
4184 Put the title of your document in the 
4185 \family sans
4186 Title
4187 \family default
4188  environment.
4189 \end_layout
4190
4191 \begin_layout Itemize
4192 Put the author name in the 
4193 \family sans
4194 Author
4195 \family default
4196  environment.
4197 \end_layout
4198
4199 \begin_layout Itemize
4200 If you want the date to have a certain appearance, want to use a fixed date,
4201  or want other text to appear in place of today's date, put that text in
4202  the 
4203 \family sans
4204 Date
4205 \family default
4206  environment.
4207  Note that using this environment is optional.
4208  If you don't provide any, LaTeX will automatically insert today's date.
4209  If you don't want any date, add the line
4210 \begin_inset Newline newline
4211 \end_inset
4212
4213
4214 \series bold
4215
4216 \backslash
4217 date{}
4218 \series default
4219
4220 \begin_inset Newline newline
4221 \end_inset
4222
4223 to the preamble of your document (menu 
4224 \family sans
4225 Document\SpecialChar \menuseparator
4226 Settings
4227 \family default
4228 )
4229 \end_layout
4230
4231 \begin_layout Standard
4232 You can use footnotes to insert 
4233 \begin_inset Quotes eld
4234 \end_inset
4235
4236 thanks
4237 \begin_inset Quotes erd
4238 \end_inset
4239
4240  or contact information.
4241 \end_layout
4242
4243 \begin_layout Subsection
4244 Headings
4245 \begin_inset Index idx
4246 status collapsed
4247
4248 \begin_layout Plain Layout
4249 Section headings
4250 \end_layout
4251
4252 \end_inset
4253
4254
4255 \begin_inset CommandInset label
4256 LatexCommand label
4257 name "sub:Headings"
4258
4259 \end_inset
4260
4261
4262 \end_layout
4263
4264 \begin_layout Standard
4265 There are several paragraph environments for producing section headings.
4266  LyX takes care of the numbering for you.
4267 \end_layout
4268
4269 \begin_layout Subsubsection
4270 Numbered Headings
4271 \begin_inset Index idx
4272 status collapsed
4273
4274 \begin_layout Plain Layout
4275 Section headings ! Numbered
4276 \end_layout
4277
4278 \end_inset
4279
4280
4281 \end_layout
4282
4283 \begin_layout Standard
4284 There are 7 numbered types of section headings.
4285  They are:
4286 \end_layout
4287
4288 \begin_layout Enumerate
4289
4290 \family sans
4291 Part
4292 \end_layout
4293
4294 \begin_layout Enumerate
4295
4296 \family sans
4297 Chapter
4298 \end_layout
4299
4300 \begin_layout Enumerate
4301
4302 \family sans
4303 Section
4304 \end_layout
4305
4306 \begin_layout Enumerate
4307
4308 \family sans
4309 Subsection
4310 \end_layout
4311
4312 \begin_layout Enumerate
4313
4314 \family sans
4315 Subsubsection
4316 \end_layout
4317
4318 \begin_layout Enumerate
4319
4320 \family sans
4321 Paragraph
4322 \end_layout
4323
4324 \begin_layout Enumerate
4325
4326 \family sans
4327 Subparagraph
4328 \end_layout
4329
4330 \begin_layout Standard
4331 LyX labels each heading with a series of numbers, separated by periods.
4332  The numbers describe where in the document you are.
4333  Unlike the other headings, parts are numbered with Latin letters.
4334 \end_layout
4335
4336 \begin_layout Standard
4337 Headings all subdivide your document into different pieces of text.
4338  For example, suppose you're writing a book.
4339  You group the book into chapters.
4340  LyX does similar grouping:
4341 \end_layout
4342
4343 \begin_layout Itemize
4344
4345 \family sans
4346 Part
4347 \family default
4348  is divided in either 
4349 \family sans
4350 Chapter
4351 \family default
4352 s or 
4353 \family sans
4354 Section
4355 \family default
4356 s
4357 \end_layout
4358
4359 \begin_layout Itemize
4360
4361 \family sans
4362 Chapter
4363 \family default
4364 s are divided into 
4365 \family sans
4366 Section
4367 \family default
4368 s
4369 \end_layout
4370
4371 \begin_layout Itemize
4372
4373 \family sans
4374 Section
4375 \family default
4376 s are divided into 
4377 \family sans
4378 Subsection
4379 \family default
4380 s
4381 \end_layout
4382
4383 \begin_layout Itemize
4384
4385 \family sans
4386 Subsection
4387 \family default
4388 s are divided into 
4389 \family sans
4390 Subsubsection
4391 \family default
4392 s
4393 \end_layout
4394
4395 \begin_layout Itemize
4396
4397 \family sans
4398 Subsubsection
4399 \family default
4400 s are divided into 
4401 \family sans
4402 Paragraph
4403 \family default
4404 s
4405 \end_layout
4406
4407 \begin_layout Itemize
4408
4409 \family sans
4410 Paragraph
4411 \family default
4412 s are divided into 
4413 \family sans
4414 Subparagraph
4415 \family default
4416 s
4417 \end_layout
4418
4419 \begin_layout Standard
4420 \begin_inset Note Greyedout
4421 status open
4422
4423 \begin_layout Plain Layout
4424
4425 \series bold
4426 Note:
4427 \series default
4428  Not all document types use the 
4429 \family sans
4430 Chapter
4431 \family default
4432  heading as the maximum sectioning level.
4433  In that case the 
4434 \family sans
4435 Section
4436 \family default
4437  is the top-level heading.
4438 \end_layout
4439
4440 \end_inset
4441
4442
4443 \end_layout
4444
4445 \begin_layout Standard
4446 So, if you use the 
4447 \family sans
4448 Subsubsection
4449 \family default
4450  environment to label a new sub-subsection, LyX labels it with its number,
4451  along with the number of the subsection, section, and, if applicable, chapter
4452  that it's in.
4453  For example: the fifth section of the second chapter of this book has the
4454  label 
4455 \begin_inset Quotes eld
4456 \end_inset
4457
4458 2.5
4459 \begin_inset Quotes erd
4460 \end_inset
4461
4462 .
4463 \end_layout
4464
4465 \begin_layout Subsubsection
4466 Unnumbered Headings
4467 \begin_inset Index idx
4468 status collapsed
4469
4470 \begin_layout Plain Layout
4471 Section headings ! Unnumbered
4472 \end_layout
4473
4474 \end_inset
4475
4476
4477 \end_layout
4478
4479 \begin_layout Standard
4480 There are 5 types of unnumbered section headings.
4481  They are:
4482 \end_layout
4483
4484 \begin_layout Enumerate
4485
4486 \family sans
4487 Part*
4488 \end_layout
4489
4490 \begin_layout Enumerate
4491
4492 \family sans
4493 Chapter*
4494 \end_layout
4495
4496 \begin_layout Enumerate
4497
4498 \family sans
4499 Section*
4500 \end_layout
4501
4502 \begin_layout Enumerate
4503
4504 \family sans
4505 Subsection*
4506 \end_layout
4507
4508 \begin_layout Enumerate
4509
4510 \family sans
4511 Subsubsection*
4512 \end_layout
4513
4514 \begin_layout Standard
4515 The 
4516 \begin_inset Quotes eld
4517 \end_inset
4518
4519 *
4520 \begin_inset Quotes erd
4521 \end_inset
4522
4523  after each name means that these headings are not numbered.
4524  They work the same as their numbered counterparts but won't appear in the
4525  table of contents, see section
4526 \begin_inset space ~
4527 \end_inset
4528
4529
4530 \begin_inset CommandInset ref
4531 LatexCommand ref
4532 reference "sec:toc"
4533
4534 \end_inset
4535
4536 .
4537 \end_layout
4538
4539 \begin_layout Subsubsection
4540 Changing the Numbering
4541 \begin_inset CommandInset label
4542 LatexCommand label
4543 name "sub:Numbering-depth"
4544
4545 \end_inset
4546
4547
4548 \end_layout
4549
4550 \begin_layout Standard
4551 You can also alter which sectioning levels get numbered and which ones appear
4552  in the Table of Contents.
4553  Now, this doesn't remove any of the levels; that's preset in the document
4554  class.
4555  Certain classes start with 
4556 \family sans
4557 Chapter
4558 \family default
4559  and go down to the 
4560 \family sans
4561 Subparagraph
4562 \family default
4563  level.
4564  Others start at 
4565 \family sans
4566 Section
4567 \family default
4568 .
4569  Similarly, not all document classes number all sectioning levels.
4570  Most don't number 
4571 \family sans
4572 Paragraph
4573 \family default
4574  or 
4575 \family sans
4576 Subparagraph
4577 \family default
4578 .
4579  This is something you can change.
4580 \end_layout
4581
4582 \begin_layout Standard
4583 Open the 
4584 \family sans
4585 Document\SpecialChar \menuseparator
4586 Settings
4587 \family default
4588  dialog.
4589 \family sans
4590
4591 \begin_inset Index idx
4592 status collapsed
4593
4594 \begin_layout Plain Layout
4595 Document ! Settings
4596 \end_layout
4597
4598 \end_inset
4599
4600
4601 \family default
4602  Under 
4603 \family sans
4604 Numbering
4605 \begin_inset space ~
4606 \end_inset
4607
4608 &
4609 \begin_inset space ~
4610 \end_inset
4611
4612 TOC
4613 \family default
4614  you'll see two counters.
4615  The one named 
4616 \family sans
4617 Numbering
4618 \family default
4619  controls how far down in the sectioning hierarchy LyX numbers a section
4620  heading.
4621  The other one controls the appearance of the section headings in the table
4622  of contents.
4623 \end_layout
4624
4625 \begin_layout Subsubsection
4626 Short Titles of Headings
4627 \begin_inset Index idx
4628 status collapsed
4629
4630 \begin_layout Plain Layout
4631 Section headings ! Short titles
4632 \end_layout
4633
4634 \end_inset
4635
4636
4637 \begin_inset OptArg
4638 status collapsed
4639
4640 \begin_layout Plain Layout
4641 Short Titles
4642 \end_layout
4643
4644 \end_inset
4645
4646
4647 \begin_inset CommandInset label
4648 LatexCommand label
4649 name "sec:Short-Titles"
4650
4651 \end_inset
4652
4653
4654 \end_layout
4655
4656 \begin_layout Standard
4657 Some section or chapter titles, such as this one, can get quite long.
4658  This can cause trouble when there is limited horizontal space.
4659  For example, if the header of the page is set to show the current section
4660  title, a long title will protrude over the page margins and look awful.
4661 \end_layout
4662
4663 \begin_layout Standard
4664 LaTeX allows you to specify a short title for section headings.
4665  This short title is used in the header and in the actual table of contents,
4666  avoiding the problem mentioned.
4667  To specify a short title, use the menu 
4668 \family sans
4669 Insert\SpecialChar \menuseparator
4670 Short
4671 \begin_inset space ~
4672 \end_inset
4673
4674 Title
4675 \family default
4676 .
4677  This will insert a box labeled 
4678 \begin_inset Quotes eld
4679 \end_inset
4680
4681 opt
4682 \begin_inset Quotes erd
4683 \end_inset
4684
4685  (stands for 
4686 \begin_inset Quotes eld
4687 \end_inset
4688
4689 optional
4690 \begin_inset Quotes erd
4691 \end_inset
4692
4693 ) which you can use to enter the short title text.
4694  This also works for captions inside floats.
4695 \end_layout
4696
4697 \begin_layout Standard
4698 The title of this section is a good example of using this feature.
4699 \end_layout
4700
4701 \begin_layout Subsubsection
4702 Special Information
4703 \end_layout
4704
4705 \begin_layout Standard
4706 The following information applies to all section headings:
4707 \end_layout
4708
4709 \begin_layout Itemize
4710 You cannot do any nesting with these environments.
4711 \end_layout
4712
4713 \begin_layout Itemize
4714 You cannot use a margin note in any of these environments.
4715 \end_layout
4716
4717 \begin_layout Itemize
4718 You can only use inline math in these environments.
4719 \end_layout
4720
4721 \begin_layout Itemize
4722 You can use labels and cross-references to refer to their numbers.
4723 \end_layout
4724
4725 \begin_layout Subsection
4726 Quotes and Poetry line spacing
4727 \end_layout
4728
4729 \begin_layout Standard
4730 LyX has three paragraph environments for writing poetry and quotations.
4731  They are 
4732 \family sans
4733 Quote
4734 \family default
4735
4736 \family sans
4737 Quotation
4738 \family default
4739 , and 
4740 \family sans
4741 Verse
4742 \family default
4743 .
4744  Forget the days of changing line spacing and twiddling with margins.
4745  These three paragraph environments already have those changes built-in.
4746  They all widen the left margin and add a bit of extra space above and below
4747  the text they contain.
4748  They also allow nesting, so you can put a 
4749 \family sans
4750 Verse
4751 \family default
4752  in a 
4753 \family sans
4754 Quotation
4755 \family default
4756 , as well as in some other paragraph environments.
4757 \end_layout
4758
4759 \begin_layout Standard
4760 There is another feature of these three paragraph environments: they do
4761  
4762 \emph on
4763 not
4764 \emph default
4765  reset to 
4766 \family sans
4767 Standard
4768 \family default
4769  when you start a new paragraph.
4770  So, you can type in that poem and merrily hit 
4771 \family sans
4772 Return
4773 \family default
4774  without worrying about the paragraph environment changing on you.
4775  Of course, that means that, once you're done typing in that poem, you have
4776  to change back to the 
4777 \family sans
4778 Standard
4779 \family default
4780  environment yourself.
4781 \end_layout
4782
4783 \begin_layout Subsubsection
4784
4785 \family sans
4786 Quote
4787 \family default
4788  and 
4789 \family sans
4790 Quotation
4791 \family default
4792
4793 \begin_inset CommandInset label
4794 LatexCommand label
4795 name "sec:Quote"
4796
4797 \end_inset
4798
4799
4800 \begin_inset Index idx
4801 status collapsed
4802
4803 \begin_layout Plain Layout
4804 Quotation
4805 \end_layout
4806
4807 \end_inset
4808
4809
4810 \end_layout
4811
4812 \begin_layout Standard
4813 Now that we've described the similarities of these three environments, it's
4814  time for the differences.
4815  
4816 \family sans
4817 Quote
4818 \family default
4819  and 
4820 \family sans
4821 Quotation
4822 \family default
4823  are identical except for one difference: 
4824 \family sans
4825 Quote
4826 \family default
4827  uses extra spacing to separate paragraphs and never indents the first line.
4828  
4829 \family sans
4830 Quotation
4831 \family default
4832  
4833 \emph on
4834 always
4835 \emph default
4836  indents the first line of a paragraph and uses the same line spacing throughout.
4837 \end_layout
4838
4839 \begin_layout Standard
4840 Here's an example of the 
4841 \family sans
4842 Quote
4843 \family default
4844  environment:
4845 \end_layout
4846
4847 \begin_layout Quote
4848 This is in the 
4849 \family sans
4850 Quote
4851 \family default
4852  environment.
4853  I can keep writing, extending this line out further and further until it
4854  wraps.
4855  See – no indentation!
4856 \end_layout
4857
4858 \begin_layout Quote
4859 Here's the second paragraph of this quote.
4860  Again, there's no indentation, but there is extra space between me and
4861  the other paragraph.
4862 \end_layout
4863
4864 \begin_layout Standard
4865 Here's another example, this time in the 
4866 \family sans
4867 Quotation
4868 \family default
4869  environment:
4870 \end_layout
4871
4872 \begin_layout Quotation
4873 This is in the 
4874 \family sans
4875 Quotation
4876 \family default
4877  environment.
4878  If I keep writing, you'll see the indentation.
4879  If your country uses a writing style that shows off new paragraphs by indenting
4880  the first line, then 
4881 \family sans
4882 Quotation
4883 \family default
4884  is the environment for you! Well, you'd use it 
4885 \emph on
4886 if
4887 \emph default
4888  you were quoting other text.
4889 \end_layout
4890
4891 \begin_layout Quotation
4892 Here's a new paragraph.
4893  I could ramble on and on, like a politician at election time.
4894  If I did that, though, you'd get bored.
4895 \end_layout
4896
4897 \begin_layout Standard
4898 As the examples show, 
4899 \family sans
4900 Quote
4901 \family default
4902  is for those people who use extra space to separate paragraphs.
4903  They should put quotes in the 
4904 \family sans
4905 Quote
4906 \family default
4907  environment.
4908  Those who use indentation to mark a new paragraph should use the 
4909 \family sans
4910 Quotation
4911 \family default
4912  paragraph environment for quoted text.
4913 \end_layout
4914
4915 \begin_layout Subsubsection
4916
4917 \family sans
4918 Verse
4919 \family default
4920
4921 \begin_inset Index idx
4922 status collapsed
4923
4924 \begin_layout Plain Layout
4925 Paragraph ! Verse
4926 \end_layout
4927
4928 \end_inset
4929
4930
4931 \family sans
4932
4933 \begin_inset Index idx
4934 status collapsed
4935
4936 \begin_layout Plain Layout
4937 Poetry
4938 \end_layout
4939
4940 \end_inset
4941
4942
4943 \begin_inset CommandInset label
4944 LatexCommand label
4945 name "sec:Verse"
4946
4947 \end_inset
4948
4949
4950 \end_layout
4951
4952 \begin_layout Standard
4953
4954 \family sans
4955 Verse
4956 \family default
4957  is a paragraph environment for poetry, rhymes, verses, and so on.
4958  Here's an example:
4959 \end_layout
4960
4961 \begin_layout Verse
4962 This is in Verse
4963 \begin_inset Newline newline
4964 \end_inset
4965
4966 Which I did not rehearse!
4967 \end_layout
4968
4969 \begin_layout Verse
4970 It could be much worse.
4971  This line could be long, very long, oh so long, so very long that it wraps
4972  around.
4973  It looks okay on screen, but in the printed version, the extra lines are
4974  indented a bit more than the first.
4975  Okay, so it's turned to prose and doesn't rhyme anymore.
4976  So sue me.
4977 \end_layout
4978
4979 \begin_layout Verse
4980 To break a line
4981 \begin_inset Newline newline
4982 \end_inset
4983
4984 And make things look fine
4985 \begin_inset Newline newline
4986 \end_inset
4987
4988 Use 
4989 \begin_inset Info
4990 type  "shortcut"
4991 arg   "newline-insert newline"
4992 \end_inset
4993
4994 .
4995 \end_layout
4996
4997 \begin_layout Standard
4998 As you can see, 
4999 \family sans
5000 Verse
5001 \family default
5002  does not indent both margins.
5003  Each stanza of the verse or poem is in its own paragraph.
5004  To separate the individual lines of a stanza, use the 
5005 \family typewriter
5006 break-line
5007 \family default
5008  function 
5009 \begin_inset Info
5010 type  "shortcut"
5011 arg   "newline-insert newline"
5012 \end_inset
5013
5014 .
5015 \end_layout
5016
5017 \begin_layout Subsection
5018 Lists
5019 \begin_inset Index idx
5020 status collapsed
5021
5022 \begin_layout Plain Layout
5023 Lists
5024 \end_layout
5025
5026 \end_inset
5027
5028
5029 \begin_inset CommandInset label
5030 LatexCommand label
5031 name "sub:Lists"
5032
5033 \end_inset
5034
5035
5036 \end_layout
5037
5038 \begin_layout Standard
5039 LyX has four different paragraph environments for creating different kinds
5040  of lists.
5041  In the 
5042 \family sans
5043 Itemize
5044 \family default
5045  and 
5046 \family sans
5047 Enumerate
5048 \family default
5049  environments, LyX labels your list items with bullets or numbers, respectively.
5050  In the 
5051 \family sans
5052 Description
5053 \family default
5054  and 
5055 \family sans
5056 List
5057 \family default
5058  environments, LyX lets you provide your own label.
5059  We'll present the individual details of each type of list next after describing
5060  some general features of all four of them.
5061 \end_layout
5062
5063 \begin_layout Subsubsection
5064 General Features
5065 \end_layout
5066
5067 \begin_layout Standard
5068 The four paragraph environments for lists differ from the other environments
5069  in several ways.
5070  First, LyX treats each paragraph as a list item.
5071  Hitting 
5072 \family sans
5073 Return
5074 \family default
5075  does 
5076 \emph on
5077 not
5078 \emph default
5079  reset the environment to 
5080 \family sans
5081 Standard
5082 \family default
5083  but keeps the current environment and creates a new list item.
5084  The nesting depth is hereby kept.
5085  If you want to keep the paragraph environment but reset the current nesting
5086  depth, you can use 
5087 \begin_inset Info
5088 type  "shortcut"
5089 arg   "break-paragraph inverse"
5090 \end_inset
5091
5092  to break paragraphs.
5093 \end_layout
5094
5095 \begin_layout Standard
5096 You can nest lists of any type inside one another.
5097  In fact, LyX changes the labels on some list items depending on how it
5098  is nested.
5099  If you intend to use any of the list paragraph environments, we suggest
5100  you read all of section
5101 \begin_inset space ~
5102 \end_inset
5103
5104
5105 \begin_inset CommandInset ref
5106 LatexCommand ref
5107 reference "sec:Nesting"
5108
5109 \end_inset
5110
5111 .
5112  
5113 \end_layout
5114
5115 \begin_layout Subsubsection
5116
5117 \family sans
5118 Itemize
5119 \family default
5120
5121 \begin_inset Index idx
5122 status collapsed
5123
5124 \begin_layout Plain Layout
5125 Lists ! Itemize
5126 \end_layout
5127
5128 \end_inset
5129
5130
5131 \begin_inset CommandInset label
5132 LatexCommand label
5133 name "sec:Itemize"
5134
5135 \end_inset
5136
5137
5138 \end_layout
5139
5140 \begin_layout Standard
5141 The first type of list we'll describe in detail is the 
5142 \family sans
5143 Itemize
5144 \family default
5145  paragraph environment.
5146  It has the following properties:
5147 \end_layout
5148
5149 \begin_layout Itemize
5150 Each item has a particular bullet or symbol as its label.
5151 \end_layout
5152
5153 \begin_deeper
5154 \begin_layout Itemize
5155 LyX uses the same symbol for all of the items in a given nesting level.
5156 \end_layout
5157
5158 \begin_layout Itemize
5159 The symbol appears at the beginning of the first line.
5160 \end_layout
5161
5162 \end_deeper
5163 \begin_layout Itemize
5164 The items can have any length.
5165  LyX automatically offsets the left margin of each item.
5166  The offset is always relative to whatever environment the 
5167 \family sans
5168 Itemize
5169 \family default
5170  list may be in.
5171 \end_layout
5172
5173 \begin_layout Itemize
5174 If you nest an 
5175 \family sans
5176 Itemize
5177 \family default
5178  environment inside another 
5179 \family sans
5180 Itemize
5181 \family default
5182  environment, the label changes to a new symbol.
5183 \end_layout
5184
5185 \begin_deeper
5186 \begin_layout Itemize
5187 There are four different symbols for up to a four-fold nesting.
5188 \end_layout
5189
5190 \begin_layout Itemize
5191 LyX always shows the same symbol on screen.
5192 \end_layout
5193
5194 \begin_layout Itemize
5195 See section
5196 \begin_inset space ~
5197 \end_inset
5198
5199
5200 \begin_inset CommandInset ref
5201 LatexCommand ref
5202 reference "sec:Nesting"
5203
5204 \end_inset
5205
5206  for a full explanation of nesting.
5207 \end_layout
5208
5209 \end_deeper
5210 \begin_layout Standard
5211 Of course, that explanation was also an example of an 
5212 \family sans
5213 Itemize
5214 \family default
5215  list.
5216  The 
5217 \family sans
5218 Itemize
5219 \family default
5220  environment is best suited for lists where the order doesn't matter.
5221 \end_layout
5222
5223 \begin_layout Standard
5224 We said that different levels use different symbols as their label.
5225  Here's an example of all four possible symbols.
5226 \end_layout
5227
5228 \begin_layout Itemize
5229 The label for the first level 
5230 \family sans
5231 Itemize
5232 \family default
5233  is a large black dot, or bullet.
5234 \end_layout
5235
5236 \begin_deeper
5237 \begin_layout Itemize
5238 The label for the second level is a dash.
5239 \end_layout
5240
5241 \begin_deeper
5242 \begin_layout Itemize
5243 The label for the third is an asterisk.
5244 \end_layout
5245
5246 \begin_deeper
5247 \begin_layout Itemize
5248 The label for the fourth is a centered dot.
5249 \end_layout
5250
5251 \end_deeper
5252 \begin_layout Itemize
5253 Back out to the third level.
5254 \end_layout
5255
5256 \end_deeper
5257 \begin_layout Itemize
5258 Back to the second level.
5259 \end_layout
5260
5261 \end_deeper
5262 \begin_layout Itemize
5263 Back to the outermost level.
5264 \end_layout
5265
5266 \begin_layout Standard
5267 These are the default labels for an 
5268 \family sans
5269 Itemize
5270 \family default
5271  list.
5272  You can customize these labels in the 
5273 \family sans
5274 Document\SpecialChar \menuseparator
5275 Settings
5276 \family default
5277  dialog in the submenu 
5278 \family sans
5279 Bullets
5280 \family default
5281 .
5282 \family sans
5283
5284 \begin_inset Index idx
5285 status collapsed
5286
5287 \begin_layout Plain Layout
5288 Document ! Settings
5289 \end_layout
5290
5291 \end_inset
5292
5293
5294 \end_layout
5295
5296 \begin_layout Standard
5297 Notice how the space between items decreases with increasing depth.
5298  We'll explain nesting and all the tricks you can do with different depths
5299  in section
5300 \begin_inset space ~
5301 \end_inset
5302
5303
5304 \begin_inset CommandInset ref
5305 LatexCommand ref
5306 reference "sec:Nesting"
5307
5308 \end_inset
5309
5310 .
5311 \end_layout
5312
5313 \begin_layout Subsubsection
5314
5315 \family sans
5316 Enumerate
5317 \family default
5318
5319 \begin_inset Index idx
5320 status collapsed
5321
5322 \begin_layout Plain Layout
5323 Lists ! Enumerate
5324 \end_layout
5325
5326 \end_inset
5327
5328
5329 \begin_inset CommandInset label
5330 LatexCommand label
5331 name "sec:Enumerate"
5332
5333 \end_inset
5334
5335
5336 \end_layout
5337
5338 \begin_layout Standard
5339 The 
5340 \family sans
5341 Enumerate
5342 \family default
5343  environment is used to create numbered lists and outlines.
5344  It has these properties:
5345 \end_layout
5346
5347 \begin_layout Enumerate
5348 Each item has a numeral as its label.
5349 \end_layout
5350
5351 \begin_deeper
5352 \begin_layout Enumerate
5353 The label type depends on the nesting depth.
5354 \end_layout
5355
5356 \end_deeper
5357 \begin_layout Enumerate
5358 LyX automatically counts the items for you and updates the label as appropriate.
5359 \end_layout
5360
5361 \begin_layout Enumerate
5362 Each new 
5363 \family sans
5364 Enumerate
5365 \family default
5366  environment resets the counter to one.
5367 \end_layout
5368
5369 \begin_layout Enumerate
5370 Like the 
5371 \family sans
5372 Itemize
5373 \family default
5374  environment, the 
5375 \family sans
5376 Enumerate
5377 \family default
5378  environment:
5379 \end_layout
5380
5381 \begin_deeper
5382 \begin_layout Enumerate
5383 Offsets the items relative to the left margin.
5384  Items can have any length.
5385 \end_layout
5386
5387 \begin_layout Enumerate
5388 Reduces the space between items as the nesting depth increases.
5389 \end_layout
5390
5391 \begin_layout Enumerate
5392 Uses different types of labels depending on the nesting depth.
5393 \end_layout
5394
5395 \begin_layout Enumerate
5396 Allows up to a four-fold nesting.
5397 \end_layout
5398
5399 \end_deeper
5400 \begin_layout Standard
5401 Unlike the 
5402 \family sans
5403 Itemize
5404 \family default
5405  environment, 
5406 \family sans
5407 Enumerate
5408 \family default
5409  shows the different labels for each item in LyX.
5410  Here is how LyX labels the four different levels in an 
5411 \family sans
5412 Enumerate
5413 \family default
5414 :
5415 \end_layout
5416
5417 \begin_layout Enumerate
5418 The first level of an 
5419 \family sans
5420 Enumerate
5421 \family default
5422  uses Arabic numerals followed by a period.
5423 \end_layout
5424
5425 \begin_deeper
5426 \begin_layout Enumerate
5427 The second level uses lower case letters surrounded by parentheses.
5428 \end_layout
5429
5430 \begin_deeper
5431 \begin_layout Enumerate
5432 The third level uses lower-case Roman numerals followed by a period.
5433 \end_layout
5434
5435 \begin_deeper
5436 \begin_layout Enumerate
5437 The fourth level uses capital letters followed by a period.
5438 \end_layout
5439
5440 \begin_layout Enumerate
5441 Again, notice the decrease in the spacing between items as the nesting depth
5442  increases.
5443 \end_layout
5444
5445 \end_deeper
5446 \begin_layout Enumerate
5447 Back to the third level
5448 \end_layout
5449
5450 \end_deeper
5451 \begin_layout Enumerate
5452 Back to the second level.
5453 \end_layout
5454
5455 \end_deeper
5456 \begin_layout Enumerate
5457 Back to the outermost level.
5458 \end_layout
5459
5460 \begin_layout Standard
5461 Once again, you can customize the type of numbering used in the 
5462 \family sans
5463 Enumerate
5464 \family default
5465  environment.
5466  It involves adding commands to the LaTeX preamble (see the 
5467 \emph on
5468 Additional Features
5469 \emph default
5470  manual).
5471  As stated earlier, such customization only shows up in the printed version,
5472  not in LyX.
5473 \end_layout
5474
5475 \begin_layout Standard
5476 There is more to nesting 
5477 \family sans
5478 Enumerate
5479 \family default
5480  environments than we've stated here.
5481  You should read section
5482 \begin_inset space ~
5483 \end_inset
5484
5485
5486 \begin_inset CommandInset ref
5487 LatexCommand ref
5488 reference "sec:Nesting"
5489
5490 \end_inset
5491
5492  to learn more about nesting.
5493 \end_layout
5494
5495 \begin_layout Subsubsection
5496
5497 \family sans
5498 Description
5499 \family default
5500
5501 \begin_inset Index idx
5502 status collapsed
5503
5504 \begin_layout Plain Layout
5505 Lists ! Description
5506 \end_layout
5507
5508 \end_inset
5509
5510
5511 \end_layout
5512
5513 \begin_layout Standard
5514 Unlike the previous two environments, the 
5515 \family sans
5516 Description
5517 \family default
5518  list has no fixed label.
5519  Instead, LyX uses the first 
5520 \begin_inset Quotes eld
5521 \end_inset
5522
5523 word
5524 \begin_inset Quotes erd
5525 \end_inset
5526
5527  of the first line as the label.
5528  Here's an example:
5529 \end_layout
5530
5531 \begin_layout Description
5532 Example: This is an example of the 
5533 \family sans
5534 Description
5535 \family default
5536  environment.
5537 \end_layout
5538
5539 \begin_layout Standard
5540 LyX typesets the label in boldface and puts extra space between it and the
5541  rest of the line.
5542 \end_layout
5543
5544 \begin_layout Standard
5545 With the first 
5546 \begin_inset Quotes eld
5547 \end_inset
5548
5549 word
5550 \begin_inset Quotes erd
5551 \end_inset
5552
5553  it is meant that the first hit of the 
5554 \family sans
5555 Space
5556 \family default
5557  key ends the label if you are at the beginning of the first line of an
5558  item.
5559  If you need to use more than one word in the label use a 
5560 \family sans
5561 Protected Blank
5562 \family default
5563 .
5564  (Use either 
5565 \begin_inset Info
5566 type  "shortcut"
5567 arg   "space-insert protected"
5568 \end_inset
5569
5570  or the menu 
5571 \family sans
5572 Insert\SpecialChar \menuseparator
5573 Formatting\SpecialChar \menuseparator
5574 Protected
5575 \begin_inset space ~
5576 \end_inset
5577
5578 Space
5579 \family default
5580 , see section
5581 \begin_inset space ~
5582 \end_inset
5583
5584
5585 \begin_inset CommandInset ref
5586 LatexCommand ref
5587 reference "sub:Protected-Space"
5588
5589 \end_inset
5590
5591  for more info.) Here is an example:
5592 \end_layout
5593
5594 \begin_layout Description
5595 Second
5596 \begin_inset space ~
5597 \end_inset
5598
5599 Example: This one shows how to use a 
5600 \family sans
5601 Protected
5602 \begin_inset space ~
5603 \end_inset
5604
5605 Blank
5606 \family default
5607  in the label of a 
5608 \family sans
5609 Description
5610 \family default
5611  list item.
5612 \end_layout
5613
5614 \begin_layout Description
5615 Usage: You should use the 
5616 \family sans
5617 Description
5618 \family default
5619  environment for things like definitions and theorems.
5620  Use it when you need to make one word in particular stand out in the text
5621  that describes it.
5622  It's not a good idea to use a 
5623 \family sans
5624 Description
5625 \family default
5626  environment when you have an entire sentence that you want to describe.
5627  You're better off using 
5628 \family sans
5629 Itemize
5630 \family default
5631  or 
5632 \family sans
5633 Enumerate
5634 \family default
5635  and nesting several 
5636 \family sans
5637 Standard
5638 \family default
5639  paragraphs into them.
5640 \end_layout
5641
5642 \begin_layout Description
5643 Nesting: You can nest 
5644 \family sans
5645 Description
5646 \family default
5647  environments inside one another, nest them in other types of lists, and
5648  so on.
5649 \end_layout
5650
5651 \begin_layout Standard
5652 Notice that after the first line, LyX indents subsequent lines, offsetting
5653  them from the first line.
5654 \end_layout
5655
5656 \begin_layout Subsubsection
5657 The LyX 
5658 \family sans
5659 List
5660 \family default
5661
5662 \begin_inset Index idx
5663 status collapsed
5664
5665 \begin_layout Plain Layout
5666 Lists ! LyX list
5667 \end_layout
5668
5669 \end_inset
5670
5671
5672 \end_layout
5673
5674 \begin_layout Standard
5675 The 
5676 \family sans
5677 List
5678 \family default
5679  environment is a LyX extension to LaTeX.
5680 \end_layout
5681
5682 \begin_layout Standard
5683 \begin_inset Note Greyedout
5684 status open
5685
5686 \begin_layout Plain Layout
5687
5688 \series bold
5689 Note:
5690 \series default
5691  When you are using a KOMA-Script document class, like in this document,
5692  the 
5693 \family sans
5694 List
5695 \family default
5696  environment is named 
5697 \family sans
5698 Labeling
5699 \family default
5700 .
5701 \end_layout
5702
5703 \end_inset
5704
5705
5706 \end_layout
5707
5708 \begin_layout Standard
5709 Like the 
5710 \family sans
5711 Description
5712 \family default
5713  environment the 
5714 \family sans
5715 List
5716 \family default
5717  environment has user-defined labels for each list item.
5718  There are the following properties of this list environment:
5719 \end_layout
5720
5721 \begin_layout Labeling
5722 \labelwidthstring 00.00.0000
5723 item
5724 \begin_inset space ~
5725 \end_inset
5726
5727 labels LyX uses the first 
5728 \begin_inset Quotes eld
5729 \end_inset
5730
5731 word
5732 \begin_inset Quotes erd
5733 \end_inset
5734
5735  of each line as the item label.
5736  The first 
5737 \family sans
5738 Space
5739 \family default
5740  after the beginning of the first line of an item marks the end of the label.
5741  If you need to use more than one word in an item label, use a protected
5742  blank as described above.
5743 \end_layout
5744
5745 \begin_layout Labeling
5746 \labelwidthstring 00.00.0000
5747 margins As you can see, LyX uses different margins for the item label and
5748  the body of the item text.
5749  The body of the text has a larger left margin, which is equal to the default
5750  label width plus a little extra space.
5751  
5752 \end_layout
5753
5754 \begin_layout Labeling
5755 \labelwidthstring 00.00.0000
5756 label
5757 \begin_inset space ~
5758 \end_inset
5759
5760 width LyX uses the width of the label, or the default width, whatever is
5761  larger.
5762  If the label width is larger, the label 
5763 \begin_inset Quotes eld
5764 \end_inset
5765
5766 extends
5767 \begin_inset Quotes erd
5768 \end_inset
5769
5770  into the first line.
5771  In other words, the text of the first line isn't aligned with the left
5772  margin of the rest of the item text.
5773 \end_layout
5774
5775 \begin_layout Labeling
5776 \labelwidthstring 00.00.0000
5777 default
5778 \begin_inset space ~
5779 \end_inset
5780
5781 width You can set the default label width to ensure that the text of all
5782  items in a 
5783 \family sans
5784 List
5785 \family default
5786  environment have the same left margin.
5787 \begin_inset Newline newline
5788 \end_inset
5789
5790 To change the default width, select all items in the list.
5791  Now open the 
5792 \family sans
5793 Edit\SpecialChar \menuseparator
5794 Paragraph
5795 \begin_inset space ~
5796 \end_inset
5797
5798 Settings
5799 \family default
5800  dialog.
5801  The text in the box 
5802 \family sans
5803 Longest
5804 \begin_inset space ~
5805 \end_inset
5806
5807 label
5808 \family default
5809  determines the default label width.
5810  You can use the text of your largest label here, but you can also use the
5811  letter 
5812 \begin_inset Quotes eld
5813 \end_inset
5814
5815 M
5816 \begin_inset Quotes erd
5817 \end_inset
5818
5819  multiple times instead.
5820  The M is the widest character and is a standard unit of widths in LaTeX.
5821  By using 
5822 \begin_inset Quotes eld
5823 \end_inset
5824
5825 M
5826 \begin_inset Quotes erd
5827 \end_inset
5828
5829  as the unit of width you don't need to keep changing the contents of 
5830 \family sans
5831 Longest
5832 \begin_inset space ~
5833 \end_inset
5834
5835 label
5836 \family default
5837  every time you alter a label in a 
5838 \family sans
5839 List
5840 \family default
5841  environment.
5842 \begin_inset Newline newline
5843 \end_inset
5844
5845 The predefined default width is the length of 
5846 \begin_inset Quotes eld
5847 \end_inset
5848
5849 00.00.0000
5850 \begin_inset Quotes erd
5851 \end_inset
5852
5853  (equal to 6 M).
5854  
5855 \begin_inset Newline newline
5856 \end_inset
5857
5858
5859 \begin_inset Note Greyedout
5860 status open
5861
5862 \begin_layout Plain Layout
5863
5864 \series bold
5865 Note:
5866 \series default
5867  Setting the cursor into a list item to change only its label width will
5868  only change the width inside LyX but not in the output.
5869 \end_layout
5870
5871 \end_inset
5872
5873
5874 \end_layout
5875
5876 \begin_layout Standard
5877 You should use the 
5878 \family sans
5879 List
5880 \family default
5881  environment the same way like the 
5882 \family sans
5883 Description
5884 \family default
5885  list: When you need one word to stand out from the text that describes
5886  it.
5887  The 
5888 \family sans
5889 List
5890 \family default
5891  environment gives you another way to do this, using a different overall
5892  layout.
5893 \end_layout
5894
5895 \begin_layout Standard
5896 You can nest 
5897 \family sans
5898 List
5899 \family default
5900  environments inside one another, nest them in other types of lists, and
5901  so on.
5902  They work just like the other list paragraph environments.
5903  Read section
5904 \begin_inset space ~
5905 \end_inset
5906
5907
5908 \begin_inset CommandInset ref
5909 LatexCommand ref
5910 reference "sec:Nesting"
5911
5912 \end_inset
5913
5914  to learn about nesting.
5915 \end_layout
5916
5917 \begin_layout Standard
5918 There is yet another feature of the 
5919 \family sans
5920 List
5921 \family default
5922  environment: As you can see in the examples, LyX left-justifies the item
5923  labels by default.
5924  You can use additional 
5925 \family sans
5926 HFills
5927 \family default
5928  to change how LyX justifies the item label.
5929  
5930 \family sans
5931 Hfills
5932 \family default
5933  are documented in section
5934 \begin_inset space ~
5935 \end_inset
5936
5937
5938 \begin_inset CommandInset ref
5939 LatexCommand ref
5940 reference "sub:Horizontal-Space"
5941
5942 \end_inset
5943
5944 .
5945  Here are some examples:
5946 \begin_inset Newpage pagebreak
5947 \end_inset
5948
5949
5950 \end_layout
5951
5952 \begin_layout Labeling
5953 \labelwidthstring 00.00.0000
5954 Left The default for 
5955 \family sans
5956 List
5957 \family default
5958  item labels.
5959 \end_layout
5960
5961 \begin_layout Labeling
5962 \labelwidthstring 00.00.0000
5963 \begin_inset space \hfill{}
5964 \end_inset
5965
5966 Right One 
5967 \family sans
5968 HFill
5969 \family default
5970  at the beginning of the label right justifies it.
5971 \end_layout
5972
5973 \begin_layout Labeling
5974 \labelwidthstring 00.00.0000
5975 \begin_inset space \hfill{}
5976 \end_inset
5977
5978 Center
5979 \begin_inset space \hfill{}
5980 \end_inset
5981
5982  One 
5983 \family sans
5984 HFill
5985 \family default
5986  at the beginning of the label and one at the end centers it.
5987 \end_layout
5988
5989 \begin_layout Subsection
5990 Letters
5991 \begin_inset Index idx
5992 status collapsed
5993
5994 \begin_layout Plain Layout
5995 Letters
5996 \end_layout
5997
5998 \end_inset
5999
6000
6001 \end_layout
6002
6003 \begin_layout Subsubsection
6004
6005 \family sans
6006 Address
6007 \family default
6008  and 
6009 \family sans
6010 Right
6011 \begin_inset space ~
6012 \end_inset
6013
6014 Address
6015 \family default
6016 : An Overview
6017 \end_layout
6018
6019 \begin_layout Standard
6020 Although LyX has document classes for letters, we've also created two paragraph
6021  environments called 
6022 \family sans
6023 Address
6024 \family default
6025  and 
6026 \family sans
6027 Right
6028 \begin_inset space ~
6029 \end_inset
6030
6031 Address
6032 \family default
6033 .
6034  To use the letter class, you need to use specific paragraph environments
6035  in a specific order, otherwise LaTeX gags on the document.
6036  In contrast, you can use the 
6037 \family sans
6038 Address
6039 \family default
6040  and 
6041 \family sans
6042 Right
6043 \begin_inset space ~
6044 \end_inset
6045
6046 Address
6047 \family default
6048  paragraph environments anywhere with no problem.
6049  You can even nest them inside other environments, though you can't nest
6050  anything in them.
6051 \end_layout
6052
6053 \begin_layout Standard
6054 Of course, you're not limited to using 
6055 \family sans
6056 Address
6057 \family default
6058  and 
6059 \family sans
6060 Right
6061 \begin_inset space ~
6062 \end_inset
6063
6064 Address
6065 \family default
6066  for letters only.
6067  
6068 \family sans
6069 Right
6070 \begin_inset space ~
6071 \end_inset
6072
6073 Address
6074 \family default
6075 , in particular, is useful for creating article titles like those used in
6076  some European academic papers.
6077 \end_layout
6078
6079 \begin_layout Subsubsection
6080 Usage
6081 \begin_inset CommandInset label
6082 LatexCommand label
6083 name "sec:Address-Usage"
6084
6085 \end_inset
6086
6087
6088 \end_layout
6089
6090 \begin_layout Standard
6091 The 
6092 \family sans
6093 Address
6094 \family default
6095  environment formats text in the style of an address, which is also used
6096  for the opening and signature in some countries.
6097  Similarly, the 
6098 \family sans
6099 Right
6100 \begin_inset space ~
6101 \end_inset
6102
6103 Address
6104 \family default
6105  environment formats text in the style of a right-justified address, which
6106  is used for the sender's address and today's date in some countries.
6107  Here's an example of each:
6108 \end_layout
6109
6110 \begin_layout Right Address
6111 Right Address
6112 \begin_inset Newline newline
6113 \end_inset
6114
6115 Who I am
6116 \begin_inset Newline newline
6117 \end_inset
6118
6119 Where I am
6120 \begin_inset Newline newline
6121 \end_inset
6122
6123 When is it? What is today?
6124 \end_layout
6125
6126 \begin_layout Standard
6127 That was 
6128 \family sans
6129 Right
6130 \begin_inset space ~
6131 \end_inset
6132
6133 Address
6134 \family default
6135 .
6136  Notice that the lines all have the same left margin, which LyX sets to
6137  fit the largest block of text on a single line.
6138  Here's an example of the 
6139 \family sans
6140 Address
6141 \family default
6142  environment:
6143 \end_layout
6144
6145 \begin_layout Address
6146 Who are you
6147 \begin_inset Newline newline
6148 \end_inset
6149
6150 Where do I send this
6151 \begin_inset Newline newline
6152 \end_inset
6153
6154 Your post office and country
6155 \end_layout
6156
6157 \begin_layout Standard
6158 As you can see, both 
6159 \family sans
6160 Address
6161 \family default
6162  and 
6163 \family sans
6164 Right
6165 \begin_inset space ~
6166 \end_inset
6167
6168 Address
6169 \family default
6170  add extra space between themselves and the next paragraph.
6171  If you hit 
6172 \family sans
6173 Return
6174 \family default
6175  in either of these environments, LyX resets the nesting depth and sets
6176  the environment to 
6177 \family sans
6178 Standard
6179 \family default
6180 .
6181  This makes sense, since 
6182 \family sans
6183 Return
6184 \family default
6185  is the 
6186 \family typewriter
6187 break-paragraph
6188 \family default
6189  function, and the individual lines of an address are not paragraphs.
6190  Thus, you have to use 
6191 \family typewriter
6192 break-line
6193 \family default
6194  (
6195 \begin_inset Info
6196 type  "shortcut"
6197 arg   "newline-insert newline"
6198 \end_inset
6199
6200  or 
6201 \family sans
6202 Formatting
6203 \begin_inset space ~
6204 \end_inset
6205
6206 Character\SpecialChar \menuseparator
6207 Line
6208 \begin_inset space ~
6209 \end_inset
6210
6211 Break
6212 \family default
6213  from the 
6214 \family sans
6215 Insert
6216 \family default
6217  menu) to start a new line in an 
6218 \family sans
6219 Address
6220 \family default
6221  or 
6222 \family sans
6223 Right
6224 \begin_inset space ~
6225 \end_inset
6226
6227 Address
6228 \family default
6229  environment.
6230 \end_layout
6231
6232 \begin_layout Subsection
6233 Academic Writing
6234 \end_layout
6235
6236 \begin_layout Standard
6237 Most academic writing begins with an abstract and ends with a bibliography
6238  or list of references.
6239  LyX contains paragraph environments for both of these.
6240 \end_layout
6241
6242 \begin_layout Subsubsection
6243
6244 \family sans
6245 Abstract
6246 \begin_inset Index idx
6247 status collapsed
6248
6249 \begin_layout Plain Layout
6250 Abstracts
6251 \end_layout
6252
6253 \end_inset
6254
6255
6256 \end_layout
6257
6258 \begin_layout Standard
6259 The 
6260 \family sans
6261 Abstract
6262 \family default
6263  environment is used for the abstract of an article.
6264  Technically, you could use this environment anywhere, but you really should
6265  only use it at the beginning of the document, after the title.
6266  Also, don't bother trying to nest 
6267 \family sans
6268 Abstract
6269 \family default
6270  in anything else or vice versa.
6271  It won't work.
6272  The 
6273 \family sans
6274 Abstract
6275 \family default
6276  environment is only useful in the article and report document classes.
6277  The book document classes ignores the 
6278 \family sans
6279 Abstract
6280 \family default
6281  completely, and it's utterly silly to use 
6282 \family sans
6283 Abstract
6284 \family default
6285  in a letter document class.
6286 \end_layout
6287
6288 \begin_layout Standard
6289 The 
6290 \family sans
6291 Abstract
6292 \family default
6293  environment does several things for you.
6294  First, it puts the centered label 
6295 \begin_inset Quotes eld
6296 \end_inset
6297
6298 Abstract
6299 \begin_inset Quotes erd
6300 \end_inset
6301
6302  above the text.
6303  The label and the text of the abstract are separated by some extra vertical
6304  space.
6305  Second, it typesets everything in a smaller font, just as you'd expect.
6306  Lastly, it adds a bit of extra vertical space between the abstract and
6307  the subsequent text.
6308  Well, that's how it will appear on the LyX screen.
6309  The appearance in the output depends on the used article or report class.
6310 \end_layout
6311
6312 \begin_layout Standard
6313 Starting a new paragraph by hitting 
6314 \family sans
6315 Return
6316 \family default
6317  does not reset the paragraph environment.
6318  The new paragraph will still be in the 
6319 \family sans
6320 Abstract
6321 \family default
6322  environment.
6323  So, you will have to change the paragraph environment yourself when you
6324  finish entering the abstract of your document.
6325 \end_layout
6326
6327 \begin_layout Standard
6328 \begin_inset Float figure
6329 wide false
6330 sideways false
6331 status open
6332
6333 \begin_layout Plain Layout
6334 \align center
6335 \begin_inset Graphics
6336         filename clipart/Abstract.pdf
6337
6338 \end_inset
6339
6340
6341 \end_layout
6342
6343 \begin_layout Plain Layout
6344 \begin_inset Caption
6345
6346 \begin_layout Plain Layout
6347 \begin_inset CommandInset label
6348 LatexCommand label
6349 name "cap:Paragraph-in-the"
6350
6351 \end_inset
6352
6353 Paragraph in the 
6354 \family sans
6355 Abstract
6356 \family default
6357  environment
6358 \end_layout
6359
6360 \end_inset
6361
6362
6363 \end_layout
6364
6365 \end_inset
6366
6367
6368 \end_layout
6369
6370 \begin_layout Standard
6371 We'd love to give you directly an example of the 
6372 \family sans
6373 Abstract
6374 \family default
6375  environment, but since this document is in the 
6376 \begin_inset Quotes eld
6377 \end_inset
6378
6379 book
6380 \begin_inset Quotes erd
6381 \end_inset
6382
6383  class, we can't do this.
6384  We inserted it therefore as figure
6385 \begin_inset space ~
6386 \end_inset
6387
6388
6389 \begin_inset CommandInset ref
6390 LatexCommand ref
6391 reference "cap:Paragraph-in-the"
6392
6393 \end_inset
6394
6395 .
6396  If you've never heard of an 
6397 \begin_inset Quotes eld
6398 \end_inset
6399
6400 abstract
6401 \begin_inset Quotes erd
6402 \end_inset
6403
6404  before, you can safely ignore this environment.
6405 \end_layout
6406
6407 \begin_layout Subsubsection
6408
6409 \family sans
6410 Bibliography
6411 \family default
6412
6413 \begin_inset Index idx
6414 status collapsed
6415
6416 \begin_layout Plain Layout
6417 Bibliography
6418 \end_layout
6419
6420 \end_inset
6421
6422
6423 \begin_inset CommandInset label
6424 LatexCommand label
6425 name "sub:Biblio_environment"
6426
6427 \end_inset
6428
6429
6430 \end_layout
6431
6432 \begin_layout Standard
6433 The 
6434 \family sans
6435 Bibliography
6436 \family default
6437  environment is used to list references.
6438  Technically, you could use this environment anywhere, but you really should
6439  only use it at the end of the document.
6440  Nesting 
6441 \family sans
6442 Bibliography
6443 \family default
6444  in anything else or vice versa won't work.
6445 \end_layout
6446
6447 \begin_layout Standard
6448 When you first open a 
6449 \family sans
6450 Bibliography
6451 \family default
6452  environment, LyX adds a large vertical space, followed by the heading 
6453 \begin_inset Quotes eld
6454 \end_inset
6455
6456 Bibliography
6457 \begin_inset Quotes erd
6458 \end_inset
6459
6460  or 
6461 \begin_inset Quotes eld
6462 \end_inset
6463
6464 References,
6465 \begin_inset Quotes erd
6466 \end_inset
6467
6468  depending on the document class.
6469  The heading is in a large boldface font.
6470  Each paragraph of the 
6471 \family sans
6472 Bibliography
6473 \family default
6474  environment is a bibliography entry.
6475  Thus, hitting 
6476 \family sans
6477 Return
6478 \family default
6479  does not reset the paragraph environment.
6480  Each new paragraph is still in the 
6481 \family sans
6482 Bibliography
6483 \family default
6484  environment.
6485 \end_layout
6486
6487 \begin_layout Standard
6488 There is another, usually better way to include references in your document
6489  by using a BibTeX database.
6490  For more information on that, and for a a detailed description of LyX's
6491  bibliography handling, have a look at in section
6492 \begin_inset space ~
6493 \end_inset
6494
6495
6496 \begin_inset CommandInset ref
6497 LatexCommand ref
6498 reference "sec:Bibliography"
6499
6500 \end_inset
6501
6502 .
6503 \end_layout
6504
6505 \begin_layout Subsection
6506 LyX
6507 \family sans
6508 -Code
6509 \begin_inset Index idx
6510 status collapsed
6511
6512 \begin_layout Plain Layout
6513 Paragraph ! LyX code
6514 \end_layout
6515
6516 \end_inset
6517
6518
6519 \begin_inset CommandInset label
6520 LatexCommand label
6521 name "sub:LyX-Code"
6522
6523 \end_inset
6524
6525
6526 \end_layout
6527
6528 \begin_layout Standard
6529 The 
6530 \family sans
6531 LyX-Code
6532 \family default
6533  environment is another LyX extension.
6534  It type-sets text in a typewriter-style font.
6535  It also treats the 
6536 \family sans
6537 Space
6538 \family default
6539  key as a fixed whitespace;
6540 \begin_inset Foot
6541 status collapsed
6542
6543 \begin_layout Plain Layout
6544 In the 
6545 \family sans
6546 LyX-Code
6547 \family default
6548  environment, the 
6549 \family sans
6550 Space
6551 \family default
6552  key is treated as a 
6553 \family sans
6554 Protected
6555 \begin_inset space ~
6556 \end_inset
6557
6558 Blank
6559 \family default
6560  instead of an end-of-word marker.
6561 \end_layout
6562
6563 \end_inset
6564
6565  this is the only case in which you can type multiple whitespaces in LyX.
6566  If you need to insert blank lines, you'll still need to use 
6567 \begin_inset Info
6568 type  "shortcut"
6569 arg   "newline-insert newline"
6570 \end_inset
6571
6572  (the 
6573 \family typewriter
6574 break-line
6575 \family default
6576  function).
6577  
6578 \family sans
6579 Return
6580 \family default
6581  breaks paragraphs.
6582  Note, however, that 
6583 \family sans
6584 Return
6585 \family default
6586  does not reset the paragraph environment.
6587  So, when you finish using the 
6588 \family sans
6589 LyX-Code
6590 \family default
6591  environment, you'll need to change the paragraph environment yourself.
6592  Also, you can nest the 
6593 \family sans
6594 LyX-Code
6595 \family default
6596  environment inside of others.
6597 \end_layout
6598
6599 \begin_layout Standard
6600 There are a few quirks with this environment:
6601 \end_layout
6602
6603 \begin_layout Itemize
6604 You can't use 
6605 \begin_inset Info
6606 type  "shortcut"
6607 arg   "newline-insert newline"
6608 \end_inset
6609
6610  at the beginning of a new paragraph (i.
6611 \begin_inset space \thinspace{}
6612 \end_inset
6613
6614 g.
6615 \begin_inset space \space{}
6616 \end_inset
6617
6618 you can't follow 
6619 \family sans
6620 Return
6621 \family default
6622  with a 
6623 \begin_inset Info
6624 type  "shortcut"
6625 arg   "newline-insert newline"
6626 \end_inset
6627
6628 ).
6629 \end_layout
6630
6631 \begin_layout Itemize
6632 You can't follow a 
6633 \begin_inset Info
6634 type  "shortcut"
6635 arg   "newline-insert newline"
6636 \end_inset
6637
6638  with a 
6639 \family sans
6640 Space
6641 \family default
6642 .
6643 \end_layout
6644
6645 \begin_deeper
6646 \begin_layout Itemize
6647 Use a 
6648 \family sans
6649 Return
6650 \family default
6651  to begin a new paragraph, then you can use a 
6652 \family sans
6653 Space
6654 \family default
6655 .
6656 \end_layout
6657
6658 \begin_layout Itemize
6659 Or: use 
6660 \begin_inset Info
6661 type  "shortcut"
6662 arg   "space-insert protected"
6663 \end_inset
6664
6665  instead.
6666 \end_layout
6667
6668 \end_deeper
6669 \begin_layout Itemize
6670 You can't have an empty paragraph or an empty line.
6671  You must put at least one 
6672 \family sans
6673 Space
6674 \family default
6675  in any line you want blank.
6676  Otherwise, LaTeX generates errors.
6677 \end_layout
6678
6679 \begin_layout Itemize
6680 You cannot get the typewriter double quotes by typing 
6681 \family sans
6682 "
6683 \family default
6684  since that will insert 
6685 \emph on
6686 real
6687 \emph default
6688  quotes.
6689  You get the typewriter double quotes with 
6690 \begin_inset Info
6691 type  "shortcut"
6692 arg   "self-insert \""
6693 \end_inset
6694
6695 .
6696 \end_layout
6697
6698 \begin_layout Standard
6699 Here's an example:
6700 \end_layout
6701
6702 \begin_layout LyX-Code
6703 #include <stdio.h>
6704 \end_layout
6705
6706 \begin_layout LyX-Code
6707  
6708 \end_layout
6709
6710 \begin_layout LyX-Code
6711 int main(void)
6712 \end_layout
6713
6714 \begin_layout LyX-Code
6715 {
6716 \end_layout
6717
6718 \begin_layout LyX-Code
6719     printf("Hello World!
6720 \backslash
6721 n");
6722 \end_layout
6723
6724 \begin_layout LyX-Code
6725     return 0;
6726 \end_layout
6727
6728 \begin_layout LyX-Code
6729 }
6730 \end_layout
6731
6732 \begin_layout Standard
6733 This is just the standard 
6734 \begin_inset Quotes eld
6735 \end_inset
6736
6737 Hello world!
6738 \begin_inset Quotes erd
6739 \end_inset
6740
6741  program.
6742  
6743 \end_layout
6744
6745 \begin_layout Standard
6746
6747 \family sans
6748 LyX-Code
6749 \family default
6750  has one purpose: to typeset code, such as program source, shell scripts,
6751  rc-files, and so on.
6752  Use it only in those very special cases where you need to generate text
6753  as if you used a typewriter.
6754 \begin_inset Index idx
6755 status collapsed
6756
6757 \begin_layout Plain Layout
6758 Paragraph environments|)
6759 \end_layout
6760
6761 \end_inset
6762
6763
6764 \end_layout
6765
6766 \begin_layout Section
6767 Nesting Environments
6768 \begin_inset Index idx
6769 status collapsed
6770
6771 \begin_layout Plain Layout
6772 Nesting ! Environments
6773 \end_layout
6774
6775 \end_inset
6776
6777
6778 \begin_inset CommandInset label
6779 LatexCommand label
6780 name "sec:Nesting"
6781
6782 \end_inset
6783
6784
6785 \end_layout
6786
6787 \begin_layout Subsection
6788 Introduction
6789 \end_layout
6790
6791 \begin_layout Standard
6792 LyX treats text as a unified block with a particular context and specific
6793  properties.
6794  This allows you to create blocks that inherit some of the properties of
6795  another block.
6796  For example you have three main points in an outline, but point #2 also
6797  has two subpoints.
6798  In other words, you have a list inside of another list, with the inner
6799  list 
6800 \begin_inset Quotes eld
6801 \end_inset
6802
6803 attached
6804 \begin_inset Quotes erd
6805 \end_inset
6806
6807  to item #2:
6808 \end_layout
6809
6810 \begin_layout Enumerate
6811 one
6812 \end_layout
6813
6814 \begin_layout Enumerate
6815 two
6816 \end_layout
6817
6818 \begin_deeper
6819 \begin_layout Enumerate
6820 sublist - item #1
6821 \end_layout
6822
6823 \begin_layout Enumerate
6824 sublist - item #2
6825 \end_layout
6826
6827 \end_deeper
6828 \begin_layout Enumerate
6829 three
6830 \end_layout
6831
6832 \begin_layout Standard
6833 You put a list inside a list by nesting one list inside the other.
6834  Nesting an environment is quite simple: Select 
6835 \family sans
6836 Increase
6837 \begin_inset space ~
6838 \end_inset
6839
6840 List
6841 \begin_inset space ~
6842 \end_inset
6843
6844 Depth
6845 \family default
6846  or 
6847 \family sans
6848 Decrease
6849 \begin_inset space ~
6850 \end_inset
6851
6852 List
6853 \begin_inset space ~
6854 \end_inset
6855
6856 Depth
6857 \family default
6858  from the 
6859 \family sans
6860 Edit
6861 \family default
6862  menu to change the nesting depth of the current paragraph (the status bar
6863  will tell you how far you are nested).
6864  Instead of the menu, you can also use the toolbar buttons 
6865 \begin_inset Graphics
6866         filename ../images/depth-increment.png
6867
6868 \end_inset
6869
6870  and 
6871 \begin_inset Graphics
6872         filename ../images/depth-decrement.png
6873
6874 \end_inset
6875
6876  or the convenient key bindings 
6877 \family sans
6878 Tab
6879 \family default
6880  and 
6881 \family sans
6882 Shift-Tab
6883 \family default
6884  or 
6885 \begin_inset Info
6886 type  "shortcut"
6887 arg   "depth-increment"
6888 \end_inset
6889
6890  and 
6891 \begin_inset Info
6892 type  "shortcut"
6893 arg   "depth-decrement"
6894 \end_inset
6895
6896  to change the nesting level.
6897  The change will work on the current selection if you have made one (allowing
6898  you to change the nesting of several paragraphs at once), or the current
6899  paragraph.
6900 \end_layout
6901
6902 \begin_layout Standard
6903 Note that LyX only changes the nesting depth if it can.
6904  If it's invalid to do so, nothing happens if you try to change the depth.
6905  Additionally, if you change the depth of one paragraph, it affects the
6906  depth of every paragraph nested inside of it.
6907 \end_layout
6908
6909 \begin_layout Standard
6910 Nesting isn't limited to lists.
6911  In LyX, you can nest just about anything inside anything else, as you're
6912  about to find out.
6913  This is the real power of nesting paragraph environments.
6914 \end_layout
6915
6916 \begin_layout Subsection
6917 What You Can and Can't Nest
6918 \end_layout
6919
6920 \begin_layout Standard
6921 Before we fire a list of paragraph environments at you, we need to tell
6922  you a little bit more about how nesting works.
6923 \end_layout
6924
6925 \begin_layout Standard
6926 The question if nesting a paragraph environment is possible, is a bit more
6927  complicated than a simple yes or no.
6928  There are three types of paragraph environments:
6929 \end_layout
6930
6931 \begin_layout Itemize
6932 Completely unnestable
6933 \end_layout
6934
6935 \begin_layout Itemize
6936 Fully nestable, you can nest them inside things and you can also nest other
6937  things inside them.
6938 \end_layout
6939
6940 \begin_layout Itemize
6941 A third type, you can nest them into other environments, but you can't nest
6942  anything into them.
6943 \end_layout
6944
6945 \begin_layout Standard
6946 Here's a list of the three types of nesting behavior, and which paragraph
6947  environments have them:
6948 \end_layout
6949
6950 \begin_layout Description
6951 Unnestable Can't nest them.
6952  Can't nest into them.
6953 \end_layout
6954
6955 \begin_deeper
6956 \begin_layout Itemize
6957
6958 \family sans
6959 Bibliography
6960 \end_layout
6961
6962 \begin_layout Itemize
6963
6964 \family sans
6965 Abstract
6966 \end_layout
6967
6968 \begin_layout Itemize
6969
6970 \family sans
6971 Title
6972 \end_layout
6973
6974 \begin_layout Itemize
6975
6976 \family sans
6977 Author
6978 \end_layout
6979
6980 \begin_layout Itemize
6981
6982 \family sans
6983 Date
6984 \end_layout
6985
6986 \end_deeper
6987 \begin_layout Description
6988 Fully
6989 \begin_inset space ~
6990 \end_inset
6991
6992 Nestable You can nest them.
6993  You can nest other things into them.
6994 \end_layout
6995
6996 \begin_deeper
6997 \begin_layout Itemize
6998
6999 \family sans
7000 Verse
7001 \end_layout
7002
7003 \begin_layout Itemize
7004
7005 \family sans
7006 Quote
7007 \end_layout
7008
7009 \begin_layout Itemize
7010
7011 \family sans
7012 Quotation
7013 \end_layout
7014
7015 \begin_layout Itemize
7016
7017 \family sans
7018 Itemize
7019 \end_layout
7020
7021 \begin_layout Itemize
7022
7023 \family sans
7024 Enumerate
7025 \end_layout
7026
7027 \begin_layout Itemize
7028
7029 \family sans
7030 Description
7031 \end_layout
7032
7033 \begin_layout Itemize
7034
7035 \family sans
7036 List
7037 \end_layout
7038
7039 \begin_layout Itemize
7040
7041 \family sans
7042 LyX-Code
7043 \end_layout
7044
7045 \end_deeper
7046 \begin_layout Description
7047 Nestable-Inside You can nest them inside other things.
7048  You can't nest anything into them.
7049 \end_layout
7050
7051 \begin_deeper
7052 \begin_layout Itemize
7053
7054 \family sans
7055 Standard
7056 \end_layout
7057
7058 \begin_layout Itemize
7059
7060 \family sans
7061 Part
7062 \end_layout
7063
7064 \begin_layout Itemize
7065
7066 \family sans
7067 Chapter
7068 \end_layout
7069
7070 \begin_layout Itemize
7071
7072 \family sans
7073 Section
7074 \end_layout
7075
7076 \begin_layout Itemize
7077
7078 \family sans
7079 Subsection
7080 \end_layout
7081
7082 \begin_layout Itemize
7083
7084 \family sans
7085 Subsubsection
7086 \end_layout
7087
7088 \begin_layout Itemize
7089
7090 \family sans
7091 Paragraph
7092 \end_layout
7093
7094 \begin_layout Itemize
7095
7096 \family sans
7097 Subparagraph
7098 \end_layout
7099
7100 \begin_layout Itemize
7101
7102 \family sans
7103 Part*
7104 \end_layout
7105
7106 \begin_layout Itemize
7107
7108 \family sans
7109 Chapter*
7110 \end_layout
7111
7112 \begin_layout Itemize
7113
7114 \family sans
7115 Section*
7116 \end_layout
7117
7118 \begin_layout Itemize
7119
7120 \family sans
7121 Subsection*
7122 \end_layout
7123
7124 \begin_layout Itemize
7125
7126 \family sans
7127 Subsubsection*
7128 \end_layout
7129
7130 \begin_layout Itemize
7131
7132 \family sans
7133 Right
7134 \begin_inset space ~
7135 \end_inset
7136
7137 Address
7138 \end_layout
7139
7140 \begin_layout Itemize
7141
7142 \family sans
7143 Address
7144 \end_layout
7145
7146 \end_deeper
7147 \begin_layout Standard
7148 \begin_inset Note Greyedout
7149 status open
7150
7151 \begin_layout Plain Layout
7152
7153 \series bold
7154 Note:
7155 \series default
7156  Although it is possible to nest numbered section headings like 
7157 \family sans
7158 Chapter
7159 \family default
7160
7161 \family sans
7162 Section
7163 \family default
7164 , etc.
7165 \begin_inset space ~
7166 \end_inset
7167
7168 to e.
7169 \begin_inset space \thinspace{}
7170 \end_inset
7171
7172 g.
7173 \begin_inset space \space{}
7174 \end_inset
7175
7176 lists, it is highly recommended not to do this because the aim is to create
7177  well structured documents following typesetting guidelines whereas nested
7178  section headings violate this.
7179 \end_layout
7180
7181 \end_inset
7182
7183
7184 \end_layout
7185
7186 \begin_layout Subsection
7187 Nesting Other Things: Tables, Math, Floats, etc.
7188 \begin_inset Index idx
7189 status collapsed
7190
7191 \begin_layout Plain Layout
7192 Nesting ! Tables etc.
7193 \end_layout
7194
7195 \end_inset
7196
7197
7198 \end_layout
7199
7200 \begin_layout Standard
7201 There are several things that aren't paragraph environments, but which are
7202  affected by nesting anyhow.
7203  They are:
7204 \end_layout
7205
7206 \begin_layout Itemize
7207 equations
7208 \end_layout
7209
7210 \begin_layout Itemize
7211 tables
7212 \end_layout
7213
7214 \begin_layout Itemize
7215 figures
7216 \end_layout
7217
7218 \begin_layout Standard
7219 (
7220 \begin_inset Note Greyedout
7221 status open
7222
7223 \begin_layout Plain Layout
7224
7225 \series bold
7226 Note:
7227 \series default
7228  Figures and tables in 
7229 \family sans
7230 Floats
7231 \family default
7232  are not affected by this.
7233 \end_layout
7234
7235 \end_inset
7236
7237  Have a look at section
7238 \begin_inset space ~
7239 \end_inset
7240
7241
7242 \begin_inset CommandInset ref
7243 LatexCommand ref
7244 reference "sec:Floats"
7245
7246 \end_inset
7247
7248  for more information about 
7249 \family sans
7250 Floats
7251 \family default
7252 .)
7253 \end_layout
7254
7255 \begin_layout Standard
7256 LyX can treat these three objects as either a word or as a paragraph.
7257  If a figure, table, or an equation is inline, it goes wherever the paragraph
7258  it is in goes.
7259 \end_layout
7260
7261 \begin_layout Standard
7262 On the other hand, if you have an equation, figure or table in a 
7263 \begin_inset Quotes eld
7264 \end_inset
7265
7266 paragraph
7267 \begin_inset Quotes erd
7268 \end_inset
7269
7270  of its own, it behaves just like a 
7271 \begin_inset Quotes eld
7272 \end_inset
7273
7274 nestable-inside
7275 \begin_inset Quotes erd
7276 \end_inset
7277
7278  paragraph environment.
7279  You can nest it into any environment, but you obviously can't nest anything
7280  into it.
7281 \end_layout
7282
7283 \begin_layout Standard
7284 Here's an example with a table:
7285 \end_layout
7286
7287 \begin_layout Enumerate
7288 Item One
7289 \end_layout
7290
7291 \begin_deeper
7292 \begin_layout Enumerate
7293 This is (a) and it's nested.
7294 \end_layout
7295
7296 \begin_deeper
7297 \begin_layout Standard
7298 \begin_inset VSpace 0.3cm
7299 \end_inset
7300
7301
7302 \end_layout
7303
7304 \begin_layout Standard
7305 \align center
7306 \begin_inset Tabular
7307 <lyxtabular version="3" rows="2" columns="2">
7308 <features tabularvalignment="middle">
7309 <column alignment="center" valignment="top" width="0pt">
7310 <column alignment="center" valignment="top" width="0pt">
7311 <row>
7312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7313 \begin_inset Text
7314
7315 \begin_layout Plain Layout
7316
7317 \family roman
7318 \series medium
7319 \shape up
7320 \size normal
7321 \emph off
7322 \bar no
7323 \noun off
7324 \color none
7325 a
7326 \end_layout
7327
7328 \end_inset
7329 </cell>
7330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7331 \begin_inset Text
7332
7333 \begin_layout Plain Layout
7334
7335 \family roman
7336 \series medium
7337 \shape up
7338 \size normal
7339 \emph off
7340 \bar no
7341 \noun off
7342 \color none
7343 b
7344 \end_layout
7345
7346 \end_inset
7347 </cell>
7348 </row>
7349 <row>
7350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7351 \begin_inset Text
7352
7353 \begin_layout Plain Layout
7354
7355 \family roman
7356 \series medium
7357 \shape up
7358 \size normal
7359 \emph off
7360 \bar no
7361 \noun off
7362 \color none
7363 c
7364 \end_layout
7365
7366 \end_inset
7367 </cell>
7368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7369 \begin_inset Text
7370
7371 \begin_layout Plain Layout
7372
7373 \family roman
7374 \series medium
7375 \shape up
7376 \size normal
7377 \emph off
7378 \bar no
7379 \noun off
7380 \color none
7381 d
7382 \end_layout
7383
7384 \end_inset
7385 </cell>
7386 </row>
7387 </lyxtabular>
7388
7389 \end_inset
7390
7391
7392 \end_layout
7393
7394 \begin_layout Standard
7395 \begin_inset VSpace 0.3cm
7396 \end_inset
7397
7398
7399 \end_layout
7400
7401 \end_deeper
7402 \begin_layout Enumerate
7403 This is (b).
7404  The table is actually nested inside (a).
7405 \end_layout
7406
7407 \end_deeper
7408 \begin_layout Enumerate
7409 Back out again.
7410 \end_layout
7411
7412 \begin_layout Standard
7413 If we hadn't nested the table at all, the list would look like this:
7414 \end_layout
7415
7416 \begin_layout Enumerate
7417 Item One
7418 \end_layout
7419
7420 \begin_deeper
7421 \begin_layout Enumerate
7422 This is (a) and it's nested.
7423 \end_layout
7424
7425 \end_deeper
7426 \begin_layout Standard
7427 \begin_inset VSpace 0.3cm
7428 \end_inset
7429
7430
7431 \end_layout
7432
7433 \begin_layout Standard
7434 \align center
7435 \begin_inset Tabular
7436 <lyxtabular version="3" rows="2" columns="2">
7437 <features tabularvalignment="middle">
7438 <column alignment="center" valignment="top" width="0pt">
7439 <column alignment="center" valignment="top" width="0pt">
7440 <row>
7441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7442 \begin_inset Text
7443
7444 \begin_layout Plain Layout
7445
7446 \family roman
7447 \series medium
7448 \shape up
7449 \size normal
7450 \emph off
7451 \bar no
7452 \noun off
7453 \color none
7454 a
7455 \end_layout
7456
7457 \end_inset
7458 </cell>
7459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7460 \begin_inset Text
7461
7462 \begin_layout Plain Layout
7463
7464 \family roman
7465 \series medium
7466 \shape up
7467 \size normal
7468 \emph off
7469 \bar no
7470 \noun off
7471 \color none
7472 b
7473 \end_layout
7474
7475 \end_inset
7476 </cell>
7477 </row>
7478 <row>
7479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7480 \begin_inset Text
7481
7482 \begin_layout Plain Layout
7483
7484 \family roman
7485 \series medium
7486 \shape up
7487 \size normal
7488 \emph off
7489 \bar no
7490 \noun off
7491 \color none
7492 c
7493 \end_layout
7494
7495 \end_inset
7496 </cell>
7497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7498 \begin_inset Text
7499
7500 \begin_layout Plain Layout
7501
7502 \family roman
7503 \series medium
7504 \shape up
7505 \size normal
7506 \emph off
7507 \bar no
7508 \noun off
7509 \color none
7510 d
7511 \end_layout
7512
7513 \end_inset
7514 </cell>
7515 </row>
7516 </lyxtabular>
7517
7518 \end_inset
7519
7520
7521 \end_layout
7522
7523 \begin_layout Standard
7524 \begin_inset VSpace 0.3cm
7525 \end_inset
7526
7527
7528 \end_layout
7529
7530 \begin_layout Enumerate
7531 This is (b).
7532  The table is 
7533 \emph on
7534 not
7535 \emph default
7536  nested inside (a).
7537  In fact, it's not nested at all.
7538 \end_layout
7539
7540 \begin_layout Enumerate
7541 Back out again.
7542 \end_layout
7543
7544 \begin_layout Standard
7545 Notice how item (b) is not only no longer nested, but is also the first
7546  item of a new list!
7547 \end_layout
7548
7549 \begin_layout Standard
7550 There's another trap you can fall into: Nesting the table, but not going
7551  deep enough.
7552  LyX then turns anything after the table into a new sublist.
7553 \end_layout
7554
7555 \begin_layout Enumerate
7556 Item One
7557 \end_layout
7558
7559 \begin_deeper
7560 \begin_layout Enumerate
7561 This is (a) and it's nested.
7562 \end_layout
7563
7564 \begin_layout Standard
7565 \begin_inset VSpace 0.3cm
7566 \end_inset
7567
7568
7569 \end_layout
7570
7571 \begin_layout Standard
7572 \align center
7573 \begin_inset Tabular
7574 <lyxtabular version="3" rows="2" columns="2">
7575 <features tabularvalignment="middle">
7576 <column alignment="center" valignment="top" width="0pt">
7577 <column alignment="center" valignment="top" width="0pt">
7578 <row>
7579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7580 \begin_inset Text
7581
7582 \begin_layout Plain Layout
7583
7584 \family roman
7585 \series medium
7586 \shape up
7587 \size normal
7588 \emph off
7589 \bar no
7590 \noun off
7591 \color none
7592 a
7593 \end_layout
7594
7595 \end_inset
7596 </cell>
7597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7598 \begin_inset Text
7599
7600 \begin_layout Plain Layout
7601
7602 \family roman
7603 \series medium
7604 \shape up
7605 \size normal
7606 \emph off
7607 \bar no
7608 \noun off
7609 \color none
7610 b
7611 \end_layout
7612
7613 \end_inset
7614 </cell>
7615 </row>
7616 <row>
7617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7618 \begin_inset Text
7619
7620 \begin_layout Plain Layout
7621
7622 \family roman
7623 \series medium
7624 \shape up
7625 \size normal
7626 \emph off
7627 \bar no
7628 \noun off
7629 \color none
7630 c
7631 \end_layout
7632
7633 \end_inset
7634 </cell>
7635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7636 \begin_inset Text
7637
7638 \begin_layout Plain Layout
7639
7640 \family roman
7641 \series medium
7642 \shape up
7643 \size normal
7644 \emph off
7645 \bar no
7646 \noun off
7647 \color none
7648 d
7649 \end_layout
7650
7651 \end_inset
7652 </cell>
7653 </row>
7654 </lyxtabular>
7655
7656 \end_inset
7657
7658
7659 \end_layout
7660
7661 \begin_layout Standard
7662 \begin_inset VSpace 0.3cm
7663 \end_inset
7664
7665
7666 \end_layout
7667
7668 \begin_layout Enumerate
7669 This is (b).
7670  The table is actually nested inside Item One, but 
7671 \emph on
7672 not
7673 \emph default
7674  inside (a).
7675 \end_layout
7676
7677 \end_deeper
7678 \begin_layout Enumerate
7679 Back out again.
7680 \end_layout
7681
7682 \begin_layout Standard
7683 As you can see, item (b) turned into the first item of a new list, but a
7684  new list 
7685 \emph on
7686 inside
7687 \emph default
7688  item 1.
7689  The same thing would have happened to a figure or an equation.
7690  So, if you nest tables, figures or equations, make sure you go to the right
7691  depth!
7692 \end_layout
7693
7694 \begin_layout Subsection
7695 Usage and General Features
7696 \end_layout
7697
7698 \begin_layout Standard
7699 Speaking of levels, LyX can perform up to a six-fold nesting.
7700  In other words, 
7701 \begin_inset Quotes eld
7702 \end_inset
7703
7704 level #6
7705 \begin_inset Quotes erd
7706 \end_inset
7707
7708  is the innermost possible depth.
7709  Here's an example to illustrate what we mean:
7710 \end_layout
7711
7712 \begin_layout Enumerate
7713 level #1 - outermost
7714 \end_layout
7715
7716 \begin_deeper
7717 \begin_layout Enumerate
7718 level #2
7719 \end_layout
7720
7721 \begin_deeper
7722 \begin_layout Enumerate
7723 level #3
7724 \end_layout
7725
7726 \begin_deeper
7727 \begin_layout Enumerate
7728 level #4
7729 \end_layout
7730
7731 \begin_deeper
7732 \begin_layout Itemize
7733 level #5
7734 \end_layout
7735
7736 \begin_deeper
7737 \begin_layout Itemize
7738 level #6
7739 \end_layout
7740
7741 \end_deeper
7742 \end_deeper
7743 \end_deeper
7744 \end_deeper
7745 \end_deeper
7746 \begin_layout Standard
7747 There are two exceptions to the six-fold nesting limit, and you can see
7748  both of them in the example.
7749  Unlike the other fully-nestable environments, you can only perform a four-fold
7750  nesting with the 
7751 \family sans
7752 Enumerate
7753 \family default
7754  and 
7755 \family sans
7756 Itemize
7757 \family default
7758  environments.
7759  For example, if we tried to nest another 
7760 \family sans
7761 Enumerate
7762 \family default
7763  list inside item 
7764 \begin_inset Quotes eld
7765 \end_inset
7766
7767 A.
7768 \begin_inset Quotes erd
7769 \end_inset
7770
7771 , we would get errors.
7772 \end_layout
7773
7774 \begin_layout Subsection
7775 Some Examples
7776 \begin_inset Index idx
7777 status collapsed
7778
7779 \begin_layout Plain Layout
7780 Nesting ! Examples
7781 \end_layout
7782
7783 \end_inset
7784
7785
7786 \end_layout
7787
7788 \begin_layout Standard
7789 The best way to explain just what you can do with nesting is by illustration.
7790  We have several examples of nested environments.
7791  In them, we explain how we created the example, so that you can reproduce
7792  them.
7793 \end_layout
7794
7795 \begin_layout Subsubsection
7796 Example 1: The Six-fold Way and Mixed Nesting
7797 \end_layout
7798
7799 \begin_layout Labeling
7800 \labelwidthstring MMM
7801 #1-a This is the outermost level.
7802  It's a 
7803 \family sans
7804 List
7805 \family default
7806  environment.
7807 \end_layout
7808
7809 \begin_deeper
7810 \begin_layout Labeling
7811 \labelwidthstring MMM
7812 #2-a This is level #2.
7813  We created it by using 
7814 \begin_inset Info
7815 type  "shortcut"
7816 arg   "break-paragraph inverse"
7817 \end_inset
7818
7819  followed by 
7820 \begin_inset Info
7821 type  "shortcut"
7822 arg   "depth-increment"
7823 \end_inset
7824
7825 .
7826 \end_layout
7827
7828 \begin_deeper
7829 \begin_layout Labeling
7830 \labelwidthstring MMM
7831 #3-a This is level #3.
7832  This time, we just hit 
7833 \family sans
7834 Return
7835 \family default
7836 , then used 
7837 \begin_inset Info
7838 type  "shortcut"
7839 arg   "depth-increment"
7840 \end_inset
7841
7842  twice in a row.
7843  We could have also created it the same way as we did the previous level,
7844  by hitting 
7845 \begin_inset Info
7846 type  "shortcut"
7847 arg   "break-paragraph inverse"
7848 \end_inset
7849
7850  followed by 
7851 \begin_inset Info
7852 type  "shortcut"
7853 arg   "depth-increment"
7854 \end_inset
7855
7856 .
7857 \end_layout
7858
7859 \begin_deeper
7860 \begin_layout Standard
7861 This is actually a 
7862 \family sans
7863 Standard
7864 \family default
7865  environment, nested inside of 
7866 \begin_inset Quotes eld
7867 \end_inset
7868
7869 #3-a
7870 \begin_inset Quotes erd
7871 \end_inset
7872
7873 .
7874  So, it's at level #4.
7875  We did this by hitting 
7876 \begin_inset Info
7877 type  "shortcut"
7878 arg   "break-paragraph inverse"
7879 \end_inset
7880
7881 , then 
7882 \begin_inset Info
7883 type  "shortcut"
7884 arg   "depth-increment"
7885 \end_inset
7886
7887 , then changing the paragraph environment to 
7888 \family sans
7889 Standard
7890 \family default
7891 .
7892  Do this to create list items with more than one paragraph - it also works
7893  for the 
7894 \family sans
7895 Description
7896 \family default
7897
7898 \family sans
7899 Enumerate
7900 \family default
7901 , and 
7902 \family sans
7903 Itemize
7904 \family default
7905  environments!
7906 \end_layout
7907
7908 \begin_layout Standard
7909 Here's another 
7910 \family sans
7911 Standard
7912 \family default
7913  paragraph, also at level #4, made with just a 
7914 \begin_inset Info
7915 type  "shortcut"
7916 arg   "break-paragraph inverse"
7917 \end_inset
7918
7919 .
7920 \end_layout
7921
7922 \begin_layout Labeling
7923 \labelwidthstring MMM
7924 #4-a This is level #4.
7925  We hit 
7926 \begin_inset Info
7927 type  "shortcut"
7928 arg   "break-paragraph inverse"
7929 \end_inset
7930
7931  and changed the paragraph environment back to 
7932 \family sans
7933 List
7934 \family default
7935 .
7936  Remember - we can't nest anything inside a 
7937 \family sans
7938 Standard
7939 \family default
7940  environment, which is why we're still at level #4.
7941  However, we 
7942 \emph on
7943 can
7944 \emph default
7945  keep nesting things inside 
7946 \begin_inset Quotes eld
7947 \end_inset
7948
7949 #3-a
7950 \begin_inset Quotes erd
7951 \end_inset
7952
7953 .
7954 \end_layout
7955
7956 \begin_deeper
7957 \begin_layout Labeling
7958 \labelwidthstring MMM
7959 #5-a This is level #5\SpecialChar \ldots{}
7960
7961 \end_layout
7962
7963 \begin_deeper
7964 \begin_layout Labeling
7965 \labelwidthstring MMM
7966 #6-a \SpecialChar \ldots{}
7967 and this is level #6.
7968  By now, you should know how we made these two.
7969 \end_layout
7970
7971 \end_deeper
7972 \begin_layout Labeling
7973 \labelwidthstring MMM
7974 #5-b Back to level #5.
7975  Just hit 
7976 \begin_inset Info
7977 type  "shortcut"
7978 arg   "break-paragraph inverse"
7979 \end_inset
7980
7981  followed by a 
7982 \begin_inset Info
7983 type  "shortcut"
7984 arg   "depth-decrement"
7985 \end_inset
7986
7987 .
7988 \end_layout
7989
7990 \end_deeper
7991 \begin_layout Labeling
7992 \labelwidthstring MMM
7993 #4-b After another 
7994 \begin_inset Info
7995 type  "shortcut"
7996 arg   "break-paragraph inverse"
7997 \end_inset
7998
7999  followed by a 
8000 \begin_inset Info
8001 type  "shortcut"
8002 arg   "depth-decrement"
8003 \end_inset
8004
8005 , we're back at level #4.
8006 \end_layout
8007
8008 \end_deeper
8009 \begin_layout Labeling
8010 \labelwidthstring MMM
8011 #3-b Back to level #3.
8012  By now it should be obvious how we did this.
8013 \end_layout
8014
8015 \end_deeper
8016 \begin_layout Labeling
8017 \labelwidthstring MMM
8018 #2-b Back to level #2.
8019  
8020 \end_layout
8021
8022 \end_deeper
8023 \begin_layout Labeling
8024 \labelwidthstring MMM
8025 #1-b And last, back to the outermost level, #1.
8026  After this sentence, we'll hit 
8027 \family sans
8028 Return
8029 \family default
8030  and change the paragraph environment back to 
8031 \family sans
8032 Standard
8033 \family default
8034  to end the list.
8035 \end_layout
8036
8037 \begin_layout Standard
8038 We could have also used the 
8039 \family sans
8040 Description
8041 \family default
8042
8043 \family sans
8044 Quote
8045 \family default
8046
8047 \family sans
8048 Quotation
8049 \family default
8050 , or even the 
8051 \family sans
8052 Verse
8053 \family default
8054  environment in place of the 
8055 \family sans
8056 List
8057 \family default
8058  environment.
8059  The example would have worked exactly the same.
8060 \end_layout
8061
8062 \begin_layout Subsubsection
8063 Example 2: Inheritance
8064 \end_layout
8065
8066 \begin_layout LyX-Code
8067 This is the LyX-Code environment, at level #1, the outermost
8068 \end_layout
8069
8070 \begin_layout LyX-Code
8071 level.
8072   Now we'll hit 
8073 \family sans
8074 Return
8075 \family default
8076 , then 
8077 \begin_inset Info
8078 type  "shortcut"
8079 arg   "depth-increment"
8080 \end_inset
8081
8082 , after which, we'll change to the 
8083 \family sans
8084 Enumerate
8085 \family default
8086  environment.
8087 \end_layout
8088
8089 \begin_deeper
8090 \begin_layout Enumerate
8091 This is the 
8092 \family sans
8093 Enumerate
8094 \family default
8095  environment, at level #2.
8096 \end_layout
8097
8098 \begin_layout Enumerate
8099 Notice how the nested 
8100 \family sans
8101 Enumerate
8102 \family default
8103  not only inherits its margins from its parent environment (
8104 \family sans
8105 LyX-Code
8106 \family default
8107 ), but also inherits its font and spacing!
8108 \end_layout
8109
8110 \end_deeper
8111 \begin_layout Standard
8112 We ended this example by hitting 
8113 \family sans
8114 Return
8115 \family default
8116 .
8117  After that, we needed to reset the paragraph environment to 
8118 \family sans
8119 Standard
8120 \family default
8121  and reset the nesting depth by using 
8122 \begin_inset Info
8123 type  "shortcut"
8124 arg   "depth-decrement"
8125 \end_inset
8126
8127  once.
8128 \end_layout
8129
8130 \begin_layout Subsubsection
8131 Example 3: Labels, Levels, and the 
8132 \family sans
8133 Enumerate
8134 \family default
8135  and 
8136 \family sans
8137 Itemize
8138 \family default
8139  Environments
8140 \begin_inset OptArg
8141 status collapsed
8142
8143 \begin_layout Plain Layout
8144 Example #3: Labels, Levels and other list environments
8145 \end_layout
8146
8147 \end_inset
8148
8149
8150 \end_layout
8151
8152 \begin_layout Enumerate
8153 This is level #1, in an 
8154 \family sans
8155 Enumerate
8156 \family default
8157  paragraph environment.
8158  We're actually going to nest a bunch of these.
8159 \end_layout
8160
8161 \begin_deeper
8162 \begin_layout Enumerate
8163 This is level #2.
8164  We used 
8165 \begin_inset Info
8166 type  "shortcut"
8167 arg   "break-paragraph inverse"
8168 \end_inset
8169
8170  followed by 
8171 \begin_inset Info
8172 type  "shortcut"
8173 arg   "depth-increment"
8174 \end_inset
8175
8176 .
8177  Now, what happens if we nest an 
8178 \family sans
8179 Itemize
8180 \family default
8181  environment inside of this one? It will be at level #3, but what will its
8182  label be? An asterisk?
8183 \end_layout
8184
8185 \begin_deeper
8186 \begin_layout Itemize
8187 No! It's a bullet.
8188  This is the 
8189 \emph on
8190 first
8191 \emph default
8192  
8193 \family sans
8194 Itemize
8195 \family default
8196  environment, even though it's at level #3.
8197  So, its label is a bullet.
8198  (We got here by using 
8199 \begin_inset Info
8200 type  "shortcut"
8201 arg   "break-paragraph inverse"
8202 \end_inset
8203
8204 , then 
8205 \begin_inset Info
8206 type  "shortcut"
8207 arg   "depth-increment"
8208 \end_inset
8209
8210 , then changing the environment to 
8211 \family sans
8212 Itemize
8213 \family default
8214 .)
8215 \end_layout
8216
8217 \begin_deeper
8218 \begin_layout Itemize
8219 Here's level #4, produced using 
8220 \begin_inset Info
8221 type  "shortcut"
8222 arg   "break-paragraph inverse"
8223 \end_inset
8224
8225 , then 
8226 \begin_inset Info
8227 type  "shortcut"
8228 arg   "depth-increment"
8229 \end_inset
8230
8231 .
8232  We'll do that again\SpecialChar \ldots{}
8233
8234 \end_layout
8235
8236 \begin_deeper
8237 \begin_layout Enumerate
8238 \SpecialChar \ldots{}
8239 to get to level #5.
8240  This time, however, we also changed the paragraph environment back to 
8241 \family sans
8242 Enumerate
8243 \family default
8244 .
8245  Notice the type of numbering, it is 
8246 \emph on
8247 lowercase Roman
8248 \emph default
8249 , because we are in the 
8250 \emph on
8251 thirdfold
8252 \emph default
8253  
8254 \family sans
8255 Enumerate
8256 \family default
8257  environment (i.
8258 \begin_inset space \thinspace{}
8259 \end_inset
8260
8261 g.
8262  it is an 
8263 \family sans
8264 Enumerate
8265 \family default
8266  inside an 
8267 \family sans
8268 Enumerate
8269 \family default
8270  inside an 
8271 \family sans
8272 Enumerate
8273 \family default
8274 ).
8275 \end_layout
8276
8277 \begin_layout Enumerate
8278 What happens if we 
8279 \emph on
8280 don't
8281 \emph default
8282  change the paragraph environment, but decrease the nesting depth? What
8283  type of numbering does LyX use?
8284 \end_layout
8285
8286 \begin_layout Enumerate
8287 Oh, as if you couldn't guess by now, we're just using 
8288 \begin_inset Info
8289 type  "shortcut"
8290 arg   "break-paragraph inverse"
8291 \end_inset
8292
8293  to keep the current environment and depth but create a new item.
8294 \end_layout
8295
8296 \begin_layout Enumerate
8297 Let's use 
8298 \begin_inset Info
8299 type  "shortcut"
8300 arg   "depth-decrement"
8301 \end_inset
8302
8303  to decrease the depth after the next 
8304 \begin_inset Info
8305 type  "shortcut"
8306 arg   "break-paragraph inverse"
8307 \end_inset
8308
8309 .
8310 \end_layout
8311
8312 \end_deeper
8313 \begin_layout Enumerate
8314 This is level #4.
8315  Look what type of label LyX is using!
8316 \end_layout
8317
8318 \end_deeper
8319 \begin_layout Enumerate
8320 This is level #3.
8321  Even though we've changed levels, LyX is still using a lowercase Roman
8322  numeral as the label.Why?
8323 \end_layout
8324
8325 \begin_layout Enumerate
8326 Because, even though the nesting depth has changed, the paragraph is 
8327 \emph on
8328 still
8329 \emph default
8330  a thirdfold 
8331 \family sans
8332 Enumerate
8333 \family default
8334  environment.
8335  Notice, however, that LyX 
8336 \emph on
8337 did
8338 \emph default
8339  reset the counter for the label.
8340 \end_layout
8341
8342 \end_deeper
8343 \begin_layout Enumerate
8344 Another 
8345 \begin_inset Info
8346 type  "shortcut"
8347 arg   "break-paragraph inverse"
8348 \end_inset
8349
8350  
8351 \begin_inset Info
8352 type  "shortcut"
8353 arg   "depth-decrement"
8354 \end_inset
8355
8356  sequence, and we're back to level #2.
8357  This time, we not only changed the nesting depth, but we also moved back
8358  into the twofold-nested 
8359 \family sans
8360 Enumerate
8361 \family default
8362  environment.
8363 \end_layout
8364
8365 \end_deeper
8366 \begin_layout Enumerate
8367 The same thing happens if we do another 
8368 \begin_inset Info
8369 type  "shortcut"
8370 arg   "break-paragraph inverse"
8371 \end_inset
8372
8373  
8374 \begin_inset Info
8375 type  "shortcut"
8376 arg   "depth-decrement"
8377 \end_inset
8378
8379 sequence and return to level #1, the outermost level.
8380 \end_layout
8381
8382 \begin_layout Standard
8383 Lastly, we reset the environment to 
8384 \family sans
8385 Standard
8386 \family default
8387 .
8388  As you can see, the level number doesn't correspond to what type of labeling
8389  LyX uses for the 
8390 \family sans
8391 Enumerate
8392 \family default
8393  and 
8394 \family sans
8395 Itemize
8396 \family default
8397  environments.
8398  The number of other 
8399 \family sans
8400 Enumerate
8401 \family default
8402  environments surrounding it determines what kind of label LyX uses for
8403  an 
8404 \family sans
8405 Enumerate
8406 \family default
8407  item.
8408  The same rule applies for the 
8409 \family sans
8410 Itemize
8411 \family default
8412  environment, as well.
8413 \end_layout
8414
8415 \begin_layout Subsubsection
8416 Example 4: Going Bonkers
8417 \end_layout
8418
8419 \begin_layout Enumerate
8420 We're going to go totally nuts now.
8421  We won't nest as deep as in the other examples, nor will we go into the
8422  same detail with how we did it.
8423  (level #1: 
8424 \family sans
8425 Enumerate
8426 \family default
8427 )
8428 \end_layout
8429
8430 \begin_deeper
8431 \begin_layout Standard
8432 (
8433 \family sans
8434 Return, 
8435 \family default
8436
8437 \begin_inset Info
8438 type  "shortcut"
8439 arg   "depth-increment"
8440 \end_inset
8441
8442
8443 \family sans
8444 , Standard
8445 \family default
8446 : level #2) We'll stick an encapsulated description of how we created the
8447  example in parentheses someplace.
8448  For example, the two keybindings are how we changed the depth.
8449  The environment name is the name of the current environment.
8450  Either before or after this, we'll put in the level.
8451 \end_layout
8452
8453 \end_deeper
8454 \begin_layout Enumerate
8455 (
8456 \family sans
8457 Return, Enumerate
8458 \family default
8459 : level #1) This is the next item in the list.
8460 \end_layout
8461
8462 \begin_deeper
8463 \begin_layout Verse
8464 Now we'll add verse.
8465 \begin_inset Newline newline
8466 \end_inset
8467
8468 It will get much worse.
8469 \begin_inset Newline newline
8470 \end_inset
8471
8472 (
8473 \family sans
8474 Return, 
8475 \family default
8476
8477 \begin_inset Info
8478 type  "shortcut"
8479 arg   "depth-increment"
8480 \end_inset
8481
8482
8483 \family sans
8484 , Verse
8485 \family default
8486 : level #2)
8487 \end_layout
8488
8489 \begin_layout Verse
8490 Fiddle dee, Fiddle doo.
8491 \begin_inset Newline newline
8492 \end_inset
8493
8494 Bippitey boppitey boo!
8495 \begin_inset Newline newline
8496 \end_inset
8497
8498 (
8499 \begin_inset Info
8500 type  "shortcut"
8501 arg   "break-paragraph inverse"
8502 \end_inset
8503
8504
8505 \family sans
8506 )
8507 \end_layout
8508
8509 \begin_layout Verse
8510 Here comes a table:
8511 \end_layout
8512
8513 \begin_deeper
8514 \begin_layout Standard
8515 \begin_inset VSpace 0.3cm
8516 \end_inset
8517
8518
8519 \end_layout
8520
8521 \begin_layout Standard
8522 \align center
8523 \begin_inset Tabular
8524 <lyxtabular version="3" rows="2" columns="2">
8525 <features tabularvalignment="middle">
8526 <column alignment="center" valignment="top" width="0pt">
8527 <column alignment="center" valignment="top" width="0pt">
8528 <row>
8529 <cell alignment="center" valignment="top" usebox="none">
8530 \begin_inset Text
8531
8532 \begin_layout Plain Layout
8533
8534 \family roman
8535 \series medium
8536 \shape up
8537 \size normal
8538 \emph off
8539 \bar no
8540 \noun off
8541 \color none
8542 one-fish
8543 \end_layout
8544
8545 \end_inset
8546 </cell>
8547 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8548 \begin_inset Text
8549
8550 \begin_layout Plain Layout
8551
8552 \family roman
8553 \series medium
8554 \shape up
8555 \size normal
8556 \emph off
8557 \bar no
8558 \noun off
8559 \color none
8560 two-fish
8561 \end_layout
8562
8563 \end_inset
8564 </cell>
8565 </row>
8566 <row>
8567 <cell alignment="center" valignment="top" topline="true" usebox="none">
8568 \begin_inset Text
8569
8570 \begin_layout Plain Layout
8571
8572 \family roman
8573 \series medium
8574 \shape up
8575 \size normal
8576 \emph off
8577 \bar no
8578 \noun off
8579 \color none
8580 red-fish
8581 \end_layout
8582
8583 \end_inset
8584 </cell>
8585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8586 \begin_inset Text
8587
8588 \begin_layout Plain Layout
8589
8590 \family roman
8591 \series medium
8592 \shape up
8593 \size normal
8594 \emph off
8595 \bar no
8596 \noun off
8597 \color none
8598 blue-fish
8599 \end_layout
8600
8601 \end_inset
8602 </cell>
8603 </row>
8604 </lyxtabular>
8605
8606 \end_inset
8607
8608
8609 \end_layout
8610
8611 \end_deeper
8612 \begin_layout Verse
8613 (
8614 \begin_inset Info
8615 type  "shortcut"
8616 arg   "break-paragraph inverse"
8617 \end_inset
8618
8619
8620 \family sans
8621 , Table, 
8622 \family default
8623
8624 \begin_inset Info
8625 type  "shortcut"
8626 arg   "depth-increment"
8627 \end_inset
8628
8629  3 times, 
8630 \begin_inset Info
8631 type  "shortcut"
8632 arg   "break-paragraph inverse"
8633 \end_inset
8634
8635
8636 \family sans
8637 , Verse, 
8638 \family default
8639
8640 \begin_inset Info
8641 type  "shortcut"
8642 arg   "depth-decrement"
8643 \end_inset
8644
8645 )
8646 \end_layout
8647
8648 \end_deeper
8649 \begin_layout Enumerate
8650 (
8651 \family sans
8652 Return, Enumerate
8653 \family default
8654 : level #1) This is another item.
8655  Note that selecting a 
8656 \family sans
8657 Table
8658 \family default
8659  resets the nesting depth to level #1, so we increased the nesting depth
8660  3 times to put the table inside the 
8661 \family sans
8662 Verse
8663 \family default
8664  environment.
8665  
8666 \end_layout
8667
8668 \begin_layout Quotation
8669 We're now ending the 
8670 \family sans
8671 Enumerate
8672 \family default
8673  list and changing to 
8674 \family sans
8675 Quotation
8676 \family default
8677 .
8678  We're still at level #1.
8679  We want to show you some of the things you can do by mixing environments.
8680  The next set of paragraphs is a 
8681 \begin_inset Quotes eld
8682 \end_inset
8683
8684 quoted letter.
8685 \begin_inset Quotes erd
8686 \end_inset
8687
8688  We'll nest both the 
8689 \family sans
8690 Address
8691 \family default
8692  and 
8693 \family sans
8694 Right
8695 \begin_inset space ~
8696 \end_inset
8697
8698 Address
8699 \family default
8700  environments inside of this one, then use another nested 
8701 \family sans
8702 Quotation
8703 \family default
8704  for the letter body.
8705  We'll use 
8706 \begin_inset Info
8707 type  "shortcut"
8708 arg   "break-paragraph inverse"
8709 \end_inset
8710
8711  to preserve the depth.
8712  Remember that you need to use 
8713 \begin_inset Info
8714 type  "shortcut"
8715 arg   "newline-insert newline"
8716 \end_inset
8717
8718  to create multiple lines inside the 
8719 \family sans
8720 Address
8721 \family default
8722  and 
8723 \family sans
8724 Right
8725 \begin_inset space ~
8726 \end_inset
8727
8728 Address
8729 \family default
8730  environments.
8731  Here it goes:
8732 \end_layout
8733
8734 \begin_deeper
8735 \begin_layout Right Address
8736 1234 Nowhere Rd.
8737 \begin_inset Newline newline
8738 \end_inset
8739
8740 Moosegroin, MT 00100
8741 \begin_inset Newline newline
8742 \end_inset
8743
8744 9-6-96
8745 \end_layout
8746
8747 \begin_layout Address
8748 Dear Mr.
8749 \begin_inset space ~
8750 \end_inset
8751
8752 Fizlewitz:
8753 \end_layout
8754
8755 \begin_layout Quotation
8756 We regret to inform you that we cannot fill your order for 50
8757 \begin_inset space \thinspace{}
8758 \end_inset
8759
8760 L of compressed methane gas due to circumstances beyond our control.
8761  Unfortunately, several of our cows have mysteriously exploded, creating
8762  a backlog in our orders for methane.
8763  We will place your name on the waiting list and try to fill your order
8764  as soon as possible.
8765  In the meantime, we thank you for your patience.
8766 \end_layout
8767
8768 \begin_layout Quotation
8769 We do, however, now have a special on beef.
8770  If you are interested, please return the enclosed pricing and order form
8771  with your order, along with payment.
8772 \end_layout
8773
8774 \begin_layout Quotation
8775 We thank you again for your patience.
8776 \end_layout
8777
8778 \begin_layout Address
8779 Sincerely,
8780 \begin_inset Newline newline
8781 \end_inset
8782
8783 Bill Hick
8784 \end_layout
8785
8786 \end_deeper
8787 \begin_layout Quotation
8788 That ends that example!
8789 \end_layout
8790
8791 \begin_layout Standard
8792 As you can see, nesting environments in LyX gives you a lot of power with
8793  just a few keystrokes.
8794  We could have easily nested an 
8795 \family sans
8796 Itemize
8797 \family default
8798  list inside of a 
8799 \family sans
8800 Quotation
8801 \family default
8802  or 
8803 \family sans
8804 Quote
8805 \family default
8806 , or put a 
8807 \family sans
8808 Quote
8809 \family default
8810  inside of an 
8811 \family sans
8812 Itemize
8813 \family default
8814  list.
8815  You have a huge variety of options at your disposal.
8816 \end_layout
8817
8818 \begin_layout Section
8819 Spacing, pagination and line breaks
8820 \begin_inset Index idx
8821 status collapsed
8822
8823 \begin_layout Plain Layout
8824 Spacing
8825 \end_layout
8826
8827 \end_inset
8828
8829
8830 \end_layout
8831
8832 \begin_layout Standard
8833 What is a space? While you might be used to pressing the space key anytime
8834  you want to separate two words in ordinary word processors, LyX offers
8835  you more spaces: Spaces of different width and spaces which can or cannot
8836  be broken at the end of a line.
8837  The following sections will show you some examples where those spaces are
8838  useful.
8839 \end_layout
8840
8841 \begin_layout Subsection
8842 Protected Space
8843 \begin_inset CommandInset label
8844 LatexCommand label
8845 name "sub:Protected-Space"
8846
8847 \end_inset
8848
8849
8850 \begin_inset Index idx
8851 status collapsed
8852
8853 \begin_layout Plain Layout
8854 Spaces ! Protected
8855 \end_layout
8856
8857 \end_inset
8858
8859
8860 \end_layout
8861
8862 \begin_layout Standard
8863 The protected space: It is used to tell LyX (and LaTeX) not to break the
8864  line at that point.
8865  This may be necessary to avoid unlucky linebreaks, like in: 
8866 \end_layout
8867
8868 \begin_layout Quote
8869 Further documentation is given in section
8870 \begin_inset Newline newline
8871 \end_inset
8872
8873
8874 \begin_inset CommandInset ref
8875 LatexCommand ref
8876 reference "sec:Bibliography"
8877
8878 \end_inset
8879
8880 .
8881  
8882 \end_layout
8883
8884 \begin_layout Standard
8885 Obviously, it would be a good thing to put a protected space between 
8886 \begin_inset Quotes eld
8887 \end_inset
8888
8889 section
8890 \begin_inset Quotes erd
8891 \end_inset
8892
8893  and 
8894 \begin_inset Quotes eld
8895 \end_inset
8896
8897
8898 \begin_inset CommandInset ref
8899 LatexCommand ref
8900 reference "sec:Bibliography"
8901
8902 \end_inset
8903
8904
8905 \begin_inset Quotes erd
8906 \end_inset
8907
8908 .
8909  A protected space is set with 
8910 \family sans
8911 Insert\SpecialChar \menuseparator
8912 Formatting\SpecialChar \menuseparator
8913 Protected
8914 \bar under
8915
8916 \begin_inset space ~
8917 \end_inset
8918
8919
8920 \bar default
8921 Space
8922 \family default
8923  (shortcut 
8924 \begin_inset Info
8925 type  "shortcut"
8926 arg   "space-insert protected"
8927 \end_inset
8928
8929 ).
8930 \end_layout
8931
8932 \begin_layout Subsection
8933 Horizontal Space
8934 \begin_inset CommandInset label
8935 LatexCommand label
8936 name "sub:Horizontal-Space"
8937
8938 \end_inset
8939
8940
8941 \begin_inset Index idx
8942 status collapsed
8943
8944 \begin_layout Plain Layout
8945 Spacing ! Horizontal
8946 \end_layout
8947
8948 \end_inset
8949
8950
8951 \end_layout
8952
8953 \begin_layout Standard
8954 All horizontal spaces can be inserted with the menu 
8955 \family sans
8956 Insert\SpecialChar \menuseparator
8957 Formatting\SpecialChar \menuseparator
8958 Horizontal Space
8959 \family default
8960 .
8961  The length units are listed in Appendix
8962 \begin_inset space ~
8963 \end_inset
8964
8965
8966 \begin_inset CommandInset ref
8967 LatexCommand ref
8968 reference "cha:Units-available-in"
8969
8970 \end_inset
8971
8972 .
8973 \end_layout
8974
8975 \begin_layout Subsubsection
8976 Inter-word Space
8977 \begin_inset CommandInset label
8978 LatexCommand label
8979 name "sub:Inter-word-Space"
8980
8981 \end_inset
8982
8983
8984 \begin_inset Index idx
8985 status collapsed
8986
8987 \begin_layout Plain Layout
8988 Spaces ! Inter-word
8989 \end_layout
8990
8991 \end_inset
8992
8993
8994 \end_layout
8995
8996 \begin_layout Standard
8997 Some languages (e.
8998 \begin_inset space \thinspace{}
8999 \end_inset
9000
9001 g.
9002 \begin_inset space \space{}
9003 \end_inset
9004
9005 English) have the typographical convention to add extra space after an end-of-se
9006 ntence punctuation mark, and LyX honors those conventions (see section
9007 \begin_inset space ~
9008 \end_inset
9009
9010
9011 \begin_inset CommandInset ref
9012 LatexCommand ref
9013 reference "sub:Abbreviations"
9014
9015 \end_inset
9016
9017 ).
9018  Sometimes, you want a normal space nevertheless.
9019  In this case, insert an inter-word space (shortcut 
9020 \begin_inset Info
9021 type  "shortcut"
9022 arg   "space-insert normal"
9023 \end_inset
9024
9025 ).
9026 \end_layout
9027
9028 \begin_layout Subsubsection
9029 Thin Space
9030 \begin_inset CommandInset label
9031 LatexCommand label
9032 name "sub:Thin-Space"
9033
9034 \end_inset
9035
9036
9037 \begin_inset Index idx
9038 status collapsed
9039
9040 \begin_layout Plain Layout
9041 Spaces ! Thin
9042 \end_layout
9043
9044 \end_inset
9045
9046
9047 \end_layout
9048
9049 \begin_layout Standard
9050
9051 \begin_inset Quotes eld
9052 \end_inset
9053
9054 thin space
9055 \begin_inset Quotes erd
9056 \end_inset
9057
9058  is a blank which has half the size of a normal space (and it is also 
9059 \begin_inset Quotes eld
9060 \end_inset
9061
9062 protected
9063 \begin_inset Quotes erd
9064 \end_inset
9065
9066 ).
9067  The typographical conventions in a lot of languages propose the use of
9068  thin spaces in cases where normal spaces would be too wide, for instance
9069  inside abbreviations:
9070 \end_layout
9071
9072 \begin_layout Quote
9073 D.
9074 \begin_inset space \thinspace{}
9075 \end_inset
9076
9077 E.
9078  Knuth has developed our beloved typesetting program.
9079 \end_layout
9080
9081 \begin_layout Standard
9082 or between values and units.
9083  Compare for example this:
9084 \begin_inset Newline newline
9085 \end_inset
9086
9087 10
9088 \begin_inset space \thinspace{}
9089 \end_inset
9090
9091 kg (thin space)
9092 \begin_inset Newline newline
9093 \end_inset
9094
9095 10 kg (normal space
9096 \end_layout
9097
9098 \begin_layout Standard
9099 You can insert thin spaces also with the menu 
9100 \family sans
9101 Insert\SpecialChar \menuseparator
9102 Formatting\SpecialChar \menuseparator
9103 Thin
9104 \begin_inset space ~
9105 \end_inset
9106
9107 Space
9108 \family default
9109  (shortcut 
9110 \begin_inset Info
9111 type  "shortcuts"
9112 arg   "space-insert thin"
9113 \end_inset
9114
9115 ).
9116 \end_layout
9117
9118 \begin_layout Subsubsection
9119 More Spaces
9120 \begin_inset CommandInset label
9121 LatexCommand label
9122 name "sub:More-Spaces"
9123
9124 \end_inset
9125
9126
9127 \end_layout
9128
9129 \begin_layout Standard
9130 You can furthermore insert the following space types:
9131 \end_layout
9132
9133 \begin_layout Description
9134 Negative
9135 \begin_inset space ~
9136 \end_inset
9137
9138 thin
9139 \begin_inset space ~
9140 \end_inset
9141
9142 space A line with a 
9143 \begin_inset Formula $\to
9144 $
9145 \end_inset
9146
9147
9148 \begin_inset space \negthinspace{}
9149 \end_inset
9150
9151
9152 \begin_inset Formula $\gets
9153 $
9154 \end_inset
9155
9156  Negative thin space between the arrows.
9157 \end_layout
9158
9159 \begin_layout Description
9160 Enspace
9161 \begin_inset space ~
9162 \end_inset
9163
9164 (0.5
9165 \begin_inset space \thinspace{}
9166 \end_inset
9167
9168 em) A line with a 
9169 \begin_inset Formula $\to
9170 $
9171 \end_inset
9172
9173
9174 \begin_inset space \enskip{}
9175 \end_inset
9176
9177
9178 \begin_inset Formula $\gets
9179 $
9180 \end_inset
9181
9182  Enspace (0.5
9183 \begin_inset space \thinspace{}
9184 \end_inset
9185
9186 em) space between the arrows.
9187 \end_layout
9188
9189 \begin_layout Description
9190 Quad
9191 \begin_inset space ~
9192 \end_inset
9193
9194 (1
9195 \begin_inset space \thinspace{}
9196 \end_inset
9197
9198 em) A line with a 
9199 \begin_inset Formula $\to
9200 $
9201 \end_inset
9202
9203
9204 \begin_inset space \quad{}
9205 \end_inset
9206
9207
9208 \begin_inset Formula $\gets
9209 $
9210 \end_inset
9211
9212  Quad
9213 \begin_inset space ~
9214 \end_inset
9215
9216 (1
9217 \begin_inset space \thinspace{}
9218 \end_inset
9219
9220 em) space between the arrows.
9221 \end_layout
9222
9223 \begin_layout Description
9224 QQuad
9225 \begin_inset space ~
9226 \end_inset
9227
9228 (2
9229 \begin_inset space \thinspace{}
9230 \end_inset
9231
9232 em) A line with a 
9233 \begin_inset Formula $\to
9234 $
9235 \end_inset
9236
9237
9238 \begin_inset space \qquad{}
9239 \end_inset
9240
9241
9242 \begin_inset Formula $\gets
9243 $
9244 \end_inset
9245
9246  QQuad
9247 \begin_inset space ~
9248 \end_inset
9249
9250 (2
9251 \begin_inset space \thinspace{}
9252 \end_inset
9253
9254 em) space between the arrows.
9255 \end_layout
9256
9257 \begin_layout Description
9258 Custom
9259 \begin_inset space ~
9260 \end_inset
9261
9262 space A line with
9263 \begin_inset Formula $\to
9264 $
9265 \end_inset
9266
9267
9268 \begin_inset space \hspace{}
9269 \length 2cm
9270 \end_inset
9271
9272
9273 \begin_inset Formula $\gets
9274 $
9275 \end_inset
9276
9277  2
9278 \begin_inset space \thinspace{}
9279 \end_inset
9280
9281 cm space between the arrows.
9282 \end_layout
9283
9284 \begin_layout Standard
9285 Table
9286 \begin_inset space ~
9287 \end_inset
9288
9289
9290 \begin_inset CommandInset ref
9291 LatexCommand ref
9292 reference "tab:Width-of-the"
9293
9294 \end_inset
9295
9296  lists the different space sizes.
9297 \end_layout
9298
9299 \begin_layout Standard
9300 \begin_inset Float table
9301 wide false
9302 sideways false
9303 status open
9304
9305 \begin_layout Plain Layout
9306 \align center
9307 \begin_inset Caption
9308
9309 \begin_layout Plain Layout
9310 \begin_inset CommandInset label
9311 LatexCommand label
9312 name "tab:Width-of-the"
9313
9314 \end_inset
9315
9316 Width of the different horizontal spaces.
9317 \end_layout
9318
9319 \end_inset
9320
9321
9322 \end_layout
9323
9324 \begin_layout Plain Layout
9325 \align center
9326 \begin_inset Tabular
9327 <lyxtabular version="3" rows="8" columns="2">
9328 <features tabularvalignment="middle">
9329 <column alignment="center" valignment="top" width="0">
9330 <column alignment="center" valignment="top" width="0">
9331 <row>
9332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9333 \begin_inset Text
9334
9335 \begin_layout Plain Layout
9336
9337 \series bold
9338 Space
9339 \end_layout
9340
9341 \end_inset
9342 </cell>
9343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9344 \begin_inset Text
9345
9346 \begin_layout Plain Layout
9347
9348 \series bold
9349 Width
9350 \end_layout
9351
9352 \end_inset
9353 </cell>
9354 </row>
9355 <row>
9356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9357 \begin_inset Text
9358
9359 \begin_layout Plain Layout
9360 Normal
9361 \end_layout
9362
9363 \end_inset
9364 </cell>
9365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9366 \begin_inset Text
9367
9368 \begin_layout Plain Layout
9369 1/3
9370 \begin_inset space \thinspace{}
9371 \end_inset
9372
9373 em
9374 \end_layout
9375
9376 \end_inset
9377 </cell>
9378 </row>
9379 <row>
9380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9381 \begin_inset Text
9382
9383 \begin_layout Plain Layout
9384 Protected
9385 \end_layout
9386
9387 \end_inset
9388 </cell>
9389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9390 \begin_inset Text
9391
9392 \begin_layout Plain Layout
9393 1/3
9394 \begin_inset space \thinspace{}
9395 \end_inset
9396
9397 em
9398 \end_layout
9399
9400 \end_inset
9401 </cell>
9402 </row>
9403 <row>
9404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9405 \begin_inset Text
9406
9407 \begin_layout Plain Layout
9408 Thin
9409 \end_layout
9410
9411 \end_inset
9412 </cell>
9413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9414 \begin_inset Text
9415
9416 \begin_layout Plain Layout
9417 1/6
9418 \begin_inset space \thinspace{}
9419 \end_inset
9420
9421 em
9422 \end_layout
9423
9424 \end_inset
9425 </cell>
9426 </row>
9427 <row>
9428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9429 \begin_inset Text
9430
9431 \begin_layout Plain Layout
9432 Negative thin
9433 \end_layout
9434
9435 \end_inset
9436 </cell>
9437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9438 \begin_inset Text
9439
9440 \begin_layout Plain Layout
9441 -1/6
9442 \begin_inset space \thinspace{}
9443 \end_inset
9444
9445 em
9446 \end_layout
9447
9448 \end_inset
9449 </cell>
9450 </row>
9451 <row>
9452 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9453 \begin_inset Text
9454
9455 \begin_layout Plain Layout
9456 Enspace (0.5
9457 \begin_inset space \thinspace{}
9458 \end_inset
9459
9460 em)
9461 \end_layout
9462
9463 \end_inset
9464 </cell>
9465 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9466 \begin_inset Text
9467
9468 \begin_layout Plain Layout
9469 0.5
9470 \begin_inset space \thinspace{}
9471 \end_inset
9472
9473 em
9474 \end_layout
9475
9476 \end_inset
9477 </cell>
9478 </row>
9479 <row>
9480 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9481 \begin_inset Text
9482
9483 \begin_layout Plain Layout
9484 Quad (1
9485 \begin_inset space \thinspace{}
9486 \end_inset
9487
9488 em)
9489 \end_layout
9490
9491 \end_inset
9492 </cell>
9493 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9494 \begin_inset Text
9495
9496 \begin_layout Plain Layout
9497 1
9498 \begin_inset space \thinspace{}
9499 \end_inset
9500
9501 em
9502 \end_layout
9503
9504 \end_inset
9505 </cell>
9506 </row>
9507 <row>
9508 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9509 \begin_inset Text
9510
9511 \begin_layout Plain Layout
9512 QQuad (2
9513 \begin_inset space \thinspace{}
9514 \end_inset
9515
9516 em)
9517 \end_layout
9518
9519 \end_inset
9520 </cell>
9521 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9522 \begin_inset Text
9523
9524 \begin_layout Plain Layout
9525 2
9526 \begin_inset space \thinspace{}
9527 \end_inset
9528
9529 em
9530 \end_layout
9531
9532 \end_inset
9533 </cell>
9534 </row>
9535 </lyxtabular>
9536
9537 \end_inset
9538
9539
9540 \end_layout
9541
9542 \end_inset
9543
9544
9545 \end_layout
9546
9547 \begin_layout Subsubsection
9548
9549 \family sans
9550 Horizontal Fills
9551 \family default
9552
9553 \begin_inset Index idx
9554 status collapsed
9555
9556 \begin_layout Plain Layout
9557 Spacing ! Fills
9558 \end_layout
9559
9560 \end_inset
9561
9562
9563 \end_layout
9564
9565 \begin_layout Standard
9566 Horizontal fills (HFills) are a special LyX feature for adding extra space
9567  in a uniform fashion.
9568  An HFill is actually a variable length space, whose length always equals
9569  the remaining space between the left and right margins.
9570  If there is more than one HFill on a line, they divide the available space
9571  equally between themselves.
9572  
9573 \end_layout
9574
9575 \begin_layout Standard
9576 Here a few examples what you can do with them:
9577 \end_layout
9578
9579 \begin_layout Quote
9580 \noindent
9581 This is on the left side
9582 \begin_inset space \hfill{}
9583 \end_inset
9584
9585 This is on the right
9586 \end_layout
9587
9588 \begin_layout Quote
9589 \noindent
9590 Left
9591 \begin_inset space \hfill{}
9592 \end_inset
9593
9594 Middle
9595 \begin_inset space \hfill{}
9596 \end_inset
9597
9598 Right
9599 \end_layout
9600
9601 \begin_layout Quote
9602 \noindent
9603 Left
9604 \begin_inset space \hfill{}
9605 \end_inset
9606
9607 1/3 Left
9608 \begin_inset space \hfill{}
9609 \end_inset
9610
9611
9612 \begin_inset space \hfill{}
9613 \end_inset
9614
9615 Right
9616 \end_layout
9617
9618 \begin_layout Standard
9619 That was an example in the 
9620 \family sans
9621 Quote
9622 \family default
9623  environment.
9624  Here
9625 \begin_inset Formula $\to
9626 $
9627 \end_inset
9628
9629
9630 \begin_inset space \hfill{}
9631 \end_inset
9632
9633
9634 \begin_inset Formula $\gets
9635 $
9636 \end_inset
9637
9638 is one in a standard paragraph.
9639  It may or may not be apparent in the printed text, but it 
9640 \emph on
9641 is
9642 \emph default
9643  sitting in-between the two arrows.
9644 \end_layout
9645
9646 \begin_layout Standard
9647 HFills can be made visible when you choose one of the 
9648 \family sans
9649 Fill
9650 \begin_inset space ~
9651 \end_inset
9652
9653 Pattern
9654 \family default
9655  in the space dialog: The following patterns are available:
9656 \end_layout
9657
9658 \begin_layout Standard
9659 Dots: 
9660 \begin_inset space \dotfill{}
9661 \end_inset
9662
9663
9664 \begin_inset space ~
9665 \end_inset
9666
9667
9668 \end_layout
9669
9670 \begin_layout Standard
9671 Rule: 
9672 \begin_inset space \hrulefill{}
9673 \end_inset
9674
9675
9676 \begin_inset space ~
9677 \end_inset
9678
9679
9680 \end_layout
9681
9682 \begin_layout Standard
9683 Left arrow: 
9684 \begin_inset space \leftarrowfill{}
9685 \end_inset
9686
9687
9688 \begin_inset space ~
9689 \end_inset
9690
9691
9692 \end_layout
9693
9694 \begin_layout Standard
9695 Right arrow: 
9696 \begin_inset space \rightarrowfill{}
9697 \end_inset
9698
9699
9700 \begin_inset space ~
9701 \end_inset
9702
9703
9704 \end_layout
9705
9706 \begin_layout Standard
9707 Up brace: 
9708 \begin_inset space \downbracefill{}
9709 \end_inset
9710
9711
9712 \begin_inset space ~
9713 \end_inset
9714
9715
9716 \end_layout
9717
9718 \begin_layout Standard
9719 Down brace: 
9720 \begin_inset space \upbracefill{}
9721 \end_inset
9722
9723
9724 \begin_inset space ~
9725 \end_inset
9726
9727
9728 \end_layout
9729
9730 \begin_layout Standard
9731 \begin_inset Note Greyedout
9732 status open
9733
9734 \begin_layout Plain Layout
9735
9736 \series bold
9737 Note:
9738 \series default
9739  If an HFill is at the beginning of a line, and 
9740 \emph on
9741 not
9742 \emph default
9743  in the first line in a paragraph, LyX ignores it.
9744  This prevents HFills from accidentally being wrapped onto a new line.
9745  If you need space in this case anyway, set the 
9746 \family sans
9747 Protect
9748 \family default
9749  option in the space dialog.
9750 \end_layout
9751
9752 \end_inset
9753
9754
9755 \end_layout
9756
9757 \begin_layout Subsubsection
9758 Phantom Space
9759 \begin_inset Index idx
9760 status collapsed
9761
9762 \begin_layout Plain Layout
9763 Spacing ! Phantom
9764 \end_layout
9765
9766 \end_inset
9767
9768
9769 \end_layout
9770
9771 \begin_layout Standard
9772 Sometimes you want to insert space with exactly the length of a phrase.
9773  E.
9774 \begin_inset space \thinspace{}
9775 \end_inset
9776
9777 g.
9778 \begin_inset space \space{}
9779 \end_inset
9780
9781 you want to create the following multiple choice question:
9782 \end_layout
9783
9784 \begin_layout Standard
9785 \begin_inset VSpace medskip
9786 \end_inset
9787
9788 What is correct English?:
9789 \begin_inset Newline newline
9790 \end_inset
9791
9792
9793 \begin_inset Newline newline
9794 \end_inset
9795
9796 Mr.
9797 \begin_inset space ~
9798 \end_inset
9799
9800 Edge would have been jumps the gun.
9801 \begin_inset Newline newline
9802 \end_inset
9803
9804
9805 \begin_inset ERT
9806 status collapsed
9807
9808 \begin_layout Plain Layout
9809
9810
9811 \backslash
9812 phantom{Mr.
9813  Edge }
9814 \end_layout
9815
9816 \end_inset
9817
9818 has to be jumped
9819 \begin_inset Newline newline
9820 \end_inset
9821
9822
9823 \begin_inset ERT
9824 status collapsed
9825
9826 \begin_layout Plain Layout
9827
9828
9829 \backslash
9830 phantom{Mr.
9831  Edge }
9832 \end_layout
9833
9834 \end_inset
9835
9836 jumps
9837 \begin_inset VSpace medskip
9838 \end_inset
9839
9840
9841 \end_layout
9842
9843 \begin_layout Standard
9844 So that the choices appear exactly after the phrase 
9845 \begin_inset Quotes eld
9846 \end_inset
9847
9848 Mr.
9849 \begin_inset space ~
9850 \end_inset
9851
9852 Edge
9853 \begin_inset space ~
9854 \end_inset
9855
9856
9857 \begin_inset Quotes erd
9858 \end_inset
9859
9860 .
9861  To get this, you can use the LaTeX-command 
9862 \series bold
9863
9864 \backslash
9865 phantom
9866 \series default
9867  in TeX Code
9868 \begin_inset Foot
9869 status collapsed
9870
9871 \begin_layout Plain Layout
9872 See sec.
9873 \begin_inset space \thinspace{}
9874 \end_inset
9875
9876
9877 \begin_inset CommandInset ref
9878 LatexCommand ref
9879 reference "sec:TeX-Code"
9880
9881 \end_inset
9882
9883  for more information about TeX-Code.
9884 \end_layout
9885
9886 \end_inset
9887
9888 .
9889  In our case write the command 
9890 \series bold
9891
9892 \backslash
9893 phantom{Mr.
9894  Edge }
9895 \series default
9896  (note the space after 
9897 \begin_inset Quotes eld
9898 \end_inset
9899
9900 Edge
9901 \begin_inset Quotes erd
9902 \end_inset
9903
9904 ) at the beginning of the last two lines.
9905  The command prints out the phrase within the the two braces, but invisible.
9906  That is why it is named 
9907 \begin_inset Quotes eld
9908 \end_inset
9909
9910 phantom
9911 \begin_inset Quotes erd
9912 \end_inset
9913
9914 .
9915 \begin_inset Foot
9916 status collapsed
9917
9918 \begin_layout Plain Layout
9919 There exists also the commands 
9920 \backslash
9921
9922 \series bold
9923 hphantom
9924 \series default
9925  and 
9926 \backslash
9927
9928 \series bold
9929 vphantom
9930 \series default
9931 , but this too special for the LyX User Guide.
9932  If you are interested in knowing more about this, have a look at 
9933 \begin_inset CommandInset citation
9934 LatexCommand cite
9935 key "latexcompanion,latexguide"
9936
9937 \end_inset
9938
9939 .
9940 \end_layout
9941
9942 \end_inset
9943
9944
9945 \end_layout
9946
9947 \begin_layout Subsection
9948 Vertical Space
9949 \begin_inset CommandInset label
9950 LatexCommand label
9951 name "sub:Vertical-Space"
9952
9953 \end_inset
9954
9955
9956 \begin_inset Index idx
9957 status collapsed
9958
9959 \begin_layout Plain Layout
9960 Spacing ! Vertical
9961 \end_layout
9962
9963 \end_inset
9964
9965
9966 \end_layout
9967
9968 \begin_layout Standard
9969 To add extra vertical space above or below a paragraph, use the 
9970 \family sans
9971 Insert\SpecialChar \menuseparator
9972 Formatting\SpecialChar \menuseparator
9973 Vertical
9974 \begin_inset space ~
9975 \end_inset
9976
9977 Space
9978 \family default
9979  dialog.
9980  There you find the following sizes:
9981 \end_layout
9982
9983 \begin_layout Standard
9984
9985 \family sans
9986 SmallSkip
9987 \family default
9988
9989 \family sans
9990 MedSkip
9991 \family default
9992  and 
9993 \family sans
9994 BigSkip
9995 \family default
9996  are LaTeX sizes which depend on the font size of the document.
9997  
9998 \family sans
9999 DefSkip
10000 \family default
10001  is the skip adjusted in the dialog 
10002 \family sans
10003 Document\SpecialChar \menuseparator
10004 Settings
10005 \family default
10006
10007 \begin_inset Index idx
10008 status collapsed
10009
10010 \begin_layout Plain Layout
10011 Document ! Settings
10012 \end_layout
10013
10014 \end_inset
10015
10016  for the paragraph separation.
10017  If you use indentation to separate paragraphs 
10018 \family sans
10019 DefSkip
10020 \family default
10021  is equal to 
10022 \family sans
10023 MedSkip
10024 \family default
10025 .
10026 \end_layout
10027
10028 \begin_layout Standard
10029
10030 \family sans
10031 VFill
10032 \family default
10033
10034 \begin_inset Index idx
10035 status collapsed
10036
10037 \begin_layout Plain Layout
10038 Spacing ! Fills
10039 \end_layout
10040
10041 \end_inset
10042
10043  is a variable space, set so that the space is maximal within one page.
10044  An example: You have only two short paragraphs on one page with a vfill
10045  between them.
10046  Then the first paragraph is placed at the top of the page and the second
10047  one at the bottom, because the space between them is then maximal.
10048  
10049 \family sans
10050 VFill
10051 \family default
10052 s work like 
10053 \family sans
10054 HFill
10055 \family default
10056 s: they fill the remaining vertical space on a page with blank space.
10057 \begin_inset Foot
10058 status collapsed
10059
10060 \begin_layout Plain Layout
10061
10062 \family sans
10063 HFill
10064 \family default
10065 s are described in section
10066 \begin_inset space ~
10067 \end_inset
10068
10069
10070 \begin_inset CommandInset ref
10071 LatexCommand ref
10072 reference "sub:Horizontal-Space"
10073
10074 \end_inset
10075
10076 .
10077 \end_layout
10078
10079 \end_inset
10080
10081  If there are several 
10082 \family sans
10083 VFill
10084 \family default
10085 s on a page, they divide the remaining vertical space equally between themselves.
10086  You can therefore use 
10087 \family sans
10088 VFill
10089 \family default
10090 s to center text on a page, or even place text 2/3 down a page.
10091 \end_layout
10092
10093 \begin_layout Standard
10094
10095 \family sans
10096 Custom
10097 \family default
10098  are custom spaces in units explained in Appendix
10099 \begin_inset space ~
10100 \end_inset
10101
10102
10103 \begin_inset CommandInset ref
10104 LatexCommand ref
10105 reference "cha:Units-available-in"
10106
10107 \end_inset
10108
10109 .
10110 \end_layout
10111
10112 \begin_layout Standard
10113 \begin_inset Note Greyedout
10114 status open
10115
10116 \begin_layout Plain Layout
10117
10118 \series bold
10119 Note:
10120 \series default
10121  
10122 \series medium
10123 When the extra vertical space would be in the output at the top/bottom of
10124  a page, the space is only added if you have also checked the option 
10125 \family sans
10126 Protect
10127 \family default
10128 .
10129 \end_layout
10130
10131 \end_inset
10132
10133
10134 \end_layout
10135
10136 \begin_layout Subsection
10137 Paragraph Alignment
10138 \end_layout
10139
10140 \begin_layout Standard
10141 You can change the paragraph alignment with the 
10142 \family sans
10143 Edit\SpecialChar \menuseparator
10144 Paragraph Settings
10145 \family default
10146  dialog.
10147  There are five possibilities: 
10148 \end_layout
10149
10150 \begin_layout Itemize
10151
10152 \family sans
10153 Justified
10154 \family default
10155  (shortcut 
10156 \begin_inset Info
10157 type  "shortcut"
10158 arg   "paragraph-params \\align block"
10159 \end_inset
10160
10161 )
10162 \end_layout
10163
10164 \begin_layout Itemize
10165
10166 \family sans
10167 Left
10168 \family default
10169  (
10170 \begin_inset Info
10171 type  "shortcut"
10172 arg   "paragraph-params \\align left"
10173 \end_inset
10174
10175 )
10176 \end_layout
10177
10178 \begin_layout Itemize
10179
10180 \family sans
10181 Right
10182 \family default
10183  (
10184 \begin_inset Info
10185 type  "shortcut"
10186 arg   "paragraph-params \\align right"
10187 \end_inset
10188
10189 )
10190 \end_layout
10191
10192 \begin_layout Itemize
10193
10194 \family sans
10195 Center
10196 \family default
10197  (
10198 \begin_inset Info
10199 type  "shortcut"
10200 arg   "paragraph-params \\align center"
10201 \end_inset
10202
10203 )
10204 \end_layout
10205
10206 \begin_layout Itemize
10207
10208 \family sans
10209 Default
10210 \family default
10211  (
10212 \begin_inset Info
10213 type  "shortcut"
10214 arg   "paragraph-params \\align default"
10215 \end_inset
10216
10217 )
10218 \end_layout
10219
10220 \begin_layout Standard
10221 The default in most cases is justified alignment, in which the inter-word
10222  spacing is variable and each line of a paragraph fills the region between
10223  the left and right margins.
10224  The other three alignments should be self-explanatory, and look like this:
10225 \end_layout
10226
10227 \begin_layout Standard
10228 \align right
10229 This paragraph is right aligned,
10230 \end_layout
10231
10232 \begin_layout Standard
10233 \align center
10234 this one is centered,
10235 \end_layout
10236
10237 \begin_layout Standard
10238 \align left
10239 this one is left aligned.
10240 \end_layout
10241
10242 \begin_layout Subsection
10243 Forced Page Breaks
10244 \begin_inset Index idx
10245 status collapsed
10246
10247 \begin_layout Plain Layout
10248 Page breaks ! Forced
10249 \end_layout
10250
10251 \end_inset
10252
10253
10254 \begin_inset CommandInset label
10255 LatexCommand label
10256 name "sub:Forced-Page-Breaks"
10257
10258 \end_inset
10259
10260
10261 \end_layout
10262
10263 \begin_layout Standard
10264 If you don't like the way LaTeX does the pagebreaks in your document, you
10265  can force a page break where you want one.
10266  Normally this will not be necessary, because LaTeX is good at page breaking.
10267  Only if you use a lot of 
10268 \family sans
10269 Floats
10270 \family default
10271 , LaTeX's page breaking algorithm can fail.
10272 \end_layout
10273
10274 \begin_layout Standard
10275 We recommend not to use forced pagebreaks until the text is finished and
10276  until you have checked in the preview to see if you 
10277 \emph on
10278 really
10279 \emph default
10280  have to change the page breaking.
10281 \end_layout
10282
10283 \begin_layout Standard
10284 There are two types of pagebreaks: One that ends the page without any special
10285  action.
10286  This can be inserted above or below a paragraph via the menu 
10287 \family sans
10288 Insert\SpecialChar \menuseparator
10289 Formatting\SpecialChar \menuseparator
10290 New
10291 \begin_inset space ~
10292 \end_inset
10293
10294 Page
10295 \family default
10296 .
10297  The second type, that is inserted via the menu 
10298 \family sans
10299 Insert\SpecialChar \menuseparator
10300 Formatting\SpecialChar \menuseparator
10301 Page
10302 \begin_inset space ~
10303 \end_inset
10304
10305 Break
10306 \family default
10307 , ends a page but stretches the content of the page, so that it fills out
10308  the complete page.
10309  This type is useful to avoid whitespace when a page break produces a page
10310  on which only the last few lines are absent.
10311 \end_layout
10312
10313 \begin_layout Standard
10314 You might try to use a page break to ensure that a figure or table appears
10315  at the top of a page.
10316  This is, of course, the wrong way to do it.
10317  LyX gives you a way of automatically ensuring that your figures and tables
10318  appear at the top of a page (or the bottom, or on their own page) without
10319  having to worry about what precedes or follows your figure or table.
10320  See chapter 
10321 \begin_inset CommandInset ref
10322 LatexCommand ref
10323 reference "cha:Floats-and-Notes"
10324
10325 \end_inset
10326
10327  to learn more about 
10328 \family sans
10329 Floats
10330 \family default
10331 .
10332 \end_layout
10333
10334 \begin_layout Subsubsection
10335 Clear Page Breaks
10336 \begin_inset CommandInset label
10337 LatexCommand label
10338 name "sub:Clear-Page-Breaks"
10339
10340 \end_inset
10341
10342
10343 \begin_inset Index idx
10344 status collapsed
10345
10346 \begin_layout Plain Layout
10347 Page breaks ! Clear
10348 \end_layout
10349
10350 \end_inset
10351
10352
10353 \end_layout
10354
10355 \begin_layout Standard
10356 Rather than forced pagebreaks where the content behind the break is placed
10357  directly on the next page, you can also clear pages while breaking them.
10358  That means that the current paragraph is terminated and everything, including
10359  unprocessed floats, from the earlier part of the document are placed behind
10360  it, if necessary by adding pages.
10361 \end_layout
10362
10363 \begin_layout Standard
10364 You can insert a clear page break with the menu 
10365 \family sans
10366 Insert\SpecialChar \menuseparator
10367 Formatting\SpecialChar \menuseparator
10368 Clear
10369 \begin_inset space ~
10370 \end_inset
10371
10372 Page
10373 \family default
10374 .
10375  When you have a two-sided document like a book, you can use the menu 
10376 \family sans
10377 Insert\SpecialChar \menuseparator
10378 Formatting\SpecialChar \menuseparator
10379 Clear
10380 \begin_inset space ~
10381 \end_inset
10382
10383 Double
10384 \begin_inset space ~
10385 \end_inset
10386
10387 Page
10388 \family default
10389  to insert a clear page break that assures that the next page is a right-hand
10390  page (odd-numbered), if necessary by adding a page.
10391 \end_layout
10392
10393 \begin_layout Subsection
10394 Forced Line Breaks
10395 \begin_inset Index idx
10396 status collapsed
10397
10398 \begin_layout Plain Layout
10399 Line breaks
10400 \end_layout
10401
10402 \end_inset
10403
10404
10405 \begin_inset CommandInset label
10406 LatexCommand label
10407 name "sub:Forced-Line-Breaks"
10408
10409 \end_inset
10410
10411
10412 \end_layout
10413
10414 \begin_layout Standard
10415 Similar to page breaks there are two types of line breaks: One that simply
10416  breaks the line.
10417  You can force this line break within a paragraph by selecting 
10418 \family sans
10419 Insert\SpecialChar \menuseparator
10420 Formatting\SpecialChar \menuseparator
10421 Ragged
10422 \begin_inset space ~
10423 \end_inset
10424
10425 Line
10426 \begin_inset space ~
10427 \end_inset
10428
10429 Break
10430 \family default
10431  or with 
10432 \begin_inset Info
10433 type  "shortcut"
10434 arg   "newline-insert newline"
10435 \end_inset
10436
10437 .
10438  Another type that is inserted via the menu 
10439 \family sans
10440 Insert\SpecialChar \menuseparator
10441 Formatting\SpecialChar \menuseparator
10442 Justified
10443 \begin_inset space ~
10444 \end_inset
10445
10446 Line
10447 \begin_inset space ~
10448 \end_inset
10449
10450 Break
10451 \family default
10452  breaks the line and stretches it so that it fills out the whole space between
10453  the page margins.
10454  This is necessary to avoid 
10455 \begin_inset Quotes eld
10456 \end_inset
10457
10458 fringes
10459 \begin_inset Quotes erd
10460 \end_inset
10461
10462  in justified paragraphs due to whitespace introduced by line breaks.
10463 \end_layout
10464
10465 \begin_layout Standard
10466 You shouldn't use forced line breaks to correct LaTeX's line breaking, as
10467  LaTeX is very good at line breaking.
10468  There are, however, a number of situations where it is necessary to actively
10469  set a line break, e.
10470 \begin_inset space \thinspace{}
10471 \end_inset
10472
10473 g.
10474 \begin_inset space \space{}
10475 \end_inset
10476
10477 in a poem or for an address (see sections
10478 \begin_inset space ~
10479 \end_inset
10480
10481
10482 \begin_inset CommandInset ref
10483 LatexCommand ref
10484 reference "sec:Quote"
10485
10486 \end_inset
10487
10488
10489 \begin_inset CommandInset ref
10490 LatexCommand ref
10491 reference "sec:Verse"
10492
10493 \end_inset
10494
10495  and 
10496 \begin_inset CommandInset ref
10497 LatexCommand ref
10498 reference "sec:Address-Usage"
10499
10500 \end_inset
10501
10502 ).
10503 \end_layout
10504
10505 \begin_layout Subsection
10506 Horizontal Lines
10507 \begin_inset CommandInset label
10508 LatexCommand label
10509 name "sub:Horizontal-Lines"
10510
10511 \end_inset
10512
10513
10514 \begin_inset Index idx
10515 status collapsed
10516
10517 \begin_layout Plain Layout
10518 Horizontal lines
10519 \end_layout
10520
10521 \end_inset
10522
10523
10524 \end_layout
10525
10526 \begin_layout Standard
10527
10528 \lyxline
10529 In the dialog 
10530 \family sans
10531 Insert\SpecialChar \menuseparator
10532 Formatting\SpecialChar \menuseparator
10533 Horizontal
10534 \begin_inset space ~
10535 \end_inset
10536
10537 Line
10538 \family default
10539  you can insert horizontal lines that span the whole width of the document
10540  or column.
10541 \lyxline
10542
10543 \end_layout
10544
10545 \begin_layout Section
10546 Characters and Symbols
10547 \end_layout
10548
10549 \begin_layout Standard
10550 You can directly enter all characters that are available on your keyboard.
10551  You can also use special keyboard maps to be able to enter e.
10552 \begin_inset space \thinspace{}
10553 \end_inset
10554
10555 g.
10556 \begin_inset space \space{}
10557 \end_inset
10558
10559 characters needed for French with an English keyboard.
10560  See section
10561 \begin_inset space \thinspace{}
10562 \end_inset
10563
10564
10565 \begin_inset CommandInset ref
10566 LatexCommand ref
10567 reference "sub:Keyboard-mapping"
10568
10569 \end_inset
10570
10571  for information on how this is done.
10572 \end_layout
10573
10574 \begin_layout Standard
10575 For the case where you need a character that is not on your keyboard, you
10576  can use the 
10577 \family sans
10578 Symbols
10579 \family default
10580  dialog via the menu 
10581 \family sans
10582 Insert\SpecialChar \menuseparator
10583 Special Character\SpecialChar \menuseparator
10584 Symbols
10585 \family default
10586 .
10587 \end_layout
10588
10589 \begin_layout Standard
10590 \begin_inset Note Greyedout
10591 status open
10592
10593 \begin_layout Plain Layout
10594
10595 \series bold
10596 Note:
10597 \series default
10598  Maybe not all symbols inserted with the symbols dialog can be displayed
10599  when you are using a special screen font in LyX's preferences.
10600  But the inserted symbols will in every case be displayed in the output.
10601 \end_layout
10602
10603 \end_inset
10604
10605
10606 \end_layout
10607
10608 \begin_layout Section
10609 Fonts and Text Styles
10610 \begin_inset CommandInset label
10611 LatexCommand label
10612 name "sec:Fonts-and-Text"
10613
10614 \end_inset
10615
10616
10617 \end_layout
10618
10619 \begin_layout Subsection
10620 Font Types
10621 \begin_inset Index idx
10622 status collapsed
10623
10624 \begin_layout Plain Layout
10625 Font ! Types
10626 \end_layout
10627
10628 \end_inset
10629
10630
10631 \end_layout
10632
10633 \begin_layout Standard
10634 There are two types of fonts:
10635 \end_layout
10636
10637 \begin_layout Description
10638 Vector
10639 \begin_inset space ~
10640 \end_inset
10641
10642 fonts
10643 \begin_inset Index idx
10644 status collapsed
10645
10646 \begin_layout Plain Layout
10647 Fonts ! Vector-
10648 \end_layout
10649
10650 \end_inset
10651
10652  are fonts, built from outlines of the single glyphs (i.
10653 \begin_inset space \thinspace{}
10654 \end_inset
10655
10656 g.
10657  characters) in the font.
10658  This means that each glyph is defined using mathematical curves that are
10659  well suited for scaling to any requested size.
10660  This mathematical definition is interpreted by the font renderer and the
10661  curve is filled out with pixels according to the size and glyph.
10662  This means that outline fonts will look pretty good in all sizes.
10663  Only at very small sizes where each pixel has to be very carefully computed
10664  to provide a good image, it might be hard to provide a good rendering.
10665 \begin_inset Newline newline
10666 \end_inset
10667
10668 That could mean that one only needs to define one font size and scale them.
10669  But to achieve a better quality, many fonts define several font sizes.
10670  That improves the appearance because you need more details at large font
10671  sizes than at small ones.
10672 \begin_inset Newline newline
10673 \end_inset
10674
10675 The font types 
10676 \family typewriter
10677 TrueType
10678 \family default
10679
10680 \family typewriter
10681 OpenType
10682 \family default
10683 , and 
10684 \family typewriter
10685 Type
10686 \begin_inset space ~
10687 \end_inset
10688
10689 1
10690 \family default
10691  are vector fonts.
10692 \end_layout
10693
10694 \begin_layout Description
10695 Bitmap
10696 \begin_inset space ~
10697 \end_inset
10698
10699 fonts
10700 \begin_inset Index idx
10701 status collapsed
10702
10703 \begin_layout Plain Layout
10704 Fonts ! Bitmap-
10705 \end_layout
10706
10707 \end_inset
10708
10709  on the other hand, are defined by bitmap graphics from the start, so they
10710  will look good at all the sizes they are meant for.
10711  However, they don't scale well, because in order to scale a glyph, each
10712  pixel is enlarged into several pixels.
10713  It is the same effect that happens if you try to enlarge a picture in a
10714  picture manipulation program.
10715  In order to relieve this effect, bitmap fonts are typically provided in
10716  several fixed sizes typically from around 8 pixels high up to 34 pixels
10717  or so high in steps according to what is believed to be useful.
10718  The advantage of bitmap fonts is that no complicated computations are necessary
10719  to display each glyph, so bitmap fonts are thus faster displayed than scalable
10720  fonts.
10721  The disadvantage is that sizes that don't exist as fixed versions have
10722  to be scaled by doubling pixels, and thus look bad.
10723 \begin_inset Newline newline
10724 \end_inset
10725
10726 Bitmap fonts are named 
10727 \family typewriter
10728 Type
10729 \begin_inset space ~
10730 \end_inset
10731
10732 3
10733 \family default
10734  in PostScript- and PDF-documents.
10735 \end_layout
10736
10737 \begin_layout Standard
10738 The result of all this, is that bitmap fonts are best for the size they
10739  are designed for, while scalable fonts are good for nearly all sizes.
10740  So one need fewer font size definitions for scalable fonts.
10741  That's the reason why nearly all text rendering and typesetting programs
10742  use scalable fonts.
10743 \end_layout
10744
10745 \begin_layout Standard
10746 To test which fonts are used in a PDF-document, you can have a look into
10747  its document properties.
10748 \end_layout
10749
10750 \begin_layout Standard
10751 Many modern typesetting and markup languages have begun to move towards
10752  specifying character styles rather than specifying a particular font.
10753  For example, instead of changing to an italicized version of the current
10754  font to emphasize text, you use an 
10755 \begin_inset Quotes eld
10756 \end_inset
10757
10758 emphasized style
10759 \begin_inset Quotes erd
10760 \end_inset
10761
10762  instead.
10763  This concept fits in perfectly with LyX.
10764  In LyX, you do things based on contexts, rather than focusing on typesetting
10765  details.
10766 \end_layout
10767
10768 \begin_layout Subsection
10769 Document Font and Font size
10770 \begin_inset CommandInset label
10771 LatexCommand label
10772 name "sub:Document-Font"
10773
10774 \end_inset
10775
10776
10777 \begin_inset Index idx
10778 status collapsed
10779
10780 \begin_layout Plain Layout
10781 Font ! Size
10782 \end_layout
10783
10784 \end_inset
10785
10786
10787 \begin_inset Index idx
10788 status collapsed
10789
10790 \begin_layout Plain Layout
10791 Document ! Font
10792 \end_layout
10793
10794 \end_inset
10795
10796
10797 \end_layout
10798
10799 \begin_layout Standard
10800 You can set the document fonts in the 
10801 \family sans
10802 Document\SpecialChar \menuseparator
10803 Settings
10804 \family default
10805
10806 \begin_inset Index idx
10807 status collapsed
10808
10809 \begin_layout Plain Layout
10810 Document ! Settings
10811 \end_layout
10812
10813 \end_inset
10814
10815  dialog.
10816  There you can specify which font should be used for the three different
10817  font shapes roman (serif), 
10818 \family sans
10819 sans
10820 \begin_inset space ~
10821 \end_inset
10822
10823 serif
10824 \family default
10825 , and 
10826 \family typewriter
10827 typewriter
10828 \family default
10829  and its scalings.
10830 \end_layout
10831
10832 \begin_layout Standard
10833 The possible options for the font include 
10834 \family sans
10835 default
10836 \family default
10837  and a list of fonts available on your system.
10838  
10839 \family sans
10840 default
10841 \family default
10842  uses the standard TeX fonts, known as 
10843 \begin_inset Quotes eld
10844 \end_inset
10845
10846
10847 \family typewriter
10848 Computer Modern
10849 \family default
10850
10851 \begin_inset Quotes erd
10852 \end_inset
10853
10854  (
10855 \family typewriter
10856 cm
10857 \family default
10858 ) or 
10859 \begin_inset Quotes eld
10860 \end_inset
10861
10862
10863 \family typewriter
10864 European Computer Modern
10865 \family default
10866
10867 \begin_inset Quotes erd
10868 \end_inset
10869
10870  (
10871 \family typewriter
10872 ec
10873 \family default
10874 ).
10875 \end_layout
10876
10877 \begin_layout Standard
10878 As 
10879 \family typewriter
10880 cm
10881 \family default
10882  and 
10883 \family typewriter
10884 ec
10885 \family default
10886  are bitmap fonts, they often looks pixeled in PDF output, especially when
10887  you read the PDF in a zoomed size.
10888 \begin_inset Foot
10889 status collapsed
10890
10891 \begin_layout Plain Layout
10892 This problem doesn't appear if you read PDFs in 
10893 \family typewriter
10894 Adobe
10895 \begin_inset space ~
10896 \end_inset
10897
10898 Reader
10899 \family default
10900  version 6 or later, because this program includes a special bitmap font
10901  renderer.
10902 \end_layout
10903
10904 \end_inset
10905
10906  To get rid of pixeled fonts, you have to use a vector font.
10907  There are three ways to use one:
10908 \end_layout
10909
10910 \begin_layout Itemize
10911 One way is to use the 
10912 \family typewriter
10913 AE
10914 \family default
10915  fonts.
10916  
10917 \family typewriter
10918 AE
10919 \family default
10920  is a virtual font.
10921  Virtual means that it 
10922 \begin_inset Quotes eld
10923 \end_inset
10924
10925 steals
10926 \begin_inset Quotes erd
10927 \end_inset
10928
10929  outline 
10930 \family typewriter
10931 cm
10932 \family default
10933 -glyphs from other fonts.
10934  This has the disadvantage that some characters are missing, like the French
10935  guillemets (
10936 \begin_inset Quotes eld
10937 \end_inset
10938
10939 «
10940 \begin_inset Quotes erd
10941 \end_inset
10942
10943  and 
10944 \begin_inset Quotes eld
10945 \end_inset
10946
10947 »
10948 \begin_inset Quotes erd
10949 \end_inset
10950
10951 )
10952 \begin_inset Foot
10953 status collapsed
10954
10955 \begin_layout Plain Layout
10956 Loading the LaTeX-package 
10957 \series bold
10958 aeguill
10959 \series default
10960
10961 \begin_inset Index idx
10962 status collapsed
10963
10964 \begin_layout Plain Layout
10965 LaTeX-packages ! aeguill
10966 \end_layout
10967
10968 \end_inset
10969
10970  with the document preamble line
10971 \begin_inset Newline newline
10972 \end_inset
10973
10974
10975 \series bold
10976
10977 \backslash
10978 usepackage[ec]{aeguill}
10979 \begin_inset Newline newline
10980 \end_inset
10981
10982
10983 \series default
10984 will fix the guillemet problem.
10985 \end_layout
10986
10987 \end_inset
10988
10989  and that accented characters are not 
10990 \emph on
10991 one
10992 \emph default
10993  glyph, they are build of 
10994 \emph on
10995 two
10996 \emph default
10997  characters, the accent and the letter.
10998  Therefore you can't search in documents using the 
10999 \family typewriter
11000 AE
11001 \family default
11002  fonts for words with accented characters.
11003  If you search for example for the French word 
11004 \begin_inset Quotes eld
11005 \end_inset
11006
11007 rève
11008 \begin_inset Quotes erd
11009 \end_inset
11010
11011  in a PDF, you won't get any result, because the PDF-viewer searches for
11012  the glyph 
11013 \begin_inset Quotes eld
11014 \end_inset
11015
11016  è 
11017 \begin_inset Quotes erd
11018 \end_inset
11019
11020  and not for the glyph 
11021 \begin_inset Quotes eld
11022 \end_inset
11023
11024  e +
11025 \begin_inset space ~
11026 \end_inset
11027
11028  ̀ 
11029 \begin_inset Quotes erd
11030 \end_inset
11031
11032 .
11033 \end_layout
11034
11035 \begin_layout Itemize
11036 Another possibility is to use three different outline fonts
11037 \begin_inset Foot
11038 status collapsed
11039
11040 \begin_layout Plain Layout
11041 Other fonts, like 
11042 \family typewriter
11043 Latin Modern
11044 \family default
11045  or 
11046 \family typewriter
11047 Computer Modern
11048 \family default
11049 , consist of these three main font types 
11050 \family sans
11051 sans
11052 \begin_inset space ~
11053 \end_inset
11054
11055 serif
11056 \family default
11057
11058 \family sans
11059 typewriter
11060 \family default
11061 , and 
11062 \family sans
11063 serif
11064 \family default
11065 .
11066 \end_layout
11067
11068 \end_inset
11069
11070
11071 \family typewriter
11072 Times Roman
11073 \family default
11074  as roman font,
11075 \family sans
11076  
11077 \family typewriter
11078 Helvetica
11079 \family default
11080  scaled to 92 or 95
11081 \begin_inset space \thinspace{}
11082 \end_inset
11083
11084 % as sans
11085 \begin_inset space ~
11086 \end_inset
11087
11088 serif font, and 
11089 \family typewriter
11090 courier
11091 \family default
11092  as typewriter font.
11093 \begin_inset Newline newline
11094 \end_inset
11095
11096 The differences between roman, 
11097 \family sans
11098 sans
11099 \begin_inset space ~
11100 \end_inset
11101
11102 serif
11103 \family default
11104 , and 
11105 \family typewriter
11106 typewriter
11107 \family default
11108  fonts are explained in section
11109 \begin_inset space ~
11110 \end_inset
11111
11112
11113 \begin_inset CommandInset ref
11114 LatexCommand ref
11115 reference "sub:Fine-Tuning-with-the"
11116
11117 \end_inset
11118
11119 .
11120 \begin_inset Newline newline
11121 \end_inset
11122
11123 The font 
11124 \family typewriter
11125 Times Roman
11126 \family default
11127  was originally designed for newspapers.
11128  That means its glyphs are smaller than the ones from other fonts to fit
11129  into the small newspaper columns.
11130  Therefore 
11131 \family typewriter
11132 Times Roman
11133 \family default
11134  is not the optimal choice for larger documents like books.
11135 \end_layout
11136
11137 \begin_layout Itemize
11138 The best solution is to use the 
11139 \family typewriter
11140 Latin Modern
11141 \family default
11142  (
11143 \family typewriter
11144 lm
11145 \family default
11146 ) fonts.
11147  These fonts were developed for the LaTeX community to replace 
11148 \family typewriter
11149 cm
11150 \family default
11151  as the default font.
11152  In most cases they look the same as 
11153 \family typewriter
11154 cm
11155 \family default
11156
11157 \begin_inset Foot
11158 status collapsed
11159
11160 \begin_layout Plain Layout
11161 One difference is improved kerning for the 
11162 \family typewriter
11163 lm
11164 \family default
11165  fonts.
11166 \end_layout
11167
11168 \end_inset
11169
11170 , but 
11171 \family typewriter
11172 lm
11173 \family default
11174  covers a vast number of characters over the other two families 
11175 \family typewriter
11176 cm
11177 \family default
11178  and 
11179 \family typewriter
11180 ec
11181 \family default
11182 .
11183 \end_layout
11184
11185 \begin_layout Standard
11186 \begin_inset VSpace bigskip
11187 \end_inset
11188
11189 For the font size there are four possible values: 
11190 \family sans
11191 default, 10
11192 \family default
11193
11194 \family sans
11195 11
11196 \family default
11197 , and 
11198 \family sans
11199 12
11200 \family default
11201 .
11202  The size of 
11203 \family sans
11204 default
11205 \family default
11206  depends on your LaTeX-system, normally it is equal to the font size 10.
11207 \end_layout
11208
11209 \begin_layout Standard
11210 The font sizes are the 
11211 \emph on
11212 base size
11213 \emph default
11214 .
11215  That means that LyX scales all other possible font sizes (such as those
11216  used in footnotes, super-, and subscripts) by this value.
11217  You can fine-tune the font size of text parts via the 
11218 \family sans
11219 Text
11220 \begin_inset space ~
11221 \end_inset
11222
11223 Style
11224 \family default
11225  dialog if needed.
11226  The possible font sizes for text parts are explained in section
11227 \begin_inset space ~
11228 \end_inset
11229
11230
11231 \begin_inset CommandInset ref
11232 LatexCommand ref
11233 reference "sub:Fine-Tuning-with-the"
11234
11235 \end_inset
11236
11237 .
11238 \end_layout
11239
11240 \begin_layout Standard
11241 The field 
11242 \family sans
11243 CJK
11244 \family default
11245  allows users of the languages Chinese, Japanese, Korean (CJK) to specify
11246  a font to display the script characters.
11247 \begin_inset Foot
11248 status collapsed
11249
11250 \begin_layout Plain Layout
11251 The font will be the argument for the commands of the LaTeX-package 
11252 \series bold
11253 CJK
11254 \series default
11255 .
11256  So this has no effect for the document language 
11257 \family sans
11258 Japanese
11259 \family default
11260  that doesn't use 
11261 \series bold
11262 CJK
11263 \series default
11264 .
11265 \end_layout
11266
11267 \end_inset
11268
11269
11270 \end_layout
11271
11272 \begin_layout Standard
11273 \begin_inset VSpace bigskip
11274 \end_inset
11275
11276
11277 \begin_inset Note Greyedout
11278 status open
11279
11280 \begin_layout Plain Layout
11281
11282 \series bold
11283 Note:
11284 \series default
11285  When you choose a new font or font size, LyX does 
11286 \emph on
11287 not
11288 \emph default
11289  change the screen font! You will only see a difference in the printed output;
11290  this is part of the WYSIWYM concept.
11291  LyX's screen fonts can be adjusted in the 
11292 \family sans
11293 Tools\SpecialChar \menuseparator
11294 Preferences
11295 \family default
11296  dialog, see section
11297 \begin_inset space ~
11298 \end_inset
11299
11300
11301 \begin_inset CommandInset ref
11302 LatexCommand ref
11303 reference "sub:Screen-Fonts"
11304
11305 \end_inset
11306
11307 .
11308 \end_layout
11309
11310 \end_inset
11311
11312
11313 \end_layout
11314
11315 \begin_layout Subsection
11316 Using Different Character Styles
11317 \begin_inset Index idx
11318 status collapsed
11319
11320 \begin_layout Plain Layout
11321 Character Styles
11322 \end_layout
11323
11324 \end_inset
11325
11326
11327 \begin_inset Index idx
11328 status collapsed
11329
11330 \begin_layout Plain Layout
11331 Text Style
11332 \end_layout
11333
11334 \end_inset
11335
11336
11337 \end_layout
11338
11339 \begin_layout Standard
11340 As we've already seen, LyX automatically changes the character style for
11341  certain paragraph environments.
11342  LyX supports two character styles, 
11343 \family sans
11344 Emphasized
11345 \family default
11346  and 
11347 \family sans
11348 Noun
11349 \family default
11350 .
11351  You can activate both of these styles via keybindings, the menus, and the
11352  toolbar.
11353 \end_layout
11354
11355 \begin_layout Standard
11356 To activate the 
11357 \family sans
11358 Noun
11359 \family default
11360  style, do one of the following:
11361 \end_layout
11362
11363 \begin_layout Itemize
11364 click on the toolbar button 
11365 \begin_inset Graphics
11366         filename ../images/font-noun.png
11367
11368 \end_inset
11369
11370
11371 \end_layout
11372
11373 \begin_layout Itemize
11374 use the key binding 
11375 \begin_inset Info
11376 type  "shortcut"
11377 arg   "font-noun"
11378 \end_inset
11379
11380
11381 \end_layout
11382
11383 \begin_layout Standard
11384 These commands are all toggles.
11385  That is, if 
11386 \family sans
11387 Noun
11388 \family default
11389  style is already active, they deactivate it.
11390 \end_layout
11391
11392 \begin_layout Standard
11393 One typically uses the 
11394 \family sans
11395 Noun
11396 \family default
11397  style for proper names.
11398  For example: 
11399 \begin_inset Quotes eld
11400 \end_inset
11401
11402
11403 \noun on
11404 Matthias Ettrich
11405 \noun default
11406  is the original author of LyX.
11407 \begin_inset Quotes erd
11408 \end_inset
11409
11410
11411 \end_layout
11412
11413 \begin_layout Standard
11414 A more widely used character style is the 
11415 \family sans
11416 Emphasized
11417 \family default
11418  style.
11419  You can activate (or deactivate - it's also a toggle) the 
11420 \family sans
11421 Emphasized
11422 \family default
11423  style by:
11424 \end_layout
11425
11426 \begin_layout Itemize
11427 clicking on the toolbar button 
11428 \begin_inset Graphics
11429         filename ../images/font-emph.png
11430
11431 \end_inset
11432
11433
11434 \end_layout
11435
11436 \begin_layout Itemize
11437 using the keybindings 
11438 \begin_inset Info
11439 type  "shortcut"
11440 arg   "font-emph"
11441 \end_inset
11442
11443
11444 \end_layout
11445
11446 \begin_layout Standard
11447 Normally the 
11448 \family sans
11449 Emphasized
11450 \family default
11451  style is equivalent to an italic font but some document classes or LaTeX-packag
11452 es use a different font.
11453 \end_layout
11454
11455 \begin_layout Standard
11456 We've been using the 
11457 \family sans
11458 Emphasized
11459 \family default
11460  style all over the place in this document.
11461  Here's one more example:
11462 \end_layout
11463
11464 \begin_layout Quotation
11465
11466 \emph on
11467 Don't overuse character styles!
11468 \end_layout
11469
11470 \begin_layout Standard
11471 It's also a warning in addition to an example.
11472  One's writing should parallel ordinary conversation.
11473  Since we don't all constantly scream at each other, we should also avoid
11474  the common tendency to overuse character style.
11475  
11476 \end_layout
11477
11478 \begin_layout Standard
11479 You can always reset to the default font using the key binding 
11480 \begin_inset Info
11481 type  "shortcut"
11482 arg   "font-default"
11483 \end_inset
11484
11485  or the dialog 
11486 \family sans
11487 Edit\SpecialChar \menuseparator
11488 Text
11489 \begin_inset space ~
11490 \end_inset
11491
11492 Style
11493 \family default
11494 .
11495 \end_layout
11496
11497 \begin_layout Subsection
11498 Fine-Tuning with the 
11499 \family sans
11500 Text Style
11501 \family default
11502  dialog
11503 \begin_inset CommandInset label
11504 LatexCommand label
11505 name "sub:Fine-Tuning-with-the"
11506
11507 \end_inset
11508
11509
11510 \begin_inset Index idx
11511 status collapsed
11512
11513 \begin_layout Plain Layout
11514 Text Style
11515 \end_layout
11516
11517 \end_inset
11518
11519
11520 \end_layout
11521
11522 \begin_layout Standard
11523 There are always occasions when you will need to do some fine-tuning, so
11524  LyX gives you a way to create a custom character style.
11525  For example, an academic journal or a corporation may have a style sheet
11526  requiring a sans-serif font be used in certain situations.
11527  Also, writers sometimes use a different font to offset a character's thoughts
11528  from ordinary dialog.
11529 \end_layout
11530
11531 \begin_layout Standard
11532 Before we document how to use custom character style, we want to issue a
11533  warning yet again: Don't overuse character styles! 
11534 \begin_inset Newline newline
11535 \end_inset
11536
11537 Documents that overuse different fonts and sizes are not well readable and
11538  tend to look as if someone has knocked huge holes in them.
11539 \end_layout
11540
11541 \begin_layout Standard
11542 To use custom character styles, open the 
11543 \family sans
11544 Edit\SpecialChar \menuseparator
11545 Text
11546 \begin_inset space ~
11547 \end_inset
11548
11549 Style
11550 \family default
11551  dialog.
11552  There are several boxes on this dialog, each corresponding to a different
11553  font property which you can choose.
11554  You can choose an option for one of these properties, or select 
11555 \family sans
11556 No
11557 \begin_inset space ~
11558 \end_inset
11559
11560 change
11561 \family default
11562 , which keeps the current state of that property.
11563  The item 
11564 \family sans
11565 Reset
11566 \family default
11567  will reset the property to whatever is the default.
11568  You can use this to reset attributes across a bunch of different paragraph
11569  environments in a snap.
11570 \end_layout
11571
11572 \begin_layout Standard
11573 The font properties, and their options (in addition to 
11574 \family sans
11575 No
11576 \begin_inset space ~
11577 \end_inset
11578
11579 change
11580 \family default
11581  and 
11582 \family sans
11583 Reset
11584 \family default
11585 ) are:
11586 \end_layout
11587
11588 \begin_layout Labeling
11589 \labelwidthstring 00.00.0000
11590
11591 \family sans
11592 Family
11593 \family default
11594  The 
11595 \begin_inset Quotes eld
11596 \end_inset
11597
11598 overall look
11599 \begin_inset Quotes erd
11600 \end_inset
11601
11602  of the font.
11603  The possible options are:
11604 \end_layout
11605
11606 \begin_deeper
11607 \begin_layout Labeling
11608 \labelwidthstring 00.00.0000
11609
11610 \family sans
11611 Roman
11612 \family default
11613  This is the Roman font family.
11614  Normally a serif font.
11615  It's also the default family.
11616  (key binding 
11617 \begin_inset Info
11618 type  "shortcut"
11619 arg   "font-roman"
11620 \end_inset
11621
11622 )
11623 \end_layout
11624
11625 \begin_layout Labeling
11626 \labelwidthstring 00.00.0000
11627
11628 \family sans
11629 Sans
11630 \begin_inset space ~
11631 \end_inset
11632
11633 Serif
11634 \family default
11635  
11636 \family sans
11637 This is the Sans Serif font family.
11638
11639 \family default
11640  (key binding 
11641 \begin_inset Info
11642 type  "shortcut"
11643 arg   "font-sans"
11644 \end_inset
11645
11646 )
11647 \end_layout
11648
11649 \begin_layout Labeling
11650 \labelwidthstring 00.00.0000
11651
11652 \family sans
11653 Typewriter
11654 \family default
11655  
11656 \family typewriter
11657 This is the Typewriter font family.
11658
11659 \family default
11660  (key binding 
11661 \begin_inset Info
11662 type  "shortcut"
11663 arg   "font-typewriter"
11664 \end_inset
11665
11666
11667 \family sans
11668 )
11669 \end_layout
11670
11671 \end_deeper
11672 \begin_layout Labeling
11673 \labelwidthstring 00.00.0000
11674
11675 \family sans
11676 Series
11677 \family default
11678  This corresponds to the print weight.
11679  Options are:
11680 \end_layout
11681
11682 \begin_deeper
11683 \begin_layout Labeling
11684 \labelwidthstring 00.00.0000
11685
11686 \family sans
11687 Medium
11688 \family default
11689  This is the Medium font series.
11690  It's also the default series.
11691 \end_layout
11692
11693 \begin_layout Labeling
11694 \labelwidthstring 00.00.0000
11695
11696 \family sans
11697 Bold
11698 \family default
11699  
11700 \series bold
11701 This is the Bold font series.
11702
11703 \series default
11704  (key binding 
11705 \begin_inset Info
11706 type  "shortcut"
11707 arg   "font-bold"
11708 \end_inset
11709
11710 )
11711 \end_layout
11712
11713 \end_deeper
11714 \begin_layout Labeling
11715 \labelwidthstring 00.00.0000
11716
11717 \family sans
11718 Shape
11719 \family default
11720  As the name implies.
11721  Options are:
11722 \end_layout
11723
11724 \begin_deeper
11725 \begin_layout Labeling
11726 \labelwidthstring 00.00.0000
11727
11728 \family sans
11729 Upright
11730 \family default
11731  This is the Upright font shape.
11732  It's also the default shape.
11733 \end_layout
11734
11735 \begin_layout Labeling
11736 \labelwidthstring 00.00.0000
11737
11738 \family sans
11739 Italic
11740 \family default
11741  
11742 \shape italic
11743 This
11744 \shape default
11745  
11746 \family sans
11747 \shape italic
11748 i
11749 \family default
11750 s the Italic font shape
11751 \shape default
11752 \emph on
11753 .
11754 \end_layout
11755
11756 \begin_layout Labeling
11757 \labelwidthstring 00.00.0000
11758
11759 \family sans
11760 Slanted
11761 \family default
11762  
11763 \shape slanted
11764 This is the Slanted font shape
11765 \shape default
11766  (although it might not be visible in LyX, this is different from italic).
11767 \end_layout
11768
11769 \begin_layout Labeling
11770 \labelwidthstring 00.00.0000
11771
11772 \family sans
11773 Small
11774 \begin_inset space ~
11775 \end_inset
11776
11777 Caps
11778 \family default
11779  
11780 \shape smallcaps
11781 This is the Small caps font shape
11782 \shape default
11783 \noun on
11784 .
11785 \end_layout
11786
11787 \end_deeper
11788 \begin_layout Labeling
11789 \labelwidthstring 00.00.0000
11790
11791 \family sans
11792 Size
11793 \family default
11794  Alters the size of the font.
11795  You'll find no numerical values here; all possible sizes are actually proportio
11796 nal to the document font size.
11797  Once again, you don't feed LyX the details, but a general description of
11798  what you want to do.
11799  The options are:
11800 \end_layout
11801
11802 \begin_deeper
11803 \begin_layout Labeling
11804 \labelwidthstring 00.00.0000
11805
11806 \family sans
11807 Tiny
11808 \family default
11809  
11810 \size tiny
11811 This is the 
11812 \begin_inset Quotes eld
11813 \end_inset
11814
11815 Tiny
11816 \begin_inset Quotes erd
11817 \end_inset
11818
11819  font size.
11820
11821 \size default
11822  (key bindings 
11823 \begin_inset Info
11824 type  "shortcuts"
11825 arg   "font-size tiny"
11826 \end_inset
11827
11828 )
11829 \end_layout
11830
11831 \begin_layout Labeling
11832 \labelwidthstring 00.00.0000
11833
11834 \family sans
11835 Smallest
11836 \family default
11837  
11838 \size scriptsize
11839 This is the 
11840 \begin_inset Quotes eld
11841 \end_inset
11842
11843 Smallest
11844 \begin_inset Quotes erd
11845 \end_inset
11846
11847  font size
11848 \size default
11849 .
11850  (key binding 
11851 \begin_inset Info
11852 type  "shortcut"
11853 arg   "font-size scriptsize"
11854 \end_inset
11855
11856 )
11857 \end_layout
11858
11859 \begin_layout Labeling
11860 \labelwidthstring 00.00.0000
11861
11862 \family sans
11863 Smaller
11864 \family default
11865  
11866 \size footnotesize
11867 This is the 
11868 \begin_inset Quotes eld
11869 \end_inset
11870
11871 Smaller
11872 \begin_inset Quotes erd
11873 \end_inset
11874
11875  font size.
11876
11877 \size default
11878  (key bindings 
11879 \begin_inset Info
11880 type  "shortcuts"
11881 arg   "font-size footnotesize"
11882 \end_inset
11883
11884 )
11885 \end_layout
11886
11887 \begin_layout Labeling
11888 \labelwidthstring 00.00.0000
11889
11890 \family sans
11891 Small
11892 \family default
11893  
11894 \size small
11895 This is the 
11896 \begin_inset Quotes eld
11897 \end_inset
11898
11899 Small
11900 \begin_inset Quotes erd
11901 \end_inset
11902
11903  font size.
11904
11905 \size default
11906  (key bindings 
11907 \begin_inset Info
11908 type  "shortcuts"
11909 arg   "font-size small"
11910 \end_inset
11911
11912 )
11913 \end_layout
11914
11915 \begin_layout Labeling
11916 \labelwidthstring 00.00.0000
11917
11918 \family sans
11919 Normal
11920 \family default
11921  This is the 
11922 \begin_inset Quotes eld
11923 \end_inset
11924
11925 Normal
11926 \begin_inset Quotes erd
11927 \end_inset
11928
11929  font size.
11930  It's also the default size.
11931  (key bindings 
11932 \begin_inset Info
11933 type  "shortcuts"
11934 arg   "font-size normal"
11935 \end_inset
11936
11937 )
11938 \end_layout
11939
11940 \begin_layout Labeling
11941 \labelwidthstring 00.00.0000
11942
11943 \family sans
11944 Large
11945 \family default
11946  
11947 \size large
11948 This is the 
11949 \begin_inset Quotes eld
11950 \end_inset
11951
11952 Large
11953 \begin_inset Quotes erd
11954 \end_inset
11955
11956  font size.
11957
11958 \size default
11959  (key bindings 
11960 \begin_inset Info
11961 type  "shortcuts"
11962 arg   "font-size large"
11963 \end_inset
11964
11965 )
11966 \end_layout
11967
11968 \begin_layout Labeling
11969 \labelwidthstring 00.00.0000
11970
11971 \family sans
11972 Larger
11973 \family default
11974  
11975 \size larger
11976 This is the 
11977 \begin_inset Quotes eld
11978 \end_inset
11979
11980 Larger
11981 \begin_inset Quotes erd
11982 \end_inset
11983
11984  font size.
11985
11986 \size default
11987  (key bindings 
11988 \begin_inset Info
11989 type  "shortcuts"
11990 arg   "font-size larger"
11991 \end_inset
11992
11993 )
11994 \end_layout
11995
11996 \begin_layout Labeling
11997 \labelwidthstring 00.00.0000
11998
11999 \family sans
12000 Largest
12001 \family default
12002  
12003 \size largest
12004 This is the 
12005 \begin_inset Quotes eld
12006 \end_inset
12007
12008 Largest
12009 \begin_inset Quotes erd
12010 \end_inset
12011
12012  font size.
12013
12014 \size default
12015  (key binding 
12016 \begin_inset Info
12017 type  "shortcut"
12018 arg   "font-size largest"
12019 \end_inset
12020
12021 )
12022 \end_layout
12023
12024 \begin_layout Labeling
12025 \labelwidthstring 00.00.0000
12026
12027 \family sans
12028 Huge
12029 \family default
12030  
12031 \size huge
12032 This is the 
12033 \begin_inset Quotes eld
12034 \end_inset
12035
12036 Huge
12037 \begin_inset Quotes erd
12038 \end_inset
12039
12040  font size.
12041
12042 \size default
12043  (key bindings 
12044 \begin_inset Info
12045 type  "shortcuts"
12046 arg   "font-size huge"
12047 \end_inset
12048
12049 )
12050 \end_layout
12051
12052 \begin_layout Labeling
12053 \labelwidthstring 00.00.0000
12054
12055 \family sans
12056 Huger
12057 \family default
12058  
12059 \size giant
12060 This is the 
12061 \begin_inset Quotes eld
12062 \end_inset
12063
12064 Huger
12065 \begin_inset Quotes erd
12066 \end_inset
12067
12068  font size.
12069
12070 \size default
12071  (key bindings 
12072 \begin_inset Info
12073 type  "shortcuts"
12074 arg   "font-size giant"
12075 \end_inset
12076
12077 )
12078 \end_layout
12079
12080 \end_deeper
12081 \begin_layout Standard
12082 We'll warn you 
12083 \emph on
12084 yet again
12085 \emph default
12086 : don't go crazy with this feature.
12087  You should almost never need to change the font size.
12088  LyX automatically changes the font size for different paragraph environments
12089  - use that instead.
12090  This is here for fine-tuning only!
12091 \end_layout
12092
12093 \begin_layout Labeling
12094 \labelwidthstring 00.00.0000
12095
12096 \family sans
12097 Misc
12098 \family default
12099  Here you can change a few other things at the character level.
12100  Options are:
12101 \end_layout
12102
12103 \begin_deeper
12104 \begin_layout Labeling
12105 \labelwidthstring 00.00.0000
12106
12107 \family sans
12108 Emph
12109 \family default
12110  
12111 \emph on
12112 This is text with emphasize on
12113 \emph default
12114 .
12115  This might seem like the same as 
12116 \shape italic
12117 Italic
12118 \shape default
12119 , but it is actually a bit different.
12120  Emphasized is a 
12121 \emph on
12122 logical
12123 \emph default
12124  attribute.
12125  That means every document class can define its own font used for emphasized
12126  text.
12127  Normally this font is equal to italic.
12128 \end_layout
12129
12130 \begin_layout Labeling
12131 \labelwidthstring 00.00.0000
12132
12133 \family sans
12134 Underbar
12135 \family default
12136  
12137 \bar under
12138 This is text with Underbar on.
12139
12140 \bar default
12141  (key binding 
12142 \begin_inset Info
12143 type  "shortcuts"
12144 arg   "font-underline"
12145 \end_inset
12146
12147
12148 \family sans
12149 )
12150 \begin_inset Newline newline
12151 \end_inset
12152
12153
12154 \family default
12155 Avoid using underbar if you can! It's a hangover from the typewriter days,
12156  when you couldn't change fonts.
12157  We no longer need to emphasize text by underscoring characters.
12158  It's only included in LyX because some people 
12159 \emph on
12160 may
12161 \emph default
12162  need it in order to follow style sheets for journal submissions.
12163 \end_layout
12164
12165 \begin_layout Labeling
12166 \labelwidthstring 00.00.0000
12167
12168 \family sans
12169 Noun
12170 \family default
12171  
12172 \noun on
12173 This is text with Noun on.
12174
12175 \noun default
12176  Like 
12177 \family sans
12178 Emph
12179 \family default
12180 , this is a logical attribute.
12181  Normally it's equivalent to 
12182 \family sans
12183 Small
12184 \begin_inset space ~
12185 \end_inset
12186
12187 Caps
12188 \family default
12189 .
12190 \end_layout
12191
12192 \end_deeper
12193 \begin_layout Labeling
12194 \labelwidthstring 00.00.0000
12195
12196 \family sans
12197 Color
12198 \family default
12199  You can adjust the color of the text with this control.
12200  Notice that not all DVI-viewers are able to display colors.
12201  Besides 
12202 \family sans
12203 No
12204 \begin_inset space ~
12205 \end_inset
12206
12207 color
12208 \family default
12209 , which is the default 
12210 \begin_inset Quotes eld
12211 \end_inset
12212
12213 color
12214 \begin_inset Quotes erd
12215 \end_inset
12216
12217  and means normally black, you can choose between 
12218 \family sans
12219 Black
12220 \family default
12221
12222 \family sans
12223 White
12224 \family default
12225
12226 \family sans
12227 Red
12228 \family default
12229
12230 \family sans
12231 Green
12232 \family default
12233
12234 \family sans
12235 Blue
12236 \family default
12237
12238 \family sans
12239 Cyan
12240 \family default
12241
12242 \family sans
12243 Magenta
12244 \family default
12245  and 
12246 \family sans
12247 Yellow
12248 \family default
12249  text.
12250 \begin_inset Index idx
12251 status collapsed
12252
12253 \begin_layout Plain Layout
12254 Color ! Text
12255 \end_layout
12256
12257 \end_inset
12258
12259
12260 \end_layout
12261
12262 \begin_layout Labeling
12263 \labelwidthstring 00.00.0000
12264
12265 \family sans
12266 Language
12267 \family default
12268  This is used to mark regions of text as having a different language from
12269  the language of the document.
12270  Text marked in this way will be underlined in blue to indicate the change
12271  (only within LyX).
12272 \end_layout
12273
12274 \begin_layout Standard
12275 So you have a huge number of combinations to choose from.
12276  Once you've chosen a new character style via the 
12277 \family sans
12278 Edit\SpecialChar \menuseparator
12279 Text
12280 \begin_inset space ~
12281 \end_inset
12282
12283 Style
12284 \family default
12285  dialog, the settings are saved.
12286  You can activate them using the toolbar button 
12287 \begin_inset Graphics
12288         filename ../images/textstyle-apply.png
12289
12290 \end_inset
12291
12292 .
12293  The button lets you toggle the state of your custom character style even
12294  when the dialog isn't visible.
12295  
12296 \end_layout
12297
12298 \begin_layout Standard
12299 To completely reset the character style to the default, use 
12300 \begin_inset Info
12301 type  "shortcut"
12302 arg   "font-default"
12303 \end_inset
12304
12305 .
12306  If you want to toggle only those properties that you have just changed
12307  (suppose you just set the shape to 
12308 \begin_inset Quotes eld
12309 \end_inset
12310
12311 slanted
12312 \begin_inset Quotes erd
12313 \end_inset
12314
12315  and the series to 
12316 \begin_inset Quotes eld
12317 \end_inset
12318
12319 bold
12320 \begin_inset Quotes erd
12321 \end_inset
12322
12323 ), set the 
12324 \family sans
12325 Toggle
12326 \begin_inset space ~
12327 \end_inset
12328
12329 all
12330 \family default
12331  switch and press 
12332 \family sans
12333 Apply
12334 \family default
12335 .
12336 \end_layout
12337
12338 \begin_layout Standard
12339 You should also know something about the differences between the three main
12340  font types 
12341 \family sans
12342 serif
12343 \family default
12344
12345 \family sans
12346 sans
12347 \begin_inset space ~
12348 \end_inset
12349
12350 serif
12351 \family default
12352 , and 
12353 \family sans
12354 typewriter
12355 \family default
12356 :
12357 \end_layout
12358
12359 \begin_layout Itemize
12360
12361 \family sans
12362 Typewriter
12363 \family default
12364  is a so called 
12365 \begin_inset Quotes eld
12366 \end_inset
12367
12368 monospaced
12369 \begin_inset Quotes erd
12370 \end_inset
12371
12372  font, that means every character has the same width, the 
12373 \begin_inset Quotes eld
12374 \end_inset
12375
12376 i
12377 \begin_inset Quotes erd
12378 \end_inset
12379
12380  is as wide as the 
12381 \begin_inset Quotes eld
12382 \end_inset
12383
12384 m
12385 \begin_inset Quotes erd
12386 \end_inset
12387
12388 .
12389  Here is an example
12390 \begin_inset Newline newline
12391 \end_inset
12392
12393
12394 \begin_inset ERT
12395 status collapsed
12396
12397 \begin_layout Plain Layout
12398
12399
12400 \backslash
12401 phantom{
12402 \end_layout
12403
12404 \end_inset
12405
12406 no 
12407 \begin_inset ERT
12408 status collapsed
12409
12410 \begin_layout Plain Layout
12411
12412 }
12413 \end_layout
12414
12415 \end_inset
12416
12417
12418 \family typewriter
12419 typewriter text
12420 \family default
12421
12422 \begin_inset Note Note
12423 status collapsed
12424
12425 \begin_layout Plain Layout
12426 For more on phantoms see section
12427 \begin_inset space ~
12428 \end_inset
12429
12430
12431 \begin_inset CommandInset ref
12432 LatexCommand ref
12433 reference "sub:More-Spaces"
12434
12435 \end_inset
12436
12437 .
12438 \end_layout
12439
12440 \end_inset
12441
12442
12443 \begin_inset Newline newline
12444 \end_inset
12445
12446 no typewriter text
12447 \end_layout
12448
12449 \begin_layout Itemize
12450
12451 \family sans
12452 Serif
12453 \family default
12454  fonts use characters with serifs.
12455  These are the small 
12456 \begin_inset Quotes eld
12457 \end_inset
12458
12459 appendices
12460 \begin_inset Quotes erd
12461 \end_inset
12462
12463  at the ends of the strokes that form the character.
12464  The following example will show the difference:
12465 \begin_inset Newline newline
12466 \end_inset
12467
12468 text with serifs
12469 \begin_inset Newline newline
12470 \end_inset
12471
12472
12473 \family sans
12474 text without serifs
12475 \family default
12476
12477 \begin_inset Newline newline
12478 \end_inset
12479
12480 Serifs facilitate quick and easy reading.
12481  These fonts are therefore used as default (named 
12482 \family sans
12483 roman
12484 \family default
12485 ).
12486 \end_layout
12487
12488 \begin_layout Itemize
12489
12490 \family sans
12491 Sans serif
12492 \family default
12493  don't use serifs.
12494  This font type is therefore often used for headings and short texts.
12495  We use it in this document to highlight menu names.
12496 \end_layout
12497
12498 \begin_layout Standard
12499 We conclude with the same warning once again: Don't overuse the fonts.
12500  They are, more often than not, a kludge and a bad substitute for good writing.
12501 \end_layout
12502
12503 \begin_layout Section
12504 Printing and Previewing
12505 \end_layout
12506
12507 \begin_layout Subsection
12508 Overview
12509 \end_layout
12510
12511 \begin_layout Standard
12512 Now that we have covered some of the basic features of document preparation
12513  using LyX, you probably want to know how to print out your masterpiece.
12514  Before we tell you that, we want to give you a quick explanation of what
12515  goes on behind-the-scenes.
12516  We cover this information in much greater detail in the 
12517 \emph on
12518 Additional Features
12519 \emph default
12520  manual as well.
12521 \end_layout
12522
12523 \begin_layout Standard
12524 LyX uses the program LaTeX as its backend.
12525  LaTeX is just a macro package for the TeX typesetting system, but to prevent
12526  confusion, we'll only refer to LaTeX.
12527  LyX is what you use to do your actual writing.
12528  Then, LyX calls LaTeX to turn your writing into printable output.
12529  This happens in two stages:
12530 \end_layout
12531
12532 \begin_layout Enumerate
12533 First, LyX converts your document to a series of text commands for LaTeX,
12534  generating a file with the extension, 
12535 \begin_inset Quotes eld
12536 \end_inset
12537
12538
12539 \family typewriter
12540 .tex
12541 \family default
12542
12543 \begin_inset Quotes erd
12544 \end_inset
12545
12546 .
12547 \end_layout
12548
12549 \begin_layout Enumerate
12550 Next, LaTeX uses the commands in the 
12551 \family typewriter
12552 .tex
12553 \family default
12554  file to produce printable output.
12555  
12556 \end_layout
12557
12558 \begin_layout Subsection
12559 Output file formats
12560 \begin_inset Index idx
12561 status collapsed
12562
12563 \begin_layout Plain Layout
12564 File formats
12565 \end_layout
12566
12567 \end_inset
12568
12569
12570 \begin_inset CommandInset label
12571 LatexCommand label
12572 name "sub:Output-file-formats"
12573
12574 \end_inset
12575
12576
12577 \end_layout
12578
12579 \begin_layout Subsubsection
12580 ASCII
12581 \begin_inset Index idx
12582 status collapsed
12583
12584 \begin_layout Plain Layout
12585 File formats ! ASCII
12586 \end_layout
12587
12588 \end_inset
12589
12590
12591 \end_layout
12592
12593 \begin_layout Standard
12594 This file type has the extension 
12595 \begin_inset Quotes eld
12596 \end_inset
12597
12598
12599 \family typewriter
12600 .txt
12601 \family default
12602
12603 \begin_inset Quotes erd
12604 \end_inset
12605
12606 .
12607  It contains your document as plain text following the rules of the 
12608 \begin_inset Quotes eld
12609 \end_inset
12610
12611 American Standard Code for Information Interchange
12612 \begin_inset Quotes erd
12613 \end_inset
12614
12615  (ASCII).
12616 \end_layout
12617
12618 \begin_layout Standard
12619 You can export your document to ASCII by the menu 
12620 \family sans
12621 File\SpecialChar \menuseparator
12622 Export\SpecialChar \menuseparator
12623 ASCII
12624 \family default
12625 .
12626 \end_layout
12627
12628 \begin_layout Subsubsection
12629 LaTeX
12630 \begin_inset Index idx
12631 status collapsed
12632
12633 \begin_layout Plain Layout
12634 File formats ! LaTeX
12635 \end_layout
12636
12637 \end_inset
12638
12639
12640 \end_layout
12641
12642 \begin_layout Standard
12643 This file type has the extension 
12644 \begin_inset Quotes eld
12645 \end_inset
12646
12647
12648 \family typewriter
12649 .tex
12650 \family default
12651
12652 \begin_inset Quotes erd
12653 \end_inset
12654
12655  and contains all commands that are necessary for the LaTeX program to process
12656  your document.
12657  If you know LaTeX, you can use it to find out LaTeX-Errors or to process
12658  it manually with console commands.
12659  The LaTeX-file is automatically created in LyX's temporary directory whenever
12660  you view or export your document.
12661 \end_layout
12662
12663 \begin_layout Standard
12664 You can export your document as LaTeX-file using the menu 
12665 \family sans
12666 File\SpecialChar \menuseparator
12667 Export\SpecialChar \menuseparator
12668 LaT
12669 \begin_inset ERT
12670 status collapsed
12671
12672 \begin_layout Plain Layout
12673
12674 {}
12675 \end_layout
12676
12677 \end_inset
12678
12679 eX
12680 \family default
12681 .
12682 \end_layout
12683
12684 \begin_layout Subsubsection
12685 DVI
12686 \begin_inset Index idx
12687 status collapsed
12688
12689 \begin_layout Plain Layout
12690 File formats ! DVI
12691 \end_layout
12692
12693 \end_inset
12694
12695
12696 \end_layout
12697
12698 \begin_layout Standard
12699 This file type has the extension 
12700 \begin_inset Quotes eld
12701 \end_inset
12702
12703
12704 \family typewriter
12705 .dvi
12706 \family default
12707
12708 \begin_inset Quotes erd
12709 \end_inset
12710
12711 .
12712  It is called 
12713 \begin_inset Quotes eld
12714 \end_inset
12715
12716 device-independent
12717 \begin_inset Quotes erd
12718 \end_inset
12719
12720  (DVI), because it is completely portable; you can move them from one machine
12721  to another without needing to do any sort of conversion.
12722  DVIs are used for quick previews and as pre-stage for other output formats,
12723  like PostScript.
12724 \end_layout
12725
12726 \begin_layout Standard
12727 DVI files doen't contain images, they only link them.
12728  So don't forget to deliver the images together with your DVIs.
12729  Because the DVI-viewer has to convert the image in the background to make
12730  it visible when you scroll the DVI, this can slow down your computer when
12731  you view the DVI.
12732  So we recommend to use PDF for files with many images.
12733 \end_layout
12734
12735 \begin_layout Standard
12736 You can export your document to DVI by the menu 
12737 \family sans
12738 File\SpecialChar \menuseparator
12739 Export\SpecialChar \menuseparator
12740 DVI
12741 \family default
12742 .
12743 \end_layout
12744
12745 \begin_layout Subsubsection
12746 PostScript
12747 \begin_inset Index idx
12748 status collapsed
12749
12750 \begin_layout Plain Layout
12751 File formats ! PostScript
12752 \end_layout
12753
12754 \end_inset
12755
12756
12757 \end_layout
12758
12759 \begin_layout Standard
12760 This file type has the extension 
12761 \begin_inset Quotes eld
12762 \end_inset
12763
12764
12765 \family typewriter
12766 .ps
12767 \family default
12768
12769 \begin_inset Quotes erd
12770 \end_inset
12771
12772 .
12773  PostScript was developed by the company 
12774 \family typewriter
12775 Adobe
12776 \family default
12777  as a printer language.
12778  The file contains therefore commands that the printer uses to print the
12779  file.
12780  PostScript can be seen as a 
12781 \begin_inset Quotes eld
12782 \end_inset
12783
12784 programming language
12785 \begin_inset Quotes erd
12786 \end_inset
12787
12788 ; you can calculate with it and draw diagrams and images.
12789 \begin_inset Foot
12790 status collapsed
12791
12792 \begin_layout Plain Layout
12793 When you are interested to learn more about this, have a look at the LaTeX-packa
12794 ge 
12795 \series bold
12796 pstricks
12797 \series default
12798
12799 \begin_inset Index idx
12800 status collapsed
12801
12802 \begin_layout Plain Layout
12803 LaTeX-packages ! pstricks
12804 \end_layout
12805
12806 \end_inset
12807
12808 .
12809 \end_layout
12810
12811 \end_inset
12812
12813  Due to this ability, the files are often bigger than PDFs.
12814 \end_layout
12815
12816 \begin_layout Standard
12817 PostScript can only contain images in the format 
12818 \begin_inset Quotes eld
12819 \end_inset
12820
12821 Encapsulated PostScript
12822 \begin_inset Quotes erd
12823 \end_inset
12824
12825  (EPS, file extension 
12826 \begin_inset Quotes eld
12827 \end_inset
12828
12829
12830 \family typewriter
12831 .eps
12832 \family default
12833
12834 \begin_inset Quotes erd
12835 \end_inset
12836
12837 ).
12838  As LyX allows you to use any known image format in your document, it has
12839  to convert them in the background to EPS.
12840  If you have e.g 50
12841 \begin_inset space \thinspace{}
12842 \end_inset
12843
12844 images in your document, LyX has to do 50
12845 \begin_inset space \thinspace{}
12846 \end_inset
12847
12848 conversions whenever you view or export your document.
12849  This will slow down your workflow with LyX drastically.
12850  So if you plan to use PostScript, you can insert your images directly as
12851  EPS to avoid this problem.
12852 \end_layout
12853
12854 \begin_layout Standard
12855 You can export your document to PostScript using the menu 
12856 \family sans
12857 File\SpecialChar \menuseparator
12858 Export\SpecialChar \menuseparator
12859 PostScript
12860 \family default
12861 .
12862 \end_layout
12863
12864 \begin_layout Subsubsection
12865 PDF
12866 \begin_inset Index idx
12867 status collapsed
12868
12869 \begin_layout Plain Layout
12870 File formats ! PDF
12871 \end_layout
12872
12873 \end_inset
12874
12875
12876 \begin_inset Index idx
12877 status collapsed
12878
12879 \begin_layout Plain Layout
12880 PDF
12881 \end_layout
12882
12883 \end_inset
12884
12885
12886 \end_layout
12887
12888 \begin_layout Standard
12889 This file type has the extension 
12890 \begin_inset Quotes eld
12891 \end_inset
12892
12893
12894 \family typewriter
12895 .pdf
12896 \family default
12897
12898 \begin_inset Quotes erd
12899 \end_inset
12900
12901 .
12902  The 
12903 \begin_inset Quotes eld
12904 \end_inset
12905
12906 Portable Document Format
12907 \begin_inset Quotes erd
12908 \end_inset
12909
12910  (PDF) developed by 
12911 \family typewriter
12912 Adobe
12913 \family default
12914  was derived from PostScript.
12915  It is more compressed and it uses fewer commands than PostScript.
12916  As the name 
12917 \begin_inset Quotes eld
12918 \end_inset
12919
12920 portable
12921 \begin_inset Quotes erd
12922 \end_inset
12923
12924  implies, it can be processed at any computer system and the printed output
12925  looks exactly the same.
12926 \end_layout
12927
12928 \begin_layout Standard
12929 PDF can contain images in its own PDF format and in the formats 
12930 \begin_inset Quotes eld
12931 \end_inset
12932
12933 Joint Photographic Experts Group
12934 \begin_inset Quotes erd
12935 \end_inset
12936
12937  (JPG, file extension 
12938 \begin_inset Quotes eld
12939 \end_inset
12940
12941
12942 \family typewriter
12943 .jpg
12944 \family default
12945
12946 \begin_inset Quotes erd
12947 \end_inset
12948
12949  or 
12950 \begin_inset Quotes eld
12951 \end_inset
12952
12953
12954 \family typewriter
12955 .jpeg
12956 \family default
12957
12958 \begin_inset Quotes erd
12959 \end_inset
12960
12961 ) and 
12962 \begin_inset Quotes eld
12963 \end_inset
12964
12965 Portable Network Graphics
12966 \begin_inset Quotes erd
12967 \end_inset
12968
12969  (PNG, file extension 
12970 \begin_inset Quotes eld
12971 \end_inset
12972
12973
12974 \family typewriter
12975 .png
12976 \family default
12977
12978 \begin_inset Quotes erd
12979 \end_inset
12980
12981 ).
12982  You can although use any other image format, because LyX converts them
12983  in the background to one of these formats.
12984  But as described in the section about PostScript, the image conversion
12985  will slow down your workflow.
12986  So we recommend to use images in one of the three mentioned formats.
12987 \end_layout
12988
12989 \begin_layout Standard
12990 You can export your document to PDF via the menu 
12991 \family sans
12992 File\SpecialChar \menuseparator
12993 Export
12994 \family default
12995  in three different ways:
12996 \end_layout
12997
12998 \begin_layout Description
12999 PDF This uses the program 
13000 \family typewriter
13001 ps2pdf
13002 \family default
13003  that creates a PDF from a PostScript-version of your file.
13004  The PostScript-version is produced by the program 
13005 \family typewriter
13006 dvips
13007 \family default
13008  which uses a DVI-version as intermediate step.
13009  So this export variant consist of three conversions.
13010 \end_layout
13011
13012 \begin_layout Description
13013 PDF
13014 \begin_inset space ~
13015 \end_inset
13016
13017 (dvipdfm) This uses the program 
13018 \family typewriter
13019 dvipdfm
13020 \family default
13021  that converts your file in the background to DVI and in a second step to
13022  PDF.
13023 \end_layout
13024
13025 \begin_layout Description
13026 PDF
13027 \begin_inset space ~
13028 \end_inset
13029
13030 (pdflatex) This uses the program 
13031 \family typewriter
13032 pdftex
13033 \family default
13034  that converts your file directly to PDF.
13035 \end_layout
13036
13037 \begin_layout Standard
13038 We recommend to use 
13039 \family sans
13040 PDF
13041 \begin_inset space ~
13042 \end_inset
13043
13044 (pdflatex)
13045 \family default
13046  because 
13047 \family typewriter
13048 pdftex
13049 \family default
13050  supports all the features of actual PDF-versions, is quick, stable, and
13051  works without problems.
13052  The program 
13053 \family typewriter
13054 dvipdfm
13055 \family default
13056  is no longer under development and therefore a bit outdated.
13057 \end_layout
13058
13059 \begin_layout Subsection
13060 Previewing
13061 \begin_inset Index idx
13062 status collapsed
13063
13064 \begin_layout Plain Layout
13065 Document ! Preview 
13066 \end_layout
13067
13068 \end_inset
13069
13070
13071 \end_layout
13072
13073 \begin_layout Standard
13074 To get a look at the final version of your document, with all of the pagebreaks
13075  in place, the footnotes correctly numbered, and so on, use the menu 
13076 \family sans
13077 View
13078 \family default
13079  and choose a file type.
13080  A viewing program will pop up showing the output.
13081  For 
13082 \family sans
13083 View\SpecialChar \menuseparator
13084 DVI
13085 \family default
13086  you can use the toolbar button 
13087 \begin_inset Graphics
13088         filename ../images/buffer-view_dvi.png
13089
13090 \end_inset
13091
13092  (shortcut 
13093 \begin_inset Info
13094 type  "shortcut"
13095 arg   "buffer-view dvi"
13096 \end_inset
13097
13098 ), for 
13099 \family sans
13100 View\SpecialChar \menuseparator
13101 PDF
13102 \begin_inset space ~
13103 \end_inset
13104
13105 (pdflatex)
13106 \family default
13107  the toolbar button 
13108 \begin_inset Graphics
13109         filename ../images/buffer-view_pdf2.png
13110
13111 \end_inset
13112
13113 , and for 
13114 \family sans
13115 View\SpecialChar \menuseparator
13116 Postscript
13117 \family default
13118  the toolbar button 
13119 \begin_inset Graphics
13120         filename ../images/buffer-view_ps.png
13121
13122 \end_inset
13123
13124  (shortcut 
13125 \begin_inset Info
13126 type  "shortcut"
13127 arg   "buffer-view ps"
13128 \end_inset
13129
13130 ).
13131 \end_layout
13132
13133 \begin_layout Standard
13134 If you have changed your document, you can refresh the output in the same
13135  viewer window using the menu 
13136 \family sans
13137 View\SpecialChar \menuseparator
13138 Update
13139 \family default
13140 .
13141 \end_layout
13142
13143 \begin_layout Standard
13144 When you preview a file, the output file is only generated in LyX's temporary
13145  directory.
13146  To have a real output, export your document.
13147 \end_layout
13148
13149 \begin_layout Subsection
13150 Printing the File from within LyX
13151 \begin_inset CommandInset label
13152 LatexCommand label
13153 name "sub:Printing-the-File"
13154
13155 \end_inset
13156
13157
13158 \end_layout
13159
13160 \begin_layout Standard
13161 Instead of exporting your file and then printing it, you can also print
13162  it directly from within LyX.
13163  To print a file, select the menu 
13164 \family sans
13165 File\SpecialChar \menuseparator
13166 Print
13167 \family default
13168  or click on the toolbar button 
13169 \begin_inset Graphics
13170         filename ../images/dialog-show_print.png
13171
13172 \end_inset
13173
13174 .
13175  LyX will internally call LaTeX to produce a DVI.
13176  This file is then processed by the program 
13177 \family typewriter
13178 dvips
13179 \family default
13180  to PostScript-file, which is finally printed using the program 
13181 \family typewriter
13182 Ghostscript
13183 \family default
13184 .
13185  Due to these steps in the background, this method is not the fastest.
13186 \end_layout
13187
13188 \begin_layout Standard
13189 You can choose to print only even-numbered or odd-numbered pages - this
13190  is useful for printing on two sides: You can re-insert the pages after
13191  printing one set to print on the other side.
13192  Some printers spit out pages face-up, others, face-down.
13193  By choosing a particular order to print in, you can take the entire stack
13194  of pages out of the printer without needing to reorder them.
13195 \end_layout
13196
13197 \begin_layout Standard
13198 You can set the parameters in the 
13199 \family sans
13200 Print
13201 \begin_inset space ~
13202 \end_inset
13203
13204 Destination
13205 \family default
13206  box as follows:
13207 \end_layout
13208
13209 \begin_layout Labeling
13210 \labelwidthstring 00.00.0000
13211
13212 \family sans
13213 Printer
13214 \family default
13215  This is the name of the printer to print to.
13216 \begin_inset Foot
13217 status collapsed
13218
13219 \begin_layout Plain Layout
13220 Note that this printer name is for the program 
13221 \family typewriter
13222 dvips
13223 \family default
13224 .
13225  That means 
13226 \family typewriter
13227 dvips
13228 \family default
13229  has to be configured for this printer name.
13230  The default printer can be set in LyX's preferences dialog, see section
13231 \begin_inset space ~
13232 \end_inset
13233
13234
13235 \begin_inset CommandInset ref
13236 LatexCommand ref
13237 reference "sub:Printer"
13238
13239 \end_inset
13240
13241 .
13242 \end_layout
13243
13244 \end_inset
13245
13246  The printer should understand PostScript.
13247 \end_layout
13248
13249 \begin_layout Labeling
13250 \labelwidthstring 00.00.0000
13251
13252 \family sans
13253 File
13254 \family default
13255  The name of a file to print to.
13256  The output will be a PostScript file.
13257  It will be written in LyX's working directory unless you specify the full
13258  path.
13259 \end_layout
13260
13261 \begin_layout Section
13262 A few Words about Typography
13263 \begin_inset Index idx
13264 status collapsed
13265
13266 \begin_layout Plain Layout
13267 Typography
13268 \end_layout
13269
13270 \end_inset
13271
13272
13273 \end_layout
13274
13275 \begin_layout Subsection
13276 Hyphens
13277 \begin_inset Index idx
13278 status collapsed
13279
13280 \begin_layout Plain Layout
13281 Hyphens
13282 \end_layout
13283
13284 \end_inset
13285
13286
13287 \end_layout
13288
13289 \begin_layout Standard
13290 In LyX, the 
13291 \begin_inset Quotes eld
13292 \end_inset
13293
13294
13295 \family typewriter
13296 -
13297 \family default
13298
13299 \begin_inset Quotes erd
13300 \end_inset
13301
13302  character comes in four lengths: the 
13303 \emph on
13304 hyphen
13305 \emph default
13306 , the 
13307 \emph on
13308 en dash
13309 \emph default
13310 , the 
13311 \emph on
13312 em dash
13313 \emph default
13314 , and the minus sign:
13315 \begin_inset VSpace defskip
13316 \end_inset
13317
13318
13319 \end_layout
13320
13321 \begin_layout Standard
13322 \begin_inset Tabular
13323 <lyxtabular version="3" rows="5" columns="3">
13324 <features tabularvalignment="middle">
13325 <column alignment="left" valignment="top" width="0">
13326 <column alignment="left" valignment="top" width="0">
13327 <column alignment="left" valignment="top" width="0">
13328 <row interlinespace="3mm">
13329 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13330 \begin_inset Text
13331
13332 \begin_layout Plain Layout
13333 name
13334 \end_layout
13335
13336 \end_inset
13337 </cell>
13338 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13339 \begin_inset Text
13340
13341 \begin_layout Plain Layout
13342 output
13343 \end_layout
13344
13345 \end_inset
13346 </cell>
13347 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13348 \begin_inset Text
13349
13350 \begin_layout Plain Layout
13351 inserted with
13352 \end_layout
13353
13354 \end_inset
13355 </cell>
13356 </row>
13357 <row interlinespace="3mm">
13358 <cell alignment="center" valignment="top" usebox="none">
13359 \begin_inset Text
13360
13361 \begin_layout Plain Layout
13362 hyphen
13363 \end_layout
13364
13365 \end_inset
13366 </cell>
13367 <cell alignment="center" valignment="top" usebox="none">
13368 \begin_inset Text
13369
13370 \begin_layout Plain Layout
13371 -
13372 \end_layout
13373
13374 \end_inset
13375 </cell>
13376 <cell alignment="center" valignment="top" usebox="none">
13377 \begin_inset Text
13378
13379 \begin_layout Plain Layout
13380 \begin_inset Quotes eld
13381 \end_inset
13382
13383
13384 \family typewriter
13385 -
13386 \family default
13387
13388 \begin_inset Quotes erd
13389 \end_inset
13390
13391  in text
13392 \end_layout
13393
13394 \end_inset
13395 </cell>
13396 </row>
13397 <row interlinespace="3mm">
13398 <cell alignment="center" valignment="top" usebox="none">
13399 \begin_inset Text
13400
13401 \begin_layout Plain Layout
13402 en dash
13403 \end_layout
13404
13405 \end_inset
13406 </cell>
13407 <cell alignment="center" valignment="top" usebox="none">
13408 \begin_inset Text
13409
13410 \begin_layout Plain Layout
13411
13412 \end_layout
13413
13414 \end_inset
13415 </cell>
13416 <cell alignment="center" valignment="top" usebox="none">
13417 \begin_inset Text
13418
13419 \begin_layout Plain Layout
13420
13421 \family sans
13422 Insert\SpecialChar \menuseparator
13423 Special
13424 \begin_inset space ~
13425 \end_inset
13426
13427 Character\SpecialChar \menuseparator
13428 Symbols
13429 \end_layout
13430
13431 \end_inset
13432 </cell>
13433 </row>
13434 <row interlinespace="3mm">
13435 <cell alignment="center" valignment="top" usebox="none">
13436 \begin_inset Text
13437
13438 \begin_layout Plain Layout
13439 em dash
13440 \end_layout
13441
13442 \end_inset
13443 </cell>
13444 <cell alignment="center" valignment="top" usebox="none">
13445 \begin_inset Text
13446
13447 \begin_layout Plain Layout
13448
13449 \end_layout
13450
13451 \end_inset
13452 </cell>
13453 <cell alignment="center" valignment="top" usebox="none">
13454 \begin_inset Text
13455
13456 \begin_layout Plain Layout
13457
13458 \family sans
13459 Insert\SpecialChar \menuseparator
13460 Special
13461 \begin_inset space ~
13462 \end_inset
13463
13464 Character\SpecialChar \menuseparator
13465 Symbols
13466 \end_layout
13467
13468 \end_inset
13469 </cell>
13470 </row>
13471 <row>
13472 <cell alignment="center" valignment="top" usebox="none">
13473 \begin_inset Text
13474
13475 \begin_layout Plain Layout
13476 minus sign
13477 \end_layout
13478
13479 \end_inset
13480 </cell>
13481 <cell alignment="center" valignment="top" usebox="none">
13482 \begin_inset Text
13483
13484 \begin_layout Plain Layout
13485 \begin_inset Formula $-
13486 $
13487 \end_inset
13488
13489
13490 \end_layout
13491
13492 \end_inset
13493 </cell>
13494 <cell alignment="center" valignment="top" usebox="none">
13495 \begin_inset Text
13496
13497 \begin_layout Plain Layout
13498 \begin_inset Quotes eld
13499 \end_inset
13500
13501
13502 \family typewriter
13503 -
13504 \family default
13505
13506 \begin_inset Quotes erd
13507 \end_inset
13508
13509  in math mode
13510 \end_layout
13511
13512 \end_inset
13513 </cell>
13514 </row>
13515 </lyxtabular>
13516
13517 \end_inset
13518
13519
13520 \begin_inset VSpace defskip
13521 \end_inset
13522
13523
13524 \end_layout
13525
13526 \begin_layout Standard
13527 You can alternatively generate the en and em dash by inserting the 
13528 \begin_inset Quotes eld
13529 \end_inset
13530
13531
13532 \family typewriter
13533 -
13534 \family default
13535
13536 \begin_inset Quotes erd
13537 \end_inset
13538
13539  character multiple times in a row.
13540  They will automatically be converted to the appropriate length dash in
13541  the final output, but not in LyX.
13542  
13543 \begin_inset Quotes eld
13544 \end_inset
13545
13546 -
13547 \begin_inset space \thinspace{}
13548 \end_inset
13549
13550 -
13551 \begin_inset Quotes erd
13552 \end_inset
13553
13554  gives a en dash, 
13555 \begin_inset Quotes eld
13556 \end_inset
13557
13558 -
13559 \begin_inset space \thinspace{}
13560 \end_inset
13561
13562 -
13563 \begin_inset space \thinspace{}
13564 \end_inset
13565
13566 -
13567 \begin_inset Quotes erd
13568 \end_inset
13569
13570  a em dash.
13571 \end_layout
13572
13573 \begin_layout Standard
13574 The three dash types are distinct from the minus sign, which appears in
13575  math mode and has a length of its own.
13576  Here are some examples of the 
13577 \begin_inset Quotes eld
13578 \end_inset
13579
13580
13581 \family typewriter
13582 -
13583 \family default
13584
13585 \begin_inset Quotes eld
13586 \end_inset
13587
13588  in use:
13589 \end_layout
13590
13591 \begin_layout Enumerate
13592 line- and page-breaks
13593 \begin_inset space \hfill{}
13594 \end_inset
13595
13596 (
13597 \emph on
13598 hyphen
13599 \emph default
13600 )
13601 \end_layout
13602
13603 \begin_layout Enumerate
13604 From A–Z
13605 \begin_inset space \hfill{}
13606 \end_inset
13607
13608 (
13609 \emph on
13610 en dash
13611 \emph default
13612 )
13613 \end_layout
13614
13615 \begin_layout Enumerate
13616 Oh — there's a dash.
13617 \begin_inset space \hfill{}
13618 \end_inset
13619
13620 (
13621 \emph on
13622 em dash
13623 \emph default
13624 )
13625 \end_layout
13626
13627 \begin_layout Enumerate
13628 \begin_inset Formula $x^{2}-y^{2}=z^{2}
13629 $
13630 \end_inset
13631
13632
13633 \begin_inset space \hfill{}
13634 \end_inset
13635
13636 (
13637 \emph on
13638 minus sign
13639 \emph default
13640 )
13641 \end_layout
13642
13643 \begin_layout Subsection
13644 Hyphenation
13645 \begin_inset Index idx
13646 status collapsed
13647
13648 \begin_layout Plain Layout
13649 Hyphenation
13650 \end_layout
13651
13652 \end_inset
13653
13654
13655 \begin_inset CommandInset label
13656 LatexCommand label
13657 name "sub:Hyphenation"
13658
13659 \end_inset
13660
13661
13662 \end_layout
13663
13664 \begin_layout Standard
13665 Words aren't hyphenated within LyX but automatically in the output.
13666  Hyphenation is done by the LaTeX-package 
13667 \series bold
13668 babel
13669 \series default
13670
13671 \begin_inset Index idx
13672 status collapsed
13673
13674 \begin_layout Plain Layout
13675 LaTeX-packages ! babel
13676 \end_layout
13677
13678 \end_inset
13679
13680  following the rules of the document language
13681 \begin_inset Foot
13682 status collapsed
13683
13684 \begin_layout Plain Layout
13685 For German readers: That's one of the main differences between the languages
13686  
13687 \family sans
13688 German
13689 \family default
13690  and 
13691 \family sans
13692 German
13693 \begin_inset space ~
13694 \end_inset
13695
13696 (new
13697 \begin_inset space ~
13698 \end_inset
13699
13700 spelling)
13701 \family default
13702  in the 
13703 \family sans
13704 Document\SpecialChar \menuseparator
13705 Settings
13706 \family default
13707  dialog.
13708 \end_layout
13709
13710 \end_inset
13711
13712 .
13713 \end_layout
13714
13715 \begin_layout Standard
13716 LaTeX hyphenates almost perfectly, it only has problems with text in the
13717  
13718 \family sans
13719 typewriter
13720 \family default
13721  font and with unusual constructs, like 
13722 \begin_inset Quotes eld
13723 \end_inset
13724
13725 h3knix/m0n0wall
13726 \begin_inset Quotes erd
13727 \end_inset
13728
13729 .
13730  If LaTeX can't break a word correctly, you can set hyphenation points manually.
13731  This is done with the menu 
13732 \family sans
13733 Insert\SpecialChar \menuseparator
13734 Formatting\SpecialChar \menuseparator
13735 Hyphenation
13736 \begin_inset space ~
13737 \end_inset
13738
13739 Point
13740 \family default
13741 .
13742  These extra hyphenation points are only recommendations to LaTeX.
13743  If no hyphenation is necessary, LaTeX will ignore them.
13744 \end_layout
13745
13746 \begin_layout Standard
13747 Sometimes you want to prevent words or constructs to be hyphenated.
13748  Imagine that you are describing keybindings/shortcuts in your document
13749  in the form 
13750 \begin_inset Quotes eld
13751 \end_inset
13752
13753 A-b c
13754 \begin_inset Quotes erd
13755 \end_inset
13756
13757 .
13758  LaTeX would then see the hyphen 
13759 \begin_inset Quotes eld
13760 \end_inset
13761
13762 -
13763 \begin_inset Quotes erd
13764 \end_inset
13765
13766  as hyphenation possibility.
13767  Hyphenating at this point would look ugly.
13768  To prevent the shortcut from being hyphenated, you can put it into the
13769  argument of the LaTeX-box-command 
13770 \series bold
13771
13772 \backslash
13773 mbox
13774 \series default
13775 , because text within LaTeX-boxes can't be hyphenated.
13776  As LyX doesn't support 
13777 \series bold
13778
13779 \backslash
13780 mbox
13781 \series default
13782 , you have to use TeX Code.
13783  The result looks in LyX like:
13784 \end_layout
13785
13786 \begin_layout Standard
13787 \begin_inset Graphics
13788         filename clipart/mbox.png
13789
13790 \end_inset
13791
13792
13793 \end_layout
13794
13795 \begin_layout Standard
13796 To learn more about TeX Code, have a look at section
13797 \begin_inset space ~
13798 \end_inset
13799
13800
13801 \begin_inset CommandInset ref
13802 LatexCommand ref
13803 reference "sec:TeX-Code"
13804
13805 \end_inset
13806
13807 .
13808 \end_layout
13809
13810 \begin_layout Subsection
13811 Punctuation Marks
13812 \begin_inset Index idx
13813 status collapsed
13814
13815 \begin_layout Plain Layout
13816 Punctuation marks
13817 \end_layout
13818
13819 \end_inset
13820
13821
13822 \end_layout
13823
13824 \begin_layout Subsubsection
13825 Abbreviations and End of Sentence
13826 \begin_inset CommandInset label
13827 LatexCommand label
13828 name "sub:Abbreviations"
13829
13830 \end_inset
13831
13832
13833 \end_layout
13834
13835 \begin_layout Standard
13836 When LyX calls LaTeX to generate the final version of your document, LaTeX
13837  automatically distinguishes between words, sentences, and abbreviations.
13838  LaTeX then adds the 
13839 \begin_inset Quotes eld
13840 \end_inset
13841
13842 appropriate amount of space
13843 \begin_inset Quotes erd
13844 \end_inset
13845
13846 .
13847  That means sentences get a little bit more space between the period and
13848  the next word.
13849  Abbreviations get the same amount of space after the period as a word uses.
13850 \end_layout
13851
13852 \begin_layout Standard
13853 Unfortunately, the algorithm for figuring out what's an abbreviation does
13854  not work in all cases.
13855  If a 
13856 \begin_inset Quotes eld
13857 \end_inset
13858
13859
13860 \family typewriter
13861 .
13862 \family default
13863
13864 \begin_inset Quotes erd
13865 \end_inset
13866
13867  is at the end of a lowercase letter, it's the end of a sentence; if it's
13868  at the end of a capitalized letter, it's an abbreviation.
13869 \end_layout
13870
13871 \begin_layout Standard
13872 Here are some examples of 
13873 \emph on
13874 correct
13875 \emph default
13876  abbreviations and the end of a sentence:
13877 \end_layout
13878
13879 \begin_layout Itemize
13880 M.
13881  Butterfly
13882 \end_layout
13883
13884 \begin_layout Itemize
13885 Don't worry.
13886  Be happy.
13887 \end_layout
13888
13889 \begin_layout Standard
13890 And here's an example of the algorithm going wrong:
13891 \end_layout
13892
13893 \begin_layout Itemize
13894 e.
13895 \begin_inset space \thinspace{}
13896 \end_inset
13897
13898 g.
13899  this is too much space!
13900 \end_layout
13901
13902 \begin_layout Itemize
13903 This is I.
13904  It's okay.
13905 \end_layout
13906
13907 \begin_layout Standard
13908 You won't see anything wrong until you view a final version of your document.
13909 \end_layout
13910
13911 \begin_layout Standard
13912 To fix this problem, use one of the following:
13913 \end_layout
13914
13915 \begin_layout Enumerate
13916 Use an 
13917 \family sans
13918 Inter-word
13919 \begin_inset space ~
13920 \end_inset
13921
13922 Space
13923 \family default
13924  after lowercase abbreviations (see section
13925 \begin_inset space ~
13926 \end_inset
13927
13928
13929 \begin_inset CommandInset ref
13930 LatexCommand ref
13931 reference "sub:Inter-word-Space"
13932
13933 \end_inset
13934
13935 ).
13936 \begin_inset Index idx
13937 status collapsed
13938
13939 \begin_layout Plain Layout
13940 Spaces ! inter-word
13941 \end_layout
13942
13943 \end_inset
13944
13945
13946 \end_layout
13947
13948 \begin_layout Enumerate
13949 Use a 
13950 \family sans
13951 Thin
13952 \begin_inset space ~
13953 \end_inset
13954
13955 Space
13956 \family default
13957  between two tokens of an abbreviation (see section
13958 \begin_inset space ~
13959 \end_inset
13960
13961
13962 \begin_inset CommandInset ref
13963 LatexCommand ref
13964 reference "sub:Thin-Space"
13965
13966 \end_inset
13967
13968 ).
13969 \begin_inset Index idx
13970 status collapsed
13971
13972 \begin_layout Plain Layout
13973 Spaces ! thin
13974 \end_layout
13975
13976 \end_inset
13977
13978
13979 \end_layout
13980
13981 \begin_layout Enumerate
13982 Use an 
13983 \family sans
13984 End
13985 \begin_inset space ~
13986 \end_inset
13987
13988 of
13989 \begin_inset space ~
13990 \end_inset
13991
13992 sentence
13993 \begin_inset space ~
13994 \end_inset
13995
13996 period
13997 \family default
13998  found under the 
13999 \family sans
14000 Insert\SpecialChar \menuseparator
14001 Special
14002 \begin_inset space ~
14003 \end_inset
14004
14005 Character
14006 \family default
14007  menu to force the use of inter-sentence spacing.
14008  This function is also bound to 
14009 \begin_inset Info
14010 type  "shortcut"
14011 arg   "specialchar-insert end-of-sentence"
14012 \end_inset
14013
14014  for easy access.
14015 \end_layout
14016
14017 \begin_layout Standard
14018 With the corrections, our earlier examples look like this:
14019 \end_layout
14020
14021 \begin_layout Itemize
14022 e.
14023 \begin_inset space \thinspace{}
14024 \end_inset
14025
14026 g.
14027 \begin_inset space \space{}
14028 \end_inset
14029
14030 this is too much space!
14031 \end_layout
14032
14033 \begin_layout Itemize
14034 This is I\SpecialChar \@.
14035  It's okay.
14036 \end_layout
14037
14038 \begin_layout Standard
14039 Some languages don't use extra spacing between sentences.
14040  If your language is such a language, you don't need to worry, because LaTeX
14041  will take care of this.
14042 \end_layout
14043
14044 \begin_layout Standard
14045 For those that do need to bother, there is help to catch those sneaky errors:
14046  Check out the 
14047 \family sans
14048 Check
14049 \begin_inset space ~
14050 \end_inset
14051
14052 TeX
14053 \family default
14054  feature described in section 
14055 \emph on
14056 Checking TeX
14057 \emph default
14058  of the 
14059 \emph on
14060 Additional Features
14061 \emph default
14062  manual.
14063 \end_layout
14064
14065 \begin_layout Subsubsection
14066 Quotes
14067 \begin_inset Index idx
14068 status collapsed
14069
14070 \begin_layout Plain Layout
14071 Typography ! Quotes
14072 \end_layout
14073
14074 \end_inset
14075
14076
14077 \begin_inset Index idx
14078 status collapsed
14079
14080 \begin_layout Plain Layout
14081 Quotes | see
14082 \begin_inset ERT
14083 status collapsed
14084
14085 \begin_layout Plain Layout
14086
14087 {
14088 \end_layout
14089
14090 \end_inset
14091
14092 Typography
14093 \begin_inset ERT
14094 status collapsed
14095
14096 \begin_layout Plain Layout
14097
14098 }
14099 \end_layout
14100
14101 \end_inset
14102
14103
14104 \end_layout
14105
14106 \end_inset
14107
14108
14109 \end_layout
14110
14111 \begin_layout Standard
14112 LyX usually sets quotes correctly.
14113  Specifically, it will use an opening quote at the beginning of quoted text,
14114  and use a closing quote at the end.
14115  For example, 
14116 \begin_inset Quotes eld
14117 \end_inset
14118
14119 open close
14120 \begin_inset Quotes erd
14121 \end_inset
14122
14123 .
14124  The keyboard character, 
14125 \family sans
14126 "
14127 \family default
14128 , generates this automatically.
14129 \end_layout
14130
14131 \begin_layout Standard
14132 You can change the behavior of the 
14133 \family sans
14134 "
14135 \family default
14136  key using the submenu 
14137 \family sans
14138 Language
14139 \family default
14140  of the dialog 
14141 \family sans
14142 Document\SpecialChar \menuseparator
14143 Settings
14144 \family default
14145
14146 \begin_inset Index idx
14147 status collapsed
14148
14149 \begin_layout Plain Layout
14150 Document ! Settings
14151 \end_layout
14152
14153 \end_inset
14154
14155  dialog.
14156 \end_layout
14157
14158 \begin_layout Standard
14159 You can also select quotes for different languages in the box 
14160 \family sans
14161 Type
14162 \family default
14163  option.
14164  There are six choices:
14165 \end_layout
14166
14167 \begin_layout Labeling
14168 \labelwidthstring 00.00.0000
14169
14170 \family sans
14171 \begin_inset Quotes eld
14172 \end_inset
14173
14174 Text
14175 \begin_inset Quotes erd
14176 \end_inset
14177
14178
14179 \family default
14180  Use quotes like this 
14181 \begin_inset Quotes eld
14182 \end_inset
14183
14184 double
14185 \begin_inset Quotes erd
14186 \end_inset
14187
14188  or 
14189 \begin_inset Quotes els
14190 \end_inset
14191
14192 single
14193 \begin_inset Quotes ers
14194 \end_inset
14195
14196
14197 \end_layout
14198
14199 \begin_layout Labeling
14200 \labelwidthstring 00.00.0000
14201
14202 \family sans
14203 \begin_inset Quotes sld
14204 \end_inset
14205
14206 Text
14207 \begin_inset Quotes srd
14208 \end_inset
14209
14210
14211 \family default
14212  Use quotes like 
14213 \begin_inset Quotes sld
14214 \end_inset
14215
14216 this
14217 \begin_inset Quotes srd
14218 \end_inset
14219
14220  or 'this
14221 \begin_inset Quotes ers
14222 \end_inset
14223
14224
14225 \end_layout
14226
14227 \begin_layout Labeling
14228 \labelwidthstring 00.00.0000
14229
14230 \family sans
14231 \begin_inset Quotes gld
14232 \end_inset
14233
14234 Text
14235 \begin_inset Quotes grd
14236 \end_inset
14237
14238
14239 \family default
14240  Use quotes like 
14241 \begin_inset Quotes gld
14242 \end_inset
14243
14244 this
14245 \begin_inset Quotes grd
14246 \end_inset
14247
14248  or 
14249 \begin_inset Quotes gls
14250 \end_inset
14251
14252 this
14253 \begin_inset Quotes grs
14254 \end_inset
14255
14256
14257 \end_layout
14258
14259 \begin_layout Labeling
14260 \labelwidthstring 00.00.0000
14261
14262 \family sans
14263 \begin_inset Quotes pld
14264 \end_inset
14265
14266 Text
14267 \begin_inset Quotes prd
14268 \end_inset
14269
14270
14271 \family default
14272  Use quotes like 
14273 \begin_inset Quotes pld
14274 \end_inset
14275
14276 this
14277 \begin_inset Quotes prd
14278 \end_inset
14279
14280  or 
14281 \begin_inset Quotes pls
14282 \end_inset
14283
14284 this
14285 \begin_inset Quotes prs
14286 \end_inset
14287
14288
14289 \end_layout
14290
14291 \begin_layout Labeling
14292 \labelwidthstring 00.00.0000
14293
14294 \family sans
14295 \begin_inset Quotes fld
14296 \end_inset
14297
14298 Text
14299 \begin_inset Quotes frd
14300 \end_inset
14301
14302
14303 \family default
14304  Use quotes like 
14305 \begin_inset Quotes fld
14306 \end_inset
14307
14308 this
14309 \begin_inset Quotes frd
14310 \end_inset
14311
14312  or 
14313 \begin_inset Quotes fls
14314 \end_inset
14315
14316 this
14317 \begin_inset Quotes frs
14318 \end_inset
14319
14320
14321 \end_layout
14322
14323 \begin_layout Labeling
14324 \labelwidthstring 00.00.0000
14325
14326 \family sans
14327 \begin_inset Quotes ald
14328 \end_inset
14329
14330 Text
14331 \begin_inset Quotes ard
14332 \end_inset
14333
14334
14335 \family default
14336  Use quotes like 
14337 \begin_inset Quotes ald
14338 \end_inset
14339
14340 this
14341 \begin_inset Quotes ard
14342 \end_inset
14343
14344  or 
14345 \begin_inset Quotes als
14346 \end_inset
14347
14348 this
14349 \begin_inset Quotes ars
14350 \end_inset
14351
14352
14353 \end_layout
14354
14355 \begin_layout Standard
14356 These settings affect what character the 
14357 \family sans
14358 "
14359 \family default
14360  key produces.
14361 \end_layout
14362
14363 \begin_layout Subsection
14364 Ligatures
14365 \begin_inset Index idx
14366 status collapsed
14367
14368 \begin_layout Plain Layout
14369 Typography ! Ligatures
14370 \end_layout
14371
14372 \end_inset
14373
14374
14375 \begin_inset Index idx
14376 status collapsed
14377
14378 \begin_layout Plain Layout
14379 Ligatures | see
14380 \begin_inset ERT
14381 status collapsed
14382
14383 \begin_layout Plain Layout
14384
14385 {
14386 \end_layout
14387
14388 \end_inset
14389
14390 Typography
14391 \begin_inset ERT
14392 status collapsed
14393
14394 \begin_layout Plain Layout
14395
14396 }
14397 \end_layout
14398
14399 \end_inset
14400
14401
14402 \end_layout
14403
14404 \end_inset
14405
14406
14407 \begin_inset CommandInset label
14408 LatexCommand label
14409 name "sub:Ligatures"
14410
14411 \end_inset
14412
14413
14414 \end_layout
14415
14416 \begin_layout Standard
14417 It is standard typesetting practice to group certain letters together and
14418  print them as single characters.
14419  These groups are known as 
14420 \emph on
14421 ligatures
14422 \emph default
14423 .
14424  Since LaTeX knows about ligatures, your documents will contain them too
14425  in the output.
14426  Here are the standard ligatures:
14427 \end_layout
14428
14429 \begin_layout Itemize
14430 ff
14431 \end_layout
14432
14433 \begin_layout Itemize
14434 fi
14435 \end_layout
14436
14437 \begin_layout Itemize
14438 fl
14439 \end_layout
14440
14441 \begin_layout Itemize
14442 ffi
14443 \end_layout
14444
14445 \begin_layout Itemize
14446 ffl
14447 \end_layout
14448
14449 \begin_layout Standard
14450 Some languages uses other ligatures if the document font supports them.
14451 \end_layout
14452
14453 \begin_layout Standard
14454 Sometimes, you don't want a ligature in a word.
14455  While a ligature may be okay in the word, 
14456 \begin_inset Quotes eld
14457 \end_inset
14458
14459 graffiti,
14460 \begin_inset Quotes erd
14461 \end_inset
14462
14463  it looks really weird in compound words, such as 
14464 \begin_inset Quotes eld
14465 \end_inset
14466
14467 cufflink
14468 \begin_inset Quotes erd
14469 \end_inset
14470
14471  or the German 
14472 \begin_inset Quotes eld
14473 \end_inset
14474
14475 Dorffest.
14476 \begin_inset Quotes erd
14477 \end_inset
14478
14479  To break a ligature, use 
14480 \family sans
14481 Insert\SpecialChar \menuseparator
14482 Formatting\SpecialChar \menuseparator
14483 Ligature
14484 \begin_inset space ~
14485 \end_inset
14486
14487 Break.
14488
14489 \family default
14490  This changes 
14491 \begin_inset Quotes eld
14492 \end_inset
14493
14494 cufflinks
14495 \begin_inset Quotes erd
14496 \end_inset
14497
14498  to 
14499 \begin_inset Quotes eld
14500 \end_inset
14501
14502 cuff\SpecialChar \textcompwordmark{}
14503 links
14504 \begin_inset Quotes erd
14505 \end_inset
14506
14507  and 
14508 \begin_inset Quotes eld
14509 \end_inset
14510
14511 Dorffest
14512 \begin_inset Quotes erd
14513 \end_inset
14514
14515  to 
14516 \begin_inset Quotes eld
14517 \end_inset
14518
14519 Dorf\SpecialChar \textcompwordmark{}
14520 fest
14521 \begin_inset Quotes erd
14522 \end_inset
14523
14524 .
14525 \end_layout
14526
14527 \begin_layout Subsection
14528 LyX's Proper Names
14529 \begin_inset Index idx
14530 status collapsed
14531
14532 \begin_layout Plain Layout
14533 LyX ! Proper names
14534 \end_layout
14535
14536 \end_inset
14537
14538
14539 \begin_inset CommandInset label
14540 LatexCommand label
14541 name "sub:LyX's-Proper-Names"
14542
14543 \end_inset
14544
14545
14546 \end_layout
14547
14548 \begin_layout Standard
14549 You will certainly have noticed that the word “LaTeX” always appears with
14550  characters in different sizes and heights.
14551  LaTeX is the name of the program used by LyX and is therefore recognized
14552  as a proper name when you type it in LyX as 
14553 \begin_inset Quotes eld
14554 \end_inset
14555
14556 LaT
14557 \begin_inset ERT
14558 status collapsed
14559
14560 \begin_layout Plain Layout
14561
14562 {}
14563 \end_layout
14564
14565 \end_inset
14566
14567 eX
14568 \begin_inset Quotes erd
14569 \end_inset
14570
14571 .
14572 \begin_inset Note Note
14573 status collapsed
14574
14575 \begin_layout Plain Layout
14576 The braces in TeX Code are here to avoid that the 
14577 \begin_inset Quotes eld
14578 \end_inset
14579
14580 command
14581 \begin_inset Quotes erd
14582 \end_inset
14583
14584  appear as proper name in the output, see the last paragraph of this section.
14585  To create proper names omit the TeX Code.
14586 \end_layout
14587
14588 \end_inset
14589
14590  Note the order of the upper-and lowercase letters! LyX recognizes the following
14591  proper names:
14592 \end_layout
14593
14594 \begin_layout Description
14595 LyX The name of the game, write 
14596 \begin_inset Quotes eld
14597 \end_inset
14598
14599 L
14600 \begin_inset ERT
14601 status collapsed
14602
14603 \begin_layout Plain Layout
14604
14605 {}
14606 \end_layout
14607
14608 \end_inset
14609
14610 yX
14611 \begin_inset Quotes erd
14612 \end_inset
14613
14614  to produce it.
14615 \end_layout
14616
14617 \begin_layout Description
14618 TeX The program used by LaTeX, write 
14619 \begin_inset Quotes eld
14620 \end_inset
14621
14622 T
14623 \begin_inset ERT
14624 status collapsed
14625
14626 \begin_layout Plain Layout
14627
14628 {}
14629 \end_layout
14630
14631 \end_inset
14632
14633 eX
14634 \begin_inset Quotes erd
14635 \end_inset
14636
14637  to produce it.
14638 \end_layout
14639
14640 \begin_layout Description
14641 LaTeX The program used by LyX, write 
14642 \begin_inset Quotes eld
14643 \end_inset
14644
14645 LaT
14646 \begin_inset ERT
14647 status collapsed
14648
14649 \begin_layout Plain Layout
14650
14651 {}
14652 \end_layout
14653
14654 \end_inset
14655
14656 eX
14657 \begin_inset Quotes erd
14658 \end_inset
14659
14660  to produce it.
14661 \end_layout
14662
14663 \begin_layout Description
14664 LaTeX2e The actual version of LaTeX, write 
14665 \begin_inset Quotes eld
14666 \end_inset
14667
14668 LaT
14669 \begin_inset ERT
14670 status collapsed
14671
14672 \begin_layout Plain Layout
14673
14674 {}
14675 \end_layout
14676
14677 \end_inset
14678
14679 eX2e
14680 \begin_inset Quotes erd
14681 \end_inset
14682
14683  to produce it.
14684 \end_layout
14685
14686 \begin_layout Standard
14687 You might wonder why the LaTeX-version is 
14688 \begin_inset Quotes eld
14689 \end_inset
14690
14691 2
14692 \begin_inset Formula $\epsilon
14693 $
14694 \end_inset
14695
14696
14697 \begin_inset Quotes erd
14698 \end_inset
14699
14700 .
14701  It's an old tradition in the TeX-world to give programs geek version numbers.
14702  For example the version number of TeX converges to the number 
14703 \begin_inset Formula $\pi
14704 $
14705 \end_inset
14706
14707 : The actual version is 
14708 \begin_inset Quotes eld
14709 \end_inset
14710
14711 TeX-3.141592
14712 \begin_inset Quotes erd
14713 \end_inset
14714
14715 , the previous one was 
14716 \begin_inset Quotes eld
14717 \end_inset
14718
14719 TeX-3.14159
14720 \begin_inset Quotes erd
14721 \end_inset
14722
14723 .
14724 \end_layout
14725
14726 \begin_layout Standard
14727 If you don't want to use proper names, e.
14728 \begin_inset space \thinspace{}
14729 \end_inset
14730
14731 g.
14732 \begin_inset space \space{}
14733 \end_inset
14734
14735 in section headings, you can insert two empty braces in TeX Code in the
14736  word.
14737  This will look in LyX like: 
14738 \begin_inset Graphics
14739         filename clipart/LaTeX.png
14740         scale 80
14741
14742 \end_inset
14743
14744
14745 \begin_inset Newline newline
14746 \end_inset
14747
14748 For more about TeX Code, look at section
14749 \begin_inset space ~
14750 \end_inset
14751
14752
14753 \begin_inset CommandInset ref
14754 LatexCommand ref
14755 reference "sec:TeX-Code"
14756
14757 \end_inset
14758
14759 .
14760 \end_layout
14761
14762 \begin_layout Subsection
14763 Units
14764 \begin_inset Index idx
14765 status collapsed
14766
14767 \begin_layout Plain Layout
14768 Typography ! Units
14769 \end_layout
14770
14771 \end_inset
14772
14773
14774 \end_layout
14775
14776 \begin_layout Standard
14777 Generally the space between units and the number is smaller than the normal
14778  space between two words.
14779  As you can see in the example below, it looks better when the space is
14780  smaller.
14781  To get such a 
14782 \begin_inset Quotes eld
14783 \end_inset
14784
14785 half space
14786 \begin_inset Quotes erd
14787 \end_inset
14788
14789  for units use the menu 
14790 \family sans
14791 Insert\SpecialChar \menuseparator
14792 Formatting\SpecialChar \menuseparator
14793 Thin
14794 \begin_inset space ~
14795 \end_inset
14796
14797 Space
14798 \family default
14799  (shortcut 
14800 \begin_inset Info
14801 type  "shortcuts"
14802 arg   "space-insert thin"
14803 \end_inset
14804
14805 ).
14806 \end_layout
14807
14808 \begin_layout Standard
14809 Here's an example to show the differences:
14810 \end_layout
14811
14812 \begin_layout Standard
14813 \begin_inset Tabular
14814 <lyxtabular version="3" rows="2" columns="2">
14815 <features tabularvalignment="middle">
14816 <column alignment="left" valignment="top" width="0">
14817 <column alignment="left" valignment="top" width="0">
14818 <row>
14819 <cell alignment="center" valignment="top" usebox="none">
14820 \begin_inset Text
14821
14822 \begin_layout Plain Layout
14823 24
14824 \begin_inset space ~
14825 \end_inset
14826
14827 kW
14828 \begin_inset Formula $\cdot
14829 $
14830 \end_inset
14831
14832 h
14833 \end_layout
14834
14835 \end_inset
14836 </cell>
14837 <cell alignment="center" valignment="top" usebox="none">
14838 \begin_inset Text
14839
14840 \begin_layout Plain Layout
14841 space between number and unit
14842 \end_layout
14843
14844 \end_inset
14845 </cell>
14846 </row>
14847 <row>
14848 <cell alignment="center" valignment="top" usebox="none">
14849 \begin_inset Text
14850
14851 \begin_layout Plain Layout
14852 24
14853 \begin_inset space \thinspace{}
14854 \end_inset
14855
14856 kW
14857 \begin_inset Formula $\cdot
14858 $
14859 \end_inset
14860
14861 h
14862 \end_layout
14863
14864 \end_inset
14865 </cell>
14866 <cell alignment="center" valignment="top" usebox="none">
14867 \begin_inset Text
14868
14869 \begin_layout Plain Layout
14870 half space between number and unit
14871 \end_layout
14872
14873 \end_inset
14874 </cell>
14875 </row>
14876 </lyxtabular>
14877
14878 \end_inset
14879
14880
14881 \end_layout
14882
14883 \begin_layout Subsection
14884 Widows and Orphans
14885 \begin_inset Index idx
14886 status collapsed
14887
14888 \begin_layout Plain Layout
14889 Typography ! Widows and orphans
14890 \end_layout
14891
14892 \end_inset
14893
14894
14895 \end_layout
14896
14897 \begin_layout Standard
14898 In the early days of word processors, page breaks went wherever the page
14899  happened to end.
14900  There was no regard for what was actually going on in the text.
14901  You may remember once printing out a document, only to find the heading
14902  for a new section printed at the very bottom of the page, the first line
14903  of a new paragraph all alone at the bottom of a page, or the last line
14904  of a paragraph at the top of a new page.
14905  These bits of text became known as 
14906 \emph on
14907 widows
14908 \emph default
14909  and 
14910 \emph on
14911 orphans
14912 \emph default
14913 .
14914 \end_layout
14915
14916 \begin_layout Standard
14917 Clearly, LyX can avoid breaking pages after a section heading.
14918  That's part of the advantage of paragraph environments.
14919  But what about widows and orphans, where the page breaks leave one line
14920  of a paragraph all alone at the top or bottom of a page? There are rules
14921  built into LaTeX governing page breaks, and some of those rules are there
14922  to specifically prevent widows and orphans.
14923  This is the advantage LyX has in using LaTeX as its backend.
14924 \end_layout
14925
14926 \begin_layout Standard
14927 There's no way we can go into how TeX and LaTeX decide to break a page,
14928  or how you can tweak that behavior.
14929  Some LaTeX books listed in the bibliography [such as
14930 \begin_inset space ~
14931 \end_inset
14932
14933
14934 \begin_inset CommandInset citation
14935 LatexCommand cite
14936 key "latexcompanion"
14937
14938 \end_inset
14939
14940  or
14941 \begin_inset space ~
14942 \end_inset
14943
14944
14945 \begin_inset CommandInset citation
14946 LatexCommand cite
14947 key "latexguide"
14948
14949 \end_inset
14950
14951 ] may have more information.
14952  You will almost never need to worry about this, however.
14953 \end_layout
14954
14955 \begin_layout Chapter
14956 Notes, Graphics, Tables, and Floats
14957 \begin_inset CommandInset label
14958 LatexCommand label
14959 name "cha:Floats-and-Notes"
14960
14961 \end_inset
14962
14963
14964 \end_layout
14965
14966 \begin_layout Standard
14967 The issues of this chapter are described in detail in the 
14968 \emph on
14969 Embedded Objects
14970 \emph default
14971  manual.
14972  There you'll also find tips and tricks for special cases.
14973 \end_layout
14974
14975 \begin_layout Section
14976 Notes
14977 \begin_inset Index idx
14978 status collapsed
14979
14980 \begin_layout Plain Layout
14981 Notes
14982 \end_layout
14983
14984 \end_inset
14985
14986
14987 \begin_inset CommandInset label
14988 LatexCommand label
14989 name "sec:Notes"
14990
14991 \end_inset
14992
14993
14994 \end_layout
14995
14996 \begin_layout Standard
14997 LyX offers you a few types of notes to add to your document:
14998 \end_layout
14999
15000 \begin_layout Description
15001 LyX
15002 \begin_inset space ~
15003 \end_inset
15004
15005 Note This note type is for internal notes that won't appear in the output.
15006 \begin_inset Newline newline
15007 \end_inset
15008
15009
15010 \begin_inset Note Note
15011 status open
15012
15013 \begin_layout Plain Layout
15014 This is text in a note box that doesn't appear in the output.
15015 \end_layout
15016
15017 \end_inset
15018
15019
15020 \end_layout
15021
15022 \begin_layout Description
15023 Comment This note also doesn't appear in the output but it appears as LaTeX-comm
15024 ent, when you export the document to LaTeX via the menu 
15025 \family sans
15026 File\SpecialChar \menuseparator
15027 Export\SpecialChar \menuseparator
15028 LaTeX (pdflatex) / (plain)
15029 \family default
15030 .
15031 \begin_inset Newline newline
15032 \end_inset
15033
15034
15035 \begin_inset Note Comment
15036 status open
15037
15038 \begin_layout Plain Layout
15039 This is text in a note box that only appears as comment in LaTeX-files.
15040 \end_layout
15041
15042 \end_inset
15043
15044
15045 \end_layout
15046
15047 \begin_layout Description
15048 Greyed
15049 \begin_inset space ~
15050 \end_inset
15051
15052 Out This note will appear in the output as grey text.
15053 \begin_inset Newline newline
15054 \end_inset
15055
15056
15057 \begin_inset Newline newline
15058 \end_inset
15059
15060
15061 \begin_inset Note Greyedout
15062 status open
15063
15064 \begin_layout Plain Layout
15065 This is text
15066 \begin_inset Foot
15067 status collapsed
15068
15069 \begin_layout Plain Layout
15070 This is an example footnote within a greyed out note.
15071  In this document the greyed out note color is redefined to blue.
15072  How this can be done is explained in the 
15073 \emph on
15074 Embedded Objects
15075 \emph default
15076  manual.
15077 \end_layout
15078
15079 \end_inset
15080
15081  of a comment that appears in the output as grey text.
15082 \end_layout
15083
15084 \end_inset
15085
15086
15087 \begin_inset Newline newline
15088 \end_inset
15089
15090
15091 \begin_inset Newline newline
15092 \end_inset
15093
15094 As you can see in the example, the first line of greyed out notes is a bit
15095  indented and greyed out notes can have footnotes.
15096 \end_layout
15097
15098 \begin_layout Standard
15099 Notes are inserted with the toolbar button 
15100 \begin_inset Graphics
15101         filename ../images/note-insert.png
15102         scale 85
15103         scaleBeforeRotation
15104
15105 \end_inset
15106
15107  or the menu 
15108 \family sans
15109 Insert\SpecialChar \menuseparator
15110 Note
15111 \family default
15112 .
15113  Right-click on the appearing note box to select the note type.
15114 \end_layout
15115
15116 \begin_layout Section
15117 Footnotes
15118 \begin_inset Index idx
15119 status collapsed
15120
15121 \begin_layout Plain Layout
15122 Footnotes
15123 \end_layout
15124
15125 \end_inset
15126
15127
15128 \begin_inset CommandInset label
15129 LatexCommand label
15130 name "sec:Footnotes"
15131
15132 \end_inset
15133
15134
15135 \end_layout
15136
15137 \begin_layout Standard
15138 LyX uses boxes to display footnotes: When you insert a footnote using the
15139  menu 
15140 \family sans
15141 Insert\SpecialChar \menuseparator
15142 Footnote
15143 \family default
15144  or the toolbar button 
15145 \begin_inset Graphics
15146         filename ../images/footnote-insert.png
15147
15148 \end_inset
15149
15150
15151 \family roman
15152 \series medium
15153 \bar no
15154 you'll see
15155 \family default
15156 \series default
15157 \bar default
15158  the following box: 
15159 \begin_inset Graphics
15160         filename clipart/footnoteQt4.png
15161         scale 80
15162
15163 \end_inset
15164
15165
15166 \family roman
15167 \series medium
15168 \bar no
15169  This box is LyX's representation of your footnote.
15170  If you
15171 \family default
15172 \series default
15173 \bar default
15174  left-click on 
15175 \family roman
15176 \series medium
15177 \bar no
15178 the 
15179 \begin_inset Quotes eld
15180 \end_inset
15181
15182
15183 \family sans
15184 foot
15185 \family roman
15186
15187 \begin_inset Quotes erd
15188 \end_inset
15189
15190
15191 \family default
15192 \series default
15193 \bar default
15194  
15195 \family roman
15196 \series medium
15197 \bar no
15198 label, the box will
15199 \family default
15200 \series default
15201 \bar default
15202  be opened and you can enter the footnote text into it.
15203  Clicking on the box label again, will close 
15204 \family roman
15205 \series medium
15206 \bar no
15207 the
15208 \family default
15209 \series default
15210 \bar default
15211  box
15212 \family roman
15213 \series medium
15214 \bar no
15215 .
15216  If you want to turn existing text into a footnote, simply mark it and click
15217  on the footnote
15218 \family default
15219 \series default
15220 \bar default
15221  toolbar 
15222 \family roman
15223 \series medium
15224 \bar no
15225 button
15226 \family default
15227 \series default
15228 \bar default
15229 .
15230 \end_layout
15231
15232 \begin_layout Standard
15233 Here's an example footnote:
15234 \family roman
15235 \series medium
15236 \bar no
15237
15238 \begin_inset Foot
15239 status open
15240
15241 \begin_layout Plain Layout
15242 To close a footnote, click on the footnote box label.
15243 \end_layout
15244
15245 \end_inset
15246
15247
15248 \end_layout
15249
15250 \begin_layout Standard
15251 The footnote will appear in the output as a superscript number at the text
15252  position where the footnote box is placed.
15253  The footnote text is placed at the bottom of the current page.
15254  The footnote number is calculated by LyX, the numbers are consecutive,
15255  no matter in which chapter the footnote is in.
15256  LyX doesn't support other numbering schemes yet, but you can get another
15257  scheme using special LaTeX-commands.
15258  T
15259 \family roman
15260 h
15261 \family default
15262 ey are described in the 
15263 \emph on
15264 Embedded Objects
15265 \emph default
15266  manual.
15267 \end_layout
15268
15269 \begin_layout Section
15270 Marginal Notes
15271 \begin_inset Index idx
15272 status collapsed
15273
15274 \begin_layout Plain Layout
15275 Marginal notes
15276 \end_layout
15277
15278 \end_inset
15279
15280
15281 \begin_inset CommandInset label
15282 LatexCommand label
15283 name "sec:Marginal-Notes"
15284
15285 \end_inset
15286
15287
15288 \end_layout
15289
15290 \begin_layout Standard
15291 Marginal notes look and behave just like footnotes in LyX.
15292  When you insert a margin note via the menu 
15293 \family sans
15294 Insert\SpecialChar \menuseparator
15295 Marginal
15296 \begin_inset space ~
15297 \end_inset
15298
15299 Note
15300 \family default
15301  or the toolbar button 
15302 \begin_inset Graphics
15303         filename ../images/marginalnote-insert.png
15304
15305 \end_inset
15306
15307 , you'll see 
15308 \family roman
15309 \series medium
15310 a
15311 \family default
15312 \series default
15313  grey 
15314 \family roman
15315 \series medium
15316 box with a
15317 \family default
15318 \series default
15319  red 
15320 \family roman
15321 \series medium
15322 label 
15323 \begin_inset Quotes eld
15324 \end_inset
15325
15326 margin
15327 \begin_inset Quotes erd
15328 \end_inset
15329
15330  appearing within your text.
15331  This box is LyX's representation of your margin
15332 \family default
15333 \series default
15334 al 
15335 \family roman
15336 \series medium
15337 note.
15338 \end_layout
15339
15340 \begin_layout Standard
15341 At the side is an example marginal note.
15342 \family roman
15343 \series medium
15344
15345 \begin_inset Marginal
15346 status open
15347
15348 \begin_layout Plain Layout
15349 This is a marginal note.
15350 \end_layout
15351
15352 \end_inset
15353
15354
15355 \end_layout
15356
15357 \begin_layout Standard
15358 Marginal notes appear at the right side in single-sided documents.
15359  In double-sided documents they appear in the outer margin – left on even
15360  pages, right on odd pages.
15361 \end_layout
15362
15363 \begin_layout Section
15364 Graphics and Images
15365 \begin_inset Index idx
15366 status collapsed
15367
15368 \begin_layout Plain Layout
15369 Images
15370 \end_layout
15371
15372 \end_inset
15373
15374
15375 \begin_inset Index idx
15376 status collapsed
15377
15378 \begin_layout Plain Layout
15379 Graphics
15380 \end_layout
15381
15382 \end_inset
15383
15384
15385 \begin_inset CommandInset label
15386 LatexCommand label
15387 name "sec:Graphics"
15388
15389 \end_inset
15390
15391
15392 \end_layout
15393
15394 \begin_layout Standard
15395 To insert an image in your document, place the cursor at the text position
15396  you want and click on the toolbar icon 
15397 \begin_inset Graphics
15398         filename ../images/dialog-show-new-inset_graphics.png
15399
15400 \end_inset
15401
15402  or select 
15403 \family sans
15404 Insert\SpecialChar \menuseparator
15405 Graphics
15406 \family default
15407  from the menu.
15408  Then a dialog will appear to choose the file to load.
15409 \end_layout
15410
15411 \begin_layout Standard
15412 This dialog has numerous mostly self-explanatory parameters.
15413  The 
15414 \family sans
15415 Graphics
15416 \family default
15417  tab allows you to choose your image file.
15418  The image can be transformed by setting a rotation angle and a scaling
15419  factor.
15420  The scaling units are explained in Appendix
15421 \begin_inset space ~
15422 \end_inset
15423
15424
15425 \begin_inset CommandInset ref
15426 LatexCommand ref
15427 reference "cha:Units-available-in"
15428
15429 \end_inset
15430
15431 .
15432 \end_layout
15433
15434 \begin_layout Standard
15435 In the tab 
15436 \family sans
15437 Clipping
15438 \family default
15439  it is possible to set image coordinates to adjust the height and width
15440  of the image in the output.
15441  The coordinates can also be calculated automatically by pressing the button
15442  
15443 \family sans
15444 Get
15445 \begin_inset space ~
15446 \end_inset
15447
15448 from
15449 \begin_inset space ~
15450 \end_inset
15451
15452 file
15453 \family default
15454 .
15455  The option 
15456 \family sans
15457 Clip
15458 \begin_inset space ~
15459 \end_inset
15460
15461 to
15462 \begin_inset space ~
15463 \end_inset
15464
15465 bounding
15466 \begin_inset space ~
15467 \end_inset
15468
15469 box
15470 \family default
15471  will only print the image region within the given coordinates.
15472  Normally you don't need to take care about image coordinates and can ignore
15473  the tab 
15474 \family sans
15475 Clipping
15476 \family default
15477 .
15478 \end_layout
15479
15480 \begin_layout Standard
15481 In the 
15482 \family sans
15483 LaTeX and LyX options
15484 \family default
15485  tab LaTeX experts can specify additional LaTeX options.
15486  You can also specify here the appearance of the image inside LyX.
15487  The option 
15488 \family sans
15489 Draft
15490 \begin_inset space ~
15491 \end_inset
15492
15493 mode
15494 \family default
15495  has the effect that the image doesn't appear in the output, only a frame
15496  with the image size is printed.
15497  The option 
15498 \family sans
15499 Don't
15500 \begin_inset space ~
15501 \end_inset
15502
15503 unzip
15504 \begin_inset space ~
15505 \end_inset
15506
15507 on
15508 \begin_inset space ~
15509 \end_inset
15510
15511 export
15512 \family default
15513  is explained in the 
15514 \emph on
15515 Embedded Objects
15516 \emph default
15517  manual in section 
15518 \emph on
15519 Graphics Dialog
15520 \emph default
15521 .
15522 \end_layout
15523
15524 \begin_layout Standard
15525 The graphics dialog can be called at any time by clicking on an image.
15526  The image will appear in the output exactly at the position where it is
15527  in the text.
15528  This is an example image within a separate, horizontally centered paragraph:
15529  
15530 \end_layout
15531
15532 \begin_layout Standard
15533 \align center
15534 \begin_inset Graphics
15535         filename clipart/mobius.eps
15536         scale 70
15537         rotateOrigin center
15538
15539 \end_inset
15540
15541
15542 \end_layout
15543
15544 \begin_layout Standard
15545 If you need image captions and want to reference images, you have to put
15546  the image into a float, see section
15547 \begin_inset space ~
15548 \end_inset
15549
15550
15551 \begin_inset CommandInset ref
15552 LatexCommand ref
15553 reference "sec:Figure-Floats"
15554
15555 \end_inset
15556
15557 .
15558 \end_layout
15559
15560 \begin_layout Subsection
15561 Image Formats
15562 \begin_inset Index idx
15563 status collapsed
15564
15565 \begin_layout Plain Layout
15566 Images ! Formats
15567 \end_layout
15568
15569 \end_inset
15570
15571
15572 \begin_inset CommandInset label
15573 LatexCommand label
15574 name "sub:Image-Formats"
15575
15576 \end_inset
15577
15578
15579 \end_layout
15580
15581 \begin_layout Standard
15582 You can insert images in any known file format.
15583  But as we explained in section
15584 \begin_inset space ~
15585 \end_inset
15586
15587
15588 \begin_inset CommandInset ref
15589 LatexCommand ref
15590 reference "sub:Output-file-formats"
15591
15592 \end_inset
15593
15594 , every output document format allows only a few image formats.
15595  LyX uses therefore the program 
15596 \family typewriter
15597 Imagemagick
15598 \family default
15599  in the background to convert the images to the right format.
15600  To increase your workflow by avoiding these conversions in the background,
15601  you can use only the image formats listed in the subsections of section
15602 \begin_inset space ~
15603 \end_inset
15604
15605
15606 \begin_inset CommandInset ref
15607 LatexCommand ref
15608 reference "sub:Output-file-formats"
15609
15610 \end_inset
15611
15612 .
15613 \end_layout
15614
15615 \begin_layout Standard
15616 Similar to fonts there are two types of image formats:
15617 \end_layout
15618
15619 \begin_layout Description
15620 Bitmap
15621 \begin_inset space ~
15622 \end_inset
15623
15624 images consist of pixel values, often in a compressed form.
15625  They are therefore not fully scalable and look pixeled in large zooms.
15626  Well-known bitmap image formats are 
15627 \begin_inset Quotes eld
15628 \end_inset
15629
15630 Graphics Interchange Format
15631 \begin_inset Quotes erd
15632 \end_inset
15633
15634  (GIF, file extension 
15635 \begin_inset Quotes eld
15636 \end_inset
15637
15638
15639 \family typewriter
15640 .gif
15641 \family default
15642
15643 \begin_inset Quotes erd
15644 \end_inset
15645
15646 )
15647 \begin_inset Index idx
15648 status collapsed
15649
15650 \begin_layout Plain Layout
15651 GIF|see
15652 \begin_inset ERT
15653 status collapsed
15654
15655 \begin_layout Plain Layout
15656
15657 {
15658 \end_layout
15659
15660 \end_inset
15661
15662 Image formats
15663 \begin_inset ERT
15664 status collapsed
15665
15666 \begin_layout Plain Layout
15667
15668 }
15669 \end_layout
15670
15671 \end_inset
15672
15673
15674 \end_layout
15675
15676 \end_inset
15677
15678
15679 \begin_inset Quotes eld
15680 \end_inset
15681
15682 Portable Network Graphics
15683 \begin_inset Quotes erd
15684 \end_inset
15685
15686  (PNG, file extension 
15687 \begin_inset Quotes eld
15688 \end_inset
15689
15690
15691 \family typewriter
15692 .png
15693 \family default
15694
15695 \begin_inset Quotes erd
15696 \end_inset
15697
15698 )
15699 \begin_inset Index idx
15700 status collapsed
15701
15702 \begin_layout Plain Layout
15703 PNG|see
15704 \begin_inset ERT
15705 status collapsed
15706
15707 \begin_layout Plain Layout
15708
15709 {
15710 \end_layout
15711
15712 \end_inset
15713
15714 Image formats
15715 \begin_inset ERT
15716 status collapsed
15717
15718 \begin_layout Plain Layout
15719
15720 }
15721 \end_layout
15722
15723 \end_inset
15724
15725
15726 \end_layout
15727
15728 \end_inset
15729
15730 , and 
15731 \begin_inset Quotes eld
15732 \end_inset
15733
15734 Joint Photographic Experts Group
15735 \begin_inset Quotes erd
15736 \end_inset
15737
15738  (JPG, file extension 
15739 \begin_inset Quotes eld
15740 \end_inset
15741
15742
15743 \family typewriter
15744 .jpg
15745 \family default
15746
15747 \begin_inset Quotes erd
15748 \end_inset
15749
15750  or 
15751 \begin_inset Quotes eld
15752 \end_inset
15753
15754
15755 \family typewriter
15756 .jpeg
15757 \family default
15758
15759 \begin_inset Quotes erd
15760 \end_inset
15761
15762 )
15763 \begin_inset Index idx
15764 status collapsed
15765
15766 \begin_layout Plain Layout
15767 JPG|see
15768 \begin_inset ERT
15769 status collapsed
15770
15771 \begin_layout Plain Layout
15772
15773 {
15774 \end_layout
15775
15776 \end_inset
15777
15778 Image formats
15779 \begin_inset ERT
15780 status collapsed
15781
15782 \begin_layout Plain Layout
15783
15784 }
15785 \end_layout
15786
15787 \end_inset
15788
15789
15790 \end_layout
15791
15792 \end_inset
15793
15794 .
15795 \end_layout
15796
15797 \begin_layout Description
15798 Scalable
15799 \begin_inset space ~
15800 \end_inset
15801
15802 images consist of vectors and can therefore be scaled to any size without
15803  data loss.
15804  The scaling ability is necessary if you want to create presentations, because
15805  presentations are always scaled by the beamer.
15806  Scaling is also useful for online documents to let the user zoom into diagrams.
15807 \begin_inset Newline newline
15808 \end_inset
15809
15810 Scalable image formats can be 
15811 \begin_inset Quotes eld
15812 \end_inset
15813
15814 Scalable Vector Graphics
15815 \begin_inset Quotes erd
15816 \end_inset
15817
15818  (SVG, file extension 
15819 \begin_inset Quotes eld
15820 \end_inset
15821
15822
15823 \family typewriter
15824 .svg
15825 \family default
15826
15827 \begin_inset Quotes erd
15828 \end_inset
15829
15830 )
15831 \begin_inset Index idx
15832 status collapsed
15833
15834 \begin_layout Plain Layout
15835 SVG|see
15836 \begin_inset ERT
15837 status collapsed
15838
15839 \begin_layout Plain Layout
15840
15841 {
15842 \end_layout
15843
15844 \end_inset
15845
15846 Image formats
15847 \begin_inset ERT
15848 status collapsed
15849
15850 \begin_layout Plain Layout
15851
15852 }
15853 \end_layout
15854
15855 \end_inset
15856
15857
15858 \end_layout
15859
15860 \end_inset
15861
15862
15863 \begin_inset Quotes eld
15864 \end_inset
15865
15866 Encapsulated PostScript
15867 \begin_inset Quotes erd
15868 \end_inset
15869
15870  (EPS, file extension 
15871 \begin_inset Quotes eld
15872 \end_inset
15873
15874
15875 \family typewriter
15876 .eps
15877 \family default
15878
15879 \begin_inset Quotes erd
15880 \end_inset
15881
15882 )
15883 \begin_inset Index idx
15884 status collapsed
15885
15886 \begin_layout Plain Layout
15887 EPS|see
15888 \begin_inset ERT
15889 status collapsed
15890
15891 \begin_layout Plain Layout
15892
15893 {
15894 \end_layout
15895
15896 \end_inset
15897
15898 Image formats
15899 \begin_inset ERT
15900 status collapsed
15901
15902 \begin_layout Plain Layout
15903
15904 }
15905 \end_layout
15906
15907 \end_inset
15908
15909
15910 \end_layout
15911
15912 \end_inset
15913
15914 , and 
15915 \begin_inset Quotes eld
15916 \end_inset
15917
15918 Portable Document Format
15919 \begin_inset Quotes erd
15920 \end_inset
15921
15922  (PDF, file extension 
15923 \begin_inset Quotes eld
15924 \end_inset
15925
15926
15927 \family typewriter
15928 .pdf
15929 \family default
15930
15931 \begin_inset Quotes erd
15932 \end_inset
15933
15934 )
15935 \begin_inset Index idx
15936 status collapsed
15937
15938 \begin_layout Plain Layout
15939 PDF
15940 \end_layout
15941
15942 \end_inset
15943
15944 .
15945  We say it can be, because you can convert any bitmap image format to PDF
15946  or EPS and the result won't be scalable.
15947  In this cases only a header with the image properties is added to the original
15948  image
15949 \begin_inset Foot
15950 status collapsed
15951
15952 \begin_layout Plain Layout
15953 In the case of PDF, the original image is additionally compressed.
15954 \end_layout
15955
15956 \end_inset
15957
15958 .
15959 \end_layout
15960
15961 \begin_layout Standard
15962 Normally one can't convert a bitmap image into a scalable one, only vice
15963  versa.
15964 \end_layout
15965
15966 \begin_layout Subsection
15967 Grouping of Image Settings
15968 \begin_inset Index idx
15969 status collapsed
15970
15971 \begin_layout Plain Layout
15972 Images ! Settings grouping
15973 \end_layout
15974
15975 \end_inset
15976
15977
15978 \end_layout
15979
15980 \begin_layout Standard
15981 Each image can define a new group of image settings or join an existing
15982  group.
15983  Images within such a group share their settings, so adjusting one image
15984  of the group automatically also adjusts all other images of the group in
15985  the same way.
15986  So you can for example change the size for a bunch of images without the
15987  need to manually change each of them.
15988  
15989 \end_layout
15990
15991 \begin_layout Standard
15992 A new group can be set by entering a name in the 
15993 \family sans
15994 Group
15995 \begin_inset space ~
15996 \end_inset
15997
15998 Name
15999 \family default
16000  field in the Graphics dialog.
16001  Joining an existing group can be done using the context menu of the image
16002  by checking the name of the desired group.
16003 \end_layout
16004
16005 \begin_layout Section
16006 Tables
16007 \begin_inset Index idx
16008 status collapsed
16009
16010 \begin_layout Plain Layout
16011 Tables
16012 \end_layout
16013
16014 \end_inset
16015
16016
16017 \begin_inset CommandInset label
16018 LatexCommand label
16019 name "sec:Tables"
16020
16021 \end_inset
16022
16023
16024 \end_layout
16025
16026 \begin_layout Standard
16027 You can insert a table using either the toolbar button 
16028 \begin_inset Graphics
16029         filename ../images/tabular-insert.png
16030         scale 85
16031
16032 \end_inset
16033
16034  or the menu 
16035 \family sans
16036 Insert\SpecialChar \menuseparator
16037 Table
16038 \family default
16039 .
16040  A dialog will appear, asking you for the number of rows and columns.
16041  The default table has lines around any cell and the first row appears separated
16042  from the rest of the table.
16043  This separation appears due to a double line: The cells of the first row
16044  have a line below them and the cells of the second row have a line above
16045  them.
16046  Here's an example table:
16047 \end_layout
16048
16049 \begin_layout Standard
16050 \align center
16051 \begin_inset Tabular
16052 <lyxtabular version="3" rows="4" columns="4">
16053 <features tabularvalignment="middle">
16054 <column alignment="center" valignment="top" width="0pt">
16055 <column alignment="center" valignment="top" width="0pt">
16056 <column alignment="center" valignment="top" width="0in">
16057 <column alignment="center" valignment="top" width="0pt">
16058 <row>
16059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16060 \begin_inset Text
16061
16062 \begin_layout Plain Layout
16063
16064 \end_layout
16065
16066 \end_inset
16067 </cell>
16068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16069 \begin_inset Text
16070
16071 \begin_layout Plain Layout
16072
16073 \family roman
16074 \series medium
16075 \shape up
16076 \size normal
16077 \emph off
16078 \bar no
16079 \noun off
16080 \color none
16081 1
16082 \end_layout
16083
16084 \end_inset
16085 </cell>
16086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16087 \begin_inset Text
16088
16089 \begin_layout Plain Layout
16090 2
16091 \end_layout
16092
16093 \end_inset
16094 </cell>
16095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16096 \begin_inset Text
16097
16098 \begin_layout Plain Layout
16099 3
16100 \end_layout
16101
16102 \end_inset
16103 </cell>
16104 </row>
16105 <row>
16106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16107 \begin_inset Text
16108
16109 \begin_layout Plain Layout
16110
16111 \family roman
16112 \series medium
16113 \shape up
16114 \size normal
16115 \emph off
16116 \bar no
16117 \noun off
16118 \color none
16119 A
16120 \end_layout
16121
16122 \end_inset
16123 </cell>
16124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16125 \begin_inset Text
16126
16127 \begin_layout Plain Layout
16128
16129 \end_layout
16130
16131 \end_inset
16132 </cell>
16133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16134 \begin_inset Text
16135
16136 \begin_layout Plain Layout
16137
16138 \end_layout
16139
16140 \end_inset
16141 </cell>
16142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16143 \begin_inset Text
16144
16145 \begin_layout Plain Layout
16146
16147 \end_layout
16148
16149 \end_inset
16150 </cell>
16151 </row>
16152 <row>
16153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16154 \begin_inset Text
16155
16156 \begin_layout Plain Layout
16157
16158 \family roman
16159 \series medium
16160 \shape up
16161 \size normal
16162 \emph off
16163 \bar no
16164 \noun off
16165 \color none
16166 B
16167 \end_layout
16168
16169 \end_inset
16170 </cell>
16171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16172 \begin_inset Text
16173
16174 \begin_layout Plain Layout
16175
16176 \end_layout
16177
16178 \end_inset
16179 </cell>
16180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16181 \begin_inset Text
16182
16183 \begin_layout Plain Layout
16184
16185 \size normal
16186 \noun off
16187 \color none
16188  
16189 \end_layout
16190
16191 \end_inset
16192 </cell>
16193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16194 \begin_inset Text
16195
16196 \begin_layout Plain Layout
16197
16198 \end_layout
16199
16200 \end_inset
16201 </cell>
16202 </row>
16203 <row>
16204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16205 \begin_inset Text
16206
16207 \begin_layout Plain Layout
16208
16209 \family roman
16210 \series medium
16211 \shape up
16212 \size normal
16213 \emph off
16214 \bar no
16215 \noun off
16216 \color none
16217 C
16218 \end_layout
16219
16220 \end_inset
16221 </cell>
16222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16223 \begin_inset Text
16224
16225 \begin_layout Plain Layout
16226
16227 \end_layout
16228
16229 \end_inset
16230 </cell>
16231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16232 \begin_inset Text
16233
16234 \begin_layout Plain Layout
16235
16236 \end_layout
16237
16238 \end_inset
16239 </cell>
16240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16241 \begin_inset Text
16242
16243 \begin_layout Plain Layout
16244
16245 \end_layout
16246
16247 \end_inset
16248 </cell>
16249 </row>
16250 </lyxtabular>
16251
16252 \end_inset
16253
16254
16255 \end_layout
16256
16257 \begin_layout Subsection
16258 The Table dialog
16259 \end_layout
16260
16261 \begin_layout Standard
16262 You can alter a table by clicking on it with the right mouse button, which
16263  brings up the table dialog.
16264  Here you can adjust the settings of the cell and row/column respectively
16265  where the cursor is placed currently.
16266  Most of the dialog options also work on selections.
16267  This means that if you select more cells, columns or rows the action is
16268  done on all of your selection.
16269 \end_layout
16270
16271 \begin_layout Standard
16272 Additionally to the table dialog, the 
16273 \family sans
16274 table
16275 \begin_inset space ~
16276 \end_inset
16277
16278 toolbar
16279 \family default
16280  helps you in setting table properties.
16281  It appears when the cursor is inside a table.
16282 \end_layout
16283
16284 \begin_layout Standard
16285 In the tab 
16286 \family sans
16287 Table
16288 \begin_inset space ~
16289 \end_inset
16290
16291 Settings
16292 \family default
16293  of the table dialog you can set the alignment for the current row.
16294  If you add a row or column, it will be inserted right beside or below the
16295  current cell respectively.
16296  The vertical alignment of a column can only be adjusted when a column width
16297  is given.
16298  A given width will allow the cell to have line breaks and multiple paragraphs
16299  of text, see section
16300 \begin_inset space ~
16301 \end_inset
16302
16303
16304 \begin_inset CommandInset ref
16305 LatexCommand ref
16306 reference "sub:Table-Cells"
16307
16308 \end_inset
16309
16310 .
16311 \end_layout
16312
16313 \begin_layout Standard
16314 You can mark multiple cells of one row as a multicolumn cell using the check
16315  box 
16316 \family sans
16317 Multicolumn
16318 \family default
16319 .
16320  This will merge the cells to 
16321 \emph on
16322 one
16323 \emph default
16324  cell, spread over more than one column.
16325  Multicolumn cells are treated as own rows, so that the alignment, width,
16326  and border settings affect only the multicolumn cell.
16327  Here's an example table with a multicolumn cell in the first row and one
16328  in the last row without the upper border:
16329 \end_layout
16330
16331 \begin_layout Standard
16332 \align center
16333 \begin_inset Tabular
16334 <lyxtabular version="3" rows="3" columns="4">
16335 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
16336 <column alignment="center" valignment="top" width="0pt">
16337 <column alignment="center" valignment="middle" width="0">
16338 <column alignment="center" valignment="top" width="0in">
16339 <column alignment="center" valignment="top" width="0pt">
16340 <row>
16341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16342 \begin_inset Text
16343
16344 \begin_layout Plain Layout
16345 abc
16346 \end_layout
16347
16348 \end_inset
16349 </cell>
16350 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
16351 \begin_inset Text
16352
16353 \begin_layout Plain Layout
16354 def ghi
16355 \end_layout
16356
16357 \end_inset
16358 </cell>
16359 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16360 \begin_inset Text
16361
16362 \begin_layout Plain Layout
16363
16364 \end_layout
16365
16366 \end_inset
16367 </cell>
16368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16369 \begin_inset Text
16370
16371 \begin_layout Plain Layout
16372 jkl
16373 \end_layout
16374
16375 \end_inset
16376 </cell>
16377 </row>
16378 <row>
16379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16380 \begin_inset Text
16381
16382 \begin_layout Plain Layout
16383
16384 \family roman
16385 \series medium
16386 \shape up
16387 \size normal
16388 \emph off
16389 \bar no
16390 \noun off
16391 \color none
16392 A
16393 \end_layout
16394
16395 \end_inset
16396 </cell>
16397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16398 \begin_inset Text
16399
16400 \begin_layout Plain Layout
16401 B
16402 \end_layout
16403
16404 \end_inset
16405 </cell>
16406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16407 \begin_inset Text
16408
16409 \begin_layout Plain Layout
16410 C
16411 \end_layout
16412
16413 \end_inset
16414 </cell>
16415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16416 \begin_inset Text
16417
16418 \begin_layout Plain Layout
16419 D
16420 \end_layout
16421
16422 \end_inset
16423 </cell>
16424 </row>
16425 <row>
16426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16427 \begin_inset Text
16428
16429 \begin_layout Plain Layout
16430 1
16431 \end_layout
16432
16433 \end_inset
16434 </cell>
16435 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16436 \begin_inset Text
16437
16438 \begin_layout Plain Layout
16439 2
16440 \end_layout
16441
16442 \end_inset
16443 </cell>
16444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16445 \begin_inset Text
16446
16447 \begin_layout Plain Layout
16448 3
16449 \end_layout
16450
16451 \end_inset
16452 </cell>
16453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16454 \begin_inset Text
16455
16456 \begin_layout Plain Layout
16457 4
16458 \end_layout
16459
16460 \end_inset
16461 </cell>
16462 </row>
16463 </lyxtabular>
16464
16465 \end_inset
16466
16467
16468 \end_layout
16469
16470 \begin_layout Standard
16471 At the moment LyX doesn't support multirow cells.
16472  Adept users can declare special LaTeX-arguments for the table.
16473  They are necessary for special table formatting, like for multirow cells,
16474  explained in the tables section of the 
16475 \emph on
16476 Embedded
16477 \begin_inset space ~
16478 \end_inset
16479
16480 Objects
16481 \emph default
16482  manual.
16483  You can also rotate the current cell or the whole table 90
16484 \begin_inset space \thinspace{}
16485 \end_inset
16486
16487 degrees counterclockwise.
16488  These rotations are not visible in LyX but in the output.
16489 \end_layout
16490
16491 \begin_layout Standard
16492 \begin_inset Note Greyedout
16493 status open
16494
16495 \begin_layout Plain Layout
16496
16497 \series bold
16498 Note:
16499 \series default
16500  Most DVI-viewers are 
16501 \emph on
16502 not
16503 \emph default
16504  able to display rotations.
16505 \end_layout
16506
16507 \end_inset
16508
16509
16510 \end_layout
16511
16512 \begin_layout Standard
16513 The 
16514 \family sans
16515 Borders
16516 \family default
16517  tab allows you to add and delete border lines for the current row/column.
16518  The button 
16519 \family sans
16520 Default
16521 \family default
16522  adds lines for all cell borders.
16523 \end_layout
16524
16525 \begin_layout Subsection
16526 Longtables
16527 \begin_inset Index idx
16528 status collapsed
16529
16530 \begin_layout Plain Layout
16531 Tables ! Longtables
16532 \end_layout
16533
16534 \end_inset
16535
16536
16537 \begin_inset Index idx
16538 status collapsed
16539
16540 \begin_layout Plain Layout
16541 Longtables
16542 \end_layout
16543
16544 \end_inset
16545
16546
16547 \end_layout
16548
16549 \begin_layout Standard
16550 If the table is too long to fit on one page, you can use the option 
16551 \family sans
16552 Use
16553 \begin_inset space ~
16554 \end_inset
16555
16556 long
16557 \begin_inset space ~
16558 \end_inset
16559
16560 table
16561 \family default
16562  in the tab 
16563 \family sans
16564 Longtable
16565 \family default
16566  of the table dialog to split the table automatically over more pages.
16567  Doing this enables some check boxes and you can now define:
16568 \end_layout
16569
16570 \begin_layout Description
16571
16572 \family sans
16573 Header
16574 \family default
16575 : The current row and all rows above, that don't have any special options
16576  defined, are defined to be the header rows of all pages of the longtable;
16577  except for the first page, if 
16578 \family sans
16579 First
16580 \begin_inset space ~
16581 \end_inset
16582
16583 header
16584 \family default
16585  is defined.
16586 \end_layout
16587
16588 \begin_layout Description
16589
16590 \family sans
16591 First
16592 \begin_inset space ~
16593 \end_inset
16594
16595 header
16596 \family default
16597 : The current row and all rows above, that don't have any special options
16598  defined, are defined to be the header rows of the first page of the longtable.
16599 \end_layout
16600
16601 \begin_layout Description
16602
16603 \family sans
16604 Footer
16605 \family default
16606 : The current row and all rows below, that don't have any special options
16607  defined, are defined to be the footer rows of all pages of the longtable;
16608  except for the last page, if 
16609 \family sans
16610 Last
16611 \begin_inset space ~
16612 \end_inset
16613
16614 footer
16615 \family default
16616  is defined.
16617 \end_layout
16618
16619 \begin_layout Description
16620
16621 \family sans
16622 Last
16623 \begin_inset space ~
16624 \end_inset
16625
16626 footer
16627 \family default
16628 : The current row and all rows below, that don't have any special options
16629  defined, are defined to be the footer rows of the last page of the longtable.
16630 \end_layout
16631
16632 \begin_layout Description
16633 Caption: The first row is reset as single column.
16634  You can now insert there the table caption via the menu 
16635 \family sans
16636 Insert\SpecialChar \menuseparator
16637 Caption
16638 \family default
16639 .
16640  More about longtable captions can be found in the 
16641 \emph on
16642 Embedded
16643 \begin_inset space ~
16644 \end_inset
16645
16646 Objects
16647 \emph default
16648  manual.
16649 \end_layout
16650
16651 \begin_layout Standard
16652 You can also specify a row where the table is split.
16653  If you set more than one option in the same table row, you should be aware
16654  of the fact that only the first one is used in the given table row.
16655  The others will then be defined as 
16656 \emph on
16657 empty
16658 \emph default
16659 .
16660  In this context, first means first in this order: 
16661 \family sans
16662 Footer, Last
16663 \begin_inset space ~
16664 \end_inset
16665
16666 footer,
16667 \family default
16668  
16669 \family sans
16670 Header,
16671 \family default
16672  
16673 \family sans
16674 First
16675 \begin_inset space ~
16676 \end_inset
16677
16678 header.
16679
16680 \family default
16681  See the following longtable to see how it works:
16682 \end_layout
16683
16684 \begin_layout Standard
16685 \align center
16686 \begin_inset Tabular
16687 <lyxtabular version="3" rows="69" columns="3">
16688 <features islongtable="true" longtabularalignment="center">
16689 <column alignment="block" valignment="top" width="5cm">
16690 <column alignment="left" valignment="top" width="0pt">
16691 <column alignment="right" valignment="top" width="0pt">
16692 <row endfirsthead="true">
16693 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16694 \begin_inset Text
16695
16696 \begin_layout Plain Layout
16697
16698 \series bold
16699 Example Phone List (ignore the names)
16700 \end_layout
16701
16702 \end_inset
16703 </cell>
16704 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16705 \begin_inset Text
16706
16707 \begin_layout Plain Layout
16708
16709 \end_layout
16710
16711 \end_inset
16712 </cell>
16713 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16714 \begin_inset Text
16715
16716 \begin_layout Plain Layout
16717
16718 \end_layout
16719
16720 \end_inset
16721 </cell>
16722 </row>
16723 <row endfirsthead="true">
16724 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16725 \begin_inset Text
16726
16727 \begin_layout Plain Layout
16728
16729 \series bold
16730 NAME
16731 \end_layout
16732
16733 \end_inset
16734 </cell>
16735 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16736 \begin_inset Text
16737
16738 \begin_layout Plain Layout
16739
16740 \end_layout
16741
16742 \end_inset
16743 </cell>
16744 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16745 \begin_inset Text
16746
16747 \begin_layout Plain Layout
16748
16749 \series bold
16750 TEL.
16751 \end_layout
16752
16753 \end_inset
16754 </cell>
16755 </row>
16756 <row endhead="true">
16757 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16758 \begin_inset Text
16759
16760 \begin_layout Plain Layout
16761  
16762 \series bold
16763 Example Phone List
16764 \end_layout
16765
16766 \end_inset
16767 </cell>
16768 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16769 \begin_inset Text
16770
16771 \begin_layout Plain Layout
16772
16773 \end_layout
16774
16775 \end_inset
16776 </cell>
16777 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16778 \begin_inset Text
16779
16780 \begin_layout Plain Layout
16781
16782 \end_layout
16783
16784 \end_inset
16785 </cell>
16786 </row>
16787 <row endhead="true">
16788 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16789 \begin_inset Text
16790
16791 \begin_layout Plain Layout
16792
16793 \series bold
16794 NAME
16795 \end_layout
16796
16797 \end_inset
16798 </cell>
16799 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16800 \begin_inset Text
16801
16802 \begin_layout Plain Layout
16803
16804 \end_layout
16805
16806 \end_inset
16807 </cell>
16808 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16809 \begin_inset Text
16810
16811 \begin_layout Plain Layout
16812
16813 \series bold
16814 TEL.
16815 \end_layout
16816
16817 \end_inset
16818 </cell>
16819 </row>
16820 <row endfoot="true">
16821 <cell multicolumn="1" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16822 \begin_inset Text
16823
16824 \begin_layout Plain Layout
16825  
16826 \series bold
16827 continue ...
16828 \end_layout
16829
16830 \end_inset
16831 </cell>
16832 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16833 \begin_inset Text
16834
16835 \begin_layout Plain Layout
16836
16837 \end_layout
16838
16839 \end_inset
16840 </cell>
16841 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16842 \begin_inset Text
16843
16844 \begin_layout Plain Layout
16845
16846 \end_layout
16847
16848 \end_inset
16849 </cell>
16850 </row>
16851 <row>
16852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16853 \begin_inset Text
16854
16855 \begin_layout Plain Layout
16856
16857 \series bold
16858 Annovi
16859 \end_layout
16860
16861 \end_inset
16862 </cell>
16863 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16864 \begin_inset Text
16865
16866 \begin_layout Plain Layout
16867 Silvia
16868 \end_layout
16869
16870 \end_inset
16871 </cell>
16872 <cell alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16873 \begin_inset Text
16874
16875 \begin_layout Plain Layout
16876 111
16877 \end_layout
16878
16879 \end_inset
16880 </cell>
16881 </row>
16882 <row>
16883 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16884 \begin_inset Text
16885
16886 \begin_layout Plain Layout
16887
16888 \series bold
16889 Bertoli
16890 \end_layout
16891
16892 \end_inset
16893 </cell>
16894 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16895 \begin_inset Text
16896
16897 \begin_layout Plain Layout
16898 Stefano
16899 \end_layout
16900
16901 \end_inset
16902 </cell>
16903 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16904 \begin_inset Text
16905
16906 \begin_layout Plain Layout
16907 111
16908 \end_layout
16909
16910 \end_inset
16911 </cell>
16912 </row>
16913 <row>
16914 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16915 \begin_inset Text
16916
16917 \begin_layout Plain Layout
16918
16919 \series bold
16920 Bozzi
16921 \end_layout
16922
16923 \end_inset
16924 </cell>
16925 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16926 \begin_inset Text
16927
16928 \begin_layout Plain Layout
16929 Walter
16930 \end_layout
16931
16932 \end_inset
16933 </cell>
16934 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16935 \begin_inset Text
16936
16937 \begin_layout Plain Layout
16938 111
16939 \end_layout
16940
16941 \end_inset
16942 </cell>
16943 </row>
16944 <row>
16945 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16946 \begin_inset Text
16947
16948 \begin_layout Plain Layout
16949
16950 \series bold
16951 Cachia
16952 \end_layout
16953
16954 \end_inset
16955 </cell>
16956 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16957 \begin_inset Text
16958
16959 \begin_layout Plain Layout
16960 Maria
16961 \end_layout
16962
16963 \end_inset
16964 </cell>
16965 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16966 \begin_inset Text
16967
16968 \begin_layout Plain Layout
16969 111
16970 \end_layout
16971
16972 \end_inset
16973 </cell>
16974 </row>
16975 <row>
16976 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16977 \begin_inset Text
16978
16979 \begin_layout Plain Layout
16980
16981 \series bold
16982 Cachia
16983 \end_layout
16984
16985 \end_inset
16986 </cell>
16987 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16988 \begin_inset Text
16989
16990 \begin_layout Plain Layout
16991 Maurizio
16992 \end_layout
16993
16994 \end_inset
16995 </cell>
16996 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16997 \begin_inset Text
16998
16999 \begin_layout Plain Layout
17000 111
17001 \end_layout
17002
17003 \end_inset
17004 </cell>
17005 </row>
17006 <row>
17007 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17008 \begin_inset Text
17009
17010 \begin_layout Plain Layout
17011
17012 \series bold
17013 Cinquemani
17014 \end_layout
17015
17016 \end_inset
17017 </cell>
17018 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17019 \begin_inset Text
17020
17021 \begin_layout Plain Layout
17022 Giusi
17023 \end_layout
17024
17025 \end_inset
17026 </cell>
17027 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17028 \begin_inset Text
17029
17030 \begin_layout Plain Layout
17031 111
17032 \end_layout
17033
17034 \end_inset
17035 </cell>
17036 </row>
17037 <row>
17038 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17039 \begin_inset Text
17040
17041 \begin_layout Plain Layout
17042
17043 \series bold
17044 Colin
17045 \end_layout
17046
17047 \end_inset
17048 </cell>
17049 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17050 \begin_inset Text
17051
17052 \begin_layout Plain Layout
17053 Bernard
17054 \end_layout
17055
17056 \end_inset
17057 </cell>
17058 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17059 \begin_inset Text
17060
17061 \begin_layout Plain Layout
17062 111
17063 \end_layout
17064
17065 \end_inset
17066 </cell>
17067 </row>
17068 <row>
17069 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17070 \begin_inset Text
17071
17072 \begin_layout Plain Layout
17073
17074 \series bold
17075 Concli
17076 \end_layout
17077
17078 \end_inset
17079 </cell>
17080 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17081 \begin_inset Text
17082
17083 \begin_layout Plain Layout
17084 Gianfranco
17085 \end_layout
17086
17087 \end_inset
17088 </cell>
17089 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17090 \begin_inset Text
17091
17092 \begin_layout Plain Layout
17093 111
17094 \end_layout
17095
17096 \end_inset
17097 </cell>
17098 </row>
17099 <row>
17100 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17101 \begin_inset Text
17102
17103 \begin_layout Plain Layout
17104
17105 \series bold
17106 Dal Bosco
17107 \end_layout
17108
17109 \end_inset
17110 </cell>
17111 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17112 \begin_inset Text
17113
17114 \begin_layout Plain Layout
17115 Carolina
17116 \end_layout
17117
17118 \end_inset
17119 </cell>
17120 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17121 \begin_inset Text
17122
17123 \begin_layout Plain Layout
17124 111
17125 \end_layout
17126
17127 \end_inset
17128 </cell>
17129 </row>
17130 <row>
17131 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17132 \begin_inset Text
17133
17134 \begin_layout Plain Layout
17135
17136 \series bold
17137 Dalpiaz
17138 \end_layout
17139
17140 \end_inset
17141 </cell>
17142 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17143 \begin_inset Text
17144
17145 \begin_layout Plain Layout
17146 Annamaria
17147 \end_layout
17148
17149 \end_inset
17150 </cell>
17151 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17152 \begin_inset Text
17153
17154 \begin_layout Plain Layout
17155 111
17156 \end_layout
17157
17158 \end_inset
17159 </cell>
17160 </row>
17161 <row>
17162 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17163 \begin_inset Text
17164
17165 \begin_layout Plain Layout
17166
17167 \series bold
17168 Feliciello
17169 \end_layout
17170
17171 \end_inset
17172 </cell>
17173 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17174 \begin_inset Text
17175
17176 \begin_layout Plain Layout
17177 Domenico
17178 \end_layout
17179
17180 \end_inset
17181 </cell>
17182 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17183 \begin_inset Text
17184
17185 \begin_layout Plain Layout
17186 111
17187 \end_layout
17188
17189 \end_inset
17190 </cell>
17191 </row>
17192 <row>
17193 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17194 \begin_inset Text
17195
17196 \begin_layout Plain Layout
17197
17198 \series bold
17199 Focarelli
17200 \end_layout
17201
17202 \end_inset
17203 </cell>
17204 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17205 \begin_inset Text
17206
17207 \begin_layout Plain Layout
17208 Paola
17209 \end_layout
17210
17211 \end_inset
17212 </cell>
17213 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17214 \begin_inset Text
17215
17216 \begin_layout Plain Layout
17217 111
17218 \end_layout
17219
17220 \end_inset
17221 </cell>
17222 </row>
17223 <row>
17224 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17225 \begin_inset Text
17226
17227 \begin_layout Plain Layout
17228
17229 \series bold
17230 Galletti
17231 \end_layout
17232
17233 \end_inset
17234 </cell>
17235 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17236 \begin_inset Text
17237
17238 \begin_layout Plain Layout
17239 Oreste
17240 \end_layout
17241
17242 \end_inset
17243 </cell>
17244 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17245 \begin_inset Text
17246
17247 \begin_layout Plain Layout
17248 111
17249 \end_layout
17250
17251 \end_inset
17252 </cell>
17253 </row>
17254 <row>
17255 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17256 \begin_inset Text
17257
17258 \begin_layout Plain Layout
17259
17260 \series bold
17261 Gasparini
17262 \end_layout
17263
17264 \end_inset
17265 </cell>
17266 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17267 \begin_inset Text
17268
17269 \begin_layout Plain Layout
17270 Franca
17271 \end_layout
17272
17273 \end_inset
17274 </cell>
17275 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17276 \begin_inset Text
17277
17278 \begin_layout Plain Layout
17279 111
17280 \end_layout
17281
17282 \end_inset
17283 </cell>
17284 </row>
17285 <row>
17286 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17287 \begin_inset Text
17288
17289 \begin_layout Plain Layout
17290
17291 \series bold
17292 Rizzardi
17293 \end_layout
17294
17295 \end_inset
17296 </cell>
17297 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17298 \begin_inset Text
17299
17300 \begin_layout Plain Layout
17301 Paola
17302 \end_layout
17303
17304 \end_inset
17305 </cell>
17306 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17307 \begin_inset Text
17308
17309 \begin_layout Plain Layout
17310 111
17311 \end_layout
17312
17313 \end_inset
17314 </cell>
17315 </row>
17316 <row>
17317 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17318 \begin_inset Text
17319
17320 \begin_layout Plain Layout
17321
17322 \series bold
17323 Lassini
17324 \end_layout
17325
17326 \end_inset
17327 </cell>
17328 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17329 \begin_inset Text
17330
17331 \begin_layout Plain Layout
17332 Giancarlo
17333 \end_layout
17334
17335 \end_inset
17336 </cell>
17337 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17338 \begin_inset Text
17339
17340 \begin_layout Plain Layout
17341 111
17342 \end_layout
17343
17344 \end_inset
17345 </cell>
17346 </row>
17347 <row>
17348 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17349 \begin_inset Text
17350
17351 \begin_layout Plain Layout
17352
17353 \series bold
17354 Malfatti
17355 \end_layout
17356
17357 \end_inset
17358 </cell>
17359 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17360 \begin_inset Text
17361
17362 \begin_layout Plain Layout
17363 Luciano
17364 \end_layout
17365
17366 \end_inset
17367 </cell>
17368 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17369 \begin_inset Text
17370
17371 \begin_layout Plain Layout
17372 111
17373 \end_layout
17374
17375 \end_inset
17376 </cell>
17377 </row>
17378 <row>
17379 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17380 \begin_inset Text
17381
17382 \begin_layout Plain Layout
17383
17384 \series bold
17385 Malfatti
17386 \end_layout
17387
17388 \end_inset
17389 </cell>
17390 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17391 \begin_inset Text
17392
17393 \begin_layout Plain Layout
17394 Valeriano
17395 \end_layout
17396
17397 \end_inset
17398 </cell>
17399 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17400 \begin_inset Text
17401
17402 \begin_layout Plain Layout
17403 111
17404 \end_layout
17405
17406 \end_inset
17407 </cell>
17408 </row>
17409 <row>
17410 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17411 \begin_inset Text
17412
17413 \begin_layout Plain Layout
17414
17415 \series bold
17416 Meneguzzo
17417 \end_layout
17418
17419 \end_inset
17420 </cell>
17421 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17422 \begin_inset Text
17423
17424 \begin_layout Plain Layout
17425 Roberto
17426 \end_layout
17427
17428 \end_inset
17429 </cell>
17430 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17431 \begin_inset Text
17432
17433 \begin_layout Plain Layout
17434 111
17435 \end_layout
17436
17437 \end_inset
17438 </cell>
17439 </row>
17440 <row>
17441 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17442 \begin_inset Text
17443
17444 \begin_layout Plain Layout
17445
17446 \series bold
17447 Mezzadra
17448 \end_layout
17449
17450 \end_inset
17451 </cell>
17452 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17453 \begin_inset Text
17454
17455 \begin_layout Plain Layout
17456 Roberto
17457 \end_layout
17458
17459 \end_inset
17460 </cell>
17461 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17462 \begin_inset Text
17463
17464 \begin_layout Plain Layout
17465 111
17466 \end_layout
17467
17468 \end_inset
17469 </cell>
17470 </row>
17471 <row>
17472 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17473 \begin_inset Text
17474
17475 \begin_layout Plain Layout
17476
17477 \series bold
17478 Pirpamer
17479 \end_layout
17480
17481 \end_inset
17482 </cell>
17483 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17484 \begin_inset Text
17485
17486 \begin_layout Plain Layout
17487 Erich
17488 \end_layout
17489
17490 \end_inset
17491 </cell>
17492 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17493 \begin_inset Text
17494
17495 \begin_layout Plain Layout
17496 111
17497 \end_layout
17498
17499 \end_inset
17500 </cell>
17501 </row>
17502 <row>
17503 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17504 \begin_inset Text
17505
17506 \begin_layout Plain Layout
17507
17508 \series bold
17509 Pochiesa
17510 \end_layout
17511
17512 \end_inset
17513 </cell>
17514 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17515 \begin_inset Text
17516
17517 \begin_layout Plain Layout
17518 Paolo
17519 \end_layout
17520
17521 \end_inset
17522 </cell>
17523 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17524 \begin_inset Text
17525
17526 \begin_layout Plain Layout
17527 111, 222
17528 \end_layout
17529
17530 \end_inset
17531 </cell>
17532 </row>
17533 <row>
17534 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17535 \begin_inset Text
17536
17537 \begin_layout Plain Layout
17538
17539 \series bold
17540 Radina
17541 \end_layout
17542
17543 \end_inset
17544 </cell>
17545 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17546 \begin_inset Text
17547
17548 \begin_layout Plain Layout
17549 Claudio
17550 \end_layout
17551
17552 \end_inset
17553 </cell>
17554 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17555 \begin_inset Text
17556
17557 \begin_layout Plain Layout
17558 111
17559 \end_layout
17560
17561 \end_inset
17562 </cell>
17563 </row>
17564 <row>
17565 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17566 \begin_inset Text
17567
17568 \begin_layout Plain Layout
17569
17570 \series bold
17571 Stuffer
17572 \end_layout
17573
17574 \end_inset
17575 </cell>
17576 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17577 \begin_inset Text
17578
17579 \begin_layout Plain Layout
17580 Oskar
17581 \end_layout
17582
17583 \end_inset
17584 </cell>
17585 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17586 \begin_inset Text
17587
17588 \begin_layout Plain Layout
17589 111
17590 \end_layout
17591
17592 \end_inset
17593 </cell>
17594 </row>
17595 <row>
17596 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17597 \begin_inset Text
17598
17599 \begin_layout Plain Layout
17600
17601 \series bold
17602 Tacchelli
17603 \end_layout
17604
17605 \end_inset
17606 </cell>
17607 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17608 \begin_inset Text
17609
17610 \begin_layout Plain Layout
17611 Ugo
17612 \end_layout
17613
17614 \end_inset
17615 </cell>
17616 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17617 \begin_inset Text
17618
17619 \begin_layout Plain Layout
17620 111
17621 \end_layout
17622
17623 \end_inset
17624 </cell>
17625 </row>
17626 <row>
17627 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17628 \begin_inset Text
17629
17630 \begin_layout Plain Layout
17631
17632 \series bold
17633 Tezzele
17634 \end_layout
17635
17636 \end_inset
17637 </cell>
17638 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17639 \begin_inset Text
17640
17641 \begin_layout Plain Layout
17642 Margit
17643 \end_layout
17644
17645 \end_inset
17646 </cell>
17647 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17648 \begin_inset Text
17649
17650 \begin_layout Plain Layout
17651 111
17652 \end_layout
17653
17654 \end_inset
17655 </cell>
17656 </row>
17657 <row>
17658 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17659 \begin_inset Text
17660
17661 \begin_layout Plain Layout
17662
17663 \series bold
17664 Unterkalmsteiner
17665 \end_layout
17666
17667 \end_inset
17668 </cell>
17669 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17670 \begin_inset Text
17671
17672 \begin_layout Plain Layout
17673 Frieda
17674 \end_layout
17675
17676 \end_inset
17677 </cell>
17678 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17679 \begin_inset Text
17680
17681 \begin_layout Plain Layout
17682 111
17683 \end_layout
17684
17685 \end_inset
17686 </cell>
17687 </row>
17688 <row>
17689 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17690 \begin_inset Text
17691
17692 \begin_layout Plain Layout
17693
17694 \series bold
17695 Vieider
17696 \end_layout
17697
17698 \end_inset
17699 </cell>
17700 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17701 \begin_inset Text
17702
17703 \begin_layout Plain Layout
17704 Hilde
17705 \end_layout
17706
17707 \end_inset
17708 </cell>
17709 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17710 \begin_inset Text
17711
17712 \begin_layout Plain Layout
17713 111
17714 \end_layout
17715
17716 \end_inset
17717 </cell>
17718 </row>
17719 <row>
17720 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17721 \begin_inset Text
17722
17723 \begin_layout Plain Layout
17724
17725 \series bold
17726 Vigna
17727 \end_layout
17728
17729 \end_inset
17730 </cell>
17731 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17732 \begin_inset Text
17733
17734 \begin_layout Plain Layout
17735 Jürgen
17736 \end_layout
17737
17738 \end_inset
17739 </cell>
17740 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17741 \begin_inset Text
17742
17743 \begin_layout Plain Layout
17744 111
17745 \end_layout
17746
17747 \end_inset
17748 </cell>
17749 </row>
17750 <row>
17751 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17752 \begin_inset Text
17753
17754 \begin_layout Plain Layout
17755
17756 \series bold
17757 Weber
17758 \end_layout
17759
17760 \end_inset
17761 </cell>
17762 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17763 \begin_inset Text
17764
17765 \begin_layout Plain Layout
17766 Maurizio
17767 \end_layout
17768
17769 \end_inset
17770 </cell>
17771 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17772 \begin_inset Text
17773
17774 \begin_layout Plain Layout
17775 111
17776 \end_layout
17777
17778 \end_inset
17779 </cell>
17780 </row>
17781 <row>
17782 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17783 \begin_inset Text
17784
17785 \begin_layout Plain Layout
17786
17787 \series bold
17788 Winkler
17789 \end_layout
17790
17791 \end_inset
17792 </cell>
17793 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17794 \begin_inset Text
17795
17796 \begin_layout Plain Layout
17797 Franz
17798 \end_layout
17799
17800 \end_inset
17801 </cell>
17802 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17803 \begin_inset Text
17804
17805 \begin_layout Plain Layout
17806 111
17807 \end_layout
17808
17809 \end_inset
17810 </cell>
17811 </row>
17812 <row>
17813 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17814 \begin_inset Text
17815
17816 \begin_layout Plain Layout
17817  
17818 \end_layout
17819
17820 \end_inset
17821 </cell>
17822 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
17823 \begin_inset Text
17824
17825 \begin_layout Plain Layout
17826
17827 \end_layout
17828
17829 \end_inset
17830 </cell>
17831 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17832 \begin_inset Text
17833
17834 \begin_layout Plain Layout
17835
17836 \end_layout
17837
17838 \end_inset
17839 </cell>
17840 </row>
17841 <row>
17842 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17843 \begin_inset Text
17844
17845 \begin_layout Plain Layout
17846
17847 \series bold
17848 Annovi
17849 \end_layout
17850
17851 \end_inset
17852 </cell>
17853 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17854 \begin_inset Text
17855
17856 \begin_layout Plain Layout
17857 Silvia
17858 \end_layout
17859
17860 \end_inset
17861 </cell>
17862 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17863 \begin_inset Text
17864
17865 \begin_layout Plain Layout
17866 555
17867 \end_layout
17868
17869 \end_inset
17870 </cell>
17871 </row>
17872 <row>
17873 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17874 \begin_inset Text
17875
17876 \begin_layout Plain Layout
17877
17878 \series bold
17879 Bertoli
17880 \end_layout
17881
17882 \end_inset
17883 </cell>
17884 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17885 \begin_inset Text
17886
17887 \begin_layout Plain Layout
17888 Stefano
17889 \end_layout
17890
17891 \end_inset
17892 </cell>
17893 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17894 \begin_inset Text
17895
17896 \begin_layout Plain Layout
17897 555
17898 \end_layout
17899
17900 \end_inset
17901 </cell>
17902 </row>
17903 <row>
17904 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17905 \begin_inset Text
17906
17907 \begin_layout Plain Layout
17908
17909 \series bold
17910 Bozzi
17911 \end_layout
17912
17913 \end_inset
17914 </cell>
17915 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17916 \begin_inset Text
17917
17918 \begin_layout Plain Layout
17919 Walter
17920 \end_layout
17921
17922 \end_inset
17923 </cell>
17924 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17925 \begin_inset Text
17926
17927 \begin_layout Plain Layout
17928 555
17929 \end_layout
17930
17931 \end_inset
17932 </cell>
17933 </row>
17934 <row>
17935 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17936 \begin_inset Text
17937
17938 \begin_layout Plain Layout
17939
17940 \series bold
17941 Cachia
17942 \end_layout
17943
17944 \end_inset
17945 </cell>
17946 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17947 \begin_inset Text
17948
17949 \begin_layout Plain Layout
17950 Maria
17951 \end_layout
17952
17953 \end_inset
17954 </cell>
17955 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17956 \begin_inset Text
17957
17958 \begin_layout Plain Layout
17959 555
17960 \end_layout
17961
17962 \end_inset
17963 </cell>
17964 </row>
17965 <row>
17966 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17967 \begin_inset Text
17968
17969 \begin_layout Plain Layout
17970
17971 \series bold
17972 Cachia
17973 \end_layout
17974
17975 \end_inset
17976 </cell>
17977 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17978 \begin_inset Text
17979
17980 \begin_layout Plain Layout
17981 Maurizio
17982 \end_layout
17983
17984 \end_inset
17985 </cell>
17986 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17987 \begin_inset Text
17988
17989 \begin_layout Plain Layout
17990 555
17991 \end_layout
17992
17993 \end_inset
17994 </cell>
17995 </row>
17996 <row>
17997 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17998 \begin_inset Text
17999
18000 \begin_layout Plain Layout
18001
18002 \series bold
18003 Cinquemani
18004 \end_layout
18005
18006 \end_inset
18007 </cell>
18008 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18009 \begin_inset Text
18010
18011 \begin_layout Plain Layout
18012 Giusi
18013 \end_layout
18014
18015 \end_inset
18016 </cell>
18017 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18018 \begin_inset Text
18019
18020 \begin_layout Plain Layout
18021 555
18022 \end_layout
18023
18024 \end_inset
18025 </cell>
18026 </row>
18027 <row>
18028 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18029 \begin_inset Text
18030
18031 \begin_layout Plain Layout
18032
18033 \series bold
18034 Colin
18035 \end_layout
18036
18037 \end_inset
18038 </cell>
18039 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18040 \begin_inset Text
18041
18042 \begin_layout Plain Layout
18043 Bernard
18044 \end_layout
18045
18046 \end_inset
18047 </cell>
18048 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18049 \begin_inset Text
18050
18051 \begin_layout Plain Layout
18052 555
18053 \end_layout
18054
18055 \end_inset
18056 </cell>
18057 </row>
18058 <row>
18059 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18060 \begin_inset Text
18061
18062 \begin_layout Plain Layout
18063
18064 \series bold
18065 Concli
18066 \end_layout
18067
18068 \end_inset
18069 </cell>
18070 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18071 \begin_inset Text
18072
18073 \begin_layout Plain Layout
18074 Gianfranco
18075 \end_layout
18076
18077 \end_inset
18078 </cell>
18079 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18080 \begin_inset Text
18081
18082 \begin_layout Plain Layout
18083 555
18084 \end_layout
18085
18086 \end_inset
18087 </cell>
18088 </row>
18089 <row>
18090 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18091 \begin_inset Text
18092
18093 \begin_layout Plain Layout
18094
18095 \series bold
18096 Dal Bosco
18097 \end_layout
18098
18099 \end_inset
18100 </cell>
18101 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18102 \begin_inset Text
18103
18104 \begin_layout Plain Layout
18105 Carolina
18106 \end_layout
18107
18108 \end_inset
18109 </cell>
18110 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18111 \begin_inset Text
18112
18113 \begin_layout Plain Layout
18114 555
18115 \end_layout
18116
18117 \end_inset
18118 </cell>
18119 </row>
18120 <row>
18121 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18122 \begin_inset Text
18123
18124 \begin_layout Plain Layout
18125
18126 \series bold
18127 Dalpiaz
18128 \end_layout
18129
18130 \end_inset
18131 </cell>
18132 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18133 \begin_inset Text
18134
18135 \begin_layout Plain Layout
18136 Annamaria
18137 \end_layout
18138
18139 \end_inset
18140 </cell>
18141 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18142 \begin_inset Text
18143
18144 \begin_layout Plain Layout
18145 555
18146 \end_layout
18147
18148 \end_inset
18149 </cell>
18150 </row>
18151 <row>
18152 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18153 \begin_inset Text
18154
18155 \begin_layout Plain Layout
18156
18157 \series bold
18158 Feliciello
18159 \end_layout
18160
18161 \end_inset
18162 </cell>
18163 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18164 \begin_inset Text
18165
18166 \begin_layout Plain Layout
18167 Domenico
18168 \end_layout
18169
18170 \end_inset
18171 </cell>
18172 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18173 \begin_inset Text
18174
18175 \begin_layout Plain Layout
18176 555
18177 \end_layout
18178
18179 \end_inset
18180 </cell>
18181 </row>
18182 <row>
18183 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18184 \begin_inset Text
18185
18186 \begin_layout Plain Layout
18187
18188 \series bold
18189 Focarelli
18190 \end_layout
18191
18192 \end_inset
18193 </cell>
18194 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18195 \begin_inset Text
18196
18197 \begin_layout Plain Layout
18198 Paola
18199 \end_layout
18200
18201 \end_inset
18202 </cell>
18203 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18204 \begin_inset Text
18205
18206 \begin_layout Plain Layout
18207 555
18208 \end_layout
18209
18210 \end_inset
18211 </cell>
18212 </row>
18213 <row>
18214 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18215 \begin_inset Text
18216
18217 \begin_layout Plain Layout
18218
18219 \series bold
18220 Galletti
18221 \end_layout
18222
18223 \end_inset
18224 </cell>
18225 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18226 \begin_inset Text
18227
18228 \begin_layout Plain Layout
18229 Oreste
18230 \end_layout
18231
18232 \end_inset
18233 </cell>
18234 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18235 \begin_inset Text
18236
18237 \begin_layout Plain Layout
18238 555
18239 \end_layout
18240
18241 \end_inset
18242 </cell>
18243 </row>
18244 <row>
18245 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18246 \begin_inset Text
18247
18248 \begin_layout Plain Layout
18249
18250 \series bold
18251 Gasparini
18252 \end_layout
18253
18254 \end_inset
18255 </cell>
18256 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18257 \begin_inset Text
18258
18259 \begin_layout Plain Layout
18260 Franca
18261 \end_layout
18262
18263 \end_inset
18264 </cell>
18265 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18266 \begin_inset Text
18267
18268 \begin_layout Plain Layout
18269 555
18270 \end_layout
18271
18272 \end_inset
18273 </cell>
18274 </row>
18275 <row>
18276 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18277 \begin_inset Text
18278
18279 \begin_layout Plain Layout
18280
18281 \series bold
18282 Rizzardi
18283 \end_layout
18284
18285 \end_inset
18286 </cell>
18287 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18288 \begin_inset Text
18289
18290 \begin_layout Plain Layout
18291 Paola
18292 \end_layout
18293
18294 \end_inset
18295 </cell>
18296 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18297 \begin_inset Text
18298
18299 \begin_layout Plain Layout
18300 555
18301 \end_layout
18302
18303 \end_inset
18304 </cell>
18305 </row>
18306 <row>
18307 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18308 \begin_inset Text
18309
18310 \begin_layout Plain Layout
18311
18312 \series bold
18313 Lassini
18314 \end_layout
18315
18316 \end_inset
18317 </cell>
18318 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18319 \begin_inset Text
18320
18321 \begin_layout Plain Layout
18322 Giancarlo
18323 \end_layout
18324
18325 \end_inset
18326 </cell>
18327 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18328 \begin_inset Text
18329
18330 \begin_layout Plain Layout
18331 555
18332 \end_layout
18333
18334 \end_inset
18335 </cell>
18336 </row>
18337 <row>
18338 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18339 \begin_inset Text
18340
18341 \begin_layout Plain Layout
18342
18343 \series bold
18344 Malfatti
18345 \end_layout
18346
18347 \end_inset
18348 </cell>
18349 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18350 \begin_inset Text
18351
18352 \begin_layout Plain Layout
18353 Luciano
18354 \end_layout
18355
18356 \end_inset
18357 </cell>
18358 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18359 \begin_inset Text
18360
18361 \begin_layout Plain Layout
18362 555
18363 \end_layout
18364
18365 \end_inset
18366 </cell>
18367 </row>
18368 <row>
18369 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18370 \begin_inset Text
18371
18372 \begin_layout Plain Layout
18373
18374 \series bold
18375 Malfatti
18376 \end_layout
18377
18378 \end_inset
18379 </cell>
18380 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18381 \begin_inset Text
18382
18383 \begin_layout Plain Layout
18384 Valeriano
18385 \end_layout
18386
18387 \end_inset
18388 </cell>
18389 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18390 \begin_inset Text
18391
18392 \begin_layout Plain Layout
18393 555
18394 \end_layout
18395
18396 \end_inset
18397 </cell>
18398 </row>
18399 <row>
18400 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18401 \begin_inset Text
18402
18403 \begin_layout Plain Layout
18404
18405 \series bold
18406 Meneguzzo
18407 \end_layout
18408
18409 \end_inset
18410 </cell>
18411 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18412 \begin_inset Text
18413
18414 \begin_layout Plain Layout
18415 Roberto
18416 \end_layout
18417
18418 \end_inset
18419 </cell>
18420 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18421 \begin_inset Text
18422
18423 \begin_layout Plain Layout
18424 555
18425 \end_layout
18426
18427 \end_inset
18428 </cell>
18429 </row>
18430 <row>
18431 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18432 \begin_inset Text
18433
18434 \begin_layout Plain Layout
18435
18436 \series bold
18437 Mezzadra
18438 \end_layout
18439
18440 \end_inset
18441 </cell>
18442 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18443 \begin_inset Text
18444
18445 \begin_layout Plain Layout
18446 Roberto
18447 \end_layout
18448
18449 \end_inset
18450 </cell>
18451 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18452 \begin_inset Text
18453
18454 \begin_layout Plain Layout
18455 555
18456 \end_layout
18457
18458 \end_inset
18459 </cell>
18460 </row>
18461 <row>
18462 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18463 \begin_inset Text
18464
18465 \begin_layout Plain Layout
18466
18467 \series bold
18468 Pirpamer
18469 \end_layout
18470
18471 \end_inset
18472 </cell>
18473 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18474 \begin_inset Text
18475
18476 \begin_layout Plain Layout
18477 Erich
18478 \end_layout
18479
18480 \end_inset
18481 </cell>
18482 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18483 \begin_inset Text
18484
18485 \begin_layout Plain Layout
18486 555
18487 \end_layout
18488
18489 \end_inset
18490 </cell>
18491 </row>
18492 <row>
18493 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18494 \begin_inset Text
18495
18496 \begin_layout Plain Layout
18497
18498 \series bold
18499 Pochiesa
18500 \end_layout
18501
18502 \end_inset
18503 </cell>
18504 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18505 \begin_inset Text
18506
18507 \begin_layout Plain Layout
18508 Paolo
18509 \end_layout
18510
18511 \end_inset
18512 </cell>
18513 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18514 \begin_inset Text
18515
18516 \begin_layout Plain Layout
18517 555, 222
18518 \end_layout
18519
18520 \end_inset
18521 </cell>
18522 </row>
18523 <row>
18524 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18525 \begin_inset Text
18526
18527 \begin_layout Plain Layout
18528
18529 \series bold
18530 Radina
18531 \end_layout
18532
18533 \end_inset
18534 </cell>
18535 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18536 \begin_inset Text
18537
18538 \begin_layout Plain Layout
18539 Claudio
18540 \end_layout
18541
18542 \end_inset
18543 </cell>
18544 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18545 \begin_inset Text
18546
18547 \begin_layout Plain Layout
18548 555
18549 \end_layout
18550
18551 \end_inset
18552 </cell>
18553 </row>
18554 <row>
18555 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18556 \begin_inset Text
18557
18558 \begin_layout Plain Layout
18559
18560 \series bold
18561 Stuffer
18562 \end_layout
18563
18564 \end_inset
18565 </cell>
18566 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18567 \begin_inset Text
18568
18569 \begin_layout Plain Layout
18570 Oskar
18571 \end_layout
18572
18573 \end_inset
18574 </cell>
18575 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18576 \begin_inset Text
18577
18578 \begin_layout Plain Layout
18579 555
18580 \end_layout
18581
18582 \end_inset
18583 </cell>
18584 </row>
18585 <row>
18586 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18587 \begin_inset Text
18588
18589 \begin_layout Plain Layout
18590
18591 \series bold
18592 Tacchelli
18593 \end_layout
18594
18595 \end_inset
18596 </cell>
18597 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18598 \begin_inset Text
18599
18600 \begin_layout Plain Layout
18601 Ugo
18602 \end_layout
18603
18604 \end_inset
18605 </cell>
18606 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18607 \begin_inset Text
18608
18609 \begin_layout Plain Layout
18610 555
18611 \end_layout
18612
18613 \end_inset
18614 </cell>
18615 </row>
18616 <row>
18617 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18618 \begin_inset Text
18619
18620 \begin_layout Plain Layout
18621
18622 \series bold
18623 Tezzele
18624 \end_layout
18625
18626 \end_inset
18627 </cell>
18628 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18629 \begin_inset Text
18630
18631 \begin_layout Plain Layout
18632 Margit
18633 \end_layout
18634
18635 \end_inset
18636 </cell>
18637 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18638 \begin_inset Text
18639
18640 \begin_layout Plain Layout
18641 555
18642 \end_layout
18643
18644 \end_inset
18645 </cell>
18646 </row>
18647 <row>
18648 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18649 \begin_inset Text
18650
18651 \begin_layout Plain Layout
18652
18653 \series bold
18654 Unterkalmsteiner
18655 \end_layout
18656
18657 \end_inset
18658 </cell>
18659 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18660 \begin_inset Text
18661
18662 \begin_layout Plain Layout
18663 Frieda
18664 \end_layout
18665
18666 \end_inset
18667 </cell>
18668 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18669 \begin_inset Text
18670
18671 \begin_layout Plain Layout
18672 555
18673 \end_layout
18674
18675 \end_inset
18676 </cell>
18677 </row>
18678 <row>
18679 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18680 \begin_inset Text
18681
18682 \begin_layout Plain Layout
18683
18684 \series bold
18685 Vieider
18686 \end_layout
18687
18688 \end_inset
18689 </cell>
18690 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18691 \begin_inset Text
18692
18693 \begin_layout Plain Layout
18694 Hilde
18695 \end_layout
18696
18697 \end_inset
18698 </cell>
18699 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18700 \begin_inset Text
18701
18702 \begin_layout Plain Layout
18703 555
18704 \end_layout
18705
18706 \end_inset
18707 </cell>
18708 </row>
18709 <row>
18710 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18711 \begin_inset Text
18712
18713 \begin_layout Plain Layout
18714
18715 \series bold
18716 Vigna
18717 \end_layout
18718
18719 \end_inset
18720 </cell>
18721 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18722 \begin_inset Text
18723
18724 \begin_layout Plain Layout
18725 Jürgen
18726 \end_layout
18727
18728 \end_inset
18729 </cell>
18730 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18731 \begin_inset Text
18732
18733 \begin_layout Plain Layout
18734 999
18735 \end_layout
18736
18737 \end_inset
18738 </cell>
18739 </row>
18740 <row>
18741 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18742 \begin_inset Text
18743
18744 \begin_layout Plain Layout
18745
18746 \series bold
18747 Weber
18748 \end_layout
18749
18750 \end_inset
18751 </cell>
18752 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18753 \begin_inset Text
18754
18755 \begin_layout Plain Layout
18756 Maurizio
18757 \end_layout
18758
18759 \end_inset
18760 </cell>
18761 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18762 \begin_inset Text
18763
18764 \begin_layout Plain Layout
18765 555
18766 \end_layout
18767
18768 \end_inset
18769 </cell>
18770 </row>
18771 <row>
18772 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18773 \begin_inset Text
18774
18775 \begin_layout Plain Layout
18776
18777 \series bold
18778 Winkler
18779 \end_layout
18780
18781 \end_inset
18782 </cell>
18783 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18784 \begin_inset Text
18785
18786 \begin_layout Plain Layout
18787 Franz
18788 \end_layout
18789
18790 \end_inset
18791 </cell>
18792 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18793 \begin_inset Text
18794
18795 \begin_layout Plain Layout
18796 555
18797 \end_layout
18798
18799 \end_inset
18800 </cell>
18801 </row>
18802 <row endlastfoot="true">
18803 <cell multicolumn="1" alignment="block" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18804 \begin_inset Text
18805
18806 \begin_layout Plain Layout
18807
18808 \series bold
18809 End
18810 \end_layout
18811
18812 \end_inset
18813 </cell>
18814 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
18815 \begin_inset Text
18816
18817 \begin_layout Plain Layout
18818
18819 \end_layout
18820
18821 \end_inset
18822 </cell>
18823 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18824 \begin_inset Text
18825
18826 \begin_layout Plain Layout
18827
18828 \end_layout
18829
18830 \end_inset
18831 </cell>
18832 </row>
18833 </lyxtabular>
18834
18835 \end_inset
18836
18837
18838 \end_layout
18839
18840 \begin_layout Subsection
18841 Table Cells
18842 \begin_inset Index idx
18843 status collapsed
18844
18845 \begin_layout Plain Layout
18846 Tables ! Cells
18847 \end_layout
18848
18849 \end_inset
18850
18851
18852 \begin_inset CommandInset label
18853 LatexCommand label
18854 name "sub:Table-Cells"
18855
18856 \end_inset
18857
18858
18859 \end_layout
18860
18861 \begin_layout Standard
18862 A table cell can contain text, inline equations, a figure, or another table.
18863  All these kinds of objects can be placed in the same cell.
18864  Font sizes and shapes can also be altered.
18865  But you can't put a special environment in a cell (like 
18866 \family sans
18867 Section*
18868 \family default
18869 , etc.), nor set spacing options etc.
18870  for the cell's paragraph.
18871 \end_layout
18872
18873 \begin_layout Standard
18874 To have multi-line entries in table cells, you have to declare a fixed width
18875  for the column in the table dialog.
18876  Your text is then automatically split into multiple lines and the cell
18877  is enlarged vertically when the length of the text exceeds the given width.
18878  An example:
18879 \end_layout
18880
18881 \begin_layout Standard
18882 \align center
18883 \begin_inset Tabular
18884 <lyxtabular version="3" rows="4" columns="3">
18885 <features tabularvalignment="middle">
18886 <column alignment="center" valignment="top" width="0pt">
18887 <column alignment="block" valignment="top" width="3cm">
18888 <column alignment="center" valignment="top" width="0pt">
18889 <row>
18890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18891 \begin_inset Text
18892
18893 \begin_layout Plain Layout
18894
18895 \family roman
18896 \series medium
18897 \shape up
18898 \size normal
18899 \emph off
18900 \bar no
18901 \noun off
18902 \color none
18903 1
18904 \end_layout
18905
18906 \end_inset
18907 </cell>
18908 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18909 \begin_inset Text
18910
18911 \begin_layout Plain Layout
18912
18913 \family roman
18914 \series medium
18915 \shape up
18916 \size normal
18917 \emph off
18918 \bar no
18919 \noun off
18920 \color none
18921 2
18922 \end_layout
18923
18924 \end_inset
18925 </cell>
18926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18927 \begin_inset Text
18928
18929 \begin_layout Plain Layout
18930
18931 \family roman
18932 \series medium
18933 \shape up
18934 \size normal
18935 \emph off
18936 \bar no
18937 \noun off
18938 \color none
18939 3
18940 \end_layout
18941
18942 \end_inset
18943 </cell>
18944 </row>
18945 <row>
18946 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18947 \begin_inset Text
18948
18949 \begin_layout Plain Layout
18950
18951 \family roman
18952 \series medium
18953 \shape up
18954 \size normal
18955 \emph off
18956 \bar no
18957 \noun off
18958 \color none
18959 4
18960 \end_layout
18961
18962 \end_inset
18963 </cell>
18964 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18965 \begin_inset Text
18966
18967 \begin_layout Plain Layout
18968
18969 \family roman
18970 \series medium
18971 \shape up
18972 \size normal
18973 \emph off
18974 \bar no
18975 \noun off
18976 \color none
18977 This is a multiline entry in a table.
18978 \end_layout
18979
18980 \end_inset
18981 </cell>
18982 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18983 \begin_inset Text
18984
18985 \begin_layout Plain Layout
18986
18987 \family roman
18988 \series medium
18989 \shape up
18990 \size normal
18991 \emph off
18992 \bar no
18993 \noun off
18994 \color none
18995 5
18996 \end_layout
18997
18998 \end_inset
18999 </cell>
19000 </row>
19001 <row>
19002 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19003 \begin_inset Text
19004
19005 \begin_layout Plain Layout
19006
19007 \family roman
19008 \series medium
19009 \shape up
19010 \size normal
19011 \emph off
19012 \bar no
19013 \noun off
19014 \color none
19015 6
19016 \end_layout
19017
19018 \end_inset
19019 </cell>
19020 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19021 \begin_inset Text
19022
19023 \begin_layout Plain Layout
19024
19025 \family roman
19026 \series medium
19027 \shape up
19028 \size normal
19029 \emph off
19030 \bar no
19031 \noun off
19032 \color none
19033 This is longer now.
19034 \end_layout
19035
19036 \end_inset
19037 </cell>
19038 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19039 \begin_inset Text
19040
19041 \begin_layout Plain Layout
19042
19043 \family roman
19044 \series medium
19045 \shape up
19046 \size normal
19047 \emph off
19048 \bar no
19049 \noun off
19050 \color none
19051 7
19052 \end_layout
19053
19054 \end_inset
19055 </cell>
19056 </row>
19057 <row>
19058 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19059 \begin_inset Text
19060
19061 \begin_layout Plain Layout
19062
19063 \family roman
19064 \series medium
19065 \shape up
19066 \size normal
19067 \emph off
19068 \bar no
19069 \noun off
19070 \color none
19071 8
19072 \end_layout
19073
19074 \end_inset
19075 </cell>
19076 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19077 \begin_inset Text
19078
19079 \begin_layout Plain Layout
19080
19081 \family roman
19082 \series medium
19083 \shape up
19084 \size normal
19085 \emph off
19086 \bar no
19087 \noun off
19088 \color none
19089 This is a multiline entry in a table.
19090  This is longer now.
19091 \end_layout
19092
19093 \end_inset
19094 </cell>
19095 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19096 \begin_inset Text
19097
19098 \begin_layout Plain Layout
19099
19100 \family roman
19101 \series medium
19102 \shape up
19103 \size normal
19104 \emph off
19105 \bar no
19106 \noun off
19107 \color none
19108 9
19109 \end_layout
19110
19111 \end_inset
19112 </cell>
19113 </row>
19114 </lyxtabular>
19115
19116 \end_inset
19117
19118
19119 \end_layout
19120
19121 \begin_layout Standard
19122 Cutting and pasting between tables and table cells works reasonably well.
19123  You can cut and paste even more than one row.
19124 \begin_inset Foot
19125 status open
19126
19127 \begin_layout Plain Layout
19128 Note, that you cannot paste into a multicell selection because it would
19129  not be clear what to do when pasting a single word in a selected 2×3.
19130  
19131 \end_layout
19132
19133 \end_inset
19134
19135  Selection with the mouse or with 
19136 \family sans
19137 Shift
19138 \family default
19139  plus the arrow keys works as usual.
19140  You can also copy and paste the entire table as a single unit by starting
19141  the selection from outside the table.
19142 \end_layout
19143
19144 \begin_layout Section
19145 Floats
19146 \begin_inset Index idx
19147 status collapsed
19148
19149 \begin_layout Plain Layout
19150 Floats
19151 \end_layout
19152
19153 \end_inset
19154
19155
19156 \begin_inset CommandInset label
19157 LatexCommand label
19158 name "sec:Floats"
19159
19160 \end_inset
19161
19162
19163 \end_layout
19164
19165 \begin_layout Standard
19166 A float is a block of text associated with some sort of label, which doesn't
19167  have a fixed location.
19168  It can 
19169 \begin_inset Quotes eld
19170 \end_inset
19171
19172 float
19173 \begin_inset Quotes erd
19174 \end_inset
19175
19176  forward or backward a page or two, to wherever it fits best.
19177  
19178 \family sans
19179 Footnotes
19180 \family default
19181  and 
19182 \family sans
19183 Margin
19184 \begin_inset space ~
19185 \end_inset
19186
19187 Notes
19188 \family default
19189  are also floats, because they can float to the next page when there are
19190  too many notes on the page.
19191 \end_layout
19192
19193 \begin_layout Standard
19194 Floats make it possible to get a high quality layout.
19195  Images and tables can be spread evenly over the pages to avoid whitespace
19196  and pages without text.
19197  As the floating often destroys the context between the text and the image/table
19198 , every float can be referenced in the text.
19199  Floats are therefore numbered.
19200  Referencing is described in section
19201 \begin_inset space ~
19202 \end_inset
19203
19204
19205 \begin_inset CommandInset ref
19206 LatexCommand ref
19207 reference "sec:Cross-References"
19208
19209 \end_inset
19210
19211 .
19212 \end_layout
19213
19214 \begin_layout Standard
19215 To insert a float, use the menu 
19216 \family sans
19217 Insert\SpecialChar \menuseparator
19218 Floats
19219 \family default
19220 .
19221  A box with a caption that has e.
19222 \begin_inset space \thinspace{}
19223 \end_inset
19224
19225 g.
19226 \begin_inset space \space{}
19227 \end_inset
19228
19229 the label 
19230 \begin_inset Quotes eld
19231 \end_inset
19232
19233 Figure
19234 \begin_inset space ~
19235 \end_inset
19236
19237 #:
19238 \begin_inset Quotes erd
19239 \end_inset
19240
19241  (# is the actual number) will be inserted into your document.
19242  The label will automatically be translated to the document language in
19243  the output.
19244  After the label you can insert the caption text.
19245 \begin_inset Index idx
19246 status collapsed
19247
19248 \begin_layout Plain Layout
19249 Floats ! Captions
19250 \end_layout
19251
19252 \end_inset
19253
19254  The image or table is inserted above or below the caption in a separate
19255  paragraph within the float.
19256  To keep your LyX-document readable, you can open and close the float box
19257  by left-clicking on the box label.
19258  A closed float box looks like this: 
19259 \begin_inset Graphics
19260         filename clipart/floatQt4.png
19261         scale 80
19262
19263 \end_inset
19264
19265  – a gray button with a red label.
19266 \end_layout
19267
19268 \begin_layout Standard
19269 It is recommended to insert floats as a separate paragraph to avoid possible
19270  LaTeX-errors that can occur when the surrounding text is specially formatted.
19271 \end_layout
19272
19273 \begin_layout Subsection
19274 Float Types
19275 \end_layout
19276
19277 \begin_layout Subsubsection
19278 Figure Floats
19279 \begin_inset Index idx
19280 status collapsed
19281
19282 \begin_layout Plain Layout
19283 Floats ! Figure floats
19284 \end_layout
19285
19286 \end_inset
19287
19288
19289 \begin_inset CommandInset label
19290 LatexCommand label
19291 name "sec:Figure-Floats"
19292
19293 \end_inset
19294
19295
19296 \end_layout
19297
19298 \begin_layout Standard
19299 The menu 
19300 \family sans
19301 Insert\SpecialChar \menuseparator
19302 Float\SpecialChar \menuseparator
19303 Figure
19304 \family default
19305  inserts a float with the label 
19306 \begin_inset Quotes eld
19307 \end_inset
19308
19309
19310 \series bold
19311 Figure
19312 \begin_inset space ~
19313 \end_inset
19314
19315 #:
19316 \series default
19317
19318 \begin_inset Quotes erd
19319 \end_inset
19320
19321 .
19322  Set the cursor above this label (or before it and press enter) and insert
19323  the image as described above to get the caption printed below the image.
19324  This is what we did for Figure
19325 \begin_inset space ~
19326 \end_inset
19327
19328
19329 \begin_inset CommandInset ref
19330 LatexCommand ref
19331 reference "cap:Platypus"
19332
19333 \end_inset
19334
19335 .
19336  If you want the caption to be above the image, set the cursor at the end
19337  of the caption, press enter and insert the image.
19338  This was done in Figure
19339 \begin_inset space ~
19340 \end_inset
19341
19342
19343 \begin_inset CommandInset ref
19344 LatexCommand ref
19345 reference "cap:Escher"
19346
19347 \end_inset
19348
19349 .
19350 \end_layout
19351
19352 \begin_layout Standard
19353 \begin_inset Float figure
19354 wide false
19355 sideways false
19356 status open
19357
19358 \begin_layout Plain Layout
19359 \align center
19360 \begin_inset Graphics
19361         filename clipart/platypus.eps
19362         width 50col%
19363         rotateOrigin center
19364
19365 \end_inset
19366
19367
19368 \end_layout
19369
19370 \begin_layout Plain Layout
19371 \begin_inset Caption
19372
19373 \begin_layout Plain Layout
19374 \begin_inset CommandInset label
19375 LatexCommand label
19376 name "cap:Platypus"
19377
19378 \end_inset
19379
19380 A severely distorted platypus in a float.
19381 \end_layout
19382
19383 \end_inset
19384
19385
19386 \end_layout
19387
19388 \end_inset
19389
19390
19391 \end_layout
19392
19393 \begin_layout Standard
19394 \begin_inset Float figure
19395 wide false
19396 sideways false
19397 status open
19398
19399 \begin_layout Plain Layout
19400 \begin_inset Caption
19401
19402 \begin_layout Plain Layout
19403 \begin_inset CommandInset label
19404 LatexCommand label
19405 name "cap:Escher"
19406
19407 \end_inset
19408
19409 M.C.
19410  Escher on acid.
19411 \end_layout
19412
19413 \end_inset
19414
19415
19416 \end_layout
19417
19418 \begin_layout Plain Layout
19419 \align center
19420 \begin_inset Graphics
19421         filename clipart/escher-lsd.eps
19422         scale 80
19423         rotateOrigin center
19424
19425 \end_inset
19426
19427
19428 \end_layout
19429
19430 \end_inset
19431
19432
19433 \end_layout
19434
19435 \begin_layout Standard
19436 This figure float also shows how to set a label and create a cross-reference
19437  to it.
19438  As described in section
19439 \begin_inset space ~
19440 \end_inset
19441
19442
19443 \begin_inset CommandInset ref
19444 LatexCommand ref
19445 reference "sec:Cross-References"
19446
19447 \end_inset
19448
19449 , you can simply insert a label in the caption using the menu 
19450 \family sans
19451 Insert\SpecialChar \menuseparator
19452 Label
19453 \family default
19454  and refer to it using the menu 
19455 \family sans
19456 Insert\SpecialChar \menuseparator
19457 Cross-Reference
19458 \family default
19459 .
19460  It is important to use references to figure floats, rather than using vague
19461  references like 
19462 \begin_inset Quotes eld
19463 \end_inset
19464
19465 the figure above
19466 \begin_inset Quotes erd
19467 \end_inset
19468
19469 , because as LaTeX will reposition the floats in the final document; it
19470  might not be 
19471 \begin_inset Quotes eld
19472 \end_inset
19473
19474 above
19475 \begin_inset Quotes erd
19476 \end_inset
19477
19478  at all.
19479 \end_layout
19480
19481 \begin_layout Standard
19482 Normally only one image is inserted in a figure float, but sometimes you
19483  might want to use two images with separate subcaptions.
19484  This can be done by inserting image floats into existing image floats.
19485  Note that only the main caption of the float is added to the List of Figures.
19486  Figure
19487 \begin_inset space ~
19488 \end_inset
19489
19490
19491 \begin_inset CommandInset ref
19492 LatexCommand ref
19493 reference "cap:Two-distorted-images"
19494
19495 \end_inset
19496
19497  is an example of a figure float with two images set side by side.
19498  You can also set the images one below the other.
19499  Figure
19500 \begin_inset space ~
19501 \end_inset
19502
19503
19504 \begin_inset CommandInset ref
19505 LatexCommand ref
19506 reference "fig:Undefinable"
19507
19508 \end_inset
19509
19510  and 
19511 \begin_inset CommandInset ref
19512 LatexCommand ref
19513 reference "fig:Platypus"
19514
19515 \end_inset
19516
19517  are the subfigures.
19518 \end_layout
19519
19520 \begin_layout Standard
19521 \begin_inset Float figure
19522 wide false
19523 sideways false
19524 status open
19525
19526 \begin_layout Plain Layout
19527 \begin_inset space \hfill{}
19528 \end_inset
19529
19530
19531 \begin_inset Float figure
19532 wide false
19533 sideways false
19534 status open
19535
19536 \begin_layout Plain Layout
19537 \begin_inset Caption
19538
19539 \begin_layout Plain Layout
19540 \begin_inset CommandInset label
19541 LatexCommand label
19542 name "fig:Undefinable"
19543
19544 \end_inset
19545
19546 Undefinable
19547 \end_layout
19548
19549 \end_inset
19550
19551
19552 \end_layout
19553
19554 \begin_layout Plain Layout
19555 \begin_inset Graphics
19556         filename clipart/escher-lsd.eps
19557         width 45col%
19558
19559 \end_inset
19560
19561
19562 \end_layout
19563
19564 \end_inset
19565
19566
19567 \begin_inset space \hfill{}
19568 \end_inset
19569
19570
19571 \begin_inset Float figure
19572 wide false
19573 sideways false
19574 status open
19575
19576 \begin_layout Plain Layout
19577 \begin_inset Caption
19578
19579 \begin_layout Plain Layout
19580 \begin_inset CommandInset label
19581 LatexCommand label
19582 name "fig:Platypus"
19583
19584 \end_inset
19585
19586 Platypus
19587 \end_layout
19588
19589 \end_inset
19590
19591
19592 \end_layout
19593
19594 \begin_layout Plain Layout
19595 \begin_inset Graphics
19596         filename clipart/platypus.eps
19597         lyxscale 60
19598         width 45col%
19599
19600 \end_inset
19601
19602
19603 \end_layout
19604
19605 \end_inset
19606
19607
19608 \begin_inset space \hfill{}
19609 \end_inset
19610
19611
19612 \end_layout
19613
19614 \begin_layout Plain Layout
19615 \begin_inset Caption
19616
19617 \begin_layout Plain Layout
19618 \begin_inset CommandInset label
19619 LatexCommand label
19620 name "cap:Two-distorted-images"
19621
19622 \end_inset
19623
19624 Two distorted images.
19625 \end_layout
19626
19627 \end_inset
19628
19629
19630 \end_layout
19631
19632 \end_inset
19633
19634
19635 \end_layout
19636
19637 \begin_layout Standard
19638 Note that the caption is added to the 
19639 \family sans
19640 List
19641 \begin_inset space ~
19642 \end_inset
19643
19644 of
19645 \begin_inset space ~
19646 \end_inset
19647
19648 Figures
19649 \family default
19650  as described in section
19651 \begin_inset space ~
19652 \end_inset
19653
19654
19655 \begin_inset CommandInset ref
19656 LatexCommand ref
19657 reference "sub:List-of-Figures"
19658
19659 \end_inset
19660
19661 .
19662 \end_layout
19663
19664 \begin_layout Subsubsection
19665 Table Floats
19666 \begin_inset Index idx
19667 status collapsed
19668
19669 \begin_layout Plain Layout
19670 Floats ! Table floats
19671 \end_layout
19672
19673 \end_inset
19674
19675
19676 \end_layout
19677
19678 \begin_layout Standard
19679 Table floats can be inserted using the menu 
19680 \family sans
19681 Insert\SpecialChar \menuseparator
19682 Float\SpecialChar \menuseparator
19683 Table
19684 \family default
19685 .
19686  They have the same properties as figure floats except for the different
19687  label.
19688  Table
19689 \begin_inset space ~
19690 \end_inset
19691
19692
19693 \begin_inset CommandInset ref
19694 LatexCommand ref
19695 reference "cap:Table-float"
19696
19697 \end_inset
19698
19699  is an example of a table float.
19700 \end_layout
19701
19702 \begin_layout Standard
19703 \begin_inset Float table
19704 wide false
19705 sideways false
19706 status open
19707
19708 \begin_layout Plain Layout
19709 \begin_inset Caption
19710
19711 \begin_layout Plain Layout
19712 \begin_inset CommandInset label
19713 LatexCommand label
19714 name "cap:Table-float"
19715
19716 \end_inset
19717
19718 A table float.
19719 \end_layout
19720
19721 \end_inset
19722
19723
19724 \end_layout
19725
19726 \begin_layout Plain Layout
19727 \align center
19728 \begin_inset Tabular
19729 <lyxtabular version="3" rows="3" columns="3">
19730 <features tabularvalignment="middle">
19731 <column alignment="center" valignment="top" width="0pt">
19732 <column alignment="center" valignment="top" width="0pt">
19733 <column alignment="center" valignment="top" width="0pt">
19734 <row>
19735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19736 \begin_inset Text
19737
19738 \begin_layout Plain Layout
19739
19740 \family roman
19741 \series medium
19742 \shape up
19743 \size normal
19744 \emph off
19745 \bar no
19746 \noun off
19747 \color none
19748 1
19749 \end_layout
19750
19751 \end_inset
19752 </cell>
19753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19754 \begin_inset Text
19755
19756 \begin_layout Plain Layout
19757
19758 \family roman
19759 \series medium
19760 \shape up
19761 \size normal
19762 \emph off
19763 \bar no
19764 \noun off
19765 \color none
19766 2
19767 \end_layout
19768
19769 \end_inset
19770 </cell>
19771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19772 \begin_inset Text
19773
19774 \begin_layout Plain Layout
19775
19776 \family roman
19777 \series medium
19778 \shape up
19779 \size normal
19780 \emph off
19781 \bar no
19782 \noun off
19783 \color none
19784 3
19785 \end_layout
19786
19787 \end_inset
19788 </cell>
19789 </row>
19790 <row>
19791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19792 \begin_inset Text
19793
19794 \begin_layout Plain Layout
19795
19796 \family roman
19797 \series medium
19798 \shape up
19799 \size normal
19800 \emph off
19801 \bar no
19802 \noun off
19803 \color none
19804 Joe
19805 \end_layout
19806
19807 \end_inset
19808 </cell>
19809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19810 \begin_inset Text
19811
19812 \begin_layout Plain Layout
19813
19814 \family roman
19815 \series medium
19816 \shape up
19817 \size normal
19818 \emph off
19819 \bar no
19820 \noun off
19821 \color none
19822 Mary
19823 \end_layout
19824
19825 \end_inset
19826 </cell>
19827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19828 \begin_inset Text
19829
19830 \begin_layout Plain Layout
19831
19832 \family roman
19833 \series medium
19834 \shape up
19835 \size normal
19836 \emph off
19837 \bar no
19838 \noun off
19839 \color none
19840 Ted
19841 \end_layout
19842
19843 \end_inset
19844 </cell>
19845 </row>
19846 <row>
19847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19848 \begin_inset Text
19849
19850 \begin_layout Plain Layout
19851
19852 \family roman
19853 \series medium
19854 \shape up
19855 \size normal
19856 \emph off
19857 \bar no
19858 \noun off
19859 \color none
19860 \begin_inset Formula $\int x^{2}dx
19861 $
19862 \end_inset
19863
19864
19865 \end_layout
19866
19867 \end_inset
19868 </cell>
19869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19870 \begin_inset Text
19871
19872 \begin_layout Plain Layout
19873
19874 \family roman
19875 \series medium
19876 \shape up
19877 \size normal
19878 \emph off
19879 \bar no
19880 \noun off
19881 \color none
19882 \begin_inset Formula $\left[\begin{array}{cc}
19883 a & b\\
19884 c & d
19885 \end{array}\right]
19886 $
19887 \end_inset
19888
19889
19890 \end_layout
19891
19892 \end_inset
19893 </cell>
19894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19895 \begin_inset Text
19896
19897 \begin_layout Plain Layout
19898
19899 \family roman
19900 \series medium
19901 \shape up
19902 \size normal
19903 \emph off
19904 \bar no
19905 \noun off
19906 \color none
19907 \begin_inset Formula $1+1=2
19908 $
19909 \end_inset
19910
19911
19912 \end_layout
19913
19914 \end_inset
19915 </cell>
19916 </row>
19917 </lyxtabular>
19918
19919 \end_inset
19920
19921
19922 \end_layout
19923
19924 \end_inset
19925
19926
19927 \end_layout
19928
19929 \begin_layout Subsubsection
19930 Algorithm Floats
19931 \begin_inset Index idx
19932 status collapsed
19933
19934 \begin_layout Plain Layout
19935 Floats ! Algorithm floats
19936 \end_layout
19937
19938 \end_inset
19939
19940
19941 \end_layout
19942
19943 \begin_layout Standard
19944 This float type is inserted with the menu 
19945 \family sans
19946 Insert\SpecialChar \menuseparator
19947 Float\SpecialChar \menuseparator
19948 Algorithm
19949 \family default
19950 .
19951  It is used for program codes and descriptions of algorithms.
19952  A possible environment for algorithms is the 
19953 \family sans
19954 LyX-Code
19955 \family default
19956 , described in section
19957 \begin_inset space ~
19958 \end_inset
19959
19960
19961 \begin_inset CommandInset ref
19962 LatexCommand ref
19963 reference "sub:LyX-Code"
19964
19965 \end_inset
19966
19967 .
19968 \end_layout
19969
19970 \begin_layout Standard
19971 \begin_inset Note Greyedout
19972 status open
19973
19974 \begin_layout Plain Layout
19975
19976 \series bold
19977 Note:
19978 \series default
19979  that the float label is not automatically translated into the document
19980  language.
19981 \end_layout
19982
19983 \end_inset
19984
19985  You have to do this manually by adding the following line
19986 \end_layout
19987
19988 \begin_layout Standard
19989
19990 \series bold
19991
19992 \backslash
19993 floatname{algorithm}{your
19994 \begin_inset space ~
19995 \end_inset
19996
19997 name}
19998 \end_layout
19999
20000 \begin_layout Standard
20001 to the document preamble (menu 
20002 \family sans
20003 Document\SpecialChar \menuseparator
20004 Settings
20005 \family default
20006 ).
20007  
20008 \series bold
20009 your
20010 \begin_inset space ~
20011 \end_inset
20012
20013 name
20014 \series default
20015  is the word 
20016 \begin_inset Quotes eld
20017 \end_inset
20018
20019
20020 \emph on
20021 algorithm
20022 \emph default
20023
20024 \begin_inset Quotes erd
20025 \end_inset
20026
20027  in your language.
20028 \end_layout
20029
20030 \begin_layout Subsubsection
20031 Wrap Floats
20032 \begin_inset Index idx
20033 status collapsed
20034
20035 \begin_layout Plain Layout
20036 Floats ! Text Wrap Floats
20037 \end_layout
20038
20039 \end_inset
20040
20041
20042 \end_layout
20043
20044 \begin_layout Standard
20045 \begin_inset Wrap figure
20046 lines 0
20047 placement l
20048 overhang 0in
20049 width "40col%"
20050 status open
20051
20052 \begin_layout Plain Layout
20053 \begin_inset Graphics
20054         filename clipart/mobius.eps
20055         width 40col%
20056         rotateOrigin center
20057
20058 \end_inset
20059
20060
20061 \end_layout
20062
20063 \begin_layout Plain Layout
20064 \begin_inset Caption
20065
20066 \begin_layout Plain Layout
20067 \begin_inset CommandInset label
20068 LatexCommand label
20069 name "cap:Wrapped-figure"
20070
20071 \end_inset
20072
20073 This is a wrapped figure.
20074 \begin_inset VSpace medskip
20075 \end_inset
20076
20077
20078 \end_layout
20079
20080 \end_inset
20081
20082
20083 \end_layout
20084
20085 \end_inset
20086
20087 This float type is used if you want to 
20088 \begin_inset Quotes eld
20089 \end_inset
20090
20091 wrap
20092 \begin_inset Quotes erd
20093 \end_inset
20094
20095  text around a figure so that it only occupies some fraction of the column
20096  width.
20097  It can be inserted using the menu 
20098 \family sans
20099 Insert\SpecialChar \menuseparator
20100 Float\SpecialChar \menuseparator
20101 Wrap
20102 \begin_inset space ~
20103 \end_inset
20104
20105 Float
20106 \family default
20107  if the LaTeX-package 
20108 \series bold
20109 wrapfig
20110 \series default
20111
20112 \begin_inset Index idx
20113 status collapsed
20114
20115 \begin_layout Plain Layout
20116 LaTeX-packages ! wrapfig
20117 \end_layout
20118
20119 \end_inset
20120
20121  is installed.
20122 \begin_inset Foot
20123 status collapsed
20124
20125 \begin_layout Plain Layout
20126 Installing a LaTeX-package is explained it in the 
20127 \emph on
20128 LaTeX
20129 \begin_inset space ~
20130 \end_inset
20131
20132 Configuration
20133 \emph default
20134  manual.
20135 \end_layout
20136
20137 \end_inset
20138
20139  The width and placement of the float is adjusted by right-clicking on the
20140  float box.
20141  Figure
20142 \begin_inset space ~
20143 \end_inset
20144
20145
20146 \begin_inset CommandInset ref
20147 LatexCommand ref
20148 reference "cap:Wrapped-figure"
20149
20150 \end_inset
20151
20152  is for example a figure wrap float with a width of 40
20153 \begin_inset space \thinspace{}
20154 \end_inset
20155
20156 col%.
20157 \begin_inset Foot
20158 status collapsed
20159
20160 \begin_layout Plain Layout
20161 Available units are explained in Appendix
20162 \begin_inset space ~
20163 \end_inset
20164
20165
20166 \begin_inset CommandInset ref
20167 LatexCommand ref
20168 reference "cha:Units-available-in"
20169
20170 \end_inset
20171
20172 .
20173 \end_layout
20174
20175 \end_inset
20176
20177  Some space was added under the caption to separate it better from the surroundi
20178 ng text.
20179 \end_layout
20180
20181 \begin_layout Standard
20182 \begin_inset Note Greyedout
20183 status open
20184
20185 \begin_layout Plain Layout
20186
20187 \series bold
20188 Note:
20189 \series default
20190  Wrap floats might be fragile! E.
20191 \begin_inset space \thinspace{}
20192 \end_inset
20193
20194 g.
20195 \begin_inset space \space{}
20196 \end_inset
20197
20198 having a figure too close to the bottom of the page can mess things up so
20199  that the float doesn't appear in the output or that it is placed over some
20200  other text.
20201 \end_layout
20202
20203 \end_inset
20204
20205  In general:
20206 \end_layout
20207
20208 \begin_layout Itemize
20209 Wrap floats should not be placed in paragraphs that run over a page break.
20210  That means that wrap floats should preferably be inserted in the exact
20211  place when the document is nearly ready and you are able to estimate where
20212  page breaks will appear.
20213 \end_layout
20214
20215 \begin_layout Itemize
20216 Wrap floats should either be placed in their own paragraph before the paragraph
20217  where they should wrap into, or within a paragraph.
20218 \end_layout
20219
20220 \begin_layout Itemize
20221 Wrap floats in consecutive paragraphs may cause trouble, so make sure that
20222  there is a text paragraph between them as separator.
20223 \end_layout
20224
20225 \begin_layout Itemize
20226 Wrap floats are not allowed in section headings or tables.
20227 \end_layout
20228
20229 \begin_layout Subsection
20230 Rotated Floats
20231 \begin_inset CommandInset label
20232 LatexCommand label
20233 name "sub:Rotated-Floats"
20234
20235 \end_inset
20236
20237
20238 \begin_inset Index idx
20239 status collapsed
20240
20241 \begin_layout Plain Layout
20242 Floats ! Rotating
20243 \end_layout
20244
20245 \end_inset
20246
20247
20248 \end_layout
20249
20250 \begin_layout Standard
20251 Especially for wide tables you might have floats rotated.
20252  To rotate a whole float including the caption, right-click on the float-box
20253  and use the option 
20254 \family sans
20255 Rotate
20256 \begin_inset space ~
20257 \end_inset
20258
20259 sideways
20260 \family default
20261 .
20262 \end_layout
20263
20264 \begin_layout Standard
20265 Rotated floats are always placed on their own pages (or columns, when you
20266  have a multi-column document).
20267  You can let them span several columns using the float settings option 
20268 \family sans
20269 Span
20270 \begin_inset space ~
20271 \end_inset
20272
20273 columns
20274 \family default
20275 .
20276  Floats are rotated so that you can read them from the outside margin.
20277  Forcing the rotation direction is explained in the 
20278 \emph on
20279 Embedded Objects
20280 \emph default
20281  manual.
20282 \end_layout
20283
20284 \begin_layout Standard
20285 Referencing rotated floats is the same like for normal floats; the caption
20286  format is also the same: Table
20287 \begin_inset space ~
20288 \end_inset
20289
20290
20291 \begin_inset CommandInset ref
20292 LatexCommand ref
20293 reference "cap:Rotated-table"
20294
20295 \end_inset
20296
20297  is an example of a rotated table float.
20298 \end_layout
20299
20300 \begin_layout Standard
20301 \begin_inset Note Greyedout
20302 status open
20303
20304 \begin_layout Plain Layout
20305
20306 \series bold
20307 Note:
20308 \series default
20309  Not all DVI-viewers are able to display rotated floats.
20310 \end_layout
20311
20312 \end_inset
20313
20314
20315 \end_layout
20316
20317 \begin_layout Standard
20318 \begin_inset Float table
20319 wide false
20320 sideways true
20321 status open
20322
20323 \begin_layout Plain Layout
20324 \begin_inset Caption
20325
20326 \begin_layout Plain Layout
20327 \begin_inset CommandInset label
20328 LatexCommand label
20329 name "cap:Rotated-table"
20330
20331 \end_inset
20332
20333  Rotated table
20334 \end_layout
20335
20336 \end_inset
20337
20338
20339 \end_layout
20340
20341 \begin_layout Plain Layout
20342 \align center
20343 \begin_inset Tabular
20344 <lyxtabular version="3" rows="1" columns="5">
20345 <features tabularvalignment="middle">
20346 <column alignment="center" valignment="top" width="0">
20347 <column alignment="center" valignment="top" width="0">
20348 <column alignment="center" valignment="top" width="0">
20349 <column alignment="center" valignment="top" width="0">
20350 <column alignment="center" valignment="top" width="0">
20351 <row>
20352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20353 \begin_inset Text
20354
20355 \begin_layout Plain Layout
20356 test
20357 \end_layout
20358
20359 \end_inset
20360 </cell>
20361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20362 \begin_inset Text
20363
20364 \begin_layout Plain Layout
20365 b
20366 \end_layout
20367
20368 \end_inset
20369 </cell>
20370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20371 \begin_inset Text
20372
20373 \begin_layout Plain Layout
20374 c
20375 \end_layout
20376
20377 \end_inset
20378 </cell>
20379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20380 \begin_inset Text
20381
20382 \begin_layout Plain Layout
20383 d
20384 \end_layout
20385
20386 \end_inset
20387 </cell>
20388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20389 \begin_inset Text
20390
20391 \begin_layout Plain Layout
20392 e
20393 \end_layout
20394
20395 \end_inset
20396 </cell>
20397 </row>
20398 </lyxtabular>
20399
20400 \end_inset
20401
20402
20403 \end_layout
20404
20405 \end_inset
20406
20407
20408 \end_layout
20409
20410 \begin_layout Subsection
20411 Float Placement
20412 \begin_inset CommandInset label
20413 LatexCommand label
20414 name "sub:Float-Placement"
20415
20416 \end_inset
20417
20418
20419 \begin_inset Index idx
20420 status collapsed
20421
20422 \begin_layout Plain Layout
20423 Floats ! Placement
20424 \end_layout
20425
20426 \end_inset
20427
20428
20429 \end_layout
20430
20431 \begin_layout Standard
20432 Right-clicking on a float-box opens a dialog where you can alter the placement
20433  options that LaTeX uses for positioning the float.
20434 \begin_inset Newline newline
20435 \end_inset
20436
20437 The option 
20438 \family sans
20439 Span
20440 \begin_inset space ~
20441 \end_inset
20442
20443 columns
20444 \family default
20445  is only useful for two-column documents: If you select it, the float will
20446  span both columns on the page instead of being confined to just one.
20447 \begin_inset Newline newline
20448 \end_inset
20449
20450 The option 
20451 \family sans
20452 Rotate
20453 \begin_inset space ~
20454 \end_inset
20455
20456 sideways
20457 \family default
20458  is used to rotate floats, see section
20459 \begin_inset space ~
20460 \end_inset
20461
20462
20463 \begin_inset CommandInset ref
20464 LatexCommand ref
20465 reference "sub:Rotated-Floats"
20466
20467 \end_inset
20468
20469 .
20470 \end_layout
20471
20472 \begin_layout Standard
20473 You can use one ore more of the following options in the float dialog to
20474  set the placement for a particular float when you uncheck the option 
20475 \family sans
20476 Use
20477 \begin_inset space ~
20478 \end_inset
20479
20480 default
20481 \begin_inset space ~
20482 \end_inset
20483
20484 placement
20485 \family default
20486 :
20487 \end_layout
20488
20489 \begin_layout Description
20490 Here
20491 \begin_inset space ~
20492 \end_inset
20493
20494 if
20495 \begin_inset space ~
20496 \end_inset
20497
20498 possible: try to place the float at the position where it is inserted
20499 \end_layout
20500
20501 \begin_layout Description
20502 Top
20503 \begin_inset space ~
20504 \end_inset
20505
20506 of
20507 \begin_inset space ~
20508 \end_inset
20509
20510 page: try to place the float at the top of the current page
20511 \end_layout
20512
20513 \begin_layout Description
20514 Bottom
20515 \begin_inset space ~
20516 \end_inset
20517
20518 of
20519 \begin_inset space ~
20520 \end_inset
20521
20522 page: try to place the float at the bottom of the current page
20523 \end_layout
20524
20525 \begin_layout Description
20526 Page
20527 \begin_inset space ~
20528 \end_inset
20529
20530 of
20531 \begin_inset space ~
20532 \end_inset
20533
20534 floats: try to place the float at an own page 
20535 \end_layout
20536
20537 \begin_layout Standard
20538 The order of the above option is 
20539 \emph on
20540 always
20541 \emph default
20542  used by LaTeX.
20543  That means, if you use the default placement, LaTeX will first try out
20544  
20545 \family sans
20546 Here
20547 \begin_inset space ~
20548 \end_inset
20549
20550 if
20551 \begin_inset space ~
20552 \end_inset
20553
20554 possible
20555 \family default
20556 , then 
20557 \family sans
20558 Top
20559 \begin_inset space ~
20560 \end_inset
20561
20562 of
20563 \begin_inset space ~
20564 \end_inset
20565
20566 page
20567 \family default
20568 , and then the others.
20569  If you don't use the default, LaTeX will try only the checked options but
20570  in the same order.
20571  If none of the 4 placements are possible the procedure is internally repeated
20572  but it is tried to put the float on the following page.
20573 \end_layout
20574
20575 \begin_layout Standard
20576 By default, each option has its own rules:
20577 \end_layout
20578
20579 \begin_layout Standard
20580
20581 \family sans
20582 Top
20583 \begin_inset space ~
20584 \end_inset
20585
20586 of
20587 \begin_inset space ~
20588 \end_inset
20589
20590 page
20591 \family default
20592  only floats occupying less than 70
20593 \begin_inset space \thinspace{}
20594 \end_inset
20595
20596 % of the page can be placed at the top of a page
20597 \end_layout
20598
20599 \begin_layout Standard
20600
20601 \family sans
20602 Bottom
20603 \begin_inset space ~
20604 \end_inset
20605
20606 of
20607 \begin_inset space ~
20608 \end_inset
20609
20610 page
20611 \family default
20612 : only floats occupying less than 30
20613 \begin_inset space \thinspace{}
20614 \end_inset
20615
20616 % of the page can be placed at the bottom of a page.
20617 \end_layout
20618
20619 \begin_layout Standard
20620
20621 \family sans
20622 Page
20623 \begin_inset space ~
20624 \end_inset
20625
20626 of
20627 \begin_inset space ~
20628 \end_inset
20629
20630 floats
20631 \family default
20632 : only if more than 50
20633 \begin_inset space \thinspace{}
20634 \end_inset
20635
20636 % of the page are occupied by floats, several floats can be set together
20637  on a page.
20638 \end_layout
20639
20640 \begin_layout Standard
20641 If you don't like these rules, you can ignore them by using the additional
20642  option 
20643 \family sans
20644 Ignore
20645 \begin_inset space ~
20646 \end_inset
20647
20648 LaTeX
20649 \begin_inset space ~
20650 \end_inset
20651
20652 rules
20653 \family default
20654 .
20655 \end_layout
20656
20657 \begin_layout Standard
20658 Sometimes you might need, under all circumstances, a float to be placed
20659  exactly at the position where it is inserted.
20660  For this case you can use the option 
20661 \family sans
20662 Here
20663 \begin_inset space ~
20664 \end_inset
20665
20666 definitely
20667 \family default
20668 .
20669  Use this option very rarely and only if the document is nearly ready to
20670  be printed.
20671  Because the float is then no longer able to 
20672 \begin_inset Quotes eld
20673 \end_inset
20674
20675 float
20676 \begin_inset Quotes erd
20677 \end_inset
20678
20679  when you change your document, this will often destroy the page layout.
20680 \end_layout
20681
20682 \begin_layout Standard
20683 There are no placement options for text wrap floats, because they are always
20684  surrounded by the text of a certain paragraph.
20685 \end_layout
20686
20687 \begin_layout Standard
20688 For more details about float placements, have a look at LaTeX books like
20689  
20690 \begin_inset CommandInset citation
20691 LatexCommand cite
20692 key "latexcompanion,latexguide,latexbook"
20693
20694 \end_inset
20695
20696 .
20697 \end_layout
20698
20699 \begin_layout Section
20700 Minipages
20701 \begin_inset Index idx
20702 status collapsed
20703
20704 \begin_layout Plain Layout
20705 Minipages
20706 \end_layout
20707
20708 \end_inset
20709
20710
20711 \begin_inset CommandInset label
20712 LatexCommand label
20713 name "sec:Minipages"
20714
20715 \end_inset
20716
20717
20718 \end_layout
20719
20720 \begin_layout Standard
20721 LaTeX provides a mechanism to produce essentially a page within a page,
20722  called minipage.
20723  Within a minipage, all the usual rules of indentation, line wrapping, etc.
20724 \begin_inset space ~
20725 \end_inset
20726
20727 apply.
20728  
20729 \end_layout
20730
20731 \begin_layout Standard
20732 Minipages in LyX have their own collapsible box inserted via the menu 
20733 \family sans
20734 Insert\SpecialChar \menuseparator
20735 Box
20736 \family default
20737 .
20738  Right-clicking on the box allows you to alter the width of the minipage
20739  and its alignment within the page.
20740 \end_layout
20741
20742 \begin_layout Standard
20743 \align center
20744 \begin_inset Box Frameless
20745 position "t"
20746 hor_pos "c"
20747 has_inner_box 1
20748 inner_pos "t"
20749 use_parbox 0
20750 width "30col%"
20751 special "none"
20752 height "1pt"
20753 height_special "totalheight"
20754 status open
20755
20756 \begin_layout Plain Layout
20757
20758 \shape italic
20759 This is a minipage.
20760  The text is set in an italic style.
20761 \end_layout
20762
20763 \begin_layout Plain Layout
20764
20765 \shape italic
20766 Minipages are often used for text in another language or text that needs
20767  another formatting.
20768 \end_layout
20769
20770 \end_inset
20771
20772
20773 \end_layout
20774
20775 \begin_layout Standard
20776 \begin_inset VSpace medskip
20777 \end_inset
20778
20779 If you place two minipages side-by-side, you can use 
20780 \family sans
20781 Horizontal Fills
20782 \family default
20783  as described in section
20784 \begin_inset space ~
20785 \end_inset
20786
20787
20788 \begin_inset CommandInset ref
20789 LatexCommand ref
20790 reference "sub:Horizontal-Space"
20791
20792 \end_inset
20793
20794 :
20795 \begin_inset VSpace medskip
20796 \end_inset
20797
20798
20799 \end_layout
20800
20801 \begin_layout Standard
20802 \begin_inset Box Frameless
20803 position "t"
20804 hor_pos "c"
20805 has_inner_box 1
20806 inner_pos "t"
20807 use_parbox 0
20808 width "1.5in"
20809 special "none"
20810 height "1pt"
20811 height_special "totalheight"
20812 status open
20813
20814 \begin_layout Plain Layout
20815 This is a minipage with some stupid dummy text.
20816  This dummy text is used to increase the size of the minipage.
20817 \end_layout
20818
20819 \end_inset
20820
20821
20822 \begin_inset space \hfill{}
20823 \end_inset
20824
20825
20826 \begin_inset Box Frameless
20827 position "t"
20828 hor_pos "c"
20829 has_inner_box 1
20830 inner_pos "t"
20831 use_parbox 0
20832 width "1.5in"
20833 special "none"
20834 height "1pt"
20835 height_special "totalheight"
20836 status open
20837
20838 \begin_layout Plain Layout
20839 This is a minipage with some stupid dummy text.
20840  This dummy text is used to increase the size of the minipage.
20841 \end_layout
20842
20843 \end_inset
20844
20845
20846 \end_layout
20847
20848 \begin_layout Standard
20849 \begin_inset VSpace bigskip
20850 \end_inset
20851
20852
20853 \end_layout
20854
20855 \begin_layout Standard
20856 When you right-click on a minipage box, you can change the box from a minipage
20857  to other box types.
20858  All box types and their settings are explained in detail in chapter 
20859 \emph on
20860 Boxes
20861 \emph default
20862  of the 
20863 \emph on
20864 Embedded Objects
20865 \emph default
20866  manual.
20867 \end_layout
20868
20869 \begin_layout Chapter
20870 Mathematical Formulas
20871 \begin_inset Index idx
20872 status collapsed
20873
20874 \begin_layout Plain Layout
20875 Math
20876 \end_layout
20877
20878 \end_inset
20879
20880
20881 \begin_inset Index idx
20882 status collapsed
20883
20884 \begin_layout Plain Layout
20885 Formulas | see
20886 \begin_inset ERT
20887 status collapsed
20888
20889 \begin_layout Plain Layout
20890
20891 {
20892 \end_layout
20893
20894 \end_inset
20895
20896 Math
20897 \begin_inset ERT
20898 status collapsed
20899
20900 \begin_layout Plain Layout
20901
20902 }
20903 \end_layout
20904
20905 \end_inset
20906
20907
20908 \end_layout
20909
20910 \end_inset
20911
20912
20913 \begin_inset CommandInset label
20914 LatexCommand label
20915 name "cha:Mathematical-Formulas"
20916
20917 \end_inset
20918
20919
20920 \end_layout
20921
20922 \begin_layout Standard
20923 The issues of this chapter are described in detail in the 
20924 \emph on
20925 Math
20926 \emph default
20927  manual.
20928  There you'll also find tips and tricks for special cases.
20929 \end_layout
20930
20931 \begin_layout Section
20932 Basic Math Editing
20933 \begin_inset Index idx
20934 status collapsed
20935
20936 \begin_layout Plain Layout
20937 Math ! Basics
20938 \end_layout
20939
20940 \end_inset
20941
20942
20943 \end_layout
20944
20945 \begin_layout Standard
20946 To create a math formula, you can just click on the toolbar icon 
20947 \begin_inset Graphics
20948         filename ../images/math-mode.png
20949
20950 \end_inset
20951
20952 .
20953  That will create a little blue rectangle, with purple markers around its
20954  corners.
20955  That blue rectangle is the formula itself; the purple markers indicate
20956  what level of nesting within the formula you are at.
20957  You can also choose a particular formula type to insert via the 
20958 \family sans
20959 Insert\SpecialChar \menuseparator
20960 Math
20961 \family default
20962  menu.
20963 \end_layout
20964
20965 \begin_layout Standard
20966 Editing the parameters of a formula and adding math constructs can be done
20967  with the 
20968 \family sans
20969 math
20970 \begin_inset space ~
20971 \end_inset
20972
20973 toolbar
20974 \family default
20975 , that appears when the cursor is in a formula.
20976 \end_layout
20977
20978 \begin_layout Standard
20979 There are two main types of formulas: Inline formulas appear within a text
20980  line, like this one:
20981 \end_layout
20982
20983 \begin_layout Standard
20984 This is a line with an inline formula 
20985 \begin_inset Formula $A=B
20986 $
20987 \end_inset
20988
20989  in it.
20990 \end_layout
20991
20992 \begin_layout Standard
20993 Displayed formulas appear outside the text like as if they were in an own
20994  paragraph, like this one:
20995 \begin_inset Formula \[
20996 A=B
20997 \]
20998
20999 \end_inset
21000
21001 You can only number and reference displayed formulas.
21002 \end_layout
21003
21004 \begin_layout Standard
21005 LyX supports also many LaTeX math commands.
21006  E.
21007 \begin_inset space \thinspace{}
21008 \end_inset
21009
21010 g.
21011 \begin_inset space \space{}
21012 \end_inset
21013
21014 typing 
21015 \begin_inset Quotes eld
21016 \end_inset
21017
21018
21019 \series bold
21020
21021 \backslash
21022 alpha
21023 \series default
21024
21025 \begin_inset Quotes erd
21026 \end_inset
21027
21028 , followed by a space, in a formula will create the Greek letter 
21029 \begin_inset Formula $\alpha
21030 $
21031 \end_inset
21032
21033 .
21034  So typing commands might sometimes be faster than using the 
21035 \family sans
21036 Math
21037 \begin_inset space ~
21038 \end_inset
21039
21040 Panel
21041 \family default
21042 .
21043 \end_layout
21044
21045 \begin_layout Subsection
21046 Navigating in Formulas
21047 \begin_inset Index idx
21048 status collapsed
21049
21050 \begin_layout Plain Layout
21051 Math ! Navigating
21052 \end_layout
21053
21054 \end_inset
21055
21056
21057 \end_layout
21058
21059 \begin_layout Standard
21060 The best control over the cursor position within an existing formula is
21061  achieved with the arrow keys.
21062  LyX uses small rectangles to indicate places where something can be inserted.
21063  The arrow keys can be used to navigate between parts of a formula.
21064  Pressing 
21065 \family sans
21066 Space
21067 \family default
21068  will leave a formula construct (a square root 
21069 \begin_inset Formula $\sqrt{2}
21070 $
21071 \end_inset
21072
21073 , or parentheses 
21074 \begin_inset Formula $\left(f\right)
21075 $
21076 \end_inset
21077
21078 , or a matrix 
21079 \begin_inset Formula $\left[\begin{array}{cc}
21080 1 & 2\\
21081 3 & 4
21082 \end{array}\right]
21083 $
21084 \end_inset
21085
21086 ).
21087  Pressing 
21088 \family sans
21089 Escape
21090 \family default
21091  will leave the formula, placing the cursor after the formula.
21092  
21093 \family sans
21094 Tab
21095 \family default
21096  can be used to move horizontally in a formula; for example, through the
21097  cells of a matrix or the positions in a multi-line equation.
21098 \end_layout
21099
21100 \begin_layout Standard
21101
21102 \family sans
21103 Space
21104 \family default
21105 , printed in this document as 
21106 \begin_inset Quotes eld
21107 \end_inset
21108
21109
21110 \begin_inset ERT
21111 status collapsed
21112
21113 \begin_layout Plain Layout
21114
21115
21116 \backslash
21117 spce 
21118 \end_layout
21119
21120 \end_inset
21121
21122
21123 \begin_inset Quotes erd
21124 \end_inset
21125
21126
21127 \begin_inset Note Note
21128 status collapsed
21129
21130 \begin_layout Plain Layout
21131 This command will appear in the output as official character denoting the
21132  space character (visible space).
21133 \end_layout
21134
21135 \end_inset
21136
21137 , seems to do nothing in a formula, since it does not add a space between
21138  characters, but it does exit a nested structure.
21139  For this reason, you have to be careful about using 
21140 \family sans
21141 Space
21142 \family default
21143 .
21144  For example, if you want 
21145 \begin_inset Formula $\sqrt{2x+1}
21146 $
21147 \end_inset
21148
21149 , type 
21150 \series bold
21151
21152 \backslash
21153 sqrt
21154 \begin_inset ERT
21155 status collapsed
21156
21157 \begin_layout Plain Layout
21158
21159
21160 \backslash
21161 spce 
21162 \end_layout
21163
21164 \end_inset
21165
21166 2x+1
21167 \series default
21168  and not 
21169 \series bold
21170
21171 \backslash
21172 sqrt
21173 \begin_inset ERT
21174 status collapsed
21175
21176 \begin_layout Plain Layout
21177
21178
21179 \backslash
21180 spce 
21181 \end_layout
21182
21183 \end_inset
21184
21185 2x
21186 \begin_inset ERT
21187 status collapsed
21188
21189 \begin_layout Plain Layout
21190
21191
21192 \backslash
21193 spce 
21194 \end_layout
21195
21196 \end_inset
21197
21198 +1
21199 \series default
21200 , since in the latter case only the 
21201 \family typewriter
21202
21203 \begin_inset Formula $2x
21204 $
21205 \end_inset
21206
21207
21208 \family default
21209  will be under the square root sign: 
21210 \begin_inset Formula $\sqrt{2x}+1
21211 $
21212 \end_inset
21213
21214 .
21215 \end_layout
21216
21217 \begin_layout Standard
21218 You can leave many parts of a formula, like this matrix, partially filled
21219  in, such as:
21220 \begin_inset Formula \[
21221 \left(\begin{array}{ccc}
21222 \lambda_{1}\\
21223  & \ddots\\
21224  &  & \lambda_{n}
21225 \end{array}\right)
21226 \]
21227
21228 \end_inset
21229
21230 If you leave a fraction only partially filled in, or a subscript with nothing
21231  in it, the results will be unpredictable, but most constructs don't mind.
21232 \end_layout
21233
21234 \begin_layout Subsection
21235 Selecting Text
21236 \end_layout
21237
21238 \begin_layout Standard
21239 You can select text within a formula in two different ways.
21240  Place the cursor at one end of the string of text you want, and press 
21241 \family sans
21242 Shift
21243 \family default
21244  and a cursor movement key to select text.
21245  It will be highlighted as with regular text selection.
21246  Alternatively, you can select text with the mouse in the usual way.
21247  That text can then be cut or copied, and then pasted within any formula,
21248  but not in a normal text region in LyX.
21249 \end_layout
21250
21251 \begin_layout Subsection
21252 Exponents and Subscripts
21253 \begin_inset Index idx
21254 status collapsed
21255
21256 \begin_layout Plain Layout
21257 Math ! Exponents
21258 \end_layout
21259
21260 \end_inset
21261
21262
21263 \begin_inset Index idx
21264 status collapsed
21265
21266 \begin_layout Plain Layout
21267 Math ! Subscripts
21268 \end_layout
21269
21270 \end_inset
21271
21272
21273 \end_layout
21274
21275 \begin_layout Standard
21276 You can use the math panel to add super- or subscripts, but the much easier
21277  way is to use a command.
21278  To get 
21279 \begin_inset Formula $x^{2}
21280 $
21281 \end_inset
21282
21283 , type in a formula 
21284 \series bold
21285 x^2
21286 \begin_inset ERT
21287 status collapsed
21288
21289 \begin_layout Plain Layout
21290
21291
21292 \backslash
21293 spce 
21294 \end_layout
21295
21296 \end_inset
21297
21298
21299 \series default
21300 .
21301  The final 
21302 \family sans
21303 Space
21304 \family default
21305  puts the cursor back down on the base line of the expression.
21306  If you type 
21307 \series bold
21308 x^2y
21309 \series default
21310 , you will get 
21311 \begin_inset Formula $x^{2y}
21312 $
21313 \end_inset
21314
21315 , to get 
21316 \begin_inset Formula $x^{2}y
21317 $
21318 \end_inset
21319
21320 , type 
21321 \series bold
21322 x^2
21323 \begin_inset ERT
21324 status collapsed
21325
21326 \begin_layout Plain Layout
21327
21328
21329 \backslash
21330 spce 
21331 \end_layout
21332
21333 \end_inset
21334
21335 y
21336 \series default
21337 .
21338  If you use characters in the superscript, that could be accented with the
21339  hat 
21340 \begin_inset Quotes eld
21341 \end_inset
21342
21343 ^
21344 \begin_inset Quotes erd
21345 \end_inset
21346
21347 , you have to use an extra 
21348 \family sans
21349 Space
21350 \family default
21351  to separate the hat and the character.
21352  E.
21353 \begin_inset space \thinspace{}
21354 \end_inset
21355
21356 g.
21357 \begin_inset space \space{}
21358 \end_inset
21359
21360 if you want 
21361 \begin_inset Formula $x^{a}
21362 $
21363 \end_inset
21364
21365 , type 
21366 \series bold
21367 x^
21368 \begin_inset ERT
21369 status collapsed
21370
21371 \begin_layout Plain Layout
21372
21373
21374 \backslash
21375 spce 
21376 \end_layout
21377
21378 \end_inset
21379
21380 a
21381 \series default
21382 .
21383  Subscripts are similar: To get 
21384 \begin_inset Formula $a_{1}
21385 $
21386 \end_inset
21387
21388 , type 
21389 \series bold
21390 a_1
21391 \begin_inset ERT
21392 status collapsed
21393
21394 \begin_layout Plain Layout
21395
21396
21397 \backslash
21398 spce 
21399 \end_layout
21400
21401 \end_inset
21402
21403
21404 \series default
21405 .
21406 \end_layout
21407
21408 \begin_layout Subsection
21409 Fractions
21410 \begin_inset Index idx
21411 status collapsed
21412
21413 \begin_layout Plain Layout
21414 Math ! Fractions
21415 \end_layout
21416
21417 \end_inset
21418
21419
21420 \end_layout
21421
21422 \begin_layout Standard
21423 Create a fraction with either the command 
21424 \series bold
21425
21426 \backslash
21427 frac
21428 \series default
21429  or using the icon 
21430 \begin_inset Graphics
21431         filename ../images/math/frac.png
21432         scale 60
21433
21434 \end_inset
21435
21436  in the 
21437 \family sans
21438 Math
21439 \begin_inset space ~
21440 \end_inset
21441
21442 Panel
21443 \family default
21444 .
21445  You will be presented with an empty fraction.
21446  The cursor is above the fraction line.
21447  To move it to the bottom, simply press 
21448 \family sans
21449 Down
21450 \family default
21451 .
21452  To move back up, press 
21453 \family sans
21454 Up
21455 \family default
21456 .
21457  Any math structure can be placed in a fraction, as this example shows:
21458 \begin_inset Formula \[
21459 \left[\frac{1}{\left(\begin{array}{cc}
21460 2 & 3\\
21461 4 & 5
21462 \end{array}\right)}\right]
21463 \]
21464
21465 \end_inset
21466
21467
21468 \end_layout
21469
21470 \begin_layout Subsection
21471 Roots
21472 \begin_inset Index idx
21473 status collapsed
21474
21475 \begin_layout Plain Layout
21476 Math ! Roots
21477 \end_layout
21478
21479 \end_inset
21480
21481
21482 \end_layout
21483
21484 \begin_layout Standard
21485 Roots can be created using the 
21486 \family sans
21487 Math
21488 \begin_inset space ~
21489 \end_inset
21490
21491 Panel
21492 \family default
21493  button
21494 \begin_inset Graphics
21495         filename ../images/math/sqrt.png
21496
21497 \end_inset
21498
21499  or the commands 
21500 \series bold
21501
21502 \backslash
21503 sqrt
21504 \series default
21505  or 
21506 \series bold
21507
21508 \backslash
21509 root
21510 \series default
21511 .
21512  With the command 
21513 \series bold
21514
21515 \backslash
21516 root
21517 \series default
21518  you can produce roots of higher orders, like cube roots, while 
21519 \series bold
21520
21521 \backslash
21522 sqrt
21523 \series default
21524  produces always a square root.
21525 \end_layout
21526
21527 \begin_layout Subsection
21528 Operators with Limits
21529 \begin_inset Index idx
21530 status collapsed
21531
21532 \begin_layout Plain Layout
21533 Math ! Sums
21534 \end_layout
21535
21536 \end_inset
21537
21538
21539 \begin_inset Index idx
21540 status collapsed
21541
21542 \begin_layout Plain Layout
21543 Math ! Integrals
21544 \end_layout
21545
21546 \end_inset
21547
21548
21549 \begin_inset CommandInset label
21550 LatexCommand label
21551 name "sub:Operators-with-Limits"
21552
21553 \end_inset
21554
21555
21556 \end_layout
21557
21558 \begin_layout Standard
21559 Sum (
21560 \begin_inset Formula $\sum
21561 $
21562 \end_inset
21563
21564 ) and integral (
21565 \begin_inset Formula $\int
21566 $
21567 \end_inset
21568
21569 ) operators are very often decorated with limits.
21570  These limits can be entered in LyX by entering them as you would enter
21571  a super- or subscript, directly after the symbol.
21572  The sum operator will automatically place its 
21573 \begin_inset Quotes eld
21574 \end_inset
21575
21576 limits
21577 \begin_inset Quotes erd
21578 \end_inset
21579
21580  over and under the symbol in displayed formulas, and on the side in inline
21581  formulas.
21582  Such as 
21583 \begin_inset Formula $\sum_{n=0}^{\infty}\frac{1}{n!}=e
21584 $
21585 \end_inset
21586
21587 , versus
21588 \begin_inset Formula \[
21589 \sum_{n=0}^{\infty}\frac{1}{n!}=e
21590 \]
21591
21592 \end_inset
21593
21594 Integral signs, however, will place the limits on the side in both formula
21595  types.
21596 \end_layout
21597
21598 \begin_layout Standard
21599 All operators with limits will be automatically re-sized when placed in
21600  display mode.
21601  The placement of the limits can be changed by placing the cursor directly
21602  behind the operator and hitting 
21603 \begin_inset Info
21604 type  "shortcut"
21605 arg   "math-limits"
21606 \end_inset
21607
21608  or using the menu 
21609 \family sans
21610 Edit\SpecialChar \menuseparator
21611 Math\SpecialChar \menuseparator
21612 Change
21613 \begin_inset space ~
21614 \end_inset
21615
21616 Limits
21617 \begin_inset space ~
21618 \end_inset
21619
21620 Type
21621 \family default
21622 .
21623 \end_layout
21624
21625 \begin_layout Standard
21626 Certain other mathematical expressions have this 
21627 \begin_inset Quotes eld
21628 \end_inset
21629
21630 moving limits
21631 \begin_inset Quotes erd
21632 \end_inset
21633
21634  feature as addition, such as
21635 \begin_inset Index idx
21636 status collapsed
21637
21638 \begin_layout Plain Layout
21639 Math ! Limits
21640 \end_layout
21641
21642 \end_inset
21643
21644
21645 \begin_inset Formula \[
21646 \lim_{x\rightarrow\infty}f(x),
21647 \]
21648
21649 \end_inset
21650
21651 which will place the 
21652 \begin_inset Formula $x\rightarrow\infty
21653 $
21654 \end_inset
21655
21656  underneath the 
21657 \begin_inset Quotes eld
21658 \end_inset
21659
21660 lim
21661 \begin_inset Quotes erd
21662 \end_inset
21663
21664  in display mode.
21665  In inline formulas it looks like this: 
21666 \begin_inset Formula $\lim_{x\rightarrow\infty}f(x)
21667 $
21668 \end_inset
21669
21670 .
21671 \end_layout
21672
21673 \begin_layout Standard
21674 Note that the lim-function was entered as the function macro 
21675 \series bold
21676
21677 \backslash
21678 lim
21679 \series default
21680 .
21681  Have a look at section
21682 \begin_inset space ~
21683 \end_inset
21684
21685
21686 \begin_inset CommandInset ref
21687 LatexCommand ref
21688 reference "sub:Functions"
21689
21690 \end_inset
21691
21692  for an explanation of function macros.
21693 \end_layout
21694
21695 \begin_layout Subsection
21696 Math Symbols
21697 \begin_inset Index idx
21698 status collapsed
21699
21700 \begin_layout Plain Layout
21701 Math ! Symbols
21702 \end_layout
21703
21704 \end_inset
21705
21706
21707 \end_layout
21708
21709 \begin_layout Standard
21710 Most math symbols can be found in the 
21711 \family sans
21712 Math
21713 \begin_inset space ~
21714 \end_inset
21715
21716 Panel
21717 \family default
21718  under one of several categories; including 
21719 \family sans
21720 Greek
21721 \family default
21722
21723 \family sans
21724 Operators
21725 \family default
21726  , 
21727 \family sans
21728 Relations
21729 \family default
21730
21731 \family sans
21732 Arrows
21733 \family default
21734 .
21735  There are also the additional symbols provided by the American Mathematical
21736  Society (AMS).
21737 \end_layout
21738
21739 \begin_layout Standard
21740 If you know the LaTeX-command for a construct or symbol you wish to use,
21741  you don't have to use the 
21742 \family sans
21743 Math
21744 \begin_inset space ~
21745 \end_inset
21746
21747 Panel
21748 \family default
21749 , but can type the command directly into the formula.
21750  LyX will convert it to the corresponding symbol or construct.
21751 \end_layout
21752
21753 \begin_layout Subsection
21754 Altering Spacing
21755 \begin_inset Index idx
21756 status collapsed
21757
21758 \begin_layout Plain Layout
21759 Math ! Spaces
21760 \end_layout
21761
21762 \end_inset
21763
21764
21765 \end_layout
21766
21767 \begin_layout Standard
21768 You may want to create spaces that differ from the standard spacing that
21769  LaTeX provides.
21770  To do this, type 
21771 \begin_inset Info
21772 type  "shortcut"
21773 arg   "space-insert protected"
21774 \end_inset
21775
21776  or to use the 
21777 \family sans
21778 Math
21779 \begin_inset space ~
21780 \end_inset
21781
21782 Panel
21783 \family default
21784  button 
21785 \begin_inset Graphics
21786         filename ../images/math/space.png
21787
21788 \end_inset
21789
21790 .
21791  This generates a small space, and shows a small marker on the screen.
21792  For example, the sequence 
21793 \series bold
21794 a Ctrl+Space b
21795 \series default
21796
21797 \begin_inset Formula $a\, b
21798 $
21799 \end_inset
21800
21801  appears in LyX as 
21802 \begin_inset Graphics
21803         filename clipart/SpaceMarker.png
21804
21805 \end_inset
21806
21807 .
21808  You can change the space to different sizes when you set the cursor behind
21809  the space marker and hit space again several times.
21810  With every space hit the size will be changed.
21811  Some markers for the space size appear red in LyX, because they are negative
21812  spaces.
21813  Here are two examples:
21814 \end_layout
21815
21816 \begin_layout Standard
21817
21818 \series bold
21819 a Ctrl+Space b
21820 \series default
21821  and 3×
21822 \family sans
21823 Space
21824 \family default
21825
21826 \begin_inset Formula $a\quad b
21827 $
21828 \end_inset
21829
21830
21831 \end_layout
21832
21833 \begin_layout Standard
21834
21835 \series bold
21836 a Ctrl+Space b
21837 \series default
21838  and 5×
21839 \family sans
21840 Space
21841 \family default
21842
21843 \begin_inset Formula $a\! b
21844 $
21845 \end_inset
21846
21847
21848 \end_layout
21849
21850 \begin_layout Subsection
21851 Functions
21852 \begin_inset Index idx
21853 status collapsed
21854
21855 \begin_layout Plain Layout
21856 Math ! Functions
21857 \end_layout
21858
21859 \end_inset
21860
21861
21862 \begin_inset CommandInset label
21863 LatexCommand label
21864 name "sub:Functions"
21865
21866 \end_inset
21867
21868
21869 \end_layout
21870
21871 \begin_layout Standard
21872 The 
21873 \family sans
21874 Math
21875 \begin_inset space ~
21876 \end_inset
21877
21878 Panel
21879 \family default
21880  contains under the button 
21881 \begin_inset Graphics
21882         filename ../images/math/functions.png
21883
21884 \end_inset
21885
21886  a number of function macros, such as 
21887 \begin_inset Formula $\sin
21888 $
21889 \end_inset
21890
21891
21892 \begin_inset Formula $\lim
21893 $
21894 \end_inset
21895
21896
21897 \emph on
21898 etc
21899 \emph default
21900 .
21901  (you can also insert them in a formula by typing 
21902 \series bold
21903
21904 \backslash
21905 sin
21906 \series default
21907  etc.).
21908  Standard mathematical practice is, that functions are printed upright to
21909  avoid confusions, because 
21910 \begin_inset Formula $sin
21911 $
21912 \end_inset
21913
21914  does normally mean 
21915 \begin_inset Formula $s·i·n
21916 $
21917 \end_inset
21918
21919 .
21920 \end_layout
21921
21922 \begin_layout Standard
21923 Using the function macros will also produce correct spacing around the function:
21924  
21925 \begin_inset Formula $a\sin x
21926 $
21927 \end_inset
21928
21929  is different from 
21930 \begin_inset Formula $asinx
21931 $
21932 \end_inset
21933
21934
21935 \end_layout
21936
21937 \begin_layout Standard
21938 For some mathematical objects, like the limes, the macro changes where subscript
21939 s are placed, as described in section
21940 \begin_inset space ~
21941 \end_inset
21942
21943
21944 \begin_inset CommandInset ref
21945 LatexCommand ref
21946 reference "sub:Operators-with-Limits"
21947
21948 \end_inset
21949
21950 .
21951 \end_layout
21952
21953 \begin_layout Subsection
21954 Accents
21955 \begin_inset Index idx
21956 status collapsed
21957
21958 \begin_layout Plain Layout
21959 Math ! Accents
21960 \end_layout
21961
21962 \end_inset
21963
21964
21965 \end_layout
21966
21967 \begin_layout Standard
21968 In a formula you can insert accented characters in the same way as in text
21969  mode.
21970  This may depend on your keyboard, or the bindings file you use.
21971  You can also use LaTeX commands to e.
21972 \begin_inset space \thinspace{}
21973 \end_inset
21974
21975 g.
21976 \begin_inset space \space{}
21977 \end_inset
21978
21979 enter 
21980 \begin_inset Formula $\hat{a}
21981 $
21982 \end_inset
21983
21984  even if your keyboard doesn't have hat-accents enabled.
21985  Our example is entered by typing 
21986 \series bold
21987
21988 \backslash
21989 hat
21990 \begin_inset ERT
21991 status collapsed
21992
21993 \begin_layout Plain Layout
21994
21995
21996 \backslash
21997 spce 
21998 \end_layout
21999
22000 \end_inset
22001
22002 a
22003 \series default
22004  in a formula.
22005  Table
22006 \begin_inset space ~
22007 \end_inset
22008
22009
22010 \begin_inset CommandInset ref
22011 LatexCommand ref
22012 reference "cap:Accent-names-and"
22013
22014 \end_inset
22015
22016  shows the equivalences between the accent names and the commands.
22017 \end_layout
22018
22019 \begin_layout Standard
22020 \begin_inset Float table
22021 wide false
22022 sideways false
22023 status open
22024
22025 \begin_layout Plain Layout
22026 \begin_inset Caption
22027
22028 \begin_layout Plain Layout
22029 \begin_inset CommandInset label
22030 LatexCommand label
22031 name "cap:Accent-names-and"
22032
22033 \end_inset
22034
22035 Accent names and the corresponding commands.
22036 \end_layout
22037
22038 \end_inset
22039
22040
22041 \end_layout
22042
22043 \begin_layout Plain Layout
22044 \align center
22045 \begin_inset Tabular
22046 <lyxtabular version="3" rows="11" columns="3">
22047 <features tabularvalignment="middle">
22048 <column alignment="center" valignment="top" width="0pt">
22049 <column alignment="center" valignment="top" width="0pt">
22050 <column alignment="center" valignment="top" width="0pt">
22051 <row>
22052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22053 \begin_inset Text
22054
22055 \begin_layout Plain Layout
22056 Name
22057 \end_layout
22058
22059 \end_inset
22060 </cell>
22061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22062 \begin_inset Text
22063
22064 \begin_layout Plain Layout
22065 Command
22066 \end_layout
22067
22068 \end_inset
22069 </cell>
22070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22071 \begin_inset Text
22072
22073 \begin_layout Plain Layout
22074 E
22075 \family roman
22076 \series medium
22077 \shape up
22078 \size normal
22079 \emph off
22080 \bar no
22081 \noun off
22082 \color none
22083 xample
22084 \end_layout
22085
22086 \end_inset
22087 </cell>
22088 </row>
22089 <row>
22090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22091 \begin_inset Text
22092
22093 \begin_layout Plain Layout
22094
22095 \family roman
22096 \series medium
22097 \shape up
22098 \size normal
22099 \emph off
22100 \bar no
22101 \noun off
22102 \color none
22103 circumflex
22104 \end_layout
22105
22106 \end_inset
22107 </cell>
22108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22109 \begin_inset Text
22110
22111 \begin_layout Plain Layout
22112
22113 \series bold
22114
22115 \backslash
22116 hat
22117 \end_layout
22118
22119 \end_inset
22120 </cell>
22121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22122 \begin_inset Text
22123
22124 \begin_layout Plain Layout
22125
22126 \family roman
22127 \series medium
22128 \shape up
22129 \size normal
22130 \emph off
22131 \bar no
22132 \noun off
22133 \color none
22134 \begin_inset Formula $\hat{a}
22135 $
22136 \end_inset
22137
22138
22139 \end_layout
22140
22141 \end_inset
22142 </cell>
22143 </row>
22144 <row>
22145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22146 \begin_inset Text
22147
22148 \begin_layout Plain Layout
22149
22150 \family roman
22151 \series medium
22152 \shape up
22153 \size normal
22154 \emph off
22155 \bar no
22156 \noun off
22157 \color none
22158 grave
22159 \end_layout
22160
22161 \end_inset
22162 </cell>
22163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22164 \begin_inset Text
22165
22166 \begin_layout Plain Layout
22167
22168 \series bold
22169
22170 \backslash
22171 grave
22172 \end_layout
22173
22174 \end_inset
22175 </cell>
22176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22177 \begin_inset Text
22178
22179 \begin_layout Plain Layout
22180
22181 \family roman
22182 \series medium
22183 \shape up
22184 \size normal
22185 \emph off
22186 \bar no
22187 \noun off
22188 \color none
22189 \begin_inset Formula $\grave{a}
22190 $
22191 \end_inset
22192
22193
22194 \end_layout
22195
22196 \end_inset
22197 </cell>
22198 </row>
22199 <row>
22200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22201 \begin_inset Text
22202
22203 \begin_layout Plain Layout
22204
22205 \family roman
22206 \series medium
22207 \shape up
22208 \size normal
22209 \emph off
22210 \bar no
22211 \noun off
22212 \color none
22213 acute
22214 \end_layout
22215
22216 \end_inset
22217 </cell>
22218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22219 \begin_inset Text
22220
22221 \begin_layout Plain Layout
22222
22223 \series bold
22224
22225 \backslash
22226 acute
22227 \end_layout
22228
22229 \end_inset
22230 </cell>
22231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22232 \begin_inset Text
22233
22234 \begin_layout Plain Layout
22235
22236 \family roman
22237 \series medium
22238 \shape up
22239 \size normal
22240 \emph off
22241 \bar no
22242 \noun off
22243 \color none
22244 \begin_inset Formula $\acute{a}
22245 $
22246 \end_inset
22247
22248
22249 \end_layout
22250
22251 \end_inset
22252 </cell>
22253 </row>
22254 <row>
22255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22256 \begin_inset Text
22257
22258 \begin_layout Plain Layout
22259
22260 \family roman
22261 \series medium
22262 \shape up
22263 \size normal
22264 \emph off
22265 \bar no
22266 \noun off
22267 \color none
22268 umlaut
22269 \end_layout
22270
22271 \end_inset
22272 </cell>
22273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22274 \begin_inset Text
22275
22276 \begin_layout Plain Layout
22277
22278 \series bold
22279
22280 \backslash
22281 ddot
22282 \end_layout
22283
22284 \end_inset
22285 </cell>
22286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22287 \begin_inset Text
22288
22289 \begin_layout Plain Layout
22290
22291 \family roman
22292 \series medium
22293 \shape up
22294 \size normal
22295 \emph off
22296 \bar no
22297 \noun off
22298 \color none
22299 \begin_inset Formula $\ddot{a}
22300 $
22301 \end_inset
22302
22303
22304 \end_layout
22305
22306 \end_inset
22307 </cell>
22308 </row>
22309 <row>
22310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22311 \begin_inset Text
22312
22313 \begin_layout Plain Layout
22314
22315 \family roman
22316 \series medium
22317 \shape up
22318 \size normal
22319 \emph off
22320 \bar no
22321 \noun off
22322 \color none
22323 tilde
22324 \end_layout
22325
22326 \end_inset
22327 </cell>
22328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22329 \begin_inset Text
22330
22331 \begin_layout Plain Layout
22332
22333 \series bold
22334
22335 \backslash
22336 tilde
22337 \end_layout
22338
22339 \end_inset
22340 </cell>
22341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22342 \begin_inset Text
22343
22344 \begin_layout Plain Layout
22345
22346 \family roman
22347 \series medium
22348 \shape up
22349 \size normal
22350 \emph off
22351 \bar no
22352 \noun off
22353 \color none
22354 \begin_inset Formula $\tilde{a}
22355 $
22356 \end_inset
22357
22358
22359 \end_layout
22360
22361 \end_inset
22362 </cell>
22363 </row>
22364 <row>
22365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22366 \begin_inset Text
22367
22368 \begin_layout Plain Layout
22369
22370 \family roman
22371 \series medium
22372 \shape up
22373 \size normal
22374 \emph off
22375 \bar no
22376 \noun off
22377 \color none
22378 dot
22379 \end_layout
22380
22381 \end_inset
22382 </cell>
22383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22384 \begin_inset Text
22385
22386 \begin_layout Plain Layout
22387
22388 \series bold
22389
22390 \backslash
22391 dot
22392 \end_layout
22393
22394 \end_inset
22395 </cell>
22396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22397 \begin_inset Text
22398
22399 \begin_layout Plain Layout
22400
22401 \family roman
22402 \series medium
22403 \shape up
22404 \size normal
22405 \emph off
22406 \bar no
22407 \noun off
22408 \color none
22409 \begin_inset Formula $\dot{a}
22410 $
22411 \end_inset
22412
22413
22414 \end_layout
22415
22416 \end_inset
22417 </cell>
22418 </row>
22419 <row>
22420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22421 \begin_inset Text
22422
22423 \begin_layout Plain Layout
22424
22425 \family roman
22426 \series medium
22427 \shape up
22428 \size normal
22429 \emph off
22430 \bar no
22431 \noun off
22432 \color none
22433 breve
22434 \end_layout
22435
22436 \end_inset
22437 </cell>
22438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22439 \begin_inset Text
22440
22441 \begin_layout Plain Layout
22442
22443 \series bold
22444
22445 \backslash
22446 breve
22447 \end_layout
22448
22449 \end_inset
22450 </cell>
22451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22452 \begin_inset Text
22453
22454 \begin_layout Plain Layout
22455
22456 \family roman
22457 \series medium
22458 \shape up
22459 \size normal
22460 \emph off
22461 \bar no
22462 \noun off
22463 \color none
22464 \begin_inset Formula $\breve{a}
22465 $
22466 \end_inset
22467
22468
22469 \end_layout
22470
22471 \end_inset
22472 </cell>
22473 </row>
22474 <row>
22475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22476 \begin_inset Text
22477
22478 \begin_layout Plain Layout
22479
22480 \family roman
22481 \series medium
22482 \shape up
22483 \size normal
22484 \emph off
22485 \bar no
22486 \noun off
22487 \color none
22488 caron
22489 \end_layout
22490
22491 \end_inset
22492 </cell>
22493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22494 \begin_inset Text
22495
22496 \begin_layout Plain Layout
22497
22498 \series bold
22499
22500 \backslash
22501 check
22502 \end_layout
22503
22504 \end_inset
22505 </cell>
22506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22507 \begin_inset Text
22508
22509 \begin_layout Plain Layout
22510
22511 \family roman
22512 \series medium
22513 \shape up
22514 \size normal
22515 \emph off
22516 \bar no
22517 \noun off
22518 \color none
22519 \begin_inset Formula $\check{a}
22520 $
22521 \end_inset
22522
22523
22524 \end_layout
22525
22526 \end_inset
22527 </cell>
22528 </row>
22529 <row>
22530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22531 \begin_inset Text
22532
22533 \begin_layout Plain Layout
22534
22535 \family roman
22536 \series medium
22537 \shape up
22538 \size normal
22539 \emph off
22540 \bar no
22541 \noun off
22542 \color none
22543 macron
22544 \end_layout
22545
22546 \end_inset
22547 </cell>
22548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22549 \begin_inset Text
22550
22551 \begin_layout Plain Layout
22552
22553 \series bold
22554
22555 \backslash
22556 bar
22557 \end_layout
22558
22559 \end_inset
22560 </cell>
22561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22562 \begin_inset Text
22563
22564 \begin_layout Plain Layout
22565
22566 \family roman
22567 \series medium
22568 \shape up
22569 \size normal
22570 \emph off
22571 \bar no
22572 \noun off
22573 \color none
22574 \begin_inset Formula $\bar{a}
22575 $
22576 \end_inset
22577
22578
22579 \end_layout
22580
22581 \end_inset
22582 </cell>
22583 </row>
22584 <row>
22585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22586 \begin_inset Text
22587
22588 \begin_layout Plain Layout
22589 vector
22590 \end_layout
22591
22592 \end_inset
22593 </cell>
22594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22595 \begin_inset Text
22596
22597 \begin_layout Plain Layout
22598
22599 \series bold
22600
22601 \backslash
22602 vec
22603 \end_layout
22604
22605 \end_inset
22606 </cell>
22607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22608 \begin_inset Text
22609
22610 \begin_layout Plain Layout
22611
22612 \family roman
22613 \series medium
22614 \shape up
22615 \size normal
22616 \emph off
22617 \bar no
22618 \noun off
22619 \color none
22620 \begin_inset Formula $\vec{a}
22621 $
22622 \end_inset
22623
22624
22625 \end_layout
22626
22627 \end_inset
22628 </cell>
22629 </row>
22630 </lyxtabular>
22631
22632 \end_inset
22633
22634
22635 \end_layout
22636
22637 \end_inset
22638
22639
22640 \end_layout
22641
22642 \begin_layout Standard
22643 You can choose one of the accents by selecting an item from the 
22644 \family sans
22645 Frame
22646 \begin_inset space ~
22647 \end_inset
22648
22649 decorations
22650 \family default
22651  symbol set button 
22652 \begin_inset Graphics
22653         filename ../images/math/hat.png
22654
22655 \end_inset
22656
22657  in the math panel ; this will apply to any selection you have made within
22658  a formula too.
22659 \end_layout
22660
22661 \begin_layout Section
22662 Brackets and Delimiters
22663 \begin_inset Index idx
22664 status collapsed
22665
22666 \begin_layout Plain Layout
22667 Math ! Brackets
22668 \end_layout
22669
22670 \end_inset
22671
22672
22673 \begin_inset Index idx
22674 status collapsed
22675
22676 \begin_layout Plain Layout
22677 Math ! Delimiters
22678 \end_layout
22679
22680 \end_inset
22681
22682
22683 \begin_inset CommandInset label
22684 LatexCommand label
22685 name "sec:Brackets-and-Delimiters"
22686
22687 \end_inset
22688
22689
22690 \end_layout
22691
22692 \begin_layout Standard
22693 There are several brackets available through LyX.
22694  For most purposes, using just the keys 
22695 \family typewriter
22696 []{}()|<>
22697 \family default
22698  should suffice.
22699  But if you want to surround a large structure, like a matrix or a fraction,
22700  or if you have several layers of brackets, it is better to use the math
22701  toolbar delimiter icon 
22702 \begin_inset Graphics
22703         filename ../images/math/delim.png
22704
22705 \end_inset
22706
22707 .
22708  For example, that's how you would construct the brackets around a standard
22709  matrix such as:
22710 \begin_inset Formula \[
22711 \left[\begin{array}{cc}
22712 1 & 2\\
22713 3 & 4
22714 \end{array}\right]
22715 \]
22716
22717 \end_inset
22718
22719 and to make it easier to see the layers of parentheses as in: 
22720 \begin_inset Formula \[
22721 \frac{1}{\left(1+\left(\frac{1}{1+\left(\frac{1}{1+x}\right)}\right)\right)}
22722 \]
22723
22724 \end_inset
22725
22726
22727 \end_layout
22728
22729 \begin_layout Standard
22730 The parentheses, and other brackets from that menu will automatically re-size
22731  to accommodate the size of what is inside.
22732 \end_layout
22733
22734 \begin_layout Standard
22735 To construct brackets click on the button for the bracket you want on the
22736  left side and right side.
22737  If you use the option 
22738 \family sans
22739 Keep
22740 \begin_inset space ~
22741 \end_inset
22742
22743 matched
22744 \family default
22745 , the selected bracket type will be used for the left and the right side.
22746  The selection will be shown below the button field.
22747  If you want one side to not have a bracket, use the blank button.
22748  It will appear in LyX with a dotted line, but nothing will be printed.
22749 \end_layout
22750
22751 \begin_layout Standard
22752 If you want to place brackets around math structures, like a square root,
22753  you can do that by highlighting (selecting) the structure that is to go
22754  inside the brackets.
22755  Then choose the appropriate brackets for left and right and click on 
22756 \family sans
22757 Insert
22758 \family default
22759 .
22760  The parentheses will be drawn around the selected structure.
22761 \end_layout
22762
22763 \begin_layout Section
22764 Arrays and Multi-line Equations
22765 \begin_inset Index idx
22766 status collapsed
22767
22768 \begin_layout Plain Layout
22769 Math ! Arrays
22770 \end_layout
22771
22772 \end_inset
22773
22774
22775 \begin_inset Index idx
22776 status collapsed
22777
22778 \begin_layout Plain Layout
22779 Math ! Matrices
22780 \end_layout
22781
22782 \end_inset
22783
22784
22785 \begin_inset Index idx
22786 status collapsed
22787
22788 \begin_layout Plain Layout
22789 Math ! Multi-line Equations
22790 \end_layout
22791
22792 \end_inset
22793
22794
22795 \end_layout
22796
22797 \begin_layout Standard
22798 Matrices are entered in LyX using the 
22799 \family sans
22800 Math
22801 \begin_inset space ~
22802 \end_inset
22803
22804 Panel
22805 \family default
22806  matrix button 
22807 \begin_inset Graphics
22808         filename ../images/math/matrix.png
22809
22810 \end_inset
22811
22812 .
22813  It will open a dialog for you to choose the number of rows/columns.
22814  Here is an example:
22815 \begin_inset Formula \[
22816 \left(\begin{array}{ccc}
22817 1 & 2 & 3\\
22818 4 & 5 & 6\\
22819 7 & 8 & 9
22820 \end{array}\right)
22821 \]
22822
22823 \end_inset
22824
22825 The parentheses aren't automatic, but you can add them as described in section
22826 \begin_inset space ~
22827 \end_inset
22828
22829
22830 \begin_inset CommandInset ref
22831 LatexCommand ref
22832 reference "sec:Brackets-and-Delimiters"
22833
22834 \end_inset
22835
22836 .
22837  When you construct the matrix, you can decide whether the column entries
22838  will be left-, right-, or center-justified.
22839  This alignment is set in the box 
22840 \family sans
22841 Horizontal
22842 \family default
22843  with the letters 
22844 \begin_inset Quotes eld
22845 \end_inset
22846
22847
22848 \family sans
22849 l
22850 \family default
22851
22852 \begin_inset Quotes erd
22853 \end_inset
22854
22855
22856 \begin_inset Quotes eld
22857 \end_inset
22858
22859
22860 \family sans
22861 r
22862 \family default
22863
22864 \begin_inset Quotes erd
22865 \end_inset
22866
22867 , and 
22868 \begin_inset Quotes eld
22869 \end_inset
22870
22871
22872 \family sans
22873 c
22874 \family default
22875
22876 \begin_inset Quotes erd
22877 \end_inset
22878
22879 .
22880  LyX proposes a 
22881 \begin_inset Quotes eld
22882 \end_inset
22883
22884
22885 \family sans
22886 c
22887 \family default
22888
22889 \begin_inset Quotes erd
22890 \end_inset
22891
22892  for every column as default.
22893  For example, the sequence 
22894 \begin_inset Quotes eld
22895 \end_inset
22896
22897
22898 \family sans
22899 lrc
22900 \family default
22901
22902 \begin_inset Quotes erd
22903 \end_inset
22904
22905  means that the first column will be left-justified, the second will be
22906  centered, and the third column will be right-justified, because each letter
22907  corresponds to the relevant column.
22908  The result will look like this:
22909 \begin_inset Formula \[
22910 \begin{array}{lcr}
22911 this & this\, column & this\, column\\
22912 column & has & has\, right\\
22913 has\, left\, alignment & center\, alignment & alignment
22914 \end{array}.
22915 \]
22916
22917 \end_inset
22918
22919
22920 \end_layout
22921
22922 \begin_layout Standard
22923 You can add more rows to an existing matrix by hitting 
22924 \begin_inset Info
22925 type  "shortcut"
22926 arg   "newline-insert newline"
22927 \end_inset
22928
22929  while the cursor is in the matrix.
22930  Adding or deleting columns can be done via the menu 
22931 \family sans
22932 Edit\SpecialChar \menuseparator
22933 Math
22934 \family default
22935  or the math toolbar.
22936 \end_layout
22937
22938 \begin_layout Standard
22939 There are other arrays used in formulas, such as distinctions of cases.
22940  It can be created with the menu 
22941 \family sans
22942 Insert\SpecialChar \menuseparator
22943 Math\SpecialChar \menuseparator
22944 Cases
22945 \begin_inset space ~
22946 \end_inset
22947
22948 Environment
22949 \family default
22950  or the command 
22951 \series bold
22952
22953 \backslash
22954 cases
22955 \series default
22956 .
22957  Here is an example: 
22958 \begin_inset Formula \[
22959 f(x)=\begin{cases}
22960 -1 & x<0\\
22961 0 & x=0\\
22962 1 & x>0
22963 \end{cases}
22964 \]
22965
22966 \end_inset
22967
22968
22969 \end_layout
22970
22971 \begin_layout Standard
22972 \begin_inset VSpace bigskip
22973 \end_inset
22974
22975 Multi-line formulas are created when you press 
22976 \begin_inset Info
22977 type  "shortcut"
22978 arg   "newline-insert newline"
22979 \end_inset
22980
22981  within a formula.
22982  In an empty formula you can see that three blue boxes appear, one for each
22983  column.
22984  When you press 
22985 \begin_inset Info
22986 type  "shortcut"
22987 arg   "newline-insert newline"
22988 \end_inset
22989
22990  in a non-empty formula, the part before the relation sign (equal sign 
22991 \begin_inset Quotes eld
22992 \end_inset
22993
22994 =
22995 \begin_inset Quotes erd
22996 \end_inset
22997
22998  etc.) will be inserted automatically to the first column, the relation sign
22999  is in the second column, and the rest in the third column.
23000  A new row is created by every further hit of 
23001 \begin_inset Info
23002 type  "shortcut"
23003 arg   "newline-insert newline"
23004 \end_inset
23005
23006 .
23007  Multi-line formulas are always displayed formulas.
23008  Here is an example:
23009 \begin_inset Formula \begin{eqnarray}
23010 a^{2} & = & (b^{2}+c^{2})(b^{2}-c^{2})\nonumber \\
23011 a & = & \sqrt{b^{4}-c^{4}}\label{eq:asquared}
23012 \end{eqnarray}
23013
23014 \end_inset
23015
23016  To change the column assignment of the formula parts, place the cursor
23017  where you want to start the shift and hit 
23018 \family sans
23019 Ctrl-Tab.
23020
23021 \family default
23022  It shifts everything in the column which is right beside the current cursor
23023  position to the next column.
23024  Note that the middle column is designed for relation signs, structures
23025  within this column will be printed in a smaller size:
23026 \begin_inset Formula \begin{eqnarray*}
23027 \frac{A}{B} & \frac{A}{B} & \frac{A}{B}
23028 \end{eqnarray*}
23029
23030 \end_inset
23031
23032
23033 \end_layout
23034
23035 \begin_layout Standard
23036 The multi-line formula type described here is called 
23037 \family typewriter
23038 \series medium
23039 eqnarray
23040 \family default
23041 \series default
23042 .
23043  There are other multi-line types being more suitable for certain situations,
23044  for example if you want a better inter-line spacing than in formula (
23045 \begin_inset CommandInset ref
23046 LatexCommand ref
23047 reference "eq:asquared"
23048
23049 \end_inset
23050
23051 ).
23052  The other types are described in section
23053 \begin_inset space ~
23054 \end_inset
23055
23056
23057 \begin_inset CommandInset ref
23058 LatexCommand ref
23059 reference "sub:AMS-Formula-Types"
23060
23061 \end_inset
23062
23063 .
23064 \end_layout
23065
23066 \begin_layout Section
23067 Formula Numbering and Referencing
23068 \begin_inset Index idx
23069 status collapsed
23070
23071 \begin_layout Plain Layout
23072 Math ! Formula numbering
23073 \end_layout
23074
23075 \end_inset
23076
23077
23078 \begin_inset Index idx
23079 status collapsed
23080
23081 \begin_layout Plain Layout
23082 Math ! Referencing formulas
23083 \end_layout
23084
23085 \end_inset
23086
23087
23088 \begin_inset CommandInset label
23089 LatexCommand label
23090 name "sec:Formula-Numbering-and"
23091
23092 \end_inset
23093
23094
23095 \end_layout
23096
23097 \begin_layout Standard
23098 To number a formula, set the cursor in the formula and use the menu 
23099 \family sans
23100 Edit\SpecialChar \menuseparator
23101 Math\SpecialChar \menuseparator
23102 Toggle
23103 \begin_inset space ~
23104 \end_inset
23105
23106 Numbering
23107 \family default
23108  or the shortcut 
23109 \begin_inset Info
23110 type  "shortcut"
23111 arg   "math-number-toggle"
23112 \end_inset
23113
23114 .
23115  The formula number appears in LyX as 
23116 \begin_inset Quotes eld
23117 \end_inset
23118
23119 #
23120 \begin_inset Quotes erd
23121 \end_inset
23122
23123  within parentheses.
23124  The 
23125 \begin_inset Quotes eld
23126 \end_inset
23127
23128 #
23129 \begin_inset Quotes erd
23130 \end_inset
23131
23132  denotes, that the number will be calculated automatically when the output
23133  is generated.
23134  The placement and format of the formula number in the output depends on
23135  the document class.
23136  In this document the number is printed together with the chapter number,
23137  separated by a dot:
23138 \begin_inset Formula \begin{equation}
23139 1+1=2
23140 \end{equation}
23141
23142 \end_inset
23143
23144 Using 
23145 \begin_inset Info
23146 type  "shortcut"
23147 arg   "math-number-toggle"
23148 \end_inset
23149
23150  in a numbered formula will switch off the numbering.
23151  You can only number displayed formulas.
23152 \end_layout
23153
23154 \begin_layout Standard
23155 Multi-line formulas can be numbered line by line: Using the menu 
23156 \family sans
23157 Edit\SpecialChar \menuseparator
23158 Math\SpecialChar \menuseparator
23159 Toggle
23160 \begin_inset space ~
23161 \end_inset
23162
23163 Numbering
23164 \begin_inset space ~
23165 \end_inset
23166
23167 of
23168 \begin_inset space ~
23169 \end_inset
23170
23171 Line
23172 \family default
23173  or the shortcut 
23174 \begin_inset Info
23175 type  "shortcut"
23176 arg   "math-number-line-toggle"
23177 \end_inset
23178
23179  will only toggle the numbering of the line where the cursor is:
23180 \begin_inset Formula \begin{eqnarray}
23181 1 & = & 3-2\\
23182 2 & = & 4-2\nonumber \\
23183 4 & \leq & 7
23184 \end{eqnarray}
23185
23186 \end_inset
23187
23188 To number all lines use the shortcut 
23189 \begin_inset Info
23190 type  "shortcut"
23191 arg   "math-number-toggle"
23192 \end_inset
23193
23194 .
23195 \end_layout
23196
23197 \begin_layout Standard
23198 \begin_inset VSpace bigskip
23199 \end_inset
23200
23201 Every displayed formula can be referenced by its number using a label.
23202  A label is inserted with the menu 
23203 \family sans
23204 Insert\SpecialChar \menuseparator
23205 Label
23206 \family default
23207  when the cursor is in the formula.
23208  This opens a dialog to enter the label.
23209  It is recommended to use the proposed 
23210 \begin_inset Quotes eld
23211 \end_inset
23212
23213
23214 \family sans
23215 eq:
23216 \family default
23217
23218 \begin_inset Quotes erd
23219 \end_inset
23220
23221  as first part of the label, because this helps later to identify the label
23222  type when you have many labels in your document.
23223  We inserted in the following example the label 
23224 \begin_inset Quotes eld
23225 \end_inset
23226
23227 eq:tanhExp
23228 \begin_inset Quotes erd
23229 \end_inset
23230
23231  in the second line:
23232 \begin_inset Formula \begin{eqnarray}
23233 \tanh(x) & = & \frac{\sinh(x)}{\cosh(x)}\nonumber \\
23234  & = & \frac{\mathrm{e}^{2x}-1}{\mathrm{e}^{2x}+1}\label{eq:tanhExp}
23235 \end{eqnarray}
23236
23237 \end_inset
23238
23239 Every labeled line is automatically numbered.
23240  Therefore the label is shown in LyX at the place of the formula number
23241  placeholder 
23242 \begin_inset Quotes eld
23243 \end_inset
23244
23245 #
23246 \begin_inset Quotes erd
23247 \end_inset
23248
23249 .
23250  You can reference a labeled formula using the menu 
23251 \family sans
23252 Insert\SpecialChar \menuseparator
23253 Cross
23254 \begin_inset space ~
23255 \end_inset
23256
23257 Reference
23258 \family default
23259 .
23260  A dialog appears to choose a label you want refer to.
23261  The reference appears in LyX as a grey cross reference box and in the output
23262  as the formula number:
23263 \end_layout
23264
23265 \begin_layout Standard
23266 This is a cross-reference to equation (
23267 \begin_inset CommandInset ref
23268 LatexCommand ref
23269 reference "eq:tanhExp"
23270
23271 \end_inset
23272
23273 ).
23274 \end_layout
23275
23276 \begin_layout Standard
23277 The properties of LyX's cross-reference box are described in section
23278 \begin_inset space ~
23279 \end_inset
23280
23281
23282 \begin_inset CommandInset ref
23283 LatexCommand ref
23284 reference "sec:Cross-References"
23285
23286 \end_inset
23287
23288 .
23289  To delete a label, set the cursor in the labeled formula, use the menu
23290  
23291 \family sans
23292 Insert\SpecialChar \menuseparator
23293 Label
23294 \family default
23295  and delete the label in the appearing dialog.
23296 \begin_inset Foot
23297 status collapsed
23298
23299 \begin_layout Plain Layout
23300 This is a unintuitive and will be fixed in the next version of LyX.
23301 \end_layout
23302
23303 \end_inset
23304
23305  
23306 \end_layout
23307
23308 \begin_layout Section
23309 User defined math macros
23310 \begin_inset Index idx
23311 status collapsed
23312
23313 \begin_layout Plain Layout
23314 Math ! Macros
23315 \end_layout
23316
23317 \end_inset
23318
23319
23320 \end_layout
23321
23322 \begin_layout Standard
23323 LyX allows you to define macros for formulas which is very useful when you
23324  have equations of the same form in a document several times.
23325  Math macros are explained in section 
23326 \emph on
23327 Math
23328 \begin_inset space ~
23329 \end_inset
23330
23331 Macros
23332 \emph default
23333  of the 
23334 \emph on
23335 Math
23336 \emph default
23337  manual.
23338 \end_layout
23339
23340 \begin_layout Section
23341 Fine-Tuning
23342 \end_layout
23343
23344 \begin_layout Subsection
23345 Typefaces
23346 \begin_inset Index idx
23347 status collapsed
23348
23349 \begin_layout Plain Layout
23350 Math ! Typefaces
23351 \end_layout
23352
23353 \end_inset
23354
23355
23356 \end_layout
23357
23358 \begin_layout Standard
23359 The standard font for text is italic, for numbers the standard is roman.
23360  To set a font in a formula, use the 
23361 \family sans
23362 Math
23363 \begin_inset space ~
23364 \end_inset
23365
23366 Panel
23367 \family default
23368  button 
23369 \begin_inset Graphics
23370         filename ../images/math/font.png
23371
23372 \end_inset
23373
23374 , or enter its command, listed in table
23375 \begin_inset space ~
23376 \end_inset
23377
23378
23379 \begin_inset CommandInset ref
23380 LatexCommand ref
23381 reference "cap:Typefaces-and-the"
23382
23383 \end_inset
23384
23385 , directly.
23386 \end_layout
23387
23388 \begin_layout Standard
23389 \begin_inset Float table
23390 wide false
23391 sideways false
23392 status open
23393
23394 \begin_layout Plain Layout
23395 \begin_inset Caption
23396
23397 \begin_layout Plain Layout
23398 \begin_inset CommandInset label
23399 LatexCommand label
23400 name "cap:Typefaces-and-the"
23401
23402 \end_inset
23403
23404 Typefaces and the corresponding commands.
23405 \end_layout
23406
23407 \end_inset
23408
23409
23410 \end_layout
23411
23412 \begin_layout Plain Layout
23413 \align center
23414 \begin_inset Tabular
23415 <lyxtabular version="3" rows="9" columns="2">
23416 <features tabularvalignment="middle">
23417 <column alignment="center" valignment="top" width="0pt">
23418 <column alignment="center" valignment="top" width="0pt">
23419 <row>
23420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23421 \begin_inset Text
23422
23423 \begin_layout Plain Layout
23424 Font
23425 \end_layout
23426
23427 \end_inset
23428 </cell>
23429 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
23430 \begin_inset Text
23431
23432 \begin_layout Plain Layout
23433 Command
23434 \end_layout
23435
23436 \end_inset
23437 </cell>
23438 </row>
23439 <row>
23440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23441 \begin_inset Text
23442
23443 \begin_layout Plain Layout
23444
23445 \shape up
23446 \size normal
23447 \bar no
23448 \noun off
23449 \color none
23450 \begin_inset Formula $\mathrm{Roman}
23451 $
23452 \end_inset
23453
23454
23455 \end_layout
23456
23457 \end_inset
23458 </cell>
23459 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
23460 \begin_inset Text
23461
23462 \begin_layout Plain Layout
23463
23464 \series bold
23465
23466 \backslash
23467 mathrm
23468 \end_layout
23469
23470 \end_inset
23471 </cell>
23472 </row>
23473 <row>
23474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23475 \begin_inset Text
23476
23477 \begin_layout Plain Layout
23478 \begin_inset Formula $\mathbf{\mathbf{Bold}}
23479 $
23480 \end_inset
23481
23482
23483 \end_layout
23484
23485 \end_inset
23486 </cell>
23487 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
23488 \begin_inset Text
23489
23490 \begin_layout Plain Layout
23491
23492 \series bold
23493
23494 \backslash
23495 mathbf
23496 \end_layout
23497
23498 \end_inset
23499 </cell>
23500 </row>
23501 <row>
23502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23503 \begin_inset Text
23504
23505 \begin_layout Plain Layout
23506 \begin_inset Formula $\mathit{Italic}
23507 $
23508 \end_inset
23509
23510
23511 \end_layout
23512
23513 \end_inset
23514 </cell>
23515 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
23516 \begin_inset Text
23517
23518 \begin_layout Plain Layout
23519
23520 \series bold
23521
23522 \backslash
23523 mathit
23524 \end_layout
23525
23526 \end_inset
23527 </cell>
23528 </row>
23529 <row>
23530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23531 \begin_inset Text
23532
23533 \begin_layout Plain Layout
23534
23535 \shape up
23536 \size normal
23537 \bar no
23538 \noun off
23539 \color none
23540 \begin_inset Formula $\mathtt{Typewriter}
23541 $
23542 \end_inset
23543
23544
23545 \end_layout
23546
23547 \end_inset
23548 </cell>
23549 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
23550 \begin_inset Text
23551
23552 \begin_layout Plain Layout
23553
23554 \series bold
23555
23556 \backslash
23557 mathtt
23558 \end_layout
23559
23560 \end_inset
23561 </cell>
23562 </row>
23563 <row>
23564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23565 \begin_inset Text
23566
23567 \begin_layout Plain Layout
23568 \begin_inset Formula $\mathbf{\mathbb{BLACKBOARD}}
23569 $
23570 \end_inset
23571
23572
23573 \end_layout
23574
23575 \end_inset
23576 </cell>
23577 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
23578 \begin_inset Text
23579
23580 \begin_layout Plain Layout
23581
23582 \series bold
23583
23584 \backslash
23585 mathbb
23586 \end_layout
23587
23588 \end_inset
23589 </cell>
23590 </row>
23591 <row>
23592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23593 \begin_inset Text
23594
23595 \begin_layout Plain Layout
23596 \begin_inset Formula $\mathfrak{Fraktur}
23597 $
23598 \end_inset
23599
23600
23601 \end_layout
23602
23603 \end_inset
23604 </cell>
23605 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
23606 \begin_inset Text
23607
23608 \begin_layout Plain Layout
23609
23610 \series bold
23611
23612 \backslash
23613 mathfrak
23614 \end_layout
23615
23616 \end_inset
23617 </cell>
23618 </row>
23619 <row>
23620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23621 \begin_inset Text
23622
23623 \begin_layout Plain Layout
23624
23625 \shape up
23626 \size normal
23627 \emph on
23628 \bar no
23629 \noun off
23630 \color none
23631 \begin_inset Formula $\mathcal{CALLIGRAPHIC}
23632 $
23633 \end_inset
23634
23635
23636 \end_layout
23637
23638 \end_inset
23639 </cell>
23640 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
23641 \begin_inset Text
23642
23643 \begin_layout Plain Layout
23644
23645 \series bold
23646
23647 \backslash
23648 mathcal
23649 \end_layout
23650
23651 \end_inset
23652 </cell>
23653 </row>
23654 <row>
23655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23656 \begin_inset Text
23657
23658 \begin_layout Plain Layout
23659 \begin_inset Formula $\mathsf{SansSerif}
23660 $
23661 \end_inset
23662
23663
23664 \end_layout
23665
23666 \end_inset
23667 </cell>
23668 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
23669 \begin_inset Text
23670
23671 \begin_layout Plain Layout
23672
23673 \series bold
23674
23675 \backslash
23676 mathsf
23677 \end_layout
23678
23679 \end_inset
23680 </cell>
23681 </row>
23682 </lyxtabular>
23683
23684 \end_inset
23685
23686
23687 \end_layout
23688
23689 \end_inset
23690
23691
23692 \end_layout
23693
23694 \begin_layout Standard
23695 \begin_inset Note Greyedout
23696 status open
23697
23698 \begin_layout Plain Layout
23699
23700 \series bold
23701 Note:
23702 \series default
23703  You can only print capital letters in the typefaces 
23704 \family sans
23705 Blackboard
23706 \family default
23707  and 
23708 \family sans
23709 Calligraphic
23710 \family default
23711 .
23712 \end_layout
23713
23714 \end_inset
23715
23716
23717 \end_layout
23718
23719 \begin_layout Standard
23720 When you use a typeface, a blue box is inserted in the formula.
23721  Every character in this box will be printed in this typeface.
23722  Pressing 
23723 \family sans
23724 Space
23725 \family default
23726  within the box, will set the cursor outside, so that you have to use a
23727  protected space when you need a space in the box.
23728  Here an example where 
23729 \begin_inset Quotes eld
23730 \end_inset
23731
23732 N
23733 \begin_inset Quotes erd
23734 \end_inset
23735
23736  in 
23737 \family sans
23738 Blackboard
23739 \family default
23740  denotes the set of numbers:
23741 \begin_inset Formula \[
23742 f(x)=\sqrt{x}\:;\: x\in\mathbb{N}
23743 \]
23744
23745 \end_inset
23746
23747
23748 \end_layout
23749
23750 \begin_layout Standard
23751 The typefaces are nestable, which can cause confusion.
23752  You can e.
23753 \begin_inset space \thinspace{}
23754 \end_inset
23755
23756 g.
23757 \begin_inset space \space{}
23758 \end_inset
23759
23760 put a character in 
23761 \family sans
23762 Fraktur
23763 \family default
23764  in a box for 
23765 \family sans
23766 Typewriter
23767 \family default
23768
23769 \begin_inset Formula $\mathtt{abc\mathfrak{d}e}
23770 $
23771 \end_inset
23772
23773  
23774 \begin_inset Newline newline
23775 \end_inset
23776
23777 So it is better not to use this feature.
23778 \end_layout
23779
23780 \begin_layout Standard
23781 The typefaces have no effect on Greek letters: 
23782 \begin_inset Formula $\mathfrak{abc\delta e}
23783 $
23784 \end_inset
23785
23786
23787 \begin_inset Newline newline
23788 \end_inset
23789
23790 You can only print them emboldened using the command 
23791 \series bold
23792
23793 \backslash
23794 boldsymbol
23795 \series default
23796 , which works like the other typeface commands: 
23797 \begin_inset Formula $\alpha\beta\gamma\boldsymbol{\alpha\beta\gamma}
23798 $
23799 \end_inset
23800
23801
23802 \end_layout
23803
23804 \begin_layout Standard
23805
23806 \series bold
23807
23808 \backslash
23809 boldsymbol
23810 \series default
23811  works for all symbols, letters, and numbers.
23812 \end_layout
23813
23814 \begin_layout Standard
23815 A number of other font options are available as well, in the menu 
23816 \family sans
23817 Edit\SpecialChar \menuseparator
23818 Math\SpecialChar \menuseparator
23819 Text
23820 \begin_inset space ~
23821 \end_inset
23822
23823 Style
23824 \family default
23825 .
23826 \end_layout
23827
23828 \begin_layout Subsection
23829 Math Text
23830 \begin_inset Index idx
23831 status collapsed
23832
23833 \begin_layout Plain Layout
23834 Math ! Text
23835 \end_layout
23836
23837 \end_inset
23838
23839
23840 \end_layout
23841
23842 \begin_layout Standard
23843 Typefaces are useful for entering some characters in some given font, but
23844  not for text.
23845  For typing longer pieces of text use the math text, which is obtained using
23846  the entry 
23847 \family sans
23848 Normal
23849 \begin_inset space ~
23850 \end_inset
23851
23852 text
23853 \begin_inset space ~
23854 \end_inset
23855
23856 mode
23857 \family default
23858  of the 
23859 \family sans
23860 Math
23861 \begin_inset space ~
23862 \end_inset
23863
23864 Panel
23865 \family default
23866  button 
23867 \begin_inset Graphics
23868         filename ../images/math/font.png
23869
23870 \end_inset
23871
23872  (shortcut 
23873 \begin_inset Info
23874 type  "shortcut"
23875 arg   "font-default"
23876 \end_inset
23877
23878 ).
23879  Math text appears in LyX in black instead of blue.
23880  You can use spaces and accents in math text like in normal text.
23881  Here is an example:
23882 \begin_inset Formula \[
23883 f(x)=\begin{cases}
23884 x & \textrm{if I say so}\\
23885 -x & \textrm{unter Umständen}
23886 \end{cases}
23887 \]
23888
23889 \end_inset
23890
23891
23892 \end_layout
23893
23894 \begin_layout Subsection
23895 Font Sizes
23896 \begin_inset Index idx
23897 status collapsed
23898
23899 \begin_layout Plain Layout
23900 Math ! Font sizes
23901 \end_layout
23902
23903 \end_inset
23904
23905
23906 \end_layout
23907
23908 \begin_layout Standard
23909 There are four font styles (relative sizes) used in math-mode, which are
23910  automatically chosen in most situations.
23911  These are called 
23912 \family sans
23913 textstyle
23914 \family default
23915
23916 \family sans
23917 displaystyle
23918 \family default
23919
23920 \family sans
23921 scriptstyle
23922 \family default
23923 , and 
23924 \family sans
23925 scriptscriptstyle
23926 \family default
23927 .
23928  For most characters, 
23929 \family sans
23930 textstyle
23931 \family default
23932  and 
23933 \family sans
23934 displaystyle
23935 \family default
23936  are actually the same size, but fractions, superscripts and subscripts,
23937  and certain other structures, are set larger in 
23938 \family sans
23939 displaystyle
23940 \family default
23941 .
23942  Except for some operators, which resize themselves to accommodate various
23943  situations, all text will be set in the styles that LaTeX thinks are appropriat
23944 e.
23945  These choices can be overridden by using the math panel button 
23946 \begin_inset Graphics
23947         filename ../images/math/style.png
23948
23949 \end_inset
23950
23951 .
23952  A box for the size will be created in which you can insert the math structure.
23953  For example, you can set 
23954 \begin_inset Formula $\frac{1}{2}
23955 $
23956 \end_inset
23957
23958 , which is normally in 
23959 \family sans
23960 textstyle
23961 \family default
23962 , larger in 
23963 \family sans
23964 displaystyle
23965 \family default
23966
23967 \begin_inset Formula ${\displaystyle \frac{1}{2}}
23968 $
23969 \end_inset
23970
23971 .
23972  The four styles are used in the following example:
23973 \end_layout
23974
23975 \begin_layout Standard
23976 \begin_inset Formula $displaystyle
23977 $
23978 \end_inset
23979
23980
23981 \begin_inset Formula ${\textstyle textstyle}
23982 $
23983 \end_inset
23984
23985
23986 \begin_inset Formula ${\scriptstyle scriptstyle}
23987 $
23988 \end_inset
23989
23990
23991 \begin_inset Formula ${\scriptscriptstyle scriptscriptstyle}
23992 $
23993 \end_inset
23994
23995 .
23996 \end_layout
23997
23998 \begin_layout Standard
23999 All these math-mode font sizes are relative, that means, if the whole math
24000  inset is set in a particular size with the menu 
24001 \family sans
24002 Edit\SpecialChar \menuseparator
24003 Text
24004 \begin_inset space ~
24005 \end_inset
24006
24007 Style
24008 \family default
24009 , all sizes in the formula will be adjusted relative to this size.
24010  Similarly, if the base font size of the document is changed, all fonts
24011  will be adjusted to correspond.
24012  As an example here is a formula in the font size 
24013 \begin_inset Quotes eld
24014 \end_inset
24015
24016 largest
24017 \begin_inset Quotes erd
24018 \end_inset
24019
24020 :
24021 \end_layout
24022
24023 \begin_layout Standard
24024
24025 \family roman
24026 \size largest
24027 \begin_inset Formula $\mathrm{e}=\sum_{n=0}^{\infty}\frac{1}{n!}
24028 $
24029 \end_inset
24030
24031
24032 \end_layout
24033
24034 \begin_layout Section
24035 Theorem Modules
24036 \end_layout
24037
24038 \begin_layout Standard
24039 As of LyX 1.6, support for theorem-like environments has been moved out of
24040  the document classes and into layout modules.
24041 \begin_inset Index idx
24042 status collapsed
24043
24044 \begin_layout Plain Layout
24045 Layout Modules
24046 \end_layout
24047
24048 \end_inset
24049
24050  As a result, theorem-like environments can now easily be used with classes
24051  other than the AMS classes.
24052  See section 
24053 \begin_inset CommandInset ref
24054 LatexCommand ref
24055 reference "sub:Modules"
24056
24057 \end_inset
24058
24059  for more on layout modules.
24060 \end_layout
24061
24062 \begin_layout Section
24063 AMS-LaTeX
24064 \begin_inset Index idx
24065 status collapsed
24066
24067 \begin_layout Plain Layout
24068 AMS math
24069 \end_layout
24070
24071 \end_inset
24072
24073
24074 \begin_inset Index idx
24075 status collapsed
24076
24077 \begin_layout Plain Layout
24078 Math ! AMS
24079 \end_layout
24080
24081 \end_inset
24082
24083
24084 \end_layout
24085
24086 \begin_layout Standard
24087 LyX supports the packages provided by the American Mathematical Society
24088  (AMS) that are in common use.
24089 \end_layout
24090
24091 \begin_layout Subsection
24092 Enabling AMS-Support
24093 \end_layout
24094
24095 \begin_layout Standard
24096 Selecting the checkbox 
24097 \family sans
24098 Use
24099 \begin_inset space ~
24100 \end_inset
24101
24102 AMS
24103 \begin_inset space ~
24104 \end_inset
24105
24106 math
24107 \begin_inset space ~
24108 \end_inset
24109
24110 package
24111 \family default
24112  in the 
24113 \family sans
24114 Document\SpecialChar \menuseparator
24115 Settings
24116 \family default
24117
24118 \begin_inset Index idx
24119 status collapsed
24120
24121 \begin_layout Plain Layout
24122 Document ! Settings
24123 \end_layout
24124
24125 \end_inset
24126
24127  dialog under 
24128 \family sans
24129 Math
24130 \begin_inset space ~
24131 \end_inset
24132
24133 Options
24134 \family default
24135  will include the AMS-packages in the document, and make the facilities
24136  available.
24137  AMS is needed for many math-constructs, so when you get LaTeX-errors in
24138  formulas, assure that you have enabled AMS.
24139 \end_layout
24140
24141 \begin_layout Subsection
24142 AMS-Formula Types
24143 \begin_inset CommandInset label
24144 LatexCommand label
24145 name "sub:AMS-Formula-Types"
24146
24147 \end_inset
24148
24149
24150 \begin_inset Index idx
24151 status collapsed
24152
24153 \begin_layout Plain Layout
24154 Math ! Multi-line Equations
24155 \end_layout
24156
24157 \end_inset
24158
24159
24160 \end_layout
24161
24162 \begin_layout Standard
24163 AMS-LaTeX provides a selection of different formula types.
24164  LyX allows you to choose between 
24165 \family typewriter
24166 align
24167 \family default
24168
24169 \family typewriter
24170 alignat
24171 \family default
24172
24173 \family typewriter
24174 flalign
24175 \family default
24176
24177 \family typewriter
24178 gather
24179 \family default
24180 , and 
24181 \family typewriter
24182 multline
24183 \family default
24184 .
24185  We refer to the AMS-documentation for an explanation of these formula types.
24186 \end_layout
24187
24188 \begin_layout Chapter
24189 More Tools
24190 \end_layout
24191
24192 \begin_layout Section
24193 Cross-References
24194 \begin_inset Index idx
24195 status collapsed
24196
24197 \begin_layout Plain Layout
24198 Cross references
24199 \end_layout
24200
24201 \end_inset
24202
24203
24204 \begin_inset CommandInset label
24205 LatexCommand label
24206 name "sec:Cross-References"
24207
24208 \end_inset
24209
24210
24211 \end_layout
24212
24213 \begin_layout Standard
24214 One of LyX's strengths are cross-references.
24215  You can reference every section, float, footnote, formula, and list in
24216  the document.
24217  To reference a document part, you have to insert a label into it.
24218  The label is used as anchor and name for the reference.
24219  We want for example to refer to the second item of the following list:
24220 \end_layout
24221
24222 \begin_layout Enumerate
24223 First item
24224 \end_layout
24225
24226 \begin_layout Enumerate
24227 \begin_inset CommandInset label
24228 LatexCommand label
24229 name "enu:Second-item"
24230
24231 \end_inset
24232
24233 Second item
24234 \end_layout
24235
24236 \begin_layout Enumerate
24237 Third item
24238 \end_layout
24239
24240 \begin_layout Standard
24241 First we insert a label into the second item with the menu 
24242 \family sans
24243 Insert\SpecialChar \menuseparator
24244 Label
24245 \family default
24246  or by pressing the toolbar button 
24247 \begin_inset Graphics
24248         filename ../images/label-insert.png
24249         scale 85
24250
24251 \end_inset
24252
24253 .
24254  A grey label box like this: 
24255 \begin_inset Graphics
24256         filename clipart/labelQt4.png
24257         scale 85
24258
24259 \end_inset
24260
24261  is inserted and the label window pops up asking for the label text.
24262  LyX offers as text the first words of the item with a prefix, in our case
24263  the text 
24264 \begin_inset Quotes eld
24265 \end_inset
24266
24267
24268 \family sans
24269 enu: Second-item
24270 \family default
24271
24272 \begin_inset Quotes erd
24273 \end_inset
24274
24275 .
24276  The prefix 
24277 \begin_inset Quotes eld
24278 \end_inset
24279
24280
24281 \family sans
24282 enu:
24283 \family default
24284
24285 \begin_inset Quotes erd
24286 \end_inset
24287
24288  stands for 
24289 \begin_inset Quotes eld
24290 \end_inset
24291
24292 enumerate
24293 \begin_inset Quotes erd
24294 \end_inset
24295
24296 .
24297  The prefix depends on the document part where the label is inserted, e.
24298 \begin_inset space \thinspace{}
24299 \end_inset
24300
24301 g.
24302 \begin_inset space \space{}
24303 \end_inset
24304
24305 if you insert a label into a section heading, the prefix will be 
24306 \begin_inset Quotes eld
24307 \end_inset
24308
24309
24310 \family sans
24311 sec:
24312 \family default
24313
24314 \begin_inset Quotes erd
24315 \end_inset
24316
24317 .
24318 \end_layout
24319
24320 \begin_layout Standard
24321 To reference the item, we refer to its label using the menu 
24322 \family sans
24323 Insert\SpecialChar \menuseparator
24324 Cross-Reference
24325 \family default
24326  or the toolbar button 
24327 \begin_inset Graphics
24328         filename ../images/dialog-show-new-inset_ref.png
24329         scale 85
24330
24331 \end_inset
24332
24333 .
24334  A grey cross-reference box like this: 
24335 \begin_inset Graphics
24336         filename clipart/referenceQt4.png
24337         scale 85
24338
24339 \end_inset
24340
24341  is inserted and the cross-reference window appears showing all the labels
24342  in the document.
24343  We can now sort the labels alphabetically and then choose the entry 
24344 \begin_inset Quotes eld
24345 \end_inset
24346
24347
24348 \family sans
24349 enu:Second-item
24350 \family default
24351
24352 \begin_inset Quotes erd
24353 \end_inset
24354
24355 .
24356  At the position of the cross-reference box the item number will appear
24357  in the output.
24358 \end_layout
24359
24360 \begin_layout Standard
24361 Alternatively to 
24362 \family sans
24363 Insert\SpecialChar \menuseparator
24364 Cross-Reference
24365 \family default
24366 , you can right-click on a label and use in the appearing context menu 
24367 \family sans
24368 Copy as Reference
24369 \family default
24370 .
24371  The cross-reference to this label is now in the clipboard and can be copied
24372  to the actual cursor position via the menu 
24373 \family sans
24374 Edit\SpecialChar \menuseparator
24375 Paste
24376 \family default
24377  (shortcut Ctrl+V).
24378 \end_layout
24379
24380 \begin_layout Standard
24381 Here is our cross-reference: Item
24382 \begin_inset space ~
24383 \end_inset
24384
24385
24386 \begin_inset CommandInset ref
24387 LatexCommand ref
24388 reference "enu:Second-item"
24389
24390 \end_inset
24391
24392
24393 \end_layout
24394
24395 \begin_layout Standard
24396 It is recommended to use a protected space
24397 \begin_inset Foot
24398 status collapsed
24399
24400 \begin_layout Plain Layout
24401 described in section
24402 \begin_inset space ~
24403 \end_inset
24404
24405
24406 \begin_inset CommandInset ref
24407 LatexCommand ref
24408 reference "sub:Protected-Space"
24409
24410 \end_inset
24411
24412
24413 \end_layout
24414
24415 \end_inset
24416
24417  between the cross-reference name and its number to avoid ugly line breaks
24418  between them.
24419 \end_layout
24420
24421 \begin_layout Standard
24422 There are six varieties of cross-references:
24423 \end_layout
24424
24425 \begin_layout Description
24426 <reference>: prints the float number, this is the default: 
24427 \begin_inset CommandInset ref
24428 LatexCommand ref
24429 reference "cap:Two-distorted-images"
24430
24431 \end_inset
24432
24433
24434 \end_layout
24435
24436 \begin_layout Description
24437 (<reference>): prints the float number within two parentheses, this is the
24438  style normally used to reference formulas, especially when the reference
24439  name 
24440 \begin_inset Quotes eld
24441 \end_inset
24442
24443 Equation
24444 \begin_inset Quotes erd
24445 \end_inset
24446
24447  is omitted: 
24448 \begin_inset CommandInset ref
24449 LatexCommand eqref
24450 reference "eq:tanhExp"
24451
24452 \end_inset
24453
24454
24455 \end_layout
24456
24457 \begin_layout Description
24458 <page>: prints the page number: Page
24459 \begin_inset space ~
24460 \end_inset
24461
24462
24463 \begin_inset CommandInset ref
24464 LatexCommand pageref
24465 reference "cap:Two-distorted-images"
24466
24467 \end_inset
24468
24469
24470 \end_layout
24471
24472 \begin_layout Description
24473 on
24474 \begin_inset space ~
24475 \end_inset
24476
24477 page
24478 \begin_inset space ~
24479 \end_inset
24480
24481 <page>: prints the text "on page" and the page number: 
24482 \begin_inset CommandInset ref
24483 LatexCommand vpageref
24484 reference "cap:Two-distorted-images"
24485
24486 \end_inset
24487
24488
24489 \end_layout
24490
24491 \begin_layout Description
24492 <reference>
24493 \begin_inset space ~
24494 \end_inset
24495
24496 on
24497 \begin_inset space ~
24498 \end_inset
24499
24500 page
24501 \begin_inset space ~
24502 \end_inset
24503
24504 <page>: prints the float number, the text "on page", and the page number:
24505  
24506 \begin_inset CommandInset ref
24507 LatexCommand vref
24508 reference "cap:Two-distorted-images"
24509
24510 \end_inset
24511
24512
24513 \end_layout
24514
24515 \begin_layout Description
24516 Formatted
24517 \begin_inset space ~
24518 \end_inset
24519
24520 reference: prints a self defined cross-reference format.
24521 \begin_inset Newline newline
24522 \end_inset
24523
24524
24525 \begin_inset Note Greyedout
24526 status open
24527
24528 \begin_layout Plain Layout
24529
24530 \series bold
24531 Note:
24532 \series default
24533  This feature is only available when you have the LaTeX-package 
24534 \series bold
24535 prettyref
24536 \series default
24537
24538 \begin_inset Index idx
24539 status collapsed
24540
24541 \begin_layout Plain Layout
24542 LaTeX-packages ! prettyref
24543 \end_layout
24544
24545 \end_inset
24546
24547  installed.
24548 \end_layout
24549
24550 \end_inset
24551
24552
24553 \end_layout
24554
24555 \begin_layout Standard
24556 Note that the style <page> won't print the page number if the label is on
24557  the previous, the same, or the next page.
24558  You will e.
24559 \begin_inset space \thinspace{}
24560 \end_inset
24561
24562 g.
24563 \begin_inset space \space{}
24564 \end_inset
24565
24566 see the text 
24567 \begin_inset Quotes eld
24568 \end_inset
24569
24570
24571 \family sans
24572 on this page
24573 \family default
24574
24575 \begin_inset Quotes erd
24576 \end_inset
24577
24578  instead.
24579 \end_layout
24580
24581 \begin_layout Standard
24582 The number and current page of the referenced document part in the output,
24583  is automatically calculated by LaTeX.
24584  The varieties are adjusted in the field 
24585 \family sans
24586 Format
24587 \family default
24588  of the cross-reference window, that appear when you click on the cross-referenc
24589 e box.
24590 \end_layout
24591
24592 \begin_layout Standard
24593 You can only use the style 
24594 \family sans
24595 <reference>
24596 \family default
24597  to reference numbered document parts, while the reference style 
24598 \family sans
24599 <page>
24600 \family default
24601  is always possible.
24602 \end_layout
24603
24604 \begin_layout Standard
24605 If you want to reference a section, put the label in the section heading,
24606  to reference a float, put the label in the caption.
24607  For footnotes you can put the label somewhere in it.
24608  Referencing formulas is explained in section
24609 \begin_inset space ~
24610 \end_inset
24611
24612
24613 \begin_inset CommandInset ref
24614 LatexCommand ref
24615 reference "sec:Formula-Numbering-and"
24616
24617 \end_inset
24618
24619 .
24620 \end_layout
24621
24622 \begin_layout Standard
24623 The button 
24624 \family sans
24625 Go
24626 \begin_inset space ~
24627 \end_inset
24628
24629 to
24630 \begin_inset space ~
24631 \end_inset
24632
24633 Label
24634 \family default
24635  in the cross-reference window sets the the cursor before the referenced
24636  label.
24637  The button text changes then to 
24638 \family sans
24639 Go
24640 \begin_inset space ~
24641 \end_inset
24642
24643 Back
24644 \family default
24645  and you can use it to set the cursor back to the cross-reference.
24646  Right-clicking on a cross-reference box also sets the cursor before the
24647  referred label and you can go back with the toolbar button 
24648 \begin_inset Graphics
24649         filename ../images/bookmark-goto_0.png
24650         BoundingBox 0bp 5bp 20bp 25bp
24651         rotateOrigin center
24652
24653 \end_inset
24654
24655 .
24656 \end_layout
24657
24658 \begin_layout Standard
24659 You can change labels at any time by clicking on the label box.
24660  References to the changed label will automatically change its link to the
24661  new label text, so that you don't need to take care about this.
24662 \end_layout
24663
24664 \begin_layout Standard
24665 If a cross-reference refers to a non-existent label, you'll see two question
24666  marks in the output instead of the reference.
24667 \end_layout
24668
24669 \begin_layout Standard
24670 References are described in detail in the 
24671 \emph on
24672 Embedded Objects
24673 \emph default
24674  manual.
24675 \end_layout
24676
24677 \begin_layout Section
24678 Table of Contents and other Listings
24679 \begin_inset Index idx
24680 status collapsed
24681
24682 \begin_layout Plain Layout
24683 Table of contents
24684 \end_layout
24685
24686 \end_inset
24687
24688
24689 \begin_inset Index idx
24690 status collapsed
24691
24692 \begin_layout Plain Layout
24693 Outline
24694 \end_layout
24695
24696 \end_inset
24697
24698
24699 \begin_inset CommandInset label
24700 LatexCommand label
24701 name "sec:toc"
24702
24703 \end_inset
24704
24705
24706 \end_layout
24707
24708 \begin_layout Subsection
24709 Table of Contents
24710 \begin_inset CommandInset label
24711 LatexCommand label
24712 name "sub:Table-of-Contents"
24713
24714 \end_inset
24715
24716
24717 \end_layout
24718
24719 \begin_layout Standard
24720 The Table of Contents (TOC) is inserted with the menu 
24721 \family sans
24722 Insert\SpecialChar \menuseparator
24723 List/TOC\SpecialChar \menuseparator
24724 Table
24725 \begin_inset space ~
24726 \end_inset
24727
24728 of
24729 \begin_inset space ~
24730 \end_inset
24731
24732 Contents
24733 \family default
24734 .
24735  Is is displayed in LyX as a gray box.
24736  If you click on it, the 
24737 \family sans
24738 Outline
24739 \family default
24740  window appears, showing you the TOC entries as outline to move and rearrange
24741  sections in your documents.
24742  So this operation is an alternative to the menu 
24743 \family sans
24744 Document\SpecialChar \menuseparator
24745 Outline
24746 \family default
24747  that is described in sec.
24748 \begin_inset space \thinspace{}
24749 \end_inset
24750
24751
24752 \begin_inset CommandInset ref
24753 LatexCommand ref
24754 reference "sec:Navigating"
24755
24756 \end_inset
24757
24758 .
24759 \end_layout
24760
24761 \begin_layout Standard
24762 The TOC in the document output lists every numbered section automatically.
24763  If you have declared a short title for a section heading, as described
24764  in section
24765 \begin_inset space ~
24766 \end_inset
24767
24768
24769 \begin_inset CommandInset ref
24770 LatexCommand ref
24771 reference "sec:Short-Titles"
24772
24773 \end_inset
24774
24775 , it will be used in the TOC instead of the section heading.
24776  Section
24777 \begin_inset space ~
24778 \end_inset
24779
24780
24781 \begin_inset CommandInset ref
24782 LatexCommand ref
24783 reference "sub:Numbering-depth"
24784
24785 \end_inset
24786
24787  describes how the level is adjusted that defines which section types are
24788  listed in the TOC.
24789  Unnumbered sections are not listed in the TOC.
24790 \end_layout
24791
24792 \begin_layout Subsection
24793 List of Figures, Tables, and Algorithms
24794 \begin_inset CommandInset label
24795 LatexCommand label
24796 name "sub:List-of-Figures"
24797
24798 \end_inset
24799
24800
24801 \end_layout
24802
24803 \begin_layout Standard
24804 Table, figure, and algorithm lists are very much like the table of contents.
24805  You can insert them via the 
24806 \family sans
24807 Insert\SpecialChar \menuseparator
24808 List
24809 \begin_inset space ~
24810 \end_inset
24811
24812 /
24813 \begin_inset space ~
24814 \end_inset
24815
24816 TOC
24817 \family default
24818  submenus.
24819  The list entries are the float captions and the float number.
24820 \end_layout
24821
24822 \begin_layout Section
24823 URLs and Hyperlinks
24824 \begin_inset Index idx
24825 status collapsed
24826
24827 \begin_layout Plain Layout
24828 URLs
24829 \end_layout
24830
24831 \end_inset
24832
24833
24834 \begin_inset Index idx
24835 status collapsed
24836
24837 \begin_layout Plain Layout
24838 Hyperlinks
24839 \end_layout
24840
24841 \end_inset
24842
24843
24844 \end_layout
24845
24846 \begin_layout Subsection
24847 URLs
24848 \begin_inset CommandInset label
24849 LatexCommand label
24850 name "sub:URLs"
24851
24852 \end_inset
24853
24854
24855 \end_layout
24856
24857 \begin_layout Standard
24858 Links to web pages or email addresses can be inserted via the menu 
24859 \family sans
24860 Insert\SpecialChar \menuseparator
24861 URL
24862 \family default
24863 .
24864 \end_layout
24865
24866 \begin_layout Standard
24867 Here is an example URL: LyX's homepage: 
24868 \begin_inset Flex URL
24869 status open
24870
24871 \begin_layout Plain Layout
24872
24873 http://www.lyx.org
24874 \end_layout
24875
24876 \end_inset
24877
24878
24879 \end_layout
24880
24881 \begin_layout Standard
24882 You cannot change the style of the link text, the URL text will always be
24883  in the style 
24884 \family typewriter
24885 Typewriter
24886 \family default
24887 .
24888  To be able to format the URL text, use hyperlinks as explained in the next
24889  subsection.
24890 \end_layout
24891
24892 \begin_layout Standard
24893 \begin_inset Note Greyedout
24894 status open
24895
24896 \begin_layout Plain Layout
24897
24898 \series bold
24899 Note:
24900 \series default
24901  URLs must not end with a backslash, otherwise you get LaTeX errors.
24902 \end_layout
24903
24904 \end_inset
24905
24906
24907 \end_layout
24908
24909 \begin_layout Subsection
24910 Hyperlinks
24911 \begin_inset CommandInset label
24912 LatexCommand label
24913 name "sub:Hyperlinks"
24914
24915 \end_inset
24916
24917
24918 \end_layout
24919
24920 \begin_layout Standard
24921 Hyperlinks can be inserted with the menu 
24922 \family sans
24923 Insert\SpecialChar \menuseparator
24924 Hyperlink
24925 \family default
24926  or with the toolbar button 
24927 \begin_inset Graphics
24928         filename ../images/href-insert.png
24929         BoundingBox 0bp 5bp 20bp 20bp
24930
24931 \end_inset
24932
24933 .
24934  The appearing dialog has two fields: 
24935 \family sans
24936 Target
24937 \family default
24938  and 
24939 \family sans
24940 Name
24941 \family default
24942 .
24943  The name is the printed text for the hyperlink.
24944  The hyperlink type can be a weblink like this: 
24945 \begin_inset CommandInset href
24946 LatexCommand href
24947 name "LyX's homepage"
24948 target "http://www.lyx.org"
24949
24950 \end_inset
24951
24952 , an Email address like this: 
24953 \begin_inset CommandInset href
24954 LatexCommand href
24955 name "lyx-docs mailing list"
24956 target "lyx-docs@lists.lyx.org?subject=LyX's documentation"
24957 type "mailto:"
24958
24959 \end_inset
24960
24961 , or a link to a file.
24962 \end_layout
24963
24964 \begin_layout Standard
24965 You can start applications via a hyperlink when you insert a weblink, but
24966  add the prefix 
24967 \begin_inset Quotes eld
24968 \end_inset
24969
24970
24971 \family sans
24972 run:
24973 \family default
24974
24975 \begin_inset Quotes erd
24976 \end_inset
24977
24978  to the link target.
24979 \end_layout
24980
24981 \begin_layout Standard
24982 Hyperlinks will automatically be hyphenated if necessary in the PDF output,
24983  and become clickable in the DVI and PDF-output.
24984  To set the format of the link text, highlight the hyperlink inset and use
24985  the text style dialog.
24986  This is for example a hyperlink with bold sans serif text: 
24987 \family sans
24988 \series bold
24989
24990 \begin_inset CommandInset href
24991 LatexCommand href
24992 name "LyX's homepage"
24993 target "http://www.lyx.org"
24994
24995 \end_inset
24996
24997
24998 \end_layout
24999
25000 \begin_layout Standard
25001 The link text color can be changed, when the option 
25002 \family sans
25003 Color links
25004 \family default
25005  is set in the PDF Properties dialog (menu 
25006 \family sans
25007 Document\SpecialChar \menuseparator
25008 Settings\SpecialChar \menuseparator
25009 PDF Properties
25010 \family default
25011 ).
25012  The link text is for example set in this document to blue by adding the
25013  option
25014 \begin_inset Newline newline
25015 \end_inset
25016
25017
25018 \series bold
25019 urlcolor=blue
25020 \series default
25021
25022 \begin_inset Newline newline
25023 \end_inset
25024
25025 to the field 
25026 \family sans
25027 Additional options
25028 \family default
25029  in the PDF Properties dialog.
25030 \end_layout
25031
25032 \begin_layout Section
25033 Appendices
25034 \begin_inset Index idx
25035 status collapsed
25036
25037 \begin_layout Plain Layout
25038 Appendix
25039 \end_layout
25040
25041 \end_inset
25042
25043
25044 \begin_inset CommandInset label
25045 LatexCommand label
25046 name "sec:Appendices"
25047
25048 \end_inset
25049
25050
25051 \end_layout
25052
25053 \begin_layout Standard
25054 Appendices are created with the menu 
25055 \family sans
25056 Document\SpecialChar \menuseparator
25057 Start
25058 \begin_inset space ~
25059 \end_inset
25060
25061 Appendix
25062 \begin_inset space ~
25063 \end_inset
25064
25065 Here
25066 \family default
25067 .
25068  This menu sets the document from the current cursor position to the end
25069  as the appendix region.
25070  The region is marked with a red borderline.
25071 \end_layout
25072
25073 \begin_layout Standard
25074 Every chapter (or section) within the appendix region is treated as an appendix,
25075  numbered with a capital Latin letter.
25076  The appendix subsections are numbered with this letter followed by a dot
25077  and the subsection number.
25078  All appendix sections can be referenced as if they were normal sections,
25079  here two examples:
25080 \end_layout
25081
25082 \begin_layout Standard
25083 Appendix
25084 \begin_inset space ~
25085 \end_inset
25086
25087
25088 \begin_inset CommandInset ref
25089 LatexCommand ref
25090 reference "cha:Credits"
25091
25092 \end_inset
25093
25094 ; Appendix
25095 \begin_inset space ~
25096 \end_inset
25097
25098
25099 \begin_inset CommandInset ref
25100 LatexCommand ref
25101 reference "sub:Export"
25102
25103 \end_inset
25104
25105
25106 \end_layout
25107
25108 \begin_layout Section
25109 Bibliography
25110 \begin_inset Index idx
25111 status collapsed
25112
25113 \begin_layout Plain Layout
25114 Bibliography
25115 \end_layout
25116
25117 \end_inset
25118
25119
25120 \begin_inset CommandInset label
25121 LatexCommand label
25122 name "sec:Bibliography"
25123
25124 \end_inset
25125
25126
25127 \end_layout
25128
25129 \begin_layout Standard
25130 There are two ways of generating the bibliography in a LyX-document.
25131  You can include a bibliography database,
25132 \begin_inset Foot
25133 status collapsed
25134
25135 \begin_layout Plain Layout
25136 Known under the name 
25137 \begin_inset Quotes eld
25138 \end_inset
25139
25140 BibTeX-database
25141 \begin_inset Quotes erd
25142 \end_inset
25143
25144 .
25145 \end_layout
25146
25147 \end_inset
25148
25149  which is explained in the next subsection, or you can insert the bibliography
25150  manually, using the paragraph environment 
25151 \family sans
25152 Bibliography
25153 \family default
25154 , which was described in section
25155 \begin_inset space ~
25156 \end_inset
25157
25158
25159 \begin_inset CommandInset ref
25160 LatexCommand ref
25161 reference "sub:Biblio_environment"
25162
25163 \end_inset
25164
25165 .
25166  If you want anything other than numerical citations that are used in this
25167  document, like author-year cituations, then you must
25168 \emph on
25169  
25170 \emph default
25171 use a bibliography database.
25172 \end_layout
25173
25174 \begin_layout Subsection
25175 The Bibliography Environment
25176 \end_layout
25177
25178 \begin_layout Standard
25179 Within the 
25180 \family sans
25181 Bibliography
25182 \family default
25183  environment, every paragraph begins with a gray bibliography box labeled
25184  with a number.
25185  If you click on it, you will get a dialog in which you can set a 
25186 \family sans
25187 Key
25188 \family default
25189  and a 
25190 \family sans
25191 Label
25192 \family default
25193 .
25194  The key is the symbolic name by which you will refer to this bibliography
25195  entry.
25196  For example, our second entry in the bibliography is a book about LaTeX
25197  and we used 
25198 \begin_inset Quotes eld
25199 \end_inset
25200
25201 latexcompanion
25202 \begin_inset Quotes erd
25203 \end_inset
25204
25205 , a short form of its title, as key.
25206 \end_layout
25207
25208 \begin_layout Standard
25209 You can refer to the key of a bibliography entry using the menu 
25210 \family sans
25211 Insert\SpecialChar \menuseparator
25212 Citation
25213 \family default
25214  or the toolbar button 
25215 \begin_inset Graphics
25216         filename ../images/dialog-show-new-inset_citation.png
25217         BoundingBox 0bp 5bp 20bp 20bp
25218
25219 \end_inset
25220
25221 .
25222  A citation reference box is inserted and a citation window will appear
25223  in which you can select one or more keys in the available key list.
25224  The citation reference box will be labeled with the referenced key.
25225  When you click on the box, the citation window appears and you can change
25226  the reference.
25227 \end_layout
25228
25229 \begin_layout Standard
25230 Citation references appear in the output as the number of the bibliography
25231  entry with surrounding brackets.
25232  If you set a 
25233 \family sans
25234 Label
25235 \family default
25236  for the entry, the label will appear instead of the number.
25237  Here are two examples; the first without a label, the second with the label
25238  
25239 \begin_inset Quotes eld
25240 \end_inset
25241
25242 Credits
25243 \begin_inset Quotes erd
25244 \end_inset
25245
25246 :
25247 \end_layout
25248
25249 \begin_layout Standard
25250 Have a look at the 
25251 \family sans
25252 LaTeX Companion Second Edition
25253 \family default
25254
25255 \begin_inset CommandInset citation
25256 LatexCommand cite
25257 key "latexcompanion"
25258
25259 \end_inset
25260
25261
25262 \end_layout
25263
25264 \begin_layout Standard
25265 The LyX-Team members are listed in the Credits: 
25266 \begin_inset CommandInset citation
25267 LatexCommand cite
25268 key "lyxcredit"
25269
25270 \end_inset
25271
25272
25273 \end_layout
25274
25275 \begin_layout Subsection
25276 Bibliography databases (BibTeX)
25277 \begin_inset Index idx
25278 status collapsed
25279
25280 \begin_layout Plain Layout
25281 Bibliography ! Databases
25282 \end_layout
25283
25284 \end_inset
25285
25286
25287 \begin_inset Index idx
25288 status collapsed
25289
25290 \begin_layout Plain Layout
25291 Bibliography ! BibTeX
25292 \end_layout
25293
25294 \end_inset
25295
25296
25297 \begin_inset CommandInset label
25298 LatexCommand label
25299 name "sub:Bibliography-databases"
25300
25301 \end_inset
25302
25303
25304 \end_layout
25305
25306 \begin_layout Standard
25307 Bibliography databases are useful if you use the same bibliography in different
25308  documents.
25309 \begin_inset Foot
25310 status collapsed
25311
25312 \begin_layout Plain Layout
25313 They are also useful simply for keeping a database of articles and notes
25314  concerning them.
25315  Most of the database programs mentioned below allow you to store annotations
25316  and reviews along with bibliographical information.
25317 \end_layout
25318
25319 \end_inset
25320
25321  It also makes it very easy to have a uniform layout for all bibliography
25322  entries.
25323  You can collect the bibliography of all relevant books and articles of
25324  your working field in a database.
25325  This database can be used for different documents, and only the entries
25326  cited in a particular document will appear in the bibliography list for
25327  that document.
25328  This relieves you of the need to keep track of which articles and books
25329  you have cited.
25330 \end_layout
25331
25332 \begin_layout Standard
25333 The database is a text file with the file extension 
25334 \begin_inset Quotes eld
25335 \end_inset
25336
25337
25338 \family sans
25339 .bib
25340 \family default
25341
25342 \begin_inset Quotes erd
25343 \end_inset
25344
25345 , containing the bibliography in a special format.
25346  The format is explained in 
25347 \begin_inset CommandInset citation
25348 LatexCommand cite
25349 key "BibTeX-2"
25350
25351 \end_inset
25352
25353  and in LaTeX books (
25354 \begin_inset CommandInset citation
25355 LatexCommand cite
25356 key "Mittelbach,Kopka,Lamport"
25357
25358 \end_inset
25359
25360 ).
25361  The file can be created using any text editor, but normally one uses a
25362  special program to create and edit the entries in the database.
25363  A list of such programs is maintained on the LyX Wiki at 
25364 \begin_inset Flex URL
25365 status collapsed
25366
25367 \begin_layout Plain Layout
25368
25369 http://wiki.lyx.org/BibTeX/Programs
25370 \end_layout
25371
25372 \end_inset
25373
25374 .
25375 \end_layout
25376
25377 \begin_layout Standard
25378 To use a database, use the menu 
25379 \family sans
25380 Insert\SpecialChar \menuseparator
25381 List
25382 \family default
25383 /
25384 \family sans
25385 TOC\SpecialChar \menuseparator
25386 BibT
25387 \begin_inset ERT
25388 status collapsed
25389
25390 \begin_layout Plain Layout
25391
25392 {}
25393 \end_layout
25394
25395 \end_inset
25396
25397 eX
25398 \begin_inset space ~
25399 \end_inset
25400
25401 Bibliography
25402 \family default
25403 .
25404  A grey box will be inserted and a window appears.
25405  In this window you can load one or more databases and a style file.
25406  The option 
25407 \family sans
25408 Add bibliography to TOC
25409 \family default
25410  adds a table of contents entry for the bibliography.
25411  In the 
25412 \family sans
25413 Content
25414 \family default
25415  drop box you can select what part of the database should be output.
25416 \end_layout
25417
25418 \begin_layout Standard
25419 The style file is a text file with the file extension 
25420 \begin_inset Quotes eld
25421 \end_inset
25422
25423
25424 \family sans
25425 .bst
25426 \family default
25427
25428 \begin_inset Quotes erd
25429 \end_inset
25430
25431  that controls how the bibliography entries will appear.
25432  Your LaTeX distribution should provide several of these, and many publishers
25433  provide their own style files, so that you don't have to take care of the
25434  layout.
25435  It is of course possible to write your own style file, but this is something
25436  for experts.
25437 \begin_inset Foot
25438 status collapsed
25439
25440 \begin_layout Plain Layout
25441 For information how this is done, have a look at
25442 \begin_inset Newline newline
25443 \end_inset
25444
25445
25446 \begin_inset CommandInset href
25447 LatexCommand href
25448 target "http://www.ctan.org/get/biblio/bibtex/contrib/doc/btxhak.pdf"
25449
25450 \end_inset
25451
25452 .
25453 \end_layout
25454
25455 \end_inset
25456
25457
25458 \end_layout
25459
25460 \begin_layout Standard
25461 Inserting a citation reference works as described in the previous section.
25462 \end_layout
25463
25464 \begin_layout Standard
25465 To generate the bibliography from a database, LyX uses the program BibTeX.
25466  This program can be controlled with options that you can add in LyX's preferenc
25467 es dialog under 
25468 \family sans
25469 Outputs\SpecialChar \menuseparator
25470 LaT
25471 \begin_inset ERT
25472 status collapsed
25473
25474 \begin_layout Plain Layout
25475
25476 {}
25477 \end_layout
25478
25479 \end_inset
25480
25481 eX
25482 \family default
25483  in the 
25484 \family sans
25485 BibT
25486 \begin_inset ERT
25487 status collapsed
25488
25489 \begin_layout Plain Layout
25490
25491 {}
25492 \end_layout
25493
25494 \end_inset
25495
25496 eX
25497 \begin_inset space ~
25498 \end_inset
25499
25500 command
25501 \family default
25502  field.
25503  Before adding options, it is strongly recommended to read the manual of
25504  
25505 \family sans
25506 BibTeX
25507 \family default
25508  
25509 \begin_inset CommandInset citation
25510 LatexCommand cite
25511 key "BibTeX"
25512
25513 \end_inset
25514
25515 .
25516 \end_layout
25517
25518 \begin_layout Standard
25519 When you select the option 
25520 \family sans
25521 Sectioned bibliography
25522 \family default
25523  in the 
25524 \family sans
25525 Document\SpecialChar \menuseparator
25526 Settings
25527 \family default
25528  dialog, it is possible to have multiple and sectioned bibliographies.
25529  This and other options are explained in detail in section 
25530 \emph on
25531 Customizing Bibliographies
25532 \emph default
25533  
25534 \emph on
25535 with BibTeX
25536 \emph default
25537  of the 
25538 \emph on
25539 Additional Features
25540 \emph default
25541  manual.
25542 \end_layout
25543
25544 \begin_layout Standard
25545 We use two bibliographies in this document to show the difference between
25546  the two methods of creating them.
25547  As you can see, the bibliography that is created from a database lists
25548  only the database entries that are referenced in the document.
25549  We used the style file 
25550 \family sans
25551 alphadin.bst
25552 \family default
25553  to get the complicated German reference key scheme in the bibliography.
25554 \end_layout
25555
25556 \begin_layout Subsection
25557 Bibliography layout
25558 \begin_inset Index idx
25559 status collapsed
25560
25561 \begin_layout Plain Layout
25562 Bibliography ! Layout
25563 \end_layout
25564
25565 \end_inset
25566
25567
25568 \end_layout
25569
25570 \begin_layout Standard
25571 In the citation reference dialog you can set a special citation format.
25572  For this feature you need to enable the option 
25573 \family sans
25574 Natbib
25575 \family default
25576  in the 
25577 \family sans
25578 Document\SpecialChar \menuseparator
25579 Settings
25580 \family default
25581
25582 \begin_inset Index idx
25583 status collapsed
25584
25585 \begin_layout Plain Layout
25586 Document ! Settings
25587 \end_layout
25588
25589 \end_inset
25590
25591  dialog under 
25592 \family sans
25593 Bibliography
25594 \family default
25595 .
25596  Setting a citation style for a reference will overwrite the default.
25597  For the global citation format use the BibTeX style files as explained
25598  in the previous section.
25599 \end_layout
25600
25601 \begin_layout Standard
25602 You can also set text, that should appear before or after a citation reference,
25603  in the citation reference window.
25604  Here an example where we set the text 
25605 \begin_inset Quotes eld
25606 \end_inset
25607
25608 Chapter
25609 \begin_inset space ~
25610 \end_inset
25611
25612 3
25613 \begin_inset Quotes erd
25614 \end_inset
25615
25616  to appear after the reference:
25617 \end_layout
25618
25619 \begin_layout Standard
25620 Have a look at 
25621 \begin_inset CommandInset citation
25622 LatexCommand cite
25623 after "Chapter 3"
25624 key "latexcompanion"
25625
25626 \end_inset
25627
25628 .
25629 \end_layout
25630
25631 \begin_layout Section
25632 Index
25633 \begin_inset Index idx
25634 status collapsed
25635
25636 \begin_layout Plain Layout
25637 Index generation
25638 \end_layout
25639
25640 \end_inset
25641
25642
25643 \begin_inset CommandInset label
25644 LatexCommand label
25645 name "sec:Index"
25646
25647 \end_inset
25648
25649
25650 \end_layout
25651
25652 \begin_layout Standard
25653 An index entry is created if you use the menu 
25654 \family sans
25655 Insert\SpecialChar \menuseparator
25656 Index
25657 \begin_inset space ~
25658 \end_inset
25659
25660 Entry
25661 \family default
25662  or the toolbar button 
25663 \begin_inset Graphics
25664         filename ../images/index-insert.png
25665         BoundingBox 0bp 5bp 20bp 20bp
25666
25667 \end_inset
25668
25669 .
25670  A gray box labeled 
25671 \begin_inset Quotes eld
25672 \end_inset
25673
25674
25675 \family sans
25676 Idx
25677 \family default
25678
25679 \begin_inset Quotes erd
25680 \end_inset
25681
25682  is inserted containing the text that appears in the index.
25683  The word where the cursor is in or the currently highlighted text is proposed
25684  by LyX as the index entry.
25685 \end_layout
25686
25687 \begin_layout Standard
25688 We give a short overview of the index commands in the next subsections.
25689  For a detailed description of LaTeX's index mechanism, have a look at one
25690  of the LaTeX books 
25691 \begin_inset CommandInset citation
25692 LatexCommand cite
25693 key "latexcompanion,latexguide,latexbook"
25694
25695 \end_inset
25696
25697 .
25698 \end_layout
25699
25700 \begin_layout Standard
25701 You can change index entries by clicking on the index box.
25702 \end_layout
25703
25704 \begin_layout Standard
25705 The index list is inserted in the document with the menu 
25706 \family sans
25707 Insert\SpecialChar \menuseparator
25708 List
25709 \begin_inset space ~
25710 \end_inset
25711
25712 /
25713 \begin_inset space ~
25714 \end_inset
25715
25716 TOC\SpecialChar \menuseparator
25717 Index
25718 \begin_inset space ~
25719 \end_inset
25720
25721 List
25722 \family default
25723 .
25724  A light blue box labeled 
25725 \begin_inset Quotes eld
25726 \end_inset
25727
25728
25729 \family sans
25730 Index
25731 \family default
25732
25733 \begin_inset Quotes erd
25734 \end_inset
25735
25736  will show the place where the index is printed in the output.
25737  The index list box is not clickable like other LyX-boxes.
25738 \end_layout
25739
25740 \begin_layout Subsection
25741 Grouping Index Entries
25742 \begin_inset Index idx
25743 status collapsed
25744
25745 \begin_layout Plain Layout
25746 Index ! Grouping
25747 \end_layout
25748
25749 \end_inset
25750
25751
25752 \end_layout
25753
25754 \begin_layout Standard
25755 Index entries are often grouped to offer the reader a fast search in the
25756  index.
25757  We want to group for example the index entries for itemized and enumerated
25758  lists under the entry 
25759 \begin_inset Quotes eld
25760 \end_inset
25761
25762 Lists
25763 \begin_inset Quotes erd
25764 \end_inset
25765
25766 .
25767  First we create the entry 
25768 \begin_inset Quotes eld
25769 \end_inset
25770
25771 Lists
25772 \begin_inset Quotes erd
25773 \end_inset
25774
25775  in section
25776 \begin_inset space ~
25777 \end_inset
25778
25779
25780 \begin_inset CommandInset ref
25781 LatexCommand ref
25782 reference "sub:Lists"
25783
25784 \end_inset
25785
25786 .
25787  In the text field for the itemized list index entry in section
25788 \begin_inset space ~
25789 \end_inset
25790
25791
25792 \begin_inset CommandInset ref
25793 LatexCommand ref
25794 reference "sec:Itemize"
25795
25796 \end_inset
25797
25798 , we insert the command
25799 \end_layout
25800
25801 \begin_layout Standard
25802
25803 \series bold
25804 Lists ! Itemize
25805 \end_layout
25806
25807 \begin_layout Standard
25808 and the command
25809 \end_layout
25810
25811 \begin_layout Standard
25812
25813 \series bold
25814 Lists ! Enumerate
25815 \end_layout
25816
25817 \begin_layout Standard
25818 for the enumerated list in section
25819 \begin_inset space ~
25820 \end_inset
25821
25822
25823 \begin_inset CommandInset ref
25824 LatexCommand ref
25825 reference "sec:Enumerate"
25826
25827 \end_inset
25828
25829 .
25830 \end_layout
25831
25832 \begin_layout Standard
25833 The exclamation mark 
25834 \begin_inset Quotes eld
25835 \end_inset
25836
25837 !
25838 \begin_inset Quotes erd
25839 \end_inset
25840
25841  marks the grouping levels.
25842  You can have three levels; every index level is indented a bit more.
25843  An index entry for the higher levels is not required.
25844  If we don't have an index entry for 
25845 \begin_inset Quotes eld
25846 \end_inset
25847
25848 Lists
25849 \begin_inset Quotes erd
25850 \end_inset
25851
25852 , it will be printed anyway, but without a page number.
25853 \end_layout
25854
25855 \begin_layout Subsection
25856 Page Ranges
25857 \begin_inset Index idx
25858 status collapsed
25859
25860 \begin_layout Plain Layout
25861 Index ! Page ranges
25862 \end_layout
25863
25864 \end_inset
25865
25866
25867 \end_layout
25868
25869 \begin_layout Standard
25870 Normally an index entry will appear with the page number of the indexed
25871  section.
25872  But sometimes you want to index more pages under the same entry.
25873  E.g if we want to index the paragraph environments, we create an index entry
25874  in section
25875 \begin_inset space ~
25876 \end_inset
25877
25878
25879 \begin_inset CommandInset ref
25880 LatexCommand ref
25881 reference "sec:Paragraph-Environments"
25882
25883 \end_inset
25884
25885  with the command
25886 \end_layout
25887
25888 \begin_layout Standard
25889
25890 \series bold
25891 Paragraph environments|(
25892 \end_layout
25893
25894 \begin_layout Standard
25895 and another entry at the end of section
25896 \begin_inset space ~
25897 \end_inset
25898
25899
25900 \begin_inset CommandInset ref
25901 LatexCommand ref
25902 reference "sub:LyX-Code"
25903
25904 \end_inset
25905
25906  with the command
25907 \end_layout
25908
25909 \begin_layout Standard
25910
25911 \series bold
25912 Paragraph environments|)
25913 \end_layout
25914
25915 \begin_layout Standard
25916 The commands 
25917 \begin_inset Quotes eld
25918 \end_inset
25919
25920
25921 \series bold
25922 |(
25923 \series default
25924
25925 \begin_inset Quotes erd
25926 \end_inset
25927
25928  and 
25929 \begin_inset Quotes eld
25930 \end_inset
25931
25932
25933 \series bold
25934 |)
25935 \series default
25936
25937 \begin_inset Quotes erd
25938 \end_inset
25939
25940  respectively start and end the index range.
25941  You can also add the same index entry at different places in the document.
25942  They appear in the output under one entry with a comma separated list of
25943  the pages of the indexed document parts.
25944  An example is the index entry 
25945 \begin_inset Quotes eld
25946 \end_inset
25947
25948 Document ! Settings
25949 \begin_inset Quotes erd
25950 \end_inset
25951
25952 .
25953 \end_layout
25954
25955 \begin_layout Subsection
25956 Cross referencing
25957 \begin_inset Index idx
25958 status collapsed
25959
25960 \begin_layout Plain Layout
25961 Index ! Cross referencing
25962 \end_layout
25963
25964 \end_inset
25965
25966
25967 \end_layout
25968
25969 \begin_layout Standard
25970 It is also possible to refer to another index entry.
25971  We referred for example in the index entry 
25972 \begin_inset Quotes eld
25973 \end_inset
25974
25975 GIF
25976 \begin_inset Quotes erd
25977 \end_inset
25978
25979  (in section
25980 \begin_inset space ~
25981 \end_inset
25982
25983
25984 \begin_inset CommandInset ref
25985 LatexCommand ref
25986 reference "sub:Image-Formats"
25987
25988 \end_inset
25989
25990 ) to the index entry 
25991 \begin_inset Quotes eld
25992 \end_inset
25993
25994 Image formats
25995 \begin_inset Quotes erd
25996 \end_inset
25997
25998  in the same section using the entry
25999 \end_layout
26000
26001 \begin_layout Standard
26002
26003 \series bold
26004 GIF|see{Image formats}
26005 \end_layout
26006
26007 \begin_layout Standard
26008 where the braces have to be inserted as TeX Code.
26009  The text within the braces is the referenced entry.
26010  The reference will appear in the output without a page number.
26011 \end_layout
26012
26013 \begin_layout Subsection
26014 Index Entry Order
26015 \begin_inset Index idx
26016 status collapsed
26017
26018 \begin_layout Plain Layout
26019 Index ! Entry order
26020 \end_layout
26021
26022 \end_inset
26023
26024
26025 \end_layout
26026
26027 \begin_layout Standard
26028 You can use accented characters in the index entry, but the entries might
26029  then not follow the rules for the index order.
26030  The index entries are sorted alphabetically, but LaTeX
26031 \begin_inset Foot
26032 status collapsed
26033
26034 \begin_layout Plain Layout
26035 The index generating is done in the background by an extra program, see
26036  section
26037 \begin_inset space ~
26038 \end_inset
26039
26040
26041 \begin_inset CommandInset ref
26042 LatexCommand ref
26043 reference "sub:Index-Program"
26044
26045 \end_inset
26046
26047 .
26048 \end_layout
26049
26050 \end_inset
26051
26052  doesn't know how to sort accents in different languages.
26053  We have created as an example the three dummy index entries 
26054 \begin_inset Quotes eld
26055 \end_inset
26056
26057 maison
26058 \begin_inset Quotes erd
26059 \end_inset
26060
26061
26062 \begin_inset Quotes eld
26063 \end_inset
26064
26065 maïs
26066 \begin_inset Quotes erd
26067 \end_inset
26068
26069 , and 
26070 \begin_inset Quotes eld
26071 \end_inset
26072
26073 maître
26074 \begin_inset Quotes erd
26075 \end_inset
26076
26077 .
26078 \begin_inset Index idx
26079 status open
26080
26081 \begin_layout Plain Layout
26082 Dummy entries ! maïs
26083 \end_layout
26084
26085 \end_inset
26086
26087
26088 \begin_inset Index idx
26089 status open
26090
26091 \begin_layout Plain Layout
26092 Dummy entries ! maître
26093 \end_layout
26094
26095 \end_inset
26096
26097
26098 \begin_inset Index idx
26099 status open
26100
26101 \begin_layout Plain Layout
26102 Dummy entries ! maïs@maison
26103 \end_layout
26104
26105 \end_inset
26106
26107  They will be sorted in the order maïs, maître, maison, but we want the
26108  order maïs, maison, maître.
26109  To achieve this, we use the command
26110 \end_layout
26111
26112 \begin_layout Standard
26113
26114 \series bold
26115 previous entry@current entry
26116 \end_layout
26117
26118 \begin_layout Standard
26119 In our case we want to have 
26120 \begin_inset Quotes eld
26121 \end_inset
26122
26123 maison
26124 \begin_inset Quotes erd
26125 \end_inset
26126
26127  after 
26128 \begin_inset Quotes eld
26129 \end_inset
26130
26131 maïs
26132 \begin_inset Quotes erd
26133 \end_inset
26134
26135  and write therefore for the index entry of maison:
26136 \end_layout
26137
26138 \begin_layout Standard
26139
26140 \series bold
26141 maïs@maison
26142 \end_layout
26143
26144 \begin_layout Standard
26145 The previous entry needn't to be a real existing entry, you can also use
26146  another word to tell LaTeX the entry order, see the next subsection for
26147  an example.
26148 \end_layout
26149
26150 \begin_layout Standard
26151 \begin_inset VSpace bigskip
26152 \end_inset
26153
26154
26155 \end_layout
26156
26157 \begin_layout Standard
26158 In some cases the index entry order is not correct when you are using the
26159  program 
26160 \family sans
26161 makeindex 
26162 \family default
26163 to generate the index (see sec.
26164 \begin_inset space \thinspace{}
26165 \end_inset
26166
26167
26168 \begin_inset CommandInset ref
26169 LatexCommand ref
26170 reference "sub:Index-Program"
26171
26172 \end_inset
26173
26174 ).
26175  
26176 \family sans
26177 makeindex
26178 \family default
26179  would for example print the index entry for the LaTeX-package aeguill in
26180  sec.
26181 \begin_inset space \thinspace{}
26182 \end_inset
26183
26184
26185 \begin_inset CommandInset ref
26186 LatexCommand ref
26187 reference "sub:Document-Font"
26188
26189 \end_inset
26190
26191  after the index entries of the other LaTeX-packages although all these
26192  index commands start with 
26193 \begin_inset Quotes eld
26194 \end_inset
26195
26196
26197 \series bold
26198 LaTeX-packages ! 
26199 \series default
26200
26201 \begin_inset Quotes eld
26202 \end_inset
26203
26204 .
26205  The reason is that the index entry for aeguill is in a footnote.
26206  To fix this 
26207 \family sans
26208 makeindex
26209 \family default
26210  bug, add these commands to the preamble of your document:
26211 \end_layout
26212
26213 \begin_layout Standard
26214
26215 \series bold
26216
26217 \backslash
26218 let
26219 \backslash
26220 OrgIndex
26221 \backslash
26222 index
26223 \end_layout
26224
26225 \begin_layout Standard
26226
26227 \series bold
26228
26229 \backslash
26230 renewcommand*{
26231 \backslash
26232 index}[1]{
26233 \backslash
26234 OrgIndex{#1}}
26235 \end_layout
26236
26237 \begin_layout Subsection
26238 Index Entry Layout
26239 \begin_inset Index idx
26240 status collapsed
26241
26242 \begin_layout Plain Layout
26243 Index ! Entry layout
26244 \end_layout
26245
26246 \end_inset
26247
26248
26249 \end_layout
26250
26251 \begin_layout Standard
26252 You can change the appearance of index entries via the text style dialog.
26253 \begin_inset Index idx
26254 status open
26255
26256 \begin_layout Plain Layout
26257 Dummy entries ! 
26258 \shape italic
26259 This is an italic dummy entry
26260 \end_layout
26261
26262 \end_inset
26263
26264  You can also format the page number using the character 
26265 \begin_inset Quotes eld
26266 \end_inset
26267
26268 |
26269 \begin_inset Quotes erd
26270 \end_inset
26271
26272  followed by a LaTeX-command without a backslash.
26273  We can write for example
26274 \end_layout
26275
26276 \begin_layout Standard
26277
26278 \series bold
26279 italic page number:|textit
26280 \end_layout
26281
26282 \begin_layout Standard
26283 to get the page number in italic.
26284 \begin_inset Index idx
26285 status open
26286
26287 \begin_layout Plain Layout
26288 Dummy entries ! italic page number:|textit
26289 \end_layout
26290
26291 \end_inset
26292
26293  Normally all LaTeX-commands begin with a backslash, but in this special
26294  case 
26295 \begin_inset Quotes eld
26296 \end_inset
26297
26298
26299 \series bold
26300 |command
26301 \series default
26302
26303 \begin_inset Quotes erd
26304 \end_inset
26305
26306  means 
26307 \series bold
26308
26309 \backslash
26310 command{page
26311 \begin_inset space ~
26312 \end_inset
26313
26314 number}
26315 \series default
26316 .
26317  Have a look at section
26318 \begin_inset space ~
26319 \end_inset
26320
26321
26322 \begin_inset CommandInset ref
26323 LatexCommand ref
26324 reference "sub:LaTeX-Syntax"
26325
26326 \end_inset
26327
26328  to learn more about the LaTeX-syntax.
26329 \end_layout
26330
26331 \begin_layout Standard
26332 \begin_inset Note Greyedout
26333 status open
26334
26335 \begin_layout Plain Layout
26336
26337 \series bold
26338 Note:
26339 \series default
26340  Formatting single index entries only works when you use the program 
26341 \family sans
26342 makeindex 
26343 \family default
26344 to generate the index, see sec.
26345 \begin_inset space \thinspace{}
26346 \end_inset
26347
26348
26349 \begin_inset CommandInset ref
26350 LatexCommand ref
26351 reference "sub:Index-Program"
26352
26353 \end_inset
26354
26355 .
26356  If you use 
26357 \family sans
26358 xindy
26359 \family default
26360 , however, this won't work for anything other than bold or italic text.
26361  This is because xindy requires to define semantic elements before they
26362  can be used, see 
26363 \begin_inset CommandInset citation
26364 LatexCommand cite
26365 after "p. 678 ff."
26366 key "latexcompanion"
26367
26368 \end_inset
26369
26370  for details.
26371 \end_layout
26372
26373 \end_inset
26374
26375
26376 \end_layout
26377
26378 \begin_layout Standard
26379 In general, we encourage you to not format page numbers directly as shown
26380  above.
26381  Instead of this, you should define a macro in the preamble and use that.
26382  Consider why you want some page numbers to be bold.
26383  Maybe you want all page references italic that refer to a definition of
26384  the indexed term, so that users can easily find definitions.
26385  If so, put the following in the preamble
26386 \end_layout
26387
26388 \begin_layout Standard
26389
26390 \series bold
26391
26392 \backslash
26393 newcommand{
26394 \backslash
26395 IndexDef}[1]{
26396 \backslash
26397 textit{#1}}
26398 \end_layout
26399
26400 \begin_layout Standard
26401 and write
26402 \end_layout
26403
26404 \begin_layout Standard
26405
26406 \series bold
26407 my entry|IndexDef
26408 \end_layout
26409
26410 \begin_layout Standard
26411 in the index entry.
26412 \begin_inset Index idx
26413 status open
26414
26415 \begin_layout Plain Layout
26416 Dummy entries ! my entry|IndexDef
26417 \end_layout
26418
26419 \end_inset
26420
26421  The advantage is that, if you change your mind later or if your publisher
26422  insists that definitions must not be italic but bold, you just need to
26423  change the macro in the preamble, not every single index entry.
26424 \end_layout
26425
26426 \begin_layout Standard
26427 You can also change the layout for the whole index.
26428  E.
26429 \begin_inset space \thinspace{}
26430 \end_inset
26431
26432 g.
26433 \begin_inset space \space{}
26434 \end_inset
26435
26436 we marked the index list box of this document as bold to get a bold font
26437  for all index entries.
26438  For more advanced tasks you have to set up a so-called 
26439 \emph on
26440 Index Style File
26441 \emph default
26442 , see the 
26443 \family sans
26444 makeindex
26445 \family default
26446  or 
26447 \family sans
26448 xindy
26449 \family default
26450  documentation for details, 
26451 \begin_inset CommandInset citation
26452 LatexCommand cite
26453 key "makeindex,xindy"
26454
26455 \end_inset
26456
26457 .
26458 \end_layout
26459
26460 \begin_layout Subsection
26461 Index Program
26462 \begin_inset Index idx
26463 status collapsed
26464
26465 \begin_layout Plain Layout
26466 Index ! Program
26467 \end_layout
26468
26469 \end_inset
26470
26471
26472 \begin_inset CommandInset label
26473 LatexCommand label
26474 name "sub:Index-Program"
26475
26476 \end_inset
26477
26478
26479 \end_layout
26480
26481 \begin_layout Standard
26482 When the index entry program 
26483 \family sans
26484 xindy
26485 \family default
26486 , which is only available for Linux, is installed, LyX uses it for index
26487  generation; otherwise the program 
26488 \family sans
26489 makeindex
26490 \family default
26491 , that is part of every LaTeX distribution, is used.
26492  Both programs can be controlled by options that can be set in LyX's preferences
26493  dialog, see section
26494 \begin_inset space ~
26495 \end_inset
26496
26497
26498 \begin_inset CommandInset ref
26499 LatexCommand ref
26500 reference "sub:LaTeX-settings"
26501
26502 \end_inset
26503
26504 .
26505  The available options are listed and explained in 
26506 \begin_inset CommandInset citation
26507 LatexCommand cite
26508 key "makeindex,xindy"
26509
26510 \end_inset
26511
26512 .
26513  You can also specify there another program to generate the index.
26514 \end_layout
26515
26516 \begin_layout Standard
26517
26518 \family sans
26519 makeindex
26520 \family default
26521  is very old, no longer under development and has many pitfalls, notably
26522  that it was developed with only the English language in mind.
26523  So it fails to sort anything other than a monolingual English text correctly.
26524  We have shown above how to fix this sorting.
26525  However, if you are writing in another language and using Linux, consider
26526  to use 
26527 \family sans
26528 xindy
26529 \family default
26530 .
26531 \end_layout
26532
26533 \begin_layout Section
26534 Nomenclature / Glossary 
26535 \begin_inset Index idx
26536 status collapsed
26537
26538 \begin_layout Plain Layout
26539 Nomenclature
26540 \end_layout
26541
26542 \end_inset
26543
26544
26545 \begin_inset Index idx
26546 status collapsed
26547
26548 \begin_layout Plain Layout
26549 Glossary|see
26550 \begin_inset ERT
26551 status collapsed
26552
26553 \begin_layout Plain Layout
26554
26555 {
26556 \end_layout
26557
26558 \end_inset
26559
26560 Nomenclature
26561 \begin_inset ERT
26562 status collapsed
26563
26564 \begin_layout Plain Layout
26565
26566 }
26567 \end_layout
26568
26569 \end_inset
26570
26571
26572 \end_layout
26573
26574 \end_inset
26575
26576
26577 \begin_inset CommandInset label
26578 LatexCommand label
26579 name "sec:Nomenclature"
26580
26581 \end_inset
26582
26583
26584 \end_layout
26585
26586 \begin_layout Standard
26587 Sometimes you need to compile a list of symbols that are mentioned in your
26588  document with a brief explanation of them – a so called nomenclature or
26589  glossary.
26590 \end_layout
26591
26592 \begin_layout Standard
26593 To be able to create nomenclatures, you need the LaTeX package 
26594 \series bold
26595 nomencl
26596 \series default
26597
26598 \begin_inset Index idx
26599 status collapsed
26600
26601 \begin_layout Plain Layout
26602 LaTeX-packages ! nomencl
26603 \end_layout
26604
26605 \end_inset
26606
26607  installed.
26608  You find it in the TeX Catalogue, 
26609 \begin_inset CommandInset citation
26610 LatexCommand cite
26611 key "TeXCatalogue"
26612
26613 \end_inset
26614
26615  or in the package manager of your LaTeX-system.
26616 \end_layout
26617
26618 \begin_layout Standard
26619 A nomenclature entry is created if you place the cursor after a symbol entry
26620  and then use the menu 
26621 \family sans
26622 Insert\SpecialChar \menuseparator
26623
26624 \family default
26625 N
26626 \family sans
26627 omenclature
26628 \begin_inset space ~
26629 \end_inset
26630
26631 Entry
26632 \family default
26633  or the toolbar button 
26634 \begin_inset Graphics
26635         filename ../images/nomencl-insert.png
26636         BoundingBox 0bp 5bp 20bp 20bp
26637
26638 \end_inset
26639
26640 .
26641  A gray box labeled 
26642 \begin_inset Quotes eld
26643 \end_inset
26644
26645
26646 \family sans
26647 Nom
26648 \family default
26649
26650 \begin_inset Quotes erd
26651 \end_inset
26652
26653  is inserted and a window pops up asking for the nomenclature entry.
26654 \end_layout
26655
26656 \begin_layout Standard
26657 A nomenclature entry consists of two main entries.
26658  The first is the symbol that you want to refer to.
26659  The second is the description of the symbol.
26660 \end_layout
26661
26662 \begin_layout Standard
26663 \begin_inset Note Greyedout
26664 status open
26665
26666 \begin_layout Plain Layout
26667
26668 \series bold
26669 Note:
26670 \series default
26671  You have to enter valid LaTeX-code for all fields of the nomenclature dialog.
26672 \end_layout
26673
26674 \end_inset
26675
26676
26677 \end_layout
26678
26679 \begin_layout Subsection
26680 Nomenclature Definition and Layout
26681 \begin_inset Index idx
26682 status collapsed
26683
26684 \begin_layout Plain Layout
26685 Nomenclature ! Layout
26686 \end_layout
26687
26688 \end_inset
26689
26690
26691 \end_layout
26692
26693 \begin_layout Standard
26694 When you have symbols in formulas, you have to define them in the 
26695 \family sans
26696 Symbol
26697 \family default
26698  field as LaTeX-formulas.
26699  For example to get 
26700 \begin_inset Quotes eld
26701 \end_inset
26702
26703
26704 \begin_inset Formula $\sigma
26705 $
26706 \end_inset
26707
26708
26709 \begin_inset Quotes erd
26710 \end_inset
26711
26712 , insert this:
26713 \begin_inset Newline newline
26714 \end_inset
26715
26716
26717 \series bold
26718 $
26719 \backslash
26720 sigma$
26721 \begin_inset Newline newline
26722 \end_inset
26723
26724
26725 \series default
26726 The 
26727 \begin_inset Quotes eld
26728 \end_inset
26729
26730 $
26731 \begin_inset Quotes erd
26732 \end_inset
26733
26734  character starts/ends the formula.
26735  The LaTeX-command for the Greek letter is the name of the letter beginning
26736  with a backslash 
26737 \begin_inset Quotes eld
26738 \end_inset
26739
26740
26741 \backslash
26742
26743 \begin_inset Quotes erd
26744 \end_inset
26745
26746 .
26747  For capital Greek letters, start the command also with a capital letter,
26748  like 
26749 \series bold
26750
26751 \backslash
26752 Sigma
26753 \series default
26754 .
26755 \end_layout
26756
26757 \begin_layout Standard
26758 (A short introduction to the LaTeX-syntax is given in section
26759 \begin_inset space ~
26760 \end_inset
26761
26762
26763 \begin_inset CommandInset ref
26764 LatexCommand ref
26765 reference "sub:LaTeX-Syntax"
26766
26767 \end_inset
26768
26769 .)
26770 \end_layout
26771
26772 \begin_layout Standard
26773 You cannot use the 
26774 \family sans
26775 Text
26776 \begin_inset space ~
26777 \end_inset
26778
26779 Style
26780 \family default
26781  dialog to format the description text but have to use LaTeX-commands.
26782  For example the description of the nomenclature entry for the 
26783 \begin_inset Quotes eld
26784 \end_inset
26785
26786
26787 \begin_inset Formula $\sigma
26788 $
26789 \end_inset
26790
26791
26792 \begin_inset Quotes erd
26793 \end_inset
26794
26795  in this document is:
26796 \begin_inset Newline newline
26797 \end_inset
26798
26799
26800 \series bold
26801 dummy entry for the character 
26802 \backslash
26803 textsf{sigma}
26804 \series default
26805
26806 \begin_inset Newline newline
26807 \end_inset
26808
26809 The command 
26810 \series bold
26811
26812 \backslash
26813 textsf
26814 \series default
26815  sets the fonts to 
26816 \family sans
26817 sans
26818 \begin_inset space ~
26819 \end_inset
26820
26821 serif
26822 \family default
26823 .
26824  To get 
26825 \series bold
26826 bold
26827 \series default
26828  font use the command 
26829 \series bold
26830
26831 \backslash
26832 textbf
26833 \series default
26834 , for 
26835 \family typewriter
26836 typewriter
26837 \family default
26838  use 
26839 \series bold
26840
26841 \backslash
26842 texttt
26843 \series default
26844 , for 
26845 \emph on
26846 emphasized
26847 \emph default
26848  use 
26849 \series bold
26850
26851 \backslash
26852 emph
26853 \series default
26854 .
26855 \end_layout
26856
26857 \begin_layout Subsection
26858 Sort Order of Nomenclature Entries
26859 \begin_inset Index idx
26860 status collapsed
26861
26862 \begin_layout Plain Layout
26863 Nomenclature ! Sort order
26864 \end_layout
26865
26866 \end_inset
26867
26868
26869 \end_layout
26870
26871 \begin_layout Standard
26872 The nomenclature entries are sorted alphabetically by the LaTeX-code of
26873  the symbol definition.
26874  This leads to undesired results when you for example have symbols in formulas.
26875  Suppose you have nomenclature entries for the symbols 
26876 \emph on
26877 a
26878 \begin_inset CommandInset nomenclature
26879 LatexCommand nomenclature
26880 symbol "a"
26881 description "dummy entry for the character \"a\""
26882
26883 \end_inset
26884
26885
26886 \emph default
26887  and 
26888 \begin_inset Formula $\sigma
26889 $
26890 \end_inset
26891
26892
26893 \begin_inset CommandInset nomenclature
26894 LatexCommand nomenclature
26895 prefix "sigma"
26896 symbol "$\\sigma$"
26897 description "dummy entry for the character \\textsf{sigma}"
26898
26899 \end_inset
26900
26901 .
26902  They will be sorted by 
26903 \begin_inset Quotes eld
26904 \end_inset
26905
26906
26907 \family sans
26908 a
26909 \family default
26910
26911 \begin_inset Quotes erd
26912 \end_inset
26913
26914  and 
26915 \begin_inset Quotes eld
26916 \end_inset
26917
26918
26919 \family typewriter
26920 $
26921 \backslash
26922 sigma$
26923 \family default
26924
26925 \begin_inset Quotes erd
26926 \end_inset
26927
26928  – the 
26929 \begin_inset Formula $\sigma
26930 $
26931 \end_inset
26932
26933  will be sorted before the 
26934 \emph on
26935 a
26936 \emph default
26937  since the character 
26938 \begin_inset Quotes eld
26939 \end_inset
26940
26941 $
26942 \begin_inset Quotes erd
26943 \end_inset
26944
26945  is considered in sorting.
26946 \end_layout
26947
26948 \begin_layout Standard
26949 To control the sort order, you can edit the 
26950 \family sans
26951 Sort
26952 \begin_inset space ~
26953 \end_inset
26954
26955 as
26956 \family default
26957  field of the nomenclature dialog.
26958  Then the nomenclature entry will be sorted by this entry and not the symbol
26959  definition.
26960  For the example given, you can insert 
26961 \family typewriter
26962 sigma
26963 \family default
26964  in this field for the 
26965 \begin_inset Formula $\sigma
26966 $
26967 \end_inset
26968
26969 , then 
26970 \emph on
26971 a
26972 \emph default
26973  will be located before 
26974 \begin_inset Formula $\sigma
26975 $
26976 \end_inset
26977
26978 .
26979 \end_layout
26980
26981 \begin_layout Standard
26982 For subgrouping and tips for using sort entries see the 
26983 \series bold
26984 nomencl
26985 \series default
26986  documentation, 
26987 \begin_inset CommandInset citation
26988 LatexCommand cite
26989 key "nomencl"
26990
26991 \end_inset
26992
26993 .
26994 \end_layout
26995
26996 \begin_layout Subsection
26997 Nomenclature Options
26998 \begin_inset Index idx
26999 status collapsed
27000
27001 \begin_layout Plain Layout
27002 Nomenclature ! Options
27003 \end_layout
27004
27005 \end_inset
27006
27007
27008 \end_layout
27009
27010 \begin_layout Standard
27011 The 
27012 \series bold
27013 nomencl
27014 \series default
27015  package offers some options to adjust the appearance of the nomenclature.
27016  Here are some of its options, for more have a look at its documentation:
27017 \end_layout
27018
27019 \begin_layout Description
27020 refeq Appends the phrase 
27021 \begin_inset Quotes eld
27022 \end_inset
27023
27024
27025 \family sans
27026 , see equation (
27027 \emph on
27028 eq
27029 \emph default
27030 )
27031 \family default
27032
27033 \begin_inset Quotes erd
27034 \end_inset
27035
27036  to every nomenclature entry, where 
27037 \family sans
27038 \emph on
27039 eq
27040 \family default
27041 \emph default
27042  is the number of the last equation in front of the nomenclature entry
27043 \end_layout
27044
27045 \begin_layout Description
27046 refpage Appends the phrase 
27047 \begin_inset Quotes eld
27048 \end_inset
27049
27050
27051 \family sans
27052 , page (
27053 \emph on
27054 page
27055 \emph default
27056 )
27057 \family default
27058
27059 \begin_inset Quotes erd
27060 \end_inset
27061
27062  to every nomenclature entry, where 
27063 \family sans
27064 \emph on
27065 page
27066 \family default
27067 \emph default
27068  is the number of the page on which the nomenclature entry appeared
27069 \end_layout
27070
27071 \begin_layout Description
27072 intoc Inserts the nomenclature in the Table of Contents
27073 \end_layout
27074
27075 \begin_layout Standard
27076 There are furthermore the options 
27077 \series bold
27078 croatian
27079 \series default
27080
27081 \series bold
27082 danish
27083 \series default
27084
27085 \series bold
27086 english
27087 \series default
27088
27089 \series bold
27090 french
27091 \series default
27092
27093 \series bold
27094 german
27095 \series default
27096
27097 \series bold
27098 italian
27099 \series default
27100
27101 \series bold
27102 polish
27103 \series default
27104
27105 \series bold
27106 portuguese
27107 \series default
27108
27109 \series bold
27110 russian
27111 \series default
27112
27113 \series bold
27114 spanish
27115 \series default
27116 , and 
27117 \series bold
27118 ukrainian
27119 \series default
27120  to print the reference texts and the nomenclature title in the corresponding
27121  language.
27122 \end_layout
27123
27124 \begin_layout Standard
27125 To use one or more of the options, add them to the comma-separated document
27126  class options list in the 
27127 \family sans
27128 Document\SpecialChar \menuseparator
27129 Settings
27130 \family default
27131  dialog.
27132  In this document the option 
27133 \series bold
27134 intoc
27135 \series default
27136  is used.
27137 \end_layout
27138
27139 \begin_layout Standard
27140 \begin_inset VSpace bigskip
27141 \end_inset
27142
27143
27144 \end_layout
27145
27146 \begin_layout Standard
27147 You can also use the first two options above only for certain nomenclature
27148  entries when you add one of the following commands as last entry to the
27149  
27150 \family sans
27151 Description
27152 \family default
27153  field in the nomenclature dialog:
27154 \end_layout
27155
27156 \begin_layout Description
27157
27158 \backslash
27159 nomrefeq Like the 
27160 \series bold
27161 refeq
27162 \series default
27163  option
27164 \end_layout
27165
27166 \begin_layout Description
27167
27168 \backslash
27169 nomrefpage Like the 
27170 \series bold
27171 refpage
27172 \series default
27173  option
27174 \end_layout
27175
27176 \begin_layout Description
27177
27178 \backslash
27179 nomrefeqpage Short notation of 
27180 \series bold
27181
27182 \backslash
27183 nomrefeq
27184 \backslash
27185 nomrefpage
27186 \end_layout
27187
27188 \begin_layout Description
27189
27190 \backslash
27191 nomnorefeq,
27192 \begin_inset space ~
27193 \end_inset
27194
27195
27196 \backslash
27197 nomnorefpage,
27198 \begin_inset space ~
27199 \end_inset
27200
27201
27202 \backslash
27203 nomnorefeqpage Turns off the corresponding options
27204 \end_layout
27205
27206 \begin_layout Subsection
27207 Printing the Nomenclature
27208 \begin_inset Index idx
27209 status collapsed
27210
27211 \begin_layout Plain Layout
27212 Nomenclature ! Printing
27213 \end_layout
27214
27215 \end_inset
27216
27217
27218 \end_layout
27219
27220 \begin_layout Standard
27221 To print the nomenclature, use the menu 
27222 \family sans
27223 Insert\SpecialChar \menuseparator
27224 Lists
27225 \begin_inset space ~
27226 \end_inset
27227
27228 /
27229 \begin_inset space ~
27230 \end_inset
27231
27232 TOC\SpecialChar \menuseparator
27233 Nomenclature
27234 \family default
27235 .
27236  A light blue box labeled 
27237 \begin_inset Quotes eld
27238 \end_inset
27239
27240
27241 \family sans
27242 Nomenclature
27243 \family default
27244
27245 \begin_inset Quotes erd
27246 \end_inset
27247
27248  will show the place where the nomenclature is printed in the output.
27249  Like the index list box, the nomenclature list box is not clickable.
27250 \end_layout
27251
27252 \begin_layout Standard
27253 In the printed output the title of the nomenclature appears as 
27254 \begin_inset Quotes eld
27255 \end_inset
27256
27257 Nomenclature
27258 \begin_inset Quotes erd
27259 \end_inset
27260
27261 .
27262  If you are not happy with the name, you can change it by redefining the
27263  command 
27264 \series bold
27265
27266 \backslash
27267 nomname
27268 \series default
27269  in the preamble.
27270  For example, in order to change the name to 
27271 \emph on
27272 List of Symbols
27273 \emph default
27274 , add the following line to the preamble:
27275 \end_layout
27276
27277 \begin_layout Standard
27278
27279 \family roman
27280 \series bold
27281
27282 \backslash
27283 renewcommand{
27284 \backslash
27285 nomname}{List of Symbols}
27286 \end_layout
27287
27288 \begin_layout Standard
27289 \begin_inset VSpace defskip
27290 \end_inset
27291
27292
27293 \end_layout
27294
27295 \begin_layout Standard
27296 If you are unhappy with the amount of space for symbols, you can alter it
27297  by adding the following line to the preamble:
27298 \end_layout
27299
27300 \begin_layout Standard
27301
27302 \family roman
27303 \series bold
27304
27305 \backslash
27306 renewcommand{
27307 \backslash
27308 nomlabelwidth}{width}
27309 \end_layout
27310
27311 \begin_layout Standard
27312
27313 \family roman
27314 where the width is a value with one of the units listed in Appendix
27315 \begin_inset space ~
27316 \end_inset
27317
27318
27319 \begin_inset CommandInset ref
27320 LatexCommand ref
27321 reference "cha:Units-available-in"
27322
27323 \end_inset
27324
27325 .
27326  The default value is 1
27327 \begin_inset space \thinspace{}
27328 \end_inset
27329
27330 cm.
27331 \end_layout
27332
27333 \begin_layout Subsection
27334 Nomenclature Program
27335 \begin_inset Index idx
27336 status collapsed
27337
27338 \begin_layout Plain Layout
27339 Nomenclature ! Program
27340 \end_layout
27341
27342 \end_inset
27343
27344
27345 \begin_inset CommandInset label
27346 LatexCommand label
27347 name "sub:Nomenclature-Program"
27348
27349 \end_inset
27350
27351
27352 \end_layout
27353
27354 \begin_layout Standard
27355 LyX uses the program 
27356 \family sans
27357 makeindex
27358 \family default
27359 , that is part of every LaTeX distribution, to generate the nomenclature.
27360  LyX's preferences dialog allows you to specify another program or to control
27361  
27362 \family sans
27363 makeindex
27364 \family default
27365  by adding options, see section
27366 \begin_inset space ~
27367 \end_inset
27368
27369
27370 \begin_inset CommandInset ref
27371 LatexCommand ref
27372 reference "sub:LaTeX-settings"
27373
27374 \end_inset
27375
27376 .
27377  The available options are listed and explained in 
27378 \begin_inset CommandInset citation
27379 LatexCommand cite
27380 key "nomencl,makeindex"
27381
27382 \end_inset
27383
27384 .
27385 \end_layout
27386
27387 \begin_layout Section
27388 Branches
27389 \begin_inset Index idx
27390 status collapsed
27391
27392 \begin_layout Plain Layout
27393 Branches
27394 \end_layout
27395
27396 \end_inset
27397
27398
27399 \begin_inset Index idx
27400 status collapsed
27401
27402 \begin_layout Plain Layout
27403 Document ! Branches
27404 \end_layout
27405
27406 \end_inset
27407
27408
27409 \begin_inset CommandInset label
27410 LatexCommand label
27411 name "sec:Branches"
27412
27413 \end_inset
27414
27415
27416 \end_layout
27417
27418 \begin_layout Standard
27419 Sometimes it is useful to hide some document parts in the output.
27420  For example a teacher who is setting an exam obviously doesn't want the
27421  pupils to see the answers, but having questions and answers in the same
27422  document will make the life of the markers of that exam much easier.
27423 \end_layout
27424
27425 \begin_layout Standard
27426 For these cases LyX allows you to put text into branches.
27427  The text will then only appear in the output when its branch is activated.
27428  To create a branch, go in the 
27429 \family sans
27430 Document\SpecialChar \menuseparator
27431 Settings
27432 \family default
27433  dialog to 
27434 \family sans
27435 Branches
27436 \family default
27437 .
27438  The name of the branch, its activation state and the background color of
27439  the branches inside LyX can be specified in this dialog.
27440 \end_layout
27441
27442 \begin_layout Standard
27443 Text that should be in a branch is set into branch inset boxes.
27444  These boxes are inserted via the menu 
27445 \family sans
27446 Insert\SpecialChar \menuseparator
27447 Branch
27448 \family default
27449  where you can choose a branch.
27450  You can later change the branch of the boxes by right-clicking on them.
27451 \end_layout
27452
27453 \begin_layout Standard
27454 Here is an example, where only the question text appears, the answer branch
27455  is deactivated and does therefore not appear in the output:
27456 \end_layout
27457
27458 \begin_layout Standard
27459 \begin_inset Branch Question
27460 status open
27461
27462 \begin_layout Standard
27463 Question: Who was the first physics Nobel prize winner?
27464 \end_layout
27465
27466 \end_inset
27467
27468
27469 \end_layout
27470
27471 \begin_layout Standard
27472 \begin_inset Branch Answer
27473 status collapsed
27474
27475 \begin_layout Standard
27476 Answer: Wilhelm Conrad Röntgen
27477 \end_layout
27478
27479 \end_inset
27480
27481
27482 \end_layout
27483
27484 \begin_layout Standard
27485 \begin_inset VSpace bigskip
27486 \end_inset
27487
27488
27489 \end_layout
27490
27491 \begin_layout Standard
27492 To use conditional output inside places where you cannot insert branch insets,
27493  like inside equations, you can code special LaTeX definitions for each
27494  branch.
27495  For example you can define for the question branch
27496 \begin_inset Foot
27497 status collapsed
27498
27499 \begin_layout Plain Layout
27500 For an introduction to the LaTeX-syntax, see section
27501 \begin_inset space ~
27502 \end_inset
27503
27504
27505 \begin_inset CommandInset ref
27506 LatexCommand ref
27507 reference "sub:LaTeX-Syntax"
27508
27509 \end_inset
27510
27511 .
27512 \end_layout
27513
27514 \end_inset
27515
27516
27517 \end_layout
27518
27519 \begin_layout Standard
27520
27521 \series bold
27522
27523 \backslash
27524 newcommand{
27525 \backslash
27526 question}[1]{#1}
27527 \end_layout
27528
27529 \begin_layout Standard
27530
27531 \series bold
27532
27533 \backslash
27534 newcommand{
27535 \backslash
27536 answer}[1]{}
27537 \end_layout
27538
27539 \begin_layout Standard
27540 and for the answer branch
27541 \end_layout
27542
27543 \begin_layout Standard
27544
27545 \series bold
27546
27547 \backslash
27548 newcommand{
27549 \backslash
27550 question}[1]{}
27551 \end_layout
27552
27553 \begin_layout Standard
27554
27555 \series bold
27556
27557 \backslash
27558 newcommand{
27559 \backslash
27560 answer}[1]{#1}
27561 \end_layout
27562
27563 \begin_layout Standard
27564 \begin_inset Branch Question
27565 status open
27566
27567 \begin_layout Standard
27568 \begin_inset ERT
27569 status open
27570
27571 \begin_layout Plain Layout
27572
27573
27574 \backslash
27575 newcommand{
27576 \backslash
27577 question}[1]{#1}
27578 \end_layout
27579
27580 \begin_layout Plain Layout
27581
27582
27583 \backslash
27584 newcommand{
27585 \backslash
27586 answer}[1]{}
27587 \end_layout
27588
27589 \end_inset
27590
27591
27592 \end_layout
27593
27594 \end_inset
27595
27596
27597 \end_layout
27598
27599 \begin_layout Standard
27600 \begin_inset Branch Answer
27601 status collapsed
27602
27603 \begin_layout Standard
27604 \begin_inset ERT
27605 status open
27606
27607 \begin_layout Plain Layout
27608
27609
27610 \backslash
27611 newcommand{
27612 \backslash
27613 question}[1]{}
27614 \end_layout
27615
27616 \begin_layout Plain Layout
27617
27618
27619 \backslash
27620 newcommand{
27621 \backslash
27622 answer}[1]{#1}
27623 \end_layout
27624
27625 \end_inset
27626
27627
27628 \end_layout
27629
27630 \end_inset
27631
27632
27633 \end_layout
27634
27635 \begin_layout Standard
27636 Now it is possible to use the commands 
27637 \series bold
27638
27639 \backslash
27640 question{\SpecialChar \ldots{}
27641 }
27642 \series default
27643  and 
27644 \series bold
27645
27646 \backslash
27647 answer{\SpecialChar \ldots{}
27648 }
27649 \series default
27650  to obtain conditional output.
27651  Here is an example formula where only the 
27652 \series bold
27653
27654 \backslash
27655 question
27656 \series default
27657  part appears:
27658 \begin_inset Formula \[
27659 x^{2}-2x-2\Rightarrow\question{x_{1}}\answer{x_{2}}=1\question{+\sqrt{3}}\answer{-\sqrt{3}}.
27660 \]
27661
27662 \end_inset
27663
27664
27665 \end_layout
27666
27667 \begin_layout Standard
27668 Inside math, the same effect can be achieved using math macros, see the
27669  
27670 \emph on
27671 Math
27672 \emph default
27673  manual.
27674 \end_layout
27675
27676 \begin_layout Section
27677 PDF Properties
27678 \begin_inset CommandInset label
27679 LatexCommand label
27680 name "sec:PDF-Properties"
27681
27682 \end_inset
27683
27684
27685 \begin_inset Index idx
27686 status collapsed
27687
27688 \begin_layout Plain Layout
27689 PDF properties
27690 \end_layout
27691
27692 \end_inset
27693
27694
27695 \end_layout
27696
27697 \begin_layout Standard
27698 The 
27699 \family sans
27700 Document Settings
27701 \family default
27702  dialog allows you in the 
27703 \family sans
27704 PDF Properties
27705 \family default
27706  to set up special options for the PDF output of your document.
27707  All options there are provided by the LaTeX-package 
27708 \series bold
27709 hyperref
27710 \series default
27711
27712 \begin_inset Index idx
27713 status collapsed
27714
27715 \begin_layout Plain Layout
27716 LaTeX-packages ! hyperref
27717 \end_layout
27718
27719 \end_inset
27720
27721 .
27722 \end_layout
27723
27724 \begin_layout Standard
27725 Using 
27726 \series bold
27727 hyperref
27728 \series default
27729  will link all cross-references in the DVI- and PDF-output.
27730  This means that the reader of your document will be able to click on a
27731  table of contents entry or on a reference and he is shown the referenced
27732  document part.
27733  You can specify in the dialog tab 
27734 \family sans
27735 Hyperlinks
27736 \family default
27737  how the links will look like and if links for bibliographical backreferences
27738  are created.
27739  The backreferences will appear in the bibliography behind the different
27740  entries, showing the number of the section, slide, or page where the entry
27741  is referenced.
27742 \end_layout
27743
27744 \begin_layout Standard
27745 In the dialog tab 
27746 \family sans
27747 Bookmarks
27748 \family default
27749  you can set if PDF-bookmarks should be created for every section of your
27750  document to make it easier for readers to navigate through the document.
27751  You can decide if the bookmarks should be numbered like your document sections
27752  or not.
27753  With the open bookmarks level you can specify what sectioning level should
27754  be displayed in the bookmarks when opening the PDF.
27755  For example level
27756 \begin_inset space ~
27757 \end_inset
27758
27759 2 will display all sections and subsections, while level
27760 \begin_inset space ~
27761 \end_inset
27762
27763 1 will only display the sections.
27764 \end_layout
27765
27766 \begin_layout Standard
27767 The header information in the dialog tab 
27768 \family sans
27769 General
27770 \family default
27771  are saved together with the PDF as file properties.
27772  Many programs are able to extract this information to e.
27773 \begin_inset space \thinspace{}
27774 \end_inset
27775
27776 g.
27777 \begin_inset space \space{}
27778 \end_inset
27779
27780 automatically recognize who the author is and what the PDF is about.
27781  This is very useful to sort, classify, or use PDFs for bibliography issues.
27782  When the option 
27783 \family sans
27784 Automatic fill header
27785 \family default
27786  is set, LyX tries to extract the header information from your document
27787  title and author settings.
27788 \end_layout
27789
27790 \begin_layout Standard
27791 The option 
27792 \family sans
27793 Load in fullscreen mode
27794 \family default
27795  will open the PDF in fullscreen mode, which is useful for presentations.
27796 \end_layout
27797
27798 \begin_layout Standard
27799 PDF properties are also used in this document.
27800  When you look in its document settings, you can see that some additional
27801  
27802 \series bold
27803 hyperref
27804 \series default
27805  options are used.
27806  For an explanation of them we refer you to the hyperref manual 
27807 \begin_inset CommandInset citation
27808 LatexCommand cite
27809 key "hyperref"
27810
27811 \end_inset
27812
27813 .
27814 \end_layout
27815
27816 \begin_layout Section
27817 TeX Code and the LaTeX Syntax
27818 \begin_inset CommandInset label
27819 LatexCommand label
27820 name "sec:TeX-Code"
27821
27822 \end_inset
27823
27824
27825 \end_layout
27826
27827 \begin_layout Subsection
27828 TeX Code Boxes
27829 \begin_inset Index idx
27830 status collapsed
27831
27832 \begin_layout Plain Layout
27833 TeX Code
27834 \end_layout
27835
27836 \end_inset
27837
27838
27839 \begin_inset CommandInset label
27840 LatexCommand label
27841 name "sub:TeX-Code-Boxes"
27842
27843 \end_inset
27844
27845
27846 \end_layout
27847
27848 \begin_layout Standard
27849 As LyX uses LaTeX in the background, it supports many LaTeX commands and
27850  constructs, but not all.
27851  LaTeX contains of hundreds of packages which provide different commands.
27852  All the time packages are being updated and new ones added.
27853  This has the advantage that you can typeset nearly everything as there
27854  is for every problem a LaTeX-package.
27855  But LyX can of course not be up to date and support all packages and their
27856  commands.
27857 \end_layout
27858
27859 \begin_layout Standard
27860 But don't worry, you can use any LaTeX-command directly in LyX inside the
27861  TeX Code box.
27862  A TeX Code box is created by the menu 
27863 \family sans
27864 Insert\SpecialChar \menuseparator
27865 TeX
27866 \begin_inset space ~
27867 \end_inset
27868
27869 Code
27870 \family default
27871  or by the toolbar button 
27872 \begin_inset Graphics
27873         filename ../images/ert-insert.png
27874
27875 \end_inset
27876
27877 .
27878  The box can be opened by left-clicking and closed by right-clicking on
27879  it.
27880 \end_layout
27881
27882 \begin_layout Standard
27883 You can insert complete or incomplete commands as TeX Code.
27884  Incomplete means that the command argument can be Standard LyX text.
27885  For example, if you want to draw a frame around a word are therefore using
27886  the LaTeX-command 
27887 \series bold
27888
27889 \backslash
27890 fbox
27891 \series default
27892 , you can write the command part 
27893 \series bold
27894
27895 \backslash
27896 fbox{
27897 \series default
27898  in a TeX Code box before the word and the closing brace 
27899 \series bold
27900 }
27901 \series default
27902  in a second TeX Code box behind the word.
27903  The word between the two TeX Code boxes is then the argument as it is in
27904  the following example:
27905 \end_layout
27906
27907 \begin_layout Standard
27908 \begin_inset Graphics
27909         filename clipart/ERT.png
27910         scale 89
27911
27912 \end_inset
27913
27914
27915 \end_layout
27916
27917 \begin_layout Standard
27918 gives
27919 \end_layout
27920
27921 \begin_layout Standard
27922 This is a line with a 
27923 \begin_inset ERT
27924 status collapsed
27925
27926 \begin_layout Plain Layout
27927
27928
27929 \backslash
27930 fbox{
27931 \end_layout
27932
27933 \end_inset
27934
27935 framed
27936 \begin_inset ERT
27937 status collapsed
27938
27939 \begin_layout Plain Layout
27940
27941 }
27942 \end_layout
27943
27944 \end_inset
27945
27946  word.
27947 \end_layout
27948
27949 \begin_layout Standard
27950 \begin_inset Note Greyedout
27951 status open
27952
27953 \begin_layout Plain Layout
27954
27955 \series bold
27956 Note:
27957 \series default
27958  At the end of LaTeX-commands without parameters, you have to insert a space
27959  to let LaTeX know that the command is finished.
27960 \end_layout
27961
27962 \end_inset
27963
27964
27965 \end_layout
27966
27967 \begin_layout Subsection
27968 Short Introduction to the LaTeX Syntax
27969 \begin_inset OptArg
27970 status collapsed
27971
27972 \begin_layout Plain Layout
27973 The LaTeX Syntax
27974 \end_layout
27975
27976 \end_inset
27977
27978
27979 \begin_inset Index idx
27980 status collapsed
27981
27982 \begin_layout Plain Layout
27983 LaTeX Syntax
27984 \end_layout
27985
27986 \end_inset
27987
27988
27989 \begin_inset CommandInset label
27990 LatexCommand label
27991 name "sub:LaTeX-Syntax"
27992
27993 \end_inset
27994
27995
27996 \end_layout
27997
27998 \begin_layout Standard
27999 When you write larger documents or books, you will need to know something
28000  about the LaTeX-commands that LyX uses in the background.
28001  Because LaTeX is based on commands, you can 
28002 \begin_inset Quotes eld
28003 \end_inset
28004
28005 program
28006 \begin_inset Quotes erd
28007 \end_inset
28008
28009  your text.
28010  This has the advantage that the layout of the document can be changed at
28011  any time if you know the right commands.
28012  E.
28013 \begin_inset space \thinspace{}
28014 \end_inset
28015
28016 g.
28017 \begin_inset space \space{}
28018 \end_inset
28019
28020 imagine you have to write a manual for a product and the deadline is the
28021  end of the day.
28022  Your boss just has complimented you for your good work but wants to have
28023  all caption labels bold.
28024  But you have over hundred figure and table captions with non-bold labels
28025  in your manual.
28026  Of course it's impossible to change all caption labels manually in one
28027  day.
28028 \end_layout
28029
28030 \begin_layout Standard
28031 Now LaTeX comes into play.
28032  As mentioned above, for every problem there exists a LaTeX-package.
28033  First you have to find out which and therefore look in the LaTeX package
28034  database, 
28035 \begin_inset CommandInset citation
28036 LatexCommand cite
28037 key "Catalogue"
28038
28039 \end_inset
28040
28041 .
28042 \end_layout
28043
28044 \begin_layout Standard
28045 As result you know that the package 
28046 \series bold
28047 caption
28048 \series default
28049
28050 \begin_inset Index idx
28051 status collapsed
28052
28053 \begin_layout Plain Layout
28054 LaTeX-packages ! caption
28055 \end_layout
28056
28057 \end_inset
28058
28059  is what you need.
28060  To use a package, you have to load it in the document preamble (menu 
28061 \family sans
28062 Document\SpecialChar \menuseparator
28063 Settings
28064 \family default
28065 ) with the command
28066 \end_layout
28067
28068 \begin_layout Standard
28069
28070 \series bold
28071
28072 \backslash
28073 usepackage[options]{package name}
28074 \end_layout
28075
28076 \begin_layout Standard
28077 All LaTeX commands begin with a backslash, the command argument is set within
28078  two braces, and the options are set within two brackets.
28079  Note that not all commands have an argument and options.
28080 \end_layout
28081
28082 \begin_layout Standard
28083 In your case the package name is 
28084 \series bold
28085 caption
28086 \series default
28087 .
28088  After a look in the documentation of the package, you know that the option
28089  
28090 \series bold
28091 labelfont=bf
28092 \series default
28093  will change the font of all caption labels to bold.
28094  So you add the command
28095 \end_layout
28096
28097 \begin_layout Standard
28098
28099 \series bold
28100
28101 \backslash
28102 usepackage[labelfont=bf]{caption}
28103 \end_layout
28104
28105 \begin_layout Standard
28106 to the preamble and the problem is solved.
28107 \begin_inset Foot
28108 status collapsed
28109
28110 \begin_layout Plain Layout
28111 For more commands provided by the 
28112 \series bold
28113 caption
28114 \series default
28115  package, have a look at its documentation, 
28116 \begin_inset CommandInset citation
28117 LatexCommand cite
28118 key "caption"
28119
28120 \end_inset
28121
28122 .
28123 \end_layout
28124
28125 \end_inset
28126
28127
28128 \end_layout
28129
28130 \begin_layout Standard
28131 Note that some document classes have built-in solutions for well known problems
28132  like your case.
28133  For example if you use a 
28134 \family sans
28135 koma-script
28136 \family default
28137  class, you don't need the package 
28138 \series bold
28139 caption
28140 \series default
28141 , you can instead write
28142 \end_layout
28143
28144 \begin_layout Standard
28145
28146 \series bold
28147
28148 \backslash
28149 setkomafont{captionlabel}{
28150 \backslash
28151 bfseries}
28152 \end_layout
28153
28154 \begin_layout Standard
28155 in the preamble and the problem is solved.
28156  So if you plan to write a large document, you should have a look at the
28157  documentation of the document class you want to use.
28158  (
28159 \series bold
28160
28161 \backslash
28162 setkomafont
28163 \series default
28164  is an example of a command with more than one argument.)
28165 \end_layout
28166
28167 \begin_layout Standard
28168 Commands in the preamble affect the whole document, while commands in the
28169  text affect only the text after the command or only the text used as command
28170  argument.
28171  To insert a LaTeX-command in text, use the TeX Code box as described in
28172  the previous section.
28173 \end_layout
28174
28175 \begin_layout Standard
28176 If you want to learn more about LaTeX and its syntax, have a look at the
28177  LaTeX-books 
28178 \begin_inset CommandInset citation
28179 LatexCommand cite
28180 key "latexcompanion,latexguide"
28181
28182 \end_inset
28183
28184 .
28185  
28186 \end_layout
28187
28188 \begin_layout Section
28189 Previewing Snippets of your Document
28190 \begin_inset CommandInset label
28191 LatexCommand label
28192 name "sec:Previewing-snippets-of"
28193
28194 \end_inset
28195
28196
28197 \begin_inset Index idx
28198 status collapsed
28199
28200 \begin_layout Plain Layout
28201 Instant preview
28202 \end_layout
28203
28204 \end_inset
28205
28206
28207 \begin_inset Index idx
28208 status collapsed
28209
28210 \begin_layout Plain Layout
28211 Document ! Preview
28212 \end_layout
28213
28214 \end_inset
28215
28216
28217 \end_layout
28218
28219 \begin_layout Standard
28220 LyX allows you to generate previews of sections of your document on the
28221  fly so you can see how they'll look in the final document without having
28222  to break your train of thought with 
28223 \family sans
28224 View\SpecialChar \menuseparator
28225 DVI
28226 \family default
28227 .
28228 \end_layout
28229
28230 \begin_layout Standard
28231 If you would for example like to see in LyX your math formulas typeset by
28232  LaTeX, install the LaTeX-package 
28233 \series bold
28234 preview-latex
28235 \series default
28236
28237 \begin_inset Index idx
28238 status collapsed
28239
28240 \begin_layout Plain Layout
28241 LaTeX-packages ! preview-latex
28242 \end_layout
28243
28244 \end_inset
28245
28246  as explained below, and turn on 
28247 \family sans
28248 Instant
28249 \begin_inset space ~
28250 \end_inset
28251
28252 preview
28253 \family default
28254  in the 
28255 \family sans
28256 Tools\SpecialChar \menuseparator
28257 Preferences 
28258 \family default
28259 dialog under 
28260 \family sans
28261 Look
28262 \begin_inset space ~
28263 \end_inset
28264
28265 and
28266 \begin_inset space ~
28267 \end_inset
28268
28269 feel\SpecialChar \menuseparator
28270 Graphics
28271 \family default
28272 .
28273 \end_layout
28274
28275 \begin_layout Standard
28276 Previews are generated when you load a document into LyX and when you finish
28277  editing an inset.
28278  Previews of an already loaded document are 
28279 \emph on
28280 not
28281 \emph default
28282  generated just by selecting the 
28283 \family sans
28284 Instant
28285 \begin_inset space ~
28286 \end_inset
28287
28288 preview
28289 \family default
28290  check box, you have to reopen the documents to activate the previews.
28291 \end_layout
28292
28293 \begin_layout Standard
28294 LyX will generate previews of math insets.
28295  It will also generate previews of included insets if you select the 
28296 \family sans
28297 Show
28298 \begin_inset space ~
28299 \end_inset
28300
28301 preview
28302 \family default
28303  check box in the insert dialog.
28304  This is useful if you wish to generate a preview of a LaTeX figure, for
28305  example.
28306 \end_layout
28307
28308 \begin_layout Standard
28309 To get previews working, you need the LaTeX package 
28310 \series bold
28311 preview-latex
28312 \series default
28313  (on some systems named simply 
28314 \series bold
28315 preview
28316 \series default
28317 ) installed.
28318  If it is not already installed, you will find it in the TeX Catalogue,
28319  
28320 \begin_inset CommandInset citation
28321 LatexCommand cite
28322 key "TeXCatalogue"
28323
28324 \end_inset
28325
28326  or in the package manager of your LaTeX-system.
28327  You obtain prettier results if you install the program 
28328 \family typewriter
28329 pnmcrop
28330 \family default
28331  from the 
28332 \family typewriter
28333 netpbm
28334 \family default
28335  package; for LyX on Windows this program is automatically installed together
28336  with LyX.
28337 \end_layout
28338
28339 \begin_layout Standard
28340 \begin_inset VSpace bigskip
28341 \end_inset
28342
28343
28344 \end_layout
28345
28346 \begin_layout Standard
28347 You can furthermore preview the LaTeX source of the whole document or parts
28348  of it.
28349  Use the menu 
28350 \family sans
28351 View\SpecialChar \menuseparator
28352 View
28353 \begin_inset space ~
28354 \end_inset
28355
28356 Source
28357 \family default
28358  and a window will be shown where you can see the LaTeX-source code.
28359  The window shows the source of the whole paragraph where the cursor is
28360  currently in.
28361  You can also select document parts in LyX's main window, then only this
28362  selection (when it is more than one paragraph) is shown as source code.
28363  To view the whole document as source, enable the corresponding option in
28364  the source view window.
28365 \end_layout
28366
28367 \begin_layout Section
28368 Spell Checking
28369 \begin_inset CommandInset label
28370 LatexCommand label
28371 name "sec:Spellchecking"
28372
28373 \end_inset
28374
28375
28376 \begin_inset Index idx
28377 status collapsed
28378
28379 \begin_layout Plain Layout
28380 Spell checking
28381 \end_layout
28382
28383 \end_inset
28384
28385
28386 \end_layout
28387
28388 \begin_layout Standard
28389 LyX itself has no built-in spell checker.
28390  Rather it uses one of the external programs 
28391 \family typewriter
28392 aspell
28393 \family default
28394
28395 \family typewriter
28396 ispell
28397 \family default
28398
28399 \family typewriter
28400 hspell
28401 \family default
28402 , or 
28403 \family typewriter
28404 pspell
28405 \family default
28406  as backend.
28407  This section assumes you have already installed and set up one of these
28408  programs.
28409  
28410 \family typewriter
28411 aspell
28412 \family default
28413  can be seen as the successor to 
28414 \family typewriter
28415 ispell
28416 \family default
28417 , so that it is recommended to use aspell.
28418  
28419 \family typewriter
28420 hspell
28421 \family default
28422  is a Hebrew spell-checker.
28423  The used spell checker ind its settings are specified in LyX's preferences
28424  under 
28425 \family sans
28426 Language Settings
28427 \family default
28428 .
28429 \end_layout
28430
28431 \begin_layout Standard
28432 For LyX on Windows, the selection box for the spell checking program is
28433  greyed out in the preferences dialog because only 
28434 \family typewriter
28435 aspell
28436 \family default
28437  can be used.
28438 \end_layout
28439
28440 \begin_layout Standard
28441 The menu
28442 \family sans
28443  Tools\SpecialChar \menuseparator
28444 Spellchecker
28445 \family default
28446  or the toolbar button 
28447 \begin_inset Graphics
28448         filename ../images/dialog-show_spellchecker.png
28449         BoundingBox 0bp 5bp 20bp 20bp
28450
28451 \end_inset
28452
28453  starts the spell checking beginning from the current cursor position.
28454  A dialog window will appear showing any incorrect (or unknown) word found,
28455  allowing you to edit and replace it in a second line.
28456  Whenever an unknown word is found, the word is highlighted and the text
28457  scrolled so that it is visible.
28458  In the 
28459 \family sans
28460 spell checker
28461 \family default
28462  dialog, there is also a box showing suggestions for a correction, if any
28463  could be found.
28464  Clicking on one of the corrections will copy to the 
28465 \family sans
28466 Replace
28467 \family default
28468  field, double-click invokes directly the replacement.
28469  Unknown but correctly typed words can be added to the personal dictionary.
28470 \end_layout
28471
28472 \begin_layout Standard
28473 By default, the dictionary file used is determined by the document language
28474  that is set in the 
28475 \family sans
28476 Document\SpecialChar \menuseparator
28477 Settings
28478 \family default
28479  dialog.
28480  If you do not have a dictionary for the document language, spell checking
28481  will bring an error message.
28482  In this case, you can specify another dictionary file in the dialog by
28483  specifying a different 
28484 \family sans
28485 Alternative language
28486 \family default
28487  in preferences dialog.
28488 \end_layout
28489
28490 \begin_layout Standard
28491 After a spell check you will be informed about the number of checked words.
28492 \end_layout
28493
28494 \begin_layout Subsubsection*
28495 Limitations
28496 \end_layout
28497
28498 \begin_layout Standard
28499 It is not possible to change the spelling of a particular word globally,
28500  rather than having to change the spelling separately for each occurrence
28501  of the word.
28502  But you can use the 
28503 \family sans
28504 Find
28505 \begin_inset space ~
28506 \end_inset
28507
28508 &
28509 \begin_inset space ~
28510 \end_inset
28511
28512 Replace
28513 \family default
28514  dialog for that.
28515 \end_layout
28516
28517 \begin_layout Standard
28518 LyX cannot correctly spell check documents containing multiple languages.
28519  This does work with 
28520 \family typewriter
28521 pspell
28522 \family default
28523 , assuming you have marked the different languages appropriately.
28524 \end_layout
28525
28526 \begin_layout Subsubsection*
28527 Further Settings
28528 \end_layout
28529
28530 \begin_layout Standard
28531 The 
28532 \family sans
28533 Spellchecker
28534 \family default
28535  section in the preferences dialog has some additional options:
28536 \end_layout
28537
28538 \begin_layout Description
28539 Escape
28540 \begin_inset space ~
28541 \end_inset
28542
28543 characters Allows you to add non-standard characters that the spell checker
28544  should consider, e.
28545 \begin_inset space \thinspace{}
28546 \end_inset
28547
28548 g.
28549 \begin_inset space \space{}
28550 \end_inset
28551
28552 German umlauts although you are spell checking an English document.
28553  This should not normally be needed.
28554 \end_layout
28555
28556 \begin_layout Description
28557 Personal
28558 \begin_inset space ~
28559 \end_inset
28560
28561 dictionary to use a different file as your personal dictionary instead of
28562  the spell checker's default choice 
28563 \end_layout
28564
28565 \begin_layout Description
28566 Accept
28567 \begin_inset space ~
28568 \end_inset
28569
28570 compound
28571 \begin_inset space ~
28572 \end_inset
28573
28574 words Prevent the spell checker from complaining about compounded words
28575  like 
28576 \begin_inset Quotes eld
28577 \end_inset
28578
28579 passthrough
28580 \begin_inset Quotes erd
28581 \end_inset
28582
28583 .
28584 \end_layout
28585
28586 \begin_layout Description
28587 Use
28588 \begin_inset space ~
28589 \end_inset
28590
28591 input
28592 \begin_inset space ~
28593 \end_inset
28594
28595 encoding Uses the document encoding that is set in the 
28596 \family sans
28597 Document\SpecialChar \menuseparator
28598 Settings
28599 \family default
28600  dialog under 
28601 \family sans
28602 Language
28603 \family default
28604  also for the spellchecker.
28605 \begin_inset Foot
28606 status collapsed
28607
28608 \begin_layout Plain Layout
28609 The encodings are explained in section
28610 \begin_inset space ~
28611 \end_inset
28612
28613
28614 \begin_inset CommandInset ref
28615 LatexCommand ref
28616 reference "cha:The-Document-Settings"
28617
28618 \end_inset
28619
28620 .
28621 \end_layout
28622
28623 \end_inset
28624
28625  Only enable this if you use 
28626 \family typewriter
28627 ispell
28628 \family default
28629  and can't spell check words with international letters in them.
28630  There have been reports that this does not work with all dictionaries,
28631  so this is disabled by default.
28632 \end_layout
28633
28634 \begin_layout Section
28635 Thesaurus
28636 \begin_inset Index idx
28637 status collapsed
28638
28639 \begin_layout Plain Layout
28640 Thesaurus
28641 \end_layout
28642
28643 \end_inset
28644
28645
28646 \begin_inset CommandInset label
28647 LatexCommand label
28648 name "sec:Thesaurus"
28649
28650 \end_inset
28651
28652
28653 \end_layout
28654
28655 \begin_layout Standard
28656 LyX provides a multilingual thesaurus.
28657  It uses the same thesaurus framework as OpenOffice and Firefox (namely
28658  the 
28659 \emph on
28660 MyThes
28661 \emph default
28662
28663 \begin_inset Foot
28664 status collapsed
28665
28666 \begin_layout Plain Layout
28667 \begin_inset CommandInset href
28668 LatexCommand href
28669 target "http://lingucomponent.openoffice.org/thesaurus.html"
28670
28671 \end_inset
28672
28673
28674 \end_layout
28675
28676 \end_inset
28677
28678  thesaurus library, which is included in LyX).
28679  Therefore, LyX can directly access OpenOffice thesaurus dictionaries, which
28680  are available for many languages.
28681 \end_layout
28682
28683 \begin_layout Standard
28684 This section describes how new dictionaries are installed and set up for
28685  the use with LyX.
28686 \end_layout
28687
28688 \begin_layout Subsection
28689 Setting up the thesaurus
28690 \end_layout
28691
28692 \begin_layout Standard
28693 The 
28694 \emph on
28695 MyThes/
28696 \emph default
28697 OpenOffice thesauri consist of two files per language: A file with the suffix
28698  
28699 \emph on
28700 *.dat
28701 \emph default
28702  containing the data and an index file with the suffix 
28703 \emph on
28704 *.idx
28705 \emph default
28706 .
28707  The standardized file names include the language code for the given language
28708  (e.
28709 \begin_inset space \thinspace{}
28710 \end_inset
28711
28712 g.
28713  en_EN for English).
28714  For instance, the English files are named:
28715 \end_layout
28716
28717 \begin_layout Itemize
28718 th_en_EN_v2.idx
28719 \end_layout
28720
28721 \begin_layout Itemize
28722 th_en_EN_v2.dat
28723 \end_layout
28724
28725 \begin_layout Standard
28726 If you have OpenOffice and its thesaurus installed, these files should be
28727  already on your system.
28728  If not, you can get dictionaries from the site 
28729 \begin_inset Flex URL
28730 status collapsed
28731
28732 \begin_layout Plain Layout
28733
28734 http://extensions.services.openoffice.org
28735 \end_layout
28736
28737 \end_inset
28738
28739 .
28740  Note that, as of OpenOffice 3.0, these files are usually packed in extension
28741  archives (
28742 \emph on
28743 *.oxt
28744 \emph default
28745 ) that contain other files such as spellchecker dictionaries besides the
28746  thesauri.
28747  These archives are simple zip files, so you can unpack them as you would
28748  unpack a zip archive.
28749 \end_layout
28750
28751 \begin_layout Standard
28752 Put the 
28753 \emph on
28754 *.idx
28755 \emph default
28756  and 
28757 \emph on
28758 *.dat
28759 \emph default
28760  files of all languages you want to use into one directory (do not use subfolder
28761 s), and specify the path to this directory in 
28762 \family sans
28763 Tools\SpecialChar \menuseparator
28764 Preferences\SpecialChar \menuseparator
28765 Paths
28766 \family default
28767 .
28768  Now the thesaurus should be ready to use.
28769 \end_layout
28770
28771 \begin_layout Subsection
28772 Using the thesaurus
28773 \end_layout
28774
28775 \begin_layout Standard
28776 To start the thesaurus, use the menu 
28777 \family sans
28778 Tools\SpecialChar \menuseparator
28779 Thesaurus
28780 \family default
28781  or the toolbar button 
28782 \begin_inset Graphics
28783         filename ../images/thesaurus-entry.png
28784         BoundingBox 0bp 5bp 20bp 25bp
28785         rotateOrigin center
28786
28787 \end_inset
28788
28789  while the cursor is at the word you want to look up or while a word is
28790  selected.
28791  A dialog pops up showing you probably related words that you can use as
28792  replacement.
28793  The proposals are grouped into categories.
28794  Note that the thesaurus does not only show synonyms, but also hyperonyms
28795  and hyponyms (such as 
28796 \emph on
28797 plant
28798 \emph default
28799  for 
28800 \emph on
28801 tree
28802 \emph default
28803 ), compounds (such as 
28804 \emph on
28805 tree diagram
28806 \emph default
28807 ) and antonyms (such as 
28808 \emph on
28809 women
28810 \emph default
28811  for 
28812 \emph on
28813 men
28814 \emph default
28815 ), which are marked as such.
28816 \end_layout
28817
28818 \begin_layout Standard
28819 The language is automatically chosen from the language at the cursor, but
28820  you can also switch it in the dialog, as you can enter new words to look
28821  up directly there.
28822 \end_layout
28823
28824 \begin_layout Standard
28825 Note that the thesaurus cannot handle phrases (only compounds that are in
28826  the dictionary, such as the above 
28827 \emph on
28828 tree diagram
28829 \emph default
28830 ), and you have to use the so called lemma form, i.
28831 \begin_inset space \thinspace{}
28832 \end_inset
28833
28834 e.
28835  the form that is used in the dictionaries (for many languages: first person
28836  singular indicative active for nouns, infinitive for verbs).
28837  For example looking up the word forms 
28838 \emph on
28839 reports
28840 \emph default
28841  or 
28842 \emph on
28843 reporting
28844 \emph default
28845  yields no results, while results are shown for the word form 
28846 \emph on
28847 report
28848 \emph default
28849 .
28850  Your best bet is to highlight only the relevant parts of such word (e.
28851 \begin_inset space \thinspace{}
28852 \end_inset
28853
28854 g.
28855  
28856 \emph on
28857 report
28858 \emph default
28859  in 
28860 \emph on
28861 report
28862 \emph default
28863 s), then you get proposals without adjusting the query in the dialog, and
28864  also the replacement will probably be correct (as only the highlighted
28865  part will be replaced, thus the ending remains).
28866 \end_layout
28867
28868 \begin_layout Subsection
28869 Lincense of the Thesaurus library
28870 \end_layout
28871
28872 \begin_layout Standard
28873 The 
28874 \emph on
28875 MyThes
28876 \emph default
28877  library, which is used by LyX for the thesaurus, was created by 
28878 \noun on
28879 Kevin B.
28880  Hendricks
28881 \noun default
28882  as a standalone program.
28883  Version 1.1 of the library is included in LyX.
28884  The library was released under the 
28885 \emph on
28886 Berkeley Database License
28887 \emph default
28888 , which is compatible with LyX's license, the GPL.
28889  In order to meet the requirements of the Berkeley Database License, the
28890  MyThes license file is included in the LyX sources in the folder 
28891 \family sans
28892 ~src/support/mythes/license.readme
28893 \family default
28894 .
28895  In LyX Windows installations it is additionally available in the file 
28896 \family sans
28897 MyThes-License.txt
28898 \family default
28899  that is in the same folder as the file lyx.exe.
28900 \end_layout
28901
28902 \begin_layout Section
28903 Change Tracking
28904 \begin_inset Index idx
28905 status collapsed
28906
28907 \begin_layout Plain Layout
28908 Change Tracking
28909 \end_layout
28910
28911 \end_inset
28912
28913
28914 \begin_inset Index idx
28915 status collapsed
28916
28917 \begin_layout Plain Layout
28918 Document ! Change Tracking
28919 \end_layout
28920
28921 \end_inset
28922
28923
28924 \begin_inset CommandInset label
28925 LatexCommand label
28926 name "sec:Change-Tracking"
28927
28928 \end_inset
28929
28930
28931 \end_layout
28932
28933 \begin_layout Standard
28934 When you work on a document collaboratively it is extremely useful to be
28935  able to see changes that others have made highlighted in the document.
28936  You can then decide if you want to accept a change or not.
28937  This can be achieved by turning on change tracking in the menu 
28938 \family sans
28939 Document\SpecialChar \menuseparator
28940 Change
28941 \begin_inset space ~
28942 \end_inset
28943
28944 Tracking\SpecialChar \menuseparator
28945 Track
28946 \begin_inset space ~
28947 \end_inset
28948
28949 Changes
28950 \family default
28951 .
28952 \end_layout
28953
28954 \begin_layout Standard
28955 Changes made in the document will then be highlighted by strokes and colors:
28956  
28957 \bar under
28958 \color blue
28959 underlined text
28960 \bar default
28961 \color inherit
28962  is an addition, 
28963 \strikeout on
28964 \color blue
28965 canceled text
28966 \strikeout default
28967 \color inherit
28968  is a deletion.
28969  The color depends on the author that made the change.
28970  You can change the color in LyX's preferences dialog under 
28971 \family sans
28972 Look
28973 \begin_inset space ~
28974 \end_inset
28975
28976 and
28977 \begin_inset space ~
28978 \end_inset
28979
28980 feel
28981 \family default
28982
28983 \family sans
28984 Colors
28985 \family default
28986 .
28987 \begin_inset Index idx
28988 status collapsed
28989
28990 \begin_layout Plain Layout
28991 Color ! Change tracking
28992 \end_layout
28993
28994 \end_inset
28995
28996
28997 \end_layout
28998
28999 \begin_layout Standard
29000 When change tracking is activated, you will see the review toolbar in LyX:
29001 \begin_inset Index idx
29002 status collapsed
29003
29004 \begin_layout Plain Layout
29005 Toolbar ! Review
29006 \end_layout
29007
29008 \end_inset
29009
29010
29011 \end_layout
29012
29013 \begin_layout Standard
29014 \begin_inset VSpace defskip
29015 \end_inset
29016
29017
29018 \end_layout
29019
29020 \begin_layout Standard
29021 \begin_inset Graphics
29022         filename clipart/ChangesToolbar.png
29023
29024 \end_inset
29025
29026
29027 \end_layout
29028
29029 \begin_layout Standard
29030 \begin_inset VSpace defskip
29031 \end_inset
29032
29033
29034 \end_layout
29035
29036 \begin_layout Standard
29037 The review toolbar as shown above contains from left to right the following
29038  buttons:
29039 \end_layout
29040
29041 \begin_layout Standard
29042 \begin_inset VSpace defskip
29043 \end_inset
29044
29045
29046 \end_layout
29047
29048 \begin_layout Standard
29049 \begin_inset Tabular
29050 <lyxtabular version="3" rows="10" columns="2">
29051 <features islongtable="true" longtabularalignment="center">
29052 <column alignment="left" valignment="top" width="0">
29053 <column alignment="left" valignment="top" width="0">
29054 <row interlinespace="2.5mm">
29055 <cell alignment="center" valignment="top" usebox="none">
29056 \begin_inset Text
29057
29058 \begin_layout Plain Layout
29059 \begin_inset Graphics
29060         filename ../images/changes-track.png
29061         BoundingBox 0bp 5bp 20bp 25bp
29062         rotateOrigin center
29063
29064 \end_inset
29065
29066
29067 \end_layout
29068
29069 \end_inset
29070 </cell>
29071 <cell alignment="center" valignment="top" usebox="none">
29072 \begin_inset Text
29073
29074 \begin_layout Plain Layout
29075
29076 \family sans
29077 Document\SpecialChar \menuseparator
29078 Change
29079 \begin_inset space ~
29080 \end_inset
29081
29082 Tracking\SpecialChar \menuseparator
29083 Track
29084 \begin_inset space ~
29085 \end_inset
29086
29087 Changes
29088 \end_layout
29089
29090 \end_inset
29091 </cell>
29092 </row>
29093 <row interlinespace="2.5mm">
29094 <cell alignment="center" valignment="top" usebox="none">
29095 \begin_inset Text
29096
29097 \begin_layout Plain Layout
29098 \begin_inset Graphics
29099         filename ../images/changes-output.png
29100         BoundingBox 0bp 5bp 20bp 25bp
29101         rotateOrigin center
29102
29103 \end_inset
29104
29105
29106 \end_layout
29107
29108 \end_inset
29109 </cell>
29110 <cell alignment="center" valignment="top" usebox="none">
29111 \begin_inset Text
29112
29113 \begin_layout Plain Layout
29114
29115 \family sans
29116 Document\SpecialChar \menuseparator
29117 Change
29118 \begin_inset space ~
29119 \end_inset
29120
29121 Tracking\SpecialChar \menuseparator
29122 Show
29123 \begin_inset space ~
29124 \end_inset
29125
29126 Changes
29127 \begin_inset space ~
29128 \end_inset
29129
29130 in
29131 \begin_inset space ~
29132 \end_inset
29133
29134 Output
29135 \end_layout
29136
29137 \end_inset
29138 </cell>
29139 </row>
29140 <row interlinespace="2.5mm">
29141 <cell alignment="center" valignment="top" usebox="none">
29142 \begin_inset Text
29143
29144 \begin_layout Plain Layout
29145 \begin_inset Graphics
29146         filename ../images/change-next.png
29147         BoundingBox 0bp 5bp 20bp 25bp
29148         rotateOrigin center
29149
29150 \end_inset
29151
29152
29153 \end_layout
29154
29155 \end_inset
29156 </cell>
29157 <cell alignment="center" valignment="top" usebox="none">
29158 \begin_inset Text
29159
29160 \begin_layout Plain Layout
29161 Jumps to the next change
29162 \end_layout
29163
29164 \end_inset
29165 </cell>
29166 </row>
29167 <row interlinespace="2.5mm">
29168 <cell alignment="center" valignment="top" usebox="none">
29169 \begin_inset Text
29170
29171 \begin_layout Plain Layout
29172 \begin_inset Graphics
29173         filename ../images/change-accept.png
29174         BoundingBox 0bp 5bp 20bp 25bp
29175         rotateOrigin center
29176
29177 \end_inset
29178
29179
29180 \end_layout
29181
29182 \end_inset
29183 </cell>
29184 <cell alignment="center" valignment="top" usebox="none">
29185 \begin_inset Text
29186
29187 \begin_layout Plain Layout
29188
29189 \family sans
29190 Document\SpecialChar \menuseparator
29191 Change
29192 \begin_inset space ~
29193 \end_inset
29194
29195 Tracking\SpecialChar \menuseparator
29196 Accept
29197 \begin_inset space ~
29198 \end_inset
29199
29200 Change
29201 \end_layout
29202
29203 \end_inset
29204 </cell>
29205 </row>
29206 <row interlinespace="2.5mm">
29207 <cell alignment="center" valignment="top" usebox="none">
29208 \begin_inset Text
29209
29210 \begin_layout Plain Layout
29211 \begin_inset Graphics
29212         filename ../images/change-reject.png
29213         BoundingBox 0bp 5bp 20bp 25bp
29214         rotateOrigin center
29215
29216 \end_inset
29217
29218
29219 \end_layout
29220
29221 \end_inset
29222 </cell>
29223 <cell alignment="center" valignment="top" usebox="none">
29224 \begin_inset Text
29225
29226 \begin_layout Plain Layout
29227
29228 \family sans
29229 Document\SpecialChar \menuseparator
29230 Change
29231 \begin_inset space ~
29232 \end_inset
29233
29234 Tracking\SpecialChar \menuseparator
29235 Reject
29236 \begin_inset space ~
29237 \end_inset
29238
29239 Change
29240 \end_layout
29241
29242 \end_inset
29243 </cell>
29244 </row>
29245 <row interlinespace="2.5mm">
29246 <cell alignment="center" valignment="top" usebox="none">
29247 \begin_inset Text
29248
29249 \begin_layout Plain Layout
29250 \begin_inset Graphics
29251         filename ../images/changes-merge.png
29252         BoundingBox 0bp 5bp 20bp 25bp
29253         rotateOrigin center
29254
29255 \end_inset
29256
29257
29258 \end_layout
29259
29260 \end_inset
29261 </cell>
29262 <cell alignment="center" valignment="top" usebox="none">
29263 \begin_inset Text
29264
29265 \begin_layout Plain Layout
29266
29267 \family sans
29268 Document\SpecialChar \menuseparator
29269 Change
29270 \begin_inset space ~
29271 \end_inset
29272
29273 Tracking\SpecialChar \menuseparator
29274 Merge
29275 \begin_inset space ~
29276 \end_inset
29277
29278 Changes
29279 \end_layout
29280
29281 \end_inset
29282 </cell>
29283 </row>
29284 <row interlinespace="2.5mm">
29285 <cell alignment="center" valignment="top" usebox="none">
29286 \begin_inset Text
29287
29288 \begin_layout Plain Layout
29289 \begin_inset Graphics
29290         filename ../images/all-changes-accept.png
29291         BoundingBox 0bp 5bp 20bp 25bp
29292         rotateOrigin center
29293
29294 \end_inset
29295
29296
29297 \end_layout
29298
29299 \end_inset
29300 </cell>
29301 <cell alignment="center" valignment="top" usebox="none">
29302 \begin_inset Text
29303
29304 \begin_layout Plain Layout
29305
29306 \family sans
29307 Document\SpecialChar \menuseparator
29308 Change
29309 \begin_inset space ~
29310 \end_inset
29311
29312 Tracking\SpecialChar \menuseparator
29313 Accept
29314 \begin_inset space ~
29315 \end_inset
29316
29317 All
29318 \begin_inset space ~
29319 \end_inset
29320
29321 Changes
29322 \end_layout
29323
29324 \end_inset
29325 </cell>
29326 </row>
29327 <row interlinespace="2.5mm">
29328 <cell alignment="center" valignment="top" usebox="none">
29329 \begin_inset Text
29330
29331 \begin_layout Plain Layout
29332 \begin_inset Graphics
29333         filename ../images/all-changes-reject.png
29334         BoundingBox 0bp 5bp 20bp 25bp
29335         rotateOrigin center
29336
29337 \end_inset
29338
29339
29340 \end_layout
29341
29342 \end_inset
29343 </cell>
29344 <cell alignment="center" valignment="top" usebox="none">
29345 \begin_inset Text
29346
29347 \begin_layout Plain Layout
29348
29349 \family sans
29350 Document\SpecialChar \menuseparator
29351 Change
29352 \begin_inset space ~
29353 \end_inset
29354
29355 Tracking\SpecialChar \menuseparator
29356 Reject
29357 \begin_inset space ~
29358 \end_inset
29359
29360 All
29361 \begin_inset space ~
29362 \end_inset
29363
29364 Changes
29365 \end_layout
29366
29367 \end_inset
29368 </cell>
29369 </row>
29370 <row interlinespace="2.5mm">
29371 <cell alignment="center" valignment="top" usebox="none">
29372 \begin_inset Text
29373
29374 \begin_layout Plain Layout
29375 \begin_inset Graphics
29376         filename ../images/note-insert.png
29377         BoundingBox 0bp 5bp 20bp 25bp
29378         rotateOrigin center
29379
29380 \end_inset
29381
29382
29383 \end_layout
29384
29385 \end_inset
29386 </cell>
29387 <cell alignment="center" valignment="top" usebox="none">
29388 \begin_inset Text
29389
29390 \begin_layout Plain Layout
29391
29392 \family sans
29393 Insert\SpecialChar \menuseparator
29394 Note\SpecialChar \menuseparator
29395 LyX
29396 \begin_inset space ~
29397 \end_inset
29398
29399 Note
29400 \end_layout
29401
29402 \end_inset
29403 </cell>
29404 </row>
29405 <row interlinespace="2.5mm">
29406 <cell alignment="center" valignment="top" usebox="none">
29407 \begin_inset Text
29408
29409 \begin_layout Plain Layout
29410 \begin_inset Graphics
29411         filename ../images/note-next.png
29412         BoundingBox 0bp 5bp 20bp 25bp
29413         rotateOrigin center
29414
29415 \end_inset
29416
29417
29418 \end_layout
29419
29420 \end_inset
29421 </cell>
29422 <cell alignment="center" valignment="top" usebox="none">
29423 \begin_inset Text
29424
29425 \begin_layout Plain Layout
29426
29427 \family sans
29428 Navigate\SpecialChar \menuseparator
29429 Next
29430 \begin_inset space ~
29431 \end_inset
29432
29433 Note
29434 \end_layout
29435
29436 \end_inset
29437 </cell>
29438 </row>
29439 </lyxtabular>
29440
29441 \end_inset
29442
29443
29444 \end_layout
29445
29446 \begin_layout Standard
29447 \begin_inset VSpace defskip
29448 \end_inset
29449
29450
29451 \end_layout
29452
29453 \begin_layout Standard
29454 The review toolbar helps you to accept, reject, or merge changes – highlight
29455  the change and press one of the desired toolbar buttons.
29456  When you merge changes, a window pops up showing you information about
29457  the next change behind the current cursor position.
29458  So you don't need to highlight a certain change.
29459  Within the merge window you can decide to accept or reject changes and
29460  step to the next change.
29461  This way you can jump through all the changes in the document.
29462 \end_layout
29463
29464 \begin_layout Standard
29465 The toolbar has two buttons to handle notes because notes are often important
29466  to describe a change.
29467 \end_layout
29468
29469 \begin_layout Standard
29470 To show made changes in the output you need the LaTeX package 
29471 \series bold
29472 dvipost
29473 \series default
29474
29475 \begin_inset Index idx
29476 status collapsed
29477
29478 \begin_layout Plain Layout
29479 LaTeX-packages ! dvipost
29480 \end_layout
29481
29482 \end_inset
29483
29484  installed.
29485  You will find it in the TeX Catalogue, 
29486 \begin_inset CommandInset citation
29487 LatexCommand cite
29488 key "TeXCatalogue"
29489
29490 \end_inset
29491
29492  or in the package manager of your LaTeX-system.
29493 \end_layout
29494
29495 \begin_layout Section
29496 International Support
29497 \begin_inset Index idx
29498 status collapsed
29499
29500 \begin_layout Plain Layout
29501 International support
29502 \end_layout
29503
29504 \end_inset
29505
29506
29507 \end_layout
29508
29509 \begin_layout Standard
29510 This section describes how to use LyX with any language you want.
29511  For some non-western languages there are special Wiki-pages that explain
29512  how to set up LyX to use them: 
29513 \begin_inset CommandInset citation
29514 LatexCommand cite
29515 key "Arabic,Armenian,Farsi,Hebrew"
29516
29517 \end_inset
29518
29519
29520 \end_layout
29521
29522 \begin_layout Standard
29523 Besides languages, LyX also supports phonetic symbols, see section
29524 \begin_inset space ~
29525 \end_inset
29526
29527
29528 \begin_inset CommandInset ref
29529 LatexCommand ref
29530 reference "sub:Special-Character"
29531
29532 \end_inset
29533
29534 .
29535 \end_layout
29536
29537 \begin_layout Subsection
29538 Language Options
29539 \begin_inset Index idx
29540 status collapsed
29541
29542 \begin_layout Plain Layout
29543 Language ! Options
29544 \end_layout
29545
29546 \end_inset
29547
29548
29549 \begin_inset Index idx
29550 status collapsed
29551
29552 \begin_layout Plain Layout
29553 Document ! Settings
29554 \end_layout
29555
29556 \end_inset
29557
29558
29559 \begin_inset Index idx
29560 status collapsed
29561
29562 \begin_layout Plain Layout
29563 Document ! Language
29564 \end_layout
29565
29566 \end_inset
29567
29568
29569 \end_layout
29570
29571 \begin_layout Standard
29572 The 
29573 \family sans
29574 Document\SpecialChar \menuseparator
29575 Settings
29576 \family default
29577  dialog lets you set 
29578 \family roman
29579 the language and character encoding for your language.
29580  
29581 \end_layout
29582
29583 \begin_layout Standard
29584 Choose your language in the 
29585 \family sans
29586 Language
29587 \family default
29588  section of this dialog.
29589  The default is 
29590 \family sans
29591 English
29592 \family default
29593 .
29594 \end_layout
29595
29596 \begin_layout Standard
29597 Under 
29598 \family sans
29599 Encoding
29600 \family default
29601  you can choose the character encoding map you want to use for LaTeX export.
29602  The option 
29603 \family sans
29604 Language Default
29605 \family default
29606  is the preferred choice and works well in most cases.
29607  For details about the different encoding options see section
29608 \begin_inset space ~
29609 \end_inset
29610
29611
29612 \begin_inset CommandInset ref
29613 LatexCommand ref
29614 reference "cha:The-Document-Settings"
29615
29616 \end_inset
29617
29618 .
29619 \end_layout
29620
29621 \begin_layout Subsection
29622 Keyboard mapping configuration
29623 \begin_inset CommandInset label
29624 LatexCommand label
29625 name "sub:Keyboard-mapping"
29626
29627 \end_inset
29628
29629
29630 \end_layout
29631
29632 \begin_layout Standard
29633 If you have for example a U.S.-style keyboard and want to write in a language
29634  other than English, you can use an alternate keymap.
29635  For example, if you have a U.S.-style keyboard but want to write in Italian,
29636  you can configure LyX to use an Italian keymap.
29637  The preferences dialog allows you to choose up to two keyboard mappings,
29638  see section
29639 \begin_inset space ~
29640 \end_inset
29641
29642
29643 \begin_inset CommandInset ref
29644 LatexCommand ref
29645 reference "sub:Keyboard-Map"
29646
29647 \end_inset
29648
29649 .
29650  You can choose primary and secondary keyboard languages and then select
29651  which one you want to use.
29652 \end_layout
29653
29654 \begin_layout Standard
29655 Finally, you may just want to change a few key mappings or create an entirely
29656  different keymap (for Vulcan, for instance).
29657  You may, for example, normally write in Italian on a U.S.
29658  keyboard but want to include an occasional quotation in German.
29659  In such a case, you can write your own keyboard mapping or modify an existing
29660  one to support the characters you want.
29661  This and many other customizations are explained in the 
29662 \emph on
29663 Customization
29664 \emph default
29665  manual.
29666 \end_layout
29667
29668 \begin_layout Subsection
29669 Character Tables
29670 \end_layout
29671
29672 \begin_layout Standard
29673 Table
29674 \begin_inset space ~
29675 \end_inset
29676
29677
29678 \begin_inset CommandInset ref
29679 LatexCommand ref
29680 reference "cap:The-latin1-character"
29681
29682 \end_inset
29683
29684  shows the 
29685 \family typewriter
29686 Latin1
29687 \family default
29688  character set.
29689  You should be able to enter the characters in the first eight columns directly
29690  from the keyboard.
29691 \end_layout
29692
29693 \begin_layout Standard
29694 There are a few things you need to know about this table.
29695  Here are some of the details you'll need to bear in mind when using characters
29696  from the 
29697 \family typewriter
29698 Latin1
29699 \family default
29700  character set:
29701 \end_layout
29702
29703 \begin_layout Itemize
29704 Even if you have selected 
29705 \family sans
29706 latin1
29707 \family default
29708  in the 
29709 \family sans
29710 Document\SpecialChar \menuseparator
29711 Settings
29712 \family default
29713  dialog, users who have only the 
29714 \family typewriter
29715 T1
29716 \family default
29717 -fonts for LaTeX [or who have the 
29718 \family typewriter
29719 T1
29720 \family default
29721 -fonts but aren't using them] will still miss a few characters: D0, F0,
29722  DE, FE, AB, and BB – the uppercase and lowercase eth and thorn, and the
29723  french quotes won't show up.
29724 \end_layout
29725
29726 \begin_layout Standard
29727 \begin_inset Float table
29728 wide false
29729 sideways false
29730 status open
29731
29732 \begin_layout Plain Layout
29733 \begin_inset Caption
29734
29735 \begin_layout Plain Layout
29736 \begin_inset CommandInset label
29737 LatexCommand label
29738 name "cap:The-latin1-character"
29739
29740 \end_inset
29741
29742 The 
29743 \family typewriter
29744 latin1
29745 \family default
29746  character set
29747 \end_layout
29748
29749 \end_inset
29750
29751
29752 \end_layout
29753
29754 \begin_layout Plain Layout
29755 \align center
29756 \begin_inset Tabular
29757 <lyxtabular version="3" rows="17" columns="17">
29758 <features tabularvalignment="middle">
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 <column alignment="center" valignment="top" width="0pt">
29768 <column alignment="center" valignment="top" width="0pt">
29769 <column alignment="center" valignment="top" width="0pt">
29770 <column alignment="center" valignment="top" width="0pt">
29771 <column alignment="center" valignment="top" width="0pt">
29772 <column alignment="center" valignment="top" width="0pt">
29773 <column alignment="center" valignment="top" width="0pt">
29774 <column alignment="center" valignment="top" width="0pt">
29775 <column alignment="center" valignment="top" width="0pt">
29776 <row>
29777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29778 \begin_inset Text
29779
29780 \begin_layout Plain Layout
29781
29782 \end_layout
29783
29784 \end_inset
29785 </cell>
29786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29787 \begin_inset Text
29788
29789 \begin_layout Plain Layout
29790
29791 \family roman
29792 \series medium
29793 \shape up
29794 \size tiny
29795 \emph off
29796 \bar no
29797 \noun off
29798 \color none
29799 00
29800 \end_layout
29801
29802 \end_inset
29803 </cell>
29804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29805 \begin_inset Text
29806
29807 \begin_layout Plain Layout
29808
29809 \family roman
29810 \series medium
29811 \shape up
29812 \size tiny
29813 \emph off
29814 \bar no
29815 \noun off
29816 \color none
29817 10
29818 \end_layout
29819
29820 \end_inset
29821 </cell>
29822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29823 \begin_inset Text
29824
29825 \begin_layout Plain Layout
29826
29827 \family roman
29828 \series medium
29829 \shape up
29830 \size tiny
29831 \emph off
29832 \bar no
29833 \noun off
29834 \color none
29835 20
29836 \end_layout
29837
29838 \end_inset
29839 </cell>
29840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29841 \begin_inset Text
29842
29843 \begin_layout Plain Layout
29844
29845 \family roman
29846 \series medium
29847 \shape up
29848 \size tiny
29849 \emph off
29850 \bar no
29851 \noun off
29852 \color none
29853 30
29854 \end_layout
29855
29856 \end_inset
29857 </cell>
29858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29859 \begin_inset Text
29860
29861 \begin_layout Plain Layout
29862
29863 \family roman
29864 \series medium
29865 \shape up
29866 \size tiny
29867 \emph off
29868 \bar no
29869 \noun off
29870 \color none
29871 40
29872 \end_layout
29873
29874 \end_inset
29875 </cell>
29876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29877 \begin_inset Text
29878
29879 \begin_layout Plain Layout
29880
29881 \family roman
29882 \series medium
29883 \shape up
29884 \size tiny
29885 \emph off
29886 \bar no
29887 \noun off
29888 \color none
29889 50
29890 \end_layout
29891
29892 \end_inset
29893 </cell>
29894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29895 \begin_inset Text
29896
29897 \begin_layout Plain Layout
29898
29899 \family roman
29900 \series medium
29901 \shape up
29902 \size tiny
29903 \emph off
29904 \bar no
29905 \noun off
29906 \color none
29907 60
29908 \end_layout
29909
29910 \end_inset
29911 </cell>
29912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29913 \begin_inset Text
29914
29915 \begin_layout Plain Layout
29916
29917 \family roman
29918 \series medium
29919 \shape up
29920 \size tiny
29921 \emph off
29922 \bar no
29923 \noun off
29924 \color none
29925 70
29926 \end_layout
29927
29928 \end_inset
29929 </cell>
29930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29931 \begin_inset Text
29932
29933 \begin_layout Plain Layout
29934
29935 \family roman
29936 \series medium
29937 \shape up
29938 \size tiny
29939 \emph off
29940 \bar no
29941 \noun off
29942 \color none
29943 80
29944 \end_layout
29945
29946 \end_inset
29947 </cell>
29948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29949 \begin_inset Text
29950
29951 \begin_layout Plain Layout
29952
29953 \family roman
29954 \series medium
29955 \shape up
29956 \size tiny
29957 \emph off
29958 \bar no
29959 \noun off
29960 \color none
29961 90
29962 \end_layout
29963
29964 \end_inset
29965 </cell>
29966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29967 \begin_inset Text
29968
29969 \begin_layout Plain Layout
29970
29971 \family roman
29972 \series medium
29973 \shape up
29974 \size tiny
29975 \emph off
29976 \bar no
29977 \noun off
29978 \color none
29979 A0
29980 \end_layout
29981
29982 \end_inset
29983 </cell>
29984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29985 \begin_inset Text
29986
29987 \begin_layout Plain Layout
29988
29989 \family roman
29990 \series medium
29991 \shape up
29992 \size tiny
29993 \emph off
29994 \bar no
29995 \noun off
29996 \color none
29997 B0
29998 \end_layout
29999
30000 \end_inset
30001 </cell>
30002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30003 \begin_inset Text
30004
30005 \begin_layout Plain Layout
30006
30007 \family roman
30008 \series medium
30009 \shape up
30010 \size tiny
30011 \emph off
30012 \bar no
30013 \noun off
30014 \color none
30015 C0
30016 \end_layout
30017
30018 \end_inset
30019 </cell>
30020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30021 \begin_inset Text
30022
30023 \begin_layout Plain Layout
30024
30025 \family roman
30026 \series medium
30027 \shape up
30028 \size tiny
30029 \emph off
30030 \bar no
30031 \noun off
30032 \color none
30033 D0
30034 \end_layout
30035
30036 \end_inset
30037 </cell>
30038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30039 \begin_inset Text
30040
30041 \begin_layout Plain Layout
30042
30043 \family roman
30044 \series medium
30045 \shape up
30046 \size tiny
30047 \emph off
30048 \bar no
30049 \noun off
30050 \color none
30051 E0
30052 \end_layout
30053
30054 \end_inset
30055 </cell>
30056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30057 \begin_inset Text
30058
30059 \begin_layout Plain Layout
30060
30061 \family roman
30062 \series medium
30063 \shape up
30064 \size tiny
30065 \emph off
30066 \bar no
30067 \noun off
30068 \color none
30069 F0
30070 \end_layout
30071
30072 \end_inset
30073 </cell>
30074 </row>
30075 <row>
30076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30077 \begin_inset Text
30078
30079 \begin_layout Plain Layout
30080
30081 \family roman
30082 \series medium
30083 \shape up
30084 \size tiny
30085 \emph off
30086 \bar no
30087 \noun off
30088 \color none
30089 00
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 \end_layout
30118
30119 \end_inset
30120 </cell>
30121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30122 \begin_inset Text
30123
30124 \begin_layout Plain Layout
30125
30126 \family roman
30127 \series medium
30128 \shape up
30129 \emph off
30130 \bar no
30131 \noun off
30132 \color none
30133 0
30134 \end_layout
30135
30136 \end_inset
30137 </cell>
30138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30139 \begin_inset Text
30140
30141 \begin_layout Plain Layout
30142
30143 \family roman
30144 \series medium
30145 \shape up
30146 \emph off
30147 \bar no
30148 \noun off
30149 \color none
30150 @
30151 \end_layout
30152
30153 \end_inset
30154 </cell>
30155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30156 \begin_inset Text
30157
30158 \begin_layout Plain Layout
30159
30160 \family roman
30161 \series medium
30162 \shape up
30163 \emph off
30164 \bar no
30165 \noun off
30166 \color none
30167 P
30168 \end_layout
30169
30170 \end_inset
30171 </cell>
30172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30173 \begin_inset Text
30174
30175 \begin_layout Plain Layout
30176
30177 \family roman
30178 \series medium
30179 \shape up
30180 \emph off
30181 \bar no
30182 \noun off
30183 \color none
30184 '
30185 \end_layout
30186
30187 \end_inset
30188 </cell>
30189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30190 \begin_inset Text
30191
30192 \begin_layout Plain Layout
30193
30194 \family roman
30195 \series medium
30196 \shape up
30197 \emph off
30198 \bar no
30199 \noun off
30200 \color none
30201 p
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 \end_layout
30230
30231 \end_inset
30232 </cell>
30233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30234 \begin_inset Text
30235
30236 \begin_layout Plain Layout
30237
30238 \family roman
30239 \series medium
30240 \shape up
30241 \emph off
30242 \bar no
30243 \noun off
30244 \color none
30245 °
30246 \end_layout
30247
30248 \end_inset
30249 </cell>
30250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30251 \begin_inset Text
30252
30253 \begin_layout Plain Layout
30254
30255 \family roman
30256 \series medium
30257 \shape up
30258 \emph off
30259 \bar no
30260 \noun off
30261 \color none
30262 À
30263 \end_layout
30264
30265 \end_inset
30266 </cell>
30267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30268 \begin_inset Text
30269
30270 \begin_layout Plain Layout
30271
30272 \family roman
30273 \series medium
30274 \shape up
30275 \emph off
30276 \bar no
30277 \noun off
30278 \color none
30279 Ð
30280 \end_layout
30281
30282 \end_inset
30283 </cell>
30284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30285 \begin_inset Text
30286
30287 \begin_layout Plain Layout
30288
30289 \family roman
30290 \series medium
30291 \shape up
30292 \emph off
30293 \bar no
30294 \noun off
30295 \color none
30296 à
30297 \end_layout
30298
30299 \end_inset
30300 </cell>
30301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30302 \begin_inset Text
30303
30304 \begin_layout Plain Layout
30305
30306 \family roman
30307 \series medium
30308 \shape up
30309 \emph off
30310 \bar no
30311 \noun off
30312 \color none
30313 ð
30314 \end_layout
30315
30316 \end_inset
30317 </cell>
30318 </row>
30319 <row>
30320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30321 \begin_inset Text
30322
30323 \begin_layout Plain Layout
30324
30325 \family roman
30326 \series medium
30327 \shape up
30328 \size tiny
30329 \emph off
30330 \bar no
30331 \noun off
30332 \color none
30333 01
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 \end_layout
30353
30354 \end_inset
30355 </cell>
30356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30357 \begin_inset Text
30358
30359 \begin_layout Plain Layout
30360
30361 \family roman
30362 \series medium
30363 \shape up
30364 \emph off
30365 \bar no
30366 \noun off
30367 \color none
30368 !
30369 \end_layout
30370
30371 \end_inset
30372 </cell>
30373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30374 \begin_inset Text
30375
30376 \begin_layout Plain Layout
30377
30378 \family roman
30379 \series medium
30380 \shape up
30381 \emph off
30382 \bar no
30383 \noun off
30384 \color none
30385 1
30386 \end_layout
30387
30388 \end_inset
30389 </cell>
30390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30391 \begin_inset Text
30392
30393 \begin_layout Plain Layout
30394
30395 \family roman
30396 \series medium
30397 \shape up
30398 \emph off
30399 \bar no
30400 \noun off
30401 \color none
30402 A
30403 \end_layout
30404
30405 \end_inset
30406 </cell>
30407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30408 \begin_inset Text
30409
30410 \begin_layout Plain Layout
30411
30412 \family roman
30413 \series medium
30414 \shape up
30415 \emph off
30416 \bar no
30417 \noun off
30418 \color none
30419 Q
30420 \end_layout
30421
30422 \end_inset
30423 </cell>
30424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30425 \begin_inset Text
30426
30427 \begin_layout Plain Layout
30428
30429 \family roman
30430 \series medium
30431 \shape up
30432 \emph off
30433 \bar no
30434 \noun off
30435 \color none
30436 a
30437 \end_layout
30438
30439 \end_inset
30440 </cell>
30441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30442 \begin_inset Text
30443
30444 \begin_layout Plain Layout
30445
30446 \family roman
30447 \series medium
30448 \shape up
30449 \emph off
30450 \bar no
30451 \noun off
30452 \color none
30453 q
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 \end_layout
30473
30474 \end_inset
30475 </cell>
30476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30477 \begin_inset Text
30478
30479 \begin_layout Plain Layout
30480
30481 \family roman
30482 \series medium
30483 \shape up
30484 \emph off
30485 \bar no
30486 \noun off
30487 \color none
30488 ¡
30489 \end_layout
30490
30491 \end_inset
30492 </cell>
30493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30494 \begin_inset Text
30495
30496 \begin_layout Plain Layout
30497
30498 \family roman
30499 \series medium
30500 \shape up
30501 \emph off
30502 \bar no
30503 \noun off
30504 \color none
30505 ±
30506 \end_layout
30507
30508 \end_inset
30509 </cell>
30510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30511 \begin_inset Text
30512
30513 \begin_layout Plain Layout
30514
30515 \family roman
30516 \series medium
30517 \shape up
30518 \emph off
30519 \bar no
30520 \noun off
30521 \color none
30522 Á
30523 \end_layout
30524
30525 \end_inset
30526 </cell>
30527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30528 \begin_inset Text
30529
30530 \begin_layout Plain Layout
30531
30532 \family roman
30533 \series medium
30534 \shape up
30535 \emph off
30536 \bar no
30537 \noun off
30538 \color none
30539 Ñ
30540 \end_layout
30541
30542 \end_inset
30543 </cell>
30544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30545 \begin_inset Text
30546
30547 \begin_layout Plain Layout
30548
30549 \family roman
30550 \series medium
30551 \shape up
30552 \emph off
30553 \bar no
30554 \noun off
30555 \color none
30556 á
30557 \end_layout
30558
30559 \end_inset
30560 </cell>
30561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30562 \begin_inset Text
30563
30564 \begin_layout Plain Layout
30565
30566 \family roman
30567 \series medium
30568 \shape up
30569 \emph off
30570 \bar no
30571 \noun off
30572 \color none
30573 ñ
30574 \end_layout
30575
30576 \end_inset
30577 </cell>
30578 </row>
30579 <row>
30580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30581 \begin_inset Text
30582
30583 \begin_layout Plain Layout
30584
30585 \family roman
30586 \series medium
30587 \shape up
30588 \size tiny
30589 \emph off
30590 \bar no
30591 \noun off
30592 \color none
30593 02
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 \end_layout
30613
30614 \end_inset
30615 </cell>
30616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30617 \begin_inset Text
30618
30619 \begin_layout Plain Layout
30620
30621 \family roman
30622 \series medium
30623 \shape up
30624 \emph off
30625 \bar no
30626 \noun off
30627 \color none
30628 \begin_inset Quotes eld
30629 \end_inset
30630
30631
30632 \end_layout
30633
30634 \end_inset
30635 </cell>
30636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30637 \begin_inset Text
30638
30639 \begin_layout Plain Layout
30640
30641 \family roman
30642 \series medium
30643 \shape up
30644 \emph off
30645 \bar no
30646 \noun off
30647 \color none
30648 2
30649 \end_layout
30650
30651 \end_inset
30652 </cell>
30653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30654 \begin_inset Text
30655
30656 \begin_layout Plain Layout
30657
30658 \family roman
30659 \series medium
30660 \shape up
30661 \emph off
30662 \bar no
30663 \noun off
30664 \color none
30665 B
30666 \end_layout
30667
30668 \end_inset
30669 </cell>
30670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30671 \begin_inset Text
30672
30673 \begin_layout Plain Layout
30674
30675 \family roman
30676 \series medium
30677 \shape up
30678 \emph off
30679 \bar no
30680 \noun off
30681 \color none
30682 R
30683 \end_layout
30684
30685 \end_inset
30686 </cell>
30687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30688 \begin_inset Text
30689
30690 \begin_layout Plain Layout
30691
30692 \family roman
30693 \series medium
30694 \shape up
30695 \emph off
30696 \bar no
30697 \noun off
30698 \color none
30699 b
30700 \end_layout
30701
30702 \end_inset
30703 </cell>
30704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30705 \begin_inset Text
30706
30707 \begin_layout Plain Layout
30708
30709 \family roman
30710 \series medium
30711 \shape up
30712 \emph off
30713 \bar no
30714 \noun off
30715 \color none
30716 r
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 \end_layout
30745
30746 \end_inset
30747 </cell>
30748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30749 \begin_inset Text
30750
30751 \begin_layout Plain Layout
30752
30753 \family roman
30754 \series medium
30755 \shape up
30756 \emph off
30757 \bar no
30758 \noun off
30759 \color none
30760 ²
30761 \end_layout
30762
30763 \end_inset
30764 </cell>
30765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30766 \begin_inset Text
30767
30768 \begin_layout Plain Layout
30769
30770 \family roman
30771 \series medium
30772 \shape up
30773 \emph off
30774 \bar no
30775 \noun off
30776 \color none
30777 Â
30778 \end_layout
30779
30780 \end_inset
30781 </cell>
30782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30783 \begin_inset Text
30784
30785 \begin_layout Plain Layout
30786
30787 \family roman
30788 \series medium
30789 \shape up
30790 \emph off
30791 \bar no
30792 \noun off
30793 \color none
30794 Ò
30795 \end_layout
30796
30797 \end_inset
30798 </cell>
30799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30800 \begin_inset Text
30801
30802 \begin_layout Plain Layout
30803
30804 \family roman
30805 \series medium
30806 \shape up
30807 \emph off
30808 \bar no
30809 \noun off
30810 \color none
30811 â
30812 \end_layout
30813
30814 \end_inset
30815 </cell>
30816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30817 \begin_inset Text
30818
30819 \begin_layout Plain Layout
30820
30821 \family roman
30822 \series medium
30823 \shape up
30824 \emph off
30825 \bar no
30826 \noun off
30827 \color none
30828 ò
30829 \end_layout
30830
30831 \end_inset
30832 </cell>
30833 </row>
30834 <row>
30835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30836 \begin_inset Text
30837
30838 \begin_layout Plain Layout
30839
30840 \family roman
30841 \series medium
30842 \shape up
30843 \size tiny
30844 \emph off
30845 \bar no
30846 \noun off
30847 \color none
30848 03
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 \end_layout
30868
30869 \end_inset
30870 </cell>
30871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30872 \begin_inset Text
30873
30874 \begin_layout Plain Layout
30875
30876 \family roman
30877 \series medium
30878 \shape up
30879 \emph off
30880 \bar no
30881 \noun off
30882 \color none
30883 #
30884 \end_layout
30885
30886 \end_inset
30887 </cell>
30888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30889 \begin_inset Text
30890
30891 \begin_layout Plain Layout
30892
30893 \family roman
30894 \series medium
30895 \shape up
30896 \emph off
30897 \bar no
30898 \noun off
30899 \color none
30900 3
30901 \end_layout
30902
30903 \end_inset
30904 </cell>
30905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30906 \begin_inset Text
30907
30908 \begin_layout Plain Layout
30909
30910 \family roman
30911 \series medium
30912 \shape up
30913 \emph off
30914 \bar no
30915 \noun off
30916 \color none
30917 C
30918 \end_layout
30919
30920 \end_inset
30921 </cell>
30922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30923 \begin_inset Text
30924
30925 \begin_layout Plain Layout
30926
30927 \family roman
30928 \series medium
30929 \shape up
30930 \emph off
30931 \bar no
30932 \noun off
30933 \color none
30934 S
30935 \end_layout
30936
30937 \end_inset
30938 </cell>
30939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30940 \begin_inset Text
30941
30942 \begin_layout Plain Layout
30943
30944 \family roman
30945 \series medium
30946 \shape up
30947 \emph off
30948 \bar no
30949 \noun off
30950 \color none
30951 c
30952 \end_layout
30953
30954 \end_inset
30955 </cell>
30956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30957 \begin_inset Text
30958
30959 \begin_layout Plain Layout
30960
30961 \family roman
30962 \series medium
30963 \shape up
30964 \emph off
30965 \bar no
30966 \noun off
30967 \color none
30968 s
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 \end_layout
30988
30989 \end_inset
30990 </cell>
30991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30992 \begin_inset Text
30993
30994 \begin_layout Plain Layout
30995
30996 \family roman
30997 \series medium
30998 \shape up
30999 \emph off
31000 \bar no
31001 \noun off
31002 \color none
31003 £
31004 \end_layout
31005
31006 \end_inset
31007 </cell>
31008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31009 \begin_inset Text
31010
31011 \begin_layout Plain Layout
31012
31013 \family roman
31014 \series medium
31015 \shape up
31016 \emph off
31017 \bar no
31018 \noun off
31019 \color none
31020 ³
31021 \end_layout
31022
31023 \end_inset
31024 </cell>
31025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31026 \begin_inset Text
31027
31028 \begin_layout Plain Layout
31029
31030 \family roman
31031 \series medium
31032 \shape up
31033 \emph off
31034 \bar no
31035 \noun off
31036 \color none
31037 Ã
31038 \end_layout
31039
31040 \end_inset
31041 </cell>
31042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31043 \begin_inset Text
31044
31045 \begin_layout Plain Layout
31046
31047 \family roman
31048 \series medium
31049 \shape up
31050 \emph off
31051 \bar no
31052 \noun off
31053 \color none
31054 Ó
31055 \end_layout
31056
31057 \end_inset
31058 </cell>
31059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31060 \begin_inset Text
31061
31062 \begin_layout Plain Layout
31063
31064 \family roman
31065 \series medium
31066 \shape up
31067 \emph off
31068 \bar no
31069 \noun off
31070 \color none
31071 ã
31072 \end_layout
31073
31074 \end_inset
31075 </cell>
31076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31077 \begin_inset Text
31078
31079 \begin_layout Plain Layout
31080
31081 \family roman
31082 \series medium
31083 \shape up
31084 \emph off
31085 \bar no
31086 \noun off
31087 \color none
31088 ó
31089 \end_layout
31090
31091 \end_inset
31092 </cell>
31093 </row>
31094 <row>
31095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31096 \begin_inset Text
31097
31098 \begin_layout Plain Layout
31099
31100 \family roman
31101 \series medium
31102 \shape up
31103 \size tiny
31104 \emph off
31105 \bar no
31106 \noun off
31107 \color none
31108 04
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 \end_layout
31128
31129 \end_inset
31130 </cell>
31131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31132 \begin_inset Text
31133
31134 \begin_layout Plain Layout
31135
31136 \family roman
31137 \series medium
31138 \shape up
31139 \emph off
31140 \bar no
31141 \noun off
31142 \color none
31143 $
31144 \end_layout
31145
31146 \end_inset
31147 </cell>
31148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31149 \begin_inset Text
31150
31151 \begin_layout Plain Layout
31152
31153 \family roman
31154 \series medium
31155 \shape up
31156 \emph off
31157 \bar no
31158 \noun off
31159 \color none
31160 4
31161 \end_layout
31162
31163 \end_inset
31164 </cell>
31165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31166 \begin_inset Text
31167
31168 \begin_layout Plain Layout
31169
31170 \family roman
31171 \series medium
31172 \shape up
31173 \emph off
31174 \bar no
31175 \noun off
31176 \color none
31177 D
31178 \end_layout
31179
31180 \end_inset
31181 </cell>
31182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31183 \begin_inset Text
31184
31185 \begin_layout Plain Layout
31186
31187 \family roman
31188 \series medium
31189 \shape up
31190 \emph off
31191 \bar no
31192 \noun off
31193 \color none
31194 T
31195 \end_layout
31196
31197 \end_inset
31198 </cell>
31199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31200 \begin_inset Text
31201
31202 \begin_layout Plain Layout
31203
31204 \family roman
31205 \series medium
31206 \shape up
31207 \emph off
31208 \bar no
31209 \noun off
31210 \color none
31211 d
31212 \end_layout
31213
31214 \end_inset
31215 </cell>
31216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31217 \begin_inset Text
31218
31219 \begin_layout Plain Layout
31220
31221 \family roman
31222 \series medium
31223 \shape up
31224 \emph off
31225 \bar no
31226 \noun off
31227 \color none
31228 t
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 \end_layout
31257
31258 \end_inset
31259 </cell>
31260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31261 \begin_inset Text
31262
31263 \begin_layout Plain Layout
31264
31265 \family roman
31266 \series medium
31267 \shape up
31268 \emph off
31269 \bar no
31270 \noun off
31271 \color none
31272 ´
31273 \end_layout
31274
31275 \end_inset
31276 </cell>
31277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31278 \begin_inset Text
31279
31280 \begin_layout Plain Layout
31281
31282 \family roman
31283 \series medium
31284 \shape up
31285 \emph off
31286 \bar no
31287 \noun off
31288 \color none
31289 Ä
31290 \end_layout
31291
31292 \end_inset
31293 </cell>
31294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31295 \begin_inset Text
31296
31297 \begin_layout Plain Layout
31298
31299 \family roman
31300 \series medium
31301 \shape up
31302 \emph off
31303 \bar no
31304 \noun off
31305 \color none
31306 Ô
31307 \end_layout
31308
31309 \end_inset
31310 </cell>
31311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31312 \begin_inset Text
31313
31314 \begin_layout Plain Layout
31315
31316 \family roman
31317 \series medium
31318 \shape up
31319 \emph off
31320 \bar no
31321 \noun off
31322 \color none
31323 ä
31324 \end_layout
31325
31326 \end_inset
31327 </cell>
31328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31329 \begin_inset Text
31330
31331 \begin_layout Plain Layout
31332
31333 \family roman
31334 \series medium
31335 \shape up
31336 \emph off
31337 \bar no
31338 \noun off
31339 \color none
31340 ô
31341 \end_layout
31342
31343 \end_inset
31344 </cell>
31345 </row>
31346 <row>
31347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31348 \begin_inset Text
31349
31350 \begin_layout Plain Layout
31351
31352 \family roman
31353 \series medium
31354 \shape up
31355 \size tiny
31356 \emph off
31357 \bar no
31358 \noun off
31359 \color none
31360 05
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 \end_layout
31380
31381 \end_inset
31382 </cell>
31383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31384 \begin_inset Text
31385
31386 \begin_layout Plain Layout
31387
31388 \family roman
31389 \series medium
31390 \shape up
31391 \emph off
31392 \bar no
31393 \noun off
31394 \color none
31395 %
31396 \end_layout
31397
31398 \end_inset
31399 </cell>
31400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31401 \begin_inset Text
31402
31403 \begin_layout Plain Layout
31404
31405 \family roman
31406 \series medium
31407 \shape up
31408 \emph off
31409 \bar no
31410 \noun off
31411 \color none
31412 5
31413 \end_layout
31414
31415 \end_inset
31416 </cell>
31417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31418 \begin_inset Text
31419
31420 \begin_layout Plain Layout
31421
31422 \family roman
31423 \series medium
31424 \shape up
31425 \emph off
31426 \bar no
31427 \noun off
31428 \color none
31429 E
31430 \end_layout
31431
31432 \end_inset
31433 </cell>
31434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31435 \begin_inset Text
31436
31437 \begin_layout Plain Layout
31438
31439 \family roman
31440 \series medium
31441 \shape up
31442 \emph off
31443 \bar no
31444 \noun off
31445 \color none
31446 U
31447 \end_layout
31448
31449 \end_inset
31450 </cell>
31451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31452 \begin_inset Text
31453
31454 \begin_layout Plain Layout
31455
31456 \family roman
31457 \series medium
31458 \shape up
31459 \emph off
31460 \bar no
31461 \noun off
31462 \color none
31463 e
31464 \end_layout
31465
31466 \end_inset
31467 </cell>
31468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31469 \begin_inset Text
31470
31471 \begin_layout Plain Layout
31472
31473 \family roman
31474 \series medium
31475 \shape up
31476 \emph off
31477 \bar no
31478 \noun off
31479 \color none
31480 u
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 \end_layout
31509
31510 \end_inset
31511 </cell>
31512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31513 \begin_inset Text
31514
31515 \begin_layout Plain Layout
31516
31517 \family roman
31518 \series medium
31519 \shape up
31520 \emph off
31521 \bar no
31522 \noun off
31523 \color none
31524 µ
31525 \end_layout
31526
31527 \end_inset
31528 </cell>
31529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31530 \begin_inset Text
31531
31532 \begin_layout Plain Layout
31533
31534 \family roman
31535 \series medium
31536 \shape up
31537 \emph off
31538 \bar no
31539 \noun off
31540 \color none
31541 Å
31542 \end_layout
31543
31544 \end_inset
31545 </cell>
31546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31547 \begin_inset Text
31548
31549 \begin_layout Plain Layout
31550
31551 \family roman
31552 \series medium
31553 \shape up
31554 \emph off
31555 \bar no
31556 \noun off
31557 \color none
31558 Õ
31559 \end_layout
31560
31561 \end_inset
31562 </cell>
31563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31564 \begin_inset Text
31565
31566 \begin_layout Plain Layout
31567
31568 \family roman
31569 \series medium
31570 \shape up
31571 \emph off
31572 \bar no
31573 \noun off
31574 \color none
31575 å
31576 \end_layout
31577
31578 \end_inset
31579 </cell>
31580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31581 \begin_inset Text
31582
31583 \begin_layout Plain Layout
31584
31585 \family roman
31586 \series medium
31587 \shape up
31588 \emph off
31589 \bar no
31590 \noun off
31591 \color none
31592 õ
31593 \end_layout
31594
31595 \end_inset
31596 </cell>
31597 </row>
31598 <row>
31599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31600 \begin_inset Text
31601
31602 \begin_layout Plain Layout
31603
31604 \family roman
31605 \series medium
31606 \shape up
31607 \size tiny
31608 \emph off
31609 \bar no
31610 \noun off
31611 \color none
31612 06
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 \end_layout
31632
31633 \end_inset
31634 </cell>
31635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31636 \begin_inset Text
31637
31638 \begin_layout Plain Layout
31639
31640 \family roman
31641 \series medium
31642 \shape up
31643 \emph off
31644 \bar no
31645 \noun off
31646 \color none
31647 &
31648 \end_layout
31649
31650 \end_inset
31651 </cell>
31652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31653 \begin_inset Text
31654
31655 \begin_layout Plain Layout
31656
31657 \family roman
31658 \series medium
31659 \shape up
31660 \emph off
31661 \bar no
31662 \noun off
31663 \color none
31664 6
31665 \end_layout
31666
31667 \end_inset
31668 </cell>
31669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31670 \begin_inset Text
31671
31672 \begin_layout Plain Layout
31673
31674 \family roman
31675 \series medium
31676 \shape up
31677 \emph off
31678 \bar no
31679 \noun off
31680 \color none
31681 F
31682 \end_layout
31683
31684 \end_inset
31685 </cell>
31686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31687 \begin_inset Text
31688
31689 \begin_layout Plain Layout
31690
31691 \family roman
31692 \series medium
31693 \shape up
31694 \emph off
31695 \bar no
31696 \noun off
31697 \color none
31698 V
31699 \end_layout
31700
31701 \end_inset
31702 </cell>
31703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31704 \begin_inset Text
31705
31706 \begin_layout Plain Layout
31707
31708 \family roman
31709 \series medium
31710 \shape up
31711 \emph off
31712 \bar no
31713 \noun off
31714 \color none
31715 f
31716 \end_layout
31717
31718 \end_inset
31719 </cell>
31720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31721 \begin_inset Text
31722
31723 \begin_layout Plain Layout
31724
31725 \family roman
31726 \series medium
31727 \shape up
31728 \emph off
31729 \bar no
31730 \noun off
31731 \color none
31732 v
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 \end_layout
31761
31762 \end_inset
31763 </cell>
31764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31765 \begin_inset Text
31766
31767 \begin_layout Plain Layout
31768
31769 \family roman
31770 \series medium
31771 \shape up
31772 \emph off
31773 \bar no
31774 \noun off
31775 \color none
31776
31777 \end_layout
31778
31779 \end_inset
31780 </cell>
31781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31782 \begin_inset Text
31783
31784 \begin_layout Plain Layout
31785
31786 \family roman
31787 \series medium
31788 \shape up
31789 \emph off
31790 \bar no
31791 \noun off
31792 \color none
31793 Æ
31794 \end_layout
31795
31796 \end_inset
31797 </cell>
31798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31799 \begin_inset Text
31800
31801 \begin_layout Plain Layout
31802
31803 \family roman
31804 \series medium
31805 \shape up
31806 \emph off
31807 \bar no
31808 \noun off
31809 \color none
31810 Ö
31811 \end_layout
31812
31813 \end_inset
31814 </cell>
31815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31816 \begin_inset Text
31817
31818 \begin_layout Plain Layout
31819
31820 \family roman
31821 \series medium
31822 \shape up
31823 \emph off
31824 \bar no
31825 \noun off
31826 \color none
31827 æ
31828 \end_layout
31829
31830 \end_inset
31831 </cell>
31832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31833 \begin_inset Text
31834
31835 \begin_layout Plain Layout
31836
31837 \family roman
31838 \series medium
31839 \shape up
31840 \emph off
31841 \bar no
31842 \noun off
31843 \color none
31844 ö
31845 \end_layout
31846
31847 \end_inset
31848 </cell>
31849 </row>
31850 <row>
31851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31852 \begin_inset Text
31853
31854 \begin_layout Plain Layout
31855
31856 \family roman
31857 \series medium
31858 \shape up
31859 \size tiny
31860 \emph off
31861 \bar no
31862 \noun off
31863 \color none
31864 07
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 \end_layout
31884
31885 \end_inset
31886 </cell>
31887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31888 \begin_inset Text
31889
31890 \begin_layout Plain Layout
31891
31892 \family roman
31893 \series medium
31894 \shape up
31895 \emph off
31896 \bar no
31897 \noun off
31898 \color none
31899 `
31900 \end_layout
31901
31902 \end_inset
31903 </cell>
31904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31905 \begin_inset Text
31906
31907 \begin_layout Plain Layout
31908
31909 \family roman
31910 \series medium
31911 \shape up
31912 \emph off
31913 \bar no
31914 \noun off
31915 \color none
31916 7
31917 \end_layout
31918
31919 \end_inset
31920 </cell>
31921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31922 \begin_inset Text
31923
31924 \begin_layout Plain Layout
31925
31926 \family roman
31927 \series medium
31928 \shape up
31929 \emph off
31930 \bar no
31931 \noun off
31932 \color none
31933 G
31934 \end_layout
31935
31936 \end_inset
31937 </cell>
31938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31939 \begin_inset Text
31940
31941 \begin_layout Plain Layout
31942
31943 \family roman
31944 \series medium
31945 \shape up
31946 \emph off
31947 \bar no
31948 \noun off
31949 \color none
31950 W
31951 \end_layout
31952
31953 \end_inset
31954 </cell>
31955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31956 \begin_inset Text
31957
31958 \begin_layout Plain Layout
31959
31960 \family roman
31961 \series medium
31962 \shape up
31963 \emph off
31964 \bar no
31965 \noun off
31966 \color none
31967 g
31968 \end_layout
31969
31970 \end_inset
31971 </cell>
31972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31973 \begin_inset Text
31974
31975 \begin_layout Plain Layout
31976
31977 \family roman
31978 \series medium
31979 \shape up
31980 \emph off
31981 \bar no
31982 \noun off
31983 \color none
31984 w
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 \end_layout
32004
32005 \end_inset
32006 </cell>
32007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32008 \begin_inset Text
32009
32010 \begin_layout Plain Layout
32011
32012 \family roman
32013 \series medium
32014 \shape up
32015 \emph off
32016 \bar no
32017 \noun off
32018 \color none
32019 §
32020 \end_layout
32021
32022 \end_inset
32023 </cell>
32024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32025 \begin_inset Text
32026
32027 \begin_layout Plain Layout
32028
32029 \family roman
32030 \series medium
32031 \shape up
32032 \emph off
32033 \bar no
32034 \noun off
32035 \color none
32036 ·
32037 \end_layout
32038
32039 \end_inset
32040 </cell>
32041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32042 \begin_inset Text
32043
32044 \begin_layout Plain Layout
32045
32046 \family roman
32047 \series medium
32048 \shape up
32049 \emph off
32050 \bar no
32051 \noun off
32052 \color none
32053 Ç
32054 \end_layout
32055
32056 \end_inset
32057 </cell>
32058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32059 \begin_inset Text
32060
32061 \begin_layout Plain Layout
32062
32063 \family roman
32064 \series medium
32065 \shape up
32066 \emph off
32067 \bar no
32068 \noun off
32069 \color none
32070 ×
32071 \end_layout
32072
32073 \end_inset
32074 </cell>
32075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32076 \begin_inset Text
32077
32078 \begin_layout Plain Layout
32079
32080 \family roman
32081 \series medium
32082 \shape up
32083 \emph off
32084 \bar no
32085 \noun off
32086 \color none
32087 ç
32088 \end_layout
32089
32090 \end_inset
32091 </cell>
32092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32093 \begin_inset Text
32094
32095 \begin_layout Plain Layout
32096
32097 \family roman
32098 \series medium
32099 \shape up
32100 \emph off
32101 \bar no
32102 \noun off
32103 \color none
32104 ÷
32105 \end_layout
32106
32107 \end_inset
32108 </cell>
32109 </row>
32110 <row>
32111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32112 \begin_inset Text
32113
32114 \begin_layout Plain Layout
32115
32116 \family roman
32117 \series medium
32118 \shape up
32119 \size tiny
32120 \emph off
32121 \bar no
32122 \noun off
32123 \color none
32124 08
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 \end_layout
32144
32145 \end_inset
32146 </cell>
32147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32148 \begin_inset Text
32149
32150 \begin_layout Plain Layout
32151
32152 \family roman
32153 \series medium
32154 \shape up
32155 \emph off
32156 \bar no
32157 \noun off
32158 \color none
32159 (
32160 \end_layout
32161
32162 \end_inset
32163 </cell>
32164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32165 \begin_inset Text
32166
32167 \begin_layout Plain Layout
32168
32169 \family roman
32170 \series medium
32171 \shape up
32172 \emph off
32173 \bar no
32174 \noun off
32175 \color none
32176 8
32177 \end_layout
32178
32179 \end_inset
32180 </cell>
32181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32182 \begin_inset Text
32183
32184 \begin_layout Plain Layout
32185
32186 \family roman
32187 \series medium
32188 \shape up
32189 \emph off
32190 \bar no
32191 \noun off
32192 \color none
32193 H
32194 \end_layout
32195
32196 \end_inset
32197 </cell>
32198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32199 \begin_inset Text
32200
32201 \begin_layout Plain Layout
32202
32203 \family roman
32204 \series medium
32205 \shape up
32206 \emph off
32207 \bar no
32208 \noun off
32209 \color none
32210 X
32211 \end_layout
32212
32213 \end_inset
32214 </cell>
32215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32216 \begin_inset Text
32217
32218 \begin_layout Plain Layout
32219
32220 \family roman
32221 \series medium
32222 \shape up
32223 \emph off
32224 \bar no
32225 \noun off
32226 \color none
32227 h
32228 \end_layout
32229
32230 \end_inset
32231 </cell>
32232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32233 \begin_inset Text
32234
32235 \begin_layout Plain Layout
32236
32237 \family roman
32238 \series medium
32239 \shape up
32240 \emph off
32241 \bar no
32242 \noun off
32243 \color none
32244 x
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 \end_layout
32264
32265 \end_inset
32266 </cell>
32267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32268 \begin_inset Text
32269
32270 \begin_layout Plain Layout
32271
32272 \family roman
32273 \series medium
32274 \shape up
32275 \emph off
32276 \bar no
32277 \noun off
32278 \color none
32279 ¨
32280 \end_layout
32281
32282 \end_inset
32283 </cell>
32284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32285 \begin_inset Text
32286
32287 \begin_layout Plain Layout
32288
32289 \family roman
32290 \series medium
32291 \shape up
32292 \emph off
32293 \bar no
32294 \noun off
32295 \color none
32296 ¸
32297 \end_layout
32298
32299 \end_inset
32300 </cell>
32301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32302 \begin_inset Text
32303
32304 \begin_layout Plain Layout
32305
32306 \family roman
32307 \series medium
32308 \shape up
32309 \emph off
32310 \bar no
32311 \noun off
32312 \color none
32313 È
32314 \end_layout
32315
32316 \end_inset
32317 </cell>
32318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32319 \begin_inset Text
32320
32321 \begin_layout Plain Layout
32322
32323 \family roman
32324 \series medium
32325 \shape up
32326 \emph off
32327 \bar no
32328 \noun off
32329 \color none
32330 Ø
32331 \end_layout
32332
32333 \end_inset
32334 </cell>
32335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32336 \begin_inset Text
32337
32338 \begin_layout Plain Layout
32339
32340 \family roman
32341 \series medium
32342 \shape up
32343 \emph off
32344 \bar no
32345 \noun off
32346 \color none
32347 è
32348 \end_layout
32349
32350 \end_inset
32351 </cell>
32352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32353 \begin_inset Text
32354
32355 \begin_layout Plain Layout
32356
32357 \family roman
32358 \series medium
32359 \shape up
32360 \emph off
32361 \bar no
32362 \noun off
32363 \color none
32364 ø
32365 \end_layout
32366
32367 \end_inset
32368 </cell>
32369 </row>
32370 <row>
32371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32372 \begin_inset Text
32373
32374 \begin_layout Plain Layout
32375
32376 \family roman
32377 \series medium
32378 \shape up
32379 \size tiny
32380 \emph off
32381 \bar no
32382 \noun off
32383 \color none
32384 09
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 \end_layout
32404
32405 \end_inset
32406 </cell>
32407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32408 \begin_inset Text
32409
32410 \begin_layout Plain Layout
32411
32412 \family roman
32413 \series medium
32414 \shape up
32415 \emph off
32416 \bar no
32417 \noun off
32418 \color none
32419 )
32420 \end_layout
32421
32422 \end_inset
32423 </cell>
32424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32425 \begin_inset Text
32426
32427 \begin_layout Plain Layout
32428
32429 \family roman
32430 \series medium
32431 \shape up
32432 \emph off
32433 \bar no
32434 \noun off
32435 \color none
32436 9
32437 \end_layout
32438
32439 \end_inset
32440 </cell>
32441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32442 \begin_inset Text
32443
32444 \begin_layout Plain Layout
32445
32446 \family roman
32447 \series medium
32448 \shape up
32449 \emph off
32450 \bar no
32451 \noun off
32452 \color none
32453 I
32454 \end_layout
32455
32456 \end_inset
32457 </cell>
32458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32459 \begin_inset Text
32460
32461 \begin_layout Plain Layout
32462
32463 \family roman
32464 \series medium
32465 \shape up
32466 \emph off
32467 \bar no
32468 \noun off
32469 \color none
32470 Y
32471 \end_layout
32472
32473 \end_inset
32474 </cell>
32475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32476 \begin_inset Text
32477
32478 \begin_layout Plain Layout
32479
32480 \family roman
32481 \series medium
32482 \shape up
32483 \emph off
32484 \bar no
32485 \noun off
32486 \color none
32487 i
32488 \end_layout
32489
32490 \end_inset
32491 </cell>
32492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32493 \begin_inset Text
32494
32495 \begin_layout Plain Layout
32496
32497 \family roman
32498 \series medium
32499 \shape up
32500 \emph off
32501 \bar no
32502 \noun off
32503 \color none
32504 y
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 \end_layout
32524
32525 \end_inset
32526 </cell>
32527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32528 \begin_inset Text
32529
32530 \begin_layout Plain Layout
32531
32532 \family roman
32533 \series medium
32534 \shape up
32535 \emph off
32536 \bar no
32537 \noun off
32538 \color none
32539 ©
32540 \end_layout
32541
32542 \end_inset
32543 </cell>
32544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32545 \begin_inset Text
32546
32547 \begin_layout Plain Layout
32548
32549 \family roman
32550 \series medium
32551 \shape up
32552 \emph off
32553 \bar no
32554 \noun off
32555 \color none
32556 ¹
32557 \end_layout
32558
32559 \end_inset
32560 </cell>
32561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32562 \begin_inset Text
32563
32564 \begin_layout Plain Layout
32565
32566 \family roman
32567 \series medium
32568 \shape up
32569 \emph off
32570 \bar no
32571 \noun off
32572 \color none
32573 É
32574 \end_layout
32575
32576 \end_inset
32577 </cell>
32578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32579 \begin_inset Text
32580
32581 \begin_layout Plain Layout
32582
32583 \family roman
32584 \series medium
32585 \shape up
32586 \emph off
32587 \bar no
32588 \noun off
32589 \color none
32590 Ù
32591 \end_layout
32592
32593 \end_inset
32594 </cell>
32595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32596 \begin_inset Text
32597
32598 \begin_layout Plain Layout
32599
32600 \family roman
32601 \series medium
32602 \shape up
32603 \emph off
32604 \bar no
32605 \noun off
32606 \color none
32607 é
32608 \end_layout
32609
32610 \end_inset
32611 </cell>
32612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32613 \begin_inset Text
32614
32615 \begin_layout Plain Layout
32616
32617 \family roman
32618 \series medium
32619 \shape up
32620 \emph off
32621 \bar no
32622 \noun off
32623 \color none
32624 ù
32625 \end_layout
32626
32627 \end_inset
32628 </cell>
32629 </row>
32630 <row>
32631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32632 \begin_inset Text
32633
32634 \begin_layout Plain Layout
32635
32636 \family roman
32637 \series medium
32638 \shape up
32639 \size tiny
32640 \emph off
32641 \bar no
32642 \noun off
32643 \color none
32644 0A
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 \end_layout
32664
32665 \end_inset
32666 </cell>
32667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32668 \begin_inset Text
32669
32670 \begin_layout Plain Layout
32671
32672 \family roman
32673 \series medium
32674 \shape up
32675 \emph off
32676 \bar no
32677 \noun off
32678 \color none
32679 *
32680 \end_layout
32681
32682 \end_inset
32683 </cell>
32684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32685 \begin_inset Text
32686
32687 \begin_layout Plain Layout
32688
32689 \family roman
32690 \series medium
32691 \shape up
32692 \emph off
32693 \bar no
32694 \noun off
32695 \color none
32696 :
32697 \end_layout
32698
32699 \end_inset
32700 </cell>
32701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32702 \begin_inset Text
32703
32704 \begin_layout Plain Layout
32705
32706 \family roman
32707 \series medium
32708 \shape up
32709 \emph off
32710 \bar no
32711 \noun off
32712 \color none
32713 J
32714 \end_layout
32715
32716 \end_inset
32717 </cell>
32718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32719 \begin_inset Text
32720
32721 \begin_layout Plain Layout
32722
32723 \family roman
32724 \series medium
32725 \shape up
32726 \emph off
32727 \bar no
32728 \noun off
32729 \color none
32730 Z
32731 \end_layout
32732
32733 \end_inset
32734 </cell>
32735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32736 \begin_inset Text
32737
32738 \begin_layout Plain Layout
32739
32740 \family roman
32741 \series medium
32742 \shape up
32743 \emph off
32744 \bar no
32745 \noun off
32746 \color none
32747 j
32748 \end_layout
32749
32750 \end_inset
32751 </cell>
32752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32753 \begin_inset Text
32754
32755 \begin_layout Plain Layout
32756
32757 \family roman
32758 \series medium
32759 \shape up
32760 \emph off
32761 \bar no
32762 \noun off
32763 \color none
32764 z
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 \end_layout
32784
32785 \end_inset
32786 </cell>
32787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32788 \begin_inset Text
32789
32790 \begin_layout Plain Layout
32791
32792 \family roman
32793 \series medium
32794 \shape up
32795 \emph off
32796 \bar no
32797 \noun off
32798 \color none
32799 ª
32800 \end_layout
32801
32802 \end_inset
32803 </cell>
32804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32805 \begin_inset Text
32806
32807 \begin_layout Plain Layout
32808
32809 \family roman
32810 \series medium
32811 \shape up
32812 \emph off
32813 \bar no
32814 \noun off
32815 \color none
32816 º
32817 \end_layout
32818
32819 \end_inset
32820 </cell>
32821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32822 \begin_inset Text
32823
32824 \begin_layout Plain Layout
32825
32826 \family roman
32827 \series medium
32828 \shape up
32829 \emph off
32830 \bar no
32831 \noun off
32832 \color none
32833 Ê
32834 \end_layout
32835
32836 \end_inset
32837 </cell>
32838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32839 \begin_inset Text
32840
32841 \begin_layout Plain Layout
32842
32843 \family roman
32844 \series medium
32845 \shape up
32846 \emph off
32847 \bar no
32848 \noun off
32849 \color none
32850 Ú
32851 \end_layout
32852
32853 \end_inset
32854 </cell>
32855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32856 \begin_inset Text
32857
32858 \begin_layout Plain Layout
32859
32860 \family roman
32861 \series medium
32862 \shape up
32863 \emph off
32864 \bar no
32865 \noun off
32866 \color none
32867 ê
32868 \end_layout
32869
32870 \end_inset
32871 </cell>
32872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32873 \begin_inset Text
32874
32875 \begin_layout Plain Layout
32876
32877 \family roman
32878 \series medium
32879 \shape up
32880 \emph off
32881 \bar no
32882 \noun off
32883 \color none
32884 ú
32885 \end_layout
32886
32887 \end_inset
32888 </cell>
32889 </row>
32890 <row>
32891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32892 \begin_inset Text
32893
32894 \begin_layout Plain Layout
32895
32896 \family roman
32897 \series medium
32898 \shape up
32899 \size tiny
32900 \emph off
32901 \bar no
32902 \noun off
32903 \color none
32904 0B
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 \end_layout
32924
32925 \end_inset
32926 </cell>
32927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32928 \begin_inset Text
32929
32930 \begin_layout Plain Layout
32931
32932 \family roman
32933 \series medium
32934 \shape up
32935 \emph off
32936 \bar no
32937 \noun off
32938 \color none
32939 +
32940 \end_layout
32941
32942 \end_inset
32943 </cell>
32944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32945 \begin_inset Text
32946
32947 \begin_layout Plain Layout
32948
32949 \family roman
32950 \series medium
32951 \shape up
32952 \emph off
32953 \bar no
32954 \noun off
32955 \color none
32956 ;
32957 \end_layout
32958
32959 \end_inset
32960 </cell>
32961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32962 \begin_inset Text
32963
32964 \begin_layout Plain Layout
32965
32966 \family roman
32967 \series medium
32968 \shape up
32969 \emph off
32970 \bar no
32971 \noun off
32972 \color none
32973 K
32974 \end_layout
32975
32976 \end_inset
32977 </cell>
32978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32979 \begin_inset Text
32980
32981 \begin_layout Plain Layout
32982
32983 \family roman
32984 \series medium
32985 \shape up
32986 \emph off
32987 \bar no
32988 \noun off
32989 \color none
32990 [
32991 \end_layout
32992
32993 \end_inset
32994 </cell>
32995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32996 \begin_inset Text
32997
32998 \begin_layout Plain Layout
32999
33000 \family roman
33001 \series medium
33002 \shape up
33003 \emph off
33004 \bar no
33005 \noun off
33006 \color none
33007 k
33008 \end_layout
33009
33010 \end_inset
33011 </cell>
33012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33013 \begin_inset Text
33014
33015 \begin_layout Plain Layout
33016
33017 \family roman
33018 \series medium
33019 \shape up
33020 \emph off
33021 \bar no
33022 \noun off
33023 \color none
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 \end_layout
33044
33045 \end_inset
33046 </cell>
33047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33048 \begin_inset Text
33049
33050 \begin_layout Plain Layout
33051
33052 \family roman
33053 \series medium
33054 \shape up
33055 \emph off
33056 \bar no
33057 \noun off
33058 \color none
33059 «
33060 \end_layout
33061
33062 \end_inset
33063 </cell>
33064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33065 \begin_inset Text
33066
33067 \begin_layout Plain Layout
33068
33069 \family roman
33070 \series medium
33071 \shape up
33072 \emph off
33073 \bar no
33074 \noun off
33075 \color none
33076 »
33077 \end_layout
33078
33079 \end_inset
33080 </cell>
33081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33082 \begin_inset Text
33083
33084 \begin_layout Plain Layout
33085
33086 \family roman
33087 \series medium
33088 \shape up
33089 \emph off
33090 \bar no
33091 \noun off
33092 \color none
33093 Ë
33094 \end_layout
33095
33096 \end_inset
33097 </cell>
33098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33099 \begin_inset Text
33100
33101 \begin_layout Plain Layout
33102
33103 \family roman
33104 \series medium
33105 \shape up
33106 \emph off
33107 \bar no
33108 \noun off
33109 \color none
33110 Û
33111 \end_layout
33112
33113 \end_inset
33114 </cell>
33115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33116 \begin_inset Text
33117
33118 \begin_layout Plain Layout
33119
33120 \family roman
33121 \series medium
33122 \shape up
33123 \emph off
33124 \bar no
33125 \noun off
33126 \color none
33127 ë
33128 \end_layout
33129
33130 \end_inset
33131 </cell>
33132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33133 \begin_inset Text
33134
33135 \begin_layout Plain Layout
33136
33137 \family roman
33138 \series medium
33139 \shape up
33140 \emph off
33141 \bar no
33142 \noun off
33143 \color none
33144 û
33145 \end_layout
33146
33147 \end_inset
33148 </cell>
33149 </row>
33150 <row>
33151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33152 \begin_inset Text
33153
33154 \begin_layout Plain Layout
33155
33156 \family roman
33157 \series medium
33158 \shape up
33159 \size tiny
33160 \emph off
33161 \bar no
33162 \noun off
33163 \color none
33164 0C
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 \end_layout
33184
33185 \end_inset
33186 </cell>
33187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33188 \begin_inset Text
33189
33190 \begin_layout Plain Layout
33191
33192 \family roman
33193 \series medium
33194 \shape up
33195 \emph off
33196 \bar no
33197 \noun off
33198 \color none
33199 ,
33200 \end_layout
33201
33202 \end_inset
33203 </cell>
33204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33205 \begin_inset Text
33206
33207 \begin_layout Plain Layout
33208
33209 \family roman
33210 \series medium
33211 \shape up
33212 \emph off
33213 \bar no
33214 \noun off
33215 \color none
33216 <
33217 \end_layout
33218
33219 \end_inset
33220 </cell>
33221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33222 \begin_inset Text
33223
33224 \begin_layout Plain Layout
33225
33226 \family roman
33227 \series medium
33228 \shape up
33229 \emph off
33230 \bar no
33231 \noun off
33232 \color none
33233 L
33234 \end_layout
33235
33236 \end_inset
33237 </cell>
33238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33239 \begin_inset Text
33240
33241 \begin_layout Plain Layout
33242
33243 \family roman
33244 \series medium
33245 \shape up
33246 \emph off
33247 \bar no
33248 \noun off
33249 \color none
33250
33251 \backslash
33252
33253 \end_layout
33254
33255 \end_inset
33256 </cell>
33257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33258 \begin_inset Text
33259
33260 \begin_layout Plain Layout
33261
33262 \family roman
33263 \series medium
33264 \shape up
33265 \emph off
33266 \bar no
33267 \noun off
33268 \color none
33269 l
33270 \end_layout
33271
33272 \end_inset
33273 </cell>
33274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33275 \begin_inset Text
33276
33277 \begin_layout Plain Layout
33278
33279 \family roman
33280 \series medium
33281 \shape up
33282 \emph off
33283 \bar no
33284 \noun off
33285 \color none
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 \end_layout
33306
33307 \end_inset
33308 </cell>
33309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33310 \begin_inset Text
33311
33312 \begin_layout Plain Layout
33313
33314 \family roman
33315 \series medium
33316 \shape up
33317 \emph off
33318 \bar no
33319 \noun off
33320 \color none
33321 ¬
33322 \end_layout
33323
33324 \end_inset
33325 </cell>
33326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33327 \begin_inset Text
33328
33329 \begin_layout Plain Layout
33330
33331 \family roman
33332 \series medium
33333 \shape up
33334 \emph off
33335 \bar no
33336 \noun off
33337 \color none
33338 ¼
33339 \end_layout
33340
33341 \end_inset
33342 </cell>
33343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33344 \begin_inset Text
33345
33346 \begin_layout Plain Layout
33347
33348 \family roman
33349 \series medium
33350 \shape up
33351 \emph off
33352 \bar no
33353 \noun off
33354 \color none
33355 Ì
33356 \end_layout
33357
33358 \end_inset
33359 </cell>
33360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33361 \begin_inset Text
33362
33363 \begin_layout Plain Layout
33364
33365 \family roman
33366 \series medium
33367 \shape up
33368 \emph off
33369 \bar no
33370 \noun off
33371 \color none
33372 Ü
33373 \end_layout
33374
33375 \end_inset
33376 </cell>
33377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33378 \begin_inset Text
33379
33380 \begin_layout Plain Layout
33381
33382 \family roman
33383 \series medium
33384 \shape up
33385 \emph off
33386 \bar no
33387 \noun off
33388 \color none
33389 ì
33390 \end_layout
33391
33392 \end_inset
33393 </cell>
33394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33395 \begin_inset Text
33396
33397 \begin_layout Plain Layout
33398
33399 \family roman
33400 \series medium
33401 \shape up
33402 \emph off
33403 \bar no
33404 \noun off
33405 \color none
33406 ü
33407 \end_layout
33408
33409 \end_inset
33410 </cell>
33411 </row>
33412 <row>
33413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33414 \begin_inset Text
33415
33416 \begin_layout Plain Layout
33417
33418 \family roman
33419 \series medium
33420 \shape up
33421 \size tiny
33422 \emph off
33423 \bar no
33424 \noun off
33425 \color none
33426 0D
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 \end_layout
33446
33447 \end_inset
33448 </cell>
33449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33450 \begin_inset Text
33451
33452 \begin_layout Plain Layout
33453
33454 \family roman
33455 \series medium
33456 \shape up
33457 \emph off
33458 \bar no
33459 \noun off
33460 \color none
33461 -
33462 \end_layout
33463
33464 \end_inset
33465 </cell>
33466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33467 \begin_inset Text
33468
33469 \begin_layout Plain Layout
33470
33471 \family roman
33472 \series medium
33473 \shape up
33474 \emph off
33475 \bar no
33476 \noun off
33477 \color none
33478 =
33479 \end_layout
33480
33481 \end_inset
33482 </cell>
33483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33484 \begin_inset Text
33485
33486 \begin_layout Plain Layout
33487
33488 \family roman
33489 \series medium
33490 \shape up
33491 \emph off
33492 \bar no
33493 \noun off
33494 \color none
33495 M
33496 \end_layout
33497
33498 \end_inset
33499 </cell>
33500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33501 \begin_inset Text
33502
33503 \begin_layout Plain Layout
33504
33505 \family roman
33506 \series medium
33507 \shape up
33508 \emph off
33509 \bar no
33510 \noun off
33511 \color none
33512 ]
33513 \end_layout
33514
33515 \end_inset
33516 </cell>
33517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33518 \begin_inset Text
33519
33520 \begin_layout Plain Layout
33521
33522 \family roman
33523 \series medium
33524 \shape up
33525 \emph off
33526 \bar no
33527 \noun off
33528 \color none
33529 m
33530 \end_layout
33531
33532 \end_inset
33533 </cell>
33534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33535 \begin_inset Text
33536
33537 \begin_layout Plain Layout
33538
33539 \family roman
33540 \series medium
33541 \shape up
33542 \emph off
33543 \bar no
33544 \noun off
33545 \color none
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 \end_layout
33575
33576 \end_inset
33577 </cell>
33578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33579 \begin_inset Text
33580
33581 \begin_layout Plain Layout
33582
33583 \family roman
33584 \series medium
33585 \shape up
33586 \emph off
33587 \bar no
33588 \noun off
33589 \color none
33590 ½
33591 \end_layout
33592
33593 \end_inset
33594 </cell>
33595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33596 \begin_inset Text
33597
33598 \begin_layout Plain Layout
33599
33600 \family roman
33601 \series medium
33602 \shape up
33603 \emph off
33604 \bar no
33605 \noun off
33606 \color none
33607 Í
33608 \end_layout
33609
33610 \end_inset
33611 </cell>
33612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33613 \begin_inset Text
33614
33615 \begin_layout Plain Layout
33616
33617 \family roman
33618 \series medium
33619 \shape up
33620 \emph off
33621 \bar no
33622 \noun off
33623 \color none
33624 Ý
33625 \end_layout
33626
33627 \end_inset
33628 </cell>
33629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33630 \begin_inset Text
33631
33632 \begin_layout Plain Layout
33633
33634 \family roman
33635 \series medium
33636 \shape up
33637 \emph off
33638 \bar no
33639 \noun off
33640 \color none
33641 í
33642 \end_layout
33643
33644 \end_inset
33645 </cell>
33646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33647 \begin_inset Text
33648
33649 \begin_layout Plain Layout
33650
33651 \family roman
33652 \series medium
33653 \shape up
33654 \emph off
33655 \bar no
33656 \noun off
33657 \color none
33658 ý
33659 \end_layout
33660
33661 \end_inset
33662 </cell>
33663 </row>
33664 <row>
33665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33666 \begin_inset Text
33667
33668 \begin_layout Plain Layout
33669
33670 \family roman
33671 \series medium
33672 \shape up
33673 \size tiny
33674 \emph off
33675 \bar no
33676 \noun off
33677 \color none
33678 0E
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 \end_layout
33698
33699 \end_inset
33700 </cell>
33701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33702 \begin_inset Text
33703
33704 \begin_layout Plain Layout
33705
33706 \family roman
33707 \series medium
33708 \shape up
33709 \emph off
33710 \bar no
33711 \noun off
33712 \color none
33713 .
33714 \end_layout
33715
33716 \end_inset
33717 </cell>
33718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33719 \begin_inset Text
33720
33721 \begin_layout Plain Layout
33722
33723 \family roman
33724 \series medium
33725 \shape up
33726 \emph off
33727 \bar no
33728 \noun off
33729 \color none
33730 >
33731 \end_layout
33732
33733 \end_inset
33734 </cell>
33735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33736 \begin_inset Text
33737
33738 \begin_layout Plain Layout
33739
33740 \family roman
33741 \series medium
33742 \shape up
33743 \emph off
33744 \bar no
33745 \noun off
33746 \color none
33747 N
33748 \end_layout
33749
33750 \end_inset
33751 </cell>
33752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33753 \begin_inset Text
33754
33755 \begin_layout Plain Layout
33756
33757 \family roman
33758 \series medium
33759 \shape up
33760 \emph off
33761 \bar no
33762 \noun off
33763 \color none
33764 ^
33765 \end_layout
33766
33767 \end_inset
33768 </cell>
33769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33770 \begin_inset Text
33771
33772 \begin_layout Plain Layout
33773
33774 \family roman
33775 \series medium
33776 \shape up
33777 \emph off
33778 \bar no
33779 \noun off
33780 \color none
33781 n
33782 \end_layout
33783
33784 \end_inset
33785 </cell>
33786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33787 \begin_inset Text
33788
33789 \begin_layout Plain Layout
33790
33791 \family roman
33792 \series medium
33793 \shape up
33794 \emph off
33795 \bar no
33796 \noun off
33797 \color none
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 \end_layout
33818
33819 \end_inset
33820 </cell>
33821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33822 \begin_inset Text
33823
33824 \begin_layout Plain Layout
33825
33826 \family roman
33827 \series medium
33828 \shape up
33829 \emph off
33830 \bar no
33831 \noun off
33832 \color none
33833 ®
33834 \end_layout
33835
33836 \end_inset
33837 </cell>
33838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33839 \begin_inset Text
33840
33841 \begin_layout Plain Layout
33842
33843 \family roman
33844 \series medium
33845 \shape up
33846 \emph off
33847 \bar no
33848 \noun off
33849 \color none
33850 ¾
33851 \end_layout
33852
33853 \end_inset
33854 </cell>
33855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33856 \begin_inset Text
33857
33858 \begin_layout Plain Layout
33859
33860 \family roman
33861 \series medium
33862 \shape up
33863 \emph off
33864 \bar no
33865 \noun off
33866 \color none
33867 Î
33868 \end_layout
33869
33870 \end_inset
33871 </cell>
33872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33873 \begin_inset Text
33874
33875 \begin_layout Plain Layout
33876
33877 \family roman
33878 \series medium
33879 \shape up
33880 \emph off
33881 \bar no
33882 \noun off
33883 \color none
33884 Þ
33885 \end_layout
33886
33887 \end_inset
33888 </cell>
33889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33890 \begin_inset Text
33891
33892 \begin_layout Plain Layout
33893
33894 \family roman
33895 \series medium
33896 \shape up
33897 \emph off
33898 \bar no
33899 \noun off
33900 \color none
33901 î
33902 \end_layout
33903
33904 \end_inset
33905 </cell>
33906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33907 \begin_inset Text
33908
33909 \begin_layout Plain Layout
33910
33911 \family roman
33912 \series medium
33913 \shape up
33914 \emph off
33915 \bar no
33916 \noun off
33917 \color none
33918 þ
33919 \end_layout
33920
33921 \end_inset
33922 </cell>
33923 </row>
33924 <row>
33925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33926 \begin_inset Text
33927
33928 \begin_layout Plain Layout
33929
33930 \family roman
33931 \series medium
33932 \shape up
33933 \size tiny
33934 \emph off
33935 \bar no
33936 \noun off
33937 \color none
33938 0F
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 \end_layout
33958
33959 \end_inset
33960 </cell>
33961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33962 \begin_inset Text
33963
33964 \begin_layout Plain Layout
33965
33966 \family roman
33967 \series medium
33968 \shape up
33969 \emph off
33970 \bar no
33971 \noun off
33972 \color none
33973 /
33974 \end_layout
33975
33976 \end_inset
33977 </cell>
33978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33979 \begin_inset Text
33980
33981 \begin_layout Plain Layout
33982
33983 \family roman
33984 \series medium
33985 \shape up
33986 \emph off
33987 \bar no
33988 \noun off
33989 \color none
33990 ?
33991 \end_layout
33992
33993 \end_inset
33994 </cell>
33995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33996 \begin_inset Text
33997
33998 \begin_layout Plain Layout
33999
34000 \family roman
34001 \series medium
34002 \shape up
34003 \emph off
34004 \bar no
34005 \noun off
34006 \color none
34007 O
34008 \end_layout
34009
34010 \end_inset
34011 </cell>
34012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34013 \begin_inset Text
34014
34015 \begin_layout Plain Layout
34016
34017 \family roman
34018 \series medium
34019 \shape up
34020 \emph off
34021 \bar no
34022 \noun off
34023 \color none
34024 _
34025 \end_layout
34026
34027 \end_inset
34028 </cell>
34029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34030 \begin_inset Text
34031
34032 \begin_layout Plain Layout
34033
34034 \family roman
34035 \series medium
34036 \shape up
34037 \emph off
34038 \bar no
34039 \noun off
34040 \color none
34041 o
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 \end_layout
34070
34071 \end_inset
34072 </cell>
34073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34074 \begin_inset Text
34075
34076 \begin_layout Plain Layout
34077
34078 \family roman
34079 \series medium
34080 \shape up
34081 \emph off
34082 \bar no
34083 \noun off
34084 \color none
34085 ¯
34086 \end_layout
34087
34088 \end_inset
34089 </cell>
34090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34091 \begin_inset Text
34092
34093 \begin_layout Plain Layout
34094
34095 \family roman
34096 \series medium
34097 \shape up
34098 \emph off
34099 \bar no
34100 \noun off
34101 \color none
34102 ¿
34103 \end_layout
34104
34105 \end_inset
34106 </cell>
34107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34108 \begin_inset Text
34109
34110 \begin_layout Plain Layout
34111
34112 \family roman
34113 \series medium
34114 \shape up
34115 \emph off
34116 \bar no
34117 \noun off
34118 \color none
34119 Ï
34120 \end_layout
34121
34122 \end_inset
34123 </cell>
34124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34125 \begin_inset Text
34126
34127 \begin_layout Plain Layout
34128
34129 \family roman
34130 \series medium
34131 \shape up
34132 \emph off
34133 \bar no
34134 \noun off
34135 \color none
34136 ß
34137 \end_layout
34138
34139 \end_inset
34140 </cell>
34141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34142 \begin_inset Text
34143
34144 \begin_layout Plain Layout
34145
34146 \family roman
34147 \series medium
34148 \shape up
34149 \emph off
34150 \bar no
34151 \noun off
34152 \color none
34153 ï
34154 \end_layout
34155
34156 \end_inset
34157 </cell>
34158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34159 \begin_inset Text
34160
34161 \begin_layout Plain Layout
34162
34163 \family roman
34164 \series medium
34165 \shape up
34166 \emph off
34167 \bar no
34168 \noun off
34169 \color none
34170 ÿ
34171 \end_layout
34172
34173 \end_inset
34174 </cell>
34175 </row>
34176 </lyxtabular>
34177
34178 \end_inset
34179
34180
34181 \end_layout
34182
34183 \end_inset
34184
34185
34186 \end_layout
34187
34188 \begin_layout Standard
34189 The following is a full list of all of the accented characters LyX can display
34190  directly.
34191  It includes not only the accented characters from the previous table, but
34192  also the characters from 
34193 \family typewriter
34194 ISO8859–2
34195 \family default
34196  through 
34197 \family typewriter
34198 4
34199 \family default
34200 .
34201  
34202 \end_layout
34203
34204 \begin_layout Itemize
34205 From 
34206 \family typewriter
34207 ISO8859–1
34208 \family default
34209 :
34210 \end_layout
34211
34212 \begin_deeper
34213 \begin_layout Standard
34214 ¨ Ä Ë Ï Ö Ü ä ë ï ö ü ÿ
34215 \begin_inset space \hfill{}
34216 \end_inset
34217
34218 diaeresis
34219 \end_layout
34220
34221 \begin_layout Standard
34222 ^ Â Ê Î Ô Û â ê î ô û
34223 \begin_inset space \hfill{}
34224 \end_inset
34225
34226 circumflex
34227 \end_layout
34228
34229 \begin_layout Standard
34230 ` À È Ì Ò Ù à è ì ò ù
34231 \begin_inset space \hfill{}
34232 \end_inset
34233
34234 grave
34235 \end_layout
34236
34237 \begin_layout Standard
34238 ´ Á É Í Ó Ú Ý á é í ó ú ý
34239 \begin_inset space \hfill{}
34240 \end_inset
34241
34242 acute
34243 \end_layout
34244
34245 \begin_layout Standard
34246 ~ Ã Ñ Õ ã ñ õ
34247 \begin_inset space \hfill{}
34248 \end_inset
34249
34250 tilde
34251 \end_layout
34252
34253 \begin_layout Standard
34254 ¸Çç
34255 \begin_inset space \hfill{}
34256 \end_inset
34257
34258 cedilla
34259 \end_layout
34260
34261 \begin_layout Standard
34262 ¯
34263 \begin_inset space \hfill{}
34264 \end_inset
34265
34266 macron
34267 \end_layout
34268
34269 \end_deeper
34270 \begin_layout Itemize
34271 From 
34272 \family typewriter
34273 ISO8859–2
34274 \family default
34275  through 
34276 \family typewriter
34277 4
34278 \family default
34279 :
34280 \end_layout
34281
34282 \begin_deeper
34283 \begin_layout Standard
34284 ĤĴĥĵĈĜŜĉĝŝ
34285 \begin_inset space \hfill{}
34286 \end_inset
34287
34288 circumflex
34289 \end_layout
34290
34291 \begin_layout Standard
34292 ŚŹśźŔĹĆŃŕĺćń
34293 \begin_inset space \hfill{}
34294 \end_inset
34295
34296 acute
34297 \end_layout
34298
34299 \begin_layout Standard
34300 Ĩı̃Ũũ
34301 \begin_inset space \hfill{}
34302 \end_inset
34303
34304 tilde
34305 \end_layout
34306
34307 \begin_layout Standard
34308 ŞşŢţŖĻĢŗļģŅĶņķ
34309 \begin_inset space \hfill{}
34310 \end_inset
34311
34312 cedilla
34313 \end_layout
34314
34315 \begin_layout Standard
34316 ĒēĀĪŌŪāı̄ōū
34317 \begin_inset space \hfill{}
34318 \end_inset
34319
34320 macron
34321 \end_layout
34322
34323 \begin_layout Standard
34324 ŐŰőű
34325 \begin_inset space \hfill{}
34326 \end_inset
34327
34328 Hungarian umlaut
34329 \end_layout
34330
34331 \end_deeper
34332 \begin_layout Standard
34333 All the characters above are actively supported by TeX fonts.
34334  In addition TeX allows diacritical marks on almost all characters.
34335  Also make sure you're using the 
34336 \family typewriter
34337 T1
34338 \family default
34339  font-encoding.
34340 \end_layout
34341
34342 \begin_layout Chapter
34343 \start_of_appendix
34344 The User Interface
34345 \begin_inset CommandInset label
34346 LatexCommand label
34347 name "cha:The-User-Interface"
34348
34349 \end_inset
34350
34351
34352 \end_layout
34353
34354 \begin_layout Standard
34355 This appendix lists all the available menus and describes their functionality.
34356  It is designed as a quick reference if you are searching for a special
34357  topic inside the user's guide.
34358 \end_layout
34359
34360 \begin_layout Section
34361 The File Menu
34362 \begin_inset Index idx
34363 status collapsed
34364
34365 \begin_layout Plain Layout
34366 Menu ! File
34367 \end_layout
34368
34369 \end_inset
34370
34371
34372 \end_layout
34373
34374 \begin_layout Standard
34375 Under the 
34376 \family sans
34377 File
34378 \family default
34379  menu are the basic operations in addition to some more advanced operations.
34380  At the end of the menu the four last opened documents are listed.
34381 \end_layout
34382
34383 \begin_layout Subsection
34384 New
34385 \end_layout
34386
34387 \begin_layout Standard
34388 Creates a new document.
34389 \end_layout
34390
34391 \begin_layout Subsection
34392 New from Template
34393 \end_layout
34394
34395 \begin_layout Standard
34396 This menu entry prompts you for a template to use.
34397  Selecting a template will automatically set certain layout features for
34398  the document, features you would otherwise need to change manually.
34399 \end_layout
34400
34401 \begin_layout Subsection
34402 Open
34403 \end_layout
34404
34405 \begin_layout Standard
34406 Opens a document.
34407 \end_layout
34408
34409 \begin_layout Subsection
34410 Open Recent
34411 \end_layout
34412
34413 \begin_layout Standard
34414 The submenu shows a list of the recently opened files.
34415  Click there on a file to open it.
34416 \end_layout
34417
34418 \begin_layout Subsection
34419 Close
34420 \end_layout
34421
34422 \begin_layout Standard
34423 Closes the current document.
34424 \end_layout
34425
34426 \begin_layout Subsection
34427 Save
34428 \end_layout
34429
34430 \begin_layout Standard
34431 Saves the actual document.
34432 \end_layout
34433
34434 \begin_layout Subsection
34435 Save As
34436 \end_layout
34437
34438 \begin_layout Standard
34439 Saves the actual document under a new name to create a copy.
34440 \end_layout
34441
34442 \begin_layout Subsection
34443 Save All
34444 \end_layout
34445
34446 \begin_layout Standard
34447 Saves all opened documents.
34448 \end_layout
34449
34450 \begin_layout Subsection
34451 Revert to saved
34452 \end_layout
34453
34454 \begin_layout Standard
34455 Reloads the actual document from disk.
34456 \end_layout
34457
34458 \begin_layout Subsection
34459 Version Control
34460 \end_layout
34461
34462 \begin_layout Standard
34463 This is used when more people are working on the same document.
34464  It is described in the section 
34465 \emph on
34466 Version Control in LyX
34467 \emph default
34468  of the 
34469 \emph on
34470 Additional Features
34471 \emph default
34472  manual.
34473 \end_layout
34474
34475 \begin_layout Subsection
34476 Import
34477 \end_layout
34478
34479 \begin_layout Standard
34480 You can import there files from older LyX-versions, HTML-files, LaTeX-files,
34481  NoWeb-files, plain text files, and comma separated, table like, text files
34482  (CSV) as a new LyX-document.
34483  The files will be imported as new LyX-document.
34484 \end_layout
34485
34486 \begin_layout Standard
34487 When using the menu entry 
34488 \family sans
34489 Plain
34490 \begin_inset space ~
34491 \end_inset
34492
34493 Text
34494 \family default
34495 , line breaks in the text will start a new paragraph; when using the menu
34496  entry 
34497 \family sans
34498 Plain
34499 \begin_inset space ~
34500 \end_inset
34501
34502 Text, Join
34503 \begin_inset space ~
34504 \end_inset
34505
34506 Lines
34507 \family default
34508 , consecutive lines of text will be imported to one big paragraph.
34509  A new paragraph will begin when there is a blank line in the file.
34510 \end_layout
34511
34512 \begin_layout Subsection
34513 Export
34514 \begin_inset CommandInset label
34515 LatexCommand label
34516 name "sub:Export"
34517
34518 \end_inset
34519
34520
34521 \end_layout
34522
34523 \begin_layout Standard
34524 You can export your document to various file formats.
34525  The resulting files are placed in the directory of your LyX-file.
34526  The menu entries are not the same on all installations.
34527  They depend on the programs found by LyX while its configuration.
34528 \end_layout
34529
34530 \begin_layout Standard
34531 Here is a list of all available entries; they are explained in detail in
34532  section
34533 \begin_inset space ~
34534 \end_inset
34535
34536
34537 \begin_inset CommandInset ref
34538 LatexCommand ref
34539 reference "sub:Output-file-formats"
34540
34541 \end_inset
34542
34543 :
34544 \end_layout
34545
34546 \begin_layout Description
34547
34548 \family sans
34549 CJK
34550 \begin_inset space ~
34551 \end_inset
34552
34553 LyX 
34554 \family default
34555 format of the special LyX 1.4.x versions for Chinese, Japanese, and Korean
34556  (CJK); (Since LyX 1.5.0 CJK support is fully integrated to LyX.)
34557 \end_layout
34558
34559 \begin_layout Description
34560
34561 \family sans
34562 DVI
34563 \family default
34564  DVI-format
34565 \end_layout
34566
34567 \begin_layout Description
34568 HTML HTML-format (the HTML-converter is a third-party product and doesn't
34569  work in all cases)
34570 \end_layout
34571
34572 \begin_layout Description
34573 HTML
34574 \begin_inset space ~
34575 \end_inset
34576
34577 (MS
34578 \begin_inset space ~
34579 \end_inset
34580
34581 Word) HTML-format specialized so that the result can be imported to 
34582 \family sans
34583 MS Word
34584 \family default
34585 , as consequence of this formulas will be embedded as bitmap fonts and not
34586  in the format 
34587 \family sans
34588 MathML
34589 \family default
34590 .
34591 \end_layout
34592
34593 \begin_layout Description
34594
34595 \family sans
34596 LaT
34597 \begin_inset ERT
34598 status collapsed
34599
34600 \begin_layout Plain Layout
34601
34602 {}
34603 \end_layout
34604
34605 \end_inset
34606
34607 eX
34608 \begin_inset space ~
34609 \end_inset
34610
34611 (pdflatex)
34612 \family default
34613  text file with the LaTeX source, additionally all images used in the document
34614  will be converted to a format that is readable by the 
34615 \family typewriter
34616 pdflatex
34617 \family default
34618  program (GIF, JPG, PDF, PNG)
34619 \end_layout
34620
34621 \begin_layout Description
34622
34623 \family sans
34624 LaT
34625 \begin_inset ERT
34626 status collapsed
34627
34628 \begin_layout Plain Layout
34629
34630 {}
34631 \end_layout
34632
34633 \end_inset
34634
34635 eX
34636 \begin_inset space ~
34637 \end_inset
34638
34639 (plain)
34640 \family default
34641  text file with the LaTeX source code, additionally all images used in the
34642  document will be converted to the EPS-format, only this format is readable
34643  by the 
34644 \family typewriter
34645 latex
34646 \family default
34647  program
34648 \end_layout
34649
34650 \begin_layout Description
34651 LyX
34652 \begin_inset space ~
34653 \end_inset
34654
34655 1.y.x LyX-document in a format readable by the LyX versions 1.y.x (
34656 \begin_inset Quotes eld
34657 \end_inset
34658
34659 y
34660 \begin_inset Quotes erd
34661 \end_inset
34662
34663  is replaced by the version number)
34664 \end_layout
34665
34666 \begin_layout Description
34667 OpenDocument OpenDocument-formatted text file, to be opened with 
34668 \family sans
34669 OpenOffice
34670 \family default
34671
34672 \family sans
34673 KOffice
34674 \family default
34675
34676 \family sans
34677 Abiword
34678 \family default
34679 , etc.
34680  (the OpenDocument-converter is a third-party product and doesn't work in
34681  all cases)
34682 \end_layout
34683
34684 \begin_layout Description
34685
34686 \family sans
34687 PDF
34688 \begin_inset space ~
34689 \end_inset
34690
34691 (dvipdfm)
34692 \family default
34693  PDF-format using the program 
34694 \family typewriter
34695 dvipdfm
34696 \end_layout
34697
34698 \begin_layout Description
34699
34700 \family sans
34701 PDF
34702 \begin_inset space ~
34703 \end_inset
34704
34705 (pdflatex)
34706 \family default
34707  PDF-format using the program 
34708 \family typewriter
34709 pdflatex
34710 \end_layout
34711
34712 \begin_layout Description
34713
34714 \family sans
34715 PDF
34716 \begin_inset space ~
34717 \end_inset
34718
34719 (ps2pdf)
34720 \family default
34721  PDF-format using the program 
34722 \family typewriter
34723 ps2pdf
34724 \end_layout
34725
34726 \begin_layout Description
34727
34728 \family sans
34729 Plain
34730 \begin_inset space ~
34731 \end_inset
34732
34733 text
34734 \family default
34735  text format
34736 \end_layout
34737
34738 \begin_layout Description
34739
34740 \family sans
34741 Plain
34742 \begin_inset space ~
34743 \end_inset
34744
34745 text
34746 \begin_inset space ~
34747 \end_inset
34748
34749 (ps2ascii)
34750 \family default
34751  text format, the document will first be converted to Postscript format
34752  and then exported as text using the program 
34753 \family sans
34754 ps2ascii
34755 \end_layout
34756
34757 \begin_layout Description
34758
34759 \family sans
34760 Postscript
34761 \family default
34762  PostScript format using the program 
34763 \family typewriter
34764 dvips
34765 \end_layout
34766
34767 \begin_layout Description
34768
34769 \family sans
34770 Custom
34771 \family default
34772  custom format
34773 \end_layout
34774
34775 \begin_layout Standard
34776 The program 
34777 \family typewriter
34778 dvipdfm
34779 \family default
34780  produces internally a DVI-file which is then converted to a PDF-file.
34781  It is a bit out of date and therefore the output could look different from
34782  what you want.
34783  
34784 \family typewriter
34785 pdflatex
34786 \family default
34787  produces PDF-files directly and supports the latest PDF-file formats.
34788 \end_layout
34789
34790 \begin_layout Standard
34791 If one of the menu entries 
34792 \family sans
34793 DVI
34794 \family default
34795
34796 \family sans
34797 PDF
34798 \begin_inset space ~
34799 \end_inset
34800
34801 (pdflatex)
34802 \family default
34803  or 
34804 \family sans
34805 Postscript
34806 \family default
34807  is missing, you need to update your LaTeX installation.
34808  After updating you have to reconfigure LyX, see section
34809 \begin_inset space ~
34810 \end_inset
34811
34812
34813 \begin_inset CommandInset ref
34814 LatexCommand ref
34815 reference "sec:Basic-LyX-Setup"
34816
34817 \end_inset
34818
34819 .
34820 \begin_inset Index idx
34821 status collapsed
34822
34823 \begin_layout Plain Layout
34824 Reconfiguration of LyX
34825 \end_layout
34826
34827 \end_inset
34828
34829
34830 \end_layout
34831
34832 \begin_layout Standard
34833 The menu 
34834 \family sans
34835 Custom
34836 \family default
34837  allows you to export your file by using special command line options for
34838  the export program.
34839 \end_layout
34840
34841 \begin_layout Subsection
34842 Print
34843 \end_layout
34844
34845 \begin_layout Standard
34846 With this menu entry you can print your document to a file in PostScript
34847  format or send it to a printer.
34848  The printer will also use the document in PostScript format.
34849  The conversion to PostScript is done in the background by LyX using the
34850  program 
34851 \family typewriter
34852 dvips
34853 \family default
34854 .
34855  For more information have a look at section
34856 \begin_inset space ~
34857 \end_inset
34858
34859
34860 \begin_inset CommandInset ref
34861 LatexCommand ref
34862 reference "sub:Printing-the-File"
34863
34864 \end_inset
34865
34866 .
34867 \end_layout
34868
34869 \begin_layout Subsection
34870 New and Close Window
34871 \end_layout
34872
34873 \begin_layout Standard
34874 Opens or closes a new instance of LyX.
34875 \end_layout
34876
34877 \begin_layout Subsection
34878 Exit
34879 \end_layout
34880
34881 \begin_layout Standard
34882 Prompts you to save all unsaved documents and then exits.
34883 \end_layout
34884
34885 \begin_layout Section
34886 The Edit Menu
34887 \begin_inset Index idx
34888 status collapsed
34889
34890 \begin_layout Plain Layout
34891 Menu ! Edit
34892 \end_layout
34893
34894 \end_inset
34895
34896
34897 \end_layout
34898
34899 \begin_layout Subsection
34900 Undo and Redo
34901 \end_layout
34902
34903 \begin_layout Standard
34904 Described in section
34905 \begin_inset space ~
34906 \end_inset
34907
34908
34909 \begin_inset CommandInset ref
34910 LatexCommand ref
34911 reference "sec:Undo-and-Redo"
34912
34913 \end_inset
34914
34915 .
34916 \end_layout
34917
34918 \begin_layout Subsection
34919 Cut, Copy, Paste, Paste Recent, Paste Special
34920 \end_layout
34921
34922 \begin_layout Standard
34923 Described in section
34924 \begin_inset space ~
34925 \end_inset
34926
34927
34928 \begin_inset CommandInset ref
34929 LatexCommand ref
34930 reference "sec:Basic-Editing-Features"
34931
34932 \end_inset
34933
34934 .
34935 \end_layout
34936
34937 \begin_layout Subsection
34938 Select All
34939 \end_layout
34940
34941 \begin_layout Standard
34942 Selects the whole document.
34943 \end_layout
34944
34945 \begin_layout Subsection
34946 Find & Replace
34947 \end_layout
34948
34949 \begin_layout Standard
34950 Described in section
34951 \begin_inset space ~
34952 \end_inset
34953
34954
34955 \begin_inset CommandInset ref
34956 LatexCommand ref
34957 reference "sec:Basic-Editing-Features"
34958
34959 \end_inset
34960
34961 .
34962 \end_layout
34963
34964 \begin_layout Subsection
34965 Move Paragraph Up/Down
34966 \end_layout
34967
34968 \begin_layout Standard
34969 This shifts the paragraph where the cursor is currently in one paragraph
34970  up or down.
34971 \end_layout
34972
34973 \begin_layout Subsection
34974 Text Style
34975 \end_layout
34976
34977 \begin_layout Standard
34978 Described in section
34979 \begin_inset space ~
34980 \end_inset
34981
34982
34983 \begin_inset CommandInset ref
34984 LatexCommand ref
34985 reference "sub:Fine-Tuning-with-the"
34986
34987 \end_inset
34988
34989 .
34990 \end_layout
34991
34992 \begin_layout Subsection
34993 Paragraph Settings
34994 \begin_inset Index idx
34995 status collapsed
34996
34997 \begin_layout Plain Layout
34998 Paragraph ! Settings
34999 \end_layout
35000
35001 \end_inset
35002
35003
35004 \end_layout
35005
35006 \begin_layout Standard
35007 Enables you to set the paragraph alignment, line spacing and label width.
35008  These settings only affect the paragraph in which the cursor is currently.
35009 \end_layout
35010
35011 \begin_layout Standard
35012 You can also prevent the first line of the paragraph being indented if you
35013  have chosen to separate paragraphs with indents in the 
35014 \family sans
35015 Document\SpecialChar \menuseparator
35016 Settings
35017 \family default
35018  dialog under 
35019 \family sans
35020 Text
35021 \begin_inset space ~
35022 \end_inset
35023
35024 Layout
35025 \family default
35026 .
35027 \end_layout
35028
35029 \begin_layout Subsection
35030 Table Settings and Math
35031 \end_layout
35032
35033 \begin_layout Standard
35034 These two menus are only fully active when the cursor is inside a table
35035  or a formula.
35036  Here you can change the properties of tables and formulas.
35037  The properties of tables are described in section
35038 \begin_inset space ~
35039 \end_inset
35040
35041
35042 \begin_inset CommandInset ref
35043 LatexCommand ref
35044 reference "sec:Tables"
35045
35046 \end_inset
35047
35048 , the properties of formulas in chapter
35049 \begin_inset space ~
35050 \end_inset
35051
35052
35053 \begin_inset CommandInset ref
35054 LatexCommand ref
35055 reference "cha:Mathematical-Formulas"
35056
35057 \end_inset
35058
35059 .
35060 \end_layout
35061
35062 \begin_layout Subsection
35063 Increase / Decrease List Depth
35064 \end_layout
35065
35066 \begin_layout Standard
35067 These menu entries are only active when the cursor is in an environment
35068  that can be nested.
35069  They increase/decrease the environment nesting level as explained in section
35070 \begin_inset space ~
35071 \end_inset
35072
35073
35074 \begin_inset CommandInset ref
35075 LatexCommand ref
35076 reference "sec:Nesting"
35077
35078 \end_inset
35079
35080  and 
35081 \begin_inset CommandInset ref
35082 LatexCommand ref
35083 reference "sub:Numbering-depth"
35084
35085 \end_inset
35086
35087 .
35088 \end_layout
35089
35090 \begin_layout Section
35091 The View Menu
35092 \begin_inset Index idx
35093 status collapsed
35094
35095 \begin_layout Plain Layout
35096 Menu ! View
35097 \end_layout
35098
35099 \end_inset
35100
35101
35102 \end_layout
35103
35104 \begin_layout Standard
35105 The 
35106 \family sans
35107 View
35108 \family default
35109  menu contains a list of available formats in which you can view the actual
35110  document with an external program.
35111  The menu entries for the viewing formats are not the same on all installations
35112  - it depends on the LaTeX programs that are found while LyX was configured.
35113  All possible formats are formats listed in section
35114 \begin_inset space ~
35115 \end_inset
35116
35117
35118 \begin_inset CommandInset ref
35119 LatexCommand ref
35120 reference "sub:Export"
35121
35122 \end_inset
35123
35124 .
35125  You should at least see the menu entries 
35126 \family sans
35127 DVI
35128 \family default
35129  and 
35130 \family sans
35131 PDF
35132 \begin_inset space ~
35133 \end_inset
35134
35135 (pdflatex)
35136 \family default
35137 .
35138  If one of the two is missing, you need to update your LaTeX installation.
35139  After updating you have to reconfigure LyX, see section
35140 \begin_inset space ~
35141 \end_inset
35142
35143
35144 \begin_inset CommandInset ref
35145 LatexCommand ref
35146 reference "sec:Basic-LyX-Setup"
35147
35148 \end_inset
35149
35150 .
35151 \begin_inset Index idx
35152 status collapsed
35153
35154 \begin_layout Plain Layout
35155 Reconfiguration of LyX
35156 \end_layout
35157
35158 \end_inset
35159
35160
35161 \end_layout
35162
35163 \begin_layout Standard
35164 Invoking a menu will start a viewer program.
35165  The viewer can be set or changed in the preferences, see section
35166 \begin_inset space ~
35167 \end_inset
35168
35169
35170 \begin_inset CommandInset ref
35171 LatexCommand ref
35172 reference "sec:File-Formats"
35173
35174 \end_inset
35175
35176 .
35177  The default viewers are set by LyX while it is first configured.
35178 \end_layout
35179
35180 \begin_layout Standard
35181 \begin_inset VSpace bigskip
35182 \end_inset
35183
35184 At the bottom of the 
35185 \family sans
35186 View
35187 \family default
35188  menu the opened documents are listed.
35189 \end_layout
35190
35191 \begin_layout Subsection
35192 Open/Close all Insets
35193 \end_layout
35194
35195 \begin_layout Standard
35196 Opens/closes all insets in your document.
35197 \end_layout
35198
35199 \begin_layout Subsection
35200 Unfold/Fold Math Macros
35201 \end_layout
35202
35203 \begin_layout Standard
35204 Unfolds/folds the current math macro.
35205 \end_layout
35206
35207 \begin_layout Standard
35208 Math macros are described in the 
35209 \emph on
35210 Math
35211 \emph default
35212  manual.
35213 \end_layout
35214
35215 \begin_layout Subsection
35216 View Source
35217 \end_layout
35218
35219 \begin_layout Standard
35220 Opens a window showing the source code of the actual document, as described
35221  in section
35222 \begin_inset space ~
35223 \end_inset
35224
35225
35226 \begin_inset CommandInset ref
35227 LatexCommand ref
35228 reference "sec:Previewing-snippets-of"
35229
35230 \end_inset
35231
35232 .
35233 \end_layout
35234
35235 \begin_layout Subsection
35236 Update
35237 \end_layout
35238
35239 \begin_layout Standard
35240 This menu entry allows you to update the view with your latest changes without
35241  opening a new view window.
35242 \end_layout
35243
35244 \begin_layout Subsection
35245 Split View
35246 \end_layout
35247
35248 \begin_layout Standard
35249 This will split LyX's main window vertically or horizontally.
35250  This allows you to view documents the same time to compare them, or to
35251  view the same document, but at different positions.
35252  You can even split the main window several times to view for example 3
35253  or more documents at the same time.
35254  To return to an unsplit view, use the menu 
35255 \family sans
35256 Close Tab Group
35257 \family default
35258 .
35259 \end_layout
35260
35261 \begin_layout Subsection
35262 Close Tab Group
35263 \end_layout
35264
35265 \begin_layout Standard
35266 Closes a split view.
35267 \end_layout
35268
35269 \begin_layout Subsection
35270 Fullscreen
35271 \end_layout
35272
35273 \begin_layout Standard
35274 Using this menu entry or pressing F11 removes the menu bar and all toolbars
35275  so that you will see nothing but your text.
35276  It furthermore displays LyX's main window fullscreen.
35277  To return from fullscreen to the normal view, press F11, or right-click
35278  and turn off the fullscreen mode in the the context menu.
35279 \end_layout
35280
35281 \begin_layout Subsection
35282 Toolbars
35283 \begin_inset CommandInset label
35284 LatexCommand label
35285 name "sub:Toolbars"
35286
35287 \end_inset
35288
35289
35290 \begin_inset Index idx
35291 status collapsed
35292
35293 \begin_layout Plain Layout
35294 Toolbar
35295 \end_layout
35296
35297 \end_inset
35298
35299
35300 \end_layout
35301
35302 \begin_layout Standard
35303 In this menu entry you can set the appearance of the different toolbars.
35304  All toolbars and the 
35305 \family sans
35306 Command
35307 \begin_inset space ~
35308 \end_inset
35309
35310 Buffer
35311 \family default
35312  can be turned on and off.
35313  The 
35314 \emph on
35315 on
35316 \emph default
35317  state is denoted in the menu with a checkmark.
35318  The 
35319 \family sans
35320 Review
35321 \family default
35322
35323 \family sans
35324 Table
35325 \family default
35326
35327 \family sans
35328 Math
35329 \begin_inset space ~
35330 \end_inset
35331
35332 Panels
35333 \family default
35334 , and 
35335 \family sans
35336 Math
35337 \family default
35338  toolbars can be additionally set to the state 
35339 \emph on
35340 automatic
35341 \emph default
35342  that is denoted in the menu with the suffix 
35343 \family sans
35344 (auto)
35345 \family default
35346 .
35347 \end_layout
35348
35349 \begin_layout Standard
35350 In the 
35351 \emph on
35352 on
35353 \emph default
35354  state the toolbar is permanently shown, in the 
35355 \emph on
35356 automatic
35357 \emph default
35358  state the toolbar is only shown when the cursor is in a certain environment
35359  or when a certain feature is enabled.
35360  That means that the review toolbar will only be shown when change tracking
35361  is activated, the math and table toolbars are only shown when the cursor
35362  is inside a formula or table, respectively.
35363 \end_layout
35364
35365 \begin_layout Standard
35366 LyX's toolbars and their buttons are explained in section
35367 \begin_inset space ~
35368 \end_inset
35369
35370
35371 \begin_inset CommandInset ref
35372 LatexCommand ref
35373 reference "sec:Toolbars"
35374
35375 \end_inset
35376
35377 .
35378 \end_layout
35379
35380 \begin_layout Section
35381 The Insert Menu
35382 \begin_inset Index idx
35383 status collapsed
35384
35385 \begin_layout Plain Layout
35386 Menu ! Insert
35387 \end_layout
35388
35389 \end_inset
35390
35391
35392 \end_layout
35393
35394 \begin_layout Subsection
35395 Math
35396 \end_layout
35397
35398 \begin_layout Standard
35399 Inserts math constructs that are explained in chapter
35400 \begin_inset space ~
35401 \end_inset
35402
35403
35404 \begin_inset CommandInset ref
35405 LatexCommand ref
35406 reference "cha:Mathematical-Formulas"
35407
35408 \end_inset
35409
35410  and the 
35411 \emph on
35412 Math
35413 \emph default
35414  manual.
35415 \end_layout
35416
35417 \begin_layout Subsection
35418 Special Character
35419 \begin_inset CommandInset label
35420 LatexCommand label
35421 name "sub:Special-Character"
35422
35423 \end_inset
35424
35425
35426 \end_layout
35427
35428 \begin_layout Standard
35429 Here you can insert the following characters:
35430 \end_layout
35431
35432 \begin_layout Description
35433 Symbols Inserts any character that can be output by your LaTeX system.
35434  Therefore the number of character categories in this dialog and the available
35435  characters depend on the LaTeX-packages you have installed.
35436 \begin_inset Newline newline
35437 \end_inset
35438
35439  
35440 \begin_inset Note Greyedout
35441 status open
35442
35443 \begin_layout Plain Layout
35444
35445 \series bold
35446 Note:
35447 \series default
35448  Not all characters will be visible in the 
35449 \family sans
35450 Symbols
35451 \family default
35452  dialog because none of the screen fonts that you can set in the preferences
35453  dialog (see sec.
35454 \begin_inset space \thinspace{}
35455 \end_inset
35456
35457
35458 \begin_inset CommandInset ref
35459 LatexCommand ref
35460 reference "sub:Screen-Fonts"
35461
35462 \end_inset
35463
35464 ) can display every character.
35465 \end_layout
35466
35467 \end_inset
35468
35469
35470 \end_layout
35471
35472 \begin_layout Description
35473 Ellipsis Inserts an ellipsis: \SpecialChar \ldots{}
35474
35475 \end_layout
35476
35477 \begin_layout Description
35478 End
35479 \begin_inset space ~
35480 \end_inset
35481
35482 of
35483 \begin_inset space ~
35484 \end_inset
35485
35486 Sentence Inserts an end of sentence dot as described in section
35487 \begin_inset space ~
35488 \end_inset
35489
35490
35491 \begin_inset CommandInset ref
35492 LatexCommand ref
35493 reference "sub:Abbreviations"
35494
35495 \end_inset
35496
35497 .
35498 \end_layout
35499
35500 \begin_layout Description
35501 Ordinary
35502 \begin_inset space ~
35503 \end_inset
35504
35505 Quote Inserts this quote: 
35506 \begin_inset Quotes erd
35507 \end_inset
35508
35509 , no matter what quote type you selected in the 
35510 \family sans
35511 Document\SpecialChar \menuseparator
35512 Settings
35513 \family default
35514  dialog under 
35515 \family sans
35516 Language
35517 \family default
35518 .
35519 \end_layout
35520
35521 \begin_layout Description
35522 Single
35523 \begin_inset space ~
35524 \end_inset
35525
35526 Quote Inserts this quote: 
35527 \begin_inset Quotes els
35528 \end_inset
35529
35530
35531 \end_layout
35532
35533 \begin_layout Description
35534 Protected
35535 \begin_inset space ~
35536 \end_inset
35537
35538 Hyphen Inserts a hyphen that is protected from line breaks: \SpecialChar \nobreakdash-
35539
35540 \end_layout
35541
35542 \begin_layout Description
35543 Breakable
35544 \begin_inset space ~
35545 \end_inset
35546
35547 Slash Inserts a slash where also a line break can occur: \SpecialChar \slash{}
35548
35549 \end_layout
35550
35551 \begin_layout Description
35552 Menu
35553 \begin_inset space ~
35554 \end_inset
35555
35556 Separator Inserts the menu separator sign: \SpecialChar \menuseparator
35557
35558 \end_layout
35559
35560 \begin_layout Description
35561 Phonetic
35562 \begin_inset space ~
35563 \end_inset
35564
35565 Symbols 
35566 \begin_inset Index idx
35567 status collapsed
35568
35569 \begin_layout Plain Layout
35570 Phonetic symbols
35571 \end_layout
35572
35573 \end_inset
35574
35575
35576 \begin_inset Index idx
35577 status collapsed
35578
35579 \begin_layout Plain Layout
35580 Language ! Phonetic symbols
35581 \end_layout
35582
35583 \end_inset
35584
35585 Creates a formula with a so called tipa inset.
35586  Here you can insert commands to create IPA phonetic symbols.
35587  For this feature you must have the LaTeX-package 
35588 \series bold
35589 tipa
35590 \series default
35591
35592 \begin_inset Index idx
35593 status collapsed
35594
35595 \begin_layout Plain Layout
35596 LaTeX-packages ! tipa
35597 \end_layout
35598
35599 \end_inset
35600
35601  installed.
35602 \begin_inset Newline newline
35603 \end_inset
35604
35605 For more information about this feature we refer to the documentation of
35606  
35607 \series bold
35608 tipa, 
35609 \begin_inset CommandInset citation
35610 LatexCommand cite
35611 key "tipa"
35612
35613 \end_inset
35614
35615
35616 \series default
35617  and this Wiki-page:
35618 \begin_inset Newline newline
35619 \end_inset
35620
35621
35622 \begin_inset Flex URL
35623 status open
35624
35625 \begin_layout Plain Layout
35626
35627 http://wiki.lyx.org/LyX/LinguistLyX
35628 \end_layout
35629
35630 \end_inset
35631
35632
35633 \end_layout
35634
35635 \begin_layout Subsection
35636 Formatting
35637 \end_layout
35638
35639 \begin_layout Standard
35640 Here you can insert the following format constructs:
35641 \end_layout
35642
35643 \begin_layout Description
35644 Superscript Inserts a superscript: test
35645 \begin_inset Formula $^{\text{a,b}}
35646 $
35647 \end_inset
35648
35649
35650 \end_layout
35651
35652 \begin_layout Description
35653 Subscript Inserts a subscript: test
35654 \begin_inset Formula $_{\text{3x}}
35655 $
35656 \end_inset
35657
35658
35659 \end_layout
35660
35661 \begin_layout Description
35662 Protected
35663 \begin_inset space ~
35664 \end_inset
35665
35666 Space Inserts a protected space that is described in section
35667 \begin_inset space ~
35668 \end_inset
35669
35670
35671 \begin_inset CommandInset ref
35672 LatexCommand ref
35673 reference "sub:Protected-Space"
35674
35675 \end_inset
35676
35677 .
35678 \end_layout
35679
35680 \begin_layout Description
35681 Inter-word
35682 \begin_inset space ~
35683 \end_inset
35684
35685 Space Inserts an inter-word space that is described in section
35686 \begin_inset space ~
35687 \end_inset
35688
35689
35690 \begin_inset CommandInset ref
35691 LatexCommand ref
35692 reference "sub:Inter-word-Space"
35693
35694 \end_inset
35695
35696 .
35697 \end_layout
35698
35699 \begin_layout Description
35700 Thin
35701 \begin_inset space ~
35702 \end_inset
35703
35704 Space Inserts a thin space that is described in section
35705 \begin_inset space ~
35706 \end_inset
35707
35708
35709 \begin_inset CommandInset ref
35710 LatexCommand ref
35711 reference "sub:Thin-Space"
35712
35713 \end_inset
35714
35715 .
35716 \end_layout
35717
35718 \begin_layout Description
35719 Horizontal
35720 \begin_inset space ~
35721 \end_inset
35722
35723 Space Inserts horizontal space, see section
35724 \begin_inset space ~
35725 \end_inset
35726
35727
35728 \begin_inset CommandInset ref
35729 LatexCommand ref
35730 reference "sub:Horizontal-Space"
35731
35732 \end_inset
35733
35734  for a description.
35735 \end_layout
35736
35737 \begin_layout Description
35738 Horizontal
35739 \begin_inset space ~
35740 \end_inset
35741
35742 Line Inserts a horizontal line, see section
35743 \begin_inset space ~
35744 \end_inset
35745
35746
35747 \begin_inset CommandInset ref
35748 LatexCommand ref
35749 reference "sub:Horizontal-Lines"
35750
35751 \end_inset
35752
35753  for a description.
35754 \end_layout
35755
35756 \begin_layout Description
35757 Vertical
35758 \begin_inset space ~
35759 \end_inset
35760
35761 Space Inserts vertical space, see section
35762 \begin_inset space ~
35763 \end_inset
35764
35765
35766 \begin_inset CommandInset ref
35767 LatexCommand ref
35768 reference "sub:Vertical-Space"
35769
35770 \end_inset
35771
35772  for a description.
35773 \end_layout
35774
35775 \begin_layout Description
35776 Hyphenation
35777 \begin_inset space ~
35778 \end_inset
35779
35780 Point Inserts a hyphenation point, see section
35781 \begin_inset space ~
35782 \end_inset
35783
35784
35785 \begin_inset CommandInset ref
35786 LatexCommand ref
35787 reference "sub:Hyphenation"
35788
35789 \end_inset
35790
35791 .
35792 \end_layout
35793
35794 \begin_layout Description
35795 Ligature
35796 \begin_inset space ~
35797 \end_inset
35798
35799 Break Inserts a ligature break, see section
35800 \begin_inset space ~
35801 \end_inset
35802
35803
35804 \begin_inset CommandInset ref
35805 LatexCommand ref
35806 reference "sub:Ligatures"
35807
35808 \end_inset
35809
35810 .
35811 \end_layout
35812
35813 \begin_layout Description
35814 Ragged
35815 \begin_inset space ~
35816 \end_inset
35817
35818 Line
35819 \begin_inset space ~
35820 \end_inset
35821
35822 Break Inserts a forced line break, see section
35823 \begin_inset space ~
35824 \end_inset
35825
35826
35827 \begin_inset CommandInset ref
35828 LatexCommand ref
35829 reference "sub:Forced-Line-Breaks"
35830
35831 \end_inset
35832
35833 .
35834 \end_layout
35835
35836 \begin_layout Description
35837 Justified
35838 \begin_inset space ~
35839 \end_inset
35840
35841 Break Inserts a forced line break that furthermore stretches the broken
35842  text line to the page border, see section
35843 \begin_inset space ~
35844 \end_inset
35845
35846
35847 \begin_inset CommandInset ref
35848 LatexCommand ref
35849 reference "sub:Forced-Line-Breaks"
35850
35851 \end_inset
35852
35853 .
35854 \end_layout
35855
35856 \begin_layout Description
35857 New
35858 \begin_inset space ~
35859 \end_inset
35860
35861 Page Inserts a forced page break, described in section
35862 \begin_inset space ~
35863 \end_inset
35864
35865
35866 \begin_inset CommandInset ref
35867 LatexCommand ref
35868 reference "sub:Forced-Page-Breaks"
35869
35870 \end_inset
35871
35872 .
35873 \end_layout
35874
35875 \begin_layout Description
35876 Page
35877 \begin_inset space ~
35878 \end_inset
35879
35880 Break Inserts a forced page break that furthermore stretches the broken
35881  text page to the page border, described in section
35882 \begin_inset space ~
35883 \end_inset
35884
35885
35886 \begin_inset CommandInset ref
35887 LatexCommand ref
35888 reference "sub:Forced-Page-Breaks"
35889
35890 \end_inset
35891
35892 .
35893 \end_layout
35894
35895 \begin_layout Description
35896 Clear
35897 \begin_inset space ~
35898 \end_inset
35899
35900 Page Inserts a clear page break, described in section
35901 \begin_inset space ~
35902 \end_inset
35903
35904
35905 \begin_inset CommandInset ref
35906 LatexCommand ref
35907 reference "sub:Clear-Page-Breaks"
35908
35909 \end_inset
35910
35911 .
35912 \end_layout
35913
35914 \begin_layout Description
35915 Clear
35916 \begin_inset space ~
35917 \end_inset
35918
35919 Double
35920 \begin_inset space ~
35921 \end_inset
35922
35923 Page Inserts a clear doublepage break, described in section
35924 \begin_inset space ~
35925 \end_inset
35926
35927
35928 \begin_inset CommandInset ref
35929 LatexCommand ref
35930 reference "sub:Clear-Page-Breaks"
35931
35932 \end_inset
35933
35934 .
35935 \end_layout
35936
35937 \begin_layout Subsection
35938 List / TOC
35939 \end_layout
35940
35941 \begin_layout Standard
35942 Various lists can be inserted with this menu entry.
35943  The table of contents, the algorithm, figures, and tables list are described
35944  in section
35945 \begin_inset space ~
35946 \end_inset
35947
35948
35949 \begin_inset CommandInset ref
35950 LatexCommand ref
35951 reference "sec:toc"
35952
35953 \end_inset
35954
35955 .
35956  The index list is described in section
35957 \begin_inset space ~
35958 \end_inset
35959
35960
35961 \begin_inset CommandInset ref
35962 LatexCommand ref
35963 reference "sec:Index"
35964
35965 \end_inset
35966
35967 , the nomenclature in section
35968 \begin_inset space ~
35969 \end_inset
35970
35971
35972 \begin_inset CommandInset ref
35973 LatexCommand ref
35974 reference "sec:Nomenclature"
35975
35976 \end_inset
35977
35978 , and the BibTeX bibliography in section
35979 \begin_inset space ~
35980 \end_inset
35981
35982
35983 \begin_inset CommandInset ref
35984 LatexCommand ref
35985 reference "sub:Bibliography-databases"
35986
35987 \end_inset
35988
35989 .
35990 \end_layout
35991
35992 \begin_layout Subsection
35993 Float
35994 \end_layout
35995
35996 \begin_layout Standard
35997 To insert floats, described in section
35998 \begin_inset space ~
35999 \end_inset
36000
36001
36002 \begin_inset CommandInset ref
36003 LatexCommand ref
36004 reference "sec:Floats"
36005
36006 \end_inset
36007
36008 .
36009 \end_layout
36010
36011 \begin_layout Subsection
36012 Note
36013 \end_layout
36014
36015 \begin_layout Standard
36016 To insert notes, described in section
36017 \begin_inset space ~
36018 \end_inset
36019
36020
36021 \begin_inset CommandInset ref
36022 LatexCommand ref
36023 reference "sec:Notes"
36024
36025 \end_inset
36026
36027 .
36028 \end_layout
36029
36030 \begin_layout Subsection
36031 Branch
36032 \end_layout
36033
36034 \begin_layout Standard
36035 Inserts branch insets as described in section
36036 \begin_inset space ~
36037 \end_inset
36038
36039
36040 \begin_inset CommandInset ref
36041 LatexCommand ref
36042 reference "sec:Branches"
36043
36044 \end_inset
36045
36046 .
36047 \end_layout
36048
36049 \begin_layout Subsection
36050 Custom Insets
36051 \end_layout
36052
36053 \begin_layout Standard
36054 Inserts document class-specific insets.
36055  Such insets only exist when they are defined in the layout file for a certain
36056  document class.
36057  An example is the document class 
36058 \begin_inset Quotes eld
36059 \end_inset
36060
36061 article (Elsevier)
36062 \begin_inset Quotes erd
36063 \end_inset
36064
36065  with three custom insets.
36066  The section 
36067 \emph on
36068 Flex insets and InsetLayout
36069 \emph default
36070  of the 
36071 \emph on
36072 Customization
36073 \emph default
36074  manual explains how custom insets are defined.
36075 \end_layout
36076
36077 \begin_layout Subsection
36078 File
36079 \begin_inset Index idx
36080 status collapsed
36081
36082 \begin_layout Plain Layout
36083 External Material
36084 \end_layout
36085
36086 \end_inset
36087
36088
36089 \end_layout
36090
36091 \begin_layout Standard
36092 This menu entry allows you to insert or include the contents of other LyX
36093  files in your document.
36094  How you can do this is explained in detail in the chapter 
36095 \emph on
36096 External Stuff
36097 \emph default
36098  of the 
36099 \emph on
36100 Embedded Objects
36101 \emph default
36102  manual.
36103 \end_layout
36104
36105 \begin_layout Subsection
36106 Box
36107 \begin_inset Index idx
36108 status collapsed
36109
36110 \begin_layout Plain Layout
36111 Boxes
36112 \end_layout
36113
36114 \end_inset
36115
36116
36117 \end_layout
36118
36119 \begin_layout Standard
36120 Inserts a minipage box that is described section
36121 \begin_inset space ~
36122 \end_inset
36123
36124
36125 \begin_inset CommandInset ref
36126 LatexCommand ref
36127 reference "sec:Minipages"
36128
36129 \end_inset
36130
36131 .
36132  All box types supported by LyX are explained in detail in the chapter 
36133 \emph on
36134 Boxes
36135 \emph default
36136  of the 
36137 \emph on
36138 Embedded Objects
36139 \emph default
36140  manual.
36141 \end_layout
36142
36143 \begin_layout Subsection
36144 Citation
36145 \end_layout
36146
36147 \begin_layout Standard
36148 Inserts a citation as described in section
36149 \begin_inset space ~
36150 \end_inset
36151
36152
36153 \begin_inset CommandInset ref
36154 LatexCommand ref
36155 reference "sec:Bibliography"
36156
36157 \end_inset
36158
36159 .
36160 \end_layout
36161
36162 \begin_layout Subsection
36163 Cross-Reference
36164 \end_layout
36165
36166 \begin_layout Standard
36167 Inserts a cross-reference as described in section
36168 \begin_inset space ~
36169 \end_inset
36170
36171
36172 \begin_inset CommandInset ref
36173 LatexCommand ref
36174 reference "sec:Cross-References"
36175
36176 \end_inset
36177
36178 .
36179 \end_layout
36180
36181 \begin_layout Subsection
36182 Label
36183 \end_layout
36184
36185 \begin_layout Standard
36186 Inserts a label as described in section
36187 \begin_inset space ~
36188 \end_inset
36189
36190
36191 \begin_inset CommandInset ref
36192 LatexCommand ref
36193 reference "sec:Cross-References"
36194
36195 \end_inset
36196
36197 .
36198 \end_layout
36199
36200 \begin_layout Subsection
36201 Caption
36202 \begin_inset Index idx
36203 status collapsed
36204
36205 \begin_layout Plain Layout
36206 Captions
36207 \end_layout
36208
36209 \end_inset
36210
36211
36212 \begin_inset Index idx
36213 status collapsed
36214
36215 \begin_layout Plain Layout
36216 Longtables ! Caption
36217 \end_layout
36218
36219 \end_inset
36220
36221
36222 \end_layout
36223
36224 \begin_layout Standard
36225 Inserts a caption in a float or longtable.
36226  Floats are described in section
36227 \begin_inset space ~
36228 \end_inset
36229
36230
36231 \begin_inset CommandInset ref
36232 LatexCommand ref
36233 reference "sec:Floats"
36234
36235 \end_inset
36236
36237 , captions in longtables are described in the section 
36238 \emph on
36239 Longtable Captions
36240 \emph default
36241  of the 
36242 \emph on
36243 Embedded Objects
36244 \emph default
36245  manual.
36246 \end_layout
36247
36248 \begin_layout Subsection
36249 Index Entry
36250 \end_layout
36251
36252 \begin_layout Standard
36253 Inserts an index entry as described in section
36254 \begin_inset space ~
36255 \end_inset
36256
36257
36258 \begin_inset CommandInset ref
36259 LatexCommand ref
36260 reference "sec:Index"
36261
36262 \end_inset
36263
36264 .
36265 \end_layout
36266
36267 \begin_layout Subsection
36268 Nomenclature Entry
36269 \end_layout
36270
36271 \begin_layout Standard
36272 Inserts a nomenclature entry as described in section
36273 \begin_inset space ~
36274 \end_inset
36275
36276
36277 \begin_inset CommandInset ref
36278 LatexCommand ref
36279 reference "sec:Nomenclature"
36280
36281 \end_inset
36282
36283 .
36284 \end_layout
36285
36286 \begin_layout Subsection
36287 Table
36288 \end_layout
36289
36290 \begin_layout Standard
36291 Inserts a table.
36292  Tables are described in section
36293 \begin_inset space ~
36294 \end_inset
36295
36296
36297 \begin_inset CommandInset ref
36298 LatexCommand ref
36299 reference "sec:Tables"
36300
36301 \end_inset
36302
36303 .
36304 \end_layout
36305
36306 \begin_layout Subsection
36307 Graphics
36308 \end_layout
36309
36310 \begin_layout Standard
36311 Inserts a graphic.
36312  Graphics are described in section
36313 \begin_inset space ~
36314 \end_inset
36315
36316
36317 \begin_inset CommandInset ref
36318 LatexCommand ref
36319 reference "sec:Graphics"
36320
36321 \end_inset
36322
36323 .
36324 \end_layout
36325
36326 \begin_layout Subsection
36327 URL
36328 \end_layout
36329
36330 \begin_layout Standard
36331 Inserts an URL as described in section
36332 \begin_inset space ~
36333 \end_inset
36334
36335
36336 \begin_inset CommandInset ref
36337 LatexCommand ref
36338 reference "sub:URLs"
36339
36340 \end_inset
36341
36342 .
36343 \end_layout
36344
36345 \begin_layout Subsection
36346 Hyperlinks
36347 \end_layout
36348
36349 \begin_layout Standard
36350 Inserts a hyperlink as described in section
36351 \begin_inset space ~
36352 \end_inset
36353
36354
36355 \begin_inset CommandInset ref
36356 LatexCommand ref
36357 reference "sub:Hyperlinks"
36358
36359 \end_inset
36360
36361 .
36362 \end_layout
36363
36364 \begin_layout Subsection
36365 Footnote
36366 \end_layout
36367
36368 \begin_layout Standard
36369 Inserts a footnote, see section
36370 \begin_inset space ~
36371 \end_inset
36372
36373
36374 \begin_inset CommandInset ref
36375 LatexCommand ref
36376 reference "sec:Footnotes"
36377
36378 \end_inset
36379
36380 .
36381 \end_layout
36382
36383 \begin_layout Subsection
36384 Marginal Note
36385 \end_layout
36386
36387 \begin_layout Standard
36388 Inserts a marginal note, see section
36389 \begin_inset space ~
36390 \end_inset
36391
36392
36393 \begin_inset CommandInset ref
36394 LatexCommand ref
36395 reference "sec:Marginal-Notes"
36396
36397 \end_inset
36398
36399 .
36400 \end_layout
36401
36402 \begin_layout Subsection
36403 Short Title
36404 \end_layout
36405
36406 \begin_layout Standard
36407 Inserts a short title, see section
36408 \begin_inset space ~
36409 \end_inset
36410
36411
36412 \begin_inset CommandInset ref
36413 LatexCommand ref
36414 reference "sec:Short-Titles"
36415
36416 \end_inset
36417
36418 .
36419 \end_layout
36420
36421 \begin_layout Subsection
36422 TeX Code
36423 \end_layout
36424
36425 \begin_layout Standard
36426 Inserts a TeX Code box, see section
36427 \begin_inset space ~
36428 \end_inset
36429
36430
36431 \begin_inset CommandInset ref
36432 LatexCommand ref
36433 reference "sub:TeX-Code-Boxes"
36434
36435 \end_inset
36436
36437  for a description.
36438 \end_layout
36439
36440 \begin_layout Subsection
36441 Program Listing
36442 \begin_inset Index idx
36443 status collapsed
36444
36445 \begin_layout Plain Layout
36446 Program listings
36447 \end_layout
36448
36449 \end_inset
36450
36451
36452 \end_layout
36453
36454 \begin_layout Standard
36455 Inserts a program listings box.
36456  Program listings are explained in the chapter 
36457 \emph on
36458 Program Code Listings
36459 \emph default
36460  of the 
36461 \emph on
36462 Embedded Objects
36463 \emph default
36464  manual.
36465 \end_layout
36466
36467 \begin_layout Subsection
36468 Date
36469 \end_layout
36470
36471 \begin_layout Standard
36472 Inserts the actual date.
36473  The format depends on the date format of the language that is used for
36474  LyX's menus.
36475  LyX offers various ways to insert a date which are explained and also compared
36476  in the section 
36477 \emph on
36478 External Material
36479 \emph default
36480  of the 
36481 \emph on
36482 Embedded Objects
36483 \emph default
36484  manual.
36485 \end_layout
36486
36487 \begin_layout Section
36488 The Navigate Menu
36489 \begin_inset Index idx
36490 status collapsed
36491
36492 \begin_layout Plain Layout
36493 Menu ! Navigate
36494 \end_layout
36495
36496 \end_inset
36497
36498
36499 \end_layout
36500
36501 \begin_layout Standard
36502 This menu lists the existing chapters, sections, figures, tables, etc.
36503 \begin_inset space ~
36504 \end_inset
36505
36506 of the current document.
36507  This allows you to navigate easily through you document.
36508 \end_layout
36509
36510 \begin_layout Subsection
36511 Bookmarks
36512 \end_layout
36513
36514 \begin_layout Standard
36515 With this menu entry you are able to define your own bookmarks.
36516  This is useful when you are working on a large document and often have
36517  to jump e.
36518 \begin_inset space \thinspace{}
36519 \end_inset
36520
36521 g.
36522 \begin_inset space \space{}
36523 \end_inset
36524
36525 between section
36526 \begin_inset space ~
36527 \end_inset
36528
36529 2.5 and 6.3.
36530  To create bookmarks for this example, go to section
36531 \begin_inset space ~
36532 \end_inset
36533
36534 2.5 and use the menu 
36535 \family sans
36536 Save
36537 \begin_inset space ~
36538 \end_inset
36539
36540 Bookmark
36541 \begin_inset space ~
36542 \end_inset
36543
36544 1
36545 \family default
36546 .
36547  Then go to section
36548 \begin_inset space ~
36549 \end_inset
36550
36551 6.3 and use 
36552 \family sans
36553 Save
36554 \begin_inset space ~
36555 \end_inset
36556
36557 Bookmark
36558 \begin_inset space ~
36559 \end_inset
36560
36561
36562 \family default
36563 2.
36564  Now you can jump easily between these sections by using the menu or by
36565  the key bindings 
36566 \begin_inset Info
36567 type  "shortcut"
36568 arg   "bookmark-goto 1"
36569 \end_inset
36570
36571  and 
36572 \begin_inset Info
36573 type  "shortcut"
36574 arg   "bookmark-goto 2"
36575 \end_inset
36576
36577 .
36578 \end_layout
36579
36580 \begin_layout Standard
36581 You can also use bookmarks to jump between several opened documents.
36582  The saved bookmarks are valid till the document is closed.
36583 \end_layout
36584
36585 \begin_layout Subsection
36586 Next Note, Change, Cross-reference
36587 \end_layout
36588
36589 \begin_layout Standard
36590 Jump to the next note, change, or cross-reference following the current
36591  cursor position.
36592 \end_layout
36593
36594 \begin_layout Subsection
36595 Go to Label
36596 \end_layout
36597
36598 \begin_layout Standard
36599 Only active when the cursor is in front of a cross-reference.
36600  Sets the cursor before the referenced label, the same as if you right-click
36601  on a cross-reference box.
36602 \end_layout
36603
36604 \begin_layout Section
36605 The Document Menu
36606 \begin_inset Index idx
36607 status collapsed
36608
36609 \begin_layout Plain Layout
36610 Menu ! Document
36611 \end_layout
36612
36613 \end_inset
36614
36615
36616 \end_layout
36617
36618 \begin_layout Subsection
36619 Change Tracking
36620 \end_layout
36621
36622 \begin_layout Standard
36623 Change Tracking is described in section
36624 \begin_inset space ~
36625 \end_inset
36626
36627
36628 \begin_inset CommandInset ref
36629 LatexCommand ref
36630 reference "sec:Change-Tracking"
36631
36632 \end_inset
36633
36634 .
36635 \end_layout
36636
36637 \begin_layout Subsection
36638 LaT
36639 \begin_inset ERT
36640 status collapsed
36641
36642 \begin_layout Plain Layout
36643
36644 {}
36645 \end_layout
36646
36647 \end_inset
36648
36649 eX Log
36650 \end_layout
36651
36652 \begin_layout Standard
36653 After running LaTeX by viewing or exporting a document, this menu will be
36654  enabled.
36655  It shows the logfile of the used LaTeX-program.
36656 \end_layout
36657
36658 \begin_layout Standard
36659 Here you can see how LaTeX works in the background.
36660  
36661 \emph on
36662 Experts
36663 \emph default
36664  will find in it reasons for LaTeX-errors.
36665 \end_layout
36666
36667 \begin_layout Subsection
36668 Outline
36669 \end_layout
36670
36671 \begin_layout Standard
36672 Opens the TOC/Outline window as described in section
36673 \begin_inset space ~
36674 \end_inset
36675
36676
36677 \begin_inset CommandInset ref
36678 LatexCommand ref
36679 reference "sec:Navigating"
36680
36681 \end_inset
36682
36683  and 
36684 \begin_inset CommandInset ref
36685 LatexCommand ref
36686 reference "sub:Table-of-Contents"
36687
36688 \end_inset
36689
36690 .
36691 \end_layout
36692
36693 \begin_layout Subsection
36694 Start Appendix Here
36695 \end_layout
36696
36697 \begin_layout Standard
36698 This menu will start the appendix of the document at the current cursor
36699  position as described in section
36700 \begin_inset space ~
36701 \end_inset
36702
36703
36704 \begin_inset CommandInset ref
36705 LatexCommand ref
36706 reference "sec:Appendices"
36707
36708 \end_inset
36709
36710 .
36711 \end_layout
36712
36713 \begin_layout Subsection
36714 Compressed
36715 \end_layout
36716
36717 \begin_layout Standard
36718 Un/compresses the current document.
36719 \end_layout
36720
36721 \begin_layout Subsection
36722 Settings
36723 \end_layout
36724
36725 \begin_layout Standard
36726 The document settings are described in appendix
36727 \begin_inset space ~
36728 \end_inset
36729
36730
36731 \begin_inset CommandInset ref
36732 LatexCommand ref
36733 reference "cha:The-Document-Settings"
36734
36735 \end_inset
36736
36737 .
36738 \end_layout
36739
36740 \begin_layout Section
36741 The Tools Menu
36742 \begin_inset Index idx
36743 status collapsed
36744
36745 \begin_layout Plain Layout
36746 Menu ! Tools
36747 \end_layout
36748
36749 \end_inset
36750
36751
36752 \end_layout
36753
36754 \begin_layout Subsection
36755 Spellchecker
36756 \end_layout
36757
36758 \begin_layout Standard
36759 Spell checking is explained in section
36760 \begin_inset space ~
36761 \end_inset
36762
36763
36764 \begin_inset CommandInset ref
36765 LatexCommand ref
36766 reference "sec:Spellchecking"
36767
36768 \end_inset
36769
36770 .
36771 \end_layout
36772
36773 \begin_layout Subsection
36774 Thesaurus
36775 \end_layout
36776
36777 \begin_layout Standard
36778 The thesaurus is described in section
36779 \begin_inset space ~
36780 \end_inset
36781
36782
36783 \begin_inset CommandInset ref
36784 LatexCommand ref
36785 reference "sec:Thesaurus"
36786
36787 \end_inset
36788
36789 .
36790 \end_layout
36791
36792 \begin_layout Subsection
36793 Statistics
36794 \begin_inset Index idx
36795 status collapsed
36796
36797 \begin_layout Plain Layout
36798 Word count
36799 \end_layout
36800
36801 \end_inset
36802
36803
36804 \begin_inset Index idx
36805 status collapsed
36806
36807 \begin_layout Plain Layout
36808 Character count
36809 \end_layout
36810
36811 \end_inset
36812
36813
36814 \end_layout
36815
36816 \begin_layout Standard
36817 Counts the number of words and characters in the actual document or the
36818  highlighted document part.
36819 \end_layout
36820
36821 \begin_layout Subsection
36822 TeX Information
36823 \begin_inset Index idx
36824 status collapsed
36825
36826 \begin_layout Plain Layout
36827 TeX Information
36828 \end_layout
36829
36830 \end_inset
36831
36832
36833 \end_layout
36834
36835 \begin_layout Standard
36836 Shows you a list of the classes and styles installed in your LaTeX-system.
36837 \end_layout
36838
36839 \begin_layout Subsection
36840 Reconfigure
36841 \begin_inset Index idx
36842 status collapsed
36843
36844 \begin_layout Plain Layout
36845 LyX ! Reconfigure|see
36846 \begin_inset ERT
36847 status collapsed
36848
36849 \begin_layout Plain Layout
36850
36851 {
36852 \end_layout
36853
36854 \end_inset
36855
36856 Reconfiguration of LyX
36857 \begin_inset ERT
36858 status collapsed
36859
36860 \begin_layout Plain Layout
36861
36862 }
36863 \end_layout
36864
36865 \end_inset
36866
36867
36868 \end_layout
36869
36870 \end_inset
36871
36872
36873 \begin_inset Index idx
36874 status collapsed
36875
36876 \begin_layout Plain Layout
36877 Reconfiguration of LyX
36878 \end_layout
36879
36880 \end_inset
36881
36882
36883 \end_layout
36884
36885 \begin_layout Standard
36886 This menu entry reconfigures LyX; that is, LyX looks for LaTeX-packages
36887  and needed programs it needs; see also section
36888 \begin_inset space ~
36889 \end_inset
36890
36891
36892 \begin_inset CommandInset ref
36893 LatexCommand ref
36894 reference "sec:Basic-LyX-Setup"
36895
36896 \end_inset
36897
36898 .
36899 \end_layout
36900
36901 \begin_layout Subsection
36902 Preferences
36903 \end_layout
36904
36905 \begin_layout Standard
36906 The preferences dialog is described in detail in appendix
36907 \begin_inset space \thinspace{}
36908 \end_inset
36909
36910
36911 \begin_inset CommandInset ref
36912 LatexCommand ref
36913 reference "cha:The-Preferences-dialog"
36914
36915 \end_inset
36916
36917 .
36918 \end_layout
36919
36920 \begin_layout Section
36921 The Help Menu
36922 \begin_inset Index idx
36923 status collapsed
36924
36925 \begin_layout Plain Layout
36926 Menu ! Help
36927 \end_layout
36928
36929 \end_inset
36930
36931
36932 \end_layout
36933
36934 \begin_layout Standard
36935 This menu opens the documentation files of LyX in the language of LyX's
36936  menus.
36937 \end_layout
36938
36939 \begin_layout Standard
36940 The menu 
36941 \family sans
36942 LaTeX
36943 \begin_inset space ~
36944 \end_inset
36945
36946 Configuration
36947 \family default
36948  shows a LyX-document with information about the LaTeX-packages and classes
36949  found by LyX (see also section
36950 \begin_inset space ~
36951 \end_inset
36952
36953
36954 \begin_inset CommandInset ref
36955 LatexCommand ref
36956 reference "sec:LaTeX-Setup"
36957
36958 \end_inset
36959
36960 ).
36961 \end_layout
36962
36963 \begin_layout Section
36964 Toolbars
36965 \begin_inset CommandInset label
36966 LatexCommand label
36967 name "sec:Toolbars"
36968
36969 \end_inset
36970
36971
36972 \end_layout
36973
36974 \begin_layout Standard
36975 How to show or hide toolbars is explained in section
36976 \begin_inset space ~
36977 \end_inset
36978
36979
36980 \begin_inset CommandInset ref
36981 LatexCommand ref
36982 reference "sub:Toolbars"
36983
36984 \end_inset
36985
36986 .
36987 \end_layout
36988
36989 \begin_layout Standard
36990 It is also possible to define custom toolbars.
36991  This is described in the 
36992 \emph on
36993 Additional Features
36994 \emph default
36995  manual.
36996 \end_layout
36997
36998 \begin_layout Subsection
36999 Standard Toolbar
37000 \begin_inset Index idx
37001 status collapsed
37002
37003 \begin_layout Plain Layout
37004 Toolbar ! Standard
37005 \end_layout
37006
37007 \end_inset
37008
37009
37010 \end_layout
37011
37012 \begin_layout Standard
37013 \begin_inset Graphics
37014         filename clipart/StandardToolbar.png
37015         width 100col%
37016
37017 \end_inset
37018
37019
37020 \end_layout
37021
37022 \begin_layout Standard
37023 \begin_inset VSpace defskip
37024 \end_inset
37025
37026
37027 \end_layout
37028
37029 \begin_layout Standard
37030 The standard toolbar as shown above contains from left to right the following
37031  buttons:
37032 \begin_inset ERT
37033 status collapsed
37034
37035 \begin_layout Plain Layout
37036
37037
37038 \backslash
37039 setlength{
37040 \backslash
37041 LTleft}{0pt}
37042 \end_layout
37043
37044 \end_inset
37045
37046
37047 \begin_inset Note Note
37048 status collapsed
37049
37050 \begin_layout Plain Layout
37051 This is necessary to left align the following longtables.
37052  See the 
37053 \emph on
37054 Embedded Objects
37055 \emph default
37056  manual for more information.
37057 \end_layout
37058
37059 \end_inset
37060
37061
37062 \end_layout
37063
37064 \begin_layout Standard
37065 \begin_inset VSpace defskip
37066 \end_inset
37067
37068
37069 \end_layout
37070
37071 \begin_layout Standard
37072 \begin_inset Tabular
37073 <lyxtabular version="3" rows="1" columns="2">
37074 <features islongtable="true" longtabularalignment="center">
37075 <column alignment="center" valignment="top" width="0">
37076 <column alignment="center" valignment="top" width="0">
37077 <row>
37078 <cell alignment="center" valignment="top" usebox="none">
37079 \begin_inset Text
37080
37081 \begin_layout Plain Layout
37082 \begin_inset Graphics
37083         filename clipart/ToolbarEnvBox.png
37084         clip
37085
37086 \end_inset
37087
37088
37089 \end_layout
37090
37091 \end_inset
37092 </cell>
37093 <cell alignment="center" valignment="top" usebox="none">
37094 \begin_inset Text
37095
37096 \begin_layout Plain Layout
37097 pull-down box for the paragraph environments
37098 \end_layout
37099
37100 \end_inset
37101 </cell>
37102 </row>
37103 </lyxtabular>
37104
37105 \end_inset
37106
37107
37108 \end_layout
37109
37110 \begin_layout Standard
37111 \begin_inset VSpace -10mm
37112 \end_inset
37113
37114
37115 \end_layout
37116
37117 \begin_layout Standard
37118 \align left
37119 \begin_inset Tabular
37120 <lyxtabular version="3" rows="21" columns="2">
37121 <features islongtable="true" longtabularalignment="center">
37122 <column alignment="left" valignment="top" width="0">
37123 <column alignment="left" valignment="top" width="0">
37124 <row interlinespace="2.5mm">
37125 <cell alignment="center" valignment="top" usebox="none">
37126 \begin_inset Text
37127
37128 \begin_layout Plain Layout
37129
37130 \family sans
37131 \begin_inset Graphics
37132         filename ../images/buffer-new.png
37133         BoundingBox 0bp 5bp 20bp 20bp
37134
37135 \end_inset
37136
37137
37138 \end_layout
37139
37140 \end_inset
37141 </cell>
37142 <cell alignment="center" valignment="top" usebox="none">
37143 \begin_inset Text
37144
37145 \begin_layout Plain Layout
37146
37147 \family sans
37148 File\SpecialChar \menuseparator
37149 New
37150 \end_layout
37151
37152 \end_inset
37153 </cell>
37154 </row>
37155 <row interlinespace="2.5mm">
37156 <cell alignment="center" valignment="top" usebox="none">
37157 \begin_inset Text
37158
37159 \begin_layout Plain Layout
37160 \begin_inset Graphics
37161         filename ../images/file-open.png
37162         BoundingBox 0bp 5bp 20bp 20bp
37163
37164 \end_inset
37165
37166
37167 \end_layout
37168
37169 \end_inset
37170 </cell>
37171 <cell alignment="center" valignment="top" usebox="none">
37172 \begin_inset Text
37173
37174 \begin_layout Plain Layout
37175
37176 \family sans
37177 File\SpecialChar \menuseparator
37178 Open
37179 \end_layout
37180
37181 \end_inset
37182 </cell>
37183 </row>
37184 <row interlinespace="2.5mm">
37185 <cell alignment="center" valignment="top" usebox="none">
37186 \begin_inset Text
37187
37188 \begin_layout Plain Layout
37189 \begin_inset Graphics
37190         filename ../images/buffer-write.png
37191         BoundingBox 0bp 5bp 20bp 20bp
37192
37193 \end_inset
37194
37195
37196 \end_layout
37197
37198 \end_inset
37199 </cell>
37200 <cell alignment="center" valignment="top" usebox="none">
37201 \begin_inset Text
37202
37203 \begin_layout Plain Layout
37204
37205 \family sans
37206 File\SpecialChar \menuseparator
37207 Save
37208 \end_layout
37209
37210 \end_inset
37211 </cell>
37212 </row>
37213 <row interlinespace="2.5mm">
37214 <cell alignment="center" valignment="top" usebox="none">
37215 \begin_inset Text
37216
37217 \begin_layout Plain Layout
37218 \begin_inset Graphics
37219         filename ../images/dialog-show_print.png
37220         BoundingBox 0bp 5bp 24bp 20bp
37221
37222 \end_inset
37223
37224
37225 \end_layout
37226
37227 \end_inset
37228 </cell>
37229 <cell alignment="center" valignment="top" usebox="none">
37230 \begin_inset Text
37231
37232 \begin_layout Plain Layout
37233
37234 \family sans
37235 File\SpecialChar \menuseparator
37236 Print
37237 \end_layout
37238
37239 \end_inset
37240 </cell>
37241 </row>
37242 <row interlinespace="2.5mm">
37243 <cell alignment="center" valignment="top" usebox="none">
37244 \begin_inset Text
37245
37246 \begin_layout Plain Layout
37247 \begin_inset Graphics
37248         filename ../images/dialog-show_spellchecker.png
37249         BoundingBox 0bp 5bp 20bp 20bp
37250
37251 \end_inset
37252
37253
37254 \end_layout
37255
37256 \end_inset
37257 </cell>
37258 <cell alignment="center" valignment="top" usebox="none">
37259 \begin_inset Text
37260
37261 \begin_layout Plain Layout
37262
37263 \family sans
37264 Tools\SpecialChar \menuseparator
37265 Spellchecker
37266 \end_layout
37267
37268 \end_inset
37269 </cell>
37270 </row>
37271 <row interlinespace="2.5mm">
37272 <cell alignment="center" valignment="top" usebox="none">
37273 \begin_inset Text
37274
37275 \begin_layout Plain Layout
37276 \begin_inset Graphics
37277         filename ../images/undo.png
37278         BoundingBox 0bp 5bp 20bp 20bp
37279
37280 \end_inset
37281
37282
37283 \end_layout
37284
37285 \end_inset
37286 </cell>
37287 <cell alignment="center" valignment="top" usebox="none">
37288 \begin_inset Text
37289
37290 \begin_layout Plain Layout
37291
37292 \family sans
37293 Edit\SpecialChar \menuseparator
37294 Undo
37295 \end_layout
37296
37297 \end_inset
37298 </cell>
37299 </row>
37300 <row interlinespace="2.5mm">
37301 <cell alignment="center" valignment="top" usebox="none">
37302 \begin_inset Text
37303
37304 \begin_layout Plain Layout
37305 \begin_inset Graphics
37306         filename ../images/redo.png
37307         BoundingBox 0bp 5bp 20bp 20bp
37308
37309 \end_inset
37310
37311
37312 \end_layout
37313
37314 \end_inset
37315 </cell>
37316 <cell alignment="center" valignment="top" usebox="none">
37317 \begin_inset Text
37318
37319 \begin_layout Plain Layout
37320
37321 \family sans
37322 Edit\SpecialChar \menuseparator
37323 Redo
37324 \end_layout
37325
37326 \end_inset
37327 </cell>
37328 </row>
37329 <row interlinespace="2.5mm">
37330 <cell alignment="center" valignment="top" usebox="none">
37331 \begin_inset Text
37332
37333 \begin_layout Plain Layout
37334 \begin_inset Graphics
37335         filename ../images/cut.png
37336         BoundingBox 0bp 5bp 20bp 20bp
37337
37338 \end_inset
37339
37340
37341 \end_layout
37342
37343 \end_inset
37344 </cell>
37345 <cell alignment="center" valignment="top" usebox="none">
37346 \begin_inset Text
37347
37348 \begin_layout Plain Layout
37349
37350 \family sans
37351 Edit\SpecialChar \menuseparator
37352 Cut
37353 \end_layout
37354
37355 \end_inset
37356 </cell>
37357 </row>
37358 <row interlinespace="2.5mm">
37359 <cell alignment="center" valignment="top" usebox="none">
37360 \begin_inset Text
37361
37362 \begin_layout Plain Layout
37363 \begin_inset Graphics
37364         filename ../images/copy.png
37365         BoundingBox 0bp 5bp 20bp 20bp
37366
37367 \end_inset
37368
37369
37370 \end_layout
37371
37372 \end_inset
37373 </cell>
37374 <cell alignment="center" valignment="top" usebox="none">
37375 \begin_inset Text
37376
37377 \begin_layout Plain Layout
37378
37379 \family sans
37380 Edit\SpecialChar \menuseparator
37381 Copy
37382 \end_layout
37383
37384 \end_inset
37385 </cell>
37386 </row>
37387 <row interlinespace="2.5mm">
37388 <cell alignment="center" valignment="top" usebox="none">
37389 \begin_inset Text
37390
37391 \begin_layout Plain Layout
37392 \begin_inset Graphics
37393         filename ../images/paste.png
37394         BoundingBox 0bp 5bp 20bp 20bp
37395
37396 \end_inset
37397
37398
37399 \end_layout
37400
37401 \end_inset
37402 </cell>
37403 <cell alignment="center" valignment="top" usebox="none">
37404 \begin_inset Text
37405
37406 \begin_layout Plain Layout
37407
37408 \family sans
37409 Edit\SpecialChar \menuseparator
37410 Paste
37411 \end_layout
37412
37413 \end_inset
37414 </cell>
37415 </row>
37416 <row interlinespace="2.5mm">
37417 <cell alignment="center" valignment="top" usebox="none">
37418 \begin_inset Text
37419
37420 \begin_layout Plain Layout
37421 \begin_inset Graphics
37422         filename ../images/dialog-show_findreplace.png
37423         BoundingBox 0bp 5bp 20bp 25bp
37424         rotateOrigin center
37425
37426 \end_inset
37427
37428
37429 \end_layout
37430
37431 \end_inset
37432 </cell>
37433 <cell alignment="center" valignment="top" usebox="none">
37434 \begin_inset Text
37435
37436 \begin_layout Plain Layout
37437
37438 \family sans
37439 Edit\SpecialChar \menuseparator
37440 Find
37441 \begin_inset space \thinspace{}
37442 \end_inset
37443
37444 &
37445 \begin_inset space \thinspace{}
37446 \end_inset
37447
37448 Replace
37449 \end_layout
37450
37451 \end_inset
37452 </cell>
37453 </row>
37454 <row interlinespace="2.5mm">
37455 <cell alignment="center" valignment="top" usebox="none">
37456 \begin_inset Text
37457
37458 \begin_layout Plain Layout
37459 \begin_inset Graphics
37460         filename ../images/bookmark-goto_0.png
37461         BoundingBox 0bp 5bp 20bp 25bp
37462         rotateOrigin center
37463
37464 \end_inset
37465
37466
37467 \end_layout
37468
37469 \end_inset
37470 </cell>
37471 <cell alignment="center" valignment="top" usebox="none">
37472 \begin_inset Text
37473
37474 \begin_layout Plain Layout
37475
37476 \family sans
37477 Navigate\SpecialChar \menuseparator
37478 Bookmarks\SpecialChar \menuseparator
37479 Navigate Back
37480 \end_layout
37481
37482 \end_inset
37483 </cell>
37484 </row>
37485 <row interlinespace="2.5mm">
37486 <cell alignment="center" valignment="top" usebox="none">
37487 \begin_inset Text
37488
37489 \begin_layout Plain Layout
37490 \begin_inset Graphics
37491         filename ../images/font-emph.png
37492         BoundingBox 0bp 5bp 20bp 20bp
37493
37494 \end_inset
37495
37496
37497 \end_layout
37498
37499 \end_inset
37500 </cell>
37501 <cell alignment="center" valignment="top" usebox="none">
37502 \begin_inset Text
37503
37504 \begin_layout Plain Layout
37505 Emphasize text, function of the Edit
37506 \family sans
37507 \SpecialChar \menuseparator
37508 Text
37509 \begin_inset space ~
37510 \end_inset
37511
37512 Style
37513 \family default
37514  dialog
37515 \end_layout
37516
37517 \end_inset
37518 </cell>
37519 </row>
37520 <row interlinespace="2.5mm">
37521 <cell alignment="center" valignment="top" usebox="none">
37522 \begin_inset Text
37523
37524 \begin_layout Plain Layout
37525 \begin_inset Graphics
37526         filename ../images/font-noun.png
37527         BoundingBox 0bp 5bp 20bp 20bp
37528
37529 \end_inset
37530
37531
37532 \end_layout
37533
37534 \end_inset
37535 </cell>
37536 <cell alignment="center" valignment="top" usebox="none">
37537 \begin_inset Text
37538
37539 \begin_layout Plain Layout
37540 Set text to noun style, function of the Edit
37541 \family sans
37542 \SpecialChar \menuseparator
37543 Text
37544 \begin_inset space ~
37545 \end_inset
37546
37547 Style
37548 \family default
37549  dialog
37550 \end_layout
37551
37552 \end_inset
37553 </cell>
37554 </row>
37555 <row interlinespace="2.5mm">
37556 <cell alignment="center" valignment="top" usebox="none">
37557 \begin_inset Text
37558
37559 \begin_layout Plain Layout
37560 \begin_inset Graphics
37561         filename ../images/textstyle-apply.png
37562         BoundingBox 0bp 5bp 20bp 20bp
37563
37564 \end_inset
37565
37566
37567 \end_layout
37568
37569 \end_inset
37570 </cell>
37571 <cell alignment="center" valignment="top" usebox="none">
37572 \begin_inset Text
37573
37574 \begin_layout Plain Layout
37575 Formats text using the current settings in the 
37576 \family sans
37577 Edit\SpecialChar \menuseparator
37578 Text
37579 \begin_inset space ~
37580 \end_inset
37581
37582 Style
37583 \family default
37584  dialog
37585 \end_layout
37586
37587 \end_inset
37588 </cell>
37589 </row>
37590 <row interlinespace="2.5mm">
37591 <cell alignment="center" valignment="top" usebox="none">
37592 \begin_inset Text
37593
37594 \begin_layout Plain Layout
37595 \begin_inset Graphics
37596         filename ../images/math-mode.png
37597         BoundingBox 0bp 5bp 20bp 20bp
37598
37599 \end_inset
37600
37601
37602 \end_layout
37603
37604 \end_inset
37605 </cell>
37606 <cell alignment="center" valignment="top" usebox="none">
37607 \begin_inset Text
37608
37609 \begin_layout Plain Layout
37610
37611 \family sans
37612 Insert\SpecialChar \menuseparator
37613 Math\SpecialChar \menuseparator
37614 Inline
37615 \begin_inset space ~
37616 \end_inset
37617
37618 Formula
37619 \end_layout
37620
37621 \end_inset
37622 </cell>
37623 </row>
37624 <row interlinespace="2.5mm">
37625 <cell alignment="center" valignment="top" usebox="none">
37626 \begin_inset Text
37627
37628 \begin_layout Plain Layout
37629 \begin_inset Graphics
37630         filename ../images/dialog-show-new-inset_graphics.png
37631         BoundingBox 0bp 5bp 20bp 25bp
37632         rotateOrigin center
37633
37634 \end_inset
37635
37636
37637 \end_layout
37638
37639 \end_inset
37640 </cell>
37641 <cell alignment="center" valignment="top" usebox="none">
37642 \begin_inset Text
37643
37644 \begin_layout Plain Layout
37645
37646 \family sans
37647 Insert\SpecialChar \menuseparator
37648 Graphics
37649 \end_layout
37650
37651 \end_inset
37652 </cell>
37653 </row>
37654 <row interlinespace="2.5mm">
37655 <cell alignment="center" valignment="top" usebox="none">
37656 \begin_inset Text
37657
37658 \begin_layout Plain Layout
37659 \begin_inset Graphics
37660         filename ../images/tabular-insert.png
37661         BoundingBox 0bp 5bp 20bp 25bp
37662         rotateOrigin center
37663
37664 \end_inset
37665
37666
37667 \end_layout
37668
37669 \end_inset
37670 </cell>
37671 <cell alignment="center" valignment="top" usebox="none">
37672 \begin_inset Text
37673
37674 \begin_layout Plain Layout
37675
37676 \family sans
37677 Insert\SpecialChar \menuseparator
37678 Table
37679 \end_layout
37680
37681 \end_inset
37682 </cell>
37683 </row>
37684 <row interlinespace="2.5mm">
37685 <cell alignment="center" valignment="top" usebox="none">
37686 \begin_inset Text
37687
37688 \begin_layout Plain Layout
37689 \begin_inset Graphics
37690         filename ../images/dialog-toggle_toc.png
37691         BoundingBox 0bp 5bp 20bp 25bp
37692         rotateOrigin center
37693
37694 \end_inset
37695
37696
37697 \end_layout
37698
37699 \end_inset
37700 </cell>
37701 <cell alignment="center" valignment="top" usebox="none">
37702 \begin_inset Text
37703
37704 \begin_layout Plain Layout
37705 Toggle outline window on/off, 
37706 \family sans
37707 Document\SpecialChar \menuseparator
37708 Outline
37709 \end_layout
37710
37711 \end_inset
37712 </cell>
37713 </row>
37714 <row interlinespace="2.5mm">
37715 <cell alignment="center" valignment="top" usebox="none">
37716 \begin_inset Text
37717
37718 \begin_layout Plain Layout
37719 \begin_inset Graphics
37720         filename ../images/toolbar-toggle_math.png
37721         BoundingBox 0bp 5bp 20bp 25bp
37722         rotateOrigin center
37723
37724 \end_inset
37725
37726
37727 \end_layout
37728
37729 \end_inset
37730 </cell>
37731 <cell alignment="center" valignment="top" usebox="none">
37732 \begin_inset Text
37733
37734 \begin_layout Plain Layout
37735 Toggle math toolbar on/off
37736 \end_layout
37737
37738 \end_inset
37739 </cell>
37740 </row>
37741 <row interlinespace="2.5mm">
37742 <cell alignment="center" valignment="top" usebox="none">
37743 \begin_inset Text
37744
37745 \begin_layout Plain Layout
37746 \begin_inset Graphics
37747         filename ../images/toolbar-toggle_table.png
37748         BoundingBox 0bp 5bp 20bp 25bp
37749         rotateOrigin center
37750
37751 \end_inset
37752
37753
37754 \end_layout
37755
37756 \end_inset
37757 </cell>
37758 <cell alignment="center" valignment="top" usebox="none">
37759 \begin_inset Text
37760
37761 \begin_layout Plain Layout
37762 Toggle table toolbar on/off
37763 \end_layout
37764
37765 \end_inset
37766 </cell>
37767 </row>
37768 </lyxtabular>
37769
37770 \end_inset
37771
37772
37773 \end_layout
37774
37775 \begin_layout Subsection
37776 Extra Toolbar
37777 \begin_inset Index idx
37778 status collapsed
37779
37780 \begin_layout Plain Layout
37781 Toolbar ! Extra
37782 \end_layout
37783
37784 \end_inset
37785
37786
37787 \end_layout
37788
37789 \begin_layout Standard
37790 \begin_inset Graphics
37791         filename clipart/ExtraToolbar.png
37792         width 100col%
37793
37794 \end_inset
37795
37796
37797 \end_layout
37798
37799 \begin_layout Standard
37800 \begin_inset VSpace defskip
37801 \end_inset
37802
37803
37804 \end_layout
37805
37806 \begin_layout Standard
37807 The extra toolbar as shown above contains from left to right the following
37808  buttons:
37809 \end_layout
37810
37811 \begin_layout Standard
37812 \begin_inset VSpace defskip
37813 \end_inset
37814
37815
37816 \end_layout
37817
37818 \begin_layout Standard
37819 \begin_inset Tabular
37820 <lyxtabular version="3" rows="25" columns="2">
37821 <features islongtable="true" longtabularalignment="center">
37822 <column alignment="left" valignment="top" width="0">
37823 <column alignment="left" valignment="top" width="0">
37824 <row interlinespace="2.5mm">
37825 <cell alignment="center" valignment="top" usebox="none">
37826 \begin_inset Text
37827
37828 \begin_layout Plain Layout
37829 \begin_inset Graphics
37830         filename ../images/layout.png
37831         BoundingBox 0bp 5bp 20bp 25bp
37832         rotateOrigin center
37833
37834 \end_inset
37835
37836
37837 \end_layout
37838
37839 \end_inset
37840 </cell>
37841 <cell alignment="center" valignment="top" usebox="none">
37842 \begin_inset Text
37843
37844 \begin_layout Plain Layout
37845 Default
37846 \end_layout
37847
37848 \end_inset
37849 </cell>
37850 </row>
37851 <row interlinespace="2.5mm">
37852 <cell alignment="center" valignment="top" usebox="none">
37853 \begin_inset Text
37854
37855 \begin_layout Plain Layout
37856 \begin_inset Graphics
37857         filename ../images/layout_Enumerate.png
37858         BoundingBox 0bp 5bp 20bp 25bp
37859         rotateOrigin center
37860
37861 \end_inset
37862
37863
37864 \end_layout
37865
37866 \end_inset
37867 </cell>
37868 <cell alignment="center" valignment="top" usebox="none">
37869 \begin_inset Text
37870
37871 \begin_layout Plain Layout
37872 Numbered list
37873 \end_layout
37874
37875 \end_inset
37876 </cell>
37877 </row>
37878 <row interlinespace="2.5mm">
37879 <cell alignment="center" valignment="top" usebox="none">
37880 \begin_inset Text
37881
37882 \begin_layout Plain Layout
37883 \begin_inset Graphics
37884         filename ../images/layout_Itemize.png
37885         BoundingBox 0bp 5bp 20bp 25bp
37886         rotateOrigin center
37887
37888 \end_inset
37889
37890
37891 \end_layout
37892
37893 \end_inset
37894 </cell>
37895 <cell alignment="center" valignment="top" usebox="none">
37896 \begin_inset Text
37897
37898 \begin_layout Plain Layout
37899 Itemized list
37900 \end_layout
37901
37902 \end_inset
37903 </cell>
37904 </row>
37905 <row interlinespace="2.5mm">
37906 <cell alignment="center" valignment="top" usebox="none">
37907 \begin_inset Text
37908
37909 \begin_layout Plain Layout
37910 \begin_inset Graphics
37911         filename ../images/layout_List.png
37912         BoundingBox 0bp 5bp 20bp 25bp
37913         rotateOrigin center
37914
37915 \end_inset
37916
37917
37918 \end_layout
37919
37920 \end_inset
37921 </cell>
37922 <cell alignment="center" valignment="top" usebox="none">
37923 \begin_inset Text
37924
37925 \begin_layout Plain Layout
37926 List
37927 \end_layout
37928
37929 \end_inset
37930 </cell>
37931 </row>
37932 <row interlinespace="2.5mm">
37933 <cell alignment="center" valignment="top" usebox="none">
37934 \begin_inset Text
37935
37936 \begin_layout Plain Layout
37937 \begin_inset Graphics
37938         filename ../images/layout_Description.png
37939         BoundingBox 0bp 5bp 20bp 25bp
37940         rotateOrigin center
37941
37942 \end_inset
37943
37944
37945 \end_layout
37946
37947 \end_inset
37948 </cell>
37949 <cell alignment="center" valignment="top" usebox="none">
37950 \begin_inset Text
37951
37952 \begin_layout Plain Layout
37953 Description list
37954 \end_layout
37955
37956 \end_inset
37957 </cell>
37958 </row>
37959 <row interlinespace="2.5mm">
37960 <cell alignment="center" valignment="top" usebox="none">
37961 \begin_inset Text
37962
37963 \begin_layout Plain Layout
37964 \begin_inset Graphics
37965         filename ../images/depth-increment.png
37966         BoundingBox 0bp 5bp 20bp 25bp
37967         rotateOrigin center
37968
37969 \end_inset
37970
37971
37972 \end_layout
37973
37974 \end_inset
37975 </cell>
37976 <cell alignment="center" valignment="top" usebox="none">
37977 \begin_inset Text
37978
37979 \begin_layout Plain Layout
37980
37981 \family sans
37982 Edit\SpecialChar \menuseparator
37983 Increase
37984 \begin_inset space ~
37985 \end_inset
37986
37987 List
37988 \begin_inset space ~
37989 \end_inset
37990
37991 Depth
37992 \end_layout
37993
37994 \end_inset
37995 </cell>
37996 </row>
37997 <row interlinespace="2.5mm">
37998 <cell alignment="center" valignment="top" usebox="none">
37999 \begin_inset Text
38000
38001 \begin_layout Plain Layout
38002 \begin_inset Graphics
38003         filename ../images/depth-decrement.png
38004         BoundingBox 0bp 5bp 20bp 25bp
38005         rotateOrigin center
38006
38007 \end_inset
38008
38009
38010 \end_layout
38011
38012 \end_inset
38013 </cell>
38014 <cell alignment="center" valignment="top" usebox="none">
38015 \begin_inset Text
38016
38017 \begin_layout Plain Layout
38018
38019 \family sans
38020 Edit\SpecialChar \menuseparator
38021 Decrease
38022 \begin_inset space ~
38023 \end_inset
38024
38025 List
38026 \begin_inset space ~
38027 \end_inset
38028
38029 Depth
38030 \end_layout
38031
38032 \end_inset
38033 </cell>
38034 </row>
38035 <row interlinespace="2.5mm">
38036 <cell alignment="center" valignment="top" usebox="none">
38037 \begin_inset Text
38038
38039 \begin_layout Plain Layout
38040 \begin_inset Graphics
38041         filename ../images/float-insert_figure.png
38042         BoundingBox 0bp 5bp 20bp 20bp
38043
38044 \end_inset
38045
38046
38047 \end_layout
38048
38049 \end_inset
38050 </cell>
38051 <cell alignment="center" valignment="top" usebox="none">
38052 \begin_inset Text
38053
38054 \begin_layout Plain Layout
38055
38056 \family sans
38057 Insert\SpecialChar \menuseparator
38058 Float\SpecialChar \menuseparator
38059 Figure
38060 \end_layout
38061
38062 \end_inset
38063 </cell>
38064 </row>
38065 <row interlinespace="2.5mm">
38066 <cell alignment="center" valignment="top" usebox="none">
38067 \begin_inset Text
38068
38069 \begin_layout Plain Layout
38070 \begin_inset Graphics
38071         filename ../images/float-insert_table.png
38072         BoundingBox 0bp 5bp 20bp 20bp
38073
38074 \end_inset
38075
38076
38077 \end_layout
38078
38079 \end_inset
38080 </cell>
38081 <cell alignment="center" valignment="top" usebox="none">
38082 \begin_inset Text
38083
38084 \begin_layout Plain Layout
38085
38086 \family sans
38087 Insert\SpecialChar \menuseparator
38088 Float\SpecialChar \menuseparator
38089 Table
38090 \end_layout
38091
38092 \end_inset
38093 </cell>
38094 </row>
38095 <row interlinespace="2.5mm">
38096 <cell alignment="center" valignment="top" usebox="none">
38097 \begin_inset Text
38098
38099 \begin_layout Plain Layout
38100 \begin_inset Graphics
38101         filename ../images/label-insert.png
38102         BoundingBox 0bp 5bp 20bp 20bp
38103
38104 \end_inset
38105
38106
38107 \end_layout
38108
38109 \end_inset
38110 </cell>
38111 <cell alignment="center" valignment="top" usebox="none">
38112 \begin_inset Text
38113
38114 \begin_layout Plain Layout
38115
38116 \family sans
38117 Insert\SpecialChar \menuseparator
38118 Label
38119 \end_layout
38120
38121 \end_inset
38122 </cell>
38123 </row>
38124 <row interlinespace="2.5mm">
38125 <cell alignment="center" valignment="top" usebox="none">
38126 \begin_inset Text
38127
38128 \begin_layout Plain Layout
38129 \begin_inset Graphics
38130         filename ../images/dialog-show-new-inset_ref.png
38131         BoundingBox 0bp 5bp 20bp 20bp
38132
38133 \end_inset
38134
38135
38136 \end_layout
38137
38138 \end_inset
38139 </cell>
38140 <cell alignment="center" valignment="top" usebox="none">
38141 \begin_inset Text
38142
38143 \begin_layout Plain Layout
38144
38145 \family sans
38146 Insert\SpecialChar \menuseparator
38147 Cross-Reference
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/dialog-show-new-inset_citation.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 Citation
38177 \end_layout
38178
38179 \end_inset
38180 </cell>
38181 </row>
38182 <row interlinespace="2.5mm">
38183 <cell alignment="center" valignment="top" usebox="none">
38184 \begin_inset Text
38185
38186 \begin_layout Plain Layout
38187 \begin_inset Graphics
38188         filename ../images/index-insert.png
38189         BoundingBox 0bp 5bp 20bp 20bp
38190
38191 \end_inset
38192
38193
38194 \end_layout
38195
38196 \end_inset
38197 </cell>
38198 <cell alignment="center" valignment="top" usebox="none">
38199 \begin_inset Text
38200
38201 \begin_layout Plain Layout
38202
38203 \family sans
38204 Insert\SpecialChar \menuseparator
38205 Index
38206 \begin_inset space ~
38207 \end_inset
38208
38209 Entry
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/nomencl-insert.png
38222         BoundingBox 0bp 5bp 20bp 20bp
38223
38224 \end_inset
38225
38226
38227 \end_layout
38228
38229 \end_inset
38230 </cell>
38231 <cell alignment="center" valignment="top" usebox="none">
38232 \begin_inset Text
38233
38234 \begin_layout Plain Layout
38235
38236 \family sans
38237 Insert\SpecialChar \menuseparator
38238 Nomenclature
38239 \begin_inset space ~
38240 \end_inset
38241
38242 Entry
38243 \end_layout
38244
38245 \end_inset
38246 </cell>
38247 </row>
38248 <row interlinespace="2.5mm">
38249 <cell alignment="center" valignment="top" usebox="none">
38250 \begin_inset Text
38251
38252 \begin_layout Plain Layout
38253 \begin_inset Graphics
38254         filename ../images/footnote-insert.png
38255         BoundingBox 0bp 5bp 20bp 20bp
38256
38257 \end_inset
38258
38259
38260 \end_layout
38261
38262 \end_inset
38263 </cell>
38264 <cell alignment="center" valignment="top" usebox="none">
38265 \begin_inset Text
38266
38267 \begin_layout Plain Layout
38268
38269 \family sans
38270 Insert\SpecialChar \menuseparator
38271 Footnote
38272 \end_layout
38273
38274 \end_inset
38275 </cell>
38276 </row>
38277 <row interlinespace="2.5mm">
38278 <cell alignment="center" valignment="top" usebox="none">
38279 \begin_inset Text
38280
38281 \begin_layout Plain Layout
38282 \begin_inset Graphics
38283         filename ../images/marginalnote-insert.png
38284         BoundingBox 0bp 5bp 20bp 25bp
38285         rotateOrigin center
38286
38287 \end_inset
38288
38289
38290 \end_layout
38291
38292 \end_inset
38293 </cell>
38294 <cell alignment="center" valignment="top" usebox="none">
38295 \begin_inset Text
38296
38297 \begin_layout Plain Layout
38298
38299 \family sans
38300 Insert\SpecialChar \menuseparator
38301 Marginal
38302 \begin_inset space ~
38303 \end_inset
38304
38305 Note
38306 \end_layout
38307
38308 \end_inset
38309 </cell>
38310 </row>
38311 <row interlinespace="2.5mm">
38312 <cell alignment="center" valignment="top" usebox="none">
38313 \begin_inset Text
38314
38315 \begin_layout Plain Layout
38316 \begin_inset Graphics
38317         filename ../images/note-insert.png
38318         BoundingBox 0bp 5bp 20bp 20bp
38319
38320 \end_inset
38321
38322
38323 \end_layout
38324
38325 \end_inset
38326 </cell>
38327 <cell alignment="center" valignment="top" usebox="none">
38328 \begin_inset Text
38329
38330 \begin_layout Plain Layout
38331
38332 \family sans
38333 Insert\SpecialChar \menuseparator
38334 Note\SpecialChar \menuseparator
38335 LyX
38336 \begin_inset space ~
38337 \end_inset
38338
38339 Note
38340 \end_layout
38341
38342 \end_inset
38343 </cell>
38344 </row>
38345 <row interlinespace="2.5mm">
38346 <cell alignment="center" valignment="top" usebox="none">
38347 \begin_inset Text
38348
38349 \begin_layout Plain Layout
38350 \begin_inset Graphics
38351         filename ../images/box-insert.png
38352         BoundingBox 0bp 5bp 20bp 20bp
38353
38354 \end_inset
38355
38356
38357 \end_layout
38358
38359 \end_inset
38360 </cell>
38361 <cell alignment="center" valignment="top" usebox="none">
38362 \begin_inset Text
38363
38364 \begin_layout Plain Layout
38365
38366 \family sans
38367 Insert\SpecialChar \menuseparator
38368 Box
38369 \end_layout
38370
38371 \end_inset
38372 </cell>
38373 </row>
38374 <row interlinespace="2.5mm">
38375 <cell alignment="center" valignment="top" usebox="none">
38376 \begin_inset Text
38377
38378 \begin_layout Plain Layout
38379 \begin_inset Graphics
38380         filename ../images/url-insert.png
38381         BoundingBox 0bp 5bp 20bp 20bp
38382
38383 \end_inset
38384
38385
38386 \end_layout
38387
38388 \end_inset
38389 </cell>
38390 <cell alignment="center" valignment="top" usebox="none">
38391 \begin_inset Text
38392
38393 \begin_layout Plain Layout
38394
38395 \family sans
38396 Insert\SpecialChar \menuseparator
38397 URL
38398 \end_layout
38399
38400 \end_inset
38401 </cell>
38402 </row>
38403 <row interlinespace="2.5mm">
38404 <cell alignment="center" valignment="top" usebox="none">
38405 \begin_inset Text
38406
38407 \begin_layout Plain Layout
38408 \begin_inset Graphics
38409         filename ../images/ert-insert.png
38410         BoundingBox 0bp 5bp 20bp 20bp
38411
38412 \end_inset
38413
38414
38415 \end_layout
38416
38417 \end_inset
38418 </cell>
38419 <cell alignment="center" valignment="top" usebox="none">
38420 \begin_inset Text
38421
38422 \begin_layout Plain Layout
38423
38424 \family sans
38425 Insert\SpecialChar \menuseparator
38426 T
38427 \family default
38428
38429 \begin_inset ERT
38430 status collapsed
38431
38432 \begin_layout Plain Layout
38433
38434 {}
38435 \end_layout
38436
38437 \end_inset
38438
38439
38440 \family sans
38441 eX
38442 \end_layout
38443
38444 \end_inset
38445 </cell>
38446 </row>
38447 <row interlinespace="2.5mm">
38448 <cell alignment="center" valignment="top" usebox="none">
38449 \begin_inset Text
38450
38451 \begin_layout Plain Layout
38452 \begin_inset Graphics
38453         filename ../images/math-macro_newmacroname_newcommand.png
38454         BoundingBox 0bp 5bp 20bp 20bp
38455
38456 \end_inset
38457
38458
38459 \end_layout
38460
38461 \end_inset
38462 </cell>
38463 <cell alignment="center" valignment="top" usebox="none">
38464 \begin_inset Text
38465
38466 \begin_layout Plain Layout
38467
38468 \family sans
38469 Insert\SpecialChar \menuseparator
38470 Math\SpecialChar \menuseparator
38471 Macro
38472 \end_layout
38473
38474 \end_inset
38475 </cell>
38476 </row>
38477 <row interlinespace="2.5mm">
38478 <cell alignment="center" valignment="top" usebox="none">
38479 \begin_inset Text
38480
38481 \begin_layout Plain Layout
38482 \begin_inset Graphics
38483         filename ../images/dialog-show-new-inset_include.png
38484         BoundingBox 0bp 5bp 20bp 20bp
38485
38486 \end_inset
38487
38488
38489 \end_layout
38490
38491 \end_inset
38492 </cell>
38493 <cell alignment="center" valignment="top" usebox="none">
38494 \begin_inset Text
38495
38496 \begin_layout Plain Layout
38497
38498 \family sans
38499 Insert\SpecialChar \menuseparator
38500 File\SpecialChar \menuseparator
38501 Child
38502 \begin_inset space ~
38503 \end_inset
38504
38505 Document
38506 \end_layout
38507
38508 \end_inset
38509 </cell>
38510 </row>
38511 <row interlinespace="2.5mm">
38512 <cell alignment="center" valignment="top" usebox="none">
38513 \begin_inset Text
38514
38515 \begin_layout Plain Layout
38516 \begin_inset Graphics
38517         filename ../images/dialog-show_character.png
38518         BoundingBox 0bp 5bp 20bp 25bp
38519         rotateOrigin center
38520
38521 \end_inset
38522
38523
38524 \end_layout
38525
38526 \end_inset
38527 </cell>
38528 <cell alignment="center" valignment="top" usebox="none">
38529 \begin_inset Text
38530
38531 \begin_layout Plain Layout
38532
38533 \family sans
38534 Edit\SpecialChar \menuseparator
38535 Text
38536 \begin_inset space ~
38537 \end_inset
38538
38539 Style
38540 \end_layout
38541
38542 \end_inset
38543 </cell>
38544 </row>
38545 <row interlinespace="2.5mm">
38546 <cell alignment="center" valignment="top" usebox="none">
38547 \begin_inset Text
38548
38549 \begin_layout Plain Layout
38550 \begin_inset Graphics
38551         filename ../images/layout-paragraph.png
38552         BoundingBox 0bp 5bp 20bp 25bp
38553         rotateOrigin center
38554
38555 \end_inset
38556
38557
38558 \end_layout
38559
38560 \end_inset
38561 </cell>
38562 <cell alignment="center" valignment="top" usebox="none">
38563 \begin_inset Text
38564
38565 \begin_layout Plain Layout
38566
38567 \family sans
38568 Edit\SpecialChar \menuseparator
38569 Paragraph
38570 \begin_inset space ~
38571 \end_inset
38572
38573 Settings
38574 \end_layout
38575
38576 \end_inset
38577 </cell>
38578 </row>
38579 <row interlinespace="2.5mm">
38580 <cell alignment="center" valignment="top" usebox="none">
38581 \begin_inset Text
38582
38583 \begin_layout Plain Layout
38584 \begin_inset Graphics
38585         filename ../images/thesaurus-entry.png
38586         BoundingBox 0bp 5bp 20bp 25bp
38587         rotateOrigin center
38588
38589 \end_inset
38590
38591
38592 \end_layout
38593
38594 \end_inset
38595 </cell>
38596 <cell alignment="center" valignment="top" usebox="none">
38597 \begin_inset Text
38598
38599 \begin_layout Plain Layout
38600
38601 \family sans
38602 Tools\SpecialChar \menuseparator
38603 Thesaurus
38604 \end_layout
38605
38606 \end_inset
38607 </cell>
38608 </row>
38609 </lyxtabular>
38610
38611 \end_inset
38612
38613
38614 \end_layout
38615
38616 \begin_layout Subsection
38617 View / Update Toolbar
38618 \begin_inset Index idx
38619 status collapsed
38620
38621 \begin_layout Plain Layout
38622 Toolbar ! View / Update
38623 \end_layout
38624
38625 \end_inset
38626
38627
38628 \end_layout
38629
38630 \begin_layout Standard
38631 \begin_inset Graphics
38632         filename clipart/ViewToolbar.png
38633
38634 \end_inset
38635
38636
38637 \end_layout
38638
38639 \begin_layout Standard
38640 \begin_inset VSpace defskip
38641 \end_inset
38642
38643
38644 \end_layout
38645
38646 \begin_layout Standard
38647 The view / update toolbar as shown above contains from left to right the
38648  following buttons:
38649 \end_layout
38650
38651 \begin_layout Standard
38652 \begin_inset VSpace defskip
38653 \end_inset
38654
38655
38656 \end_layout
38657
38658 \begin_layout Standard
38659 \begin_inset Tabular
38660 <lyxtabular version="3" rows="6" columns="2">
38661 <features islongtable="true" longtabularalignment="center">
38662 <column alignment="left" valignment="top" width="0">
38663 <column alignment="left" valignment="top" width="0">
38664 <row interlinespace="2.5mm">
38665 <cell alignment="center" valignment="top" usebox="none">
38666 \begin_inset Text
38667
38668 \begin_layout Plain Layout
38669 \begin_inset Graphics
38670         filename ../images/buffer-view_dvi.png
38671         BoundingBox 0bp 5bp 20bp 25bp
38672         rotateOrigin center
38673
38674 \end_inset
38675
38676
38677 \end_layout
38678
38679 \end_inset
38680 </cell>
38681 <cell alignment="center" valignment="top" usebox="none">
38682 \begin_inset Text
38683
38684 \begin_layout Plain Layout
38685
38686 \family sans
38687 View\SpecialChar \menuseparator
38688 DVI
38689 \end_layout
38690
38691 \end_inset
38692 </cell>
38693 </row>
38694 <row interlinespace="2.5mm">
38695 <cell alignment="center" valignment="top" usebox="none">
38696 \begin_inset Text
38697
38698 \begin_layout Plain Layout
38699 \begin_inset Graphics
38700         filename ../images/buffer-update_dvi.png
38701         BoundingBox 0bp 5bp 20bp 25bp
38702         rotateOrigin center
38703
38704 \end_inset
38705
38706
38707 \end_layout
38708
38709 \end_inset
38710 </cell>
38711 <cell alignment="center" valignment="top" usebox="none">
38712 \begin_inset Text
38713
38714 \begin_layout Plain Layout
38715
38716 \family sans
38717 View\SpecialChar \menuseparator
38718 Update\SpecialChar \menuseparator
38719 DVI
38720 \end_layout
38721
38722 \end_inset
38723 </cell>
38724 </row>
38725 <row interlinespace="2.5mm">
38726 <cell alignment="center" valignment="top" usebox="none">
38727 \begin_inset Text
38728
38729 \begin_layout Plain Layout
38730 \begin_inset Graphics
38731         filename ../images/buffer-view_pdf2.png
38732         BoundingBox 0bp 5bp 20bp 25bp
38733         rotateOrigin center
38734
38735 \end_inset
38736
38737
38738 \end_layout
38739
38740 \end_inset
38741 </cell>
38742 <cell alignment="center" valignment="top" usebox="none">
38743 \begin_inset Text
38744
38745 \begin_layout Plain Layout
38746
38747 \family sans
38748 View\SpecialChar \menuseparator
38749 PDF
38750 \end_layout
38751
38752 \end_inset
38753 </cell>
38754 </row>
38755 <row interlinespace="2.5mm">
38756 <cell alignment="center" valignment="top" usebox="none">
38757 \begin_inset Text
38758
38759 \begin_layout Plain Layout
38760 \begin_inset Graphics
38761         filename ../images/buffer-update_pdf2.png
38762         BoundingBox 0bp 5bp 20bp 25bp
38763         rotateOrigin center
38764
38765 \end_inset
38766
38767
38768 \end_layout
38769
38770 \end_inset
38771 </cell>
38772 <cell alignment="center" valignment="top" usebox="none">
38773 \begin_inset Text
38774
38775 \begin_layout Plain Layout
38776
38777 \family sans
38778 View\SpecialChar \menuseparator
38779 Update\SpecialChar \menuseparator
38780 PDF
38781 \end_layout
38782
38783 \end_inset
38784 </cell>
38785 </row>
38786 <row interlinespace="2.5mm">
38787 <cell alignment="center" valignment="top" usebox="none">
38788 \begin_inset Text
38789
38790 \begin_layout Plain Layout
38791 \begin_inset Graphics
38792         filename ../images/buffer-view_ps.png
38793         BoundingBox 0bp 5bp 20bp 25bp
38794         rotateOrigin center
38795
38796 \end_inset
38797
38798
38799 \end_layout
38800
38801 \end_inset
38802 </cell>
38803 <cell alignment="center" valignment="top" usebox="none">
38804 \begin_inset Text
38805
38806 \begin_layout Plain Layout
38807
38808 \family sans
38809 View\SpecialChar \menuseparator
38810 Postscript
38811 \end_layout
38812
38813 \end_inset
38814 </cell>
38815 </row>
38816 <row interlinespace="2.5mm">
38817 <cell alignment="center" valignment="top" usebox="none">
38818 \begin_inset Text
38819
38820 \begin_layout Plain Layout
38821 \begin_inset Graphics
38822         filename ../images/buffer-update_ps.png
38823         BoundingBox 0bp 5bp 20bp 25bp
38824         rotateOrigin center
38825
38826 \end_inset
38827
38828
38829 \end_layout
38830
38831 \end_inset
38832 </cell>
38833 <cell alignment="center" valignment="top" usebox="none">
38834 \begin_inset Text
38835
38836 \begin_layout Plain Layout
38837
38838 \family sans
38839 View\SpecialChar \menuseparator
38840 Update\SpecialChar \menuseparator
38841 Postscript
38842 \end_layout
38843
38844 \end_inset
38845 </cell>
38846 </row>
38847 </lyxtabular>
38848
38849 \end_inset
38850
38851
38852 \end_layout
38853
38854 \begin_layout Subsection
38855 Other Toolbars
38856 \end_layout
38857
38858 \begin_layout Standard
38859 The change tracking toolbar is explained in section
38860 \begin_inset space ~
38861 \end_inset
38862
38863
38864 \begin_inset CommandInset ref
38865 LatexCommand ref
38866 reference "sec:Change-Tracking"
38867
38868 \end_inset
38869
38870 , the table toolbar
38871 \begin_inset Index idx
38872 status collapsed
38873
38874 \begin_layout Plain Layout
38875 Toolbar ! Table
38876 \end_layout
38877
38878 \end_inset
38879
38880  in the 
38881 \emph on
38882 Embedded Objects
38883 \emph default
38884  manual, the math macro toolbar
38885 \begin_inset Index idx
38886 status collapsed
38887
38888 \begin_layout Plain Layout
38889 Toolbar ! Macro
38890 \end_layout
38891
38892 \end_inset
38893
38894  in the 
38895 \emph on
38896 Math
38897 \emph default
38898  manual.
38899 \end_layout
38900
38901 \begin_layout Chapter
38902 The Document Settings
38903 \begin_inset CommandInset label
38904 LatexCommand label
38905 name "cha:The-Document-Settings"
38906
38907 \end_inset
38908
38909
38910 \begin_inset Index idx
38911 status collapsed
38912
38913 \begin_layout Plain Layout
38914 Document ! Settings
38915 \end_layout
38916
38917 \end_inset
38918
38919
38920 \end_layout
38921
38922 \begin_layout Standard
38923 The document settings dialog contains submenus to set properties for the
38924  whole document and is called with the menu
38925 \family sans
38926  Document\SpecialChar \menuseparator
38927 Settings
38928 \family default
38929 .
38930  You can save your document settings as default with th
38931 \family sans
38932 e Save as Document Defaults
38933 \family default
38934  button in the dialog.
38935  This will create a template name
38936 \family typewriter
38937 d
38938 \family default
38939  
38940 \family typewriter
38941 default.lyx
38942 \family default
38943  which is automatically loaded by LyX when you create a new document without
38944  using a template.
38945 \end_layout
38946
38947 \begin_layout Standard
38948 The different submenus of the dialog are explained in the following.
38949 \end_layout
38950
38951 \begin_layout Section
38952 Document Class
38953 \end_layout
38954
38955 \begin_layout Standard
38956 Here you set the document class, class options, a graphics driver, and a
38957  master document.
38958  Document classes are described in section
38959 \begin_inset space ~
38960 \end_inset
38961
38962
38963 \begin_inset CommandInset ref
38964 LatexCommand ref
38965 reference "sec:Document-Classes"
38966
38967 \end_inset
38968
38969 .
38970  Some classes use some class options by default.
38971  If this is the case, they are listed in the field 
38972 \family sans
38973 Predefined
38974 \family default
38975  and you can decide to use them or not.
38976  If you don't exactly know what the default class options are for, it is
38977  recommended not to touch them.
38978  The graphics driver is used for LaTeX's graphics, color and page layout
38979  packages.
38980  When using 
38981 \family sans
38982 Default
38983 \family default
38984 , the default driver for the LaTeX-packages is used.
38985  It is recommended that you use the default unless you know what you are
38986  doing.
38987 \begin_inset Foot
38988 status collapsed
38989
38990 \begin_layout Plain Layout
38991 When you want one of the following drivers
38992 \begin_inset Newline newline
38993 \end_inset
38994
38995 dvi2ps, dvialw, dvilaser, dvitops, psprint, pubps, ln
38996 \begin_inset Newline newline
38997 \end_inset
38998
38999 you first have to activate them in your LaTeX distribution, see sec.
39000 \begin_inset space \thinspace{}
39001 \end_inset
39002
39003 2 in 
39004 \begin_inset CommandInset href
39005 LatexCommand href
39006 target "http://tug.ctan.org/get/macros/latex/required/graphics/grfguide.pdf"
39007
39008 \end_inset
39009
39010 .
39011 \end_layout
39012
39013 \end_inset
39014
39015
39016 \end_layout
39017
39018 \begin_layout Standard
39019 Specifying a master document is necessary when the current document is a
39020  child or subdocument.
39021  This master document will be used by LyX when the child document is opened
39022  without its master.
39023  This way child documents are always compilable.
39024  More about master and child documents is explained in the section 
39025 \emph on
39026 Child Documents
39027 \emph default
39028  of the 
39029 \emph on
39030 Embedded Objects
39031 \emph default
39032  manual.
39033 \end_layout
39034
39035 \begin_layout Section
39036 Modules
39037 \end_layout
39038
39039 \begin_layout Standard
39040 Modules are explained in section
39041 \begin_inset space ~
39042 \end_inset
39043
39044
39045 \begin_inset CommandInset ref
39046 LatexCommand ref
39047 reference "sub:Modules"
39048
39049 \end_inset
39050
39051 .
39052 \end_layout
39053
39054 \begin_layout Section
39055 Fonts
39056 \end_layout
39057
39058 \begin_layout Standard
39059 The document font settings are described in section
39060 \begin_inset space ~
39061 \end_inset
39062
39063
39064 \begin_inset CommandInset ref
39065 LatexCommand ref
39066 reference "sec:Fonts-and-Text"
39067
39068 \end_inset
39069
39070 .
39071 \end_layout
39072
39073 \begin_layout Section
39074 Text Layout
39075 \end_layout
39076
39077 \begin_layout Standard
39078 You can specify if paragraphs should be separated by indentations or vertical
39079  skips.
39080  The line spacing and the number of text columns can here also be specified.
39081  
39082 \end_layout
39083
39084 \begin_layout Standard
39085 Note that LyX won't show two columns or the set up line spacing on screen.
39086  That's impractical, often unreadable, and not part of the WYSIWYM concept.
39087  However, it will be as you specified it in the output.
39088 \end_layout
39089
39090 \begin_layout Standard
39091 The listings settings are explained in the corresponding section in the
39092  
39093 \emph on
39094 Embedded Objects
39095 \emph default
39096  manual.
39097 \end_layout
39098
39099 \begin_layout Section
39100 Page Layout
39101 \end_layout
39102
39103 \begin_layout Standard
39104 A description of this menu is given in section
39105 \begin_inset space ~
39106 \end_inset
39107
39108
39109 \begin_inset CommandInset ref
39110 LatexCommand ref
39111 reference "sub:Paper-Size,-Orientation,"
39112
39113 \end_inset
39114
39115  and 
39116 \begin_inset CommandInset ref
39117 LatexCommand ref
39118 reference "sub:Document-Layout"
39119
39120 \end_inset
39121
39122 .
39123 \end_layout
39124
39125 \begin_layout Section
39126 Page Margins
39127 \end_layout
39128
39129 \begin_layout Standard
39130 Here you can adjust the paper margins, see section
39131 \begin_inset space ~
39132 \end_inset
39133
39134
39135 \begin_inset CommandInset ref
39136 LatexCommand ref
39137 reference "sub:Margins"
39138
39139 \end_inset
39140
39141 .
39142 \end_layout
39143
39144 \begin_layout Section
39145 Language
39146 \begin_inset Index idx
39147 status collapsed
39148
39149 \begin_layout Plain Layout
39150 Language ! Encoding
39151 \end_layout
39152
39153 \end_inset
39154
39155
39156 \end_layout
39157
39158 \begin_layout Standard
39159 The document language and quote styles are set here.
39160  The encoding specifies how the document content is exported to LaTeX (the
39161  LyX file is always encoded in utf8).
39162  All characters that cannot be encoded using the specified encoding will
39163  be exported as LaTeX-commands (this can fail if a LaTeX-command is not
39164  known for a particular character).
39165 \begin_inset Foot
39166 status collapsed
39167
39168 \begin_layout Plain Layout
39169 The known commands are defined in a text file.
39170  You can add commands for unknown symbols to that file yourself, see the
39171  
39172 \emph on
39173 Customization
39174 \emph default
39175  manual for details.
39176 \end_layout
39177
39178 \end_inset
39179
39180
39181 \end_layout
39182
39183 \begin_layout Standard
39184 If you use the option 
39185 \family sans
39186 Language Default
39187 \family default
39188 , LyX determines the encoding of a text part from the language of this text.
39189  If the document contains text in more than one language you may get more
39190  than one encoding in the LaTeX file.
39191  If you do not use this option then the complete document will always use
39192  exactly one encoding.
39193  Checking this option is the preferred setting unless you use 
39194 \family sans
39195 XeTeX
39196 \family default
39197
39198 \begin_inset Foot
39199 status collapsed
39200
39201 \begin_layout Plain Layout
39202 XeTeX is a TeX typesetting engine, an alternative for LaTeX.
39203  It natively supports Unicode while its input file is assumed to be in UTF-8
39204  encoding.
39205  More about using LyX with XeTeX can be found in 
39206 \begin_inset CommandInset citation
39207 LatexCommand cite
39208 key "XeTeX"
39209
39210 \end_inset
39211
39212 .
39213 \end_layout
39214
39215 \end_inset
39216
39217  (see below).
39218 \end_layout
39219
39220 \begin_layout Standard
39221 LyX also supports Unicode output, which is particularly useful if you need
39222  lots of special symbols or non-alphabetic scripts, respectively.
39223  If you want to use this (and your LaTeX installation supports Unicode,
39224  for that matter), choose one of the four utf8 variants from the list below.
39225  Unfortunately the Unicode support of standard LaTeX is quite incomplete,
39226  so it is not uncommon that a file with lots of Unicode symbols works fine
39227  with 
39228 \family sans
39229 Language Default
39230 \family default
39231  (when LyX uses its list of known LaTeX-commands), but does not work with
39232  a fixed utf8 encoding (when the list of known LaTeX-commands is not used,
39233  because all Unicode symbols can be encoded in utf8).
39234 \end_layout
39235
39236 \begin_layout Standard
39237 Here is a list with the important encodings:
39238 \end_layout
39239
39240 \begin_layout Description
39241 Language
39242 \begin_inset space ~
39243 \end_inset
39244
39245 Default
39246 \begin_inset space ~
39247 \end_inset
39248
39249 (no
39250 \begin_inset space ~
39251 \end_inset
39252
39253 inputenc) Same as 
39254 \family sans
39255 Language Default
39256 \family default
39257 , but the LaTeX-package 
39258 \series bold
39259 inputenc
39260 \series default
39261
39262 \begin_inset Index idx
39263 status collapsed
39264
39265 \begin_layout Plain Layout
39266 LaTeX-packages ! inputenc
39267 \end_layout
39268
39269 \end_inset
39270
39271  is not used.
39272  When using this, you probably need to load some additional packages manually
39273  in the preamble and specify the used encoding for text parts in foreign
39274  languages in TeX code.
39275 \end_layout
39276
39277 \begin_layout Description
39278 ASCII the ASCII encoding, covers only plain English (7-bit ASCII).
39279  LyX converts all other characters into LaTeX commands, which may result
39280  in a big file when lots of LaTeX-commands are needed.
39281 \end_layout
39282
39283 \begin_layout Description
39284 Arabic
39285 \begin_inset space ~
39286 \end_inset
39287
39288 (CP
39289 \begin_inset space ~
39290 \end_inset
39291
39292 1256) MS Windows code page for Arabic and Farsi
39293 \end_layout
39294
39295 \begin_layout Description
39296 Arabic
39297 \begin_inset space ~
39298 \end_inset
39299
39300 (ISO
39301 \begin_inset space ~
39302 \end_inset
39303
39304 8859-6) for Arabic and Farsi
39305 \end_layout
39306
39307 \begin_layout Description
39308 Armenian
39309 \begin_inset space ~
39310 \end_inset
39311
39312 (ArmSCII8) for Armenian
39313 \end_layout
39314
39315 \begin_layout Description
39316 Baltic
39317 \begin_inset space ~
39318 \end_inset
39319
39320 (CP
39321 \begin_inset space ~
39322 \end_inset
39323
39324 1257) MS Windows code page for Estonian, Latvian, and Lithuanian, the same
39325  as the ISO-8859-13 encoding
39326 \end_layout
39327
39328 \begin_layout Description
39329 Baltic
39330 \begin_inset space ~
39331 \end_inset
39332
39333 (ISO
39334 \begin_inset space ~
39335 \end_inset
39336
39337 8859-13) for Estonian, Latvian, and Lithuanian, a superset of the ISO-8859-4
39338  encoding
39339 \end_layout
39340
39341 \begin_layout Description
39342 Baltic
39343 \begin_inset space ~
39344 \end_inset
39345
39346 (ISO
39347 \begin_inset space ~
39348 \end_inset
39349
39350 8859-4) (latin 4) for Estonian, Latvian, and Lithuanian, a subset of the
39351  ISO-8859-13 encoding
39352 \end_layout
39353
39354 \begin_layout Description
39355 Central
39356 \begin_inset space ~
39357 \end_inset
39358
39359 European
39360 \begin_inset space ~
39361 \end_inset
39362
39363 (CP
39364 \begin_inset space ~
39365 \end_inset
39366
39367 1250) MS Windows code page for ISO
39368 \begin_inset space ~
39369 \end_inset
39370
39371 8859-2 (latin2)
39372 \end_layout
39373
39374 \begin_layout Description
39375 Central
39376 \begin_inset space ~
39377 \end_inset
39378
39379 European
39380 \begin_inset space ~
39381 \end_inset
39382
39383 (ISO
39384 \begin_inset space ~
39385 \end_inset
39386
39387 8859-2) (latin 2) covers Albanian, Croatian, Czech, German, Hungarian, Polish,
39388  Romanian, Slovak, and Slovenian
39389 \end_layout
39390
39391 \begin_layout Description
39392 Chinese
39393 \begin_inset space ~
39394 \end_inset
39395
39396 (simplified)
39397 \begin_inset space ~
39398 \end_inset
39399
39400 (EUC-CN) for simplified Chinese, used especially on UNIX OSes, since 2001
39401  this encoding is officially replaced by the encoding GB18030, as GB18030
39402  is not available for LaTeX you should try to use the encoding Unicode
39403 \begin_inset space ~
39404 \end_inset
39405
39406 (CJK)
39407 \begin_inset space ~
39408 \end_inset
39409
39410 (utf8)
39411 \end_layout
39412
39413 \begin_layout Description
39414 Chinese
39415 \begin_inset space ~
39416 \end_inset
39417
39418 (simplified)
39419 \begin_inset space ~
39420 \end_inset
39421
39422 (GBK) for simplified Chinese, is the same as the Windows code page CP 936
39423  except for the Euro currency sign, since 2001 this encoding is officially
39424  replaced by the encoding GB18030, as GB18030 is not available for LaTeX
39425  you should try to use the encoding Unicode
39426 \begin_inset space ~
39427 \end_inset
39428
39429 (CJK)
39430 \begin_inset space ~
39431 \end_inset
39432
39433 (utf8)
39434 \end_layout
39435
39436 \begin_layout Description
39437 Chinese
39438 \begin_inset space ~
39439 \end_inset
39440
39441 (traditional)
39442 \begin_inset space ~
39443 \end_inset
39444
39445 (EUC-TW) for traditional Chinese
39446 \end_layout
39447
39448 \begin_layout Description
39449 Cyrillic
39450 \begin_inset space ~
39451 \end_inset
39452
39453 (CP
39454 \begin_inset space ~
39455 \end_inset
39456
39457 1251) MS Windows code page for Cyrillic
39458 \end_layout
39459
39460 \begin_layout Description
39461 Cyrillic
39462 \begin_inset space ~
39463 \end_inset
39464
39465 (ISO
39466 \begin_inset space ~
39467 \end_inset
39468
39469 8859-5) covers Belorussian, Bulgarian, Macedonian, Serbian, and Ukrainian
39470 \end_layout
39471
39472 \begin_layout Description
39473 Cyrillic
39474 \begin_inset space ~
39475 \end_inset
39476
39477 (KOI8-R) standard Cyrillic especially for Russian
39478 \end_layout
39479
39480 \begin_layout Description
39481 Cyrillic
39482 \begin_inset space ~
39483 \end_inset
39484
39485 (KOI8-U) Cyrillic for Ukrainian
39486 \end_layout
39487
39488 \begin_layout Description
39489 Cyrillic
39490 \begin_inset space ~
39491 \end_inset
39492
39493 (pt
39494 \begin_inset space ~
39495 \end_inset
39496
39497 154) Cyrillic for Kazakh
39498 \end_layout
39499
39500 \begin_layout Description
39501 Greek
39502 \begin_inset space ~
39503 \end_inset
39504
39505 (ISO
39506 \begin_inset space ~
39507 \end_inset
39508
39509 8859-7) for Greek
39510 \end_layout
39511
39512 \begin_layout Description
39513 Hebrew
39514 \begin_inset space ~
39515 \end_inset
39516
39517 (CP
39518 \begin_inset space ~
39519 \end_inset
39520
39521 1255) MS Windows code page for Hebrew, a superset of the ISO-8859-8 encoding
39522 \end_layout
39523
39524 \begin_layout Description
39525 Hebrew
39526 \begin_inset space ~
39527 \end_inset
39528
39529 (ISO
39530 \begin_inset space ~
39531 \end_inset
39532
39533 8859-8) for Hebrew
39534 \end_layout
39535
39536 \begin_layout Description
39537 Japanese
39538 \begin_inset space ~
39539 \end_inset
39540
39541 (CJK)
39542 \begin_inset space ~
39543 \end_inset
39544
39545 (EUC-JP) EUC-JP encoding for Japanese, uses the LaTeX-package 
39546 \series bold
39547 CJK
39548 \series default
39549
39550 \begin_inset Index idx
39551 status collapsed
39552
39553 \begin_layout Plain Layout
39554 LaTeX-packages ! CJK
39555 \end_layout
39556
39557 \end_inset
39558
39559 , when using this, set the document language to 
39560 \family sans
39561 Japanese (CJK)
39562 \end_layout
39563
39564 \begin_layout Description
39565 Japanese
39566 \begin_inset space ~
39567 \end_inset
39568
39569 (CJK)
39570 \begin_inset space ~
39571 \end_inset
39572
39573 (JIS) JIS encoding for Japanese, uses the LaTeX-package 
39574 \series bold
39575 CJK
39576 \series default
39577 , when using this, set the document language to 
39578 \family sans
39579 Japanese (CJK)
39580 \end_layout
39581
39582 \begin_layout Description
39583 Japanese
39584 \begin_inset space ~
39585 \end_inset
39586
39587 (non-CJK)
39588 \begin_inset space ~
39589 \end_inset
39590
39591 (EUC-JP) EUC-JP encoding for Japanese, uses the LaTeX-package 
39592 \series bold
39593 japanese
39594 \series default
39595
39596 \begin_inset Index idx
39597 status collapsed
39598
39599 \begin_layout Plain Layout
39600 LaTeX-packages ! japanese
39601 \end_layout
39602
39603 \end_inset
39604
39605 , when using this, set the document language to 
39606 \family sans
39607 Japanese
39608 \end_layout
39609
39610 \begin_layout Description
39611 Japanese
39612 \begin_inset space ~
39613 \end_inset
39614
39615 (non-CJK)
39616 \begin_inset space ~
39617 \end_inset
39618
39619 (JIS) JIS encoding for Japanese, uses the LaTeX-package 
39620 \series bold
39621 japanese
39622 \series default
39623 , when using this, set the document language to 
39624 \family sans
39625 Japanese
39626 \end_layout
39627
39628 \begin_layout Description
39629 Japanese
39630 \begin_inset space ~
39631 \end_inset
39632
39633 (non-CJK)
39634 \begin_inset space ~
39635 \end_inset
39636
39637 (SJIS) SJIS encoding for Japanese, uses the LaTeX-package 
39638 \series bold
39639 japanese
39640 \series default
39641 , when using this, set the document language to 
39642 \family sans
39643 Japanese
39644 \end_layout
39645
39646 \begin_layout Description
39647 Korean
39648 \begin_inset space ~
39649 \end_inset
39650
39651 (EUC-KR) for Korean
39652 \end_layout
39653
39654 \begin_layout Description
39655 Southern
39656 \begin_inset space ~
39657 \end_inset
39658
39659 European
39660 \begin_inset space ~
39661 \end_inset
39662
39663 (ISO
39664 \begin_inset space ~
39665 \end_inset
39666
39667 8859-3) (latin 3) covers Esperanto, Galician, Maltese, and Turkish
39668 \end_layout
39669
39670 \begin_layout Description
39671 South-Eastern
39672 \begin_inset space ~
39673 \end_inset
39674
39675 European
39676 \begin_inset space ~
39677 \end_inset
39678
39679 (ISO
39680 \begin_inset space ~
39681 \end_inset
39682
39683 8859-16) (latin 10) covers Albanian, Croatian, Finnish, French, German,
39684  Hungarian, Irish Gaelic, Italian, Polish, Romanian, Slovenian, is designed
39685  to cover many languages and characters with diacritics
39686 \end_layout
39687
39688 \begin_layout Description
39689 Thai
39690 \begin_inset space ~
39691 \end_inset
39692
39693 (TIS
39694 \begin_inset space ~
39695 \end_inset
39696
39697 620-0) for Thai
39698 \end_layout
39699
39700 \begin_layout Description
39701 Turkish
39702 \begin_inset space ~
39703 \end_inset
39704
39705 (ISO
39706 \begin_inset space ~
39707 \end_inset
39708
39709 8859-9) (latin 5) for Turkish, is like the ISO-8859-1 encoding where the
39710  Icelandic letters are replaced by Turkish ones
39711 \end_layout
39712
39713 \begin_layout Description
39714 Unicode
39715 \begin_inset space ~
39716 \end_inset
39717
39718 (CJK)
39719 \begin_inset space ~
39720 \end_inset
39721
39722 (utf8) Unicode utf8 with the LaTeX-package 
39723 \series bold
39724 CJK
39725 \series default
39726
39727 \begin_inset Index idx
39728 status collapsed
39729
39730 \begin_layout Plain Layout
39731 LaTeX-packages ! CJK
39732 \end_layout
39733
39734 \end_inset
39735
39736  (for the languages Chinese, Japanese and Korean)
39737 \end_layout
39738
39739 \begin_layout Description
39740 Unicode
39741 \begin_inset space ~
39742 \end_inset
39743
39744 (XeTeX)
39745 \begin_inset space ~
39746 \end_inset
39747
39748 (utf8) Unicode utf8 to be used with 
39749 \family sans
39750 XeTeX
39751 \family default
39752 , which uses Unicode directly, without the help of the LaTeX-package 
39753 \series bold
39754 inputenc
39755 \series default
39756  
39757 \begin_inset Foot
39758 status collapsed
39759
39760 \begin_layout Plain Layout
39761 More about using LyX with XeTeX can be found in 
39762 \begin_inset CommandInset citation
39763 LatexCommand cite
39764 key "XeTeX"
39765
39766 \end_inset
39767
39768 .
39769 \end_layout
39770
39771 \end_inset
39772
39773
39774 \end_layout
39775
39776 \begin_layout Description
39777 Unicode
39778 \begin_inset space ~
39779 \end_inset
39780
39781 (ucs-extended)
39782 \begin_inset space ~
39783 \end_inset
39784
39785 (utf8x) Unicode utf8 based on the LaTeX package 
39786 \series bold
39787 ucs
39788 \series default
39789
39790 \begin_inset Index idx
39791 status collapsed
39792
39793 \begin_layout Plain Layout
39794 LaTeX-packages ! ucs
39795 \end_layout
39796
39797 \end_inset
39798
39799  (comprehensive, including Latin, Greek, Cyrillic and CJK scripts).
39800 \end_layout
39801
39802 \begin_layout Description
39803 Unicode
39804 \begin_inset space ~
39805 \end_inset
39806
39807 (utf8) Unicode utf8 based on the LaTeX-package 
39808 \series bold
39809 inputenc
39810 \series default
39811
39812 \begin_inset Index idx
39813 status collapsed
39814
39815 \begin_layout Plain Layout
39816 LaTeX-packages ! inputenc
39817 \end_layout
39818
39819 \end_inset
39820
39821 .
39822  Currently only a limited range of characters (mainly for Latin scripts)
39823  is supported.
39824 \end_layout
39825
39826 \begin_layout Description
39827 Western
39828 \begin_inset space ~
39829 \end_inset
39830
39831 European
39832 \begin_inset space ~
39833 \end_inset
39834
39835 (CP
39836 \begin_inset space ~
39837 \end_inset
39838
39839 1252) MS Windows code page for ISO
39840 \begin_inset space ~
39841 \end_inset
39842
39843 8859-1 (latin1)
39844 \end_layout
39845
39846 \begin_layout Description
39847 Western
39848 \begin_inset space ~
39849 \end_inset
39850
39851 European
39852 \begin_inset space ~
39853 \end_inset
39854
39855 (ISO
39856 \begin_inset space ~
39857 \end_inset
39858
39859 8859-1) (latin 1) covers the languages Albanian, Catalan, Danish, Dutch,
39860  English, Faroese, Finnish, French, Galician, German, Icelandic, Irish,
39861  Italian, Norwegian, Portuguese, Spanish, and Swedish; better use the ISO-8859-1
39862 5 encoding instead
39863 \end_layout
39864
39865 \begin_layout Description
39866 Western
39867 \begin_inset space ~
39868 \end_inset
39869
39870 European
39871 \begin_inset space ~
39872 \end_inset
39873
39874 (ISO
39875 \begin_inset space ~
39876 \end_inset
39877
39878 8859-15) (latin 9) like the ISO-8859-1 encoding, but with the Euro currency
39879  sign, the œ-ligature and some characters used for French and Finnish
39880 \end_layout
39881
39882 \begin_layout Section
39883 Numbering & TOC
39884 \end_layout
39885
39886 \begin_layout Standard
39887 You can adjust here the numbering depth of section headings and the section
39888  depth in the table of contents as described in section
39889 \begin_inset space ~
39890 \end_inset
39891
39892
39893 \begin_inset CommandInset ref
39894 LatexCommand ref
39895 reference "sub:Numbering-depth"
39896
39897 \end_inset
39898
39899 .
39900 \end_layout
39901
39902 \begin_layout Section
39903 Bibliography
39904 \end_layout
39905
39906 \begin_layout Standard
39907 You can specify here a citation style using the LaTeX-packages 
39908 \series bold
39909 natbib
39910 \series default
39911
39912 \begin_inset Index idx
39913 status collapsed
39914
39915 \begin_layout Plain Layout
39916 LaTeX-packages ! natbib
39917 \end_layout
39918
39919 \end_inset
39920
39921  or 
39922 \series bold
39923 jurabib
39924 \series default
39925
39926 \begin_inset Index idx
39927 status collapsed
39928
39929 \begin_layout Plain Layout
39930 LaTeX-packages ! jurabib
39931 \end_layout
39932
39933 \end_inset
39934
39935 .
39936  For a further description see section
39937 \begin_inset space ~
39938 \end_inset
39939
39940
39941 \begin_inset CommandInset ref
39942 LatexCommand ref
39943 reference "sec:Bibliography"
39944
39945 \end_inset
39946
39947 .
39948 \end_layout
39949
39950 \begin_layout Section
39951 PDF Properties
39952 \end_layout
39953
39954 \begin_layout Standard
39955 The PDF properties are explained in section
39956 \begin_inset space ~
39957 \end_inset
39958
39959
39960 \begin_inset CommandInset ref
39961 LatexCommand ref
39962 reference "sec:PDF-Properties"
39963
39964 \end_inset
39965
39966 .
39967 \end_layout
39968
39969 \begin_layout Section
39970 Math Options
39971 \end_layout
39972
39973 \begin_layout Standard
39974 These options will force LyX to use the LaTeX-packages 
39975 \series bold
39976 amsmath
39977 \series default
39978
39979 \begin_inset Index idx
39980 status collapsed
39981
39982 \begin_layout Plain Layout
39983 LaTeX-packages ! amsmath
39984 \end_layout
39985
39986 \end_inset
39987
39988  and 
39989 \series bold
39990 esint
39991 \series default
39992
39993 \begin_inset Index idx
39994 status collapsed
39995
39996 \begin_layout Plain Layout
39997 LaTeX-packages ! esint
39998 \end_layout
39999
40000 \end_inset
40001
40002  or to use them automatically when they are needed.
40003 \end_layout
40004
40005 \begin_layout Standard
40006
40007 \series bold
40008 amsmath
40009 \series default
40010  is needed for many constructs, so when you get LaTeX-errors in formulas,
40011  ensure that you have enabled AMS.
40012 \end_layout
40013
40014 \begin_layout Standard
40015
40016 \series bold
40017 esint
40018 \series default
40019  is used for special integral characters.
40020 \end_layout
40021
40022 \begin_layout Section
40023 Float Placement
40024 \end_layout
40025
40026 \begin_layout Standard
40027 The float placement options are described in section
40028 \begin_inset space ~
40029 \end_inset
40030
40031
40032 \begin_inset CommandInset ref
40033 LatexCommand ref
40034 reference "sub:Float-Placement"
40035
40036 \end_inset
40037
40038 .
40039 \end_layout
40040
40041 \begin_layout Section
40042 Bullets
40043 \end_layout
40044
40045 \begin_layout Standard
40046 Here you can adjust the characters for the itemize levels.
40047  The itemize environment is described in section
40048 \begin_inset space ~
40049 \end_inset
40050
40051
40052 \begin_inset CommandInset ref
40053 LatexCommand ref
40054 reference "sec:Itemize"
40055
40056 \end_inset
40057
40058 .
40059 \end_layout
40060
40061 \begin_layout Section
40062 Branches
40063 \end_layout
40064
40065 \begin_layout Standard
40066 Branches are described in section
40067 \begin_inset space ~
40068 \end_inset
40069
40070
40071 \begin_inset CommandInset ref
40072 LatexCommand ref
40073 reference "sec:Branches"
40074
40075 \end_inset
40076
40077 .
40078 \end_layout
40079
40080 \begin_layout Section
40081 LaT
40082 \begin_inset ERT
40083 status collapsed
40084
40085 \begin_layout Plain Layout
40086
40087 {}
40088 \end_layout
40089
40090 \end_inset
40091
40092 eX Preamble
40093 \end_layout
40094
40095 \begin_layout Standard
40096 In this text field are entered commands to load special LaTeX-packages or
40097  to define LaTeX-commands.
40098  The preamble is a thing for LaTeX-experts.
40099  You should not enter commands here until you exactly know what you are
40100  doing.
40101 \end_layout
40102
40103 \begin_layout Standard
40104 An introduction to the LaTeX-syntax is given in section
40105 \begin_inset space ~
40106 \end_inset
40107
40108
40109 \begin_inset CommandInset ref
40110 LatexCommand ref
40111 reference "sub:LaTeX-Syntax"
40112
40113 \end_inset
40114
40115 .
40116 \end_layout
40117
40118 \begin_layout Chapter
40119 The 
40120 \family sans
40121 Preferences
40122 \family default
40123  Dialog
40124 \begin_inset CommandInset label
40125 LatexCommand label
40126 name "cha:The-Preferences-dialog"
40127
40128 \end_inset
40129
40130
40131 \begin_inset Index idx
40132 status collapsed
40133
40134 \begin_layout Plain Layout
40135 Preferences
40136 \end_layout
40137
40138 \end_inset
40139
40140
40141 \end_layout
40142
40143 \begin_layout Standard
40144 The preferences dialog is called with the menu 
40145 \family sans
40146 Tools\SpecialChar \menuseparator
40147 Preferences
40148 \family default
40149 .
40150  It has the following submenus.
40151 \end_layout
40152
40153 \begin_layout Section
40154 Look and Feel
40155 \end_layout
40156
40157 \begin_layout Subsection
40158 User Interface
40159 \end_layout
40160
40161 \begin_layout Subsubsection
40162 User Interface File
40163 \begin_inset Index idx
40164 status collapsed
40165
40166 \begin_layout Plain Layout
40167 Customization ! of toolbars
40168 \end_layout
40169
40170 \end_inset
40171
40172
40173 \begin_inset Index idx
40174 status collapsed
40175
40176 \begin_layout Plain Layout
40177 Customization ! of menus
40178 \end_layout
40179
40180 \end_inset
40181
40182
40183 \end_layout
40184
40185 \begin_layout Standard
40186 \begin_inset Note Greyedout
40187 status open
40188
40189 \begin_layout Plain Layout
40190
40191 \series bold
40192 Note:
40193 \series default
40194  You have to restart LyX before the change of the user interface file take
40195  effect.
40196 \end_layout
40197
40198 \end_inset
40199
40200
40201 \end_layout
40202
40203 \begin_layout Standard
40204 The appearance of the menus and toolbars can be changed by choosing a user
40205  interface (ui) file.
40206  An ui-file is a text file where the toolbars and menus are listed.
40207  The toolbar buttons and menu entries are specified in the files 
40208 \shape italic
40209 stdtoolbars.inc
40210 \shape default
40211  and 
40212 \shape italic
40213 stdmenus.inc
40214 \shape default
40215 , respectively.
40216  Both files are loaded by the 
40217 \emph on
40218 default.ui
40219 \emph default
40220  file.
40221  To create your own menu and toolbar layout, start with a copy of these
40222  files and edit the entries.
40223 \end_layout
40224
40225 \begin_layout Standard
40226 The syntax of the .inc-files is straightforward: The 
40227 \family sans
40228 Menubar
40229 \family default
40230
40231 \family sans
40232 Menu
40233 \family default
40234  and 
40235 \family sans
40236 Toolbar
40237 \family default
40238  entries must be ended with an explicit 
40239 \family sans
40240 End
40241 \family default
40242 .
40243  They may contain 
40244 \family sans
40245 Submenus
40246 \family default
40247
40248 \family sans
40249 Items
40250 \family default
40251
40252 \family sans
40253 OptItems
40254 \family default
40255
40256 \family sans
40257 Separators
40258 \family default
40259
40260 \family sans
40261 Icons,
40262 \family default
40263  and in the case of the 
40264 \begin_inset Quotes eld
40265 \end_inset
40266
40267 file
40268 \begin_inset Quotes erd
40269 \end_inset
40270
40271  menus a 
40272 \family sans
40273 Lastfiles
40274 \family default
40275  entry.
40276  The syntax for the entries is:
40277 \end_layout
40278
40279 \begin_layout Standard
40280 \begin_inset VSpace smallskip*
40281 \end_inset
40282
40283
40284 \series bold
40285 Item 
40286 \begin_inset Quotes eld
40287 \end_inset
40288
40289 menu 
40290 \series default
40291 or
40292 \series bold
40293  button name
40294 \begin_inset Quotes erd
40295 \end_inset
40296
40297  
40298 \begin_inset Quotes eld
40299 \end_inset
40300
40301 LyX-function
40302 \begin_inset Quotes erd
40303 \end_inset
40304
40305
40306 \end_layout
40307
40308 \begin_layout Standard
40309 \noindent
40310 \begin_inset VSpace smallskip*
40311 \end_inset
40312
40313 All LyX-functions are listed in 
40314 \begin_inset CommandInset citation
40315 LatexCommand cite
40316 key "LyX-func"
40317
40318 \end_inset
40319
40320 .
40321 \end_layout
40322
40323 \begin_layout Standard
40324 \begin_inset VSpace medskip
40325 \end_inset
40326
40327
40328 \end_layout
40329
40330 \begin_layout Standard
40331 An example: Assuming you use the menu 
40332 \family sans
40333 Navigate\SpecialChar \menuseparator
40334 Bookmarks
40335 \family default
40336  quite often and therefore want six available bookmarks, you can add the
40337  line
40338 \end_layout
40339
40340 \begin_layout Standard
40341 \begin_inset VSpace smallskip*
40342 \end_inset
40343
40344
40345 \series bold
40346 Item 
40347 \begin_inset Quotes eld
40348 \end_inset
40349
40350 Save Bookmark 6
40351 \begin_inset Quotes erd
40352 \end_inset
40353
40354  
40355 \begin_inset Quotes eld
40356 \end_inset
40357
40358 bookmark-save 6
40359 \begin_inset Quotes erd
40360 \end_inset
40361
40362
40363 \end_layout
40364
40365 \begin_layout Standard
40366 \noindent
40367 \begin_inset VSpace smallskip*
40368 \end_inset
40369
40370 to the navigate menu section in the .inc-file to have the sixth bookmark.
40371 \end_layout
40372
40373 \begin_layout Subsubsection
40374 Automatic help
40375 \end_layout
40376
40377 \begin_layout Standard
40378 The option 
40379 \family sans
40380 Enable tool tips in main work area
40381 \family default
40382  enables tool tips showing the content of closed insets like index entries
40383  or footnotes.
40384 \end_layout
40385
40386 \begin_layout Subsubsection
40387 Session
40388 \end_layout
40389
40390 \begin_layout Standard
40391 With the option 
40392 \family sans
40393 Allow saving
40394 \begin_inset space \thinspace{}
40395 \end_inset
40396
40397 /
40398 \begin_inset space \thinspace{}
40399 \end_inset
40400
40401 restoring of window layout and geometries
40402 \family default
40403  LyX's main window will be opened with the size and layout that was used
40404  in the last LyX session.
40405 \end_layout
40406
40407 \begin_layout Standard
40408 The option 
40409 \family sans
40410 Restore cursor positions
40411 \family default
40412  sets the cursor to the position in the file where it has been the last
40413  time.
40414 \end_layout
40415
40416 \begin_layout Standard
40417 The option 
40418 \family sans
40419 Load opened files from last session
40420 \family default
40421  opens all files that were opened in the last LyX session.
40422 \end_layout
40423
40424 \begin_layout Subsubsection
40425 Documents
40426 \begin_inset CommandInset label
40427 LatexCommand label
40428 name "sub:Backup documents"
40429
40430 \end_inset
40431
40432
40433 \begin_inset Index idx
40434 status collapsed
40435
40436 \begin_layout Plain Layout
40437 Backup ! Documents
40438 \end_layout
40439
40440 \end_inset
40441
40442
40443 \end_layout
40444
40445 \begin_layout Standard
40446 When the option 
40447 \family sans
40448 Backup documents
40449 \family default
40450  is set, you can specify the time between backup saves.
40451 \end_layout
40452
40453 \begin_layout Standard
40454
40455 \family sans
40456 Maximum last files
40457 \family default
40458  is the number of last opened files that LyX should display in the menu
40459  
40460 \family sans
40461 File\SpecialChar \menuseparator
40462 Open
40463 \begin_inset space ~
40464 \end_inset
40465
40466 Recent
40467 \family default
40468 .
40469 \end_layout
40470
40471 \begin_layout Standard
40472 When the option 
40473 \family sans
40474 Open documents in tabs
40475 \family default
40476  is not used, then every file will be opened in its own new instance of
40477  LyX.
40478 \end_layout
40479
40480 \begin_layout Subsection
40481 Screen Fonts
40482 \begin_inset Index idx
40483 status collapsed
40484
40485 \begin_layout Plain Layout
40486 Font ! Screen
40487 \end_layout
40488
40489 \end_inset
40490
40491
40492 \begin_inset CommandInset label
40493 LatexCommand label
40494 name "sub:Screen-Fonts"
40495
40496 \end_inset
40497
40498
40499 \end_layout
40500
40501 \begin_layout Standard
40502 These fonts are used to display your documents on the screen.
40503 \end_layout
40504
40505 \begin_layout Standard
40506 \begin_inset Note Greyedout
40507 status open
40508
40509 \begin_layout Plain Layout
40510
40511 \series bold
40512 Note:
40513 \series default
40514  This section only deals with the fonts 
40515 \emph on
40516 inside
40517 \emph default
40518  the LyX window.
40519  The fonts that appear on the output are independent from these fonts, and
40520  set in the menu 
40521 \family sans
40522 Document\SpecialChar \menuseparator
40523 Settings\SpecialChar \menuseparator
40524 Fonts
40525 \family default
40526 .
40527 \end_layout
40528
40529 \end_inset
40530
40531
40532 \end_layout
40533
40534 \begin_layout Standard
40535 By default, LyX uses 
40536 \family typewriter
40537 Times
40538 \family default
40539  as roman (serif) font, 
40540 \family typewriter
40541 Arial
40542 \family default
40543  or 
40544 \family typewriter
40545 Helvetica
40546 \family default
40547  (depends on the system) as 
40548 \family sans
40549 sans
40550 \begin_inset space ~
40551 \end_inset
40552
40553 serif
40554 \family default
40555  font, and 
40556 \family typewriter
40557 Courier
40558 \family default
40559  as 
40560 \family typewriter
40561 typewriter
40562 \family default
40563  font.
40564 \end_layout
40565
40566 \begin_layout Standard
40567 You can change the font size with the 
40568 \family sans
40569 Zoom
40570 \family default
40571  setting.
40572  You can also change the font zoom outside the preferences dialog for the
40573  current LyX session by pressing Ctrl and scrolling the mouse wheel.
40574 \end_layout
40575
40576 \begin_layout Standard
40577
40578 \family sans
40579 Screen DPI
40580 \family default
40581  is the screen resolution in dpi (dots per inch).
40582  The Font Sizes are calculated as letter height in units of points.
40583  72
40584 \begin_inset space \thinspace{}
40585 \end_inset
40586
40587 points have the size of 1
40588 \begin_inset space \thinspace{}
40589 \end_inset
40590
40591 inch, see Appendix
40592 \begin_inset space ~
40593 \end_inset
40594
40595
40596 \begin_inset CommandInset ref
40597 LatexCommand ref
40598 reference "cha:Units-available-in"
40599
40600 \end_inset
40601
40602 .
40603 \end_layout
40604
40605 \begin_layout Standard
40606 The default 
40607 \family sans
40608 Font Sizes
40609 \family default
40610  are the same as if a document font size of 10
40611 \begin_inset space \thinspace{}
40612 \end_inset
40613
40614 pt would be used.
40615  The sizes are explained in detail in section
40616 \begin_inset space ~
40617 \end_inset
40618
40619
40620 \begin_inset CommandInset ref
40621 LatexCommand ref
40622 reference "sub:Document-Font"
40623
40624 \end_inset
40625
40626 .
40627 \end_layout
40628
40629 \begin_layout Standard
40630 With the option 
40631 \family sans
40632 Use Pixmap Cache to speed up font rendering
40633 \family default
40634  enabled, LyX needs to redraw the screen less often.
40635  This results in better performance, especially on slow systems.
40636  On the other hand, the characters might look more fuzzy on screen.
40637  So whether you enable this or not depends on whether you prefer speed over
40638  aesthetics.
40639  Note that the Pixmap Cache is only available and useful under Mac
40640 \begin_inset space ~
40641 \end_inset
40642
40643 OS and Windows.
40644 \end_layout
40645
40646 \begin_layout Subsection
40647 Colors
40648 \begin_inset Index idx
40649 status collapsed
40650
40651 \begin_layout Plain Layout
40652 Color ! LyX screen
40653 \end_layout
40654
40655 \end_inset
40656
40657
40658 \begin_inset Index idx
40659 status collapsed
40660
40661 \begin_layout Plain Layout
40662 Settings ! Color
40663 \end_layout
40664
40665 \end_inset
40666
40667
40668 \end_layout
40669
40670 \begin_layout Standard
40671 You can here change all the colors used by LyX.
40672  Choose an item in the list and use the 
40673 \family sans
40674 Alter
40675 \family default
40676  button.
40677 \end_layout
40678
40679 \begin_layout Subsection
40680 Graphics
40681 \begin_inset Index idx
40682 status collapsed
40683
40684 \begin_layout Plain Layout
40685 Settings ! Graphics
40686 \end_layout
40687
40688 \end_inset
40689
40690
40691 \end_layout
40692
40693 \begin_layout Standard
40694 Here you can specify how graphics inside LyX are displayed.
40695 \end_layout
40696
40697 \begin_layout Standard
40698
40699 \family sans
40700 Instant Preview
40701 \family default
40702  enables previewing snippets of your document.
40703  This feature is described in section
40704 \begin_inset space ~
40705 \end_inset
40706
40707
40708 \begin_inset CommandInset ref
40709 LatexCommand ref
40710 reference "sec:Previewing-snippets-of"
40711
40712 \end_inset
40713
40714 .
40715 \end_layout
40716
40717 \begin_layout Section
40718 Editing
40719 \begin_inset Index idx
40720 status collapsed
40721
40722 \begin_layout Plain Layout
40723 Settings ! Editing
40724 \end_layout
40725
40726 \end_inset
40727
40728
40729 \end_layout
40730
40731 \begin_layout Subsection
40732 Control
40733 \end_layout
40734
40735 \begin_layout Subsubsection
40736 Editing
40737 \end_layout
40738
40739 \begin_layout Standard
40740 The option 
40741 \family sans
40742 Cursor follows scrollbar
40743 \family default
40744  sets the cursor to the top of the currently displayed document part when
40745  scrolling.
40746 \end_layout
40747
40748 \begin_layout Standard
40749 The option 
40750 \family sans
40751 Sort environments alphabetically
40752 \family default
40753  sorts the entries in the pull-down box for the paragraph environments.
40754 \end_layout
40755
40756 \begin_layout Standard
40757 The option 
40758 \family sans
40759 Group environments by their category
40760 \family default
40761  groups the entries in the pull-down box for the paragraph environments.
40762 \end_layout
40763
40764 \begin_layout Standard
40765 The math macro editing option determines the editing style, see the section
40766  
40767 \emph on
40768 Math Macros
40769 \emph default
40770  of the 
40771 \emph on
40772 Math
40773 \emph default
40774  manual.
40775 \end_layout
40776
40777 \begin_layout Subsubsection
40778 Fullscreen
40779 \end_layout
40780
40781 \begin_layout Standard
40782 Here you can specify what is hidden in the fullscreen mode.
40783  The option 
40784 \family sans
40785 Limit text width
40786 \family default
40787  specifies the width of the text in fullscreen mode.
40788  This way you can display the text smaller than the screen, the text appears
40789  then centered.
40790 \end_layout
40791
40792 \begin_layout Subsection
40793 Shortcuts
40794 \begin_inset Index idx
40795 status collapsed
40796
40797 \begin_layout Plain Layout
40798 Key Bindings
40799 \end_layout
40800
40801 \end_inset
40802
40803
40804 \begin_inset Index idx
40805 status collapsed
40806
40807 \begin_layout Plain Layout
40808 Settings ! Shortcuts
40809 \end_layout
40810
40811 \end_inset
40812
40813
40814 \end_layout
40815
40816 \begin_layout Subsubsection
40817 Bind File
40818 \end_layout
40819
40820 \begin_layout Standard
40821 Bindings are used to bind a LyX-function to a key.
40822  Several binding files are available:
40823 \end_layout
40824
40825 \begin_layout Description
40826 cua.bind typical set of PC keyboard shortcuts
40827 \end_layout
40828
40829 \begin_layout Description
40830 (x)emacs.bind set of bindings like they are used in the editor programs 
40831 \family sans
40832 Emacs
40833 \family default
40834  (
40835 \family sans
40836 XEmacs
40837 \family default
40838 )
40839 \end_layout
40840
40841 \begin_layout Description
40842 mac.bind set of bindings for 
40843 \family sans
40844 Mac
40845 \begin_inset space \thinspace{}
40846 \end_inset
40847
40848 OS
40849 \family default
40850  systems.
40851 \end_layout
40852
40853 \begin_layout Standard
40854 There are also bind-files designed for special document classes, like 
40855 \shape italic
40856 broadway.bind
40857 \shape default
40858 , and bind files for special languages.
40859  The name of language bind-files begin with a language code, e.
40860 \begin_inset space \thinspace{}
40861 \end_inset
40862
40863 g.
40864 \begin_inset space \space{}
40865 \end_inset
40866
40867
40868 \begin_inset Quotes eld
40869 \end_inset
40870
40871 pt
40872 \begin_inset Quotes erd
40873 \end_inset
40874
40875  for Portuguese.
40876  If you use LyX in a certain language, LyX will try to use the appropriate
40877  bind-file.
40878 \end_layout
40879
40880 \begin_layout Standard
40881 Some bind-files, like 
40882 \emph on
40883 math.bind
40884 \emph default
40885 , have only a small scope.
40886  When looking at the the end of the file 
40887 \shape italic
40888 cua.bind
40889 \shape default
40890 , you can see that they are included to keep the overview in the bind-file.
40891 \end_layout
40892
40893 \begin_layout Subsubsection
40894 Editing Shortcuts
40895 \begin_inset CommandInset label
40896 LatexCommand label
40897 name "sub:Editing-Shortcuts"
40898
40899 \end_inset
40900
40901
40902 \begin_inset Index idx
40903 status collapsed
40904
40905 \begin_layout Plain Layout
40906 Key Bindings ! Editing
40907 \end_layout
40908
40909 \end_inset
40910
40911
40912 \end_layout
40913
40914 \begin_layout Standard
40915 To add new or modify existing keybindings to your own taste you can use
40916  the table in the dialog that lists all LyX-functions and the bound shortcuts.
40917  To find functions easily, they are grouped by categories and the dialog
40918  provides the field 
40919 \family sans
40920 Show key-bindings containing
40921 \family default
40922 .
40923  In this field you can insert a keyword for a function you want to edit.
40924  Insert there for example as keyword 
40925 \begin_inset Quotes eld
40926 \end_inset
40927
40928 paste
40929 \begin_inset Quotes erd
40930 \end_inset
40931
40932  and you get the 4 different existing shortcuts for the 3 different functions
40933  that contain 
40934 \begin_inset Quotes eld
40935 \end_inset
40936
40937 paste
40938 \begin_inset Quotes erd
40939 \end_inset
40940
40941  in their name.
40942  As you can see, one function can have more than one shortcut.
40943  All LyX-functions are also listed in the file 
40944 \emph on
40945 LyX Functions
40946 \emph default
40947  that you will find in the 
40948 \family sans
40949 Help
40950 \family default
40951  menu.
40952 \end_layout
40953
40954 \begin_layout Standard
40955 To add e.
40956 \begin_inset space \thinspace{}
40957 \end_inset
40958
40959 g.
40960 \begin_inset space \space{}
40961 \end_inset
40962
40963 the shortcut 
40964 \family sans
40965 Alt+Q
40966 \family default
40967  for the function 
40968 \family sans
40969 textstyle-apply
40970 \family default
40971 , select the function and press the 
40972 \family sans
40973 Modify
40974 \family default
40975  button.
40976  A dialog pops up where you can add the shortcut by using it.
40977  So press Alt+Q to define the shortcut.
40978  Modifying an existing shortcut is done the same way.
40979  You can also bind multiple functions to one shortcut by modifying an existing
40980  binding and adding the different function names as a semicolon separated
40981  list.
40982  LyX will then use the first function that is enabled in the current document
40983  part.
40984  The binding for the function 
40985 \family sans
40986 command-alter
40987 \family default
40988  is an example of this.
40989 \end_layout
40990
40991 \begin_layout Standard
40992 Alternatively you can also edit shortcuts by modifying bind-files with a
40993  text editor.
40994  The syntax of the entries is:
40995 \end_layout
40996
40997 \begin_layout Standard
40998
40999 \series bold
41000
41001 \backslash
41002 bind 
41003 \begin_inset Quotes eld
41004 \end_inset
41005
41006 key combination
41007 \begin_inset Quotes erd
41008 \end_inset
41009
41010  
41011 \begin_inset Quotes eld
41012 \end_inset
41013
41014 LyX-function
41015 \begin_inset Quotes erd
41016 \end_inset
41017
41018
41019 \end_layout
41020
41021 \begin_layout Subsection
41022 Keyboard
41023 \begin_inset space \thinspace{}
41024 \end_inset
41025
41026 /
41027 \begin_inset space \thinspace{}
41028 \end_inset
41029
41030 Mouse
41031 \begin_inset CommandInset label
41032 LatexCommand label
41033 name "sub:Keyboard-Map"
41034
41035 \end_inset
41036
41037
41038 \begin_inset Index idx
41039 status collapsed
41040
41041 \begin_layout Plain Layout
41042 Keyboard Map
41043 \end_layout
41044
41045 \end_inset
41046
41047
41048 \begin_inset Index idx
41049 status collapsed
41050
41051 \begin_layout Plain Layout
41052 Settings ! Keyboard Map
41053 \end_layout
41054
41055 \end_inset
41056
41057
41058 \end_layout
41059
41060 \begin_layout Standard
41061 Normally keyboard settings have to be done in a menu of your operating system.
41062  For the case that this is not possible, LyX provides keyboard maps.
41063  If you have e.
41064 \begin_inset space \thinspace{}
41065 \end_inset
41066
41067 g.
41068 \begin_inset space \space{}
41069 \end_inset
41070
41071 a Czech keyboard but want to write with it like with a Romanian one, you
41072  can use the keyboard map file named 
41073 \emph on
41074 romanian.kmap
41075 \emph default
41076 .
41077 \end_layout
41078
41079 \begin_layout Standard
41080 \begin_inset Note Greyedout
41081 status open
41082
41083 \begin_layout Plain Layout
41084
41085 \series bold
41086 Note:
41087 \series default
41088  Keyboard maps are only provided as makeshift and don't work on all systems.
41089 \end_layout
41090
41091 \end_inset
41092
41093
41094 \end_layout
41095
41096 \begin_layout Standard
41097 Besides this, you can specify here the 
41098 \family sans
41099 Wheel scrolling speed
41100 \family default
41101 .
41102  The standard value is 1.0, higher values speed up the scrolling, lower ones
41103  slow it down.
41104 \end_layout
41105
41106 \begin_layout Subsection
41107 Input Completion
41108 \begin_inset CommandInset label
41109 LatexCommand label
41110 name "sub:Input-Completion-Appendix"
41111
41112 \end_inset
41113
41114
41115 \begin_inset Index idx
41116 status collapsed
41117
41118 \begin_layout Plain Layout
41119 Input completion
41120 \end_layout
41121
41122 \end_inset
41123
41124
41125 \end_layout
41126
41127 \begin_layout Standard
41128 Input completion is described in sec.
41129 \begin_inset space \thinspace{}
41130 \end_inset
41131
41132
41133 \begin_inset CommandInset ref
41134 LatexCommand ref
41135 reference "sec:Input-Completion"
41136
41137 \end_inset
41138
41139 .
41140  The completion options for math do the same as the corresponding options
41141  for text.
41142  With the general options you can define the delay time for the inline and
41143  popup completion and choose if long completions should be abbreviated or
41144  not.
41145 \end_layout
41146
41147 \begin_layout Section
41148 Paths
41149 \begin_inset Index idx
41150 status collapsed
41151
41152 \begin_layout Plain Layout
41153 Paths
41154 \end_layout
41155
41156 \end_inset
41157
41158
41159 \begin_inset Index idx
41160 status collapsed
41161
41162 \begin_layout Plain Layout
41163 Settings ! Paths
41164 \end_layout
41165
41166 \end_inset
41167
41168
41169 \end_layout
41170
41171 \begin_layout Description
41172 Working
41173 \begin_inset space ~
41174 \end_inset
41175
41176 directory This is LyX's working directory.
41177  It is the default when you 
41178 \family sans
41179 Open
41180 \family default
41181
41182 \family sans
41183 Save
41184 \family default
41185  or 
41186 \family sans
41187 Save
41188 \begin_inset space ~
41189 \end_inset
41190
41191 as
41192 \family default
41193  files.
41194 \end_layout
41195
41196 \begin_layout Description
41197 Document
41198 \begin_inset space ~
41199 \end_inset
41200
41201 templates This directory will be opened when you use the menu 
41202 \family sans
41203 File\SpecialChar \menuseparator
41204 New
41205 \begin_inset space ~
41206 \end_inset
41207
41208 from
41209 \begin_inset space ~
41210 \end_inset
41211
41212 Template
41213 \family default
41214 .
41215 \end_layout
41216
41217 \begin_layout Description
41218 Example
41219 \begin_inset space ~
41220 \end_inset
41221
41222 files This directory will be opened when you use the button 
41223 \family sans
41224 Examples
41225 \family default
41226  in the 
41227 \family sans
41228 File\SpecialChar \menuseparator
41229 Open
41230 \family default
41231  dialog.
41232 \begin_inset Newline newline
41233 \end_inset
41234
41235
41236 \begin_inset Note Greyedout
41237 status open
41238
41239 \begin_layout Plain Layout
41240
41241 \series bold
41242 Note:
41243 \series default
41244  The 
41245 \family sans
41246 Examples
41247 \family default
41248  button does not exist when using LyX on MacOS and Windows systems.
41249 \end_layout
41250
41251 \end_inset
41252
41253
41254 \end_layout
41255
41256 \begin_layout Description
41257 Backup
41258 \begin_inset space ~
41259 \end_inset
41260
41261 directory
41262 \begin_inset Index idx
41263 status collapsed
41264
41265 \begin_layout Plain Layout
41266 Backup ! Directory
41267 \end_layout
41268
41269 \end_inset
41270
41271  Backup copies will be saved to this directory.
41272  When no directory is given but backups are enabled as described in section
41273 \begin_inset space ~
41274 \end_inset
41275
41276
41277 \begin_inset CommandInset ref
41278 LatexCommand ref
41279 reference "sub:Backup documents"
41280
41281 \end_inset
41282
41283 , the 
41284 \family sans
41285 Working directory
41286 \family default
41287  will be used to save the backups.
41288 \begin_inset Newline newline
41289 \end_inset
41290
41291 The backup files have the ending 
41292 \begin_inset Quotes eld
41293 \end_inset
41294
41295 .lyx~
41296 \begin_inset Quotes erd
41297 \end_inset
41298
41299 .
41300 \end_layout
41301
41302 \begin_layout Description
41303 Ly
41304 \begin_inset ERT
41305 status collapsed
41306
41307 \begin_layout Plain Layout
41308
41309 {}
41310 \end_layout
41311
41312 \end_inset
41313
41314 XServer-Pipe Here you can enter the name of a Unix-pipe.
41315  This pipe is used to send data from external programs to LyX.
41316 \begin_inset Newline newline
41317 \end_inset
41318
41319
41320 \begin_inset Note Greyedout
41321 status open
41322
41323 \begin_layout Plain Layout
41324
41325 \series bold
41326 Note:
41327 \series default
41328  This feature doesn't work on Windows systems.
41329 \end_layout
41330
41331 \end_inset
41332
41333
41334 \end_layout
41335
41336 \begin_layout Description
41337 Temporary
41338 \begin_inset space ~
41339 \end_inset
41340
41341 directory Temporary files will be saved in this directory.
41342 \end_layout
41343
41344 \begin_layout Description
41345 PATH
41346 \begin_inset space ~
41347 \end_inset
41348
41349 prefix This field contains a list of paths to external programs.
41350  When LyX needs to use an external program, it looks in this list where
41351  to find it on the system.
41352  The path list is automatically set up on Windows and Mac systems when LyX
41353  is configured, so that you normally don't have to modify it.
41354  On Unix
41355 \begin_inset space \thinspace{}
41356 \end_inset
41357
41358 /
41359 \begin_inset space \thinspace{}
41360 \end_inset
41361
41362 Linux systems, the path list will need to be set only if there are external
41363  programs you wish to use that are not in your normal system path ($PATH).
41364  
41365 \end_layout
41366
41367 \begin_layout Section
41368 Identity
41369 \end_layout
41370
41371 \begin_layout Standard
41372 Here you can insert your name and email address.
41373  The identity will be used when you have enabled change tracking as described
41374  in section
41375 \begin_inset space ~
41376 \end_inset
41377
41378
41379 \begin_inset CommandInset ref
41380 LatexCommand ref
41381 reference "sec:Change-Tracking"
41382
41383 \end_inset
41384
41385 , to mark changes you make as yours.
41386 \end_layout
41387
41388 \begin_layout Section
41389 Language Settings
41390 \begin_inset Index idx
41391 status collapsed
41392
41393 \begin_layout Plain Layout
41394 Language ! Settings
41395 \end_layout
41396
41397 \end_inset
41398
41399
41400 \begin_inset Index idx
41401 status collapsed
41402
41403 \begin_layout Plain Layout
41404 Settings ! Language
41405 \end_layout
41406
41407 \end_inset
41408
41409
41410 \end_layout
41411
41412 \begin_layout Subsection
41413 Language
41414 \end_layout
41415
41416 \begin_layout Description
41417 User
41418 \begin_inset space ~
41419 \end_inset
41420
41421 Interface
41422 \begin_inset space ~
41423 \end_inset
41424
41425 language Here you can select the language of LyX's menus.
41426  Unfortunately this doesn't work on Mac and Windows.
41427  It works on Linux for the languages into LyX's menus and dialogs are translated.
41428  You find the actual translation status here: 
41429 \begin_inset CommandInset href
41430 LatexCommand href
41431 name "http://www.lyx.org/I18n"
41432 target "http://www.lyx.org/I18n"
41433
41434 \end_inset
41435
41436
41437 \end_layout
41438
41439 \begin_layout Description
41440 Default
41441 \begin_inset space ~
41442 \end_inset
41443
41444 language is the language used in new documents
41445 \end_layout
41446
41447 \begin_layout Description
41448 Language
41449 \begin_inset space ~
41450 \end_inset
41451
41452 package is a LaTeX-command to load a LaTeX-package that handles language
41453  issues.
41454  The default is the LaTeX-command 
41455 \family sans
41456
41457 \backslash
41458 usepackage{babel}
41459 \family default
41460  that loads the package 
41461 \series bold
41462 babel
41463 \series default
41464 .
41465 \begin_inset Foot
41466 status collapsed
41467
41468 \begin_layout Plain Layout
41469 For an introduction to the LaTeX-Syntax, have a look at section
41470 \begin_inset space ~
41471 \end_inset
41472
41473
41474 \begin_inset CommandInset ref
41475 LatexCommand ref
41476 reference "sec:TeX-Code"
41477
41478 \end_inset
41479
41480 .
41481 \end_layout
41482
41483 \end_inset
41484
41485
41486 \begin_inset Newline newline
41487 \end_inset
41488
41489
41490 \series bold
41491 babel
41492 \series default
41493  automatically translates in the background the text labels of documents
41494  to the document language.
41495  A text label is, for instance, the word 
41496 \begin_inset Quotes eld
41497 \end_inset
41498
41499 Table
41500 \begin_inset Quotes erd
41501 \end_inset
41502
41503  at the beginning of every table caption.
41504 \end_layout
41505
41506 \begin_layout Description
41507 Command
41508 \begin_inset space ~
41509 \end_inset
41510
41511 start When a special LaTeX-package is needed to write in a certain document
41512  language, you can here specify the command to start the package.
41513  An example is the start command 
41514 \family sans
41515
41516 \backslash
41517 begin{arabtext}
41518 \family default
41519  that is needed to write Arabic using the package 
41520 \series bold
41521 ArabTeX
41522 \series default
41523 , see 
41524 \begin_inset CommandInset citation
41525 LatexCommand cite
41526 key "Arabic"
41527
41528 \end_inset
41529
41530 .
41531  The default is the 
41532 \series bold
41533 babel
41534 \series default
41535  command 
41536 \family sans
41537
41538 \backslash
41539 selectlanguage{$$lang}
41540 \family default
41541 .
41542 \end_layout
41543
41544 \begin_layout Description
41545 Command
41546 \begin_inset space ~
41547 \end_inset
41548
41549 end Counterpart to 
41550 \family sans
41551 Command start
41552 \family default
41553 .
41554  Some packages, like the default, don't have an end command since the start
41555  command toggles the package on and off.
41556 \end_layout
41557
41558 \begin_layout Description
41559 Use
41560 \begin_inset space ~
41561 \end_inset
41562
41563 babel Whether 
41564 \series bold
41565 babel
41566 \series default
41567  is used or not.
41568 \end_layout
41569
41570 \begin_layout Description
41571 Global When this option is set, the languages used in the document will
41572  be added as options to the document class options, so that they can be
41573  used by all LaTeX-packages.
41574  Otherwise they will only be used as options for the 
41575 \series bold
41576 babel
41577 \series default
41578  package.
41579 \end_layout
41580
41581 \begin_layout Description
41582 Auto
41583 \begin_inset space ~
41584 \end_inset
41585
41586 begin When this option is set, the documents starts with the chosen document
41587  language.
41588  When this option is not set, the 
41589 \family sans
41590 Command
41591 \begin_inset space ~
41592 \end_inset
41593
41594 start
41595 \family default
41596  is explicitly set to the beginning of the document in the LaTeX-output.
41597  This assures that the correct language is used when you use another 
41598 \family sans
41599 Command
41600 \begin_inset space ~
41601 \end_inset
41602
41603 start
41604 \family default
41605  than the default.
41606 \end_layout
41607
41608 \begin_layout Description
41609 Auto
41610 \begin_inset space ~
41611 \end_inset
41612
41613 end Counterpart to 
41614 \family sans
41615 Auto
41616 \begin_inset space ~
41617 \end_inset
41618
41619 begin
41620 \family default
41621 .
41622  When it is not set, the 
41623 \family sans
41624 Command
41625 \begin_inset space ~
41626 \end_inset
41627
41628 end
41629 \family default
41630  is set to the end of the document.
41631 \end_layout
41632
41633 \begin_layout Description
41634 Mark
41635 \begin_inset space ~
41636 \end_inset
41637
41638 foreign
41639 \begin_inset space ~
41640 \end_inset
41641
41642 languages Text marked formatted in a language different from the document
41643  language will be underlined blue.
41644 \end_layout
41645
41646 \begin_layout Description
41647 Enable
41648 \begin_inset space ~
41649 \end_inset
41650
41651 RTL
41652 \begin_inset space ~
41653 \end_inset
41654
41655 support Enables the use of languages, written from right to left (RTL),
41656  like Arabic, Hebrew, Farsi.
41657 \end_layout
41658
41659 \begin_layout Description
41660 Cursor
41661 \begin_inset space ~
41662 \end_inset
41663
41664 movement When writing RTL, you can define if the left and right arrow keys
41665  move the cursor visually to the left or right, respectively, or logically.
41666  Logical means that the cursor is moved to the left when pressing the right
41667  arrow key and the cursor is inside text in an RTL language.
41668 \end_layout
41669
41670 \begin_layout Subsection
41671 Spellchecker
41672 \end_layout
41673
41674 \begin_layout Standard
41675 The spellchecker settings are explained in section
41676 \begin_inset space ~
41677 \end_inset
41678
41679
41680 \begin_inset CommandInset ref
41681 LatexCommand ref
41682 reference "sec:Spellchecking"
41683
41684 \end_inset
41685
41686
41687 \end_layout
41688
41689 \begin_layout Section
41690 Outputs
41691 \end_layout
41692
41693 \begin_layout Subsection
41694 Printer
41695 \begin_inset CommandInset label
41696 LatexCommand label
41697 name "sub:Printer"
41698
41699 \end_inset
41700
41701
41702 \begin_inset Index idx
41703 status collapsed
41704
41705 \begin_layout Plain Layout
41706 Printer
41707 \end_layout
41708
41709 \end_inset
41710
41711
41712 \begin_inset Index idx
41713 status collapsed
41714
41715 \begin_layout Plain Layout
41716 Settings ! Printer
41717 \end_layout
41718
41719 \end_inset
41720
41721
41722 \end_layout
41723
41724 \begin_layout Description
41725 Default
41726 \begin_inset space ~
41727 \end_inset
41728
41729 printer Here you can specify the name of your default printer.
41730  The name will be used when the 
41731 \family sans
41732 Printer command
41733 \family default
41734  is executed.
41735 \begin_inset Newline newline
41736 \end_inset
41737
41738
41739 \begin_inset Note Greyedout
41740 status open
41741
41742 \begin_layout Plain Layout
41743
41744 \series bold
41745 Note:
41746 \series default
41747  You can leave this field empty on Windows systems because it has no effect.
41748 \end_layout
41749
41750 \end_inset
41751
41752
41753 \end_layout
41754
41755 \begin_layout Description
41756 Adapt
41757 \begin_inset space ~
41758 \end_inset
41759
41760 output
41761 \begin_inset space ~
41762 \end_inset
41763
41764 to
41765 \begin_inset space ~
41766 \end_inset
41767
41768 printer This option works only for the 
41769 \family sans
41770 Printer command
41771 \family default
41772  
41773 \begin_inset Quotes eld
41774 \end_inset
41775
41776
41777 \family sans
41778 dvips
41779 \family default
41780
41781 \begin_inset Quotes erd
41782 \end_inset
41783
41784 .
41785  It activates a configuration file for dvips.
41786  This is an option only for dvips experts.
41787 \end_layout
41788
41789 \begin_layout Description
41790 Printer
41791 \begin_inset space ~
41792 \end_inset
41793
41794 command is the command LyX
41795 \begin_inset space \thinspace{}
41796 \end_inset
41797
41798 /
41799 \begin_inset space \thinspace{}
41800 \end_inset
41801
41802 LaTeX uses for printing.
41803  The default is on most systems 
41804 \family sans
41805 dvips
41806 \family default
41807 .
41808 \end_layout
41809
41810 \begin_layout Description
41811 Printer
41812 \begin_inset space ~
41813 \end_inset
41814
41815 Command
41816 \begin_inset space ~
41817 \end_inset
41818
41819 Options Here you can specify printer options.
41820  A list of printer options with explanations can be found in the documentation
41821  of the program that provides the 
41822 \family sans
41823 Printer command
41824 \family default
41825  you are using.
41826 \end_layout
41827
41828 \begin_layout Subsection
41829 Date Format
41830 \begin_inset Index idx
41831 status collapsed
41832
41833 \begin_layout Plain Layout
41834 Date Format
41835 \end_layout
41836
41837 \end_inset
41838
41839
41840 \begin_inset Index idx
41841 status collapsed
41842
41843 \begin_layout Plain Layout
41844 Settings ! Date format
41845 \end_layout
41846
41847 \end_inset
41848
41849
41850 \end_layout
41851
41852 \begin_layout Standard
41853 The date format can be one or a mixture of the formats listed here:
41854 \begin_inset Newline newline
41855 \end_inset
41856
41857
41858 \begin_inset Flex URL
41859 status collapsed
41860
41861 \begin_layout Plain Layout
41862
41863 http://unixhelp.ed.ac.uk/CGI/man-cgi?date
41864 \end_layout
41865
41866 \end_inset
41867
41868
41869 \begin_inset Newline newline
41870 \end_inset
41871
41872 For example the format
41873 \begin_inset Newline newline
41874 \end_inset
41875
41876 %d/%m/%y
41877 \begin_inset Newline newline
41878 \end_inset
41879
41880 prints the date as day/month/year.
41881 \end_layout
41882
41883 \begin_layout Subsection
41884 Plain Text
41885 \end_layout
41886
41887 \begin_layout Description
41888 Output
41889 \begin_inset space ~
41890 \end_inset
41891
41892 line
41893 \begin_inset space ~
41894 \end_inset
41895
41896 length sets the maximum number of characters printed in one line when using
41897  the menu 
41898 \family sans
41899 File\SpecialChar \menuseparator
41900 Export\SpecialChar \menuseparator
41901 Plain
41902 \begin_inset space ~
41903 \end_inset
41904
41905 text
41906 \family default
41907 .
41908  Setting the line line length to 0 means all text is printed in one endless
41909  line.
41910 \end_layout
41911
41912 \begin_layout Description
41913 roff
41914 \begin_inset space ~
41915 \end_inset
41916
41917 command defines an additional command used to produce better ASCII tables
41918  with the 
41919 \family typewriter
41920 groff/troff/nroff
41921 \family default
41922  UNIX-commands (refer to their manuals for more information about them).
41923  Setting this as empty tells LyX to use the internal formatter.
41924 \end_layout
41925
41926 \begin_layout Subsection
41927 LaT
41928 \begin_inset ERT
41929 status collapsed
41930
41931 \begin_layout Plain Layout
41932
41933 {}
41934 \end_layout
41935
41936 \end_inset
41937
41938 eX
41939 \begin_inset CommandInset label
41940 LatexCommand label
41941 name "sub:LaTeX-settings"
41942
41943 \end_inset
41944
41945
41946 \begin_inset Index idx
41947 status collapsed
41948
41949 \begin_layout Plain Layout
41950 Settings ! LaTeX
41951 \end_layout
41952
41953 \end_inset
41954
41955
41956 \end_layout
41957
41958 \begin_layout Description
41959 Te
41960 \begin_inset ERT
41961 status collapsed
41962
41963 \begin_layout Plain Layout
41964
41965 {}
41966 \end_layout
41967
41968 \end_inset
41969
41970 X
41971 \begin_inset space ~
41972 \end_inset
41973
41974 encoding This is the default encoding of the document font.
41975  
41976 \family sans
41977 T1
41978 \family default
41979  is the default and covers western languages and symbols.
41980  
41981 \family sans
41982 T2A
41983 \family default
41984
41985 \family sans
41986 T2B
41987 \family default
41988
41989 \family sans
41990 T2C
41991 \family default
41992
41993 \family sans
41994 LCY
41995 \family default
41996 , and 
41997 \family sans
41998 X2
41999 \family default
42000  are for Cyrillic.
42001  Combinations of the encodings are possible, like 
42002 \begin_inset Quotes erd
42003 \end_inset
42004
42005
42006 \family sans
42007 T1, T2B
42008 \family default
42009
42010 \begin_inset Quotes erd
42011 \end_inset
42012
42013 .
42014  The font encoding is normally automatically loaded by the language packages
42015  LyX sets up in the background.
42016  So there is no need to change the default encoding.
42017 \end_layout
42018
42019 \begin_layout Description
42020 Default
42021 \begin_inset space ~
42022 \end_inset
42023
42024 paper
42025 \begin_inset space ~
42026 \end_inset
42027
42028 size This is the paper size that is used for new documents.
42029  The 
42030 \family sans
42031 Default
42032 \family default
42033  value depends on your LaTeX-system setup.
42034 \end_layout
42035
42036 \begin_layout Standard
42037 You can also specify here commands with parameters for the listed applications.
42038  But before you change something, it is strongly recommended to read the
42039  manuals of the applications.
42040  Currently the following commands can be set:
42041 \end_layout
42042
42043 \begin_layout Description
42044 CheckTe
42045 \begin_inset ERT
42046 status collapsed
42047
42048 \begin_layout Plain Layout
42049
42050 {}
42051 \end_layout
42052
42053 \end_inset
42054
42055 X
42056 \begin_inset space ~
42057 \end_inset
42058
42059 command Command for the program 
42060 \family sans
42061 CheckTeX
42062 \family default
42063  that is described in the section 
42064 \emph on
42065 Checking TeX
42066 \emph default
42067  of the 
42068 \emph on
42069 Additional Features
42070 \emph default
42071  manual.
42072 \end_layout
42073
42074 \begin_layout Description
42075 BibTe
42076 \begin_inset ERT
42077 status collapsed
42078
42079 \begin_layout Plain Layout
42080
42081 {}
42082 \end_layout
42083
42084 \end_inset
42085
42086 X
42087 \begin_inset space ~
42088 \end_inset
42089
42090 command Command for the program 
42091 \family sans
42092 BibTeX
42093 \family default
42094  that generates the bibliography, see section
42095 \begin_inset space ~
42096 \end_inset
42097
42098
42099 \begin_inset CommandInset ref
42100 LatexCommand ref
42101 reference "sub:Bibliography-databases"
42102
42103 \end_inset
42104
42105 .
42106 \end_layout
42107
42108 \begin_layout Description
42109 Index
42110 \begin_inset space ~
42111 \end_inset
42112
42113 command Command for the program that generates the index, see section
42114 \begin_inset space ~
42115 \end_inset
42116
42117
42118 \begin_inset CommandInset ref
42119 LatexCommand ref
42120 reference "sub:Index-Program"
42121
42122 \end_inset
42123
42124 .
42125 \end_layout
42126
42127 \begin_layout Description
42128 Nomenclature
42129 \begin_inset space ~
42130 \end_inset
42131
42132 command Command for the program that generates the nomenclature, see section
42133 \begin_inset space ~
42134 \end_inset
42135
42136
42137 \begin_inset CommandInset ref
42138 LatexCommand ref
42139 reference "sub:Nomenclature-Program"
42140
42141 \end_inset
42142
42143 .
42144 \end_layout
42145
42146 \begin_layout Description
42147 DVI
42148 \begin_inset space ~
42149 \end_inset
42150
42151 viewer
42152 \begin_inset space ~
42153 \end_inset
42154
42155 paper
42156 \begin_inset space ~
42157 \end_inset
42158
42159 size
42160 \begin_inset space ~
42161 \end_inset
42162
42163 options They only have an effect when the program 
42164 \family sans
42165 xdvi
42166 \family default
42167  is used as DVI-viewer.
42168 \end_layout
42169
42170 \begin_layout Standard
42171 There are additionally the following options:
42172 \end_layout
42173
42174 \begin_layout Description
42175 Use
42176 \begin_inset space ~
42177 \end_inset
42178
42179 Windows-style
42180 \begin_inset space ~
42181 \end_inset
42182
42183 paths
42184 \begin_inset space ~
42185 \end_inset
42186
42187 in
42188 \begin_inset space ~
42189 \end_inset
42190
42191 LaTeX
42192 \begin_inset space ~
42193 \end_inset
42194
42195 files Uses paths in the notation of Windows, that means that 
42196 \begin_inset Quotes eld
42197 \end_inset
42198
42199
42200 \backslash
42201
42202 \begin_inset Quotes erd
42203 \end_inset
42204
42205  is used instead of 
42206 \begin_inset Quotes eld
42207 \end_inset
42208
42209 /
42210 \begin_inset Quotes erd
42211 \end_inset
42212
42213  to separate folders.
42214  This option is enabled by default when you use LyX on Windows.
42215 \begin_inset Index idx
42216 status collapsed
42217
42218 \begin_layout Plain Layout
42219 Paths
42220 \end_layout
42221
42222 \end_inset
42223
42224
42225 \begin_inset Index idx
42226 status collapsed
42227
42228 \begin_layout Plain Layout
42229 Settings ! Paths
42230 \end_layout
42231
42232 \end_inset
42233
42234
42235 \end_layout
42236
42237 \begin_layout Description
42238 Reset
42239 \begin_inset space ~
42240 \end_inset
42241
42242 class
42243 \begin_inset space ~
42244 \end_inset
42245
42246 options
42247 \begin_inset space ~
42248 \end_inset
42249
42250 when
42251 \begin_inset space ~
42252 \end_inset
42253
42254 document
42255 \begin_inset space ~
42256 \end_inset
42257
42258 classes
42259 \begin_inset space ~
42260 \end_inset
42261
42262 changes Removes all manually set document class options in the 
42263 \family sans
42264 Document\SpecialChar \menuseparator
42265 Settings
42266 \family default
42267  dialog when changing the document class.
42268 \end_layout
42269
42270 \begin_layout Section
42271 File
42272 \begin_inset space ~
42273 \end_inset
42274
42275 Handling
42276 \begin_inset Index idx
42277 status collapsed
42278
42279 \begin_layout Plain Layout
42280 File handling
42281 \end_layout
42282
42283 \end_inset
42284
42285
42286 \end_layout
42287
42288 \begin_layout Subsection
42289 Converters
42290 \begin_inset Index idx
42291 status collapsed
42292
42293 \begin_layout Plain Layout
42294 Converters
42295 \end_layout
42296
42297 \end_inset
42298
42299
42300 \end_layout
42301
42302 \begin_layout Standard
42303 Here you find the list of defined converter commands to convert material
42304  from one format to another.
42305  You can modify them or create new ones.
42306  To modify a converter, select it, change the entry of the field 
42307 \family sans
42308 Converter
42309 \family default
42310  and/or 
42311 \family sans
42312 Extra
42313 \begin_inset space ~
42314 \end_inset
42315
42316 flag
42317 \family default
42318 , and press the 
42319 \family sans
42320 Modify
42321 \family default
42322  button.
42323  To create a new converter, select an existing one, select a different format
42324  in the 
42325 \family sans
42326 From
42327 \begin_inset space ~
42328 \end_inset
42329
42330 format
42331 \family default
42332  drop-down list, modify the 
42333 \family sans
42334 Converter
42335 \family default
42336  field, and press the 
42337 \family sans
42338 Add
42339 \family default
42340  button.
42341 \end_layout
42342
42343 \begin_layout Standard
42344 When the 
42345 \family sans
42346 Converter File Cache
42347 \family default
42348  is enabled, conversions will be cached as long as specified in the field
42349  
42350 \family sans
42351 Maximum Age (in days
42352 \family default
42353 ).
42354  This means that images don't need to be converted again when you reopen
42355  a document; the converted images from the cache will be used instead.
42356 \end_layout
42357
42358 \begin_layout Standard
42359 More about converters, like the variables and flags that can be used in
42360  the converter definition, is described in the section 
42361 \emph on
42362 Converters
42363 \emph default
42364  of the 
42365 \emph on
42366 Customization
42367 \emph default
42368  manual.
42369 \end_layout
42370
42371 \begin_layout Subsection
42372 File Formats
42373 \begin_inset CommandInset label
42374 LatexCommand label
42375 name "sec:File-Formats"
42376
42377 \end_inset
42378
42379
42380 \begin_inset Index idx
42381 status collapsed
42382
42383 \begin_layout Plain Layout
42384 File formats
42385 \end_layout
42386
42387 \end_inset
42388
42389
42390 \begin_inset Index idx
42391 status collapsed
42392
42393 \begin_layout Plain Layout
42394 Copiers
42395 \end_layout
42396
42397 \end_inset
42398
42399
42400 \end_layout
42401
42402 \begin_layout Standard
42403 Here you find the list of defined file formats that LyX can handle.
42404  You can modify the viewer and editor program that should be used for certain
42405  formats.
42406 \end_layout
42407
42408 \begin_layout Standard
42409 More about formats, like the options that can be used in the format definition,
42410  is described in the section 
42411 \emph on
42412 Formats
42413 \emph default
42414  of the 
42415 \emph on
42416 Customization
42417 \emph default
42418  manual.
42419 \end_layout
42420
42421 \begin_layout Standard
42422 Since all conversions from one format to another take place in LyX's temporary
42423  directory, it is sometimes necessary to modify a file before copying it
42424  to the temporary directory in order that the conversion may be performed.
42425  This is done by specifying a 
42426 \family sans
42427 Copier
42428 \family default
42429 .
42430  More about this is described in the section 
42431 \emph on
42432 Copiers
42433 \emph default
42434  of the 
42435 \emph on
42436 Customization
42437 \emph default
42438  manual.
42439 \end_layout
42440
42441 \begin_layout Chapter
42442 Units available in LyX
42443 \begin_inset Index idx
42444 status collapsed
42445
42446 \begin_layout Plain Layout
42447 Units
42448 \end_layout
42449
42450 \end_inset
42451
42452
42453 \begin_inset CommandInset label
42454 LatexCommand label
42455 name "cha:Units-available-in"
42456
42457 \end_inset
42458
42459
42460 \end_layout
42461
42462 \begin_layout Standard
42463 To understand the units described in this documentation, 
42464 \begin_inset CommandInset ref
42465 LatexCommand ref
42466 reference "cap:Units"
42467
42468 \end_inset
42469
42470  explains all units available in LyX.
42471 \end_layout
42472
42473 \begin_layout Standard
42474 \begin_inset Float table
42475 placement h
42476 wide false
42477 sideways false
42478 status open
42479
42480 \begin_layout Plain Layout
42481 \begin_inset Caption
42482
42483 \begin_layout Plain Layout
42484 \begin_inset CommandInset label
42485 LatexCommand label
42486 name "cap:Units"
42487
42488 \end_inset
42489
42490 Units
42491 \end_layout
42492
42493 \end_inset
42494
42495
42496 \end_layout
42497
42498 \begin_layout Plain Layout
42499 \begin_inset VSpace medskip
42500 \end_inset
42501
42502
42503 \end_layout
42504
42505 \begin_layout Plain Layout
42506 \align center
42507 \begin_inset Tabular
42508 <lyxtabular version="3" rows="20" columns="2">
42509 <features tabularvalignment="middle">
42510 <column alignment="center" valignment="top" width="0">
42511 <column alignment="center" valignment="top" width="0">
42512 <row>
42513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42514 \begin_inset Text
42515
42516 \begin_layout Plain Layout
42517 unit
42518 \end_layout
42519
42520 \end_inset
42521 </cell>
42522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
42523 \begin_inset Text
42524
42525 \begin_layout Plain Layout
42526 name/description
42527 \end_layout
42528
42529 \end_inset
42530 </cell>
42531 </row>
42532 <row>
42533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42534 \begin_inset Text
42535
42536 \begin_layout Plain Layout
42537 mm
42538 \end_layout
42539
42540 \end_inset
42541 </cell>
42542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42543 \begin_inset Text
42544
42545 \begin_layout Plain Layout
42546 millimeter
42547 \end_layout
42548
42549 \end_inset
42550 </cell>
42551 </row>
42552 <row>
42553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42554 \begin_inset Text
42555
42556 \begin_layout Plain Layout
42557 cm
42558 \end_layout
42559
42560 \end_inset
42561 </cell>
42562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42563 \begin_inset Text
42564
42565 \begin_layout Plain Layout
42566 centimeter
42567 \end_layout
42568
42569 \end_inset
42570 </cell>
42571 </row>
42572 <row>
42573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42574 \begin_inset Text
42575
42576 \begin_layout Plain Layout
42577 in
42578 \end_layout
42579
42580 \end_inset
42581 </cell>
42582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42583 \begin_inset Text
42584
42585 \begin_layout Plain Layout
42586 inch
42587 \end_layout
42588
42589 \end_inset
42590 </cell>
42591 </row>
42592 <row>
42593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42594 \begin_inset Text
42595
42596 \begin_layout Plain Layout
42597 pt
42598 \end_layout
42599
42600 \end_inset
42601 </cell>
42602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42603 \begin_inset Text
42604
42605 \begin_layout Plain Layout
42606 point (72.27
42607 \begin_inset space \thinspace{}
42608 \end_inset
42609
42610 pt = 1
42611 \begin_inset space \thinspace{}
42612 \end_inset
42613
42614 in)
42615 \end_layout
42616
42617 \end_inset
42618 </cell>
42619 </row>
42620 <row>
42621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42622 \begin_inset Text
42623
42624 \begin_layout Plain Layout
42625 pc
42626 \end_layout
42627
42628 \end_inset
42629 </cell>
42630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42631 \begin_inset Text
42632
42633 \begin_layout Plain Layout
42634 pica (1
42635 \begin_inset space \thinspace{}
42636 \end_inset
42637
42638 pc = 12
42639 \begin_inset space \thinspace{}
42640 \end_inset
42641
42642 pt)
42643 \end_layout
42644
42645 \end_inset
42646 </cell>
42647 </row>
42648 <row>
42649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42650 \begin_inset Text
42651
42652 \begin_layout Plain Layout
42653 sp
42654 \end_layout
42655
42656 \end_inset
42657 </cell>
42658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42659 \begin_inset Text
42660
42661 \begin_layout Plain Layout
42662 scaled point (65536
42663 \begin_inset space \thinspace{}
42664 \end_inset
42665
42666 sp = 1
42667 \begin_inset space \thinspace{}
42668 \end_inset
42669
42670 pt)
42671 \end_layout
42672
42673 \end_inset
42674 </cell>
42675 </row>
42676 <row>
42677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42678 \begin_inset Text
42679
42680 \begin_layout Plain Layout
42681 bp
42682 \end_layout
42683
42684 \end_inset
42685 </cell>
42686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42687 \begin_inset Text
42688
42689 \begin_layout Plain Layout
42690 big point (72
42691 \begin_inset space \thinspace{}
42692 \end_inset
42693
42694 bp = 1
42695 \begin_inset space \thinspace{}
42696 \end_inset
42697
42698 in)
42699 \end_layout
42700
42701 \end_inset
42702 </cell>
42703 </row>
42704 <row>
42705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42706 \begin_inset Text
42707
42708 \begin_layout Plain Layout
42709 dd
42710 \end_layout
42711
42712 \end_inset
42713 </cell>
42714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42715 \begin_inset Text
42716
42717 \begin_layout Plain Layout
42718 didot (72
42719 \begin_inset space \thinspace{}
42720 \end_inset
42721
42722 dd 
42723 \begin_inset Formula $\approx
42724 $
42725 \end_inset
42726
42727  37.6
42728 \begin_inset space \thinspace{}
42729 \end_inset
42730
42731 mm)
42732 \end_layout
42733
42734 \end_inset
42735 </cell>
42736 </row>
42737 <row>
42738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42739 \begin_inset Text
42740
42741 \begin_layout Plain Layout
42742 cc
42743 \end_layout
42744
42745 \end_inset
42746 </cell>
42747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42748 \begin_inset Text
42749
42750 \begin_layout Plain Layout
42751 cicero (1
42752 \begin_inset space \thinspace{}
42753 \end_inset
42754
42755 cc = 12
42756 \begin_inset space \thinspace{}
42757 \end_inset
42758
42759 dd)
42760 \end_layout
42761
42762 \end_inset
42763 </cell>
42764 </row>
42765 <row>
42766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42767 \begin_inset Text
42768
42769 \begin_layout Plain Layout
42770 Scale%
42771 \end_layout
42772
42773 \end_inset
42774 </cell>
42775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42776 \begin_inset Text
42777
42778 \begin_layout Plain Layout
42779 % of original image width
42780 \end_layout
42781
42782 \end_inset
42783 </cell>
42784 </row>
42785 <row>
42786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42787 \begin_inset Text
42788
42789 \begin_layout Plain Layout
42790 text%
42791 \end_layout
42792
42793 \end_inset
42794 </cell>
42795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42796 \begin_inset Text
42797
42798 \begin_layout Plain Layout
42799 % of text width
42800 \end_layout
42801
42802 \end_inset
42803 </cell>
42804 </row>
42805 <row>
42806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42807 \begin_inset Text
42808
42809 \begin_layout Plain Layout
42810 col%
42811 \end_layout
42812
42813 \end_inset
42814 </cell>
42815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42816 \begin_inset Text
42817
42818 \begin_layout Plain Layout
42819 % of column width
42820 \end_layout
42821
42822 \end_inset
42823 </cell>
42824 </row>
42825 <row>
42826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42827 \begin_inset Text
42828
42829 \begin_layout Plain Layout
42830 page%
42831 \end_layout
42832
42833 \end_inset
42834 </cell>
42835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42836 \begin_inset Text
42837
42838 \begin_layout Plain Layout
42839 % of paper width
42840 \end_layout
42841
42842 \end_inset
42843 </cell>
42844 </row>
42845 <row>
42846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42847 \begin_inset Text
42848
42849 \begin_layout Plain Layout
42850 line%
42851 \end_layout
42852
42853 \end_inset
42854 </cell>
42855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42856 \begin_inset Text
42857
42858 \begin_layout Plain Layout
42859 % of line width
42860 \end_layout
42861
42862 \end_inset
42863 </cell>
42864 </row>
42865 <row>
42866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42867 \begin_inset Text
42868
42869 \begin_layout Plain Layout
42870 theight%
42871 \end_layout
42872
42873 \end_inset
42874 </cell>
42875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42876 \begin_inset Text
42877
42878 \begin_layout Plain Layout
42879 % of text height
42880 \end_layout
42881
42882 \end_inset
42883 </cell>
42884 </row>
42885 <row>
42886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42887 \begin_inset Text
42888
42889 \begin_layout Plain Layout
42890 pheight%
42891 \end_layout
42892
42893 \end_inset
42894 </cell>
42895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42896 \begin_inset Text
42897
42898 \begin_layout Plain Layout
42899 % of paper height
42900 \end_layout
42901
42902 \end_inset
42903 </cell>
42904 </row>
42905 <row>
42906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42907 \begin_inset Text
42908
42909 \begin_layout Plain Layout
42910 ex
42911 \end_layout
42912
42913 \end_inset
42914 </cell>
42915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42916 \begin_inset Text
42917
42918 \begin_layout Plain Layout
42919 height of letter 
42920 \emph on
42921 x
42922 \emph default
42923  in current font
42924 \end_layout
42925
42926 \end_inset
42927 </cell>
42928 </row>
42929 <row>
42930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42931 \begin_inset Text
42932
42933 \begin_layout Plain Layout
42934 em
42935 \end_layout
42936
42937 \end_inset
42938 </cell>
42939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42940 \begin_inset Text
42941
42942 \begin_layout Plain Layout
42943 width of letter 
42944 \emph on
42945 M
42946 \emph default
42947  in current font
42948 \end_layout
42949
42950 \end_inset
42951 </cell>
42952 </row>
42953 <row>
42954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42955 \begin_inset Text
42956
42957 \begin_layout Plain Layout
42958 mu
42959 \end_layout
42960
42961 \end_inset
42962 </cell>
42963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
42964 \begin_inset Text
42965
42966 \begin_layout Plain Layout
42967 math unit (1
42968 \begin_inset space \thinspace{}
42969 \end_inset
42970
42971 mu = 1/18
42972 \begin_inset space \thinspace{}
42973 \end_inset
42974
42975 em)
42976 \end_layout
42977
42978 \end_inset
42979 </cell>
42980 </row>
42981 </lyxtabular>
42982
42983 \end_inset
42984
42985
42986 \end_layout
42987
42988 \end_inset
42989
42990
42991 \end_layout
42992
42993 \begin_layout Chapter
42994 Credits
42995 \begin_inset CommandInset label
42996 LatexCommand label
42997 name "cha:Credits"
42998
42999 \end_inset
43000
43001
43002 \end_layout
43003
43004 \begin_layout Standard
43005 The documentation is a collaborative effort between many different people
43006  (and we would encourage people to contribute!).
43007 \end_layout
43008
43009 \begin_layout Itemize
43010
43011 \noun on
43012 Alejandro Aguilar Sierra
43013 \end_layout
43014
43015 \begin_layout Itemize
43016
43017 \noun on
43018 Amir Karger
43019 \end_layout
43020
43021 \begin_layout Itemize
43022
43023 \noun on
43024 David Johnson
43025 \end_layout
43026
43027 \begin_layout Itemize
43028
43029 \noun on
43030 Hartmut Haase
43031 \end_layout
43032
43033 \begin_layout Itemize
43034
43035 \noun on
43036 Ignacio García
43037 \end_layout
43038
43039 \begin_layout Itemize
43040
43041 \noun on
43042 Ivan Schreter
43043 \end_layout
43044
43045 \begin_layout Itemize
43046
43047 \noun on
43048 John Raithel
43049 \end_layout
43050
43051 \begin_layout Itemize
43052
43053 \noun on
43054 John Weiss
43055 \end_layout
43056
43057 \begin_layout Itemize
43058
43059 \noun on
43060 Lars Gullik Bjønnes
43061 \end_layout
43062
43063 \begin_layout Itemize
43064
43065 \noun on
43066 Matthias Ettrich
43067 \end_layout
43068
43069 \begin_layout Itemize
43070
43071 \noun on
43072 Matthias Zenker
43073 \end_layout
43074
43075 \begin_layout Itemize
43076
43077 \noun on
43078 Rich Fields
43079 \end_layout
43080
43081 \begin_layout Itemize
43082
43083 \noun on
43084 Pascal André
43085 \end_layout
43086
43087 \begin_layout Itemize
43088
43089 \noun on
43090 Paul Evans
43091 \end_layout
43092
43093 \begin_layout Itemize
43094
43095 \noun on
43096 Paul Russel
43097 \end_layout
43098
43099 \begin_layout Itemize
43100
43101 \noun on
43102 Robin Socha
43103 \end_layout
43104
43105 \begin_layout Itemize
43106
43107 \noun on
43108 Uwe Stöhr
43109 \end_layout
43110
43111 \begin_layout Itemize
43112 The LyX Team: 
43113 \begin_inset CommandInset citation
43114 LatexCommand cite
43115 key "lyxcredit"
43116
43117 \end_inset
43118
43119
43120 \end_layout
43121
43122 \begin_layout Standard
43123 \begin_inset Newpage newpage
43124 \end_inset
43125
43126 The bibliography on the following page was created with the 
43127 \family sans
43128 Bibliography
43129 \family default
43130  environment.
43131 \end_layout
43132
43133 \begin_layout Bibliography
43134 \labelwidthstring Literaturverzeichnis
43135 \begin_inset CommandInset bibitem
43136 LatexCommand bibitem
43137 label "Credits"
43138 key "lyxcredit"
43139
43140 \end_inset
43141
43142 The LyX Team: 
43143 \begin_inset CommandInset href
43144 LatexCommand href
43145 name "Credits"
43146 target "http://www.lyx.org/trac/browser/lyx-devel/trunk/lib/CREDITS"
43147
43148 \end_inset
43149
43150 :
43151 \begin_inset Newline newline
43152 \end_inset
43153
43154
43155 \begin_inset Flex URL
43156 status collapsed
43157
43158 \begin_layout Plain Layout
43159
43160 http://www.lyx.org/trac/browser/lyx-devel/trunk/lib/CREDITS
43161 \end_layout
43162
43163 \end_inset
43164
43165
43166 \end_layout
43167
43168 \begin_layout Bibliography
43169 \labelwidthstring Literaturverzeichnis
43170 \begin_inset CommandInset bibitem
43171 LatexCommand bibitem
43172 key "latexcompanion"
43173
43174 \end_inset
43175
43176 Frank Mittelbach and Michel Goossens: 
43177 \emph on
43178 The LaTeX Companion Second Edition.
43179
43180 \emph default
43181  Addison-Wesley, 2004
43182 \end_layout
43183
43184 \begin_layout Bibliography
43185 \labelwidthstring Literaturverzeichnis
43186 \begin_inset CommandInset bibitem
43187 LatexCommand bibitem
43188 key "latexguide"
43189
43190 \end_inset
43191
43192 Helmut Kopka and Patrick W.
43193  Daly: 
43194 \emph on
43195 A Guide to LaTeX Fourth Edition.
43196
43197 \emph default
43198  Addison-Wesley, 2003
43199 \end_layout
43200
43201 \begin_layout Bibliography
43202 \labelwidthstring Literaturverzeichnis
43203 \begin_inset CommandInset bibitem
43204 LatexCommand bibitem
43205 key "latexbook"
43206
43207 \end_inset
43208
43209 Leslie Lamport: 
43210 \emph on
43211 LaTeX: A Document Preparation System.
43212
43213 \emph default
43214  Addison-Wesley, second edition, 1994
43215 \end_layout
43216
43217 \begin_layout Bibliography
43218 \labelwidthstring Literaturverzeichnis
43219 \begin_inset CommandInset bibitem
43220 LatexCommand bibitem
43221 key "texbook"
43222
43223 \end_inset
43224
43225 Donald E.
43226  Knuth.
43227  
43228 \emph on
43229 The TeXbook.
43230
43231 \emph default
43232  Addison-Wesley, 1984
43233 \end_layout
43234
43235 \begin_layout Bibliography
43236 \labelwidthstring Literaturverzeichnis
43237 \begin_inset CommandInset bibitem
43238 LatexCommand bibitem
43239 key "TeXCatalogue"
43240
43241 \end_inset
43242
43243 The TeX Catalogue:
43244 \begin_inset Newline newline
43245 \end_inset
43246
43247
43248 \begin_inset Flex URL
43249 status collapsed
43250
43251 \begin_layout Plain Layout
43252
43253 http://www.ctan.org/tex-archive/help/Catalogue/bytopic.html
43254 \end_layout
43255
43256 \end_inset
43257
43258
43259 \end_layout
43260
43261 \begin_layout Bibliography
43262 \labelwidthstring Literaturverzeichnis
43263 \begin_inset CommandInset bibitem
43264 LatexCommand bibitem
43265 key "LaTeXFAQ"
43266
43267 \end_inset
43268
43269 The LaTeX FAQ:
43270 \begin_inset Newline newline
43271 \end_inset
43272
43273
43274 \begin_inset Flex URL
43275 status collapsed
43276
43277 \begin_layout Plain Layout
43278
43279 http://www.tex.ac.uk/cgi-bin/texfaq2html
43280 \end_layout
43281
43282 \end_inset
43283
43284
43285 \end_layout
43286
43287 \begin_layout Bibliography
43288 \labelwidthstring Literaturverzeichnis
43289 \begin_inset CommandInset bibitem
43290 LatexCommand bibitem
43291 key "BibTeX"
43292
43293 \end_inset
43294
43295
43296 \begin_inset CommandInset href
43297 LatexCommand href
43298 name "Documentation"
43299 target "http://www.ctan.org/get/biblio/bibtex/contrib/doc/btxdoc.pdf"
43300
43301 \end_inset
43302
43303  of the program 
43304 \family sans
43305 BibTeX
43306 \family default
43307 :
43308 \begin_inset Newline newline
43309 \end_inset
43310
43311
43312 \begin_inset Flex URL
43313 status collapsed
43314
43315 \begin_layout Plain Layout
43316
43317 http://www.ctan.org/get/biblio/bibtex/contrib/doc/btxdoc.pdf
43318 \end_layout
43319
43320 \end_inset
43321
43322
43323 \end_layout
43324
43325 \begin_layout Bibliography
43326 \labelwidthstring Literaturverzeichnis
43327 \begin_inset CommandInset bibitem
43328 LatexCommand bibitem
43329 key "BibTeX-2"
43330
43331 \end_inset
43332
43333
43334 \begin_inset CommandInset href
43335 LatexCommand href
43336 name "Documentation"
43337 target "http://www.ctan.org/tex-archive/info/bibtex/tamethebeast/ttb_en.pdf"
43338
43339 \end_inset
43340
43341  how to use the program 
43342 \family sans
43343 BibTeX
43344 \family default
43345 :
43346 \begin_inset Newline newline
43347 \end_inset
43348
43349
43350 \begin_inset Flex URL
43351 status collapsed
43352
43353 \begin_layout Plain Layout
43354
43355 http://www.ctan.org/tex-archive/info/bibtex/tamethebeast/ttb_en.pdf
43356 \end_layout
43357
43358 \end_inset
43359
43360
43361 \end_layout
43362
43363 \begin_layout Bibliography
43364 \labelwidthstring Literaturverzeichnis
43365 \begin_inset CommandInset bibitem
43366 LatexCommand bibitem
43367 key "makeindex"
43368
43369 \end_inset
43370
43371
43372 \begin_inset CommandInset href
43373 LatexCommand href
43374 name "Documentation"
43375 target "http://tug.ctan.org/indexing/makeindex/doc/manpages.dvi"
43376
43377 \end_inset
43378
43379  of the program 
43380 \family sans
43381 makeindex
43382 \family default
43383 :
43384 \begin_inset Newline newline
43385 \end_inset
43386
43387
43388 \begin_inset Flex URL
43389 status collapsed
43390
43391 \begin_layout Plain Layout
43392
43393 http://tug.ctan.org/indexing/makeindex/doc/manpages.dvi
43394 \end_layout
43395
43396 \end_inset
43397
43398
43399 \end_layout
43400
43401 \begin_layout Bibliography
43402 \labelwidthstring Literaturverzeichnis
43403 \begin_inset CommandInset bibitem
43404 LatexCommand bibitem
43405 key "xindy"
43406
43407 \end_inset
43408
43409
43410 \begin_inset CommandInset href
43411 LatexCommand href
43412 name "Documentation"
43413 target "http://www.xindy.org/documentation.html"
43414
43415 \end_inset
43416
43417  of the program 
43418 \family sans
43419 xindy
43420 \family default
43421 :
43422 \begin_inset Newline newline
43423 \end_inset
43424
43425
43426 \begin_inset Flex URL
43427 status collapsed
43428
43429 \begin_layout Plain Layout
43430
43431 http://www.xindy.org/documentation.html
43432 \end_layout
43433
43434 \end_inset
43435
43436
43437 \end_layout
43438
43439 \begin_layout Bibliography
43440 \labelwidthstring Literaturverzeichnis
43441 \begin_inset CommandInset bibitem
43442 LatexCommand bibitem
43443 key "caption"
43444
43445 \end_inset
43446
43447
43448 \begin_inset CommandInset href
43449 LatexCommand href
43450 name "Documentation"
43451 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
43452
43453 \end_inset
43454
43455  of the LaTeX-package 
43456 \series bold
43457 caption
43458 \series default
43459
43460 \begin_inset Index idx
43461 status collapsed
43462
43463 \begin_layout Plain Layout
43464 LaTeX-packages ! caption
43465 \end_layout
43466
43467 \end_inset
43468
43469 :
43470 \begin_inset Newline newline
43471 \end_inset
43472
43473
43474 \begin_inset Flex URL
43475 status collapsed
43476
43477 \begin_layout Plain Layout
43478
43479 ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf
43480 \end_layout
43481
43482 \end_inset
43483
43484
43485 \end_layout
43486
43487 \begin_layout Bibliography
43488 \labelwidthstring Literaturverzeichnis
43489 \begin_inset CommandInset bibitem
43490 LatexCommand bibitem
43491 key "fancyhdr"
43492
43493 \end_inset
43494
43495
43496 \begin_inset CommandInset href
43497 LatexCommand href
43498 name "Documentation"
43499 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/fancyhdr/fancyhdr.pdf"
43500
43501 \end_inset
43502
43503  of the LaTeX-package 
43504 \series bold
43505 fancyhdr
43506 \series default
43507
43508 \begin_inset Index idx
43509 status collapsed
43510
43511 \begin_layout Plain Layout
43512 LaTeX-packages ! fancyhdr
43513 \end_layout
43514
43515 \end_inset
43516
43517 :
43518 \begin_inset Newline newline
43519 \end_inset
43520
43521
43522 \begin_inset Flex URL
43523 status collapsed
43524
43525 \begin_layout Plain Layout
43526
43527 ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/fancyhdr/fancyhdr.pdf
43528 \end_layout
43529
43530 \end_inset
43531
43532
43533 \end_layout
43534
43535 \begin_layout Bibliography
43536 \labelwidthstring Literaturverzeichnis
43537 \begin_inset CommandInset bibitem
43538 LatexCommand bibitem
43539 key "hyperref"
43540
43541 \end_inset
43542
43543
43544 \series bold
43545
43546 \begin_inset CommandInset href
43547 LatexCommand href
43548 name "Documentation"
43549 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
43550
43551 \end_inset
43552
43553
43554 \series default
43555  of the LaTeX-package 
43556 \series bold
43557 hyperref
43558 \series default
43559
43560 \begin_inset Index idx
43561 status collapsed
43562
43563 \begin_layout Plain Layout
43564 LaTeX-packages ! hyperref
43565 \end_layout
43566
43567 \end_inset
43568
43569 :
43570 \begin_inset Newline newline
43571 \end_inset
43572
43573
43574 \begin_inset Flex URL
43575 status collapsed
43576
43577 \begin_layout Plain Layout
43578
43579 ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf
43580 \end_layout
43581
43582 \end_inset
43583
43584
43585 \end_layout
43586
43587 \begin_layout Bibliography
43588 \labelwidthstring Literaturverzeichnis
43589 \begin_inset CommandInset bibitem
43590 LatexCommand bibitem
43591 key "nomencl"
43592
43593 \end_inset
43594
43595
43596 \begin_inset CommandInset href
43597 LatexCommand href
43598 name "Documentation"
43599 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/nomencl/nomencl.pdf"
43600
43601 \end_inset
43602
43603  of the LaTeX-package 
43604 \series bold
43605 nomencl
43606 \series default
43607
43608 \begin_inset Index idx
43609 status collapsed
43610
43611 \begin_layout Plain Layout
43612 LaTeX-packages ! nomencl
43613 \end_layout
43614
43615 \end_inset
43616
43617 :
43618 \begin_inset Newline newline
43619 \end_inset
43620
43621
43622 \begin_inset Flex URL
43623 status collapsed
43624
43625 \begin_layout Plain Layout
43626
43627 ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/nomencl/nomencl.pdf
43628 \end_layout
43629
43630 \end_inset
43631
43632
43633 \end_layout
43634
43635 \begin_layout Bibliography
43636 \labelwidthstring Literaturverzeichnis
43637 \begin_inset CommandInset bibitem
43638 LatexCommand bibitem
43639 key "tipa"
43640
43641 \end_inset
43642
43643
43644 \begin_inset CommandInset href
43645 LatexCommand href
43646 name "Documentation"
43647 target "http://www.ctan.org/tex-archive/fonts/tipa/tipaman.pdf"
43648
43649 \end_inset
43650
43651  of the LaTeX-package 
43652 \series bold
43653 tipa
43654 \series default
43655
43656 \begin_inset Index idx
43657 status collapsed
43658
43659 \begin_layout Plain Layout
43660 LaTeX-packages ! tipa
43661 \end_layout
43662
43663 \end_inset
43664
43665 :
43666 \begin_inset Newline newline
43667 \end_inset
43668
43669
43670 \begin_inset Flex URL
43671 status collapsed
43672
43673 \begin_layout Plain Layout
43674
43675 http://www.ctan.org/tex-archive/fonts/tipa/tipaman.pdf
43676 \end_layout
43677
43678 \end_inset
43679
43680
43681 \end_layout
43682
43683 \begin_layout Bibliography
43684 \labelwidthstring Literaturverzeichnis
43685 \begin_inset CommandInset bibitem
43686 LatexCommand bibitem
43687 key "wrapfig"
43688
43689 \end_inset
43690
43691
43692 \begin_inset CommandInset href
43693 LatexCommand href
43694 name "Documentation"
43695 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
43696
43697 \end_inset
43698
43699  of the LaTeX-package 
43700 \series bold
43701 wrapfig
43702 \series default
43703
43704 \begin_inset Index idx
43705 status collapsed
43706
43707 \begin_layout Plain Layout
43708 LaTeX-packages ! wrapfig
43709 \end_layout
43710
43711 \end_inset
43712
43713 :
43714 \begin_inset Newline newline
43715 \end_inset
43716
43717
43718 \begin_inset Flex URL
43719 status collapsed
43720
43721 \begin_layout Plain Layout
43722
43723 ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty
43724 \end_layout
43725
43726 \end_inset
43727
43728
43729 \end_layout
43730
43731 \begin_layout Bibliography
43732 \labelwidthstring Literaturverzeichnis
43733 \begin_inset CommandInset bibitem
43734 LatexCommand bibitem
43735 key "XeTeX"
43736
43737 \end_inset
43738
43739
43740 \begin_inset CommandInset href
43741 LatexCommand href
43742 name "Wiki-page"
43743 target "http://wiki.lyx.org/LyX/XeTeX"
43744
43745 \end_inset
43746
43747  how to use LyX with XeTeX:
43748 \begin_inset Newline newline
43749 \end_inset
43750
43751
43752 \begin_inset Flex URL
43753 status collapsed
43754
43755 \begin_layout Plain Layout
43756
43757 http://wiki.lyx.org/LyX/XeTeX
43758 \end_layout
43759
43760 \end_inset
43761
43762
43763 \end_layout
43764
43765 \begin_layout Bibliography
43766 \labelwidthstring Literaturverzeichnis
43767 \begin_inset CommandInset bibitem
43768 LatexCommand bibitem
43769 key "Arabic"
43770
43771 \end_inset
43772
43773
43774 \begin_inset CommandInset href
43775 LatexCommand href
43776 name "Wiki-page"
43777 target "http://wiki.lyx.org/Windows/Arabic"
43778
43779 \end_inset
43780
43781  how to set up LyX for Arabic:
43782 \begin_inset Newline newline
43783 \end_inset
43784
43785
43786 \begin_inset Flex URL
43787 status collapsed
43788
43789 \begin_layout Plain Layout
43790
43791 http://wiki.lyx.org/Windows/Arabic
43792 \end_layout
43793
43794 \end_inset
43795
43796
43797 \end_layout
43798
43799 \begin_layout Bibliography
43800 \labelwidthstring Literaturverzeichnis
43801 \begin_inset CommandInset bibitem
43802 LatexCommand bibitem
43803 key "Armenian"
43804
43805 \end_inset
43806
43807
43808 \begin_inset CommandInset href
43809 LatexCommand href
43810 name "Wiki-page"
43811 target "http://wiki.lyx.org/Windows/Armenian"
43812
43813 \end_inset
43814
43815  how to set up LyX for Armenian:
43816 \begin_inset Newline newline
43817 \end_inset
43818
43819
43820 \begin_inset Flex URL
43821 status collapsed
43822
43823 \begin_layout Plain Layout
43824
43825 http://wiki.lyx.org/Windows/Armenian
43826 \end_layout
43827
43828 \end_inset
43829
43830
43831 \end_layout
43832
43833 \begin_layout Bibliography
43834 \labelwidthstring Literaturverzeichnis
43835 \begin_inset CommandInset bibitem
43836 LatexCommand bibitem
43837 key "Farsi"
43838
43839 \end_inset
43840
43841
43842 \begin_inset CommandInset href
43843 LatexCommand href
43844 name "Wiki-page"
43845 target "http://wiki.lyx.org/Windows/Farsi"
43846
43847 \end_inset
43848
43849  how to set up LyX for Farsi:
43850 \begin_inset Newline newline
43851 \end_inset
43852
43853
43854 \begin_inset Flex URL
43855 status collapsed
43856
43857 \begin_layout Plain Layout
43858
43859 http://wiki.lyx.org/Windows/Farsi
43860 \end_layout
43861
43862 \end_inset
43863
43864
43865 \end_layout
43866
43867 \begin_layout Bibliography
43868 \labelwidthstring Literaturverzeichnis
43869 \begin_inset CommandInset bibitem
43870 LatexCommand bibitem
43871 key "Hebrew"
43872
43873 \end_inset
43874
43875
43876 \begin_inset CommandInset href
43877 LatexCommand href
43878 name "Wiki-page"
43879 target "http://wiki.lyx.org/Windows/Hebrew"
43880
43881 \end_inset
43882
43883  how to set up LyX for Hebrew:
43884 \begin_inset Newline newline
43885 \end_inset
43886
43887
43888 \begin_inset Flex URL
43889 status collapsed
43890
43891 \begin_layout Plain Layout
43892
43893 http://wiki.lyx.org/Windows/Hebrew
43894 \end_layout
43895
43896 \end_inset
43897
43898
43899 \end_layout
43900
43901 \begin_layout Bibliography
43902 \labelwidthstring Literaturverzeichnis
43903 \begin_inset CommandInset bibitem
43904 LatexCommand bibitem
43905 key "Japanese"
43906
43907 \end_inset
43908
43909
43910 \begin_inset CommandInset href
43911 LatexCommand href
43912 name "Wiki-page"
43913 target "http://wiki.lyx.org/Windows/Japanese"
43914
43915 \end_inset
43916
43917  how to set up LyX for Japanese:
43918 \begin_inset Newline newline
43919 \end_inset
43920
43921
43922 \begin_inset Flex URL
43923 status collapsed
43924
43925 \begin_layout Plain Layout
43926
43927 http://wiki.lyx.org/Windows/Japanese
43928 \end_layout
43929
43930 \end_inset
43931
43932
43933 \end_layout
43934
43935 \begin_layout Bibliography
43936 \labelwidthstring Literaturverzeichnis
43937 \begin_inset CommandInset bibitem
43938 LatexCommand bibitem
43939 key "Latvian"
43940
43941 \end_inset
43942
43943
43944 \begin_inset CommandInset href
43945 LatexCommand href
43946 name "Wiki-page"
43947 target "http://wiki.lyx.org/Windows/Latvian"
43948
43949 \end_inset
43950
43951  how to set up LyX for Latvian:
43952 \begin_inset Newline newline
43953 \end_inset
43954
43955
43956 \begin_inset Flex URL
43957 status collapsed
43958
43959 \begin_layout Plain Layout
43960
43961 http://wiki.lyx.org/Windows/Latvian
43962 \end_layout
43963
43964 \end_inset
43965
43966
43967 \end_layout
43968
43969 \begin_layout Bibliography
43970 \labelwidthstring Literaturverzeichnis
43971 \begin_inset CommandInset bibitem
43972 LatexCommand bibitem
43973 key "Lithuanian"
43974
43975 \end_inset
43976
43977
43978 \begin_inset CommandInset href
43979 LatexCommand href
43980 name "Wiki-page"
43981 target "http://wiki.lyx.org/Windows/Lithuanian"
43982
43983 \end_inset
43984
43985  how to set up LyX for Lithuanian:
43986 \begin_inset Newline newline
43987 \end_inset
43988
43989
43990 \begin_inset Flex URL
43991 status collapsed
43992
43993 \begin_layout Plain Layout
43994
43995 http://wiki.lyx.org/Windows/Lithuanian
43996 \end_layout
43997
43998 \end_inset
43999
44000
44001 \end_layout
44002
44003 \begin_layout Bibliography
44004 \labelwidthstring Literaturverzeichnis
44005 \begin_inset CommandInset bibitem
44006 LatexCommand bibitem
44007 key "Mongolian"
44008
44009 \end_inset
44010
44011
44012 \begin_inset CommandInset href
44013 LatexCommand href
44014 name "Wiki-page"
44015 target "http://wiki.lyx.org/Windows/Mongolian"
44016
44017 \end_inset
44018
44019  how to set up LyX for Mongolian:
44020 \begin_inset Newline newline
44021 \end_inset
44022
44023
44024 \begin_inset Flex URL
44025 status collapsed
44026
44027 \begin_layout Plain Layout
44028
44029 http://wiki.lyx.org/Windows/Mongolian
44030 \end_layout
44031
44032 \end_inset
44033
44034
44035 \end_layout
44036
44037 \begin_layout Bibliography
44038 \labelwidthstring Literaturverzeichnis
44039 \begin_inset CommandInset bibitem
44040 LatexCommand bibitem
44041 key "Vietnamese"
44042
44043 \end_inset
44044
44045
44046 \begin_inset CommandInset href
44047 LatexCommand href
44048 name "Wiki-page"
44049 target "http://wiki.lyx.org/Windows/Vietnamese"
44050
44051 \end_inset
44052
44053  how to set up LyX for Vietnamese:
44054 \begin_inset Newline newline
44055 \end_inset
44056
44057
44058 \begin_inset Flex URL
44059 status collapsed
44060
44061 \begin_layout Plain Layout
44062
44063 http://wiki.lyx.org/Windows/Vietnamese
44064 \end_layout
44065
44066 \end_inset
44067
44068
44069 \end_layout
44070
44071 \begin_layout Bibliography
44072 \labelwidthstring Literaturverzeichnis
44073 \begin_inset CommandInset bibitem
44074 LatexCommand bibitem
44075 key "LyX-func"
44076
44077 \end_inset
44078
44079
44080 \begin_inset CommandInset href
44081 LatexCommand href
44082 name "Wiki-page"
44083 target "http://wiki.lyx.org/LyX/LyxFunctionList"
44084
44085 \end_inset
44086
44087  with a list of all available LyX-functions:
44088 \begin_inset Newline newline
44089 \end_inset
44090
44091
44092 \begin_inset Flex URL
44093 status collapsed
44094
44095 \begin_layout Plain Layout
44096
44097 http://wiki.lyx.org/LyX/LyxFunctionList
44098 \end_layout
44099
44100 \end_inset
44101
44102
44103 \end_layout
44104
44105 \begin_layout Bibliography
44106 \labelwidthstring Literaturverzeichnis
44107 \begin_inset CommandInset bibitem
44108 LatexCommand bibitem
44109 key "NewInLyX16"
44110
44111 \end_inset
44112
44113
44114 \begin_inset CommandInset href
44115 LatexCommand href
44116 name "Wiki-page"
44117 target "http://wiki.lyx.org/LyX/NewInLyX16"
44118
44119 \end_inset
44120
44121  about new features in 
44122 \family sans
44123 LyX 1.6.0
44124 \family default
44125 :
44126 \begin_inset Newline newline
44127 \end_inset
44128
44129
44130 \begin_inset Flex URL
44131 status collapsed
44132
44133 \begin_layout Plain Layout
44134
44135 http://wiki.lyx.org/LyX/NewInLyX16
44136 \end_layout
44137
44138 \end_inset
44139
44140
44141 \end_layout
44142
44143 \begin_layout Standard
44144 \begin_inset Newpage newpage
44145 \end_inset
44146
44147
44148 \begin_inset ERT
44149 status collapsed
44150
44151 \begin_layout Plain Layout
44152
44153
44154 \backslash
44155 let
44156 \backslash
44157 mybibname
44158 \backslash
44159 bibname
44160 \end_layout
44161
44162 \begin_layout Plain Layout
44163
44164
44165 \backslash
44166 renewcommand{
44167 \backslash
44168 bibname}{
44169 \backslash
44170 mybibname
44171 \backslash
44172 ; 2}
44173 \end_layout
44174
44175 \end_inset
44176
44177
44178 \begin_inset Note Note
44179 status collapsed
44180
44181 \begin_layout Plain Layout
44182 The command 
44183 \series bold
44184
44185 \backslash
44186 bibname
44187 \series default
44188  is the name of the bibliography in the current document language.
44189  It is redefined here with the number 2 at the end to state that the following
44190  bibliography is the second one:
44191 \end_layout
44192
44193 \end_inset
44194
44195
44196 \end_layout
44197
44198 \begin_layout Standard
44199 \begin_inset CommandInset bibtex
44200 LatexCommand bibtex
44201 bibfiles "biblio/LyXDocs"
44202 options "biblio/alphadin"
44203
44204 \end_inset
44205
44206
44207 \end_layout
44208
44209 \begin_layout Standard
44210 The above bibliography is created from a BibTeX-database.
44211 \end_layout
44212
44213 \begin_layout Standard
44214
44215 \series bold
44216 \begin_inset CommandInset nomencl_print
44217 LatexCommand printnomenclature
44218 set_width "none"
44219
44220 \end_inset
44221
44222
44223 \begin_inset CommandInset index_print
44224 LatexCommand printindex
44225 type "idx"
44226
44227 \end_inset
44228
44229
44230 \end_layout
44231
44232 \end_body
44233 \end_document