]> git.lyx.org Git - lyx.git/blob - lib/doc/UserGuide.lyx
Fix hyphenation point in bind files.
[lyx.git] / lib / doc / UserGuide.lyx
1 #LyX 1.6.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 321
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 are numbered roman
28  % and a pdf-bookmark for the TOC is added
29  \pagenumbering{roman}
30  \let\myTOC\tableofcontents
31  \renewcommand\tableofcontents{%
32    \pdfbookmark[1]{Contents}{}
33    \myTOC
34    \cleardoublepage
35    \pagenumbering{arabic} }
36
37 % redefine the \LyX macro for PDF bookmarks
38 \def\LyX{\texorpdfstring{%
39   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
40   {LyX }}
41
42 % define a short command for \textvisiblespace
43 \newcommand{\spce}{\textvisiblespace}
44
45 % redefine the greyed out note
46 \renewenvironment{lyxgreyedout}
47  {\textcolor{blue}\bgroup}{\egroup}
48 \end_preamble
49 \options intoc,bibtotoc,idxtotoc,BCOR7mm,tablecaptionabove
50 \language english
51 \inputencoding auto
52 \font_roman default
53 \font_sans default
54 \font_typewriter default
55 \font_default_family default
56 \font_sc false
57 \font_osf false
58 \font_sf_scale 100
59 \font_tt_scale 100
60 \graphics default
61 \paperfontsize 12
62 \spacing single
63 \use_hyperref true
64 \pdf_title "The LyX User's Guide"
65 \pdf_author "LyX Team"
66 \pdf_subject "LyX"
67 \pdf_keywords "LyX"
68 \pdf_bookmarks true
69 \pdf_bookmarksnumbered true
70 \pdf_bookmarksopen false
71 \pdf_bookmarksopenlevel 1
72 \pdf_breaklinks false
73 \pdf_pdfborder false
74 \pdf_colorlinks true
75 \pdf_backref false
76 \pdf_pagebackref false
77 \pdf_pdfusetitle false
78 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,pdfpagelayout=OneColumn, pdfnewwindow=true,pdfstartview=XYZ, plainpages=false, pdfpagelabels,pdftex"
79 \papersize default
80 \use_geometry false
81 \use_amsmath 1
82 \use_esint 0
83 \cite_engine basic
84 \use_bibtopic false
85 \paperorientation portrait
86 \branch Question
87 \selected 1
88 \color #00ff00
89 \end_branch
90 \branch Answer
91 \selected 0
92 \color #aa55ff
93 \end_branch
94 \secnumdepth 3
95 \tocdepth 3
96 \paragraph_separation indent
97 \defskip medskip
98 \quotes_language english
99 \papercolumns 1
100 \papersides 2
101 \paperpagestyle default
102 \tracking_changes false
103 \output_changes false
104 \author "" 
105 \author "" 
106 \extra_embedded_files ""
107 \end_header
108
109 \begin_body
110
111 \begin_layout Title
112 The LyX User's Guide
113 \end_layout
114
115 \begin_layout Author
116 by the LyX Team
117 \begin_inset Foot
118 status collapsed
119
120 \begin_layout PlainLayout
121 \noindent
122 If you have comments or error corrections, please send them to the LyX Documenta
123 tion mailing list: 
124 \family typewriter
125 lyx-docs@lists.lyx.org
126 \end_layout
127
128 \end_inset
129
130
131 \newline
132
133 \newline
134 Version 1.6svn
135 \end_layout
136
137 \begin_layout Standard
138 \begin_inset Note Note
139 status open
140
141 \begin_layout PlainLayout
142 The latest PDF-version of this document can be found here:
143 \newline
144
145 \series bold
146 http://wiki.lyx.org/LyX/DocumentationDevelopment#UserGuide
147 \end_layout
148
149 \end_inset
150
151
152 \end_layout
153
154 \begin_layout Standard
155 \begin_inset CommandInset toc
156 LatexCommand tableofcontents
157
158 \end_inset
159
160
161 \end_layout
162
163 \begin_layout Chapter
164 Getting Started
165 \end_layout
166
167 \begin_layout Section
168 What is LyX?
169 \end_layout
170
171 \begin_layout Standard
172 LyX is a document preparation system.
173  It is a tool for producing beautiful manuscripts, publishable books, business
174  letters and proposals, and even poetry.
175  It is unlike most other 
176 \begin_inset Quotes eld
177 \end_inset
178
179 word processors
180 \begin_inset Quotes erd
181 \end_inset
182
183  in the sense that it uses the paradigm of a markup language as its core
184  editing style.
185  That means that when you type a section header, you mark it as a 
186 \begin_inset Quotes eld
187 \end_inset
188
189 Section
190 \begin_inset Quotes erd
191 \end_inset
192
193 , not 
194 \begin_inset Quotes eld
195 \end_inset
196
197 Bold, 17 pt type, left justified, 5 mm space below
198 \begin_inset Quotes erd
199 \end_inset
200
201 .
202  LyX takes care of the typesetting for you, so you deal only with concepts,
203  not the mechanics.
204 \end_layout
205
206 \begin_layout Standard
207 This philosophy is explained in much greater detail in the 
208 \emph on
209
210 \begin_inset Quotes eld
211 \end_inset
212
213 Introduction
214 \begin_inset Quotes erd
215 \end_inset
216
217
218 \emph default
219 .
220  If you haven't read it yet, you need to.
221  Yes, we mean now.
222 \end_layout
223
224 \begin_layout Standard
225 The 
226 \begin_inset Quotes eld
227 \end_inset
228
229
230 \emph on
231 Introduction
232 \emph default
233
234 \begin_inset Quotes erd
235 \end_inset
236
237  describes several things in addition to LyX's philosophy: most importantly,
238  the format of all of the manuals.
239  If you don't read it, you'll have a bear of a time navigating this manual.
240  You might also be better served looking in one of the other manuals instead
241  of this one.
242  
243 \begin_inset Quotes eld
244 \end_inset
245
246
247 \emph on
248 Introduction
249 \emph default
250
251 \begin_inset Quotes erd
252 \end_inset
253
254  describes that, too.
255 \end_layout
256
257 \begin_layout Section
258 How LyX Looks
259 \end_layout
260
261 \begin_layout Standard
262 Like most applications, LyX has the familiar menu bar across the top of
263  its window.
264  Below it is a toolbar with a pulldown box and various buttons.
265  There is, of course, a vertical scrollbar and a main work area for editing
266  documents.
267  Near the bottom of the window is a small window containing a single line
268  of text.
269  This is the 
270 \emph on
271 minibuffer
272 \emph default
273 , which really means 
274 \begin_inset Quotes eld
275 \end_inset
276
277 command buffer
278 \begin_inset Quotes erd
279 \end_inset
280
281 .
282  Type 
283 \family sans
284 M-x
285 \family default
286  when you need to type a command in the minibuffer.
287 \end_layout
288
289 \begin_layout Standard
290 Note that there is no horizontal scroll bar.
291  This is not a bug or an oversight, but intentional.
292  When you read a book, you expect the end of a line to wrap around to the
293  next line.
294  Text overflows onto new pages in a vertical fashion, hence the need for
295  only a vertical scrollbar.
296  There are three cases where you might want a horizontal scrollbar.
297  The first case is large figures, displayed WYSIWYG\SpecialChar \@.
298  This, however, is due
299  to a flaw in the routine that displays graphics on the LyX screen in a
300  WYSIWYG fashion; it should rescale the graphics to fit in the window, just
301  as you'd need to rescale graphics to fit on a page.
302  The second and third cases are tables and equations which are wider than
303  the LyX window.
304  You can use the arrow keys to scroll horizontally through the table, but
305  this doesn't work for equations yet.
306 \end_layout
307
308 \begin_layout Standard
309 For a brief description of all LyX menus and toolbar buttons, have a look
310  at Appendix
311 \begin_inset Space ~
312 \end_inset
313
314
315 \begin_inset CommandInset ref
316 LatexCommand ref
317 reference "cha:The-User-Interface"
318
319 \end_inset
320
321 .
322  Most of them are self-explanatory and you'll find them listed in the correspond
323 ing sections of this documentation.
324 \end_layout
325
326 \begin_layout Section
327 HELP
328 \end_layout
329
330 \begin_layout Standard
331 The help system consists of the LyX manuals.
332  You can read 
333 \emph on
334 all
335 \emph default
336  of the manuals from inside LyX.
337  Just select the manual you want read from the 
338 \family sans
339 Help
340 \family default
341  menu.
342 \end_layout
343
344 \begin_layout Section
345 Basic LyX Setup
346 \begin_inset CommandInset label
347 LatexCommand label
348 name "sec:Basic-LyX-Setup"
349
350 \end_inset
351
352
353 \end_layout
354
355 \begin_layout Standard
356 There are several features of LyX that can be configured from inside LyX,
357  without resorting to configuration files.
358  First, LyX is able to inspect your system to see what programs, LaTeX document
359  classes and LaTeX packages are available.
360  It uses this knowledge to give reasonable defaults to several 
361 \family sans
362 Preferences
363 \begin_inset Index
364 status collapsed
365
366 \begin_layout PlainLayout
367 Preferences
368 \end_layout
369
370 \end_inset
371
372
373 \family default
374  settings.
375  Although this configuration has already been done when LyX was installed
376  on your system, you might have some items that you installed locally, e.g.
377  new LaTeX classes, and which are not seen by LyX.
378  To force LyX to re-inspect your system, you should use 
379 \family sans
380 Tools\SpecialChar \menuseparator
381 Reconfigure
382 \family default
383 .
384 \begin_inset Index
385 status collapsed
386
387 \begin_layout PlainLayout
388 Reconfiguration of LyX
389 \end_layout
390
391 \end_inset
392
393  You should then restart LyX to ensure that the changes are taken into account.
394 \end_layout
395
396 \begin_layout Section
397 LaTeX Setup
398 \begin_inset CommandInset label
399 LatexCommand label
400 name "sec:LaTeX-Setup"
401
402 \end_inset
403
404
405 \end_layout
406
407 \begin_layout Standard
408 LyX needs several LaTeX packages to work properly.
409  The packages found on the system by LyX are listed in the file 
410 \emph on
411 LaT
412 \emph default
413
414 \begin_inset ERT
415 status collapsed
416
417 \begin_layout PlainLayout
418
419 {}
420 \end_layout
421
422 \end_inset
423
424
425 \emph on
426 eX
427 \begin_inset Space ~
428 \end_inset
429
430 Configuration
431 \emph default
432  that will be created when using the menu 
433 \family sans
434 Help\SpecialChar \menuseparator
435 LaT
436 \begin_inset ERT
437 status collapsed
438
439 \begin_layout PlainLayout
440
441 {}
442 \end_layout
443
444 \end_inset
445
446 eX
447 \begin_inset Space ~
448 \end_inset
449
450 Configuration
451 \family default
452 .
453  You should install the required missing packages and then reconfigure LyX.
454 \begin_inset Note Note
455 status collapsed
456
457 \begin_layout PlainLayout
458 The two braces in the ERT box prevent that the term 
459 \begin_inset Quotes eld
460 \end_inset
461
462 LaTeX
463 \begin_inset Quotes erd
464 \end_inset
465
466  is printed with sub- and superscript letters.
467  More on ERT is described in section
468 \begin_inset Space ~
469 \end_inset
470
471
472 \begin_inset CommandInset ref
473 LatexCommand ref
474 reference "sec:ERT"
475
476 \end_inset
477
478 , the printout of proper names like LaTeX is explained in section
479 \begin_inset Space ~
480 \end_inset
481
482
483 \begin_inset CommandInset ref
484 LatexCommand ref
485 reference "sub:LyX's-Proper-Names"
486
487 \end_inset
488
489 .
490 \end_layout
491
492 \end_inset
493
494
495 \begin_inset Index
496 status collapsed
497
498 \begin_layout PlainLayout
499 Reconfiguration of LyX
500 \end_layout
501
502 \end_inset
503
504
505 \end_layout
506
507 \begin_layout Chapter
508 How to work with LyX
509 \end_layout
510
511 \begin_layout Section
512 Basic File Operations
513 \begin_inset Index
514 status collapsed
515
516 \begin_layout PlainLayout
517 File Operations
518 \end_layout
519
520 \end_inset
521
522
523 \end_layout
524
525 \begin_layout Standard
526 Under the 
527 \family sans
528 File
529 \family default
530  menu are basic operations for any word processor in addition to some more
531  advanced operations:
532 \end_layout
533
534 \begin_layout Itemize
535
536 \family sans
537 New
538 \end_layout
539
540 \begin_layout Itemize
541
542 \family sans
543 New
544 \begin_inset Space ~
545 \end_inset
546
547 from
548 \bar under
549
550 \begin_inset Space ~
551 \end_inset
552
553
554 \bar default
555 Template
556 \end_layout
557
558 \begin_layout Itemize
559
560 \family sans
561 Open
562 \end_layout
563
564 \begin_layout Itemize
565
566 \family sans
567 Close
568 \end_layout
569
570 \begin_layout Itemize
571
572 \family sans
573 Save
574 \end_layout
575
576 \begin_layout Itemize
577
578 \family sans
579 Save
580 \begin_inset Space ~
581 \end_inset
582
583 As
584 \end_layout
585
586 \begin_layout Itemize
587
588 \family sans
589 Revert
590 \begin_inset Space ~
591 \end_inset
592
593 to
594 \begin_inset Space ~
595 \end_inset
596
597 saved
598 \end_layout
599
600 \begin_layout Itemize
601
602 \family sans
603 Version
604 \begin_inset Space ~
605 \end_inset
606
607 Control
608 \end_layout
609
610 \begin_layout Itemize
611
612 \family sans
613 Import
614 \end_layout
615
616 \begin_layout Itemize
617
618 \family sans
619 Export
620 \end_layout
621
622 \begin_layout Itemize
623
624 \family sans
625 Print
626 \end_layout
627
628 \begin_layout Itemize
629
630 \family sans
631 Exit
632 \end_layout
633
634 \begin_layout Standard
635 They all do pretty much the same thing as in other word processors, with
636  a few minor differences.
637  The 
638 \family sans
639 File\SpecialChar \menuseparator
640 New
641 \begin_inset Space ~
642 \end_inset
643
644 from
645 \bar under
646
647 \begin_inset Space ~
648 \end_inset
649
650
651 \bar default
652 Template
653 \family default
654  command not only prompts you for a name for the new file, but also prompts
655  you for a template to use.
656  Selecting a template will automatically set certain layout features for
657  the document, features you would otherwise need to change manually.
658  They can be of use for certain classes, especially those for writing letters
659  (see section
660 \begin_inset Space ~
661 \end_inset
662
663
664 \begin_inset CommandInset ref
665 LatexCommand ref
666 reference "sec:Document-Classes"
667
668 \end_inset
669
670 ).
671 \end_layout
672
673 \begin_layout Standard
674 Note: There is no 
675 \begin_inset Quotes eld
676 \end_inset
677
678 default file
679 \begin_inset Quotes erd
680 \end_inset
681
682  or document named 
683 \begin_inset Quotes eld
684 \end_inset
685
686 Untitled
687 \begin_inset Quotes erd
688 \end_inset
689
690  or 
691 \begin_inset Quotes eld
692 \end_inset
693
694 scratch.
695 \begin_inset Quotes erd
696 \end_inset
697
698  Unless you tell LyX to open a file or create a new one, that big, blank
699  space is just that --- a big, blank space.
700 \end_layout
701
702 \begin_layout Standard
703
704 \family sans
705 Revert
706 \begin_inset Space ~
707 \end_inset
708
709 to
710 \begin_inset Space ~
711 \end_inset
712
713 saved
714 \family default
715  and 
716 \family sans
717 Version
718 \begin_inset Space ~
719 \end_inset
720
721 Control
722 \family default
723  are useful if more people work on the same document at the same time
724 \begin_inset Foot
725 status collapsed
726
727 \begin_layout PlainLayout
728 If you plan to do this, you should check out the Version Control feature
729  in LyX also.
730  Read 
731 \emph on
732 Extended Features
733 \emph default
734 \SpecialChar \@.
735
736 \end_layout
737
738 \end_inset
739
740 .
741  
742 \family sans
743 Revert
744 \begin_inset Space ~
745 \end_inset
746
747 to
748 \begin_inset Space ~
749 \end_inset
750
751 saved
752 \family default
753  will reload the document from disk.
754  You can of course also use it if you regret that you changed a document
755  and want to restore it to the last save.
756  With
757 \family sans
758  Version
759 \begin_inset Space ~
760 \end_inset
761
762 Control 
763 \family default
764 you can there register the changes you made to a document so that others
765  can identify this as your changes.
766 \end_layout
767
768 \begin_layout Section
769 Basic Editing Features
770 \begin_inset Index
771 status collapsed
772
773 \begin_layout PlainLayout
774 Editing
775 \end_layout
776
777 \end_inset
778
779
780 \begin_inset CommandInset label
781 LatexCommand label
782 name "sec:Basic-Editing-Features"
783
784 \end_inset
785
786
787 \end_layout
788
789 \begin_layout Standard
790 Like most modern word processors, LyX can perform cut and paste operations
791  on blocks of text, can move by character, word, or screenful of text, and
792  can delete whole words as well as individual characters.
793  The next four sections cover the basic LyX editing features and how to
794  access them.
795  We'll start with cut and paste.
796 \end_layout
797
798 \begin_layout Standard
799 As you might expect, the 
800 \family sans
801 Edit
802 \family default
803  menu has the cut and paste commands, along with various other editing features.
804  Some of these are special and covered in later sections.
805  The basic ones are:
806 \end_layout
807
808 \begin_layout Itemize
809
810 \family sans
811 Cut
812 \end_layout
813
814 \begin_layout Itemize
815
816 \family sans
817 Copy
818 \end_layout
819
820 \begin_layout Itemize
821
822 \family sans
823 Paste
824 \end_layout
825
826 \begin_layout Itemize
827
828 \family sans
829 Paste
830 \begin_inset Space ~
831 \end_inset
832
833 Recent
834 \end_layout
835
836 \begin_layout Itemize
837
838 \family sans
839 Paste
840 \begin_inset Space ~
841 \end_inset
842
843 Special
844 \end_layout
845
846 \begin_layout Itemize
847
848 \family sans
849 Find
850 \begin_inset Space ~
851 \end_inset
852
853 &
854 \begin_inset Space ~
855 \end_inset
856
857 Replace
858 \end_layout
859
860 \begin_layout Standard
861 The first three are self-explanatory.
862  One thing to note: whenever you delete a block of text that you've selected,
863  it's automatically placed in the clipboard.
864  That is, the 
865 \family sans
866 Delete
867 \family default
868  and 
869 \family sans
870 Backspace
871 \family default
872  keys also functions as the 
873 \family sans
874 Cut
875 \family default
876  command.
877  Also, if you've selected text, be careful: If you hit a key, LyX will completel
878 y delete the selected text and replace it with what you just typed.
879  You'll have to do an 
880 \family sans
881 Undo
882 \family default
883  to get back the lost text.
884 \end_layout
885
886 \begin_layout Standard
887 \begin_inset Index
888 status collapsed
889
890 \begin_layout PlainLayout
891 Paste
892 \end_layout
893
894 \end_inset
895
896 You can also copy text between LyX and other programs by cut, copy and paste.
897  The submenu of 
898 \family sans
899 Paste
900 \begin_inset Space ~
901 \end_inset
902
903 Recent
904 \family default
905  shows you a list with the last strings you have pasted.
906 \end_layout
907
908 \begin_layout Standard
909 The menu 
910 \family sans
911 Edit\SpecialChar \menuseparator
912 Paste
913 \begin_inset Space ~
914 \end_inset
915
916 Special\SpecialChar \menuseparator
917 Plain
918 \begin_inset Space ~
919 \end_inset
920
921 Text, Join
922 \begin_inset Space ~
923 \end_inset
924
925 Lines
926 \family default
927  will insert the text in the clipboard so that the whole text is inserted
928  as 
929 \emph on
930 one
931 \emph default
932  paragraph.
933  A new paragraph is started when there is a blank line in the file.
934  Without 
935 \family sans
936 Join
937 \begin_inset Space ~
938 \end_inset
939
940 Lines
941 \family default
942 , the text is inserted as Paragraphs, where the line breaks of the text
943  will start a new paragraph.
944 \end_layout
945
946 \begin_layout Standard
947 \begin_inset Index
948 status collapsed
949
950 \begin_layout PlainLayout
951 Replace
952 \end_layout
953
954 \end_inset
955
956
957 \begin_inset Index
958 status collapsed
959
960 \begin_layout PlainLayout
961 Find
962 \end_layout
963
964 \end_inset
965
966 The 
967 \family sans
968 Edit\SpecialChar \menuseparator
969 Find
970 \begin_inset Space ~
971 \end_inset
972
973 &
974 \begin_inset Space ~
975 \end_inset
976
977 Replace
978 \family default
979  item opens the 
980 \family sans
981 Find
982 \begin_inset Space ~
983 \end_inset
984
985 and
986 \begin_inset Space ~
987 \end_inset
988
989 Replace
990 \family default
991  dialog.
992  Once you've found a word or expression, LyX selects it.
993  Hitting the 
994 \family sans
995 Replace
996 \family default
997  button replaces the selected text with the contents of the 
998 \family sans
999 Replace
1000 \begin_inset Space ~
1001 \end_inset
1002
1003 with
1004 \family default
1005  field.
1006  You can click the 
1007 \family sans
1008 Find
1009 \begin_inset Space ~
1010 \end_inset
1011
1012 Next
1013 \family default
1014  button to skip the current word.
1015  Hit 
1016 \family sans
1017 Replace
1018 \begin_inset Space ~
1019 \end_inset
1020
1021 All
1022 \family default
1023  to replace all occurrences of the text in the document automatically.
1024  The 
1025 \family sans
1026 Case
1027 \begin_inset Space ~
1028 \end_inset
1029
1030 sensitive
1031 \family default
1032  option can be used if you want the search to consider the case of the search
1033  word.
1034  If the toggle is set, searching for 
1035 \begin_inset Quotes eld
1036 \end_inset
1037
1038
1039 \family typewriter
1040 Test
1041 \family default
1042
1043 \begin_inset Quotes erd
1044 \end_inset
1045
1046  will not match the word 
1047 \begin_inset Quotes eld
1048 \end_inset
1049
1050
1051 \family typewriter
1052 test
1053 \family default
1054
1055 \begin_inset Quotes erd
1056 \end_inset
1057
1058 .
1059  The 
1060 \family sans
1061 Match whole words only
1062 \family default
1063  option can be used to force LyX to only find complete words.
1064  I.e., searching for 
1065 \begin_inset Quotes eld
1066 \end_inset
1067
1068
1069 \family typewriter
1070 star
1071 \family default
1072
1073 \begin_inset Quotes erd
1074 \end_inset
1075
1076  will not match 
1077 \begin_inset Quotes eld
1078 \end_inset
1079
1080
1081 \family typewriter
1082 starlet
1083 \family default
1084
1085 \begin_inset Quotes erd
1086 \end_inset
1087
1088 .
1089 \end_layout
1090
1091 \begin_layout Standard
1092 Things like notes, floats, etc., the so called insets can be dissolved.
1093  This means that the inset is deleted and its content is left as normal
1094  text.
1095  Dissolving an inset is done by setting the cursor to the beginning of an
1096  inset and pressing 
1097 \family sans
1098 Backspace
1099 \family default
1100  or by setting the cursor to the end and pressing 
1101 \family sans
1102 Delete
1103 \family default
1104 .
1105 \end_layout
1106
1107 \begin_layout Section
1108 Undo and Redo
1109 \begin_inset Index
1110 status collapsed
1111
1112 \begin_layout PlainLayout
1113 Redo
1114 \end_layout
1115
1116 \end_inset
1117
1118
1119 \begin_inset Index
1120 status collapsed
1121
1122 \begin_layout PlainLayout
1123 Undo
1124 \end_layout
1125
1126 \end_inset
1127
1128
1129 \begin_inset CommandInset label
1130 LatexCommand label
1131 name "sec:Undo-and-Redo"
1132
1133 \end_inset
1134
1135
1136 \end_layout
1137
1138 \begin_layout Standard
1139 If you make a mistake, you can easily recover from it.
1140  LyX has a large-capacity undo/redo buffer.
1141  Select 
1142 \family sans
1143 Edit\SpecialChar \menuseparator
1144 Undo
1145 \family default
1146  to undo some mistake.
1147  If you accidentally undo too much, use 
1148 \family sans
1149 Edit\SpecialChar \menuseparator
1150 Redo
1151 \family default
1152  to 
1153 \begin_inset Quotes eld
1154 \end_inset
1155
1156 undo the undo.
1157 \begin_inset Quotes erd
1158 \end_inset
1159
1160  The undo mechanism is currently limited to 100 steps to minimize memory
1161  overhead.
1162  
1163 \end_layout
1164
1165 \begin_layout Standard
1166 Notice that if you revert back all changes to arrive to the document as
1167  it was last saved, the 
1168 \begin_inset Quotes eld
1169 \end_inset
1170
1171 changed
1172 \begin_inset Quotes erd
1173 \end_inset
1174
1175  status of the document is unfortunately not reset.
1176  This is a consequence of the 100 step undo limit, above.
1177 \end_layout
1178
1179 \begin_layout Standard
1180 The 
1181 \family sans
1182 Undo
1183 \family default
1184  and 
1185 \family sans
1186 Redo
1187 \family default
1188  work on almost everything in LyX.
1189  They have some quirks, too.
1190  They won't 
1191 \family sans
1192 Undo
1193 \family default
1194  or 
1195 \family sans
1196 Redo
1197 \family default
1198  text character by character, but by blocks of text.
1199  That can take some getting used to; you'll have to play with 
1200 \family sans
1201 Undo
1202 \family default
1203  and 
1204 \family sans
1205 Redo
1206 \family default
1207  to get a feel for just how much they'll undo/redo, and after time, you'll
1208  surely appreciate how it works.
1209 \end_layout
1210
1211 \begin_layout Section
1212 Mouse Operations
1213 \begin_inset Index
1214 status collapsed
1215
1216 \begin_layout PlainLayout
1217 Mouse Operations
1218 \end_layout
1219
1220 \end_inset
1221
1222
1223 \end_layout
1224
1225 \begin_layout Standard
1226 This are the most basic mouse operations.
1227 \end_layout
1228
1229 \begin_layout Enumerate
1230 Motion
1231 \end_layout
1232
1233 \begin_deeper
1234 \begin_layout Itemize
1235 Click the 
1236 \emph on
1237 left mouse button
1238 \emph default
1239  once anywhere in the edit window.
1240  The cursor moves to the text under the mouse.
1241 \end_layout
1242
1243 \end_deeper
1244 \begin_layout Enumerate
1245 Selecting Text
1246 \end_layout
1247
1248 \begin_deeper
1249 \begin_layout Itemize
1250 Hold down the 
1251 \emph on
1252 left mouse button
1253 \emph default
1254  and drag the mouse.
1255  LyX marks the text between the old and new mouse positions.
1256  Use 
1257 \family sans
1258 Edit\SpecialChar \menuseparator
1259 Copy
1260 \family default
1261  to create a copy of the text in LyX's buffer (and the clipboard).
1262 \end_layout
1263
1264 \begin_layout Itemize
1265 Re-position the cursor and then paste the text back into LyX using 
1266 \family sans
1267 Edit\SpecialChar \menuseparator
1268 Paste
1269 \family default
1270 .
1271 \end_layout
1272
1273 \end_deeper
1274 \begin_layout Enumerate
1275 Insets (Footnotes, Notes, Floats, etc.)
1276 \end_layout
1277
1278 \begin_deeper
1279 \begin_layout Standard
1280
1281 \emph on
1282 Single click
1283 \emph default
1284  the left mouse button to open or close any of these.
1285  Right-click on them to set its properties.
1286  Also check the appropriate section of this manual for more details.
1287 \end_layout
1288
1289 \end_deeper
1290 \begin_layout Enumerate
1291 Tables
1292 \end_layout
1293
1294 \begin_deeper
1295 \begin_layout Standard
1296
1297 \emph on
1298 Single click
1299 \emph default
1300  the right mouse button to open a dialog that will allow you to manipulate
1301  the table.
1302 \end_layout
1303
1304 \end_deeper
1305 \begin_layout Section
1306 Basic Key Bindings
1307 \begin_inset CommandInset label
1308 LatexCommand label
1309 name "sec:Key-Bindings"
1310
1311 \end_inset
1312
1313
1314 \begin_inset Index
1315 status collapsed
1316
1317 \begin_layout PlainLayout
1318 Key Bindings
1319 \end_layout
1320
1321 \end_inset
1322
1323
1324 \end_layout
1325
1326 \begin_layout Standard
1327 We're not going to cover all of the keybindings.
1328  Be aware that there are at least two different primary binding maps: CUA
1329  and Emacs.
1330  LyX's default is CUA.
1331 \end_layout
1332
1333 \begin_layout Standard
1334 Some keys, like 
1335 \family sans
1336 Page
1337 \begin_inset Space ~
1338 \end_inset
1339
1340 Up
1341 \family default
1342
1343 \family sans
1344 Page
1345 \begin_inset Space ~
1346 \end_inset
1347
1348 Down
1349 \family default
1350
1351 \family sans
1352 Left
1353 \family default
1354
1355 \family sans
1356 Right
1357 \family default
1358
1359 \family sans
1360 Up
1361 \family default
1362 , and 
1363 \family sans
1364 Down
1365 \family default
1366 , do exactly what you expect them to do.
1367  Other keys don't:
1368 \end_layout
1369
1370 \begin_layout Labeling
1371 \labelwidthstring 00.00.0000
1372
1373 \family sans
1374 Tab
1375 \begin_inset CommandInset nomenclature
1376 LatexCommand nomenclature
1377 symbol "Tab"
1378 description "Tabulator key"
1379
1380 \end_inset
1381
1382
1383 \family default
1384  There is no such thing as a tab stop in LyX.
1385  If you don't understand this, go read sections
1386 \begin_inset Space ~
1387 \end_inset
1388
1389
1390 \begin_inset CommandInset ref
1391 LatexCommand ref
1392 reference "sec:Par-indent-intro"
1393
1394 \end_inset
1395
1396  and 
1397 \begin_inset CommandInset ref
1398 LatexCommand ref
1399 reference "sec:Paragraph-Environments"
1400
1401 \end_inset
1402
1403 , especially section
1404 \begin_inset Space ~
1405 \end_inset
1406
1407
1408 \begin_inset CommandInset ref
1409 LatexCommand ref
1410 reference "sub:Lists"
1411
1412 \end_inset
1413
1414 , right now.
1415  Yes, right now.
1416  If you're still confused, look in the 
1417 \emph on
1418 Tutorial
1419 \emph default
1420 .
1421 \end_layout
1422
1423 \begin_layout Labeling
1424 \labelwidthstring 00.00.0000
1425
1426 \family sans
1427 Esc
1428 \begin_inset CommandInset nomenclature
1429 LatexCommand nomenclature
1430 symbol "Esc"
1431 description "Escape key"
1432
1433 \end_inset
1434
1435
1436 \family default
1437  This is the 
1438 \begin_inset Quotes eld
1439 \end_inset
1440
1441 cancel key.
1442 \begin_inset Quotes erd
1443 \end_inset
1444
1445  It's used, generically, to cancel operations.
1446  Other parts of the manual will go into greater detail about this.
1447 \end_layout
1448
1449 \begin_layout Labeling
1450 \labelwidthstring 00.00.0000
1451
1452 \family sans
1453 Home
1454 \family default
1455
1456 \begin_inset Space ~
1457 \end_inset
1458
1459 and
1460 \begin_inset Space ~
1461 \end_inset
1462
1463
1464 \family sans
1465 End
1466 \family default
1467  These move the cursor, respectively, to the beginning and end of a line,
1468  unless you are using the Emacs bindings where they jump to the beginning
1469  or end of the file.
1470 \end_layout
1471
1472 \begin_layout Standard
1473 There are three modifier keys:
1474 \end_layout
1475
1476 \begin_layout Labeling
1477 \labelwidthstring 00.00.0000
1478
1479 \family sans
1480 Control
1481 \family default
1482  (Denoted by 
1483 \begin_inset Quotes eld
1484 \end_inset
1485
1486
1487 \family sans
1488 C
1489 \family default
1490
1491 \begin_inset Quotes erd
1492 \end_inset
1493
1494
1495 \begin_inset CommandInset nomenclature
1496 LatexCommand nomenclature
1497 symbol "C"
1498 description "Control key"
1499
1500 \end_inset
1501
1502  in the documentation files) This has a couple of different uses, depending
1503  on which keys it's used in combination with:
1504 \end_layout
1505
1506 \begin_deeper
1507 \begin_layout Itemize
1508 With 
1509 \family sans
1510 Backspace
1511 \family default
1512  or 
1513 \family sans
1514 Delete
1515 \family default
1516 , it deletes an entire word instead of a single character.
1517 \end_layout
1518
1519 \begin_layout Itemize
1520 With 
1521 \family sans
1522 Left
1523 \family default
1524  and 
1525 \family sans
1526 Right
1527 \family default
1528 , it moves by words instead of characters.
1529 \end_layout
1530
1531 \begin_layout Itemize
1532 With 
1533 \family sans
1534 Home
1535 \family default
1536  and 
1537 \family sans
1538 End
1539 \family default
1540 , it moves to the beginning and the end of the document, respectively.
1541 \end_layout
1542
1543 \end_deeper
1544 \begin_layout Labeling
1545 \labelwidthstring 00.00.0000
1546
1547 \family sans
1548 Shift
1549 \family default
1550  (Denoted by 
1551 \begin_inset Quotes eld
1552 \end_inset
1553
1554
1555 \family sans
1556 S
1557 \family default
1558
1559 \begin_inset Quotes erd
1560 \end_inset
1561
1562
1563 \begin_inset CommandInset nomenclature
1564 LatexCommand nomenclature
1565 symbol "S"
1566 description "Shift key"
1567
1568 \end_inset
1569
1570  in the documentation files) Use this with any of the motion keys to select
1571  the text between the old and new cursor positions.
1572 \end_layout
1573
1574 \begin_layout Labeling
1575 \labelwidthstring 00.00.0000
1576
1577 \family sans
1578 Meta
1579 \family default
1580  (Denoted by 
1581 \begin_inset Quotes eld
1582 \end_inset
1583
1584
1585 \family sans
1586 M
1587 \family default
1588
1589 \begin_inset Quotes erd
1590 \end_inset
1591
1592
1593 \begin_inset CommandInset nomenclature
1594 LatexCommand nomenclature
1595 symbol "M"
1596 description "Meta or Alt key"
1597
1598 \end_inset
1599
1600  in the documentation files) This is the Alt key on many keyboards, unless
1601  your keyboard has a distinct Meta key.
1602  If you have both keys, you will need to try out which one actually performs
1603  the 
1604 \family sans
1605 Meta-
1606 \family default
1607  function.
1608  This key does many different things, but it also activates the 
1609 \emph on
1610 menu accelerator keys
1611 \emph default
1612 .
1613  If you use this in combination with any of the underlined letters in a
1614  menu or menu item, it selects that menu item.
1615 \end_layout
1616
1617 \begin_deeper
1618 \begin_layout Standard
1619 For example, the sequence 
1620 \begin_inset Quotes eld
1621 \end_inset
1622
1623
1624 \family sans
1625 M
1626 \begin_inset Space ~
1627 \end_inset
1628
1629 e
1630 \begin_inset Space ~
1631 \end_inset
1632
1633 s
1634 \family default
1635
1636 \begin_inset Space ~
1637 \end_inset
1638
1639
1640 \family sans
1641 c
1642 \family default
1643
1644 \begin_inset Quotes erd
1645 \end_inset
1646
1647  
1648 \family sans
1649 brings
1650 \family default
1651  up the 
1652 \begin_inset Quotes eld
1653 \end_inset
1654
1655 Text Style
1656 \begin_inset Quotes erd
1657 \end_inset
1658
1659  menu.
1660  Typing 
1661 \begin_inset Quotes eld
1662 \end_inset
1663
1664
1665 \family sans
1666 M
1667 \begin_inset Space ~
1668 \end_inset
1669
1670 f
1671 \family default
1672
1673 \begin_inset Quotes erd
1674 \end_inset
1675
1676  opens the 
1677 \family sans
1678 File
1679 \family default
1680  menu.
1681 \end_layout
1682
1683 \begin_layout Standard
1684 There are also other things bound to the 
1685 \family sans
1686 Meta-
1687 \family default
1688  key, but you'll have to check in the 
1689 \emph on
1690 Reference
1691 \emph default
1692  
1693 \emph on
1694 manual
1695 \emph default
1696  for more info.
1697 \end_layout
1698
1699 \end_deeper
1700 \begin_layout Standard
1701 You'll learn more and more keybindings and short-cut keys as you use LyX,
1702  because most actions will prompt a small message in the status bar at the
1703  bottom of LyX's main window which describe the name of the action, you've
1704  just triggered, and any existing keybindings for that action.
1705  The notation for the keybindings is very similar to the notation used in
1706  this documentation, so you should not have any problems understanding it.
1707  However, notice that Shift-modifiers are explicitly mentioned, so 
1708 \family sans
1709
1710 \begin_inset Quotes eld
1711 \end_inset
1712
1713 M-p S-A
1714 \family default
1715
1716 \begin_inset Quotes erd
1717 \end_inset
1718
1719  means 
1720 \family sans
1721 Meta-p
1722 \family default
1723  followed by a capital 
1724 \family sans
1725 A
1726 \family default
1727 .
1728  
1729 \begin_inset Quotes eld
1730 \end_inset
1731
1732
1733 \family sans
1734 S-C-s
1735 \family default
1736
1737 \begin_inset Quotes erd
1738 \end_inset
1739
1740  means 
1741 \family sans
1742 Shift-Control-s
1743 \family default
1744 .
1745 \end_layout
1746
1747 \begin_layout Chapter
1748 LyX Basics
1749 \begin_inset Index
1750 status collapsed
1751
1752 \begin_layout PlainLayout
1753 LyX ! Basics
1754 \end_layout
1755
1756 \end_inset
1757
1758
1759 \end_layout
1760
1761 \begin_layout Section
1762 Document Types
1763 \begin_inset Index
1764 status collapsed
1765
1766 \begin_layout PlainLayout
1767 Document ! Types
1768 \end_layout
1769
1770 \end_inset
1771
1772
1773 \end_layout
1774
1775 \begin_layout Subsection
1776 Introduction
1777 \end_layout
1778
1779 \begin_layout Standard
1780 Before you do anything else, before you ever start writing a document, you
1781  need to decide what type of document you want to edit.
1782  Different types of documents use different types of spacing, headings,
1783  numbering schemes, and so on.
1784  Additionally, different documents use different paragraph environments,
1785  and format the title of your document differently.
1786 \end_layout
1787
1788 \begin_layout Standard
1789
1790 \emph on
1791 document class
1792 \emph default
1793  describes a group of properties common to a particular set of documents.
1794  By setting the document class, you automatically select these properties,
1795  making it easier to create the type of document you want.
1796  If you don't choose a document class, LyX picks one for you by default.
1797  So, it behooves you to change the class of your document.
1798 \end_layout
1799
1800 \begin_layout Standard
1801 Read on for info about the document classes you can choose from LyX, and
1802  how to adjust their properties.
1803 \end_layout
1804
1805 \begin_layout Subsection
1806 Document Classes
1807 \begin_inset Index
1808 status collapsed
1809
1810 \begin_layout PlainLayout
1811 Document ! Classes
1812 \end_layout
1813
1814 \end_inset
1815
1816
1817 \begin_inset CommandInset label
1818 LatexCommand label
1819 name "sec:Document-Classes"
1820
1821 \end_inset
1822
1823
1824 \end_layout
1825
1826 \begin_layout Subsubsection
1827 Overview
1828 \end_layout
1829
1830 \begin_layout Standard
1831 There are four standard document classes in LyX.
1832  They are:
1833 \end_layout
1834
1835 \begin_layout Description
1836 Article for basic articles
1837 \end_layout
1838
1839 \begin_layout Description
1840 Report for basic reports
1841 \end_layout
1842
1843 \begin_layout Description
1844 Book for writing a book
1845 \end_layout
1846
1847 \begin_layout Description
1848 Letter for US-style letters
1849 \end_layout
1850
1851 \begin_layout Standard
1852 There are also some non-standard classes, which LyX only uses if you have
1853  installed them.
1854  Here are some of the classes, the full list with detailed explanations
1855  can be found in chapter 
1856 \emph on
1857 Special Document Classes
1858 \emph default
1859  in the 
1860 \emph on
1861 Extended Features
1862 \emph default
1863  manual:
1864 \end_layout
1865
1866 \begin_layout Description
1867 A&A Journal articles in the style and format used in Astronomy & Astrophysics
1868 \end_layout
1869
1870 \begin_layout Description
1871 AAST
1872 \family sans
1873
1874 \begin_inset ERT
1875 status collapsed
1876
1877 \begin_layout PlainLayout
1878
1879 {}
1880 \end_layout
1881
1882 \end_inset
1883
1884
1885 \family default
1886 eX For submissions to the journals published by the American Astronomical
1887  Society
1888 \end_layout
1889
1890 \begin_layout Description
1891 AMS Layouts for articles and books in the style and format used by the American
1892  Mathematical Society (AMS).
1893  There are three article layouts available.
1894  The standard one uses a typical numbering scheme for theorems etc., that
1895  prepends the section number to the number of the result.
1896  All result-type statements (propositions, corollaries, and so on) are sequenced
1897  together, but definitions, examples, and the like have their own sequence.
1898  The 
1899 \begin_inset Quotes eld
1900 \end_inset
1901
1902 sequential numbering
1903 \begin_inset Quotes erd
1904 \end_inset
1905
1906  scheme does not place the section number with each result, but numbers
1907  them throughout the article in a single sequence.
1908  Each type of result gets its own sequence.
1909  There is also a layout that dispenses with numbering of statements altogether.
1910 \end_layout
1911
1912 \begin_layout Description
1913 Beamer Layout for presentations
1914 \end_layout
1915
1916 \begin_layout Description
1917 broadway Layout for writing plays.
1918  It is not an existing LaTeX document class, but a new one which is distributed
1919  with LyX.
1920 \end_layout
1921
1922 \begin_layout Description
1923 curiculum
1924 \begin_inset Space ~
1925 \end_inset
1926
1927 vitae classes to create curriculum vitae
1928 \end_layout
1929
1930 \begin_layout Description
1931 Dinbrief Letters in format of the DIN (German industry norm)
1932 \end_layout
1933
1934 \begin_layout Description
1935 dtk Layout for 
1936 \family typewriter
1937 Die TeXnische Komödie
1938 \family default
1939 , the journal of the German TeX user Group (Dante)
1940 \end_layout
1941
1942 \begin_layout Description
1943 Elsevier Layout for journals of the Elsevier publishing group
1944 \end_layout
1945
1946 \begin_layout Description
1947 Foils Used to make transparencies
1948 \end_layout
1949
1950 \begin_layout Description
1951 g-brief Letters in format of the DIN (German industry norm)
1952 \end_layout
1953
1954 \begin_layout Description
1955 hollywood Used to type spec scripts for the US film industry.
1956  It is not an existing LaTeX document class, but a new one which is distributed
1957  with LyX.
1958 \end_layout
1959
1960 \begin_layout Description
1961 IEEEtran Layout for the journals published by the Institute of Electrical
1962  and Electronics Engineers (IEEE)
1963 \end_layout
1964
1965 \begin_layout Description
1966 IOP Layout for journals of the Institute of Physics publishing group
1967 \end_layout
1968
1969 \begin_layout Description
1970 Kluwer Layout for journals of the Kluwer publishing group
1971 \end_layout
1972
1973 \begin_layout Description
1974 koma-script a replacement for the standard classes, offers many useful features
1975  like caption formatting, automatic print space calculation etc.
1976 \end_layout
1977
1978 \begin_layout Description
1979 Memoir another replacement for the standard classes
1980 \end_layout
1981
1982 \begin_layout Description
1983 paper Used with the 
1984 \family typewriter
1985 paper
1986 \family default
1987  LaTeX document class
1988 \end_layout
1989
1990 \begin_layout Description
1991 Powerdot Layout for presentations
1992 \end_layout
1993
1994 \begin_layout Description
1995 REVTe
1996 \begin_inset ERT
1997 status collapsed
1998
1999 \begin_layout PlainLayout
2000
2001 {}
2002 \end_layout
2003
2004 \end_inset
2005
2006 X is used to write articles for the publications of the American Physical
2007  Society (APS), American Institute of Physics (AIP), and Optical Society
2008  of America (OSA).
2009  This class is not completely compatible with all LyX features.
2010 \end_layout
2011
2012 \begin_layout Description
2013 Slides Used to make transparencies
2014 \end_layout
2015
2016 \begin_layout Description
2017 SPIE
2018 \begin_inset Space ~
2019 \end_inset
2020
2021 Proceedings Layout for the journals published by The International Society
2022  for Optical Engineering (SPIE)
2023 \end_layout
2024
2025 \begin_layout Description
2026 Springer Layouts for journals of the Springer publishing group
2027 \end_layout
2028
2029 \begin_layout Description
2030 TUGboat Layout for 
2031 \family typewriter
2032 TUGboat
2033 \family default
2034 , the journal of the international TeX user Group (TUG)
2035 \end_layout
2036
2037 \begin_layout Standard
2038 We won't go into any detail about how to use these different document classes
2039  here.
2040  You can find all the details about the non-standard classes in the 
2041 \emph on
2042 Extended Editing
2043 \emph default
2044  manual.
2045  Here, we will settle with a list of some of the common properties of all
2046  of the document classes.
2047 \end_layout
2048
2049 \begin_layout Subsubsection
2050 Selecting a Class
2051 \end_layout
2052
2053 \begin_layout Standard
2054 You can select a class using the 
2055 \family sans
2056 Document\SpecialChar \menuseparator
2057 Settings
2058 \begin_inset Index
2059 status collapsed
2060
2061 \begin_layout PlainLayout
2062 Document ! Settings
2063 \end_layout
2064
2065 \end_inset
2066
2067
2068 \family default
2069  dialog.
2070  Select the class you want to use, and make any fine tunings of the options
2071  you may need.
2072 \end_layout
2073
2074 \begin_layout Subsubsection
2075 Properties
2076 \end_layout
2077
2078 \begin_layout Standard
2079 Each class has a default set of options.
2080  Here's a quick table describing them:
2081 \end_layout
2082
2083 \begin_layout Standard
2084 \begin_inset VSpace 0.3cm
2085 \end_inset
2086
2087
2088 \end_layout
2089
2090 \begin_layout Standard
2091 \align center
2092 \begin_inset Tabular
2093 <lyxtabular version="3" rows="5" columns="5">
2094 <features>
2095 <column alignment="center" valignment="top" width="0pt">
2096 <column alignment="center" valignment="top" width="0pt">
2097 <column alignment="center" valignment="top" width="0pt">
2098 <column alignment="center" valignment="top" width="0pt">
2099 <column alignment="center" valignment="top" width="0pt">
2100 <row>
2101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2102 \begin_inset Text
2103
2104 \begin_layout PlainLayout
2105
2106 \end_layout
2107
2108 \end_inset
2109 </cell>
2110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2111 \begin_inset Text
2112
2113 \begin_layout PlainLayout
2114
2115 \family sans
2116 \series medium
2117 \shape up
2118 \size normal
2119 \emph off
2120 \bar no
2121 \noun off
2122 \color none
2123 Pagestyle
2124 \end_layout
2125
2126 \end_inset
2127 </cell>
2128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2129 \begin_inset Text
2130
2131 \begin_layout PlainLayout
2132
2133 \family sans
2134 \series medium
2135 \shape up
2136 \size normal
2137 \emph off
2138 \bar no
2139 \noun off
2140 \color none
2141 Sides
2142 \end_layout
2143
2144 \end_inset
2145 </cell>
2146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2147 \begin_inset Text
2148
2149 \begin_layout PlainLayout
2150
2151 \family sans
2152 \series medium
2153 \shape up
2154 \size normal
2155 \emph off
2156 \bar no
2157 \noun off
2158 \color none
2159 Columns
2160 \end_layout
2161
2162 \end_inset
2163 </cell>
2164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2165 \begin_inset Text
2166
2167 \begin_layout PlainLayout
2168
2169 \series medium
2170 \shape up
2171 \size normal
2172 \emph off
2173 \bar no
2174 \noun off
2175 \color none
2176 Max.
2177  sectioning level
2178 \end_layout
2179
2180 \end_inset
2181 </cell>
2182 </row>
2183 <row>
2184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2185 \begin_inset Text
2186
2187 \begin_layout PlainLayout
2188
2189 \series medium
2190 \shape up
2191 \size normal
2192 \emph off
2193 \bar no
2194 \noun off
2195 \color none
2196 article
2197 \end_layout
2198
2199 \end_inset
2200 </cell>
2201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2202 \begin_inset Text
2203
2204 \begin_layout PlainLayout
2205
2206 \family sans
2207 \series medium
2208 \shape up
2209 \size normal
2210 \emph off
2211 \bar no
2212 \noun off
2213 \color none
2214 Plain
2215 \end_layout
2216
2217 \end_inset
2218 </cell>
2219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2220 \begin_inset Text
2221
2222 \begin_layout PlainLayout
2223
2224 \family sans
2225 \series medium
2226 \shape up
2227 \size normal
2228 \emph off
2229 \bar no
2230 \noun off
2231 \color none
2232 One
2233 \end_layout
2234
2235 \end_inset
2236 </cell>
2237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2238 \begin_inset Text
2239
2240 \begin_layout PlainLayout
2241
2242 \family sans
2243 \series medium
2244 \shape up
2245 \size normal
2246 \emph off
2247 \bar no
2248 \noun off
2249 \color none
2250 One
2251 \end_layout
2252
2253 \end_inset
2254 </cell>
2255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2256 \begin_inset Text
2257
2258 \begin_layout PlainLayout
2259
2260 \family sans
2261 \series medium
2262 \shape up
2263 \size normal
2264 \emph off
2265 \bar no
2266 \noun off
2267 \color none
2268 Section
2269 \end_layout
2270
2271 \end_inset
2272 </cell>
2273 </row>
2274 <row>
2275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2276 \begin_inset Text
2277
2278 \begin_layout PlainLayout
2279
2280 \series medium
2281 \shape up
2282 \size normal
2283 \emph off
2284 \bar no
2285 \noun off
2286 \color none
2287 report
2288 \end_layout
2289
2290 \end_inset
2291 </cell>
2292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2293 \begin_inset Text
2294
2295 \begin_layout PlainLayout
2296
2297 \family sans
2298 \series medium
2299 \shape up
2300 \size normal
2301 \emph off
2302 \bar no
2303 \noun off
2304 \color none
2305 Plain
2306 \end_layout
2307
2308 \end_inset
2309 </cell>
2310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2311 \begin_inset Text
2312
2313 \begin_layout PlainLayout
2314
2315 \family sans
2316 \series medium
2317 \shape up
2318 \size normal
2319 \emph off
2320 \bar no
2321 \noun off
2322 \color none
2323 One
2324 \end_layout
2325
2326 \end_inset
2327 </cell>
2328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2329 \begin_inset Text
2330
2331 \begin_layout PlainLayout
2332
2333 \family sans
2334 \series medium
2335 \shape up
2336 \size normal
2337 \emph off
2338 \bar no
2339 \noun off
2340 \color none
2341 One
2342 \end_layout
2343
2344 \end_inset
2345 </cell>
2346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2347 \begin_inset Text
2348
2349 \begin_layout PlainLayout
2350
2351 \family sans
2352 \series medium
2353 \shape up
2354 \size normal
2355 \emph off
2356 \bar no
2357 \noun off
2358 \color none
2359 Chapter
2360 \end_layout
2361
2362 \end_inset
2363 </cell>
2364 </row>
2365 <row>
2366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2367 \begin_inset Text
2368
2369 \begin_layout PlainLayout
2370
2371 \series medium
2372 \shape up
2373 \size normal
2374 \emph off
2375 \bar no
2376 \noun off
2377 \color none
2378 book
2379 \end_layout
2380
2381 \end_inset
2382 </cell>
2383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2384 \begin_inset Text
2385
2386 \begin_layout PlainLayout
2387
2388 \family sans
2389 \series medium
2390 \shape up
2391 \size normal
2392 \emph off
2393 \bar no
2394 \noun off
2395 \color none
2396 Headings
2397 \end_layout
2398
2399 \end_inset
2400 </cell>
2401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2402 \begin_inset Text
2403
2404 \begin_layout PlainLayout
2405
2406 \family sans
2407 \series medium
2408 \shape up
2409 \size normal
2410 \emph off
2411 \bar no
2412 \noun off
2413 \color none
2414 Two
2415 \end_layout
2416
2417 \end_inset
2418 </cell>
2419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2420 \begin_inset Text
2421
2422 \begin_layout PlainLayout
2423
2424 \family sans
2425 \series medium
2426 \shape up
2427 \size normal
2428 \emph off
2429 \bar no
2430 \noun off
2431 \color none
2432 One
2433 \end_layout
2434
2435 \end_inset
2436 </cell>
2437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2438 \begin_inset Text
2439
2440 \begin_layout PlainLayout
2441
2442 \family sans
2443 \series medium
2444 \shape up
2445 \size normal
2446 \emph off
2447 \bar no
2448 \noun off
2449 \color none
2450 Chapter
2451 \end_layout
2452
2453 \end_inset
2454 </cell>
2455 </row>
2456 <row>
2457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2458 \begin_inset Text
2459
2460 \begin_layout PlainLayout
2461
2462 \series medium
2463 \shape up
2464 \size normal
2465 \emph off
2466 \bar no
2467 \noun off
2468 \color none
2469 letter
2470 \end_layout
2471
2472 \end_inset
2473 </cell>
2474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2475 \begin_inset Text
2476
2477 \begin_layout PlainLayout
2478
2479 \family sans
2480 \series medium
2481 \shape up
2482 \size normal
2483 \emph off
2484 \bar no
2485 \noun off
2486 \color none
2487 Plain
2488 \end_layout
2489
2490 \end_inset
2491 </cell>
2492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2493 \begin_inset Text
2494
2495 \begin_layout PlainLayout
2496
2497 \family sans
2498 \series medium
2499 \shape up
2500 \size normal
2501 \emph off
2502 \bar no
2503 \noun off
2504 \color none
2505 One
2506 \end_layout
2507
2508 \end_inset
2509 </cell>
2510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2511 \begin_inset Text
2512
2513 \begin_layout PlainLayout
2514
2515 \family sans
2516 \series medium
2517 \shape up
2518 \size normal
2519 \emph off
2520 \bar no
2521 \noun off
2522 \color none
2523 One
2524 \end_layout
2525
2526 \end_inset
2527 </cell>
2528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2529 \begin_inset Text
2530
2531 \begin_layout PlainLayout
2532
2533 \series medium
2534 \shape up
2535 \size normal
2536 \emph off
2537 \bar no
2538 \noun off
2539 \color none
2540 none
2541 \end_layout
2542
2543 \end_inset
2544 </cell>
2545 </row>
2546 </lyxtabular>
2547
2548 \end_inset
2549
2550
2551 \end_layout
2552
2553 \begin_layout Standard
2554 \begin_inset VSpace 0.3cm
2555 \end_inset
2556
2557
2558 \end_layout
2559
2560 \begin_layout Standard
2561 You're probably also wondering what 
2562 \begin_inset Quotes eld
2563 \end_inset
2564
2565 Max.
2566 \begin_inset Space ~
2567 \end_inset
2568
2569 sectioning level
2570 \begin_inset Quotes erd
2571 \end_inset
2572
2573  means.
2574  There are several paragraph environments used to create section headings.
2575  Different document classes allow different types of section headings.
2576  Only two use the 
2577 \family sans
2578 Chapter
2579 \family default
2580  heading; the rest do not and begin instead with the 
2581 \family sans
2582 Section
2583 \family default
2584  heading.
2585  Some document classes, such as the ones for letters, don't use any section
2586  headings.
2587  In addition to 
2588 \family sans
2589 Chapter
2590 \family default
2591  and 
2592 \family sans
2593 Section
2594 \family default
2595  headings, there are also 
2596 \family sans
2597 Subsection
2598 \family default
2599  headings, 
2600 \family sans
2601 Subsubsection
2602 \family default
2603  headings, and so on.
2604  We'll describe these headings fully in section
2605 \begin_inset Space ~
2606 \end_inset
2607
2608
2609 \begin_inset CommandInset ref
2610 LatexCommand ref
2611 reference "sub:Headings"
2612
2613 \end_inset
2614
2615 .
2616 \end_layout
2617
2618 \begin_layout Subsection
2619 Document Layout
2620 \begin_inset Index
2621 status collapsed
2622
2623 \begin_layout PlainLayout
2624 Document !  Layout
2625 \end_layout
2626
2627 \end_inset
2628
2629
2630 \begin_inset CommandInset label
2631 LatexCommand label
2632 name "sub:Document-Layout"
2633
2634 \end_inset
2635
2636
2637 \family sans
2638
2639 \begin_inset Index
2640 status collapsed
2641
2642 \begin_layout PlainLayout
2643 Document ! Settings
2644 \end_layout
2645
2646 \end_inset
2647
2648
2649 \end_layout
2650
2651 \begin_layout Standard
2652 The most important properties of documents classes are set in the menu 
2653 \family sans
2654 Document\SpecialChar \menuseparator
2655 Settings
2656 \family default
2657 .
2658  There in the 
2659 \family sans
2660 Options
2661 \family default
2662  field under 
2663 \family sans
2664 Documents
2665 \begin_inset Space ~
2666 \end_inset
2667
2668 classes
2669 \family default
2670 , you can enter special options for your document class in a comma-separated
2671  list.
2672  This is only necessary if LyX doesn't support special options you want
2673  to use for your document.
2674  To learn more about your favorite LaTeX-class and its options, you have
2675  to read its manual.
2676 \end_layout
2677
2678 \begin_layout Standard
2679 Under 
2680 \family sans
2681 Page
2682 \begin_inset Space ~
2683 \end_inset
2684
2685 Layout
2686 \family default
2687  the 
2688 \family sans
2689 Pagestyle
2690 \family default
2691  controls what sorts of headings and page numbers go on a page.
2692  You can choose between the following five options:
2693 \end_layout
2694
2695 \begin_layout Labeling
2696 \labelwidthstring 00.00.0000
2697
2698 \family sans
2699 Default
2700 \family default
2701  Use default pagestyle of current class.
2702 \end_layout
2703
2704 \begin_layout Labeling
2705 \labelwidthstring 00.00.0000
2706
2707 \family sans
2708 Empty
2709 \family default
2710  No page numbers or headings.
2711 \end_layout
2712
2713 \begin_layout Labeling
2714 \labelwidthstring 00.00.0000
2715
2716 \family sans
2717 Plain
2718 \family default
2719  Page numbers only.
2720 \end_layout
2721
2722 \begin_layout Labeling
2723 \labelwidthstring 00.00.0000
2724
2725 \family sans
2726 Headings
2727 \family default
2728  Page numbers and either the current chapter or section title and number.
2729  Whether LyX uses the current chapter or the current section depends on
2730  the maximum sectioning level of the class.
2731 \end_layout
2732
2733 \begin_layout Labeling
2734 \labelwidthstring 00.00.0000
2735
2736 \family sans
2737 Fancy
2738 \family default
2739  This allows you to create fully customizable headers and footers if you
2740  have the 
2741 \series bold
2742 fancyhdr
2743 \begin_inset Index
2744 status collapsed
2745
2746 \begin_layout PlainLayout
2747 LaTeX-packages ! fancyhdr
2748 \end_layout
2749
2750 \end_inset
2751
2752
2753 \series default
2754  package installed.
2755  At the moment, support in LyX is limited to this setting.
2756  To use the full power of this package, you have to add code to your document
2757  preamble.
2758  Check the documentation for the 
2759 \series bold
2760 fancyhdr
2761 \series default
2762  package for more details, 
2763 \begin_inset CommandInset citation
2764 LatexCommand cite
2765 key "fancyhdr"
2766
2767 \end_inset
2768
2769 .
2770 \end_layout
2771
2772 \begin_layout Standard
2773 The 
2774 \family sans
2775 Separation
2776 \family default
2777  of paragraphs is described in section
2778 \begin_inset Space ~
2779 \end_inset
2780
2781
2782 \begin_inset CommandInset ref
2783 LatexCommand ref
2784 reference "sec:Par-indent-intro"
2785
2786 \end_inset
2787
2788 .
2789 \end_layout
2790
2791 \begin_layout Subsection
2792 Paper Size and Orientation
2793 \begin_inset Index
2794 status collapsed
2795
2796 \begin_layout PlainLayout
2797 Document ! Paper size
2798 \end_layout
2799
2800 \end_inset
2801
2802
2803 \begin_inset CommandInset label
2804 LatexCommand label
2805 name "sub:Paper-Size,-Orientation,"
2806
2807 \end_inset
2808
2809
2810 \end_layout
2811
2812 \begin_layout Standard
2813 You'll find the following options in the menu 
2814 \family sans
2815 Page
2816 \begin_inset Space ~
2817 \end_inset
2818
2819 Layout
2820 \family default
2821  of the dialog of the 
2822 \family sans
2823 Document\SpecialChar \menuseparator
2824 Settings
2825 \family default
2826  menu:
2827 \family sans
2828
2829 \begin_inset Index
2830 status collapsed
2831
2832 \begin_layout PlainLayout
2833 Document ! Settings
2834 \end_layout
2835
2836 \end_inset
2837
2838
2839 \end_layout
2840
2841 \begin_layout Labeling
2842 \labelwidthstring 00.00.0000
2843
2844 \family sans
2845 Papersize
2846 \family default
2847  What size paper to print on.
2848  The choices are
2849 \end_layout
2850
2851 \begin_layout Itemize
2852
2853 \family sans
2854 Default
2855 \end_layout
2856
2857 \begin_layout Itemize
2858
2859 \family sans
2860 A3, A4,
2861 \family default
2862  
2863 \family sans
2864 A5
2865 \end_layout
2866
2867 \begin_layout Itemize
2868
2869 \family sans
2870 B3, B4, B5
2871 \end_layout
2872
2873 \begin_layout Itemize
2874
2875 \family sans
2876 US letter
2877 \end_layout
2878
2879 \begin_layout Itemize
2880
2881 \family sans
2882 US legal
2883 \end_layout
2884
2885 \begin_layout Itemize
2886
2887 \family sans
2888 US executive
2889 \end_layout
2890
2891 \begin_layout Itemize
2892
2893 \family sans
2894 Custom
2895 \end_layout
2896
2897 \begin_layout Labeling
2898 \labelwidthstring 00.00.0000
2899
2900 \family sans
2901 Orientation
2902 \family default
2903  Two toggle buttons choose whether to print the output as 
2904 \family sans
2905 Landscape
2906 \family default
2907  or as 
2908 \family sans
2909 Portrait
2910 \family default
2911 .
2912 \end_layout
2913
2914 \begin_layout Labeling
2915 \labelwidthstring 00.00.0000
2916
2917 \family sans
2918 Two-sided
2919 \begin_inset Space ~
2920 \end_inset
2921
2922 document
2923 \family default
2924  Adjusts the print space to print both sides of paper.
2925  That means that the print space for odd- and even-numbered pages is different.
2926 \end_layout
2927
2928 \begin_layout Subsection
2929 Margins
2930 \begin_inset Index
2931 status collapsed
2932
2933 \begin_layout PlainLayout
2934 Document ! Margins
2935 \end_layout
2936
2937 \end_inset
2938
2939
2940 \begin_inset CommandInset label
2941 LatexCommand label
2942 name "sub:Margins"
2943
2944 \end_inset
2945
2946
2947 \begin_inset Index
2948 status collapsed
2949
2950 \begin_layout PlainLayout
2951 Margins
2952 \end_layout
2953
2954 \end_inset
2955
2956
2957 \end_layout
2958
2959 \begin_layout Standard
2960 Paper margins are set in the menu 
2961 \family sans
2962 Document\SpecialChar \menuseparator
2963 Settings
2964 \family default
2965 .
2966 \family sans
2967
2968 \begin_inset Index
2969 status collapsed
2970
2971 \begin_layout PlainLayout
2972 Document ! Settings
2973 \end_layout
2974
2975 \end_inset
2976
2977
2978 \end_layout
2979
2980 \begin_layout Standard
2981 If you use a koma-script document class, you can use the default settings.
2982  Because koma-script calculates then the printspace automatically by taking
2983  the paper format and the font size into account.
2984 \end_layout
2985
2986 \begin_layout Subsection
2987 Important Note
2988 \end_layout
2989
2990 \begin_layout Standard
2991 If you change a document class, LyX has to convert 
2992 \emph on
2993 everything
2994 \emph default
2995  into the new class.
2996  That includes the paragraph environments.
2997  Some paragraph environments are standard; all of the document classes have
2998  them; but some classes have special paragraph environments.
2999  If this is the case, and you change the document class, LyX sets the missing
3000  paragraph environments to 
3001 \family sans
3002 Standard
3003 \family default
3004  and places an error box at the beginning of the paragraph.
3005  Just click on them and you'll get a message dialog that tells you about
3006  the conversion and why it failed.
3007 \end_layout
3008
3009 \begin_layout Section
3010 Paragraph Indentation and Separation
3011 \begin_inset Index
3012 status collapsed
3013
3014 \begin_layout PlainLayout
3015 Paragraph ! Indentation
3016 \end_layout
3017
3018 \end_inset
3019
3020
3021 \end_layout
3022
3023 \begin_layout Subsection
3024 Introduction
3025 \begin_inset CommandInset label
3026 LatexCommand label
3027 name "sec:Par-indent-intro"
3028
3029 \end_inset
3030
3031
3032 \end_layout
3033
3034 \begin_layout Standard
3035 Before describing all of the various paragraph environments, we'd like to
3036  say a word or two about paragraph indentation.
3037 \end_layout
3038
3039 \begin_layout Standard
3040 Everyone seems to have their own convention for separating paragraphs.
3041  Most Americans indent the first line of a paragraph.
3042  Others don't indent but put extra space between the paragraphs.
3043  If you choose indentation for paragraphs the 
3044 \emph on
3045 first
3046 \emph default
3047  paragraph of a section, or after a figure, an equation, a table, a list,
3048  etc., is 
3049 \emph on
3050 not
3051 \emph default
3052  indented.
3053  Only a paragraph following another paragraph gets indented.
3054  Note that the indentation behavior is different when you use another document
3055  language than English.
3056  LaTeX takes care that the indentation follows the rules of the used language.
3057 \end_layout
3058
3059 \begin_layout Standard
3060 The space between paragraphs, like the line spacing, the space between headings
3061  and text --- in fact, all of the spacings for just about everything are
3062  pre-coded into LyX.
3063  As we said, you don't worry about how much space to add between what.
3064  LyX takes care of that.
3065  In fact, these pre-coded vertical spacings aren't a single number but a
3066  range.
3067  That way, LyX can squish or stretch the space between lines to make sure
3068  figures fit on a page with text, so that sections don't start at the bottom
3069  of a page, and so on.
3070 \begin_inset Foot
3071 status collapsed
3072
3073 \begin_layout PlainLayout
3074 LaTeX does this when LyX goes to produce a printable file.
3075 \end_layout
3076
3077 \end_inset
3078
3079  However, pre-coded doesn't mean you can't change them.
3080  LyX gives you the ability to globally change 
3081 \emph on
3082 all
3083 \emph default
3084  of these pre-coded spacings.
3085  We'll explain more later.
3086 \end_layout
3087
3088 \begin_layout Subsection
3089 Paragraph Separation
3090 \begin_inset Index
3091 status collapsed
3092
3093 \begin_layout PlainLayout
3094 Paragraph ! Separation
3095 \end_layout
3096
3097 \end_inset
3098
3099
3100 \end_layout
3101
3102 \begin_layout Standard
3103 To separate paragraphs, select 
3104 \family sans
3105 Indent
3106 \family default
3107  or 
3108 \family sans
3109 Skip
3110 \family default
3111  in the submenu 
3112 \family sans
3113 Text
3114 \begin_inset Space ~
3115 \end_inset
3116
3117 Layout
3118 \family default
3119  of the dialog 
3120 \family sans
3121 Document\SpecialChar \menuseparator
3122 Settings
3123 \begin_inset Index
3124 status collapsed
3125
3126 \begin_layout PlainLayout
3127 Document ! Settings
3128 \end_layout
3129
3130 \end_inset
3131
3132
3133 \family default
3134  to indent paragraphs or add extra space between paragraphs, respectively.
3135  The size of the skips can be defined in the dialog, for the indentation
3136  you have to add this line to your document preamble:
3137 \end_layout
3138
3139 \begin_layout Standard
3140
3141 \series bold
3142
3143 \backslash
3144 setlength{
3145 \backslash
3146 parindent}{Length}
3147 \end_layout
3148
3149 \begin_layout Standard
3150 where length is a value in one of the units listed in Appendix
3151 \begin_inset Space ~
3152 \end_inset
3153
3154
3155 \begin_inset CommandInset ref
3156 LatexCommand ref
3157 reference "cap:Units"
3158
3159 \end_inset
3160
3161 .
3162  The default length is 30
3163 \begin_inset Space \thinspace{}
3164 \end_inset
3165
3166 pt.
3167 \end_layout
3168
3169 \begin_layout Subsection
3170 Fine-Tuning
3171 \end_layout
3172
3173 \begin_layout Standard
3174 You can also change the separation method of a single paragraph.
3175  Open the 
3176 \family sans
3177 Edit\SpecialChar \menuseparator
3178 Paragraph
3179 \begin_inset Space ~
3180 \end_inset
3181
3182 Settings
3183 \family default
3184  dialog and toggle the 
3185 \family sans
3186 Indent
3187 \begin_inset Space ~
3188 \end_inset
3189
3190 Paragraph
3191 \family default
3192  option to change the state of the current paragraph.
3193  If paragraphs have no indentation but use extra space for separation, this
3194  button will be ignored (you can't indent a single paragraph by toggling
3195  this).
3196 \end_layout
3197
3198 \begin_layout Standard
3199 You should only need to change the indentation method for a single paragraph
3200  if you need to do some fine-tuning.
3201 \end_layout
3202
3203 \begin_layout Subsection
3204 Line Spacing
3205 \begin_inset Index
3206 status collapsed
3207
3208 \begin_layout PlainLayout
3209 Paragraph ! Line spacing
3210 \end_layout
3211
3212 \end_inset
3213
3214
3215 \end_layout
3216
3217 \begin_layout Standard
3218 In the 
3219 \family sans
3220 Document\SpecialChar \menuseparator
3221 Settings
3222 \begin_inset Index
3223 status collapsed
3224
3225 \begin_layout PlainLayout
3226 Document ! Settings
3227 \end_layout
3228
3229 \end_inset
3230
3231
3232 \family default
3233  dialog you can set the line spacing in the submenu 
3234 \family sans
3235 Text
3236 \begin_inset Space ~
3237 \end_inset
3238
3239 Layout.
3240 \family default
3241
3242 \begin_inset Foot
3243 status collapsed
3244
3245 \begin_layout PlainLayout
3246 You need to have the LaTeX-package 
3247 \series bold
3248 setspace
3249 \begin_inset Index
3250 status collapsed
3251
3252 \begin_layout PlainLayout
3253 LaTeX-packages ! setspace
3254 \end_layout
3255
3256 \end_inset
3257
3258
3259 \series default
3260  installed to use this feature.
3261 \end_layout
3262
3263 \end_inset
3264
3265
3266 \end_layout
3267
3268 \begin_layout Section
3269 Paragraph Environments
3270 \begin_inset Index
3271 status collapsed
3272
3273 \begin_layout PlainLayout
3274 Paragraph ! Environments
3275 \end_layout
3276
3277 \end_inset
3278
3279
3280 \begin_inset CommandInset label
3281 LatexCommand label
3282 name "sec:Paragraph-Environments"
3283
3284 \end_inset
3285
3286
3287 \begin_inset Index
3288 status collapsed
3289
3290 \begin_layout PlainLayout
3291 Paragraph environments|(
3292 \end_layout
3293
3294 \end_inset
3295
3296
3297 \end_layout
3298
3299 \begin_layout Subsection
3300 Overview
3301 \end_layout
3302
3303 \begin_layout Standard
3304 The paragraph environments correspond to the various
3305 \end_layout
3306
3307 \begin_layout Standard
3308
3309 \series bold
3310
3311 \backslash
3312 begin{
3313 \emph on
3314 environment
3315 \emph default
3316 } ...
3317  
3318 \backslash
3319 end{
3320 \emph on
3321 environment
3322 \emph default
3323 }
3324 \series default
3325
3326 \newline
3327 command sequences in an ordinary LaTeX file.
3328  If you don't know LaTeX, or the concept of a paragraph environment is totally
3329  alien to you, we urge you to read the 
3330 \emph on
3331 Tutorial
3332 \emph default
3333 .
3334  The 
3335 \emph on
3336 Tutorial
3337 \emph default
3338  also contains many more examples than this section does.
3339 \end_layout
3340
3341 \begin_layout Standard
3342 A paragraph environment is simply a 
3343 \begin_inset Quotes eld
3344 \end_inset
3345
3346 container
3347 \begin_inset Quotes erd
3348 \end_inset
3349
3350  for a paragraph which gives that paragraph certain properties.
3351  This can include a particular style of font, different margins, a numbering
3352  scheme, labels, and so on.
3353  Additionally, you can 
3354 \begin_inset Quotes eld
3355 \end_inset
3356
3357 nest
3358 \begin_inset Quotes erd
3359 \end_inset
3360
3361  the different environments inside one another, allowing one environment
3362  to inherit some of the properties of another.
3363  The different paragraph environments totally replace the need for messy
3364  tab stops, on the fly margin adjustment, and other hold-overs from the
3365  days of typewriters.
3366  There are several paragraph environments which are specific to a particular
3367  document type.
3368  We'll only be covering the most common ones here.
3369 \end_layout
3370
3371 \begin_layout Standard
3372 To choose a new paragraph environment, use the pull-down box on the left
3373  end of the toolbar.
3374  LyX will change the environment of the 
3375 \emph on
3376 entire
3377 \emph default
3378  paragraph in which the cursor sits.
3379  You can also change the environment of an entire group of paragraphs if
3380  you select them before choosing the new environment.
3381  
3382 \end_layout
3383
3384 \begin_layout Standard
3385 Note that hitting 
3386 \family sans
3387 Return
3388 \family default
3389  will 
3390 \emph on
3391 typically
3392 \emph default
3393  create a new paragraph using the 
3394 \family sans
3395 Standard
3396 \family default
3397  paragraph environment.
3398  We say 
3399 \begin_inset Quotes eld
3400 \end_inset
3401
3402 typically
3403 \begin_inset Quotes erd
3404 \end_inset
3405
3406  because if you are in one of these environments:
3407 \end_layout
3408
3409 \begin_layout Itemize
3410
3411 \family sans
3412 Quote
3413 \end_layout
3414
3415 \begin_layout Itemize
3416
3417 \family sans
3418 Quotation
3419 \end_layout
3420
3421 \begin_layout Itemize
3422
3423 \family sans
3424 Verse
3425 \end_layout
3426
3427 \begin_layout Itemize
3428
3429 \family sans
3430 Itemize
3431 \end_layout
3432
3433 \begin_layout Itemize
3434
3435 \family sans
3436 Enumerate
3437 \end_layout
3438
3439 \begin_layout Itemize
3440
3441 \family sans
3442 Description
3443 \end_layout
3444
3445 \begin_layout Itemize
3446
3447 \family sans
3448 List
3449 \end_layout
3450
3451 \begin_layout Standard
3452 LyX keeps the old paragraph environment when you hit 
3453 \family sans
3454 Return
3455 \family default
3456 , rather than resetting it to 
3457 \family sans
3458 Standard
3459 \family default
3460 .
3461  LyX will still reset the nesting depth, however.
3462  Usually, starting a new paragraph resets both the paragraph environment
3463  and the nesting depth (for more on nesting see section
3464 \begin_inset Space ~
3465 \end_inset
3466
3467
3468 \begin_inset CommandInset ref
3469 LatexCommand ref
3470 reference "sec:Nesting"
3471
3472 \end_inset
3473
3474 ).
3475  At the moment, all this is context-specific; you're better off expecting
3476  
3477 \family sans
3478 Return
3479 \family default
3480  to reset the paragraph environment and depth.
3481  If you want a new paragraph to keep the current environment and depth,
3482  use 
3483 \family sans
3484 M-Return
3485 \family default
3486  instead.
3487 \end_layout
3488
3489 \begin_layout Subsection
3490 Standard
3491 \end_layout
3492
3493 \begin_layout Standard
3494 The default paragraph environment is 
3495 \family sans
3496 Standard
3497 \family default
3498  for most classes.
3499  It creates a plain paragraph.
3500  If LyX resets the paragraph environment, this is the one it chooses.
3501  In fact, the paragraph you're reading right now (and most of the ones in
3502  this manual) are in the 
3503 \family sans
3504 Standard
3505 \family default
3506  environment.
3507 \end_layout
3508
3509 \begin_layout Standard
3510 You can nest a paragraph using the 
3511 \family sans
3512 Standard
3513 \family default
3514  environment in just about anything else, but you can't really nest anything
3515  in a 
3516 \family sans
3517 Standard
3518 \family default
3519  environment.
3520 \end_layout
3521
3522 \begin_layout Subsection
3523 Document Title
3524 \begin_inset Index
3525 status collapsed
3526
3527 \begin_layout PlainLayout
3528 Document !Title
3529 \end_layout
3530
3531 \end_inset
3532
3533
3534 \end_layout
3535
3536 \begin_layout Standard
3537 A LaTeX title page has three parts: the title itself, the name(s) of the
3538  author(s) and a 
3539 \begin_inset Quotes eld
3540 \end_inset
3541
3542 footnote
3543 \begin_inset Quotes erd
3544 \end_inset
3545
3546  for thanks or contact information.
3547  For certain types of documents, LaTeX places all of this on a separate
3548  page along with today's date.
3549  For other types of documents, the title 
3550 \begin_inset Quotes eld
3551 \end_inset
3552
3553 page
3554 \begin_inset Quotes erd
3555 \end_inset
3556
3557  goes at the top of the first page of the document.
3558  
3559 \end_layout
3560
3561 \begin_layout Standard
3562 LyX provides an interface to the title page commands through the paragraph
3563  environments 
3564 \family sans
3565 Title
3566 \family default
3567
3568 \family sans
3569 Author
3570 \family default
3571 , and 
3572 \family sans
3573 Date
3574 \family default
3575 .
3576  Here's how you use them:
3577 \end_layout
3578
3579 \begin_layout Itemize
3580 Put the title of your document in the 
3581 \family sans
3582 Title
3583 \family default
3584  environment.
3585 \end_layout
3586
3587 \begin_layout Itemize
3588 Put the author name in the 
3589 \family sans
3590 Author
3591 \family default
3592  environment.
3593 \end_layout
3594
3595 \begin_layout Itemize
3596 If you want the date to have a certain appearance, want to use a fixed date,
3597  or want other text to appear in place of today's date, put that text in
3598  the 
3599 \family sans
3600 Date
3601 \family default
3602  environment.
3603  Note that using this environment is optional.
3604  If you don't provide any, LaTeX will automatically insert today's date.
3605  If you don't want any date, add the line
3606 \newline
3607
3608 \series bold
3609
3610 \backslash
3611 date{}
3612 \series default
3613
3614 \newline
3615 to the preamble of your document (menu 
3616 \family sans
3617 Document\SpecialChar \menuseparator
3618 Settings
3619 \family default
3620 )
3621 \end_layout
3622
3623 \begin_layout Standard
3624 You can use footnotes to insert 
3625 \begin_inset Quotes eld
3626 \end_inset
3627
3628 thanks
3629 \begin_inset Quotes erd
3630 \end_inset
3631
3632  or contact informations.
3633 \end_layout
3634
3635 \begin_layout Subsection
3636 Headings
3637 \begin_inset Index
3638 status collapsed
3639
3640 \begin_layout PlainLayout
3641 Section headings
3642 \end_layout
3643
3644 \end_inset
3645
3646
3647 \begin_inset CommandInset label
3648 LatexCommand label
3649 name "sub:Headings"
3650
3651 \end_inset
3652
3653
3654 \end_layout
3655
3656 \begin_layout Standard
3657 There are several paragraph environments for producing section headings.
3658  LyX takes care of the numbering for you.
3659 \end_layout
3660
3661 \begin_layout Subsubsection
3662 Numbered Headings
3663 \begin_inset Index
3664 status collapsed
3665
3666 \begin_layout PlainLayout
3667 Section headings ! Numbered
3668 \end_layout
3669
3670 \end_inset
3671
3672
3673 \end_layout
3674
3675 \begin_layout Standard
3676 There are 7 numbered types of section headings.
3677  They are:
3678 \end_layout
3679
3680 \begin_layout Enumerate
3681
3682 \family sans
3683 Part
3684 \end_layout
3685
3686 \begin_layout Enumerate
3687
3688 \family sans
3689 Chapter
3690 \end_layout
3691
3692 \begin_layout Enumerate
3693
3694 \family sans
3695 Section
3696 \end_layout
3697
3698 \begin_layout Enumerate
3699
3700 \family sans
3701 Subsection
3702 \end_layout
3703
3704 \begin_layout Enumerate
3705
3706 \family sans
3707 Subsubsection
3708 \end_layout
3709
3710 \begin_layout Enumerate
3711
3712 \family sans
3713 Paragraph
3714 \end_layout
3715
3716 \begin_layout Enumerate
3717
3718 \family sans
3719 Subparagraph
3720 \end_layout
3721
3722 \begin_layout Standard
3723 LyX labels each heading with a series of numbers, separated by periods.
3724  The numbers describe where in the document you are.
3725  Unlike the other headings, parts are numbered with Latin letters.
3726 \end_layout
3727
3728 \begin_layout Standard
3729 Headings all subdivide your document into different pieces of text.
3730  For example, suppose you're writing a book.
3731  You group the book into chapters.
3732  LyX does similar grouping:
3733 \end_layout
3734
3735 \begin_layout Itemize
3736
3737 \family sans
3738 Part
3739 \family default
3740  is divided in either 
3741 \family sans
3742 Chapter
3743 \family default
3744  or 
3745 \family sans
3746 Section
3747 \end_layout
3748
3749 \begin_layout Itemize
3750
3751 \family sans
3752 Chapter
3753 \family default
3754 s are divided into 
3755 \family sans
3756 Section
3757 \family default
3758 s
3759 \end_layout
3760
3761 \begin_layout Itemize
3762
3763 \family sans
3764 Section
3765 \family default
3766 s are divided into 
3767 \family sans
3768 Subsection
3769 \family default
3770 s
3771 \end_layout
3772
3773 \begin_layout Itemize
3774
3775 \family sans
3776 Subsection
3777 \family default
3778 s are divided into 
3779 \family sans
3780 Subsubsection
3781 \family default
3782 s
3783 \end_layout
3784
3785 \begin_layout Itemize
3786
3787 \family sans
3788 Subsubsection
3789 \family default
3790 s are divided into 
3791 \family sans
3792 Paragraph
3793 \family default
3794 s
3795 \end_layout
3796
3797 \begin_layout Itemize
3798
3799 \family sans
3800 Paragraph
3801 \family default
3802 s are divided into 
3803 \family sans
3804 Subparagraph
3805 \family default
3806 s
3807 \end_layout
3808
3809 \begin_layout Standard
3810 \begin_inset Note Greyedout
3811 status open
3812
3813 \begin_layout PlainLayout
3814
3815 \series bold
3816 Note:
3817 \series default
3818  Not all document types use the 
3819 \family sans
3820 Chapter
3821 \family default
3822  heading as the maximum sectioning level.
3823  In that case the 
3824 \family sans
3825 Section
3826 \family default
3827  is the top-level heading.
3828 \end_layout
3829
3830 \end_inset
3831
3832
3833 \end_layout
3834
3835 \begin_layout Standard
3836 So, if you use the 
3837 \family sans
3838 Subsubsection
3839 \family default
3840  environment to label a new sub-subsection, LyX labels it with its number,
3841  along with the number of the subsection, section, and, if applicable, chapter
3842  that it's in.
3843  For example: the fifth section of the second chapter of this book has the
3844  label 
3845 \begin_inset Quotes eld
3846 \end_inset
3847
3848 2.5
3849 \begin_inset Quotes erd
3850 \end_inset
3851
3852 .
3853 \end_layout
3854
3855 \begin_layout Subsubsection
3856 Unnumbered Headings
3857 \begin_inset Index
3858 status collapsed
3859
3860 \begin_layout PlainLayout
3861 Section headings ! Unnumbered
3862 \end_layout
3863
3864 \end_inset
3865
3866
3867 \end_layout
3868
3869 \begin_layout Standard
3870 There are 5 types of unnumbered section headings.
3871  They are:
3872 \end_layout
3873
3874 \begin_layout Enumerate
3875
3876 \family sans
3877 Part*line spacing
3878 \end_layout
3879
3880 \begin_layout Enumerate
3881
3882 \family sans
3883 Chapter*
3884 \end_layout
3885
3886 \begin_layout Enumerate
3887
3888 \family sans
3889 Section*
3890 \end_layout
3891
3892 \begin_layout Enumerate
3893
3894 \family sans
3895 Subsection*
3896 \end_layout
3897
3898 \begin_layout Enumerate
3899
3900 \family sans
3901 Subsubsection*
3902 \end_layout
3903
3904 \begin_layout Standard
3905 The 
3906 \begin_inset Quotes eld
3907 \end_inset
3908
3909 *
3910 \begin_inset Quotes erd
3911 \end_inset
3912
3913  after each name means that these headings are not numbered.
3914  They work the same as their numbered counterparts but won't appear in the
3915  table of contents, see section
3916 \begin_inset Space ~
3917 \end_inset
3918
3919
3920 \begin_inset CommandInset ref
3921 LatexCommand ref
3922 reference "sec:toc"
3923
3924 \end_inset
3925
3926 .
3927 \end_layout
3928
3929 \begin_layout Subsubsection
3930 Changing the Numbering
3931 \begin_inset CommandInset label
3932 LatexCommand label
3933 name "sub:Numbering-depth"
3934
3935 \end_inset
3936
3937
3938 \end_layout
3939
3940 \begin_layout Standard
3941 You can also alter which sectioning levels get numbered and which ones appear
3942  in the Table of Contents.
3943  Now, this doesn't remove any of the levels; that's preset in the document
3944  class.
3945  Certain classes start with 
3946 \family sans
3947 Chapter
3948 \family default
3949  and go down to the 
3950 \family sans
3951 Subparagraph
3952 \family default
3953  level.
3954  Others start at 
3955 \family sans
3956 Section
3957 \family default
3958 .
3959  Similarly, not all document classes number all sectioning levels.
3960  Most don't number 
3961 \family sans
3962 Paragraph
3963 \family default
3964  or 
3965 \family sans
3966 Subparagraph
3967 \family default
3968 .
3969  This is something you can change.
3970 \end_layout
3971
3972 \begin_layout Standard
3973 Open the 
3974 \family sans
3975 Document\SpecialChar \menuseparator
3976 Settings
3977 \family default
3978  dialog.
3979 \family sans
3980
3981 \begin_inset Index
3982 status collapsed
3983
3984 \begin_layout PlainLayout
3985 Document ! Settings
3986 \end_layout
3987
3988 \end_inset
3989
3990
3991 \family default
3992  Under 
3993 \family sans
3994 Numbering
3995 \begin_inset Space ~
3996 \end_inset
3997
3998 &
3999 \begin_inset Space ~
4000 \end_inset
4001
4002 TOC
4003 \family default
4004  you'll see two counters.
4005  The one named 
4006 \family sans
4007 Numbering
4008 \family default
4009  controls how far down in the sectioning hierarchy LyX numbers a section
4010  heading.
4011  The other one controls the appearance of the section headings in the table
4012  of contents.
4013 \end_layout
4014
4015 \begin_layout Subsubsection
4016 Short Titles of Headings
4017 \begin_inset Index
4018 status collapsed
4019
4020 \begin_layout PlainLayout
4021 Section headings ! Short titles
4022 \end_layout
4023
4024 \end_inset
4025
4026
4027 \begin_inset OptArg
4028 status collapsed
4029
4030 \begin_layout PlainLayout
4031 Short Titles
4032 \end_layout
4033
4034 \end_inset
4035
4036
4037 \begin_inset CommandInset label
4038 LatexCommand label
4039 name "sec:Short-Titles"
4040
4041 \end_inset
4042
4043
4044 \end_layout
4045
4046 \begin_layout Standard
4047 Some section or chapter titles, such as this one, can get quite long.
4048  This can cause troubles when there is limited horizontal space.
4049  For example, if the header of the page is set to show the current section
4050  title, a long title will protrude over the page margins and look awful.
4051 \end_layout
4052
4053 \begin_layout Standard
4054 LaTeX allows you to specify a short title for section headings.
4055  This short title is used in the header and in the actual table of contents,
4056  avoiding the problem mentioned.
4057  To specify a short title, use the menu 
4058 \family sans
4059 Insert\SpecialChar \menuseparator
4060 Short
4061 \begin_inset Space ~
4062 \end_inset
4063
4064 Title
4065 \family default
4066 .
4067  This will insert a box labeled 
4068 \begin_inset Quotes eld
4069 \end_inset
4070
4071 opt
4072 \begin_inset Quotes erd
4073 \end_inset
4074
4075  (stands for 
4076 \begin_inset Quotes eld
4077 \end_inset
4078
4079 optional
4080 \begin_inset Quotes erd
4081 \end_inset
4082
4083 ) which you can use to enter the short title text.
4084  This also works for captions inside floats.
4085 \end_layout
4086
4087 \begin_layout Standard
4088 The title of this section is a good example of using this feature.
4089 \end_layout
4090
4091 \begin_layout Subsubsection
4092 Special Information
4093 \end_layout
4094
4095 \begin_layout Standard
4096 The following information applies to all section headings:
4097 \end_layout
4098
4099 \begin_layout Itemize
4100 You cannot do any nesting with these environments.
4101 \end_layout
4102
4103 \begin_layout Itemize
4104 You cannot use a margin note in any of these environments.
4105 \end_layout
4106
4107 \begin_layout Itemize
4108 You can only use inline math in these environments.
4109 \end_layout
4110
4111 \begin_layout Itemize
4112 You can use labels and cross-references to refer to their numbers.
4113 \end_layout
4114
4115 \begin_layout Subsection
4116 Quotes and Poetryline spacing
4117 \end_layout
4118
4119 \begin_layout Standard
4120 LyX has three paragraph environments for writing poetry and quotations.
4121  They are 
4122 \family sans
4123 Quote
4124 \family default
4125
4126 \family sans
4127 Quotation
4128 \family default
4129 , and 
4130 \family sans
4131 Verse
4132 \family default
4133 .
4134  Forget the days of changing line spacing and twiddling with margins.
4135  These three paragraph environments already have those changes built-in.
4136  They all widen the left margin and add a bit of extra space above and below
4137  the text they contain.
4138  They also allow nesting, so you can put a 
4139 \family sans
4140 Verse
4141 \family default
4142  in a 
4143 \family sans
4144 Quotation
4145 \family default
4146 , as well as in some other paragraph environments.
4147 \end_layout
4148
4149 \begin_layout Standard
4150 There is another feature of these three paragraph environments: they do
4151  
4152 \emph on
4153 not
4154 \emph default
4155  reset to 
4156 \family sans
4157 Standard
4158 \family default
4159  when you start a new paragraph.
4160  So, you can type in that poem and merrily hit 
4161 \family sans
4162 Return
4163 \family default
4164  without worrying about the paragraph environment changing on you.
4165  Of course, that means that, once you're done typing in that poem, you have
4166  to change back to the 
4167 \family sans
4168 Standard
4169 \family default
4170  environment yourself.
4171 \end_layout
4172
4173 \begin_layout Subsubsection
4174
4175 \family sans
4176 Quote
4177 \family default
4178  and 
4179 \family sans
4180 Quotation
4181 \family default
4182
4183 \begin_inset CommandInset label
4184 LatexCommand label
4185 name "sec:Quote"
4186
4187 \end_inset
4188
4189
4190 \begin_inset Index
4191 status collapsed
4192
4193 \begin_layout PlainLayout
4194 Quotation
4195 \end_layout
4196
4197 \end_inset
4198
4199
4200 \end_layout
4201
4202 \begin_layout Standard
4203 Now that we've described the similarities of these three environments, it's
4204  time for the differences.
4205  
4206 \family sans
4207 Quote
4208 \family default
4209  and 
4210 \family sans
4211 Quotation
4212 \family default
4213  are identical except for one difference: 
4214 \family sans
4215 Quote
4216 \family default
4217  uses extra spacing to separate paragraphs and never indents the first line.
4218  
4219 \family sans
4220 Quotation
4221 \family default
4222  
4223 \emph on
4224 always
4225 \emph default
4226  indents the first line of a paragraph and uses the same line spacing throughout.
4227 \end_layout
4228
4229 \begin_layout Standard
4230 Here's an example of the 
4231 \family sans
4232 Quote
4233 \family default
4234  environment:
4235 \end_layout
4236
4237 \begin_layout Quote
4238 This is in the 
4239 \family sans
4240 Quote
4241 \family default
4242  environment.
4243  I can keep writing, extending this line out further and further until it
4244  wraps.
4245  See -- no indentation!
4246 \end_layout
4247
4248 \begin_layout Quote
4249 Here's the second paragraph of this quote.
4250  Again, there's no indentation, but there is extra space between me and
4251  the other paragraph.
4252 \end_layout
4253
4254 \begin_layout Standard
4255 Here's another example, this time in the 
4256 \family sans
4257 Quotation
4258 \family default
4259  environment:
4260 \end_layout
4261
4262 \begin_layout Quotation
4263 This is in the 
4264 \family sans
4265 Quotation
4266 \family default
4267  environment.
4268  If I keep writing, you'll see the indentation.
4269  If your country uses a writing style that shows off new paragraphs by indenting
4270  the first line, then 
4271 \family sans
4272 Quotation
4273 \family default
4274  is the environment for you! Well, you'd use it 
4275 \emph on
4276 if
4277 \emph default
4278  you were quoting other text.
4279 \end_layout
4280
4281 \begin_layout Quotation
4282 Here's a new paragraph.
4283  I could ramble on and on, like a politician at election time.
4284  If I did that, though, you'd get bored.
4285 \end_layout
4286
4287 \begin_layout Standard
4288 As the examples show, 
4289 \family sans
4290 Quote
4291 \family default
4292  is for those people who use extra space to separate paragraphs.
4293  They should put quotes in the 
4294 \family sans
4295 Quote
4296 \family default
4297  environment.
4298  Those who use indentation to mark a new paragraph should use the 
4299 \family sans
4300 Quotation
4301 \family default
4302  paragraph environment for quoted text.
4303 \end_layout
4304
4305 \begin_layout Subsubsection
4306
4307 \family sans
4308 Verse
4309 \family default
4310
4311 \begin_inset Index
4312 status collapsed
4313
4314 \begin_layout PlainLayout
4315 Paragraph ! Verse
4316 \end_layout
4317
4318 \end_inset
4319
4320
4321 \family sans
4322
4323 \begin_inset Index
4324 status collapsed
4325
4326 \begin_layout PlainLayout
4327 Poetry
4328 \end_layout
4329
4330 \end_inset
4331
4332
4333 \begin_inset CommandInset label
4334 LatexCommand label
4335 name "sec:Verse"
4336
4337 \end_inset
4338
4339
4340 \end_layout
4341
4342 \begin_layout Standard
4343
4344 \family sans
4345 Verse
4346 \family default
4347  is a paragraph environment for poetry, rhymes, verses, and so on.
4348  Here's an example:
4349 \end_layout
4350
4351 \begin_layout Verse
4352 This is in Verse
4353 \newline
4354 Which I did not rehearse!
4355 \end_layout
4356
4357 \begin_layout Verse
4358 It could be much worse.
4359  This line could be long, very long, oh so long, so very long that it wraps
4360  around.
4361  It looks okay on screen, but in the printed version, the extra lines are
4362  indented a bit more than the first.
4363  Okay, so it's turned to prose and doesn't rhyme anymore.
4364  So sue me.
4365 \end_layout
4366
4367 \begin_layout Verse
4368 To break a line
4369 \newline
4370 And make things look fine
4371 \newline
4372 Use 
4373 \family sans
4374 C-Return
4375 \family default
4376 .
4377 \end_layout
4378
4379 \begin_layout Standard
4380 As you can see, 
4381 \family sans
4382 Verse
4383 \family default
4384  does not indent both margins.
4385  Each stanza of the verse or poem is in its own paragraph.
4386  To separate the individual lines of a stanza, use the 
4387 \family typewriter
4388 break-line
4389 \family default
4390  function 
4391 \family sans
4392 C-Return
4393 \family default
4394 .
4395 \end_layout
4396
4397 \begin_layout Subsection
4398 Lists
4399 \begin_inset Index
4400 status collapsed
4401
4402 \begin_layout PlainLayout
4403 Lists
4404 \end_layout
4405
4406 \end_inset
4407
4408
4409 \begin_inset CommandInset label
4410 LatexCommand label
4411 name "sub:Lists"
4412
4413 \end_inset
4414
4415
4416 \end_layout
4417
4418 \begin_layout Standard
4419 LyX has four different paragraph environments for creating different kinds
4420  of lists.
4421  In the 
4422 \family sans
4423 Itemize
4424 \family default
4425  and 
4426 \family sans
4427 Enumerate
4428 \family default
4429  environments, LyX labels your list items with bullets or numbers, respectively.
4430  In the 
4431 \family sans
4432 Description
4433 \family default
4434  and 
4435 \family sans
4436 List
4437 \family default
4438  environments, LyX lets you provide your own label.
4439  We'll present the individual details of each type of list next after describing
4440  some general features of all four of them.
4441 \end_layout
4442
4443 \begin_layout Subsubsection
4444 General Features
4445 \end_layout
4446
4447 \begin_layout Standard
4448 The four paragraph environments for lists differ from the other environments
4449  in several ways.
4450  First, LyX treats each paragraph as a list item.
4451  Hitting 
4452 \family sans
4453 Return
4454 \family default
4455  does 
4456 \emph on
4457 not
4458 \emph default
4459  reset the environment to 
4460 \family sans
4461 Standard
4462 \family default
4463  but keeps the current environment and creates a new list item.
4464  The nesting depth is typically reset, however.
4465  If you want to keep both the current nesting depth and paragraph environment,
4466  you should use 
4467 \family sans
4468 M-Return
4469 \family default
4470  to break paragraphs.
4471 \end_layout
4472
4473 \begin_layout Standard
4474 You can nest lists of any type inside one another.
4475  In fact, LyX changes the labels on some list items depending on how it
4476  is nested.
4477  If you intend to use any of the list paragraph environments, we suggest
4478  you read all of section
4479 \begin_inset Space ~
4480 \end_inset
4481
4482
4483 \begin_inset CommandInset ref
4484 LatexCommand ref
4485 reference "sec:Nesting"
4486
4487 \end_inset
4488
4489 .
4490  
4491 \end_layout
4492
4493 \begin_layout Subsubsection
4494
4495 \family sans
4496 Itemize
4497 \family default
4498
4499 \begin_inset Index
4500 status collapsed
4501
4502 \begin_layout PlainLayout
4503 Lists ! Itemize
4504 \end_layout
4505
4506 \end_inset
4507
4508
4509 \begin_inset CommandInset label
4510 LatexCommand label
4511 name "sec:Itemize"
4512
4513 \end_inset
4514
4515
4516 \end_layout
4517
4518 \begin_layout Standard
4519 The first type of list we'll describe in detail is the 
4520 \family sans
4521 Itemize
4522 \family default
4523  paragraph environment.
4524  It has the following properties:
4525 \end_layout
4526
4527 \begin_layout Itemize
4528 Each item has a particular bullet or symbol as its label.
4529 \end_layout
4530
4531 \begin_deeper
4532 \begin_layout Itemize
4533 LyX uses the same symbol for all of the items in a given nesting level.
4534 \end_layout
4535
4536 \begin_layout Itemize
4537 The symbol appears at the beginning of the first line.
4538 \end_layout
4539
4540 \end_deeper
4541 \begin_layout Itemize
4542 The items can have any length.
4543  LyX automatically offsets the left margin of each item.
4544  The offset is always relative to whatever environment the 
4545 \family sans
4546 Itemize
4547 \family default
4548  list may be in.
4549 \end_layout
4550
4551 \begin_layout Itemize
4552 If you nest an 
4553 \family sans
4554 Itemize
4555 \family default
4556  environment inside another 
4557 \family sans
4558 Itemize
4559 \family default
4560  environment, the label changes to a new symbol.
4561 \end_layout
4562
4563 \begin_deeper
4564 \begin_layout Itemize
4565 There are four different symbols for up to a four-fold nesting.
4566 \end_layout
4567
4568 \begin_layout Itemize
4569 LyX always shows the same symbol on screen.
4570 \end_layout
4571
4572 \begin_layout Itemize
4573 See section
4574 \begin_inset Space ~
4575 \end_inset
4576
4577
4578 \begin_inset CommandInset ref
4579 LatexCommand ref
4580 reference "sec:Nesting"
4581
4582 \end_inset
4583
4584  for a full explanation of nesting.
4585 \end_layout
4586
4587 \end_deeper
4588 \begin_layout Standard
4589 Of course, that explanation was also an example of an 
4590 \family sans
4591 Itemize
4592 \family default
4593  list.
4594  The 
4595 \family sans
4596 Itemize
4597 \family default
4598  environment is best suited for lists where the order doesn't matter.
4599 \end_layout
4600
4601 \begin_layout Standard
4602 We said that different levels use different symbols as their label.
4603  Here's an example of all four possible symbols.
4604  Note that those of you reading this manual within LyX won't see any difference.
4605 \end_layout
4606
4607 \begin_layout Itemize
4608 The label for the first level 
4609 \family sans
4610 Itemize
4611 \family default
4612  is a large black dot, or bullet.
4613 \end_layout
4614
4615 \begin_deeper
4616 \begin_layout Itemize
4617 The label for the second level is a dash.
4618 \end_layout
4619
4620 \begin_deeper
4621 \begin_layout Itemize
4622 The label for the third is an asterisk.
4623 \end_layout
4624
4625 \begin_deeper
4626 \begin_layout Itemize
4627 The label for the fourth is a centered dot.
4628 \end_layout
4629
4630 \end_deeper
4631 \begin_layout Itemize
4632 Back out to the third level.
4633 \end_layout
4634
4635 \end_deeper
4636 \begin_layout Itemize
4637 Back to the second level.
4638 \end_layout
4639
4640 \end_deeper
4641 \begin_layout Itemize
4642 Back to the outermost level.
4643 \end_layout
4644
4645 \begin_layout Standard
4646 These are the default labels for an 
4647 \family sans
4648 Itemize
4649 \family default
4650  list.
4651  You can customize these labels in the 
4652 \family sans
4653 Document\SpecialChar \menuseparator
4654 Settings
4655 \family default
4656  dialog in the submenu 
4657 \family sans
4658 Bullets
4659 \family default
4660 .
4661 \family sans
4662
4663 \begin_inset Index
4664 status collapsed
4665
4666 \begin_layout PlainLayout
4667 Document ! Settings
4668 \end_layout
4669
4670 \end_inset
4671
4672
4673 \end_layout
4674
4675 \begin_layout Standard
4676 Notice how the space between items decreases with increasing depth.
4677  We'll explain nesting and all the tricks you can do with different depths
4678  in section
4679 \begin_inset Space ~
4680 \end_inset
4681
4682
4683 \begin_inset CommandInset ref
4684 LatexCommand ref
4685 reference "sec:Nesting"
4686
4687 \end_inset
4688
4689 .
4690 \end_layout
4691
4692 \begin_layout Subsubsection
4693
4694 \family sans
4695 Enumerate
4696 \family default
4697
4698 \begin_inset Index
4699 status collapsed
4700
4701 \begin_layout PlainLayout
4702 Lists ! Enumerate
4703 \end_layout
4704
4705 \end_inset
4706
4707
4708 \begin_inset CommandInset label
4709 LatexCommand label
4710 name "sec:Enumerate"
4711
4712 \end_inset
4713
4714
4715 \end_layout
4716
4717 \begin_layout Standard
4718 The 
4719 \family sans
4720 Enumerate
4721 \family default
4722  environment is used to create numbered lists and outlines.
4723  It has these properties:
4724 \end_layout
4725
4726 \begin_layout Enumerate
4727 Each item has a numeral as its label.
4728 \end_layout
4729
4730 \begin_deeper
4731 \begin_layout Enumerate
4732 The type of numeral depends on the nesting depth.
4733 \end_layout
4734
4735 \end_deeper
4736 \begin_layout Enumerate
4737 LyX automatically counts the items for you and updates the label as appropriate.
4738 \end_layout
4739
4740 \begin_layout Enumerate
4741 Each new 
4742 \family sans
4743 Enumerate
4744 \family default
4745  environment resets the counter to one.
4746 \end_layout
4747
4748 \begin_layout Enumerate
4749 Like the 
4750 \family sans
4751 Itemize
4752 \family default
4753  environment, the 
4754 \family sans
4755 Enumerate
4756 \family default
4757  environment:
4758 \end_layout
4759
4760 \begin_deeper
4761 \begin_layout Enumerate
4762 Offsets the items relative to the left margin.
4763  Items can have any length.
4764 \end_layout
4765
4766 \begin_layout Enumerate
4767 Reduces the space between items as the nesting depth increases.
4768 \end_layout
4769
4770 \begin_layout Enumerate
4771 Uses different types of labels depending on the nesting depth.
4772 \end_layout
4773
4774 \begin_layout Enumerate
4775 Allows up to a four-fold nesting.
4776 \end_layout
4777
4778 \end_deeper
4779 \begin_layout Standard
4780 Unlike the 
4781 \family sans
4782 Itemize
4783 \family default
4784  environment, 
4785 \family sans
4786 Enumerate
4787 \family default
4788  shows the different labels for each item in LyX.
4789  Here is how LyX labels the four different levels in an 
4790 \family sans
4791 Enumerate
4792 \family default
4793 :
4794 \end_layout
4795
4796 \begin_layout Enumerate
4797 The first level of an 
4798 \family sans
4799 Enumerate
4800 \family default
4801  uses Arabic numerals followed by a period.
4802 \end_layout
4803
4804 \begin_deeper
4805 \begin_layout Enumerate
4806 The second level uses lower case letters surrounded by parentheses.
4807 \end_layout
4808
4809 \begin_deeper
4810 \begin_layout Enumerate
4811 The third level uses lower-case Roman numerals followed by a period.
4812 \end_layout
4813
4814 \begin_deeper
4815 \begin_layout Enumerate
4816 The fourth level uses capital letters followed by a period.
4817 \end_layout
4818
4819 \begin_layout Enumerate
4820 Again, notice the decrease in the spacing between items as the nesting depth
4821  increases.
4822 \end_layout
4823
4824 \end_deeper
4825 \begin_layout Enumerate
4826 Back to the third level
4827 \end_layout
4828
4829 \end_deeper
4830 \begin_layout Enumerate
4831 Back to the second level.
4832 \end_layout
4833
4834 \end_deeper
4835 \begin_layout Enumerate
4836 Back to the outermost level.
4837 \end_layout
4838
4839 \begin_layout Standard
4840 Once again, you can customize the type of numbering used in the 
4841 \family sans
4842 Enumerate
4843 \family default
4844  environment.
4845  It involves adding commands to the LaTeX preamble (see the 
4846 \emph on
4847 Extended Features
4848 \emph default
4849  manual).
4850  As stated earlier, such customization only shows up in the printed version,
4851  not in LyX.
4852 \end_layout
4853
4854 \begin_layout Standard
4855 There is more to nesting 
4856 \family sans
4857 Enumerate
4858 \family default
4859  environments than we've stated here.
4860  You should read section
4861 \begin_inset Space ~
4862 \end_inset
4863
4864
4865 \begin_inset CommandInset ref
4866 LatexCommand ref
4867 reference "sec:Nesting"
4868
4869 \end_inset
4870
4871  to learn more about nesting.
4872 \end_layout
4873
4874 \begin_layout Subsubsection
4875
4876 \family sans
4877 Description
4878 \family default
4879
4880 \begin_inset Index
4881 status collapsed
4882
4883 \begin_layout PlainLayout
4884 Lists ! Description
4885 \end_layout
4886
4887 \end_inset
4888
4889
4890 \begin_inset CommandInset label
4891 LatexCommand label
4892 name "sec:Description-List"
4893
4894 \end_inset
4895
4896
4897 \end_layout
4898
4899 \begin_layout Standard
4900 Unlike the previous two environments, the 
4901 \family sans
4902 Description
4903 \family default
4904  list has no fixed label.
4905  Instead, LyX uses the first 
4906 \begin_inset Quotes eld
4907 \end_inset
4908
4909 word
4910 \begin_inset Quotes erd
4911 \end_inset
4912
4913  of the first line as the label.
4914  Here's an example:
4915 \end_layout
4916
4917 \begin_layout Description
4918 Example: This is an example of the 
4919 \family sans
4920 Description
4921 \family default
4922  environment.
4923 \end_layout
4924
4925 \begin_layout Standard
4926 LyX typesets the label in boldface and puts extra space between it and the
4927  rest of the line.
4928 \end_layout
4929
4930 \begin_layout Standard
4931 With the first 
4932 \begin_inset Quotes eld
4933 \end_inset
4934
4935 word
4936 \begin_inset Quotes erd
4937 \end_inset
4938
4939  it is meant that the first hit of the 
4940 \family sans
4941 Space
4942 \family default
4943  key ends the label if you are at the beginning of the first line of an
4944  item.
4945  If you need to use more than one word in the label use a 
4946 \family sans
4947 Protected Blank
4948 \family default
4949 .
4950  (Use either 
4951 \family sans
4952 C-Space
4953 \family default
4954  or the menu 
4955 \family sans
4956 Insert\SpecialChar \menuseparator
4957 Formatting\SpecialChar \menuseparator
4958 Protected
4959 \begin_inset Space ~
4960 \end_inset
4961
4962 Space
4963 \family default
4964 , see section
4965 \begin_inset Space ~
4966 \end_inset
4967
4968
4969 \begin_inset CommandInset ref
4970 LatexCommand ref
4971 reference "sub:Protected-Space"
4972
4973 \end_inset
4974
4975  for more info.) Here is an example:
4976 \end_layout
4977
4978 \begin_layout Description
4979 Second
4980 \begin_inset Space ~
4981 \end_inset
4982
4983 Example: This one shows how to use a 
4984 \family sans
4985 Protected
4986 \begin_inset Space ~
4987 \end_inset
4988
4989 Blank
4990 \family default
4991  in the label of a 
4992 \family sans
4993 Description
4994 \family default
4995  list item.
4996 \end_layout
4997
4998 \begin_layout Description
4999 Usage: You should use the 
5000 \family sans
5001 Description
5002 \family default
5003  environment for things like definitions and theorems.
5004  Use it when you need to make one word in particular stand out in the text
5005  that describes it.
5006  It's not a good idea to use a 
5007 \family sans
5008 Description
5009 \family default
5010  environment when you have an entire sentence that you want to describe.
5011  You're better off using 
5012 \family sans
5013 Itemize
5014 \family default
5015  or 
5016 \family sans
5017 Enumerate
5018 \family default
5019  and nesting several 
5020 \family sans
5021 Standard
5022 \family default
5023  paragraphs into them.
5024 \end_layout
5025
5026 \begin_layout Description
5027 Nesting: You can nest 
5028 \family sans
5029 Description
5030 \family default
5031  environments inside one another, nest them in other types of lists, and
5032  so on.
5033 \end_layout
5034
5035 \begin_layout Standard
5036 Notice that after the first line, LyX indents subsequent lines, offsetting
5037  them from the first line.
5038 \end_layout
5039
5040 \begin_layout Subsubsection
5041 The LyX 
5042 \family sans
5043 List
5044 \family default
5045
5046 \begin_inset Index
5047 status collapsed
5048
5049 \begin_layout PlainLayout
5050 Lists ! LyX list
5051 \end_layout
5052
5053 \end_inset
5054
5055
5056 \begin_inset CommandInset label
5057 LatexCommand label
5058 name "sec:LyX-List"
5059
5060 \end_inset
5061
5062
5063 \end_layout
5064
5065 \begin_layout Standard
5066 The 
5067 \family sans
5068 List
5069 \family default
5070  environment is a LyX extension to LaTeX.
5071  
5072 \end_layout
5073
5074 \begin_layout Standard
5075 Like the 
5076 \family sans
5077 Description
5078 \family default
5079  environment the 
5080 \family sans
5081 List
5082 \family default
5083  environment has user-defined labels for each list item.
5084  There are the following properties of this list environment:
5085 \end_layout
5086
5087 \begin_layout Labeling
5088 \labelwidthstring 00.00.0000
5089 item
5090 \begin_inset Space ~
5091 \end_inset
5092
5093 labels LyX uses the first 
5094 \begin_inset Quotes eld
5095 \end_inset
5096
5097 word
5098 \begin_inset Quotes erd
5099 \end_inset
5100
5101  of each line as the item label.
5102  The first 
5103 \family sans
5104 Space
5105 \family default
5106  after the beginning of the first line of an item marks the end of the label.
5107  If you need to use more than one word in an item label, use a protected
5108  blank as described above.
5109 \end_layout
5110
5111 \begin_layout Labeling
5112 \labelwidthstring 00.00.0000
5113 margins As you can see, LyX uses different margins for the item label and
5114  the body of the item text.
5115  The body of the text has a larger left margin, which is equal to the default
5116  label width plus a little extra space.
5117  
5118 \end_layout
5119
5120 \begin_layout Labeling
5121 \labelwidthstring 00.00.0000
5122 label
5123 \begin_inset Space ~
5124 \end_inset
5125
5126 width LyX uses the width of the label, or the default width, whatever is
5127  larger.
5128  If the label width is larger, the label 
5129 \begin_inset Quotes eld
5130 \end_inset
5131
5132 extends
5133 \begin_inset Quotes erd
5134 \end_inset
5135
5136  into the first line.
5137  In other words, the text of the first line isn't aligned with the left
5138  margin of the rest of the item text.
5139 \end_layout
5140
5141 \begin_layout Labeling
5142 \labelwidthstring 00.00.0000
5143 default
5144 \begin_inset Space ~
5145 \end_inset
5146
5147 width You can set the default label width to ensure that the text of all
5148  items in a 
5149 \family sans
5150 List
5151 \family default
5152  environment have the same left margin.
5153 \newline
5154 To change the default width, select
5155  all items in the list.
5156  Now open the 
5157 \family sans
5158 Edit\SpecialChar \menuseparator
5159 Paragraph
5160 \begin_inset Space ~
5161 \end_inset
5162
5163 Settings
5164 \family default
5165  dialog.
5166  The text in the box 
5167 \family sans
5168 Longest
5169 \begin_inset Space ~
5170 \end_inset
5171
5172 label
5173 \family default
5174  determines the default label width.
5175  You can use the text of your largest label here, but you can also use the
5176  letter 
5177 \begin_inset Quotes eld
5178 \end_inset
5179
5180 M
5181 \begin_inset Quotes erd
5182 \end_inset
5183
5184  multiple times instead.
5185  The M is the widest character and is a standard unit of widths in LaTeX.
5186  By using 
5187 \begin_inset Quotes eld
5188 \end_inset
5189
5190 M
5191 \begin_inset Quotes erd
5192 \end_inset
5193
5194  as the unit of width you don't need to keep changing the contents of 
5195 \family sans
5196 Longest
5197 \begin_inset Space ~
5198 \end_inset
5199
5200 label
5201 \family default
5202  every time you alter a label in a 
5203 \family sans
5204 List
5205 \family default
5206  environment.
5207 \newline
5208 The predefined default width is the length of 
5209 \begin_inset Quotes eld
5210 \end_inset
5211
5212 00.00.0000
5213 \begin_inset Quotes erd
5214 \end_inset
5215
5216  (equal to 6 M).
5217  
5218 \newline
5219
5220 \begin_inset Note Greyedout
5221 status open
5222
5223 \begin_layout PlainLayout
5224
5225 \series bold
5226 Note:
5227 \series default
5228  Setting the cursor into a list item to change only its label width will
5229  only change the width inside LyX but not in the output.
5230 \end_layout
5231
5232 \end_inset
5233
5234
5235 \end_layout
5236
5237 \begin_layout Standard
5238 You should use the 
5239 \family sans
5240 List
5241 \family default
5242  environment the same way like the 
5243 \family sans
5244 Description
5245 \family default
5246  list: When you need one word to stand out from the text that describes
5247  it.
5248  The 
5249 \family sans
5250 List
5251 \family default
5252  environment gives you another way to do this, using a different overall
5253  layout.
5254 \end_layout
5255
5256 \begin_layout Standard
5257 You can nest 
5258 \family sans
5259 List
5260 \family default
5261  environments inside one another, nest them in other types of lists, and
5262  so on.
5263  They work just like the other list paragraph environments.
5264  Read section
5265 \begin_inset Space ~
5266 \end_inset
5267
5268
5269 \begin_inset CommandInset ref
5270 LatexCommand ref
5271 reference "sec:Nesting"
5272
5273 \end_inset
5274
5275  to learn about nesting.
5276 \end_layout
5277
5278 \begin_layout Standard
5279 There is yet another feature of the 
5280 \family sans
5281 List
5282 \family default
5283  environment: As you can see in the examples, LyX left-justifies the item
5284  labels by default.
5285  You can use additional 
5286 \family sans
5287 HFills
5288 \family default
5289  to change how LyX justifies the item label.
5290  We'll document 
5291 \family sans
5292 HFills
5293 \family default
5294  later in section
5295 \begin_inset Space ~
5296 \end_inset
5297
5298
5299 \begin_inset CommandInset ref
5300 LatexCommand ref
5301 reference "sub:Horizontal-Space"
5302
5303 \end_inset
5304
5305 .
5306  Here are some examples:
5307 \end_layout
5308
5309 \begin_layout Labeling
5310 \labelwidthstring 00.00.0000
5311 Left The default for 
5312 \family sans
5313 List
5314 \family default
5315  item labels.
5316 \end_layout
5317
5318 \begin_layout Labeling
5319 \labelwidthstring 00.00.0000
5320 \begin_inset Space \hfill{}
5321 \end_inset
5322
5323 Right One 
5324 \family sans
5325 HFill
5326 \family default
5327  at the beginning of the label right justifies it.
5328 \end_layout
5329
5330 \begin_layout Labeling
5331 \labelwidthstring 00.00.0000
5332 \begin_inset Space \hfill{}
5333 \end_inset
5334
5335 Center
5336 \begin_inset Space \hfill{}
5337 \end_inset
5338
5339  One 
5340 \family sans
5341 HFill
5342 \family default
5343  at the beginning of the label and one at the end centers it.
5344 \end_layout
5345
5346 \begin_layout Subsection
5347 Letters
5348 \begin_inset Index
5349 status collapsed
5350
5351 \begin_layout PlainLayout
5352 Letters
5353 \end_layout
5354
5355 \end_inset
5356
5357
5358 \end_layout
5359
5360 \begin_layout Subsubsection
5361
5362 \family sans
5363 Address
5364 \family default
5365  and 
5366 \family sans
5367 Right
5368 \begin_inset Space ~
5369 \end_inset
5370
5371 Address
5372 \family default
5373 : An Overview
5374 \end_layout
5375
5376 \begin_layout Standard
5377 Although LyX has document classes for letters, we've also created two paragraph
5378  environments called 
5379 \family sans
5380 Address
5381 \family default
5382  and 
5383 \family sans
5384 Right
5385 \begin_inset Space ~
5386 \end_inset
5387
5388 Address
5389 \family default
5390 .
5391  To use the letter class, you need to use specific paragraph environments
5392  in a specific order, otherwise LaTeX gags on the document.
5393  In contrast, you can use the 
5394 \family sans
5395 Address
5396 \family default
5397  and 
5398 \family sans
5399 Right
5400 \begin_inset Space ~
5401 \end_inset
5402
5403 Address
5404 \family default
5405  paragraph environments anywhere with no problem.
5406  You can even nest them inside other environments, though you can't nest
5407  anything in them.
5408 \end_layout
5409
5410 \begin_layout Standard
5411 Of course, you're not limited to using 
5412 \family sans
5413 Address
5414 \family default
5415  and 
5416 \family sans
5417 Right
5418 \begin_inset Space ~
5419 \end_inset
5420
5421 Address
5422 \family default
5423  for letters only.
5424  
5425 \family sans
5426 Right
5427 \begin_inset Space ~
5428 \end_inset
5429
5430 Address
5431 \family default
5432 , in particular, is useful for creating article titles like those used in
5433  some European academic papers.
5434 \end_layout
5435
5436 \begin_layout Subsubsection
5437 Usage
5438 \begin_inset CommandInset label
5439 LatexCommand label
5440 name "sec:Address-Usage"
5441
5442 \end_inset
5443
5444
5445 \end_layout
5446
5447 \begin_layout Standard
5448 The 
5449 \family sans
5450 Address
5451 \family default
5452  environment formats text in the style of an address, which is also used
5453  for the opening and signature in some countries.
5454  Similarly, the 
5455 \family sans
5456 Right
5457 \begin_inset Space ~
5458 \end_inset
5459
5460 Address
5461 \family default
5462  environment formats text in the style of a right-justified address, which
5463  is used for the sender's address and today's date in some countries.
5464  Here's an example of each:
5465 \end_layout
5466
5467 \begin_layout Right Address
5468 Right Address
5469 \newline
5470 Who I am
5471 \newline
5472 Where I am
5473 \newline
5474 When is it? What is today?
5475 \end_layout
5476
5477 \begin_layout Standard
5478 That was 
5479 \family sans
5480 Right
5481 \begin_inset Space ~
5482 \end_inset
5483
5484 Address
5485 \family default
5486 .
5487  Notice that the lines all have the same left margin, which LyX sets to
5488  fit the largest block of text on a single line.
5489  Here's an example of the 
5490 \family sans
5491 Address
5492 \family default
5493  environment:
5494 \end_layout
5495
5496 \begin_layout Address
5497 Who are you
5498 \newline
5499 Where do I send this
5500 \newline
5501 Your post office and country
5502 \end_layout
5503
5504 \begin_layout Standard
5505 As you can see, both 
5506 \family sans
5507 Address
5508 \family default
5509  and 
5510 \family sans
5511 Right
5512 \begin_inset Space ~
5513 \end_inset
5514
5515 Address
5516 \family default
5517  add extra space between themselves and the next paragraph.
5518  If you hit 
5519 \family sans
5520 Return
5521 \family default
5522  in either of these environments, LyX resets the nesting depth and sets
5523  the environment to 
5524 \family sans
5525 Standard
5526 \family default
5527 .
5528  This makes sense, since 
5529 \family sans
5530 Return
5531 \family default
5532  is the 
5533 \family typewriter
5534 break-paragraph
5535 \family default
5536  function, and the individual lines of an address are not paragraphs.
5537  Thus, you have to use 
5538 \family typewriter
5539 break-line
5540 \family default
5541  (
5542 \family sans
5543 C-Return
5544 \family default
5545  or 
5546 \family sans
5547 Formatting
5548 \begin_inset Space ~
5549 \end_inset
5550
5551 Character\SpecialChar \menuseparator
5552 Line
5553 \begin_inset Space ~
5554 \end_inset
5555
5556 Break
5557 \family default
5558  from the 
5559 \family sans
5560 Insert
5561 \family default
5562  menu) to start a new line in an 
5563 \family sans
5564 Address
5565 \family default
5566  or 
5567 \family sans
5568 Right
5569 \begin_inset Space ~
5570 \end_inset
5571
5572 Address
5573 \family default
5574  environment.
5575 \end_layout
5576
5577 \begin_layout Subsection
5578 Academic Writing
5579 \end_layout
5580
5581 \begin_layout Standard
5582 Most academic writing begins with an abstract and ends with a bibliography
5583  or list of references.
5584  LyX contains paragraph environments for both of these.
5585 \end_layout
5586
5587 \begin_layout Subsubsection
5588
5589 \family sans
5590 Abstract
5591 \begin_inset Index
5592 status collapsed
5593
5594 \begin_layout PlainLayout
5595 Abstracts
5596 \end_layout
5597
5598 \end_inset
5599
5600
5601 \end_layout
5602
5603 \begin_layout Standard
5604 The 
5605 \family sans
5606 Abstract
5607 \family default
5608  environment is used for the abstract of an article.
5609  Technically, you could use this environment anywhere, but you really should
5610  only use it at the beginning of the document, after the title.
5611  Also, don't bother trying to nest 
5612 \family sans
5613 Abstract
5614 \family default
5615  in anything else or vice versa.
5616  It won't work.
5617  The 
5618 \family sans
5619 Abstract
5620 \family default
5621  environment is only useful in the article and report document classes.
5622  The book document classes ignores the 
5623 \family sans
5624 Abstract
5625 \family default
5626  completely, and it's utterly silly to use 
5627 \family sans
5628 Abstract
5629 \family default
5630  in a letter document class.
5631 \end_layout
5632
5633 \begin_layout Standard
5634 The 
5635 \family sans
5636 Abstract
5637 \family default
5638  environment does several things for you.
5639  First, it puts the centered label 
5640 \begin_inset Quotes eld
5641 \end_inset
5642
5643 Abstract
5644 \begin_inset Quotes erd
5645 \end_inset
5646
5647  above the text.
5648  The label and the text of the abstract are separated by some extra vertical
5649  space.
5650  Second, it typesets everything in a smaller font, just as you'd expect.
5651  Lastly, it adds a bit of extra vertical space between the abstract and
5652  the subsequent text.
5653  Well, that's how it will appear on the LyX screen.
5654  The appearance in the output depends on the used article or report class.
5655 \end_layout
5656
5657 \begin_layout Standard
5658 Starting a new paragraph by hitting 
5659 \family sans
5660 Return
5661 \family default
5662  does not reset the paragraph environment.
5663  The new paragraph will still be in the 
5664 \family sans
5665 Abstract
5666 \family default
5667  environment.
5668  So, you will have to change the paragraph environment yourself when you
5669  finish entering the abstract of your document.
5670 \end_layout
5671
5672 \begin_layout Standard
5673 \begin_inset Float figure
5674 wide false
5675 sideways false
5676 status open
5677
5678 \begin_layout PlainLayout
5679 \align center
5680 \begin_inset Graphics
5681         filename clipart/Abstract.pdf
5682         embed ""
5683         lyxscale 25
5684
5685 \end_inset
5686
5687
5688 \end_layout
5689
5690 \begin_layout PlainLayout
5691 \begin_inset Caption
5692
5693 \begin_layout PlainLayout
5694 \begin_inset CommandInset label
5695 LatexCommand label
5696 name "cap:Paragraph-in-the"
5697
5698 \end_inset
5699
5700 Paragraph in the 
5701 \family sans
5702 Abstract
5703 \family default
5704  environment
5705 \end_layout
5706
5707 \end_inset
5708
5709
5710 \end_layout
5711
5712 \end_inset
5713
5714
5715 \end_layout
5716
5717 \begin_layout Standard
5718 We'd love to give you directly an example of the 
5719 \family sans
5720 Abstract
5721 \family default
5722  environment, but since this document is in the 
5723 \begin_inset Quotes eld
5724 \end_inset
5725
5726 book
5727 \begin_inset Quotes erd
5728 \end_inset
5729
5730  class, we can't do this.
5731  We inserted it therefore as figure
5732 \begin_inset Space ~
5733 \end_inset
5734
5735
5736 \begin_inset CommandInset ref
5737 LatexCommand ref
5738 reference "cap:Paragraph-in-the"
5739
5740 \end_inset
5741
5742 .
5743  If you've never heard of an 
5744 \begin_inset Quotes eld
5745 \end_inset
5746
5747 abstract
5748 \begin_inset Quotes erd
5749 \end_inset
5750
5751  before, you can safely ignore this environment.
5752 \end_layout
5753
5754 \begin_layout Subsubsection
5755
5756 \family sans
5757 Bibliography
5758 \family default
5759
5760 \begin_inset Index
5761 status collapsed
5762
5763 \begin_layout PlainLayout
5764 Bibliography
5765 \end_layout
5766
5767 \end_inset
5768
5769
5770 \begin_inset CommandInset label
5771 LatexCommand label
5772 name "sub:Biblio_environment"
5773
5774 \end_inset
5775
5776
5777 \end_layout
5778
5779 \begin_layout Standard
5780 The 
5781 \family sans
5782 Bibliography
5783 \family default
5784  environment is used to list references.
5785  Technically, you could use this environment anywhere, but you really should
5786  only use it at the end of the document.
5787  Nesting 
5788 \family sans
5789 Bibliography
5790 \family default
5791  in anything else or vice versa won't work.
5792 \end_layout
5793
5794 \begin_layout Standard
5795 When you first open a 
5796 \family sans
5797 Bibliography
5798 \family default
5799  environment, LyX add a large vertical space, followed by the heading 
5800 \begin_inset Quotes eld
5801 \end_inset
5802
5803 Bibliography
5804 \begin_inset Quotes erd
5805 \end_inset
5806
5807  or 
5808 \begin_inset Quotes eld
5809 \end_inset
5810
5811 References,
5812 \begin_inset Quotes erd
5813 \end_inset
5814
5815  depending on the document class.
5816  The heading is in a large boldface font.
5817  Each paragraph of the 
5818 \family sans
5819 Bibliography
5820 \family default
5821  environment is a bibliography entry.
5822  Thus, hitting 
5823 \family sans
5824 Return
5825 \family default
5826  does not reset the paragraph environment.
5827  Each new paragraph is still in the 
5828 \family sans
5829 Bibliography
5830 \family default
5831  environment.
5832 \end_layout
5833
5834 \begin_layout Standard
5835 For a detailed description of LyX's bibliography handling, have a look at
5836  in section
5837 \begin_inset Space ~
5838 \end_inset
5839
5840
5841 \begin_inset CommandInset ref
5842 LatexCommand ref
5843 reference "sec:Bibliography"
5844
5845 \end_inset
5846
5847 .
5848 \end_layout
5849
5850 \begin_layout Subsection
5851 LyX
5852 \family sans
5853 -Code
5854 \begin_inset Index
5855 status collapsed
5856
5857 \begin_layout PlainLayout
5858 Paragraph ! LyX code
5859 \end_layout
5860
5861 \end_inset
5862
5863
5864 \begin_inset CommandInset label
5865 LatexCommand label
5866 name "sub:LyX-Code"
5867
5868 \end_inset
5869
5870
5871 \end_layout
5872
5873 \begin_layout Standard
5874 The 
5875 \family sans
5876 LyX-Code
5877 \family default
5878  environment is another LyX extension.
5879  It type-sets text in a typewriter-style font.
5880  It also treats the 
5881 \family sans
5882 Space
5883 \family default
5884  key as a fixed whitespace;
5885 \begin_inset Foot
5886 status collapsed
5887
5888 \begin_layout PlainLayout
5889 In the 
5890 \family sans
5891 LyX-Code
5892 \family default
5893  environment, the 
5894 \family sans
5895 Space
5896 \family default
5897  key is treated as a 
5898 \family sans
5899 Protected
5900 \begin_inset Space ~
5901 \end_inset
5902
5903 Blank
5904 \family default
5905  instead of an end-of-word marker.
5906 \end_layout
5907
5908 \end_inset
5909
5910  this is the only case in which you can type multiple whitespaces in LyX.
5911  If you need to insert blank lines, you'll still need to use 
5912 \family sans
5913 C-Return
5914 \family default
5915  (the 
5916 \family typewriter
5917 break-line
5918 \family default
5919  function).
5920  
5921 \family sans
5922 Return
5923 \family default
5924  breaks paragraphs.
5925  Note, however, that 
5926 \family sans
5927 Return
5928 \family default
5929  does not reset the paragraph environment.
5930  So, when you finish using the 
5931 \family sans
5932 LyX-Code
5933 \family default
5934  environment, you'll need to change the paragraph environment yourself.
5935  Also, you can nest the 
5936 \family sans
5937 LyX-Code
5938 \family default
5939  environment inside of others.
5940 \end_layout
5941
5942 \begin_layout Standard
5943 There are a few quirks with this environment:
5944 \end_layout
5945
5946 \begin_layout Itemize
5947 You cannot use 
5948 \family sans
5949 C-Return
5950 \family default
5951  at the beginning of a new paragraph (i.e.
5952  you can't follow 
5953 \family sans
5954 Return
5955 \family default
5956  with a 
5957 \family sans
5958 C-Return
5959 \family default
5960 ).
5961 \end_layout
5962
5963 \begin_layout Itemize
5964 You can't follow a 
5965 \family sans
5966 C-Return
5967 \family default
5968  with a 
5969 \family sans
5970 Space
5971 \family default
5972 .
5973 \end_layout
5974
5975 \begin_deeper
5976 \begin_layout Itemize
5977 Use a 
5978 \family sans
5979 Return
5980 \family default
5981  to begin a new paragraph, then you can use a 
5982 \family sans
5983 Space
5984 \family default
5985 .
5986 \end_layout
5987
5988 \begin_layout Itemize
5989 Or: use 
5990 \family sans
5991 C-Space
5992 \family default
5993  instead.
5994 \end_layout
5995
5996 \end_deeper
5997 \begin_layout Itemize
5998 You can't have an empty paragraph or an empty line.
5999  You must put at least one 
6000 \family sans
6001 Space
6002 \family default
6003  in any line you want blank.
6004  Otherwise, LaTeX generates errors.
6005 \end_layout
6006
6007 \begin_layout Itemize
6008 You cannot get the typewriter double quotes by typing 
6009 \family sans
6010 "
6011 \family default
6012  since that will insert 
6013 \emph on
6014 real
6015 \emph default
6016  quotes.
6017  You get the typewriter double quotes with 
6018 \family sans
6019 C-"
6020 \family default
6021  (or 
6022 \family sans
6023 C-q
6024 \family default
6025  if you use Emacs-like key bindings).
6026 \end_layout
6027
6028 \begin_layout Standard
6029 Here's an example:
6030 \end_layout
6031
6032 \begin_layout LyX-Code
6033 #include <stdio.h>
6034 \end_layout
6035
6036 \begin_layout LyX-Code
6037  
6038 \end_layout
6039
6040 \begin_layout LyX-Code
6041 int main(void)
6042 \end_layout
6043
6044 \begin_layout LyX-Code
6045 {
6046 \end_layout
6047
6048 \begin_layout LyX-Code
6049     printf("Hello World!
6050 \backslash
6051 n");
6052 \end_layout
6053
6054 \begin_layout LyX-Code
6055     return 0;
6056 \end_layout
6057
6058 \begin_layout LyX-Code
6059 }
6060 \end_layout
6061
6062 \begin_layout Standard
6063 This is just the standard 
6064 \begin_inset Quotes eld
6065 \end_inset
6066
6067 Hello world!
6068 \begin_inset Quotes erd
6069 \end_inset
6070
6071  program.
6072  
6073 \end_layout
6074
6075 \begin_layout Standard
6076
6077 \family sans
6078 LyX-Code
6079 \family default
6080  has one purpose: to typeset code, such as program source, shell scripts,
6081  rc-files, and so on.
6082  Use it only in those very special cases where you need to generate text
6083  as if you used a typewriter.
6084 \begin_inset Index
6085 status collapsed
6086
6087 \begin_layout PlainLayout
6088 Paragraph environments|)
6089 \end_layout
6090
6091 \end_inset
6092
6093
6094 \end_layout
6095
6096 \begin_layout Section
6097 Nesting Environments
6098 \begin_inset Index
6099 status collapsed
6100
6101 \begin_layout PlainLayout
6102 Nesting ! Environments
6103 \end_layout
6104
6105 \end_inset
6106
6107
6108 \begin_inset CommandInset label
6109 LatexCommand label
6110 name "sec:Nesting"
6111
6112 \end_inset
6113
6114
6115 \end_layout
6116
6117 \begin_layout Subsection
6118 Introduction
6119 \end_layout
6120
6121 \begin_layout Standard
6122 LyX treats text as a unified block with a particular context and specific
6123  properties.
6124  This allows you to create blocks that inherits some of the properties of
6125  another block.
6126  For example you have three main points in an outline, but point #2 also
6127  has two subpoints.
6128  In other words, you have a list inside of another list, with the inner
6129  list 
6130 \begin_inset Quotes eld
6131 \end_inset
6132
6133 attached
6134 \begin_inset Quotes erd
6135 \end_inset
6136
6137  to item #2:
6138 \end_layout
6139
6140 \begin_layout Enumerate
6141 one
6142 \end_layout
6143
6144 \begin_layout Enumerate
6145 two
6146 \end_layout
6147
6148 \begin_deeper
6149 \begin_layout Enumerate
6150 sublist - item #1
6151 \end_layout
6152
6153 \begin_layout Enumerate
6154 sublist - item #2
6155 \end_layout
6156
6157 \end_deeper
6158 \begin_layout Enumerate
6159 three
6160 \end_layout
6161
6162 \begin_layout Standard
6163 You put a list inside of a list by nesting one list inside the other.
6164  Nesting an environment is quite simple: Select 
6165 \family sans
6166 Increase
6167 \begin_inset Space ~
6168 \end_inset
6169
6170 List
6171 \begin_inset Space ~
6172 \end_inset
6173
6174 Depth
6175 \family default
6176  or 
6177 \family sans
6178 Decrease
6179 \begin_inset Space ~
6180 \end_inset
6181
6182 List
6183 \begin_inset Space ~
6184 \end_inset
6185
6186 Depth
6187 \family default
6188  from the 
6189 \family sans
6190 Edit
6191 \family default
6192  menu to change the nesting depth of the current paragraph (the status bar
6193  will tell you how far you are nested).
6194  Instead of the menu, you can also use the toolbar buttons 
6195 \begin_inset Graphics
6196         filename ../images/depth-increment.png
6197         embed ""
6198
6199 \end_inset
6200
6201  and 
6202 \begin_inset Graphics
6203         filename ../images/depth-decrement.png
6204         embed ""
6205
6206 \end_inset
6207
6208  or the convenient key bindings 
6209 \family sans
6210 S-M-Right
6211 \family default
6212  and 
6213 \family sans
6214 S-M-Left
6215 \family default
6216  to change the nesting level.
6217  The change will work on the current selection if you have made one (allowing
6218  you to change the nesting of several paragraphs at once), or the current
6219  paragraph.
6220 \end_layout
6221
6222 \begin_layout Standard
6223 Note that LyX only changes the nesting depth if it can.
6224  If it's invalid to do so, nothing happens if you try to change the depth.
6225  Additionally, if you change the depth of one paragraph, it affects the
6226  depth of every paragraph nested inside of it.
6227 \end_layout
6228
6229 \begin_layout Standard
6230 Nesting isn't limited to lists.
6231  In LyX, you can nest just about anything inside anything else, as you're
6232  about to find out.
6233  This is the real power of nesting paragraph environments.
6234 \end_layout
6235
6236 \begin_layout Subsection
6237 What You Can and Can't Nest
6238 \end_layout
6239
6240 \begin_layout Standard
6241 Before we fire a list of paragraph environments at you, we need to tell
6242  you a little bit more about how nesting works.
6243 \end_layout
6244
6245 \begin_layout Standard
6246 The question if nesting a paragraph environment is possible, is a bit more
6247  complicated than a simple yes or no.
6248  There are three types of paragraph environments:
6249 \end_layout
6250
6251 \begin_layout Itemize
6252 Completely unnestable
6253 \end_layout
6254
6255 \begin_layout Itemize
6256 Fully nestable, you can nest them inside of things and you can also nest
6257  other things inside of them.
6258 \end_layout
6259
6260 \begin_layout Itemize
6261 A third type, you can nest them into other environments, but you can't nest
6262  anything into them.
6263 \end_layout
6264
6265 \begin_layout Standard
6266 Here's a list of the three types of nesting behavior, and which paragraph
6267  environments have them:
6268 \end_layout
6269
6270 \begin_layout Description
6271 Unnestable Can't nest them.
6272  Can't nest into them.
6273 \end_layout
6274
6275 \begin_deeper
6276 \begin_layout Itemize
6277
6278 \family sans
6279 Part
6280 \end_layout
6281
6282 \begin_layout Itemize
6283
6284 \family sans
6285 Chapter
6286 \end_layout
6287
6288 \begin_layout Itemize
6289
6290 \family sans
6291 Section
6292 \family default
6293  
6294 \end_layout
6295
6296 \begin_layout Itemize
6297
6298 \family sans
6299 Subsection
6300 \end_layout
6301
6302 \begin_layout Itemize
6303
6304 \family sans
6305 Subsubsection
6306 \end_layout
6307
6308 \begin_layout Itemize
6309
6310 \family sans
6311 Paragraph
6312 \family default
6313  
6314 \end_layout
6315
6316 \begin_layout Itemize
6317
6318 \family sans
6319 Subparagraph
6320 \end_layout
6321
6322 \begin_layout Itemize
6323
6324 \family sans
6325 Part*
6326 \end_layout
6327
6328 \begin_layout Itemize
6329
6330 \family sans
6331 Chapter*
6332 \end_layout
6333
6334 \begin_layout Itemize
6335
6336 \family sans
6337 Section*
6338 \end_layout
6339
6340 \begin_layout Itemize
6341
6342 \family sans
6343 Subsection*
6344 \end_layout
6345
6346 \begin_layout Itemize
6347
6348 \family sans
6349 Subsubsection*
6350 \end_layout
6351
6352 \begin_layout Itemize
6353
6354 \family sans
6355 Bibliography
6356 \end_layout
6357
6358 \begin_layout Itemize
6359
6360 \family sans
6361 Abstract
6362 \end_layout
6363
6364 \begin_layout Itemize
6365
6366 \family sans
6367 Title
6368 \end_layout
6369
6370 \begin_layout Itemize
6371
6372 \family sans
6373 Author
6374 \end_layout
6375
6376 \begin_layout Itemize
6377
6378 \family sans
6379 Date
6380 \end_layout
6381
6382 \end_deeper
6383 \begin_layout Description
6384 Fully
6385 \begin_inset Space ~
6386 \end_inset
6387
6388 Nestable You can nest them.
6389  You can nest other things into them.
6390 \end_layout
6391
6392 \begin_deeper
6393 \begin_layout Itemize
6394
6395 \family sans
6396 Verse
6397 \end_layout
6398
6399 \begin_layout Itemize
6400
6401 \family sans
6402 Quote
6403 \end_layout
6404
6405 \begin_layout Itemize
6406
6407 \family sans
6408 Quotation
6409 \end_layout
6410
6411 \begin_layout Itemize
6412
6413 \family sans
6414 Itemize
6415 \end_layout
6416
6417 \begin_layout Itemize
6418
6419 \family sans
6420 Enumerate
6421 \end_layout
6422
6423 \begin_layout Itemize
6424
6425 \family sans
6426 Description
6427 \end_layout
6428
6429 \begin_layout Itemize
6430
6431 \family sans
6432 List
6433 \end_layout
6434
6435 \begin_layout Itemize
6436
6437 \family sans
6438 LyX-Code
6439 \end_layout
6440
6441 \end_deeper
6442 \begin_layout Description
6443 Nestable-Inside You can nest them inside of other things.
6444  You can't nest anything into them.
6445 \end_layout
6446
6447 \begin_deeper
6448 \begin_layout Itemize
6449
6450 \family sans
6451 Standard
6452 \end_layout
6453
6454 \begin_layout Itemize
6455
6456 \family sans
6457 Right
6458 \begin_inset Space ~
6459 \end_inset
6460
6461 Address
6462 \end_layout
6463
6464 \begin_layout Itemize
6465
6466 \family sans
6467 Address
6468 \end_layout
6469
6470 \end_deeper
6471 \begin_layout Standard
6472 The 
6473 \family sans
6474 Caption
6475 \family default
6476  environment doesn't really fit anywhere, since it's only used inside of
6477  
6478 \family sans
6479 Table
6480 \begin_inset Space ~
6481 \end_inset
6482
6483 Floats
6484 \family default
6485  and 
6486 \family sans
6487 Figure
6488 \begin_inset Space ~
6489 \end_inset
6490
6491 Floats
6492 \family default
6493 .
6494 \end_layout
6495
6496 \begin_layout Subsection
6497 Nesting Other Things: Tables, Math, Floats, etc.
6498 \begin_inset Index
6499 status collapsed
6500
6501 \begin_layout PlainLayout
6502 Nesting ! Tables etc.
6503 \end_layout
6504
6505 \end_inset
6506
6507
6508 \begin_inset CommandInset label
6509 LatexCommand label
6510 name "sec:table-and-fig-nesting"
6511
6512 \end_inset
6513
6514
6515 \end_layout
6516
6517 \begin_layout Standard
6518 There are several things that aren't paragraph environments, but which are
6519  affected by nesting anyhow.
6520  They are:
6521 \end_layout
6522
6523 \begin_layout Itemize
6524 equations
6525 \end_layout
6526
6527 \begin_layout Itemize
6528 tables
6529 \end_layout
6530
6531 \begin_layout Itemize
6532 figures
6533 \end_layout
6534
6535 \begin_layout Standard
6536 (
6537 \begin_inset Note Greyedout
6538 status open
6539
6540 \begin_layout PlainLayout
6541
6542 \series bold
6543 Note:
6544 \series default
6545  If you put a figure or a table in a 
6546 \family sans
6547 Float
6548 \family default
6549 , this is no longer true.
6550 \end_layout
6551
6552 \end_inset
6553
6554  Have a look at section
6555 \begin_inset Space ~
6556 \end_inset
6557
6558
6559 \begin_inset CommandInset ref
6560 LatexCommand ref
6561 reference "sec:Floats"
6562
6563 \end_inset
6564
6565  for more informations about 
6566 \family sans
6567 Floats
6568 \family default
6569 .)
6570 \end_layout
6571
6572 \begin_layout Standard
6573 LyX can treat these three objects as either a word or as a paragraph.
6574  If a figure, table, or an equation is inline, it goes wherever the paragraph
6575  it is in goes.
6576 \end_layout
6577
6578 \begin_layout Standard
6579 On the other hand, if you have an equation, figure or table in a 
6580 \begin_inset Quotes eld
6581 \end_inset
6582
6583 paragraph
6584 \begin_inset Quotes erd
6585 \end_inset
6586
6587  of its own, it behaves just like a 
6588 \begin_inset Quotes eld
6589 \end_inset
6590
6591 nestable-inside
6592 \begin_inset Quotes erd
6593 \end_inset
6594
6595  paragraph environment.
6596  You can nest it into any environment, but you obviously can't nest anything
6597  into it.
6598 \end_layout
6599
6600 \begin_layout Standard
6601 Here's an example with a table:
6602 \end_layout
6603
6604 \begin_layout Enumerate
6605 Item One
6606 \end_layout
6607
6608 \begin_deeper
6609 \begin_layout Enumerate
6610 This is (a) and it's nested.
6611 \end_layout
6612
6613 \begin_deeper
6614 \begin_layout Standard
6615 \begin_inset VSpace 0.3cm
6616 \end_inset
6617
6618
6619 \end_layout
6620
6621 \begin_layout Standard
6622 \align center
6623 \begin_inset Tabular
6624 <lyxtabular version="3" rows="2" columns="2">
6625 <features>
6626 <column alignment="center" valignment="top" width="0pt">
6627 <column alignment="center" valignment="top" width="0pt">
6628 <row>
6629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6630 \begin_inset Text
6631
6632 \begin_layout PlainLayout
6633
6634 \family roman
6635 \series medium
6636 \shape up
6637 \size normal
6638 \emph off
6639 \bar no
6640 \noun off
6641 \color none
6642 a
6643 \end_layout
6644
6645 \end_inset
6646 </cell>
6647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6648 \begin_inset Text
6649
6650 \begin_layout PlainLayout
6651
6652 \family roman
6653 \series medium
6654 \shape up
6655 \size normal
6656 \emph off
6657 \bar no
6658 \noun off
6659 \color none
6660 b
6661 \end_layout
6662
6663 \end_inset
6664 </cell>
6665 </row>
6666 <row>
6667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6668 \begin_inset Text
6669
6670 \begin_layout PlainLayout
6671
6672 \family roman
6673 \series medium
6674 \shape up
6675 \size normal
6676 \emph off
6677 \bar no
6678 \noun off
6679 \color none
6680 c
6681 \end_layout
6682
6683 \end_inset
6684 </cell>
6685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6686 \begin_inset Text
6687
6688 \begin_layout PlainLayout
6689
6690 \family roman
6691 \series medium
6692 \shape up
6693 \size normal
6694 \emph off
6695 \bar no
6696 \noun off
6697 \color none
6698 d
6699 \end_layout
6700
6701 \end_inset
6702 </cell>
6703 </row>
6704 </lyxtabular>
6705
6706 \end_inset
6707
6708
6709 \end_layout
6710
6711 \begin_layout Standard
6712 \begin_inset VSpace 0.3cm
6713 \end_inset
6714
6715
6716 \end_layout
6717
6718 \end_deeper
6719 \begin_layout Enumerate
6720 This is (b).
6721  The table is actually nested inside (a).
6722 \end_layout
6723
6724 \end_deeper
6725 \begin_layout Enumerate
6726 Back out again.
6727 \end_layout
6728
6729 \begin_layout Standard
6730 If we hadn't nested the table at all, the list would look like this:
6731 \end_layout
6732
6733 \begin_layout Enumerate
6734 Item One
6735 \end_layout
6736
6737 \begin_deeper
6738 \begin_layout Enumerate
6739 This is (a) and it's nested.
6740 \end_layout
6741
6742 \end_deeper
6743 \begin_layout Standard
6744 \begin_inset VSpace 0.3cm
6745 \end_inset
6746
6747
6748 \end_layout
6749
6750 \begin_layout Standard
6751 \align center
6752 \begin_inset Tabular
6753 <lyxtabular version="3" rows="2" columns="2">
6754 <features>
6755 <column alignment="center" valignment="top" width="0pt">
6756 <column alignment="center" valignment="top" width="0pt">
6757 <row>
6758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6759 \begin_inset Text
6760
6761 \begin_layout PlainLayout
6762
6763 \family roman
6764 \series medium
6765 \shape up
6766 \size normal
6767 \emph off
6768 \bar no
6769 \noun off
6770 \color none
6771 a
6772 \end_layout
6773
6774 \end_inset
6775 </cell>
6776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6777 \begin_inset Text
6778
6779 \begin_layout PlainLayout
6780
6781 \family roman
6782 \series medium
6783 \shape up
6784 \size normal
6785 \emph off
6786 \bar no
6787 \noun off
6788 \color none
6789 b
6790 \end_layout
6791
6792 \end_inset
6793 </cell>
6794 </row>
6795 <row>
6796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6797 \begin_inset Text
6798
6799 \begin_layout PlainLayout
6800
6801 \family roman
6802 \series medium
6803 \shape up
6804 \size normal
6805 \emph off
6806 \bar no
6807 \noun off
6808 \color none
6809 c
6810 \end_layout
6811
6812 \end_inset
6813 </cell>
6814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6815 \begin_inset Text
6816
6817 \begin_layout PlainLayout
6818
6819 \family roman
6820 \series medium
6821 \shape up
6822 \size normal
6823 \emph off
6824 \bar no
6825 \noun off
6826 \color none
6827 d
6828 \end_layout
6829
6830 \end_inset
6831 </cell>
6832 </row>
6833 </lyxtabular>
6834
6835 \end_inset
6836
6837
6838 \end_layout
6839
6840 \begin_layout Standard
6841 \begin_inset VSpace 0.3cm
6842 \end_inset
6843
6844
6845 \end_layout
6846
6847 \begin_layout Enumerate
6848 This is (b).
6849  The table is 
6850 \emph on
6851 not
6852 \emph default
6853  nested inside (a).
6854  In fact, it's not nested at all.
6855 \end_layout
6856
6857 \begin_layout Enumerate
6858 Back out again.
6859 \end_layout
6860
6861 \begin_layout Standard
6862 Notice how item (b) is not only no longer nested, but is also the first
6863  item of a new list!
6864 \end_layout
6865
6866 \begin_layout Standard
6867 There's another trap you can fall into: Nesting the table, but not going
6868  deep enough.
6869  LyX then turns anything after the table into a new sublist.
6870 \end_layout
6871
6872 \begin_layout Enumerate
6873 Item One
6874 \end_layout
6875
6876 \begin_deeper
6877 \begin_layout Enumerate
6878 This is (a) and it's nested.
6879 \end_layout
6880
6881 \begin_layout Standard
6882 \begin_inset VSpace 0.3cm
6883 \end_inset
6884
6885
6886 \end_layout
6887
6888 \begin_layout Standard
6889 \align center
6890 \begin_inset Tabular
6891 <lyxtabular version="3" rows="2" columns="2">
6892 <features>
6893 <column alignment="center" valignment="top" width="0pt">
6894 <column alignment="center" valignment="top" width="0pt">
6895 <row>
6896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6897 \begin_inset Text
6898
6899 \begin_layout PlainLayout
6900
6901 \family roman
6902 \series medium
6903 \shape up
6904 \size normal
6905 \emph off
6906 \bar no
6907 \noun off
6908 \color none
6909 a
6910 \end_layout
6911
6912 \end_inset
6913 </cell>
6914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6915 \begin_inset Text
6916
6917 \begin_layout PlainLayout
6918
6919 \family roman
6920 \series medium
6921 \shape up
6922 \size normal
6923 \emph off
6924 \bar no
6925 \noun off
6926 \color none
6927 b
6928 \end_layout
6929
6930 \end_inset
6931 </cell>
6932 </row>
6933 <row>
6934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6935 \begin_inset Text
6936
6937 \begin_layout PlainLayout
6938
6939 \family roman
6940 \series medium
6941 \shape up
6942 \size normal
6943 \emph off
6944 \bar no
6945 \noun off
6946 \color none
6947 c
6948 \end_layout
6949
6950 \end_inset
6951 </cell>
6952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6953 \begin_inset Text
6954
6955 \begin_layout PlainLayout
6956
6957 \family roman
6958 \series medium
6959 \shape up
6960 \size normal
6961 \emph off
6962 \bar no
6963 \noun off
6964 \color none
6965 d
6966 \end_layout
6967
6968 \end_inset
6969 </cell>
6970 </row>
6971 </lyxtabular>
6972
6973 \end_inset
6974
6975
6976 \end_layout
6977
6978 \begin_layout Standard
6979 \begin_inset VSpace 0.3cm
6980 \end_inset
6981
6982
6983 \end_layout
6984
6985 \begin_layout Enumerate
6986 This is (b).
6987  The table is actually nested inside Item One, but 
6988 \emph on
6989 not
6990 \emph default
6991  inside (a).
6992 \end_layout
6993
6994 \end_deeper
6995 \begin_layout Enumerate
6996 Back out again.
6997 \end_layout
6998
6999 \begin_layout Standard
7000 As you can see, item (b) turned into the first item of a new list, but a
7001  new list 
7002 \emph on
7003 inside
7004 \emph default
7005  item 1.
7006  The same thing would have happened to a figure or an equation.
7007  So, if you nest tables, figures or equations, make sure you go to the right
7008  depth!
7009 \end_layout
7010
7011 \begin_layout Subsection
7012 Usage and General Features
7013 \begin_inset CommandInset label
7014 LatexCommand label
7015 name "sub:Nesting-Usage"
7016
7017 \end_inset
7018
7019
7020 \end_layout
7021
7022 \begin_layout Standard
7023 Speaking of levels, LyX can perform up to a six-fold nesting.
7024  In other words, 
7025 \begin_inset Quotes eld
7026 \end_inset
7027
7028 level #6
7029 \begin_inset Quotes erd
7030 \end_inset
7031
7032  is the innermost possible depth.
7033  Here's an example to display what we mean:
7034 \end_layout
7035
7036 \begin_layout Enumerate
7037 level #1 - outermost
7038 \end_layout
7039
7040 \begin_deeper
7041 \begin_layout Enumerate
7042 level #2
7043 \end_layout
7044
7045 \begin_deeper
7046 \begin_layout Enumerate
7047 level #3
7048 \end_layout
7049
7050 \begin_deeper
7051 \begin_layout Enumerate
7052 level #4
7053 \end_layout
7054
7055 \begin_deeper
7056 \begin_layout Itemize
7057 level #5
7058 \end_layout
7059
7060 \begin_deeper
7061 \begin_layout Itemize
7062 level #6
7063 \end_layout
7064
7065 \end_deeper
7066 \end_deeper
7067 \end_deeper
7068 \end_deeper
7069 \end_deeper
7070 \begin_layout Standard
7071 There are two exceptions to the six-fold nesting limit, and you can see
7072  both of them in the example.
7073  Unlike the other fully-nestable environments, you can only perform a four-fold
7074  nesting with the 
7075 \family sans
7076 Enumerate
7077 \family default
7078  and 
7079 \family sans
7080 Itemize
7081 \family default
7082  environments.
7083  For example, if we tried to nest another 
7084 \family sans
7085 Enumerate
7086 \family default
7087  list inside of item 
7088 \begin_inset Quotes eld
7089 \end_inset
7090
7091 A.
7092 \begin_inset Quotes erd
7093 \end_inset
7094
7095 , we'd get errors.
7096 \end_layout
7097
7098 \begin_layout Subsection
7099 Some Examples
7100 \begin_inset Index
7101 status collapsed
7102
7103 \begin_layout PlainLayout
7104 Nesting ! Examples
7105 \end_layout
7106
7107 \end_inset
7108
7109
7110 \end_layout
7111
7112 \begin_layout Standard
7113 The best way to explain just what you can do with nesting is by illustration.
7114  We have several examples of nested environments.
7115  In them, we explain how we created the example, so that you can reproduce
7116  them.
7117 \end_layout
7118
7119 \begin_layout Subsubsection
7120 Example 1: The Six-fold Way and Mixed Nesting
7121 \end_layout
7122
7123 \begin_layout Labeling
7124 \labelwidthstring MMM
7125 #1-a This is the outermost level.
7126  It's a 
7127 \family sans
7128 List
7129 \family default
7130  environment.
7131 \end_layout
7132
7133 \begin_deeper
7134 \begin_layout Labeling
7135 \labelwidthstring MMM
7136 #2-a This is level #2.
7137  We created it by using 
7138 \family sans
7139 M-Return
7140 \family default
7141  followed by 
7142 \family sans
7143 S-M-Right
7144 \family default
7145 .
7146 \end_layout
7147
7148 \begin_deeper
7149 \begin_layout Labeling
7150 \labelwidthstring MMM
7151 #3-a This is level #3.
7152  This time, we just hit 
7153 \family sans
7154 Return
7155 \family default
7156 , then used 
7157 \family sans
7158 S-M-Right
7159 \family default
7160  twice in a row.
7161  We could have also created it the same way as we did the previous level,
7162  by hitting 
7163 \family sans
7164 M-Return
7165 \family default
7166  followed by 
7167 \family sans
7168 S-M-Right
7169 \family default
7170 .
7171 \end_layout
7172
7173 \begin_deeper
7174 \begin_layout Standard
7175 This is actually a 
7176 \family sans
7177 Standard
7178 \family default
7179  environment, nested inside of 
7180 \begin_inset Quotes eld
7181 \end_inset
7182
7183 #3-a
7184 \begin_inset Quotes erd
7185 \end_inset
7186
7187 .
7188  So, it's at level #4.
7189  We did this by hitting 
7190 \family sans
7191 M-Return
7192 \family default
7193 , then 
7194 \family sans
7195 S-M-Right
7196 \family default
7197 , then changing the paragraph environment to 
7198 \family sans
7199 Standard
7200 \family default
7201 .
7202  Do this to create list items with more than one paragraph - it also works
7203  for the 
7204 \family sans
7205 Description
7206 \family default
7207
7208 \family sans
7209 Enumerate
7210 \family default
7211 , and 
7212 \family sans
7213 Itemize
7214 \family default
7215  environments!
7216 \end_layout
7217
7218 \begin_layout Standard
7219 Here's another 
7220 \family sans
7221 Standard
7222 \family default
7223  paragraph, also at level #4, made with just a 
7224 \family sans
7225 M-Return
7226 \family default
7227 .
7228 \end_layout
7229
7230 \begin_layout Labeling
7231 \labelwidthstring MMM
7232 #4-a This is level #4.
7233  We hit 
7234 \family sans
7235 M-Return
7236 \family default
7237  and changed the paragraph environment back to 
7238 \family sans
7239 List
7240 \family default
7241 .
7242  Remember - we can't nest anything inside of a 
7243 \family sans
7244 Standard
7245 \family default
7246  environment, which is why we're still at level #4.
7247  However, we 
7248 \emph on
7249 can
7250 \emph default
7251  keep nesting things inside of 
7252 \begin_inset Quotes eld
7253 \end_inset
7254
7255 #3-a
7256 \begin_inset Quotes erd
7257 \end_inset
7258
7259 .
7260 \end_layout
7261
7262 \begin_deeper
7263 \begin_layout Labeling
7264 \labelwidthstring MMM
7265 #5-a This is level #5\SpecialChar \ldots{}
7266
7267 \end_layout
7268
7269 \begin_deeper
7270 \begin_layout Labeling
7271 \labelwidthstring MMM
7272 #6-a \SpecialChar \ldots{}
7273 and this is level #6.
7274  By now, you should know how we made these two.
7275 \end_layout
7276
7277 \end_deeper
7278 \begin_layout Labeling
7279 \labelwidthstring MMM
7280 #5-b Back to level #5.
7281  Just hit 
7282 \family sans
7283 M-Return
7284 \family default
7285  followed by a 
7286 \family sans
7287 S-M-Left
7288 \family default
7289 .
7290 \end_layout
7291
7292 \end_deeper
7293 \begin_layout Labeling
7294 \labelwidthstring MMM
7295 #4-b After another 
7296 \family sans
7297 M-Return
7298 \family default
7299  followed by a 
7300 \family sans
7301 S-M-Left
7302 \family default
7303 , we're back at level #4.
7304 \end_layout
7305
7306 \end_deeper
7307 \begin_layout Labeling
7308 \labelwidthstring MMM
7309 #3-b Back to level #3.
7310  By now it should be obvious how we did this.
7311 \end_layout
7312
7313 \end_deeper
7314 \begin_layout Labeling
7315 \labelwidthstring MMM
7316 #2-b Back to level #2.
7317  
7318 \end_layout
7319
7320 \end_deeper
7321 \begin_layout Labeling
7322 \labelwidthstring MMM
7323 #1-b And last, back to the outermost level, #1.
7324  After this sentence, we'll hit 
7325 \family sans
7326 Return
7327 \family default
7328  and change the paragraph environment back to 
7329 \family sans
7330 Standard
7331 \family default
7332  to end the list.
7333 \end_layout
7334
7335 \begin_layout Standard
7336 We could have also used the 
7337 \family sans
7338 Description
7339 \family default
7340
7341 \family sans
7342 Quote
7343 \family default
7344
7345 \family sans
7346 Quotation
7347 \family default
7348 , or even the 
7349 \family sans
7350 Verse
7351 \family default
7352  environment in place of the 
7353 \family sans
7354 List
7355 \family default
7356  environment.
7357  The example would have worked exactly the same.
7358 \end_layout
7359
7360 \begin_layout Subsubsection
7361 Example 2: Inheritance
7362 \end_layout
7363
7364 \begin_layout LyX-Code
7365 This is the LyX-Code environment, at level #1, the outermost
7366 \end_layout
7367
7368 \begin_layout LyX-Code
7369 level.
7370   Now we'll hit 
7371 \family sans
7372 Return
7373 \family default
7374 , then 
7375 \family sans
7376 S-M-Right
7377 \family default
7378 , after which, we'll change to the 
7379 \family sans
7380 Enumerate
7381 \family default
7382  environment.
7383 \end_layout
7384
7385 \begin_deeper
7386 \begin_layout Enumerate
7387 This is the 
7388 \family sans
7389 Enumerate
7390 \family default
7391  environment, at level #2.
7392 \end_layout
7393
7394 \begin_layout Enumerate
7395 Notice how the nested 
7396 \family sans
7397 Enumerate
7398 \family default
7399  not only inherits its margins from its parent environment (
7400 \family sans
7401 LyX-Code
7402 \family default
7403 ), but also inherits its font and spacing!
7404 \end_layout
7405
7406 \end_deeper
7407 \begin_layout Standard
7408 We ended this example by hitting 
7409 \family sans
7410 Return
7411 \family default
7412 .
7413  After that, we needed to reset the paragraph environment to 
7414 \family sans
7415 Standard
7416 \family default
7417  and resetting the nesting depth by using 
7418 \family sans
7419 S-M-Left
7420 \family default
7421  once.
7422 \end_layout
7423
7424 \begin_layout Subsubsection
7425 Example 3: Labels, Levels, and the 
7426 \family sans
7427 Enumerate
7428 \family default
7429  and 
7430 \family sans
7431 Itemize
7432 \family default
7433  Environments
7434 \begin_inset OptArg
7435 status collapsed
7436
7437 \begin_layout PlainLayout
7438 Example #3: Labels, Levels and other list environments
7439 \end_layout
7440
7441 \end_inset
7442
7443
7444 \end_layout
7445
7446 \begin_layout Enumerate
7447 This is level #1, in an 
7448 \family sans
7449 Enumerate
7450 \family default
7451  paragraph environment.
7452  We're actually going to nest a bunch of these.
7453 \end_layout
7454
7455 \begin_deeper
7456 \begin_layout Enumerate
7457 This is level #2.
7458  We used 
7459 \family sans
7460 M-Return
7461 \family default
7462  followed by 
7463 \family sans
7464 S-M-Right
7465 \family default
7466 .
7467  Now, what happens if we nest an 
7468 \family sans
7469 Itemize
7470 \family default
7471  environment inside of this one? It will be at level #3, but what will its
7472  label be? An asterisk?
7473 \end_layout
7474
7475 \begin_deeper
7476 \begin_layout Itemize
7477 No! It's a bullet.
7478  This is the 
7479 \emph on
7480 first
7481 \emph default
7482  
7483 \family sans
7484 Itemize
7485 \family default
7486  environment, even though it's at level #3.
7487  So, its label is a bullet.
7488  (We got here by using 
7489 \family sans
7490 M-Return
7491 \family default
7492 , then 
7493 \family sans
7494 S-M-Right
7495 \family default
7496 , then changing the environment to 
7497 \family sans
7498 Itemize
7499 \family default
7500 .)
7501 \end_layout
7502
7503 \begin_deeper
7504 \begin_layout Itemize
7505 Here's level #4, produced using 
7506 \family sans
7507 M-Return
7508 \family default
7509 , then 
7510 \family sans
7511 S-M-Right
7512 \family default
7513 .
7514  We'll do that again\SpecialChar \ldots{}
7515
7516 \end_layout
7517
7518 \begin_deeper
7519 \begin_layout Enumerate
7520 \SpecialChar \ldots{}
7521 to get to level #5.
7522  This time, however, we also changed the paragraph environment back to 
7523 \family sans
7524 Enumerate
7525 \family default
7526 .
7527  Notice the type of numbering, it is 
7528 \emph on
7529 lowercase Roman
7530 \emph default
7531 , because we are in the 
7532 \emph on
7533 thirdfold
7534 \emph default
7535  
7536 \family sans
7537 Enumerate
7538 \family default
7539  environment (i.e.
7540  it is an 
7541 \family sans
7542 Enumerate
7543 \family default
7544  inside an 
7545 \family sans
7546 Enumerate
7547 \family default
7548  inside an 
7549 \family sans
7550 Enumerate
7551 \family default
7552 ).
7553 \end_layout
7554
7555 \begin_layout Enumerate
7556 What happens if we 
7557 \emph on
7558 don't
7559 \emph default
7560  change the paragraph environment, but decrease the nesting depth? What
7561  type of numbering does LyX use?
7562 \end_layout
7563
7564 \begin_layout Enumerate
7565 Oh, as if you couldn't guess by now, we're just using 
7566 \family sans
7567 M-Return
7568 \family default
7569  to keep the current environment and depth but create a new item.
7570 \end_layout
7571
7572 \begin_layout Enumerate
7573 Let's use 
7574 \family sans
7575 S-M-Left
7576 \family default
7577  to decrease the depth after the next 
7578 \family sans
7579 M-Return
7580 \family default
7581 .
7582 \end_layout
7583
7584 \end_deeper
7585 \begin_layout Enumerate
7586 This is level #4.
7587  Look what type of label LyX is using!
7588 \end_layout
7589
7590 \end_deeper
7591 \begin_layout Enumerate
7592 This is level #3.
7593  Even though we've changed levels, LyX is still using a lowercase Roman
7594  numeral as the label.Why?
7595 \end_layout
7596
7597 \begin_layout Enumerate
7598 Because, even though the nesting depth has changed, the paragraph is 
7599 \emph on
7600 still
7601 \emph default
7602  a thirdfold 
7603 \family sans
7604 Enumerate
7605 \family default
7606  environment.
7607  Notice, however, that LyX 
7608 \emph on
7609 did
7610 \emph default
7611  reset the counter for the label.
7612 \end_layout
7613
7614 \end_deeper
7615 \begin_layout Enumerate
7616 Another 
7617 \family sans
7618 M-Return
7619 \family default
7620  
7621 \family sans
7622 S-M-Left
7623 \family default
7624  sequence, and we're back to level #2.
7625  This time, we not only changed the nesting depth, but we also moved back
7626  into the twofold-nested 
7627 \family sans
7628 Enumerate
7629 \family default
7630  environment.
7631 \end_layout
7632
7633 \end_deeper
7634 \begin_layout Enumerate
7635 The same thing happens if we do another 
7636 \family sans
7637 M-Return
7638 \family default
7639  
7640 \family sans
7641 S-M-Left
7642 \family default
7643  sequence and return to level #1, the outermost level.
7644 \end_layout
7645
7646 \begin_layout Standard
7647 Lastly, we reset the environment to 
7648 \family sans
7649 Standard
7650 \family default
7651 .
7652  As you can see, the level number doesn't correspond to what type of labeling
7653  LyX uses for the 
7654 \family sans
7655 Enumerate
7656 \family default
7657  and 
7658 \family sans
7659 Itemize
7660 \family default
7661  environments.
7662  The number of other 
7663 \family sans
7664 Enumerate
7665 \family default
7666  environments surrounding it determines what kind of label LyX uses for
7667  an 
7668 \family sans
7669 Enumerate
7670 \family default
7671  item.
7672  The same rule applies for the 
7673 \family sans
7674 Itemize
7675 \family default
7676  environment, as well.
7677 \end_layout
7678
7679 \begin_layout Subsubsection
7680 Example 4: Going Bonkers
7681 \end_layout
7682
7683 \begin_layout Enumerate
7684 We're going to go totally nuts now.
7685  We won't nest as deep as in the other examples, nor will we go into the
7686  same detail with how we did it.
7687  (level #1: 
7688 \family sans
7689 Enumerate
7690 \family default
7691 )
7692 \end_layout
7693
7694 \begin_deeper
7695 \begin_layout Standard
7696 (
7697 \family sans
7698 Return, S-M-Right, Standard
7699 \family default
7700 : level #2) We'll stick an encapsulated description of how we created the
7701  example in parentheses someplace.
7702  For example, the two keybindings are how we changed the depth.
7703  The environment name is the name of the current environment.
7704  Either before or after this, we'll put in the level.
7705 \end_layout
7706
7707 \end_deeper
7708 \begin_layout Enumerate
7709 (
7710 \family sans
7711 Return, Enumerate
7712 \family default
7713 : level #1) This is the next item in the list.
7714 \end_layout
7715
7716 \begin_deeper
7717 \begin_layout Verse
7718 Now we'll add verse.
7719 \newline
7720 It will get much worse.
7721 \newline
7722 (
7723 \family sans
7724 Return, S-M-Right, Verse
7725 \family default
7726 : level #2)
7727 \end_layout
7728
7729 \begin_layout Verse
7730 Fiddle dee, Fiddle doo.
7731 \newline
7732 Bippitey boppitey boo!
7733 \newline
7734 (
7735 \family sans
7736 M-Return)
7737 \end_layout
7738
7739 \begin_layout Verse
7740 Here comes a table:
7741 \end_layout
7742
7743 \begin_deeper
7744 \begin_layout Standard
7745 \begin_inset VSpace 0.3cm
7746 \end_inset
7747
7748
7749 \end_layout
7750
7751 \begin_layout Standard
7752 \align center
7753 \begin_inset Tabular
7754 <lyxtabular version="3" rows="2" columns="2">
7755 <features>
7756 <column alignment="center" valignment="top" width="0pt">
7757 <column alignment="center" valignment="top" width="0pt">
7758 <row>
7759 <cell alignment="center" valignment="top" usebox="none">
7760 \begin_inset Text
7761
7762 \begin_layout PlainLayout
7763
7764 \family roman
7765 \series medium
7766 \shape up
7767 \size normal
7768 \emph off
7769 \bar no
7770 \noun off
7771 \color none
7772 one-fish
7773 \end_layout
7774
7775 \end_inset
7776 </cell>
7777 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7778 \begin_inset Text
7779
7780 \begin_layout PlainLayout
7781
7782 \family roman
7783 \series medium
7784 \shape up
7785 \size normal
7786 \emph off
7787 \bar no
7788 \noun off
7789 \color none
7790 two-fish
7791 \end_layout
7792
7793 \end_inset
7794 </cell>
7795 </row>
7796 <row>
7797 <cell alignment="center" valignment="top" topline="true" usebox="none">
7798 \begin_inset Text
7799
7800 \begin_layout PlainLayout
7801
7802 \family roman
7803 \series medium
7804 \shape up
7805 \size normal
7806 \emph off
7807 \bar no
7808 \noun off
7809 \color none
7810 red-fish
7811 \end_layout
7812
7813 \end_inset
7814 </cell>
7815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7816 \begin_inset Text
7817
7818 \begin_layout PlainLayout
7819
7820 \family roman
7821 \series medium
7822 \shape up
7823 \size normal
7824 \emph off
7825 \bar no
7826 \noun off
7827 \color none
7828 blue-fish
7829 \end_layout
7830
7831 \end_inset
7832 </cell>
7833 </row>
7834 </lyxtabular>
7835
7836 \end_inset
7837
7838
7839 \end_layout
7840
7841 \end_deeper
7842 \begin_layout Verse
7843 (
7844 \family sans
7845 M-Return, Table, S-M-Right
7846 \family default
7847  3 times, 
7848 \family sans
7849 M-Return, Verse, S-M-Left
7850 \family default
7851 )
7852 \end_layout
7853
7854 \end_deeper
7855 \begin_layout Enumerate
7856 (
7857 \family sans
7858 Return, Enumerate
7859 \family default
7860 : level #1) This is another item.
7861  Note that selecting a 
7862 \family sans
7863 Table
7864 \family default
7865  resets the nesting depth to level #1, so we increased the nesting depth
7866  3 times to put the table inside the 
7867 \family sans
7868 Verse
7869 \family default
7870  environment.
7871  
7872 \end_layout
7873
7874 \begin_layout Quotation
7875 We're now ending the 
7876 \family sans
7877 Enumerate
7878 \family default
7879  list and changing to 
7880 \family sans
7881 Quotation
7882 \family default
7883 .
7884  We're still at level #1.
7885  We want to show you some of the things you can do by mixing environments.
7886  The next set of paragraphs is a 
7887 \begin_inset Quotes eld
7888 \end_inset
7889
7890 quoted letter.
7891 \begin_inset Quotes erd
7892 \end_inset
7893
7894  We'll nest both the 
7895 \family sans
7896 Address
7897 \family default
7898  and 
7899 \family sans
7900 Right
7901 \begin_inset Space ~
7902 \end_inset
7903
7904 Address
7905 \family default
7906  environments inside of this one, then use another nested 
7907 \family sans
7908 Quotation
7909 \family default
7910  for the letter body.
7911  We'll use 
7912 \family sans
7913 M-Return
7914 \family default
7915  to preserve the depth.
7916  Remember that you need to use 
7917 \family sans
7918 C-Return
7919 \family default
7920  to create multiple lines inside the 
7921 \family sans
7922 Address
7923 \family default
7924  and 
7925 \family sans
7926 Right
7927 \begin_inset Space ~
7928 \end_inset
7929
7930 Address
7931 \family default
7932  environments.
7933  Here it goes:
7934 \end_layout
7935
7936 \begin_deeper
7937 \begin_layout Right Address
7938 1234 Nowhere Rd.
7939 \newline
7940 Moosegroin, MT 00100
7941 \newline
7942 9-6-96
7943 \end_layout
7944
7945 \begin_layout Address
7946 Dear Mr.
7947 \begin_inset Space ~
7948 \end_inset
7949
7950 Fizlewitz:
7951 \end_layout
7952
7953 \begin_layout Quotation
7954 We regret to inform you that we cannot fill your order for 50
7955 \begin_inset Formula $\,$
7956 \end_inset
7957
7958 L of compressed methane gas due to circumstances beyond our control.
7959  Unfortunately, several of our cows have mysteriously exploded, creating
7960  a backlog in our orders for methane.
7961  We will place your name on the waiting list and try to fill your order
7962  as soon as possible.
7963  In the meantime, we thank you for your patience.
7964 \end_layout
7965
7966 \begin_layout Quotation
7967 We do, however, now have a special on beef.
7968  If you are interested, please return the enclosed pricing and order form
7969  with your order, along with payment.
7970 \end_layout
7971
7972 \begin_layout Quotation
7973 We thank you again for your patience.
7974 \end_layout
7975
7976 \begin_layout Address
7977 Sincerely,
7978 \newline
7979 Bill Hick
7980 \end_layout
7981
7982 \end_deeper
7983 \begin_layout Quotation
7984 That ends that example!
7985 \end_layout
7986
7987 \begin_layout Standard
7988 As you can see, nesting environments in LyX gives you a lot of power with
7989  just a few keystrokes.
7990  We could have easily nested an 
7991 \family sans
7992 Itemize
7993 \family default
7994  list inside of a 
7995 \family sans
7996 Quotation
7997 \family default
7998  or 
7999 \family sans
8000 Quote
8001 \family default
8002 , or put a 
8003 \family sans
8004 Quote
8005 \family default
8006  inside of an 
8007 \family sans
8008 Itemize
8009 \family default
8010  list.
8011  You have a huge variety of options at your disposal.
8012 \end_layout
8013
8014 \begin_layout Section
8015 Spacing, pagination and line breaks
8016 \begin_inset Index
8017 status collapsed
8018
8019 \begin_layout PlainLayout
8020 Spacing
8021 \end_layout
8022
8023 \end_inset
8024
8025
8026 \end_layout
8027
8028 \begin_layout Standard
8029 What is a space? While you might be used to press the space key anytime
8030  you want to separate two words in ordinary word processors, LyX offers
8031  you more spaces: Spaces of different width and spaces which can or cannot
8032  be broken at the end of a line.
8033  The following sections will show you some examples where those spaces are
8034  useful.
8035 \end_layout
8036
8037 \begin_layout Subsection
8038 Protected Space
8039 \begin_inset CommandInset label
8040 LatexCommand label
8041 name "sub:Protected-Space"
8042
8043 \end_inset
8044
8045
8046 \begin_inset Index
8047 status collapsed
8048
8049 \begin_layout PlainLayout
8050 Spaces ! Protected
8051 \end_layout
8052
8053 \end_inset
8054
8055
8056 \end_layout
8057
8058 \begin_layout Standard
8059 The protected space: It is used to tell LyX (and LaTeX) not to break the
8060  line at that point.
8061  This may be necessary to avoid unlucky linebreaks, like in: 
8062 \end_layout
8063
8064 \begin_layout Quote
8065 Further documentation is given in section
8066 \newline
8067
8068 \begin_inset CommandInset ref
8069 LatexCommand ref
8070 reference "sec:Bibliography"
8071
8072 \end_inset
8073
8074 .
8075  
8076 \end_layout
8077
8078 \begin_layout Standard
8079 Obviously, it would be a good thing to put a protected space between 
8080 \begin_inset Quotes eld
8081 \end_inset
8082
8083 section
8084 \begin_inset Quotes erd
8085 \end_inset
8086
8087  and 
8088 \begin_inset Quotes eld
8089 \end_inset
8090
8091
8092 \begin_inset CommandInset ref
8093 LatexCommand ref
8094 reference "sec:Bibliography"
8095
8096 \end_inset
8097
8098
8099 \begin_inset Quotes erd
8100 \end_inset
8101
8102 .
8103  A protected space is set with 
8104 \family sans
8105 Insert\SpecialChar \menuseparator
8106 Formatting\SpecialChar \menuseparator
8107 Protected
8108 \bar under
8109
8110 \begin_inset Space ~
8111 \end_inset
8112
8113
8114 \bar default
8115 Space
8116 \family default
8117  (shortcut 
8118 \family sans
8119 C-Space
8120 \family default
8121 ).
8122 \end_layout
8123
8124 \begin_layout Subsection
8125 Horizontal Space
8126 \begin_inset CommandInset label
8127 LatexCommand label
8128 name "sub:Horizontal-Space"
8129
8130 \end_inset
8131
8132
8133 \begin_inset Index
8134 status collapsed
8135
8136 \begin_layout PlainLayout
8137 Spacing ! Horizontal
8138 \end_layout
8139
8140 \end_inset
8141
8142
8143 \end_layout
8144
8145 \begin_layout Standard
8146 All horizontal spaces can be inserted with the menu 
8147 \family sans
8148 Insert\SpecialChar \menuseparator
8149 Formatting\SpecialChar \menuseparator
8150 Horizontal Space
8151 \family default
8152 .
8153  The length units are listed in Appendix
8154 \begin_inset Space ~
8155 \end_inset
8156
8157
8158 \begin_inset CommandInset ref
8159 LatexCommand ref
8160 reference "cha:Units-available-in"
8161
8162 \end_inset
8163
8164 .
8165 \end_layout
8166
8167 \begin_layout Subsubsection
8168 Inter-word Space
8169 \begin_inset CommandInset label
8170 LatexCommand label
8171 name "sub:Inter-word-Space"
8172
8173 \end_inset
8174
8175
8176 \begin_inset Index
8177 status collapsed
8178
8179 \begin_layout PlainLayout
8180 Spaces ! Inter-word
8181 \end_layout
8182
8183 \end_inset
8184
8185
8186 \end_layout
8187
8188 \begin_layout Standard
8189 Some languages (e.
8190 \begin_inset Space \thinspace{}
8191 \end_inset
8192
8193 g.
8194 \begin_inset Space \space{}
8195 \end_inset
8196
8197 English) have the typographical convention to add extra space after an end-of-se
8198 ntence punctuation mark, and LyX honors those conventions (see section
8199 \begin_inset Space ~
8200 \end_inset
8201
8202
8203 \begin_inset CommandInset ref
8204 LatexCommand ref
8205 reference "sub:Abbreviations"
8206
8207 \end_inset
8208
8209 ).
8210  Sometimes, you want a normal space nevertheless.
8211  In this case, insert an inter-word space (shortcut 
8212 \family sans
8213 C-M-Space
8214 \family default
8215 ).
8216 \end_layout
8217
8218 \begin_layout Subsubsection
8219 Thin Space
8220 \begin_inset CommandInset label
8221 LatexCommand label
8222 name "sub:Thin-Space"
8223
8224 \end_inset
8225
8226
8227 \begin_inset Index
8228 status collapsed
8229
8230 \begin_layout PlainLayout
8231 Spaces ! Thin
8232 \end_layout
8233
8234 \end_inset
8235
8236
8237 \end_layout
8238
8239 \begin_layout Standard
8240
8241 \begin_inset Quotes eld
8242 \end_inset
8243
8244 thin space
8245 \begin_inset Quotes erd
8246 \end_inset
8247
8248  is a blank which has half the size of a normal space (and it is also 
8249 \begin_inset Quotes eld
8250 \end_inset
8251
8252 protected
8253 \begin_inset Quotes erd
8254 \end_inset
8255
8256 ).
8257  The typographical conventions in a lot of languages propose the use of
8258  thin spaces in cases where normal spaces would be too wide, for instance
8259  inside abbreviations:
8260 \end_layout
8261
8262 \begin_layout Quote
8263 D.
8264 \begin_inset Space \thinspace{}
8265 \end_inset
8266
8267 E.
8268  Knuth has developed our beloved typesetting program, i.
8269 \begin_inset Space \thinspace{}
8270 \end_inset
8271
8272 e.
8273 \begin_inset Space \space{}
8274 \end_inset
8275
8276 TeX.
8277 \end_layout
8278
8279 \begin_layout Standard
8280 or between values and units.
8281  Compare for example this:
8282 \newline
8283 10
8284 \begin_inset Space \thinspace{}
8285 \end_inset
8286
8287 kg (thin space)
8288 \newline
8289 10 kg (normal space
8290 \end_layout
8291
8292 \begin_layout Standard
8293 You can insert thin spaces also with the menu 
8294 \family sans
8295 Insert\SpecialChar \menuseparator
8296 Formatting\SpecialChar \menuseparator
8297 Thin
8298 \begin_inset Space ~
8299 \end_inset
8300
8301 Space
8302 \family default
8303  (shortcut 
8304 \family sans
8305 C-S-Space
8306 \family default
8307 ).
8308 \end_layout
8309
8310 \begin_layout Subsubsection
8311 More Spaces
8312 \begin_inset CommandInset label
8313 LatexCommand label
8314 name "sub:More-Spaces"
8315
8316 \end_inset
8317
8318
8319 \end_layout
8320
8321 \begin_layout Standard
8322 You can furthermore insert the following space types:
8323 \end_layout
8324
8325 \begin_layout Description
8326 Negative
8327 \begin_inset Space ~
8328 \end_inset
8329
8330 thin
8331 \begin_inset Space ~
8332 \end_inset
8333
8334 space A line with a 
8335 \begin_inset Formula $\to$
8336 \end_inset
8337
8338
8339 \begin_inset Space \negthinspace{}
8340 \end_inset
8341
8342
8343 \begin_inset Formula $\gets$
8344 \end_inset
8345
8346  Negative thin space between the arrows.
8347 \end_layout
8348
8349 \begin_layout Description
8350 Enspace
8351 \begin_inset Space ~
8352 \end_inset
8353
8354 (0.5
8355 \begin_inset Space \thinspace{}
8356 \end_inset
8357
8358 em) A line with a 
8359 \begin_inset Formula $\to$
8360 \end_inset
8361
8362
8363 \begin_inset Space \enskip{}
8364 \end_inset
8365
8366
8367 \begin_inset Formula $\gets$
8368 \end_inset
8369
8370  Enspace (0.5
8371 \begin_inset Space \thinspace{}
8372 \end_inset
8373
8374 em) space between the arrows.
8375 \end_layout
8376
8377 \begin_layout Description
8378 Quad
8379 \begin_inset Space ~
8380 \end_inset
8381
8382 (1
8383 \begin_inset Space \thinspace{}
8384 \end_inset
8385
8386 em) A line with a 
8387 \begin_inset Formula $\to$
8388 \end_inset
8389
8390
8391 \begin_inset Space \quad{}
8392 \end_inset
8393
8394
8395 \begin_inset Formula $\gets$
8396 \end_inset
8397
8398  Quad
8399 \begin_inset Space ~
8400 \end_inset
8401
8402 (1
8403 \begin_inset Space \thinspace{}
8404 \end_inset
8405
8406 em) space between the arrows.
8407 \end_layout
8408
8409 \begin_layout Description
8410 QQuad
8411 \begin_inset Space ~
8412 \end_inset
8413
8414 (2
8415 \begin_inset Space \thinspace{}
8416 \end_inset
8417
8418 em) A line with a 
8419 \begin_inset Formula $\to$
8420 \end_inset
8421
8422
8423 \begin_inset Space \qquad{}
8424 \end_inset
8425
8426
8427 \begin_inset Formula $\gets$
8428 \end_inset
8429
8430  QQuad
8431 \begin_inset Space ~
8432 \end_inset
8433
8434 (2
8435 \begin_inset Space \thinspace{}
8436 \end_inset
8437
8438 em) space between the arrows.
8439 \end_layout
8440
8441 \begin_layout Description
8442 Custom
8443 \begin_inset Space ~
8444 \end_inset
8445
8446 space A line with
8447 \begin_inset Formula $\to$
8448 \end_inset
8449
8450
8451 \begin_inset Space \hspace{}
8452 \length 2cm
8453 \end_inset
8454
8455
8456 \begin_inset Formula $\gets$
8457 \end_inset
8458
8459  2
8460 \begin_inset Space \thinspace{}
8461 \end_inset
8462
8463 cm space between the arrows.
8464 \end_layout
8465
8466 \begin_layout Standard
8467 Table
8468 \begin_inset Space ~
8469 \end_inset
8470
8471
8472 \begin_inset CommandInset ref
8473 LatexCommand ref
8474 reference "tab:Width-of-the"
8475
8476 \end_inset
8477
8478  lists the different space sizes.
8479 \end_layout
8480
8481 \begin_layout Standard
8482 \begin_inset Float table
8483 wide false
8484 sideways false
8485 status open
8486
8487 \begin_layout PlainLayout
8488 \align center
8489 \begin_inset Caption
8490
8491 \begin_layout PlainLayout
8492 \begin_inset CommandInset label
8493 LatexCommand label
8494 name "tab:Width-of-the"
8495
8496 \end_inset
8497
8498 Width of the different horizotal spaces.
8499 \end_layout
8500
8501 \end_inset
8502
8503
8504 \end_layout
8505
8506 \begin_layout PlainLayout
8507 \align center
8508 \begin_inset Tabular
8509 <lyxtabular version="3" rows="8" columns="2">
8510 <features>
8511 <column alignment="center" valignment="top" width="0">
8512 <column alignment="center" valignment="top" width="0">
8513 <row>
8514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8515 \begin_inset Text
8516
8517 \begin_layout PlainLayout
8518
8519 \series bold
8520 Space
8521 \end_layout
8522
8523 \end_inset
8524 </cell>
8525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8526 \begin_inset Text
8527
8528 \begin_layout PlainLayout
8529
8530 \series bold
8531 Width
8532 \end_layout
8533
8534 \end_inset
8535 </cell>
8536 </row>
8537 <row>
8538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8539 \begin_inset Text
8540
8541 \begin_layout PlainLayout
8542 Normal
8543 \end_layout
8544
8545 \end_inset
8546 </cell>
8547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8548 \begin_inset Text
8549
8550 \begin_layout PlainLayout
8551 1/3
8552 \begin_inset Space \thinspace{}
8553 \end_inset
8554
8555 em
8556 \end_layout
8557
8558 \end_inset
8559 </cell>
8560 </row>
8561 <row>
8562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8563 \begin_inset Text
8564
8565 \begin_layout PlainLayout
8566 Protected
8567 \end_layout
8568
8569 \end_inset
8570 </cell>
8571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8572 \begin_inset Text
8573
8574 \begin_layout PlainLayout
8575 1/3
8576 \begin_inset Space \thinspace{}
8577 \end_inset
8578
8579 em
8580 \end_layout
8581
8582 \end_inset
8583 </cell>
8584 </row>
8585 <row>
8586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8587 \begin_inset Text
8588
8589 \begin_layout PlainLayout
8590 Thin
8591 \end_layout
8592
8593 \end_inset
8594 </cell>
8595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8596 \begin_inset Text
8597
8598 \begin_layout PlainLayout
8599 1/6
8600 \begin_inset Space \thinspace{}
8601 \end_inset
8602
8603 em
8604 \end_layout
8605
8606 \end_inset
8607 </cell>
8608 </row>
8609 <row>
8610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8611 \begin_inset Text
8612
8613 \begin_layout PlainLayout
8614 Negative thin
8615 \end_layout
8616
8617 \end_inset
8618 </cell>
8619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8620 \begin_inset Text
8621
8622 \begin_layout PlainLayout
8623 -1/6
8624 \begin_inset Space \thinspace{}
8625 \end_inset
8626
8627 em
8628 \end_layout
8629
8630 \end_inset
8631 </cell>
8632 </row>
8633 <row>
8634 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8635 \begin_inset Text
8636
8637 \begin_layout PlainLayout
8638 Enspace (0.5
8639 \begin_inset Space \thinspace{}
8640 \end_inset
8641
8642 em)
8643 \end_layout
8644
8645 \end_inset
8646 </cell>
8647 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8648 \begin_inset Text
8649
8650 \begin_layout PlainLayout
8651 0.5
8652 \begin_inset Space \thinspace{}
8653 \end_inset
8654
8655 em
8656 \end_layout
8657
8658 \end_inset
8659 </cell>
8660 </row>
8661 <row>
8662 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8663 \begin_inset Text
8664
8665 \begin_layout PlainLayout
8666 Quad (1
8667 \begin_inset Space \thinspace{}
8668 \end_inset
8669
8670 em)
8671 \end_layout
8672
8673 \end_inset
8674 </cell>
8675 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8676 \begin_inset Text
8677
8678 \begin_layout PlainLayout
8679 1
8680 \begin_inset Space \thinspace{}
8681 \end_inset
8682
8683 em
8684 \end_layout
8685
8686 \end_inset
8687 </cell>
8688 </row>
8689 <row>
8690 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8691 \begin_inset Text
8692
8693 \begin_layout PlainLayout
8694 QQuad (2
8695 \begin_inset Space \thinspace{}
8696 \end_inset
8697
8698 em)
8699 \end_layout
8700
8701 \end_inset
8702 </cell>
8703 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8704 \begin_inset Text
8705
8706 \begin_layout PlainLayout
8707 2
8708 \begin_inset Space \thinspace{}
8709 \end_inset
8710
8711 em
8712 \end_layout
8713
8714 \end_inset
8715 </cell>
8716 </row>
8717 </lyxtabular>
8718
8719 \end_inset
8720
8721
8722 \end_layout
8723
8724 \end_inset
8725
8726
8727 \end_layout
8728
8729 \begin_layout Subsubsection
8730
8731 \family sans
8732 Horizontal Fills
8733 \family default
8734
8735 \begin_inset Index
8736 status collapsed
8737
8738 \begin_layout PlainLayout
8739 Spacing ! Fills
8740 \end_layout
8741
8742 \end_inset
8743
8744
8745 \end_layout
8746
8747 \begin_layout Standard
8748 Horizontal fills (hfills) are a special LyX feature for adding extra space
8749  in a uniform fashion.
8750  An hfill is actually a variable length space, whose length always equals
8751  the remaining space between the left and right margins.
8752  If there is more than one hfill on a line, they divide the available space
8753  equally between themselves.
8754  
8755 \end_layout
8756
8757 \begin_layout Standard
8758 Here a few examples what you can do with them:
8759 \end_layout
8760
8761 \begin_layout Quote
8762 \noindent
8763 This is on the left side
8764 \begin_inset Space \hfill{}
8765 \end_inset
8766
8767 This is on the right
8768 \end_layout
8769
8770 \begin_layout Quote
8771 \noindent
8772 Left
8773 \begin_inset Space \hfill{}
8774 \end_inset
8775
8776 Middle
8777 \begin_inset Space \hfill{}
8778 \end_inset
8779
8780 Right
8781 \end_layout
8782
8783 \begin_layout Quote
8784 \noindent
8785 Left
8786 \begin_inset Space \hfill{}
8787 \end_inset
8788
8789 1/3 Left
8790 \begin_inset Space \hfill{}
8791 \end_inset
8792
8793
8794 \begin_inset Space \hfill{}
8795 \end_inset
8796
8797 Right
8798 \end_layout
8799
8800 \begin_layout Standard
8801 That was an example in the 
8802 \family sans
8803 Quote
8804 \family default
8805  environment.
8806  Here
8807 \begin_inset Formula $\to$
8808 \end_inset
8809
8810
8811 \begin_inset Space \hfill{}
8812 \end_inset
8813
8814
8815 \begin_inset Formula $\gets$
8816 \end_inset
8817
8818 is one in a standard paragraph.
8819  It may or may not be apparent in the printed text, but it 
8820 \emph on
8821 is
8822 \emph default
8823  sitting in-between the two arrows.
8824 \end_layout
8825
8826 \begin_layout Standard
8827 There may be more than one set of margins on a line.
8828  Here's an example with the 
8829 \family sans
8830 List
8831 \family default
8832  environment.
8833 \end_layout
8834
8835 \begin_layout Labeling
8836 \labelwidthstring 00.00.0000
8837 one
8838 \begin_inset Space \hfill{}
8839 \end_inset
8840
8841 two :three
8842 \begin_inset Space \hfill{}
8843 \end_inset
8844
8845 four
8846 \begin_inset Space \hfill{}
8847 \end_inset
8848
8849 five
8850 \begin_inset Space \hfill{}
8851 \end_inset
8852
8853 six
8854 \end_layout
8855
8856 \begin_layout Standard
8857 The 
8858 \begin_inset Quotes eld
8859 \end_inset
8860
8861 :
8862 \begin_inset Quotes erd
8863 \end_inset
8864
8865  marks the beginning of the item.
8866  (There is actually a 
8867 \begin_inset Quotes eld
8868 \end_inset
8869
8870 hidden
8871 \begin_inset Quotes erd
8872 \end_inset
8873
8874  hfill inside of the label of the 
8875 \family sans
8876 List
8877 \family default
8878  environment; it's put at the end of the label automatically.) Hfills work
8879  similarly in other 
8880 \begin_inset Quotes eld
8881 \end_inset
8882
8883 multi-margin
8884 \begin_inset Quotes erd
8885 \end_inset
8886
8887  situations, like two-column mode.
8888 \end_layout
8889
8890 \begin_layout Standard
8891 \begin_inset Note Greyedout
8892 status open
8893
8894 \begin_layout PlainLayout
8895
8896 \series bold
8897 Note:
8898 \series default
8899  If an hfill is at the beginning of a line, and 
8900 \emph on
8901 not
8902 \emph default
8903  in the first line in a paragraph, LyX ignores it.
8904  This prevents hfills from accidentally being wrapped onto a new line.
8905  If you need space in this case anyway, set the 
8906 \family sans
8907 Protect
8908 \family default
8909  option in the space dialog.
8910 \end_layout
8911
8912 \end_inset
8913
8914
8915 \end_layout
8916
8917 \begin_layout Subsubsection
8918 Phantom Space
8919 \begin_inset Index
8920 status collapsed
8921
8922 \begin_layout PlainLayout
8923 Spacing ! Phantom
8924 \end_layout
8925
8926 \end_inset
8927
8928
8929 \end_layout
8930
8931 \begin_layout Standard
8932 Sometimes you want to insert space with exactly the length of a phrase.
8933  E.g.
8934  you want to create the following multiple choice question:
8935 \end_layout
8936
8937 \begin_layout Standard
8938 \begin_inset VSpace medskip
8939 \end_inset
8940
8941 What is correct English?:
8942 \newline
8943
8944 \newline
8945 Mr.
8946 \begin_inset Space ~
8947 \end_inset
8948
8949 Edge would have been jumps the gun.
8950 \newline
8951
8952 \begin_inset ERT
8953 status collapsed
8954
8955 \begin_layout PlainLayout
8956
8957
8958 \backslash
8959 phantom{Mr.
8960  Edge }
8961 \end_layout
8962
8963 \end_inset
8964
8965 has to be jumped
8966 \newline
8967
8968 \begin_inset ERT
8969 status collapsed
8970
8971 \begin_layout PlainLayout
8972
8973
8974 \backslash
8975 phantom{Mr.
8976  Edge }
8977 \end_layout
8978
8979 \end_inset
8980
8981 jumps
8982 \begin_inset VSpace medskip
8983 \end_inset
8984
8985
8986 \end_layout
8987
8988 \begin_layout Standard
8989 So that the choices appear exactly after the phrase 
8990 \begin_inset Quotes eld
8991 \end_inset
8992
8993 Mr.
8994 \begin_inset Space ~
8995 \end_inset
8996
8997 Edge
8998 \begin_inset Space ~
8999 \end_inset
9000
9001
9002 \begin_inset Quotes erd
9003 \end_inset
9004
9005 .
9006  To get this, you can use the LaTeX-command 
9007 \series bold
9008
9009 \backslash
9010 phantom
9011 \series default
9012  in ERT.
9013  In our case write the command 
9014 \series bold
9015
9016 \backslash
9017 phantom{Mr.
9018  Edge }
9019 \series default
9020  (note the space after 
9021 \begin_inset Quotes eld
9022 \end_inset
9023
9024 Edge
9025 \begin_inset Quotes erd
9026 \end_inset
9027
9028 ) at the beginning of the last two lines.
9029  The command prints out the phrase within the the two braces, but invisible.
9030  That is why it is named 
9031 \begin_inset Quotes eld
9032 \end_inset
9033
9034 phantom
9035 \begin_inset Quotes erd
9036 \end_inset
9037
9038 .
9039 \begin_inset Foot
9040 status collapsed
9041
9042 \begin_layout PlainLayout
9043 There exists also the commands 
9044 \backslash
9045
9046 \series bold
9047 hphantom
9048 \series default
9049  and 
9050 \backslash
9051
9052 \series bold
9053 vphantom
9054 \series default
9055 , but this too special for the LyX Userguide.
9056  If you are interested in knowing more about this, have a look at 
9057 \begin_inset CommandInset citation
9058 LatexCommand cite
9059 key "latexcompanion,latexguide"
9060
9061 \end_inset
9062
9063 .
9064 \end_layout
9065
9066 \end_inset
9067
9068
9069 \end_layout
9070
9071 \begin_layout Subsection
9072 Vertical Space
9073 \begin_inset CommandInset label
9074 LatexCommand label
9075 name "sub:Vertical-Space"
9076
9077 \end_inset
9078
9079
9080 \begin_inset Index
9081 status collapsed
9082
9083 \begin_layout PlainLayout
9084 Spacing ! Vertical
9085 \end_layout
9086
9087 \end_inset
9088
9089
9090 \end_layout
9091
9092 \begin_layout Standard
9093 To add extra vertical space above or below a paragraph, use the 
9094 \family sans
9095 Insert\SpecialChar \menuseparator
9096 Formatting\SpecialChar \menuseparator
9097 Vertical
9098 \begin_inset Space ~
9099 \end_inset
9100
9101 Space
9102 \family default
9103  dialog.
9104  There you find the following sizes:
9105 \end_layout
9106
9107 \begin_layout Standard
9108
9109 \family sans
9110 SmallSkip
9111 \family default
9112
9113 \family sans
9114 MedSkip
9115 \family default
9116  and 
9117 \family sans
9118 BigSkip
9119 \family default
9120  are LaTeX sizes which depends on the font size of the document.
9121  
9122 \family sans
9123 DefSkip
9124 \family default
9125  is the skip adjusted in the dialog 
9126 \family sans
9127 Document\SpecialChar \menuseparator
9128 Settings
9129 \begin_inset Index
9130 status collapsed
9131
9132 \begin_layout PlainLayout
9133 Document ! Settings
9134 \end_layout
9135
9136 \end_inset
9137
9138
9139 \family default
9140  for the paragraph separation.
9141  If you use indentation to separate paragraphs 
9142 \family sans
9143 DefSkip
9144 \family default
9145  is equal to 
9146 \family sans
9147 MedSkip
9148 \family default
9149 .
9150 \end_layout
9151
9152 \begin_layout Standard
9153
9154 \family sans
9155 VFill
9156 \family default
9157
9158 \begin_inset Index
9159 status collapsed
9160
9161 \begin_layout PlainLayout
9162 Spacing ! Fills
9163 \end_layout
9164
9165 \end_inset
9166
9167  is a variable space, set so that the space is maximal within one page.
9168  An example: You have only two short paragraphs on one page with a vfill
9169  between them.
9170  Then the first paragraph is placed at the top of the page and the second
9171  one at the bottom, because the space between them is then maximal.
9172  
9173 \family sans
9174 VFill
9175 \family default
9176 s work like 
9177 \family sans
9178 HFill
9179 \family default
9180 s: they fill the remaining vertical space on a page with blank space.
9181 \begin_inset Foot
9182 status collapsed
9183
9184 \begin_layout PlainLayout
9185
9186 \family sans
9187 HFill
9188 \family default
9189 s are described in section
9190 \begin_inset Space ~
9191 \end_inset
9192
9193
9194 \begin_inset CommandInset ref
9195 LatexCommand ref
9196 reference "sub:Horizontal-Space"
9197
9198 \end_inset
9199
9200 .
9201 \end_layout
9202
9203 \end_inset
9204
9205  If there are several 
9206 \family sans
9207 VFill
9208 \family default
9209 s on a page, they divide the remaining vertical space equally between themselves.
9210  You can therefore use 
9211 \family sans
9212 VFill
9213 \family default
9214 s to center text on a page, or even place text 2/3 down a page.
9215 \end_layout
9216
9217 \begin_layout Standard
9218
9219 \family sans
9220 Custom
9221 \family default
9222  are custom spaces in units explained in Appendix
9223 \begin_inset Space ~
9224 \end_inset
9225
9226
9227 \begin_inset CommandInset ref
9228 LatexCommand ref
9229 reference "cha:Units-available-in"
9230
9231 \end_inset
9232
9233 .
9234 \end_layout
9235
9236 \begin_layout Standard
9237 \begin_inset Note Greyedout
9238 status open
9239
9240 \begin_layout PlainLayout
9241
9242 \series bold
9243 Note:
9244 \series default
9245  
9246 \series medium
9247 When the extra vertical space would be in the output at the top/bottom of
9248  a page, the space is only added if you have also checked the option 
9249 \family sans
9250 Protect
9251 \family default
9252 .
9253 \end_layout
9254
9255 \end_inset
9256
9257
9258 \end_layout
9259
9260 \begin_layout Subsection
9261 Paragraph Alignment
9262 \end_layout
9263
9264 \begin_layout Standard
9265 You can change the paragraph alignment with the 
9266 \family sans
9267 Edit\SpecialChar \menuseparator
9268 Paragraph Settings
9269 \family default
9270  dialog.
9271  There are four possibilities: 
9272 \end_layout
9273
9274 \begin_layout Itemize
9275
9276 \family sans
9277 Justified
9278 \end_layout
9279
9280 \begin_layout Itemize
9281
9282 \family sans
9283 Left
9284 \end_layout
9285
9286 \begin_layout Itemize
9287
9288 \family sans
9289 Right
9290 \end_layout
9291
9292 \begin_layout Itemize
9293
9294 \family sans
9295 Center
9296 \end_layout
9297
9298 \begin_layout Standard
9299 The default in most cases is justified alignment, in which the inter-word
9300  spacing is variable and each line of a paragraph fills the region between
9301  the left and right margins.
9302  The other three alignments should be self-explanatory, and look like this:
9303 \end_layout
9304
9305 \begin_layout Standard
9306 \align right
9307 This paragraph is right aligned,
9308 \end_layout
9309
9310 \begin_layout Standard
9311 \align center
9312 this one is centered,
9313 \end_layout
9314
9315 \begin_layout Standard
9316 \align left
9317 this one is left aligned.
9318 \end_layout
9319
9320 \begin_layout Subsection
9321 Forced Pagebreaks
9322 \begin_inset Index
9323 status collapsed
9324
9325 \begin_layout PlainLayout
9326 Pagebreaks ! Forced
9327 \end_layout
9328
9329 \end_inset
9330
9331
9332 \begin_inset CommandInset label
9333 LatexCommand label
9334 name "sub:Forced-Pagebreaks"
9335
9336 \end_inset
9337
9338
9339 \end_layout
9340
9341 \begin_layout Standard
9342 If you don't like the way LaTeX does the pagebreaks in your document, you
9343  can force a pagebreak where you want one.
9344  Normally this will not be necessary, because LaTeX is good at pagebreaking.
9345  Only if you use many 
9346 \family sans
9347 Floats
9348 \family default
9349 , LaTeX's page breaking algorithm can fail.
9350 \end_layout
9351
9352 \begin_layout Standard
9353 We recommend not to use forced pagebreaks until the text is finished, and
9354  until you have checked in the preview to see if you 
9355 \emph on
9356 really
9357 \emph default
9358  have to change the pagebreaking.
9359 \end_layout
9360
9361 \begin_layout Standard
9362 There are two types of pagebreaks: One that ends the page without any special
9363  action.
9364  This can be inserted above or below a paragraph by the menu 
9365 \family sans
9366 Insert\SpecialChar \menuseparator
9367 Formatting\SpecialChar \menuseparator
9368 Page
9369 \begin_inset Space ~
9370 \end_inset
9371
9372 Break
9373 \family default
9374 .
9375  The second type ends a page, but stretches the content of the page, so
9376  that it fills out the complete page.
9377  This type is useful to avoid whitespace when a pagebreak produces a page
9378  on which only the last few lines are absent.
9379  This type is not yet supported by LyX, so that you have to use the LaTeX
9380  command 
9381 \series bold
9382
9383 \backslash
9384 pagebreak[number]
9385 \series default
9386  in ERT
9387 \begin_inset Foot
9388 status collapsed
9389
9390 \begin_layout PlainLayout
9391 For more about ERT see section
9392 \begin_inset Space ~
9393 \end_inset
9394
9395
9396 \begin_inset CommandInset ref
9397 LatexCommand ref
9398 reference "sec:ERT"
9399
9400 \end_inset
9401
9402 .
9403 \end_layout
9404
9405 \end_inset
9406
9407 .
9408  The number can vary between 0 and 4.
9409  If 4 or no number is used, it will always be created a pagebreak
9410 \begin_inset Foot
9411 status collapsed
9412
9413 \begin_layout PlainLayout
9414 normally one uses simply 
9415 \series bold
9416
9417 \backslash
9418 pagebreak
9419 \series default
9420  without a number
9421 \end_layout
9422
9423 \end_inset
9424
9425 .
9426  The numbers 0 to 3 stand for the increasing priority level -- LaTeX decides,
9427  concerning the priority, if a pagebreak is created or not.
9428 \end_layout
9429
9430 \begin_layout Standard
9431 You might try to use a pagebreak to ensure that a figure or table appears
9432  at the top of a page.
9433  This is, of course, the wrong way to do it.
9434  LyX gives you a way of automatically ensuring that your figures and tables
9435  appear at the top of a page (or the bottom, or on their own page) without
9436  having to worry about what precedes or follows your figure or table.
9437  See chapter 
9438 \begin_inset CommandInset ref
9439 LatexCommand ref
9440 reference "cha:Floats-and-Notes"
9441
9442 \end_inset
9443
9444  to learn more about 
9445 \family sans
9446 Floats
9447 \family default
9448 .
9449 \end_layout
9450
9451 \begin_layout Subsubsection
9452 Clear Pagebreaks
9453 \begin_inset CommandInset label
9454 LatexCommand label
9455 name "sub:Clear-Pages"
9456
9457 \end_inset
9458
9459
9460 \begin_inset Index
9461 status collapsed
9462
9463 \begin_layout PlainLayout
9464 Pagebreaks ! Clear
9465 \end_layout
9466
9467 \end_inset
9468
9469
9470 \end_layout
9471
9472 \begin_layout Standard
9473 Differently to forced pagebreaks where the content behind the break is directly
9474  placed at the next page, pages can also be cleared while breaking them.
9475  That means that the current paragraph is terminated and all, perhaps not
9476  yet processed floats from previous document parts are placed behind it,
9477  if necessary by adding pages.
9478 \end_layout
9479
9480 \begin_layout Standard
9481 You can insert a clear pagebreak with the menu 
9482 \family sans
9483 Insert\SpecialChar \menuseparator
9484 Formatting\SpecialChar \menuseparator
9485 Clear
9486 \begin_inset Space ~
9487 \end_inset
9488
9489 Page
9490 \family default
9491 .
9492  When you have a two-sided document like a book, you can use the menu 
9493 \family sans
9494 Insert\SpecialChar \menuseparator
9495 Formatting\SpecialChar \menuseparator
9496 Clear
9497 \begin_inset Space ~
9498 \end_inset
9499
9500 Double
9501 \begin_inset Space ~
9502 \end_inset
9503
9504 Page
9505 \family default
9506  to insert a clear pagebreak that assures that the next page is a right-hand
9507  page (odd-numbered), if necessary by adding a page.
9508 \end_layout
9509
9510 \begin_layout Subsection
9511 Forced Linebreaks
9512 \begin_inset Index
9513 status collapsed
9514
9515 \begin_layout PlainLayout
9516 Linebreaks
9517 \end_layout
9518
9519 \end_inset
9520
9521
9522 \begin_inset CommandInset label
9523 LatexCommand label
9524 name "sub:Forced-Linebreaks"
9525
9526 \end_inset
9527
9528
9529 \end_layout
9530
9531 \begin_layout Standard
9532 Similar to pagebreaks there are two types of linebreaks: One that simply
9533  breaks the line.
9534  You can force this line break within a paragraph by selecting 
9535 \family sans
9536 Insert\SpecialChar \menuseparator
9537 Formatting\SpecialChar \menuseparator
9538 Line
9539 \begin_inset Space ~
9540 \end_inset
9541
9542 Break
9543 \family default
9544  or with 
9545 \family sans
9546 C-Return
9547 \family default
9548 .
9549  The other type breaks the line and stretches it so that it fills out the
9550  whole space between the page margins.
9551  This is necessary to avoid 
9552 \begin_inset Quotes eld
9553 \end_inset
9554
9555 fringes
9556 \begin_inset Quotes erd
9557 \end_inset
9558
9559  in justifies paragraphs due to whitespace introduced by linebreaks.
9560  This type is not yet supported by LyX, so that you have to use the LaTeX-comman
9561
9562 \series bold
9563
9564 \backslash
9565 linebreak[number]
9566 \series default
9567  in 
9568 \family sans
9569 ERT
9570 \family default
9571 .
9572  The syntax is similar tho the command 
9573 \series bold
9574
9575 \backslash
9576 pagebreak
9577 \series default
9578 , described in the previous section.
9579 \end_layout
9580
9581 \begin_layout Standard
9582 You shouldn't use forced linebreaks to correct LaTeX's linebreaking, as
9583  LaTeX is very good at linebreaking.
9584  There are, however, a number of situations where it is necessary to actively
9585  set a linebreak, e.g.
9586  in a poem or for an address (see sections
9587 \begin_inset Space ~
9588 \end_inset
9589
9590
9591 \begin_inset CommandInset ref
9592 LatexCommand ref
9593 reference "sec:Quote"
9594
9595 \end_inset
9596
9597
9598 \begin_inset CommandInset ref
9599 LatexCommand ref
9600 reference "sec:Verse"
9601
9602 \end_inset
9603
9604  and 
9605 \begin_inset CommandInset ref
9606 LatexCommand ref
9607 reference "sec:Address-Usage"
9608
9609 \end_inset
9610
9611 ).
9612 \end_layout
9613
9614 \begin_layout Subsection
9615 Horizontal Lines
9616 \begin_inset CommandInset label
9617 LatexCommand label
9618 name "sub:Horizontal-Lines"
9619
9620 \end_inset
9621
9622
9623 \begin_inset Index
9624 status collapsed
9625
9626 \begin_layout PlainLayout
9627 Horizontal lines
9628 \end_layout
9629
9630 \end_inset
9631
9632
9633 \end_layout
9634
9635 \begin_layout Standard
9636
9637 \lyxline
9638 In the dialog 
9639 \family sans
9640 Insert\SpecialChar \menuseparator
9641 Formatting\SpecialChar \menuseparator
9642 Horizontal
9643 \begin_inset Space ~
9644 \end_inset
9645
9646 Line
9647 \family default
9648  you can insert horizontal lines that spans over the whole document columns
9649  width.
9650 \lyxline
9651
9652 \end_layout
9653
9654 \begin_layout Section
9655 Fonts and Text Styles
9656 \begin_inset CommandInset label
9657 LatexCommand label
9658 name "sec:Fonts-and-Text"
9659
9660 \end_inset
9661
9662
9663 \end_layout
9664
9665 \begin_layout Subsection
9666 Font Types
9667 \begin_inset Index
9668 status collapsed
9669
9670 \begin_layout PlainLayout
9671 Font ! Types
9672 \end_layout
9673
9674 \end_inset
9675
9676
9677 \end_layout
9678
9679 \begin_layout Standard
9680 There are two types of fonts:
9681 \end_layout
9682
9683 \begin_layout Description
9684 Vector
9685 \begin_inset Space ~
9686 \end_inset
9687
9688 fonts
9689 \begin_inset Index
9690 status collapsed
9691
9692 \begin_layout PlainLayout
9693 Fonts ! Vector-
9694 \end_layout
9695
9696 \end_inset
9697
9698  are fonts, built from outlines of the single glyphs (i.e.
9699  characters) in the font.
9700  This means that each glyph is defined using mathematical curves that are
9701  well suited for scaling to any requested size.
9702  This mathematical definition is interpreted by the font renderer and the
9703  curve is filled out with pixels according to the size and glyph.
9704  This means that outline fonts will look pretty good in all sizes.
9705  Only at very small sizes it might be hard to provide a good rendering at
9706  very small sizes, where each pixel has to be very carefully computed to
9707  provide a good image.
9708 \newline
9709 One could mean that one only needs to define one font
9710  size and scale them.
9711  But to achieve a better quality, many fonts define several font sizes.
9712  That improves the appearance, because you need more details at large font
9713  sizes than at small ones.
9714 \newline
9715 The font types 
9716 \family typewriter
9717 TrueType
9718 \family default
9719
9720 \family typewriter
9721 OpenType
9722 \family default
9723 , and 
9724 \family typewriter
9725 Type
9726 \begin_inset Space ~
9727 \end_inset
9728
9729 1 PostScript
9730 \family default
9731  are vector fonts.
9732 \end_layout
9733
9734 \begin_layout Description
9735 Bitmap
9736 \begin_inset Space ~
9737 \end_inset
9738
9739 fonts
9740 \begin_inset Index
9741 status collapsed
9742
9743 \begin_layout PlainLayout
9744 Fonts ! Bitmap-
9745 \end_layout
9746
9747 \end_inset
9748
9749  on the other hand, are defined by bitmap graphics from the start, so they
9750  will look good at all the sizes they are meant for.
9751  However, they don't scale well, because in order to scale a glyph, each
9752  pixel is enlarged into several pixels.
9753  It is the same effect that happens if you try to enlarge a picture in a
9754  picture manipulation program.
9755  In order to relieve this effect, bitmap fonts are typically provided in
9756  several fixed sizes typically from around 8 pixels high up to 34 pixels
9757  or so high in steps according to what is believed to be useful.
9758  The advantage of bitmap fonts is that no complicated computations are necessary
9759  to display each glyph, so bitmap fonts are thus faster displayed than scalable
9760  fonts.
9761  The disadvantage is that sizes that don't exists as fixed versions have
9762  to be scaled by doubling pixels, and thus look bad.
9763 \newline
9764 Bitmap fonts are named
9765  
9766 \family typewriter
9767 Type
9768 \begin_inset Space ~
9769 \end_inset
9770
9771 3
9772 \family default
9773  in PostScript- and PDF-documents.
9774 \end_layout
9775
9776 \begin_layout Standard
9777 The result of all this, is that bitmap fonts are best for the size they
9778  are designed for, while scalable fonts are good for nearly all sizes.
9779  So one need less font size definitions for scalable fonts.
9780  That's the reason why nearly all text render and typesetting programs use
9781  scalable fonts.
9782 \end_layout
9783
9784 \begin_layout Standard
9785 To test which fonts are used in a PDF-document, you can have a look into
9786  its document properties.
9787 \end_layout
9788
9789 \begin_layout Standard
9790 Many modern typesetting and markup languages have begun to move towards
9791  specifying character styles rather than specifying a particular font.
9792  For example, instead of changing to an italicized version of the current
9793  font to emphasize text, you use an 
9794 \begin_inset Quotes eld
9795 \end_inset
9796
9797 emphasized style
9798 \begin_inset Quotes erd
9799 \end_inset
9800
9801  instead.
9802  This concept fits in perfectly with LyX.
9803  In LyX, you do things based on contexts, rather than focusing on typesetting
9804  details.
9805 \end_layout
9806
9807 \begin_layout Subsection
9808 Document Font and Font size
9809 \begin_inset CommandInset label
9810 LatexCommand label
9811 name "sub:Document-Font"
9812
9813 \end_inset
9814
9815
9816 \begin_inset Index
9817 status collapsed
9818
9819 \begin_layout PlainLayout
9820 Font ! Size
9821 \end_layout
9822
9823 \end_inset
9824
9825
9826 \begin_inset Index
9827 status collapsed
9828
9829 \begin_layout PlainLayout
9830 Document ! Font
9831 \end_layout
9832
9833 \end_inset
9834
9835
9836 \end_layout
9837
9838 \begin_layout Standard
9839 You can set the document fonts in the
9840 \family sans
9841  Document\SpecialChar \menuseparator
9842 Settings
9843 \family default
9844
9845 \begin_inset Index
9846 status collapsed
9847
9848 \begin_layout PlainLayout
9849 Document ! Settings
9850 \end_layout
9851
9852 \end_inset
9853
9854  dialog.
9855  There you can specify which font should be used for the three different
9856  font shapes roman (serif), 
9857 \family sans
9858 sans
9859 \begin_inset Space ~
9860 \end_inset
9861
9862 serif
9863 \family default
9864 , and 
9865 \family typewriter
9866 typewriter
9867 \family default
9868  and its scalings.
9869 \end_layout
9870
9871 \begin_layout Standard
9872 The possible options for the font include 
9873 \family sans
9874 default
9875 \family default
9876  and a list of fonts available on your system.
9877  
9878 \family sans
9879 default
9880 \family default
9881  uses the standard TeX fonts, known as 
9882 \begin_inset Quotes eld
9883 \end_inset
9884
9885
9886 \family typewriter
9887 Computer Modern
9888 \family default
9889
9890 \begin_inset Quotes erd
9891 \end_inset
9892
9893  (
9894 \family typewriter
9895 cm
9896 \family default
9897 ) or 
9898 \begin_inset Quotes eld
9899 \end_inset
9900
9901
9902 \family typewriter
9903 European Computer Modern
9904 \family default
9905
9906 \begin_inset Quotes erd
9907 \end_inset
9908
9909  (
9910 \family typewriter
9911 ec
9912 \family default
9913 ).
9914 \end_layout
9915
9916 \begin_layout Standard
9917 As 
9918 \family typewriter
9919 cm
9920 \family default
9921  and 
9922 \family typewriter
9923 ec
9924 \family default
9925  are bitmap fonts, they often looks pixeled in PDF output, especially when
9926  you read the PDF in a zoomed size.
9927 \begin_inset Foot
9928 status collapsed
9929
9930 \begin_layout PlainLayout
9931 This problem doesn't appear if you read PDFs in 
9932 \family typewriter
9933 Adobe
9934 \begin_inset Space ~
9935 \end_inset
9936
9937 Reader
9938 \family default
9939  version 6 or later, because this program includes a special bitmap font
9940  renderer.
9941 \end_layout
9942
9943 \end_inset
9944
9945  To get rid of pixeled fonts, you have to use a vector font.
9946  There are three ways to use one:
9947 \end_layout
9948
9949 \begin_layout Itemize
9950 One way is to use the 
9951 \family typewriter
9952 AE
9953 \family default
9954  fonts.
9955  
9956 \family typewriter
9957 AE
9958 \family default
9959  is a virtual font.
9960  Virtual means that it 
9961 \begin_inset Quotes eld
9962 \end_inset
9963
9964 steals
9965 \begin_inset Quotes erd
9966 \end_inset
9967
9968  outline 
9969 \family typewriter
9970 cm
9971 \family default
9972 -glyphs from other fonts.
9973  This has the disadvantage that some characters are missing, like the French
9974  guillemets (
9975 \begin_inset Quotes eld
9976 \end_inset
9977
9978 «
9979 \begin_inset Quotes erd
9980 \end_inset
9981
9982  and 
9983 \begin_inset Quotes eld
9984 \end_inset
9985
9986 »
9987 \begin_inset Quotes erd
9988 \end_inset
9989
9990 )
9991 \begin_inset Foot
9992 status collapsed
9993
9994 \begin_layout PlainLayout
9995 Loading the LaTeX-package 
9996 \series bold
9997 aeguill
9998 \begin_inset Index
9999 status collapsed
10000
10001 \begin_layout PlainLayout
10002 LaTeX-packages ! aeguill
10003 \end_layout
10004
10005 \end_inset
10006
10007
10008 \series default
10009  with the document preamble line
10010 \end_layout
10011
10012 \begin_layout PlainLayout
10013
10014 \series bold
10015
10016 \backslash
10017 usepackage[ec]{aeguill}
10018 \end_layout
10019
10020 \begin_layout PlainLayout
10021 will fix the guillemet problem.
10022 \end_layout
10023
10024 \end_inset
10025
10026  and that accented characters are not 
10027 \emph on
10028 one
10029 \emph default
10030  glyph, they are build of 
10031 \emph on
10032 two
10033 \emph default
10034  characters, the accent and the letter.
10035  Therefore you can't search in documents using the 
10036 \family typewriter
10037 AE
10038 \family default
10039  fonts for words with accented characters.
10040  If you search for example for the French word 
10041 \begin_inset Quotes eld
10042 \end_inset
10043
10044 rève
10045 \begin_inset Quotes erd
10046 \end_inset
10047
10048  in a PDF, you won't get any result, because the PDF-viewer searches for
10049  the glyph 
10050 \begin_inset Quotes eld
10051 \end_inset
10052
10053  è 
10054 \begin_inset Quotes erd
10055 \end_inset
10056
10057  and not for the glyph 
10058 \begin_inset Quotes eld
10059 \end_inset
10060
10061  e +
10062 \begin_inset Space ~
10063 \end_inset
10064
10065  ̀ 
10066 \begin_inset Quotes erd
10067 \end_inset
10068
10069 .
10070 \end_layout
10071
10072 \begin_layout Itemize
10073 Another possibility is to use three different outline fonts
10074 \begin_inset Foot
10075 status collapsed
10076
10077 \begin_layout PlainLayout
10078 Other fonts, like 
10079 \family typewriter
10080 Latin Modern
10081 \family default
10082  or 
10083 \family typewriter
10084 Computer Modern
10085 \family default
10086 , consists of these three main font types 
10087 \family sans
10088 sans
10089 \begin_inset Space ~
10090 \end_inset
10091
10092 serif
10093 \family default
10094
10095 \family sans
10096 typewriter
10097 \family default
10098 , and 
10099 \family sans
10100 serif
10101 \family default
10102 .
10103 \end_layout
10104
10105 \end_inset
10106
10107
10108 \family sans
10109 Times
10110 \begin_inset Space ~
10111 \end_inset
10112
10113 Roman
10114 \family default
10115  as roman font,
10116 \family sans
10117  Helvetica
10118 \family default
10119  scaled to 92 or 95
10120 \begin_inset Space \thinspace{}
10121 \end_inset
10122
10123 % as sans
10124 \begin_inset Space ~
10125 \end_inset
10126
10127 serif font, and 
10128 \family sans
10129 courier
10130 \family default
10131  as typewriter font.
10132 \newline
10133 The differences between roman, 
10134 \family sans
10135 sans
10136 \begin_inset Space ~
10137 \end_inset
10138
10139 serif
10140 \family default
10141 , and 
10142 \family typewriter
10143 typewriter
10144 \family default
10145  fonts are explained in section
10146 \begin_inset Space ~
10147 \end_inset
10148
10149
10150 \begin_inset CommandInset ref
10151 LatexCommand ref
10152 reference "sub:Fine-Tuning-with-the"
10153
10154 \end_inset
10155
10156 .
10157 \newline
10158 The font 
10159 \family sans
10160 Times
10161 \begin_inset Space ~
10162 \end_inset
10163
10164 Roman
10165 \family default
10166  was originally designed for newspapers.
10167  That means its glyphs are smaller than the one from other fonts to fit
10168  into the small newspaper columns.
10169  Therefore 
10170 \family sans
10171 Times
10172 \begin_inset Space ~
10173 \end_inset
10174
10175 Roman
10176 \family default
10177  is not the optimal choice for larger documents like books.
10178 \end_layout
10179
10180 \begin_layout Itemize
10181 The best solution is to use the 
10182 \family typewriter
10183 Latin Modern
10184 \family default
10185  fonts.
10186  These fonts are developed in order of the LaTeX community to replace 
10187 \family typewriter
10188 cm
10189 \family default
10190  as default font.
10191 \end_layout
10192
10193 \begin_layout Standard
10194 \begin_inset VSpace bigskip
10195 \end_inset
10196
10197 For the font size there are four possible values: 
10198 \family sans
10199 default, 10
10200 \family default
10201
10202 \family sans
10203 11
10204 \family default
10205 , and 
10206 \family sans
10207 12
10208 \family default
10209 .
10210  The size of 
10211 \family sans
10212 default
10213 \family default
10214  depends on your LaTeX-system, normally it is equal to the font size 10.
10215 \end_layout
10216
10217 \begin_layout Standard
10218 The font sizes are the 
10219 \emph on
10220 base size
10221 \emph default
10222 .
10223  LyX actually scales all other possible font sizes (such as those used in
10224  footnotes, super-, and subscripts) by this value.
10225  You can fine-tune the font size of text parts via the 
10226 \family sans
10227 Text
10228 \begin_inset Space ~
10229 \end_inset
10230
10231 Style
10232 \family default
10233  dialog if needed.
10234  The possible font sizes for text parts are explained in section
10235 \begin_inset Space ~
10236 \end_inset
10237
10238
10239 \begin_inset CommandInset ref
10240 LatexCommand ref
10241 reference "sub:Fine-Tuning-with-the"
10242
10243 \end_inset
10244
10245 .
10246 \end_layout
10247
10248 \begin_layout Standard
10249 \begin_inset VSpace bigskip
10250 \end_inset
10251
10252
10253 \begin_inset Note Greyedout
10254 status open
10255
10256 \begin_layout PlainLayout
10257
10258 \series bold
10259 Note:
10260 \series default
10261  When you choose a new font or font size, LyX does 
10262 \emph on
10263 not
10264 \emph default
10265  change the screen font! You will only see a difference in the printed output;
10266  this is part of the WYSIWYM concept.
10267  LyX's screen fonts can be adjusted in the 
10268 \family sans
10269 Tools\SpecialChar \menuseparator
10270 Preferences
10271 \family default
10272  dialog, see section
10273 \begin_inset Space ~
10274 \end_inset
10275
10276
10277 \begin_inset CommandInset ref
10278 LatexCommand ref
10279 reference "sub:Screen-Fonts"
10280
10281 \end_inset
10282
10283 .
10284 \end_layout
10285
10286 \end_inset
10287
10288
10289 \end_layout
10290
10291 \begin_layout Subsection
10292 Using Different Character Styles
10293 \begin_inset Index
10294 status collapsed
10295
10296 \begin_layout PlainLayout
10297 Character Styles
10298 \end_layout
10299
10300 \end_inset
10301
10302
10303 \begin_inset Index
10304 status collapsed
10305
10306 \begin_layout PlainLayout
10307 Text Style
10308 \end_layout
10309
10310 \end_inset
10311
10312
10313 \end_layout
10314
10315 \begin_layout Standard
10316 As we've already seen, LyX automatically changes the character style for
10317  certain paragraph environments.
10318  LyX supports two character styles, 
10319 \family sans
10320 Emphasized
10321 \family default
10322  and 
10323 \family sans
10324 Noun
10325 \family default
10326 .
10327  You can activate both of these styles via keybindings, the menus, and the
10328  toolbar.
10329 \end_layout
10330
10331 \begin_layout Standard
10332 To activate the 
10333 \family sans
10334 Noun
10335 \family default
10336  style, do one of the following:
10337 \end_layout
10338
10339 \begin_layout Itemize
10340 click on the toolbar button 
10341 \begin_inset Graphics
10342         filename ../images/font-noun.png
10343         embed ""
10344
10345 \end_inset
10346
10347
10348 \end_layout
10349
10350 \begin_layout Itemize
10351 use the keybinding 
10352 \family sans
10353 M-c
10354 \begin_inset Space ~
10355 \end_inset
10356
10357 c
10358 \end_layout
10359
10360 \begin_layout Standard
10361 These commands are all toggles.
10362  That is, if 
10363 \family sans
10364 Noun
10365 \family default
10366  style is already active, they deactivate it.
10367 \end_layout
10368
10369 \begin_layout Standard
10370 One typically uses the 
10371 \family sans
10372 Noun
10373 \family default
10374  style for proper names.
10375  For example: 
10376 \begin_inset Quotes eld
10377 \end_inset
10378
10379
10380 \noun on
10381 Matthias Ettrich
10382 \noun default
10383  is the original author of LyX.
10384 \begin_inset Quotes erd
10385 \end_inset
10386
10387
10388 \end_layout
10389
10390 \begin_layout Standard
10391 A more widely used character style is the 
10392 \family sans
10393 Emphasized
10394 \family default
10395  style.
10396  You can activate (or deactivate - it's also a toggle) the 
10397 \family sans
10398 Emphasized
10399 \family default
10400  style by:
10401 \end_layout
10402
10403 \begin_layout Itemize
10404 clicking on the toolbar button 
10405 \begin_inset Graphics
10406         filename ../images/font-emph.png
10407         embed ""
10408
10409 \end_inset
10410
10411
10412 \end_layout
10413
10414 \begin_layout Itemize
10415 using the keybindings 
10416 \family sans
10417 M-c
10418 \begin_inset Space ~
10419 \end_inset
10420
10421 e
10422 \end_layout
10423
10424 \begin_layout Standard
10425 Normally the 
10426 \family sans
10427 Emphasized
10428 \family default
10429  style is equivalent to an italic font but some document classes or LaTeX-packag
10430 es use a different font.
10431 \end_layout
10432
10433 \begin_layout Standard
10434 We've been using the 
10435 \family sans
10436 Emphasized
10437 \family default
10438  style all over the place in this document.
10439  Here's one more example:
10440 \end_layout
10441
10442 \begin_layout Quotation
10443
10444 \emph on
10445 Don't overuse character styles!
10446 \end_layout
10447
10448 \begin_layout Standard
10449 It's also a warning in addition to an example.
10450  One's writing should parallel ordinary conversation.
10451  Since we don't all constantly scream at each other, we should also avoid
10452  the common tendency to overuse character style.
10453  
10454 \end_layout
10455
10456 \begin_layout Standard
10457 You can always reset to the default font using the keybinding 
10458 \family sans
10459 M-c
10460 \begin_inset Space ~
10461 \end_inset
10462
10463 Space
10464 \family default
10465  or the dialog 
10466 \family sans
10467 Edit\SpecialChar \menuseparator
10468 Text
10469 \begin_inset Space ~
10470 \end_inset
10471
10472 Style
10473 \family default
10474 .
10475 \end_layout
10476
10477 \begin_layout Subsection
10478 Fine-Tuning with the 
10479 \family sans
10480 Text Style
10481 \family default
10482  dialog
10483 \begin_inset CommandInset label
10484 LatexCommand label
10485 name "sub:Fine-Tuning-with-the"
10486
10487 \end_inset
10488
10489
10490 \begin_inset Index
10491 status collapsed
10492
10493 \begin_layout PlainLayout
10494 Text Style
10495 \end_layout
10496
10497 \end_inset
10498
10499
10500 \end_layout
10501
10502 \begin_layout Standard
10503 There are always occasions when you'll need to do some fine-tuning, so LyX
10504  gives you a way to create custom character style.
10505  For example, an academic journal or a corporation may have a style sheet
10506  requiring a sans-serif font be used in certain situations.
10507  Also, writers sometimes use a different font to offset a character's thoughts
10508  from ordinary dialog.
10509 \end_layout
10510
10511 \begin_layout Standard
10512 Before we document how to use custom character style, we want to issue a
10513  warning yet again: Don't overuse character styles! 
10514 \newline
10515 Documents that overuse
10516  different fonts and sizes are not well readable and tend to look like someone
10517  has knocked huge holes in it.
10518 \end_layout
10519
10520 \begin_layout Standard
10521 To use custom character styles, open the 
10522 \family sans
10523 Edit\SpecialChar \menuseparator
10524 Text
10525 \begin_inset Space ~
10526 \end_inset
10527
10528 Style
10529 \family default
10530  dialog.
10531  There are several boxes on this dialog, each corresponding to a different
10532  font property which you can choose.
10533  You can choose an option for one of these properties, or select 
10534 \family sans
10535 No
10536 \begin_inset Space ~
10537 \end_inset
10538
10539 change
10540 \family default
10541 , which keeps the current state of that property.
10542  The item 
10543 \family sans
10544 Reset
10545 \family default
10546  will reset the property to whatever is the default.
10547  You can use this to reset attributes across a bunch of different paragraph
10548  environments in a snap.
10549 \end_layout
10550
10551 \begin_layout Standard
10552 The font properties, and their options (in addition to 
10553 \family sans
10554 No
10555 \begin_inset Space ~
10556 \end_inset
10557
10558 change
10559 \family default
10560  and 
10561 \family sans
10562 Reset
10563 \family default
10564 ) are:
10565 \end_layout
10566
10567 \begin_layout Labeling
10568 \labelwidthstring 00.00.0000
10569
10570 \family sans
10571 Family
10572 \family default
10573  The 
10574 \begin_inset Quotes eld
10575 \end_inset
10576
10577 overall look
10578 \begin_inset Quotes erd
10579 \end_inset
10580
10581  of the font.
10582  The possible options are:
10583 \end_layout
10584
10585 \begin_deeper
10586 \begin_layout Labeling
10587 \labelwidthstring 00.00.0000
10588
10589 \family sans
10590 Roman
10591 \family default
10592  This is the Roman font family.
10593  Normally a serif font.
10594  It's also the default family.
10595  (keybinding 
10596 \begin_inset ERT
10597 status collapsed
10598
10599 \begin_layout PlainLayout
10600
10601
10602 \backslash
10603 mbox{
10604 \end_layout
10605
10606 \end_inset
10607
10608
10609 \family sans
10610 M-c
10611 \begin_inset Space ~
10612 \end_inset
10613
10614 r
10615 \family default
10616
10617 \begin_inset ERT
10618 status collapsed
10619
10620 \begin_layout PlainLayout
10621
10622 }
10623 \end_layout
10624
10625 \end_inset
10626
10627 )
10628 \begin_inset Note Note
10629 status collapsed
10630
10631 \begin_layout PlainLayout
10632 The LaTeX-command prevents text to be broken at the end of a line.
10633  It is explained in section
10634 \begin_inset Space ~
10635 \end_inset
10636
10637
10638 \begin_inset CommandInset ref
10639 LatexCommand ref
10640 reference "sub:Hyphenation"
10641
10642 \end_inset
10643
10644 .
10645 \end_layout
10646
10647 \end_inset
10648
10649
10650 \end_layout
10651
10652 \begin_layout Labeling
10653 \labelwidthstring 00.00.0000
10654
10655 \family sans
10656 Sans
10657 \begin_inset Space ~
10658 \end_inset
10659
10660 Serif
10661 \family default
10662  
10663 \family sans
10664 This is the Sans Serif font family.
10665
10666 \family default
10667  (keybinding 
10668 \begin_inset ERT
10669 status collapsed
10670
10671 \begin_layout PlainLayout
10672
10673
10674 \backslash
10675 mbox{
10676 \end_layout
10677
10678 \end_inset
10679
10680
10681 \family sans
10682 M-c
10683 \begin_inset Space ~
10684 \end_inset
10685
10686 s
10687 \family default
10688
10689 \begin_inset ERT
10690 status collapsed
10691
10692 \begin_layout PlainLayout
10693
10694 }
10695 \end_layout
10696
10697 \end_inset
10698
10699 )
10700 \end_layout
10701
10702 \begin_layout Labeling
10703 \labelwidthstring 00.00.0000
10704
10705 \family sans
10706 Typewriter
10707 \family default
10708  
10709 \family typewriter
10710 This is the Typewriter font family.
10711
10712 \family default
10713  (keybinding 
10714 \begin_inset ERT
10715 status collapsed
10716
10717 \begin_layout PlainLayout
10718
10719
10720 \backslash
10721 mbox{
10722 \end_layout
10723
10724 \end_inset
10725
10726
10727 \family sans
10728 M-c
10729 \begin_inset Space ~
10730 \end_inset
10731
10732 p
10733 \family default
10734
10735 \begin_inset ERT
10736 status collapsed
10737
10738 \begin_layout PlainLayout
10739
10740 }
10741 \end_layout
10742
10743 \end_inset
10744
10745
10746 \family sans
10747 )
10748 \end_layout
10749
10750 \end_deeper
10751 \begin_layout Labeling
10752 \labelwidthstring 00.00.0000
10753
10754 \family sans
10755 Series
10756 \family default
10757  This corresponds to the print weight.
10758  Options are:
10759 \end_layout
10760
10761 \begin_deeper
10762 \begin_layout Labeling
10763 \labelwidthstring 00.00.0000
10764
10765 \family sans
10766 Medium
10767 \family default
10768  This is the Medium font series.
10769  It's also the default series.
10770 \end_layout
10771
10772 \begin_layout Labeling
10773 \labelwidthstring 00.00.0000
10774
10775 \family sans
10776 Bold
10777 \family default
10778  
10779 \series bold
10780 This is the Bold font series.
10781
10782 \series default
10783  (keybinding 
10784 \begin_inset ERT
10785 status collapsed
10786
10787 \begin_layout PlainLayout
10788
10789
10790 \backslash
10791 mbox{
10792 \end_layout
10793
10794 \end_inset
10795
10796
10797 \family sans
10798 M-c
10799 \begin_inset Space ~
10800 \end_inset
10801
10802 b
10803 \family default
10804
10805 \begin_inset ERT
10806 status collapsed
10807
10808 \begin_layout PlainLayout
10809
10810 }
10811 \end_layout
10812
10813 \end_inset
10814
10815 )
10816 \end_layout
10817
10818 \end_deeper
10819 \begin_layout Labeling
10820 \labelwidthstring 00.00.0000
10821
10822 \family sans
10823 Shape
10824 \family default
10825  As the name implies.
10826  Options are:
10827 \end_layout
10828
10829 \begin_deeper
10830 \begin_layout Labeling
10831 \labelwidthstring 00.00.0000
10832
10833 \family sans
10834 Upright
10835 \family default
10836  This is the Upright font shape.
10837  It's also the default shape.
10838 \end_layout
10839
10840 \begin_layout Labeling
10841 \labelwidthstring 00.00.0000
10842
10843 \family sans
10844 Italic
10845 \family default
10846  
10847 \shape italic
10848 This
10849 \shape default
10850  
10851 \family sans
10852 \shape italic
10853 i
10854 \family default
10855 s the Italic font shape
10856 \shape default
10857 \emph on
10858 .
10859 \end_layout
10860
10861 \begin_layout Labeling
10862 \labelwidthstring 00.00.0000
10863
10864 \family sans
10865 Slanted
10866 \family default
10867  
10868 \shape slanted
10869 This is the Slanted font shape
10870 \shape default
10871  (although it might not be visible in LyX, this is different from italic).
10872 \end_layout
10873
10874 \begin_layout Labeling
10875 \labelwidthstring 00.00.0000
10876
10877 \family sans
10878 Small
10879 \begin_inset Space ~
10880 \end_inset
10881
10882 Caps
10883 \family default
10884  
10885 \shape smallcaps
10886 This is the Small caps font shape
10887 \shape default
10888 \noun on
10889 .
10890 \end_layout
10891
10892 \end_deeper
10893 \begin_layout Labeling
10894 \labelwidthstring 00.00.0000
10895
10896 \family sans
10897 Size
10898 \family default
10899  Alters the size of the font.
10900  You'll find no numerical values here; all possible sizes are actually proportio
10901 nal to the document font size.
10902  Once again, you don't feed LyX the details, but a general description of
10903  what you want to do.
10904  The options are:
10905 \end_layout
10906
10907 \begin_deeper
10908 \begin_layout Labeling
10909 \labelwidthstring 00.00.0000
10910
10911 \family sans
10912 Tiny
10913 \family default
10914  
10915 \size tiny
10916 This is the 
10917 \begin_inset Quotes eld
10918 \end_inset
10919
10920 Tiny
10921 \begin_inset Quotes erd
10922 \end_inset
10923
10924  font size.
10925
10926 \size default
10927  (keybinding 
10928 \begin_inset ERT
10929 status collapsed
10930
10931 \begin_layout PlainLayout
10932
10933
10934 \backslash
10935 mbox{
10936 \end_layout
10937
10938 \end_inset
10939
10940
10941 \family sans
10942 M-s
10943 \begin_inset Space ~
10944 \end_inset
10945
10946 t
10947 \family default
10948
10949 \begin_inset ERT
10950 status collapsed
10951
10952 \begin_layout PlainLayout
10953
10954 }
10955 \end_layout
10956
10957 \end_inset
10958
10959  or 
10960 \begin_inset ERT
10961 status collapsed
10962
10963 \begin_layout PlainLayout
10964
10965
10966 \backslash
10967 mbox{
10968 \end_layout
10969
10970 \end_inset
10971
10972
10973 \family sans
10974 M-s
10975 \begin_inset Space ~
10976 \end_inset
10977
10978 1
10979 \family default
10980
10981 \begin_inset ERT
10982 status collapsed
10983
10984 \begin_layout PlainLayout
10985
10986 }
10987 \end_layout
10988
10989 \end_inset
10990
10991 )
10992 \end_layout
10993
10994 \begin_layout Labeling
10995 \labelwidthstring 00.00.0000
10996
10997 \family sans
10998 Smallest
10999 \family default
11000  
11001 \size scriptsize
11002 This is the 
11003 \begin_inset Quotes eld
11004 \end_inset
11005
11006 Smallest
11007 \begin_inset Quotes erd
11008 \end_inset
11009
11010  font size
11011 \size default
11012 .
11013  (keybinding 
11014 \begin_inset ERT
11015 status collapsed
11016
11017 \begin_layout PlainLayout
11018
11019
11020 \backslash
11021 mbox{
11022 \end_layout
11023
11024 \end_inset
11025
11026
11027 \family sans
11028 M-s
11029 \begin_inset Space ~
11030 \end_inset
11031
11032
11033 \family default
11034 2
11035 \begin_inset ERT
11036 status collapsed
11037
11038 \begin_layout PlainLayout
11039
11040 }
11041 \end_layout
11042
11043 \end_inset
11044
11045 )
11046 \end_layout
11047
11048 \begin_layout Labeling
11049 \labelwidthstring 00.00.0000
11050
11051 \family sans
11052 Smaller
11053 \family default
11054  
11055 \size footnotesize
11056 This is the 
11057 \begin_inset Quotes eld
11058 \end_inset
11059
11060 Smaller
11061 \begin_inset Quotes erd
11062 \end_inset
11063
11064  font size.
11065
11066 \size default
11067  (keybinding 
11068 \begin_inset ERT
11069 status collapsed
11070
11071 \begin_layout PlainLayout
11072
11073
11074 \backslash
11075 mbox{
11076 \end_layout
11077
11078 \end_inset
11079
11080
11081 \family sans
11082 M-s
11083 \begin_inset Space ~
11084 \end_inset
11085
11086 S
11087 \family default
11088
11089 \begin_inset ERT
11090 status collapsed
11091
11092 \begin_layout PlainLayout
11093
11094 }
11095 \end_layout
11096
11097 \end_inset
11098
11099  or 
11100 \begin_inset ERT
11101 status collapsed
11102
11103 \begin_layout PlainLayout
11104
11105
11106 \backslash
11107 mbox{
11108 \end_layout
11109
11110 \end_inset
11111
11112
11113 \family sans
11114 M-s
11115 \begin_inset Space ~
11116 \end_inset
11117
11118
11119 \family default
11120 3
11121 \begin_inset ERT
11122 status collapsed
11123
11124 \begin_layout PlainLayout
11125
11126 }
11127 \end_layout
11128
11129 \end_inset
11130
11131 )
11132 \end_layout
11133
11134 \begin_layout Labeling
11135 \labelwidthstring 00.00.0000
11136
11137 \family sans
11138 Small
11139 \family default
11140  
11141 \size small
11142 This is the 
11143 \begin_inset Quotes eld
11144 \end_inset
11145
11146 Small
11147 \begin_inset Quotes erd
11148 \end_inset
11149
11150  font size.
11151
11152 \size default
11153  (keybinding 
11154 \begin_inset ERT
11155 status collapsed
11156
11157 \begin_layout PlainLayout
11158
11159
11160 \backslash
11161 mbox{
11162 \end_layout
11163
11164 \end_inset
11165
11166
11167 \family sans
11168 M-s
11169 \begin_inset Space ~
11170 \end_inset
11171
11172 s
11173 \family default
11174
11175 \begin_inset ERT
11176 status collapsed
11177
11178 \begin_layout PlainLayout
11179
11180 }
11181 \end_layout
11182
11183 \end_inset
11184
11185  or 
11186 \begin_inset ERT
11187 status collapsed
11188
11189 \begin_layout PlainLayout
11190
11191
11192 \backslash
11193 mbox{
11194 \end_layout
11195
11196 \end_inset
11197
11198
11199 \family sans
11200 M-s
11201 \begin_inset Space ~
11202 \end_inset
11203
11204
11205 \family default
11206 4
11207 \begin_inset ERT
11208 status collapsed
11209
11210 \begin_layout PlainLayout
11211
11212 }
11213 \end_layout
11214
11215 \end_inset
11216
11217 )
11218 \end_layout
11219
11220 \begin_layout Labeling
11221 \labelwidthstring 00.00.0000
11222
11223 \family sans
11224 Normal
11225 \family default
11226  This is the 
11227 \begin_inset Quotes eld
11228 \end_inset
11229
11230 Normal
11231 \begin_inset Quotes erd
11232 \end_inset
11233
11234  font size.
11235  It's also the default size.
11236  (keybinding 
11237 \begin_inset ERT
11238 status collapsed
11239
11240 \begin_layout PlainLayout
11241
11242
11243 \backslash
11244 mbox{
11245 \end_layout
11246
11247 \end_inset
11248
11249
11250 \family sans
11251 M-s
11252 \begin_inset Space ~
11253 \end_inset
11254
11255 n
11256 \family default
11257
11258 \begin_inset ERT
11259 status collapsed
11260
11261 \begin_layout PlainLayout
11262
11263 }
11264 \end_layout
11265
11266 \end_inset
11267
11268  or 
11269 \begin_inset ERT
11270 status collapsed
11271
11272 \begin_layout PlainLayout
11273
11274
11275 \backslash
11276 mbox{
11277 \end_layout
11278
11279 \end_inset
11280
11281
11282 \family sans
11283 M-s
11284 \begin_inset Space ~
11285 \end_inset
11286
11287
11288 \family default
11289 5
11290 \begin_inset ERT
11291 status collapsed
11292
11293 \begin_layout PlainLayout
11294
11295 }
11296 \end_layout
11297
11298 \end_inset
11299
11300 )
11301 \end_layout
11302
11303 \begin_layout Labeling
11304 \labelwidthstring 00.00.0000
11305
11306 \family sans
11307 Large
11308 \family default
11309  
11310 \size large
11311 This is the 
11312 \begin_inset Quotes eld
11313 \end_inset
11314
11315 Large
11316 \begin_inset Quotes erd
11317 \end_inset
11318
11319  font size.
11320
11321 \size default
11322  (keybinding 
11323 \begin_inset ERT
11324 status collapsed
11325
11326 \begin_layout PlainLayout
11327
11328
11329 \backslash
11330 mbox{
11331 \end_layout
11332
11333 \end_inset
11334
11335
11336 \family sans
11337 M-s
11338 \begin_inset Space ~
11339 \end_inset
11340
11341 l
11342 \family default
11343
11344 \begin_inset ERT
11345 status collapsed
11346
11347 \begin_layout PlainLayout
11348
11349 }
11350 \end_layout
11351
11352 \end_inset
11353
11354  or 
11355 \begin_inset ERT
11356 status collapsed
11357
11358 \begin_layout PlainLayout
11359
11360
11361 \backslash
11362 mbox{
11363 \end_layout
11364
11365 \end_inset
11366
11367
11368 \family sans
11369 M-s
11370 \begin_inset Space ~
11371 \end_inset
11372
11373
11374 \family default
11375 6
11376 \begin_inset ERT
11377 status collapsed
11378
11379 \begin_layout PlainLayout
11380
11381 }
11382 \end_layout
11383
11384 \end_inset
11385
11386 )
11387 \end_layout
11388
11389 \begin_layout Labeling
11390 \labelwidthstring 00.00.0000
11391
11392 \family sans
11393 Larger
11394 \family default
11395  
11396 \size larger
11397 This is the 
11398 \begin_inset Quotes eld
11399 \end_inset
11400
11401 Larger
11402 \begin_inset Quotes erd
11403 \end_inset
11404
11405  font size.
11406
11407 \size default
11408  (keybinding 
11409 \begin_inset ERT
11410 status collapsed
11411
11412 \begin_layout PlainLayout
11413
11414
11415 \backslash
11416 mbox{
11417 \end_layout
11418
11419 \end_inset
11420
11421
11422 \family sans
11423 M-s
11424 \begin_inset Space ~
11425 \end_inset
11426
11427 S-L
11428 \family default
11429
11430 \begin_inset ERT
11431 status collapsed
11432
11433 \begin_layout PlainLayout
11434
11435 }
11436 \end_layout
11437
11438 \end_inset
11439
11440  or 
11441 \begin_inset ERT
11442 status collapsed
11443
11444 \begin_layout PlainLayout
11445
11446
11447 \backslash
11448 mbox{
11449 \end_layout
11450
11451 \end_inset
11452
11453
11454 \family sans
11455 M-s
11456 \begin_inset Space ~
11457 \end_inset
11458
11459
11460 \family default
11461 7
11462 \begin_inset ERT
11463 status collapsed
11464
11465 \begin_layout PlainLayout
11466
11467 }
11468 \end_layout
11469
11470 \end_inset
11471
11472 )
11473 \end_layout
11474
11475 \begin_layout Labeling
11476 \labelwidthstring 00.00.0000
11477
11478 \family sans
11479 Largest
11480 \family default
11481  
11482 \size largest
11483 This is the 
11484 \begin_inset Quotes eld
11485 \end_inset
11486
11487 Largest
11488 \begin_inset Quotes erd
11489 \end_inset
11490
11491  font size.
11492
11493 \size default
11494  (keybinding 
11495 \begin_inset ERT
11496 status collapsed
11497
11498 \begin_layout PlainLayout
11499
11500
11501 \backslash
11502 mbox{
11503 \end_layout
11504
11505 \end_inset
11506
11507
11508 \family sans
11509 M-s
11510 \begin_inset Space ~
11511 \end_inset
11512
11513
11514 \family default
11515 8
11516 \begin_inset ERT
11517 status collapsed
11518
11519 \begin_layout PlainLayout
11520
11521 }
11522 \end_layout
11523
11524 \end_inset
11525
11526 )
11527 \end_layout
11528
11529 \begin_layout Labeling
11530 \labelwidthstring 00.00.0000
11531
11532 \family sans
11533 Huge
11534 \family default
11535  
11536 \size huge
11537 This is the 
11538 \begin_inset Quotes eld
11539 \end_inset
11540
11541 Huge
11542 \begin_inset Quotes erd
11543 \end_inset
11544
11545  font size.
11546
11547 \size default
11548  (keybinding 
11549 \begin_inset ERT
11550 status collapsed
11551
11552 \begin_layout PlainLayout
11553
11554
11555 \backslash
11556 mbox{
11557 \end_layout
11558
11559 \end_inset
11560
11561
11562 \family sans
11563 M-s
11564 \begin_inset Space ~
11565 \end_inset
11566
11567 h
11568 \family default
11569
11570 \begin_inset ERT
11571 status collapsed
11572
11573 \begin_layout PlainLayout
11574
11575 }
11576 \end_layout
11577
11578 \end_inset
11579
11580  or 
11581 \begin_inset ERT
11582 status collapsed
11583
11584 \begin_layout PlainLayout
11585
11586
11587 \backslash
11588 mbox{
11589 \end_layout
11590
11591 \end_inset
11592
11593
11594 \family sans
11595 M-s
11596 \begin_inset Space ~
11597 \end_inset
11598
11599
11600 \family default
11601 9
11602 \begin_inset ERT
11603 status collapsed
11604
11605 \begin_layout PlainLayout
11606
11607 }
11608 \end_layout
11609
11610 \end_inset
11611
11612 )
11613 \end_layout
11614
11615 \begin_layout Labeling
11616 \labelwidthstring 00.00.0000
11617
11618 \family sans
11619 Huger
11620 \family default
11621  
11622 \size giant
11623 This is the 
11624 \begin_inset Quotes eld
11625 \end_inset
11626
11627 Huger
11628 \begin_inset Quotes erd
11629 \end_inset
11630
11631  font size.
11632
11633 \size default
11634  (keybinding 
11635 \begin_inset ERT
11636 status collapsed
11637
11638 \begin_layout PlainLayout
11639
11640
11641 \backslash
11642 mbox{
11643 \end_layout
11644
11645 \end_inset
11646
11647
11648 \family sans
11649 M-s
11650 \begin_inset Space ~
11651 \end_inset
11652
11653 H
11654 \family default
11655
11656 \begin_inset ERT
11657 status collapsed
11658
11659 \begin_layout PlainLayout
11660
11661 }
11662 \end_layout
11663
11664 \end_inset
11665
11666  or 
11667 \begin_inset ERT
11668 status collapsed
11669
11670 \begin_layout PlainLayout
11671
11672
11673 \backslash
11674 mbox{
11675 \end_layout
11676
11677 \end_inset
11678
11679
11680 \family sans
11681 M-s
11682 \begin_inset Space ~
11683 \end_inset
11684
11685
11686 \family default
11687 0
11688 \begin_inset ERT
11689 status collapsed
11690
11691 \begin_layout PlainLayout
11692
11693 }
11694 \end_layout
11695
11696 \end_inset
11697
11698 )
11699 \end_layout
11700
11701 \end_deeper
11702 \begin_layout Standard
11703 We'll warn you 
11704 \emph on
11705 yet again
11706 \emph default
11707 : don't go crazy with this feature.
11708  You should almost never need to change the font size.
11709  LyX automatically changes the font size for different paragraph environments
11710  - use that instead.
11711  This is here for fine-tuning only!
11712 \end_layout
11713
11714 \begin_layout Labeling
11715 \labelwidthstring 00.00.0000
11716
11717 \family sans
11718 Misc
11719 \family default
11720  Here you can change a few other things at the character level.
11721  Options are:
11722 \end_layout
11723
11724 \begin_deeper
11725 \begin_layout Labeling
11726 \labelwidthstring 00.00.0000
11727
11728 \family sans
11729 Emph
11730 \family default
11731  
11732 \emph on
11733 This is text with emphasize on
11734 \emph default
11735 .
11736  This might seem like the same as 
11737 \shape italic
11738 Italic
11739 \shape default
11740 , but it is actually a bit different.
11741  Emphasized is a 
11742 \emph on
11743 logical
11744 \emph default
11745  attribute.
11746  That means every document class can define its own font used for emphasized
11747  text.
11748  Normally this font is equal to italic.
11749 \end_layout
11750
11751 \begin_layout Labeling
11752 \labelwidthstring 00.00.0000
11753
11754 \family sans
11755 Underbar
11756 \family default
11757  
11758 \bar under
11759 This is text with Underbar on.
11760
11761 \bar default
11762  (keybinding 
11763 \begin_inset ERT
11764 status collapsed
11765
11766 \begin_layout PlainLayout
11767
11768
11769 \backslash
11770 mbox{
11771 \end_layout
11772
11773 \end_inset
11774
11775
11776 \family sans
11777 M-c
11778 \begin_inset Space ~
11779 \end_inset
11780
11781 u
11782 \family default
11783
11784 \begin_inset ERT
11785 status collapsed
11786
11787 \begin_layout PlainLayout
11788
11789 }
11790 \end_layout
11791
11792 \end_inset
11793
11794
11795 \family sans
11796 )
11797 \newline
11798
11799 \family default
11800 Avoid using underbar if you can! It's a holdover from the typewriter days,
11801  when you couldn't change fonts.
11802  We no longer need to emphasize text by underscoring characters.
11803  It's only included in LyX because some people 
11804 \emph on
11805 may
11806 \emph default
11807  need it in order to follow style sheets for journal submissions.
11808 \end_layout
11809
11810 \begin_layout Labeling
11811 \labelwidthstring 00.00.0000
11812
11813 \family sans
11814 Noun
11815 \family default
11816  
11817 \noun on
11818 This is text with Noun on.
11819
11820 \noun default
11821  Like 
11822 \family sans
11823 Emph
11824 \family default
11825 , this is a logical attribute.
11826  Normally it's equivalent to 
11827 \family sans
11828 Small
11829 \begin_inset Space ~
11830 \end_inset
11831
11832 Caps
11833 \family default
11834 .
11835 \end_layout
11836
11837 \end_deeper
11838 \begin_layout Labeling
11839 \labelwidthstring 00.00.0000
11840
11841 \family sans
11842 Color
11843 \family default
11844  You can adjust the color of the text with this control.
11845  Notice that not all dvi-viewers are are able to display colors.
11846  Besides 
11847 \family sans
11848 No
11849 \begin_inset Space ~
11850 \end_inset
11851
11852 color
11853 \family default
11854 , which is the default 
11855 \begin_inset Quotes eld
11856 \end_inset
11857
11858 color
11859 \begin_inset Quotes erd
11860 \end_inset
11861
11862  and means normally black, you can choose between 
11863 \family sans
11864 Black
11865 \family default
11866
11867 \family sans
11868 White
11869 \family default
11870
11871 \family sans
11872 Red
11873 \family default
11874
11875 \family sans
11876 Green
11877 \family default
11878
11879 \family sans
11880 Blue
11881 \family default
11882
11883 \family sans
11884 Cyan
11885 \family default
11886
11887 \family sans
11888 Magenta
11889 \family default
11890  and 
11891 \family sans
11892 Yellow
11893 \family default
11894  text.
11895 \begin_inset Index
11896 status collapsed
11897
11898 \begin_layout PlainLayout
11899 Color ! Text
11900 \end_layout
11901
11902 \end_inset
11903
11904
11905 \end_layout
11906
11907 \begin_layout Labeling
11908 \labelwidthstring 00.00.0000
11909
11910 \family sans
11911 Language
11912 \family default
11913  This is used to mark regions of text as having a different language from
11914  the language of the document.
11915  Text marked in this way will be underlined in blue to indicate the change
11916  (only within LyX).
11917 \end_layout
11918
11919 \begin_layout Standard
11920 So you have a huge number of combinations to choose from.
11921  Once you've chosen a new character style via the 
11922 \family sans
11923 Edit\SpecialChar \menuseparator
11924 Text
11925 \begin_inset Space ~
11926 \end_inset
11927
11928 Style
11929 \family default
11930  dialog, the settings are saved.
11931  You can activate them using the toolbar button 
11932 \begin_inset Graphics
11933         filename ../images/font-free-apply.png
11934         embed ""
11935
11936 \end_inset
11937
11938 .
11939  The button lets you toggle the state of your custom character style even
11940  when the dialog isn't visible.
11941  
11942 \end_layout
11943
11944 \begin_layout Standard
11945 To completely reset the character style to the default, use 
11946 \family sans
11947 M-c
11948 \begin_inset Space ~
11949 \end_inset
11950
11951 Space
11952 \family default
11953 .
11954  If you want to toggle only those properties that you have just changed
11955  (suppose you just set the shape to 
11956 \begin_inset Quotes eld
11957 \end_inset
11958
11959 slanted
11960 \begin_inset Quotes erd
11961 \end_inset
11962
11963  and the series to 
11964 \begin_inset Quotes eld
11965 \end_inset
11966
11967 bold
11968 \begin_inset Quotes erd
11969 \end_inset
11970
11971 ), set the 
11972 \family sans
11973 Toggle
11974 \begin_inset Space ~
11975 \end_inset
11976
11977 all
11978 \family default
11979  switch and press 
11980 \family sans
11981 Apply
11982 \family default
11983 .
11984 \end_layout
11985
11986 \begin_layout Standard
11987 You should also know something about the differences between the three main
11988  font types 
11989 \family sans
11990 serif
11991 \family default
11992
11993 \family sans
11994 sans
11995 \begin_inset Space ~
11996 \end_inset
11997
11998 serif
11999 \family default
12000 , and 
12001 \family sans
12002 typewriter
12003 \family default
12004 :
12005 \end_layout
12006
12007 \begin_layout Itemize
12008
12009 \family sans
12010 Typewriter
12011 \family default
12012  is a so called 
12013 \begin_inset Quotes eld
12014 \end_inset
12015
12016 monospaced
12017 \begin_inset Quotes erd
12018 \end_inset
12019
12020  font, that means every character has the same width, the 
12021 \begin_inset Quotes eld
12022 \end_inset
12023
12024 i
12025 \begin_inset Quotes erd
12026 \end_inset
12027
12028  is as wide as the 
12029 \begin_inset Quotes eld
12030 \end_inset
12031
12032 m
12033 \begin_inset Quotes erd
12034 \end_inset
12035
12036 .
12037  Here is an example
12038 \newline
12039
12040 \begin_inset ERT
12041 status collapsed
12042
12043 \begin_layout PlainLayout
12044
12045
12046 \backslash
12047 phantom{
12048 \end_layout
12049
12050 \end_inset
12051
12052 no 
12053 \begin_inset ERT
12054 status collapsed
12055
12056 \begin_layout PlainLayout
12057
12058 }
12059 \end_layout
12060
12061 \end_inset
12062
12063
12064 \family typewriter
12065 typewriter text
12066 \family default
12067
12068 \begin_inset Note Note
12069 status collapsed
12070
12071 \begin_layout PlainLayout
12072 For more on phantoms see section
12073 \begin_inset Space ~
12074 \end_inset
12075
12076
12077 \begin_inset CommandInset ref
12078 LatexCommand ref
12079 reference "sub:More-Spaces"
12080
12081 \end_inset
12082
12083 .
12084 \end_layout
12085
12086 \end_inset
12087
12088
12089 \newline
12090 no typewriter text
12091 \end_layout
12092
12093 \begin_layout Itemize
12094
12095 \family sans
12096 Serif
12097 \family default
12098  fonts use characters with serifs.
12099  These are the small 
12100 \begin_inset Quotes eld
12101 \end_inset
12102
12103 appendices
12104 \begin_inset Quotes erd
12105 \end_inset
12106
12107  at all ends of of the streaks that form the character.
12108  The following example will show the difference:
12109 \newline
12110 text with serifs
12111 \newline
12112
12113 \family sans
12114 text without serifs
12115 \family default
12116
12117 \newline
12118 Serifs facilitates an easy and fast reading.
12119  They are therefore used as default font (named 
12120 \family sans
12121 roman
12122 \family default
12123 ).
12124 \end_layout
12125
12126 \begin_layout Itemize
12127
12128 \family sans
12129 Sans serif
12130 \family default
12131  don't use serifs.
12132  This font type is therefore often used for headings and short texts.
12133  We use it in this document to highlight menu names.
12134 \end_layout
12135
12136 \begin_layout Standard
12137 We conclude with the same warning once again: Don't overuse the fonts.
12138  They are, more often than not, a kludge and a bad substitute for good writing.
12139 \end_layout
12140
12141 \begin_layout Section
12142 Printing and Previewing
12143 \end_layout
12144
12145 \begin_layout Subsection
12146 Overview
12147 \end_layout
12148
12149 \begin_layout Standard
12150 Now that we've covered some of the basic features of document preparation
12151  using LyX, you probably want to know how to print out your masterpiece.
12152  Before we tell you that, we want to give you a quick explanation of what
12153  goes on behind-the-scenes.
12154  We cover these informations in much greater detail in the 
12155 \emph on
12156 Extended
12157 \begin_inset Space ~
12158 \end_inset
12159
12160 Features
12161 \emph default
12162  manual as well.
12163 \end_layout
12164
12165 \begin_layout Standard
12166 LyX uses the program LaTeX as its backend.
12167  LaTeX is just a macro package for the TeX typesetting system, but to prevent
12168  confusion, we'll only refer to LaTeX.
12169  LyX is what you use to do your actual writing.
12170  Then, LyX calls LaTeX to turn your writing into printable output.
12171  This happens in two stages:
12172 \end_layout
12173
12174 \begin_layout Enumerate
12175 First, LyX converts your document to a series of text commands for LaTeX,
12176  generating a file with the extension, 
12177 \begin_inset Quotes eld
12178 \end_inset
12179
12180
12181 \family typewriter
12182 .tex
12183 \family default
12184
12185 \begin_inset Quotes erd
12186 \end_inset
12187
12188 .
12189 \end_layout
12190
12191 \begin_layout Enumerate
12192 Next, LaTeX uses the commands in the 
12193 \family typewriter
12194 .tex
12195 \family default
12196  file to produce printable output.
12197  
12198 \end_layout
12199
12200 \begin_layout Subsection
12201 Output file formats
12202 \begin_inset Index
12203 status collapsed
12204
12205 \begin_layout PlainLayout
12206 File formats
12207 \end_layout
12208
12209 \end_inset
12210
12211
12212 \begin_inset CommandInset label
12213 LatexCommand label
12214 name "sub:Output-file-formats"
12215
12216 \end_inset
12217
12218
12219 \end_layout
12220
12221 \begin_layout Subsubsection
12222 ASCII
12223 \begin_inset Index
12224 status collapsed
12225
12226 \begin_layout PlainLayout
12227 File formats ! ASCII
12228 \end_layout
12229
12230 \end_inset
12231
12232
12233 \end_layout
12234
12235 \begin_layout Standard
12236 This file type has the extension 
12237 \begin_inset Quotes eld
12238 \end_inset
12239
12240
12241 \family typewriter
12242 .txt
12243 \family default
12244
12245 \begin_inset Quotes erd
12246 \end_inset
12247
12248 .
12249  It contains your document as plain text following the rules of the 
12250 \begin_inset Quotes eld
12251 \end_inset
12252
12253 American Standard Code for Information Interchange
12254 \begin_inset Quotes erd
12255 \end_inset
12256
12257  (ASCII).
12258 \end_layout
12259
12260 \begin_layout Standard
12261 You can export your document to ASCII by the menu 
12262 \family sans
12263 File\SpecialChar \menuseparator
12264 Export\SpecialChar \menuseparator
12265 ASCII
12266 \family default
12267 .
12268 \end_layout
12269
12270 \begin_layout Subsubsection
12271 LaTeX
12272 \begin_inset Index
12273 status collapsed
12274
12275 \begin_layout PlainLayout
12276 File formats ! LaTeX
12277 \end_layout
12278
12279 \end_inset
12280
12281
12282 \end_layout
12283
12284 \begin_layout Standard
12285 This file type has the extension 
12286 \begin_inset Quotes eld
12287 \end_inset
12288
12289
12290 \family typewriter
12291 .tex
12292 \family default
12293
12294 \begin_inset Quotes erd
12295 \end_inset
12296
12297  and contains all commands that are necessary for the LaTeX program to process
12298  your document.
12299  If you know LaTeX, you can use it to find out LaTeX-Errors or to process
12300  it manually with console commands.
12301  The LaTeX-file is automatically created in LyX's temporary directory whenever
12302  you view or export your document.
12303 \end_layout
12304
12305 \begin_layout Standard
12306 You can export your document as LaTeX-file using the menu 
12307 \family sans
12308 File\SpecialChar \menuseparator
12309 Export\SpecialChar \menuseparator
12310 LaT
12311 \begin_inset ERT
12312 status collapsed
12313
12314 \begin_layout PlainLayout
12315
12316 {}
12317 \end_layout
12318
12319 \end_inset
12320
12321 eX
12322 \family default
12323 .
12324 \end_layout
12325
12326 \begin_layout Subsubsection
12327 DVI
12328 \begin_inset Index
12329 status collapsed
12330
12331 \begin_layout PlainLayout
12332 File formats ! DVI
12333 \end_layout
12334
12335 \end_inset
12336
12337
12338 \end_layout
12339
12340 \begin_layout Standard
12341 This file type has the extension 
12342 \begin_inset Quotes eld
12343 \end_inset
12344
12345
12346 \family typewriter
12347 .dvi
12348 \family default
12349
12350 \begin_inset Quotes erd
12351 \end_inset
12352
12353 .
12354  It is called 
12355 \begin_inset Quotes eld
12356 \end_inset
12357
12358 device-independent
12359 \begin_inset Quotes erd
12360 \end_inset
12361
12362  (DVI), because it is completely portable; you can move them from one machine
12363  to another without needing to do any sort of conversion.
12364  At the time when this file-format was developed, this was no matter of
12365  course.
12366  DVIs are used for quick previews and as pre-stage for other output formats,
12367  like PostScript.
12368 \end_layout
12369
12370 \begin_layout Standard
12371 \begin_inset Note Greyedout
12372 status open
12373
12374 \begin_layout PlainLayout
12375
12376 \series bold
12377 Note:
12378 \series default
12379  The DVI file doesn't contain images, they will only be a linked.
12380  So don't forget to deliver the images together with your DVIs.
12381 \end_layout
12382
12383 \end_inset
12384
12385 This property can also slow down your computer when you view the DVI.
12386  Because the DVI-viewer has to convert the image in the background to make
12387  it visible when you scroll in the DVI.
12388  So we recommend to use PDF for files with many images.
12389 \end_layout
12390
12391 \begin_layout Standard
12392 You can export your document to DVI by the menu 
12393 \family sans
12394 File\SpecialChar \menuseparator
12395 Export\SpecialChar \menuseparator
12396 DVI
12397 \family default
12398 .
12399 \end_layout
12400
12401 \begin_layout Subsubsection
12402 PostScript
12403 \begin_inset Index
12404 status collapsed
12405
12406 \begin_layout PlainLayout
12407 File formats ! PostScript
12408 \end_layout
12409
12410 \end_inset
12411
12412
12413 \end_layout
12414
12415 \begin_layout Standard
12416 This file type has the extension 
12417 \begin_inset Quotes eld
12418 \end_inset
12419
12420
12421 \family typewriter
12422 .ps
12423 \family default
12424
12425 \begin_inset Quotes erd
12426 \end_inset
12427
12428 .
12429  PostScript was developed by the company 
12430 \family typewriter
12431 Adobe
12432 \family default
12433  as printer language.
12434  The file contains therefore commands that the printer uses to print the
12435  file.
12436  PostScript can be seen as 
12437 \begin_inset Quotes eld
12438 \end_inset
12439
12440 programming language
12441 \begin_inset Quotes erd
12442 \end_inset
12443
12444 ; you can calculate with it and draw diagrams and images.
12445 \begin_inset Foot
12446 status collapsed
12447
12448 \begin_layout PlainLayout
12449 If you are interested to learn more about this, have a look at the LaTeX-package
12450  
12451 \series bold
12452 pstricks
12453 \series default
12454
12455 \begin_inset Index
12456 status collapsed
12457
12458 \begin_layout PlainLayout
12459 LaTeX-packages ! pstricks
12460 \end_layout
12461
12462 \end_inset
12463
12464 .
12465 \end_layout
12466
12467 \end_inset
12468
12469  Due to this ability, the files are often bigger than PDFs.
12470 \end_layout
12471
12472 \begin_layout Standard
12473 PostScript can only contain images in the format 
12474 \begin_inset Quotes eld
12475 \end_inset
12476
12477 Encapsulated PostScript
12478 \begin_inset Quotes erd
12479 \end_inset
12480
12481  (EPS, file extension 
12482 \begin_inset Quotes eld
12483 \end_inset
12484
12485
12486 \family typewriter
12487 .eps
12488 \family default
12489
12490 \begin_inset Quotes erd
12491 \end_inset
12492
12493 ).
12494  As LyX allows you to use any known image format in your document, it has
12495  to convert them in the background to EPS.
12496  If you have e.g 50 images in your document, LyX has to do 50 conversions
12497  whenever you view or export your document.
12498  This will slow down your workflow with LyX drastically.
12499  So if you plan to use PostScript, you can insert your images directly as
12500  EPS to avoid this problem.
12501 \end_layout
12502
12503 \begin_layout Standard
12504 You can export your document to PostScript using the menu 
12505 \family sans
12506 File\SpecialChar \menuseparator
12507 Export\SpecialChar \menuseparator
12508 PostScript
12509 \family default
12510 .
12511 \end_layout
12512
12513 \begin_layout Subsubsection
12514 PDF
12515 \begin_inset Index
12516 status collapsed
12517
12518 \begin_layout PlainLayout
12519 File formats ! PDF
12520 \end_layout
12521
12522 \end_inset
12523
12524
12525 \begin_inset Index
12526 status collapsed
12527
12528 \begin_layout PlainLayout
12529 PDF
12530 \end_layout
12531
12532 \end_inset
12533
12534
12535 \end_layout
12536
12537 \begin_layout Standard
12538 This file type has the extension 
12539 \begin_inset Quotes eld
12540 \end_inset
12541
12542
12543 \family typewriter
12544 .pdf
12545 \family default
12546
12547 \begin_inset Quotes erd
12548 \end_inset
12549
12550 .
12551  The 
12552 \begin_inset Quotes eld
12553 \end_inset
12554
12555 Portable Document Format
12556 \begin_inset Quotes erd
12557 \end_inset
12558
12559  (PDF) is developed by 
12560 \family typewriter
12561 Adobe
12562 \family default
12563  as derivative from PostScript.
12564  It is more compressed and it uses much less commands than PostScript.
12565  As the name 
12566 \begin_inset Quotes eld
12567 \end_inset
12568
12569 portable
12570 \begin_inset Quotes erd
12571 \end_inset
12572
12573  implies, it can be processed at any computer system and the printed output
12574  looks exactly the same.
12575 \end_layout
12576
12577 \begin_layout Standard
12578 PDF can contain images in its own PDF format and in the formats 
12579 \begin_inset Quotes eld
12580 \end_inset
12581
12582 Joint Photographic Experts Group
12583 \begin_inset Quotes erd
12584 \end_inset
12585
12586  (JPG, file extension 
12587 \begin_inset Quotes eld
12588 \end_inset
12589
12590
12591 \family typewriter
12592 .jpg
12593 \family default
12594
12595 \begin_inset Quotes erd
12596 \end_inset
12597
12598  or 
12599 \begin_inset Quotes eld
12600 \end_inset
12601
12602
12603 \family typewriter
12604 .jpeg
12605 \family default
12606
12607 \begin_inset Quotes erd
12608 \end_inset
12609
12610 ) and 
12611 \begin_inset Quotes eld
12612 \end_inset
12613
12614 Portable Network Graphics
12615 \begin_inset Quotes erd
12616 \end_inset
12617
12618  (PNG, file extension 
12619 \begin_inset Quotes eld
12620 \end_inset
12621
12622
12623 \family typewriter
12624 .png
12625 \family default
12626
12627 \begin_inset Quotes erd
12628 \end_inset
12629
12630 ).
12631  You can although use any other image format, because LyX converts them
12632  in the background to one of these formats.
12633  But as described in the section about PostScript, the image conversion
12634  will slow down your workflow.
12635  So we recommend to use images in one of the three mentioned formats.
12636 \end_layout
12637
12638 \begin_layout Standard
12639 You can export your document to PDF via the menu 
12640 \family sans
12641 File\SpecialChar \menuseparator
12642 Export
12643 \family default
12644  in three different ways:
12645 \end_layout
12646
12647 \begin_layout Description
12648 PDF This uses the program 
12649 \family typewriter
12650 ps2pdf
12651 \family default
12652  that creates a PDF from a PostScript-version of your file.
12653  The PostScript-version is produced by the program 
12654 \family typewriter
12655 dvips
12656 \family default
12657  which uses a DVI-version as intermediate step.
12658  So this export variant consist of three conversions.
12659 \end_layout
12660
12661 \begin_layout Description
12662 PDF
12663 \begin_inset Space ~
12664 \end_inset
12665
12666 (dvipdfm) This uses the program 
12667 \family typewriter
12668 dvipdfm
12669 \family default
12670  that converts your file in the background to DVI and in a second step to
12671  PDF.
12672 \end_layout
12673
12674 \begin_layout Description
12675 PDF
12676 \begin_inset Space ~
12677 \end_inset
12678
12679 (pdflatex) This uses the program 
12680 \family typewriter
12681 pdftex
12682 \family default
12683  that converts your file directly to PDF.
12684 \end_layout
12685
12686 \begin_layout Standard
12687 We recommend to use 
12688 \family sans
12689 PDF
12690 \begin_inset Space ~
12691 \end_inset
12692
12693 (pdflatex)
12694 \family default
12695  because 
12696 \family typewriter
12697 pdftex
12698 \family default
12699  supports all features of actual PDF-versions, is quick and works stable
12700  without problems.
12701  The program 
12702 \family typewriter
12703 dvipdfm
12704 \family default
12705  is no more under development and therefore a bit outdated.
12706 \end_layout
12707
12708 \begin_layout Subsection
12709 Previewing
12710 \begin_inset Index
12711 status collapsed
12712
12713 \begin_layout PlainLayout
12714 Document ! Preview 
12715 \end_layout
12716
12717 \end_inset
12718
12719
12720 \end_layout
12721
12722 \begin_layout Standard
12723 To get a look at the final version of your document, with all of the pagebreaks
12724  in place, the footnotes correctly numbered, and so on, use the menu 
12725 \family sans
12726 View
12727 \family default
12728  and choose a file type.
12729  A viewing program will popup showing the output.
12730  For 
12731 \family sans
12732 View\SpecialChar \menuseparator
12733 DVI
12734 \family default
12735  you can use the toolbar button 
12736 \begin_inset Graphics
12737         filename ../images/buffer-view_dvi.png
12738         embed ""
12739
12740 \end_inset
12741
12742  (shortcut 
12743 \family sans
12744 C-d
12745 \family default
12746 ), for 
12747 \family sans
12748 View\SpecialChar \menuseparator
12749 PDF
12750 \begin_inset Space ~
12751 \end_inset
12752
12753 (pdflatex)
12754 \family default
12755  you can use the toolbar button 
12756 \begin_inset Graphics
12757         filename ../images/buffer-export_pdf2.png
12758         embed ""
12759
12760 \end_inset
12761
12762 .
12763 \end_layout
12764
12765 \begin_layout Standard
12766 If you have changed your document, you can refresh the output in the same
12767  viewer window using the menu 
12768 \family sans
12769 View\SpecialChar \menuseparator
12770 Update
12771 \family default
12772 .
12773 \end_layout
12774
12775 \begin_layout Standard
12776 When you preview a file, the output file is only generated in LyX's temporary
12777  directory.
12778  To have a real output, export your document.
12779 \end_layout
12780
12781 \begin_layout Subsection
12782 Printing the File from within LyX
12783 \begin_inset CommandInset label
12784 LatexCommand label
12785 name "sub:Printing-the-File"
12786
12787 \end_inset
12788
12789
12790 \end_layout
12791
12792 \begin_layout Standard
12793 Instead of exporting your file and then printing them, you can also print
12794  it directly from within LyX.
12795  To print a file, select the menu 
12796 \family sans
12797 File\SpecialChar \menuseparator
12798 Print
12799 \family default
12800  or click on the toolbar button 
12801 \begin_inset Graphics
12802         filename ../images/dialog-show_print.png
12803         embed ""
12804
12805 \end_inset
12806
12807 .
12808  LyX will internally call LaTeX to produce a DVI.
12809  This file is then processed by the program 
12810 \family typewriter
12811 dvips
12812 \family default
12813  to PostScript-file, which is finally printed using the program 
12814 \family typewriter
12815 Ghostscript
12816 \family default
12817 .
12818  Due to these steps in the background, this method is not the fastest.
12819 \end_layout
12820
12821 \begin_layout Standard
12822 You can choose to print only even-numbered or odd-numbered pages - this
12823  is useful for printing on two sides: You can re-insert the pages after
12824  printing one set to print on the other side.
12825  Some printers spit out pages face-up, others, face-down.
12826  By choosing a particular order to print in, you can take the entire stack
12827  of pages out of the printer without needing to reorder them.
12828 \end_layout
12829
12830 \begin_layout Standard
12831 You can set the parameters in the 
12832 \family sans
12833 Print
12834 \begin_inset Space ~
12835 \end_inset
12836
12837 Destination
12838 \family default
12839  box as follows:
12840 \end_layout
12841
12842 \begin_layout Labeling
12843 \labelwidthstring 00.00.0000
12844
12845 \family sans
12846 Printer
12847 \family default
12848  This is the name of the printer to print to.
12849 \begin_inset Foot
12850 status collapsed
12851
12852 \begin_layout PlainLayout
12853 Note that this printer name is for the program 
12854 \family typewriter
12855 dvips
12856 \family default
12857 .
12858  That means 
12859 \family typewriter
12860 dvips
12861 \family default
12862  has to be configured for this printer name.
12863  The default printer can be set in LyX's preferences dialog, see section
12864 \begin_inset Space ~
12865 \end_inset
12866
12867
12868 \begin_inset CommandInset ref
12869 LatexCommand ref
12870 reference "sub:Printer"
12871
12872 \end_inset
12873
12874 .
12875 \end_layout
12876
12877 \end_inset
12878
12879  The printer should understand PostScript.
12880 \end_layout
12881
12882 \begin_layout Labeling
12883 \labelwidthstring 00.00.0000
12884
12885 \family sans
12886 File
12887 \family default
12888  The name of a file to print to.
12889  The output will be a PostScript file.
12890  It will be written in LyX's working directory unless you specify the full
12891  path.
12892 \end_layout
12893
12894 \begin_layout Section
12895 A few Words about Typography
12896 \begin_inset Index
12897 status collapsed
12898
12899 \begin_layout PlainLayout
12900 Typography
12901 \end_layout
12902
12903 \end_inset
12904
12905
12906 \end_layout
12907
12908 \begin_layout Subsection
12909 Hyphens
12910 \begin_inset Index
12911 status collapsed
12912
12913 \begin_layout PlainLayout
12914 Hyphens
12915 \end_layout
12916
12917 \end_inset
12918
12919
12920 \begin_inset CommandInset label
12921 LatexCommand label
12922 name "sub:Hyphens"
12923
12924 \end_inset
12925
12926
12927 \end_layout
12928
12929 \begin_layout Standard
12930 In LyX, the 
12931 \begin_inset Quotes eld
12932 \end_inset
12933
12934
12935 \family typewriter
12936 -
12937 \family default
12938
12939 \begin_inset Quotes eld
12940 \end_inset
12941
12942  character comes in three lengths, often called the 
12943 \emph on
12944 hyphen
12945 \emph default
12946 , the 
12947 \emph on
12948 en dash
12949 \emph default
12950 , and the 
12951 \emph on
12952 em dash
12953 \emph default
12954 :
12955 \end_layout
12956
12957 \begin_layout Enumerate
12958 hyphen
12959 \begin_inset Space \hfill{}
12960 \end_inset
12961
12962 -
12963 \begin_inset Space \hfill{}
12964 \end_inset
12965
12966 made with 
12967 \begin_inset Quotes eld
12968 \end_inset
12969
12970
12971 \family typewriter
12972 -
12973 \family default
12974
12975 \begin_inset Quotes eld
12976 \end_inset
12977
12978
12979 \end_layout
12980
12981 \begin_layout Enumerate
12982 en dash
12983 \begin_inset Space \hfill{}
12984 \end_inset
12985
12986 --
12987 \begin_inset Space \hfill{}
12988 \end_inset
12989
12990 made with 
12991 \begin_inset Quotes eld
12992 \end_inset
12993
12994
12995 \family typewriter
12996 -
12997 \begin_inset ERT
12998 status collapsed
12999
13000 \begin_layout PlainLayout
13001
13002
13003 \backslash
13004 /
13005 \end_layout
13006
13007 \end_inset
13008
13009 -
13010 \family default
13011
13012 \begin_inset Quotes eld
13013 \end_inset
13014
13015
13016 \end_layout
13017
13018 \begin_layout Enumerate
13019 em dash
13020 \begin_inset Space \hfill{}
13021 \end_inset
13022
13023 ---
13024 \begin_inset Space \hfill{}
13025 \end_inset
13026
13027 made with 
13028 \begin_inset Quotes eld
13029 \end_inset
13030
13031
13032 \family typewriter
13033 -
13034 \begin_inset ERT
13035 status collapsed
13036
13037 \begin_layout PlainLayout
13038
13039
13040 \backslash
13041 /
13042 \end_layout
13043
13044 \end_inset
13045
13046 -
13047 \begin_inset ERT
13048 status collapsed
13049
13050 \begin_layout PlainLayout
13051
13052
13053 \backslash
13054 /
13055 \end_layout
13056
13057 \end_inset
13058
13059 -
13060 \family default
13061
13062 \begin_inset Quotes eld
13063 \end_inset
13064
13065
13066 \end_layout
13067
13068 \begin_layout Enumerate
13069 minus sign
13070 \begin_inset Space \hfill{}
13071 \end_inset
13072
13073
13074 \begin_inset Formula $-$
13075 \end_inset
13076
13077
13078 \begin_inset Space \hfill{}
13079 \end_inset
13080
13081
13082 \begin_inset Quotes eld
13083 \end_inset
13084
13085
13086 \family typewriter
13087 -
13088 \family default
13089
13090 \begin_inset Quotes eld
13091 \end_inset
13092
13093  in math mode
13094 \end_layout
13095
13096 \begin_layout Standard
13097 You generate them by inserting the 
13098 \begin_inset Quotes eld
13099 \end_inset
13100
13101
13102 \family typewriter
13103 -
13104 \family default
13105
13106 \begin_inset Quotes eld
13107 \end_inset
13108
13109  character multiple times in a row.
13110  They are automatically converted to the appropriate length dash in the
13111  final output, but not in LyX.
13112 \end_layout
13113
13114 \begin_layout Standard
13115 The three dash types are distinct from the minus sign, which appears in
13116  math mode and has a length of its own.
13117  Here are some examples of the 
13118 \begin_inset Quotes eld
13119 \end_inset
13120
13121
13122 \family typewriter
13123 -
13124 \family default
13125
13126 \begin_inset Quotes eld
13127 \end_inset
13128
13129  in use:
13130 \end_layout
13131
13132 \begin_layout Enumerate
13133 line- and page-breaks
13134 \begin_inset Space \hfill{}
13135 \end_inset
13136
13137 (
13138 \emph on
13139 hyphen
13140 \emph default
13141 )
13142 \end_layout
13143
13144 \begin_layout Enumerate
13145 From A--Z
13146 \begin_inset Space \hfill{}
13147 \end_inset
13148
13149 (
13150 \emph on
13151 en dash
13152 \emph default
13153 )
13154 \end_layout
13155
13156 \begin_layout Enumerate
13157 Oh --- there's a dash.
13158 \begin_inset Space \hfill{}
13159 \end_inset
13160
13161 (
13162 \emph on
13163 em dash
13164 \emph default
13165 )
13166 \end_layout
13167
13168 \begin_layout Enumerate
13169 \begin_inset Formula $x^{2}-y^{2}=z^{2}$
13170 \end_inset
13171
13172
13173 \begin_inset Space \hfill{}
13174 \end_inset
13175
13176 (
13177 \emph on
13178 minus sign
13179 \emph default
13180 )
13181 \end_layout
13182
13183 \begin_layout Subsection
13184 Hyphenation
13185 \begin_inset Index
13186 status collapsed
13187
13188 \begin_layout PlainLayout
13189 Hyphenation
13190 \end_layout
13191
13192 \end_inset
13193
13194
13195 \begin_inset CommandInset label
13196 LatexCommand label
13197 name "sub:Hyphenation"
13198
13199 \end_inset
13200
13201
13202 \end_layout
13203
13204 \begin_layout Standard
13205 Words aren't hyphenated within LyX but automatically in the output.
13206  Hyphenation is done by the LaTeX-package 
13207 \series bold
13208 babel
13209 \begin_inset Index
13210 status collapsed
13211
13212 \begin_layout PlainLayout
13213 LaTeX-packages ! babel
13214 \end_layout
13215
13216 \end_inset
13217
13218
13219 \series default
13220  following the rules of the document language
13221 \begin_inset Foot
13222 status collapsed
13223
13224 \begin_layout PlainLayout
13225 For German readers: That's one of the main differences between the languages
13226  
13227 \family sans
13228 German
13229 \family default
13230  and 
13231 \family sans
13232 German
13233 \begin_inset Space ~
13234 \end_inset
13235
13236 (new
13237 \begin_inset Space ~
13238 \end_inset
13239
13240 spelling)
13241 \family default
13242  in the 
13243 \family sans
13244 Document\SpecialChar \menuseparator
13245 Settings
13246 \family default
13247  dialog.
13248 \end_layout
13249
13250 \end_inset
13251
13252 .
13253 \end_layout
13254
13255 \begin_layout Standard
13256 LaTeX hyphenates nearly perfectly, it has only problems with text in the
13257  font 
13258 \family sans
13259 typewriter
13260 \family default
13261  and with unusual constructs, like 
13262 \begin_inset Quotes eld
13263 \end_inset
13264
13265 h3knix/m0n0wall
13266 \begin_inset Quotes erd
13267 \end_inset
13268
13269 .
13270  If LaTeX can't break a word correctly, you can set hyphenation points manually.
13271  This is done with the menu 
13272 \family sans
13273 Insert\SpecialChar \menuseparator
13274 Formatting\SpecialChar \menuseparator
13275 Hyphenation
13276 \begin_inset Space ~
13277 \end_inset
13278
13279 Point
13280 \family default
13281 .
13282  These extra hyphenation points are only recommendations to LaTeX.
13283  If no hyphenation is necessary, LaTeX will ignore them.
13284 \end_layout
13285
13286 \begin_layout Standard
13287 Sometimes you want to prevent words or constructs to be hyphenated.
13288  The keybindings/shortcuts in this document consists of three letters with
13289  a hyphen and a space in the form 
13290 \begin_inset Quotes eld
13291 \end_inset
13292
13293 A-b c
13294 \begin_inset Quotes erd
13295 \end_inset
13296
13297 .
13298  LaTeX finds there the hyphen 
13299 \begin_inset Quotes eld
13300 \end_inset
13301
13302 -
13303 \begin_inset Quotes erd
13304 \end_inset
13305
13306  as hyphenation possibility.
13307  Hyphenating at this point would look ugly.
13308  To prevent the shortcut from being hyphenated, we can put it in the argument
13309  of the LaTeX-box-command 
13310 \series bold
13311
13312 \backslash
13313 mbox
13314 \series default
13315 , because text within LaTeX-boxes can't be hyphenated.
13316  As LyX doesn't support 
13317 \series bold
13318
13319 \backslash
13320 mbox
13321 \series default
13322 , we have to use ERT.
13323  The result looks in LyX like:
13324 \end_layout
13325
13326 \begin_layout Standard
13327 \begin_inset Graphics
13328         filename clipart/mbox.png
13329         embed ""
13330
13331 \end_inset
13332
13333
13334 \end_layout
13335
13336 \begin_layout Standard
13337 To learn more about ERT, have a look at section
13338 \begin_inset Space ~
13339 \end_inset
13340
13341
13342 \begin_inset CommandInset ref
13343 LatexCommand ref
13344 reference "sec:ERT"
13345
13346 \end_inset
13347
13348 .
13349 \end_layout
13350
13351 \begin_layout Subsection
13352 Punctuation Marks
13353 \begin_inset Index
13354 status collapsed
13355
13356 \begin_layout PlainLayout
13357 Punctuation marks
13358 \end_layout
13359
13360 \end_inset
13361
13362
13363 \end_layout
13364
13365 \begin_layout Subsubsection
13366 Abbreviations and End of Sentence
13367 \begin_inset CommandInset label
13368 LatexCommand label
13369 name "sub:Abbreviations"
13370
13371 \end_inset
13372
13373
13374 \end_layout
13375
13376 \begin_layout Standard
13377 When LyX calls LaTeX to generate the final version of your document, LaTeX
13378  automatically distinguishes between words, sentences, and abbreviations.
13379  LaTeX then adds the 
13380 \begin_inset Quotes eld
13381 \end_inset
13382
13383 appropriate amount of space
13384 \begin_inset Quotes erd
13385 \end_inset
13386
13387 .
13388  That means sentences get a little bit more space between the period and
13389  the next word.
13390  Abbreviations get the same amount of space after the period as a word uses.
13391 \end_layout
13392
13393 \begin_layout Standard
13394 Unfortunately, the algorithm for figuring out what's an abbreviation works
13395  not for all cases.
13396  If a 
13397 \begin_inset Quotes eld
13398 \end_inset
13399
13400
13401 \family typewriter
13402 .
13403 \family default
13404
13405 \begin_inset Quotes erd
13406 \end_inset
13407
13408  is at the end of a lowercase letter, it's the end of a sentence; if it's
13409  at the end of a capitalized letter, it's an abbreviation.
13410 \end_layout
13411
13412 \begin_layout Standard
13413 Here are some examples of 
13414 \emph on
13415 correct
13416 \emph default
13417  abbreviations and the end of a sentence:
13418 \end_layout
13419
13420 \begin_layout Itemize
13421 M.
13422  Butterfly
13423 \end_layout
13424
13425 \begin_layout Itemize
13426 Don't worry.
13427  Be happy.
13428 \end_layout
13429
13430 \begin_layout Standard
13431 And here's an example of the algorithm going wrong:
13432 \end_layout
13433
13434 \begin_layout Itemize
13435 e.
13436  g.
13437  this is too much space!
13438 \end_layout
13439
13440 \begin_layout Itemize
13441 This is I.
13442  It's okay.
13443 \end_layout
13444
13445 \begin_layout Standard
13446 You won't see anything wrong until you view a final version of your document.
13447 \end_layout
13448
13449 \begin_layout Standard
13450 To fix this problem, use one of the following:
13451 \end_layout
13452
13453 \begin_layout Enumerate
13454 Use an 
13455 \family sans
13456 Inter-word
13457 \begin_inset Space ~
13458 \end_inset
13459
13460 Space
13461 \family default
13462  after lowercase abbreviations (see section
13463 \begin_inset Space ~
13464 \end_inset
13465
13466
13467 \begin_inset CommandInset ref
13468 LatexCommand ref
13469 reference "sub:Inter-word-Space"
13470
13471 \end_inset
13472
13473 ).
13474 \begin_inset Index
13475 status collapsed
13476
13477 \begin_layout PlainLayout
13478 Spaces ! inter-word
13479 \end_layout
13480
13481 \end_inset
13482
13483
13484 \end_layout
13485
13486 \begin_layout Enumerate
13487 Use a 
13488 \family sans
13489 Thin
13490 \begin_inset Space ~
13491 \end_inset
13492
13493 Space
13494 \family default
13495  between two tokens of an abbreviation (see section
13496 \begin_inset Space ~
13497 \end_inset
13498
13499
13500 \begin_inset CommandInset ref
13501 LatexCommand ref
13502 reference "sub:Thin-Space"
13503
13504 \end_inset
13505
13506 ).
13507 \begin_inset Index
13508 status collapsed
13509
13510 \begin_layout PlainLayout
13511 Spaces ! thin
13512 \end_layout
13513
13514 \end_inset
13515
13516
13517 \end_layout
13518
13519 \begin_layout Enumerate
13520 Use an 
13521 \family sans
13522 End
13523 \begin_inset Space ~
13524 \end_inset
13525
13526 of
13527 \begin_inset Space ~
13528 \end_inset
13529
13530 sentence
13531 \begin_inset Space ~
13532 \end_inset
13533
13534 period
13535 \family default
13536  found under the 
13537 \family sans
13538 Insert\SpecialChar \menuseparator
13539 Special
13540 \begin_inset Space ~
13541 \end_inset
13542
13543 Character
13544 \family default
13545  menu to force the use of inter-sentence spacing.
13546  This function is also bound to 
13547 \family sans
13548 C-period
13549 \family default
13550  for easy access.
13551 \end_layout
13552
13553 \begin_layout Standard
13554 With the corrections, our earlier examples look like this:
13555 \end_layout
13556
13557 \begin_layout Itemize
13558 e.
13559 \begin_inset Space \thinspace{}
13560 \end_inset
13561
13562 g.
13563 \begin_inset Space \space{}
13564 \end_inset
13565
13566 this is too much space!
13567 \end_layout
13568
13569 \begin_layout Itemize
13570 This is I\SpecialChar \@.
13571  It's okay.
13572 \end_layout
13573
13574 \begin_layout Standard
13575 Some languages don't use extra spacing between sentences.
13576  If your language is such a language, you don't need to worry, because the
13577  LaTeX will care about this.
13578 \end_layout
13579
13580 \begin_layout Standard
13581 For those that do need to bother, there is help to catch those sneaky errors:
13582  check out the 
13583 \family sans
13584 Tools\SpecialChar \menuseparator
13585 Check
13586 \begin_inset Space ~
13587 \end_inset
13588
13589 TeX
13590 \family default
13591  feature described in section 
13592 \emph on
13593 Checking TeX
13594 \emph default
13595  of the 
13596 \emph on
13597 Extended Features
13598 \emph default
13599  manual.
13600 \end_layout
13601
13602 \begin_layout Subsubsection
13603 Quotes
13604 \begin_inset Index
13605 status collapsed
13606
13607 \begin_layout PlainLayout
13608 Typography ! Quotes
13609 \end_layout
13610
13611 \end_inset
13612
13613
13614 \begin_inset Index
13615 status collapsed
13616
13617 \begin_layout PlainLayout
13618 Quotes | see
13619 \begin_inset ERT
13620 status collapsed
13621
13622 \begin_layout PlainLayout
13623
13624 {
13625 \end_layout
13626
13627 \end_inset
13628
13629 Typography
13630 \begin_inset ERT
13631 status collapsed
13632
13633 \begin_layout PlainLayout
13634
13635 }
13636 \end_layout
13637
13638 \end_inset
13639
13640
13641 \end_layout
13642
13643 \end_inset
13644
13645
13646 \begin_inset CommandInset label
13647 LatexCommand label
13648 name "sub:Quotes"
13649
13650 \end_inset
13651
13652
13653 \end_layout
13654
13655 \begin_layout Standard
13656 LyX usually sets quotes correctly.
13657  Specifically, it will use an opening quote at the beginning of quoted text,
13658  and use a closing quote at the end.
13659  For example, 
13660 \begin_inset Quotes eld
13661 \end_inset
13662
13663 open close
13664 \begin_inset Quotes erd
13665 \end_inset
13666
13667 .
13668  The keyboard character, 
13669 \family sans
13670 "
13671 \family default
13672 , generates this automatically.
13673 \end_layout
13674
13675 \begin_layout Standard
13676 You can change the behavior of the 
13677 \family sans
13678 "
13679 \family default
13680  key using the submenu 
13681 \family sans
13682 Language
13683 \family default
13684  of the dialog 
13685 \family sans
13686 Document\SpecialChar \menuseparator
13687 Settings
13688 \family default
13689
13690 \begin_inset Index
13691 status collapsed
13692
13693 \begin_layout PlainLayout
13694 Document ! Settings
13695 \end_layout
13696
13697 \end_inset
13698
13699  dialog.
13700 \end_layout
13701
13702 \begin_layout Standard
13703 You can also select quotes for different languages in the box 
13704 \family sans
13705 Type
13706 \family default
13707  option.
13708  There are six choices:
13709 \end_layout
13710
13711 \begin_layout Labeling
13712 \labelwidthstring 00.00.0000
13713
13714 \family sans
13715 \begin_inset Quotes eld
13716 \end_inset
13717
13718 Text
13719 \begin_inset Quotes erd
13720 \end_inset
13721
13722
13723 \family default
13724  Use quotes like this 
13725 \begin_inset Quotes eld
13726 \end_inset
13727
13728 double
13729 \begin_inset Quotes erd
13730 \end_inset
13731
13732  or 
13733 \begin_inset Quotes els
13734 \end_inset
13735
13736 single
13737 \begin_inset Quotes ers
13738 \end_inset
13739
13740
13741 \end_layout
13742
13743 \begin_layout Labeling
13744 \labelwidthstring 00.00.0000
13745
13746 \family sans
13747 \begin_inset Quotes sld
13748 \end_inset
13749
13750 Text
13751 \begin_inset Quotes srd
13752 \end_inset
13753
13754
13755 \family default
13756  Use quotes like 
13757 \begin_inset Quotes sld
13758 \end_inset
13759
13760 this
13761 \begin_inset Quotes srd
13762 \end_inset
13763
13764  or 'this
13765 \begin_inset Quotes ers
13766 \end_inset
13767
13768
13769 \end_layout
13770
13771 \begin_layout Labeling
13772 \labelwidthstring 00.00.0000
13773
13774 \family sans
13775 \begin_inset Quotes gld
13776 \end_inset
13777
13778 Text
13779 \begin_inset Quotes grd
13780 \end_inset
13781
13782
13783 \family default
13784  Use quotes like 
13785 \begin_inset Quotes gld
13786 \end_inset
13787
13788 this
13789 \begin_inset Quotes grd
13790 \end_inset
13791
13792  or 
13793 \begin_inset Quotes gls
13794 \end_inset
13795
13796 this
13797 \begin_inset Quotes grs
13798 \end_inset
13799
13800
13801 \end_layout
13802
13803 \begin_layout Labeling
13804 \labelwidthstring 00.00.0000
13805
13806 \family sans
13807 \begin_inset Quotes pld
13808 \end_inset
13809
13810 Text
13811 \begin_inset Quotes prd
13812 \end_inset
13813
13814
13815 \family default
13816  Use quotes like 
13817 \begin_inset Quotes pld
13818 \end_inset
13819
13820 this
13821 \begin_inset Quotes prd
13822 \end_inset
13823
13824  or 
13825 \begin_inset Quotes pls
13826 \end_inset
13827
13828 this
13829 \begin_inset Quotes prs
13830 \end_inset
13831
13832
13833 \end_layout
13834
13835 \begin_layout Labeling
13836 \labelwidthstring 00.00.0000
13837
13838 \family sans
13839 \begin_inset Quotes fld
13840 \end_inset
13841
13842 Text
13843 \begin_inset Quotes frd
13844 \end_inset
13845
13846
13847 \family default
13848  Use quotes like 
13849 \begin_inset Quotes fld
13850 \end_inset
13851
13852 this
13853 \begin_inset Quotes frd
13854 \end_inset
13855
13856  or 
13857 \begin_inset Quotes fls
13858 \end_inset
13859
13860 this
13861 \begin_inset Quotes frs
13862 \end_inset
13863
13864
13865 \end_layout
13866
13867 \begin_layout Labeling
13868 \labelwidthstring 00.00.0000
13869
13870 \family sans
13871 \begin_inset Quotes ald
13872 \end_inset
13873
13874 Text
13875 \begin_inset Quotes ard
13876 \end_inset
13877
13878
13879 \family default
13880  Use quotes like 
13881 \begin_inset Quotes ald
13882 \end_inset
13883
13884 this
13885 \begin_inset Quotes ard
13886 \end_inset
13887
13888  or 
13889 \begin_inset Quotes als
13890 \end_inset
13891
13892 this
13893 \begin_inset Quotes ars
13894 \end_inset
13895
13896
13897 \end_layout
13898
13899 \begin_layout Standard
13900 These settings affects what character the 
13901 \family sans
13902 "
13903 \family default
13904  key produces.
13905 \end_layout
13906
13907 \begin_layout Subsection
13908 Ligatures
13909 \begin_inset Index
13910 status collapsed
13911
13912 \begin_layout PlainLayout
13913 Typography ! Ligatures
13914 \end_layout
13915
13916 \end_inset
13917
13918
13919 \begin_inset Index
13920 status collapsed
13921
13922 \begin_layout PlainLayout
13923 Ligatures | see
13924 \begin_inset ERT
13925 status collapsed
13926
13927 \begin_layout PlainLayout
13928
13929 {
13930 \end_layout
13931
13932 \end_inset
13933
13934 Typography
13935 \begin_inset ERT
13936 status collapsed
13937
13938 \begin_layout PlainLayout
13939
13940 }
13941 \end_layout
13942
13943 \end_inset
13944
13945
13946 \end_layout
13947
13948 \end_inset
13949
13950
13951 \begin_inset CommandInset label
13952 LatexCommand label
13953 name "sub:Ligatures"
13954
13955 \end_inset
13956
13957
13958 \end_layout
13959
13960 \begin_layout Standard
13961 It is standard typesetting practice to group certain letters together and
13962  print them as single characters.
13963  These groups are known as 
13964 \emph on
13965 ligatures
13966 \emph default
13967 .
13968  Since LaTeX knows about ligatures, your documents will contain them too
13969  in the output.
13970  Here are the standard ligatures:
13971 \end_layout
13972
13973 \begin_layout Itemize
13974 ff
13975 \end_layout
13976
13977 \begin_layout Itemize
13978 fi
13979 \end_layout
13980
13981 \begin_layout Itemize
13982 fl
13983 \end_layout
13984
13985 \begin_layout Itemize
13986 ffi
13987 \end_layout
13988
13989 \begin_layout Itemize
13990 ffl
13991 \end_layout
13992
13993 \begin_layout Standard
13994 Some languages uses other ligatures if the document font supports them.
13995 \end_layout
13996
13997 \begin_layout Standard
13998 Sometimes, you don't want a ligature in a word.
13999  While a ligature may be okay in the word, 
14000 \begin_inset Quotes eld
14001 \end_inset
14002
14003 graffiti,
14004 \begin_inset Quotes erd
14005 \end_inset
14006
14007  it looks really weird in compound words, such as 
14008 \begin_inset Quotes eld
14009 \end_inset
14010
14011 cufflink
14012 \begin_inset Quotes erd
14013 \end_inset
14014
14015  or the German 
14016 \begin_inset Quotes eld
14017 \end_inset
14018
14019 Dorffest.
14020 \begin_inset Quotes erd
14021 \end_inset
14022
14023  To break a ligature, use 
14024 \family sans
14025 Insert\SpecialChar \menuseparator
14026 Formatting\SpecialChar \menuseparator
14027 Ligature
14028 \begin_inset Space ~
14029 \end_inset
14030
14031 Break.
14032
14033 \family default
14034  This changes 
14035 \begin_inset Quotes eld
14036 \end_inset
14037
14038 cufflinks
14039 \begin_inset Quotes erd
14040 \end_inset
14041
14042  to 
14043 \begin_inset Quotes eld
14044 \end_inset
14045
14046 cuff\SpecialChar \textcompwordmark{}
14047 links
14048 \begin_inset Quotes erd
14049 \end_inset
14050
14051  and 
14052 \begin_inset Quotes eld
14053 \end_inset
14054
14055 Dorffest
14056 \begin_inset Quotes erd
14057 \end_inset
14058
14059  to 
14060 \begin_inset Quotes eld
14061 \end_inset
14062
14063 Dorf\SpecialChar \textcompwordmark{}
14064 fest
14065 \begin_inset Quotes erd
14066 \end_inset
14067
14068 .
14069 \end_layout
14070
14071 \begin_layout Subsection
14072 LyX's Proper Names
14073 \begin_inset Index
14074 status collapsed
14075
14076 \begin_layout PlainLayout
14077 LyX ! Proper names
14078 \end_layout
14079
14080 \end_inset
14081
14082
14083 \begin_inset CommandInset label
14084 LatexCommand label
14085 name "sub:LyX's-Proper-Names"
14086
14087 \end_inset
14088
14089
14090 \end_layout
14091
14092 \begin_layout Standard
14093 You have surely noticed, that the word 
14094 \begin_inset Quotes eld
14095 \end_inset
14096
14097 LaTeX
14098 \begin_inset Quotes erd
14099 \end_inset
14100
14101  appears always with characters in different size and height.
14102  LaTeX is the name of the program used by LyX and is therefore recognized
14103  as proper name when you type it in LyX as 
14104 \begin_inset Quotes eld
14105 \end_inset
14106
14107 LaT
14108 \begin_inset ERT
14109 status collapsed
14110
14111 \begin_layout PlainLayout
14112
14113 {}
14114 \end_layout
14115
14116 \end_inset
14117
14118 eX
14119 \begin_inset Quotes erd
14120 \end_inset
14121
14122 .
14123 \begin_inset Note Note
14124 status collapsed
14125
14126 \begin_layout PlainLayout
14127 The braces in ERT are here to avoid that the 
14128 \begin_inset Quotes eld
14129 \end_inset
14130
14131 command
14132 \begin_inset Quotes erd
14133 \end_inset
14134
14135  appear as proper name in the output, see the last paragraph of this section.
14136  To create proper names omit the ERT.
14137 \end_layout
14138
14139 \end_inset
14140
14141  Note the order of the upper-and lowercase letters! LyX recognizes the following
14142  proper names:
14143 \end_layout
14144
14145 \begin_layout Description
14146 LyX The name of the game, write 
14147 \begin_inset Quotes eld
14148 \end_inset
14149
14150 L
14151 \begin_inset ERT
14152 status collapsed
14153
14154 \begin_layout PlainLayout
14155
14156 {}
14157 \end_layout
14158
14159 \end_inset
14160
14161 yX
14162 \begin_inset Quotes erd
14163 \end_inset
14164
14165  to produce it.
14166 \end_layout
14167
14168 \begin_layout Description
14169 TeX The program used by LaTeX, write 
14170 \begin_inset Quotes eld
14171 \end_inset
14172
14173 T
14174 \begin_inset ERT
14175 status collapsed
14176
14177 \begin_layout PlainLayout
14178
14179 {}
14180 \end_layout
14181
14182 \end_inset
14183
14184 eX
14185 \begin_inset Quotes erd
14186 \end_inset
14187
14188  to produce it.
14189 \end_layout
14190
14191 \begin_layout Description
14192 LaTeX The program used by LyX, write 
14193 \begin_inset Quotes eld
14194 \end_inset
14195
14196 LaT
14197 \begin_inset ERT
14198 status collapsed
14199
14200 \begin_layout PlainLayout
14201
14202 {}
14203 \end_layout
14204
14205 \end_inset
14206
14207 eX
14208 \begin_inset Quotes erd
14209 \end_inset
14210
14211  to produce it.
14212 \end_layout
14213
14214 \begin_layout Description
14215 LaTeX2e The actual version of LaTeX, write 
14216 \begin_inset Quotes eld
14217 \end_inset
14218
14219 LaT
14220 \begin_inset ERT
14221 status collapsed
14222
14223 \begin_layout PlainLayout
14224
14225 {}
14226 \end_layout
14227
14228 \end_inset
14229
14230 eX2e
14231 \begin_inset Quotes erd
14232 \end_inset
14233
14234  to produce it.
14235 \end_layout
14236
14237 \begin_layout Standard
14238 You might wonder why the LaTeX-version is 
14239 \begin_inset Quotes eld
14240 \end_inset
14241
14242 2
14243 \begin_inset Formula $\epsilon$
14244 \end_inset
14245
14246
14247 \begin_inset Quotes erd
14248 \end_inset
14249
14250 .
14251  It's an old tradition in the TeX-world to give programs geek version numbers.
14252  For example the version number of TeX converges to the number 
14253 \begin_inset Formula $\pi$
14254 \end_inset
14255
14256 : The actual version is 
14257 \begin_inset Quotes eld
14258 \end_inset
14259
14260 TeX-3.141592
14261 \begin_inset Quotes erd
14262 \end_inset
14263
14264 , the previous one was 
14265 \begin_inset Quotes eld
14266 \end_inset
14267
14268 TeX-3.14159
14269 \begin_inset Quotes erd
14270 \end_inset
14271
14272 .
14273 \end_layout
14274
14275 \begin_layout Standard
14276 If you don't want to use proper names, e.g.
14277  in section headings, you can insert two empty braces in ERT in the word.
14278  This will look in LyX like: 
14279 \begin_inset Graphics
14280         filename clipart/LaTeX.png
14281         embed ""
14282
14283 \end_inset
14284
14285
14286 \newline
14287 For more about ERT, look at section
14288 \begin_inset Space ~
14289 \end_inset
14290
14291
14292 \begin_inset CommandInset ref
14293 LatexCommand ref
14294 reference "sec:ERT"
14295
14296 \end_inset
14297
14298 .
14299 \end_layout
14300
14301 \begin_layout Subsection
14302 Units
14303 \begin_inset Index
14304 status collapsed
14305
14306 \begin_layout PlainLayout
14307 Typography ! Units
14308 \end_layout
14309
14310 \end_inset
14311
14312
14313 \end_layout
14314
14315 \begin_layout Standard
14316 Generally the space between units and the number is smaller than the normal
14317  space between two words.
14318  As you can see in the example below, it looks better when the space is
14319  smaller.
14320  To get such a 
14321 \begin_inset Quotes eld
14322 \end_inset
14323
14324 half space
14325 \begin_inset Quotes erd
14326 \end_inset
14327
14328  for units use the menu 
14329 \family sans
14330 Insert\SpecialChar \menuseparator
14331 Formatting\SpecialChar \menuseparator
14332 Thin
14333 \begin_inset Space ~
14334 \end_inset
14335
14336 Space
14337 \family default
14338  (shortcut 
14339 \family sans
14340 C-S-Space
14341 \family default
14342 ).
14343 \end_layout
14344
14345 \begin_layout Standard
14346 Here's an example to show the differences:
14347 \end_layout
14348
14349 \begin_layout Standard
14350 \begin_inset Tabular
14351 <lyxtabular version="3" rows="2" columns="2">
14352 <features>
14353 <column alignment="left" valignment="top" width="0">
14354 <column alignment="left" valignment="top" width="0">
14355 <row>
14356 <cell alignment="center" valignment="top" usebox="none">
14357 \begin_inset Text
14358
14359 \begin_layout PlainLayout
14360 24
14361 \begin_inset Space ~
14362 \end_inset
14363
14364 kW
14365 \begin_inset Formula $\cdot$
14366 \end_inset
14367
14368 h
14369 \end_layout
14370
14371 \end_inset
14372 </cell>
14373 <cell alignment="center" valignment="top" usebox="none">
14374 \begin_inset Text
14375
14376 \begin_layout PlainLayout
14377 space between number and unit
14378 \end_layout
14379
14380 \end_inset
14381 </cell>
14382 </row>
14383 <row>
14384 <cell alignment="center" valignment="top" usebox="none">
14385 \begin_inset Text
14386
14387 \begin_layout PlainLayout
14388 24
14389 \begin_inset Space \thinspace{}
14390 \end_inset
14391
14392 kW
14393 \begin_inset Formula $\cdot$
14394 \end_inset
14395
14396 h
14397 \end_layout
14398
14399 \end_inset
14400 </cell>
14401 <cell alignment="center" valignment="top" usebox="none">
14402 \begin_inset Text
14403
14404 \begin_layout PlainLayout
14405 half space between number and unit
14406 \end_layout
14407
14408 \end_inset
14409 </cell>
14410 </row>
14411 </lyxtabular>
14412
14413 \end_inset
14414
14415
14416 \end_layout
14417
14418 \begin_layout Subsection
14419 Widows and Orphans
14420 \begin_inset Index
14421 status collapsed
14422
14423 \begin_layout PlainLayout
14424 Typography ! Widows and orphans
14425 \end_layout
14426
14427 \end_inset
14428
14429
14430 \begin_inset CommandInset label
14431 LatexCommand label
14432 name "sub:Widows"
14433
14434 \end_inset
14435
14436
14437 \end_layout
14438
14439 \begin_layout Standard
14440 In the early days of word processors, page breaks went wherever the page
14441  happened to end.
14442  There was no regard for what was actually going on in the text.
14443  You may remember once printing out a document, only to find the heading
14444  for a new section printed at the very bottom of the page, the first line
14445  of a new paragraph all alone at the bottom of a page, or the last line
14446  of a paragraph at the top of a new page.
14447  These dangly-bits of text became known as 
14448 \emph on
14449 widows
14450 \emph default
14451  and 
14452 \emph on
14453 orphans
14454 \emph default
14455 .
14456 \end_layout
14457
14458 \begin_layout Standard
14459 Clearly, LyX can avoid breaking pages after a section heading.
14460  That's part of the advantage of paragraph environments.
14461  But what about widows and orphans, where the page breaks leave one line
14462  of a paragraph all alone at the top or bottom of a page? There are rules
14463  built into LaTeX governing page breaks, and some of those rules are there
14464  to specifically prevent widows and orphans.
14465  This is the advantage LyX has in using LaTeX as its backend.
14466 \end_layout
14467
14468 \begin_layout Standard
14469 There's no way we can go into how TeX and LaTeX decide to break a page,
14470  or how you can tweak that behavior.
14471  Some LaTeX books listed in the bibliography [such as
14472 \begin_inset Space ~
14473 \end_inset
14474
14475
14476 \begin_inset CommandInset citation
14477 LatexCommand cite
14478 key "latexcompanion"
14479
14480 \end_inset
14481
14482  or
14483 \begin_inset Space ~
14484 \end_inset
14485
14486
14487 \begin_inset CommandInset citation
14488 LatexCommand cite
14489 key "latexguide"
14490
14491 \end_inset
14492
14493 ] may have more information.
14494  You will almost never need to worry about this, however.
14495 \end_layout
14496
14497 \begin_layout Chapter
14498 Notes, Graphics, Tables, and Floats
14499 \begin_inset CommandInset label
14500 LatexCommand label
14501 name "cha:Floats-and-Notes"
14502
14503 \end_inset
14504
14505
14506 \end_layout
14507
14508 \begin_layout Standard
14509 The issues of this chapter are described in detail in the 
14510 \emph on
14511 Embedded Objects
14512 \emph default
14513  manual.
14514  There you'll also find tips and tricks for special cases.
14515 \end_layout
14516
14517 \begin_layout Section
14518 Notes
14519 \begin_inset Index
14520 status collapsed
14521
14522 \begin_layout PlainLayout
14523 Notes
14524 \end_layout
14525
14526 \end_inset
14527
14528
14529 \begin_inset CommandInset label
14530 LatexCommand label
14531 name "sec:Notes"
14532
14533 \end_inset
14534
14535
14536 \end_layout
14537
14538 \begin_layout Standard
14539 LyX offers you a few types of notes to add to your document:
14540 \end_layout
14541
14542 \begin_layout Description
14543 LyX
14544 \begin_inset Space ~
14545 \end_inset
14546
14547 Note This note type is for internal notes that won't appear in the output.
14548 \newline
14549
14550 \begin_inset Note Note
14551 status open
14552
14553 \begin_layout PlainLayout
14554 This is text in a note box that doesn't appear in the output.
14555 \end_layout
14556
14557 \end_inset
14558
14559
14560 \end_layout
14561
14562 \begin_layout Description
14563 Comment This note also doesn't appear in the output but it appears as LaTeX-comm
14564 ent, when you export the document to LaTeX via the menu 
14565 \family sans
14566 File\SpecialChar \menuseparator
14567 Export\SpecialChar \menuseparator
14568 LaTeX (pdflatex) / (plain)
14569 \family default
14570 .
14571 \newline
14572
14573 \begin_inset Note Comment
14574 status open
14575
14576 \begin_layout PlainLayout
14577 This is text in a note box that only appears as comment in LaTeX-files.
14578 \end_layout
14579
14580 \end_inset
14581
14582
14583 \end_layout
14584
14585 \begin_layout Description
14586 Greyed
14587 \begin_inset Space ~
14588 \end_inset
14589
14590 Out This note will appear in the output as grey text.
14591 \newline
14592
14593 \newline
14594
14595 \begin_inset Note Greyedout
14596 status open
14597
14598 \begin_layout PlainLayout
14599 This is text
14600 \begin_inset Foot
14601 status collapsed
14602
14603 \begin_layout PlainLayout
14604 This is an example footnote within a greyed out note.
14605  In this document the greyed out note color is redefined to blue.
14606  How this can be done is explained in the 
14607 \emph on
14608 Embedded Objects
14609 \emph default
14610  manual.
14611 \end_layout
14612
14613 \end_inset
14614
14615  of a comment that appears in the output as grey text.
14616 \end_layout
14617
14618 \end_inset
14619
14620
14621 \newline
14622
14623 \newline
14624 As you can see in the example, the first line of greyed out notes is a bit
14625  indented and greyed out notes can have footnotes.
14626 \end_layout
14627
14628 \begin_layout Description
14629 Framed This note will appear in the output as framed text.
14630  
14631 \begin_inset Box Framed
14632 position "t"
14633 hor_pos "c"
14634 has_inner_box 0
14635 inner_pos "t"
14636 use_parbox 0
14637 width "100col%"
14638 special "none"
14639 height "1in"
14640 height_special "totalheight"
14641 status open
14642
14643 \begin_layout PlainLayout
14644 This is text in a note box that appears framed in the output.
14645 \end_layout
14646
14647 \end_inset
14648
14649  In contrary to framed boxes like the one in section
14650 \begin_inset Space ~
14651 \end_inset
14652
14653
14654 \begin_inset CommandInset ref
14655 LatexCommand ref
14656 reference "sub:ERT-Boxes"
14657
14658 \end_inset
14659
14660 , the frame uses always the whole text width and the note is set into its
14661  own paragraph.
14662 \end_layout
14663
14664 \begin_layout Description
14665 Shaded This note will appear in the output with red background color.
14666 \begin_inset Box Shaded
14667 position "t"
14668 hor_pos "c"
14669 has_inner_box 0
14670 inner_pos "t"
14671 use_parbox 0
14672 width "100col%"
14673 special "none"
14674 height "1in"
14675 height_special "totalheight"
14676 status open
14677
14678 \begin_layout PlainLayout
14679 This text in a note box appears in the output with red background.
14680 \end_layout
14681
14682 \end_inset
14683
14684 In contrary to colored boxes, the note uses always the whole text width
14685  and the note is set into its own paragraph.
14686 \end_layout
14687
14688 \begin_layout Standard
14689 Notes are inserted with the toolbar button 
14690 \begin_inset Graphics
14691         filename ../images/note-insert.png
14692         embed ""
14693         scale 85
14694         scaleBeforeRotation
14695
14696 \end_inset
14697
14698  or the menu 
14699 \family sans
14700 Insert\SpecialChar \menuseparator
14701 Note
14702 \family default
14703 .
14704  Right-click on the appearing note box to select the note type.
14705 \end_layout
14706
14707 \begin_layout Section
14708 Footnotes
14709 \begin_inset Index
14710 status collapsed
14711
14712 \begin_layout PlainLayout
14713 Footnotes
14714 \end_layout
14715
14716 \end_inset
14717
14718
14719 \begin_inset CommandInset label
14720 LatexCommand label
14721 name "sec:Footnotes"
14722
14723 \end_inset
14724
14725
14726 \end_layout
14727
14728 \begin_layout Standard
14729 LyX uses boxes to display footnotes: When you insert a footnote using the
14730  menu 
14731 \family sans
14732 Insert\SpecialChar \menuseparator
14733 Footnote
14734 \family default
14735  or the toolbar button 
14736 \begin_inset Graphics
14737         filename ../images/footnote-insert.png
14738         embed ""
14739
14740 \end_inset
14741
14742
14743 \family roman
14744 \series medium
14745 \bar no
14746 you'll see
14747 \family default
14748 \series default
14749 \bar default
14750  the following box: 
14751 \begin_inset Graphics
14752         filename clipart/footnoteQt4.png
14753         embed ""
14754         scale 80
14755
14756 \end_inset
14757
14758
14759 \family roman
14760 \series medium
14761 \bar no
14762 .
14763  This box is LyX's representation of your footnote.
14764  If you
14765 \family default
14766 \series default
14767 \bar default
14768  left-click on 
14769 \family roman
14770 \series medium
14771 \bar no
14772 the 
14773 \begin_inset Quotes eld
14774 \end_inset
14775
14776
14777 \family sans
14778 foot
14779 \family roman
14780
14781 \begin_inset Quotes erd
14782 \end_inset
14783
14784
14785 \family default
14786 \series default
14787 \bar default
14788  
14789 \family roman
14790 \series medium
14791 \bar no
14792 label, the box will
14793 \family default
14794 \series default
14795 \bar default
14796  be opened and you can enter the footnote text into it.
14797  Clicking on the box label again, will close 
14798 \family roman
14799 \series medium
14800 \bar no
14801 the
14802 \family default
14803 \series default
14804 \bar default
14805  box
14806 \family roman
14807 \series medium
14808 \bar no
14809 .
14810  If you want to turn existing text into a footnote, simply mark it and click
14811  on the footnote
14812 \family default
14813 \series default
14814 \bar default
14815  toolbar 
14816 \family roman
14817 \series medium
14818 \bar no
14819 button
14820 \family default
14821 \series default
14822 \bar default
14823 .
14824 \end_layout
14825
14826 \begin_layout Standard
14827 Here's an example footnote:
14828 \family roman
14829 \series medium
14830 \bar no
14831
14832 \begin_inset Foot
14833 status open
14834
14835 \begin_layout PlainLayout
14836 To close a footnote, click on the red box at the top left.
14837 \end_layout
14838
14839 \end_inset
14840
14841
14842 \end_layout
14843
14844 \begin_layout Standard
14845 The footnote will appear in the output as a superscript number at the text
14846  position where the footnote box is placed.
14847  The footnote text is placed at the bottom of the current page.
14848  The footnote number is calculated by LyX, the numbers are consecutive,
14849  no matter in which chapter the footnote is in.
14850  LyX doesn't support other numbering schemes yet, but you can get another
14851  scheme using special LaTeX-commands.
14852  T
14853 \family roman
14854 h
14855 \family default
14856 ey are described in the 
14857 \emph on
14858 Embedded Objects
14859 \emph default
14860  manual.
14861 \end_layout
14862
14863 \begin_layout Section
14864 Marginal Notes
14865 \begin_inset Index
14866 status collapsed
14867
14868 \begin_layout PlainLayout
14869 Marginal notes
14870 \end_layout
14871
14872 \end_inset
14873
14874
14875 \begin_inset CommandInset label
14876 LatexCommand label
14877 name "sec:Marginal-Notes"
14878
14879 \end_inset
14880
14881
14882 \end_layout
14883
14884 \begin_layout Standard
14885 Marginal notes look and behave just like footnotes in LyX.
14886  When you insert a margin note via the menu 
14887 \family sans
14888 Insert\SpecialChar \menuseparator
14889 Marginal
14890 \begin_inset Space ~
14891 \end_inset
14892
14893 Note
14894 \family default
14895  or the toolbar button 
14896 \begin_inset Graphics
14897         filename ../images/marginalnote-insert.png
14898         embed ""
14899
14900 \end_inset
14901
14902 , you'll see 
14903 \family roman
14904 \series medium
14905 a
14906 \family default
14907 \series default
14908  grey 
14909 \family roman
14910 \series medium
14911 box with a
14912 \family default
14913 \series default
14914  red 
14915 \family roman
14916 \series medium
14917 label 
14918 \begin_inset Quotes eld
14919 \end_inset
14920
14921 margin
14922 \begin_inset Quotes erd
14923 \end_inset
14924
14925  appearing within your text.
14926  This box is LyX's representation of your margin
14927 \family default
14928 \series default
14929 al 
14930 \family roman
14931 \series medium
14932 note.
14933 \end_layout
14934
14935 \begin_layout Standard
14936 At the side is an example marginal note.
14937 \family roman
14938 \series medium
14939
14940 \begin_inset Marginal
14941 status open
14942
14943 \begin_layout PlainLayout
14944 This is a marginal note.
14945 \end_layout
14946
14947 \end_inset
14948
14949
14950 \end_layout
14951
14952 \begin_layout Standard
14953 Marginal notes appear at the right side in single-sided documents.
14954  In double-sided documents they appear in the outer margin -- left on even
14955  pages, right on odd pages.
14956 \end_layout
14957
14958 \begin_layout Section
14959 Graphics and Images
14960 \begin_inset Index
14961 status collapsed
14962
14963 \begin_layout PlainLayout
14964 Images
14965 \end_layout
14966
14967 \end_inset
14968
14969
14970 \begin_inset Index
14971 status collapsed
14972
14973 \begin_layout PlainLayout
14974 Graphics
14975 \end_layout
14976
14977 \end_inset
14978
14979
14980 \begin_inset CommandInset label
14981 LatexCommand label
14982 name "sec:Graphics"
14983
14984 \end_inset
14985
14986
14987 \end_layout
14988
14989 \begin_layout Standard
14990 To insert an image in your document, place the cursor at the text position
14991  you want and click on the toolbar icon 
14992 \begin_inset Graphics
14993         filename ../images/dialog-show-new-inset_graphics.png
14994         embed ""
14995
14996 \end_inset
14997
14998  or select 
14999 \family sans
15000 Insert\SpecialChar \menuseparator
15001 Graphics
15002 \family default
15003  from the menu.
15004  Then a dialog will appear to choose the file to load.
15005 \end_layout
15006
15007 \begin_layout Standard
15008 This dialog has numerous mostly self-explanatory parameters.
15009  The 
15010 \family sans
15011 Graphics
15012 \family default
15013  tab allows you to choose your image file.
15014  The appearance of the image inside LyX and in the output is adjusted separately.
15015  The image can be transformed by setting a rotation angle and a scaling
15016  factor.
15017  The scaling units are explained in Appendix
15018 \begin_inset Space ~
15019 \end_inset
15020
15021
15022 \begin_inset CommandInset ref
15023 LatexCommand ref
15024 reference "cha:Units-available-in"
15025
15026 \end_inset
15027
15028 .
15029 \end_layout
15030
15031 \begin_layout Standard
15032 In the tab 
15033 \family sans
15034 Clipping
15035 \family default
15036  it is possible to set image coordinates to adjust the height and width
15037  of the image in the output.
15038  The coordinates can also be calculated automatically by pressing the button
15039  
15040 \family sans
15041 Get
15042 \begin_inset Space ~
15043 \end_inset
15044
15045 from
15046 \begin_inset Space ~
15047 \end_inset
15048
15049 file
15050 \family default
15051 .
15052  The option 
15053 \family sans
15054 Clip
15055 \begin_inset Space ~
15056 \end_inset
15057
15058 to
15059 \begin_inset Space ~
15060 \end_inset
15061
15062 bounding
15063 \begin_inset Space ~
15064 \end_inset
15065
15066 box
15067 \family default
15068  will only print the image region within the given coordinates.
15069  Normally you don't need to take care about image coordinates and can ignore
15070  the tab 
15071 \family sans
15072 Clipping
15073 \family default
15074 .
15075 \end_layout
15076
15077 \begin_layout Standard
15078 LaTeX experts can specify additional LaTeX options in the 
15079 \family sans
15080 Extras
15081 \family default
15082  tab.
15083  You can also set the 
15084 \family sans
15085 Subfigure
15086 \family default
15087  option here if the image is inside a figure float.
15088  This option is explained in section
15089 \begin_inset Space ~
15090 \end_inset
15091
15092
15093 \begin_inset CommandInset ref
15094 LatexCommand ref
15095 reference "sec:Figure-Floats"
15096
15097 \end_inset
15098
15099 .
15100  The option 
15101 \family sans
15102 Draft
15103 \begin_inset Space ~
15104 \end_inset
15105
15106 mode
15107 \family default
15108  effects that the image don't appear in the output, only a frame with the
15109  image size is printed.
15110 \end_layout
15111
15112 \begin_layout Standard
15113 The graphics dialog can be called at any time by right-clicking on an image.
15114  The image will appear in the output exactly at the position where it is
15115  in the text.
15116  This is an example image in the PDF format within a separate, horizontally
15117  centered paragraph: 
15118 \end_layout
15119
15120 \begin_layout Standard
15121 \align center
15122 \begin_inset Graphics
15123         filename clipart/mobius.eps
15124         embed ""
15125         display color
15126         scale 70
15127         rotateOrigin center
15128
15129 \end_inset
15130
15131
15132 \end_layout
15133
15134 \begin_layout Standard
15135 If you need image captions and want to reference images, you have to put
15136  the image into a float, see section
15137 \begin_inset Space ~
15138 \end_inset
15139
15140
15141 \begin_inset CommandInset ref
15142 LatexCommand ref
15143 reference "sec:Figure-Floats"
15144
15145 \end_inset
15146
15147 .
15148 \end_layout
15149
15150 \begin_layout Subsection
15151 Image Formats
15152 \begin_inset Index
15153 status collapsed
15154
15155 \begin_layout PlainLayout
15156 Image formats
15157 \end_layout
15158
15159 \end_inset
15160
15161
15162 \begin_inset CommandInset label
15163 LatexCommand label
15164 name "sub:Image-Formats"
15165
15166 \end_inset
15167
15168
15169 \end_layout
15170
15171 \begin_layout Standard
15172 You can insert images in any known file format.
15173  But as we explained in section
15174 \begin_inset Space ~
15175 \end_inset
15176
15177
15178 \begin_inset CommandInset ref
15179 LatexCommand ref
15180 reference "sub:Output-file-formats"
15181
15182 \end_inset
15183
15184 , every output document format allows only a few image formats.
15185  LyX uses therefore the program 
15186 \family typewriter
15187 Imagemagick
15188 \family default
15189  in the background to convert the images to the right format.
15190  To increase your workflow by avoiding these conversions in the background,
15191  you can use only the image formats listed in the subsections of section
15192 \begin_inset Space ~
15193 \end_inset
15194
15195
15196 \begin_inset CommandInset ref
15197 LatexCommand ref
15198 reference "sub:Output-file-formats"
15199
15200 \end_inset
15201
15202 .
15203 \end_layout
15204
15205 \begin_layout Standard
15206 Similar to fonts there are two types of image formats:
15207 \end_layout
15208
15209 \begin_layout Description
15210 Bitmap
15211 \begin_inset Space ~
15212 \end_inset
15213
15214 images consist of pixel values, often in a compressed form.
15215  They are therefore not fully scalable and look pixeled in large zooms.
15216  Well-known bitmap image formats are 
15217 \begin_inset Quotes eld
15218 \end_inset
15219
15220 Graphics Interchange Format
15221 \begin_inset Quotes erd
15222 \end_inset
15223
15224  (GIF, file extension 
15225 \begin_inset Quotes eld
15226 \end_inset
15227
15228
15229 \family typewriter
15230 .gif
15231 \family default
15232
15233 \begin_inset Quotes erd
15234 \end_inset
15235
15236 )
15237 \begin_inset Index
15238 status collapsed
15239
15240 \begin_layout PlainLayout
15241 GIF|see
15242 \begin_inset ERT
15243 status collapsed
15244
15245 \begin_layout PlainLayout
15246
15247 {
15248 \end_layout
15249
15250 \end_inset
15251
15252 Image formats
15253 \begin_inset ERT
15254 status collapsed
15255
15256 \begin_layout PlainLayout
15257
15258 }
15259 \end_layout
15260
15261 \end_inset
15262
15263
15264 \end_layout
15265
15266 \end_inset
15267
15268
15269 \begin_inset Quotes eld
15270 \end_inset
15271
15272 Portable Network Graphics
15273 \begin_inset Quotes erd
15274 \end_inset
15275
15276  (PNG, file extension 
15277 \begin_inset Quotes eld
15278 \end_inset
15279
15280
15281 \family typewriter
15282 .png
15283 \family default
15284
15285 \begin_inset Quotes erd
15286 \end_inset
15287
15288 )
15289 \begin_inset Index
15290 status collapsed
15291
15292 \begin_layout PlainLayout
15293 PNG|see
15294 \begin_inset ERT
15295 status collapsed
15296
15297 \begin_layout PlainLayout
15298
15299 {
15300 \end_layout
15301
15302 \end_inset
15303
15304 Image formats
15305 \begin_inset ERT
15306 status collapsed
15307
15308 \begin_layout PlainLayout
15309
15310 }
15311 \end_layout
15312
15313 \end_inset
15314
15315
15316 \end_layout
15317
15318 \end_inset
15319
15320 , and 
15321 \begin_inset Quotes eld
15322 \end_inset
15323
15324 Joint Photographic Experts Group
15325 \begin_inset Quotes erd
15326 \end_inset
15327
15328  (JPG, file extension 
15329 \begin_inset Quotes eld
15330 \end_inset
15331
15332
15333 \family typewriter
15334 .jpg
15335 \family default
15336
15337 \begin_inset Quotes erd
15338 \end_inset
15339
15340  or 
15341 \begin_inset Quotes eld
15342 \end_inset
15343
15344
15345 \family typewriter
15346 .jpeg
15347 \family default
15348
15349 \begin_inset Quotes erd
15350 \end_inset
15351
15352 )
15353 \begin_inset Index
15354 status collapsed
15355
15356 \begin_layout PlainLayout
15357 JPG|see
15358 \begin_inset ERT
15359 status collapsed
15360
15361 \begin_layout PlainLayout
15362
15363 {
15364 \end_layout
15365
15366 \end_inset
15367
15368 Image formats
15369 \begin_inset ERT
15370 status collapsed
15371
15372 \begin_layout PlainLayout
15373
15374 }
15375 \end_layout
15376
15377 \end_inset
15378
15379
15380 \end_layout
15381
15382 \end_inset
15383
15384 .
15385 \end_layout
15386
15387 \begin_layout Description
15388 Scalable
15389 \begin_inset Space ~
15390 \end_inset
15391
15392 images consist of vectors and can therefore be scaled to any size without
15393  data loss.
15394  The scaling ability is necessary if you want to create presentations, because
15395  presentations are always scaled by the beamer.
15396  Scaling is also useful for online documents to let the user zoom into diagrams.
15397 \newline
15398 S
15399 calable image formats can be 
15400 \begin_inset Quotes eld
15401 \end_inset
15402
15403 Scalable Vector Graphics
15404 \begin_inset Quotes erd
15405 \end_inset
15406
15407  (SVG, file extension 
15408 \begin_inset Quotes eld
15409 \end_inset
15410
15411
15412 \family typewriter
15413 .svg
15414 \family default
15415
15416 \begin_inset Quotes erd
15417 \end_inset
15418
15419 )
15420 \begin_inset Index
15421 status collapsed
15422
15423 \begin_layout PlainLayout
15424 SVG|see
15425 \begin_inset ERT
15426 status collapsed
15427
15428 \begin_layout PlainLayout
15429
15430 {
15431 \end_layout
15432
15433 \end_inset
15434
15435 Image formats
15436 \begin_inset ERT
15437 status collapsed
15438
15439 \begin_layout PlainLayout
15440
15441 }
15442 \end_layout
15443
15444 \end_inset
15445
15446
15447 \end_layout
15448
15449 \end_inset
15450
15451
15452 \begin_inset Quotes eld
15453 \end_inset
15454
15455 Encapsulated PostScript
15456 \begin_inset Quotes erd
15457 \end_inset
15458
15459  (EPS, file extension 
15460 \begin_inset Quotes eld
15461 \end_inset
15462
15463
15464 \family typewriter
15465 .eps
15466 \family default
15467
15468 \begin_inset Quotes erd
15469 \end_inset
15470
15471 )
15472 \begin_inset Index
15473 status collapsed
15474
15475 \begin_layout PlainLayout
15476 EPS|see
15477 \begin_inset ERT
15478 status collapsed
15479
15480 \begin_layout PlainLayout
15481
15482 {
15483 \end_layout
15484
15485 \end_inset
15486
15487 Image formats
15488 \begin_inset ERT
15489 status collapsed
15490
15491 \begin_layout PlainLayout
15492
15493 }
15494 \end_layout
15495
15496 \end_inset
15497
15498
15499 \end_layout
15500
15501 \end_inset
15502
15503 , and 
15504 \begin_inset Quotes eld
15505 \end_inset
15506
15507 Portable Document Format
15508 \begin_inset Quotes erd
15509 \end_inset
15510
15511  (PDF, file extension 
15512 \begin_inset Quotes eld
15513 \end_inset
15514
15515
15516 \family typewriter
15517 .pdf
15518 \family default
15519
15520 \begin_inset Quotes erd
15521 \end_inset
15522
15523 )
15524 \begin_inset Index
15525 status collapsed
15526
15527 \begin_layout PlainLayout
15528 PDF
15529 \end_layout
15530
15531 \end_inset
15532
15533 .
15534  We say it can be, because you can convert any bitmap image format to PDF
15535  or EPS and the result won't be scalable.
15536  In this cases only a header with the image properties is added to the original
15537  image
15538 \begin_inset Foot
15539 status collapsed
15540
15541 \begin_layout PlainLayout
15542 In the case of PDF, the original image is additionally compressed.
15543 \end_layout
15544
15545 \end_inset
15546
15547 .
15548 \end_layout
15549
15550 \begin_layout Standard
15551 Normally one can't convert a bitmap image into a scalable one, only vice
15552  versa.
15553 \end_layout
15554
15555 \begin_layout Section
15556 Tables
15557 \begin_inset Index
15558 status collapsed
15559
15560 \begin_layout PlainLayout
15561 Tables
15562 \end_layout
15563
15564 \end_inset
15565
15566
15567 \begin_inset CommandInset label
15568 LatexCommand label
15569 name "sec:Tables"
15570
15571 \end_inset
15572
15573
15574 \end_layout
15575
15576 \begin_layout Standard
15577 You can insert a table using either the toolbar button 
15578 \begin_inset Graphics
15579         filename ../images/tabular-insert.png
15580         embed ""
15581         scale 85
15582
15583 \end_inset
15584
15585  or the menu 
15586 \family sans
15587 Insert\SpecialChar \menuseparator
15588 Table
15589 \family default
15590 .
15591  A dialog will appear, asking you for the number of rows and columns.
15592  The default table has lines around any cell and the first row appears separated
15593  from the rest of the table.
15594  This separation appears due to a double line: The cells of the first row
15595  have a line below them and the cells of the second row have a line above
15596  them.
15597  Here's an example table:
15598 \end_layout
15599
15600 \begin_layout Standard
15601 \align center
15602 \begin_inset Tabular
15603 <lyxtabular version="3" rows="4" columns="4">
15604 <features>
15605 <column alignment="center" valignment="top" width="0pt">
15606 <column alignment="center" valignment="top" width="0pt">
15607 <column alignment="center" valignment="top" width="0in">
15608 <column alignment="center" valignment="top" width="0pt">
15609 <row>
15610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15611 \begin_inset Text
15612
15613 \begin_layout PlainLayout
15614
15615 \end_layout
15616
15617 \end_inset
15618 </cell>
15619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15620 \begin_inset Text
15621
15622 \begin_layout PlainLayout
15623
15624 \family roman
15625 \series medium
15626 \shape up
15627 \size normal
15628 \emph off
15629 \bar no
15630 \noun off
15631 \color none
15632 1
15633 \end_layout
15634
15635 \end_inset
15636 </cell>
15637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15638 \begin_inset Text
15639
15640 \begin_layout PlainLayout
15641 2
15642 \end_layout
15643
15644 \end_inset
15645 </cell>
15646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15647 \begin_inset Text
15648
15649 \begin_layout PlainLayout
15650 3
15651 \end_layout
15652
15653 \end_inset
15654 </cell>
15655 </row>
15656 <row>
15657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15658 \begin_inset Text
15659
15660 \begin_layout PlainLayout
15661
15662 \family roman
15663 \series medium
15664 \shape up
15665 \size normal
15666 \emph off
15667 \bar no
15668 \noun off
15669 \color none
15670 A
15671 \end_layout
15672
15673 \end_inset
15674 </cell>
15675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15676 \begin_inset Text
15677
15678 \begin_layout PlainLayout
15679
15680 \end_layout
15681
15682 \end_inset
15683 </cell>
15684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15685 \begin_inset Text
15686
15687 \begin_layout PlainLayout
15688
15689 \end_layout
15690
15691 \end_inset
15692 </cell>
15693 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15694 \begin_inset Text
15695
15696 \begin_layout PlainLayout
15697
15698 \end_layout
15699
15700 \end_inset
15701 </cell>
15702 </row>
15703 <row>
15704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15705 \begin_inset Text
15706
15707 \begin_layout PlainLayout
15708
15709 \family roman
15710 \series medium
15711 \shape up
15712 \size normal
15713 \emph off
15714 \bar no
15715 \noun off
15716 \color none
15717 B
15718 \end_layout
15719
15720 \end_inset
15721 </cell>
15722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15723 \begin_inset Text
15724
15725 \begin_layout PlainLayout
15726
15727 \end_layout
15728
15729 \end_inset
15730 </cell>
15731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15732 \begin_inset Text
15733
15734 \begin_layout PlainLayout
15735
15736 \size normal
15737 \noun off
15738 \color none
15739  
15740 \end_layout
15741
15742 \end_inset
15743 </cell>
15744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15745 \begin_inset Text
15746
15747 \begin_layout PlainLayout
15748
15749 \end_layout
15750
15751 \end_inset
15752 </cell>
15753 </row>
15754 <row>
15755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15756 \begin_inset Text
15757
15758 \begin_layout PlainLayout
15759
15760 \family roman
15761 \series medium
15762 \shape up
15763 \size normal
15764 \emph off
15765 \bar no
15766 \noun off
15767 \color none
15768 C
15769 \end_layout
15770
15771 \end_inset
15772 </cell>
15773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15774 \begin_inset Text
15775
15776 \begin_layout PlainLayout
15777
15778 \end_layout
15779
15780 \end_inset
15781 </cell>
15782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15783 \begin_inset Text
15784
15785 \begin_layout PlainLayout
15786
15787 \end_layout
15788
15789 \end_inset
15790 </cell>
15791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15792 \begin_inset Text
15793
15794 \begin_layout PlainLayout
15795
15796 \end_layout
15797
15798 \end_inset
15799 </cell>
15800 </row>
15801 </lyxtabular>
15802
15803 \end_inset
15804
15805
15806 \end_layout
15807
15808 \begin_layout Subsection
15809 The Table dialog
15810 \end_layout
15811
15812 \begin_layout Standard
15813 You can alter a table by clicking on it with the right mouse button, which
15814  brings up the table dialog.
15815  Here you can adjust the settings of the cell and row/column respectively
15816  where the cursor is placed currently.
15817  Most of the dialog options also work on selections.
15818  This means that if you select more cells, columns or rows the action is
15819  done on all of your selection.
15820 \end_layout
15821
15822 \begin_layout Standard
15823 Additionally to the table dialog the 
15824 \family sans
15825 table
15826 \begin_inset Space ~
15827 \end_inset
15828
15829 toolbar
15830 \family default
15831 , that appears when the cursor is inside a table, helps you in setting table
15832  properties.
15833  It is for example currently only possible to add
15834 \begin_inset Space \thinspace{}
15835 \end_inset
15836
15837 /
15838 \begin_inset Space \thinspace{}
15839 \end_inset
15840
15841 delete lines via the table toolbar.
15842 \end_layout
15843
15844 \begin_layout Standard
15845 In the tab 
15846 \family sans
15847 Table
15848 \begin_inset Space ~
15849 \end_inset
15850
15851 Settings
15852 \family default
15853  of the table dialog you can set the alignment for the current row.
15854  If you add a row or column, it will be inserted right beside or below the
15855  current cell respectively.
15856  The vertical alignment of a column can only be adjusted when a column width
15857  is given.
15858  A given width will allow the cell to have linebreaks and multiple paragraphs
15859  of text, see section
15860 \begin_inset Space ~
15861 \end_inset
15862
15863
15864 \begin_inset CommandInset ref
15865 LatexCommand ref
15866 reference "sub:Table-Cells"
15867
15868 \end_inset
15869
15870 .
15871 \end_layout
15872
15873 \begin_layout Standard
15874 You can mark multiple cells of one row as a multicolumn cell using the check
15875  box 
15876 \family sans
15877 Multicolumn
15878 \family default
15879 .
15880  This will merge the cells to 
15881 \emph on
15882 one
15883 \emph default
15884  cell, spread over more than one column.
15885  Multicolumn cells are treated as own rows, so that the alignment, width,
15886  and border settings affect only the multicolumn cell.
15887  Here's an example table with a multicolumn cell in the first row and one
15888  in the last row without the upper border:
15889 \end_layout
15890
15891 \begin_layout Standard
15892 \align center
15893 \begin_inset Tabular
15894 <lyxtabular version="3" rows="3" columns="4">
15895 <features firstHeadTopDL="true" firstHeadBottomDL="true">
15896 <column alignment="center" valignment="top" width="0pt">
15897 <column alignment="center" valignment="middle" width="0">
15898 <column alignment="center" valignment="top" width="0in">
15899 <column alignment="center" valignment="top" width="0pt">
15900 <row>
15901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15902 \begin_inset Text
15903
15904 \begin_layout PlainLayout
15905 abc
15906 \end_layout
15907
15908 \end_inset
15909 </cell>
15910 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
15911 \begin_inset Text
15912
15913 \begin_layout PlainLayout
15914 def ghi
15915 \end_layout
15916
15917 \end_inset
15918 </cell>
15919 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15920 \begin_inset Text
15921
15922 \begin_layout PlainLayout
15923
15924 \end_layout
15925
15926 \end_inset
15927 </cell>
15928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15929 \begin_inset Text
15930
15931 \begin_layout PlainLayout
15932 jkl
15933 \end_layout
15934
15935 \end_inset
15936 </cell>
15937 </row>
15938 <row>
15939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15940 \begin_inset Text
15941
15942 \begin_layout PlainLayout
15943
15944 \family roman
15945 \series medium
15946 \shape up
15947 \size normal
15948 \emph off
15949 \bar no
15950 \noun off
15951 \color none
15952 A
15953 \end_layout
15954
15955 \end_inset
15956 </cell>
15957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15958 \begin_inset Text
15959
15960 \begin_layout PlainLayout
15961 B
15962 \end_layout
15963
15964 \end_inset
15965 </cell>
15966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15967 \begin_inset Text
15968
15969 \begin_layout PlainLayout
15970 C
15971 \end_layout
15972
15973 \end_inset
15974 </cell>
15975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15976 \begin_inset Text
15977
15978 \begin_layout PlainLayout
15979 D
15980 \end_layout
15981
15982 \end_inset
15983 </cell>
15984 </row>
15985 <row>
15986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15987 \begin_inset Text
15988
15989 \begin_layout PlainLayout
15990 1
15991 \end_layout
15992
15993 \end_inset
15994 </cell>
15995 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
15996 \begin_inset Text
15997
15998 \begin_layout PlainLayout
15999 2
16000 \end_layout
16001
16002 \end_inset
16003 </cell>
16004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16005 \begin_inset Text
16006
16007 \begin_layout PlainLayout
16008 3
16009 \end_layout
16010
16011 \end_inset
16012 </cell>
16013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16014 \begin_inset Text
16015
16016 \begin_layout PlainLayout
16017 4
16018 \end_layout
16019
16020 \end_inset
16021 </cell>
16022 </row>
16023 </lyxtabular>
16024
16025 \end_inset
16026
16027
16028 \end_layout
16029
16030 \begin_layout Standard
16031 At the moment LyX doesn't support multirow cells.
16032  Adept users can declare special LaTeX-arguments for the table.
16033  They are necessary for special table formatting, like for multirow cells,
16034  explained in the tables section of the 
16035 \emph on
16036 Extended
16037 \begin_inset Space ~
16038 \end_inset
16039
16040 Features
16041 \emph default
16042  manual.
16043  You can also rotate the current cell or the whole table 90
16044 \begin_inset Formula $\,$
16045 \end_inset
16046
16047 degrees counterclockwise.
16048  These rotations are not visible in LyX but in the output.
16049 \end_layout
16050
16051 \begin_layout Standard
16052 \begin_inset Note Greyedout
16053 status open
16054
16055 \begin_layout PlainLayout
16056
16057 \series bold
16058 Note:
16059 \series default
16060  Most DVI-viewers are 
16061 \emph on
16062 not
16063 \emph default
16064  able to display rotations.
16065 \end_layout
16066
16067 \end_inset
16068
16069
16070 \end_layout
16071
16072 \begin_layout Standard
16073 The 
16074 \family sans
16075 Borders
16076 \family default
16077  tab allows you to add and delete border lines for the current row/column.
16078  The button 
16079 \family sans
16080 Default
16081 \family default
16082  adds lines for all cell borders.
16083 \end_layout
16084
16085 \begin_layout Subsection
16086 Longtables
16087 \begin_inset Index
16088 status collapsed
16089
16090 \begin_layout PlainLayout
16091 Tables ! Longtables
16092 \end_layout
16093
16094 \end_inset
16095
16096
16097 \begin_inset Index
16098 status collapsed
16099
16100 \begin_layout PlainLayout
16101 Longtables
16102 \end_layout
16103
16104 \end_inset
16105
16106
16107 \end_layout
16108
16109 \begin_layout Standard
16110 If the table is too long to fit on one page, you can use the option 
16111 \family sans
16112 Use
16113 \begin_inset Space ~
16114 \end_inset
16115
16116 long
16117 \begin_inset Space ~
16118 \end_inset
16119
16120 table
16121 \family default
16122  in the tab 
16123 \family sans
16124 Longtable
16125 \family default
16126  of the table dialog to split the table automatically over more pages.
16127  Doing this enables some check boxes and you can now define:
16128 \end_layout
16129
16130 \begin_layout Description
16131
16132 \family sans
16133 Header
16134 \family default
16135 : The current row and all rows above, that don't have any special options
16136  defined, are defined to be the header rows of all pages of the longtable;
16137  except for the first page, if 
16138 \family sans
16139 First
16140 \begin_inset Space ~
16141 \end_inset
16142
16143 header
16144 \family default
16145  is defined.
16146 \end_layout
16147
16148 \begin_layout Description
16149
16150 \family sans
16151 First
16152 \begin_inset Space ~
16153 \end_inset
16154
16155 header
16156 \family default
16157 : The current row and all rows above, that don't have any special options
16158  defined, are defined to be the header rows of the first page of the longtable.
16159 \end_layout
16160
16161 \begin_layout Description
16162
16163 \family sans
16164 Footer
16165 \family default
16166 : The current row and all rows below, that don't have any special options
16167  defined, are defined to be the footer rows of all pages of the longtable;
16168  except for the last page, if 
16169 \family sans
16170 Last
16171 \begin_inset Space ~
16172 \end_inset
16173
16174 footer
16175 \family default
16176  is defined.
16177 \end_layout
16178
16179 \begin_layout Description
16180
16181 \family sans
16182 Last
16183 \begin_inset Space ~
16184 \end_inset
16185
16186 footer
16187 \family default
16188 : The current row and all rows below, that don't have any special options
16189  defined, are defined to be the footer rows of the last page of the longtable.
16190 \end_layout
16191
16192 \begin_layout Standard
16193 You can also specify a row where the table is splitted.
16194  If you set more than one option in the same table row, you should be aware
16195  of the fact that only the first one is used in the given table row.
16196  The others will then be defined as 
16197 \emph on
16198 empty
16199 \emph default
16200 .
16201  In this context, first means first in this order: 
16202 \family sans
16203 Footer, Last
16204 \begin_inset Space ~
16205 \end_inset
16206
16207 footer,
16208 \family default
16209  
16210 \family sans
16211 Header,
16212 \family default
16213  
16214 \family sans
16215 First
16216 \begin_inset Space ~
16217 \end_inset
16218
16219 header.
16220
16221 \family default
16222  See the following longtable to see how it works:
16223 \end_layout
16224
16225 \begin_layout Standard
16226 \align center
16227 \begin_inset Tabular
16228 <lyxtabular version="3" rows="69" columns="3">
16229 <features islongtable="true">
16230 <column alignment="block" valignment="top" width="5cm">
16231 <column alignment="left" valignment="top" width="0pt">
16232 <column alignment="right" valignment="top" width="0pt">
16233 <row endfirsthead="true">
16234 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16235 \begin_inset Text
16236
16237 \begin_layout PlainLayout
16238
16239 \series bold
16240 Example Phone List (ignore the names)
16241 \end_layout
16242
16243 \end_inset
16244 </cell>
16245 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16246 \begin_inset Text
16247
16248 \begin_layout PlainLayout
16249
16250 \end_layout
16251
16252 \end_inset
16253 </cell>
16254 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16255 \begin_inset Text
16256
16257 \begin_layout PlainLayout
16258
16259 \end_layout
16260
16261 \end_inset
16262 </cell>
16263 </row>
16264 <row endfirsthead="true">
16265 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16266 \begin_inset Text
16267
16268 \begin_layout PlainLayout
16269
16270 \series bold
16271 NAME
16272 \end_layout
16273
16274 \end_inset
16275 </cell>
16276 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16277 \begin_inset Text
16278
16279 \begin_layout PlainLayout
16280
16281 \end_layout
16282
16283 \end_inset
16284 </cell>
16285 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16286 \begin_inset Text
16287
16288 \begin_layout PlainLayout
16289
16290 \series bold
16291 TEL.
16292 \end_layout
16293
16294 \end_inset
16295 </cell>
16296 </row>
16297 <row endhead="true">
16298 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16299 \begin_inset Text
16300
16301 \begin_layout PlainLayout
16302  
16303 \series bold
16304 Example Phone List
16305 \end_layout
16306
16307 \end_inset
16308 </cell>
16309 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16310 \begin_inset Text
16311
16312 \begin_layout PlainLayout
16313
16314 \end_layout
16315
16316 \end_inset
16317 </cell>
16318 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16319 \begin_inset Text
16320
16321 \begin_layout PlainLayout
16322
16323 \end_layout
16324
16325 \end_inset
16326 </cell>
16327 </row>
16328 <row endhead="true">
16329 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16330 \begin_inset Text
16331
16332 \begin_layout PlainLayout
16333
16334 \series bold
16335 NAME
16336 \end_layout
16337
16338 \end_inset
16339 </cell>
16340 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16341 \begin_inset Text
16342
16343 \begin_layout PlainLayout
16344
16345 \end_layout
16346
16347 \end_inset
16348 </cell>
16349 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16350 \begin_inset Text
16351
16352 \begin_layout PlainLayout
16353
16354 \series bold
16355 TEL.
16356 \end_layout
16357
16358 \end_inset
16359 </cell>
16360 </row>
16361 <row endfoot="true">
16362 <cell multicolumn="1" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16363 \begin_inset Text
16364
16365 \begin_layout PlainLayout
16366  
16367 \series bold
16368 continue ...
16369 \end_layout
16370
16371 \end_inset
16372 </cell>
16373 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16374 \begin_inset Text
16375
16376 \begin_layout PlainLayout
16377
16378 \end_layout
16379
16380 \end_inset
16381 </cell>
16382 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16383 \begin_inset Text
16384
16385 \begin_layout PlainLayout
16386
16387 \end_layout
16388
16389 \end_inset
16390 </cell>
16391 </row>
16392 <row>
16393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16394 \begin_inset Text
16395
16396 \begin_layout PlainLayout
16397
16398 \series bold
16399 Annovi
16400 \end_layout
16401
16402 \end_inset
16403 </cell>
16404 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16405 \begin_inset Text
16406
16407 \begin_layout PlainLayout
16408 Silvia
16409 \end_layout
16410
16411 \end_inset
16412 </cell>
16413 <cell alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16414 \begin_inset Text
16415
16416 \begin_layout PlainLayout
16417 111
16418 \end_layout
16419
16420 \end_inset
16421 </cell>
16422 </row>
16423 <row>
16424 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16425 \begin_inset Text
16426
16427 \begin_layout PlainLayout
16428
16429 \series bold
16430 Bertoli
16431 \end_layout
16432
16433 \end_inset
16434 </cell>
16435 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16436 \begin_inset Text
16437
16438 \begin_layout PlainLayout
16439 Stefano
16440 \end_layout
16441
16442 \end_inset
16443 </cell>
16444 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16445 \begin_inset Text
16446
16447 \begin_layout PlainLayout
16448 111
16449 \end_layout
16450
16451 \end_inset
16452 </cell>
16453 </row>
16454 <row>
16455 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16456 \begin_inset Text
16457
16458 \begin_layout PlainLayout
16459
16460 \series bold
16461 Bozzi
16462 \end_layout
16463
16464 \end_inset
16465 </cell>
16466 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16467 \begin_inset Text
16468
16469 \begin_layout PlainLayout
16470 Walter
16471 \end_layout
16472
16473 \end_inset
16474 </cell>
16475 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16476 \begin_inset Text
16477
16478 \begin_layout PlainLayout
16479 111
16480 \end_layout
16481
16482 \end_inset
16483 </cell>
16484 </row>
16485 <row>
16486 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16487 \begin_inset Text
16488
16489 \begin_layout PlainLayout
16490
16491 \series bold
16492 Cachia
16493 \end_layout
16494
16495 \end_inset
16496 </cell>
16497 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16498 \begin_inset Text
16499
16500 \begin_layout PlainLayout
16501 Maria
16502 \end_layout
16503
16504 \end_inset
16505 </cell>
16506 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16507 \begin_inset Text
16508
16509 \begin_layout PlainLayout
16510 111
16511 \end_layout
16512
16513 \end_inset
16514 </cell>
16515 </row>
16516 <row>
16517 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16518 \begin_inset Text
16519
16520 \begin_layout PlainLayout
16521
16522 \series bold
16523 Cachia
16524 \end_layout
16525
16526 \end_inset
16527 </cell>
16528 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16529 \begin_inset Text
16530
16531 \begin_layout PlainLayout
16532 Maurizio
16533 \end_layout
16534
16535 \end_inset
16536 </cell>
16537 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16538 \begin_inset Text
16539
16540 \begin_layout PlainLayout
16541 111
16542 \end_layout
16543
16544 \end_inset
16545 </cell>
16546 </row>
16547 <row>
16548 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16549 \begin_inset Text
16550
16551 \begin_layout PlainLayout
16552
16553 \series bold
16554 Cinquemani
16555 \end_layout
16556
16557 \end_inset
16558 </cell>
16559 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16560 \begin_inset Text
16561
16562 \begin_layout PlainLayout
16563 Giusi
16564 \end_layout
16565
16566 \end_inset
16567 </cell>
16568 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16569 \begin_inset Text
16570
16571 \begin_layout PlainLayout
16572 111
16573 \end_layout
16574
16575 \end_inset
16576 </cell>
16577 </row>
16578 <row>
16579 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16580 \begin_inset Text
16581
16582 \begin_layout PlainLayout
16583
16584 \series bold
16585 Colin
16586 \end_layout
16587
16588 \end_inset
16589 </cell>
16590 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16591 \begin_inset Text
16592
16593 \begin_layout PlainLayout
16594 Bernard
16595 \end_layout
16596
16597 \end_inset
16598 </cell>
16599 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16600 \begin_inset Text
16601
16602 \begin_layout PlainLayout
16603 111
16604 \end_layout
16605
16606 \end_inset
16607 </cell>
16608 </row>
16609 <row>
16610 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16611 \begin_inset Text
16612
16613 \begin_layout PlainLayout
16614
16615 \series bold
16616 Concli
16617 \end_layout
16618
16619 \end_inset
16620 </cell>
16621 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16622 \begin_inset Text
16623
16624 \begin_layout PlainLayout
16625 Gianfranco
16626 \end_layout
16627
16628 \end_inset
16629 </cell>
16630 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16631 \begin_inset Text
16632
16633 \begin_layout PlainLayout
16634 111
16635 \end_layout
16636
16637 \end_inset
16638 </cell>
16639 </row>
16640 <row>
16641 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16642 \begin_inset Text
16643
16644 \begin_layout PlainLayout
16645
16646 \series bold
16647 Dal Bosco
16648 \end_layout
16649
16650 \end_inset
16651 </cell>
16652 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16653 \begin_inset Text
16654
16655 \begin_layout PlainLayout
16656 Carolina
16657 \end_layout
16658
16659 \end_inset
16660 </cell>
16661 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16662 \begin_inset Text
16663
16664 \begin_layout PlainLayout
16665 111
16666 \end_layout
16667
16668 \end_inset
16669 </cell>
16670 </row>
16671 <row>
16672 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16673 \begin_inset Text
16674
16675 \begin_layout PlainLayout
16676
16677 \series bold
16678 Dalpiaz
16679 \end_layout
16680
16681 \end_inset
16682 </cell>
16683 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16684 \begin_inset Text
16685
16686 \begin_layout PlainLayout
16687 Annamaria
16688 \end_layout
16689
16690 \end_inset
16691 </cell>
16692 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16693 \begin_inset Text
16694
16695 \begin_layout PlainLayout
16696 111
16697 \end_layout
16698
16699 \end_inset
16700 </cell>
16701 </row>
16702 <row>
16703 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16704 \begin_inset Text
16705
16706 \begin_layout PlainLayout
16707
16708 \series bold
16709 Feliciello
16710 \end_layout
16711
16712 \end_inset
16713 </cell>
16714 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16715 \begin_inset Text
16716
16717 \begin_layout PlainLayout
16718 Domenico
16719 \end_layout
16720
16721 \end_inset
16722 </cell>
16723 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16724 \begin_inset Text
16725
16726 \begin_layout PlainLayout
16727 111
16728 \end_layout
16729
16730 \end_inset
16731 </cell>
16732 </row>
16733 <row>
16734 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16735 \begin_inset Text
16736
16737 \begin_layout PlainLayout
16738
16739 \series bold
16740 Focarelli
16741 \end_layout
16742
16743 \end_inset
16744 </cell>
16745 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16746 \begin_inset Text
16747
16748 \begin_layout PlainLayout
16749 Paola
16750 \end_layout
16751
16752 \end_inset
16753 </cell>
16754 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16755 \begin_inset Text
16756
16757 \begin_layout PlainLayout
16758 111
16759 \end_layout
16760
16761 \end_inset
16762 </cell>
16763 </row>
16764 <row>
16765 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16766 \begin_inset Text
16767
16768 \begin_layout PlainLayout
16769
16770 \series bold
16771 Galletti
16772 \end_layout
16773
16774 \end_inset
16775 </cell>
16776 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16777 \begin_inset Text
16778
16779 \begin_layout PlainLayout
16780 Oreste
16781 \end_layout
16782
16783 \end_inset
16784 </cell>
16785 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16786 \begin_inset Text
16787
16788 \begin_layout PlainLayout
16789 111
16790 \end_layout
16791
16792 \end_inset
16793 </cell>
16794 </row>
16795 <row>
16796 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16797 \begin_inset Text
16798
16799 \begin_layout PlainLayout
16800
16801 \series bold
16802 Gasparini
16803 \end_layout
16804
16805 \end_inset
16806 </cell>
16807 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16808 \begin_inset Text
16809
16810 \begin_layout PlainLayout
16811 Franca
16812 \end_layout
16813
16814 \end_inset
16815 </cell>
16816 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16817 \begin_inset Text
16818
16819 \begin_layout PlainLayout
16820 111
16821 \end_layout
16822
16823 \end_inset
16824 </cell>
16825 </row>
16826 <row>
16827 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16828 \begin_inset Text
16829
16830 \begin_layout PlainLayout
16831
16832 \series bold
16833 Rizzardi
16834 \end_layout
16835
16836 \end_inset
16837 </cell>
16838 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16839 \begin_inset Text
16840
16841 \begin_layout PlainLayout
16842 Paola
16843 \end_layout
16844
16845 \end_inset
16846 </cell>
16847 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16848 \begin_inset Text
16849
16850 \begin_layout PlainLayout
16851 111
16852 \end_layout
16853
16854 \end_inset
16855 </cell>
16856 </row>
16857 <row>
16858 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16859 \begin_inset Text
16860
16861 \begin_layout PlainLayout
16862
16863 \series bold
16864 Lassini
16865 \end_layout
16866
16867 \end_inset
16868 </cell>
16869 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16870 \begin_inset Text
16871
16872 \begin_layout PlainLayout
16873 Giancarlo
16874 \end_layout
16875
16876 \end_inset
16877 </cell>
16878 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16879 \begin_inset Text
16880
16881 \begin_layout PlainLayout
16882 111
16883 \end_layout
16884
16885 \end_inset
16886 </cell>
16887 </row>
16888 <row>
16889 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16890 \begin_inset Text
16891
16892 \begin_layout PlainLayout
16893
16894 \series bold
16895 Malfatti
16896 \end_layout
16897
16898 \end_inset
16899 </cell>
16900 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16901 \begin_inset Text
16902
16903 \begin_layout PlainLayout
16904 Luciano
16905 \end_layout
16906
16907 \end_inset
16908 </cell>
16909 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16910 \begin_inset Text
16911
16912 \begin_layout PlainLayout
16913 111
16914 \end_layout
16915
16916 \end_inset
16917 </cell>
16918 </row>
16919 <row>
16920 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16921 \begin_inset Text
16922
16923 \begin_layout PlainLayout
16924
16925 \series bold
16926 Malfatti
16927 \end_layout
16928
16929 \end_inset
16930 </cell>
16931 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16932 \begin_inset Text
16933
16934 \begin_layout PlainLayout
16935 Valeriano
16936 \end_layout
16937
16938 \end_inset
16939 </cell>
16940 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16941 \begin_inset Text
16942
16943 \begin_layout PlainLayout
16944 111
16945 \end_layout
16946
16947 \end_inset
16948 </cell>
16949 </row>
16950 <row>
16951 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16952 \begin_inset Text
16953
16954 \begin_layout PlainLayout
16955
16956 \series bold
16957 Meneguzzo
16958 \end_layout
16959
16960 \end_inset
16961 </cell>
16962 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16963 \begin_inset Text
16964
16965 \begin_layout PlainLayout
16966 Roberto
16967 \end_layout
16968
16969 \end_inset
16970 </cell>
16971 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16972 \begin_inset Text
16973
16974 \begin_layout PlainLayout
16975 111
16976 \end_layout
16977
16978 \end_inset
16979 </cell>
16980 </row>
16981 <row>
16982 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16983 \begin_inset Text
16984
16985 \begin_layout PlainLayout
16986
16987 \series bold
16988 Mezzadra
16989 \end_layout
16990
16991 \end_inset
16992 </cell>
16993 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16994 \begin_inset Text
16995
16996 \begin_layout PlainLayout
16997 Roberto
16998 \end_layout
16999
17000 \end_inset
17001 </cell>
17002 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17003 \begin_inset Text
17004
17005 \begin_layout PlainLayout
17006 111
17007 \end_layout
17008
17009 \end_inset
17010 </cell>
17011 </row>
17012 <row>
17013 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17014 \begin_inset Text
17015
17016 \begin_layout PlainLayout
17017
17018 \series bold
17019 Pirpamer
17020 \end_layout
17021
17022 \end_inset
17023 </cell>
17024 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17025 \begin_inset Text
17026
17027 \begin_layout PlainLayout
17028 Erich
17029 \end_layout
17030
17031 \end_inset
17032 </cell>
17033 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17034 \begin_inset Text
17035
17036 \begin_layout PlainLayout
17037 111
17038 \end_layout
17039
17040 \end_inset
17041 </cell>
17042 </row>
17043 <row>
17044 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17045 \begin_inset Text
17046
17047 \begin_layout PlainLayout
17048
17049 \series bold
17050 Pochiesa
17051 \end_layout
17052
17053 \end_inset
17054 </cell>
17055 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17056 \begin_inset Text
17057
17058 \begin_layout PlainLayout
17059 Paolo
17060 \end_layout
17061
17062 \end_inset
17063 </cell>
17064 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17065 \begin_inset Text
17066
17067 \begin_layout PlainLayout
17068 111, 222
17069 \end_layout
17070
17071 \end_inset
17072 </cell>
17073 </row>
17074 <row>
17075 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17076 \begin_inset Text
17077
17078 \begin_layout PlainLayout
17079
17080 \series bold
17081 Radina
17082 \end_layout
17083
17084 \end_inset
17085 </cell>
17086 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17087 \begin_inset Text
17088
17089 \begin_layout PlainLayout
17090 Claudio
17091 \end_layout
17092
17093 \end_inset
17094 </cell>
17095 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17096 \begin_inset Text
17097
17098 \begin_layout PlainLayout
17099 111
17100 \end_layout
17101
17102 \end_inset
17103 </cell>
17104 </row>
17105 <row>
17106 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17107 \begin_inset Text
17108
17109 \begin_layout PlainLayout
17110
17111 \series bold
17112 Stuffer
17113 \end_layout
17114
17115 \end_inset
17116 </cell>
17117 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17118 \begin_inset Text
17119
17120 \begin_layout PlainLayout
17121 Oskar
17122 \end_layout
17123
17124 \end_inset
17125 </cell>
17126 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17127 \begin_inset Text
17128
17129 \begin_layout PlainLayout
17130 111
17131 \end_layout
17132
17133 \end_inset
17134 </cell>
17135 </row>
17136 <row>
17137 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17138 \begin_inset Text
17139
17140 \begin_layout PlainLayout
17141
17142 \series bold
17143 Tacchelli
17144 \end_layout
17145
17146 \end_inset
17147 </cell>
17148 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17149 \begin_inset Text
17150
17151 \begin_layout PlainLayout
17152 Ugo
17153 \end_layout
17154
17155 \end_inset
17156 </cell>
17157 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17158 \begin_inset Text
17159
17160 \begin_layout PlainLayout
17161 111
17162 \end_layout
17163
17164 \end_inset
17165 </cell>
17166 </row>
17167 <row>
17168 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17169 \begin_inset Text
17170
17171 \begin_layout PlainLayout
17172
17173 \series bold
17174 Tezzele
17175 \end_layout
17176
17177 \end_inset
17178 </cell>
17179 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17180 \begin_inset Text
17181
17182 \begin_layout PlainLayout
17183 Margit
17184 \end_layout
17185
17186 \end_inset
17187 </cell>
17188 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17189 \begin_inset Text
17190
17191 \begin_layout PlainLayout
17192 111
17193 \end_layout
17194
17195 \end_inset
17196 </cell>
17197 </row>
17198 <row>
17199 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17200 \begin_inset Text
17201
17202 \begin_layout PlainLayout
17203
17204 \series bold
17205 Unterkalmsteiner
17206 \end_layout
17207
17208 \end_inset
17209 </cell>
17210 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17211 \begin_inset Text
17212
17213 \begin_layout PlainLayout
17214 Frieda
17215 \end_layout
17216
17217 \end_inset
17218 </cell>
17219 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17220 \begin_inset Text
17221
17222 \begin_layout PlainLayout
17223 111
17224 \end_layout
17225
17226 \end_inset
17227 </cell>
17228 </row>
17229 <row>
17230 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17231 \begin_inset Text
17232
17233 \begin_layout PlainLayout
17234
17235 \series bold
17236 Vieider
17237 \end_layout
17238
17239 \end_inset
17240 </cell>
17241 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17242 \begin_inset Text
17243
17244 \begin_layout PlainLayout
17245 Hilde
17246 \end_layout
17247
17248 \end_inset
17249 </cell>
17250 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17251 \begin_inset Text
17252
17253 \begin_layout PlainLayout
17254 111
17255 \end_layout
17256
17257 \end_inset
17258 </cell>
17259 </row>
17260 <row>
17261 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17262 \begin_inset Text
17263
17264 \begin_layout PlainLayout
17265
17266 \series bold
17267 Vigna
17268 \end_layout
17269
17270 \end_inset
17271 </cell>
17272 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17273 \begin_inset Text
17274
17275 \begin_layout PlainLayout
17276 Jürgen
17277 \end_layout
17278
17279 \end_inset
17280 </cell>
17281 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17282 \begin_inset Text
17283
17284 \begin_layout PlainLayout
17285 111
17286 \end_layout
17287
17288 \end_inset
17289 </cell>
17290 </row>
17291 <row>
17292 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17293 \begin_inset Text
17294
17295 \begin_layout PlainLayout
17296
17297 \series bold
17298 Weber
17299 \end_layout
17300
17301 \end_inset
17302 </cell>
17303 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17304 \begin_inset Text
17305
17306 \begin_layout PlainLayout
17307 Maurizio
17308 \end_layout
17309
17310 \end_inset
17311 </cell>
17312 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17313 \begin_inset Text
17314
17315 \begin_layout PlainLayout
17316 111
17317 \end_layout
17318
17319 \end_inset
17320 </cell>
17321 </row>
17322 <row>
17323 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17324 \begin_inset Text
17325
17326 \begin_layout PlainLayout
17327
17328 \series bold
17329 Winkler
17330 \end_layout
17331
17332 \end_inset
17333 </cell>
17334 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17335 \begin_inset Text
17336
17337 \begin_layout PlainLayout
17338 Franz
17339 \end_layout
17340
17341 \end_inset
17342 </cell>
17343 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17344 \begin_inset Text
17345
17346 \begin_layout PlainLayout
17347 111
17348 \end_layout
17349
17350 \end_inset
17351 </cell>
17352 </row>
17353 <row>
17354 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17355 \begin_inset Text
17356
17357 \begin_layout PlainLayout
17358  
17359 \end_layout
17360
17361 \end_inset
17362 </cell>
17363 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
17364 \begin_inset Text
17365
17366 \begin_layout PlainLayout
17367
17368 \end_layout
17369
17370 \end_inset
17371 </cell>
17372 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17373 \begin_inset Text
17374
17375 \begin_layout PlainLayout
17376
17377 \end_layout
17378
17379 \end_inset
17380 </cell>
17381 </row>
17382 <row>
17383 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17384 \begin_inset Text
17385
17386 \begin_layout PlainLayout
17387
17388 \series bold
17389 Annovi
17390 \end_layout
17391
17392 \end_inset
17393 </cell>
17394 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17395 \begin_inset Text
17396
17397 \begin_layout PlainLayout
17398 Silvia
17399 \end_layout
17400
17401 \end_inset
17402 </cell>
17403 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17404 \begin_inset Text
17405
17406 \begin_layout PlainLayout
17407 555
17408 \end_layout
17409
17410 \end_inset
17411 </cell>
17412 </row>
17413 <row>
17414 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17415 \begin_inset Text
17416
17417 \begin_layout PlainLayout
17418
17419 \series bold
17420 Bertoli
17421 \end_layout
17422
17423 \end_inset
17424 </cell>
17425 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17426 \begin_inset Text
17427
17428 \begin_layout PlainLayout
17429 Stefano
17430 \end_layout
17431
17432 \end_inset
17433 </cell>
17434 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17435 \begin_inset Text
17436
17437 \begin_layout PlainLayout
17438 555
17439 \end_layout
17440
17441 \end_inset
17442 </cell>
17443 </row>
17444 <row>
17445 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17446 \begin_inset Text
17447
17448 \begin_layout PlainLayout
17449
17450 \series bold
17451 Bozzi
17452 \end_layout
17453
17454 \end_inset
17455 </cell>
17456 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17457 \begin_inset Text
17458
17459 \begin_layout PlainLayout
17460 Walter
17461 \end_layout
17462
17463 \end_inset
17464 </cell>
17465 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17466 \begin_inset Text
17467
17468 \begin_layout PlainLayout
17469 555
17470 \end_layout
17471
17472 \end_inset
17473 </cell>
17474 </row>
17475 <row>
17476 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17477 \begin_inset Text
17478
17479 \begin_layout PlainLayout
17480
17481 \series bold
17482 Cachia
17483 \end_layout
17484
17485 \end_inset
17486 </cell>
17487 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17488 \begin_inset Text
17489
17490 \begin_layout PlainLayout
17491 Maria
17492 \end_layout
17493
17494 \end_inset
17495 </cell>
17496 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17497 \begin_inset Text
17498
17499 \begin_layout PlainLayout
17500 555
17501 \end_layout
17502
17503 \end_inset
17504 </cell>
17505 </row>
17506 <row>
17507 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17508 \begin_inset Text
17509
17510 \begin_layout PlainLayout
17511
17512 \series bold
17513 Cachia
17514 \end_layout
17515
17516 \end_inset
17517 </cell>
17518 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17519 \begin_inset Text
17520
17521 \begin_layout PlainLayout
17522 Maurizio
17523 \end_layout
17524
17525 \end_inset
17526 </cell>
17527 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17528 \begin_inset Text
17529
17530 \begin_layout PlainLayout
17531 555
17532 \end_layout
17533
17534 \end_inset
17535 </cell>
17536 </row>
17537 <row>
17538 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17539 \begin_inset Text
17540
17541 \begin_layout PlainLayout
17542
17543 \series bold
17544 Cinquemani
17545 \end_layout
17546
17547 \end_inset
17548 </cell>
17549 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17550 \begin_inset Text
17551
17552 \begin_layout PlainLayout
17553 Giusi
17554 \end_layout
17555
17556 \end_inset
17557 </cell>
17558 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17559 \begin_inset Text
17560
17561 \begin_layout PlainLayout
17562 555
17563 \end_layout
17564
17565 \end_inset
17566 </cell>
17567 </row>
17568 <row>
17569 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17570 \begin_inset Text
17571
17572 \begin_layout PlainLayout
17573
17574 \series bold
17575 Colin
17576 \end_layout
17577
17578 \end_inset
17579 </cell>
17580 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17581 \begin_inset Text
17582
17583 \begin_layout PlainLayout
17584 Bernard
17585 \end_layout
17586
17587 \end_inset
17588 </cell>
17589 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17590 \begin_inset Text
17591
17592 \begin_layout PlainLayout
17593 555
17594 \end_layout
17595
17596 \end_inset
17597 </cell>
17598 </row>
17599 <row>
17600 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17601 \begin_inset Text
17602
17603 \begin_layout PlainLayout
17604
17605 \series bold
17606 Concli
17607 \end_layout
17608
17609 \end_inset
17610 </cell>
17611 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17612 \begin_inset Text
17613
17614 \begin_layout PlainLayout
17615 Gianfranco
17616 \end_layout
17617
17618 \end_inset
17619 </cell>
17620 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17621 \begin_inset Text
17622
17623 \begin_layout PlainLayout
17624 555
17625 \end_layout
17626
17627 \end_inset
17628 </cell>
17629 </row>
17630 <row>
17631 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17632 \begin_inset Text
17633
17634 \begin_layout PlainLayout
17635
17636 \series bold
17637 Dal Bosco
17638 \end_layout
17639
17640 \end_inset
17641 </cell>
17642 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17643 \begin_inset Text
17644
17645 \begin_layout PlainLayout
17646 Carolina
17647 \end_layout
17648
17649 \end_inset
17650 </cell>
17651 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17652 \begin_inset Text
17653
17654 \begin_layout PlainLayout
17655 555
17656 \end_layout
17657
17658 \end_inset
17659 </cell>
17660 </row>
17661 <row>
17662 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17663 \begin_inset Text
17664
17665 \begin_layout PlainLayout
17666
17667 \series bold
17668 Dalpiaz
17669 \end_layout
17670
17671 \end_inset
17672 </cell>
17673 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17674 \begin_inset Text
17675
17676 \begin_layout PlainLayout
17677 Annamaria
17678 \end_layout
17679
17680 \end_inset
17681 </cell>
17682 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17683 \begin_inset Text
17684
17685 \begin_layout PlainLayout
17686 555
17687 \end_layout
17688
17689 \end_inset
17690 </cell>
17691 </row>
17692 <row>
17693 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17694 \begin_inset Text
17695
17696 \begin_layout PlainLayout
17697
17698 \series bold
17699 Feliciello
17700 \end_layout
17701
17702 \end_inset
17703 </cell>
17704 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17705 \begin_inset Text
17706
17707 \begin_layout PlainLayout
17708 Domenico
17709 \end_layout
17710
17711 \end_inset
17712 </cell>
17713 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17714 \begin_inset Text
17715
17716 \begin_layout PlainLayout
17717 555
17718 \end_layout
17719
17720 \end_inset
17721 </cell>
17722 </row>
17723 <row>
17724 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17725 \begin_inset Text
17726
17727 \begin_layout PlainLayout
17728
17729 \series bold
17730 Focarelli
17731 \end_layout
17732
17733 \end_inset
17734 </cell>
17735 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17736 \begin_inset Text
17737
17738 \begin_layout PlainLayout
17739 Paola
17740 \end_layout
17741
17742 \end_inset
17743 </cell>
17744 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17745 \begin_inset Text
17746
17747 \begin_layout PlainLayout
17748 555
17749 \end_layout
17750
17751 \end_inset
17752 </cell>
17753 </row>
17754 <row>
17755 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17756 \begin_inset Text
17757
17758 \begin_layout PlainLayout
17759
17760 \series bold
17761 Galletti
17762 \end_layout
17763
17764 \end_inset
17765 </cell>
17766 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17767 \begin_inset Text
17768
17769 \begin_layout PlainLayout
17770 Oreste
17771 \end_layout
17772
17773 \end_inset
17774 </cell>
17775 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17776 \begin_inset Text
17777
17778 \begin_layout PlainLayout
17779 555
17780 \end_layout
17781
17782 \end_inset
17783 </cell>
17784 </row>
17785 <row>
17786 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17787 \begin_inset Text
17788
17789 \begin_layout PlainLayout
17790
17791 \series bold
17792 Gasparini
17793 \end_layout
17794
17795 \end_inset
17796 </cell>
17797 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17798 \begin_inset Text
17799
17800 \begin_layout PlainLayout
17801 Franca
17802 \end_layout
17803
17804 \end_inset
17805 </cell>
17806 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17807 \begin_inset Text
17808
17809 \begin_layout PlainLayout
17810 555
17811 \end_layout
17812
17813 \end_inset
17814 </cell>
17815 </row>
17816 <row>
17817 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17818 \begin_inset Text
17819
17820 \begin_layout PlainLayout
17821
17822 \series bold
17823 Rizzardi
17824 \end_layout
17825
17826 \end_inset
17827 </cell>
17828 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17829 \begin_inset Text
17830
17831 \begin_layout PlainLayout
17832 Paola
17833 \end_layout
17834
17835 \end_inset
17836 </cell>
17837 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17838 \begin_inset Text
17839
17840 \begin_layout PlainLayout
17841 555
17842 \end_layout
17843
17844 \end_inset
17845 </cell>
17846 </row>
17847 <row>
17848 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17849 \begin_inset Text
17850
17851 \begin_layout PlainLayout
17852
17853 \series bold
17854 Lassini
17855 \end_layout
17856
17857 \end_inset
17858 </cell>
17859 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17860 \begin_inset Text
17861
17862 \begin_layout PlainLayout
17863 Giancarlo
17864 \end_layout
17865
17866 \end_inset
17867 </cell>
17868 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17869 \begin_inset Text
17870
17871 \begin_layout PlainLayout
17872 555
17873 \end_layout
17874
17875 \end_inset
17876 </cell>
17877 </row>
17878 <row>
17879 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17880 \begin_inset Text
17881
17882 \begin_layout PlainLayout
17883
17884 \series bold
17885 Malfatti
17886 \end_layout
17887
17888 \end_inset
17889 </cell>
17890 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17891 \begin_inset Text
17892
17893 \begin_layout PlainLayout
17894 Luciano
17895 \end_layout
17896
17897 \end_inset
17898 </cell>
17899 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17900 \begin_inset Text
17901
17902 \begin_layout PlainLayout
17903 555
17904 \end_layout
17905
17906 \end_inset
17907 </cell>
17908 </row>
17909 <row>
17910 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17911 \begin_inset Text
17912
17913 \begin_layout PlainLayout
17914
17915 \series bold
17916 Malfatti
17917 \end_layout
17918
17919 \end_inset
17920 </cell>
17921 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17922 \begin_inset Text
17923
17924 \begin_layout PlainLayout
17925 Valeriano
17926 \end_layout
17927
17928 \end_inset
17929 </cell>
17930 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17931 \begin_inset Text
17932
17933 \begin_layout PlainLayout
17934 555
17935 \end_layout
17936
17937 \end_inset
17938 </cell>
17939 </row>
17940 <row>
17941 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17942 \begin_inset Text
17943
17944 \begin_layout PlainLayout
17945
17946 \series bold
17947 Meneguzzo
17948 \end_layout
17949
17950 \end_inset
17951 </cell>
17952 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17953 \begin_inset Text
17954
17955 \begin_layout PlainLayout
17956 Roberto
17957 \end_layout
17958
17959 \end_inset
17960 </cell>
17961 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17962 \begin_inset Text
17963
17964 \begin_layout PlainLayout
17965 555
17966 \end_layout
17967
17968 \end_inset
17969 </cell>
17970 </row>
17971 <row>
17972 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17973 \begin_inset Text
17974
17975 \begin_layout PlainLayout
17976
17977 \series bold
17978 Mezzadra
17979 \end_layout
17980
17981 \end_inset
17982 </cell>
17983 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17984 \begin_inset Text
17985
17986 \begin_layout PlainLayout
17987 Roberto
17988 \end_layout
17989
17990 \end_inset
17991 </cell>
17992 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17993 \begin_inset Text
17994
17995 \begin_layout PlainLayout
17996 555
17997 \end_layout
17998
17999 \end_inset
18000 </cell>
18001 </row>
18002 <row>
18003 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18004 \begin_inset Text
18005
18006 \begin_layout PlainLayout
18007
18008 \series bold
18009 Pirpamer
18010 \end_layout
18011
18012 \end_inset
18013 </cell>
18014 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18015 \begin_inset Text
18016
18017 \begin_layout PlainLayout
18018 Erich
18019 \end_layout
18020
18021 \end_inset
18022 </cell>
18023 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18024 \begin_inset Text
18025
18026 \begin_layout PlainLayout
18027 555
18028 \end_layout
18029
18030 \end_inset
18031 </cell>
18032 </row>
18033 <row>
18034 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18035 \begin_inset Text
18036
18037 \begin_layout PlainLayout
18038
18039 \series bold
18040 Pochiesa
18041 \end_layout
18042
18043 \end_inset
18044 </cell>
18045 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18046 \begin_inset Text
18047
18048 \begin_layout PlainLayout
18049 Paolo
18050 \end_layout
18051
18052 \end_inset
18053 </cell>
18054 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18055 \begin_inset Text
18056
18057 \begin_layout PlainLayout
18058 555, 222
18059 \end_layout
18060
18061 \end_inset
18062 </cell>
18063 </row>
18064 <row>
18065 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18066 \begin_inset Text
18067
18068 \begin_layout PlainLayout
18069
18070 \series bold
18071 Radina
18072 \end_layout
18073
18074 \end_inset
18075 </cell>
18076 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18077 \begin_inset Text
18078
18079 \begin_layout PlainLayout
18080 Claudio
18081 \end_layout
18082
18083 \end_inset
18084 </cell>
18085 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18086 \begin_inset Text
18087
18088 \begin_layout PlainLayout
18089 555
18090 \end_layout
18091
18092 \end_inset
18093 </cell>
18094 </row>
18095 <row>
18096 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18097 \begin_inset Text
18098
18099 \begin_layout PlainLayout
18100
18101 \series bold
18102 Stuffer
18103 \end_layout
18104
18105 \end_inset
18106 </cell>
18107 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18108 \begin_inset Text
18109
18110 \begin_layout PlainLayout
18111 Oskar
18112 \end_layout
18113
18114 \end_inset
18115 </cell>
18116 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18117 \begin_inset Text
18118
18119 \begin_layout PlainLayout
18120 555
18121 \end_layout
18122
18123 \end_inset
18124 </cell>
18125 </row>
18126 <row>
18127 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18128 \begin_inset Text
18129
18130 \begin_layout PlainLayout
18131
18132 \series bold
18133 Tacchelli
18134 \end_layout
18135
18136 \end_inset
18137 </cell>
18138 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18139 \begin_inset Text
18140
18141 \begin_layout PlainLayout
18142 Ugo
18143 \end_layout
18144
18145 \end_inset
18146 </cell>
18147 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18148 \begin_inset Text
18149
18150 \begin_layout PlainLayout
18151 555
18152 \end_layout
18153
18154 \end_inset
18155 </cell>
18156 </row>
18157 <row>
18158 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18159 \begin_inset Text
18160
18161 \begin_layout PlainLayout
18162
18163 \series bold
18164 Tezzele
18165 \end_layout
18166
18167 \end_inset
18168 </cell>
18169 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18170 \begin_inset Text
18171
18172 \begin_layout PlainLayout
18173 Margit
18174 \end_layout
18175
18176 \end_inset
18177 </cell>
18178 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18179 \begin_inset Text
18180
18181 \begin_layout PlainLayout
18182 555
18183 \end_layout
18184
18185 \end_inset
18186 </cell>
18187 </row>
18188 <row>
18189 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18190 \begin_inset Text
18191
18192 \begin_layout PlainLayout
18193
18194 \series bold
18195 Unterkalmsteiner
18196 \end_layout
18197
18198 \end_inset
18199 </cell>
18200 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18201 \begin_inset Text
18202
18203 \begin_layout PlainLayout
18204 Frieda
18205 \end_layout
18206
18207 \end_inset
18208 </cell>
18209 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18210 \begin_inset Text
18211
18212 \begin_layout PlainLayout
18213 555
18214 \end_layout
18215
18216 \end_inset
18217 </cell>
18218 </row>
18219 <row>
18220 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18221 \begin_inset Text
18222
18223 \begin_layout PlainLayout
18224
18225 \series bold
18226 Vieider
18227 \end_layout
18228
18229 \end_inset
18230 </cell>
18231 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18232 \begin_inset Text
18233
18234 \begin_layout PlainLayout
18235 Hilde
18236 \end_layout
18237
18238 \end_inset
18239 </cell>
18240 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18241 \begin_inset Text
18242
18243 \begin_layout PlainLayout
18244 555
18245 \end_layout
18246
18247 \end_inset
18248 </cell>
18249 </row>
18250 <row>
18251 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18252 \begin_inset Text
18253
18254 \begin_layout PlainLayout
18255
18256 \series bold
18257 Vigna
18258 \end_layout
18259
18260 \end_inset
18261 </cell>
18262 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18263 \begin_inset Text
18264
18265 \begin_layout PlainLayout
18266 Jürgen
18267 \end_layout
18268
18269 \end_inset
18270 </cell>
18271 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18272 \begin_inset Text
18273
18274 \begin_layout PlainLayout
18275 999
18276 \end_layout
18277
18278 \end_inset
18279 </cell>
18280 </row>
18281 <row>
18282 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18283 \begin_inset Text
18284
18285 \begin_layout PlainLayout
18286
18287 \series bold
18288 Weber
18289 \end_layout
18290
18291 \end_inset
18292 </cell>
18293 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18294 \begin_inset Text
18295
18296 \begin_layout PlainLayout
18297 Maurizio
18298 \end_layout
18299
18300 \end_inset
18301 </cell>
18302 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18303 \begin_inset Text
18304
18305 \begin_layout PlainLayout
18306 555
18307 \end_layout
18308
18309 \end_inset
18310 </cell>
18311 </row>
18312 <row>
18313 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18314 \begin_inset Text
18315
18316 \begin_layout PlainLayout
18317
18318 \series bold
18319 Winkler
18320 \end_layout
18321
18322 \end_inset
18323 </cell>
18324 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18325 \begin_inset Text
18326
18327 \begin_layout PlainLayout
18328 Franz
18329 \end_layout
18330
18331 \end_inset
18332 </cell>
18333 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18334 \begin_inset Text
18335
18336 \begin_layout PlainLayout
18337 555
18338 \end_layout
18339
18340 \end_inset
18341 </cell>
18342 </row>
18343 <row endlastfoot="true">
18344 <cell multicolumn="1" alignment="block" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18345 \begin_inset Text
18346
18347 \begin_layout PlainLayout
18348
18349 \series bold
18350 End
18351 \end_layout
18352
18353 \end_inset
18354 </cell>
18355 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
18356 \begin_inset Text
18357
18358 \begin_layout PlainLayout
18359
18360 \end_layout
18361
18362 \end_inset
18363 </cell>
18364 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18365 \begin_inset Text
18366
18367 \begin_layout PlainLayout
18368
18369 \end_layout
18370
18371 \end_inset
18372 </cell>
18373 </row>
18374 </lyxtabular>
18375
18376 \end_inset
18377
18378
18379 \end_layout
18380
18381 \begin_layout Subsection
18382 Table Cells
18383 \begin_inset Index
18384 status collapsed
18385
18386 \begin_layout PlainLayout
18387 Tables ! Cells
18388 \end_layout
18389
18390 \end_inset
18391
18392
18393 \begin_inset CommandInset label
18394 LatexCommand label
18395 name "sub:Table-Cells"
18396
18397 \end_inset
18398
18399
18400 \end_layout
18401
18402 \begin_layout Standard
18403 A table cell can contain text, inline equations, a figure, or another table.
18404  All these kinds of objects can be placed in the same cell.
18405  Font sizes and shapes can also be altered.
18406  But you can't put a special environment in a cell (like 
18407 \family sans
18408 Section*
18409 \family default
18410 , etc.), nor set spacing options etc.
18411  for the cell's paragraph.
18412 \end_layout
18413
18414 \begin_layout Standard
18415 To have multi-line entries in table cells, you have to declare a fixed width
18416  for the column in the table dialog.
18417  Your text is then automatically split into multiple lines and the cell
18418  is enlarged vertically when the length of the text exceeds the given width.
18419  An example:
18420 \end_layout
18421
18422 \begin_layout Standard
18423 \align center
18424 \begin_inset Tabular
18425 <lyxtabular version="3" rows="4" columns="3">
18426 <features>
18427 <column alignment="center" valignment="top" width="0pt">
18428 <column alignment="block" valignment="top" width="3cm">
18429 <column alignment="center" valignment="top" width="0pt">
18430 <row>
18431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18432 \begin_inset Text
18433
18434 \begin_layout PlainLayout
18435
18436 \family roman
18437 \series medium
18438 \shape up
18439 \size normal
18440 \emph off
18441 \bar no
18442 \noun off
18443 \color none
18444 1
18445 \end_layout
18446
18447 \end_inset
18448 </cell>
18449 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18450 \begin_inset Text
18451
18452 \begin_layout PlainLayout
18453
18454 \family roman
18455 \series medium
18456 \shape up
18457 \size normal
18458 \emph off
18459 \bar no
18460 \noun off
18461 \color none
18462 2
18463 \end_layout
18464
18465 \end_inset
18466 </cell>
18467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18468 \begin_inset Text
18469
18470 \begin_layout PlainLayout
18471
18472 \family roman
18473 \series medium
18474 \shape up
18475 \size normal
18476 \emph off
18477 \bar no
18478 \noun off
18479 \color none
18480 3
18481 \end_layout
18482
18483 \end_inset
18484 </cell>
18485 </row>
18486 <row>
18487 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18488 \begin_inset Text
18489
18490 \begin_layout PlainLayout
18491
18492 \family roman
18493 \series medium
18494 \shape up
18495 \size normal
18496 \emph off
18497 \bar no
18498 \noun off
18499 \color none
18500 4
18501 \end_layout
18502
18503 \end_inset
18504 </cell>
18505 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18506 \begin_inset Text
18507
18508 \begin_layout PlainLayout
18509
18510 \family roman
18511 \series medium
18512 \shape up
18513 \size normal
18514 \emph off
18515 \bar no
18516 \noun off
18517 \color none
18518 This is a multiline entry in a table.
18519 \end_layout
18520
18521 \end_inset
18522 </cell>
18523 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18524 \begin_inset Text
18525
18526 \begin_layout PlainLayout
18527
18528 \family roman
18529 \series medium
18530 \shape up
18531 \size normal
18532 \emph off
18533 \bar no
18534 \noun off
18535 \color none
18536 5
18537 \end_layout
18538
18539 \end_inset
18540 </cell>
18541 </row>
18542 <row>
18543 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18544 \begin_inset Text
18545
18546 \begin_layout PlainLayout
18547
18548 \family roman
18549 \series medium
18550 \shape up
18551 \size normal
18552 \emph off
18553 \bar no
18554 \noun off
18555 \color none
18556 6
18557 \end_layout
18558
18559 \end_inset
18560 </cell>
18561 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18562 \begin_inset Text
18563
18564 \begin_layout PlainLayout
18565
18566 \family roman
18567 \series medium
18568 \shape up
18569 \size normal
18570 \emph off
18571 \bar no
18572 \noun off
18573 \color none
18574 This is longer now.
18575 \end_layout
18576
18577 \end_inset
18578 </cell>
18579 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18580 \begin_inset Text
18581
18582 \begin_layout PlainLayout
18583
18584 \family roman
18585 \series medium
18586 \shape up
18587 \size normal
18588 \emph off
18589 \bar no
18590 \noun off
18591 \color none
18592 7
18593 \end_layout
18594
18595 \end_inset
18596 </cell>
18597 </row>
18598 <row>
18599 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18600 \begin_inset Text
18601
18602 \begin_layout PlainLayout
18603
18604 \family roman
18605 \series medium
18606 \shape up
18607 \size normal
18608 \emph off
18609 \bar no
18610 \noun off
18611 \color none
18612 8
18613 \end_layout
18614
18615 \end_inset
18616 </cell>
18617 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18618 \begin_inset Text
18619
18620 \begin_layout PlainLayout
18621
18622 \family roman
18623 \series medium
18624 \shape up
18625 \size normal
18626 \emph off
18627 \bar no
18628 \noun off
18629 \color none
18630 This is a multiline entry in a table.
18631  This is longer now.
18632 \end_layout
18633
18634 \end_inset
18635 </cell>
18636 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18637 \begin_inset Text
18638
18639 \begin_layout PlainLayout
18640
18641 \family roman
18642 \series medium
18643 \shape up
18644 \size normal
18645 \emph off
18646 \bar no
18647 \noun off
18648 \color none
18649 9
18650 \end_layout
18651
18652 \end_inset
18653 </cell>
18654 </row>
18655 </lyxtabular>
18656
18657 \end_inset
18658
18659
18660 \end_layout
18661
18662 \begin_layout Standard
18663 Cutting and pasting between tables and table cells works reasonably well.
18664  You can cut and paste even more than one row.
18665  Selection with the mouse or with 
18666 \family sans
18667 Shift
18668 \family default
18669  plus the arrow keys works as usual.
18670  You can also copy and paste the entire table as a single unit by starting
18671  the selection from outside the table.
18672 \end_layout
18673
18674 \begin_layout Section
18675 Floats
18676 \begin_inset Index
18677 status collapsed
18678
18679 \begin_layout PlainLayout
18680 Floats
18681 \end_layout
18682
18683 \end_inset
18684
18685
18686 \begin_inset CommandInset label
18687 LatexCommand label
18688 name "sec:Floats"
18689
18690 \end_inset
18691
18692
18693 \end_layout
18694
18695 \begin_layout Standard
18696 A float is a block of text associated with some sort of label, which doesn't
18697  have a fixed location.
18698  It can 
18699 \begin_inset Quotes eld
18700 \end_inset
18701
18702 float
18703 \begin_inset Quotes erd
18704 \end_inset
18705
18706  forward or backward a page or two, to wherever it fits best.
18707  
18708 \family sans
18709 Footnotes
18710 \family default
18711  and 
18712 \family sans
18713 Margin
18714 \begin_inset Space ~
18715 \end_inset
18716
18717 Notes
18718 \family default
18719  are also floats, because they can float to the next page when there are
18720  too much notes at the page.
18721 \end_layout
18722
18723 \begin_layout Standard
18724 Floats makes it possible to get a high quality layout.
18725  Images and tables can evenly be spread to the pages to avoid whitespace
18726  and pages without text.
18727  As the floating often destroys the context between the text and the image/table
18728 , every float can be referenced in the text.
18729  Floats are therefore numbered.
18730  Referencing is described in section
18731 \begin_inset Space ~
18732 \end_inset
18733
18734
18735 \begin_inset CommandInset ref
18736 LatexCommand ref
18737 reference "sec:Cross-References"
18738
18739 \end_inset
18740
18741 .
18742 \end_layout
18743
18744 \begin_layout Standard
18745 To insert a float, use the menu 
18746 \family sans
18747 Insert\SpecialChar \menuseparator
18748 Floats
18749 \family default
18750 .
18751  A box with a caption that has e.
18752 \begin_inset Space \thinspace{}
18753 \end_inset
18754
18755 g.
18756 \begin_inset Space ~
18757 \end_inset
18758
18759 the label 
18760 \begin_inset Quotes eld
18761 \end_inset
18762
18763 Figure
18764 \begin_inset Space ~
18765 \end_inset
18766
18767 #:
18768 \begin_inset Quotes erd
18769 \end_inset
18770
18771  (# is the actual number) will be inserted into your document.
18772  The label will automatically be translated to the document language in
18773  the output.
18774  Behind the label you can insert the caption text.
18775 \begin_inset Index
18776 status collapsed
18777
18778 \begin_layout PlainLayout
18779 Floats ! Captions
18780 \end_layout
18781
18782 \end_inset
18783
18784  The image or table is inserted above or below the caption in a separate
18785  paragraph within the float.
18786  To keep your LyX-document readable, you can open and close the float box
18787  by left-clicking on the box label.
18788  A closed float box looks like this: 
18789 \begin_inset Graphics
18790         filename clipart/floatQt4.png
18791         embed ""
18792         scale 80
18793
18794 \end_inset
18795
18796  -- a gray button with a red label.
18797 \end_layout
18798
18799 \begin_layout Standard
18800 It is recommended to insert floats as a separate paragraph to avoid possible
18801  LaTeX-errors that can occur when the surrounding text is specially formatted.
18802 \end_layout
18803
18804 \begin_layout Subsection
18805 Float Types
18806 \end_layout
18807
18808 \begin_layout Subsubsection
18809 Figure Floats
18810 \begin_inset Index
18811 status collapsed
18812
18813 \begin_layout PlainLayout
18814 Floats ! Figure floats
18815 \end_layout
18816
18817 \end_inset
18818
18819
18820 \begin_inset CommandInset label
18821 LatexCommand label
18822 name "sec:Figure-Floats"
18823
18824 \end_inset
18825
18826
18827 \end_layout
18828
18829 \begin_layout Standard
18830 The menu 
18831 \family sans
18832 Insert\SpecialChar \menuseparator
18833 Float\SpecialChar \menuseparator
18834 Figure
18835 \family default
18836  inserts a float with the label 
18837 \begin_inset Quotes eld
18838 \end_inset
18839
18840
18841 \series bold
18842 Figure
18843 \begin_inset Space ~
18844 \end_inset
18845
18846 #:
18847 \series default
18848
18849 \begin_inset Quotes erd
18850 \end_inset
18851
18852 .
18853  Set the cursor above this label (or before it and press enter) and insert
18854  the image as described above to get the caption printed below the image.
18855  This is what we did for Figure
18856 \begin_inset Space ~
18857 \end_inset
18858
18859
18860 \begin_inset CommandInset ref
18861 LatexCommand ref
18862 reference "cap:Platypus"
18863
18864 \end_inset
18865
18866 .
18867  If you want the caption to be above the image, set the cursor at the end
18868  of the caption, press enter and insert the image.
18869  This was done in Figure
18870 \begin_inset Space ~
18871 \end_inset
18872
18873
18874 \begin_inset CommandInset ref
18875 LatexCommand ref
18876 reference "cap:Escher"
18877
18878 \end_inset
18879
18880 .
18881 \end_layout
18882
18883 \begin_layout Standard
18884 \begin_inset Float figure
18885 wide false
18886 sideways false
18887 status open
18888
18889 \begin_layout PlainLayout
18890 \align center
18891 \begin_inset Graphics
18892         filename clipart/platypus.eps
18893         embed ""
18894         display color
18895         width 50col%
18896         rotateOrigin center
18897
18898 \end_inset
18899
18900
18901 \end_layout
18902
18903 \begin_layout PlainLayout
18904 \begin_inset Caption
18905
18906 \begin_layout PlainLayout
18907 \begin_inset CommandInset label
18908 LatexCommand label
18909 name "cap:Platypus"
18910
18911 \end_inset
18912
18913 A severely distorted platypus in a float.
18914 \end_layout
18915
18916 \end_inset
18917
18918
18919 \end_layout
18920
18921 \end_inset
18922
18923
18924 \end_layout
18925
18926 \begin_layout Standard
18927 \begin_inset Float figure
18928 wide false
18929 sideways false
18930 status open
18931
18932 \begin_layout PlainLayout
18933 \begin_inset Caption
18934
18935 \begin_layout PlainLayout
18936 \begin_inset CommandInset label
18937 LatexCommand label
18938 name "cap:Escher"
18939
18940 \end_inset
18941
18942 M.C.
18943  Escher on acid.
18944 \end_layout
18945
18946 \end_inset
18947
18948
18949 \end_layout
18950
18951 \begin_layout PlainLayout
18952 \align center
18953 \begin_inset Graphics
18954         filename clipart/escher-lsd.eps
18955         embed ""
18956         display color
18957         scale 80
18958         rotateOrigin center
18959
18960 \end_inset
18961
18962
18963 \end_layout
18964
18965 \end_inset
18966
18967
18968 \end_layout
18969
18970 \begin_layout Standard
18971 This figure float show also how to set a label and create a cross-reference
18972  to it.
18973  As described in section
18974 \begin_inset Space ~
18975 \end_inset
18976
18977
18978 \begin_inset CommandInset ref
18979 LatexCommand ref
18980 reference "sec:Cross-References"
18981
18982 \end_inset
18983
18984 , you can simply insert a label in the caption using the menu 
18985 \family sans
18986 Insert\SpecialChar \menuseparator
18987 Label
18988 \family default
18989  and refer to it using the menu 
18990 \family sans
18991 Insert\SpecialChar \menuseparator
18992 Cross-Reference
18993 \family default
18994 .
18995  It is important to use references to figure floats, rather than using vague
18996  references like 
18997 \begin_inset Quotes eld
18998 \end_inset
18999
19000 the figure above
19001 \begin_inset Quotes erd
19002 \end_inset
19003
19004 , because as LaTeX will reposition the floats in the final document; it
19005  might not be 
19006 \begin_inset Quotes eld
19007 \end_inset
19008
19009 above
19010 \begin_inset Quotes erd
19011 \end_inset
19012
19013  at all.
19014 \end_layout
19015
19016 \begin_layout Standard
19017 Normally one inserts only one image to a figure float, but sometimes you
19018  might want to use two images with separate subcaptions.
19019  This can be done in the graphics dialog: Right-click on an image and go
19020  to the tab 
19021 \family sans
19022 Extra
19023 \begin_inset Space ~
19024 \end_inset
19025
19026 options
19027 \family default
19028  in the appearing dialog, use the option 
19029 \family sans
19030 Subfigure
19031 \family default
19032 , and enter the subcaption for the image in the now enabled caption field.
19033  Figure
19034 \begin_inset Space ~
19035 \end_inset
19036
19037
19038 \begin_inset CommandInset ref
19039 LatexCommand ref
19040 reference "cap:Two-distorted-images"
19041
19042 \end_inset
19043
19044  is an example of a figure float with two images set side by side.
19045  You can also set the images one below the other.
19046 \end_layout
19047
19048 \begin_layout Standard
19049 \begin_inset Float figure
19050 wide false
19051 sideways false
19052 status open
19053
19054 \begin_layout PlainLayout
19055 \begin_inset Space \hfill{}
19056 \end_inset
19057
19058
19059 \begin_inset Float figure
19060 wide false
19061 sideways false
19062 status open
19063
19064 \begin_layout PlainLayout
19065 \begin_inset Caption
19066
19067 \begin_layout PlainLayout
19068 Undefinable
19069 \end_layout
19070
19071 \end_inset
19072
19073
19074 \end_layout
19075
19076 \begin_layout PlainLayout
19077 \begin_inset Graphics
19078         filename clipart/escher-lsd.eps
19079         embed ""
19080         width 45col%
19081
19082 \end_inset
19083
19084
19085 \end_layout
19086
19087 \end_inset
19088
19089
19090 \begin_inset Space \hfill{}
19091 \end_inset
19092
19093
19094 \begin_inset Float figure
19095 wide false
19096 sideways false
19097 status open
19098
19099 \begin_layout PlainLayout
19100 \begin_inset Caption
19101
19102 \begin_layout PlainLayout
19103 Platypus
19104 \end_layout
19105
19106 \end_inset
19107
19108
19109 \end_layout
19110
19111 \begin_layout PlainLayout
19112 \begin_inset Graphics
19113         filename clipart/platypus.eps
19114         embed ""
19115         lyxscale 60
19116         width 45col%
19117
19118 \end_inset
19119
19120
19121 \end_layout
19122
19123 \end_inset
19124
19125
19126 \begin_inset Space \hfill{}
19127 \end_inset
19128
19129
19130 \end_layout
19131
19132 \begin_layout PlainLayout
19133 \begin_inset Caption
19134
19135 \begin_layout PlainLayout
19136 \begin_inset CommandInset label
19137 LatexCommand label
19138 name "cap:Two-distorted-images"
19139
19140 \end_inset
19141
19142 Two distorted images.
19143 \end_layout
19144
19145 \end_inset
19146
19147
19148 \end_layout
19149
19150 \end_inset
19151
19152
19153 \end_layout
19154
19155 \begin_layout Standard
19156 Note that the caption is added to the 
19157 \family sans
19158 List
19159 \begin_inset Space ~
19160 \end_inset
19161
19162 of
19163 \begin_inset Space ~
19164 \end_inset
19165
19166 Figures
19167 \family default
19168  as described in section
19169 \begin_inset Space ~
19170 \end_inset
19171
19172
19173 \begin_inset CommandInset ref
19174 LatexCommand ref
19175 reference "sec:ListsOf"
19176
19177 \end_inset
19178
19179 .
19180 \end_layout
19181
19182 \begin_layout Subsubsection
19183 Table Floats
19184 \begin_inset Index
19185 status collapsed
19186
19187 \begin_layout PlainLayout
19188 Floats ! Table floats
19189 \end_layout
19190
19191 \end_inset
19192
19193
19194 \begin_inset CommandInset label
19195 LatexCommand label
19196 name "sec:Table-Floats"
19197
19198 \end_inset
19199
19200
19201 \end_layout
19202
19203 \begin_layout Standard
19204 Table floats can be inserted using the menu 
19205 \family sans
19206 Insert\SpecialChar \menuseparator
19207 Float\SpecialChar \menuseparator
19208 Table
19209 \family default
19210 .
19211  They have the same properties as figure floats except of the different
19212  label.
19213  Table
19214 \begin_inset Space ~
19215 \end_inset
19216
19217
19218 \begin_inset CommandInset ref
19219 LatexCommand ref
19220 reference "cap:Table-float"
19221
19222 \end_inset
19223
19224  is an example of a table float.
19225 \end_layout
19226
19227 \begin_layout Standard
19228 \begin_inset Float table
19229 wide false
19230 sideways false
19231 status open
19232
19233 \begin_layout PlainLayout
19234 \begin_inset Caption
19235
19236 \begin_layout PlainLayout
19237 \begin_inset CommandInset label
19238 LatexCommand label
19239 name "cap:Table-float"
19240
19241 \end_inset
19242
19243 A table float.
19244 \end_layout
19245
19246 \end_inset
19247
19248
19249 \end_layout
19250
19251 \begin_layout PlainLayout
19252 \align center
19253 \begin_inset Tabular
19254 <lyxtabular version="3" rows="3" columns="3">
19255 <features>
19256 <column alignment="center" valignment="top" width="0pt">
19257 <column alignment="center" valignment="top" width="0pt">
19258 <column alignment="center" valignment="top" width="0pt">
19259 <row>
19260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19261 \begin_inset Text
19262
19263 \begin_layout PlainLayout
19264
19265 \family roman
19266 \series medium
19267 \shape up
19268 \size normal
19269 \emph off
19270 \bar no
19271 \noun off
19272 \color none
19273 1
19274 \end_layout
19275
19276 \end_inset
19277 </cell>
19278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19279 \begin_inset Text
19280
19281 \begin_layout PlainLayout
19282
19283 \family roman
19284 \series medium
19285 \shape up
19286 \size normal
19287 \emph off
19288 \bar no
19289 \noun off
19290 \color none
19291 2
19292 \end_layout
19293
19294 \end_inset
19295 </cell>
19296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19297 \begin_inset Text
19298
19299 \begin_layout PlainLayout
19300
19301 \family roman
19302 \series medium
19303 \shape up
19304 \size normal
19305 \emph off
19306 \bar no
19307 \noun off
19308 \color none
19309 3
19310 \end_layout
19311
19312 \end_inset
19313 </cell>
19314 </row>
19315 <row>
19316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19317 \begin_inset Text
19318
19319 \begin_layout PlainLayout
19320
19321 \family roman
19322 \series medium
19323 \shape up
19324 \size normal
19325 \emph off
19326 \bar no
19327 \noun off
19328 \color none
19329 Joe
19330 \end_layout
19331
19332 \end_inset
19333 </cell>
19334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19335 \begin_inset Text
19336
19337 \begin_layout PlainLayout
19338
19339 \family roman
19340 \series medium
19341 \shape up
19342 \size normal
19343 \emph off
19344 \bar no
19345 \noun off
19346 \color none
19347 Mary
19348 \end_layout
19349
19350 \end_inset
19351 </cell>
19352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19353 \begin_inset Text
19354
19355 \begin_layout PlainLayout
19356
19357 \family roman
19358 \series medium
19359 \shape up
19360 \size normal
19361 \emph off
19362 \bar no
19363 \noun off
19364 \color none
19365 Ted
19366 \end_layout
19367
19368 \end_inset
19369 </cell>
19370 </row>
19371 <row>
19372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19373 \begin_inset Text
19374
19375 \begin_layout PlainLayout
19376
19377 \family roman
19378 \series medium
19379 \shape up
19380 \size normal
19381 \emph off
19382 \bar no
19383 \noun off
19384 \color none
19385 \begin_inset Formula $\int x^{2}dx$
19386 \end_inset
19387
19388
19389 \end_layout
19390
19391 \end_inset
19392 </cell>
19393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19394 \begin_inset Text
19395
19396 \begin_layout PlainLayout
19397
19398 \family roman
19399 \series medium
19400 \shape up
19401 \size normal
19402 \emph off
19403 \bar no
19404 \noun off
19405 \color none
19406 \begin_inset Formula $\left[\begin{array}{cc}
19407 a & b\\
19408 c & d\end{array}\right]$
19409 \end_inset
19410
19411
19412 \end_layout
19413
19414 \end_inset
19415 </cell>
19416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19417 \begin_inset Text
19418
19419 \begin_layout PlainLayout
19420
19421 \family roman
19422 \series medium
19423 \shape up
19424 \size normal
19425 \emph off
19426 \bar no
19427 \noun off
19428 \color none
19429 \begin_inset Formula $1+1=2$
19430 \end_inset
19431
19432
19433 \end_layout
19434
19435 \end_inset
19436 </cell>
19437 </row>
19438 </lyxtabular>
19439
19440 \end_inset
19441
19442
19443 \end_layout
19444
19445 \end_inset
19446
19447
19448 \end_layout
19449
19450 \begin_layout Subsubsection
19451 Algorithm Floats
19452 \begin_inset Index
19453 status collapsed
19454
19455 \begin_layout PlainLayout
19456 Floats ! Algorithm floats
19457 \end_layout
19458
19459 \end_inset
19460
19461
19462 \end_layout
19463
19464 \begin_layout Standard
19465 This float type is inserted with the menu 
19466 \family sans
19467 Insert\SpecialChar \menuseparator
19468 Float\SpecialChar \menuseparator
19469 Algorithm
19470 \family default
19471 .
19472  It is used for program codes and descriptions of algorithms.
19473  A possible environment for algorithms is the 
19474 \family sans
19475 LyX-Code
19476 \family default
19477 , described in section
19478 \begin_inset Space ~
19479 \end_inset
19480
19481
19482 \begin_inset CommandInset ref
19483 LatexCommand ref
19484 reference "sub:LyX-Code"
19485
19486 \end_inset
19487
19488 .
19489 \end_layout
19490
19491 \begin_layout Standard
19492 \begin_inset Note Greyedout
19493 status open
19494
19495 \begin_layout PlainLayout
19496
19497 \series bold
19498 Note:
19499 \series default
19500  that the float label is not automatically translated into the document
19501  language.
19502 \end_layout
19503
19504 \end_inset
19505
19506  You have to do this manually by adding the following line
19507 \end_layout
19508
19509 \begin_layout Standard
19510
19511 \series bold
19512
19513 \backslash
19514 floatname{algorithm}{your
19515 \begin_inset Space ~
19516 \end_inset
19517
19518 name}
19519 \end_layout
19520
19521 \begin_layout Standard
19522 to the document preamble (menu 
19523 \family sans
19524 Document\SpecialChar \menuseparator
19525 Settings
19526 \family default
19527 ).
19528  
19529 \series bold
19530 your
19531 \begin_inset Space ~
19532 \end_inset
19533
19534 name
19535 \series default
19536  is the word 
19537 \begin_inset Quotes eld
19538 \end_inset
19539
19540
19541 \emph on
19542 algorithm
19543 \emph default
19544
19545 \begin_inset Quotes erd
19546 \end_inset
19547
19548  in your language.
19549 \end_layout
19550
19551 \begin_layout Subsubsection
19552 Text Wrap Floats
19553 \begin_inset Index
19554 status collapsed
19555
19556 \begin_layout PlainLayout
19557 Floats ! Text Wrap Floats
19558 \end_layout
19559
19560 \end_inset
19561
19562
19563 \begin_inset CommandInset label
19564 LatexCommand label
19565 name "sec:floatflt"
19566
19567 \end_inset
19568
19569
19570 \end_layout
19571
19572 \begin_layout Standard
19573 This float type is used if you want to 
19574 \begin_inset Quotes eld
19575 \end_inset
19576
19577 wrap
19578 \begin_inset Quotes erd
19579 \end_inset
19580
19581  text around a figure so that it only occupies some fraction of the column
19582  width.
19583  It can be inserted using the menu 
19584 \begin_inset Wrap figure
19585 lines 0
19586 placement l
19587 overhang 0col%
19588 width "40col%"
19589 status open
19590
19591 \begin_layout PlainLayout
19592 \begin_inset Graphics
19593         filename clipart/mobius.eps
19594         embed ""
19595         display color
19596         width 40col%
19597         rotateOrigin center
19598
19599 \end_inset
19600
19601
19602 \end_layout
19603
19604 \begin_layout PlainLayout
19605 \begin_inset Caption
19606
19607 \begin_layout PlainLayout
19608 \begin_inset CommandInset label
19609 LatexCommand label
19610 name "cap:Wrapped-figure"
19611
19612 \end_inset
19613
19614 This is a wrapped figure, and this is the brilliant caption that describes
19615  it
19616 \begin_inset VSpace medskip
19617 \end_inset
19618
19619
19620 \end_layout
19621
19622 \end_inset
19623
19624
19625 \end_layout
19626
19627 \end_inset
19628
19629  
19630 \family sans
19631 Insert\SpecialChar \menuseparator
19632 Float\SpecialChar \menuseparator
19633 Text
19634 \begin_inset Space ~
19635 \end_inset
19636
19637 Wrap
19638 \begin_inset Space ~
19639 \end_inset
19640
19641 Float
19642 \family default
19643  if the LaTeX-package 
19644 \series bold
19645 wrapfig
19646 \series default
19647
19648 \begin_inset Index
19649 status collapsed
19650
19651 \begin_layout PlainLayout
19652 LaTeX-packages ! wrapfig
19653 \end_layout
19654
19655 \end_inset
19656
19657  is installed.
19658 \begin_inset Foot
19659 status collapsed
19660
19661 \begin_layout PlainLayout
19662 Installing a LaTeX-package is explained it in the 
19663 \emph on
19664 LaTeX
19665 \begin_inset Space ~
19666 \end_inset
19667
19668 Configuration
19669 \emph default
19670  manual.
19671 \end_layout
19672
19673 \end_inset
19674
19675  The width and placement of the float is adjusted by right-clicking on the
19676  float box.
19677  Figure
19678 \begin_inset Space ~
19679 \end_inset
19680
19681
19682 \begin_inset CommandInset ref
19683 LatexCommand ref
19684 reference "cap:Wrapped-figure"
19685
19686 \end_inset
19687
19688  is an example Text
19689 \begin_inset Space ~
19690 \end_inset
19691
19692 wrap float with a width of 40
19693 \begin_inset Formula $\,$
19694 \end_inset
19695
19696 col%.
19697 \begin_inset Foot
19698 status collapsed
19699
19700 \begin_layout PlainLayout
19701 Available units are explained in Appendix
19702 \begin_inset Space ~
19703 \end_inset
19704
19705
19706 \begin_inset CommandInset ref
19707 LatexCommand ref
19708 reference "cha:Units-available-in"
19709
19710 \end_inset
19711
19712 .
19713 \end_layout
19714
19715 \end_inset
19716
19717  Some space was added under the caption to separate it better from the surroundi
19718 ng text.
19719 \end_layout
19720
19721 \begin_layout Standard
19722 \begin_inset Note Greyedout
19723 status open
19724
19725 \begin_layout PlainLayout
19726
19727 \series bold
19728 Note:
19729 \series default
19730  Text
19731 \begin_inset Space ~
19732 \end_inset
19733
19734 wrap float floats might be fragile! E.g.
19735  having a figure too close to the bottom of the page can mess things up
19736  in the way that the float doesn't appear in the output or that it is placed
19737  over some other text.
19738 \end_layout
19739
19740 \end_inset
19741
19742  In general:
19743 \end_layout
19744
19745 \begin_layout Itemize
19746 Wrap floats should not be placed in paragraphs that run over a page break.
19747  That means that wrap floats should better be inserted to the exact place
19748  when the document is nearly ready and you are able to estimate where page
19749  breaks will appear.
19750 \end_layout
19751
19752 \begin_layout Itemize
19753 Wrap floats should either be placed in an own paragraph before the paragraph
19754  where they should wrap into or within a paragraph.
19755 \end_layout
19756
19757 \begin_layout Itemize
19758 Wrap floats in consecutive paragraphs may cause troubles, so assure that
19759  there is a text paragraph between them as separator.
19760 \end_layout
19761
19762 \begin_layout Itemize
19763 Wrap floats are not allowed in section headings or tables.
19764 \end_layout
19765
19766 \begin_layout Subsection
19767 Rotated Floats
19768 \begin_inset CommandInset label
19769 LatexCommand label
19770 name "sub:Rotated-Floats"
19771
19772 \end_inset
19773
19774
19775 \begin_inset Index
19776 status collapsed
19777
19778 \begin_layout PlainLayout
19779 Floats ! Rotating
19780 \end_layout
19781
19782 \end_inset
19783
19784
19785 \end_layout
19786
19787 \begin_layout Standard
19788 Especially for wide tables you might have floats rotated.
19789  To rotate a whole float including the caption, right-click on the float-box
19790  and use the option 
19791 \family sans
19792 Rotate
19793 \begin_inset Space ~
19794 \end_inset
19795
19796 sideways
19797 \family default
19798 .
19799 \end_layout
19800
19801 \begin_layout Standard
19802 Rotated floats are always placed on its own page (or column, when you have
19803  a two-column document).
19804  They are rotated so that you can read them from the outside margin.
19805  Forcing the rotation direction is explained in the 
19806 \emph on
19807 Embedded Objects
19808 \emph default
19809  manual.
19810 \end_layout
19811
19812 \begin_layout Standard
19813 Referencing rotated floats is the same like for normal floats, the caption
19814  format is also the same: Table
19815 \begin_inset Space ~
19816 \end_inset
19817
19818
19819 \begin_inset CommandInset ref
19820 LatexCommand ref
19821 reference "cap:Rotated-table"
19822
19823 \end_inset
19824
19825  is an example of a rotated table float.
19826 \end_layout
19827
19828 \begin_layout Standard
19829 \begin_inset Note Greyedout
19830 status open
19831
19832 \begin_layout PlainLayout
19833
19834 \series bold
19835 Note:
19836 \series default
19837  Not all DVI-viewers are able to display rotated floats.
19838 \end_layout
19839
19840 \end_inset
19841
19842
19843 \end_layout
19844
19845 \begin_layout Standard
19846 \begin_inset Float table
19847 wide false
19848 sideways true
19849 status open
19850
19851 \begin_layout PlainLayout
19852 \begin_inset Caption
19853
19854 \begin_layout PlainLayout
19855 \begin_inset CommandInset label
19856 LatexCommand label
19857 name "cap:Rotated-table"
19858
19859 \end_inset
19860
19861  Rotated table
19862 \end_layout
19863
19864 \end_inset
19865
19866
19867 \end_layout
19868
19869 \begin_layout PlainLayout
19870 \align center
19871 \begin_inset Tabular
19872 <lyxtabular version="3" rows="1" columns="5">
19873 <features>
19874 <column alignment="center" valignment="top" width="0">
19875 <column alignment="center" valignment="top" width="0">
19876 <column alignment="center" valignment="top" width="0">
19877 <column alignment="center" valignment="top" width="0">
19878 <column alignment="center" valignment="top" width="0">
19879 <row>
19880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19881 \begin_inset Text
19882
19883 \begin_layout PlainLayout
19884 test
19885 \end_layout
19886
19887 \end_inset
19888 </cell>
19889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19890 \begin_inset Text
19891
19892 \begin_layout PlainLayout
19893 b
19894 \end_layout
19895
19896 \end_inset
19897 </cell>
19898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19899 \begin_inset Text
19900
19901 \begin_layout PlainLayout
19902 c
19903 \end_layout
19904
19905 \end_inset
19906 </cell>
19907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19908 \begin_inset Text
19909
19910 \begin_layout PlainLayout
19911 d
19912 \end_layout
19913
19914 \end_inset
19915 </cell>
19916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19917 \begin_inset Text
19918
19919 \begin_layout PlainLayout
19920 e
19921 \end_layout
19922
19923 \end_inset
19924 </cell>
19925 </row>
19926 </lyxtabular>
19927
19928 \end_inset
19929
19930
19931 \end_layout
19932
19933 \end_inset
19934
19935
19936 \end_layout
19937
19938 \begin_layout Subsection
19939 Float Placement
19940 \begin_inset CommandInset label
19941 LatexCommand label
19942 name "sub:Float-Placement"
19943
19944 \end_inset
19945
19946
19947 \begin_inset Index
19948 status collapsed
19949
19950 \begin_layout PlainLayout
19951 Floats ! Placement
19952 \end_layout
19953
19954 \end_inset
19955
19956
19957 \end_layout
19958
19959 \begin_layout Standard
19960 Right-clicking on a float-box opens a dialog where you can alter the placement
19961  options that LaTeX uses for positioning the float.
19962 \newline
19963 The option 
19964 \family sans
19965 Span
19966 \begin_inset Space ~
19967 \end_inset
19968
19969 columns
19970 \family default
19971  is only useful for two-column documents: If you select it, the float will
19972  span across both columns on the page instead of being confined to just
19973  one.
19974 \newline
19975 The option 
19976 \family sans
19977 Rotate
19978 \begin_inset Space ~
19979 \end_inset
19980
19981 sideways
19982 \family default
19983  is used to rotate floats, see section
19984 \begin_inset Space ~
19985 \end_inset
19986
19987
19988 \begin_inset CommandInset ref
19989 LatexCommand ref
19990 reference "sub:Rotated-Floats"
19991
19992 \end_inset
19993
19994 .
19995 \end_layout
19996
19997 \begin_layout Standard
19998 You can use one ore more of the following options in the float dialog to
19999  set the placement for a particular float when you uncheck the option 
20000 \family sans
20001 Use
20002 \begin_inset Space ~
20003 \end_inset
20004
20005 default
20006 \begin_inset Space ~
20007 \end_inset
20008
20009 placement
20010 \family default
20011 :
20012 \end_layout
20013
20014 \begin_layout Description
20015 Here
20016 \begin_inset Space ~
20017 \end_inset
20018
20019 if
20020 \begin_inset Space ~
20021 \end_inset
20022
20023 possible: try to place the float on the position where it is inserted
20024 \end_layout
20025
20026 \begin_layout Description
20027 Top
20028 \begin_inset Space ~
20029 \end_inset
20030
20031 of
20032 \begin_inset Space ~
20033 \end_inset
20034
20035 page: try to place the float on the top of the current page
20036 \end_layout
20037
20038 \begin_layout Description
20039 Bottom
20040 \begin_inset Space ~
20041 \end_inset
20042
20043 of
20044 \begin_inset Space ~
20045 \end_inset
20046
20047 page: try to place the float on the bottom of the current page
20048 \end_layout
20049
20050 \begin_layout Description
20051 Page
20052 \begin_inset Space ~
20053 \end_inset
20054
20055 of
20056 \begin_inset Space ~
20057 \end_inset
20058
20059 floats: try to place the float on an own page 
20060 \end_layout
20061
20062 \begin_layout Standard
20063 The order of the above option is 
20064 \emph on
20065 always
20066 \emph default
20067  used by LaTeX.
20068  That means, if you use the default placement, LaTeX will first try out
20069  
20070 \family sans
20071 Here
20072 \begin_inset Space ~
20073 \end_inset
20074
20075 if
20076 \begin_inset Space ~
20077 \end_inset
20078
20079 possible
20080 \family default
20081 , then 
20082 \family sans
20083 Top
20084 \begin_inset Space ~
20085 \end_inset
20086
20087 of
20088 \begin_inset Space ~
20089 \end_inset
20090
20091 page
20092 \family default
20093 , and then the others.
20094  If you don't use the default, LaTeX will try only the checked options but
20095  in the same order.
20096  If none of the 4 placements are possible the procedure is internally repeated
20097  but it is tried to put the float on the following page.
20098 \end_layout
20099
20100 \begin_layout Standard
20101 By default, each options has its own rules:
20102 \end_layout
20103
20104 \begin_layout Standard
20105
20106 \family sans
20107 Top
20108 \begin_inset Space ~
20109 \end_inset
20110
20111 of
20112 \begin_inset Space ~
20113 \end_inset
20114
20115 page
20116 \family default
20117  only floats occupying less than 70
20118 \begin_inset Space \thinspace{}
20119 \end_inset
20120
20121 % of the page can be placed at the top of a page
20122 \end_layout
20123
20124 \begin_layout Standard
20125
20126 \family sans
20127 Bottom
20128 \begin_inset Space ~
20129 \end_inset
20130
20131 of
20132 \begin_inset Space ~
20133 \end_inset
20134
20135 page
20136 \family default
20137 : only floats occupying less than 30
20138 \begin_inset Space \thinspace{}
20139 \end_inset
20140
20141 % of the page can be placed at the bottom of a page.
20142 \end_layout
20143
20144 \begin_layout Standard
20145
20146 \family sans
20147 Page
20148 \begin_inset Space ~
20149 \end_inset
20150
20151 of
20152 \begin_inset Space ~
20153 \end_inset
20154
20155 floats
20156 \family default
20157 : only if more than 50
20158 \begin_inset Space \thinspace{}
20159 \end_inset
20160
20161 % of the page are occupied by floats, several floats can be set together
20162  on a page.
20163 \end_layout
20164
20165 \begin_layout Standard
20166 If you don't like these rules, you can ignore them by using the additional
20167  option 
20168 \family sans
20169 Ignore
20170 \begin_inset Space ~
20171 \end_inset
20172
20173 LaTeX
20174 \begin_inset Space ~
20175 \end_inset
20176
20177 rules
20178 \family default
20179 .
20180 \end_layout
20181
20182 \begin_layout Standard
20183 Sometimes you might need, under all circumstances, a float to be placed
20184  exactly at the position where it is inserted.
20185  For this case you can use the option 
20186 \family sans
20187 Here
20188 \begin_inset Space ~
20189 \end_inset
20190
20191 definitely
20192 \family default
20193 .
20194  Use this option very rarely and only if the document is nearly ready to
20195  be printed.
20196  Because the float is then no longer able to 
20197 \begin_inset Quotes eld
20198 \end_inset
20199
20200 float
20201 \begin_inset Quotes erd
20202 \end_inset
20203
20204  when you change your document and this will often destroy the page layout.
20205 \end_layout
20206
20207 \begin_layout Standard
20208 There are no placement options for text wrap floats, because they are always
20209  surrounded by the text of a certain paragraph.
20210 \end_layout
20211
20212 \begin_layout Standard
20213 For more details about float placements, have a look at LaTeX books like
20214  
20215 \begin_inset CommandInset citation
20216 LatexCommand cite
20217 key "latexcompanion,latexguide,latexbook"
20218
20219 \end_inset
20220
20221 .
20222 \end_layout
20223
20224 \begin_layout Section
20225 Minipages
20226 \begin_inset Index
20227 status collapsed
20228
20229 \begin_layout PlainLayout
20230 Minipages
20231 \end_layout
20232
20233 \end_inset
20234
20235
20236 \begin_inset CommandInset label
20237 LatexCommand label
20238 name "sec:Minipages"
20239
20240 \end_inset
20241
20242
20243 \end_layout
20244
20245 \begin_layout Standard
20246 LaTeX provides a mechanism to produce essentially a page within a page,
20247  called minipage.
20248  Within a minipage, all the usual rules of indentation, line wrapping, etc.
20249 \begin_inset Space ~
20250 \end_inset
20251
20252 apply.
20253  
20254 \end_layout
20255
20256 \begin_layout Standard
20257 Minipages in LyX have their own collapsible box inserted via the menu 
20258 \family sans
20259 Insert\SpecialChar \menuseparator
20260 Box
20261 \family default
20262 .
20263  Right-clicking on the box allows you to alter the width of the minipage
20264  and its alignment within the page.
20265 \end_layout
20266
20267 \begin_layout Standard
20268 \align center
20269 \begin_inset Box Frameless
20270 position "t"
20271 hor_pos "c"
20272 has_inner_box 1
20273 inner_pos "t"
20274 use_parbox 0
20275 width "30col%"
20276 special "none"
20277 height "1pt"
20278 height_special "totalheight"
20279 status open
20280
20281 \begin_layout PlainLayout
20282
20283 \shape italic
20284 This is a minipage.
20285  The text is set in an italic style.
20286 \end_layout
20287
20288 \begin_layout PlainLayout
20289
20290 \shape italic
20291 Minipages are often used for text in another language or text that needs
20292  another formatting.
20293 \end_layout
20294
20295 \end_inset
20296
20297
20298 \end_layout
20299
20300 \begin_layout Standard
20301 \begin_inset VSpace medskip
20302 \end_inset
20303
20304 If you place two minipages side-by-side, you can use 
20305 \family sans
20306 Horizontal Fills
20307 \family default
20308  as described in section
20309 \begin_inset Space ~
20310 \end_inset
20311
20312
20313 \begin_inset CommandInset ref
20314 LatexCommand ref
20315 reference "sub:Horizontal-Space"
20316
20317 \end_inset
20318
20319 :
20320 \begin_inset VSpace medskip
20321 \end_inset
20322
20323
20324 \end_layout
20325
20326 \begin_layout Standard
20327 \begin_inset Box Frameless
20328 position "t"
20329 hor_pos "c"
20330 has_inner_box 1
20331 inner_pos "t"
20332 use_parbox 0
20333 width "1.5in"
20334 special "none"
20335 height "1pt"
20336 height_special "totalheight"
20337 status open
20338
20339 \begin_layout PlainLayout
20340 This is a minipage with some stupid dummy text.
20341  This dummy text is used to increase the size of the minipage.
20342 \end_layout
20343
20344 \end_inset
20345
20346
20347 \begin_inset Space \hfill{}
20348 \end_inset
20349
20350
20351 \begin_inset Box Frameless
20352 position "t"
20353 hor_pos "c"
20354 has_inner_box 1
20355 inner_pos "t"
20356 use_parbox 0
20357 width "1.5in"
20358 special "none"
20359 height "1pt"
20360 height_special "totalheight"
20361 status open
20362
20363 \begin_layout PlainLayout
20364 This is a minipage with some stupid dummy text.
20365  This dummy text is used to increase the size of the minipage.
20366 \end_layout
20367
20368 \end_inset
20369
20370
20371 \end_layout
20372
20373 \begin_layout Standard
20374 \begin_inset VSpace bigskip
20375 \end_inset
20376
20377
20378 \end_layout
20379
20380 \begin_layout Standard
20381 When you right-click on a minipage box, you can change the box from a minipage
20382  to other box types.
20383  All box types and their settings are explained in detail in chapter 
20384 \emph on
20385 Boxes
20386 \emph default
20387  of the 
20388 \emph on
20389 Embedded Objects
20390 \emph default
20391  manual.
20392 \end_layout
20393
20394 \begin_layout Chapter
20395 Mathematical Formulas
20396 \begin_inset Index
20397 status collapsed
20398
20399 \begin_layout PlainLayout
20400 Math
20401 \end_layout
20402
20403 \end_inset
20404
20405
20406 \begin_inset Index
20407 status collapsed
20408
20409 \begin_layout PlainLayout
20410 Formulas | see
20411 \begin_inset ERT
20412 status collapsed
20413
20414 \begin_layout PlainLayout
20415
20416 {
20417 \end_layout
20418
20419 \end_inset
20420
20421 Math
20422 \begin_inset ERT
20423 status collapsed
20424
20425 \begin_layout PlainLayout
20426
20427 }
20428 \end_layout
20429
20430 \end_inset
20431
20432
20433 \end_layout
20434
20435 \end_inset
20436
20437
20438 \begin_inset CommandInset label
20439 LatexCommand label
20440 name "cha:Mathematical-Formulas"
20441
20442 \end_inset
20443
20444
20445 \end_layout
20446
20447 \begin_layout Standard
20448 The issues of this chapter are described in detail in the 
20449 \emph on
20450 Math
20451 \emph default
20452  manual.
20453  There you'll also find tips and tricks for special cases.
20454 \end_layout
20455
20456 \begin_layout Section
20457 Basic Math Editing
20458 \begin_inset Index
20459 status collapsed
20460
20461 \begin_layout PlainLayout
20462 Math ! Basics
20463 \end_layout
20464
20465 \end_inset
20466
20467
20468 \end_layout
20469
20470 \begin_layout Standard
20471 To create a math formula, you can just click on the toolbar icon 
20472 \begin_inset Graphics
20473         filename ../images/math-mode.png
20474         embed ""
20475
20476 \end_inset
20477
20478 .
20479  That will create a little blue rectangle, with purple markers around its
20480  corners.
20481  That blue rectangle is the formula itself; the purple markers indicate
20482  what level of nesting within the formula you are at.
20483  You can also choose a particular formula type to insert via the 
20484 \family sans
20485 Insert\SpecialChar \menuseparator
20486 Math
20487 \family default
20488  menu.
20489 \end_layout
20490
20491 \begin_layout Standard
20492 Editing the parameters of a formula and adding math constructs can be done
20493  with the 
20494 \family sans
20495 math
20496 \begin_inset Space ~
20497 \end_inset
20498
20499 toolbar
20500 \family default
20501 , that appears when the cursor is in a formula.
20502 \end_layout
20503
20504 \begin_layout Standard
20505 There are two main types of formulas: Inline formulas appear within a text
20506  line, like this one:
20507 \end_layout
20508
20509 \begin_layout Standard
20510 This is a line with an inline formula 
20511 \begin_inset Formula $A=B$
20512 \end_inset
20513
20514  in it.
20515 \end_layout
20516
20517 \begin_layout Standard
20518 Displayed formulas appear outside the text like as they were in an own paragraph
20519 , like this one:
20520 \begin_inset Formula \[
20521 A=B\]
20522
20523 \end_inset
20524
20525 You can only number and reference displayed formulas.
20526 \end_layout
20527
20528 \begin_layout Standard
20529 LyX supports also many LaTeX math commands.
20530  E.g.
20531  typing 
20532 \begin_inset Quotes eld
20533 \end_inset
20534
20535
20536 \series bold
20537
20538 \backslash
20539 alpha
20540 \series default
20541
20542 \begin_inset Quotes erd
20543 \end_inset
20544
20545 , followed by a space, in a formula will create the Greek letter 
20546 \begin_inset Formula $\alpha$
20547 \end_inset
20548
20549 .
20550  So typing commands might sometimes be faster than using the 
20551 \family sans
20552 Math
20553 \begin_inset Space ~
20554 \end_inset
20555
20556 Panel
20557 \family default
20558 .
20559 \end_layout
20560
20561 \begin_layout Subsection
20562 Navigating in Formulas
20563 \begin_inset Index
20564 status collapsed
20565
20566 \begin_layout PlainLayout
20567 Math ! Navigating
20568 \end_layout
20569
20570 \end_inset
20571
20572
20573 \end_layout
20574
20575 \begin_layout Standard
20576 The best control over the cursor position within an existing formula is
20577  achieved with the arrow keys.
20578  LyX uses small rectangles to indicate places where something can be inserted.
20579  The arrow keys can be used to navigate between parts of a formula.
20580  Pressing 
20581 \family sans
20582 Space
20583 \family default
20584  will leave a formula construct (a square root 
20585 \begin_inset Formula $\sqrt{2}$
20586 \end_inset
20587
20588 , or parentheses 
20589 \begin_inset Formula $\left(f\right)$
20590 \end_inset
20591
20592 , or a matrix 
20593 \begin_inset Formula $\left[\begin{array}{cc}
20594 1 & 2\\
20595 3 & 4\end{array}\right]$
20596 \end_inset
20597
20598 ).
20599  Pressing 
20600 \family sans
20601 Escape
20602 \family default
20603  will leave the formula, placing the cursor after the formula.
20604  
20605 \family sans
20606 Tab
20607 \family default
20608  can be used to move horizontally in a formula; for example, through the
20609  cells of a matrix or the positions in a multi-line equation.
20610 \end_layout
20611
20612 \begin_layout Standard
20613
20614 \family sans
20615 Space
20616 \family default
20617 , printed in this document as 
20618 \begin_inset Quotes eld
20619 \end_inset
20620
20621
20622 \begin_inset ERT
20623 status collapsed
20624
20625 \begin_layout PlainLayout
20626
20627
20628 \backslash
20629 spce 
20630 \end_layout
20631
20632 \end_inset
20633
20634
20635 \begin_inset Quotes erd
20636 \end_inset
20637
20638
20639 \begin_inset Note Note
20640 status collapsed
20641
20642 \begin_layout PlainLayout
20643 This command will appear in the output as official character denoting the
20644  space character (visible space).
20645 \end_layout
20646
20647 \end_inset
20648
20649 , seems to do nothing in a formula, since it does not add a space between
20650  characters, but it does exit a nested structure.
20651  For this reason, you have to be careful about using 
20652 \family sans
20653 Space
20654 \family default
20655 .
20656  For example, if you want 
20657 \begin_inset Formula $\sqrt{2x+1}$
20658 \end_inset
20659
20660 , type 
20661 \series bold
20662
20663 \backslash
20664 sqrt
20665 \begin_inset ERT
20666 status collapsed
20667
20668 \begin_layout PlainLayout
20669
20670
20671 \backslash
20672 spce 
20673 \end_layout
20674
20675 \end_inset
20676
20677 2x+1
20678 \series default
20679  and not 
20680 \series bold
20681
20682 \backslash
20683 sqrt
20684 \begin_inset ERT
20685 status collapsed
20686
20687 \begin_layout PlainLayout
20688
20689
20690 \backslash
20691 spce 
20692 \end_layout
20693
20694 \end_inset
20695
20696 2x
20697 \begin_inset ERT
20698 status collapsed
20699
20700 \begin_layout PlainLayout
20701
20702
20703 \backslash
20704 spce 
20705 \end_layout
20706
20707 \end_inset
20708
20709 +1
20710 \series default
20711 , since in the latter case only the 
20712 \family typewriter
20713
20714 \begin_inset Formula $2x$
20715 \end_inset
20716
20717
20718 \family default
20719  will be under the square root sign: 
20720 \begin_inset Formula $\sqrt{2x}+1$
20721 \end_inset
20722
20723 .
20724 \end_layout
20725
20726 \begin_layout Standard
20727 You can leave many parts of a formula, like this matrix, partially filled
20728  in, such as:
20729 \begin_inset Formula \[
20730 \left(\begin{array}{ccc}
20731 \lambda_{1}\\
20732  & \ddots\\
20733  &  & \lambda_{n}\end{array}\right)\]
20734
20735 \end_inset
20736
20737 If you leave a fraction only partially filled in, or a subscript with nothing
20738  in it, the results will be unpredictable, but most constructs don't mind.
20739 \end_layout
20740
20741 \begin_layout Subsection
20742 Selecting Text
20743 \end_layout
20744
20745 \begin_layout Standard
20746 You can select text within a formula in two different ways.
20747  Place the cursor at one end of the string of text you want, and press 
20748 \family sans
20749 Shift
20750 \family default
20751  and a cursor movement key to select text.
20752  It will be highlighted as with regular text selection.
20753  Alternatively, you can select text with the mouse in the usual way.
20754  That text can then be cut or copied, and then pasted within any formula,
20755  but not in a normal text region in LyX.
20756 \end_layout
20757
20758 \begin_layout Subsection
20759 Exponents and Subscripts
20760 \begin_inset Index
20761 status collapsed
20762
20763 \begin_layout PlainLayout
20764 Math ! Exponents
20765 \end_layout
20766
20767 \end_inset
20768
20769
20770 \begin_inset Index
20771 status collapsed
20772
20773 \begin_layout PlainLayout
20774 Math ! Subscripts
20775 \end_layout
20776
20777 \end_inset
20778
20779
20780 \end_layout
20781
20782 \begin_layout Standard
20783 You can use the math panel to add super- or subscripts, but the much easier
20784  way is to use a command.
20785  To get 
20786 \begin_inset Formula $x^{2}$
20787 \end_inset
20788
20789 , type in a formula 
20790 \series bold
20791 x^2
20792 \begin_inset ERT
20793 status collapsed
20794
20795 \begin_layout PlainLayout
20796
20797
20798 \backslash
20799 spce 
20800 \end_layout
20801
20802 \end_inset
20803
20804
20805 \series default
20806 .
20807  The final 
20808 \family sans
20809 Space
20810 \family default
20811  puts the cursor back down on the base line of the expression.
20812  If you type 
20813 \series bold
20814 x^2y
20815 \series default
20816 , you will get 
20817 \begin_inset Formula $x^{2y}$
20818 \end_inset
20819
20820 , to get 
20821 \begin_inset Formula $x^{2}y$
20822 \end_inset
20823
20824 , type 
20825 \series bold
20826 x^2
20827 \begin_inset ERT
20828 status collapsed
20829
20830 \begin_layout PlainLayout
20831
20832
20833 \backslash
20834 spce 
20835 \end_layout
20836
20837 \end_inset
20838
20839 y
20840 \series default
20841 .
20842  If you use characters in the superscript, that could be accented with the
20843  hat 
20844 \begin_inset Quotes eld
20845 \end_inset
20846
20847 ^
20848 \begin_inset Quotes erd
20849 \end_inset
20850
20851 , you have to use an extra 
20852 \family sans
20853 Space
20854 \family default
20855  to separate the hat and the character.
20856  E.g.
20857  if you want 
20858 \begin_inset Formula $x^{a}$
20859 \end_inset
20860
20861 , type 
20862 \series bold
20863 x^
20864 \begin_inset ERT
20865 status collapsed
20866
20867 \begin_layout PlainLayout
20868
20869
20870 \backslash
20871 spce 
20872 \end_layout
20873
20874 \end_inset
20875
20876 a
20877 \series default
20878 .
20879  Subscripts are similar: To get 
20880 \begin_inset Formula $a_{1}$
20881 \end_inset
20882
20883 , type 
20884 \series bold
20885 a_1
20886 \begin_inset ERT
20887 status collapsed
20888
20889 \begin_layout PlainLayout
20890
20891
20892 \backslash
20893 spce 
20894 \end_layout
20895
20896 \end_inset
20897
20898
20899 \series default
20900 .
20901 \end_layout
20902
20903 \begin_layout Subsection
20904 Fractions
20905 \begin_inset Index
20906 status collapsed
20907
20908 \begin_layout PlainLayout
20909 Math ! Fractions
20910 \end_layout
20911
20912 \end_inset
20913
20914
20915 \end_layout
20916
20917 \begin_layout Standard
20918 Create a fraction with either the command 
20919 \series bold
20920
20921 \backslash
20922 frac
20923 \series default
20924  or using the icon 
20925 \begin_inset Graphics
20926         filename ../images/math/frac.png
20927         embed ""
20928         scale 60
20929
20930 \end_inset
20931
20932  in the 
20933 \family sans
20934 Math
20935 \begin_inset Space ~
20936 \end_inset
20937
20938 Panel
20939 \family default
20940 .
20941  You will be presented with an empty fraction.
20942  The cursor is above the fraction line.
20943  To move it to the bottom, simply press 
20944 \family sans
20945 Down
20946 \family default
20947 .
20948  To move back up, press 
20949 \family sans
20950 Up
20951 \family default
20952 .
20953  Any math structure can be placed in a fraction, as this example shows:
20954 \begin_inset Formula \[
20955 \left[\frac{1}{\left(\begin{array}{cc}
20956 2 & 3\\
20957 4 & 5\end{array}\right)}\right]\]
20958
20959 \end_inset
20960
20961
20962 \end_layout
20963
20964 \begin_layout Subsection
20965 Roots
20966 \begin_inset Index
20967 status collapsed
20968
20969 \begin_layout PlainLayout
20970 Math ! Roots
20971 \end_layout
20972
20973 \end_inset
20974
20975
20976 \end_layout
20977
20978 \begin_layout Standard
20979 Roots can be created using the 
20980 \family sans
20981 Math
20982 \begin_inset Space ~
20983 \end_inset
20984
20985 Panel
20986 \family default
20987  button
20988 \begin_inset Graphics
20989         filename ../images/math/sqrt.png
20990         embed ""
20991
20992 \end_inset
20993
20994  or the commands 
20995 \series bold
20996
20997 \backslash
20998 sqrt
20999 \series default
21000  or 
21001 \series bold
21002
21003 \backslash
21004 root
21005 \series default
21006 .
21007  With the command 
21008 \series bold
21009
21010 \backslash
21011 root
21012 \series default
21013  you can produce roots of higher orders, like cube roots, while 
21014 \series bold
21015
21016 \backslash
21017 sqrt
21018 \series default
21019  produces always a square root.
21020 \end_layout
21021
21022 \begin_layout Subsection
21023 Operators with Limits
21024 \begin_inset Index
21025 status collapsed
21026
21027 \begin_layout PlainLayout
21028 Math ! Sums
21029 \end_layout
21030
21031 \end_inset
21032
21033
21034 \begin_inset Index
21035 status collapsed
21036
21037 \begin_layout PlainLayout
21038 Math ! Integrals
21039 \end_layout
21040
21041 \end_inset
21042
21043
21044 \begin_inset CommandInset label
21045 LatexCommand label
21046 name "sub:Operators-with-Limits"
21047
21048 \end_inset
21049
21050
21051 \end_layout
21052
21053 \begin_layout Standard
21054 Sum (
21055 \begin_inset Formula $\sum$
21056 \end_inset
21057
21058 ) and integral (
21059 \begin_inset Formula $\int$
21060 \end_inset
21061
21062 ) operators are very often decorated with limits.
21063  These limits can be entered in LyX by entering them as you would enter
21064  a super- or subscript, directly after the symbol.
21065  The sum operator will automatically place its 
21066 \begin_inset Quotes eld
21067 \end_inset
21068
21069 limits
21070 \begin_inset Quotes erd
21071 \end_inset
21072
21073  over and under the symbol in displayed formulas, and on the side in inline
21074  formulas.
21075  Such as 
21076 \begin_inset Formula $\sum_{n=0}^{\infty}\frac{1}{n!}=e$
21077 \end_inset
21078
21079 , versus
21080 \begin_inset Formula \[
21081 \sum_{n=0}^{\infty}\frac{1}{n!}=e\]
21082
21083 \end_inset
21084
21085 Integral signs, however, will place the limits on the side in both formula
21086  types.
21087 \end_layout
21088
21089 \begin_layout Standard
21090 All operators with limits will be automatically re-sized when placed in
21091  display mode.
21092  The placement of the limits can be changed by placing the cursor directly
21093  behind the operator and hitting 
21094 \family sans
21095 M-m l
21096 \family default
21097  or using the menu 
21098 \family sans
21099 Edit\SpecialChar \menuseparator
21100 Math\SpecialChar \menuseparator
21101 Change
21102 \begin_inset Space ~
21103 \end_inset
21104
21105 Limits
21106 \begin_inset Space ~
21107 \end_inset
21108
21109 Type
21110 \family default
21111 .
21112 \end_layout
21113
21114 \begin_layout Standard
21115 Certain other mathematical expressions have this 
21116 \begin_inset Quotes eld
21117 \end_inset
21118
21119 moving limits
21120 \begin_inset Quotes erd
21121 \end_inset
21122
21123  feature as addition, such as
21124 \begin_inset Index
21125 status collapsed
21126
21127 \begin_layout PlainLayout
21128 Math ! Limits
21129 \end_layout
21130
21131 \end_inset
21132
21133
21134 \begin_inset Formula \[
21135 \lim_{x\rightarrow\infty}f(x),\]
21136
21137 \end_inset
21138
21139 which will place the 
21140 \begin_inset Formula $x\rightarrow\infty$
21141 \end_inset
21142
21143  underneath the 
21144 \begin_inset Quotes eld
21145 \end_inset
21146
21147 lim
21148 \begin_inset Quotes erd
21149 \end_inset
21150
21151  in display mode.
21152  In inline formulas it looks like this: 
21153 \begin_inset Formula $\lim_{x\rightarrow\infty}f(x)$
21154 \end_inset
21155
21156 .
21157 \end_layout
21158
21159 \begin_layout Standard
21160 Note that the lim-function was entered as the function macro 
21161 \series bold
21162
21163 \backslash
21164 lim
21165 \series default
21166 .
21167  Have a look at section
21168 \begin_inset Space ~
21169 \end_inset
21170
21171
21172 \begin_inset CommandInset ref
21173 LatexCommand ref
21174 reference "sub:Functions"
21175
21176 \end_inset
21177
21178  for an explanation of function macros.
21179 \end_layout
21180
21181 \begin_layout Subsection
21182 Math Symbols
21183 \begin_inset Index
21184 status collapsed
21185
21186 \begin_layout PlainLayout
21187 Math ! Symbols
21188 \end_layout
21189
21190 \end_inset
21191
21192
21193 \end_layout
21194
21195 \begin_layout Standard
21196 Most math symbols can be found in the 
21197 \family sans
21198 Math
21199 \begin_inset Space ~
21200 \end_inset
21201
21202 Panel
21203 \family default
21204  under one of several categories; including 
21205 \family sans
21206 Greek
21207 \family default
21208
21209 \family sans
21210 Operators
21211 \family default
21212  , 
21213 \family sans
21214 Relations
21215 \family default
21216
21217 \family sans
21218 Arrows
21219 \family default
21220 .
21221  There are also the additional symbols provided by the American Mathematical
21222  Society (AMS).
21223 \end_layout
21224
21225 \begin_layout Standard
21226 If you know the LaTeX-command for a construct or symbol you wish to use,
21227  you don't have to use the 
21228 \family sans
21229 Math
21230 \begin_inset Space ~
21231 \end_inset
21232
21233 Panel
21234 \family default
21235 , but can type the command directly into the formula.
21236  LyX will convert it to the corresponding symbol or construct.
21237 \end_layout
21238
21239 \begin_layout Subsection
21240 Altering Spacing
21241 \begin_inset Index
21242 status collapsed
21243
21244 \begin_layout PlainLayout
21245 Math ! Spaces
21246 \end_layout
21247
21248 \end_inset
21249
21250
21251 \begin_inset CommandInset label
21252 LatexCommand label
21253 name "sub:Altering-Spacing"
21254
21255 \end_inset
21256
21257
21258 \end_layout
21259
21260 \begin_layout Standard
21261 You may want to create spaces that differs from the standard spacing that
21262  LaTeX provides.
21263  To do this, type 
21264 \family sans
21265 C-Space
21266 \family default
21267  or to use the 
21268 \family sans
21269 Math
21270 \begin_inset Space ~
21271 \end_inset
21272
21273 Panel
21274 \family default
21275  button 
21276 \begin_inset Graphics
21277         filename ../images/math/space.png
21278         embed ""
21279
21280 \end_inset
21281
21282 .
21283  This generates a small space, and shows a small marker on the screen.
21284  Here a example for the sequence 
21285 \series bold
21286 a C-Space b
21287 \series default
21288
21289 \begin_inset Formula $a\, b$
21290 \end_inset
21291
21292  (appears in LyX as 
21293 \begin_inset Graphics
21294         filename clipart/SpaceMarker.png
21295         embed ""
21296
21297 \end_inset
21298
21299 ).
21300  You can change the space to different sizes when you set the cursor behind
21301  the space marker and hit space again several times.
21302  With every space hit the size will be changed.
21303  Some markers for the space size appear red in LyX, because they are a negative
21304  spaces.
21305  Here two examples:
21306 \end_layout
21307
21308 \begin_layout Standard
21309
21310 \series bold
21311 a C-Space b
21312 \series default
21313  and 3×
21314 \family sans
21315 Space
21316 \family default
21317
21318 \begin_inset Formula $a\quad b$
21319 \end_inset
21320
21321
21322 \end_layout
21323
21324 \begin_layout Standard
21325
21326 \series bold
21327 a C-Space b
21328 \series default
21329  and 5×
21330 \family sans
21331 Space
21332 \family default
21333
21334 \begin_inset Formula $a\! b$
21335 \end_inset
21336
21337
21338 \end_layout
21339
21340 \begin_layout Subsection
21341 Functions
21342 \begin_inset Index
21343 status collapsed
21344
21345 \begin_layout PlainLayout
21346 Math ! Functions
21347 \end_layout
21348
21349 \end_inset
21350
21351
21352 \begin_inset CommandInset label
21353 LatexCommand label
21354 name "sub:Functions"
21355
21356 \end_inset
21357
21358
21359 \end_layout
21360
21361 \begin_layout Standard
21362 The 
21363 \family sans
21364 Math
21365 \begin_inset Space ~
21366 \end_inset
21367
21368 Panel
21369 \family default
21370  contains under the button 
21371 \begin_inset Graphics
21372         filename ../images/math/functions.png
21373         embed ""
21374
21375 \end_inset
21376
21377  a number of functions, such as 
21378 \begin_inset Formula $\sin$
21379 \end_inset
21380
21381
21382 \begin_inset Formula $\lim$
21383 \end_inset
21384
21385
21386 \emph on
21387 etc
21388 \emph default
21389 .
21390  (you can also insert them in a formula by typing 
21391 \series bold
21392
21393 \backslash
21394 sin
21395 \series default
21396  etc.).
21397  Standard mathematical practice is, that functions are printed upright to
21398  avoid confusions, because 
21399 \begin_inset Formula $sin$
21400 \end_inset
21401
21402  does normally mean 
21403 \begin_inset Formula $s·i·n$
21404 \end_inset
21405
21406 .
21407 \end_layout
21408
21409 \begin_layout Standard
21410 Using the function macros will also produce correct spacing around the function:
21411  
21412 \begin_inset Formula $a\sin x$
21413 \end_inset
21414
21415  is different from 
21416 \begin_inset Formula $asinx$
21417 \end_inset
21418
21419
21420 \end_layout
21421
21422 \begin_layout Standard
21423 For some mathematical objects, like the limes, the macro changes the way
21424  that subscripts are placed, like described in section
21425 \begin_inset Space ~
21426 \end_inset
21427
21428
21429 \begin_inset CommandInset ref
21430 LatexCommand ref
21431 reference "sub:Operators-with-Limits"
21432
21433 \end_inset
21434
21435 .
21436 \end_layout
21437
21438 \begin_layout Subsection
21439 Accents
21440 \begin_inset Index
21441 status collapsed
21442
21443 \begin_layout PlainLayout
21444 Math ! Accents
21445 \end_layout
21446
21447 \end_inset
21448
21449
21450 \end_layout
21451
21452 \begin_layout Standard
21453 In a formula you can insert accented characters in the same way as in text
21454  mode.
21455  This may depend on your keyboard, or the bindings file you use.
21456  You can also use LaTeX commands to e.g.
21457  enter 
21458 \begin_inset Formula $\hat{a}$
21459 \end_inset
21460
21461  even if your keyboard doesn't have hat-accents enabled.
21462  Our example is entered by typing 
21463 \series bold
21464
21465 \backslash
21466 hat
21467 \begin_inset ERT
21468 status collapsed
21469
21470 \begin_layout PlainLayout
21471
21472
21473 \backslash
21474 spce 
21475 \end_layout
21476
21477 \end_inset
21478
21479 a
21480 \series default
21481  in a formula.
21482  Table
21483 \begin_inset Space ~
21484 \end_inset
21485
21486
21487 \begin_inset CommandInset ref
21488 LatexCommand ref
21489 reference "cap:Accent-names-and"
21490
21491 \end_inset
21492
21493  shows the equivalences between the accent names and the commands.
21494 \end_layout
21495
21496 \begin_layout Standard
21497 \begin_inset Float table
21498 wide false
21499 sideways false
21500 status open
21501
21502 \begin_layout PlainLayout
21503 \begin_inset Caption
21504
21505 \begin_layout PlainLayout
21506 \begin_inset CommandInset label
21507 LatexCommand label
21508 name "cap:Accent-names-and"
21509
21510 \end_inset
21511
21512 Accent names and the corresponding commands.
21513 \end_layout
21514
21515 \end_inset
21516
21517
21518 \end_layout
21519
21520 \begin_layout PlainLayout
21521 \align center
21522 \begin_inset Tabular
21523 <lyxtabular version="3" rows="11" columns="3">
21524 <features>
21525 <column alignment="center" valignment="top" width="0pt">
21526 <column alignment="center" valignment="top" width="0pt">
21527 <column alignment="center" valignment="top" width="0pt">
21528 <row>
21529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21530 \begin_inset Text
21531
21532 \begin_layout PlainLayout
21533 Name
21534 \end_layout
21535
21536 \end_inset
21537 </cell>
21538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21539 \begin_inset Text
21540
21541 \begin_layout PlainLayout
21542 Command
21543 \end_layout
21544
21545 \end_inset
21546 </cell>
21547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21548 \begin_inset Text
21549
21550 \begin_layout PlainLayout
21551 E
21552 \family roman
21553 \series medium
21554 \shape up
21555 \size normal
21556 \emph off
21557 \bar no
21558 \noun off
21559 \color none
21560 xample
21561 \end_layout
21562
21563 \end_inset
21564 </cell>
21565 </row>
21566 <row>
21567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21568 \begin_inset Text
21569
21570 \begin_layout PlainLayout
21571
21572 \family roman
21573 \series medium
21574 \shape up
21575 \size normal
21576 \emph off
21577 \bar no
21578 \noun off
21579 \color none
21580 circumflex
21581 \end_layout
21582
21583 \end_inset
21584 </cell>
21585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21586 \begin_inset Text
21587
21588 \begin_layout PlainLayout
21589
21590 \series bold
21591
21592 \backslash
21593 hat
21594 \end_layout
21595
21596 \end_inset
21597 </cell>
21598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21599 \begin_inset Text
21600
21601 \begin_layout PlainLayout
21602
21603 \family roman
21604 \series medium
21605 \shape up
21606 \size normal
21607 \emph off
21608 \bar no
21609 \noun off
21610 \color none
21611 \begin_inset Formula $\hat{a}$
21612 \end_inset
21613
21614
21615 \end_layout
21616
21617 \end_inset
21618 </cell>
21619 </row>
21620 <row>
21621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21622 \begin_inset Text
21623
21624 \begin_layout PlainLayout
21625
21626 \family roman
21627 \series medium
21628 \shape up
21629 \size normal
21630 \emph off
21631 \bar no
21632 \noun off
21633 \color none
21634 grave
21635 \end_layout
21636
21637 \end_inset
21638 </cell>
21639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21640 \begin_inset Text
21641
21642 \begin_layout PlainLayout
21643
21644 \series bold
21645
21646 \backslash
21647 grave
21648 \end_layout
21649
21650 \end_inset
21651 </cell>
21652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21653 \begin_inset Text
21654
21655 \begin_layout PlainLayout
21656
21657 \family roman
21658 \series medium
21659 \shape up
21660 \size normal
21661 \emph off
21662 \bar no
21663 \noun off
21664 \color none
21665 \begin_inset Formula $\grave{a}$
21666 \end_inset
21667
21668
21669 \end_layout
21670
21671 \end_inset
21672 </cell>
21673 </row>
21674 <row>
21675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21676 \begin_inset Text
21677
21678 \begin_layout PlainLayout
21679
21680 \family roman
21681 \series medium
21682 \shape up
21683 \size normal
21684 \emph off
21685 \bar no
21686 \noun off
21687 \color none
21688 acute
21689 \end_layout
21690
21691 \end_inset
21692 </cell>
21693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21694 \begin_inset Text
21695
21696 \begin_layout PlainLayout
21697
21698 \series bold
21699
21700 \backslash
21701 acute
21702 \end_layout
21703
21704 \end_inset
21705 </cell>
21706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21707 \begin_inset Text
21708
21709 \begin_layout PlainLayout
21710
21711 \family roman
21712 \series medium
21713 \shape up
21714 \size normal
21715 \emph off
21716 \bar no
21717 \noun off
21718 \color none
21719 \begin_inset Formula $\acute{a}$
21720 \end_inset
21721
21722
21723 \end_layout
21724
21725 \end_inset
21726 </cell>
21727 </row>
21728 <row>
21729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21730 \begin_inset Text
21731
21732 \begin_layout PlainLayout
21733
21734 \family roman
21735 \series medium
21736 \shape up
21737 \size normal
21738 \emph off
21739 \bar no
21740 \noun off
21741 \color none
21742 umlaut
21743 \end_layout
21744
21745 \end_inset
21746 </cell>
21747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21748 \begin_inset Text
21749
21750 \begin_layout PlainLayout
21751
21752 \series bold
21753
21754 \backslash
21755 ddot
21756 \end_layout
21757
21758 \end_inset
21759 </cell>
21760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21761 \begin_inset Text
21762
21763 \begin_layout PlainLayout
21764
21765 \family roman
21766 \series medium
21767 \shape up
21768 \size normal
21769 \emph off
21770 \bar no
21771 \noun off
21772 \color none
21773 \begin_inset Formula $\ddot{a}$
21774 \end_inset
21775
21776
21777 \end_layout
21778
21779 \end_inset
21780 </cell>
21781 </row>
21782 <row>
21783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21784 \begin_inset Text
21785
21786 \begin_layout PlainLayout
21787
21788 \family roman
21789 \series medium
21790 \shape up
21791 \size normal
21792 \emph off
21793 \bar no
21794 \noun off
21795 \color none
21796 tilde
21797 \end_layout
21798
21799 \end_inset
21800 </cell>
21801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21802 \begin_inset Text
21803
21804 \begin_layout PlainLayout
21805
21806 \series bold
21807
21808 \backslash
21809 tilde
21810 \end_layout
21811
21812 \end_inset
21813 </cell>
21814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21815 \begin_inset Text
21816
21817 \begin_layout PlainLayout
21818
21819 \family roman
21820 \series medium
21821 \shape up
21822 \size normal
21823 \emph off
21824 \bar no
21825 \noun off
21826 \color none
21827 \begin_inset Formula $\tilde{a}$
21828 \end_inset
21829
21830
21831 \end_layout
21832
21833 \end_inset
21834 </cell>
21835 </row>
21836 <row>
21837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21838 \begin_inset Text
21839
21840 \begin_layout PlainLayout
21841
21842 \family roman
21843 \series medium
21844 \shape up
21845 \size normal
21846 \emph off
21847 \bar no
21848 \noun off
21849 \color none
21850 dot
21851 \end_layout
21852
21853 \end_inset
21854 </cell>
21855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21856 \begin_inset Text
21857
21858 \begin_layout PlainLayout
21859
21860 \series bold
21861
21862 \backslash
21863 dot
21864 \end_layout
21865
21866 \end_inset
21867 </cell>
21868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21869 \begin_inset Text
21870
21871 \begin_layout PlainLayout
21872
21873 \family roman
21874 \series medium
21875 \shape up
21876 \size normal
21877 \emph off
21878 \bar no
21879 \noun off
21880 \color none
21881 \begin_inset Formula $\dot{a}$
21882 \end_inset
21883
21884
21885 \end_layout
21886
21887 \end_inset
21888 </cell>
21889 </row>
21890 <row>
21891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21892 \begin_inset Text
21893
21894 \begin_layout PlainLayout
21895
21896 \family roman
21897 \series medium
21898 \shape up
21899 \size normal
21900 \emph off
21901 \bar no
21902 \noun off
21903 \color none
21904 breve
21905 \end_layout
21906
21907 \end_inset
21908 </cell>
21909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21910 \begin_inset Text
21911
21912 \begin_layout PlainLayout
21913
21914 \series bold
21915
21916 \backslash
21917 breve
21918 \end_layout
21919
21920 \end_inset
21921 </cell>
21922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21923 \begin_inset Text
21924
21925 \begin_layout PlainLayout
21926
21927 \family roman
21928 \series medium
21929 \shape up
21930 \size normal
21931 \emph off
21932 \bar no
21933 \noun off
21934 \color none
21935 \begin_inset Formula $\breve{a}$
21936 \end_inset
21937
21938
21939 \end_layout
21940
21941 \end_inset
21942 </cell>
21943 </row>
21944 <row>
21945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21946 \begin_inset Text
21947
21948 \begin_layout PlainLayout
21949
21950 \family roman
21951 \series medium
21952 \shape up
21953 \size normal
21954 \emph off
21955 \bar no
21956 \noun off
21957 \color none
21958 caron
21959 \end_layout
21960
21961 \end_inset
21962 </cell>
21963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21964 \begin_inset Text
21965
21966 \begin_layout PlainLayout
21967
21968 \series bold
21969
21970 \backslash
21971 check
21972 \end_layout
21973
21974 \end_inset
21975 </cell>
21976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21977 \begin_inset Text
21978
21979 \begin_layout PlainLayout
21980
21981 \family roman
21982 \series medium
21983 \shape up
21984 \size normal
21985 \emph off
21986 \bar no
21987 \noun off
21988 \color none
21989 \begin_inset Formula $\check{a}$
21990 \end_inset
21991
21992
21993 \end_layout
21994
21995 \end_inset
21996 </cell>
21997 </row>
21998 <row>
21999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22000 \begin_inset Text
22001
22002 \begin_layout PlainLayout
22003
22004 \family roman
22005 \series medium
22006 \shape up
22007 \size normal
22008 \emph off
22009 \bar no
22010 \noun off
22011 \color none
22012 macron
22013 \end_layout
22014
22015 \end_inset
22016 </cell>
22017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22018 \begin_inset Text
22019
22020 \begin_layout PlainLayout
22021
22022 \series bold
22023
22024 \backslash
22025 bar
22026 \end_layout
22027
22028 \end_inset
22029 </cell>
22030 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22031 \begin_inset Text
22032
22033 \begin_layout PlainLayout
22034
22035 \family roman
22036 \series medium
22037 \shape up
22038 \size normal
22039 \emph off
22040 \bar no
22041 \noun off
22042 \color none
22043 \begin_inset Formula $\bar{a}$
22044 \end_inset
22045
22046
22047 \end_layout
22048
22049 \end_inset
22050 </cell>
22051 </row>
22052 <row>
22053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22054 \begin_inset Text
22055
22056 \begin_layout PlainLayout
22057 vector
22058 \end_layout
22059
22060 \end_inset
22061 </cell>
22062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22063 \begin_inset Text
22064
22065 \begin_layout PlainLayout
22066
22067 \series bold
22068
22069 \backslash
22070 vec
22071 \end_layout
22072
22073 \end_inset
22074 </cell>
22075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22076 \begin_inset Text
22077
22078 \begin_layout PlainLayout
22079
22080 \family roman
22081 \series medium
22082 \shape up
22083 \size normal
22084 \emph off
22085 \bar no
22086 \noun off
22087 \color none
22088 \begin_inset Formula $\vec{a}$
22089 \end_inset
22090
22091
22092 \end_layout
22093
22094 \end_inset
22095 </cell>
22096 </row>
22097 </lyxtabular>
22098
22099 \end_inset
22100
22101
22102 \end_layout
22103
22104 \end_inset
22105
22106
22107 \end_layout
22108
22109 \begin_layout Standard
22110 You can choose one of the accents by selecting an item from the 
22111 \family sans
22112 Frame
22113 \begin_inset Space ~
22114 \end_inset
22115
22116 decorations
22117 \family default
22118  symbol set button 
22119 \begin_inset Graphics
22120         filename ../images/math/hat.png
22121         embed ""
22122
22123 \end_inset
22124
22125  in the math panel ; this will apply to any selection you have made within
22126  a formula too.
22127 \end_layout
22128
22129 \begin_layout Section
22130 Brackets and Delimiters
22131 \begin_inset Index
22132 status collapsed
22133
22134 \begin_layout PlainLayout
22135 Math ! Brackets
22136 \end_layout
22137
22138 \end_inset
22139
22140
22141 \begin_inset Index
22142 status collapsed
22143
22144 \begin_layout PlainLayout
22145 Math ! Delimiters
22146 \end_layout
22147
22148 \end_inset
22149
22150
22151 \begin_inset CommandInset label
22152 LatexCommand label
22153 name "sec:Brackets-and-Delimiters"
22154
22155 \end_inset
22156
22157
22158 \end_layout
22159
22160 \begin_layout Standard
22161 There are several brackets available through LyX.
22162  For most purposes, using just the keys 
22163 \family typewriter
22164 []{}()|<>
22165 \family default
22166  should suffice.
22167  But if you want to surround a large structure, like a matrix or a fraction,
22168  or if you have several layers of brackets, is better using 
22169 \family sans
22170 Math
22171 \begin_inset Space ~
22172 \end_inset
22173
22174 Panel
22175 \family default
22176 's delimiter icon 
22177 \begin_inset Graphics
22178         filename ../images/math/delim.png
22179         embed ""
22180
22181 \end_inset
22182
22183 .
22184  For example, that's how you would construct the brackets around a standard
22185  matrix such as:
22186 \begin_inset Formula \[
22187 \left[\begin{array}{cc}
22188 1 & 2\\
22189 3 & 4\end{array}\right]\]
22190
22191 \end_inset
22192
22193 and to make it easier to see the layers of parentheses as in: 
22194 \begin_inset Formula \[
22195 \frac{1}{\left(1+\left(\frac{1}{1+\left(\frac{1}{1+x}\right)}\right)\right)}\]
22196
22197 \end_inset
22198
22199
22200 \end_layout
22201
22202 \begin_layout Standard
22203 The parentheses, and other brackets from that menu will automatically re-size
22204  to accommodate the size of what is inside.
22205 \end_layout
22206
22207 \begin_layout Standard
22208 To construct brackets click on the button for the bracket you want on the
22209  left side and right side.
22210  If you use the option 
22211 \family sans
22212 Keep
22213 \begin_inset Space ~
22214 \end_inset
22215
22216 matched
22217 \family default
22218 , the selected bracket type will be used for the left and the right side.
22219  The selection will be shown below the button field.
22220  If you want one side to not have a bracket, use the blank button.
22221  It will appear in LyX with a dotted line, but nothing will be printed.
22222 \end_layout
22223
22224 \begin_layout Standard
22225 If you want to place brackets around math structures, like a square root,
22226  you can do that by highlighting (selecting) the structure that is to go
22227  inside the brackets.
22228  Then choose the appropriate brackets for left and right and click on 
22229 \family sans
22230 Insert
22231 \family default
22232 .
22233  The parentheses will be drawn around the selected structure.
22234 \end_layout
22235
22236 \begin_layout Standard
22237 The next section explains how to insert a LaTeX 
22238 \begin_inset Quotes eld
22239 \end_inset
22240
22241 {
22242 \begin_inset Quotes erd
22243 \end_inset
22244
22245  for grouping.
22246 \end_layout
22247
22248 \begin_layout Section
22249 Grouping
22250 \begin_inset Index
22251 status collapsed
22252
22253 \begin_layout PlainLayout
22254 Math ! Grouping
22255 \end_layout
22256
22257 \end_inset
22258
22259
22260 \begin_inset CommandInset label
22261 LatexCommand label
22262 name "sec:Grouping"
22263
22264 \end_inset
22265
22266
22267 \end_layout
22268
22269 \begin_layout Standard
22270 You may need to group a set of symbols.
22271  In LaTeX, for example, the typesetting of 
22272 \family typewriter
22273 {x^y}^z
22274 \family default
22275  is different from 
22276 \family typewriter
22277 x^{y^z}
22278 \family default
22279 :
22280 \end_layout
22281
22282 \begin_layout Standard
22283 \begin_inset Formula \[
22284 {x^{y}}^{z}\quad\mathrm{differs\; from}\quad x^{y^{z}}\]
22285
22286 \end_inset
22287
22288
22289 \end_layout
22290
22291 \begin_layout Standard
22292 To create this grouping, you need to use the key sequence 
22293 \begin_inset Quotes eld
22294 \end_inset
22295
22296
22297 \series bold
22298
22299 \backslash
22300 {
22301 \series default
22302
22303 \begin_inset Quotes erd
22304 \end_inset
22305
22306  then type space.
22307  Inside LyX, you will see red braces indicating the grouping.
22308  Within this braces you insert the grouped structure.
22309  The grouping braces won't appear in the output in contrary to normal braces.
22310 \end_layout
22311
22312 \begin_layout Section
22313 Arrays and Multi-line Equations
22314 \begin_inset Index
22315 status collapsed
22316
22317 \begin_layout PlainLayout
22318 Math ! Arrays
22319 \end_layout
22320
22321 \end_inset
22322
22323
22324 \begin_inset Index
22325 status collapsed
22326
22327 \begin_layout PlainLayout
22328 Math ! Matrices
22329 \end_layout
22330
22331 \end_inset
22332
22333
22334 \begin_inset Index
22335 status collapsed
22336
22337 \begin_layout PlainLayout
22338 Math ! Multi-line Equations
22339 \end_layout
22340
22341 \end_inset
22342
22343
22344 \end_layout
22345
22346 \begin_layout Standard
22347 Matrices are entered in LyX using the 
22348 \family sans
22349 Math
22350 \begin_inset Space ~
22351 \end_inset
22352
22353 Panel
22354 \family default
22355  matrix button 
22356 \begin_inset Graphics
22357         filename ../images/math/matrix.png
22358         embed ""
22359
22360 \end_inset
22361
22362 .
22363  It will open a dialog for you to choose the number of rows/columns.
22364  Here is an example:
22365 \begin_inset Formula \[
22366 \left(\begin{array}{ccc}
22367 1 & 2 & 3\\
22368 4 & 5 & 6\\
22369 7 & 8 & 9\end{array}\right)\]
22370
22371 \end_inset
22372
22373 The parentheses aren't automatic, but you can add them as described in section
22374 \begin_inset Space ~
22375 \end_inset
22376
22377
22378 \begin_inset CommandInset ref
22379 LatexCommand ref
22380 reference "sec:Brackets-and-Delimiters"
22381
22382 \end_inset
22383
22384 .
22385  When you construct the matrix, you can decide whether the column entries
22386  will be left-, right-, or center-justified.
22387  This alignment is set in the box 
22388 \family sans
22389 Horizontal
22390 \family default
22391  with the letters 
22392 \begin_inset Quotes eld
22393 \end_inset
22394
22395
22396 \family sans
22397 l
22398 \family default
22399
22400 \begin_inset Quotes erd
22401 \end_inset
22402
22403
22404 \begin_inset Quotes eld
22405 \end_inset
22406
22407
22408 \family sans
22409 r
22410 \family default
22411
22412 \begin_inset Quotes erd
22413 \end_inset
22414
22415 , and 
22416 \begin_inset Quotes eld
22417 \end_inset
22418
22419
22420 \family sans
22421 c
22422 \family default
22423
22424 \begin_inset Quotes erd
22425 \end_inset
22426
22427 .
22428  LyX proposes a 
22429 \begin_inset Quotes eld
22430 \end_inset
22431
22432
22433 \family sans
22434 c
22435 \family default
22436
22437 \begin_inset Quotes erd
22438 \end_inset
22439
22440  for every column as default.
22441  For example, the sequence 
22442 \begin_inset Quotes eld
22443 \end_inset
22444
22445
22446 \family sans
22447 lrc
22448 \family default
22449
22450 \begin_inset Quotes erd
22451 \end_inset
22452
22453  means that the first column will be left-justified, the second will be
22454  centered, and the third column will be right-justified, because each letter
22455  corresponds to the relevant column.
22456  The result will look like this:
22457 \begin_inset Formula \[
22458 \begin{array}{lcr}
22459 this & this\, column & this\, column\\
22460 column & has & has\, right\\
22461 has\, left\, alignment & center\, alignment & alignment\end{array}.\]
22462
22463 \end_inset
22464
22465
22466 \end_layout
22467
22468 \begin_layout Standard
22469 You can add more rows to an existing matrix by hitting 
22470 \family sans
22471 C-Enter
22472 \family default
22473  while the cursor is in the matrix.
22474  Adding or deleting columns can be done via the menu 
22475 \family sans
22476 Edit\SpecialChar \menuseparator
22477 Math
22478 \family default
22479 .
22480 \end_layout
22481
22482 \begin_layout Standard
22483 There are other arrays used in formulas, such as distinctions of cases.
22484  It can be created with the menu 
22485 \family sans
22486 Insert\SpecialChar \menuseparator
22487 Math\SpecialChar \menuseparator
22488 Cases
22489 \begin_inset Space ~
22490 \end_inset
22491
22492 Environment
22493 \family default
22494  or the command 
22495 \series bold
22496
22497 \backslash
22498 cases
22499 \series default
22500 .
22501  Here an example: 
22502 \begin_inset Formula \[
22503 f(x)=\begin{cases}
22504 -1 & x<0\\
22505 0 & x=0\\
22506 1 & x>0\end{cases}\]
22507
22508 \end_inset
22509
22510
22511 \end_layout
22512
22513 \begin_layout Standard
22514 \begin_inset VSpace bigskip
22515 \end_inset
22516
22517 Multi-line formulas are created when you press 
22518 \family sans
22519 \series medium
22520 C-E
22521 \series default
22522 nter
22523 \family default
22524  within a formula.
22525  In an empty formula you can see that three blue boxes appear, one for each
22526  column.
22527  When you press 
22528 \family sans
22529 \series medium
22530 C-E
22531 \series default
22532 nter
22533 \family default
22534  in a non-empty formula, the part before the relation sign (equal sign 
22535 \begin_inset Quotes eld
22536 \end_inset
22537
22538 =
22539 \begin_inset Quotes erd
22540 \end_inset
22541
22542  etc.) will be inserted automatically to the first column, the relation sign
22543  is in the second column, and the rest in the third column.
22544  A new row is created by every further hit of 
22545 \family sans
22546 \series medium
22547 C-E
22548 \series default
22549 nter
22550 \family default
22551 .
22552  Multi-line formulas are always displayed formulas.
22553  Here is an example:
22554 \begin_inset Formula \begin{eqnarray}
22555 a^{2} & = & (b^{2}+c^{2})(b^{2}-c^{2})\nonumber \\
22556 a & = & \sqrt{b^{4}-c^{4}}\label{eq:asquared}\end{eqnarray}
22557
22558 \end_inset
22559
22560  To change the column assignment of the formula parts, place the cursor
22561  where you want to start the shift and hit 
22562 \family sans
22563 C-Tab.
22564
22565 \family default
22566  It shifts everything in the column which is right beside the current cursor
22567  position to the next column.
22568  Note that the middle column is designed for relation signs, structures
22569  within this column will be printed in a smaller size:
22570 \begin_inset Formula \begin{eqnarray*}
22571 \frac{A}{B} & \frac{A}{B} & \frac{A}{B}\end{eqnarray*}
22572
22573 \end_inset
22574
22575
22576 \end_layout
22577
22578 \begin_layout Standard
22579 The multi-line formula type described here is called 
22580 \family typewriter
22581 \series medium
22582 eqnarray
22583 \family default
22584 \series default
22585 .
22586  There are other multi-line types being more suitable for certain situations,
22587  for example if you want a better inter-line spacing than in formula (
22588 \begin_inset CommandInset ref
22589 LatexCommand ref
22590 reference "eq:asquared"
22591
22592 \end_inset
22593
22594 ).
22595  The other types are described in section
22596 \begin_inset Space ~
22597 \end_inset
22598
22599
22600 \begin_inset CommandInset ref
22601 LatexCommand ref
22602 reference "sub:AMS-Formula-Types"
22603
22604 \end_inset
22605
22606 .
22607 \end_layout
22608
22609 \begin_layout Section
22610 Formula Numbering and Referencing
22611 \begin_inset Index
22612 status collapsed
22613
22614 \begin_layout PlainLayout
22615 Math ! Formula numbering
22616 \end_layout
22617
22618 \end_inset
22619
22620
22621 \begin_inset Index
22622 status collapsed
22623
22624 \begin_layout PlainLayout
22625 Math ! Referencing formulas
22626 \end_layout
22627
22628 \end_inset
22629
22630
22631 \begin_inset CommandInset label
22632 LatexCommand label
22633 name "sec:Formula-Numbering-and"
22634
22635 \end_inset
22636
22637
22638 \end_layout
22639
22640 \begin_layout Standard
22641 To number a formula, set the cursor in the formula and use the menu 
22642 \family sans
22643 Edit\SpecialChar \menuseparator
22644 Math\SpecialChar \menuseparator
22645 Toggle
22646 \begin_inset Space ~
22647 \end_inset
22648
22649 Numbering
22650 \family default
22651  or the shortcut 
22652 \family sans
22653 M-m
22654 \begin_inset Space ~
22655 \end_inset
22656
22657 n
22658 \family default
22659 .
22660  The formula number appears in LyX as 
22661 \begin_inset Quotes eld
22662 \end_inset
22663
22664 #
22665 \begin_inset Quotes erd
22666 \end_inset
22667
22668  within parentheses.
22669  The 
22670 \begin_inset Quotes erd
22671 \end_inset
22672
22673 #
22674 \begin_inset Quotes erd
22675 \end_inset
22676
22677  denotes, that the number will be calculated automatically when the output
22678  is generated.
22679  The placement and format of the formula number in the output depends on
22680  the document class.
22681  In this document the number is printed together with the chapter number,
22682  separated by a dot:
22683 \begin_inset Formula \begin{equation}
22684 1+1=2\end{equation}
22685
22686 \end_inset
22687
22688 Using 
22689 \family sans
22690 M-m
22691 \begin_inset Space ~
22692 \end_inset
22693
22694 n
22695 \family default
22696  in a numbered formula will switch off the numbering.
22697  You can only number displayed formulas.
22698 \end_layout
22699
22700 \begin_layout Standard
22701 Multi-line formulas can be numbered line by line: Using the menu 
22702 \family sans
22703 Edit\SpecialChar \menuseparator
22704 Math\SpecialChar \menuseparator
22705 Toggle
22706 \begin_inset Space ~
22707 \end_inset
22708
22709 Numbering
22710 \begin_inset Space ~
22711 \end_inset
22712
22713 of
22714 \begin_inset Space ~
22715 \end_inset
22716
22717 Line
22718 \family default
22719  or the shortcut 
22720 \family sans
22721 M-m
22722 \begin_inset Space ~
22723 \end_inset
22724
22725 N
22726 \family default
22727  will only toggle the numbering of the line where the cursor is in:
22728 \begin_inset Formula \begin{eqnarray}
22729 1 & = & 3-2\\
22730 2 & = & 4-2\nonumber \\
22731 4 & \leq & 7\end{eqnarray}
22732
22733 \end_inset
22734
22735 To number all lines use the shortcut 
22736 \family sans
22737 M-m
22738 \begin_inset Space ~
22739 \end_inset
22740
22741 n
22742 \family default
22743 .
22744 \end_layout
22745
22746 \begin_layout Standard
22747 \begin_inset VSpace bigskip
22748 \end_inset
22749
22750 Every displayed formula can be referenced by its number using a label.
22751  A label is inserted with the menu 
22752 \family sans
22753 Insert\SpecialChar \menuseparator
22754 Label
22755 \family default
22756  when the cursor is in the formula.
22757  This opens a dialog to enter the label.
22758  It is recommended to use the proposed 
22759 \begin_inset Quotes eld
22760 \end_inset
22761
22762
22763 \family sans
22764 eq:
22765 \family default
22766
22767 \begin_inset Quotes erd
22768 \end_inset
22769
22770  as first part of the label, because this helps later to identify the label
22771  type when you have many labels in your document.
22772  We inserted in the following example the label 
22773 \begin_inset Quotes eld
22774 \end_inset
22775
22776 eq:tanhExp
22777 \begin_inset Quotes erd
22778 \end_inset
22779
22780  in the second line:
22781 \begin_inset Formula \begin{eqnarray}
22782 \tanh(x) & = & \frac{\sinh(x)}{\cosh(x)}\nonumber \\
22783  & = & \frac{\mathrm{e}^{2x}-1}{\mathrm{e}^{2x}+1}\label{eq:tanhExp}\end{eqnarray}
22784
22785 \end_inset
22786
22787 Every labeled line is automatically numbered.
22788  Therefore the label is shown in LyX at the place of the formula number
22789  placeholder 
22790 \begin_inset Quotes eld
22791 \end_inset
22792
22793 #
22794 \begin_inset Quotes erd
22795 \end_inset
22796
22797 .
22798  You can reference a labeled formula using the menu 
22799 \family sans
22800 Insert\SpecialChar \menuseparator
22801 Cross
22802 \begin_inset Space ~
22803 \end_inset
22804
22805 Reference
22806 \family default
22807 .
22808  A dialog appears to choose a label you want refer to.
22809  The reference appears in LyX as grey cross reference box and in the output
22810  as the formula number:
22811 \end_layout
22812
22813 \begin_layout Standard
22814 This is a cross-reference to equation (
22815 \begin_inset CommandInset ref
22816 LatexCommand ref
22817 reference "eq:tanhExp"
22818
22819 \end_inset
22820
22821 ).
22822 \end_layout
22823
22824 \begin_layout Standard
22825 The properties of LyX's cross-reference box are described in section
22826 \begin_inset Space ~
22827 \end_inset
22828
22829
22830 \begin_inset CommandInset ref
22831 LatexCommand ref
22832 reference "sec:Cross-References"
22833
22834 \end_inset
22835
22836 .
22837  To delete a label, set the cursor in the labeled formula, use the menu
22838  
22839 \family sans
22840 Insert\SpecialChar \menuseparator
22841 Label
22842 \family default
22843  and delete the label in the appearing dialog.
22844 \begin_inset Foot
22845 status collapsed
22846
22847 \begin_layout PlainLayout
22848 This is a unintuitive and will be fixed in the next version of LyX.
22849 \end_layout
22850
22851 \end_inset
22852
22853  
22854 \end_layout
22855
22856 \begin_layout Section
22857 User defined math macros
22858 \begin_inset Index
22859 status collapsed
22860
22861 \begin_layout PlainLayout
22862 Math ! Macros
22863 \end_layout
22864
22865 \end_inset
22866
22867
22868 \begin_inset CommandInset label
22869 LatexCommand label
22870 name "sec:math-macros"
22871
22872 \end_inset
22873
22874
22875 \end_layout
22876
22877 \begin_layout Standard
22878 LyX allows you to define macros for formulas.
22879  For example we assume that solutions of the quadratic equation often occur
22880  in our document in various forms and we want to create a macro to print
22881  them.
22882 \newline
22883 The general form of a quadratic equation is:
22884 \begin_inset Formula \[
22885 0=\lambda^{2}+p\lambda+q\]
22886
22887 \end_inset
22888
22889 The general form of its solution is:
22890 \begin_inset Formula \[
22891 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}\]
22892
22893 \end_inset
22894
22895
22896 \end_layout
22897
22898 \begin_layout Standard
22899 The macro should print the parameters 
22900 \begin_inset Formula $\lambda$
22901 \end_inset
22902
22903
22904 \begin_inset Formula $p$
22905 \end_inset
22906
22907  and 
22908 \begin_inset Formula $q$
22909 \end_inset
22910
22911  like in the equation above.
22912 \end_layout
22913
22914 \begin_layout Standard
22915 A macro is created by executing the command
22916 \end_layout
22917
22918 \begin_layout Standard
22919
22920 \series bold
22921 math-macro
22922 \begin_inset ERT
22923 status collapsed
22924
22925 \begin_layout PlainLayout
22926
22927
22928 \backslash
22929 spce 
22930 \end_layout
22931
22932 \end_inset
22933
22934 Name
22935 \begin_inset ERT
22936 status collapsed
22937
22938 \begin_layout PlainLayout
22939
22940
22941 \backslash
22942 spce 
22943 \end_layout
22944
22945 \end_inset
22946
22947 Number
22948 \begin_inset Space ~
22949 \end_inset
22950
22951 of
22952 \begin_inset Space ~
22953 \end_inset
22954
22955 Arguments
22956 \end_layout
22957
22958 \begin_layout Standard
22959 in the minibuffer at the bottom of the LyX screen.
22960  Name is the name of the new macro which mustn't contain numbers.
22961  The number of arguments can be a number in the range 1-9.
22962  If you want to define a macro without arguments, don't declare the number
22963  of arguments.
22964 \end_layout
22965
22966 \begin_layout Standard
22967 We have three arguments and name the macro 
22968 \begin_inset Quotes eld
22969 \end_inset
22970
22971 qE
22972 \begin_inset Quotes erd
22973 \end_inset
22974
22975 , so that the command is:
22976 \end_layout
22977
22978 \begin_layout Standard
22979
22980 \series bold
22981 math-macro
22982 \begin_inset ERT
22983 status collapsed
22984
22985 \begin_layout PlainLayout
22986
22987
22988 \backslash
22989 spce 
22990 \end_layout
22991
22992 \end_inset
22993
22994 qE
22995 \begin_inset ERT
22996 status collapsed
22997
22998 \begin_layout PlainLayout
22999
23000
23001 \backslash
23002 spce 
23003 \end_layout
23004
23005 \end_inset
23006
23007 3
23008 \end_layout
23009
23010 \begin_layout Standard
23011 This results in the following macro definition box: 
23012 \begin_inset Graphics
23013         filename clipart/macrobox.png
23014         embed ""
23015
23016 \end_inset
23017
23018  
23019 \begin_inset FormulaMacro
23020 \newcommand{\qE}[3]{#1_{1,\,2}=-\frac{#2}{2}\pm\sqrt{\frac{#2^{2}}{4}-#3}}
23021 {\textrm{qE: }#1\textrm{ , }#2\textrm{ , }#3}
23022 \end_inset
23023
23024
23025 \begin_inset Note Note
23026 status collapsed
23027
23028 \begin_layout PlainLayout
23029 The first box is an image to show the behavior in the output.
23030  The second one is the definition box, that doesn't appear in the output.
23031 \end_layout
23032
23033 \end_inset
23034
23035
23036 \end_layout
23037
23038 \begin_layout Standard
23039 The first blue box is for the definition, where you insert the formula via
23040  the math panel or commands.
23041  The placeholder for the arguments are inserted as a backslash and sharp
23042  followed by the argument number, e.g.
23043  
23044 \begin_inset Quotes eld
23045 \end_inset
23046
23047
23048 \backslash
23049 #1
23050 \begin_inset Quotes erd
23051 \end_inset
23052
23053  for the first argument.
23054  Placeholders will be displayed in red.
23055  The second blue box is for the appearance in LyX.
23056  This is useful when you have a large structure that shouldn't be displayed
23057  in LyX with its full size.
23058  If you want to see the macro as it is defined, leave the box blank.
23059  In our example we insert the sequence
23060 \newline
23061
23062 \series bold
23063 qE: 
23064 \backslash
23065 #1
23066 \series default
23067  
23068 \series bold
23069 ,
23070 \series default
23071  
23072 \series bold
23073
23074 \backslash
23075 #2
23076 \series default
23077  
23078 \series bold
23079 ,
23080 \series default
23081  
23082 \series bold
23083
23084 \backslash
23085 #3
23086 \newline
23087
23088 \series default
23089 The macro will then be shown as the macro name followed by the three arguments.
23090 \end_layout
23091
23092 \begin_layout Standard
23093 To use the macro in a formula, type its name as command, in our case 
23094 \begin_inset Quotes eld
23095 \end_inset
23096
23097
23098 \series bold
23099
23100 \backslash
23101 qE
23102 \series default
23103
23104 \begin_inset Quotes erd
23105 \end_inset
23106
23107 .
23108  The macro is inserted with boxes for the arguments looking similar to this:
23109 \end_layout
23110
23111 \begin_layout Standard
23112 \align center
23113 \begin_inset Graphics
23114         filename clipart/macrouse.png
23115         embed ""
23116
23117 \end_inset
23118
23119
23120 \end_layout
23121
23122 \begin_layout Standard
23123 The arguments are inserted in the blue boxes.
23124  If the cursor is outside the macro, the arguments are put in the macro.
23125  To change the arguments, put the cursor in the formula before or after
23126  the macro and press the right or left arrow key respectively.
23127  The arguments appear now again below the macro definition.
23128 \end_layout
23129
23130 \begin_layout Standard
23131 If you change the macro definition all macros are changed automatically
23132  to the new definition.
23133  Here an example of our macro with the arguments 
23134 \begin_inset Formula $x$
23135 \end_inset
23136
23137
23138 \begin_inset Formula $\ln(x)$
23139 \end_inset
23140
23141 , and 
23142 \begin_inset Formula $B$
23143 \end_inset
23144
23145 :
23146 \begin_inset Formula \[
23147 \qE x{\ln(y)}B\]
23148
23149 \end_inset
23150
23151
23152 \end_layout
23153
23154 \begin_layout Standard
23155 When the document is exported to LaTeX, the macro definition will be inserted
23156  as the command:
23157 \end_layout
23158
23159 \begin_layout Standard
23160
23161 \series bold
23162
23163 \backslash
23164 newcommand{
23165 \backslash
23166 qE}[3]{#1_{1,
23167 \backslash
23168 ,2}=-
23169 \backslash
23170 frac{#2}{2}
23171 \backslash
23172 pm
23173 \newline
23174
23175 \begin_inset ERT
23176 status collapsed
23177
23178 \begin_layout PlainLayout
23179
23180
23181 \backslash
23182 hphantom{
23183 \end_layout
23184
23185 \end_inset
23186
23187
23188 \backslash
23189 newcommand
23190 \begin_inset ERT
23191 status collapsed
23192
23193 \begin_layout PlainLayout
23194
23195 }
23196 \end_layout
23197
23198 \end_inset
23199
23200
23201 \backslash
23202 sqrt{
23203 \backslash
23204 frac{#2^{2}}{4}-#3}}
23205 \end_layout
23206
23207 \begin_layout Standard
23208 The command is not inserted in the document preamble.
23209  That means you can only use macros in formulas that are below the macro
23210  definition box in your document.
23211  There are also some other restrictions: The command 
23212 \backslash
23213 newcommand supports optional arguments, which are not available in LyX's
23214  macros.
23215  You can also not change subsequently the name of the macro and the number
23216  of arguments.
23217  
23218 \end_layout
23219
23220 \begin_layout Section
23221 Fine-Tuning
23222 \end_layout
23223
23224 \begin_layout Subsection
23225 Typefaces
23226 \begin_inset Index
23227 status collapsed
23228
23229 \begin_layout PlainLayout
23230 Math ! Typefaces
23231 \end_layout
23232
23233 \end_inset
23234
23235
23236 \end_layout
23237
23238 \begin_layout Standard
23239 The standard font for text is italic, for numbers the standard is roman.
23240  To set a font in a formula, use the 
23241 \family sans
23242 Math
23243 \begin_inset Space ~
23244 \end_inset
23245
23246 Panel
23247 \family default
23248  button 
23249 \begin_inset Graphics
23250         filename ../images/math/font.png
23251         embed ""
23252
23253 \end_inset
23254
23255 , or enter its command, listed in table
23256 \begin_inset Space ~
23257 \end_inset
23258
23259
23260 \begin_inset CommandInset ref
23261 LatexCommand ref
23262 reference "cap:Typefaces-and-the"
23263
23264 \end_inset
23265
23266 , directly.
23267 \end_layout
23268
23269 \begin_layout Standard
23270 \begin_inset Float table
23271 wide false
23272 sideways false
23273 status open
23274
23275 \begin_layout PlainLayout
23276 \begin_inset Caption
23277
23278 \begin_layout PlainLayout
23279 \begin_inset CommandInset label
23280 LatexCommand label
23281 name "cap:Typefaces-and-the"
23282
23283 \end_inset
23284
23285 Typefaces and the corresponding commands.
23286 \end_layout
23287
23288 \end_inset
23289
23290
23291 \end_layout
23292
23293 \begin_layout PlainLayout
23294 \align center
23295 \begin_inset Tabular
23296 <lyxtabular version="3" rows="9" columns="2">
23297 <features>
23298 <column alignment="center" valignment="top" width="0pt">
23299 <column alignment="center" valignment="top" width="0pt">
23300 <row>
23301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23302 \begin_inset Text
23303
23304 \begin_layout PlainLayout
23305 Font
23306 \end_layout
23307
23308 \end_inset
23309 </cell>
23310 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
23311 \begin_inset Text
23312
23313 \begin_layout PlainLayout
23314 Command
23315 \end_layout
23316
23317 \end_inset
23318 </cell>
23319 </row>
23320 <row>
23321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23322 \begin_inset Text
23323
23324 \begin_layout PlainLayout
23325
23326 \shape up
23327 \size normal
23328 \bar no
23329 \noun off
23330 \color none
23331 \begin_inset Formula $\mathrm{Roman}$
23332 \end_inset
23333
23334
23335 \end_layout
23336
23337 \end_inset
23338 </cell>
23339 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
23340 \begin_inset Text
23341
23342 \begin_layout PlainLayout
23343
23344 \series bold
23345
23346 \backslash
23347 mathrm
23348 \end_layout
23349
23350 \end_inset
23351 </cell>
23352 </row>
23353 <row>
23354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23355 \begin_inset Text
23356
23357 \begin_layout PlainLayout
23358 \begin_inset Formula $\mathbf{\mathbf{Bold}}$
23359 \end_inset
23360
23361
23362 \end_layout
23363
23364 \end_inset
23365 </cell>
23366 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
23367 \begin_inset Text
23368
23369 \begin_layout PlainLayout
23370
23371 \series bold
23372
23373 \backslash
23374 mathbf
23375 \end_layout
23376
23377 \end_inset
23378 </cell>
23379 </row>
23380 <row>
23381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23382 \begin_inset Text
23383
23384 \begin_layout PlainLayout
23385 \begin_inset Formula $\mathit{Italic}$
23386 \end_inset
23387
23388
23389 \end_layout
23390
23391 \end_inset
23392 </cell>
23393 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
23394 \begin_inset Text
23395
23396 \begin_layout PlainLayout
23397
23398 \series bold
23399
23400 \backslash
23401 mathit
23402 \end_layout
23403
23404 \end_inset
23405 </cell>
23406 </row>
23407 <row>
23408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23409 \begin_inset Text
23410
23411 \begin_layout PlainLayout
23412
23413 \shape up
23414 \size normal
23415 \bar no
23416 \noun off
23417 \color none
23418 \begin_inset Formula $\mathtt{Typewriter}$
23419 \end_inset
23420
23421
23422 \end_layout
23423
23424 \end_inset
23425 </cell>
23426 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
23427 \begin_inset Text
23428
23429 \begin_layout PlainLayout
23430
23431 \series bold
23432
23433 \backslash
23434 mathtt
23435 \end_layout
23436
23437 \end_inset
23438 </cell>
23439 </row>
23440 <row>
23441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23442 \begin_inset Text
23443
23444 \begin_layout PlainLayout
23445 \begin_inset Formula $\mathbf{\mathbb{BLACKBOARD}}$
23446 \end_inset
23447
23448
23449 \end_layout
23450
23451 \end_inset
23452 </cell>
23453 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
23454 \begin_inset Text
23455
23456 \begin_layout PlainLayout
23457
23458 \series bold
23459
23460 \backslash
23461 mathbb
23462 \end_layout
23463
23464 \end_inset
23465 </cell>
23466 </row>
23467 <row>
23468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23469 \begin_inset Text
23470
23471 \begin_layout PlainLayout
23472 \begin_inset Formula $\mathfrak{Fraktur}$
23473 \end_inset
23474
23475
23476 \end_layout
23477
23478 \end_inset
23479 </cell>
23480 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
23481 \begin_inset Text
23482
23483 \begin_layout PlainLayout
23484
23485 \series bold
23486
23487 \backslash
23488 mathfrak
23489 \end_layout
23490
23491 \end_inset
23492 </cell>
23493 </row>
23494 <row>
23495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23496 \begin_inset Text
23497
23498 \begin_layout PlainLayout
23499
23500 \shape up
23501 \size normal
23502 \emph on
23503 \bar no
23504 \noun off
23505 \color none
23506 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
23507 \end_inset
23508
23509
23510 \end_layout
23511
23512 \end_inset
23513 </cell>
23514 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
23515 \begin_inset Text
23516
23517 \begin_layout PlainLayout
23518
23519 \series bold
23520
23521 \backslash
23522 mathcal
23523 \end_layout
23524
23525 \end_inset
23526 </cell>
23527 </row>
23528 <row>
23529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23530 \begin_inset Text
23531
23532 \begin_layout PlainLayout
23533 \begin_inset Formula $\mathsf{SansSerif}$
23534 \end_inset
23535
23536
23537 \end_layout
23538
23539 \end_inset
23540 </cell>
23541 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
23542 \begin_inset Text
23543
23544 \begin_layout PlainLayout
23545
23546 \series bold
23547
23548 \backslash
23549 mathsf
23550 \end_layout
23551
23552 \end_inset
23553 </cell>
23554 </row>
23555 </lyxtabular>
23556
23557 \end_inset
23558
23559
23560 \end_layout
23561
23562 \end_inset
23563
23564
23565 \end_layout
23566
23567 \begin_layout Standard
23568 \begin_inset Note Greyedout
23569 status open
23570
23571 \begin_layout PlainLayout
23572
23573 \series bold
23574 Note:
23575 \series default
23576  that you can only print capital letters in the typefaces 
23577 \family sans
23578 Blackbold
23579 \family default
23580  and 
23581 \family sans
23582 Calligraphic
23583 \family default
23584 .
23585 \end_layout
23586
23587 \end_inset
23588
23589
23590 \end_layout
23591
23592 \begin_layout Standard
23593 When you use a typeface, a blue box is inserted in the formula.
23594  Every character in this box will be printed in this typeface.
23595  Pressing 
23596 \family sans
23597 Space
23598 \family default
23599  within the box, will set the cursor outside, so that you have to use a
23600  protected space when you need a space in the box.
23601  Here an example where a 
23602 \begin_inset Quotes eld
23603 \end_inset
23604
23605 N
23606 \begin_inset Quotes erd
23607 \end_inset
23608
23609  in 
23610 \family sans
23611 Blackbold
23612 \family default
23613  denotes the set of numbers:
23614 \begin_inset Formula \[
23615 f(x)=\sqrt{x}\:;\: x\in\mathbb{N}\]
23616
23617 \end_inset
23618
23619
23620 \end_layout
23621
23622 \begin_layout Standard
23623 The typefaces are nestable, which can cause confusion.
23624  You can e.g.
23625  put a character in 
23626 \family sans
23627 Fraktur
23628 \family default
23629  in a box for 
23630 \family sans
23631 Typewriter
23632 \family default
23633
23634 \begin_inset Formula $\mathtt{abc\mathfrak{d}e}$
23635 \end_inset
23636
23637  
23638 \newline
23639 So better don't use this feature.
23640 \end_layout
23641
23642 \begin_layout Standard
23643 The typefaces have no effect on Greek letters: 
23644 \begin_inset Formula $\mathfrak{abc\delta e}$
23645 \end_inset
23646
23647
23648 \newline
23649 You can only print them emboldened using the command 
23650 \series bold
23651
23652 \backslash
23653 boldsymbol
23654 \series default
23655 , which works like the other typeface commands: 
23656 \begin_inset Formula $\alpha\beta\gamma\boldsymbol{\alpha\beta\gamma}$
23657 \end_inset
23658
23659
23660 \end_layout
23661
23662 \begin_layout Standard
23663
23664 \series bold
23665
23666 \backslash
23667 boldsymbol
23668 \series default
23669  works for all symbols, letters, and numbers.
23670 \end_layout
23671
23672 \begin_layout Standard
23673 A number of other font options are available as well, in the menu 
23674 \family sans
23675 Insert\SpecialChar \menuseparator
23676 Math\SpecialChar \menuseparator
23677 Font
23678 \begin_inset Space ~
23679 \end_inset
23680
23681 Change
23682 \family default
23683 .
23684 \end_layout
23685
23686 \begin_layout Subsection
23687 Math Text
23688 \begin_inset Index
23689 status collapsed
23690
23691 \begin_layout PlainLayout
23692 Math ! Text
23693 \end_layout
23694
23695 \end_inset
23696
23697
23698 \end_layout
23699
23700 \begin_layout Standard
23701 Typefaces are useful for entering some characters in some given font, but
23702  not for text.
23703  For typing longer pieces of text use the math text, which is obtained using
23704  the entry 
23705 \family sans
23706 Normal
23707 \begin_inset Space ~
23708 \end_inset
23709
23710 text
23711 \begin_inset Space ~
23712 \end_inset
23713
23714 mode
23715 \family default
23716  of the 
23717 \family sans
23718 Math
23719 \begin_inset Space ~
23720 \end_inset
23721
23722 Panel
23723 \family default
23724  button 
23725 \begin_inset Graphics
23726         filename ../images/math/font.png
23727         embed ""
23728
23729 \end_inset
23730
23731  (alternatively the shortcut 
23732 \family sans
23733 M-m
23734 \begin_inset Space ~
23735 \end_inset
23736
23737 m
23738 \family default
23739 ).
23740  Math text appears in LyX in black instead of blue.
23741  You can use spaces and accents in math text like in normal text.
23742  Here is an example:
23743 \begin_inset Formula \[
23744 f(x)=\begin{cases}
23745 x & \textrm{if I say so}\\
23746 -x & \textrm{unter Umständen}\end{cases}\]
23747
23748 \end_inset
23749
23750
23751 \end_layout
23752
23753 \begin_layout Subsection
23754 Font Sizes
23755 \begin_inset Index
23756 status collapsed
23757
23758 \begin_layout PlainLayout
23759 Math ! Font sizes
23760 \end_layout
23761
23762 \end_inset
23763
23764
23765 \end_layout
23766
23767 \begin_layout Standard
23768 There are four font styles (relative sizes) used in math-mode, which are
23769  automatically chosen in most situations.
23770  These are called 
23771 \family sans
23772 textstyle
23773 \family default
23774
23775 \family sans
23776 displaystyle
23777 \family default
23778
23779 \family sans
23780 scriptstyle
23781 \family default
23782 , and 
23783 \family sans
23784 scriptscriptstyle
23785 \family default
23786 .
23787  For most characters, 
23788 \family sans
23789 textstyle
23790 \family default
23791  and 
23792 \family sans
23793 displaystyle
23794 \family default
23795  are actually the same size, but fractions, superscripts and subscripts,
23796  and certain other structures, are set larger in 
23797 \family sans
23798 displaystyle
23799 \family default
23800 .
23801  Except for some operators, which resize themselves to accommodate various
23802  situations, all text will be set in the styles as LaTeX thinks is appropriate.
23803  These choices can be overridden by using the math panel button 
23804 \begin_inset Graphics
23805         filename ../images/math/style.png
23806         embed ""
23807
23808 \end_inset
23809
23810 .
23811  A box for the size will be created in which you can insert the math structure.
23812  For example, you can set 
23813 \begin_inset Formula $\frac{1}{2}$
23814 \end_inset
23815
23816 , which is normally in 
23817 \family sans
23818 textstyle
23819 \family default
23820 , larger in 
23821 \family sans
23822 displaystyle
23823 \family default
23824
23825 \begin_inset Formula ${\displaystyle \frac{1}{2}}$
23826 \end_inset
23827
23828 .
23829  The four styles are used in the following example:
23830 \end_layout
23831
23832 \begin_layout Standard
23833 \begin_inset Formula $displaystyle$
23834 \end_inset
23835
23836
23837 \begin_inset Formula ${\textstyle textstyle}$
23838 \end_inset
23839
23840
23841 \begin_inset Formula ${\scriptstyle scriptstyle}$
23842 \end_inset
23843
23844
23845 \begin_inset Formula ${\scriptscriptstyle scriptscriptstyle}$
23846 \end_inset
23847
23848 .
23849 \end_layout
23850
23851 \begin_layout Standard
23852 All these math-mode font sizes are relative, that means, if the whole math
23853  inset is set in a particular size with the menu 
23854 \family sans
23855 Edit\SpecialChar \menuseparator
23856 Text
23857 \begin_inset Space ~
23858 \end_inset
23859
23860 Style
23861 \family default
23862 , all sizes in the formula will be adjusted relative to this size.
23863  Similarly, if the base font size of the document is changed, all fonts
23864  will be adjusted to correspond.
23865  As example a formula in the font size 
23866 \begin_inset Quotes eld
23867 \end_inset
23868
23869 largest
23870 \begin_inset Quotes erd
23871 \end_inset
23872
23873 :
23874 \end_layout
23875
23876 \begin_layout Standard
23877
23878 \family roman
23879 \size largest
23880 \begin_inset Formula $\mathrm{e}=\sum_{n=0}^{\infty}\frac{1}{n!}$
23881 \end_inset
23882
23883
23884 \end_layout
23885
23886 \begin_layout Section
23887 AMS-LaTeX
23888 \begin_inset Index
23889 status collapsed
23890
23891 \begin_layout PlainLayout
23892 AMS math
23893 \end_layout
23894
23895 \end_inset
23896
23897
23898 \begin_inset Index
23899 status collapsed
23900
23901 \begin_layout PlainLayout
23902 Math ! AMS
23903 \end_layout
23904
23905 \end_inset
23906
23907
23908 \end_layout
23909
23910 \begin_layout Standard
23911 LyX supports the packages provided by the American Mathematical Society
23912  (AMS) that are in common use.
23913 \end_layout
23914
23915 \begin_layout Subsection
23916 Enabling AMS-Support
23917 \end_layout
23918
23919 \begin_layout Standard
23920 Selecting the checkbox 
23921 \family sans
23922 Use
23923 \begin_inset Space ~
23924 \end_inset
23925
23926 AMS
23927 \begin_inset Space ~
23928 \end_inset
23929
23930 math
23931 \begin_inset Space ~
23932 \end_inset
23933
23934 package
23935 \family default
23936  in the 
23937 \family sans
23938 Document\SpecialChar \menuseparator
23939 Settings
23940 \family default
23941
23942 \begin_inset Index
23943 status collapsed
23944
23945 \begin_layout PlainLayout
23946 Document ! Settings
23947 \end_layout
23948
23949 \end_inset
23950
23951  dialog under 
23952 \family sans
23953 Math
23954 \begin_inset Space ~
23955 \end_inset
23956
23957 Options
23958 \family default
23959  will include the AMS-packages in the document, and make the facilities
23960  available.
23961  AMS is needed for many math-constructs, so when you get LaTeX-errors in
23962  formulas, assure that you have enabled AMS.
23963 \end_layout
23964
23965 \begin_layout Subsection
23966 AMS-Formula Types
23967 \begin_inset CommandInset label
23968 LatexCommand label
23969 name "sub:AMS-Formula-Types"
23970
23971 \end_inset
23972
23973
23974 \begin_inset Index
23975 status collapsed
23976
23977 \begin_layout PlainLayout
23978 Math ! Multi-line Equations
23979 \end_layout
23980
23981 \end_inset
23982
23983
23984 \end_layout
23985
23986 \begin_layout Standard
23987 AMS-LaTeX provides a selection of different formula types.
23988  LyX allows you to choose between 
23989 \family typewriter
23990 align
23991 \family default
23992
23993 \family typewriter
23994 alignat
23995 \family default
23996
23997 \family typewriter
23998 flalign
23999 \family default
24000
24001 \family typewriter
24002 gather
24003 \family default
24004 , and 
24005 \family typewriter
24006 multline
24007 \family default
24008 .
24009  We refer to the AMS-documentation for an explanation of these formula types.
24010 \end_layout
24011
24012 \begin_layout Chapter
24013 More Tools
24014 \end_layout
24015
24016 \begin_layout Section
24017 Cross-References
24018 \begin_inset Index
24019 status collapsed
24020
24021 \begin_layout PlainLayout
24022 Cross references
24023 \end_layout
24024
24025 \end_inset
24026
24027
24028 \begin_inset CommandInset label
24029 LatexCommand label
24030 name "sec:Cross-References"
24031
24032 \end_inset
24033
24034
24035 \end_layout
24036
24037 \begin_layout Standard
24038 One of LyX's strengths are cross-references.
24039  You can reference every section, float, footnote, formula, and list in
24040  the document.
24041  To reference a document part, you have to insert a label into it.
24042  The label is used as anchor and name for the reference.
24043  We want for example refer to the the second item of the following list:
24044 \end_layout
24045
24046 \begin_layout Enumerate
24047 First item
24048 \end_layout
24049
24050 \begin_layout Enumerate
24051 \begin_inset CommandInset label
24052 LatexCommand label
24053 name "enu:Second-item"
24054
24055 \end_inset
24056
24057 Second item
24058 \end_layout
24059
24060 \begin_layout Enumerate
24061 Third item
24062 \end_layout
24063
24064 \begin_layout Standard
24065 First we insert a label into the second item with the menu 
24066 \family sans
24067 Insert\SpecialChar \menuseparator
24068 Label
24069 \family default
24070  or the by pressing the toolbar button 
24071 \begin_inset Graphics
24072         filename ../images/label-insert.png
24073         embed ""
24074         scale 85
24075
24076 \end_inset
24077
24078 .
24079  A grey label box like this: 
24080 \begin_inset Graphics
24081         filename clipart/labelQt4.png
24082         embed ""
24083         scale 85
24084
24085 \end_inset
24086
24087  is inserted and the label window pops up asking for the label text.
24088  LyX offers as text the first words of the item with a prefix, in our case
24089  the text 
24090 \begin_inset Quotes eld
24091 \end_inset
24092
24093
24094 \family sans
24095 enu: Second-item
24096 \family default
24097
24098 \begin_inset Quotes erd
24099 \end_inset
24100
24101 .
24102  The prefix 
24103 \begin_inset Quotes eld
24104 \end_inset
24105
24106
24107 \family sans
24108 enu:
24109 \family default
24110
24111 \begin_inset Quotes erd
24112 \end_inset
24113
24114  stands for 
24115 \begin_inset Quotes eld
24116 \end_inset
24117
24118 enumerate
24119 \begin_inset Quotes erd
24120 \end_inset
24121
24122 .
24123  The prefix depends on the document part where the label is inserted, e.g.
24124  if you insert a label to a section heading, the prefix will be 
24125 \begin_inset Quotes eld
24126 \end_inset
24127
24128
24129 \family sans
24130 sec:
24131 \family default
24132
24133 \begin_inset Quotes erd
24134 \end_inset
24135
24136 .
24137 \end_layout
24138
24139 \begin_layout Standard
24140 To reference the item, we refer to its label using the menu 
24141 \family sans
24142 Insert\SpecialChar \menuseparator
24143 Cross-Reference
24144 \family default
24145  or the toolbar button 
24146 \begin_inset Graphics
24147         filename ../images/dialog-show-new-inset_ref.png
24148         embed ""
24149         scale 85
24150
24151 \end_inset
24152
24153 .
24154  A grey cross-reference box like this: 
24155 \begin_inset Graphics
24156         filename clipart/referenceQt4.png
24157         embed ""
24158         scale 85
24159
24160 \end_inset
24161
24162  is inserted and the cross-reference window appear showing all labels of
24163  the document.
24164  We can now sort the labels alphabetically and then choose the entry 
24165 \begin_inset Quotes eld
24166 \end_inset
24167
24168
24169 \family sans
24170 enu:Second-item
24171 \family default
24172
24173 \begin_inset Quotes erd
24174 \end_inset
24175
24176 .
24177  At the position of the cross-reference box the item number will appear
24178  in the output.
24179  Here is our cross-reference:
24180 \end_layout
24181
24182 \begin_layout Standard
24183 Item
24184 \begin_inset Space ~
24185 \end_inset
24186
24187
24188 \begin_inset CommandInset ref
24189 LatexCommand ref
24190 reference "enu:Second-item"
24191
24192 \end_inset
24193
24194
24195 \end_layout
24196
24197 \begin_layout Standard
24198 It is recommended to use a protected space
24199 \begin_inset Foot
24200 status collapsed
24201
24202 \begin_layout PlainLayout
24203 described in section
24204 \begin_inset Space ~
24205 \end_inset
24206
24207
24208 \begin_inset CommandInset ref
24209 LatexCommand ref
24210 reference "sub:Protected-Space"
24211
24212 \end_inset
24213
24214
24215 \end_layout
24216
24217 \end_inset
24218
24219  between the cross-reference name and its number to avoid ugly linebreaks
24220  between them.
24221 \end_layout
24222
24223 \begin_layout Standard
24224 There are six varieties of cross-references:
24225 \end_layout
24226
24227 \begin_layout Description
24228 <reference>: prints the float number, this is the default: 
24229 \begin_inset CommandInset ref
24230 LatexCommand ref
24231 reference "cap:Two-distorted-images"
24232
24233 \end_inset
24234
24235
24236 \end_layout
24237
24238 \begin_layout Description
24239 (<reference>): prints the float number within two parentheses, this is the
24240  style normally used to reference formulas, especially when the reference
24241  name 
24242 \begin_inset Quotes eld
24243 \end_inset
24244
24245 Equation
24246 \begin_inset Quotes erd
24247 \end_inset
24248
24249  is omitted: 
24250 \begin_inset CommandInset ref
24251 LatexCommand eqref
24252 reference "eq:tanhExp"
24253
24254 \end_inset
24255
24256
24257 \end_layout
24258
24259 \begin_layout Description
24260 <page>: prints the page number: Page
24261 \begin_inset Space ~
24262 \end_inset
24263
24264
24265 \begin_inset CommandInset ref
24266 LatexCommand pageref
24267 reference "cap:Two-distorted-images"
24268
24269 \end_inset
24270
24271
24272 \end_layout
24273
24274 \begin_layout Description
24275 on
24276 \begin_inset Space ~
24277 \end_inset
24278
24279 page
24280 \begin_inset Space ~
24281 \end_inset
24282
24283 <page>: prints the text "on page" and the page number: 
24284 \begin_inset CommandInset ref
24285 LatexCommand vpageref
24286 reference "cap:Two-distorted-images"
24287
24288 \end_inset
24289
24290
24291 \end_layout
24292
24293 \begin_layout Description
24294 <reference>
24295 \begin_inset Space ~
24296 \end_inset
24297
24298 on
24299 \begin_inset Space ~
24300 \end_inset
24301
24302 page
24303 \begin_inset Space ~
24304 \end_inset
24305
24306 <page>: prints the float number, the text "on page", and the page number:
24307  
24308 \begin_inset CommandInset ref
24309 LatexCommand vref
24310 reference "cap:Two-distorted-images"
24311
24312 \end_inset
24313
24314
24315 \end_layout
24316
24317 \begin_layout Description
24318 Formatted
24319 \begin_inset Space ~
24320 \end_inset
24321
24322 reference: prints a self defined cross-reference format.
24323 \newline
24324
24325 \begin_inset Note Greyedout
24326 status open
24327
24328 \begin_layout PlainLayout
24329
24330 \series bold
24331 Note:
24332 \series default
24333  This feature is only available when you have the LaTeX-package 
24334 \series bold
24335 prettyref
24336 \begin_inset Index
24337 status collapsed
24338
24339 \begin_layout PlainLayout
24340 LaTeX-packages ! prettyref
24341 \end_layout
24342
24343 \end_inset
24344
24345
24346 \series default
24347  installed.
24348 \end_layout
24349
24350 \end_inset
24351
24352
24353 \end_layout
24354
24355 \begin_layout Standard
24356 Note that the style <page> won't print the page number if the label is on
24357  the previous, the same, or the next page.
24358  You will e.
24359 \begin_inset Space \thinspace{}
24360 \end_inset
24361
24362 g.
24363 \begin_inset Space ~
24364 \end_inset
24365
24366 see the text 
24367 \begin_inset Quotes eld
24368 \end_inset
24369
24370
24371 \family sans
24372 on this page
24373 \family default
24374
24375 \begin_inset Quotes erd
24376 \end_inset
24377
24378  instead.
24379 \end_layout
24380
24381 \begin_layout Standard
24382 The number and current page of the referred document part in the output,
24383  is automatically calculated by LaTeX.
24384  The varieties are adjusted in the field 
24385 \family sans
24386 Format
24387 \family default
24388  of the cross-reference window, that appear when you click on the cross-referenc
24389 e box.
24390 \end_layout
24391
24392 \begin_layout Standard
24393 You can only use the style 
24394 \family sans
24395 <reference>
24396 \family default
24397  to reference numbered document parts, while the reference style 
24398 \family sans
24399 <page>
24400 \family default
24401  is always possible.
24402 \end_layout
24403
24404 \begin_layout Standard
24405 If you want to reference a section, put the label in the section heading,
24406  to reference a float, put the label in the caption.
24407  For footnotes you can put the label somewhere in it.
24408  Referencing formulas is explained in section
24409 \begin_inset Space ~
24410 \end_inset
24411
24412
24413 \begin_inset CommandInset ref
24414 LatexCommand ref
24415 reference "sec:Formula-Numbering-and"
24416
24417 \end_inset
24418
24419 .
24420 \end_layout
24421
24422 \begin_layout Standard
24423 The button 
24424 \family sans
24425 Go
24426 \begin_inset Space ~
24427 \end_inset
24428
24429 to
24430 \begin_inset Space ~
24431 \end_inset
24432
24433 Label
24434 \family default
24435  in the cross-reference window sets the the cursor before the referred label.
24436  The button text changes then to 
24437 \family sans
24438 Go
24439 \begin_inset Space ~
24440 \end_inset
24441
24442 Back
24443 \family default
24444  and you can use it to set the cursor back to the cross-reference.
24445  Right-clicking on a cross-reference box also sets the cursor before the
24446  referred label but without a possibility to go back.
24447  
24448 \end_layout
24449
24450 \begin_layout Standard
24451 You can change labels at any time by clicking on the label box.
24452  References to the changed label will automatically change its link to the
24453  new label text, so that you don't need to take care about this.
24454 \end_layout
24455
24456 \begin_layout Standard
24457 If a cross-reference refers to a non-existing label, you'll see two question
24458  marks in the output instead of the reference.
24459 \end_layout
24460
24461 \begin_layout Standard
24462 References are described in detail in the 
24463 \emph on
24464 Embedded Objects
24465 \emph default
24466  manual.
24467 \end_layout
24468
24469 \begin_layout Section
24470 Table of Contents and other Listings
24471 \begin_inset Index
24472 status collapsed
24473
24474 \begin_layout PlainLayout
24475 Table of contents
24476 \end_layout
24477
24478 \end_inset
24479
24480
24481 \begin_inset Index
24482 status collapsed
24483
24484 \begin_layout PlainLayout
24485 Outline
24486 \end_layout
24487
24488 \end_inset
24489
24490
24491 \begin_inset CommandInset label
24492 LatexCommand label
24493 name "sec:toc"
24494
24495 \end_inset
24496
24497
24498 \end_layout
24499
24500 \begin_layout Subsection
24501 Table of Contents and Outline
24502 \begin_inset CommandInset label
24503 LatexCommand label
24504 name "sub:Table-of-Contents"
24505
24506 \end_inset
24507
24508
24509 \end_layout
24510
24511 \begin_layout Standard
24512 The Table of Contents (TOC) is inserted with the menu 
24513 \family sans
24514 Insert\SpecialChar \menuseparator
24515 List/TOC\SpecialChar \menuseparator
24516 Table
24517 \begin_inset Space ~
24518 \end_inset
24519
24520 of
24521 \begin_inset Space ~
24522 \end_inset
24523
24524 Contents
24525 \family default
24526 .
24527  Is is displayed in LyX as a gray box.
24528  If you click on it, the TOC window appears, showing you the TOC entries.
24529  You can jump to a document part by clicking on an entry.
24530  Thus you can use this window as graphical alternative for the 
24531 \family sans
24532 Navigate
24533 \family default
24534  menu.
24535 \end_layout
24536
24537 \begin_layout Standard
24538 The TOC lists every numbered section automatically.
24539  If you have declared a short title for a section heading, as described
24540  in section
24541 \begin_inset Space ~
24542 \end_inset
24543
24544
24545 \begin_inset CommandInset ref
24546 LatexCommand ref
24547 reference "sec:Short-Titles"
24548
24549 \end_inset
24550
24551 , it will be used in the TOC instead of the section heading.
24552  Section
24553 \begin_inset Space ~
24554 \end_inset
24555
24556
24557 \begin_inset CommandInset ref
24558 LatexCommand ref
24559 reference "sub:Numbering-depth"
24560
24561 \end_inset
24562
24563  describes how the level is adjusted that defines which section types are
24564  listed in the TOC.
24565  You can also adjust the level for the displayed sections in the TOC window
24566  using the grey fader at the bottom of the window.
24567  Unnumbered sections are not listed in the TOC.
24568 \end_layout
24569
24570 \begin_layout Standard
24571 You can use the TOC window also as outline to move and rearrange sections
24572  in your documents.
24573  The TOC window therefore also appears when you use the menu 
24574 \family sans
24575 Document\SpecialChar \menuseparator
24576 Outline
24577 \family default
24578 .
24579 \end_layout
24580
24581 \begin_layout Subsection
24582 List of Figures, Tables and Algorithms
24583 \begin_inset CommandInset label
24584 LatexCommand label
24585 name "sec:ListsOf"
24586
24587 \end_inset
24588
24589
24590 \end_layout
24591
24592 \begin_layout Standard
24593 Table, figure, and algorithm lists are very much like the table of contents.
24594  You can insert them via the 
24595 \family sans
24596 Insert\SpecialChar \menuseparator
24597 List
24598 \begin_inset Space ~
24599 \end_inset
24600
24601 /
24602 \begin_inset Space ~
24603 \end_inset
24604
24605 TOC
24606 \family default
24607  submenus.
24608  The list entries are the float captions and the float number.
24609 \end_layout
24610
24611 \begin_layout Section
24612 URLs (Uniform Resource Locators)
24613 \begin_inset Index
24614 status collapsed
24615
24616 \begin_layout PlainLayout
24617 URLs
24618 \end_layout
24619
24620 \end_inset
24621
24622
24623 \begin_inset CommandInset label
24624 LatexCommand label
24625 name "sec:URL"
24626
24627 \end_inset
24628
24629
24630 \end_layout
24631
24632 \begin_layout Standard
24633 It is often desirable to include long 
24634 \begin_inset Quotes eld
24635 \end_inset
24636
24637 verbatim
24638 \begin_inset Quotes erd
24639 \end_inset
24640
24641  items in a document such as Web site URLs, e-mail addresses, etc.
24642  These things typically do not contain any spaces and are thus difficult
24643  to typeset properly.
24644  Such items will often fall on a line boundary if they cannot be split,
24645  resulting in an overfull line.
24646  To avoid this, use the menu 
24647 \family sans
24648 Insert\SpecialChar \menuseparator
24649 URL
24650 \family default
24651  to enter a long URL and have it split gracefully, if necessary.
24652 \end_layout
24653
24654 \begin_layout Standard
24655 The URL dialog has two fields; the URL field and the 
24656 \family sans
24657 Name
24658 \family default
24659  field for the URL description, which will be typeset as plain text immediately
24660  before the URL.
24661  Here an example:
24662 \end_layout
24663
24664 \begin_layout Standard
24665 LyX-Homepage 
24666 \begin_inset Flex URL
24667 status collapsed
24668
24669 \begin_layout PlainLayout
24670
24671 http://www.lyx.org
24672 \end_layout
24673
24674 \end_inset
24675
24676 .
24677 \end_layout
24678
24679 \begin_layout Standard
24680 \begin_inset VSpace bigskip
24681 \end_inset
24682
24683
24684 \series bold
24685 Important notes
24686 \series default
24687 :
24688 \end_layout
24689
24690 \begin_layout Itemize
24691 When you use the following characters: "%", "#", "^", you have to write
24692  them with a backslash before, e.g.
24693  
24694 \begin_inset Quotes eld
24695 \end_inset
24696
24697
24698 \backslash
24699 #
24700 \begin_inset Quotes erd
24701 \end_inset
24702
24703 .
24704 \end_layout
24705
24706 \begin_layout Itemize
24707 URLs must not end with a backslash!
24708 \end_layout
24709
24710 \begin_layout Section
24711 Appendices
24712 \begin_inset Index
24713 status collapsed
24714
24715 \begin_layout PlainLayout
24716 Appendix
24717 \end_layout
24718
24719 \end_inset
24720
24721
24722 \begin_inset CommandInset label
24723 LatexCommand label
24724 name "sec:Appendices"
24725
24726 \end_inset
24727
24728
24729 \end_layout
24730
24731 \begin_layout Standard
24732 Appendices are created with the menu 
24733 \family sans
24734 Document\SpecialChar \menuseparator
24735 Start
24736 \begin_inset Space ~
24737 \end_inset
24738
24739 Appendix
24740 \begin_inset Space ~
24741 \end_inset
24742
24743 Here
24744 \family default
24745 .
24746  This menu sets the document from the current cursor position to the end
24747  as appendix region.
24748  The region is marked with a red borderline.
24749 \end_layout
24750
24751 \begin_layout Standard
24752 Every chapter (or section) within the appendix region is treated as an appendix,
24753  numbered with a capital Latin letter.
24754  The appendix subsections are numbered with this letter followed by a dot
24755  and the subsection number.
24756  All appendix sections can be referenced as if they were normal sections,
24757  here two examples:
24758 \end_layout
24759
24760 \begin_layout Standard
24761 Appendix
24762 \begin_inset Space ~
24763 \end_inset
24764
24765
24766 \begin_inset CommandInset ref
24767 LatexCommand ref
24768 reference "cha:Credits"
24769
24770 \end_inset
24771
24772 ; Appendix
24773 \begin_inset Space ~
24774 \end_inset
24775
24776
24777 \begin_inset CommandInset ref
24778 LatexCommand ref
24779 reference "sub:Export"
24780
24781 \end_inset
24782
24783
24784 \end_layout
24785
24786 \begin_layout Section
24787 Bibliography
24788 \begin_inset Index
24789 status collapsed
24790
24791 \begin_layout PlainLayout
24792 Bibliography
24793 \end_layout
24794
24795 \end_inset
24796
24797
24798 \begin_inset CommandInset label
24799 LatexCommand label
24800 name "sec:Bibliography"
24801
24802 \end_inset
24803
24804
24805 \end_layout
24806
24807 \begin_layout Standard
24808 There are two ways of generating the bibliography in a LyX-document.
24809  You can include a bibliography database
24810 \begin_inset Foot
24811 status collapsed
24812
24813 \begin_layout PlainLayout
24814 Known under the name 
24815 \begin_inset Quotes eld
24816 \end_inset
24817
24818 BibTeX-database
24819 \begin_inset Quotes erd
24820 \end_inset
24821
24822 .
24823 \end_layout
24824
24825 \end_inset
24826
24827 , which is explained in the next subsection or you can insert the bibliography
24828  manually.
24829  For the second method we use the paragraph environment 
24830 \family sans
24831 Bibliography
24832 \family default
24833 , described in section
24834 \begin_inset Space ~
24835 \end_inset
24836
24837
24838 \begin_inset CommandInset ref
24839 LatexCommand ref
24840 reference "sub:Biblio_environment"
24841
24842 \end_inset
24843
24844 .
24845 \end_layout
24846
24847 \begin_layout Standard
24848 Within the 
24849 \family sans
24850 Bibliography
24851 \family default
24852  environment, every paragraph begins with a gray bibliography box labeled
24853  with a number.
24854  If you click on it, you will get a dialog in which you can set a 
24855 \family sans
24856 Key
24857 \family default
24858  and a 
24859 \family sans
24860 Label
24861 \family default
24862 .
24863  The key is the symbolic name by which you will refer to this bibliography
24864  entry.
24865  For example, our second entry in the bibliography is a book about LaTeX
24866  and we used 
24867 \begin_inset Quotes eld
24868 \end_inset
24869
24870 latexcompanion
24871 \begin_inset Quotes erd
24872 \end_inset
24873
24874 , a short form of its title, as key.
24875 \end_layout
24876
24877 \begin_layout Standard
24878 You can refer to the key of a bibliography entry using the menu 
24879 \family sans
24880 Insert\SpecialChar \menuseparator
24881 Citation
24882 \family default
24883  or the toobar button 
24884 \begin_inset Graphics
24885         filename ../images/dialog-show-new-inset_citation.png
24886         embed ""
24887         BoundingBox 0bp 5bp 20bp 20bp
24888
24889 \end_inset
24890
24891 .
24892  A citation reference box is inserted and a citation window will appear
24893  in which you can select one or more keys in the available key list.
24894  The citation reference box will be labeled with the referenced key.
24895  When you click on the box, the citation window appears and you can change
24896  the reference.
24897 \end_layout
24898
24899 \begin_layout Standard
24900 Citation references appear in the output as number of the bibliography entry
24901  with surrounding brackets.
24902  If you set a 
24903 \family sans
24904 Label
24905 \family default
24906  for the entry, the label will appear instead of the number.
24907  Here two examples; the first without a label, the second with the label
24908  
24909 \begin_inset Quotes eld
24910 \end_inset
24911
24912 Credits
24913 \begin_inset Quotes erd
24914 \end_inset
24915
24916 :
24917 \end_layout
24918
24919 \begin_layout Standard
24920 Have a look at the 
24921 \family sans
24922 LaTeX Companion Second Edition
24923 \family default
24924
24925 \begin_inset CommandInset citation
24926 LatexCommand cite
24927 key "latexcompanion"
24928
24929 \end_inset
24930
24931
24932 \end_layout
24933
24934 \begin_layout Standard
24935 The LyX-Team members are listed in the Credits: 
24936 \begin_inset CommandInset citation
24937 LatexCommand cite
24938 key "lyxcredit"
24939
24940 \end_inset
24941
24942
24943 \end_layout
24944
24945 \begin_layout Subsection
24946 Bibliography databases (BibTeX)
24947 \begin_inset Index
24948 status collapsed
24949
24950 \begin_layout PlainLayout
24951 Bibliography ! Databases
24952 \end_layout
24953
24954 \end_inset
24955
24956
24957 \begin_inset Index
24958 status open
24959
24960 \begin_layout PlainLayout
24961 Bibliography ! BibT
24962 \begin_inset ERT
24963 status collapsed
24964
24965 \begin_layout PlainLayout
24966
24967 {}
24968 \end_layout
24969
24970 \end_inset
24971
24972 eX
24973 \end_layout
24974
24975 \end_inset
24976
24977
24978 \begin_inset CommandInset label
24979 LatexCommand label
24980 name "sub:Bibliography-databases"
24981
24982 \end_inset
24983
24984
24985 \begin_inset Note Note
24986 status open
24987
24988 \begin_layout PlainLayout
24989 Fix this Index entry when bug 4600 is fixed!
24990 \end_layout
24991
24992 \end_inset
24993
24994
24995 \end_layout
24996
24997 \begin_layout Standard
24998 Bibliography databases are useful if you use the same bibliography in different
24999  documents.
25000  It makes it also very easy to have a uniform layout for all bibliography
25001  entries.
25002  You can collect the bibliography of all relevant books and articles of
25003  your working field in a database.
25004  This database can be used for different documents, because only the referenced
25005  entries of the database will appear in the bibliography list.
25006 \end_layout
25007
25008 \begin_layout Standard
25009 The database is a text file with the file extension 
25010 \begin_inset Quotes eld
25011 \end_inset
25012
25013
25014 \family sans
25015 .bib
25016 \family default
25017
25018 \begin_inset Quotes erd
25019 \end_inset
25020
25021  containing the bibliography in a special format.
25022  The format is explained in LaTeX books (
25023 \begin_inset CommandInset citation
25024 LatexCommand cite
25025 key "Mittelbach,Kopka,Lamport"
25026
25027 \end_inset
25028
25029 ).
25030  Normally one uses a special program to create and edit entries of the database.
25031  Under
25032 \newline
25033  
25034 \begin_inset Flex URL
25035 status collapsed
25036
25037 \begin_layout PlainLayout
25038
25039 http://wiki.lyx.org/BibTeX/Programs
25040 \end_layout
25041
25042 \end_inset
25043
25044
25045 \newline
25046 you find a list of programs for bibliography databases.
25047 \end_layout
25048
25049 \begin_layout Standard
25050 To use a database, use the menu 
25051 \family sans
25052 Insert\SpecialChar \menuseparator
25053 List
25054 \family default
25055 /
25056 \family sans
25057 TOC\SpecialChar \menuseparator
25058 BibT
25059 \begin_inset ERT
25060 status collapsed
25061
25062 \begin_layout PlainLayout
25063
25064 {}
25065 \end_layout
25066
25067 \end_inset
25068
25069 eX
25070 \begin_inset Space ~
25071 \end_inset
25072
25073 Bibliography
25074 \family default
25075 .
25076  A grey box will be inserted and a window appears.
25077  In this window you can load one or more databases and a style file.
25078 \end_layout
25079
25080 \begin_layout Standard
25081 The style file is a text file with the file extension
25082 \begin_inset Quotes erd
25083 \end_inset
25084
25085
25086 \family sans
25087 .bst
25088 \family default
25089
25090 \begin_inset Quotes erd
25091 \end_inset
25092
25093  that declares the layout of all bibliography entries.
25094  Many publishers provide special style files, so that you don't have to
25095  take care of the layout.
25096 \end_layout
25097
25098 \begin_layout Standard
25099 Inserting a citation reference works like described above.
25100 \end_layout
25101
25102 \begin_layout Standard
25103 \begin_inset VSpace defskip
25104 \end_inset
25105
25106
25107 \end_layout
25108
25109 \begin_layout Standard
25110 To generate the bibliography from a database, the program BibTeX is used
25111  by LyX.
25112  This program can be controlled with options that you can add in LyX's preferenc
25113 es dialog under 
25114 \family sans
25115 Outputs
25116 \family default
25117
25118 \family sans
25119 LaT
25120 \begin_inset ERT
25121 status collapsed
25122
25123 \begin_layout PlainLayout
25124
25125 {}
25126 \end_layout
25127
25128 \end_inset
25129
25130 eX
25131 \family default
25132  in the field 
25133 \family sans
25134 BibT
25135 \begin_inset ERT
25136 status collapsed
25137
25138 \begin_layout PlainLayout
25139
25140 {}
25141 \end_layout
25142
25143 \end_inset
25144
25145 eX
25146 \begin_inset Space ~
25147 \end_inset
25148
25149 command
25150 \family default
25151 .
25152  Before adding options, it is strongly recommended to read the manual of
25153  
25154 \family sans
25155 BibTeX
25156 \family default
25157 .
25158 \end_layout
25159
25160 \begin_layout Standard
25161 \begin_inset VSpace defskip
25162 \end_inset
25163
25164
25165 \end_layout
25166
25167 \begin_layout Standard
25168 We use two bibliographies in this document to show the difference between
25169  the two methods of creating them.
25170  As you can see, the bibliography that is created from a database lists
25171  only the database entries that are referenced in the document.
25172  We used the style file 
25173 \family sans
25174 alphadin.bst
25175 \family default
25176  to get the complicated German reference key scheme in the bibliography.
25177 \end_layout
25178
25179 \begin_layout Subsection
25180 Bibliography layout
25181 \begin_inset Index
25182 status collapsed
25183
25184 \begin_layout PlainLayout
25185 Bibliography ! Layout
25186 \end_layout
25187
25188 \end_inset
25189
25190
25191 \end_layout
25192
25193 \begin_layout Standard
25194 In the citation reference dialog you can set a special citation format.
25195  For this feature you need to use the option 
25196 \family sans
25197 Natbib
25198 \family default
25199  enabled in the 
25200 \family sans
25201 Document\SpecialChar \menuseparator
25202 Settings
25203 \family default
25204
25205 \begin_inset Index
25206 status collapsed
25207
25208 \begin_layout PlainLayout
25209 Document ! Settings
25210 \end_layout
25211
25212 \end_inset
25213
25214  dialog under 
25215 \family sans
25216 Bibliography
25217 \family default
25218 .
25219  Setting a citation style for a reference will overwrite the default.
25220  For the global citation format use the BibTeX style files as explained
25221  in the previous section.
25222 \end_layout
25223
25224 \begin_layout Standard
25225 You can also set text, that should appear before or after a citation reference,
25226  in the citation reference window.
25227  Here an example where we set the text 
25228 \begin_inset Quotes eld
25229 \end_inset
25230
25231 Chapter
25232 \begin_inset Space ~
25233 \end_inset
25234
25235 3
25236 \begin_inset Quotes erd
25237 \end_inset
25238
25239  to appear after the reference:
25240 \end_layout
25241
25242 \begin_layout Standard
25243 Have a look at 
25244 \begin_inset CommandInset citation
25245 LatexCommand cite
25246 after "Chapter 3"
25247 key "latexcompanion"
25248
25249 \end_inset
25250
25251 .
25252 \end_layout
25253
25254 \begin_layout Section
25255 Index
25256 \begin_inset Index
25257 status collapsed
25258
25259 \begin_layout PlainLayout
25260 Index generation
25261 \end_layout
25262
25263 \end_inset
25264
25265
25266 \begin_inset CommandInset label
25267 LatexCommand label
25268 name "sec:Index"
25269
25270 \end_inset
25271
25272
25273 \end_layout
25274
25275 \begin_layout Standard
25276 An index entry is created if you use the menu 
25277 \family sans
25278 Insert\SpecialChar \menuseparator
25279 Index
25280 \begin_inset Space ~
25281 \end_inset
25282
25283 Entry
25284 \family default
25285  or the toolbar button 
25286 \begin_inset Graphics
25287         filename ../images/index-insert.png
25288         embed ""
25289         BoundingBox 0bp 5bp 20bp 20bp
25290
25291 \end_inset
25292
25293 .
25294  A gray box labeled 
25295 \begin_inset Quotes eld
25296 \end_inset
25297
25298
25299 \family sans
25300 Idx
25301 \family default
25302
25303 \begin_inset Quotes erd
25304 \end_inset
25305
25306  is inserted containing the text that appears in the index.
25307  The word where the cursor is in or the currently highlighted text is proposed
25308  by LyX as index entry.
25309 \end_layout
25310
25311 \begin_layout Standard
25312 We give a short overview of the index commands in the next subsections.
25313  For a detailed description of LaTeX's index mechanism, have a look at one
25314  of the LaTeX books 
25315 \begin_inset CommandInset citation
25316 LatexCommand cite
25317 key "latexcompanion,latexguide,latexbook"
25318
25319 \end_inset
25320
25321 .
25322 \end_layout
25323
25324 \begin_layout Standard
25325 You can change index entries by clicking on the index box.
25326 \end_layout
25327
25328 \begin_layout Standard
25329 The index list is inserted to the document with the menu 
25330 \family sans
25331 Insert\SpecialChar \menuseparator
25332 List
25333 \begin_inset Space ~
25334 \end_inset
25335
25336 /
25337 \begin_inset Space ~
25338 \end_inset
25339
25340 TOC\SpecialChar \menuseparator
25341 Index
25342 \begin_inset Space ~
25343 \end_inset
25344
25345 List
25346 \family default
25347 .
25348  A light blue box labeled 
25349 \begin_inset Quotes eld
25350 \end_inset
25351
25352
25353 \family sans
25354 Index
25355 \family default
25356
25357 \begin_inset Quotes erd
25358 \end_inset
25359
25360  will show the place where the index is printed in the output.
25361  The index list box is not clickable like other LyX-boxes.
25362 \end_layout
25363
25364 \begin_layout Subsection
25365 Grouping Index Entries
25366 \begin_inset Index
25367 status collapsed
25368
25369 \begin_layout PlainLayout
25370 Index ! Grouping
25371 \end_layout
25372
25373 \end_inset
25374
25375
25376 \end_layout
25377
25378 \begin_layout Standard
25379 Index entries are often grouped to offer the reader a fast search in the
25380  index.
25381  We want to group for example the index entries for itemized and enumerated
25382  lists under the entry 
25383 \begin_inset Quotes eld
25384 \end_inset
25385
25386 Lists
25387 \begin_inset Quotes erd
25388 \end_inset
25389
25390 .
25391  First we create the entry 
25392 \begin_inset Quotes eld
25393 \end_inset
25394
25395 Lists
25396 \begin_inset Quotes erd
25397 \end_inset
25398
25399  in section
25400 \begin_inset Space ~
25401 \end_inset
25402
25403
25404 \begin_inset CommandInset ref
25405 LatexCommand ref
25406 reference "sub:Lists"
25407
25408 \end_inset
25409
25410 .
25411  In the text field for the itemized list index entry in section
25412 \begin_inset Space ~
25413 \end_inset
25414
25415
25416 \begin_inset CommandInset ref
25417 LatexCommand ref
25418 reference "sec:Itemize"
25419
25420 \end_inset
25421
25422 , we insert the command
25423 \end_layout
25424
25425 \begin_layout Standard
25426
25427 \series bold
25428 Lists ! Itemize
25429 \end_layout
25430
25431 \begin_layout Standard
25432 and the command
25433 \end_layout
25434
25435 \begin_layout Standard
25436
25437 \series bold
25438 Lists ! Enumerate
25439 \end_layout
25440
25441 \begin_layout Standard
25442 for the enumerated list in section
25443 \begin_inset Space ~
25444 \end_inset
25445
25446
25447 \begin_inset CommandInset ref
25448 LatexCommand ref
25449 reference "sec:Enumerate"
25450
25451 \end_inset
25452
25453 .
25454 \end_layout
25455
25456 \begin_layout Standard
25457 The exclamation mark 
25458 \begin_inset Quotes eld
25459 \end_inset
25460
25461 !
25462 \begin_inset Quotes erd
25463 \end_inset
25464
25465  marks the grouping levels.
25466  You can have three levels; every index level is indented a bit more.
25467  An index entry for the higher levels is not required.
25468  If we don't have an index entry for 
25469 \begin_inset Quotes eld
25470 \end_inset
25471
25472 Lists
25473 \begin_inset Quotes erd
25474 \end_inset
25475
25476 , it will be printed anyway, but without a page number.
25477 \end_layout
25478
25479 \begin_layout Subsection
25480 Page Ranges
25481 \begin_inset Index
25482 status collapsed
25483
25484 \begin_layout PlainLayout
25485 Index ! Page ranges
25486 \end_layout
25487
25488 \end_inset
25489
25490
25491 \end_layout
25492
25493 \begin_layout Standard
25494 Normally an index entry will appear with the page number of the indexed
25495  section.
25496  But sometimes you want to index more pages under the same entry.
25497  E.g if we want to index the paragraph environments, we create an index entry
25498  in section
25499 \begin_inset Space ~
25500 \end_inset
25501
25502
25503 \begin_inset CommandInset ref
25504 LatexCommand ref
25505 reference "sec:Paragraph-Environments"
25506
25507 \end_inset
25508
25509  with the command
25510 \end_layout
25511
25512 \begin_layout Standard
25513
25514 \series bold
25515 Paragraph environments|(
25516 \end_layout
25517
25518 \begin_layout Standard
25519 and another entry at the end of section
25520 \begin_inset Space ~
25521 \end_inset
25522
25523
25524 \begin_inset CommandInset ref
25525 LatexCommand ref
25526 reference "sub:LyX-Code"
25527
25528 \end_inset
25529
25530  with the command
25531 \end_layout
25532
25533 \begin_layout Standard
25534
25535 \series bold
25536 Paragraph environments|)
25537 \end_layout
25538
25539 \begin_layout Standard
25540 The commands 
25541 \begin_inset Quotes eld
25542 \end_inset
25543
25544
25545 \series bold
25546 |(
25547 \series default
25548
25549 \begin_inset Quotes erd
25550 \end_inset
25551
25552  and 
25553 \begin_inset Quotes eld
25554 \end_inset
25555
25556
25557 \series bold
25558 |)
25559 \series default
25560
25561 \begin_inset Quotes erd
25562 \end_inset
25563
25564  respectively starts and ends the index range.
25565  You can also add the same index entry at different places in the document.
25566  They appear in the output under one entry with a comma separated list of
25567  the pages of the indexed document parts.
25568  An example is the index entry 
25569 \begin_inset Quotes eld
25570 \end_inset
25571
25572 Document ! Settings
25573 \begin_inset Quotes erd
25574 \end_inset
25575
25576 .
25577 \end_layout
25578
25579 \begin_layout Subsection
25580 Cross referencing
25581 \begin_inset Index
25582 status collapsed
25583
25584 \begin_layout PlainLayout
25585 Index ! Cross referencing
25586 \end_layout
25587
25588 \end_inset
25589
25590
25591 \end_layout
25592
25593 \begin_layout Standard
25594 It is also possible to refer to another index entry.
25595  We referred for example in the index entry 
25596 \begin_inset Quotes eld
25597 \end_inset
25598
25599 GIF
25600 \begin_inset Quotes erd
25601 \end_inset
25602
25603  (in section
25604 \begin_inset Space ~
25605 \end_inset
25606
25607
25608 \begin_inset CommandInset ref
25609 LatexCommand ref
25610 reference "sub:Image-Formats"
25611
25612 \end_inset
25613
25614 ) to the index entry 
25615 \begin_inset Quotes eld
25616 \end_inset
25617
25618 Image formats
25619 \begin_inset Quotes erd
25620 \end_inset
25621
25622  in the same section using the entry
25623 \end_layout
25624
25625 \begin_layout Standard
25626
25627 \series bold
25628 GIF|see{Image formats}
25629 \end_layout
25630
25631 \begin_layout Standard
25632 Where the braces have to be inserted as ERT.
25633  The text within the braces is the referenced entry.
25634  The reference will appear in the output without a page number.
25635 \end_layout
25636
25637 \begin_layout Subsection
25638 Index Entry Order
25639 \begin_inset Index
25640 status collapsed
25641
25642 \begin_layout PlainLayout
25643 Index ! Entry order
25644 \end_layout
25645
25646 \end_inset
25647
25648
25649 \end_layout
25650
25651 \begin_layout Standard
25652 You can use accented characters in the index entry, but the entries might
25653  then not follow the rules for the index order.
25654  The index entries are sorted alphabetically, but LaTeX
25655 \begin_inset Foot
25656 status collapsed
25657
25658 \begin_layout PlainLayout
25659 The index generating is done in the background by an extra program, see
25660  section
25661 \begin_inset Space ~
25662 \end_inset
25663
25664
25665 \begin_inset CommandInset ref
25666 LatexCommand ref
25667 reference "sub:Index-Program"
25668
25669 \end_inset
25670
25671 .
25672 \end_layout
25673
25674 \end_inset
25675
25676  doesn't know how to sort accents in different languages.
25677  We created as example the three dummy index entries 
25678 \begin_inset Quotes eld
25679 \end_inset
25680
25681 maison
25682 \begin_inset Quotes erd
25683 \end_inset
25684
25685
25686 \begin_inset Quotes eld
25687 \end_inset
25688
25689 maïs
25690 \begin_inset Quotes erd
25691 \end_inset
25692
25693 , and 
25694 \begin_inset Quotes eld
25695 \end_inset
25696
25697 maître
25698 \begin_inset Quotes erd
25699 \end_inset
25700
25701 .
25702 \begin_inset Index
25703 status collapsed
25704
25705 \begin_layout PlainLayout
25706 Dummy entries ! maïs
25707 \end_layout
25708
25709 \end_inset
25710
25711
25712 \begin_inset Index
25713 status collapsed
25714
25715 \begin_layout PlainLayout
25716 Dummy entries ! maître
25717 \end_layout
25718
25719 \end_inset
25720
25721
25722 \begin_inset Index
25723 status collapsed
25724
25725 \begin_layout PlainLayout
25726 Dummy entries ! maïs@maison
25727 \end_layout
25728
25729 \end_inset
25730
25731  They will be sorted in the order maïs, maître, maison, but we want the
25732  order maïs, maison, maître.
25733  To achieve this, we use the command
25734 \end_layout
25735
25736 \begin_layout Standard
25737
25738 \series bold
25739 previous entry@current entry
25740 \end_layout
25741
25742 \begin_layout Standard
25743 In our case we want to have 
25744 \begin_inset Quotes eld
25745 \end_inset
25746
25747 maison
25748 \begin_inset Quotes erd
25749 \end_inset
25750
25751  after 
25752 \begin_inset Quotes eld
25753 \end_inset
25754
25755 maïs
25756 \begin_inset Quotes erd
25757 \end_inset
25758
25759  and write therefore for the index entry of maison:
25760 \end_layout
25761
25762 \begin_layout Standard
25763
25764 \series bold
25765 maïs@maison
25766 \end_layout
25767
25768 \begin_layout Standard
25769 The previous entry needn't to be a real existing entry, you can also use
25770  another word to tell LaTeX the entry order, see the next subsection for
25771  an example.
25772 \end_layout
25773
25774 \begin_layout Subsection
25775 Index Entry Layout
25776 \begin_inset Index
25777 status collapsed
25778
25779 \begin_layout PlainLayout
25780 Index ! Entry layout
25781 \end_layout
25782
25783 \end_inset
25784
25785
25786 \end_layout
25787
25788 \begin_layout Standard
25789 You can change the appearance of insert entries via the textstyle dialog.
25790 \begin_inset Index
25791 status collapsed
25792
25793 \begin_layout PlainLayout
25794 Dummy entries ! This@
25795 \shape italic
25796 This is an italic entry at the correct position
25797 \end_layout
25798
25799 \end_inset
25800
25801
25802 \begin_inset Index
25803 status collapsed
25804
25805 \begin_layout PlainLayout
25806 Dummy entries ! 
25807 \shape italic
25808 This is an italic entry at the wrong position
25809 \end_layout
25810
25811 \end_inset
25812
25813  LyX will then in the background add commands for the layout that destroy
25814  the sort order.
25815  To avoid that our index entry appears as the first one, we use the following
25816  command instead:
25817 \end_layout
25818
25819 \begin_layout Standard
25820
25821 \series bold
25822 This@
25823 \emph on
25824 This is an italic entry
25825 \end_layout
25826
25827 \begin_layout Standard
25828 You can also format the page number using the character 
25829 \begin_inset Quotes eld
25830 \end_inset
25831
25832 |
25833 \begin_inset Quotes erd
25834 \end_inset
25835
25836  followed by a LaTeX-command without a backslash.
25837  We can write for example
25838 \end_layout
25839
25840 \begin_layout Standard
25841
25842 \series bold
25843 old-style page number:|oldstylenums
25844 \end_layout
25845
25846 \begin_layout Standard
25847 to get the page number in an old-style layout.
25848 \begin_inset Index
25849 status collapsed
25850
25851 \begin_layout PlainLayout
25852 Dummy entries ! old-style page number:|oldstylenums
25853 \end_layout
25854
25855 \end_inset
25856
25857  Normally all LaTeX-commands begin with a backslash, but in this special
25858  case 
25859 \begin_inset Quotes eld
25860 \end_inset
25861
25862
25863 \series bold
25864 |command
25865 \series default
25866
25867 \begin_inset Quotes erd
25868 \end_inset
25869
25870  means 
25871 \series bold
25872
25873 \backslash
25874 command{page
25875 \begin_inset Space ~
25876 \end_inset
25877
25878 number}
25879 \series default
25880 .
25881  Have a look at section
25882 \begin_inset Space ~
25883 \end_inset
25884
25885
25886 \begin_inset CommandInset ref
25887 LatexCommand ref
25888 reference "sub:LaTeX-Syntax"
25889
25890 \end_inset
25891
25892  to learn more about the LaTeX-syntax.
25893 \end_layout
25894
25895 \begin_layout Standard
25896 You can also change the layout for the whole index.
25897  E.g.
25898  we marked the index list box of this document as bold to get a bold font
25899  for all index entries.
25900 \end_layout
25901
25902 \begin_layout Subsection
25903 Index Program
25904 \begin_inset Index
25905 status collapsed
25906
25907 \begin_layout PlainLayout
25908 Index ! Program
25909 \end_layout
25910
25911 \end_inset
25912
25913
25914 \begin_inset CommandInset label
25915 LatexCommand label
25916 name "sub:Index-Program"
25917
25918 \end_inset
25919
25920
25921 \end_layout
25922
25923 \begin_layout Standard
25924 LyX uses for the index generation by default the program 
25925 \family sans
25926 makeindex
25927 \family default
25928 .
25929  It can be controlled by options that can be set in LyX's preferences dialog,
25930  see section
25931 \begin_inset Space ~
25932 \end_inset
25933
25934
25935 \begin_inset CommandInset ref
25936 LatexCommand ref
25937 reference "sub:LaTeX-settings"
25938
25939 \end_inset
25940
25941 .
25942  The available options are listed and explained in 
25943 \begin_inset CommandInset citation
25944 LatexCommand cite
25945 key "makeindex"
25946
25947 \end_inset
25948
25949 .
25950 \end_layout
25951
25952 \begin_layout Standard
25953 You can also specify there another program to generate the index, for example
25954  
25955 \family sans
25956 xindy
25957 \family default
25958 .
25959 \begin_inset Index
25960 status collapsed
25961
25962 \begin_layout PlainLayout
25963 Image formats
25964 \end_layout
25965
25966 \end_inset
25967
25968
25969 \end_layout
25970
25971 \begin_layout Section
25972 Nomenclature / Glossary 
25973 \begin_inset Index
25974 status collapsed
25975
25976 \begin_layout PlainLayout
25977 Nomenclature
25978 \end_layout
25979
25980 \end_inset
25981
25982
25983 \begin_inset Index
25984 status collapsed
25985
25986 \begin_layout PlainLayout
25987 Glossary|see
25988 \begin_inset ERT
25989 status collapsed
25990
25991 \begin_layout PlainLayout
25992
25993 {
25994 \end_layout
25995
25996 \end_inset
25997
25998 Nomenclature
25999 \begin_inset ERT
26000 status collapsed
26001
26002 \begin_layout PlainLayout
26003
26004 }
26005 \end_layout
26006
26007 \end_inset
26008
26009
26010 \end_layout
26011
26012 \end_inset
26013
26014
26015 \begin_inset CommandInset label
26016 LatexCommand label
26017 name "sec:Nomenclature"
26018
26019 \end_inset
26020
26021
26022 \end_layout
26023
26024 \begin_layout Standard
26025 Sometimes you need to compile a list of symbols that are mentioned in your
26026  document with a brief explanation of them -- a so called nomenclature or
26027  glossary.
26028 \end_layout
26029
26030 \begin_layout Standard
26031 To be able to create nomenclatures, you need the LaTeX package 
26032 \series bold
26033 nomencl
26034 \begin_inset Index
26035 status collapsed
26036
26037 \begin_layout PlainLayout
26038 LaTeX-packages ! nomencl
26039 \end_layout
26040
26041 \end_inset
26042
26043
26044 \series default
26045  installed.
26046  You find it in the TeX Catalogue, 
26047 \begin_inset CommandInset citation
26048 LatexCommand cite
26049 key "TeXCatalogue"
26050
26051 \end_inset
26052
26053  or in the package manager of your LaTeX-system.
26054 \end_layout
26055
26056 \begin_layout Standard
26057 A nomenclature entry is created if you place the cursor after a symbol entry
26058  and then use the menu 
26059 \family sans
26060 Insert\SpecialChar \menuseparator
26061
26062 \family default
26063 N
26064 \family sans
26065 omenclature
26066 \begin_inset Space ~
26067 \end_inset
26068
26069 Entry
26070 \family default
26071  or the toobar button 
26072 \begin_inset Graphics
26073         filename ../images/nomencl-insert.png
26074         embed ""
26075         BoundingBox 0bp 5bp 20bp 20bp
26076
26077 \end_inset
26078
26079 .
26080  A gray box labeled 
26081 \begin_inset Quotes eld
26082 \end_inset
26083
26084
26085 \family sans
26086 Nom
26087 \family default
26088
26089 \begin_inset Quotes erd
26090 \end_inset
26091
26092  is inserted and a window pops up asking for the nomenclature entry.
26093 \end_layout
26094
26095 \begin_layout Standard
26096 A nomenclature entry consists of two main entries.
26097  The first is the symbol that you want to refer to.
26098  The second is the description of the symbol.
26099 \end_layout
26100
26101 \begin_layout Standard
26102 \begin_inset Note Greyedout
26103 status open
26104
26105 \begin_layout PlainLayout
26106
26107 \series bold
26108 Note:
26109 \series default
26110  Like for the index entry dialog, you have to enter valid LaTeX-code for
26111  all fields of the nomenclature dialog.
26112 \end_layout
26113
26114 \end_inset
26115
26116
26117 \end_layout
26118
26119 \begin_layout Subsection
26120 Nomenclature Definition and Layout
26121 \begin_inset Index
26122 status collapsed
26123
26124 \begin_layout PlainLayout
26125 Nomenclature ! Layout
26126 \end_layout
26127
26128 \end_inset
26129
26130
26131 \end_layout
26132
26133 \begin_layout Standard
26134 When you have symbols in formulas, you have to define them in the 
26135 \family sans
26136 Symbol
26137 \family default
26138  field as LaTeX-formula.
26139  For example to get 
26140 \begin_inset Quotes eld
26141 \end_inset
26142
26143
26144 \begin_inset Formula $\sigma$
26145 \end_inset
26146
26147
26148 \begin_inset Quotes erd
26149 \end_inset
26150
26151 , insert this:
26152 \newline
26153
26154 \series bold
26155 $
26156 \backslash
26157 sigma$
26158 \newline
26159
26160 \series default
26161 The 
26162 \begin_inset Quotes eld
26163 \end_inset
26164
26165 $
26166 \begin_inset Quotes erd
26167 \end_inset
26168
26169  character hereby starts/ends the formula.
26170  The LaTeX-command for the Greek letter is the name of the letter beginning
26171  with a backslash 
26172 \begin_inset Quotes eld
26173 \end_inset
26174
26175
26176 \backslash
26177
26178 \begin_inset Quotes erd
26179 \end_inset
26180
26181 .
26182  For capital Greek letters, start the command also with a capital letter,
26183  like 
26184 \series bold
26185
26186 \backslash
26187 Sigma
26188 \series default
26189 .
26190 \end_layout
26191
26192 \begin_layout Standard
26193 (A short introduction to the LaTeX-syntax is given in section
26194 \begin_inset Space ~
26195 \end_inset
26196
26197
26198 \begin_inset CommandInset ref
26199 LatexCommand ref
26200 reference "sub:LaTeX-Syntax"
26201
26202 \end_inset
26203
26204 .)
26205 \end_layout
26206
26207 \begin_layout Standard
26208 You cannot use the 
26209 \family sans
26210 Text
26211 \begin_inset Space ~
26212 \end_inset
26213
26214 Style
26215 \family default
26216  dialog to format the description text but have to use LaTeX-commands.
26217  For example the description of the nomenclature entry for the 
26218 \begin_inset Quotes eld
26219 \end_inset
26220
26221
26222 \begin_inset Formula $\sigma$
26223 \end_inset
26224
26225
26226 \begin_inset Quotes erd
26227 \end_inset
26228
26229  in this document is:
26230 \newline
26231
26232 \series bold
26233 dummy entry for the character 
26234 \backslash
26235 textsf{sigma}
26236 \series default
26237
26238 \newline
26239 The command 
26240 \series bold
26241
26242 \backslash
26243 textsf
26244 \series default
26245  sets the fonts to 
26246 \family sans
26247 sans
26248 \begin_inset Space ~
26249 \end_inset
26250
26251 serif
26252 \family default
26253 .
26254  To get 
26255 \series bold
26256 bold
26257 \series default
26258  font use the command 
26259 \series bold
26260
26261 \backslash
26262 textbf
26263 \series default
26264 , for 
26265 \family typewriter
26266 typewriter
26267 \family default
26268  use 
26269 \series bold
26270
26271 \backslash
26272 texttt
26273 \series default
26274 , for 
26275 \emph on
26276 emphasized
26277 \emph default
26278  use 
26279 \series bold
26280
26281 \backslash
26282 emph
26283 \series default
26284 .
26285 \end_layout
26286
26287 \begin_layout Subsection
26288 Sort Order of Nomenclature Entries
26289 \begin_inset Index
26290 status collapsed
26291
26292 \begin_layout PlainLayout
26293 Nomenclature ! Sort order
26294 \end_layout
26295
26296 \end_inset
26297
26298
26299 \end_layout
26300
26301 \begin_layout Standard
26302 The nomenclature entries are sorted alphabetically by the LaTeX-code of
26303  the symbol definition.
26304  This leads to undesired results when you for example have symbols in formulas.
26305  Suppose you have nomenclature entries for the symbols 
26306 \emph on
26307 a
26308 \begin_inset CommandInset nomenclature
26309 LatexCommand nomenclature
26310 symbol "a"
26311 description "dummy entry for the character \"a\""
26312
26313 \end_inset
26314
26315
26316 \emph default
26317  and 
26318 \begin_inset Formula $\sigma$
26319 \end_inset
26320
26321
26322 \begin_inset CommandInset nomenclature
26323 LatexCommand nomenclature
26324 prefix "sigma"
26325 symbol "$\\sigma$"
26326 description "dummy entry for the character \\textsf{sigma}"
26327
26328 \end_inset
26329
26330 .
26331  They will be sorted by 
26332 \begin_inset Quotes eld
26333 \end_inset
26334
26335
26336 \family sans
26337 a
26338 \family default
26339
26340 \begin_inset Quotes erd
26341 \end_inset
26342
26343  and 
26344 \begin_inset Quotes eld
26345 \end_inset
26346
26347
26348 \family typewriter
26349 $
26350 \backslash
26351 sigma$
26352 \family default
26353
26354 \begin_inset Quotes erd
26355 \end_inset
26356
26357  -- the 
26358 \begin_inset Formula $\sigma$
26359 \end_inset
26360
26361  will be sorted before the 
26362 \emph on
26363 a
26364 \emph default
26365  since the character 
26366 \begin_inset Quotes eld
26367 \end_inset
26368
26369 $
26370 \begin_inset Quotes erd
26371 \end_inset
26372
26373  is considered in sorting.
26374 \end_layout
26375
26376 \begin_layout Standard
26377 To control the sort order, you can edit the 
26378 \family sans
26379 Sort
26380 \begin_inset Space ~
26381 \end_inset
26382
26383 as
26384 \family default
26385  field of the nomenclature dialog.
26386  Then the nomenclature entry will be sorted by this entry and not the symbol
26387  definition.
26388  For the given example, you can insert 
26389 \family typewriter
26390 sigma
26391 \family default
26392  to this field for the 
26393 \begin_inset Formula $\sigma$
26394 \end_inset
26395
26396 , then 
26397 \emph on
26398 a
26399 \emph default
26400  will be located before 
26401 \begin_inset Formula $\sigma$
26402 \end_inset
26403
26404 .
26405 \end_layout
26406
26407 \begin_layout Standard
26408 For subgrouping and tips for using sort entries see the 
26409 \series bold
26410 nomencl
26411 \series default
26412  documentation, 
26413 \begin_inset CommandInset citation
26414 LatexCommand cite
26415 key "nomencl"
26416
26417 \end_inset
26418
26419 .
26420 \end_layout
26421
26422 \begin_layout Subsection
26423 Nomenclature Options
26424 \begin_inset Index
26425 status collapsed
26426
26427 \begin_layout PlainLayout
26428 Nomenclature ! Options
26429 \end_layout
26430
26431 \end_inset
26432
26433
26434 \end_layout
26435
26436 \begin_layout Standard
26437 The 
26438 \series bold
26439 nomencl
26440 \series default
26441  package offers some options to adjust the appearance of the nomenclature.
26442  Here are some of its options, for more have a look at its documentation:
26443 \end_layout
26444
26445 \begin_layout Description
26446 refeq Appends the phrase 
26447 \begin_inset Quotes eld
26448 \end_inset
26449
26450
26451 \family sans
26452 , see equation (
26453 \emph on
26454 eq
26455 \emph default
26456 )
26457 \family default
26458
26459 \begin_inset Quotes erd
26460 \end_inset
26461
26462  to every nomenclature entry, where 
26463 \family sans
26464 \emph on
26465 eq
26466 \family default
26467 \emph default
26468  is the number of the last equation in front of the nomenclature entry
26469 \end_layout
26470
26471 \begin_layout Description
26472 refpage Appends the phrase 
26473 \begin_inset Quotes eld
26474 \end_inset
26475
26476
26477 \family sans
26478 , page (
26479 \emph on
26480 page
26481 \emph default
26482 )
26483 \family default
26484
26485 \begin_inset Quotes erd
26486 \end_inset
26487
26488  to every nomenclature entry, where 
26489 \family sans
26490 \emph on
26491 page
26492 \family default
26493 \emph default
26494  is the number of the page on which the nomenclature entry appeared
26495 \end_layout
26496
26497 \begin_layout Description
26498 intoc Inserts the nomenclature in the Table of Contents
26499 \end_layout
26500
26501 \begin_layout Standard
26502 There are furthermore the options 
26503 \series bold
26504 croatian
26505 \series default
26506
26507 \series bold
26508 danish
26509 \series default
26510
26511 \series bold
26512 english
26513 \series default
26514
26515 \series bold
26516 french
26517 \series default
26518
26519 \series bold
26520 german
26521 \series default
26522
26523 \series bold
26524 italian
26525 \series default
26526
26527 \series bold
26528 polish
26529 \series default
26530
26531 \series bold
26532 portuguese
26533 \series default
26534
26535 \series bold
26536 russian
26537 \series default
26538
26539 \series bold
26540 spanish
26541 \series default
26542 , and 
26543 \series bold
26544 ukrainian
26545 \series default
26546  to print the reference texts and the nomenclature title in the corresponding
26547  language.
26548 \end_layout
26549
26550 \begin_layout Standard
26551 To use one or more of the options, add them to the comma-separated document
26552  class options list in the 
26553 \family sans
26554 Document\SpecialChar \menuseparator
26555 Settings
26556 \family default
26557  dialog.
26558  In this document the options 
26559 \series bold
26560 intoc
26561 \series default
26562  and 
26563 \series bold
26564 refpage
26565 \series default
26566  are used.
26567 \end_layout
26568
26569 \begin_layout Standard
26570 \begin_inset VSpace bigskip
26571 \end_inset
26572
26573
26574 \end_layout
26575
26576 \begin_layout Standard
26577 You can also use the first two options above only for certain nomenclature
26578  entries when you add one of the following commands as last entry to the
26579  
26580 \family sans
26581 Description
26582 \family default
26583  field in the nomenclature dialog:
26584 \end_layout
26585
26586 \begin_layout Description
26587
26588 \backslash
26589 nomrefeq Like the 
26590 \series bold
26591 refeq
26592 \series default
26593  option
26594 \end_layout
26595
26596 \begin_layout Description
26597
26598 \backslash
26599 nomrefpage Like the 
26600 \series bold
26601 refpage
26602 \series default
26603  option
26604 \end_layout
26605
26606 \begin_layout Description
26607
26608 \backslash
26609 nomrefeqpage Short notation of 
26610 \series bold
26611
26612 \backslash
26613 nomrefeq
26614 \backslash
26615 nomrefpage
26616 \end_layout
26617
26618 \begin_layout Description
26619
26620 \backslash
26621 nomnorefeq,
26622 \begin_inset Space ~
26623 \end_inset
26624
26625
26626 \backslash
26627 nomnorefpage,
26628 \begin_inset Space ~
26629 \end_inset
26630
26631
26632 \backslash
26633 nomnorefeqpage Turns off the corresponding options
26634 \end_layout
26635
26636 \begin_layout Subsection
26637 Printing the Nomenclature
26638 \begin_inset Index
26639 status collapsed
26640
26641 \begin_layout PlainLayout
26642 Nomenclature ! Printing
26643 \end_layout
26644
26645 \end_inset
26646
26647
26648 \end_layout
26649
26650 \begin_layout Standard
26651 To print the nomenclature, use the menu 
26652 \family sans
26653 Insert\SpecialChar \menuseparator
26654 Lists
26655 \begin_inset Space ~
26656 \end_inset
26657
26658 /
26659 \begin_inset Space ~
26660 \end_inset
26661
26662 TOC\SpecialChar \menuseparator
26663 Nomenclature
26664 \family default
26665 .
26666  A light blue box labeled 
26667 \begin_inset Quotes eld
26668 \end_inset
26669
26670
26671 \family sans
26672 Nomenclature
26673 \family default
26674
26675 \begin_inset Quotes erd
26676 \end_inset
26677
26678  will show the place where the nomenclature is printed in the output.
26679  Like the index list box, the nomenclature list box is not clickable.
26680 \end_layout
26681
26682 \begin_layout Standard
26683 In the printed output the title of the nomenclature appears as 
26684 \begin_inset Quotes eld
26685 \end_inset
26686
26687 Nomenclature
26688 \begin_inset Quotes erd
26689 \end_inset
26690
26691 .
26692  If you are not happy with the name, you can change it by redefining the
26693  command 
26694 \series bold
26695
26696 \backslash
26697 nomname
26698 \series default
26699  in the preamble.
26700  For example, in order to change the name to 
26701 \emph on
26702 List of Symbols
26703 \emph default
26704 , add the following line to the preamble:
26705 \end_layout
26706
26707 \begin_layout Standard
26708
26709 \family roman
26710 \series bold
26711
26712 \backslash
26713 renewcommand{
26714 \backslash
26715 nomname}{List of Symbols}
26716 \end_layout
26717
26718 \begin_layout Standard
26719 \begin_inset VSpace defskip
26720 \end_inset
26721
26722
26723 \end_layout
26724
26725 \begin_layout Standard
26726 If you are unhappy with the amount of space for symbols, you can alter it
26727  by adding the following line to the preamble:
26728 \end_layout
26729
26730 \begin_layout Standard
26731
26732 \family roman
26733 \series bold
26734
26735 \backslash
26736 renewcommand{
26737 \backslash
26738 nomlabelwidth}{width}
26739 \end_layout
26740
26741 \begin_layout Standard
26742
26743 \family roman
26744 Where the width is a value with one of the units listed in Appendix
26745 \begin_inset Space ~
26746 \end_inset
26747
26748
26749 \begin_inset CommandInset ref
26750 LatexCommand ref
26751 reference "cha:Units-available-in"
26752
26753 \end_inset
26754
26755 .
26756  The default value is 1
26757 \begin_inset Space \thinspace{}
26758 \end_inset
26759
26760 cm.
26761 \end_layout
26762
26763 \begin_layout Section
26764 Branches
26765 \begin_inset Index
26766 status collapsed
26767
26768 \begin_layout PlainLayout
26769 Branches
26770 \end_layout
26771
26772 \end_inset
26773
26774
26775 \begin_inset Index
26776 status collapsed
26777
26778 \begin_layout PlainLayout
26779 Document ! Branches
26780 \end_layout
26781
26782 \end_inset
26783
26784
26785 \begin_inset CommandInset label
26786 LatexCommand label
26787 name "sec:Branches"
26788
26789 \end_inset
26790
26791
26792 \end_layout
26793
26794 \begin_layout Standard
26795 Sometimes it is useful to hide some document parts in the output.
26796  For example a teacher who is setting an exam obviously doesn't want the
26797  pupils to see the answers, but having questions and answers in the same
26798  document will make the life of the markers of that exam much easier.
26799 \end_layout
26800
26801 \begin_layout Standard
26802 For these cases LyX offers to put text into branches.
26803  The text will then only appear in the output when its branch is activated.
26804  To create a branch, go in the 
26805 \family sans
26806 Document\SpecialChar \menuseparator
26807 Settings
26808 \family default
26809  dialog to 
26810 \family sans
26811 Branches
26812 \family default
26813 .
26814  The name of the branch, its activation state and the background color of
26815  the branches inside LyX can be specified in this dialog.
26816 \end_layout
26817
26818 \begin_layout Standard
26819 Text that should be in a branch is set into branch inset boxes.
26820  These boxes are inserted via the menu 
26821 \family sans
26822 Insert\SpecialChar \menuseparator
26823 Branch
26824 \family default
26825  where you can choose a branch.
26826  You can later change the branch of the boxes by right-clicking on them.
26827 \end_layout
26828
26829 \begin_layout Standard
26830 Here is an example, where only the question text appears, the answer branch
26831  is deactivated and does therefore not appear in the output:
26832 \end_layout
26833
26834 \begin_layout Standard
26835 \begin_inset Branch Question
26836 status open
26837
26838 \begin_layout PlainLayout
26839 Question: Who was the first physics Nobel prize winner?
26840 \end_layout
26841
26842 \end_inset
26843
26844
26845 \end_layout
26846
26847 \begin_layout Standard
26848 \begin_inset Branch Answer
26849 status collapsed
26850
26851 \begin_layout PlainLayout
26852 Answer: Wilhelm Conrad Röntgen
26853 \end_layout
26854
26855 \end_inset
26856
26857
26858 \end_layout
26859
26860 \begin_layout Standard
26861 \begin_inset VSpace bigskip
26862 \end_inset
26863
26864
26865 \end_layout
26866
26867 \begin_layout Standard
26868 To use conditional output inside places where you cannot insert branch insets,
26869  like inside equations, you can code special LaTeX definitions for each
26870  branch.
26871  For example you can define for the question branch
26872 \begin_inset Foot
26873 status collapsed
26874
26875 \begin_layout PlainLayout
26876 For an introduction to the LaTeX-syntax, see section
26877 \begin_inset Space ~
26878 \end_inset
26879
26880
26881 \begin_inset CommandInset ref
26882 LatexCommand ref
26883 reference "sub:LaTeX-Syntax"
26884
26885 \end_inset
26886
26887 .
26888 \end_layout
26889
26890 \end_inset
26891
26892
26893 \end_layout
26894
26895 \begin_layout Standard
26896
26897 \series bold
26898
26899 \backslash
26900 newcommand{
26901 \backslash
26902 question}[1]{#1}
26903 \end_layout
26904
26905 \begin_layout Standard
26906
26907 \series bold
26908
26909 \backslash
26910 newcommand{
26911 \backslash
26912 answer}[1]{}
26913 \end_layout
26914
26915 \begin_layout Standard
26916 and for the answer branch
26917 \end_layout
26918
26919 \begin_layout Standard
26920
26921 \series bold
26922
26923 \backslash
26924 newcommand{
26925 \backslash
26926 question}[1]{}
26927 \end_layout
26928
26929 \begin_layout Standard
26930
26931 \series bold
26932
26933 \backslash
26934 newcommand{
26935 \backslash
26936 answer}[1]{#1}
26937 \end_layout
26938
26939 \begin_layout Standard
26940 \begin_inset Branch Question
26941 status open
26942
26943 \begin_layout PlainLayout
26944 \begin_inset ERT
26945 status open
26946
26947 \begin_layout PlainLayout
26948
26949
26950 \backslash
26951 newcommand{
26952 \backslash
26953 question}[1]{#1}
26954 \end_layout
26955
26956 \begin_layout PlainLayout
26957
26958
26959 \backslash
26960 newcommand{
26961 \backslash
26962 answer}[1]{}
26963 \end_layout
26964
26965 \end_inset
26966
26967
26968 \end_layout
26969
26970 \end_inset
26971
26972
26973 \end_layout
26974
26975 \begin_layout Standard
26976 \begin_inset Branch Answer
26977 status collapsed
26978
26979 \begin_layout PlainLayout
26980 \begin_inset ERT
26981 status open
26982
26983 \begin_layout PlainLayout
26984
26985
26986 \backslash
26987 newcommand{
26988 \backslash
26989 question}[1]{}
26990 \end_layout
26991
26992 \begin_layout PlainLayout
26993
26994
26995 \backslash
26996 newcommand{
26997 \backslash
26998 answer}[1]{#1}
26999 \end_layout
27000
27001 \end_inset
27002
27003
27004 \end_layout
27005
27006 \end_inset
27007
27008
27009 \end_layout
27010
27011 \begin_layout Standard
27012 Now it is possible to use the commands 
27013 \series bold
27014
27015 \backslash
27016 question{\SpecialChar \ldots{}
27017 }
27018 \series default
27019  and 
27020 \series bold
27021
27022 \backslash
27023 answer{\SpecialChar \ldots{}
27024 }
27025 \series default
27026  to obtain conditional output.
27027  Here is an example formula where only the 
27028 \series bold
27029
27030 \backslash
27031 question
27032 \series default
27033  part appears:
27034 \begin_inset Formula \[
27035 x^{2}-2x-2\Rightarrow\question {x_{1}}\answer {x_{2}}=1\question {+\sqrt{3}}\answer {-\sqrt{3}}.\]
27036
27037 \end_inset
27038
27039
27040 \end_layout
27041
27042 \begin_layout Standard
27043 Inside math, the same effect can be achieved using math macros, see section
27044 \begin_inset Space ~
27045 \end_inset
27046
27047
27048 \begin_inset CommandInset ref
27049 LatexCommand ref
27050 reference "sec:math-macros"
27051
27052 \end_inset
27053
27054 .
27055 \end_layout
27056
27057 \begin_layout Section
27058 ERT and the LaTeX Syntax
27059 \begin_inset CommandInset label
27060 LatexCommand label
27061 name "sec:ERT"
27062
27063 \end_inset
27064
27065
27066 \end_layout
27067
27068 \begin_layout Subsection
27069 ERT Boxes
27070 \begin_inset Index
27071 status collapsed
27072
27073 \begin_layout PlainLayout
27074 ERT
27075 \end_layout
27076
27077 \end_inset
27078
27079
27080 \begin_inset CommandInset label
27081 LatexCommand label
27082 name "sub:ERT-Boxes"
27083
27084 \end_inset
27085
27086
27087 \end_layout
27088
27089 \begin_layout Standard
27090 As LyX uses LaTeX in the background, it supports many LaTeX commands and
27091  constructs, but not all.
27092  LaTeX contains of hundreds of packages which provide different commands.
27093  Every month many packages are updated and new ones added.
27094  This has the advantage that you can typeset nearly everything, for every
27095  problem exists a LaTeX-package.
27096  But LyX can of course not be up to date and support all these packages
27097  and their commands.
27098 \end_layout
27099
27100 \begin_layout Standard
27101 But don't worry, you can use any LaTeX-command directly in LyX inside the
27102  ERT box.
27103  ERT stands for 
27104 \begin_inset Quotes eld
27105 \end_inset
27106
27107 evil red text
27108 \begin_inset Quotes erd
27109 \end_inset
27110
27111 , evil because LyX is designed to avoid that you have to use LaTeX-commands.
27112  An ERT box is created by the menu 
27113 \family sans
27114 Insert\SpecialChar \menuseparator
27115 TeX
27116 \family default
27117  or by the toolbar button 
27118 \begin_inset Graphics
27119         filename ../images/ert-insert.png
27120         embed ""
27121
27122 \end_inset
27123
27124 .
27125  The box itself can be displayed in three different styles: 
27126 \family sans
27127 Inline
27128 \family default
27129
27130 \family sans
27131 Collapsed
27132 \family default
27133 , and 
27134 \family sans
27135 Open
27136 \family default
27137 .
27138  To change the style, right-click on the box and use the appearing dialog.
27139  Left-clicking on the box will switch between 
27140 \family sans
27141 Collapsed
27142 \family default
27143  and 
27144 \family sans
27145 Open
27146 \family default
27147 .
27148 \end_layout
27149
27150 \begin_layout Standard
27151 You can insert complete or incomplete commands into ERT.
27152  Incomplete means that the command argument can be Standard LyX text.
27153  For example you want to draw a frame around a word and uses therefore the
27154  LaTeX-command 
27155 \series bold
27156
27157 \backslash
27158 fbox
27159 \series default
27160 , you can write the command part 
27161 \series bold
27162
27163 \backslash
27164 fbox{
27165 \series default
27166  in an ERT box before the word and the closing brace 
27167 \series bold
27168 }
27169 \series default
27170  in a second ERT box behind the word.
27171  The word between the two ERT boxes is then the argument as it is in the
27172  following example:
27173 \end_layout
27174
27175 \begin_layout Standard
27176 \begin_inset Graphics
27177         filename clipart/ERT.png
27178         embed ""
27179         scale 89
27180
27181 \end_inset
27182
27183
27184 \end_layout
27185
27186 \begin_layout Standard
27187 gives
27188 \end_layout
27189
27190 \begin_layout Standard
27191 This is a line with a 
27192 \begin_inset ERT
27193 status collapsed
27194
27195 \begin_layout PlainLayout
27196
27197
27198 \backslash
27199 fbox{
27200 \end_layout
27201
27202 \end_inset
27203
27204 framed
27205 \begin_inset ERT
27206 status collapsed
27207
27208 \begin_layout PlainLayout
27209
27210 }
27211 \end_layout
27212
27213 \end_inset
27214
27215  word.
27216 \end_layout
27217
27218 \begin_layout Standard
27219 \begin_inset Note Greyedout
27220 status open
27221
27222 \begin_layout PlainLayout
27223
27224 \series bold
27225 Note:
27226 \series default
27227  At the end of LaTeX-commands without parameters, you have to insert a space
27228  to let LaTeX know that the command is finished.
27229 \end_layout
27230
27231 \end_inset
27232
27233
27234 \end_layout
27235
27236 \begin_layout Subsection
27237 Short Introduction to the LaTeX Syntax
27238 \begin_inset OptArg
27239 status collapsed
27240
27241 \begin_layout PlainLayout
27242 The LaTeX Syntax
27243 \end_layout
27244
27245 \end_inset
27246
27247
27248 \begin_inset Index
27249 status collapsed
27250
27251 \begin_layout PlainLayout
27252 LaTeX Syntax
27253 \end_layout
27254
27255 \end_inset
27256
27257
27258 \begin_inset CommandInset label
27259 LatexCommand label
27260 name "sub:LaTeX-Syntax"
27261
27262 \end_inset
27263
27264
27265 \end_layout
27266
27267 \begin_layout Standard
27268 When you write larger documents or books, you will need to know something
27269  about the LaTeX-commands that LyX uses in the background.
27270  Because LaTeX is based on commands, you can 
27271 \begin_inset Quotes eld
27272 \end_inset
27273
27274 program
27275 \begin_inset Quotes erd
27276 \end_inset
27277
27278  your text.
27279  This has the advantage that the layout of the document can be changed at
27280  every time if you know the right commands.
27281  E.g.
27282  imagine you have to write a manual for a product and the deadline is at
27283  the end of the day.
27284  Your boss just has complimented you for your good work but wants to have
27285  all caption labels bold.
27286  But you have over hundred figure and table captions with non-bold labels
27287  in your manual.
27288  Of course it's impossible to change all caption labels by hand in one day.
27289 \end_layout
27290
27291 \begin_layout Standard
27292 Now LaTeX comes into play.
27293  As written above, for every problem exists a LaTeX-package.
27294  First you have to find out which and therefore look in the LaTeX package
27295  database, 
27296 \begin_inset CommandInset citation
27297 LatexCommand cite
27298 key "Catalogue"
27299
27300 \end_inset
27301
27302 .
27303 \end_layout
27304
27305 \begin_layout Standard
27306 As result you know that the package 
27307 \series bold
27308 caption
27309 \series default
27310
27311 \begin_inset Index
27312 status collapsed
27313
27314 \begin_layout PlainLayout
27315 LaTeX-packages ! caption
27316 \end_layout
27317
27318 \end_inset
27319
27320  is what you need.
27321  To use a package, you have to load it in the document preamble (menu 
27322 \family sans
27323 Document\SpecialChar \menuseparator
27324 Settings
27325 \family default
27326 ) with the command
27327 \end_layout
27328
27329 \begin_layout Standard
27330
27331 \series bold
27332
27333 \backslash
27334 usepackage[options]{package name}
27335 \end_layout
27336
27337 \begin_layout Standard
27338 All LaTeX commands begin with a backslash, the command argument is set within
27339  two braces, and the options are set within two brackets.
27340  Note that not all commands have an argument and options.
27341 \end_layout
27342
27343 \begin_layout Standard
27344 In your case the package name is 
27345 \series bold
27346 caption
27347 \series default
27348 .
27349  After a look in the documentation of the package, you know that the option
27350  
27351 \series bold
27352 labelfont=bf
27353 \series default
27354  will change the font of all caption labels to bold.
27355  So you add the command
27356 \end_layout
27357
27358 \begin_layout Standard
27359
27360 \series bold
27361
27362 \backslash
27363 usepackage[labelfont=bf]{caption}
27364 \end_layout
27365
27366 \begin_layout Standard
27367 to the preamble and the problem is solved.
27368 \begin_inset Foot
27369 status collapsed
27370
27371 \begin_layout PlainLayout
27372 For more commands provided by the 
27373 \series bold
27374 caption
27375 \series default
27376  package, have a look at its documentation, 
27377 \begin_inset CommandInset citation
27378 LatexCommand cite
27379 key "caption"
27380
27381 \end_inset
27382
27383 .
27384 \end_layout
27385
27386 \end_inset
27387
27388
27389 \end_layout
27390
27391 \begin_layout Standard
27392 Note that some document classes have built-in solutions for well known problems
27393  like your case.
27394  For example if you use a 
27395 \family sans
27396 koma-script
27397 \family default
27398  class, you don't need the package 
27399 \series bold
27400 caption
27401 \series default
27402 , you can instead write
27403 \end_layout
27404
27405 \begin_layout Standard
27406
27407 \series bold
27408
27409 \backslash
27410 setkomafont{captionlabel}{
27411 \backslash
27412 bfseries}
27413 \end_layout
27414
27415 \begin_layout Standard
27416 in the preamble and the problem is solved.
27417  So if you plan to write a large document, you should have a look at the
27418  documentation of the document class you want to use.
27419  (
27420 \series bold
27421
27422 \backslash
27423 setkomafont
27424 \series default
27425  is an example for a command with more than one argument.)
27426 \end_layout
27427
27428 \begin_layout Standard
27429 Commands in the preamble affects the whole document, while commands in the
27430  text affects only the text after the command or only the text used as command
27431  argument.
27432  To insert a LaTeX-command in text, use the ERT box as described in the
27433  previous section.
27434 \end_layout
27435
27436 \begin_layout Standard
27437 If you want to learn more about LaTeX and its syntax, have a look at the
27438  LaTeX-books 
27439 \begin_inset CommandInset citation
27440 LatexCommand cite
27441 key "latexcompanion,latexguide"
27442
27443 \end_inset
27444
27445 .
27446  
27447 \end_layout
27448
27449 \begin_layout Section
27450 Previewing Snippets of your Document
27451 \begin_inset Index
27452 status collapsed
27453
27454 \begin_layout PlainLayout
27455 Instant preview
27456 \end_layout
27457
27458 \end_inset
27459
27460
27461 \begin_inset CommandInset label
27462 LatexCommand label
27463 name "sec:Previewing-snippets-of"
27464
27465 \end_inset
27466
27467
27468 \begin_inset Index
27469 status collapsed
27470
27471 \begin_layout PlainLayout
27472 Document ! Preview
27473 \end_layout
27474
27475 \end_inset
27476
27477
27478 \end_layout
27479
27480 \begin_layout Standard
27481 LyX allows you to generate previews of sections of your document on the
27482  fly so you can see how they'll look in the final document without having
27483  to break your train of thought with 
27484 \family sans
27485 View\SpecialChar \menuseparator
27486 DVI
27487 \family default
27488 .
27489 \end_layout
27490
27491 \begin_layout Standard
27492 If you would for example like to see in LyX your math formulas typeset by
27493  LaTeX, install the LaTeX-package 
27494 \series bold
27495 preview-latex
27496 \begin_inset Index
27497 status collapsed
27498
27499 \begin_layout PlainLayout
27500 LaTeX-packages ! preview-latex
27501 \end_layout
27502
27503 \end_inset
27504
27505
27506 \series default
27507  as explained below, and turn on 
27508 \family sans
27509 Instant
27510 \begin_inset Space ~
27511 \end_inset
27512
27513 preview
27514 \family default
27515  in the 
27516 \family sans
27517 Tools\SpecialChar \menuseparator
27518 Preferences 
27519 \family default
27520 dialog under 
27521 \family sans
27522 Look
27523 \begin_inset Space ~
27524 \end_inset
27525
27526 and
27527 \begin_inset Space ~
27528 \end_inset
27529
27530 feel\SpecialChar \menuseparator
27531 Graphics
27532 \family default
27533 .
27534 \end_layout
27535
27536 \begin_layout Standard
27537 Previews are generated when you load a document into LyX and when you finish
27538  editing an inset.
27539  Previews of an already loaded document are 
27540 \emph on
27541 not
27542 \emph default
27543  generated just by selecting the 
27544 \family sans
27545 Instant
27546 \begin_inset Space ~
27547 \end_inset
27548
27549 preview
27550 \family default
27551  check box, you have to reopen the documents to activate the previews.
27552 \end_layout
27553
27554 \begin_layout Standard
27555 LyX will generate previews of math insets.
27556  It will also generate previews of included insets if you select the 
27557 \family sans
27558 Show
27559 \begin_inset Space ~
27560 \end_inset
27561
27562 preview
27563 \family default
27564  check box in the insert dialog.
27565  This is useful if you wish to generate a preview of a LaTeX figure, for
27566  example.
27567 \end_layout
27568
27569 \begin_layout Standard
27570 To get previews working, you need the LaTeX package 
27571 \series bold
27572 preview-latex
27573 \series default
27574  (on some systems named simply 
27575 \series bold
27576 preview
27577 \series default
27578 ) installed.
27579  In case it is not already installed, you find it in the TeX Catalogue,
27580  
27581 \begin_inset CommandInset citation
27582 LatexCommand cite
27583 key "TeXCatalogue"
27584
27585 \end_inset
27586
27587  or in the package manager of your LaTeX-system.
27588  You obtain prettier results if you install the program 
27589 \family typewriter
27590 pnmcrop
27591 \family default
27592  from the 
27593 \family typewriter
27594 netpbm
27595 \family default
27596  package; for LyX on Windows this program is automatically installed together
27597  with LyX.
27598 \end_layout
27599
27600 \begin_layout Standard
27601 \begin_inset VSpace bigskip
27602 \end_inset
27603
27604
27605 \end_layout
27606
27607 \begin_layout Standard
27608 You can furthermore preview the LaTeX source of the whole document or parts
27609  of it.
27610  Use the menu 
27611 \family sans
27612 View\SpecialChar \menuseparator
27613 View
27614 \begin_inset Space ~
27615 \end_inset
27616
27617 Source
27618 \family default
27619  and a window will be shown where you can see the LaTeX-source code.
27620  The window shows the source of the whole paragraph where the cursor is
27621  currently in.
27622  You can also select document parts in LyX's main window, then only this
27623  selection (when it is more than one paragraph) is shown as source code.
27624  To view the whole document as source, enable the corresponding option in
27625  the source view window.
27626 \end_layout
27627
27628 \begin_layout Section
27629 Spell Checking
27630 \begin_inset CommandInset label
27631 LatexCommand label
27632 name "sec:Spellchecking"
27633
27634 \end_inset
27635
27636
27637 \begin_inset Index
27638 status collapsed
27639
27640 \begin_layout PlainLayout
27641 Spell checking
27642 \end_layout
27643
27644 \end_inset
27645
27646
27647 \end_layout
27648
27649 \begin_layout Standard
27650 LyX itself has no built-in spell checker.
27651  Rather it uses one of the external programs 
27652 \family typewriter
27653 aspell
27654 \family default
27655
27656 \family typewriter
27657 ispell
27658 \family default
27659
27660 \family typewriter
27661 hspell
27662 \family default
27663 , or 
27664 \family sans
27665 pspell
27666 \family default
27667  as backend.
27668  This section assumes you have already installed and set up one of these
27669  programs.
27670  
27671 \family typewriter
27672 aspell
27673 \family default
27674  can be seen as successor of 
27675 \family typewriter
27676 ispell
27677 \family default
27678 , so that it is recommended to use aspell.
27679  
27680 \family sans
27681 hspell
27682 \family default
27683  is a Hebrew spell-checker.
27684  The used spell checker ind its settings are specified in LyX's preferences
27685  under 
27686 \family sans
27687 Language Settings
27688 \family default
27689 .
27690 \end_layout
27691
27692 \begin_layout Standard
27693 For LyX on Windows, the selection box for the spell checking program is
27694  greyed out in the preferences dialog because only 
27695 \family sans
27696 aspell
27697 \family default
27698  can be used.
27699 \end_layout
27700
27701 \begin_layout Standard
27702 The menu
27703 \family sans
27704  Tools\SpecialChar \menuseparator
27705 Spellchecker
27706 \family default
27707  starts the spell checking beginning from the current cursor position.
27708  A dialog window will appear showing any incorrect (or unknown) word found,
27709  allowing you to edit and replace it in a second line.
27710  Whenever an unknown word is found, the word is highlighted and the text
27711  scrolled so that it is visible.
27712  In the 
27713 \family sans
27714 spell checker
27715 \family default
27716  dialog, there is also a box showing suggestions for a correction, if any
27717  could be found.
27718  Clicking on one of the corrections will copy to the 
27719 \family sans
27720 Replace
27721 \family default
27722  field, double-click invokes directly the replacement.
27723  Unknown but correctly typed words can be added to the personal dictionary.
27724 \end_layout
27725
27726 \begin_layout Standard
27727 By default, the used dictionary file is determined by the document language
27728  that is set in the 
27729 \family sans
27730 Document\SpecialChar \menuseparator
27731 Settings
27732 \family default
27733  dialog.
27734  If you do not have a dictionary for the document language, spell checking
27735  will bring an error message.
27736  In this case, you can specify another dictionary file in the dialog by
27737  specifying a different 
27738 \family sans
27739 Alternative language
27740 \family default
27741  in preferences dialog.
27742 \end_layout
27743
27744 \begin_layout Standard
27745 After a spell check you'll informed about the number of checked words.
27746 \end_layout
27747
27748 \begin_layout Subsubsection*
27749 Limitations
27750 \end_layout
27751
27752 \begin_layout Standard
27753 It is not possible to change the spelling of a particular word globally,
27754  rather than having to change the spelling separately for each occurrence
27755  of the word.
27756  But you can use the 
27757 \family sans
27758 Find
27759 \begin_inset Space ~
27760 \end_inset
27761
27762 &
27763 \begin_inset Space ~
27764 \end_inset
27765
27766 Replace
27767 \family default
27768  dialog for that.
27769 \end_layout
27770
27771 \begin_layout Standard
27772 LyX cannot correctly spell check documents containing multiple languages.
27773  This does work with 
27774 \family typewriter
27775 pspell
27776 \family default
27777 , assuming you have marked the different languages appropriately.
27778 \end_layout
27779
27780 \begin_layout Subsubsection*
27781 Further Settings
27782 \end_layout
27783
27784 \begin_layout Standard
27785 The 
27786 \family sans
27787 Spellchecker
27788 \family default
27789  section in the preferences dialog has some additional options:
27790 \end_layout
27791
27792 \begin_layout Description
27793 Escape
27794 \begin_inset Space ~
27795 \end_inset
27796
27797 characters Allows you to add non-standard characters that the spell checker
27798  should consider, e.g.
27799  German umlauts although you spell check English document.
27800  This should not normally be needed.
27801 \end_layout
27802
27803 \begin_layout Description
27804 Personal
27805 \begin_inset Space ~
27806 \end_inset
27807
27808 dictionary to use a different file than the spell checker's default choice
27809  as your personal dictionary
27810 \end_layout
27811
27812 \begin_layout Description
27813 Accept
27814 \begin_inset Space ~
27815 \end_inset
27816
27817 compound
27818 \begin_inset Space ~
27819 \end_inset
27820
27821 words Prevent the spell checker from complaining about compounded words
27822  like 
27823 \begin_inset Quotes eld
27824 \end_inset
27825
27826 passthrough
27827 \begin_inset Quotes erd
27828 \end_inset
27829
27830 .
27831 \end_layout
27832
27833 \begin_layout Description
27834 Use
27835 \begin_inset Space ~
27836 \end_inset
27837
27838 input
27839 \begin_inset Space ~
27840 \end_inset
27841
27842 encoding Uses the document encoding that is set in the 
27843 \family sans
27844 Document\SpecialChar \menuseparator
27845 Settings
27846 \family default
27847  dialog under 
27848 \family sans
27849 Language
27850 \family default
27851  also for the spellchecker.
27852 \begin_inset Foot
27853 status collapsed
27854
27855 \begin_layout PlainLayout
27856 The encodings are explained in section
27857 \begin_inset Space ~
27858 \end_inset
27859
27860
27861 \begin_inset CommandInset ref
27862 LatexCommand ref
27863 reference "sub:Settings"
27864
27865 \end_inset
27866
27867 .
27868 \end_layout
27869
27870 \end_inset
27871
27872  Only enable this if you use 
27873 \family typewriter
27874 ispell
27875 \family default
27876  and can't spell check words with international letters in them.
27877  There have been reports that this does not work with all dictionaries,
27878  so this is disabled by default.
27879 \end_layout
27880
27881 \begin_layout Section
27882 Thesaurus
27883 \begin_inset Index
27884 status collapsed
27885
27886 \begin_layout PlainLayout
27887 Thesaurus
27888 \end_layout
27889
27890 \end_inset
27891
27892
27893 \begin_inset CommandInset label
27894 LatexCommand label
27895 name "sec:Thesaurus"
27896
27897 \end_inset
27898
27899
27900 \end_layout
27901
27902 \begin_layout Standard
27903 Thesaurus currently only works when you use the document language English.
27904 \end_layout
27905
27906 \begin_layout Standard
27907 To start the thesaurus, highlight one word or set the cursor behind it,
27908  and use the menu 
27909 \family sans
27910 Tools\SpecialChar \menuseparator
27911 Thesaurus
27912 \family default
27913  or the toolbar button 
27914 \begin_inset Graphics
27915         filename ../images/thesaurus-entry.png
27916         embed ""
27917         BoundingBox 0bp 5bp 20bp 25bp
27918         rotateOrigin center
27919
27920 \end_inset
27921
27922 .
27923  A dialog pops up showing you probably related words that you can use as
27924  replacement.
27925 \end_layout
27926
27927 \begin_layout Standard
27928 The shown related words are in many cases not really related to the word
27929  you are currently checking, scrolling in the shown list might help in some
27930  cases to find related words.
27931 \end_layout
27932
27933 \begin_layout Standard
27934 The thesaurus only works for single words, and also only when it is in the
27935  singular form.
27936  For example starting the thesaurus with the word 
27937 \begin_inset Quotes eld
27938 \end_inset
27939
27940 reports
27941 \begin_inset Quotes erd
27942 \end_inset
27943
27944  leads to no results, while results are shown for the word 
27945 \begin_inset Quotes eld
27946 \end_inset
27947
27948 report
27949 \begin_inset Quotes erd
27950 \end_inset
27951
27952 .
27953  To avoid this, you can highlight only the part 
27954 \begin_inset Quotes eld
27955 \end_inset
27956
27957 report
27958 \begin_inset Quotes erd
27959 \end_inset
27960
27961  of the word 
27962 \begin_inset Quotes eld
27963 \end_inset
27964
27965 reports
27966 \begin_inset Quotes erd
27967 \end_inset
27968
27969  to get results.
27970 \end_layout
27971
27972 \begin_layout Section
27973 Change Tracking
27974 \begin_inset Index
27975 status collapsed
27976
27977 \begin_layout PlainLayout
27978 Change Tracking
27979 \end_layout
27980
27981 \end_inset
27982
27983
27984 \begin_inset Index
27985 status collapsed
27986
27987 \begin_layout PlainLayout
27988 Document ! Change Tracking
27989 \end_layout
27990
27991 \end_inset
27992
27993
27994 \begin_inset CommandInset label
27995 LatexCommand label
27996 name "sec:Change-Tracking"
27997
27998 \end_inset
27999
28000
28001 \end_layout
28002
28003 \begin_layout Standard
28004 When you work on a document together with many people it is extremely useful
28005  to see changes others made highlighted in the document.
28006  You can then decide if you accept a change or not.
28007  This can be achieved by turning on change tracking in the menu 
28008 \family sans
28009 Document\SpecialChar \menuseparator
28010 Change
28011 \begin_inset Space ~
28012 \end_inset
28013
28014 Tracking\SpecialChar \menuseparator
28015 Track
28016 \begin_inset Space ~
28017 \end_inset
28018
28019 Changes
28020 \family default
28021 .
28022 \end_layout
28023
28024 \begin_layout Standard
28025 Changes made in the document will then be highlighted by colors: 
28026 \color blue
28027 Blue text
28028 \color inherit
28029  is an addition, 
28030 \color red
28031 red canceled text
28032 \color inherit
28033  is a deletion.
28034  You can change the color in LyX's preferences dialog under 
28035 \family sans
28036 Look
28037 \begin_inset Space ~
28038 \end_inset
28039
28040 and
28041 \begin_inset Space ~
28042 \end_inset
28043
28044 feel
28045 \family default
28046
28047 \family sans
28048 Colors
28049 \family default
28050 .
28051 \begin_inset Index
28052 status collapsed
28053
28054 \begin_layout PlainLayout
28055 Color ! LyX screen
28056 \end_layout
28057
28058 \end_inset
28059
28060
28061 \end_layout
28062
28063 \begin_layout Standard
28064 When change tracking is activated, you will see the review toolbar in LyX:
28065 \begin_inset Index
28066 status collapsed
28067
28068 \begin_layout PlainLayout
28069 Toolbar ! Review
28070 \end_layout
28071
28072 \end_inset
28073
28074
28075 \end_layout
28076
28077 \begin_layout Standard
28078 \begin_inset VSpace defskip
28079 \end_inset
28080
28081
28082 \end_layout
28083
28084 \begin_layout Standard
28085 \begin_inset Graphics
28086         filename clipart/ChangesToolbar.png
28087         embed ""
28088
28089 \end_inset
28090
28091
28092 \end_layout
28093
28094 \begin_layout Standard
28095 \begin_inset VSpace defskip
28096 \end_inset
28097
28098
28099 \end_layout
28100
28101 \begin_layout Standard
28102 The review toolbar as shown above contains from left to right the following
28103  buttons:
28104 \end_layout
28105
28106 \begin_layout Standard
28107 \begin_inset VSpace defskip
28108 \end_inset
28109
28110
28111 \end_layout
28112
28113 \begin_layout Standard
28114 \begin_inset Tabular
28115 <lyxtabular version="3" rows="10" columns="2">
28116 <features islongtable="true">
28117 <column alignment="left" valignment="top" width="0">
28118 <column alignment="left" valignment="top" width="0">
28119 <row interlinespace="2.5mm">
28120 <cell alignment="center" valignment="top" usebox="none">
28121 \begin_inset Text
28122
28123 \begin_layout PlainLayout
28124 \begin_inset Graphics
28125         filename ../images/changes-track.png
28126         embed ""
28127         BoundingBox 0bp 5bp 20bp 25bp
28128         rotateOrigin center
28129
28130 \end_inset
28131
28132
28133 \end_layout
28134
28135 \end_inset
28136 </cell>
28137 <cell alignment="center" valignment="top" usebox="none">
28138 \begin_inset Text
28139
28140 \begin_layout PlainLayout
28141
28142 \family sans
28143 Document\SpecialChar \menuseparator
28144 Change
28145 \begin_inset Space ~
28146 \end_inset
28147
28148 Tracking\SpecialChar \menuseparator
28149 Track
28150 \begin_inset Space ~
28151 \end_inset
28152
28153 Changes
28154 \end_layout
28155
28156 \end_inset
28157 </cell>
28158 </row>
28159 <row interlinespace="2.5mm">
28160 <cell alignment="center" valignment="top" usebox="none">
28161 \begin_inset Text
28162
28163 \begin_layout PlainLayout
28164 \begin_inset Graphics
28165         filename ../images/changes-output.png
28166         embed ""
28167         BoundingBox 0bp 5bp 20bp 25bp
28168         rotateOrigin center
28169
28170 \end_inset
28171
28172
28173 \end_layout
28174
28175 \end_inset
28176 </cell>
28177 <cell alignment="center" valignment="top" usebox="none">
28178 \begin_inset Text
28179
28180 \begin_layout PlainLayout
28181
28182 \family sans
28183 Document\SpecialChar \menuseparator
28184 Change
28185 \begin_inset Space ~
28186 \end_inset
28187
28188 Tracking\SpecialChar \menuseparator
28189 Show
28190 \begin_inset Space ~
28191 \end_inset
28192
28193 Changes
28194 \begin_inset Space ~
28195 \end_inset
28196
28197 in
28198 \begin_inset Space ~
28199 \end_inset
28200
28201 Output
28202 \end_layout
28203
28204 \end_inset
28205 </cell>
28206 </row>
28207 <row interlinespace="2.5mm">
28208 <cell alignment="center" valignment="top" usebox="none">
28209 \begin_inset Text
28210
28211 \begin_layout PlainLayout
28212 \begin_inset Graphics
28213         filename ../images/change-next.png
28214         embed ""
28215         BoundingBox 0bp 5bp 20bp 25bp
28216         rotateOrigin center
28217
28218 \end_inset
28219
28220
28221 \end_layout
28222
28223 \end_inset
28224 </cell>
28225 <cell alignment="center" valignment="top" usebox="none">
28226 \begin_inset Text
28227
28228 \begin_layout PlainLayout
28229 Jumps to the next change
28230 \end_layout
28231
28232 \end_inset
28233 </cell>
28234 </row>
28235 <row interlinespace="2.5mm">
28236 <cell alignment="center" valignment="top" usebox="none">
28237 \begin_inset Text
28238
28239 \begin_layout PlainLayout
28240 \begin_inset Graphics
28241         filename ../images/change-accept.png
28242         embed ""
28243         BoundingBox 0bp 5bp 20bp 25bp
28244         rotateOrigin center
28245
28246 \end_inset
28247
28248
28249 \end_layout
28250
28251 \end_inset
28252 </cell>
28253 <cell alignment="center" valignment="top" usebox="none">
28254 \begin_inset Text
28255
28256 \begin_layout PlainLayout
28257
28258 \family sans
28259 Document\SpecialChar \menuseparator
28260 Change
28261 \begin_inset Space ~
28262 \end_inset
28263
28264 Tracking\SpecialChar \menuseparator
28265 Accept
28266 \begin_inset Space ~
28267 \end_inset
28268
28269 Change
28270 \end_layout
28271
28272 \end_inset
28273 </cell>
28274 </row>
28275 <row interlinespace="2.5mm">
28276 <cell alignment="center" valignment="top" usebox="none">
28277 \begin_inset Text
28278
28279 \begin_layout PlainLayout
28280 \begin_inset Graphics
28281         filename ../images/change-reject.png
28282         embed ""
28283         BoundingBox 0bp 5bp 20bp 25bp
28284         rotateOrigin center
28285
28286 \end_inset
28287
28288
28289 \end_layout
28290
28291 \end_inset
28292 </cell>
28293 <cell alignment="center" valignment="top" usebox="none">
28294 \begin_inset Text
28295
28296 \begin_layout PlainLayout
28297
28298 \family sans
28299 Document\SpecialChar \menuseparator
28300 Change
28301 \begin_inset Space ~
28302 \end_inset
28303
28304 Tracking\SpecialChar \menuseparator
28305 Reject
28306 \begin_inset Space ~
28307 \end_inset
28308
28309 Change
28310 \end_layout
28311
28312 \end_inset
28313 </cell>
28314 </row>
28315 <row interlinespace="2.5mm">
28316 <cell alignment="center" valignment="top" usebox="none">
28317 \begin_inset Text
28318
28319 \begin_layout PlainLayout
28320 \begin_inset Graphics
28321         filename ../images/changes-merge.png
28322         embed ""
28323         BoundingBox 0bp 5bp 20bp 25bp
28324         rotateOrigin center
28325
28326 \end_inset
28327
28328
28329 \end_layout
28330
28331 \end_inset
28332 </cell>
28333 <cell alignment="center" valignment="top" usebox="none">
28334 \begin_inset Text
28335
28336 \begin_layout PlainLayout
28337
28338 \family sans
28339 Document\SpecialChar \menuseparator
28340 Change
28341 \begin_inset Space ~
28342 \end_inset
28343
28344 Tracking\SpecialChar \menuseparator
28345 Merge
28346 \begin_inset Space ~
28347 \end_inset
28348
28349 Changes
28350 \end_layout
28351
28352 \end_inset
28353 </cell>
28354 </row>
28355 <row interlinespace="2.5mm">
28356 <cell alignment="center" valignment="top" usebox="none">
28357 \begin_inset Text
28358
28359 \begin_layout PlainLayout
28360 \begin_inset Graphics
28361         filename ../images/all-changes-accept.png
28362         embed ""
28363         BoundingBox 0bp 5bp 20bp 25bp
28364         rotateOrigin center
28365
28366 \end_inset
28367
28368
28369 \end_layout
28370
28371 \end_inset
28372 </cell>
28373 <cell alignment="center" valignment="top" usebox="none">
28374 \begin_inset Text
28375
28376 \begin_layout PlainLayout
28377
28378 \family sans
28379 Document\SpecialChar \menuseparator
28380 Change
28381 \begin_inset Space ~
28382 \end_inset
28383
28384 Tracking\SpecialChar \menuseparator
28385 Accept
28386 \begin_inset Space ~
28387 \end_inset
28388
28389 All
28390 \begin_inset Space ~
28391 \end_inset
28392
28393 Changes
28394 \end_layout
28395
28396 \end_inset
28397 </cell>
28398 </row>
28399 <row interlinespace="2.5mm">
28400 <cell alignment="center" valignment="top" usebox="none">
28401 \begin_inset Text
28402
28403 \begin_layout PlainLayout
28404 \begin_inset Graphics
28405         filename ../images/all-changes-reject.png
28406         embed ""
28407         BoundingBox 0bp 5bp 20bp 25bp
28408         rotateOrigin center
28409
28410 \end_inset
28411
28412
28413 \end_layout
28414
28415 \end_inset
28416 </cell>
28417 <cell alignment="center" valignment="top" usebox="none">
28418 \begin_inset Text
28419
28420 \begin_layout PlainLayout
28421
28422 \family sans
28423 Document\SpecialChar \menuseparator
28424 Change
28425 \begin_inset Space ~
28426 \end_inset
28427
28428 Tracking\SpecialChar \menuseparator
28429 Reject
28430 \begin_inset Space ~
28431 \end_inset
28432
28433 All
28434 \begin_inset Space ~
28435 \end_inset
28436
28437 Changes
28438 \end_layout
28439
28440 \end_inset
28441 </cell>
28442 </row>
28443 <row interlinespace="2.5mm">
28444 <cell alignment="center" valignment="top" usebox="none">
28445 \begin_inset Text
28446
28447 \begin_layout PlainLayout
28448 \begin_inset Graphics
28449         filename ../images/note-insert.png
28450         embed ""
28451         BoundingBox 0bp 5bp 20bp 25bp
28452         rotateOrigin center
28453
28454 \end_inset
28455
28456
28457 \end_layout
28458
28459 \end_inset
28460 </cell>
28461 <cell alignment="center" valignment="top" usebox="none">
28462 \begin_inset Text
28463
28464 \begin_layout PlainLayout
28465
28466 \family sans
28467 Insert\SpecialChar \menuseparator
28468 Note\SpecialChar \menuseparator
28469 LyX
28470 \begin_inset Space ~
28471 \end_inset
28472
28473 Note
28474 \end_layout
28475
28476 \end_inset
28477 </cell>
28478 </row>
28479 <row interlinespace="2.5mm">
28480 <cell alignment="center" valignment="top" usebox="none">
28481 \begin_inset Text
28482
28483 \begin_layout PlainLayout
28484 \begin_inset Graphics
28485         filename ../images/note-next.png
28486         embed ""
28487         BoundingBox 0bp 5bp 20bp 25bp
28488         rotateOrigin center
28489
28490 \end_inset
28491
28492
28493 \end_layout
28494
28495 \end_inset
28496 </cell>
28497 <cell alignment="center" valignment="top" usebox="none">
28498 \begin_inset Text
28499
28500 \begin_layout PlainLayout
28501
28502 \family sans
28503 Navigate\SpecialChar \menuseparator
28504 Next
28505 \begin_inset Space ~
28506 \end_inset
28507
28508 Note
28509 \end_layout
28510
28511 \end_inset
28512 </cell>
28513 </row>
28514 </lyxtabular>
28515
28516 \end_inset
28517
28518
28519 \end_layout
28520
28521 \begin_layout Standard
28522 \begin_inset VSpace defskip
28523 \end_inset
28524
28525
28526 \end_layout
28527
28528 \begin_layout Standard
28529 The review toolbar helps you to accept, reject, or merge changes -- highlight
28530  the change and press one of the desired toolbar buttons.
28531  When you merge changes, a window pops up showing you informations about
28532  the next change behind the current cursor position.
28533  So you don't need to highlight a certain change.
28534  Within the merge window you can decide to accept or reject changes and
28535  step to the next change.
28536  This way you can jump through all changes of the document.
28537 \end_layout
28538
28539 \begin_layout Standard
28540 The toolbar has two buttons to handle notes because notes are often important
28541  to describe a change.
28542 \end_layout
28543
28544 \begin_layout Standard
28545 To show made changes in the output you need the LaTeX package 
28546 \series bold
28547 dvipost
28548 \begin_inset Index
28549 status collapsed
28550
28551 \begin_layout PlainLayout
28552 LaTeX-packages ! dvipost
28553 \end_layout
28554
28555 \end_inset
28556
28557
28558 \series default
28559  installed.
28560  You find it in the TeX Catalogue, 
28561 \begin_inset CommandInset citation
28562 LatexCommand cite
28563 key "TeXCatalogue"
28564
28565 \end_inset
28566
28567  or in the package manager of your LaTeX-system.
28568 \end_layout
28569
28570 \begin_layout Section
28571 International Support
28572 \begin_inset Index
28573 status collapsed
28574
28575 \begin_layout PlainLayout
28576 International support
28577 \end_layout
28578
28579 \end_inset
28580
28581
28582 \end_layout
28583
28584 \begin_layout Standard
28585 This section describes how to use LyX with any language you want.
28586  For some non-western languages there are special Wiki-pages that explain
28587  how to set up LyX to use them: 
28588 \begin_inset CommandInset citation
28589 LatexCommand cite
28590 key "Arabic,Armenian,Farsi,Hebrew"
28591
28592 \end_inset
28593
28594
28595 \end_layout
28596
28597 \begin_layout Standard
28598 Besides languages, LyX also supports phonetic symbols, see section
28599 \begin_inset Space ~
28600 \end_inset
28601
28602
28603 \begin_inset CommandInset ref
28604 LatexCommand ref
28605 reference "sub:Special-Character"
28606
28607 \end_inset
28608
28609 .
28610 \end_layout
28611
28612 \begin_layout Subsection
28613 Language Options
28614 \begin_inset Index
28615 status collapsed
28616
28617 \begin_layout PlainLayout
28618 Language ! Options
28619 \end_layout
28620
28621 \end_inset
28622
28623
28624 \begin_inset Index
28625 status collapsed
28626
28627 \begin_layout PlainLayout
28628 Document ! Settings
28629 \end_layout
28630
28631 \end_inset
28632
28633
28634 \begin_inset Index
28635 status collapsed
28636
28637 \begin_layout PlainLayout
28638 Document ! Language
28639 \end_layout
28640
28641 \end_inset
28642
28643
28644 \end_layout
28645
28646 \begin_layout Standard
28647 The 
28648 \family sans
28649 Document\SpecialChar \menuseparator
28650 Settings
28651 \family default
28652  dialog lets you set 
28653 \family roman
28654 the language and character encoding for your language.
28655  
28656 \end_layout
28657
28658 \begin_layout Standard
28659 Choose your language in the 
28660 \family sans
28661 Language
28662 \family default
28663  section of this dialog.
28664  The default is 
28665 \family sans
28666 English
28667 \family default
28668 .
28669 \end_layout
28670
28671 \begin_layout Standard
28672 The 
28673 \family sans
28674 Encoding
28675 \family default
28676  box lets you choose the character encoding map you want to use for LaTeX
28677  export.
28678  The option 
28679 \family sans
28680 use language's default encoding
28681 \family default
28682  is the preferred choice and works well in most cases.
28683  For details abhout the different encoding options see section
28684 \begin_inset Space ~
28685 \end_inset
28686
28687
28688 \begin_inset CommandInset ref
28689 LatexCommand ref
28690 reference "sub:Settings"
28691
28692 \end_inset
28693
28694 .
28695 \end_layout
28696
28697 \begin_layout Subsection
28698 Keyboard mapping configuration
28699 \end_layout
28700
28701 \begin_layout Standard
28702 If you have for example a U.S.-style keyboard and want to write in a different
28703  language than English, you can use an alternate keymap.
28704  For example, if you have a U.S.-style keyboard but want to write in Italian,
28705  you can configure LyX to use an Italian keymap.
28706  The preferences dialog allows you to choose up to two keyboard mappings,
28707  see section
28708 \begin_inset Space ~
28709 \end_inset
28710
28711
28712 \begin_inset CommandInset ref
28713 LatexCommand ref
28714 reference "sub:Keyboard-Map"
28715
28716 \end_inset
28717
28718 .
28719  You can choose primary and secondary keyboard languages and then select
28720  which one you want to use.
28721 \end_layout
28722
28723 \begin_layout Standard
28724 Finally, you may just want to change a few key mappings or create an entirely
28725  different keymap (for Vulcan, for instance).
28726  You may, for example, normally write in Italian on a U.S.
28727  keyboard but want to include an occasional quotation in German.
28728  In such a case, you can write your own keyboard mapping or modify an existing
28729  one to support the characters you want.
28730  This and much more customizations are explained in the 
28731 \emph on
28732 Customization
28733 \emph default
28734  manual.
28735 \end_layout
28736
28737 \begin_layout Subsection
28738 Character Tables
28739 \begin_inset CommandInset label
28740 LatexCommand label
28741 name "sec:keytab"
28742
28743 \end_inset
28744
28745
28746 \end_layout
28747
28748 \begin_layout Standard
28749 Table
28750 \begin_inset Space ~
28751 \end_inset
28752
28753
28754 \begin_inset CommandInset ref
28755 LatexCommand ref
28756 reference "cap:The-latin1-character"
28757
28758 \end_inset
28759
28760  shows the 
28761 \family typewriter
28762 Latin1
28763 \family default
28764  character set.
28765  You should be able to enter the characters in the first eight columns directly
28766  from the keyboard.
28767 \end_layout
28768
28769 \begin_layout Standard
28770 There are a few things you need to know about this table.
28771  Here are some of the details you'll need to bear in mind when using characters
28772  from the 
28773 \family typewriter
28774 Latin1
28775 \family default
28776  character set:
28777 \end_layout
28778
28779 \begin_layout Itemize
28780 Even if you have selected 
28781 \family sans
28782 latin1
28783 \family default
28784  in the 
28785 \family sans
28786 Document\SpecialChar \menuseparator
28787 Settings
28788 \family default
28789  dialog, users who have only the 
28790 \family typewriter
28791 T1
28792 \family default
28793 -fonts for LaTeX [or who have the 
28794 \family typewriter
28795 T1
28796 \family default
28797 -fonts but aren't using them] will still miss a few characters: D0, F0,
28798  DE, FE, AB, and BB -- the uppercase and lowercase eth and thorn, and the
28799  french quotes won't show up.
28800 \end_layout
28801
28802 \begin_layout Standard
28803 \begin_inset Float table
28804 wide false
28805 sideways false
28806 status open
28807
28808 \begin_layout PlainLayout
28809 \begin_inset Caption
28810
28811 \begin_layout PlainLayout
28812 \begin_inset CommandInset label
28813 LatexCommand label
28814 name "cap:The-latin1-character"
28815
28816 \end_inset
28817
28818 The 
28819 \family typewriter
28820 latin1
28821 \family default
28822  character set
28823 \end_layout
28824
28825 \end_inset
28826
28827
28828 \end_layout
28829
28830 \begin_layout PlainLayout
28831 \align center
28832 \begin_inset Tabular
28833 <lyxtabular version="3" rows="17" columns="17">
28834 <features>
28835 <column alignment="center" valignment="top" width="0pt">
28836 <column alignment="center" valignment="top" width="0pt">
28837 <column alignment="center" valignment="top" width="0pt">
28838 <column alignment="center" valignment="top" width="0pt">
28839 <column alignment="center" valignment="top" width="0pt">
28840 <column alignment="center" valignment="top" width="0pt">
28841 <column alignment="center" valignment="top" width="0pt">
28842 <column alignment="center" valignment="top" width="0pt">
28843 <column alignment="center" valignment="top" width="0pt">
28844 <column alignment="center" valignment="top" width="0pt">
28845 <column alignment="center" valignment="top" width="0pt">
28846 <column alignment="center" valignment="top" width="0pt">
28847 <column alignment="center" valignment="top" width="0pt">
28848 <column alignment="center" valignment="top" width="0pt">
28849 <column alignment="center" valignment="top" width="0pt">
28850 <column alignment="center" valignment="top" width="0pt">
28851 <column alignment="center" valignment="top" width="0pt">
28852 <row>
28853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28854 \begin_inset Text
28855
28856 \begin_layout PlainLayout
28857
28858 \end_layout
28859
28860 \end_inset
28861 </cell>
28862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28863 \begin_inset Text
28864
28865 \begin_layout PlainLayout
28866
28867 \family roman
28868 \series medium
28869 \shape up
28870 \size tiny
28871 \emph off
28872 \bar no
28873 \noun off
28874 \color none
28875 00
28876 \end_layout
28877
28878 \end_inset
28879 </cell>
28880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28881 \begin_inset Text
28882
28883 \begin_layout PlainLayout
28884
28885 \family roman
28886 \series medium
28887 \shape up
28888 \size tiny
28889 \emph off
28890 \bar no
28891 \noun off
28892 \color none
28893 10
28894 \end_layout
28895
28896 \end_inset
28897 </cell>
28898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28899 \begin_inset Text
28900
28901 \begin_layout PlainLayout
28902
28903 \family roman
28904 \series medium
28905 \shape up
28906 \size tiny
28907 \emph off
28908 \bar no
28909 \noun off
28910 \color none
28911 20
28912 \end_layout
28913
28914 \end_inset
28915 </cell>
28916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28917 \begin_inset Text
28918
28919 \begin_layout PlainLayout
28920
28921 \family roman
28922 \series medium
28923 \shape up
28924 \size tiny
28925 \emph off
28926 \bar no
28927 \noun off
28928 \color none
28929 30
28930 \end_layout
28931
28932 \end_inset
28933 </cell>
28934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28935 \begin_inset Text
28936
28937 \begin_layout PlainLayout
28938
28939 \family roman
28940 \series medium
28941 \shape up
28942 \size tiny
28943 \emph off
28944 \bar no
28945 \noun off
28946 \color none
28947 40
28948 \end_layout
28949
28950 \end_inset
28951 </cell>
28952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28953 \begin_inset Text
28954
28955 \begin_layout PlainLayout
28956
28957 \family roman
28958 \series medium
28959 \shape up
28960 \size tiny
28961 \emph off
28962 \bar no
28963 \noun off
28964 \color none
28965 50
28966 \end_layout
28967
28968 \end_inset
28969 </cell>
28970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28971 \begin_inset Text
28972
28973 \begin_layout PlainLayout
28974
28975 \family roman
28976 \series medium
28977 \shape up
28978 \size tiny
28979 \emph off
28980 \bar no
28981 \noun off
28982 \color none
28983 60
28984 \end_layout
28985
28986 \end_inset
28987 </cell>
28988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28989 \begin_inset Text
28990
28991 \begin_layout PlainLayout
28992
28993 \family roman
28994 \series medium
28995 \shape up
28996 \size tiny
28997 \emph off
28998 \bar no
28999 \noun off
29000 \color none
29001 70
29002 \end_layout
29003
29004 \end_inset
29005 </cell>
29006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29007 \begin_inset Text
29008
29009 \begin_layout PlainLayout
29010
29011 \family roman
29012 \series medium
29013 \shape up
29014 \size tiny
29015 \emph off
29016 \bar no
29017 \noun off
29018 \color none
29019 80
29020 \end_layout
29021
29022 \end_inset
29023 </cell>
29024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29025 \begin_inset Text
29026
29027 \begin_layout PlainLayout
29028
29029 \family roman
29030 \series medium
29031 \shape up
29032 \size tiny
29033 \emph off
29034 \bar no
29035 \noun off
29036 \color none
29037 90
29038 \end_layout
29039
29040 \end_inset
29041 </cell>
29042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29043 \begin_inset Text
29044
29045 \begin_layout PlainLayout
29046
29047 \family roman
29048 \series medium
29049 \shape up
29050 \size tiny
29051 \emph off
29052 \bar no
29053 \noun off
29054 \color none
29055 A0
29056 \end_layout
29057
29058 \end_inset
29059 </cell>
29060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29061 \begin_inset Text
29062
29063 \begin_layout PlainLayout
29064
29065 \family roman
29066 \series medium
29067 \shape up
29068 \size tiny
29069 \emph off
29070 \bar no
29071 \noun off
29072 \color none
29073 B0
29074 \end_layout
29075
29076 \end_inset
29077 </cell>
29078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29079 \begin_inset Text
29080
29081 \begin_layout PlainLayout
29082
29083 \family roman
29084 \series medium
29085 \shape up
29086 \size tiny
29087 \emph off
29088 \bar no
29089 \noun off
29090 \color none
29091 C0
29092 \end_layout
29093
29094 \end_inset
29095 </cell>
29096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29097 \begin_inset Text
29098
29099 \begin_layout PlainLayout
29100
29101 \family roman
29102 \series medium
29103 \shape up
29104 \size tiny
29105 \emph off
29106 \bar no
29107 \noun off
29108 \color none
29109 D0
29110 \end_layout
29111
29112 \end_inset
29113 </cell>
29114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29115 \begin_inset Text
29116
29117 \begin_layout PlainLayout
29118
29119 \family roman
29120 \series medium
29121 \shape up
29122 \size tiny
29123 \emph off
29124 \bar no
29125 \noun off
29126 \color none
29127 E0
29128 \end_layout
29129
29130 \end_inset
29131 </cell>
29132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29133 \begin_inset Text
29134
29135 \begin_layout PlainLayout
29136
29137 \family roman
29138 \series medium
29139 \shape up
29140 \size tiny
29141 \emph off
29142 \bar no
29143 \noun off
29144 \color none
29145 F0
29146 \end_layout
29147
29148 \end_inset
29149 </cell>
29150 </row>
29151 <row>
29152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29153 \begin_inset Text
29154
29155 \begin_layout PlainLayout
29156
29157 \family roman
29158 \series medium
29159 \shape up
29160 \size tiny
29161 \emph off
29162 \bar no
29163 \noun off
29164 \color none
29165 00
29166 \end_layout
29167
29168 \end_inset
29169 </cell>
29170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29171 \begin_inset Text
29172
29173 \begin_layout PlainLayout
29174
29175 \end_layout
29176
29177 \end_inset
29178 </cell>
29179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29180 \begin_inset Text
29181
29182 \begin_layout PlainLayout
29183
29184 \end_layout
29185
29186 \end_inset
29187 </cell>
29188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29189 \begin_inset Text
29190
29191 \begin_layout PlainLayout
29192
29193 \end_layout
29194
29195 \end_inset
29196 </cell>
29197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29198 \begin_inset Text
29199
29200 \begin_layout PlainLayout
29201
29202 \family roman
29203 \series medium
29204 \shape up
29205 \emph off
29206 \bar no
29207 \noun off
29208 \color none
29209 0
29210 \end_layout
29211
29212 \end_inset
29213 </cell>
29214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29215 \begin_inset Text
29216
29217 \begin_layout PlainLayout
29218
29219 \family roman
29220 \series medium
29221 \shape up
29222 \emph off
29223 \bar no
29224 \noun off
29225 \color none
29226 @
29227 \end_layout
29228
29229 \end_inset
29230 </cell>
29231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29232 \begin_inset Text
29233
29234 \begin_layout PlainLayout
29235
29236 \family roman
29237 \series medium
29238 \shape up
29239 \emph off
29240 \bar no
29241 \noun off
29242 \color none
29243 P
29244 \end_layout
29245
29246 \end_inset
29247 </cell>
29248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29249 \begin_inset Text
29250
29251 \begin_layout PlainLayout
29252
29253 \family roman
29254 \series medium
29255 \shape up
29256 \emph off
29257 \bar no
29258 \noun off
29259 \color none
29260 '
29261 \end_layout
29262
29263 \end_inset
29264 </cell>
29265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29266 \begin_inset Text
29267
29268 \begin_layout PlainLayout
29269
29270 \family roman
29271 \series medium
29272 \shape up
29273 \emph off
29274 \bar no
29275 \noun off
29276 \color none
29277 p
29278 \end_layout
29279
29280 \end_inset
29281 </cell>
29282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29283 \begin_inset Text
29284
29285 \begin_layout PlainLayout
29286
29287 \end_layout
29288
29289 \end_inset
29290 </cell>
29291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29292 \begin_inset Text
29293
29294 \begin_layout PlainLayout
29295
29296 \end_layout
29297
29298 \end_inset
29299 </cell>
29300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29301 \begin_inset Text
29302
29303 \begin_layout PlainLayout
29304
29305 \end_layout
29306
29307 \end_inset
29308 </cell>
29309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29310 \begin_inset Text
29311
29312 \begin_layout PlainLayout
29313
29314 \family roman
29315 \series medium
29316 \shape up
29317 \emph off
29318 \bar no
29319 \noun off
29320 \color none
29321 °
29322 \end_layout
29323
29324 \end_inset
29325 </cell>
29326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29327 \begin_inset Text
29328
29329 \begin_layout PlainLayout
29330
29331 \family roman
29332 \series medium
29333 \shape up
29334 \emph off
29335 \bar no
29336 \noun off
29337 \color none
29338 À
29339 \end_layout
29340
29341 \end_inset
29342 </cell>
29343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29344 \begin_inset Text
29345
29346 \begin_layout PlainLayout
29347
29348 \family roman
29349 \series medium
29350 \shape up
29351 \emph off
29352 \bar no
29353 \noun off
29354 \color none
29355 Ð
29356 \end_layout
29357
29358 \end_inset
29359 </cell>
29360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29361 \begin_inset Text
29362
29363 \begin_layout PlainLayout
29364
29365 \family roman
29366 \series medium
29367 \shape up
29368 \emph off
29369 \bar no
29370 \noun off
29371 \color none
29372 à
29373 \end_layout
29374
29375 \end_inset
29376 </cell>
29377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29378 \begin_inset Text
29379
29380 \begin_layout PlainLayout
29381
29382 \family roman
29383 \series medium
29384 \shape up
29385 \emph off
29386 \bar no
29387 \noun off
29388 \color none
29389 ð
29390 \end_layout
29391
29392 \end_inset
29393 </cell>
29394 </row>
29395 <row>
29396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29397 \begin_inset Text
29398
29399 \begin_layout PlainLayout
29400
29401 \family roman
29402 \series medium
29403 \shape up
29404 \size tiny
29405 \emph off
29406 \bar no
29407 \noun off
29408 \color none
29409 01
29410 \end_layout
29411
29412 \end_inset
29413 </cell>
29414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29415 \begin_inset Text
29416
29417 \begin_layout PlainLayout
29418
29419 \end_layout
29420
29421 \end_inset
29422 </cell>
29423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29424 \begin_inset Text
29425
29426 \begin_layout PlainLayout
29427
29428 \end_layout
29429
29430 \end_inset
29431 </cell>
29432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29433 \begin_inset Text
29434
29435 \begin_layout PlainLayout
29436
29437 \family roman
29438 \series medium
29439 \shape up
29440 \emph off
29441 \bar no
29442 \noun off
29443 \color none
29444 !
29445 \end_layout
29446
29447 \end_inset
29448 </cell>
29449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29450 \begin_inset Text
29451
29452 \begin_layout PlainLayout
29453
29454 \family roman
29455 \series medium
29456 \shape up
29457 \emph off
29458 \bar no
29459 \noun off
29460 \color none
29461 1
29462 \end_layout
29463
29464 \end_inset
29465 </cell>
29466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29467 \begin_inset Text
29468
29469 \begin_layout PlainLayout
29470
29471 \family roman
29472 \series medium
29473 \shape up
29474 \emph off
29475 \bar no
29476 \noun off
29477 \color none
29478 A
29479 \end_layout
29480
29481 \end_inset
29482 </cell>
29483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29484 \begin_inset Text
29485
29486 \begin_layout PlainLayout
29487
29488 \family roman
29489 \series medium
29490 \shape up
29491 \emph off
29492 \bar no
29493 \noun off
29494 \color none
29495 Q
29496 \end_layout
29497
29498 \end_inset
29499 </cell>
29500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29501 \begin_inset Text
29502
29503 \begin_layout PlainLayout
29504
29505 \family roman
29506 \series medium
29507 \shape up
29508 \emph off
29509 \bar no
29510 \noun off
29511 \color none
29512 a
29513 \end_layout
29514
29515 \end_inset
29516 </cell>
29517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29518 \begin_inset Text
29519
29520 \begin_layout PlainLayout
29521
29522 \family roman
29523 \series medium
29524 \shape up
29525 \emph off
29526 \bar no
29527 \noun off
29528 \color none
29529 q
29530 \end_layout
29531
29532 \end_inset
29533 </cell>
29534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29535 \begin_inset Text
29536
29537 \begin_layout PlainLayout
29538
29539 \end_layout
29540
29541 \end_inset
29542 </cell>
29543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29544 \begin_inset Text
29545
29546 \begin_layout PlainLayout
29547
29548 \end_layout
29549
29550 \end_inset
29551 </cell>
29552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29553 \begin_inset Text
29554
29555 \begin_layout PlainLayout
29556
29557 \family roman
29558 \series medium
29559 \shape up
29560 \emph off
29561 \bar no
29562 \noun off
29563 \color none
29564 ¡
29565 \end_layout
29566
29567 \end_inset
29568 </cell>
29569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29570 \begin_inset Text
29571
29572 \begin_layout PlainLayout
29573
29574 \family roman
29575 \series medium
29576 \shape up
29577 \emph off
29578 \bar no
29579 \noun off
29580 \color none
29581 ±
29582 \end_layout
29583
29584 \end_inset
29585 </cell>
29586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29587 \begin_inset Text
29588
29589 \begin_layout PlainLayout
29590
29591 \family roman
29592 \series medium
29593 \shape up
29594 \emph off
29595 \bar no
29596 \noun off
29597 \color none
29598 Á
29599 \end_layout
29600
29601 \end_inset
29602 </cell>
29603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29604 \begin_inset Text
29605
29606 \begin_layout PlainLayout
29607
29608 \family roman
29609 \series medium
29610 \shape up
29611 \emph off
29612 \bar no
29613 \noun off
29614 \color none
29615 Ñ
29616 \end_layout
29617
29618 \end_inset
29619 </cell>
29620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29621 \begin_inset Text
29622
29623 \begin_layout PlainLayout
29624
29625 \family roman
29626 \series medium
29627 \shape up
29628 \emph off
29629 \bar no
29630 \noun off
29631 \color none
29632 á
29633 \end_layout
29634
29635 \end_inset
29636 </cell>
29637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29638 \begin_inset Text
29639
29640 \begin_layout PlainLayout
29641
29642 \family roman
29643 \series medium
29644 \shape up
29645 \emph off
29646 \bar no
29647 \noun off
29648 \color none
29649 ñ
29650 \end_layout
29651
29652 \end_inset
29653 </cell>
29654 </row>
29655 <row>
29656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29657 \begin_inset Text
29658
29659 \begin_layout PlainLayout
29660
29661 \family roman
29662 \series medium
29663 \shape up
29664 \size tiny
29665 \emph off
29666 \bar no
29667 \noun off
29668 \color none
29669 02
29670 \end_layout
29671
29672 \end_inset
29673 </cell>
29674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29675 \begin_inset Text
29676
29677 \begin_layout PlainLayout
29678
29679 \end_layout
29680
29681 \end_inset
29682 </cell>
29683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29684 \begin_inset Text
29685
29686 \begin_layout PlainLayout
29687
29688 \end_layout
29689
29690 \end_inset
29691 </cell>
29692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29693 \begin_inset Text
29694
29695 \begin_layout PlainLayout
29696
29697 \family roman
29698 \series medium
29699 \shape up
29700 \emph off
29701 \bar no
29702 \noun off
29703 \color none
29704 \begin_inset Quotes eld
29705 \end_inset
29706
29707
29708 \end_layout
29709
29710 \end_inset
29711 </cell>
29712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29713 \begin_inset Text
29714
29715 \begin_layout PlainLayout
29716
29717 \family roman
29718 \series medium
29719 \shape up
29720 \emph off
29721 \bar no
29722 \noun off
29723 \color none
29724 2
29725 \end_layout
29726
29727 \end_inset
29728 </cell>
29729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29730 \begin_inset Text
29731
29732 \begin_layout PlainLayout
29733
29734 \family roman
29735 \series medium
29736 \shape up
29737 \emph off
29738 \bar no
29739 \noun off
29740 \color none
29741 B
29742 \end_layout
29743
29744 \end_inset
29745 </cell>
29746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29747 \begin_inset Text
29748
29749 \begin_layout PlainLayout
29750
29751 \family roman
29752 \series medium
29753 \shape up
29754 \emph off
29755 \bar no
29756 \noun off
29757 \color none
29758 R
29759 \end_layout
29760
29761 \end_inset
29762 </cell>
29763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29764 \begin_inset Text
29765
29766 \begin_layout PlainLayout
29767
29768 \family roman
29769 \series medium
29770 \shape up
29771 \emph off
29772 \bar no
29773 \noun off
29774 \color none
29775 b
29776 \end_layout
29777
29778 \end_inset
29779 </cell>
29780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29781 \begin_inset Text
29782
29783 \begin_layout PlainLayout
29784
29785 \family roman
29786 \series medium
29787 \shape up
29788 \emph off
29789 \bar no
29790 \noun off
29791 \color none
29792 r
29793 \end_layout
29794
29795 \end_inset
29796 </cell>
29797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29798 \begin_inset Text
29799
29800 \begin_layout PlainLayout
29801
29802 \end_layout
29803
29804 \end_inset
29805 </cell>
29806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29807 \begin_inset Text
29808
29809 \begin_layout PlainLayout
29810
29811 \end_layout
29812
29813 \end_inset
29814 </cell>
29815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29816 \begin_inset Text
29817
29818 \begin_layout PlainLayout
29819 ¢
29820 \end_layout
29821
29822 \end_inset
29823 </cell>
29824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29825 \begin_inset Text
29826
29827 \begin_layout PlainLayout
29828
29829 \family roman
29830 \series medium
29831 \shape up
29832 \emph off
29833 \bar no
29834 \noun off
29835 \color none
29836 ²
29837 \end_layout
29838
29839 \end_inset
29840 </cell>
29841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29842 \begin_inset Text
29843
29844 \begin_layout PlainLayout
29845
29846 \family roman
29847 \series medium
29848 \shape up
29849 \emph off
29850 \bar no
29851 \noun off
29852 \color none
29853 Â
29854 \end_layout
29855
29856 \end_inset
29857 </cell>
29858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29859 \begin_inset Text
29860
29861 \begin_layout PlainLayout
29862
29863 \family roman
29864 \series medium
29865 \shape up
29866 \emph off
29867 \bar no
29868 \noun off
29869 \color none
29870 Ò
29871 \end_layout
29872
29873 \end_inset
29874 </cell>
29875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29876 \begin_inset Text
29877
29878 \begin_layout PlainLayout
29879
29880 \family roman
29881 \series medium
29882 \shape up
29883 \emph off
29884 \bar no
29885 \noun off
29886 \color none
29887 â
29888 \end_layout
29889
29890 \end_inset
29891 </cell>
29892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29893 \begin_inset Text
29894
29895 \begin_layout PlainLayout
29896
29897 \family roman
29898 \series medium
29899 \shape up
29900 \emph off
29901 \bar no
29902 \noun off
29903 \color none
29904 ò
29905 \end_layout
29906
29907 \end_inset
29908 </cell>
29909 </row>
29910 <row>
29911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29912 \begin_inset Text
29913
29914 \begin_layout PlainLayout
29915
29916 \family roman
29917 \series medium
29918 \shape up
29919 \size tiny
29920 \emph off
29921 \bar no
29922 \noun off
29923 \color none
29924 03
29925 \end_layout
29926
29927 \end_inset
29928 </cell>
29929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29930 \begin_inset Text
29931
29932 \begin_layout PlainLayout
29933
29934 \end_layout
29935
29936 \end_inset
29937 </cell>
29938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29939 \begin_inset Text
29940
29941 \begin_layout PlainLayout
29942
29943 \end_layout
29944
29945 \end_inset
29946 </cell>
29947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29948 \begin_inset Text
29949
29950 \begin_layout PlainLayout
29951
29952 \family roman
29953 \series medium
29954 \shape up
29955 \emph off
29956 \bar no
29957 \noun off
29958 \color none
29959 #
29960 \end_layout
29961
29962 \end_inset
29963 </cell>
29964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29965 \begin_inset Text
29966
29967 \begin_layout PlainLayout
29968
29969 \family roman
29970 \series medium
29971 \shape up
29972 \emph off
29973 \bar no
29974 \noun off
29975 \color none
29976 3
29977 \end_layout
29978
29979 \end_inset
29980 </cell>
29981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29982 \begin_inset Text
29983
29984 \begin_layout PlainLayout
29985
29986 \family roman
29987 \series medium
29988 \shape up
29989 \emph off
29990 \bar no
29991 \noun off
29992 \color none
29993 C
29994 \end_layout
29995
29996 \end_inset
29997 </cell>
29998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29999 \begin_inset Text
30000
30001 \begin_layout PlainLayout
30002
30003 \family roman
30004 \series medium
30005 \shape up
30006 \emph off
30007 \bar no
30008 \noun off
30009 \color none
30010 S
30011 \end_layout
30012
30013 \end_inset
30014 </cell>
30015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30016 \begin_inset Text
30017
30018 \begin_layout PlainLayout
30019
30020 \family roman
30021 \series medium
30022 \shape up
30023 \emph off
30024 \bar no
30025 \noun off
30026 \color none
30027 c
30028 \end_layout
30029
30030 \end_inset
30031 </cell>
30032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30033 \begin_inset Text
30034
30035 \begin_layout PlainLayout
30036
30037 \family roman
30038 \series medium
30039 \shape up
30040 \emph off
30041 \bar no
30042 \noun off
30043 \color none
30044 s
30045 \end_layout
30046
30047 \end_inset
30048 </cell>
30049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30050 \begin_inset Text
30051
30052 \begin_layout PlainLayout
30053
30054 \end_layout
30055
30056 \end_inset
30057 </cell>
30058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30059 \begin_inset Text
30060
30061 \begin_layout PlainLayout
30062
30063 \end_layout
30064
30065 \end_inset
30066 </cell>
30067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30068 \begin_inset Text
30069
30070 \begin_layout PlainLayout
30071
30072 \family roman
30073 \series medium
30074 \shape up
30075 \emph off
30076 \bar no
30077 \noun off
30078 \color none
30079 £
30080 \end_layout
30081
30082 \end_inset
30083 </cell>
30084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30085 \begin_inset Text
30086
30087 \begin_layout PlainLayout
30088
30089 \family roman
30090 \series medium
30091 \shape up
30092 \emph off
30093 \bar no
30094 \noun off
30095 \color none
30096 ³
30097 \end_layout
30098
30099 \end_inset
30100 </cell>
30101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30102 \begin_inset Text
30103
30104 \begin_layout PlainLayout
30105
30106 \family roman
30107 \series medium
30108 \shape up
30109 \emph off
30110 \bar no
30111 \noun off
30112 \color none
30113 Ã
30114 \end_layout
30115
30116 \end_inset
30117 </cell>
30118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30119 \begin_inset Text
30120
30121 \begin_layout PlainLayout
30122
30123 \family roman
30124 \series medium
30125 \shape up
30126 \emph off
30127 \bar no
30128 \noun off
30129 \color none
30130 Ó
30131 \end_layout
30132
30133 \end_inset
30134 </cell>
30135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30136 \begin_inset Text
30137
30138 \begin_layout PlainLayout
30139
30140 \family roman
30141 \series medium
30142 \shape up
30143 \emph off
30144 \bar no
30145 \noun off
30146 \color none
30147 ã
30148 \end_layout
30149
30150 \end_inset
30151 </cell>
30152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30153 \begin_inset Text
30154
30155 \begin_layout PlainLayout
30156
30157 \family roman
30158 \series medium
30159 \shape up
30160 \emph off
30161 \bar no
30162 \noun off
30163 \color none
30164 ó
30165 \end_layout
30166
30167 \end_inset
30168 </cell>
30169 </row>
30170 <row>
30171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30172 \begin_inset Text
30173
30174 \begin_layout PlainLayout
30175
30176 \family roman
30177 \series medium
30178 \shape up
30179 \size tiny
30180 \emph off
30181 \bar no
30182 \noun off
30183 \color none
30184 04
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 PlainLayout
30193
30194 \end_layout
30195
30196 \end_inset
30197 </cell>
30198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30199 \begin_inset Text
30200
30201 \begin_layout PlainLayout
30202
30203 \end_layout
30204
30205 \end_inset
30206 </cell>
30207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30208 \begin_inset Text
30209
30210 \begin_layout PlainLayout
30211
30212 \family roman
30213 \series medium
30214 \shape up
30215 \emph off
30216 \bar no
30217 \noun off
30218 \color none
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 PlainLayout
30228
30229 \family roman
30230 \series medium
30231 \shape up
30232 \emph off
30233 \bar no
30234 \noun off
30235 \color none
30236 4
30237 \end_layout
30238
30239 \end_inset
30240 </cell>
30241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30242 \begin_inset Text
30243
30244 \begin_layout PlainLayout
30245
30246 \family roman
30247 \series medium
30248 \shape up
30249 \emph off
30250 \bar no
30251 \noun off
30252 \color none
30253 D
30254 \end_layout
30255
30256 \end_inset
30257 </cell>
30258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30259 \begin_inset Text
30260
30261 \begin_layout PlainLayout
30262
30263 \family roman
30264 \series medium
30265 \shape up
30266 \emph off
30267 \bar no
30268 \noun off
30269 \color none
30270 T
30271 \end_layout
30272
30273 \end_inset
30274 </cell>
30275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30276 \begin_inset Text
30277
30278 \begin_layout PlainLayout
30279
30280 \family roman
30281 \series medium
30282 \shape up
30283 \emph off
30284 \bar no
30285 \noun off
30286 \color none
30287 d
30288 \end_layout
30289
30290 \end_inset
30291 </cell>
30292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30293 \begin_inset Text
30294
30295 \begin_layout PlainLayout
30296
30297 \family roman
30298 \series medium
30299 \shape up
30300 \emph off
30301 \bar no
30302 \noun off
30303 \color none
30304 t
30305 \end_layout
30306
30307 \end_inset
30308 </cell>
30309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30310 \begin_inset Text
30311
30312 \begin_layout PlainLayout
30313
30314 \end_layout
30315
30316 \end_inset
30317 </cell>
30318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30319 \begin_inset Text
30320
30321 \begin_layout PlainLayout
30322
30323 \end_layout
30324
30325 \end_inset
30326 </cell>
30327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30328 \begin_inset Text
30329
30330 \begin_layout PlainLayout
30331 ¤
30332 \end_layout
30333
30334 \end_inset
30335 </cell>
30336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30337 \begin_inset Text
30338
30339 \begin_layout PlainLayout
30340
30341 \family roman
30342 \series medium
30343 \shape up
30344 \emph off
30345 \bar no
30346 \noun off
30347 \color none
30348 ´
30349 \end_layout
30350
30351 \end_inset
30352 </cell>
30353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30354 \begin_inset Text
30355
30356 \begin_layout PlainLayout
30357
30358 \family roman
30359 \series medium
30360 \shape up
30361 \emph off
30362 \bar no
30363 \noun off
30364 \color none
30365 Ä
30366 \end_layout
30367
30368 \end_inset
30369 </cell>
30370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30371 \begin_inset Text
30372
30373 \begin_layout PlainLayout
30374
30375 \family roman
30376 \series medium
30377 \shape up
30378 \emph off
30379 \bar no
30380 \noun off
30381 \color none
30382 Ô
30383 \end_layout
30384
30385 \end_inset
30386 </cell>
30387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30388 \begin_inset Text
30389
30390 \begin_layout PlainLayout
30391
30392 \family roman
30393 \series medium
30394 \shape up
30395 \emph off
30396 \bar no
30397 \noun off
30398 \color none
30399 ä
30400 \end_layout
30401
30402 \end_inset
30403 </cell>
30404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30405 \begin_inset Text
30406
30407 \begin_layout PlainLayout
30408
30409 \family roman
30410 \series medium
30411 \shape up
30412 \emph off
30413 \bar no
30414 \noun off
30415 \color none
30416 ô
30417 \end_layout
30418
30419 \end_inset
30420 </cell>
30421 </row>
30422 <row>
30423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30424 \begin_inset Text
30425
30426 \begin_layout PlainLayout
30427
30428 \family roman
30429 \series medium
30430 \shape up
30431 \size tiny
30432 \emph off
30433 \bar no
30434 \noun off
30435 \color none
30436 05
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 PlainLayout
30445
30446 \end_layout
30447
30448 \end_inset
30449 </cell>
30450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30451 \begin_inset Text
30452
30453 \begin_layout PlainLayout
30454
30455 \end_layout
30456
30457 \end_inset
30458 </cell>
30459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30460 \begin_inset Text
30461
30462 \begin_layout PlainLayout
30463
30464 \family roman
30465 \series medium
30466 \shape up
30467 \emph off
30468 \bar no
30469 \noun off
30470 \color none
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 PlainLayout
30480
30481 \family roman
30482 \series medium
30483 \shape up
30484 \emph off
30485 \bar no
30486 \noun off
30487 \color none
30488 5
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 PlainLayout
30497
30498 \family roman
30499 \series medium
30500 \shape up
30501 \emph off
30502 \bar no
30503 \noun off
30504 \color none
30505 E
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 PlainLayout
30514
30515 \family roman
30516 \series medium
30517 \shape up
30518 \emph off
30519 \bar no
30520 \noun off
30521 \color none
30522 U
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 PlainLayout
30531
30532 \family roman
30533 \series medium
30534 \shape up
30535 \emph off
30536 \bar no
30537 \noun off
30538 \color none
30539 e
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 PlainLayout
30548
30549 \family roman
30550 \series medium
30551 \shape up
30552 \emph off
30553 \bar no
30554 \noun off
30555 \color none
30556 u
30557 \end_layout
30558
30559 \end_inset
30560 </cell>
30561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30562 \begin_inset Text
30563
30564 \begin_layout PlainLayout
30565
30566 \end_layout
30567
30568 \end_inset
30569 </cell>
30570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30571 \begin_inset Text
30572
30573 \begin_layout PlainLayout
30574
30575 \end_layout
30576
30577 \end_inset
30578 </cell>
30579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30580 \begin_inset Text
30581
30582 \begin_layout PlainLayout
30583 ¥
30584 \end_layout
30585
30586 \end_inset
30587 </cell>
30588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30589 \begin_inset Text
30590
30591 \begin_layout PlainLayout
30592
30593 \family roman
30594 \series medium
30595 \shape up
30596 \emph off
30597 \bar no
30598 \noun off
30599 \color none
30600 µ
30601 \end_layout
30602
30603 \end_inset
30604 </cell>
30605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30606 \begin_inset Text
30607
30608 \begin_layout PlainLayout
30609
30610 \family roman
30611 \series medium
30612 \shape up
30613 \emph off
30614 \bar no
30615 \noun off
30616 \color none
30617 Å
30618 \end_layout
30619
30620 \end_inset
30621 </cell>
30622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30623 \begin_inset Text
30624
30625 \begin_layout PlainLayout
30626
30627 \family roman
30628 \series medium
30629 \shape up
30630 \emph off
30631 \bar no
30632 \noun off
30633 \color none
30634 Õ
30635 \end_layout
30636
30637 \end_inset
30638 </cell>
30639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30640 \begin_inset Text
30641
30642 \begin_layout PlainLayout
30643
30644 \family roman
30645 \series medium
30646 \shape up
30647 \emph off
30648 \bar no
30649 \noun off
30650 \color none
30651 å
30652 \end_layout
30653
30654 \end_inset
30655 </cell>
30656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30657 \begin_inset Text
30658
30659 \begin_layout PlainLayout
30660
30661 \family roman
30662 \series medium
30663 \shape up
30664 \emph off
30665 \bar no
30666 \noun off
30667 \color none
30668 õ
30669 \end_layout
30670
30671 \end_inset
30672 </cell>
30673 </row>
30674 <row>
30675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30676 \begin_inset Text
30677
30678 \begin_layout PlainLayout
30679
30680 \family roman
30681 \series medium
30682 \shape up
30683 \size tiny
30684 \emph off
30685 \bar no
30686 \noun off
30687 \color none
30688 06
30689 \end_layout
30690
30691 \end_inset
30692 </cell>
30693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30694 \begin_inset Text
30695
30696 \begin_layout PlainLayout
30697
30698 \end_layout
30699
30700 \end_inset
30701 </cell>
30702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30703 \begin_inset Text
30704
30705 \begin_layout PlainLayout
30706
30707 \end_layout
30708
30709 \end_inset
30710 </cell>
30711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30712 \begin_inset Text
30713
30714 \begin_layout PlainLayout
30715
30716 \family roman
30717 \series medium
30718 \shape up
30719 \emph off
30720 \bar no
30721 \noun off
30722 \color none
30723 &
30724 \end_layout
30725
30726 \end_inset
30727 </cell>
30728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30729 \begin_inset Text
30730
30731 \begin_layout PlainLayout
30732
30733 \family roman
30734 \series medium
30735 \shape up
30736 \emph off
30737 \bar no
30738 \noun off
30739 \color none
30740 6
30741 \end_layout
30742
30743 \end_inset
30744 </cell>
30745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30746 \begin_inset Text
30747
30748 \begin_layout PlainLayout
30749
30750 \family roman
30751 \series medium
30752 \shape up
30753 \emph off
30754 \bar no
30755 \noun off
30756 \color none
30757 F
30758 \end_layout
30759
30760 \end_inset
30761 </cell>
30762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30763 \begin_inset Text
30764
30765 \begin_layout PlainLayout
30766
30767 \family roman
30768 \series medium
30769 \shape up
30770 \emph off
30771 \bar no
30772 \noun off
30773 \color none
30774 V
30775 \end_layout
30776
30777 \end_inset
30778 </cell>
30779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30780 \begin_inset Text
30781
30782 \begin_layout PlainLayout
30783
30784 \family roman
30785 \series medium
30786 \shape up
30787 \emph off
30788 \bar no
30789 \noun off
30790 \color none
30791 f
30792 \end_layout
30793
30794 \end_inset
30795 </cell>
30796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30797 \begin_inset Text
30798
30799 \begin_layout PlainLayout
30800
30801 \family roman
30802 \series medium
30803 \shape up
30804 \emph off
30805 \bar no
30806 \noun off
30807 \color none
30808 v
30809 \end_layout
30810
30811 \end_inset
30812 </cell>
30813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30814 \begin_inset Text
30815
30816 \begin_layout PlainLayout
30817
30818 \end_layout
30819
30820 \end_inset
30821 </cell>
30822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30823 \begin_inset Text
30824
30825 \begin_layout PlainLayout
30826
30827 \end_layout
30828
30829 \end_inset
30830 </cell>
30831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30832 \begin_inset Text
30833
30834 \begin_layout PlainLayout
30835 ¦
30836 \end_layout
30837
30838 \end_inset
30839 </cell>
30840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30841 \begin_inset Text
30842
30843 \begin_layout PlainLayout
30844
30845 \family roman
30846 \series medium
30847 \shape up
30848 \emph off
30849 \bar no
30850 \noun off
30851 \color none
30852
30853 \end_layout
30854
30855 \end_inset
30856 </cell>
30857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30858 \begin_inset Text
30859
30860 \begin_layout PlainLayout
30861
30862 \family roman
30863 \series medium
30864 \shape up
30865 \emph off
30866 \bar no
30867 \noun off
30868 \color none
30869 Æ
30870 \end_layout
30871
30872 \end_inset
30873 </cell>
30874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30875 \begin_inset Text
30876
30877 \begin_layout PlainLayout
30878
30879 \family roman
30880 \series medium
30881 \shape up
30882 \emph off
30883 \bar no
30884 \noun off
30885 \color none
30886 Ö
30887 \end_layout
30888
30889 \end_inset
30890 </cell>
30891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30892 \begin_inset Text
30893
30894 \begin_layout PlainLayout
30895
30896 \family roman
30897 \series medium
30898 \shape up
30899 \emph off
30900 \bar no
30901 \noun off
30902 \color none
30903 æ
30904 \end_layout
30905
30906 \end_inset
30907 </cell>
30908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30909 \begin_inset Text
30910
30911 \begin_layout PlainLayout
30912
30913 \family roman
30914 \series medium
30915 \shape up
30916 \emph off
30917 \bar no
30918 \noun off
30919 \color none
30920 ö
30921 \end_layout
30922
30923 \end_inset
30924 </cell>
30925 </row>
30926 <row>
30927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30928 \begin_inset Text
30929
30930 \begin_layout PlainLayout
30931
30932 \family roman
30933 \series medium
30934 \shape up
30935 \size tiny
30936 \emph off
30937 \bar no
30938 \noun off
30939 \color none
30940 07
30941 \end_layout
30942
30943 \end_inset
30944 </cell>
30945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30946 \begin_inset Text
30947
30948 \begin_layout PlainLayout
30949
30950 \end_layout
30951
30952 \end_inset
30953 </cell>
30954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30955 \begin_inset Text
30956
30957 \begin_layout PlainLayout
30958
30959 \end_layout
30960
30961 \end_inset
30962 </cell>
30963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30964 \begin_inset Text
30965
30966 \begin_layout PlainLayout
30967
30968 \family roman
30969 \series medium
30970 \shape up
30971 \emph off
30972 \bar no
30973 \noun off
30974 \color none
30975 `
30976 \end_layout
30977
30978 \end_inset
30979 </cell>
30980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30981 \begin_inset Text
30982
30983 \begin_layout PlainLayout
30984
30985 \family roman
30986 \series medium
30987 \shape up
30988 \emph off
30989 \bar no
30990 \noun off
30991 \color none
30992 7
30993 \end_layout
30994
30995 \end_inset
30996 </cell>
30997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30998 \begin_inset Text
30999
31000 \begin_layout PlainLayout
31001
31002 \family roman
31003 \series medium
31004 \shape up
31005 \emph off
31006 \bar no
31007 \noun off
31008 \color none
31009 G
31010 \end_layout
31011
31012 \end_inset
31013 </cell>
31014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31015 \begin_inset Text
31016
31017 \begin_layout PlainLayout
31018
31019 \family roman
31020 \series medium
31021 \shape up
31022 \emph off
31023 \bar no
31024 \noun off
31025 \color none
31026 W
31027 \end_layout
31028
31029 \end_inset
31030 </cell>
31031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31032 \begin_inset Text
31033
31034 \begin_layout PlainLayout
31035
31036 \family roman
31037 \series medium
31038 \shape up
31039 \emph off
31040 \bar no
31041 \noun off
31042 \color none
31043 g
31044 \end_layout
31045
31046 \end_inset
31047 </cell>
31048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31049 \begin_inset Text
31050
31051 \begin_layout PlainLayout
31052
31053 \family roman
31054 \series medium
31055 \shape up
31056 \emph off
31057 \bar no
31058 \noun off
31059 \color none
31060 w
31061 \end_layout
31062
31063 \end_inset
31064 </cell>
31065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31066 \begin_inset Text
31067
31068 \begin_layout PlainLayout
31069
31070 \end_layout
31071
31072 \end_inset
31073 </cell>
31074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31075 \begin_inset Text
31076
31077 \begin_layout PlainLayout
31078
31079 \end_layout
31080
31081 \end_inset
31082 </cell>
31083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31084 \begin_inset Text
31085
31086 \begin_layout PlainLayout
31087
31088 \family roman
31089 \series medium
31090 \shape up
31091 \emph off
31092 \bar no
31093 \noun off
31094 \color none
31095 §
31096 \end_layout
31097
31098 \end_inset
31099 </cell>
31100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31101 \begin_inset Text
31102
31103 \begin_layout PlainLayout
31104
31105 \family roman
31106 \series medium
31107 \shape up
31108 \emph off
31109 \bar no
31110 \noun off
31111 \color none
31112 ·
31113 \end_layout
31114
31115 \end_inset
31116 </cell>
31117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31118 \begin_inset Text
31119
31120 \begin_layout PlainLayout
31121
31122 \family roman
31123 \series medium
31124 \shape up
31125 \emph off
31126 \bar no
31127 \noun off
31128 \color none
31129 Ç
31130 \end_layout
31131
31132 \end_inset
31133 </cell>
31134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31135 \begin_inset Text
31136
31137 \begin_layout PlainLayout
31138
31139 \family roman
31140 \series medium
31141 \shape up
31142 \emph off
31143 \bar no
31144 \noun off
31145 \color none
31146 ×
31147 \end_layout
31148
31149 \end_inset
31150 </cell>
31151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31152 \begin_inset Text
31153
31154 \begin_layout PlainLayout
31155
31156 \family roman
31157 \series medium
31158 \shape up
31159 \emph off
31160 \bar no
31161 \noun off
31162 \color none
31163 ç
31164 \end_layout
31165
31166 \end_inset
31167 </cell>
31168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31169 \begin_inset Text
31170
31171 \begin_layout PlainLayout
31172
31173 \family roman
31174 \series medium
31175 \shape up
31176 \emph off
31177 \bar no
31178 \noun off
31179 \color none
31180 ÷
31181 \end_layout
31182
31183 \end_inset
31184 </cell>
31185 </row>
31186 <row>
31187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31188 \begin_inset Text
31189
31190 \begin_layout PlainLayout
31191
31192 \family roman
31193 \series medium
31194 \shape up
31195 \size tiny
31196 \emph off
31197 \bar no
31198 \noun off
31199 \color none
31200 08
31201 \end_layout
31202
31203 \end_inset
31204 </cell>
31205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31206 \begin_inset Text
31207
31208 \begin_layout PlainLayout
31209
31210 \end_layout
31211
31212 \end_inset
31213 </cell>
31214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31215 \begin_inset Text
31216
31217 \begin_layout PlainLayout
31218
31219 \end_layout
31220
31221 \end_inset
31222 </cell>
31223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31224 \begin_inset Text
31225
31226 \begin_layout PlainLayout
31227
31228 \family roman
31229 \series medium
31230 \shape up
31231 \emph off
31232 \bar no
31233 \noun off
31234 \color none
31235 (
31236 \end_layout
31237
31238 \end_inset
31239 </cell>
31240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31241 \begin_inset Text
31242
31243 \begin_layout PlainLayout
31244
31245 \family roman
31246 \series medium
31247 \shape up
31248 \emph off
31249 \bar no
31250 \noun off
31251 \color none
31252 8
31253 \end_layout
31254
31255 \end_inset
31256 </cell>
31257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31258 \begin_inset Text
31259
31260 \begin_layout PlainLayout
31261
31262 \family roman
31263 \series medium
31264 \shape up
31265 \emph off
31266 \bar no
31267 \noun off
31268 \color none
31269 H
31270 \end_layout
31271
31272 \end_inset
31273 </cell>
31274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31275 \begin_inset Text
31276
31277 \begin_layout PlainLayout
31278
31279 \family roman
31280 \series medium
31281 \shape up
31282 \emph off
31283 \bar no
31284 \noun off
31285 \color none
31286 X
31287 \end_layout
31288
31289 \end_inset
31290 </cell>
31291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31292 \begin_inset Text
31293
31294 \begin_layout PlainLayout
31295
31296 \family roman
31297 \series medium
31298 \shape up
31299 \emph off
31300 \bar no
31301 \noun off
31302 \color none
31303 h
31304 \end_layout
31305
31306 \end_inset
31307 </cell>
31308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31309 \begin_inset Text
31310
31311 \begin_layout PlainLayout
31312
31313 \family roman
31314 \series medium
31315 \shape up
31316 \emph off
31317 \bar no
31318 \noun off
31319 \color none
31320 x
31321 \end_layout
31322
31323 \end_inset
31324 </cell>
31325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31326 \begin_inset Text
31327
31328 \begin_layout PlainLayout
31329
31330 \end_layout
31331
31332 \end_inset
31333 </cell>
31334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31335 \begin_inset Text
31336
31337 \begin_layout PlainLayout
31338
31339 \end_layout
31340
31341 \end_inset
31342 </cell>
31343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31344 \begin_inset Text
31345
31346 \begin_layout PlainLayout
31347
31348 \family roman
31349 \series medium
31350 \shape up
31351 \emph off
31352 \bar no
31353 \noun off
31354 \color none
31355 ¨
31356 \end_layout
31357
31358 \end_inset
31359 </cell>
31360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31361 \begin_inset Text
31362
31363 \begin_layout PlainLayout
31364
31365 \family roman
31366 \series medium
31367 \shape up
31368 \emph off
31369 \bar no
31370 \noun off
31371 \color none
31372 ¸
31373 \end_layout
31374
31375 \end_inset
31376 </cell>
31377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31378 \begin_inset Text
31379
31380 \begin_layout PlainLayout
31381
31382 \family roman
31383 \series medium
31384 \shape up
31385 \emph off
31386 \bar no
31387 \noun off
31388 \color none
31389 È
31390 \end_layout
31391
31392 \end_inset
31393 </cell>
31394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31395 \begin_inset Text
31396
31397 \begin_layout PlainLayout
31398
31399 \family roman
31400 \series medium
31401 \shape up
31402 \emph off
31403 \bar no
31404 \noun off
31405 \color none
31406 Ø
31407 \end_layout
31408
31409 \end_inset
31410 </cell>
31411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31412 \begin_inset Text
31413
31414 \begin_layout PlainLayout
31415
31416 \family roman
31417 \series medium
31418 \shape up
31419 \emph off
31420 \bar no
31421 \noun off
31422 \color none
31423 è
31424 \end_layout
31425
31426 \end_inset
31427 </cell>
31428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31429 \begin_inset Text
31430
31431 \begin_layout PlainLayout
31432
31433 \family roman
31434 \series medium
31435 \shape up
31436 \emph off
31437 \bar no
31438 \noun off
31439 \color none
31440 ø
31441 \end_layout
31442
31443 \end_inset
31444 </cell>
31445 </row>
31446 <row>
31447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31448 \begin_inset Text
31449
31450 \begin_layout PlainLayout
31451
31452 \family roman
31453 \series medium
31454 \shape up
31455 \size tiny
31456 \emph off
31457 \bar no
31458 \noun off
31459 \color none
31460 09
31461 \end_layout
31462
31463 \end_inset
31464 </cell>
31465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31466 \begin_inset Text
31467
31468 \begin_layout PlainLayout
31469
31470 \end_layout
31471
31472 \end_inset
31473 </cell>
31474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31475 \begin_inset Text
31476
31477 \begin_layout PlainLayout
31478
31479 \end_layout
31480
31481 \end_inset
31482 </cell>
31483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31484 \begin_inset Text
31485
31486 \begin_layout PlainLayout
31487
31488 \family roman
31489 \series medium
31490 \shape up
31491 \emph off
31492 \bar no
31493 \noun off
31494 \color none
31495 )
31496 \end_layout
31497
31498 \end_inset
31499 </cell>
31500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31501 \begin_inset Text
31502
31503 \begin_layout PlainLayout
31504
31505 \family roman
31506 \series medium
31507 \shape up
31508 \emph off
31509 \bar no
31510 \noun off
31511 \color none
31512 9
31513 \end_layout
31514
31515 \end_inset
31516 </cell>
31517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31518 \begin_inset Text
31519
31520 \begin_layout PlainLayout
31521
31522 \family roman
31523 \series medium
31524 \shape up
31525 \emph off
31526 \bar no
31527 \noun off
31528 \color none
31529 I
31530 \end_layout
31531
31532 \end_inset
31533 </cell>
31534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31535 \begin_inset Text
31536
31537 \begin_layout PlainLayout
31538
31539 \family roman
31540 \series medium
31541 \shape up
31542 \emph off
31543 \bar no
31544 \noun off
31545 \color none
31546 Y
31547 \end_layout
31548
31549 \end_inset
31550 </cell>
31551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31552 \begin_inset Text
31553
31554 \begin_layout PlainLayout
31555
31556 \family roman
31557 \series medium
31558 \shape up
31559 \emph off
31560 \bar no
31561 \noun off
31562 \color none
31563 i
31564 \end_layout
31565
31566 \end_inset
31567 </cell>
31568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31569 \begin_inset Text
31570
31571 \begin_layout PlainLayout
31572
31573 \family roman
31574 \series medium
31575 \shape up
31576 \emph off
31577 \bar no
31578 \noun off
31579 \color none
31580 y
31581 \end_layout
31582
31583 \end_inset
31584 </cell>
31585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31586 \begin_inset Text
31587
31588 \begin_layout PlainLayout
31589
31590 \end_layout
31591
31592 \end_inset
31593 </cell>
31594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31595 \begin_inset Text
31596
31597 \begin_layout PlainLayout
31598
31599 \end_layout
31600
31601 \end_inset
31602 </cell>
31603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31604 \begin_inset Text
31605
31606 \begin_layout PlainLayout
31607
31608 \family roman
31609 \series medium
31610 \shape up
31611 \emph off
31612 \bar no
31613 \noun off
31614 \color none
31615 ©
31616 \end_layout
31617
31618 \end_inset
31619 </cell>
31620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31621 \begin_inset Text
31622
31623 \begin_layout PlainLayout
31624
31625 \family roman
31626 \series medium
31627 \shape up
31628 \emph off
31629 \bar no
31630 \noun off
31631 \color none
31632 ¹
31633 \end_layout
31634
31635 \end_inset
31636 </cell>
31637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31638 \begin_inset Text
31639
31640 \begin_layout PlainLayout
31641
31642 \family roman
31643 \series medium
31644 \shape up
31645 \emph off
31646 \bar no
31647 \noun off
31648 \color none
31649 É
31650 \end_layout
31651
31652 \end_inset
31653 </cell>
31654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31655 \begin_inset Text
31656
31657 \begin_layout PlainLayout
31658
31659 \family roman
31660 \series medium
31661 \shape up
31662 \emph off
31663 \bar no
31664 \noun off
31665 \color none
31666 Ù
31667 \end_layout
31668
31669 \end_inset
31670 </cell>
31671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31672 \begin_inset Text
31673
31674 \begin_layout PlainLayout
31675
31676 \family roman
31677 \series medium
31678 \shape up
31679 \emph off
31680 \bar no
31681 \noun off
31682 \color none
31683 é
31684 \end_layout
31685
31686 \end_inset
31687 </cell>
31688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31689 \begin_inset Text
31690
31691 \begin_layout PlainLayout
31692
31693 \family roman
31694 \series medium
31695 \shape up
31696 \emph off
31697 \bar no
31698 \noun off
31699 \color none
31700 ù
31701 \end_layout
31702
31703 \end_inset
31704 </cell>
31705 </row>
31706 <row>
31707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31708 \begin_inset Text
31709
31710 \begin_layout PlainLayout
31711
31712 \family roman
31713 \series medium
31714 \shape up
31715 \size tiny
31716 \emph off
31717 \bar no
31718 \noun off
31719 \color none
31720 0A
31721 \end_layout
31722
31723 \end_inset
31724 </cell>
31725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31726 \begin_inset Text
31727
31728 \begin_layout PlainLayout
31729
31730 \end_layout
31731
31732 \end_inset
31733 </cell>
31734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31735 \begin_inset Text
31736
31737 \begin_layout PlainLayout
31738
31739 \end_layout
31740
31741 \end_inset
31742 </cell>
31743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31744 \begin_inset Text
31745
31746 \begin_layout PlainLayout
31747
31748 \family roman
31749 \series medium
31750 \shape up
31751 \emph off
31752 \bar no
31753 \noun off
31754 \color none
31755 *
31756 \end_layout
31757
31758 \end_inset
31759 </cell>
31760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31761 \begin_inset Text
31762
31763 \begin_layout PlainLayout
31764
31765 \family roman
31766 \series medium
31767 \shape up
31768 \emph off
31769 \bar no
31770 \noun off
31771 \color none
31772 :
31773 \end_layout
31774
31775 \end_inset
31776 </cell>
31777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31778 \begin_inset Text
31779
31780 \begin_layout PlainLayout
31781
31782 \family roman
31783 \series medium
31784 \shape up
31785 \emph off
31786 \bar no
31787 \noun off
31788 \color none
31789 J
31790 \end_layout
31791
31792 \end_inset
31793 </cell>
31794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31795 \begin_inset Text
31796
31797 \begin_layout PlainLayout
31798
31799 \family roman
31800 \series medium
31801 \shape up
31802 \emph off
31803 \bar no
31804 \noun off
31805 \color none
31806 Z
31807 \end_layout
31808
31809 \end_inset
31810 </cell>
31811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31812 \begin_inset Text
31813
31814 \begin_layout PlainLayout
31815
31816 \family roman
31817 \series medium
31818 \shape up
31819 \emph off
31820 \bar no
31821 \noun off
31822 \color none
31823 j
31824 \end_layout
31825
31826 \end_inset
31827 </cell>
31828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31829 \begin_inset Text
31830
31831 \begin_layout PlainLayout
31832
31833 \family roman
31834 \series medium
31835 \shape up
31836 \emph off
31837 \bar no
31838 \noun off
31839 \color none
31840 z
31841 \end_layout
31842
31843 \end_inset
31844 </cell>
31845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31846 \begin_inset Text
31847
31848 \begin_layout PlainLayout
31849
31850 \end_layout
31851
31852 \end_inset
31853 </cell>
31854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31855 \begin_inset Text
31856
31857 \begin_layout PlainLayout
31858
31859 \end_layout
31860
31861 \end_inset
31862 </cell>
31863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31864 \begin_inset Text
31865
31866 \begin_layout PlainLayout
31867
31868 \family roman
31869 \series medium
31870 \shape up
31871 \emph off
31872 \bar no
31873 \noun off
31874 \color none
31875 ª
31876 \end_layout
31877
31878 \end_inset
31879 </cell>
31880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31881 \begin_inset Text
31882
31883 \begin_layout PlainLayout
31884
31885 \family roman
31886 \series medium
31887 \shape up
31888 \emph off
31889 \bar no
31890 \noun off
31891 \color none
31892 º
31893 \end_layout
31894
31895 \end_inset
31896 </cell>
31897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31898 \begin_inset Text
31899
31900 \begin_layout PlainLayout
31901
31902 \family roman
31903 \series medium
31904 \shape up
31905 \emph off
31906 \bar no
31907 \noun off
31908 \color none
31909 Ê
31910 \end_layout
31911
31912 \end_inset
31913 </cell>
31914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31915 \begin_inset Text
31916
31917 \begin_layout PlainLayout
31918
31919 \family roman
31920 \series medium
31921 \shape up
31922 \emph off
31923 \bar no
31924 \noun off
31925 \color none
31926 Ú
31927 \end_layout
31928
31929 \end_inset
31930 </cell>
31931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31932 \begin_inset Text
31933
31934 \begin_layout PlainLayout
31935
31936 \family roman
31937 \series medium
31938 \shape up
31939 \emph off
31940 \bar no
31941 \noun off
31942 \color none
31943 ê
31944 \end_layout
31945
31946 \end_inset
31947 </cell>
31948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31949 \begin_inset Text
31950
31951 \begin_layout PlainLayout
31952
31953 \family roman
31954 \series medium
31955 \shape up
31956 \emph off
31957 \bar no
31958 \noun off
31959 \color none
31960 ú
31961 \end_layout
31962
31963 \end_inset
31964 </cell>
31965 </row>
31966 <row>
31967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31968 \begin_inset Text
31969
31970 \begin_layout PlainLayout
31971
31972 \family roman
31973 \series medium
31974 \shape up
31975 \size tiny
31976 \emph off
31977 \bar no
31978 \noun off
31979 \color none
31980 0B
31981 \end_layout
31982
31983 \end_inset
31984 </cell>
31985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31986 \begin_inset Text
31987
31988 \begin_layout PlainLayout
31989
31990 \end_layout
31991
31992 \end_inset
31993 </cell>
31994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31995 \begin_inset Text
31996
31997 \begin_layout PlainLayout
31998
31999 \end_layout
32000
32001 \end_inset
32002 </cell>
32003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32004 \begin_inset Text
32005
32006 \begin_layout PlainLayout
32007
32008 \family roman
32009 \series medium
32010 \shape up
32011 \emph off
32012 \bar no
32013 \noun off
32014 \color none
32015 +
32016 \end_layout
32017
32018 \end_inset
32019 </cell>
32020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32021 \begin_inset Text
32022
32023 \begin_layout PlainLayout
32024
32025 \family roman
32026 \series medium
32027 \shape up
32028 \emph off
32029 \bar no
32030 \noun off
32031 \color none
32032 ;
32033 \end_layout
32034
32035 \end_inset
32036 </cell>
32037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32038 \begin_inset Text
32039
32040 \begin_layout PlainLayout
32041
32042 \family roman
32043 \series medium
32044 \shape up
32045 \emph off
32046 \bar no
32047 \noun off
32048 \color none
32049 K
32050 \end_layout
32051
32052 \end_inset
32053 </cell>
32054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32055 \begin_inset Text
32056
32057 \begin_layout PlainLayout
32058
32059 \family roman
32060 \series medium
32061 \shape up
32062 \emph off
32063 \bar no
32064 \noun off
32065 \color none
32066 [
32067 \end_layout
32068
32069 \end_inset
32070 </cell>
32071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32072 \begin_inset Text
32073
32074 \begin_layout PlainLayout
32075
32076 \family roman
32077 \series medium
32078 \shape up
32079 \emph off
32080 \bar no
32081 \noun off
32082 \color none
32083 k
32084 \end_layout
32085
32086 \end_inset
32087 </cell>
32088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32089 \begin_inset Text
32090
32091 \begin_layout PlainLayout
32092
32093 \family roman
32094 \series medium
32095 \shape up
32096 \emph off
32097 \bar no
32098 \noun off
32099 \color none
32100 {
32101 \end_layout
32102
32103 \end_inset
32104 </cell>
32105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32106 \begin_inset Text
32107
32108 \begin_layout PlainLayout
32109
32110 \end_layout
32111
32112 \end_inset
32113 </cell>
32114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32115 \begin_inset Text
32116
32117 \begin_layout PlainLayout
32118
32119 \end_layout
32120
32121 \end_inset
32122 </cell>
32123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32124 \begin_inset Text
32125
32126 \begin_layout PlainLayout
32127
32128 \family roman
32129 \series medium
32130 \shape up
32131 \emph off
32132 \bar no
32133 \noun off
32134 \color none
32135 «
32136 \end_layout
32137
32138 \end_inset
32139 </cell>
32140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32141 \begin_inset Text
32142
32143 \begin_layout PlainLayout
32144
32145 \family roman
32146 \series medium
32147 \shape up
32148 \emph off
32149 \bar no
32150 \noun off
32151 \color none
32152 »
32153 \end_layout
32154
32155 \end_inset
32156 </cell>
32157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32158 \begin_inset Text
32159
32160 \begin_layout PlainLayout
32161
32162 \family roman
32163 \series medium
32164 \shape up
32165 \emph off
32166 \bar no
32167 \noun off
32168 \color none
32169 Ë
32170 \end_layout
32171
32172 \end_inset
32173 </cell>
32174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32175 \begin_inset Text
32176
32177 \begin_layout PlainLayout
32178
32179 \family roman
32180 \series medium
32181 \shape up
32182 \emph off
32183 \bar no
32184 \noun off
32185 \color none
32186 Û
32187 \end_layout
32188
32189 \end_inset
32190 </cell>
32191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32192 \begin_inset Text
32193
32194 \begin_layout PlainLayout
32195
32196 \family roman
32197 \series medium
32198 \shape up
32199 \emph off
32200 \bar no
32201 \noun off
32202 \color none
32203 ë
32204 \end_layout
32205
32206 \end_inset
32207 </cell>
32208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32209 \begin_inset Text
32210
32211 \begin_layout PlainLayout
32212
32213 \family roman
32214 \series medium
32215 \shape up
32216 \emph off
32217 \bar no
32218 \noun off
32219 \color none
32220 û
32221 \end_layout
32222
32223 \end_inset
32224 </cell>
32225 </row>
32226 <row>
32227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32228 \begin_inset Text
32229
32230 \begin_layout PlainLayout
32231
32232 \family roman
32233 \series medium
32234 \shape up
32235 \size tiny
32236 \emph off
32237 \bar no
32238 \noun off
32239 \color none
32240 0C
32241 \end_layout
32242
32243 \end_inset
32244 </cell>
32245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32246 \begin_inset Text
32247
32248 \begin_layout PlainLayout
32249
32250 \end_layout
32251
32252 \end_inset
32253 </cell>
32254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32255 \begin_inset Text
32256
32257 \begin_layout PlainLayout
32258
32259 \end_layout
32260
32261 \end_inset
32262 </cell>
32263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32264 \begin_inset Text
32265
32266 \begin_layout PlainLayout
32267
32268 \family roman
32269 \series medium
32270 \shape up
32271 \emph off
32272 \bar no
32273 \noun off
32274 \color none
32275 ,
32276 \end_layout
32277
32278 \end_inset
32279 </cell>
32280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32281 \begin_inset Text
32282
32283 \begin_layout PlainLayout
32284
32285 \family roman
32286 \series medium
32287 \shape up
32288 \emph off
32289 \bar no
32290 \noun off
32291 \color none
32292 <
32293 \end_layout
32294
32295 \end_inset
32296 </cell>
32297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32298 \begin_inset Text
32299
32300 \begin_layout PlainLayout
32301
32302 \family roman
32303 \series medium
32304 \shape up
32305 \emph off
32306 \bar no
32307 \noun off
32308 \color none
32309 L
32310 \end_layout
32311
32312 \end_inset
32313 </cell>
32314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32315 \begin_inset Text
32316
32317 \begin_layout PlainLayout
32318
32319 \family roman
32320 \series medium
32321 \shape up
32322 \emph off
32323 \bar no
32324 \noun off
32325 \color none
32326
32327 \backslash
32328
32329 \end_layout
32330
32331 \end_inset
32332 </cell>
32333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32334 \begin_inset Text
32335
32336 \begin_layout PlainLayout
32337
32338 \family roman
32339 \series medium
32340 \shape up
32341 \emph off
32342 \bar no
32343 \noun off
32344 \color none
32345 l
32346 \end_layout
32347
32348 \end_inset
32349 </cell>
32350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32351 \begin_inset Text
32352
32353 \begin_layout PlainLayout
32354
32355 \family roman
32356 \series medium
32357 \shape up
32358 \emph off
32359 \bar no
32360 \noun off
32361 \color none
32362 |
32363 \end_layout
32364
32365 \end_inset
32366 </cell>
32367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32368 \begin_inset Text
32369
32370 \begin_layout PlainLayout
32371
32372 \end_layout
32373
32374 \end_inset
32375 </cell>
32376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32377 \begin_inset Text
32378
32379 \begin_layout PlainLayout
32380
32381 \end_layout
32382
32383 \end_inset
32384 </cell>
32385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32386 \begin_inset Text
32387
32388 \begin_layout PlainLayout
32389
32390 \family roman
32391 \series medium
32392 \shape up
32393 \emph off
32394 \bar no
32395 \noun off
32396 \color none
32397 ¬
32398 \end_layout
32399
32400 \end_inset
32401 </cell>
32402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32403 \begin_inset Text
32404
32405 \begin_layout PlainLayout
32406
32407 \family roman
32408 \series medium
32409 \shape up
32410 \emph off
32411 \bar no
32412 \noun off
32413 \color none
32414 ¼
32415 \end_layout
32416
32417 \end_inset
32418 </cell>
32419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32420 \begin_inset Text
32421
32422 \begin_layout PlainLayout
32423
32424 \family roman
32425 \series medium
32426 \shape up
32427 \emph off
32428 \bar no
32429 \noun off
32430 \color none
32431 Ì
32432 \end_layout
32433
32434 \end_inset
32435 </cell>
32436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32437 \begin_inset Text
32438
32439 \begin_layout PlainLayout
32440
32441 \family roman
32442 \series medium
32443 \shape up
32444 \emph off
32445 \bar no
32446 \noun off
32447 \color none
32448 Ü
32449 \end_layout
32450
32451 \end_inset
32452 </cell>
32453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32454 \begin_inset Text
32455
32456 \begin_layout PlainLayout
32457
32458 \family roman
32459 \series medium
32460 \shape up
32461 \emph off
32462 \bar no
32463 \noun off
32464 \color none
32465 ì
32466 \end_layout
32467
32468 \end_inset
32469 </cell>
32470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32471 \begin_inset Text
32472
32473 \begin_layout PlainLayout
32474
32475 \family roman
32476 \series medium
32477 \shape up
32478 \emph off
32479 \bar no
32480 \noun off
32481 \color none
32482 ü
32483 \end_layout
32484
32485 \end_inset
32486 </cell>
32487 </row>
32488 <row>
32489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32490 \begin_inset Text
32491
32492 \begin_layout PlainLayout
32493
32494 \family roman
32495 \series medium
32496 \shape up
32497 \size tiny
32498 \emph off
32499 \bar no
32500 \noun off
32501 \color none
32502 0D
32503 \end_layout
32504
32505 \end_inset
32506 </cell>
32507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32508 \begin_inset Text
32509
32510 \begin_layout PlainLayout
32511
32512 \end_layout
32513
32514 \end_inset
32515 </cell>
32516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32517 \begin_inset Text
32518
32519 \begin_layout PlainLayout
32520
32521 \end_layout
32522
32523 \end_inset
32524 </cell>
32525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32526 \begin_inset Text
32527
32528 \begin_layout PlainLayout
32529
32530 \family roman
32531 \series medium
32532 \shape up
32533 \emph off
32534 \bar no
32535 \noun off
32536 \color none
32537 -
32538 \end_layout
32539
32540 \end_inset
32541 </cell>
32542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32543 \begin_inset Text
32544
32545 \begin_layout PlainLayout
32546
32547 \family roman
32548 \series medium
32549 \shape up
32550 \emph off
32551 \bar no
32552 \noun off
32553 \color none
32554 =
32555 \end_layout
32556
32557 \end_inset
32558 </cell>
32559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32560 \begin_inset Text
32561
32562 \begin_layout PlainLayout
32563
32564 \family roman
32565 \series medium
32566 \shape up
32567 \emph off
32568 \bar no
32569 \noun off
32570 \color none
32571 M
32572 \end_layout
32573
32574 \end_inset
32575 </cell>
32576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32577 \begin_inset Text
32578
32579 \begin_layout PlainLayout
32580
32581 \family roman
32582 \series medium
32583 \shape up
32584 \emph off
32585 \bar no
32586 \noun off
32587 \color none
32588 ]
32589 \end_layout
32590
32591 \end_inset
32592 </cell>
32593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32594 \begin_inset Text
32595
32596 \begin_layout PlainLayout
32597
32598 \family roman
32599 \series medium
32600 \shape up
32601 \emph off
32602 \bar no
32603 \noun off
32604 \color none
32605 m
32606 \end_layout
32607
32608 \end_inset
32609 </cell>
32610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32611 \begin_inset Text
32612
32613 \begin_layout PlainLayout
32614
32615 \family roman
32616 \series medium
32617 \shape up
32618 \emph off
32619 \bar no
32620 \noun off
32621 \color none
32622 }
32623 \end_layout
32624
32625 \end_inset
32626 </cell>
32627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32628 \begin_inset Text
32629
32630 \begin_layout PlainLayout
32631
32632 \end_layout
32633
32634 \end_inset
32635 </cell>
32636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32637 \begin_inset Text
32638
32639 \begin_layout PlainLayout
32640
32641 \end_layout
32642
32643 \end_inset
32644 </cell>
32645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32646 \begin_inset Text
32647
32648 \begin_layout PlainLayout
32649
32650 \end_layout
32651
32652 \end_inset
32653 </cell>
32654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32655 \begin_inset Text
32656
32657 \begin_layout PlainLayout
32658
32659 \family roman
32660 \series medium
32661 \shape up
32662 \emph off
32663 \bar no
32664 \noun off
32665 \color none
32666 ½
32667 \end_layout
32668
32669 \end_inset
32670 </cell>
32671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32672 \begin_inset Text
32673
32674 \begin_layout PlainLayout
32675
32676 \family roman
32677 \series medium
32678 \shape up
32679 \emph off
32680 \bar no
32681 \noun off
32682 \color none
32683 Í
32684 \end_layout
32685
32686 \end_inset
32687 </cell>
32688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32689 \begin_inset Text
32690
32691 \begin_layout PlainLayout
32692
32693 \family roman
32694 \series medium
32695 \shape up
32696 \emph off
32697 \bar no
32698 \noun off
32699 \color none
32700 Ý
32701 \end_layout
32702
32703 \end_inset
32704 </cell>
32705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32706 \begin_inset Text
32707
32708 \begin_layout PlainLayout
32709
32710 \family roman
32711 \series medium
32712 \shape up
32713 \emph off
32714 \bar no
32715 \noun off
32716 \color none
32717 í
32718 \end_layout
32719
32720 \end_inset
32721 </cell>
32722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32723 \begin_inset Text
32724
32725 \begin_layout PlainLayout
32726
32727 \family roman
32728 \series medium
32729 \shape up
32730 \emph off
32731 \bar no
32732 \noun off
32733 \color none
32734 ý
32735 \end_layout
32736
32737 \end_inset
32738 </cell>
32739 </row>
32740 <row>
32741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32742 \begin_inset Text
32743
32744 \begin_layout PlainLayout
32745
32746 \family roman
32747 \series medium
32748 \shape up
32749 \size tiny
32750 \emph off
32751 \bar no
32752 \noun off
32753 \color none
32754 0E
32755 \end_layout
32756
32757 \end_inset
32758 </cell>
32759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32760 \begin_inset Text
32761
32762 \begin_layout PlainLayout
32763
32764 \end_layout
32765
32766 \end_inset
32767 </cell>
32768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32769 \begin_inset Text
32770
32771 \begin_layout PlainLayout
32772
32773 \end_layout
32774
32775 \end_inset
32776 </cell>
32777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32778 \begin_inset Text
32779
32780 \begin_layout PlainLayout
32781
32782 \family roman
32783 \series medium
32784 \shape up
32785 \emph off
32786 \bar no
32787 \noun off
32788 \color none
32789 .
32790 \end_layout
32791
32792 \end_inset
32793 </cell>
32794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32795 \begin_inset Text
32796
32797 \begin_layout PlainLayout
32798
32799 \family roman
32800 \series medium
32801 \shape up
32802 \emph off
32803 \bar no
32804 \noun off
32805 \color none
32806 >
32807 \end_layout
32808
32809 \end_inset
32810 </cell>
32811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32812 \begin_inset Text
32813
32814 \begin_layout PlainLayout
32815
32816 \family roman
32817 \series medium
32818 \shape up
32819 \emph off
32820 \bar no
32821 \noun off
32822 \color none
32823 N
32824 \end_layout
32825
32826 \end_inset
32827 </cell>
32828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32829 \begin_inset Text
32830
32831 \begin_layout PlainLayout
32832
32833 \family roman
32834 \series medium
32835 \shape up
32836 \emph off
32837 \bar no
32838 \noun off
32839 \color none
32840 ^
32841 \end_layout
32842
32843 \end_inset
32844 </cell>
32845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32846 \begin_inset Text
32847
32848 \begin_layout PlainLayout
32849
32850 \family roman
32851 \series medium
32852 \shape up
32853 \emph off
32854 \bar no
32855 \noun off
32856 \color none
32857 n
32858 \end_layout
32859
32860 \end_inset
32861 </cell>
32862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32863 \begin_inset Text
32864
32865 \begin_layout PlainLayout
32866
32867 \family roman
32868 \series medium
32869 \shape up
32870 \emph off
32871 \bar no
32872 \noun off
32873 \color none
32874 ~
32875 \end_layout
32876
32877 \end_inset
32878 </cell>
32879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32880 \begin_inset Text
32881
32882 \begin_layout PlainLayout
32883
32884 \end_layout
32885
32886 \end_inset
32887 </cell>
32888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32889 \begin_inset Text
32890
32891 \begin_layout PlainLayout
32892
32893 \end_layout
32894
32895 \end_inset
32896 </cell>
32897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32898 \begin_inset Text
32899
32900 \begin_layout PlainLayout
32901
32902 \family roman
32903 \series medium
32904 \shape up
32905 \emph off
32906 \bar no
32907 \noun off
32908 \color none
32909 ®
32910 \end_layout
32911
32912 \end_inset
32913 </cell>
32914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32915 \begin_inset Text
32916
32917 \begin_layout PlainLayout
32918
32919 \family roman
32920 \series medium
32921 \shape up
32922 \emph off
32923 \bar no
32924 \noun off
32925 \color none
32926 ¾
32927 \end_layout
32928
32929 \end_inset
32930 </cell>
32931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32932 \begin_inset Text
32933
32934 \begin_layout PlainLayout
32935
32936 \family roman
32937 \series medium
32938 \shape up
32939 \emph off
32940 \bar no
32941 \noun off
32942 \color none
32943 Î
32944 \end_layout
32945
32946 \end_inset
32947 </cell>
32948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32949 \begin_inset Text
32950
32951 \begin_layout PlainLayout
32952
32953 \family roman
32954 \series medium
32955 \shape up
32956 \emph off
32957 \bar no
32958 \noun off
32959 \color none
32960 Þ
32961 \end_layout
32962
32963 \end_inset
32964 </cell>
32965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32966 \begin_inset Text
32967
32968 \begin_layout PlainLayout
32969
32970 \family roman
32971 \series medium
32972 \shape up
32973 \emph off
32974 \bar no
32975 \noun off
32976 \color none
32977 î
32978 \end_layout
32979
32980 \end_inset
32981 </cell>
32982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32983 \begin_inset Text
32984
32985 \begin_layout PlainLayout
32986
32987 \family roman
32988 \series medium
32989 \shape up
32990 \emph off
32991 \bar no
32992 \noun off
32993 \color none
32994 þ
32995 \end_layout
32996
32997 \end_inset
32998 </cell>
32999 </row>
33000 <row>
33001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33002 \begin_inset Text
33003
33004 \begin_layout PlainLayout
33005
33006 \family roman
33007 \series medium
33008 \shape up
33009 \size tiny
33010 \emph off
33011 \bar no
33012 \noun off
33013 \color none
33014 0F
33015 \end_layout
33016
33017 \end_inset
33018 </cell>
33019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33020 \begin_inset Text
33021
33022 \begin_layout PlainLayout
33023
33024 \end_layout
33025
33026 \end_inset
33027 </cell>
33028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33029 \begin_inset Text
33030
33031 \begin_layout PlainLayout
33032
33033 \end_layout
33034
33035 \end_inset
33036 </cell>
33037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33038 \begin_inset Text
33039
33040 \begin_layout PlainLayout
33041
33042 \family roman
33043 \series medium
33044 \shape up
33045 \emph off
33046 \bar no
33047 \noun off
33048 \color none
33049 /
33050 \end_layout
33051
33052 \end_inset
33053 </cell>
33054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33055 \begin_inset Text
33056
33057 \begin_layout PlainLayout
33058
33059 \family roman
33060 \series medium
33061 \shape up
33062 \emph off
33063 \bar no
33064 \noun off
33065 \color none
33066 ?
33067 \end_layout
33068
33069 \end_inset
33070 </cell>
33071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33072 \begin_inset Text
33073
33074 \begin_layout PlainLayout
33075
33076 \family roman
33077 \series medium
33078 \shape up
33079 \emph off
33080 \bar no
33081 \noun off
33082 \color none
33083 O
33084 \end_layout
33085
33086 \end_inset
33087 </cell>
33088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33089 \begin_inset Text
33090
33091 \begin_layout PlainLayout
33092
33093 \family roman
33094 \series medium
33095 \shape up
33096 \emph off
33097 \bar no
33098 \noun off
33099 \color none
33100 _
33101 \end_layout
33102
33103 \end_inset
33104 </cell>
33105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33106 \begin_inset Text
33107
33108 \begin_layout PlainLayout
33109
33110 \family roman
33111 \series medium
33112 \shape up
33113 \emph off
33114 \bar no
33115 \noun off
33116 \color none
33117 o
33118 \end_layout
33119
33120 \end_inset
33121 </cell>
33122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33123 \begin_inset Text
33124
33125 \begin_layout PlainLayout
33126
33127 \end_layout
33128
33129 \end_inset
33130 </cell>
33131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33132 \begin_inset Text
33133
33134 \begin_layout PlainLayout
33135
33136 \end_layout
33137
33138 \end_inset
33139 </cell>
33140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33141 \begin_inset Text
33142
33143 \begin_layout PlainLayout
33144
33145 \end_layout
33146
33147 \end_inset
33148 </cell>
33149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33150 \begin_inset Text
33151
33152 \begin_layout PlainLayout
33153
33154 \family roman
33155 \series medium
33156 \shape up
33157 \emph off
33158 \bar no
33159 \noun off
33160 \color none
33161 ¯
33162 \end_layout
33163
33164 \end_inset
33165 </cell>
33166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33167 \begin_inset Text
33168
33169 \begin_layout PlainLayout
33170
33171 \family roman
33172 \series medium
33173 \shape up
33174 \emph off
33175 \bar no
33176 \noun off
33177 \color none
33178 ¿
33179 \end_layout
33180
33181 \end_inset
33182 </cell>
33183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33184 \begin_inset Text
33185
33186 \begin_layout PlainLayout
33187
33188 \family roman
33189 \series medium
33190 \shape up
33191 \emph off
33192 \bar no
33193 \noun off
33194 \color none
33195 Ï
33196 \end_layout
33197
33198 \end_inset
33199 </cell>
33200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33201 \begin_inset Text
33202
33203 \begin_layout PlainLayout
33204
33205 \family roman
33206 \series medium
33207 \shape up
33208 \emph off
33209 \bar no
33210 \noun off
33211 \color none
33212 ß
33213 \end_layout
33214
33215 \end_inset
33216 </cell>
33217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33218 \begin_inset Text
33219
33220 \begin_layout PlainLayout
33221
33222 \family roman
33223 \series medium
33224 \shape up
33225 \emph off
33226 \bar no
33227 \noun off
33228 \color none
33229 ï
33230 \end_layout
33231
33232 \end_inset
33233 </cell>
33234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33235 \begin_inset Text
33236
33237 \begin_layout PlainLayout
33238
33239 \family roman
33240 \series medium
33241 \shape up
33242 \emph off
33243 \bar no
33244 \noun off
33245 \color none
33246 ÿ
33247 \end_layout
33248
33249 \end_inset
33250 </cell>
33251 </row>
33252 </lyxtabular>
33253
33254 \end_inset
33255
33256
33257 \end_layout
33258
33259 \end_inset
33260
33261
33262 \end_layout
33263
33264 \begin_layout Standard
33265 The following is a full list of all of the accented characters LyX can display
33266  directly.
33267  It includes not only the accented characters from the previous table, but
33268  also the characters from 
33269 \family typewriter
33270 ISO8859--2
33271 \family default
33272  through 
33273 \family typewriter
33274 4
33275 \family default
33276 .
33277  
33278 \end_layout
33279
33280 \begin_layout Itemize
33281 From 
33282 \family typewriter
33283 ISO8859--1
33284 \family default
33285 :
33286 \end_layout
33287
33288 \begin_deeper
33289 \begin_layout Standard
33290 ¨ Ä Ë Ï Ö Ü ä ë ï ö ü ÿ
33291 \begin_inset Space \hfill{}
33292 \end_inset
33293
33294 diaeresis
33295 \end_layout
33296
33297 \begin_layout Standard
33298 ^ Â Ê Î Ô Û â ê î ô û
33299 \begin_inset Space \hfill{}
33300 \end_inset
33301
33302 circumflex
33303 \end_layout
33304
33305 \begin_layout Standard
33306 ` À È Ì Ò Ù à è ì ò ù
33307 \begin_inset Space \hfill{}
33308 \end_inset
33309
33310 grave
33311 \end_layout
33312
33313 \begin_layout Standard
33314 ´ Á É Í Ó Ú Ý á é í ó ú ý
33315 \begin_inset Space \hfill{}
33316 \end_inset
33317
33318 acute
33319 \end_layout
33320
33321 \begin_layout Standard
33322 ~ Ã Ñ Õ ã ñ õ
33323 \begin_inset Space \hfill{}
33324 \end_inset
33325
33326 tilde
33327 \end_layout
33328
33329 \begin_layout Standard
33330 ¸Çç
33331 \begin_inset Space \hfill{}
33332 \end_inset
33333
33334 cedilla
33335 \end_layout
33336
33337 \begin_layout Standard
33338 ¯
33339 \begin_inset Space \hfill{}
33340 \end_inset
33341
33342 macron
33343 \end_layout
33344
33345 \end_deeper
33346 \begin_layout Itemize
33347 From 
33348 \family typewriter
33349 ISO8859--2
33350 \family default
33351  through 
33352 \family typewriter
33353 4
33354 \family default
33355 :
33356 \end_layout
33357
33358 \begin_deeper
33359 \begin_layout Standard
33360 ĤĴĥĵĈĜŜĉĝŝ
33361 \begin_inset Space \hfill{}
33362 \end_inset
33363
33364 circumflex
33365 \end_layout
33366
33367 \begin_layout Standard
33368 ŚŹśźŔĹĆŃŕĺćń
33369 \begin_inset Space \hfill{}
33370 \end_inset
33371
33372 acute
33373 \end_layout
33374
33375 \begin_layout Standard
33376 Ĩı̃Ũũ
33377 \begin_inset Space \hfill{}
33378 \end_inset
33379
33380 tilde
33381 \end_layout
33382
33383 \begin_layout Standard
33384 ŞşŢţŖĻĢŗļģŅĶņķ
33385 \begin_inset Space \hfill{}
33386 \end_inset
33387
33388 cedilla
33389 \end_layout
33390
33391 \begin_layout Standard
33392 ĒēĀĪŌŪāı̄ōū
33393 \begin_inset Space \hfill{}
33394 \end_inset
33395
33396 macron
33397 \end_layout
33398
33399 \begin_layout Standard
33400 ŐŰőű
33401 \begin_inset Space \hfill{}
33402 \end_inset
33403
33404 Hungarian umlaut
33405 \end_layout
33406
33407 \end_deeper
33408 \begin_layout Standard
33409 All the characters above are actively supported by TeX fonts.
33410  In addition TeX allows diacritical marks on almost all characters.
33411  Also make sure you're using the 
33412 \family typewriter
33413 T1
33414 \family default
33415  font-encoding.
33416 \end_layout
33417
33418 \begin_layout Chapter
33419 \start_of_appendix
33420 The User Interface
33421 \begin_inset CommandInset label
33422 LatexCommand label
33423 name "cha:The-User-Interface"
33424
33425 \end_inset
33426
33427
33428 \end_layout
33429
33430 \begin_layout Standard
33431 This appendix lists all available menus and describes its functionality.
33432  It is designed as quick reference if you are searching for a special topic
33433  inside the user's guide.
33434 \end_layout
33435
33436 \begin_layout Section
33437 The File Menu
33438 \begin_inset Index
33439 status collapsed
33440
33441 \begin_layout PlainLayout
33442 Menu ! File
33443 \end_layout
33444
33445 \end_inset
33446
33447
33448 \end_layout
33449
33450 \begin_layout Standard
33451 Under the 
33452 \family sans
33453 File
33454 \family default
33455  menu are the basic operations in addition to some more advanced operations.
33456  At the end of the menu the four last opened documents are listed.
33457 \end_layout
33458
33459 \begin_layout Subsection
33460 New
33461 \end_layout
33462
33463 \begin_layout Standard
33464 Creates a new document.
33465 \end_layout
33466
33467 \begin_layout Subsection
33468 New from Template
33469 \end_layout
33470
33471 \begin_layout Standard
33472 This menu prompts you for a template to use.
33473  Selecting a template will automatically set certain layout features for
33474  the document, features you would otherwise need to change manually.
33475 \end_layout
33476
33477 \begin_layout Subsection
33478 Open
33479 \end_layout
33480
33481 \begin_layout Standard
33482 Opens a document.
33483 \end_layout
33484
33485 \begin_layout Subsection
33486 Open Recent
33487 \end_layout
33488
33489 \begin_layout Standard
33490 The submenu shows a list of the recently opened files.
33491  Click there on a file to open it.
33492 \end_layout
33493
33494 \begin_layout Subsection
33495 Close
33496 \end_layout
33497
33498 \begin_layout Standard
33499 Closes the current document.
33500 \end_layout
33501
33502 \begin_layout Subsection
33503 Save
33504 \end_layout
33505
33506 \begin_layout Standard
33507 Saves the actual document.
33508 \end_layout
33509
33510 \begin_layout Subsection
33511 Save As
33512 \end_layout
33513
33514 \begin_layout Standard
33515 Saves the actual document under a new name to create a copy.
33516 \end_layout
33517
33518 \begin_layout Subsection
33519 Revert to saved
33520 \end_layout
33521
33522 \begin_layout Standard
33523 Reloads the actual document from disk.
33524 \end_layout
33525
33526 \begin_layout Subsection
33527 Version Control
33528 \end_layout
33529
33530 \begin_layout Standard
33531 This is used when more people are working on the same document.
33532  It is described in the section 
33533 \emph on
33534 Version Control in LyX
33535 \emph default
33536  of the 
33537 \emph on
33538 Extended
33539 \begin_inset Space ~
33540 \end_inset
33541
33542 Features
33543 \emph default
33544  manual.
33545 \end_layout
33546
33547 \begin_layout Subsection
33548 Import
33549 \end_layout
33550
33551 \begin_layout Standard
33552 You can import there files from older LyX-versions, LaTeX-files and plain
33553  text files (ASCII-files).
33554  The files will be imported as new LyX-document.
33555 \end_layout
33556
33557 \begin_layout Standard
33558 When using the menu 
33559 \family sans
33560 Plain
33561 \begin_inset Space ~
33562 \end_inset
33563
33564 Text, Join
33565 \begin_inset Space ~
33566 \end_inset
33567
33568 Lines
33569 \family default
33570 , all lines will be imported consecutively to one big paragraph.
33571  A new paragraph is started when there is a blank line in the file.
33572  , the text is inserted as Paragraphs, where the line breaks of the text
33573  will start a new paragraph.
33574 \end_layout
33575
33576 \begin_layout Subsection
33577 Export
33578 \begin_inset CommandInset label
33579 LatexCommand label
33580 name "sub:Export"
33581
33582 \end_inset
33583
33584
33585 \end_layout
33586
33587 \begin_layout Standard
33588 You can export your document to various file formats.
33589  The resulting files are placed in the directory of your LyX-file.
33590  The menu entries are not the same on all installations.
33591  They depend on the programs found by LyX while its configuration.
33592 \end_layout
33593
33594 \begin_layout Standard
33595 Here is a list of all available entries; they are explained in detail in
33596  section
33597 \begin_inset Space ~
33598 \end_inset
33599
33600
33601 \begin_inset CommandInset ref
33602 LatexCommand ref
33603 reference "sub:Output-file-formats"
33604
33605 \end_inset
33606
33607 :
33608 \end_layout
33609
33610 \begin_layout Description
33611
33612 \family sans
33613 CJK
33614 \begin_inset Space ~
33615 \end_inset
33616
33617 LyX 
33618 \family default
33619 format of the special LyX 1.4.x versions for Chinese, Japanese, and Korean
33620  (CJK); (Since LyX 1.5.0 CJK support is fully integrated to LyX.)
33621 \end_layout
33622
33623 \begin_layout Description
33624
33625 \family sans
33626 DVI
33627 \family default
33628  DVI-format
33629 \end_layout
33630
33631 \begin_layout Description
33632 HTML HTML-format (the HTML-converter is a third-party product and doesn't
33633  work in all cases)
33634 \end_layout
33635
33636 \begin_layout Description
33637 HTML
33638 \begin_inset Space ~
33639 \end_inset
33640
33641 (MS
33642 \begin_inset Space ~
33643 \end_inset
33644
33645 Word) HTML-format specialized so that the result can be imported to 
33646 \family sans
33647 MS Word
33648 \family default
33649 , as consequence of this formulas will be embedded as bitmap fonts and not
33650  in the format 
33651 \family sans
33652 MathML
33653 \family default
33654 .
33655 \end_layout
33656
33657 \begin_layout Description
33658
33659 \family sans
33660 LaT
33661 \begin_inset ERT
33662 status collapsed
33663
33664 \begin_layout PlainLayout
33665
33666 {}
33667 \end_layout
33668
33669 \end_inset
33670
33671 eX
33672 \begin_inset Space ~
33673 \end_inset
33674
33675 (pdflatex)
33676 \family default
33677  text file with the LaTeX source, additionally all images used in the document
33678  will be converted to a format that is readable for the 
33679 \family typewriter
33680 pdflatex
33681 \family default
33682  program (GIF, JPG, PDF, PNG)
33683 \end_layout
33684
33685 \begin_layout Description
33686
33687 \family sans
33688 LaT
33689 \begin_inset ERT
33690 status collapsed
33691
33692 \begin_layout PlainLayout
33693
33694 {}
33695 \end_layout
33696
33697 \end_inset
33698
33699 eX
33700 \begin_inset Space ~
33701 \end_inset
33702
33703 (plain)
33704 \family default
33705  text file with the LaTeX source code, additionally all images used in the
33706  document will be converted to the EPS-format, only this format is readable
33707  for the 
33708 \family typewriter
33709 latex
33710 \family default
33711  program
33712 \end_layout
33713
33714 \begin_layout Description
33715 LyX
33716 \begin_inset Space ~
33717 \end_inset
33718
33719 1.y.x LyX-document in a format readable for the LyX versions 1.y.x (
33720 \begin_inset Quotes eld
33721 \end_inset
33722
33723 y
33724 \begin_inset Quotes erd
33725 \end_inset
33726
33727  is replaced by the version number)
33728 \end_layout
33729
33730 \begin_layout Description
33731 OpenDocument OpenDocument-formatted text file, to be opened with 
33732 \family sans
33733 OpenOffice
33734 \family default
33735
33736 \family sans
33737 KOffice
33738 \family default
33739
33740 \family sans
33741 Abiword
33742 \family default
33743 , etc.
33744  (the OpenDocument-converter is a third-party product and doesn't work in
33745  all cases)
33746 \end_layout
33747
33748 \begin_layout Description
33749
33750 \family sans
33751 PDF
33752 \family default
33753  PDF-format using the program 
33754 \family typewriter
33755 ps2pdf
33756 \end_layout
33757
33758 \begin_layout Description
33759
33760 \family sans
33761 PDF
33762 \begin_inset Space ~
33763 \end_inset
33764
33765 (dvipdfm)
33766 \family default
33767  PDF-format using the program 
33768 \family typewriter
33769 dvipdfm
33770 \end_layout
33771
33772 \begin_layout Description
33773
33774 \family sans
33775 PDF
33776 \begin_inset Space ~
33777 \end_inset
33778
33779 (pdflatex)
33780 \family default
33781  PDF-format using the program 
33782 \family typewriter
33783 pdflatex
33784 \end_layout
33785
33786 \begin_layout Description
33787
33788 \family sans
33789 Plain
33790 \begin_inset Space ~
33791 \end_inset
33792
33793 text
33794 \family default
33795  text format
33796 \end_layout
33797
33798 \begin_layout Description
33799
33800 \family sans
33801 Plain
33802 \begin_inset Space ~
33803 \end_inset
33804
33805 text
33806 \begin_inset Space ~
33807 \end_inset
33808
33809 (ps2ascii)
33810 \family default
33811  text format, the document will first be converted to Postscript format
33812  and then exported as text using the program 
33813 \family sans
33814 ps2ascii
33815 \end_layout
33816
33817 \begin_layout Description
33818
33819 \family sans
33820 Postscript
33821 \family default
33822  PostScript format using the program 
33823 \family typewriter
33824 dvips
33825 \end_layout
33826
33827 \begin_layout Description
33828
33829 \family sans
33830 Custom
33831 \family default
33832  custom format
33833 \end_layout
33834
33835 \begin_layout Standard
33836 The program 
33837 \family typewriter
33838 dvipdfm
33839 \family default
33840  produces internally a dvi-file which is then converted to a pdf-file.
33841  It is a bit out of date and therefore the output could look different from
33842  what you want.
33843  
33844 \family typewriter
33845 pdflatex
33846 \family default
33847  produces directly pdf-files and supports the latest pdf-file formats.
33848 \end_layout
33849
33850 \begin_layout Standard
33851 If one of the menu entries 
33852 \family sans
33853 DVI
33854 \family default
33855
33856 \family sans
33857 PDF
33858 \begin_inset Space ~
33859 \end_inset
33860
33861 (pdflatex)
33862 \family default
33863  or 
33864 \family sans
33865 Postscript
33866 \family default
33867  is missing, you need to update your LaTeX installation.
33868  After updating you have to reconfigure LyX, see section
33869 \begin_inset Space ~
33870 \end_inset
33871
33872
33873 \begin_inset CommandInset ref
33874 LatexCommand ref
33875 reference "sec:Basic-LyX-Setup"
33876
33877 \end_inset
33878
33879 .
33880 \begin_inset Index
33881 status collapsed
33882
33883 \begin_layout PlainLayout
33884 Reconfiguration of LyX
33885 \end_layout
33886
33887 \end_inset
33888
33889
33890 \end_layout
33891
33892 \begin_layout Standard
33893 The menu 
33894 \family sans
33895 Custom
33896 \family default
33897  allows you to export your file by using special command line options for
33898  the export program.
33899 \end_layout
33900
33901 \begin_layout Subsection
33902 Print
33903 \end_layout
33904
33905 \begin_layout Standard
33906 With this menu you can print your document to a file in PostScript format
33907  or send it to a printer.
33908  The printer will also use the document in PostScript format.
33909  The conversion to PostScript is done in the background by LyX using the
33910  program 
33911 \family typewriter
33912 dvips
33913 \family default
33914 .
33915  For more informations have a look at section
33916 \begin_inset Space ~
33917 \end_inset
33918
33919
33920 \begin_inset CommandInset ref
33921 LatexCommand ref
33922 reference "sub:Printing-the-File"
33923
33924 \end_inset
33925
33926 .
33927 \end_layout
33928
33929 \begin_layout Subsection
33930 New and Close Window
33931 \end_layout
33932
33933 \begin_layout Standard
33934 Opens a new instance of LyX with all currently opened documents.
33935  You can close it later with the corresponding menu.
33936 \end_layout
33937
33938 \begin_layout Section
33939 The Edit Menu
33940 \begin_inset Index
33941 status collapsed
33942
33943 \begin_layout PlainLayout
33944 Menu ! Edit
33945 \end_layout
33946
33947 \end_inset
33948
33949
33950 \end_layout
33951
33952 \begin_layout Subsection
33953 Undo and Redo
33954 \end_layout
33955
33956 \begin_layout Standard
33957 Described in section
33958 \begin_inset Space ~
33959 \end_inset
33960
33961
33962 \begin_inset CommandInset ref
33963 LatexCommand ref
33964 reference "sec:Undo-and-Redo"
33965
33966 \end_inset
33967
33968 .
33969 \end_layout
33970
33971 \begin_layout Subsection
33972 Cut, Copy, Paste, Paste Recent, Paste Special
33973 \end_layout
33974
33975 \begin_layout Standard
33976 Described in section
33977 \begin_inset Space ~
33978 \end_inset
33979
33980
33981 \begin_inset CommandInset ref
33982 LatexCommand ref
33983 reference "sec:Basic-Editing-Features"
33984
33985 \end_inset
33986
33987 .
33988 \end_layout
33989
33990 \begin_layout Subsection
33991 Select All
33992 \end_layout
33993
33994 \begin_layout Standard
33995 Selects the whole document.
33996 \end_layout
33997
33998 \begin_layout Subsection
33999 Find & Replace
34000 \end_layout
34001
34002 \begin_layout Standard
34003 Described in section
34004 \begin_inset Space ~
34005 \end_inset
34006
34007
34008 \begin_inset CommandInset ref
34009 LatexCommand ref
34010 reference "sec:Basic-Editing-Features"
34011
34012 \end_inset
34013
34014 .
34015 \end_layout
34016
34017 \begin_layout Subsection
34018 Move paragraph Up/Down
34019 \end_layout
34020
34021 \begin_layout Standard
34022 This shifts the paragraph where the cursor is currently in one paragraph
34023  up or down.
34024 \end_layout
34025
34026 \begin_layout Subsection
34027 Text Style
34028 \end_layout
34029
34030 \begin_layout Standard
34031 Described in section
34032 \begin_inset Space ~
34033 \end_inset
34034
34035
34036 \begin_inset CommandInset ref
34037 LatexCommand ref
34038 reference "sub:Fine-Tuning-with-the"
34039
34040 \end_inset
34041
34042 .
34043 \end_layout
34044
34045 \begin_layout Subsection
34046 Paragraph Settings
34047 \begin_inset Index
34048 status collapsed
34049
34050 \begin_layout PlainLayout
34051 Paragraph ! Settings
34052 \end_layout
34053
34054 \end_inset
34055
34056
34057 \end_layout
34058
34059 \begin_layout Standard
34060 The settings in the paragraph dialog only affects the paragraph where the
34061  cursor is in.
34062  Here you can set here the paragraph alignment and line spacing.
34063 \end_layout
34064
34065 \begin_layout Standard
34066 You can also prevent that the first line of the paragraph is indented.
34067  This option works only when you have chosen to separate paragraphs with
34068  indents in the 
34069 \family sans
34070 Document\SpecialChar \menuseparator
34071 Settings
34072 \family default
34073  dialog under 
34074 \family sans
34075 Text
34076 \begin_inset Space ~
34077 \end_inset
34078
34079 Layout
34080 \family default
34081 .
34082 \end_layout
34083
34084 \begin_layout Subsection
34085 Tabular and Math
34086 \end_layout
34087
34088 \begin_layout Standard
34089 These two menus are only active when the cursor is inside a table or a formula.
34090  The properties of this table/formula can now be changed.
34091  The properties of tables are described in section
34092 \begin_inset Space ~
34093 \end_inset
34094
34095
34096 \begin_inset CommandInset ref
34097 LatexCommand ref
34098 reference "sec:Tables"
34099
34100 \end_inset
34101
34102 , the properties of formulas in chapter
34103 \begin_inset Space ~
34104 \end_inset
34105
34106
34107 \begin_inset CommandInset ref
34108 LatexCommand ref
34109 reference "cha:Mathematical-Formulas"
34110
34111 \end_inset
34112
34113 .
34114 \end_layout
34115
34116 \begin_layout Subsection
34117 Increase / Decrease List Depth
34118 \end_layout
34119
34120 \begin_layout Standard
34121 These menus are only active when the cursor is in an environment that can
34122  be nested.
34123  They in/decrease the environment nesting level as explained in section
34124 \begin_inset Space ~
34125 \end_inset
34126
34127
34128 \begin_inset CommandInset ref
34129 LatexCommand ref
34130 reference "sec:Nesting"
34131
34132 \end_inset
34133
34134  and 
34135 \begin_inset CommandInset ref
34136 LatexCommand ref
34137 reference "sub:Numbering-depth"
34138
34139 \end_inset
34140
34141 .
34142 \end_layout
34143
34144 \begin_layout Section
34145 The View Menu
34146 \begin_inset Index
34147 status collapsed
34148
34149 \begin_layout PlainLayout
34150 Menu ! View
34151 \end_layout
34152
34153 \end_inset
34154
34155
34156 \end_layout
34157
34158 \begin_layout Standard
34159 The 
34160 \family sans
34161 View
34162 \family default
34163  menu contains a list of available formats in which you can view the actual
34164  document with an external program.
34165  The menu entries for the viewing formats are not the same on all installations
34166  - it depends on the LaTeX programs that are found while LyX was configured.
34167  All possible formats are formats listed in section
34168 \begin_inset Space ~
34169 \end_inset
34170
34171
34172 \begin_inset CommandInset ref
34173 LatexCommand ref
34174 reference "sub:Export"
34175
34176 \end_inset
34177
34178 .
34179  You should at least see the menu entries 
34180 \family sans
34181 DVI
34182 \family default
34183  and 
34184 \family sans
34185 PDF
34186 \begin_inset Space ~
34187 \end_inset
34188
34189 (pdflatex)
34190 \family default
34191 .
34192  If one of the two is missing, you need to update your LaTeX installation.
34193  After updating you have to reconfigure LyX, see section
34194 \begin_inset Space ~
34195 \end_inset
34196
34197
34198 \begin_inset CommandInset ref
34199 LatexCommand ref
34200 reference "sec:Basic-LyX-Setup"
34201
34202 \end_inset
34203
34204 .
34205 \begin_inset Index
34206 status collapsed
34207
34208 \begin_layout PlainLayout
34209 Reconfiguration of LyX
34210 \end_layout
34211
34212 \end_inset
34213
34214
34215 \end_layout
34216
34217 \begin_layout Standard
34218 Invoking a menu will start a viewer program.
34219  The viewer can be set or changed in the preferences, see section
34220 \begin_inset Space ~
34221 \end_inset
34222
34223
34224 \begin_inset CommandInset ref
34225 LatexCommand ref
34226 reference "sec:File-Formats"
34227
34228 \end_inset
34229
34230 .
34231  The default viewers are set by LyX while it is first configured.
34232 \end_layout
34233
34234 \begin_layout Standard
34235 \begin_inset VSpace bigskip
34236 \end_inset
34237
34238 At the bottom of the 
34239 \family sans
34240 View
34241 \family default
34242  menu the opened documents are listed.
34243 \end_layout
34244
34245 \begin_layout Subsection
34246 View Source
34247 \end_layout
34248
34249 \begin_layout Standard
34250 Opens a window showing the source code of the actual document, as described
34251  in section
34252 \begin_inset Space ~
34253 \end_inset
34254
34255
34256 \begin_inset CommandInset ref
34257 LatexCommand ref
34258 reference "sec:Previewing-snippets-of"
34259
34260 \end_inset
34261
34262 .
34263 \end_layout
34264
34265 \begin_layout Subsection
34266 Update
34267 \end_layout
34268
34269 \begin_layout Standard
34270 This menu allows you to update the view with your latest changes without
34271  opening a new view window.
34272 \end_layout
34273
34274 \begin_layout Subsection
34275 Toolbars
34276 \begin_inset CommandInset label
34277 LatexCommand label
34278 name "sub:Toolbars"
34279
34280 \end_inset
34281
34282
34283 \begin_inset Index
34284 status collapsed
34285
34286 \begin_layout PlainLayout
34287 Toolbar
34288 \end_layout
34289
34290 \end_inset
34291
34292
34293 \end_layout
34294
34295 \begin_layout Standard
34296 In this menu you can set the appearance of the different toolbars.
34297  All toolbars and the 
34298 \family sans
34299 Command
34300 \begin_inset Space ~
34301 \end_inset
34302
34303 Buffer
34304 \family default
34305  can be turned on and off.
34306  The 
34307 \emph on
34308 on
34309 \emph default
34310  state is denoted in the menu with a checkmark.
34311  The 
34312 \family sans
34313 Review
34314 \family default
34315
34316 \family sans
34317 Table
34318 \family default
34319
34320 \family sans
34321 Math
34322 \begin_inset Space ~
34323 \end_inset
34324
34325 Panels
34326 \family default
34327 , and 
34328 \family sans
34329 Math
34330 \family default
34331  toolbars can be additionally set to the state 
34332 \emph on
34333 automatic
34334 \emph default
34335  that is denoted in the menu with the suffix 
34336 \family sans
34337 (auto)
34338 \family default
34339 .
34340 \end_layout
34341
34342 \begin_layout Standard
34343 In the 
34344 \emph on
34345 on
34346 \emph default
34347  state the toolbar is permanently shown, in the 
34348 \emph on
34349 automatic
34350 \emph default
34351  state the toolbar is only shown when the cursor is in a certain environment
34352  or when a certain feature is enabled.
34353  That means that the review toolbar will only be shown when change tracking
34354  is activated, the math and table toolbars are only shown when the cursor
34355  is inside a formula or table, respectively.
34356 \end_layout
34357
34358 \begin_layout Standard
34359 LyX's toolbars and its buttons are explained in section
34360 \begin_inset Space ~
34361 \end_inset
34362
34363
34364 \begin_inset CommandInset ref
34365 LatexCommand ref
34366 reference "sec:Toolbars"
34367
34368 \end_inset
34369
34370 .
34371 \end_layout
34372
34373 \begin_layout Section
34374 The Insert Menu
34375 \begin_inset Index
34376 status collapsed
34377
34378 \begin_layout PlainLayout
34379 Menu ! Insert
34380 \end_layout
34381
34382 \end_inset
34383
34384
34385 \end_layout
34386
34387 \begin_layout Subsection
34388 Math
34389 \end_layout
34390
34391 \begin_layout Standard
34392 Inserts math constructs that are explained in chapter
34393 \begin_inset Space ~
34394 \end_inset
34395
34396
34397 \begin_inset CommandInset ref
34398 LatexCommand ref
34399 reference "cha:Mathematical-Formulas"
34400
34401 \end_inset
34402
34403 .
34404 \end_layout
34405
34406 \begin_layout Subsection
34407 Special Character
34408 \begin_inset CommandInset label
34409 LatexCommand label
34410 name "sub:Special-Character"
34411
34412 \end_inset
34413
34414
34415 \end_layout
34416
34417 \begin_layout Standard
34418 Here you can insert the following characters:
34419 \end_layout
34420
34421 \begin_layout Description
34422 Ellipsis Inserts an ellipsis: \SpecialChar \ldots{}
34423
34424 \end_layout
34425
34426 \begin_layout Description
34427 End
34428 \begin_inset Space ~
34429 \end_inset
34430
34431 of
34432 \begin_inset Space ~
34433 \end_inset
34434
34435 Sentence Inserts an end of sentence dot as described in section
34436 \begin_inset Space ~
34437 \end_inset
34438
34439
34440 \begin_inset CommandInset ref
34441 LatexCommand ref
34442 reference "sub:Abbreviations"
34443
34444 \end_inset
34445
34446 .
34447 \end_layout
34448
34449 \begin_layout Description
34450 Ordinary
34451 \begin_inset Space ~
34452 \end_inset
34453
34454 Quote Inserts this quote: 
34455 \begin_inset Quotes erd
34456 \end_inset
34457
34458 , no matter what quote type you selected in the 
34459 \family sans
34460 Document\SpecialChar \menuseparator
34461 Settings
34462 \family default
34463  dialog under 
34464 \family sans
34465 Language
34466 \family default
34467 .
34468 \end_layout
34469
34470 \begin_layout Description
34471 Single
34472 \begin_inset Space ~
34473 \end_inset
34474
34475 Quote Inserts this quote: 
34476 \begin_inset Quotes els
34477 \end_inset
34478
34479
34480 \end_layout
34481
34482 \begin_layout Description
34483 Menu
34484 \begin_inset Space ~
34485 \end_inset
34486
34487 Separator Inserts the menu separator sign: \SpecialChar \menuseparator
34488
34489 \end_layout
34490
34491 \begin_layout Description
34492 Phonetic
34493 \begin_inset Space ~
34494 \end_inset
34495
34496 Symbols
34497 \begin_inset Index
34498 status collapsed
34499
34500 \begin_layout PlainLayout
34501 Phonetic symbols
34502 \end_layout
34503
34504 \end_inset
34505
34506
34507 \begin_inset Index
34508 status collapsed
34509
34510 \begin_layout PlainLayout
34511 Language ! Phonetic symbols
34512 \end_layout
34513
34514 \end_inset
34515
34516  Creates a formula with a so called tipa inset.
34517  Here you can insert commands to create IPA phonetic symbols.
34518  For this feature you must have the LaTeX-package 
34519 \series bold
34520 tipa
34521 \series default
34522
34523 \begin_inset Index
34524 status collapsed
34525
34526 \begin_layout PlainLayout
34527 LaTeX-packages ! tipa
34528 \end_layout
34529
34530 \end_inset
34531
34532  installed.
34533 \newline
34534 For more informations about this feature we refer to the documentation
34535  of 
34536 \series bold
34537 tipa, 
34538 \begin_inset CommandInset citation
34539 LatexCommand cite
34540 key "tipa"
34541
34542 \end_inset
34543
34544
34545 \series default
34546  and this Wiki-page:
34547 \newline
34548
34549 \begin_inset Flex URL
34550 status collapsed
34551
34552 \begin_layout PlainLayout
34553
34554 http://wiki.lyx.org/LyX/LinguistLyX
34555 \end_layout
34556
34557 \end_inset
34558
34559 .
34560 \end_layout
34561
34562 \begin_layout Subsection
34563 Formatting
34564 \end_layout
34565
34566 \begin_layout Standard
34567 Here you can insert the following format constructs:
34568 \end_layout
34569
34570 \begin_layout Description
34571 Superscript Inserts an superscript: test
34572 \begin_inset Formula $^{\text{a,b}}$
34573 \end_inset
34574
34575
34576 \end_layout
34577
34578 \begin_layout Description
34579 Subscript Inserts an subscript: test
34580 \begin_inset Formula $_{\text{3x}}$
34581 \end_inset
34582
34583
34584 \end_layout
34585
34586 \begin_layout Description
34587 Protected
34588 \begin_inset Space ~
34589 \end_inset
34590
34591 Space Inserts a protected space that is described in section
34592 \begin_inset Space ~
34593 \end_inset
34594
34595
34596 \begin_inset CommandInset ref
34597 LatexCommand ref
34598 reference "sub:Protected-Space"
34599
34600 \end_inset
34601
34602 .
34603 \end_layout
34604
34605 \begin_layout Description
34606 Inter-word
34607 \begin_inset Space ~
34608 \end_inset
34609
34610 Space Inserts an inter-word space that is described in section
34611 \begin_inset Space ~
34612 \end_inset
34613
34614
34615 \begin_inset CommandInset ref
34616 LatexCommand ref
34617 reference "sub:Inter-word-Space"
34618
34619 \end_inset
34620
34621 .
34622 \end_layout
34623
34624 \begin_layout Description
34625 Thin
34626 \begin_inset Space ~
34627 \end_inset
34628
34629 Space Inserts a thin space that is described in section
34630 \begin_inset Space ~
34631 \end_inset
34632
34633
34634 \begin_inset CommandInset ref
34635 LatexCommand ref
34636 reference "sub:Thin-Space"
34637
34638 \end_inset
34639
34640 .
34641 \end_layout
34642
34643 \begin_layout Description
34644 Horizontal
34645 \begin_inset Space ~
34646 \end_inset
34647
34648 Fill Inserts an horizontal fill, see section
34649 \begin_inset Space ~
34650 \end_inset
34651
34652
34653 \begin_inset CommandInset ref
34654 LatexCommand ref
34655 reference "sub:Horizontal-Space"
34656
34657 \end_inset
34658
34659  for a description.
34660 \end_layout
34661
34662 \begin_layout Description
34663 Horizontal
34664 \begin_inset Space ~
34665 \end_inset
34666
34667 Line Inserts an horizontal line, see section
34668 \begin_inset Space ~
34669 \end_inset
34670
34671
34672 \begin_inset CommandInset ref
34673 LatexCommand ref
34674 reference "sub:Horizontal-Lines"
34675
34676 \end_inset
34677
34678  for a description.
34679 \end_layout
34680
34681 \begin_layout Description
34682 Vertical
34683 \begin_inset Space ~
34684 \end_inset
34685
34686 Space Inserts vertical space, see section
34687 \begin_inset Space ~
34688 \end_inset
34689
34690
34691 \begin_inset CommandInset ref
34692 LatexCommand ref
34693 reference "sub:Vertical-Space"
34694
34695 \end_inset
34696
34697  for a description.
34698 \end_layout
34699
34700 \begin_layout Description
34701 Hyphenation
34702 \begin_inset Space ~
34703 \end_inset
34704
34705 Point Inserts an hyphenation point, see section
34706 \begin_inset Space ~
34707 \end_inset
34708
34709
34710 \begin_inset CommandInset ref
34711 LatexCommand ref
34712 reference "sub:Hyphenation"
34713
34714 \end_inset
34715
34716
34717 \end_layout
34718
34719 \begin_layout Description
34720 Ligature
34721 \begin_inset Space ~
34722 \end_inset
34723
34724 Break Inserts a ligature break, see section
34725 \begin_inset Space ~
34726 \end_inset
34727
34728
34729 \begin_inset CommandInset ref
34730 LatexCommand ref
34731 reference "sub:Ligatures"
34732
34733 \end_inset
34734
34735
34736 \end_layout
34737
34738 \begin_layout Description
34739 Line
34740 \begin_inset Space ~
34741 \end_inset
34742
34743 Break Inserts a forced linebreak, see section
34744 \begin_inset Space ~
34745 \end_inset
34746
34747
34748 \begin_inset CommandInset ref
34749 LatexCommand ref
34750 reference "sub:Forced-Linebreaks"
34751
34752 \end_inset
34753
34754
34755 \end_layout
34756
34757 \begin_layout Description
34758 Page
34759 \begin_inset Space ~
34760 \end_inset
34761
34762 Break Inserts a forced pagebreak, described in section
34763 \begin_inset Space ~
34764 \end_inset
34765
34766
34767 \begin_inset CommandInset ref
34768 LatexCommand ref
34769 reference "sub:Forced-Pagebreaks"
34770
34771 \end_inset
34772
34773
34774 \end_layout
34775
34776 \begin_layout Description
34777 Clear
34778 \begin_inset Space ~
34779 \end_inset
34780
34781 Page Inserts a clear pagebreak, described in section
34782 \begin_inset Space ~
34783 \end_inset
34784
34785
34786 \begin_inset CommandInset ref
34787 LatexCommand ref
34788 reference "sub:Clear-Pages"
34789
34790 \end_inset
34791
34792
34793 \end_layout
34794
34795 \begin_layout Description
34796 Clear
34797 \begin_inset Space ~
34798 \end_inset
34799
34800 Double
34801 \begin_inset Space ~
34802 \end_inset
34803
34804 Page Inserts a clear doublepage break, described in section
34805 \begin_inset Space ~
34806 \end_inset
34807
34808
34809 \begin_inset CommandInset ref
34810 LatexCommand ref
34811 reference "sub:Clear-Pages"
34812
34813 \end_inset
34814
34815
34816 \end_layout
34817
34818 \begin_layout Subsection
34819 List / TOC
34820 \end_layout
34821
34822 \begin_layout Standard
34823 Various lists can be inserted with this menu.
34824  The table of contents, the algorithm, figures, and tables list are described
34825  in section
34826 \begin_inset Space ~
34827 \end_inset
34828
34829
34830 \begin_inset CommandInset ref
34831 LatexCommand ref
34832 reference "sec:toc"
34833
34834 \end_inset
34835
34836 .
34837  The index list is described in section
34838 \begin_inset Space ~
34839 \end_inset
34840
34841
34842 \begin_inset CommandInset ref
34843 LatexCommand ref
34844 reference "sec:Index"
34845
34846 \end_inset
34847
34848 , the nomenclature in section
34849 \begin_inset Space ~
34850 \end_inset
34851
34852
34853 \begin_inset CommandInset ref
34854 LatexCommand ref
34855 reference "sec:Nomenclature"
34856
34857 \end_inset
34858
34859 , and the BibTeX bibliography in section
34860 \begin_inset Space ~
34861 \end_inset
34862
34863
34864 \begin_inset CommandInset ref
34865 LatexCommand ref
34866 reference "sub:Bibliography-databases"
34867
34868 \end_inset
34869
34870 .
34871 \end_layout
34872
34873 \begin_layout Subsection
34874 Float
34875 \end_layout
34876
34877 \begin_layout Standard
34878 To insert floats, described in section
34879 \begin_inset Space ~
34880 \end_inset
34881
34882
34883 \begin_inset CommandInset ref
34884 LatexCommand ref
34885 reference "sec:Floats"
34886
34887 \end_inset
34888
34889 .
34890 \end_layout
34891
34892 \begin_layout Subsection
34893 Note
34894 \end_layout
34895
34896 \begin_layout Standard
34897 To insert notes, described in section
34898 \begin_inset Space ~
34899 \end_inset
34900
34901
34902 \begin_inset CommandInset ref
34903 LatexCommand ref
34904 reference "sec:Notes"
34905
34906 \end_inset
34907
34908 .
34909 \end_layout
34910
34911 \begin_layout Subsection
34912 Branch
34913 \end_layout
34914
34915 \begin_layout Standard
34916 Inserts branch insets as described in section
34917 \begin_inset Space ~
34918 \end_inset
34919
34920
34921 \begin_inset CommandInset ref
34922 LatexCommand ref
34923 reference "sec:Branches"
34924
34925 \end_inset
34926
34927 .
34928 \end_layout
34929
34930 \begin_layout Subsection
34931 File
34932 \begin_inset Index
34933 status collapsed
34934
34935 \begin_layout PlainLayout
34936 External Material
34937 \end_layout
34938
34939 \end_inset
34940
34941
34942 \end_layout
34943
34944 \begin_layout Standard
34945 Here you can inserts files to include them or its content to your document.
34946  How this can be done is in detail explained in chapter 
34947 \emph on
34948 External Stuff
34949 \emph default
34950  of the 
34951 \emph on
34952 Embedded Objects
34953 \emph default
34954  manual.
34955 \end_layout
34956
34957 \begin_layout Subsection
34958 Box
34959 \begin_inset Index
34960 status collapsed
34961
34962 \begin_layout PlainLayout
34963 Boxes
34964 \end_layout
34965
34966 \end_inset
34967
34968
34969 \end_layout
34970
34971 \begin_layout Standard
34972 Inserts a minipage box that is described section
34973 \begin_inset Space ~
34974 \end_inset
34975
34976
34977 \begin_inset CommandInset ref
34978 LatexCommand ref
34979 reference "sec:Minipages"
34980
34981 \end_inset
34982
34983 .
34984  All box types supported by LyX are explained in detail in chapter 
34985 \emph on
34986 Boxes
34987 \emph default
34988  of the 
34989 \emph on
34990 Embedded Objects
34991 \emph default
34992  manual.
34993 \end_layout
34994
34995 \begin_layout Subsection
34996 Citation
34997 \end_layout
34998
34999 \begin_layout Standard
35000 Inserts a citation as described in section
35001 \begin_inset Space ~
35002 \end_inset
35003
35004
35005 \begin_inset CommandInset ref
35006 LatexCommand ref
35007 reference "sec:Bibliography"
35008
35009 \end_inset
35010
35011 .
35012 \end_layout
35013
35014 \begin_layout Subsection
35015 Cross-Reference
35016 \end_layout
35017
35018 \begin_layout Standard
35019 Inserts a cross-reference as described in section
35020 \begin_inset Space ~
35021 \end_inset
35022
35023
35024 \begin_inset CommandInset ref
35025 LatexCommand ref
35026 reference "sec:Cross-References"
35027
35028 \end_inset
35029
35030 .
35031 \end_layout
35032
35033 \begin_layout Subsection
35034 Label
35035 \end_layout
35036
35037 \begin_layout Standard
35038 Inserts a label as described in section
35039 \begin_inset Space ~
35040 \end_inset
35041
35042
35043 \begin_inset CommandInset ref
35044 LatexCommand ref
35045 reference "sec:Cross-References"
35046
35047 \end_inset
35048
35049 .
35050 \end_layout
35051
35052 \begin_layout Subsection
35053 Caption
35054 \begin_inset Index
35055 status collapsed
35056
35057 \begin_layout PlainLayout
35058 Captions
35059 \end_layout
35060
35061 \end_inset
35062
35063
35064 \begin_inset Index
35065 status collapsed
35066
35067 \begin_layout PlainLayout
35068 Longtables ! Caption
35069 \end_layout
35070
35071 \end_inset
35072
35073
35074 \end_layout
35075
35076 \begin_layout Standard
35077 Inserts a caption to floats or longtables.
35078  Floats are described in section
35079 \begin_inset Space ~
35080 \end_inset
35081
35082
35083 \begin_inset CommandInset ref
35084 LatexCommand ref
35085 reference "sec:Floats"
35086
35087 \end_inset
35088
35089 , cations in longtables are described in section 
35090 \emph on
35091 Longtable Captions
35092 \emph default
35093  of the 
35094 \emph on
35095 Embedded Objects
35096 \emph default
35097  manual.
35098 \end_layout
35099
35100 \begin_layout Subsection
35101 Index Entry
35102 \end_layout
35103
35104 \begin_layout Standard
35105 Inserts an index entry as described in section
35106 \begin_inset Space ~
35107 \end_inset
35108
35109
35110 \begin_inset CommandInset ref
35111 LatexCommand ref
35112 reference "sec:Index"
35113
35114 \end_inset
35115
35116 .
35117 \end_layout
35118
35119 \begin_layout Subsection
35120 Nomenclature Entry
35121 \end_layout
35122
35123 \begin_layout Standard
35124 Inserts a nomenclature entry as described in section
35125 \begin_inset Space ~
35126 \end_inset
35127
35128
35129 \begin_inset CommandInset ref
35130 LatexCommand ref
35131 reference "sec:Nomenclature"
35132
35133 \end_inset
35134
35135 .
35136 \end_layout
35137
35138 \begin_layout Subsection
35139 Table
35140 \end_layout
35141
35142 \begin_layout Standard
35143 Inserts a table.
35144  Tables are described in section
35145 \begin_inset Space ~
35146 \end_inset
35147
35148
35149 \begin_inset CommandInset ref
35150 LatexCommand ref
35151 reference "sec:Tables"
35152
35153 \end_inset
35154
35155 .
35156 \end_layout
35157
35158 \begin_layout Subsection
35159 Graphics
35160 \end_layout
35161
35162 \begin_layout Standard
35163 Inserts a graphic.
35164  Graphics are described in section
35165 \begin_inset Space ~
35166 \end_inset
35167
35168
35169 \begin_inset CommandInset ref
35170 LatexCommand ref
35171 reference "sec:Graphics"
35172
35173 \end_inset
35174
35175 .
35176 \end_layout
35177
35178 \begin_layout Subsection
35179 URL
35180 \end_layout
35181
35182 \begin_layout Standard
35183 Inserts an URL box as described in section
35184 \begin_inset Space ~
35185 \end_inset
35186
35187
35188 \begin_inset CommandInset ref
35189 LatexCommand ref
35190 reference "sec:URL"
35191
35192 \end_inset
35193
35194 .
35195 \end_layout
35196
35197 \begin_layout Subsection
35198 Footnote
35199 \end_layout
35200
35201 \begin_layout Standard
35202 Inserts a footnote, see section
35203 \begin_inset Space ~
35204 \end_inset
35205
35206
35207 \begin_inset CommandInset ref
35208 LatexCommand ref
35209 reference "sec:Footnotes"
35210
35211 \end_inset
35212
35213 .
35214 \end_layout
35215
35216 \begin_layout Subsection
35217 Marginal Note
35218 \end_layout
35219
35220 \begin_layout Standard
35221 Inserts a marginal note, see section
35222 \begin_inset Space ~
35223 \end_inset
35224
35225
35226 \begin_inset CommandInset ref
35227 LatexCommand ref
35228 reference "sec:Marginal-Notes"
35229
35230 \end_inset
35231
35232 .
35233 \end_layout
35234
35235 \begin_layout Subsection
35236 Short Title
35237 \end_layout
35238
35239 \begin_layout Standard
35240 Inserts a short title, see section
35241 \begin_inset Space ~
35242 \end_inset
35243
35244
35245 \begin_inset CommandInset ref
35246 LatexCommand ref
35247 reference "sec:Short-Titles"
35248
35249 \end_inset
35250
35251 .
35252 \end_layout
35253
35254 \begin_layout Subsection
35255 TeX Code
35256 \end_layout
35257
35258 \begin_layout Standard
35259 Inserts an ERT box, see section
35260 \begin_inset Space ~
35261 \end_inset
35262
35263
35264 \begin_inset CommandInset ref
35265 LatexCommand ref
35266 reference "sub:ERT-Boxes"
35267
35268 \end_inset
35269
35270  for a description.
35271 \end_layout
35272
35273 \begin_layout Subsection
35274 Program Listing
35275 \begin_inset Index
35276 status collapsed
35277
35278 \begin_layout PlainLayout
35279 Program listings
35280 \end_layout
35281
35282 \end_inset
35283
35284
35285 \end_layout
35286
35287 \begin_layout Standard
35288 Inserts a program listings box.
35289  Program listings are explained in chapter 
35290 \emph on
35291 Program Code Listings
35292 \emph default
35293  of the 
35294 \emph on
35295 Embedded Objects
35296 \emph default
35297  manual.
35298 \end_layout
35299
35300 \begin_layout Subsection
35301 Date
35302 \end_layout
35303
35304 \begin_layout Standard
35305 Inserts the actual date.
35306  The format dependends on the date format of the language that is used for
35307  LyX's menus.
35308  LyX offers another ways to insert a date which is explained in section
35309  
35310 \emph on
35311 External Material
35312 \emph default
35313  of the 
35314 \emph on
35315 Embedded Objects
35316 \emph default
35317  manual.
35318  There the different methods are also compared.
35319 \end_layout
35320
35321 \begin_layout Section
35322 The Navigate Menu
35323 \begin_inset Index
35324 status collapsed
35325
35326 \begin_layout PlainLayout
35327 Menu ! Navigate
35328 \end_layout
35329
35330 \end_inset
35331
35332
35333 \end_layout
35334
35335 \begin_layout Standard
35336 This menu lists the existing, chapter, sections, figures, and tables of
35337  the current document.
35338  This allows you to navigate easily through you document.
35339 \end_layout
35340
35341 \begin_layout Standard
35342 The Navigate menu also offers to 
35343 \end_layout
35344
35345 \begin_layout Subsection
35346 Bookmarks
35347 \end_layout
35348
35349 \begin_layout Standard
35350 With this menu you are able to define your own bookmarks.
35351  This is useful when you are working on a large documents and often have
35352  to jump e.g.
35353  between section
35354 \begin_inset Space ~
35355 \end_inset
35356
35357 2.5 and 6.3.
35358  To create bookmarks for this example, go to section
35359 \begin_inset Space ~
35360 \end_inset
35361
35362 2.5 and use the menu 
35363 \family sans
35364 Save
35365 \begin_inset Space ~
35366 \end_inset
35367
35368 Bookmark
35369 \begin_inset Space ~
35370 \end_inset
35371
35372 1
35373 \family default
35374 .
35375  Then go to section
35376 \begin_inset Space ~
35377 \end_inset
35378
35379 6.3 and use 
35380 \family sans
35381 Save
35382 \begin_inset Space ~
35383 \end_inset
35384
35385 Bookmark
35386 \begin_inset Space ~
35387 \end_inset
35388
35389
35390 \family default
35391 2.
35392  Now you can easily jump between these sections by using the menu or by
35393  the key bindings 
35394 \family sans
35395 C-1
35396 \family default
35397  and 
35398 \family sans
35399 C-2
35400 \family default
35401 .
35402 \end_layout
35403
35404 \begin_layout Standard
35405 You can also use bookmarks to jump between several opened documents.
35406  The saved bookmarks are valid till the document is closed.
35407 \end_layout
35408
35409 \begin_layout Subsection
35410 Next Note, Change, Cross-reference
35411 \end_layout
35412
35413 \begin_layout Standard
35414 Jump to the next note, change, or cross-reference following the current
35415  cursor position.
35416 \end_layout
35417
35418 \begin_layout Subsection
35419 Go to Label
35420 \end_layout
35421
35422 \begin_layout Standard
35423 Only active when the cursor is in front of a cross-reference.
35424  Sets the cursor before the referenced label, the same as if you right-click
35425  on a cross-reference box.
35426 \end_layout
35427
35428 \begin_layout Section
35429 The Document Menu
35430 \begin_inset Index
35431 status collapsed
35432
35433 \begin_layout PlainLayout
35434 Menu ! Document
35435 \end_layout
35436
35437 \end_inset
35438
35439
35440 \end_layout
35441
35442 \begin_layout Subsection
35443 Change Tracking
35444 \end_layout
35445
35446 \begin_layout Standard
35447 Change Tracking is described in section
35448 \begin_inset Space ~
35449 \end_inset
35450
35451
35452 \begin_inset CommandInset ref
35453 LatexCommand ref
35454 reference "sec:Change-Tracking"
35455
35456 \end_inset
35457
35458 .
35459 \end_layout
35460
35461 \begin_layout Subsection
35462 LaT
35463 \begin_inset ERT
35464 status collapsed
35465
35466 \begin_layout PlainLayout
35467
35468 {}
35469 \end_layout
35470
35471 \end_inset
35472
35473 eX Log
35474 \end_layout
35475
35476 \begin_layout Standard
35477 After running LaTeX by viewing or exporting a document, this menu will be
35478  enabled.
35479  It shows the logfile of the used LaTeX-program.
35480 \end_layout
35481
35482 \begin_layout Standard
35483 Here you can see how LaTeX works in the background.
35484  
35485 \emph on
35486 Experts
35487 \emph default
35488  will find in it reasons for LaTeX-errors.
35489 \end_layout
35490
35491 \begin_layout Subsection
35492 Outline
35493 \end_layout
35494
35495 \begin_layout Standard
35496 Opens the TOC/Outline window as described in section
35497 \begin_inset Space ~
35498 \end_inset
35499
35500
35501 \begin_inset CommandInset ref
35502 LatexCommand ref
35503 reference "sub:Table-of-Contents"
35504
35505 \end_inset
35506
35507 .
35508 \end_layout
35509
35510 \begin_layout Subsection
35511 Start Appendix Here
35512 \end_layout
35513
35514 \begin_layout Standard
35515 This menu will start the appendix of the document at the current cursor
35516  position as described in section
35517 \begin_inset Space ~
35518 \end_inset
35519
35520
35521 \begin_inset CommandInset ref
35522 LatexCommand ref
35523 reference "sec:Appendices"
35524
35525 \end_inset
35526
35527 .
35528 \end_layout
35529
35530 \begin_layout Subsection
35531 Compressed
35532 \end_layout
35533
35534 \begin_layout Standard
35535 Un/compresses the actual document.
35536 \end_layout
35537
35538 \begin_layout Subsection
35539 Settings
35540 \begin_inset CommandInset label
35541 LatexCommand label
35542 name "sub:Settings"
35543
35544 \end_inset
35545
35546
35547 \begin_inset Index
35548 status collapsed
35549
35550 \begin_layout PlainLayout
35551 Document ! Settings
35552 \end_layout
35553
35554 \end_inset
35555
35556
35557 \end_layout
35558
35559 \begin_layout Standard
35560 This menu dialog contains some submenus to set properties for the whole
35561  document.
35562  You can save your document settings as default with the 
35563 \family sans
35564 Save as Document Defaults
35565 \family default
35566  button in the dialog.
35567  This will create a template named 
35568 \family typewriter
35569 default.lyx
35570 \family default
35571  which is automatically loaded by LyX when you create a new document without
35572  using a template.
35573 \end_layout
35574
35575 \begin_layout Standard
35576 The different submenus of the dialog are explained in the following:
35577 \end_layout
35578
35579 \begin_layout Subsubsection*
35580 Document Class
35581 \end_layout
35582
35583 \begin_layout Standard
35584 Here you set the document class, class options, and a Postscript driver.
35585  Document classes are described in section
35586 \begin_inset Space ~
35587 \end_inset
35588
35589
35590 \begin_inset CommandInset ref
35591 LatexCommand ref
35592 reference "sec:Document-Classes"
35593
35594 \end_inset
35595
35596 .
35597  The Postscript driver is used for LaTeX's color and graphics packages.
35598  When using 
35599 \family sans
35600 Default
35601 \family default
35602 , the default driver for the LaTeX-packages are used.
35603  It is recommended to use the default unless your know what you are doing.
35604 \end_layout
35605
35606 \begin_layout Subsubsection*
35607 Fonts
35608 \end_layout
35609
35610 \begin_layout Standard
35611 The document font settings are described in section
35612 \begin_inset Space ~
35613 \end_inset
35614
35615
35616 \begin_inset CommandInset ref
35617 LatexCommand ref
35618 reference "sec:Fonts-and-Text"
35619
35620 \end_inset
35621
35622 .
35623 \end_layout
35624
35625 \begin_layout Subsubsection*
35626 Text Layout
35627 \end_layout
35628
35629 \begin_layout Standard
35630 You can specify if paragraphs should be separated by indentations or vertical
35631  skips.
35632  The line spacing and the number of text columns can here also be specified.
35633  
35634 \end_layout
35635
35636 \begin_layout Standard
35637 Note that LyX won't show two columns or the set up line spacing on screen.
35638  That's impractical, often unreadable, and not part of the WYSIWYM concept.
35639  However, it will be as you specified it in the output.
35640 \end_layout
35641
35642 \begin_layout Standard
35643 The listings settings are explained in the corresponding section in the
35644  
35645 \emph on
35646 Embedded Objects
35647 \emph default
35648  manual.
35649 \end_layout
35650
35651 \begin_layout Subsubsection*
35652 Page Layout
35653 \end_layout
35654
35655 \begin_layout Standard
35656 A description of this menu is given in section
35657 \begin_inset Space ~
35658 \end_inset
35659
35660
35661 \begin_inset CommandInset ref
35662 LatexCommand ref
35663 reference "sub:Paper-Size,-Orientation,"
35664
35665 \end_inset
35666
35667  and 
35668 \begin_inset CommandInset ref
35669 LatexCommand ref
35670 reference "sub:Document-Layout"
35671
35672 \end_inset
35673
35674 .
35675 \end_layout
35676
35677 \begin_layout Subsubsection*
35678 Page Margins
35679 \end_layout
35680
35681 \begin_layout Standard
35682 Here you can adjust the paper margins, see section
35683 \begin_inset Space ~
35684 \end_inset
35685
35686
35687 \begin_inset CommandInset ref
35688 LatexCommand ref
35689 reference "sub:Margins"
35690
35691 \end_inset
35692
35693 .
35694 \end_layout
35695
35696 \begin_layout Subsubsection*
35697 Language
35698 \begin_inset Index
35699 status collapsed
35700
35701 \begin_layout PlainLayout
35702 Language ! Encoding
35703 \end_layout
35704
35705 \end_inset
35706
35707
35708 \end_layout
35709
35710 \begin_layout Standard
35711 The document language and quote styles are set here.
35712  The encoding specifies how the document content is exported to LaTeX (the
35713  LyX file is always encoded in utf8).
35714  All characters that cannot be encoded using the specified encoding will
35715  be exported as LaTeX-commands (this can fail if a LaTeX-command is not
35716  known for a particular character).
35717 \begin_inset Foot
35718 status collapsed
35719
35720 \begin_layout PlainLayout
35721 The known commands are defined in a text file.
35722  You can add commands for unknown symbols to that file yourself, see the
35723  
35724 \emph on
35725 Customization
35726 \emph default
35727  manual for details.
35728 \end_layout
35729
35730 \end_inset
35731
35732
35733 \end_layout
35734
35735 \begin_layout Standard
35736 If you use the option 
35737 \family sans
35738 use language's default encoding
35739 \family default
35740 , LyX determines the encoding of a portion of text from the language of
35741  this text.
35742  If the document contains text in more than one language you may get more
35743  than one encoding in the LaTeX file.
35744  If you do not use this option then the complete document will always use
35745  exactly one encoding.
35746  Checking this option is the preferred setting unless you use 
35747 \family sans
35748 XeTeX
35749 \family default
35750
35751 \begin_inset Foot
35752 status collapsed
35753
35754 \begin_layout PlainLayout
35755 XeTeX is a TeX typesetting engine, an alternative for LaTeX.
35756  It natively supports Unicode while its input file is assumed to be in UTF-8
35757  encoding.
35758  More about using LyX with XeTeX can be found in 
35759 \begin_inset CommandInset citation
35760 LatexCommand cite
35761 key "XeTeX"
35762
35763 \end_inset
35764
35765 .
35766 \end_layout
35767
35768 \end_inset
35769
35770  (see below).
35771 \end_layout
35772
35773 \begin_layout Standard
35774 LyX also supports Unicode output, which is particularly useful if you need
35775  lots of special symbols or non-alphabetic scripts, respectively.
35776  If you want to use this (and your LaTeX installation supports Unicode,
35777  for that matter), choose one of the four utf8 variants from the list below.
35778  Unfortunately the unicode support of standard LaTeX is quite incomplete,
35779  so it is not uncommon that a file with lots of unicode symbols works fine
35780  with 
35781 \family sans
35782 use language's default encoding
35783 \family default
35784  (when LyX uses it's list of known LaTeX-commands), but does not work with
35785  a fixed utf8 encoding (when the list of known LaTeX-commands is ot used,
35786  because all unicode symbols can be encoded in utf8).
35787 \end_layout
35788
35789 \begin_layout Standard
35790 Here is a list with the important encodings:
35791 \end_layout
35792
35793 \begin_layout Description
35794 LaTeX
35795 \begin_inset Space ~
35796 \end_inset
35797
35798 default Same as 
35799 \family sans
35800 use language's default encoding
35801 \family default
35802 , but the LaTeX-package 
35803 \series bold
35804 inputenc
35805 \series default
35806
35807 \begin_inset Index
35808 status collapsed
35809
35810 \begin_layout PlainLayout
35811 LaTeX-packages ! inputenc
35812 \end_layout
35813
35814 \end_inset
35815
35816  is not used.
35817  You probably need to load some other packages manually in the preamble.
35818 \end_layout
35819
35820 \begin_layout Description
35821 armscii8 encoding for Armenian
35822 \end_layout
35823
35824 \begin_layout Description
35825 ascii the ASCII encoding, covers only plain English, may result in a big
35826  file because lots of LaTeX-commands may be needed
35827 \end_layout
35828
35829 \begin_layout Description
35830 cp1250 MS Windows code page for latin2
35831 \end_layout
35832
35833 \begin_layout Description
35834 cp1251 MS Windows code page for Cyrillic
35835 \end_layout
35836
35837 \begin_layout Description
35838 cp1252 MS Windows code page for latin1
35839 \end_layout
35840
35841 \begin_layout Description
35842 cp1255 MS Windows code page for Hebrew, superset of the ISO-8859-8 encoding
35843 \end_layout
35844
35845 \begin_layout Description
35846 cp1256 MS Windows code page for Arabic and Farsi
35847 \end_layout
35848
35849 \begin_layout Description
35850 cp1257 MS Windows code page for Estonian, Latvian, and Lithuanian, the ISO-8859-
35851 13 encoding that is a superset of the ISO-8859-4 encoding
35852 \end_layout
35853
35854 \begin_layout Description
35855 iso88595 the ISO-8859-5 encoding, covers Belorussian, Bulgarian, Macedonian,
35856  Serbian, and Ukrainian
35857 \end_layout
35858
35859 \begin_layout Description
35860 iso-8859-7 the ISO-8859-7 encoding, covers Greek
35861 \end_layout
35862
35863 \begin_layout Description
35864 8859-8 the ISO-8859-8 encoding, covers Hebrew
35865 \end_layout
35866
35867 \begin_layout Description
35868 koi8-r standard Cyrillic especially for Russian
35869 \end_layout
35870
35871 \begin_layout Description
35872 koi8-u Cyrillic for Ukrainian
35873 \end_layout
35874
35875 \begin_layout Description
35876 latin1 the ISO-8859-1 encoding, covers the languages Albanian, Catalan,
35877  Danish, Dutch, English, Faroese, Finnish, French, Galician, German, Icelandic,
35878  Irish, Italian, Norwegian, Portuguese, Spanish, and Swedish; should be
35879  replaced by latin9
35880 \end_layout
35881
35882 \begin_layout Description
35883 latin2 the ISO-8859-2 encoding, covers Albanian, Croatian, Czech, German,
35884  Hungarian, Polish, Romanian, Slovak, and Slovenian
35885 \end_layout
35886
35887 \begin_layout Description
35888 latin3 the ISO-8859-3 encoding, covers Esperanto, Galician, Maltese, and
35889  Turkish
35890 \end_layout
35891
35892 \begin_layout Description
35893 latin4 the ISO-8859-4 encoding, covers Estonian, Latvian, and Lithuanian
35894 \end_layout
35895
35896 \begin_layout Description
35897 latin5 the ISO-8859-9 encoding, covers Turkish, like the ISO-8859-1 encoding
35898  where the Icelandic letters are replaced by Turkish ones
35899 \end_layout
35900
35901 \begin_layout Description
35902 latin9 the ISO-8859-15 encoding, like the ISO-8859-1 encoding, but with
35903  the euro currency sign, the 
35904 \begin_inset ERT
35905 status collapsed
35906
35907 \begin_layout PlainLayout
35908
35909
35910 \backslash
35911 oe
35912 \end_layout
35913
35914 \end_inset
35915
35916 -ligature and some characters used for French and Finnish; latin9 should
35917  be the replacement for latin1
35918 \end_layout
35919
35920 \begin_layout Description
35921 pt154 Cyrillic for Kazakh
35922 \end_layout
35923
35924 \begin_layout Description
35925 utf8 Unicode utf8 with the LaTeX-package 
35926 \series bold
35927 inputenc
35928 \series default
35929
35930 \begin_inset Index
35931 status collapsed
35932
35933 \begin_layout PlainLayout
35934 LaTeX-packages ! inputenc
35935 \end_layout
35936
35937 \end_inset
35938
35939  (first variant, for latin symbols and some others).
35940 \end_layout
35941
35942 \begin_layout Description
35943 utf8x Unicode utf8 with the LaTeX-package 
35944 \series bold
35945 inputenc
35946 \series default
35947  (second variant, for greek and CJK symbols and some others).
35948 \end_layout
35949
35950 \begin_layout Description
35951 UTF8 Unicode utf8 with the LaTeX-package 
35952 \series bold
35953 CJK
35954 \series default
35955
35956 \begin_inset Index
35957 status collapsed
35958
35959 \begin_layout PlainLayout
35960 LaTeX-packages ! CJK
35961 \end_layout
35962
35963 \end_inset
35964
35965  (for the languages Chinese, Japanese and Korean)
35966 \end_layout
35967
35968 \begin_layout Description
35969 utf8-plain Unicode utf8 to be used with 
35970 \family sans
35971 XeTeX
35972 \family default
35973 , which uses Unicode directly, without the help of the LaTeX-package 
35974 \series bold
35975 inputenc
35976 \series default
35977  
35978 \begin_inset Foot
35979 status collapsed
35980
35981 \begin_layout PlainLayout
35982 More about using LyX with XeTeX can be found in 
35983 \begin_inset CommandInset citation
35984 LatexCommand cite
35985 key "XeTeX"
35986
35987 \end_inset
35988
35989 .
35990 \end_layout
35991
35992 \end_inset
35993
35994
35995 \end_layout
35996
35997 \begin_layout Subsubsection*
35998 Numbering & TOC
35999 \end_layout
36000
36001 \begin_layout Standard
36002 You can adjust here the numbering depth of sections headings as described
36003  in section
36004 \begin_inset Space ~
36005 \end_inset
36006
36007
36008 \begin_inset CommandInset ref
36009 LatexCommand ref
36010 reference "sub:Numbering-depth"
36011
36012 \end_inset
36013
36014 .
36015 \end_layout
36016
36017 \begin_layout Subsubsection*
36018 Bibliography
36019 \end_layout
36020
36021 \begin_layout Standard
36022 You can specify here a citation style using the LaTeX-packages 
36023 \series bold
36024 natbib
36025 \begin_inset Index
36026 status collapsed
36027
36028 \begin_layout PlainLayout
36029 LaTeX-packages ! natbib
36030 \end_layout
36031
36032 \end_inset
36033
36034
36035 \series default
36036  or 
36037 \series bold
36038 jurabib
36039 \series default
36040
36041 \begin_inset Index
36042 status collapsed
36043
36044 \begin_layout PlainLayout
36045 LaTeX-packages ! jurabib
36046 \end_layout
36047
36048 \end_inset
36049
36050 .
36051  For a further description see section
36052 \begin_inset Space ~
36053 \end_inset
36054
36055
36056 \begin_inset CommandInset ref
36057 LatexCommand ref
36058 reference "sec:Bibliography"
36059
36060 \end_inset
36061
36062 .
36063 \end_layout
36064
36065 \begin_layout Subsubsection*
36066 Math Options
36067 \end_layout
36068
36069 \begin_layout Standard
36070 These options will force LyX to use the LaTeX-packages 
36071 \series bold
36072 amsmath
36073 \begin_inset Index
36074 status collapsed
36075
36076 \begin_layout PlainLayout
36077 LaTeX-packages ! amsmath
36078 \end_layout
36079
36080 \end_inset
36081
36082
36083 \series default
36084  and 
36085 \series bold
36086 esint
36087 \begin_inset Index
36088 status collapsed
36089
36090 \begin_layout PlainLayout
36091 LaTeX-packages ! esint
36092 \end_layout
36093
36094 \end_inset
36095
36096
36097 \series default
36098  or to use them automatically when they are needed.
36099 \end_layout
36100
36101 \begin_layout Standard
36102
36103 \series bold
36104 amsmath
36105 \series default
36106  is needed for many constructs, so when you get LaTeX-errors in formulas,
36107  assure that you have enabled AMS.
36108 \end_layout
36109
36110 \begin_layout Standard
36111
36112 \series bold
36113 esint
36114 \series default
36115  is used for special integral characters.
36116 \end_layout
36117
36118 \begin_layout Subsubsection*
36119 Float Placement
36120 \end_layout
36121
36122 \begin_layout Standard
36123 The float placement options are described in section
36124 \begin_inset Formula $\,$
36125 \end_inset
36126
36127
36128 \begin_inset CommandInset ref
36129 LatexCommand ref
36130 reference "sub:Float-Placement"
36131
36132 \end_inset
36133
36134 .
36135 \end_layout
36136
36137 \begin_layout Subsubsection*
36138 Bullets
36139 \end_layout
36140
36141 \begin_layout Standard
36142 Here you can adjust the characters for the itemize levels.
36143  The itemize environment is described in section
36144 \begin_inset Space ~
36145 \end_inset
36146
36147
36148 \begin_inset CommandInset ref
36149 LatexCommand ref
36150 reference "sec:Itemize"
36151
36152 \end_inset
36153
36154 .
36155 \end_layout
36156
36157 \begin_layout Subsubsection*
36158 Branches
36159 \end_layout
36160
36161 \begin_layout Standard
36162 Branches are described in section
36163 \begin_inset Space ~
36164 \end_inset
36165
36166
36167 \begin_inset CommandInset ref
36168 LatexCommand ref
36169 reference "sec:Branches"
36170
36171 \end_inset
36172
36173 .
36174 \end_layout
36175
36176 \begin_layout Subsubsection*
36177 LaT
36178 \begin_inset ERT
36179 status collapsed
36180
36181 \begin_layout PlainLayout
36182
36183 {}
36184 \end_layout
36185
36186 \end_inset
36187
36188 eX Preamble
36189 \end_layout
36190
36191 \begin_layout Standard
36192 In this text field are entered commands to load special LaTeX-packages or
36193  to define LaTeX-commands.
36194  The preamble is a thing for LaTeX-experts.
36195  You shouldn't enter commands here until you don't exactly know what you
36196  do.
36197 \end_layout
36198
36199 \begin_layout Standard
36200 An introduction in the LaTeX-syntax is given in section
36201 \begin_inset Space ~
36202 \end_inset
36203
36204
36205 \begin_inset CommandInset ref
36206 LatexCommand ref
36207 reference "sub:LaTeX-Syntax"
36208
36209 \end_inset
36210
36211 .
36212 \end_layout
36213
36214 \begin_layout Section
36215 The Tools Menu
36216 \begin_inset Index
36217 status collapsed
36218
36219 \begin_layout PlainLayout
36220 Menu ! Tools
36221 \end_layout
36222
36223 \end_inset
36224
36225
36226 \end_layout
36227
36228 \begin_layout Subsection
36229 Spellchecker
36230 \end_layout
36231
36232 \begin_layout Standard
36233 Spell checking is explained in section
36234 \begin_inset Space ~
36235 \end_inset
36236
36237
36238 \begin_inset CommandInset ref
36239 LatexCommand ref
36240 reference "sec:Spellchecking"
36241
36242 \end_inset
36243
36244 .
36245 \end_layout
36246
36247 \begin_layout Subsection
36248 Thesaurus
36249 \end_layout
36250
36251 \begin_layout Standard
36252 The thesaurus is described in section
36253 \begin_inset Space ~
36254 \end_inset
36255
36256
36257 \begin_inset CommandInset ref
36258 LatexCommand ref
36259 reference "sec:Thesaurus"
36260
36261 \end_inset
36262
36263 .
36264 \end_layout
36265
36266 \begin_layout Subsection
36267 Count Words
36268 \begin_inset Index
36269 status collapsed
36270
36271 \begin_layout PlainLayout
36272 Word count
36273 \end_layout
36274
36275 \end_inset
36276
36277
36278 \end_layout
36279
36280 \begin_layout Standard
36281 Counts the number of words in the actual document or the highlighted document
36282  part.
36283 \end_layout
36284
36285 \begin_layout Subsection
36286 T
36287 \begin_inset ERT
36288 status collapsed
36289
36290 \begin_layout PlainLayout
36291
36292 {}
36293 \end_layout
36294
36295 \end_inset
36296
36297 eX Information
36298 \begin_inset Index
36299 status open
36300
36301 \begin_layout PlainLayout
36302 T
36303 \begin_inset ERT
36304 status collapsed
36305
36306 \begin_layout PlainLayout
36307
36308 {}
36309 \end_layout
36310
36311 \end_inset
36312
36313 eX Information
36314 \end_layout
36315
36316 \end_inset
36317
36318
36319 \begin_inset Note Note
36320 status open
36321
36322 \begin_layout PlainLayout
36323 Fix this Index entry when bug 4600 is fixed!
36324 \end_layout
36325
36326 \end_inset
36327
36328
36329 \end_layout
36330
36331 \begin_layout Standard
36332 Shows you a list of the classes and styles installed in your LaTeX-system.
36333 \end_layout
36334
36335 \begin_layout Subsection
36336 Reconfigure
36337 \begin_inset Index
36338 status collapsed
36339
36340 \begin_layout PlainLayout
36341 Reconfiguration of LyX
36342 \end_layout
36343
36344 \end_inset
36345
36346
36347 \begin_inset Index
36348 status collapsed
36349
36350 \begin_layout PlainLayout
36351 LyX ! Reconfigure|see
36352 \begin_inset ERT
36353 status collapsed
36354
36355 \begin_layout PlainLayout
36356
36357 {
36358 \end_layout
36359
36360 \end_inset
36361
36362 Reconfiguration of LyX
36363 \begin_inset ERT
36364 status collapsed
36365
36366 \begin_layout PlainLayout
36367
36368 }
36369 \end_layout
36370
36371 \end_inset
36372
36373
36374 \end_layout
36375
36376 \end_inset
36377
36378
36379 \end_layout
36380
36381 \begin_layout Standard
36382 This menu reconfigures LyX.
36383  That means LyX looks for LaTeX-packages and needed programs, see also section
36384 \begin_inset Space ~
36385 \end_inset
36386
36387
36388 \begin_inset CommandInset ref
36389 LatexCommand ref
36390 reference "sec:Basic-LyX-Setup"
36391
36392 \end_inset
36393
36394 .
36395 \end_layout
36396
36397 \begin_layout Subsection
36398 Preferences
36399 \end_layout
36400
36401 \begin_layout Standard
36402 The preferences dialog is described in detail in chapter
36403 \begin_inset Formula $\,$
36404 \end_inset
36405
36406
36407 \begin_inset CommandInset ref
36408 LatexCommand ref
36409 reference "cha:The-Preferences-dialog"
36410
36411 \end_inset
36412
36413 .
36414 \end_layout
36415
36416 \begin_layout Section
36417 The Help Menu
36418 \begin_inset Index
36419 status collapsed
36420
36421 \begin_layout PlainLayout
36422 Menu ! Help
36423 \end_layout
36424
36425 \end_inset
36426
36427
36428 \end_layout
36429
36430 \begin_layout Standard
36431 This menu opens the documentation files of LyX in the language of LyX's
36432  menus.
36433 \end_layout
36434
36435 \begin_layout Standard
36436 The menu 
36437 \family sans
36438 LaTeX
36439 \begin_inset Space ~
36440 \end_inset
36441
36442 Configuration
36443 \family default
36444  shows a LyX-document with informations about the LaTeX-packages and classes
36445  found by LyX (see also section
36446 \begin_inset Space ~
36447 \end_inset
36448
36449
36450 \begin_inset CommandInset ref
36451 LatexCommand ref
36452 reference "sec:LaTeX-Setup"
36453
36454 \end_inset
36455
36456 ).
36457 \end_layout
36458
36459 \begin_layout Section
36460 Toolbars
36461 \begin_inset CommandInset label
36462 LatexCommand label
36463 name "sec:Toolbars"
36464
36465 \end_inset
36466
36467
36468 \end_layout
36469
36470 \begin_layout Standard
36471 How to show or hide toolbars is explained in section
36472 \begin_inset Space ~
36473 \end_inset
36474
36475
36476 \begin_inset CommandInset ref
36477 LatexCommand ref
36478 reference "sub:Toolbars"
36479
36480 \end_inset
36481
36482 .
36483 \end_layout
36484
36485 \begin_layout Standard
36486 It is also possible to define custom toolbars.
36487  This is described in the 
36488 \emph on
36489 Extended Features
36490 \emph default
36491  manual.
36492  
36493 \end_layout
36494
36495 \begin_layout Subsection
36496 Standard Toolbar
36497 \begin_inset Index
36498 status collapsed
36499
36500 \begin_layout PlainLayout
36501 Toolbar ! Standard
36502 \end_layout
36503
36504 \end_inset
36505
36506
36507 \end_layout
36508
36509 \begin_layout Standard
36510 \begin_inset Graphics
36511         filename clipart/StandardToolbar.png
36512         embed ""
36513         width 100col%
36514
36515 \end_inset
36516
36517
36518 \end_layout
36519
36520 \begin_layout Standard
36521 \begin_inset VSpace defskip
36522 \end_inset
36523
36524
36525 \end_layout
36526
36527 \begin_layout Standard
36528 The standard toolbar as shown above contains from left to right the following
36529  buttons:
36530 \begin_inset ERT
36531 status collapsed
36532
36533 \begin_layout PlainLayout
36534
36535
36536 \backslash
36537 setlength{
36538 \backslash
36539 LTleft}{0pt}
36540 \end_layout
36541
36542 \end_inset
36543
36544
36545 \begin_inset Note Note
36546 status collapsed
36547
36548 \begin_layout PlainLayout
36549 This is necessary to left align the following longtables.
36550  See the 
36551 \emph on
36552 Embedded Objects
36553 \emph default
36554  manual for more information.
36555 \end_layout
36556
36557 \end_inset
36558
36559
36560 \end_layout
36561
36562 \begin_layout Standard
36563 \begin_inset VSpace defskip
36564 \end_inset
36565
36566
36567 \end_layout
36568
36569 \begin_layout Standard
36570 \begin_inset Tabular
36571 <lyxtabular version="3" rows="1" columns="2">
36572 <features islongtable="true">
36573 <column alignment="center" valignment="top" width="0">
36574 <column alignment="center" valignment="top" width="0">
36575 <row>
36576 <cell alignment="center" valignment="top" usebox="none">
36577 \begin_inset Text
36578
36579 \begin_layout PlainLayout
36580 \begin_inset Graphics
36581         filename clipart/ToolbarEnvBox.png
36582         embed ""
36583         clip
36584
36585 \end_inset
36586
36587
36588 \end_layout
36589
36590 \end_inset
36591 </cell>
36592 <cell alignment="center" valignment="top" usebox="none">
36593 \begin_inset Text
36594
36595 \begin_layout PlainLayout
36596 pull-down menu for the paragraph environments
36597 \end_layout
36598
36599 \end_inset
36600 </cell>
36601 </row>
36602 </lyxtabular>
36603
36604 \end_inset
36605
36606
36607 \end_layout
36608
36609 \begin_layout Standard
36610 \begin_inset VSpace -10mm
36611 \end_inset
36612
36613
36614 \end_layout
36615
36616 \begin_layout Standard
36617 \align left
36618 \begin_inset Tabular
36619 <lyxtabular version="3" rows="20" columns="2">
36620 <features islongtable="true">
36621 <column alignment="left" valignment="top" width="0">
36622 <column alignment="left" valignment="top" width="0">
36623 <row interlinespace="2.5mm">
36624 <cell alignment="center" valignment="top" usebox="none">
36625 \begin_inset Text
36626
36627 \begin_layout PlainLayout
36628
36629 \family sans
36630 \begin_inset Graphics
36631         filename ../images/buffer-new.png
36632         embed ""
36633         BoundingBox 0bp 5bp 20bp 20bp
36634
36635 \end_inset
36636
36637
36638 \end_layout
36639
36640 \end_inset
36641 </cell>
36642 <cell alignment="center" valignment="top" usebox="none">
36643 \begin_inset Text
36644
36645 \begin_layout PlainLayout
36646
36647 \family sans
36648 File\SpecialChar \menuseparator
36649 New
36650 \end_layout
36651
36652 \end_inset
36653 </cell>
36654 </row>
36655 <row interlinespace="2.5mm">
36656 <cell alignment="center" valignment="top" usebox="none">
36657 \begin_inset Text
36658
36659 \begin_layout PlainLayout
36660 \begin_inset Graphics
36661         filename ../images/file-open.png
36662         embed ""
36663         BoundingBox 0bp 5bp 20bp 20bp
36664
36665 \end_inset
36666
36667
36668 \end_layout
36669
36670 \end_inset
36671 </cell>
36672 <cell alignment="center" valignment="top" usebox="none">
36673 \begin_inset Text
36674
36675 \begin_layout PlainLayout
36676
36677 \family sans
36678 File\SpecialChar \menuseparator
36679 Open
36680 \end_layout
36681
36682 \end_inset
36683 </cell>
36684 </row>
36685 <row interlinespace="2.5mm">
36686 <cell alignment="center" valignment="top" usebox="none">
36687 \begin_inset Text
36688
36689 \begin_layout PlainLayout
36690 \begin_inset Graphics
36691         filename ../images/buffer-write.png
36692         embed ""
36693         BoundingBox 0bp 5bp 20bp 20bp
36694
36695 \end_inset
36696
36697
36698 \end_layout
36699
36700 \end_inset
36701 </cell>
36702 <cell alignment="center" valignment="top" usebox="none">
36703 \begin_inset Text
36704
36705 \begin_layout PlainLayout
36706
36707 \family sans
36708 File\SpecialChar \menuseparator
36709 Save
36710 \end_layout
36711
36712 \end_inset
36713 </cell>
36714 </row>
36715 <row interlinespace="2.5mm">
36716 <cell alignment="center" valignment="top" usebox="none">
36717 \begin_inset Text
36718
36719 \begin_layout PlainLayout
36720 \begin_inset Graphics
36721         filename ../images/dialog-show_print.png
36722         embed ""
36723         BoundingBox 0bp 5bp 24bp 20bp
36724
36725 \end_inset
36726
36727
36728 \end_layout
36729
36730 \end_inset
36731 </cell>
36732 <cell alignment="center" valignment="top" usebox="none">
36733 \begin_inset Text
36734
36735 \begin_layout PlainLayout
36736
36737 \family sans
36738 File\SpecialChar \menuseparator
36739 Print
36740 \end_layout
36741
36742 \end_inset
36743 </cell>
36744 </row>
36745 <row interlinespace="2.5mm">
36746 <cell alignment="center" valignment="top" usebox="none">
36747 \begin_inset Text
36748
36749 \begin_layout PlainLayout
36750 \begin_inset Graphics
36751         filename ../images/dialog-show_spellchecker.png
36752         embed ""
36753         BoundingBox 0bp 5bp 20bp 20bp
36754
36755 \end_inset
36756
36757
36758 \end_layout
36759
36760 \end_inset
36761 </cell>
36762 <cell alignment="center" valignment="top" usebox="none">
36763 \begin_inset Text
36764
36765 \begin_layout PlainLayout
36766
36767 \family sans
36768 Tools\SpecialChar \menuseparator
36769 Spellchecker
36770 \end_layout
36771
36772 \end_inset
36773 </cell>
36774 </row>
36775 <row interlinespace="2.5mm">
36776 <cell alignment="center" valignment="top" usebox="none">
36777 \begin_inset Text
36778
36779 \begin_layout PlainLayout
36780 \begin_inset Graphics
36781         filename ../images/undo.png
36782         embed ""
36783         BoundingBox 0bp 5bp 20bp 20bp
36784
36785 \end_inset
36786
36787
36788 \end_layout
36789
36790 \end_inset
36791 </cell>
36792 <cell alignment="center" valignment="top" usebox="none">
36793 \begin_inset Text
36794
36795 \begin_layout PlainLayout
36796
36797 \family sans
36798 Edit\SpecialChar \menuseparator
36799 Undo
36800 \end_layout
36801
36802 \end_inset
36803 </cell>
36804 </row>
36805 <row interlinespace="2.5mm">
36806 <cell alignment="center" valignment="top" usebox="none">
36807 \begin_inset Text
36808
36809 \begin_layout PlainLayout
36810 \begin_inset Graphics
36811         filename ../images/redo.png
36812         embed ""
36813         BoundingBox 0bp 5bp 20bp 20bp
36814
36815 \end_inset
36816
36817
36818 \end_layout
36819
36820 \end_inset
36821 </cell>
36822 <cell alignment="center" valignment="top" usebox="none">
36823 \begin_inset Text
36824
36825 \begin_layout PlainLayout
36826
36827 \family sans
36828 Edit\SpecialChar \menuseparator
36829 Redo
36830 \end_layout
36831
36832 \end_inset
36833 </cell>
36834 </row>
36835 <row interlinespace="2.5mm">
36836 <cell alignment="center" valignment="top" usebox="none">
36837 \begin_inset Text
36838
36839 \begin_layout PlainLayout
36840 \begin_inset Graphics
36841         filename ../images/cut.png
36842         embed ""
36843         BoundingBox 0bp 5bp 20bp 20bp
36844
36845 \end_inset
36846
36847
36848 \end_layout
36849
36850 \end_inset
36851 </cell>
36852 <cell alignment="center" valignment="top" usebox="none">
36853 \begin_inset Text
36854
36855 \begin_layout PlainLayout
36856
36857 \family sans
36858 Edit\SpecialChar \menuseparator
36859 Cut
36860 \end_layout
36861
36862 \end_inset
36863 </cell>
36864 </row>
36865 <row interlinespace="2.5mm">
36866 <cell alignment="center" valignment="top" usebox="none">
36867 \begin_inset Text
36868
36869 \begin_layout PlainLayout
36870 \begin_inset Graphics
36871         filename ../images/copy.png
36872         embed ""
36873         BoundingBox 0bp 5bp 20bp 20bp
36874
36875 \end_inset
36876
36877
36878 \end_layout
36879
36880 \end_inset
36881 </cell>
36882 <cell alignment="center" valignment="top" usebox="none">
36883 \begin_inset Text
36884
36885 \begin_layout PlainLayout
36886
36887 \family sans
36888 Edit\SpecialChar \menuseparator
36889 Copy
36890 \end_layout
36891
36892 \end_inset
36893 </cell>
36894 </row>
36895 <row interlinespace="2.5mm">
36896 <cell alignment="center" valignment="top" usebox="none">
36897 \begin_inset Text
36898
36899 \begin_layout PlainLayout
36900 \begin_inset Graphics
36901         filename ../images/paste.png
36902         embed ""
36903         BoundingBox 0bp 5bp 20bp 20bp
36904
36905 \end_inset
36906
36907
36908 \end_layout
36909
36910 \end_inset
36911 </cell>
36912 <cell alignment="center" valignment="top" usebox="none">
36913 \begin_inset Text
36914
36915 \begin_layout PlainLayout
36916
36917 \family sans
36918 Edit\SpecialChar \menuseparator
36919 Paste
36920 \end_layout
36921
36922 \end_inset
36923 </cell>
36924 </row>
36925 <row interlinespace="2.5mm">
36926 <cell alignment="center" valignment="top" usebox="none">
36927 \begin_inset Text
36928
36929 \begin_layout PlainLayout
36930 \begin_inset Graphics
36931         filename ../images/dialog-show_findreplace.png
36932         embed ""
36933         BoundingBox 0bp 5bp 20bp 25bp
36934         rotateOrigin center
36935
36936 \end_inset
36937
36938
36939 \end_layout
36940
36941 \end_inset
36942 </cell>
36943 <cell alignment="center" valignment="top" usebox="none">
36944 \begin_inset Text
36945
36946 \begin_layout PlainLayout
36947
36948 \family sans
36949 Edit\SpecialChar \menuseparator
36950 Find
36951 \begin_inset Space \thinspace{}
36952 \end_inset
36953
36954 &
36955 \begin_inset Space \thinspace{}
36956 \end_inset
36957
36958 Replace
36959 \end_layout
36960
36961 \end_inset
36962 </cell>
36963 </row>
36964 <row interlinespace="2.5mm">
36965 <cell alignment="center" valignment="top" usebox="none">
36966 \begin_inset Text
36967
36968 \begin_layout PlainLayout
36969 \begin_inset Graphics
36970         filename ../images/font-emph.png
36971         embed ""
36972         BoundingBox 0bp 5bp 20bp 20bp
36973
36974 \end_inset
36975
36976
36977 \end_layout
36978
36979 \end_inset
36980 </cell>
36981 <cell alignment="center" valignment="top" usebox="none">
36982 \begin_inset Text
36983
36984 \begin_layout PlainLayout
36985 Emphasize text, function of the Edit
36986 \family sans
36987 \SpecialChar \menuseparator
36988 Text
36989 \begin_inset Space ~
36990 \end_inset
36991
36992 Style
36993 \family default
36994  dialog
36995 \end_layout
36996
36997 \end_inset
36998 </cell>
36999 </row>
37000 <row interlinespace="2.5mm">
37001 <cell alignment="center" valignment="top" usebox="none">
37002 \begin_inset Text
37003
37004 \begin_layout PlainLayout
37005 \begin_inset Graphics
37006         filename ../images/font-noun.png
37007         embed ""
37008         BoundingBox 0bp 5bp 20bp 20bp
37009
37010 \end_inset
37011
37012
37013 \end_layout
37014
37015 \end_inset
37016 </cell>
37017 <cell alignment="center" valignment="top" usebox="none">
37018 \begin_inset Text
37019
37020 \begin_layout PlainLayout
37021 Set text to noun style, function of the Edit
37022 \family sans
37023 \SpecialChar \menuseparator
37024 Text
37025 \begin_inset Space ~
37026 \end_inset
37027
37028 Style
37029 \family default
37030  dialog
37031 \end_layout
37032
37033 \end_inset
37034 </cell>
37035 </row>
37036 <row interlinespace="2.5mm">
37037 <cell alignment="center" valignment="top" usebox="none">
37038 \begin_inset Text
37039
37040 \begin_layout PlainLayout
37041 \begin_inset Graphics
37042         filename ../images/font-free-apply.png
37043         embed ""
37044         BoundingBox 0bp 5bp 20bp 20bp
37045
37046 \end_inset
37047
37048
37049 \end_layout
37050
37051 \end_inset
37052 </cell>
37053 <cell alignment="center" valignment="top" usebox="none">
37054 \begin_inset Text
37055
37056 \begin_layout PlainLayout
37057 Formats text using the current settings in the 
37058 \family sans
37059 Edit\SpecialChar \menuseparator
37060 Text
37061 \begin_inset Space ~
37062 \end_inset
37063
37064 Style
37065 \family default
37066  dialog
37067 \end_layout
37068
37069 \end_inset
37070 </cell>
37071 </row>
37072 <row interlinespace="2.5mm">
37073 <cell alignment="center" valignment="top" usebox="none">
37074 \begin_inset Text
37075
37076 \begin_layout PlainLayout
37077 \begin_inset Graphics
37078         filename ../images/math-mode.png
37079         embed ""
37080         BoundingBox 0bp 5bp 20bp 20bp
37081
37082 \end_inset
37083
37084
37085 \end_layout
37086
37087 \end_inset
37088 </cell>
37089 <cell alignment="center" valignment="top" usebox="none">
37090 \begin_inset Text
37091
37092 \begin_layout PlainLayout
37093
37094 \family sans
37095 Insert\SpecialChar \menuseparator
37096 Math\SpecialChar \menuseparator
37097 Inline
37098 \begin_inset Space ~
37099 \end_inset
37100
37101 Formula
37102 \end_layout
37103
37104 \end_inset
37105 </cell>
37106 </row>
37107 <row interlinespace="2.5mm">
37108 <cell alignment="center" valignment="top" usebox="none">
37109 \begin_inset Text
37110
37111 \begin_layout PlainLayout
37112 \begin_inset Graphics
37113         filename ../images/dialog-show-new-inset_graphics.png
37114         embed ""
37115         BoundingBox 0bp 5bp 20bp 25bp
37116         rotateOrigin center
37117
37118 \end_inset
37119
37120
37121 \end_layout
37122
37123 \end_inset
37124 </cell>
37125 <cell alignment="center" valignment="top" usebox="none">
37126 \begin_inset Text
37127
37128 \begin_layout PlainLayout
37129
37130 \family sans
37131 Insert\SpecialChar \menuseparator
37132 Graphics
37133 \end_layout
37134
37135 \end_inset
37136 </cell>
37137 </row>
37138 <row interlinespace="2.5mm">
37139 <cell alignment="center" valignment="top" usebox="none">
37140 \begin_inset Text
37141
37142 \begin_layout PlainLayout
37143 \begin_inset Graphics
37144         filename ../images/tabular-insert.png
37145         embed ""
37146         BoundingBox 0bp 5bp 20bp 25bp
37147         rotateOrigin center
37148
37149 \end_inset
37150
37151
37152 \end_layout
37153
37154 \end_inset
37155 </cell>
37156 <cell alignment="center" valignment="top" usebox="none">
37157 \begin_inset Text
37158
37159 \begin_layout PlainLayout
37160
37161 \family sans
37162 Insert\SpecialChar \menuseparator
37163 Table
37164 \end_layout
37165
37166 \end_inset
37167 </cell>
37168 </row>
37169 <row interlinespace="2.5mm">
37170 <cell alignment="center" valignment="top" usebox="none">
37171 \begin_inset Text
37172
37173 \begin_layout PlainLayout
37174 \begin_inset Graphics
37175         filename ../images/dialog-toggle_toc.png
37176         embed ""
37177         BoundingBox 0bp 5bp 20bp 25bp
37178         rotateOrigin center
37179
37180 \end_inset
37181
37182
37183 \end_layout
37184
37185 \end_inset
37186 </cell>
37187 <cell alignment="center" valignment="top" usebox="none">
37188 \begin_inset Text
37189
37190 \begin_layout PlainLayout
37191 Toggle outline window on/off, 
37192 \family sans
37193 Document\SpecialChar \menuseparator
37194 Outline
37195 \end_layout
37196
37197 \end_inset
37198 </cell>
37199 </row>
37200 <row interlinespace="2.5mm">
37201 <cell alignment="center" valignment="top" usebox="none">
37202 \begin_inset Text
37203
37204 \begin_layout PlainLayout
37205 \begin_inset Graphics
37206         filename ../images/toolbar-toggle_math.png
37207         embed ""
37208         BoundingBox 0bp 5bp 20bp 25bp
37209         rotateOrigin center
37210
37211 \end_inset
37212
37213
37214 \end_layout
37215
37216 \end_inset
37217 </cell>
37218 <cell alignment="center" valignment="top" usebox="none">
37219 \begin_inset Text
37220
37221 \begin_layout PlainLayout
37222 Toggle math toolbar on/off
37223 \end_layout
37224
37225 \end_inset
37226 </cell>
37227 </row>
37228 <row interlinespace="2.5mm">
37229 <cell alignment="center" valignment="top" usebox="none">
37230 \begin_inset Text
37231
37232 \begin_layout PlainLayout
37233 \begin_inset Graphics
37234         filename ../images/toolbar-toggle_table.png
37235         embed ""
37236         BoundingBox 0bp 5bp 20bp 25bp
37237         rotateOrigin center
37238
37239 \end_inset
37240
37241
37242 \end_layout
37243
37244 \end_inset
37245 </cell>
37246 <cell alignment="center" valignment="top" usebox="none">
37247 \begin_inset Text
37248
37249 \begin_layout PlainLayout
37250 Toggle table toolbar on/off
37251 \end_layout
37252
37253 \end_inset
37254 </cell>
37255 </row>
37256 </lyxtabular>
37257
37258 \end_inset
37259
37260
37261 \end_layout
37262
37263 \begin_layout Subsection
37264 Extra Toolbar
37265 \begin_inset Index
37266 status collapsed
37267
37268 \begin_layout PlainLayout
37269 Toolbar ! Extra
37270 \end_layout
37271
37272 \end_inset
37273
37274
37275 \end_layout
37276
37277 \begin_layout Standard
37278 \begin_inset Graphics
37279         filename clipart/ExtraToolbar.png
37280         embed ""
37281         width 100col%
37282
37283 \end_inset
37284
37285
37286 \end_layout
37287
37288 \begin_layout Standard
37289 \begin_inset VSpace defskip
37290 \end_inset
37291
37292
37293 \end_layout
37294
37295 \begin_layout Standard
37296 The extra toolbar as shown above contains from left to right the following
37297  buttons:
37298 \end_layout
37299
37300 \begin_layout Standard
37301 \begin_inset VSpace defskip
37302 \end_inset
37303
37304
37305 \end_layout
37306
37307 \begin_layout Standard
37308 \begin_inset Tabular
37309 <lyxtabular version="3" rows="24" columns="2">
37310 <features islongtable="true">
37311 <column alignment="left" valignment="top" width="0">
37312 <column alignment="left" valignment="top" width="0">
37313 <row interlinespace="2.5mm">
37314 <cell alignment="center" valignment="top" usebox="none">
37315 \begin_inset Text
37316
37317 \begin_layout PlainLayout
37318 \begin_inset Graphics
37319         filename ../images/layout.png
37320         embed ""
37321         BoundingBox 0bp 5bp 20bp 25bp
37322         rotateOrigin center
37323
37324 \end_inset
37325
37326
37327 \end_layout
37328
37329 \end_inset
37330 </cell>
37331 <cell alignment="center" valignment="top" usebox="none">
37332 \begin_inset Text
37333
37334 \begin_layout PlainLayout
37335 Default
37336 \end_layout
37337
37338 \end_inset
37339 </cell>
37340 </row>
37341 <row interlinespace="2.5mm">
37342 <cell alignment="center" valignment="top" usebox="none">
37343 \begin_inset Text
37344
37345 \begin_layout PlainLayout
37346 \begin_inset Graphics
37347         filename ../images/layout_Enumerate.png
37348         embed ""
37349         BoundingBox 0bp 5bp 20bp 25bp
37350         rotateOrigin center
37351
37352 \end_inset
37353
37354
37355 \end_layout
37356
37357 \end_inset
37358 </cell>
37359 <cell alignment="center" valignment="top" usebox="none">
37360 \begin_inset Text
37361
37362 \begin_layout PlainLayout
37363 Numbered list
37364 \end_layout
37365
37366 \end_inset
37367 </cell>
37368 </row>
37369 <row interlinespace="2.5mm">
37370 <cell alignment="center" valignment="top" usebox="none">
37371 \begin_inset Text
37372
37373 \begin_layout PlainLayout
37374 \begin_inset Graphics
37375         filename ../images/layout_Itemize.png
37376         embed ""
37377         BoundingBox 0bp 5bp 20bp 25bp
37378         rotateOrigin center
37379
37380 \end_inset
37381
37382
37383 \end_layout
37384
37385 \end_inset
37386 </cell>
37387 <cell alignment="center" valignment="top" usebox="none">
37388 \begin_inset Text
37389
37390 \begin_layout PlainLayout
37391 Itemized list
37392 \end_layout
37393
37394 \end_inset
37395 </cell>
37396 </row>
37397 <row interlinespace="2.5mm">
37398 <cell alignment="center" valignment="top" usebox="none">
37399 \begin_inset Text
37400
37401 \begin_layout PlainLayout
37402 \begin_inset Graphics
37403         filename ../images/layout_List.png
37404         embed ""
37405         BoundingBox 0bp 5bp 20bp 25bp
37406         rotateOrigin center
37407
37408 \end_inset
37409
37410
37411 \end_layout
37412
37413 \end_inset
37414 </cell>
37415 <cell alignment="center" valignment="top" usebox="none">
37416 \begin_inset Text
37417
37418 \begin_layout PlainLayout
37419 List
37420 \end_layout
37421
37422 \end_inset
37423 </cell>
37424 </row>
37425 <row interlinespace="2.5mm">
37426 <cell alignment="center" valignment="top" usebox="none">
37427 \begin_inset Text
37428
37429 \begin_layout PlainLayout
37430 \begin_inset Graphics
37431         filename ../images/layout_Description.png
37432         embed ""
37433         BoundingBox 0bp 5bp 20bp 25bp
37434         rotateOrigin center
37435
37436 \end_inset
37437
37438
37439 \end_layout
37440
37441 \end_inset
37442 </cell>
37443 <cell alignment="center" valignment="top" usebox="none">
37444 \begin_inset Text
37445
37446 \begin_layout PlainLayout
37447 Description list
37448 \end_layout
37449
37450 \end_inset
37451 </cell>
37452 </row>
37453 <row interlinespace="2.5mm">
37454 <cell alignment="center" valignment="top" usebox="none">
37455 \begin_inset Text
37456
37457 \begin_layout PlainLayout
37458 \begin_inset Graphics
37459         filename ../images/depth-increment.png
37460         embed ""
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 PlainLayout
37475
37476 \family sans
37477 Edit\SpecialChar \menuseparator
37478 Increase
37479 \begin_inset Space ~
37480 \end_inset
37481
37482 List
37483 \begin_inset Space ~
37484 \end_inset
37485
37486 Depth
37487 \end_layout
37488
37489 \end_inset
37490 </cell>
37491 </row>
37492 <row interlinespace="2.5mm">
37493 <cell alignment="center" valignment="top" usebox="none">
37494 \begin_inset Text
37495
37496 \begin_layout PlainLayout
37497 \begin_inset Graphics
37498         filename ../images/depth-decrement.png
37499         embed ""
37500         BoundingBox 0bp 5bp 20bp 25bp
37501         rotateOrigin center
37502
37503 \end_inset
37504
37505
37506 \end_layout
37507
37508 \end_inset
37509 </cell>
37510 <cell alignment="center" valignment="top" usebox="none">
37511 \begin_inset Text
37512
37513 \begin_layout PlainLayout
37514
37515 \family sans
37516 Edit\SpecialChar \menuseparator
37517 Decrease
37518 \begin_inset Space ~
37519 \end_inset
37520
37521 List
37522 \begin_inset Space ~
37523 \end_inset
37524
37525 Depth
37526 \end_layout
37527
37528 \end_inset
37529 </cell>
37530 </row>
37531 <row interlinespace="2.5mm">
37532 <cell alignment="center" valignment="top" usebox="none">
37533 \begin_inset Text
37534
37535 \begin_layout PlainLayout
37536 \begin_inset Graphics
37537         filename ../images/float-insert_figure.png
37538         embed ""
37539         BoundingBox 0bp 5bp 20bp 20bp
37540
37541 \end_inset
37542
37543
37544 \end_layout
37545
37546 \end_inset
37547 </cell>
37548 <cell alignment="center" valignment="top" usebox="none">
37549 \begin_inset Text
37550
37551 \begin_layout PlainLayout
37552
37553 \family sans
37554 Insert\SpecialChar \menuseparator
37555 Float\SpecialChar \menuseparator
37556 Figure
37557 \end_layout
37558
37559 \end_inset
37560 </cell>
37561 </row>
37562 <row interlinespace="2.5mm">
37563 <cell alignment="center" valignment="top" usebox="none">
37564 \begin_inset Text
37565
37566 \begin_layout PlainLayout
37567 \begin_inset Graphics
37568         filename ../images/float-insert_table.png
37569         embed ""
37570         BoundingBox 0bp 5bp 20bp 20bp
37571
37572 \end_inset
37573
37574
37575 \end_layout
37576
37577 \end_inset
37578 </cell>
37579 <cell alignment="center" valignment="top" usebox="none">
37580 \begin_inset Text
37581
37582 \begin_layout PlainLayout
37583
37584 \family sans
37585 Insert\SpecialChar \menuseparator
37586 Float\SpecialChar \menuseparator
37587 Table
37588 \end_layout
37589
37590 \end_inset
37591 </cell>
37592 </row>
37593 <row interlinespace="2.5mm">
37594 <cell alignment="center" valignment="top" usebox="none">
37595 \begin_inset Text
37596
37597 \begin_layout PlainLayout
37598 \begin_inset Graphics
37599         filename ../images/label-insert.png
37600         embed ""
37601         BoundingBox 0bp 5bp 20bp 20bp
37602
37603 \end_inset
37604
37605
37606 \end_layout
37607
37608 \end_inset
37609 </cell>
37610 <cell alignment="center" valignment="top" usebox="none">
37611 \begin_inset Text
37612
37613 \begin_layout PlainLayout
37614
37615 \family sans
37616 Insert\SpecialChar \menuseparator
37617 Label
37618 \end_layout
37619
37620 \end_inset
37621 </cell>
37622 </row>
37623 <row interlinespace="2.5mm">
37624 <cell alignment="center" valignment="top" usebox="none">
37625 \begin_inset Text
37626
37627 \begin_layout PlainLayout
37628 \begin_inset Graphics
37629         filename ../images/dialog-show-new-inset_ref.png
37630         embed ""
37631         BoundingBox 0bp 5bp 20bp 20bp
37632
37633 \end_inset
37634
37635
37636 \end_layout
37637
37638 \end_inset
37639 </cell>
37640 <cell alignment="center" valignment="top" usebox="none">
37641 \begin_inset Text
37642
37643 \begin_layout PlainLayout
37644
37645 \family sans
37646 Insert\SpecialChar \menuseparator
37647 Cross-Reference
37648 \end_layout
37649
37650 \end_inset
37651 </cell>
37652 </row>
37653 <row interlinespace="2.5mm">
37654 <cell alignment="center" valignment="top" usebox="none">
37655 \begin_inset Text
37656
37657 \begin_layout PlainLayout
37658 \begin_inset Graphics
37659         filename ../images/dialog-show-new-inset_citation.png
37660         embed ""
37661         BoundingBox 0bp 5bp 20bp 20bp
37662
37663 \end_inset
37664
37665
37666 \end_layout
37667
37668 \end_inset
37669 </cell>
37670 <cell alignment="center" valignment="top" usebox="none">
37671 \begin_inset Text
37672
37673 \begin_layout PlainLayout
37674
37675 \family sans
37676 Insert\SpecialChar \menuseparator
37677 Citation
37678 \end_layout
37679
37680 \end_inset
37681 </cell>
37682 </row>
37683 <row interlinespace="2.5mm">
37684 <cell alignment="center" valignment="top" usebox="none">
37685 \begin_inset Text
37686
37687 \begin_layout PlainLayout
37688 \begin_inset Graphics
37689         filename ../images/index-insert.png
37690         embed ""
37691         BoundingBox 0bp 5bp 20bp 20bp
37692
37693 \end_inset
37694
37695
37696 \end_layout
37697
37698 \end_inset
37699 </cell>
37700 <cell alignment="center" valignment="top" usebox="none">
37701 \begin_inset Text
37702
37703 \begin_layout PlainLayout
37704
37705 \family sans
37706 Insert\SpecialChar \menuseparator
37707 Index
37708 \begin_inset Space ~
37709 \end_inset
37710
37711 Entry
37712 \end_layout
37713
37714 \end_inset
37715 </cell>
37716 </row>
37717 <row interlinespace="2.5mm">
37718 <cell alignment="center" valignment="top" usebox="none">
37719 \begin_inset Text
37720
37721 \begin_layout PlainLayout
37722 \begin_inset Graphics
37723         filename ../images/nomencl-insert.png
37724         embed ""
37725         BoundingBox 0bp 5bp 20bp 20bp
37726
37727 \end_inset
37728
37729
37730 \end_layout
37731
37732 \end_inset
37733 </cell>
37734 <cell alignment="center" valignment="top" usebox="none">
37735 \begin_inset Text
37736
37737 \begin_layout PlainLayout
37738
37739 \family sans
37740 Insert\SpecialChar \menuseparator
37741 Nomenclature
37742 \begin_inset Space ~
37743 \end_inset
37744
37745 Entry
37746 \end_layout
37747
37748 \end_inset
37749 </cell>
37750 </row>
37751 <row interlinespace="2.5mm">
37752 <cell alignment="center" valignment="top" usebox="none">
37753 \begin_inset Text
37754
37755 \begin_layout PlainLayout
37756 \begin_inset Graphics
37757         filename ../images/footnote-insert.png
37758         embed ""
37759         BoundingBox 0bp 5bp 20bp 20bp
37760
37761 \end_inset
37762
37763
37764 \end_layout
37765
37766 \end_inset
37767 </cell>
37768 <cell alignment="center" valignment="top" usebox="none">
37769 \begin_inset Text
37770
37771 \begin_layout PlainLayout
37772
37773 \family sans
37774 Insert\SpecialChar \menuseparator
37775 Footnote
37776 \end_layout
37777
37778 \end_inset
37779 </cell>
37780 </row>
37781 <row interlinespace="2.5mm">
37782 <cell alignment="center" valignment="top" usebox="none">
37783 \begin_inset Text
37784
37785 \begin_layout PlainLayout
37786 \begin_inset Graphics
37787         filename ../images/marginalnote-insert.png
37788         embed ""
37789         BoundingBox 0bp 5bp 20bp 25bp
37790         rotateOrigin center
37791
37792 \end_inset
37793
37794
37795 \end_layout
37796
37797 \end_inset
37798 </cell>
37799 <cell alignment="center" valignment="top" usebox="none">
37800 \begin_inset Text
37801
37802 \begin_layout PlainLayout
37803
37804 \family sans
37805 Insert\SpecialChar \menuseparator
37806 Marginal
37807 \begin_inset Space ~
37808 \end_inset
37809
37810 Note
37811 \end_layout
37812
37813 \end_inset
37814 </cell>
37815 </row>
37816 <row interlinespace="2.5mm">
37817 <cell alignment="center" valignment="top" usebox="none">
37818 \begin_inset Text
37819
37820 \begin_layout PlainLayout
37821 \begin_inset Graphics
37822         filename ../images/note-insert.png
37823         embed ""
37824         BoundingBox 0bp 5bp 20bp 20bp
37825
37826 \end_inset
37827
37828
37829 \end_layout
37830
37831 \end_inset
37832 </cell>
37833 <cell alignment="center" valignment="top" usebox="none">
37834 \begin_inset Text
37835
37836 \begin_layout PlainLayout
37837
37838 \family sans
37839 Insert\SpecialChar \menuseparator
37840 Note\SpecialChar \menuseparator
37841 LyX
37842 \begin_inset Space ~
37843 \end_inset
37844
37845 Note
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 PlainLayout
37856 \begin_inset Graphics
37857         filename ../images/box-insert.png
37858         embed ""
37859         BoundingBox 0bp 5bp 20bp 20bp
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 PlainLayout
37872
37873 \family sans
37874 Insert\SpecialChar \menuseparator
37875 Box
37876 \end_layout
37877
37878 \end_inset
37879 </cell>
37880 </row>
37881 <row interlinespace="2.5mm">
37882 <cell alignment="center" valignment="top" usebox="none">
37883 \begin_inset Text
37884
37885 \begin_layout PlainLayout
37886 \begin_inset Graphics
37887         filename ../images/url-insert.png
37888         embed ""
37889         BoundingBox 0bp 5bp 20bp 20bp
37890
37891 \end_inset
37892
37893
37894 \end_layout
37895
37896 \end_inset
37897 </cell>
37898 <cell alignment="center" valignment="top" usebox="none">
37899 \begin_inset Text
37900
37901 \begin_layout PlainLayout
37902
37903 \family sans
37904 Insert\SpecialChar \menuseparator
37905 URL
37906 \end_layout
37907
37908 \end_inset
37909 </cell>
37910 </row>
37911 <row interlinespace="2.5mm">
37912 <cell alignment="center" valignment="top" usebox="none">
37913 \begin_inset Text
37914
37915 \begin_layout PlainLayout
37916 \begin_inset Graphics
37917         filename ../images/ert-insert.png
37918         embed ""
37919         BoundingBox 0bp 5bp 20bp 20bp
37920
37921 \end_inset
37922
37923
37924 \end_layout
37925
37926 \end_inset
37927 </cell>
37928 <cell alignment="center" valignment="top" usebox="none">
37929 \begin_inset Text
37930
37931 \begin_layout PlainLayout
37932
37933 \family sans
37934 Insert\SpecialChar \menuseparator
37935 T
37936 \family default
37937
37938 \begin_inset ERT
37939 status collapsed
37940
37941 \begin_layout PlainLayout
37942
37943 {}
37944 \end_layout
37945
37946 \end_inset
37947
37948
37949 \family sans
37950 eX
37951 \end_layout
37952
37953 \end_inset
37954 </cell>
37955 </row>
37956 <row interlinespace="2.5mm">
37957 <cell alignment="center" valignment="top" usebox="none">
37958 \begin_inset Text
37959
37960 \begin_layout PlainLayout
37961 \begin_inset Graphics
37962         filename ../images/dialog-show-new-inset_include.png
37963         embed ""
37964         BoundingBox 0bp 5bp 20bp 20bp
37965
37966 \end_inset
37967
37968
37969 \end_layout
37970
37971 \end_inset
37972 </cell>
37973 <cell alignment="center" valignment="top" usebox="none">
37974 \begin_inset Text
37975
37976 \begin_layout PlainLayout
37977
37978 \family sans
37979 Insert\SpecialChar \menuseparator
37980 File\SpecialChar \menuseparator
37981 Child
37982 \begin_inset Space ~
37983 \end_inset
37984
37985 Document
37986 \end_layout
37987
37988 \end_inset
37989 </cell>
37990 </row>
37991 <row interlinespace="2.5mm">
37992 <cell alignment="center" valignment="top" usebox="none">
37993 \begin_inset Text
37994
37995 \begin_layout PlainLayout
37996 \begin_inset Graphics
37997         filename ../images/dialog-show_character.png
37998         embed ""
37999         BoundingBox 0bp 5bp 20bp 25bp
38000         rotateOrigin center
38001
38002 \end_inset
38003
38004
38005 \end_layout
38006
38007 \end_inset
38008 </cell>
38009 <cell alignment="center" valignment="top" usebox="none">
38010 \begin_inset Text
38011
38012 \begin_layout PlainLayout
38013
38014 \family sans
38015 Edit\SpecialChar \menuseparator
38016 Text
38017 \begin_inset Space ~
38018 \end_inset
38019
38020 Style
38021 \end_layout
38022
38023 \end_inset
38024 </cell>
38025 </row>
38026 <row interlinespace="2.5mm">
38027 <cell alignment="center" valignment="top" usebox="none">
38028 \begin_inset Text
38029
38030 \begin_layout PlainLayout
38031 \begin_inset Graphics
38032         filename ../images/layout-paragraph.png
38033         embed ""
38034         BoundingBox 0bp 5bp 20bp 25bp
38035         rotateOrigin center
38036
38037 \end_inset
38038
38039
38040 \end_layout
38041
38042 \end_inset
38043 </cell>
38044 <cell alignment="center" valignment="top" usebox="none">
38045 \begin_inset Text
38046
38047 \begin_layout PlainLayout
38048
38049 \family sans
38050 Edit\SpecialChar \menuseparator
38051 Paragraph
38052 \begin_inset Space ~
38053 \end_inset
38054
38055 Settings
38056 \end_layout
38057
38058 \end_inset
38059 </cell>
38060 </row>
38061 <row interlinespace="2.5mm">
38062 <cell alignment="center" valignment="top" usebox="none">
38063 \begin_inset Text
38064
38065 \begin_layout PlainLayout
38066 \begin_inset Graphics
38067         filename ../images/thesaurus-entry.png
38068         embed ""
38069         BoundingBox 0bp 5bp 20bp 25bp
38070         rotateOrigin center
38071
38072 \end_inset
38073
38074
38075 \end_layout
38076
38077 \end_inset
38078 </cell>
38079 <cell alignment="center" valignment="top" usebox="none">
38080 \begin_inset Text
38081
38082 \begin_layout PlainLayout
38083
38084 \family sans
38085 Tools\SpecialChar \menuseparator
38086 Thesaurus
38087 \end_layout
38088
38089 \end_inset
38090 </cell>
38091 </row>
38092 </lyxtabular>
38093
38094 \end_inset
38095
38096
38097 \end_layout
38098
38099 \begin_layout Subsection
38100 View / Update Toolbar
38101 \begin_inset Index
38102 status collapsed
38103
38104 \begin_layout PlainLayout
38105 Toolbar ! View / Update
38106 \end_layout
38107
38108 \end_inset
38109
38110
38111 \end_layout
38112
38113 \begin_layout Standard
38114 \begin_inset Graphics
38115         filename clipart/ViewToolbar.png
38116         embed ""
38117
38118 \end_inset
38119
38120
38121 \end_layout
38122
38123 \begin_layout Standard
38124 \begin_inset VSpace defskip
38125 \end_inset
38126
38127
38128 \end_layout
38129
38130 \begin_layout Standard
38131 The view / update toolbar as shown above contains from left to right the
38132  following buttons:
38133 \end_layout
38134
38135 \begin_layout Standard
38136 \begin_inset VSpace defskip
38137 \end_inset
38138
38139
38140 \end_layout
38141
38142 \begin_layout Standard
38143 \begin_inset Tabular
38144 <lyxtabular version="3" rows="6" columns="2">
38145 <features islongtable="true">
38146 <column alignment="left" valignment="top" width="0">
38147 <column alignment="left" valignment="top" width="0">
38148 <row interlinespace="2.5mm">
38149 <cell alignment="center" valignment="top" usebox="none">
38150 \begin_inset Text
38151
38152 \begin_layout PlainLayout
38153 \begin_inset Graphics
38154         filename ../images/buffer-view_dvi.png
38155         embed ""
38156         BoundingBox 0bp 5bp 20bp 25bp
38157         rotateOrigin center
38158
38159 \end_inset
38160
38161
38162 \end_layout
38163
38164 \end_inset
38165 </cell>
38166 <cell alignment="center" valignment="top" usebox="none">
38167 \begin_inset Text
38168
38169 \begin_layout PlainLayout
38170
38171 \family sans
38172 View\SpecialChar \menuseparator
38173 DVI
38174 \end_layout
38175
38176 \end_inset
38177 </cell>
38178 </row>
38179 <row interlinespace="2.5mm">
38180 <cell alignment="center" valignment="top" usebox="none">
38181 \begin_inset Text
38182
38183 \begin_layout PlainLayout
38184 \begin_inset Graphics
38185         filename ../images/buffer-update_dvi.png
38186         embed ""
38187         BoundingBox 0bp 5bp 20bp 25bp
38188         rotateOrigin center
38189
38190 \end_inset
38191
38192
38193 \end_layout
38194
38195 \end_inset
38196 </cell>
38197 <cell alignment="center" valignment="top" usebox="none">
38198 \begin_inset Text
38199
38200 \begin_layout PlainLayout
38201
38202 \family sans
38203 View\SpecialChar \menuseparator
38204 Update\SpecialChar \menuseparator
38205 DVI
38206 \end_layout
38207
38208 \end_inset
38209 </cell>
38210 </row>
38211 <row interlinespace="2.5mm">
38212 <cell alignment="center" valignment="top" usebox="none">
38213 \begin_inset Text
38214
38215 \begin_layout PlainLayout
38216 \begin_inset Graphics
38217         filename ../images/buffer-view_pdf2.png
38218         embed ""
38219         BoundingBox 0bp 5bp 20bp 25bp
38220         rotateOrigin center
38221
38222 \end_inset
38223
38224
38225 \end_layout
38226
38227 \end_inset
38228 </cell>
38229 <cell alignment="center" valignment="top" usebox="none">
38230 \begin_inset Text
38231
38232 \begin_layout PlainLayout
38233
38234 \family sans
38235 View\SpecialChar \menuseparator
38236 PDF
38237 \end_layout
38238
38239 \end_inset
38240 </cell>
38241 </row>
38242 <row interlinespace="2.5mm">
38243 <cell alignment="center" valignment="top" usebox="none">
38244 \begin_inset Text
38245
38246 \begin_layout PlainLayout
38247 \begin_inset Graphics
38248         filename ../images/buffer-update_pdf2.png
38249         embed ""
38250         BoundingBox 0bp 5bp 20bp 25bp
38251         rotateOrigin center
38252
38253 \end_inset
38254
38255
38256 \end_layout
38257
38258 \end_inset
38259 </cell>
38260 <cell alignment="center" valignment="top" usebox="none">
38261 \begin_inset Text
38262
38263 \begin_layout PlainLayout
38264
38265 \family sans
38266 View\SpecialChar \menuseparator
38267 Update\SpecialChar \menuseparator
38268 PDF
38269 \begin_inset Foot
38270 status collapsed
38271
38272 \begin_layout PlainLayout
38273 This button is on some LyX for Windows installations not here because its
38274  functionality is merged with 
38275 \family sans
38276 View\SpecialChar \menuseparator
38277 PDF
38278 \family default
38279 .
38280  
38281 \end_layout
38282
38283 \end_inset
38284
38285
38286 \end_layout
38287
38288 \end_inset
38289 </cell>
38290 </row>
38291 <row interlinespace="2.5mm">
38292 <cell alignment="center" valignment="top" usebox="none">
38293 \begin_inset Text
38294
38295 \begin_layout PlainLayout
38296 \begin_inset Graphics
38297         filename ../images/buffer-view_ps.png
38298         embed ""
38299         BoundingBox 0bp 5bp 20bp 25bp
38300         rotateOrigin center
38301
38302 \end_inset
38303
38304
38305 \end_layout
38306
38307 \end_inset
38308 </cell>
38309 <cell alignment="center" valignment="top" usebox="none">
38310 \begin_inset Text
38311
38312 \begin_layout PlainLayout
38313
38314 \family sans
38315 View\SpecialChar \menuseparator
38316 Postscript
38317 \end_layout
38318
38319 \end_inset
38320 </cell>
38321 </row>
38322 <row interlinespace="2.5mm">
38323 <cell alignment="center" valignment="top" usebox="none">
38324 \begin_inset Text
38325
38326 \begin_layout PlainLayout
38327 \begin_inset Graphics
38328         filename ../images/buffer-update_ps.png
38329         embed ""
38330         BoundingBox 0bp 5bp 20bp 25bp
38331         rotateOrigin center
38332
38333 \end_inset
38334
38335
38336 \end_layout
38337
38338 \end_inset
38339 </cell>
38340 <cell alignment="center" valignment="top" usebox="none">
38341 \begin_inset Text
38342
38343 \begin_layout PlainLayout
38344
38345 \family sans
38346 View\SpecialChar \menuseparator
38347 Update\SpecialChar \menuseparator
38348 Postscript
38349 \end_layout
38350
38351 \end_inset
38352 </cell>
38353 </row>
38354 </lyxtabular>
38355
38356 \end_inset
38357
38358
38359 \end_layout
38360
38361 \begin_layout Subsection
38362 Other Toolbars
38363 \end_layout
38364
38365 \begin_layout Standard
38366 The change tracking toolbar is explained in section
38367 \begin_inset Space ~
38368 \end_inset
38369
38370
38371 \begin_inset CommandInset ref
38372 LatexCommand ref
38373 reference "sec:Change-Tracking"
38374
38375 \end_inset
38376
38377 , the table toolbar
38378 \begin_inset Index
38379 status collapsed
38380
38381 \begin_layout PlainLayout
38382 Toolbar ! Table
38383 \end_layout
38384
38385 \end_inset
38386
38387  is explained in the 
38388 \emph on
38389 Embedded Objects
38390 \emph default
38391  manual.
38392 \end_layout
38393
38394 \begin_layout Chapter
38395 The 
38396 \family sans
38397 Preferences
38398 \family default
38399  Dialog
38400 \begin_inset CommandInset label
38401 LatexCommand label
38402 name "cha:The-Preferences-dialog"
38403
38404 \end_inset
38405
38406
38407 \begin_inset Index
38408 status collapsed
38409
38410 \begin_layout PlainLayout
38411 Preferences
38412 \end_layout
38413
38414 \end_inset
38415
38416
38417 \end_layout
38418
38419 \begin_layout Standard
38420 The preferences dialog is called with the menu Tools\SpecialChar \menuseparator
38421 Preferences.
38422  It consists of submenus explained in the following.
38423 \end_layout
38424
38425 \begin_layout Section
38426 Look and Feel
38427 \end_layout
38428
38429 \begin_layout Subsection
38430 User Interface
38431 \begin_inset CommandInset label
38432 LatexCommand label
38433 name "sec:ui"
38434
38435 \end_inset
38436
38437
38438 \begin_inset Index
38439 status collapsed
38440
38441 \begin_layout PlainLayout
38442 Customization ! of toolbars
38443 \end_layout
38444
38445 \end_inset
38446
38447
38448 \begin_inset Index
38449 status collapsed
38450
38451 \begin_layout PlainLayout
38452 Customization ! of menus
38453 \end_layout
38454
38455 \end_inset
38456
38457
38458 \end_layout
38459
38460 \begin_layout Standard
38461 \begin_inset Note Greyedout
38462 status open
38463
38464 \begin_layout PlainLayout
38465
38466 \series bold
38467 Note:
38468 \series default
38469  You have to restart LyX before changes in ui- and bind-files take effect.
38470 \end_layout
38471
38472 \end_inset
38473
38474
38475 \end_layout
38476
38477 \begin_layout Subsubsection
38478 User Interface File
38479 \begin_inset Index
38480 status collapsed
38481
38482 \begin_layout PlainLayout
38483 Customization ! of toolbars
38484 \end_layout
38485
38486 \end_inset
38487
38488
38489 \begin_inset Index
38490 status collapsed
38491
38492 \begin_layout PlainLayout
38493 Customization ! of menus
38494 \end_layout
38495
38496 \end_inset
38497
38498
38499 \end_layout
38500
38501 \begin_layout Standard
38502 The appearance of the menus and toolbars can be changed by choosing an user
38503  interface (ui) file.
38504  An ui-file is a textfile where the toolbars and menus are listed.
38505  The toolbar buttons and menu entries are specified in the files 
38506 \shape italic
38507 stdtoolbars.inc
38508 \shape default
38509  and 
38510 \shape italic
38511 stdmenus.inc
38512 \shape default
38513 , respectively.
38514  Both files are loaded by the 
38515 \emph on
38516 default.ui
38517 \emph default
38518  file.
38519  To create your own menu and toolbar layout, start with a copy of these
38520  files and edit the entries.
38521 \end_layout
38522
38523 \begin_layout Standard
38524 The syntax of the .inc-files is straightforward: The 
38525 \family sans
38526 Menubar
38527 \family default
38528
38529 \family sans
38530 Menu
38531 \family default
38532  and 
38533 \family sans
38534 Toolbar
38535 \family default
38536  entries must be ended with an explicit 
38537 \family sans
38538 End
38539 \family default
38540 .
38541  They may contain 
38542 \family sans
38543 Submenus
38544 \family default
38545
38546 \family sans
38547 Items
38548 \family default
38549
38550 \family sans
38551 OptItems
38552 \family default
38553
38554 \family sans
38555 Separators
38556 \family default
38557
38558 \family sans
38559 Icons,
38560 \family default
38561  and in the case of the 
38562 \begin_inset Quotes eld
38563 \end_inset
38564
38565 file
38566 \begin_inset Quotes erd
38567 \end_inset
38568
38569  menus a 
38570 \family sans
38571 Lastfiles
38572 \family default
38573  entry.
38574  The syntax for the entries is:
38575 \end_layout
38576
38577 \begin_layout Standard
38578 \begin_inset VSpace smallskip*
38579 \end_inset
38580
38581
38582 \series bold
38583 Item 
38584 \begin_inset Quotes erd
38585 \end_inset
38586
38587 menu 
38588 \series default
38589 or
38590 \series bold
38591  button name
38592 \begin_inset Quotes erd
38593 \end_inset
38594
38595  
38596 \begin_inset Quotes erd
38597 \end_inset
38598
38599 LyX-function
38600 \begin_inset Quotes erd
38601 \end_inset
38602
38603
38604 \end_layout
38605
38606 \begin_layout Standard
38607 \noindent
38608 \begin_inset VSpace smallskip*
38609 \end_inset
38610
38611 All LyX-functions are listed in 
38612 \begin_inset CommandInset citation
38613 LatexCommand cite
38614 key "LyX-func"
38615
38616 \end_inset
38617
38618 .
38619 \end_layout
38620
38621 \begin_layout Standard
38622 \begin_inset VSpace medskip
38623 \end_inset
38624
38625
38626 \end_layout
38627
38628 \begin_layout Standard
38629 An example: Assuming you use the menu 
38630 \family sans
38631 Navigate\SpecialChar \menuseparator
38632 Bookmarks
38633 \family default
38634  quite often and therefore want six available bookmarks, you can add the
38635  line
38636 \end_layout
38637
38638 \begin_layout Standard
38639 \begin_inset VSpace smallskip*
38640 \end_inset
38641
38642
38643 \series bold
38644 Item "Save Bookmark 6" "bookmark-save 6"
38645 \end_layout
38646
38647 \begin_layout Standard
38648 \noindent
38649 \begin_inset VSpace smallskip*
38650 \end_inset
38651
38652 to the navigate menu section in the .inc-file to have the sixth bookmark.
38653 \end_layout
38654
38655 \begin_layout Subsubsection
38656 Bind-File
38657 \begin_inset Index
38658 status collapsed
38659
38660 \begin_layout PlainLayout
38661 Bindings
38662 \end_layout
38663
38664 \end_inset
38665
38666
38667 \end_layout
38668
38669 \begin_layout Standard
38670 Bindings are used to bind a function to a key.
38671  Several binding files are available:
38672 \end_layout
38673
38674 \begin_layout Description
38675 cua.bind typical set of PC keyboard shortcuts
38676 \end_layout
38677
38678 \begin_layout Description
38679 (x)emacs.bind set of bindings like they are used in the editor programs 
38680 \family sans
38681 Emacs
38682 \family default
38683  (
38684 \family sans
38685 XEmacs
38686 \family default
38687 )
38688 \end_layout
38689
38690 \begin_layout Description
38691 mac.bind set of bindings for 
38692 \family sans
38693 Mac
38694 \begin_inset Space \thinspace{}
38695 \end_inset
38696
38697 OS
38698 \family default
38699  systems.
38700 \end_layout
38701
38702 \begin_layout Standard
38703 There are also bind-files designed for special document classes, like 
38704 \shape italic
38705 broadway.bind
38706 \shape default
38707 , and bind files for special languages.
38708  The name of language bind-files begin with a language code, e.g.
38709  
38710 \begin_inset Quotes eld
38711 \end_inset
38712
38713 pt
38714 \begin_inset Quotes erd
38715 \end_inset
38716
38717  for Portuguese.
38718  If you use LyX in a certain language, LyX will try to use the appropriate
38719  bind-file.
38720 \end_layout
38721
38722 \begin_layout Standard
38723 Some bind-files, like 
38724 \emph on
38725 math.bind
38726 \emph default
38727 , have only a small scope.
38728  When looking at the the end of the file 
38729 \shape italic
38730 cua.bind
38731 \shape default
38732 , you can see that they are included to keep the overview in the bind-file.
38733 \end_layout
38734
38735 \begin_layout Standard
38736 If you like to customize the keybindings to your own taste, modify the bind-file
38737 s with a text editor.
38738  The syntax of the entries is:
38739 \end_layout
38740
38741 \begin_layout Standard
38742
38743 \series bold
38744
38745 \backslash
38746 bind 
38747 \begin_inset Quotes erd
38748 \end_inset
38749
38750 key combination
38751 \begin_inset Quotes erd
38752 \end_inset
38753
38754  
38755 \begin_inset Quotes erd
38756 \end_inset
38757
38758 LyX-function
38759 \begin_inset Quotes erd
38760 \end_inset
38761
38762
38763 \end_layout
38764
38765 \begin_layout Standard
38766 All LyX-functions are listed in 
38767 \begin_inset CommandInset citation
38768 LatexCommand cite
38769 key "LyX-func"
38770
38771 \end_inset
38772
38773 .
38774 \end_layout
38775
38776 \begin_layout Subsubsection
38777 Session
38778 \end_layout
38779
38780 \begin_layout Standard
38781 When the option 
38782 \family sans
38783 Save
38784 \begin_inset Space \thinspace{}
38785 \end_inset
38786
38787 /
38788 \begin_inset Space \thinspace{}
38789 \end_inset
38790
38791 restore window size, or use fixed size
38792 \family default
38793  is not checked, you can specify the size of LyX's main window when LyX
38794  is started.
38795 \end_layout
38796
38797 \begin_layout Standard
38798 With the option 
38799 \family sans
38800 Save
38801 \begin_inset Space \thinspace{}
38802 \end_inset
38803
38804 /
38805 \begin_inset Space \thinspace{}
38806 \end_inset
38807
38808 restore window position
38809 \family default
38810  LyX will be opened with its main window at the last used position.
38811 \end_layout
38812
38813 \begin_layout Standard
38814 The option 
38815 \family sans
38816 Restore cursor positions
38817 \family default
38818  sets the cursor to the position in the file where it has been the last
38819  time.
38820 \end_layout
38821
38822 \begin_layout Standard
38823 The option 
38824 \family sans
38825 Load opened files from last session
38826 \family default
38827  opens all files that were opened in the last LyX session.
38828 \end_layout
38829
38830 \begin_layout Subsubsection
38831 Documents
38832 \begin_inset CommandInset label
38833 LatexCommand label
38834 name "sub:Backup documents"
38835
38836 \end_inset
38837
38838
38839 \begin_inset Index
38840 status collapsed
38841
38842 \begin_layout PlainLayout
38843 Backup ! Documents
38844 \end_layout
38845
38846 \end_inset
38847
38848
38849 \end_layout
38850
38851 \begin_layout Standard
38852 When the option 
38853 \family sans
38854 Backup documents
38855 \family default
38856  is set, you can specify the time between backup saves.
38857 \end_layout
38858
38859 \begin_layout Standard
38860
38861 \family sans
38862 Maximum last files
38863 \family default
38864  is the number of last opened files that LyX should display in the menu
38865  
38866 \family sans
38867 File\SpecialChar \menuseparator
38868 Open
38869 \begin_inset Space ~
38870 \end_inset
38871
38872 Recent
38873 \family default
38874 .
38875 \end_layout
38876
38877 \begin_layout Subsubsection
38878 Scrolling
38879 \end_layout
38880
38881 \begin_layout Standard
38882 The option 
38883 \family sans
38884 Cursor follows scrollbar
38885 \family default
38886  sets the cursor to the top of the currently displayed document part when
38887  scrolling.
38888 \end_layout
38889
38890 \begin_layout Subsubsection
38891 Pixmap Cache
38892 \end_layout
38893
38894 \begin_layout Standard
38895 With the option 
38896 \family sans
38897 Enable Pixmap Cache
38898 \family default
38899  enabled, LyX needs to redraw the screen less often.
38900  This results in better performance, especially on slow systems.
38901  On the other hand, the characters might look more fuzzy on screen.
38902  So whether you enable this or not depends on whether you prefer speed over
38903  aesthetics.
38904  Note that the Pixmap Cache is only available and useful under Mac
38905 \begin_inset Space ~
38906 \end_inset
38907
38908 OS and Windows.
38909 \end_layout
38910
38911 \begin_layout Subsection
38912 Screen Fonts
38913 \begin_inset Index
38914 status collapsed
38915
38916 \begin_layout PlainLayout
38917 Font ! Screen
38918 \end_layout
38919
38920 \end_inset
38921
38922
38923 \begin_inset CommandInset label
38924 LatexCommand label
38925 name "sub:Screen-Fonts"
38926
38927 \end_inset
38928
38929
38930 \end_layout
38931
38932 \begin_layout Standard
38933 These fonts are used to display your documents on the screen.
38934 \end_layout
38935
38936 \begin_layout Standard
38937 \begin_inset Note Greyedout
38938 status open
38939
38940 \begin_layout PlainLayout
38941
38942 \series bold
38943 Note:
38944 \series default
38945  This section only deals with the fonts 
38946 \emph on
38947 inside
38948 \emph default
38949  the LyX window.
38950  The fonts that appear on the output are independent from these fonts, and
38951  set in the menu 
38952 \family sans
38953 Document\SpecialChar \menuseparator
38954 Settings\SpecialChar \menuseparator
38955 Fonts
38956 \family default
38957 .
38958 \end_layout
38959
38960 \end_inset
38961
38962
38963 \end_layout
38964
38965 \begin_layout Standard
38966 By default, LyX uses 
38967 \family typewriter
38968 Times
38969 \family default
38970  as roman (serif) font, 
38971 \family typewriter
38972 Arial
38973 \family default
38974  or 
38975 \family typewriter
38976 Helvetica
38977 \family default
38978  (depends on the system) as 
38979 \family sans
38980 sans
38981 \begin_inset Space ~
38982 \end_inset
38983
38984 serif
38985 \family default
38986  font, and 
38987 \family typewriter
38988 Courier
38989 \family default
38990  as 
38991 \family typewriter
38992 typewriter
38993 \family default
38994  font.
38995 \end_layout
38996
38997 \begin_layout Standard
38998 You can change the font size with the 
38999 \family sans
39000 Zoom
39001 \family default
39002  setting.
39003 \end_layout
39004
39005 \begin_layout Standard
39006
39007 \family sans
39008 Screen DPI
39009 \family default
39010  is the screen resolution in dpi (dots per inch).
39011  The Font Sizes are calculated as letter height in units of points.
39012  72
39013 \begin_inset Space \thinspace{}
39014 \end_inset
39015
39016 points have the size of 1
39017 \begin_inset Space \thinspace{}
39018 \end_inset
39019
39020 inch, see Appendix
39021 \begin_inset Space ~
39022 \end_inset
39023
39024
39025 \begin_inset CommandInset ref
39026 LatexCommand ref
39027 reference "cha:Units-available-in"
39028
39029 \end_inset
39030
39031 .
39032 \end_layout
39033
39034 \begin_layout Standard
39035 The default 
39036 \family sans
39037 Font Sizes
39038 \family default
39039  are the same as if a document font size of 10
39040 \begin_inset Formula $\,$
39041 \end_inset
39042
39043 pt would be used.
39044  The sizes are explained in detail in section
39045 \begin_inset Space ~
39046 \end_inset
39047
39048
39049 \begin_inset CommandInset ref
39050 LatexCommand ref
39051 reference "sub:Document-Font"
39052
39053 \end_inset
39054
39055 .
39056 \end_layout
39057
39058 \begin_layout Subsection
39059 Colors
39060 \begin_inset Index
39061 status collapsed
39062
39063 \begin_layout PlainLayout
39064 Color ! LyX screen
39065 \end_layout
39066
39067 \end_inset
39068
39069
39070 \begin_inset Index
39071 status collapsed
39072
39073 \begin_layout PlainLayout
39074 Settings ! Color
39075 \end_layout
39076
39077 \end_inset
39078
39079
39080 \end_layout
39081
39082 \begin_layout Standard
39083 You can here change all colors used by LyX.
39084  Choose an item in the list and use the 
39085 \family sans
39086 Alter
39087 \family default
39088  button.
39089 \end_layout
39090
39091 \begin_layout Subsection
39092 Graphics
39093 \begin_inset Index
39094 status collapsed
39095
39096 \begin_layout PlainLayout
39097 Settings ! Graphics
39098 \end_layout
39099
39100 \end_inset
39101
39102
39103 \end_layout
39104
39105 \begin_layout Standard
39106 Here you can specify how graphics inside LyX are displayed.
39107 \end_layout
39108
39109 \begin_layout Standard
39110
39111 \family sans
39112 Instant Preview
39113 \family default
39114  enables previewing snippets of your document.
39115  This feature is described in section
39116 \begin_inset Space ~
39117 \end_inset
39118
39119
39120 \begin_inset CommandInset ref
39121 LatexCommand ref
39122 reference "sec:Previewing-snippets-of"
39123
39124 \end_inset
39125
39126 .
39127 \end_layout
39128
39129 \begin_layout Subsection
39130 Keyboard Map
39131 \begin_inset Index
39132 status collapsed
39133
39134 \begin_layout PlainLayout
39135 Keyboard Map
39136 \end_layout
39137
39138 \end_inset
39139
39140
39141 \begin_inset Index
39142 status collapsed
39143
39144 \begin_layout PlainLayout
39145 Settings ! Keyboard Map
39146 \end_layout
39147
39148 \end_inset
39149
39150
39151 \begin_inset CommandInset label
39152 LatexCommand label
39153 name "sub:Keyboard-Map"
39154
39155 \end_inset
39156
39157
39158 \end_layout
39159
39160 \begin_layout Standard
39161 Normally keyboard settings have to be done in a menu of your operating system.
39162  For the case that this is not possible, LyX provides keyboard maps.
39163  If you have e.
39164 \begin_inset Space \thinspace{}
39165 \end_inset
39166
39167 g.
39168 \begin_inset Space ~
39169 \end_inset
39170
39171 a Czech keyboard but want to write with it like with a Romanian one, you
39172  can use the keyboard map file named 
39173 \emph on
39174 romanian.kmap
39175 \emph default
39176 .
39177 \end_layout
39178
39179 \begin_layout Standard
39180 \begin_inset Note Greyedout
39181 status open
39182
39183 \begin_layout PlainLayout
39184
39185 \series bold
39186 Note:
39187 \series default
39188  Keyboard maps are only provided as makeshift and don't work on all systems.
39189 \end_layout
39190
39191 \end_inset
39192
39193
39194 \end_layout
39195
39196 \begin_layout Section
39197 Paths
39198 \begin_inset Index
39199 status collapsed
39200
39201 \begin_layout PlainLayout
39202 Paths
39203 \end_layout
39204
39205 \end_inset
39206
39207
39208 \begin_inset Index
39209 status collapsed
39210
39211 \begin_layout PlainLayout
39212 Settings ! Directory
39213 \end_layout
39214
39215 \end_inset
39216
39217
39218 \end_layout
39219
39220 \begin_layout Description
39221 Working
39222 \begin_inset Space ~
39223 \end_inset
39224
39225 directory This is LyX's working directory.
39226  It is the default when you 
39227 \family sans
39228 Open
39229 \family default
39230
39231 \family sans
39232 Save
39233 \family default
39234  or 
39235 \family sans
39236 Save
39237 \begin_inset Space ~
39238 \end_inset
39239
39240 as
39241 \family default
39242  files.
39243 \end_layout
39244
39245 \begin_layout Description
39246 Document
39247 \begin_inset Space ~
39248 \end_inset
39249
39250 templates This directory will be opened when you use the menu 
39251 \family sans
39252 File\SpecialChar \menuseparator
39253 New
39254 \begin_inset Space ~
39255 \end_inset
39256
39257 from
39258 \begin_inset Space ~
39259 \end_inset
39260
39261 Template
39262 \family default
39263 .
39264 \end_layout
39265
39266 \begin_layout Description
39267 Backup
39268 \begin_inset Space ~
39269 \end_inset
39270
39271 directory
39272 \begin_inset Index
39273 status collapsed
39274
39275 \begin_layout PlainLayout
39276 Backup ! Directory
39277 \end_layout
39278
39279 \end_inset
39280
39281  Backup copies will be saved to this directory.
39282  When no directory is given but backups are enabled as described in section
39283 \begin_inset Space ~
39284 \end_inset
39285
39286
39287 \begin_inset CommandInset ref
39288 LatexCommand ref
39289 reference "sub:Backup documents"
39290
39291 \end_inset
39292
39293 , the 
39294 \family sans
39295 Working directory
39296 \family default
39297  will be used to save the backups.
39298 \newline
39299 The backup files have the ending 
39300 \begin_inset Quotes eld
39301 \end_inset
39302
39303 .lyx~
39304 \begin_inset Quotes erd
39305 \end_inset
39306
39307 .
39308 \end_layout
39309
39310 \begin_layout Description
39311 Ly
39312 \begin_inset ERT
39313 status collapsed
39314
39315 \begin_layout PlainLayout
39316
39317 {}
39318 \end_layout
39319
39320 \end_inset
39321
39322 XServer-Pipe Here you can enter the name of a Unix-pipe.
39323  This pipe is used to send data from external programs to LyX.
39324 \newline
39325
39326 \begin_inset Note Greyedout
39327 status open
39328
39329 \begin_layout PlainLayout
39330
39331 \series bold
39332 Note:
39333 \series default
39334  This feature doesn't work on Windows systems.
39335 \end_layout
39336
39337 \end_inset
39338
39339
39340 \end_layout
39341
39342 \begin_layout Description
39343 Temporary
39344 \begin_inset Space ~
39345 \end_inset
39346
39347 directory Temporary files will be saved in this directory.
39348 \end_layout
39349
39350 \begin_layout Description
39351 PATH
39352 \begin_inset Space ~
39353 \end_inset
39354
39355 prefix This field contains a list of paths to external programs.
39356  When LyX needs to use an external program, it looks in this list where
39357  to find it on the system.
39358  The path list is automatically set up on Windows and Mac systems while
39359  LyX is configured, so that you normally don't have to modify it.
39360  On Unix
39361 \begin_inset Space \thinspace{}
39362 \end_inset
39363
39364 /
39365 \begin_inset Space \thinspace{}
39366 \end_inset
39367
39368 Linux systems, the path list will need to be set only if there are external
39369  programs you wish to use that are not in your normal system path ($PATH).
39370  
39371 \end_layout
39372
39373 \begin_layout Section
39374 Identity
39375 \end_layout
39376
39377 \begin_layout Standard
39378 Here you can insert your name and email address.
39379  The identity will be used when you have enabled change tracking as described
39380  in section
39381 \begin_inset Space ~
39382 \end_inset
39383
39384
39385 \begin_inset CommandInset ref
39386 LatexCommand ref
39387 reference "sec:Change-Tracking"
39388
39389 \end_inset
39390
39391 , to mark changes you make as yours.
39392 \end_layout
39393
39394 \begin_layout Section
39395 Language Settings
39396 \begin_inset Index
39397 status collapsed
39398
39399 \begin_layout PlainLayout
39400 Language ! Settings
39401 \end_layout
39402
39403 \end_inset
39404
39405
39406 \begin_inset Index
39407 status collapsed
39408
39409 \begin_layout PlainLayout
39410 Settings ! Language
39411 \end_layout
39412
39413 \end_inset
39414
39415
39416 \end_layout
39417
39418 \begin_layout Subsection
39419 Language
39420 \end_layout
39421
39422 \begin_layout Description
39423 Default
39424 \begin_inset Space ~
39425 \end_inset
39426
39427 language is the language used in new documents
39428 \end_layout
39429
39430 \begin_layout Description
39431 Language
39432 \begin_inset Space ~
39433 \end_inset
39434
39435 package is a LaTeX-command to load a LaTeX-package that handles language
39436  issues.
39437  The default is the LaTeX-command 
39438 \family sans
39439
39440 \backslash
39441 usepackage{babel}
39442 \family default
39443  that loads the package 
39444 \series bold
39445 babel
39446 \series default
39447 .
39448 \begin_inset Foot
39449 status collapsed
39450
39451 \begin_layout PlainLayout
39452 For an introduction to the LaTeX-Syntax, have a look at section
39453 \begin_inset Space ~
39454 \end_inset
39455
39456
39457 \begin_inset CommandInset ref
39458 LatexCommand ref
39459 reference "sec:ERT"
39460
39461 \end_inset
39462
39463 .
39464 \end_layout
39465
39466 \end_inset
39467
39468
39469 \newline
39470 The 
39471 \series bold
39472 babel
39473 \series default
39474  translates in the background automatically text labels of documents to
39475  the document language.
39476  A text label is for instance the word 
39477 \begin_inset Quotes eld
39478 \end_inset
39479
39480 Table
39481 \begin_inset Quotes erd
39482 \end_inset
39483
39484  at the beginning of every table-caption.
39485 \end_layout
39486
39487 \begin_layout Description
39488 Command
39489 \begin_inset Space ~
39490 \end_inset
39491
39492 start When a special LaTeX-package is needed to write in a certain document
39493  language, you can here specify the command to start the package.
39494  An example is the start command 
39495 \family sans
39496
39497 \backslash
39498 begin{arabtext}
39499 \family default
39500  that is needed to write Arabic using the package 
39501 \series bold
39502 ArabTeX
39503 \series default
39504 , see 
39505 \begin_inset CommandInset citation
39506 LatexCommand cite
39507 key "Arabic"
39508
39509 \end_inset
39510
39511 .
39512  The default is the 
39513 \series bold
39514 babel
39515 \series default
39516  command 
39517 \family sans
39518
39519 \backslash
39520 selectlanguage{$$lang}
39521 \family default
39522 .
39523 \end_layout
39524
39525 \begin_layout Description
39526 Command
39527 \begin_inset Space ~
39528 \end_inset
39529
39530 end Counterpart to 
39531 \family sans
39532 Command start
39533 \family default
39534 .
39535  Some packages, like the default, don't have an end command since the start
39536  command toggles the package on and off.
39537 \end_layout
39538
39539 \begin_layout Description
39540 Use
39541 \begin_inset Space ~
39542 \end_inset
39543
39544 babel Whether 
39545 \series bold
39546 babel
39547 \series default
39548  is used or not.
39549 \end_layout
39550
39551 \begin_layout Description
39552 Global When this option is set, the languages used in the document will
39553  be added as options to the document class options, so that they can be
39554  used by all LaTeX-packages.
39555  Otherwise they will only be used as options for the 
39556 \series bold
39557 babel
39558 \series default
39559  package.
39560 \end_layout
39561
39562 \begin_layout Description
39563 Auto
39564 \begin_inset Space ~
39565 \end_inset
39566
39567 begin When this option is set, the documents starts with the chosen document
39568  language.
39569  When this option is not set, the 
39570 \family sans
39571 Command
39572 \begin_inset Space ~
39573 \end_inset
39574
39575 start
39576 \family default
39577  is explicitly set to the beginning of the document in the LaTeX-output.
39578  This assures that the correct language is used when you use another 
39579 \family sans
39580 Command
39581 \begin_inset Space ~
39582 \end_inset
39583
39584 start
39585 \family default
39586  than the default.
39587 \end_layout
39588
39589 \begin_layout Description
39590 Auto
39591 \begin_inset Space ~
39592 \end_inset
39593
39594 end Counterpart to 
39595 \family sans
39596 Auto
39597 \begin_inset Space ~
39598 \end_inset
39599
39600 begin
39601 \family default
39602 .
39603  When it is not set, the 
39604 \family sans
39605 Command
39606 \begin_inset Space ~
39607 \end_inset
39608
39609 end
39610 \family default
39611  is set to the end of the document.
39612 \end_layout
39613
39614 \begin_layout Description
39615 Mark
39616 \begin_inset Space ~
39617 \end_inset
39618
39619 foreign
39620 \begin_inset Space ~
39621 \end_inset
39622
39623 languages Text marked formatted in a language different from the document
39624  language will be underlined blue.
39625 \end_layout
39626
39627 \begin_layout Description
39628 Right
39629 \begin_inset Space ~
39630 \end_inset
39631
39632 to
39633 \begin_inset Space ~
39634 \end_inset
39635
39636 left
39637 \begin_inset Space ~
39638 \end_inset
39639
39640 language
39641 \begin_inset Space ~
39642 \end_inset
39643
39644 support Enables the use of languages, written from right to left, like Arabic,
39645  Hebrew, Farsi.
39646 \end_layout
39647
39648 \begin_layout Subsection
39649 Spellchecker
39650 \end_layout
39651
39652 \begin_layout Standard
39653 The spellchecker settings are explained in section
39654 \begin_inset Space ~
39655 \end_inset
39656
39657
39658 \begin_inset CommandInset ref
39659 LatexCommand ref
39660 reference "sec:Spellchecking"
39661
39662 \end_inset
39663
39664
39665 \end_layout
39666
39667 \begin_layout Section
39668 Outputs
39669 \end_layout
39670
39671 \begin_layout Subsection
39672 Printer
39673 \begin_inset CommandInset label
39674 LatexCommand label
39675 name "sub:Printer"
39676
39677 \end_inset
39678
39679
39680 \begin_inset Index
39681 status collapsed
39682
39683 \begin_layout PlainLayout
39684 Printer
39685 \end_layout
39686
39687 \end_inset
39688
39689
39690 \begin_inset Index
39691 status collapsed
39692
39693 \begin_layout PlainLayout
39694 Settings ! Printer
39695 \end_layout
39696
39697 \end_inset
39698
39699
39700 \end_layout
39701
39702 \begin_layout Description
39703 Default
39704 \begin_inset Space ~
39705 \end_inset
39706
39707 printer Here you can specify the name of your default printer.
39708  The name will be used when the 
39709 \family sans
39710 Printer command
39711 \family default
39712  is executed.
39713 \newline
39714
39715 \begin_inset Note Greyedout
39716 status open
39717
39718 \begin_layout PlainLayout
39719
39720 \series bold
39721 Note:
39722 \series default
39723  You can leave this field empty on Windows systems because it has there
39724  no effect.
39725 \end_layout
39726
39727 \end_inset
39728
39729
39730 \end_layout
39731
39732 \begin_layout Description
39733 Adapt
39734 \begin_inset Space ~
39735 \end_inset
39736
39737 output
39738 \begin_inset Space ~
39739 \end_inset
39740
39741 to
39742 \begin_inset Space ~
39743 \end_inset
39744
39745 printer This option works only for the 
39746 \family sans
39747 Printer command
39748 \family default
39749  
39750 \begin_inset Quotes eld
39751 \end_inset
39752
39753
39754 \family sans
39755 dvips
39756 \family default
39757
39758 \begin_inset Quotes erd
39759 \end_inset
39760
39761 .
39762  It activates a configuration file for dvips.
39763  This is an option only for dvips experts.
39764 \end_layout
39765
39766 \begin_layout Description
39767 Printer
39768 \begin_inset Space ~
39769 \end_inset
39770
39771 command is the command LyX
39772 \begin_inset Space \thinspace{}
39773 \end_inset
39774
39775 /
39776 \begin_inset Space \thinspace{}
39777 \end_inset
39778
39779 LaTeX uses for printing.
39780  The default is on most systems 
39781 \family sans
39782 dvips
39783 \family default
39784 .
39785 \end_layout
39786
39787 \begin_layout Description
39788 Printer
39789 \begin_inset Space ~
39790 \end_inset
39791
39792 Command
39793 \begin_inset Space ~
39794 \end_inset
39795
39796 Options Here you can specify printer options.
39797  A list of printer options with explanations can be found in the documentation
39798  of the program that provides the 
39799 \family sans
39800 Printer command
39801 \family default
39802  you are using.
39803 \end_layout
39804
39805 \begin_layout Subsection
39806 Date Format
39807 \begin_inset Index
39808 status collapsed
39809
39810 \begin_layout PlainLayout
39811 Date Format
39812 \end_layout
39813
39814 \end_inset
39815
39816
39817 \begin_inset Index
39818 status collapsed
39819
39820 \begin_layout PlainLayout
39821 Settings ! Date format
39822 \end_layout
39823
39824 \end_inset
39825
39826
39827 \end_layout
39828
39829 \begin_layout Standard
39830 The date format can be one or a mixture of the formats listed here:
39831 \newline
39832
39833 \begin_inset Flex URL
39834 status collapsed
39835
39836 \begin_layout PlainLayout
39837
39838 http://unixhelp.ed.ac.uk/CGI/man-cgi?date
39839 \end_layout
39840
39841 \end_inset
39842
39843
39844 \newline
39845 For example the format
39846 \newline
39847 %d/%m/%y
39848 \newline
39849 prints the date as day/month/year.
39850 \end_layout
39851
39852 \begin_layout Subsection
39853 Plain Text
39854 \end_layout
39855
39856 \begin_layout Description
39857 Output
39858 \begin_inset Space ~
39859 \end_inset
39860
39861 line
39862 \begin_inset Space ~
39863 \end_inset
39864
39865 length sets the maximum number of characters printed in one line when using
39866  the menu 
39867 \family sans
39868 File\SpecialChar \menuseparator
39869 Export\SpecialChar \menuseparator
39870 Plain
39871 \begin_inset Space ~
39872 \end_inset
39873
39874 text
39875 \family default
39876 .
39877  Setting the line line length to 0 means all text is printed in one endless
39878  line.
39879 \end_layout
39880
39881 \begin_layout Description
39882 roff
39883 \begin_inset Space ~
39884 \end_inset
39885
39886 command defines an additional command used to produce better ASCII tables
39887  with the 
39888 \family typewriter
39889 groff/troff/nroff
39890 \family default
39891  UNIX-commands (refer to their manuals for more information about them).
39892  Setting this as empty tells LyX to use the internal formatter.
39893 \end_layout
39894
39895 \begin_layout Subsection
39896 LaT
39897 \begin_inset ERT
39898 status collapsed
39899
39900 \begin_layout PlainLayout
39901
39902 {}
39903 \end_layout
39904
39905 \end_inset
39906
39907 eX
39908 \begin_inset CommandInset label
39909 LatexCommand label
39910 name "sub:LaTeX-settings"
39911
39912 \end_inset
39913
39914
39915 \begin_inset Index
39916 status collapsed
39917
39918 \begin_layout PlainLayout
39919 Settings ! LaTeX
39920 \end_layout
39921
39922 \end_inset
39923
39924
39925 \end_layout
39926
39927 \begin_layout Description
39928 Te
39929 \begin_inset ERT
39930 status collapsed
39931
39932 \begin_layout PlainLayout
39933
39934 {}
39935 \end_layout
39936
39937 \end_inset
39938
39939 X
39940 \begin_inset Space ~
39941 \end_inset
39942
39943 encoding This is the default encoding of the document font.
39944  
39945 \family sans
39946 T1
39947 \family default
39948  is the default and covers western languages and symbols.
39949  
39950 \family sans
39951 T2A
39952 \family default
39953
39954 \family sans
39955 T2B
39956 \family default
39957
39958 \family sans
39959 T2C
39960 \family default
39961
39962 \family sans
39963 LCY
39964 \family default
39965 , and 
39966 \family sans
39967 X2
39968 \family default
39969  are for Cyrillic.
39970  Combinations of the encodings are possible, like 
39971 \begin_inset Quotes erd
39972 \end_inset
39973
39974
39975 \family sans
39976 T1, T2B
39977 \family default
39978
39979 \begin_inset Quotes erd
39980 \end_inset
39981
39982 .
39983  The font encoding is normally automatically loaded by the language packages
39984  LyX sets up in the background.
39985  So there is no need to change the default encoding.
39986 \end_layout
39987
39988 \begin_layout Description
39989 Default
39990 \begin_inset Space ~
39991 \end_inset
39992
39993 paper
39994 \begin_inset Space ~
39995 \end_inset
39996
39997 size This is the paper size that is used for new documents.
39998  The 
39999 \family sans
40000 Default
40001 \family default
40002  value depends on your LaTeX-system setup.
40003 \end_layout
40004
40005 \begin_layout Description
40006 Reset
40007 \begin_inset Space ~
40008 \end_inset
40009
40010 class
40011 \begin_inset Space ~
40012 \end_inset
40013
40014 options
40015 \begin_inset Space ~
40016 \end_inset
40017
40018 when
40019 \begin_inset Space ~
40020 \end_inset
40021
40022 document
40023 \begin_inset Space ~
40024 \end_inset
40025
40026 classes
40027 \begin_inset Space ~
40028 \end_inset
40029
40030 changes Removes all manually set document class options in the 
40031 \family sans
40032 Document\SpecialChar \menuseparator
40033 Settings
40034 \family default
40035  dialog when changing the document class.
40036 \end_layout
40037
40038 \begin_layout Standard
40039 In the 
40040 \family sans
40041 External Applications
40042 \family default
40043  field you can specify commands with parameters for the listed applications.
40044  Before you change something here, it is strongly recommended to read the
40045  manuals of the applications.
40046  Currently the following commands can be set:
40047 \end_layout
40048
40049 \begin_layout Description
40050 CheckTe
40051 \begin_inset ERT
40052 status collapsed
40053
40054 \begin_layout PlainLayout
40055
40056 {}
40057 \end_layout
40058
40059 \end_inset
40060
40061 X
40062 \begin_inset Space ~
40063 \end_inset
40064
40065 command Command for the program 
40066 \family sans
40067 CheckTeX
40068 \family default
40069  that is described in section 
40070 \emph on
40071 Checking TeX
40072 \emph default
40073  of the 
40074 \emph on
40075 Extended Features
40076 \emph default
40077  manual.
40078 \end_layout
40079
40080 \begin_layout Description
40081 BibTe
40082 \begin_inset ERT
40083 status collapsed
40084
40085 \begin_layout PlainLayout
40086
40087 {}
40088 \end_layout
40089
40090 \end_inset
40091
40092 X
40093 \begin_inset Space ~
40094 \end_inset
40095
40096 command Command for the program 
40097 \family sans
40098 BibTeX
40099 \family default
40100  that generates the bibliography, see section
40101 \begin_inset Space ~
40102 \end_inset
40103
40104
40105 \begin_inset CommandInset ref
40106 LatexCommand ref
40107 reference "sub:Bibliography-databases"
40108
40109 \end_inset
40110
40111 .
40112 \end_layout
40113
40114 \begin_layout Description
40115 Index
40116 \begin_inset Space ~
40117 \end_inset
40118
40119 command Command for the program that generates the index, see section
40120 \begin_inset Space ~
40121 \end_inset
40122
40123
40124 \begin_inset CommandInset ref
40125 LatexCommand ref
40126 reference "sub:Index-Program"
40127
40128 \end_inset
40129
40130 .
40131 \end_layout
40132
40133 \begin_layout Description
40134 DVI
40135 \begin_inset Space ~
40136 \end_inset
40137
40138 viewer
40139 \begin_inset Space ~
40140 \end_inset
40141
40142 paper
40143 \begin_inset Space ~
40144 \end_inset
40145
40146 size
40147 \begin_inset Space ~
40148 \end_inset
40149
40150 options They only have an effect when the program 
40151 \family sans
40152 xdvi
40153 \family default
40154  is used as DVI-viewer.
40155 \end_layout
40156
40157 \begin_layout Subsection
40158 Paths
40159 \begin_inset Index
40160 status collapsed
40161
40162 \begin_layout PlainLayout
40163 Paths
40164 \end_layout
40165
40166 \end_inset
40167
40168
40169 \begin_inset Index
40170 status collapsed
40171
40172 \begin_layout PlainLayout
40173 Settings ! Paths
40174 \end_layout
40175
40176 \end_inset
40177
40178
40179 \end_layout
40180
40181 \begin_layout Standard
40182 The submenu 
40183 \family sans
40184 Paths
40185 \family default
40186  is only available in the Windows version of LyX.
40187  The option 
40188 \family sans
40189 Use Windows-style paths in LaTeX files
40190 \family default
40191  uses the Windows path style:
40192 \end_layout
40193
40194 \begin_layout Standard
40195 C:
40196 \backslash
40197 test
40198 \backslash
40199 hello
40200 \end_layout
40201
40202 \begin_layout Standard
40203 instead of the Unix path style:
40204 \end_layout
40205
40206 \begin_layout Standard
40207 C:/test/hello
40208 \end_layout
40209
40210 \begin_layout Section
40211 Converters
40212 \begin_inset Index
40213 status collapsed
40214
40215 \begin_layout PlainLayout
40216 Converters
40217 \end_layout
40218
40219 \end_inset
40220
40221
40222 \end_layout
40223
40224 \begin_layout Standard
40225 Here you find the list of defined converter commands to convert material
40226  from one format to another.
40227  You can modify them or create new ones.
40228  To modify a converter, select it, change the entry of the field 
40229 \family sans
40230 Converter
40231 \family default
40232  and/or 
40233 \family sans
40234 Extra
40235 \begin_inset Space ~
40236 \end_inset
40237
40238 flag
40239 \family default
40240 , and press the 
40241 \family sans
40242 Modify
40243 \family default
40244  button.
40245  To create a new converter, select an existing one, select a different format
40246  in the 
40247 \family sans
40248 From
40249 \begin_inset Space ~
40250 \end_inset
40251
40252 format
40253 \family default
40254  drop-down list, modify the 
40255 \family sans
40256 Converter
40257 \family default
40258  field, and press the 
40259 \family sans
40260 Add
40261 \family default
40262  button.
40263 \end_layout
40264
40265 \begin_layout Standard
40266 When the 
40267 \family sans
40268 Converter File Cache
40269 \family default
40270  is enabled, conversions will be cached as long as specified in the field
40271  
40272 \family sans
40273 Maximum Age (in days
40274 \family default
40275 ).
40276  This means that images don't need to be converted again when you reopen
40277  a document; the converted images from the cache will be used instead.
40278 \end_layout
40279
40280 \begin_layout Standard
40281 More about converters, like the variables and flags that can be used in
40282  the converter definition, is described in section 
40283 \emph on
40284 Converters
40285 \emph default
40286  of the 
40287 \emph on
40288 Customization
40289 \emph default
40290  manual.
40291 \end_layout
40292
40293 \begin_layout Section
40294 File Formats
40295 \begin_inset Index
40296 status collapsed
40297
40298 \begin_layout PlainLayout
40299 File formats
40300 \end_layout
40301
40302 \end_inset
40303
40304
40305 \begin_inset CommandInset label
40306 LatexCommand label
40307 name "sec:File-Formats"
40308
40309 \end_inset
40310
40311
40312 \end_layout
40313
40314 \begin_layout Standard
40315 Here you find the list of defined file formats that LyX can handle.
40316  You can modify the viewer and editor program that should be used for certain
40317  formats.
40318  To create a new format, select an existing one, change the entry of the
40319  fields 
40320 \family sans
40321 Format
40322 \family default
40323  and 
40324 \family sans
40325 GUI
40326 \begin_inset Space ~
40327 \end_inset
40328
40329 name
40330 \family default
40331 , and press the 
40332 \family sans
40333 Add
40334 \family default
40335  button.
40336 \end_layout
40337
40338 \begin_layout Standard
40339 More about formats, like the options that can be used in the format definition,
40340  is described in section 
40341 \emph on
40342 Formats
40343 \emph default
40344  of the 
40345 \emph on
40346 Customization
40347 \emph default
40348  manual.
40349 \end_layout
40350
40351 \begin_layout Section
40352 Copiers
40353 \begin_inset Index
40354 status collapsed
40355
40356 \begin_layout PlainLayout
40357 Copiers
40358 \end_layout
40359
40360 \end_inset
40361
40362
40363 \end_layout
40364
40365 \begin_layout Standard
40366 Here you find the list of defined copiers.
40367  Since all conversions from one format to another take place in LyX's temporary
40368  directory, it is sometimes necessary to modify a file before copying it
40369  to the temporary directory in order that the conversion may be performed.
40370  This is done by a Copier.
40371 \end_layout
40372
40373 \begin_layout Standard
40374 More about converters is described in section 
40375 \emph on
40376 Copiers
40377 \emph default
40378  of the 
40379 \emph on
40380 Customization
40381 \emph default
40382  manual.
40383 \end_layout
40384
40385 \begin_layout Chapter
40386 Units available in LyX
40387 \begin_inset Index
40388 status collapsed
40389
40390 \begin_layout PlainLayout
40391 Units
40392 \end_layout
40393
40394 \end_inset
40395
40396
40397 \begin_inset CommandInset label
40398 LatexCommand label
40399 name "cha:Units-available-in"
40400
40401 \end_inset
40402
40403
40404 \end_layout
40405
40406 \begin_layout Standard
40407 To understand the units described in this documentation, 
40408 \begin_inset CommandInset ref
40409 LatexCommand ref
40410 reference "cap:Units"
40411
40412 \end_inset
40413
40414  explains all units available in LyX.
40415 \end_layout
40416
40417 \begin_layout Standard
40418 \begin_inset Float table
40419 placement h
40420 wide false
40421 sideways false
40422 status open
40423
40424 \begin_layout PlainLayout
40425 \begin_inset Caption
40426
40427 \begin_layout PlainLayout
40428 \begin_inset CommandInset label
40429 LatexCommand label
40430 name "cap:Units"
40431
40432 \end_inset
40433
40434 Units
40435 \end_layout
40436
40437 \end_inset
40438
40439
40440 \end_layout
40441
40442 \begin_layout PlainLayout
40443 \begin_inset VSpace medskip
40444 \end_inset
40445
40446
40447 \end_layout
40448
40449 \begin_layout PlainLayout
40450 \align center
40451 \begin_inset Tabular
40452 <lyxtabular version="3" rows="20" columns="2">
40453 <features>
40454 <column alignment="center" valignment="top" width="0">
40455 <column alignment="center" valignment="top" width="0">
40456 <row>
40457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40458 \begin_inset Text
40459
40460 \begin_layout PlainLayout
40461 unit
40462 \end_layout
40463
40464 \end_inset
40465 </cell>
40466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40467 \begin_inset Text
40468
40469 \begin_layout PlainLayout
40470 name/description
40471 \end_layout
40472
40473 \end_inset
40474 </cell>
40475 </row>
40476 <row>
40477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40478 \begin_inset Text
40479
40480 \begin_layout PlainLayout
40481 mm
40482 \end_layout
40483
40484 \end_inset
40485 </cell>
40486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40487 \begin_inset Text
40488
40489 \begin_layout PlainLayout
40490 millimeter
40491 \end_layout
40492
40493 \end_inset
40494 </cell>
40495 </row>
40496 <row>
40497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40498 \begin_inset Text
40499
40500 \begin_layout PlainLayout
40501 cm
40502 \end_layout
40503
40504 \end_inset
40505 </cell>
40506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40507 \begin_inset Text
40508
40509 \begin_layout PlainLayout
40510 centimeter
40511 \end_layout
40512
40513 \end_inset
40514 </cell>
40515 </row>
40516 <row>
40517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40518 \begin_inset Text
40519
40520 \begin_layout PlainLayout
40521 in
40522 \end_layout
40523
40524 \end_inset
40525 </cell>
40526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40527 \begin_inset Text
40528
40529 \begin_layout PlainLayout
40530 inch
40531 \end_layout
40532
40533 \end_inset
40534 </cell>
40535 </row>
40536 <row>
40537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40538 \begin_inset Text
40539
40540 \begin_layout PlainLayout
40541 pt
40542 \end_layout
40543
40544 \end_inset
40545 </cell>
40546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40547 \begin_inset Text
40548
40549 \begin_layout PlainLayout
40550 point (72.27
40551 \begin_inset Space \thinspace{}
40552 \end_inset
40553
40554 pt = 1
40555 \begin_inset Space \thinspace{}
40556 \end_inset
40557
40558 in)
40559 \end_layout
40560
40561 \end_inset
40562 </cell>
40563 </row>
40564 <row>
40565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40566 \begin_inset Text
40567
40568 \begin_layout PlainLayout
40569 pc
40570 \end_layout
40571
40572 \end_inset
40573 </cell>
40574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40575 \begin_inset Text
40576
40577 \begin_layout PlainLayout
40578 pica (1
40579 \begin_inset Space \thinspace{}
40580 \end_inset
40581
40582 pc = 12
40583 \begin_inset Space \thinspace{}
40584 \end_inset
40585
40586 pt)
40587 \end_layout
40588
40589 \end_inset
40590 </cell>
40591 </row>
40592 <row>
40593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40594 \begin_inset Text
40595
40596 \begin_layout PlainLayout
40597 sp
40598 \end_layout
40599
40600 \end_inset
40601 </cell>
40602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40603 \begin_inset Text
40604
40605 \begin_layout PlainLayout
40606 scaled point (65536
40607 \begin_inset Space \thinspace{}
40608 \end_inset
40609
40610 sp = 1
40611 \begin_inset Space \thinspace{}
40612 \end_inset
40613
40614 pt)
40615 \end_layout
40616
40617 \end_inset
40618 </cell>
40619 </row>
40620 <row>
40621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40622 \begin_inset Text
40623
40624 \begin_layout PlainLayout
40625 bp
40626 \end_layout
40627
40628 \end_inset
40629 </cell>
40630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40631 \begin_inset Text
40632
40633 \begin_layout PlainLayout
40634 big point (72
40635 \begin_inset Space \thinspace{}
40636 \end_inset
40637
40638 bp = 1
40639 \begin_inset Space \thinspace{}
40640 \end_inset
40641
40642 in)
40643 \end_layout
40644
40645 \end_inset
40646 </cell>
40647 </row>
40648 <row>
40649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40650 \begin_inset Text
40651
40652 \begin_layout PlainLayout
40653 dd
40654 \end_layout
40655
40656 \end_inset
40657 </cell>
40658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40659 \begin_inset Text
40660
40661 \begin_layout PlainLayout
40662 didot (72
40663 \begin_inset Space \thinspace{}
40664 \end_inset
40665
40666 dd 
40667 \begin_inset Formula $\approx$
40668 \end_inset
40669
40670  37.6
40671 \begin_inset Space \thinspace{}
40672 \end_inset
40673
40674 mm)
40675 \end_layout
40676
40677 \end_inset
40678 </cell>
40679 </row>
40680 <row>
40681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40682 \begin_inset Text
40683
40684 \begin_layout PlainLayout
40685 cc
40686 \end_layout
40687
40688 \end_inset
40689 </cell>
40690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40691 \begin_inset Text
40692
40693 \begin_layout PlainLayout
40694 cicero (1
40695 \begin_inset Space \thinspace{}
40696 \end_inset
40697
40698 cc = 12
40699 \begin_inset Space \thinspace{}
40700 \end_inset
40701
40702 dd)
40703 \end_layout
40704
40705 \end_inset
40706 </cell>
40707 </row>
40708 <row>
40709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40710 \begin_inset Text
40711
40712 \begin_layout PlainLayout
40713 Scale%
40714 \end_layout
40715
40716 \end_inset
40717 </cell>
40718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40719 \begin_inset Text
40720
40721 \begin_layout PlainLayout
40722 % of original image width
40723 \end_layout
40724
40725 \end_inset
40726 </cell>
40727 </row>
40728 <row>
40729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40730 \begin_inset Text
40731
40732 \begin_layout PlainLayout
40733 text%
40734 \end_layout
40735
40736 \end_inset
40737 </cell>
40738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40739 \begin_inset Text
40740
40741 \begin_layout PlainLayout
40742 % of text width
40743 \end_layout
40744
40745 \end_inset
40746 </cell>
40747 </row>
40748 <row>
40749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40750 \begin_inset Text
40751
40752 \begin_layout PlainLayout
40753 col%
40754 \end_layout
40755
40756 \end_inset
40757 </cell>
40758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40759 \begin_inset Text
40760
40761 \begin_layout PlainLayout
40762 % of column width
40763 \end_layout
40764
40765 \end_inset
40766 </cell>
40767 </row>
40768 <row>
40769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40770 \begin_inset Text
40771
40772 \begin_layout PlainLayout
40773 page%
40774 \end_layout
40775
40776 \end_inset
40777 </cell>
40778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40779 \begin_inset Text
40780
40781 \begin_layout PlainLayout
40782 % of paper width
40783 \end_layout
40784
40785 \end_inset
40786 </cell>
40787 </row>
40788 <row>
40789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40790 \begin_inset Text
40791
40792 \begin_layout PlainLayout
40793 line%
40794 \end_layout
40795
40796 \end_inset
40797 </cell>
40798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40799 \begin_inset Text
40800
40801 \begin_layout PlainLayout
40802 % of line width
40803 \end_layout
40804
40805 \end_inset
40806 </cell>
40807 </row>
40808 <row>
40809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40810 \begin_inset Text
40811
40812 \begin_layout PlainLayout
40813 theight%
40814 \end_layout
40815
40816 \end_inset
40817 </cell>
40818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40819 \begin_inset Text
40820
40821 \begin_layout PlainLayout
40822 % of text height
40823 \end_layout
40824
40825 \end_inset
40826 </cell>
40827 </row>
40828 <row>
40829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40830 \begin_inset Text
40831
40832 \begin_layout PlainLayout
40833 pheight%
40834 \end_layout
40835
40836 \end_inset
40837 </cell>
40838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40839 \begin_inset Text
40840
40841 \begin_layout PlainLayout
40842 % of paper height
40843 \end_layout
40844
40845 \end_inset
40846 </cell>
40847 </row>
40848 <row>
40849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40850 \begin_inset Text
40851
40852 \begin_layout PlainLayout
40853 ex
40854 \end_layout
40855
40856 \end_inset
40857 </cell>
40858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40859 \begin_inset Text
40860
40861 \begin_layout PlainLayout
40862 height of letter 
40863 \emph on
40864 x
40865 \emph default
40866  in current font
40867 \end_layout
40868
40869 \end_inset
40870 </cell>
40871 </row>
40872 <row>
40873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40874 \begin_inset Text
40875
40876 \begin_layout PlainLayout
40877 em
40878 \end_layout
40879
40880 \end_inset
40881 </cell>
40882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40883 \begin_inset Text
40884
40885 \begin_layout PlainLayout
40886 width of letter 
40887 \emph on
40888 M
40889 \emph default
40890  in current font
40891 \end_layout
40892
40893 \end_inset
40894 </cell>
40895 </row>
40896 <row>
40897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40898 \begin_inset Text
40899
40900 \begin_layout PlainLayout
40901 mu
40902 \end_layout
40903
40904 \end_inset
40905 </cell>
40906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40907 \begin_inset Text
40908
40909 \begin_layout PlainLayout
40910 math unit (1
40911 \begin_inset Space \thinspace{}
40912 \end_inset
40913
40914 mu = 1/18
40915 \begin_inset Space \thinspace{}
40916 \end_inset
40917
40918 em)
40919 \end_layout
40920
40921 \end_inset
40922 </cell>
40923 </row>
40924 </lyxtabular>
40925
40926 \end_inset
40927
40928
40929 \end_layout
40930
40931 \end_inset
40932
40933
40934 \end_layout
40935
40936 \begin_layout Chapter
40937 Credits
40938 \begin_inset CommandInset label
40939 LatexCommand label
40940 name "cha:Credits"
40941
40942 \end_inset
40943
40944
40945 \end_layout
40946
40947 \begin_layout Standard
40948 The documentation is a collaborative effort between many different people
40949  (and we would encourage people to contribute!).
40950 \end_layout
40951
40952 \begin_layout Itemize
40953
40954 \noun on
40955 Alejandro Aguilar Sierra
40956 \end_layout
40957
40958 \begin_layout Itemize
40959
40960 \noun on
40961 Amir Karger
40962 \end_layout
40963
40964 \begin_layout Itemize
40965
40966 \noun on
40967 David Johnson
40968 \end_layout
40969
40970 \begin_layout Itemize
40971
40972 \noun on
40973 Hartmut Haase
40974 \end_layout
40975
40976 \begin_layout Itemize
40977
40978 \noun on
40979 Ignacio García
40980 \end_layout
40981
40982 \begin_layout Itemize
40983
40984 \noun on
40985 Ivan Schreter
40986 \end_layout
40987
40988 \begin_layout Itemize
40989
40990 \noun on
40991 John Raithel
40992 \end_layout
40993
40994 \begin_layout Itemize
40995
40996 \noun on
40997 John Weiss
40998 \end_layout
40999
41000 \begin_layout Itemize
41001
41002 \noun on
41003 Lars Gullik Bjønnes
41004 \end_layout
41005
41006 \begin_layout Itemize
41007
41008 \noun on
41009 Matthias Ettrich
41010 \end_layout
41011
41012 \begin_layout Itemize
41013
41014 \noun on
41015 Matthias Zenker
41016 \end_layout
41017
41018 \begin_layout Itemize
41019
41020 \noun on
41021 Rich Fields
41022 \end_layout
41023
41024 \begin_layout Itemize
41025
41026 \noun on
41027 Pascal André
41028 \end_layout
41029
41030 \begin_layout Itemize
41031
41032 \noun on
41033 Paul Evans
41034 \end_layout
41035
41036 \begin_layout Itemize
41037
41038 \noun on
41039 Paul Russel
41040 \end_layout
41041
41042 \begin_layout Itemize
41043
41044 \noun on
41045 Robin Socha
41046 \end_layout
41047
41048 \begin_layout Itemize
41049
41050 \noun on
41051 Uwe Stöhr
41052 \end_layout
41053
41054 \begin_layout Itemize
41055 The LyX Team: 
41056 \begin_inset CommandInset citation
41057 LatexCommand cite
41058 key "lyxcredit"
41059
41060 \end_inset
41061
41062
41063 \end_layout
41064
41065 \begin_layout Standard
41066
41067 \newpage
41068 The bibliography on the following page was created with the 
41069 \family sans
41070 Bibliography
41071 \family default
41072  environment.
41073 \end_layout
41074
41075 \begin_layout Bibliography
41076 \begin_inset CommandInset bibitem
41077 LatexCommand bibitem
41078 label "Credits"
41079 key "lyxcredit"
41080
41081 \end_inset
41082
41083 The LyX Team: 
41084 \begin_inset CommandInset href
41085 LatexCommand href
41086 name "Credits"
41087 target "http://www.lyx.org/trac/browser/lyx-devel/trunk/lib/CREDITS"
41088
41089 \end_inset
41090
41091 :
41092 \newline
41093
41094 \begin_inset Flex URL
41095 status collapsed
41096
41097 \begin_layout PlainLayout
41098
41099 http://www.lyx.org/trac/browser/lyx-devel/trunk/lib/CREDITS
41100 \end_layout
41101
41102 \end_inset
41103
41104
41105 \end_layout
41106
41107 \begin_layout Bibliography
41108 \begin_inset CommandInset bibitem
41109 LatexCommand bibitem
41110 key "latexcompanion"
41111
41112 \end_inset
41113
41114 Frank Mittelbach and Michel Goossens: 
41115 \emph on
41116 The LaTeX Companion Second Edition.
41117
41118 \emph default
41119  Addison-Wesley, 2004
41120 \end_layout
41121
41122 \begin_layout Bibliography
41123 \begin_inset CommandInset bibitem
41124 LatexCommand bibitem
41125 key "latexguide"
41126
41127 \end_inset
41128
41129 Helmut Kopka and Patrick W.
41130  Daly: 
41131 \emph on
41132 A Guide to LaTeX Fourth Edition.
41133
41134 \emph default
41135  Addison-Wesley, 2003
41136 \end_layout
41137
41138 \begin_layout Bibliography
41139 \begin_inset CommandInset bibitem
41140 LatexCommand bibitem
41141 key "latexbook"
41142
41143 \end_inset
41144
41145 Leslie Lamport: 
41146 \emph on
41147 LaTeX: A Document Preparation System.
41148
41149 \emph default
41150  Addison-Wesley, second edition, 1994
41151 \end_layout
41152
41153 \begin_layout Bibliography
41154 \begin_inset CommandInset bibitem
41155 LatexCommand bibitem
41156 key "texbook"
41157
41158 \end_inset
41159
41160 Donald E.
41161  Knuth.
41162  
41163 \emph on
41164 The TeXbook.
41165
41166 \emph default
41167  Addison-Wesley, 1984
41168 \end_layout
41169
41170 \begin_layout Bibliography
41171 \begin_inset CommandInset bibitem
41172 LatexCommand bibitem
41173 key "TeXCatalogue"
41174
41175 \end_inset
41176
41177 The TeX Catalogue:
41178 \newline
41179
41180 \begin_inset Flex URL
41181 status collapsed
41182
41183 \begin_layout PlainLayout
41184
41185 http://www.ctan.org/tex-archive/help/Catalogue/bytopic.html
41186 \end_layout
41187
41188 \end_inset
41189
41190
41191 \end_layout
41192
41193 \begin_layout Bibliography
41194 \begin_inset CommandInset bibitem
41195 LatexCommand bibitem
41196 key "LaTeXFAQ"
41197
41198 \end_inset
41199
41200 The LaTeX FAQ:
41201 \newline
41202
41203 \begin_inset Flex URL
41204 status collapsed
41205
41206 \begin_layout PlainLayout
41207
41208 http://www.tex.ac.uk/cgi-bin/texfaq2html
41209 \end_layout
41210
41211 \end_inset
41212
41213
41214 \end_layout
41215
41216 \begin_layout Bibliography
41217 \begin_inset CommandInset bibitem
41218 LatexCommand bibitem
41219 key "makeindex"
41220
41221 \end_inset
41222
41223
41224 \begin_inset CommandInset href
41225 LatexCommand href
41226 name "Documentation"
41227 target "http://tug.ctan.org/indexing/makeindex/doc/manpages.dvi"
41228
41229 \end_inset
41230
41231  of the program 
41232 \family sans
41233 makeindex
41234 \family default
41235 :
41236 \newline
41237
41238 \begin_inset Flex URL
41239 status collapsed
41240
41241 \begin_layout PlainLayout
41242
41243 http://tug.ctan.org/indexing/makeindex/doc/manpages.dvi
41244 \end_layout
41245
41246 \end_inset
41247
41248
41249 \end_layout
41250
41251 \begin_layout Bibliography
41252 \begin_inset CommandInset bibitem
41253 LatexCommand bibitem
41254 key "caption"
41255
41256 \end_inset
41257
41258
41259 \begin_inset CommandInset href
41260 LatexCommand href
41261 name "Documentation"
41262 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
41263
41264 \end_inset
41265
41266  of the LaTeX-package 
41267 \series bold
41268 caption
41269 \series default
41270
41271 \begin_inset Index
41272 status collapsed
41273
41274 \begin_layout PlainLayout
41275 LaTeX-packages ! caption
41276 \end_layout
41277
41278 \end_inset
41279
41280 :
41281 \newline
41282
41283 \begin_inset Flex URL
41284 status collapsed
41285
41286 \begin_layout PlainLayout
41287
41288 ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf
41289 \end_layout
41290
41291 \end_inset
41292
41293
41294 \end_layout
41295
41296 \begin_layout Bibliography
41297 \begin_inset CommandInset bibitem
41298 LatexCommand bibitem
41299 key "fancyhdr"
41300
41301 \end_inset
41302
41303
41304 \begin_inset CommandInset href
41305 LatexCommand href
41306 name "Documentation"
41307 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/fancyhdr/fancyhdr.pdf"
41308
41309 \end_inset
41310
41311  of the LaTeX-package 
41312 \series bold
41313 fancyhdr
41314 \series default
41315
41316 \begin_inset Index
41317 status collapsed
41318
41319 \begin_layout PlainLayout
41320 LaTeX-packages ! fancyhdr
41321 \end_layout
41322
41323 \end_inset
41324
41325 :
41326 \newline
41327
41328 \begin_inset Flex URL
41329 status collapsed
41330
41331 \begin_layout PlainLayout
41332
41333 ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/fancyhdr/fancyhdr.pdf
41334 \end_layout
41335
41336 \end_inset
41337
41338
41339 \end_layout
41340
41341 \begin_layout Bibliography
41342 \begin_inset CommandInset bibitem
41343 LatexCommand bibitem
41344 key "nomencl"
41345
41346 \end_inset
41347
41348
41349 \begin_inset CommandInset href
41350 LatexCommand href
41351 name "Documentation"
41352 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/nomencl/nomencl.pdf"
41353
41354 \end_inset
41355
41356  of the LaTeX-package 
41357 \series bold
41358 nomencl
41359 \series default
41360
41361 \begin_inset Index
41362 status collapsed
41363
41364 \begin_layout PlainLayout
41365 LaTeX-packages ! nomencl
41366 \end_layout
41367
41368 \end_inset
41369
41370 :
41371 \newline
41372
41373 \begin_inset Flex URL
41374 status collapsed
41375
41376 \begin_layout PlainLayout
41377
41378 ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/nomencl/nomencl.pdf
41379 \end_layout
41380
41381 \end_inset
41382
41383
41384 \end_layout
41385
41386 \begin_layout Bibliography
41387 \begin_inset CommandInset bibitem
41388 LatexCommand bibitem
41389 key "tipa"
41390
41391 \end_inset
41392
41393
41394 \begin_inset CommandInset href
41395 LatexCommand href
41396 name "Documentation"
41397 target "http://www.ctan.org/tex-archive/fonts/tipa/tipaman.pdf"
41398
41399 \end_inset
41400
41401  of the LaTeX-package 
41402 \series bold
41403 tipa
41404 \series default
41405
41406 \begin_inset Index
41407 status collapsed
41408
41409 \begin_layout PlainLayout
41410 LaTeX-packages ! tipa
41411 \end_layout
41412
41413 \end_inset
41414
41415 :
41416 \newline
41417
41418 \begin_inset Flex URL
41419 status collapsed
41420
41421 \begin_layout PlainLayout
41422
41423 http://www.ctan.org/tex-archive/fonts/tipa/tipaman.pdf
41424 \end_layout
41425
41426 \end_inset
41427
41428
41429 \end_layout
41430
41431 \begin_layout Bibliography
41432 \begin_inset CommandInset bibitem
41433 LatexCommand bibitem
41434 key "wrapfig"
41435
41436 \end_inset
41437
41438
41439 \begin_inset CommandInset href
41440 LatexCommand href
41441 name "Documentation"
41442 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
41443
41444 \end_inset
41445
41446  of the LaTeX-package 
41447 \series bold
41448 wrapfig
41449 \series default
41450
41451 \begin_inset Index
41452 status collapsed
41453
41454 \begin_layout PlainLayout
41455 LaTeX-packages ! wrapfig
41456 \end_layout
41457
41458 \end_inset
41459
41460 :
41461 \newline
41462
41463 \begin_inset Flex URL
41464 status collapsed
41465
41466 \begin_layout PlainLayout
41467
41468 ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty
41469 \end_layout
41470
41471 \end_inset
41472
41473
41474 \end_layout
41475
41476 \begin_layout Bibliography
41477 \begin_inset CommandInset bibitem
41478 LatexCommand bibitem
41479 key "XeTeX"
41480
41481 \end_inset
41482
41483
41484 \begin_inset CommandInset href
41485 LatexCommand href
41486 name "Wiki-page"
41487 target "http://wiki.lyx.org/LyX/XeTeX"
41488
41489 \end_inset
41490
41491  how to use LyX with XeTeX:
41492 \newline
41493
41494 \begin_inset Flex URL
41495 status collapsed
41496
41497 \begin_layout PlainLayout
41498
41499 http://wiki.lyx.org/LyX/XeTeX
41500 \end_layout
41501
41502 \end_inset
41503
41504
41505 \end_layout
41506
41507 \begin_layout Bibliography
41508 \begin_inset CommandInset bibitem
41509 LatexCommand bibitem
41510 key "Arabic"
41511
41512 \end_inset
41513
41514
41515 \begin_inset CommandInset href
41516 LatexCommand href
41517 name "Wiki-page"
41518 target "http://wiki.lyx.org/Windows/Arabic"
41519
41520 \end_inset
41521
41522  how to set up LyX for Arabic:
41523 \newline
41524
41525 \begin_inset Flex URL
41526 status collapsed
41527
41528 \begin_layout PlainLayout
41529
41530 http://wiki.lyx.org/Windows/Arabic
41531 \end_layout
41532
41533 \end_inset
41534
41535
41536 \end_layout
41537
41538 \begin_layout Bibliography
41539 \begin_inset CommandInset bibitem
41540 LatexCommand bibitem
41541 key "Armenian"
41542
41543 \end_inset
41544
41545
41546 \begin_inset CommandInset href
41547 LatexCommand href
41548 name "Wiki-page"
41549 target "http://wiki.lyx.org/Windows/Armenian"
41550
41551 \end_inset
41552
41553  how to set up LyX for Armenian:
41554 \newline
41555
41556 \begin_inset Flex URL
41557 status collapsed
41558
41559 \begin_layout PlainLayout
41560
41561 http://wiki.lyx.org/Windows/Armenian
41562 \end_layout
41563
41564 \end_inset
41565
41566
41567 \end_layout
41568
41569 \begin_layout Bibliography
41570 \begin_inset CommandInset bibitem
41571 LatexCommand bibitem
41572 key "Farsi"
41573
41574 \end_inset
41575
41576
41577 \begin_inset CommandInset href
41578 LatexCommand href
41579 name "Wiki-page"
41580 target "http://wiki.lyx.org/Windows/Farsi"
41581
41582 \end_inset
41583
41584  how to set up LyX for Farsi:
41585 \newline
41586
41587 \begin_inset Flex URL
41588 status collapsed
41589
41590 \begin_layout PlainLayout
41591
41592 http://wiki.lyx.org/Windows/Farsi
41593 \end_layout
41594
41595 \end_inset
41596
41597
41598 \end_layout
41599
41600 \begin_layout Bibliography
41601 \begin_inset CommandInset bibitem
41602 LatexCommand bibitem
41603 key "Hebrew"
41604
41605 \end_inset
41606
41607
41608 \begin_inset CommandInset href
41609 LatexCommand href
41610 name "Wiki-page"
41611 target "http://wiki.lyx.org/Windows/Hebrew"
41612
41613 \end_inset
41614
41615  how to set up LyX for Hebrew:
41616 \newline
41617
41618 \begin_inset Flex URL
41619 status collapsed
41620
41621 \begin_layout PlainLayout
41622
41623 http://wiki.lyx.org/Windows/Hebrew
41624 \end_layout
41625
41626 \end_inset
41627
41628
41629 \end_layout
41630
41631 \begin_layout Bibliography
41632 \begin_inset CommandInset bibitem
41633 LatexCommand bibitem
41634 key "Japanese"
41635
41636 \end_inset
41637
41638
41639 \begin_inset CommandInset href
41640 LatexCommand href
41641 name "Wiki-page"
41642 target "http://wiki.lyx.org/Windows/Japanese"
41643
41644 \end_inset
41645
41646  how to set up LyX for Japanese:
41647 \newline
41648
41649 \begin_inset Flex URL
41650 status collapsed
41651
41652 \begin_layout PlainLayout
41653
41654 http://wiki.lyx.org/Windows/Japanese
41655 \end_layout
41656
41657 \end_inset
41658
41659
41660 \end_layout
41661
41662 \begin_layout Bibliography
41663 \begin_inset CommandInset bibitem
41664 LatexCommand bibitem
41665 key "Vietnamese"
41666
41667 \end_inset
41668
41669
41670 \begin_inset CommandInset href
41671 LatexCommand href
41672 name "Wiki-page"
41673 target "http://wiki.lyx.org/Windows/Vietnamese"
41674
41675 \end_inset
41676
41677  how to set up LyX for Vietnamese:
41678 \newline
41679
41680 \begin_inset Flex URL
41681 status collapsed
41682
41683 \begin_layout PlainLayout
41684
41685 http://wiki.lyx.org/Windows/Vietnamese
41686 \end_layout
41687
41688 \end_inset
41689
41690
41691 \end_layout
41692
41693 \begin_layout Bibliography
41694 \begin_inset CommandInset bibitem
41695 LatexCommand bibitem
41696 key "LyX-func"
41697
41698 \end_inset
41699
41700
41701 \begin_inset CommandInset href
41702 LatexCommand href
41703 name "Wiki-page"
41704 target "http://wiki.lyx.org/LyX/LyxFunctionList"
41705
41706 \end_inset
41707
41708  with a list of all available LyX-functions:
41709 \newline
41710
41711 \begin_inset Flex URL
41712 status collapsed
41713
41714 \begin_layout PlainLayout
41715
41716 http://wiki.lyx.org/LyX/LyxFunctionList
41717 \end_layout
41718
41719 \end_inset
41720
41721
41722 \end_layout
41723
41724 \begin_layout Standard
41725
41726 \newpage
41727
41728 \begin_inset ERT
41729 status collapsed
41730
41731 \begin_layout PlainLayout
41732
41733
41734 \backslash
41735 let
41736 \backslash
41737 mybibname
41738 \backslash
41739 bibname
41740 \end_layout
41741
41742 \begin_layout PlainLayout
41743
41744
41745 \backslash
41746 renewcommand{
41747 \backslash
41748 bibname}{
41749 \backslash
41750 mybibname
41751 \backslash
41752 ; 2}
41753 \end_layout
41754
41755 \end_inset
41756
41757
41758 \begin_inset Note Note
41759 status collapsed
41760
41761 \begin_layout PlainLayout
41762 The command 
41763 \series bold
41764
41765 \backslash
41766 bibname
41767 \series default
41768  is the name of the bibliography in the current document language.
41769  It is redefined here with the number 2 at the end to state that the following
41770  bibliography is the second one:
41771 \end_layout
41772
41773 \end_inset
41774
41775
41776 \end_layout
41777
41778 \begin_layout Standard
41779 \begin_inset CommandInset bibtex
41780 LatexCommand bibtex
41781 bibfiles "biblio/LyXDocs.bib"
41782 options "biblio/alphadin"
41783
41784 \end_inset
41785
41786
41787 \end_layout
41788
41789 \begin_layout Standard
41790 The above bibliography is created from a BibTeX-database.
41791 \end_layout
41792
41793 \begin_layout Standard
41794
41795 \series bold
41796 \begin_inset CommandInset nomencl_print
41797 LatexCommand printnomenclature
41798
41799 \end_inset
41800
41801
41802 \begin_inset CommandInset index_print
41803 LatexCommand printindex
41804
41805 \end_inset
41806
41807
41808 \end_layout
41809
41810 \end_body
41811 \end_document