]> git.lyx.org Git - lyx.git/blob - lib/doc/UserGuide.lyx
dd388808e43c93797d617fdea13c001bb6fc9d99
[lyx.git] / lib / doc / UserGuide.lyx
1 #LyX 1.6.0beta3 created this file. For more info see http://www.lyx.org/
2 \lyxformat 335
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 \end_header
107
108 \begin_body
109
110 \begin_layout Title
111 The LyX User's Guide
112 \end_layout
113
114 \begin_layout Author
115 by the LyX Team
116 \begin_inset Foot
117 status collapsed
118
119 \begin_layout Plain Layout
120 \noindent
121 If you have comments or error corrections, please send them to the LyX Documenta
122 tion mailing list: 
123 \begin_inset CommandInset href
124 LatexCommand href
125 target "lyx-docs@lists.lyx.org"
126 type "mailto:"
127
128 \end_inset
129
130
131 \end_layout
132
133 \end_inset
134
135
136 \begin_inset Newline newline
137 \end_inset
138
139
140 \begin_inset Newline newline
141 \end_inset
142
143 Version 1.6svn
144 \begin_inset Note Note
145 status open
146
147 \begin_layout Plain Layout
148 The latest PDF-version of this document can be found here:
149 \begin_inset Newline newline
150 \end_inset
151
152
153 \series bold
154 http://wiki.lyx.org/LyX/DocumentationDevelopment#UserGuide
155 \end_layout
156
157 \end_inset
158
159
160 \end_layout
161
162 \begin_layout Standard
163 \begin_inset CommandInset toc
164 LatexCommand tableofcontents
165
166 \end_inset
167
168
169 \end_layout
170
171 \begin_layout Chapter
172 Getting Started
173 \end_layout
174
175 \begin_layout Section
176 What is LyX?
177 \end_layout
178
179 \begin_layout Standard
180 LyX is a document preparation system.
181  It is a tool for producing beautiful manuscripts, publishable books, business
182  letters and proposals, and even poetry.
183  It is unlike most other 
184 \begin_inset Quotes eld
185 \end_inset
186
187 word processors
188 \begin_inset Quotes erd
189 \end_inset
190
191  in the sense that it uses the paradigm of a markup language as its core
192  editing style.
193  That means that when you type a section header, you mark it as a 
194 \begin_inset Quotes eld
195 \end_inset
196
197 Section
198 \begin_inset Quotes erd
199 \end_inset
200
201 , not 
202 \begin_inset Quotes eld
203 \end_inset
204
205 Bold, 17 pt type, left justified, 5 mm space below
206 \begin_inset Quotes erd
207 \end_inset
208
209 .
210  LyX takes care of the typesetting for you, so you deal only with concepts,
211  not the mechanics.
212 \end_layout
213
214 \begin_layout Standard
215 This philosophy is explained in much greater detail in the 
216 \emph on
217
218 \begin_inset Quotes eld
219 \end_inset
220
221 Introduction
222 \begin_inset Quotes erd
223 \end_inset
224
225
226 \emph default
227 .
228  If you haven't read it yet, you need to.
229  Yes, we mean now.
230 \end_layout
231
232 \begin_layout Standard
233 The 
234 \begin_inset Quotes eld
235 \end_inset
236
237
238 \emph on
239 Introduction
240 \emph default
241
242 \begin_inset Quotes erd
243 \end_inset
244
245  describes several things in addition to LyX's philosophy: most importantly,
246  the format of all of the manuals.
247  If you don't read it, you'll have a bear of a time navigating this manual.
248  You might also be better served looking in one of the other manuals instead
249  of this one.
250  
251 \begin_inset Quotes eld
252 \end_inset
253
254
255 \emph on
256 Introduction
257 \emph default
258
259 \begin_inset Quotes erd
260 \end_inset
261
262  describes that, too.
263 \end_layout
264
265 \begin_layout Section
266 How LyX Looks
267 \end_layout
268
269 \begin_layout Standard
270 Like most applications, LyX has the familiar menu bar across the top of
271  its window.
272  Below it is a toolbar with a pulldown box and various buttons.
273  There is, of course, a vertical scrollbar and a main work area for editing
274  documents.
275  Near the bottom of the window is a small window containing a single line
276  of text.
277  This is the 
278 \emph on
279 minibuffer
280 \emph default
281 , which really means 
282 \begin_inset Quotes eld
283 \end_inset
284
285 command buffer
286 \begin_inset Quotes erd
287 \end_inset
288
289 .
290  Type 
291 \family sans
292 M-x
293 \family default
294  when you need to type a command in the minibuffer.
295 \end_layout
296
297 \begin_layout Standard
298 Note that there is no horizontal scroll bar.
299  This is not a bug or an oversight, but intentional.
300  When you read a book, you expect the end of a line to wrap around to the
301  next line.
302  Text overflows onto new pages in a vertical fashion, hence the need for
303  only a vertical scrollbar.
304  There are three cases where you might want a horizontal scrollbar.
305  The first case is large figures, displayed WYSIWYG\SpecialChar \@.
306  This, however, is due
307  to a flaw in the routine that displays graphics on the LyX screen in a
308  WYSIWYG fashion; it should rescale the graphics to fit in the window, just
309  as you'd need to rescale graphics to fit on a page.
310  The second and third cases are tables and equations which are wider than
311  the LyX window.
312  You can use the arrow keys to scroll horizontally through the table, but
313  this doesn't work for equations yet.
314 \end_layout
315
316 \begin_layout Standard
317 For a brief description of all LyX menus and toolbar buttons, have a look
318  at Appendix
319 \begin_inset space ~
320 \end_inset
321
322
323 \begin_inset CommandInset ref
324 LatexCommand ref
325 reference "cha:The-User-Interface"
326
327 \end_inset
328
329 .
330  Most of them are self-explanatory and you'll find them listed in the correspond
331 ing sections of this documentation.
332 \end_layout
333
334 \begin_layout Section
335 HELP
336 \end_layout
337
338 \begin_layout Standard
339 The help system consists of the LyX manuals.
340  You can read 
341 \emph on
342 all
343 \emph default
344  of the manuals from inside LyX.
345  Just select the manual you want read from the 
346 \family sans
347 Help
348 \family default
349  menu.
350 \end_layout
351
352 \begin_layout Section
353 Basic LyX Setup
354 \begin_inset CommandInset label
355 LatexCommand label
356 name "sec:Basic-LyX-Setup"
357
358 \end_inset
359
360
361 \end_layout
362
363 \begin_layout Standard
364 There are several features of LyX that can be configured from inside LyX,
365  without resorting to configuration files.
366  First, LyX is able to inspect your system to see what programs, LaTeX document
367  classes and LaTeX packages are available.
368  It uses this knowledge to give reasonable defaults to several 
369 \family sans
370 Preferences
371 \begin_inset Index
372 status collapsed
373
374 \begin_layout Plain Layout
375 Preferences
376 \end_layout
377
378 \end_inset
379
380
381 \family default
382  settings.
383  Although this configuration has already been done when LyX was installed
384  on your system, you might have some items that you installed locally, e.g.
385  new LaTeX classes, and which are not seen by LyX.
386  To force LyX to re-inspect your system, you should use 
387 \family sans
388 Tools\SpecialChar \menuseparator
389 Reconfigure
390 \family default
391 .
392 \begin_inset Index
393 status collapsed
394
395 \begin_layout Plain Layout
396 Reconfiguration of LyX
397 \end_layout
398
399 \end_inset
400
401  You should then restart LyX to ensure that the changes are taken into account.
402 \end_layout
403
404 \begin_layout Section
405 LaTeX Setup
406 \begin_inset CommandInset label
407 LatexCommand label
408 name "sec:LaTeX-Setup"
409
410 \end_inset
411
412
413 \end_layout
414
415 \begin_layout Standard
416 LyX needs several LaTeX packages to work properly.
417  The packages found on the system by LyX are listed in the file 
418 \emph on
419 LaT
420 \emph default
421
422 \begin_inset ERT
423 status collapsed
424
425 \begin_layout Plain Layout
426
427 {}
428 \end_layout
429
430 \end_inset
431
432
433 \emph on
434 eX
435 \begin_inset space ~
436 \end_inset
437
438 Configuration
439 \emph default
440  that will be created when using the menu 
441 \family sans
442 Help\SpecialChar \menuseparator
443 LaT
444 \begin_inset ERT
445 status collapsed
446
447 \begin_layout Plain Layout
448
449 {}
450 \end_layout
451
452 \end_inset
453
454 eX
455 \begin_inset space ~
456 \end_inset
457
458 Configuration
459 \family default
460 .
461  You should install the required missing packages and then reconfigure LyX.
462 \begin_inset Note Note
463 status collapsed
464
465 \begin_layout Plain Layout
466 The two braces in the ERT box prevent that the term 
467 \begin_inset Quotes eld
468 \end_inset
469
470 LaTeX
471 \begin_inset Quotes erd
472 \end_inset
473
474  is printed with sub- and superscript letters.
475  More on ERT is described in section
476 \begin_inset space ~
477 \end_inset
478
479
480 \begin_inset CommandInset ref
481 LatexCommand ref
482 reference "sec:ERT"
483
484 \end_inset
485
486 , the printout of proper names like LaTeX is explained in section
487 \begin_inset space ~
488 \end_inset
489
490
491 \begin_inset CommandInset ref
492 LatexCommand ref
493 reference "sub:LyX's-Proper-Names"
494
495 \end_inset
496
497 .
498 \end_layout
499
500 \end_inset
501
502
503 \begin_inset Index
504 status collapsed
505
506 \begin_layout Plain Layout
507 Reconfiguration of LyX
508 \end_layout
509
510 \end_inset
511
512
513 \end_layout
514
515 \begin_layout Chapter
516 How to work with LyX
517 \end_layout
518
519 \begin_layout Section
520 Basic File Operations
521 \begin_inset Index
522 status collapsed
523
524 \begin_layout Plain Layout
525 File Operations
526 \end_layout
527
528 \end_inset
529
530
531 \end_layout
532
533 \begin_layout Standard
534 Under the 
535 \family sans
536 File
537 \family default
538  menu are basic operations for any word processor in addition to some more
539  advanced operations:
540 \end_layout
541
542 \begin_layout Itemize
543
544 \family sans
545 New
546 \end_layout
547
548 \begin_layout Itemize
549
550 \family sans
551 New
552 \begin_inset space ~
553 \end_inset
554
555 from
556 \bar under
557
558 \begin_inset space ~
559 \end_inset
560
561
562 \bar default
563 Template
564 \end_layout
565
566 \begin_layout Itemize
567
568 \family sans
569 Open
570 \end_layout
571
572 \begin_layout Itemize
573
574 \family sans
575 Close
576 \end_layout
577
578 \begin_layout Itemize
579
580 \family sans
581 Save
582 \end_layout
583
584 \begin_layout Itemize
585
586 \family sans
587 Save
588 \begin_inset space ~
589 \end_inset
590
591 As
592 \end_layout
593
594 \begin_layout Itemize
595
596 \family sans
597 Revert
598 \begin_inset space ~
599 \end_inset
600
601 to
602 \begin_inset space ~
603 \end_inset
604
605 saved
606 \end_layout
607
608 \begin_layout Itemize
609
610 \family sans
611 Version
612 \begin_inset space ~
613 \end_inset
614
615 Control
616 \end_layout
617
618 \begin_layout Itemize
619
620 \family sans
621 Import
622 \end_layout
623
624 \begin_layout Itemize
625
626 \family sans
627 Export
628 \end_layout
629
630 \begin_layout Itemize
631
632 \family sans
633 Print
634 \end_layout
635
636 \begin_layout Itemize
637
638 \family sans
639 Exit
640 \end_layout
641
642 \begin_layout Standard
643 They all do pretty much the same thing as in other word processors, with
644  a few minor differences.
645  The 
646 \family sans
647 File\SpecialChar \menuseparator
648 New
649 \begin_inset space ~
650 \end_inset
651
652 from
653 \bar under
654
655 \begin_inset space ~
656 \end_inset
657
658
659 \bar default
660 Template
661 \family default
662  command not only prompts you for a name for the new file, but also prompts
663  you for a template to use.
664  Selecting a template will automatically set certain layout features for
665  the document, features you would otherwise need to change manually.
666  They can be of use for certain classes, especially those for writing letters
667  (see section
668 \begin_inset space ~
669 \end_inset
670
671
672 \begin_inset CommandInset ref
673 LatexCommand ref
674 reference "sec:Document-Classes"
675
676 \end_inset
677
678 ).
679 \end_layout
680
681 \begin_layout Standard
682 Note: There is no 
683 \begin_inset Quotes eld
684 \end_inset
685
686 default file
687 \begin_inset Quotes erd
688 \end_inset
689
690  or document named 
691 \begin_inset Quotes eld
692 \end_inset
693
694 Untitled
695 \begin_inset Quotes erd
696 \end_inset
697
698  or 
699 \begin_inset Quotes eld
700 \end_inset
701
702 scratch.
703 \begin_inset Quotes erd
704 \end_inset
705
706  Unless you tell LyX to open a file or create a new one, that big, blank
707  space is just that --- a big, blank space.
708 \end_layout
709
710 \begin_layout Standard
711
712 \family sans
713 Revert
714 \begin_inset space ~
715 \end_inset
716
717 to
718 \begin_inset space ~
719 \end_inset
720
721 saved
722 \family default
723  and 
724 \family sans
725 Version
726 \begin_inset space ~
727 \end_inset
728
729 Control
730 \family default
731  are useful if more people work on the same document at the same time
732 \begin_inset Foot
733 status collapsed
734
735 \begin_layout Plain Layout
736 If you plan to do this, you should check out the Version Control feature
737  in LyX also.
738  Read 
739 \emph on
740 Extended Features
741 \emph default
742 \SpecialChar \@.
743
744 \end_layout
745
746 \end_inset
747
748 .
749  
750 \family sans
751 Revert
752 \begin_inset space ~
753 \end_inset
754
755 to
756 \begin_inset space ~
757 \end_inset
758
759 saved
760 \family default
761  will reload the document from disk.
762  You can of course also use it if you regret that you changed a document
763  and want to restore it to the last save.
764  With
765 \family sans
766  Version
767 \begin_inset space ~
768 \end_inset
769
770 Control 
771 \family default
772 you can there register the changes you made to a document so that others
773  can identify this as your changes.
774 \end_layout
775
776 \begin_layout Section
777 Basic Editing Features
778 \begin_inset Index
779 status collapsed
780
781 \begin_layout Plain Layout
782 Editing
783 \end_layout
784
785 \end_inset
786
787
788 \begin_inset CommandInset label
789 LatexCommand label
790 name "sec:Basic-Editing-Features"
791
792 \end_inset
793
794
795 \end_layout
796
797 \begin_layout Standard
798 Like most modern word processors, LyX can perform cut and paste operations
799  on blocks of text, can move by character, word, or screenful of text, and
800  can delete whole words as well as individual characters.
801  The next four sections cover the basic LyX editing features and how to
802  access them.
803  We'll start with cut and paste.
804 \end_layout
805
806 \begin_layout Standard
807 As you might expect, the 
808 \family sans
809 Edit
810 \family default
811  menu has the cut and paste commands, along with various other editing features.
812  Some of these are special and covered in later sections.
813  The basic ones are:
814 \end_layout
815
816 \begin_layout Itemize
817
818 \family sans
819 Cut
820 \end_layout
821
822 \begin_layout Itemize
823
824 \family sans
825 Copy
826 \end_layout
827
828 \begin_layout Itemize
829
830 \family sans
831 Paste
832 \end_layout
833
834 \begin_layout Itemize
835
836 \family sans
837 Paste
838 \begin_inset space ~
839 \end_inset
840
841 Recent
842 \end_layout
843
844 \begin_layout Itemize
845
846 \family sans
847 Paste
848 \begin_inset space ~
849 \end_inset
850
851 Special
852 \end_layout
853
854 \begin_layout Itemize
855
856 \family sans
857 Find
858 \begin_inset space ~
859 \end_inset
860
861 &
862 \begin_inset space ~
863 \end_inset
864
865 Replace
866 \end_layout
867
868 \begin_layout Standard
869 The first three are self-explanatory.
870  One thing to note: whenever you delete a block of text that you've selected,
871  it's automatically placed in the clipboard.
872  That is, the 
873 \family sans
874 Delete
875 \family default
876  and 
877 \family sans
878 Backspace
879 \family default
880  keys also functions as the 
881 \family sans
882 Cut
883 \family default
884  command.
885  Also, if you've selected text, be careful: If you hit a key, LyX will completel
886 y delete the selected text and replace it with what you just typed.
887  You'll have to do an 
888 \family sans
889 Undo
890 \family default
891  to get back the lost text.
892 \end_layout
893
894 \begin_layout Standard
895 \begin_inset Index
896 status collapsed
897
898 \begin_layout Plain Layout
899 Paste
900 \end_layout
901
902 \end_inset
903
904 You can also copy text between LyX and other programs by cut, copy and paste.
905  The submenu of 
906 \family sans
907 Paste
908 \begin_inset space ~
909 \end_inset
910
911 Recent
912 \family default
913  shows you a list with the last strings you have pasted.
914 \end_layout
915
916 \begin_layout Standard
917 The menu 
918 \family sans
919 Edit\SpecialChar \menuseparator
920 Paste
921 \begin_inset space ~
922 \end_inset
923
924 Special\SpecialChar \menuseparator
925 Plain
926 \begin_inset space ~
927 \end_inset
928
929 Text, Join
930 \begin_inset space ~
931 \end_inset
932
933 Lines
934 \family default
935  will insert the text in the clipboard so that the whole text is inserted
936  as 
937 \emph on
938 one
939 \emph default
940  paragraph.
941  A new paragraph is started when there is a blank line in the file.
942  Without 
943 \family sans
944 Join
945 \begin_inset space ~
946 \end_inset
947
948 Lines
949 \family default
950 , the text is inserted as Paragraphs, where the line breaks of the text
951  will start a new paragraph.
952 \end_layout
953
954 \begin_layout Standard
955 \begin_inset Index
956 status collapsed
957
958 \begin_layout Plain Layout
959 Replace
960 \end_layout
961
962 \end_inset
963
964
965 \begin_inset Index
966 status collapsed
967
968 \begin_layout Plain Layout
969 Find
970 \end_layout
971
972 \end_inset
973
974 The 
975 \family sans
976 Edit\SpecialChar \menuseparator
977 Find
978 \begin_inset space ~
979 \end_inset
980
981 &
982 \begin_inset space ~
983 \end_inset
984
985 Replace
986 \family default
987  item opens the 
988 \family sans
989 Find
990 \begin_inset space ~
991 \end_inset
992
993 and
994 \begin_inset space ~
995 \end_inset
996
997 Replace
998 \family default
999  dialog.
1000  Once you've found a word or expression, LyX selects it.
1001  Hitting the 
1002 \family sans
1003 Replace
1004 \family default
1005  button replaces the selected text with the contents of the 
1006 \family sans
1007 Replace
1008 \begin_inset space ~
1009 \end_inset
1010
1011 with
1012 \family default
1013  field.
1014  You can click the 
1015 \family sans
1016 Find
1017 \begin_inset space ~
1018 \end_inset
1019
1020 Next
1021 \family default
1022  button to skip the current word.
1023  Hit 
1024 \family sans
1025 Replace
1026 \begin_inset space ~
1027 \end_inset
1028
1029 All
1030 \family default
1031  to replace all occurrences of the text in the document automatically.
1032  The 
1033 \family sans
1034 Case
1035 \begin_inset space ~
1036 \end_inset
1037
1038 sensitive
1039 \family default
1040  option can be used if you want the search to consider the case of the search
1041  word.
1042  If the toggle is set, searching for 
1043 \begin_inset Quotes eld
1044 \end_inset
1045
1046
1047 \family typewriter
1048 Test
1049 \family default
1050
1051 \begin_inset Quotes erd
1052 \end_inset
1053
1054  will not match the word 
1055 \begin_inset Quotes eld
1056 \end_inset
1057
1058
1059 \family typewriter
1060 test
1061 \family default
1062
1063 \begin_inset Quotes erd
1064 \end_inset
1065
1066 .
1067  The 
1068 \family sans
1069 Match whole words only
1070 \family default
1071  option can be used to force LyX to only find complete words.
1072  I.e., searching for 
1073 \begin_inset Quotes eld
1074 \end_inset
1075
1076
1077 \family typewriter
1078 star
1079 \family default
1080
1081 \begin_inset Quotes erd
1082 \end_inset
1083
1084  will not match 
1085 \begin_inset Quotes eld
1086 \end_inset
1087
1088
1089 \family typewriter
1090 starlet
1091 \family default
1092
1093 \begin_inset Quotes erd
1094 \end_inset
1095
1096 .
1097 \end_layout
1098
1099 \begin_layout Standard
1100 Things like notes, floats, etc., the so called insets can be dissolved.
1101  This means that the inset is deleted and its content is left as normal
1102  text.
1103  Dissolving an inset is done by setting the cursor to the beginning of an
1104  inset and pressing 
1105 \family sans
1106 Backspace
1107 \family default
1108  or by setting the cursor to the end and pressing 
1109 \family sans
1110 Delete
1111 \family default
1112 .
1113 \end_layout
1114
1115 \begin_layout Section
1116 Undo and Redo
1117 \begin_inset Index
1118 status collapsed
1119
1120 \begin_layout Plain Layout
1121 Redo
1122 \end_layout
1123
1124 \end_inset
1125
1126
1127 \begin_inset Index
1128 status collapsed
1129
1130 \begin_layout Plain Layout
1131 Undo
1132 \end_layout
1133
1134 \end_inset
1135
1136
1137 \begin_inset CommandInset label
1138 LatexCommand label
1139 name "sec:Undo-and-Redo"
1140
1141 \end_inset
1142
1143
1144 \end_layout
1145
1146 \begin_layout Standard
1147 If you make a mistake, you can easily recover from it.
1148  LyX has a large-capacity undo/redo buffer.
1149  Select 
1150 \family sans
1151 Edit\SpecialChar \menuseparator
1152 Undo
1153 \family default
1154  to undo some mistake.
1155  If you accidentally undo too much, use 
1156 \family sans
1157 Edit\SpecialChar \menuseparator
1158 Redo
1159 \family default
1160  to 
1161 \begin_inset Quotes eld
1162 \end_inset
1163
1164 undo the undo.
1165 \begin_inset Quotes erd
1166 \end_inset
1167
1168  The undo mechanism is currently limited to 100 steps to minimize memory
1169  overhead.
1170  
1171 \end_layout
1172
1173 \begin_layout Standard
1174 Notice that if you revert back all changes to arrive to the document as
1175  it was last saved, the 
1176 \begin_inset Quotes eld
1177 \end_inset
1178
1179 changed
1180 \begin_inset Quotes erd
1181 \end_inset
1182
1183  status of the document is unfortunately not reset.
1184  This is a consequence of the 100 step undo limit, above.
1185 \end_layout
1186
1187 \begin_layout Standard
1188 The 
1189 \family sans
1190 Undo
1191 \family default
1192  and 
1193 \family sans
1194 Redo
1195 \family default
1196  work on almost everything in LyX.
1197  They have some quirks, too.
1198  They won't 
1199 \family sans
1200 Undo
1201 \family default
1202  or 
1203 \family sans
1204 Redo
1205 \family default
1206  text character by character, but by blocks of text.
1207  That can take some getting used to; you'll have to play with 
1208 \family sans
1209 Undo
1210 \family default
1211  and 
1212 \family sans
1213 Redo
1214 \family default
1215  to get a feel for just how much they'll undo/redo, and after time, you'll
1216  surely appreciate how it works.
1217 \end_layout
1218
1219 \begin_layout Section
1220 Mouse Operations
1221 \begin_inset Index
1222 status collapsed
1223
1224 \begin_layout Plain Layout
1225 Mouse Operations
1226 \end_layout
1227
1228 \end_inset
1229
1230
1231 \end_layout
1232
1233 \begin_layout Standard
1234 This are the most basic mouse operations.
1235 \end_layout
1236
1237 \begin_layout Enumerate
1238 Motion
1239 \end_layout
1240
1241 \begin_deeper
1242 \begin_layout Itemize
1243 Click the 
1244 \emph on
1245 left mouse button
1246 \emph default
1247  once anywhere in the edit window.
1248  The cursor moves to the text under the mouse.
1249 \end_layout
1250
1251 \end_deeper
1252 \begin_layout Enumerate
1253 Selecting Text
1254 \end_layout
1255
1256 \begin_deeper
1257 \begin_layout Itemize
1258 Hold down the 
1259 \emph on
1260 left mouse button
1261 \emph default
1262  and drag the mouse.
1263  LyX marks the text between the old and new mouse positions.
1264  Use 
1265 \family sans
1266 Edit\SpecialChar \menuseparator
1267 Copy
1268 \family default
1269  to create a copy of the text in LyX's buffer (and the clipboard).
1270 \end_layout
1271
1272 \begin_layout Itemize
1273 Re-position the cursor and then paste the text back into LyX using 
1274 \family sans
1275 Edit\SpecialChar \menuseparator
1276 Paste
1277 \family default
1278 .
1279 \end_layout
1280
1281 \end_deeper
1282 \begin_layout Enumerate
1283 Insets (Footnotes, Notes, Floats, etc.)
1284 \end_layout
1285
1286 \begin_deeper
1287 \begin_layout Standard
1288
1289 \emph on
1290 Single click
1291 \emph default
1292  the left mouse button to open or close any of these.
1293  Right-click on them to set its properties.
1294  Also check the appropriate section of this manual for more details.
1295 \end_layout
1296
1297 \end_deeper
1298 \begin_layout Enumerate
1299 Tables
1300 \end_layout
1301
1302 \begin_deeper
1303 \begin_layout Standard
1304
1305 \emph on
1306 Single click
1307 \emph default
1308  the right mouse button to open a dialog that will allow you to manipulate
1309  the table.
1310 \end_layout
1311
1312 \end_deeper
1313 \begin_layout Section
1314 Basic Key Bindings
1315 \begin_inset CommandInset label
1316 LatexCommand label
1317 name "sec:Key-Bindings"
1318
1319 \end_inset
1320
1321
1322 \begin_inset Index
1323 status collapsed
1324
1325 \begin_layout Plain Layout
1326 Key Bindings
1327 \end_layout
1328
1329 \end_inset
1330
1331
1332 \end_layout
1333
1334 \begin_layout Standard
1335 We're not going to cover all of the keybindings.
1336  Be aware that there are at least two different primary binding maps: CUA
1337  and Emacs.
1338  LyX's default is CUA.
1339 \end_layout
1340
1341 \begin_layout Standard
1342 Some keys, like 
1343 \family sans
1344 Page
1345 \begin_inset space ~
1346 \end_inset
1347
1348 Up
1349 \family default
1350
1351 \family sans
1352 Page
1353 \begin_inset space ~
1354 \end_inset
1355
1356 Down
1357 \family default
1358
1359 \family sans
1360 Left
1361 \family default
1362
1363 \family sans
1364 Right
1365 \family default
1366
1367 \family sans
1368 Up
1369 \family default
1370 , and 
1371 \family sans
1372 Down
1373 \family default
1374 , do exactly what you expect them to do.
1375  Other keys don't:
1376 \end_layout
1377
1378 \begin_layout Labeling
1379 \labelwidthstring 00.00.0000
1380
1381 \family sans
1382 Tab
1383 \begin_inset CommandInset nomenclature
1384 LatexCommand nomenclature
1385 symbol "Tab"
1386 description "Tabulator key"
1387
1388 \end_inset
1389
1390
1391 \family default
1392  There is no such thing as a tab stop in LyX.
1393  If you don't understand this, go read sections
1394 \begin_inset space ~
1395 \end_inset
1396
1397
1398 \begin_inset CommandInset ref
1399 LatexCommand ref
1400 reference "sec:Par-indent-intro"
1401
1402 \end_inset
1403
1404  and 
1405 \begin_inset CommandInset ref
1406 LatexCommand ref
1407 reference "sec:Paragraph-Environments"
1408
1409 \end_inset
1410
1411 , especially section
1412 \begin_inset space ~
1413 \end_inset
1414
1415
1416 \begin_inset CommandInset ref
1417 LatexCommand ref
1418 reference "sub:Lists"
1419
1420 \end_inset
1421
1422 , right now.
1423  Yes, right now.
1424  If you're still confused, look in the 
1425 \emph on
1426 Tutorial
1427 \emph default
1428 .
1429 \end_layout
1430
1431 \begin_layout Labeling
1432 \labelwidthstring 00.00.0000
1433
1434 \family sans
1435 Esc
1436 \begin_inset CommandInset nomenclature
1437 LatexCommand nomenclature
1438 symbol "Esc"
1439 description "Escape key"
1440
1441 \end_inset
1442
1443
1444 \family default
1445  This is the 
1446 \begin_inset Quotes eld
1447 \end_inset
1448
1449 cancel key.
1450 \begin_inset Quotes erd
1451 \end_inset
1452
1453  It's used, generically, to cancel operations.
1454  Other parts of the manual will go into greater detail about this.
1455 \end_layout
1456
1457 \begin_layout Labeling
1458 \labelwidthstring 00.00.0000
1459
1460 \family sans
1461 Home
1462 \family default
1463
1464 \begin_inset space ~
1465 \end_inset
1466
1467 and
1468 \begin_inset space ~
1469 \end_inset
1470
1471
1472 \family sans
1473 End
1474 \family default
1475  These move the cursor, respectively, to the beginning and end of a line,
1476  unless you are using the Emacs bindings where they jump to the beginning
1477  or end of the file.
1478 \end_layout
1479
1480 \begin_layout Standard
1481 There are three modifier keys:
1482 \end_layout
1483
1484 \begin_layout Labeling
1485 \labelwidthstring 00.00.0000
1486
1487 \family sans
1488 Control
1489 \family default
1490  (Denoted by 
1491 \begin_inset Quotes eld
1492 \end_inset
1493
1494
1495 \family sans
1496 C
1497 \family default
1498
1499 \begin_inset Quotes erd
1500 \end_inset
1501
1502
1503 \begin_inset CommandInset nomenclature
1504 LatexCommand nomenclature
1505 symbol "C"
1506 description "Control key"
1507
1508 \end_inset
1509
1510  in the documentation files) This has a couple of different uses, depending
1511  on which keys it's used in combination with:
1512 \end_layout
1513
1514 \begin_deeper
1515 \begin_layout Itemize
1516 With 
1517 \family sans
1518 Backspace
1519 \family default
1520  or 
1521 \family sans
1522 Delete
1523 \family default
1524 , it deletes an entire word instead of a single character.
1525 \end_layout
1526
1527 \begin_layout Itemize
1528 With 
1529 \family sans
1530 Left
1531 \family default
1532  and 
1533 \family sans
1534 Right
1535 \family default
1536 , it moves by words instead of characters.
1537 \end_layout
1538
1539 \begin_layout Itemize
1540 With 
1541 \family sans
1542 Home
1543 \family default
1544  and 
1545 \family sans
1546 End
1547 \family default
1548 , it moves to the beginning and the end of the document, respectively.
1549 \end_layout
1550
1551 \end_deeper
1552 \begin_layout Labeling
1553 \labelwidthstring 00.00.0000
1554
1555 \family sans
1556 Shift
1557 \family default
1558  (Denoted by 
1559 \begin_inset Quotes eld
1560 \end_inset
1561
1562
1563 \family sans
1564 S
1565 \family default
1566
1567 \begin_inset Quotes erd
1568 \end_inset
1569
1570
1571 \begin_inset CommandInset nomenclature
1572 LatexCommand nomenclature
1573 symbol "S"
1574 description "Shift key"
1575
1576 \end_inset
1577
1578  in the documentation files) Use this with any of the motion keys to select
1579  the text between the old and new cursor positions.
1580 \end_layout
1581
1582 \begin_layout Labeling
1583 \labelwidthstring 00.00.0000
1584
1585 \family sans
1586 Meta
1587 \family default
1588  (Denoted by 
1589 \begin_inset Quotes eld
1590 \end_inset
1591
1592
1593 \family sans
1594 M
1595 \family default
1596
1597 \begin_inset Quotes erd
1598 \end_inset
1599
1600
1601 \begin_inset CommandInset nomenclature
1602 LatexCommand nomenclature
1603 symbol "M"
1604 description "Meta or Alt key"
1605
1606 \end_inset
1607
1608  in the documentation files) This is the Alt key on many keyboards, unless
1609  your keyboard has a distinct Meta key.
1610  If you have both keys, you will need to try out which one actually performs
1611  the 
1612 \family sans
1613 Meta-
1614 \family default
1615  function.
1616  This key does many different things, but it also activates the 
1617 \emph on
1618 menu accelerator keys
1619 \emph default
1620 .
1621  If you use this in combination with any of the underlined letters in a
1622  menu or menu item, it selects that menu item.
1623 \end_layout
1624
1625 \begin_deeper
1626 \begin_layout Standard
1627 For example, the sequence 
1628 \begin_inset Quotes eld
1629 \end_inset
1630
1631
1632 \family sans
1633 M
1634 \begin_inset space ~
1635 \end_inset
1636
1637 e
1638 \begin_inset space ~
1639 \end_inset
1640
1641 s
1642 \family default
1643
1644 \begin_inset space ~
1645 \end_inset
1646
1647
1648 \family sans
1649 c
1650 \family default
1651
1652 \begin_inset Quotes erd
1653 \end_inset
1654
1655  
1656 \family sans
1657 brings
1658 \family default
1659  up the 
1660 \begin_inset Quotes eld
1661 \end_inset
1662
1663 Text Style
1664 \begin_inset Quotes erd
1665 \end_inset
1666
1667  menu.
1668  Typing 
1669 \begin_inset Quotes eld
1670 \end_inset
1671
1672
1673 \family sans
1674 M
1675 \begin_inset space ~
1676 \end_inset
1677
1678 f
1679 \family default
1680
1681 \begin_inset Quotes erd
1682 \end_inset
1683
1684  opens the 
1685 \family sans
1686 File
1687 \family default
1688  menu.
1689 \end_layout
1690
1691 \begin_layout Standard
1692 There are also other things bound to the 
1693 \family sans
1694 Meta-
1695 \family default
1696  key, but you'll have to check in the 
1697 \emph on
1698 Reference
1699 \emph default
1700  
1701 \emph on
1702 manual
1703 \emph default
1704  for more info.
1705 \end_layout
1706
1707 \end_deeper
1708 \begin_layout Standard
1709 You'll learn more and more keybindings and short-cut keys as you use LyX,
1710  because most actions will prompt a small message in the status bar at the
1711  bottom of LyX's main window which describe the name of the action, you've
1712  just triggered, and any existing keybindings for that action.
1713  The notation for the keybindings is very similar to the notation used in
1714  this documentation, so you should not have any problems understanding it.
1715  However, notice that Shift-modifiers are explicitly mentioned, so 
1716 \family sans
1717
1718 \begin_inset Quotes eld
1719 \end_inset
1720
1721 M-p S-A
1722 \family default
1723
1724 \begin_inset Quotes erd
1725 \end_inset
1726
1727  means 
1728 \family sans
1729 Meta-p
1730 \family default
1731  followed by a capital 
1732 \family sans
1733 A
1734 \family default
1735 .
1736  
1737 \begin_inset Quotes eld
1738 \end_inset
1739
1740
1741 \family sans
1742 S-C-s
1743 \family default
1744
1745 \begin_inset Quotes erd
1746 \end_inset
1747
1748  means 
1749 \family sans
1750 Shift-Control-s
1751 \family default
1752 .
1753 \end_layout
1754
1755 \begin_layout Chapter
1756 LyX Basics
1757 \begin_inset Index
1758 status collapsed
1759
1760 \begin_layout Plain Layout
1761 Lyx@LyX ! Basics
1762 \end_layout
1763
1764 \end_inset
1765
1766
1767 \end_layout
1768
1769 \begin_layout Section
1770 Document Types
1771 \begin_inset Index
1772 status collapsed
1773
1774 \begin_layout Plain Layout
1775 Document ! Types
1776 \end_layout
1777
1778 \end_inset
1779
1780
1781 \end_layout
1782
1783 \begin_layout Subsection
1784 Introduction
1785 \end_layout
1786
1787 \begin_layout Standard
1788 Before you do anything else, before you ever start writing a document, you
1789  need to decide what type of document you want to edit.
1790  Different types of documents use different types of spacing, headings,
1791  numbering schemes, and so on.
1792  Additionally, different documents use different paragraph environments,
1793  and format the title of your document differently.
1794 \end_layout
1795
1796 \begin_layout Standard
1797
1798 \emph on
1799 document class
1800 \emph default
1801  describes a group of properties common to a particular set of documents.
1802  By setting the document class, you automatically select these properties,
1803  making it easier to create the type of document you want.
1804  If you don't choose a document class, LyX picks one for you by default.
1805  So, it behooves you to change the class of your document.
1806 \end_layout
1807
1808 \begin_layout Standard
1809 Read on for info about the document classes you can choose from LyX, and
1810  how to adjust their properties.
1811 \end_layout
1812
1813 \begin_layout Subsection
1814 Document Classes
1815 \begin_inset Index
1816 status collapsed
1817
1818 \begin_layout Plain Layout
1819 Document ! Classes
1820 \end_layout
1821
1822 \end_inset
1823
1824
1825 \begin_inset CommandInset label
1826 LatexCommand label
1827 name "sec:Document-Classes"
1828
1829 \end_inset
1830
1831
1832 \end_layout
1833
1834 \begin_layout Subsubsection
1835 Overview
1836 \end_layout
1837
1838 \begin_layout Standard
1839 There are four standard document classes in LyX.
1840  They are:
1841 \end_layout
1842
1843 \begin_layout Description
1844 Article for basic articles
1845 \end_layout
1846
1847 \begin_layout Description
1848 Report for basic reports
1849 \end_layout
1850
1851 \begin_layout Description
1852 Book for writing a book
1853 \end_layout
1854
1855 \begin_layout Description
1856 Letter for US-style letters
1857 \end_layout
1858
1859 \begin_layout Standard
1860 There are also some non-standard classes, which LyX only uses if you have
1861  installed them.
1862  Here are some of the classes, the full list with detailed explanations
1863  can be found in chapter 
1864 \emph on
1865 Special Document Classes
1866 \emph default
1867  in the 
1868 \emph on
1869 Extended Features
1870 \emph default
1871  manual:
1872 \end_layout
1873
1874 \begin_layout Description
1875 A&A Journal articles in the style and format used in Astronomy & Astrophysics
1876 \end_layout
1877
1878 \begin_layout Description
1879 AAST
1880 \family sans
1881
1882 \begin_inset ERT
1883 status collapsed
1884
1885 \begin_layout Plain Layout
1886
1887 {}
1888 \end_layout
1889
1890 \end_inset
1891
1892
1893 \family default
1894 eX For submissions to the journals published by the American Astronomical
1895  Society
1896 \end_layout
1897
1898 \begin_layout Description
1899 AMS Layouts for articles and books in the style and format used by the American
1900  Mathematical Society (AMS).
1901  There are three article layouts available.
1902  The standard one uses a typical numbering scheme for theorems etc., that
1903  prepends the section number to the number of the result.
1904  All result-type statements (propositions, corollaries, and so on) are sequenced
1905  together, but definitions, examples, and the like have their own sequence.
1906  The 
1907 \begin_inset Quotes eld
1908 \end_inset
1909
1910 sequential numbering
1911 \begin_inset Quotes erd
1912 \end_inset
1913
1914  scheme does not place the section number with each result, but numbers
1915  them throughout the article in a single sequence.
1916  Each type of result gets its own sequence.
1917  There is also a layout that dispenses with numbering of statements altogether.
1918 \end_layout
1919
1920 \begin_layout Description
1921 Beamer Layout for presentations
1922 \end_layout
1923
1924 \begin_layout Description
1925 broadway Layout for writing plays.
1926  It is not an existing LaTeX document class, but a new one which is distributed
1927  with LyX.
1928 \end_layout
1929
1930 \begin_layout Description
1931 curiculum
1932 \begin_inset space ~
1933 \end_inset
1934
1935 vitae classes to create curriculum vitae
1936 \end_layout
1937
1938 \begin_layout Description
1939 Dinbrief Letters in format of the DIN (German industry norm)
1940 \end_layout
1941
1942 \begin_layout Description
1943 dtk Layout for 
1944 \family typewriter
1945 Die TeXnische Komödie
1946 \family default
1947 , the journal of the German TeX user Group (Dante)
1948 \end_layout
1949
1950 \begin_layout Description
1951 Elsevier Layout for journals of the Elsevier publishing group
1952 \end_layout
1953
1954 \begin_layout Description
1955 Foils Used to make transparencies
1956 \end_layout
1957
1958 \begin_layout Description
1959 g-brief Letters in format of the DIN (German industry norm)
1960 \end_layout
1961
1962 \begin_layout Description
1963 hollywood Used to type spec scripts for the US film industry.
1964  It is not an existing LaTeX document class, but a new one which is distributed
1965  with LyX.
1966 \end_layout
1967
1968 \begin_layout Description
1969 IEEEtran Layout for the journals published by the Institute of Electrical
1970  and Electronics Engineers (IEEE)
1971 \end_layout
1972
1973 \begin_layout Description
1974 IOP Layout for journals of the Institute of Physics publishing group
1975 \end_layout
1976
1977 \begin_layout Description
1978 Kluwer Layout for journals of the Kluwer publishing group
1979 \end_layout
1980
1981 \begin_layout Description
1982 koma-script a replacement for the standard classes, offers many useful features
1983  like caption formatting, automatic print space calculation etc.
1984 \end_layout
1985
1986 \begin_layout Description
1987 Memoir another replacement for the standard classes
1988 \end_layout
1989
1990 \begin_layout Description
1991 paper Used with the 
1992 \family typewriter
1993 paper
1994 \family default
1995  LaTeX document class
1996 \end_layout
1997
1998 \begin_layout Description
1999 Powerdot Layout for presentations
2000 \end_layout
2001
2002 \begin_layout Description
2003 REVTe
2004 \begin_inset ERT
2005 status collapsed
2006
2007 \begin_layout Plain Layout
2008
2009 {}
2010 \end_layout
2011
2012 \end_inset
2013
2014 X is used to write articles for the publications of the American Physical
2015  Society (APS), American Institute of Physics (AIP), and Optical Society
2016  of America (OSA).
2017  This class is not completely compatible with all LyX features.
2018 \end_layout
2019
2020 \begin_layout Description
2021 Slides Used to make transparencies
2022 \end_layout
2023
2024 \begin_layout Description
2025 SPIE
2026 \begin_inset space ~
2027 \end_inset
2028
2029 Proceedings Layout for the journals published by The International Society
2030  for Optical Engineering (SPIE)
2031 \end_layout
2032
2033 \begin_layout Description
2034 Springer Layouts for journals of the Springer publishing group
2035 \end_layout
2036
2037 \begin_layout Description
2038 TUGboat Layout for 
2039 \family typewriter
2040 TUGboat
2041 \family default
2042 , the journal of the international TeX user Group (TUG)
2043 \end_layout
2044
2045 \begin_layout Standard
2046 We won't go into any detail about how to use these different document classes
2047  here.
2048  You can find all the details about the non-standard classes in the 
2049 \emph on
2050 Extended Editing
2051 \emph default
2052  manual.
2053  Here, we will settle with a list of some of the common properties of all
2054  of the document classes.
2055 \end_layout
2056
2057 \begin_layout Subsubsection
2058 Selecting a Class
2059 \end_layout
2060
2061 \begin_layout Standard
2062 You can select a class using the 
2063 \family sans
2064 Document\SpecialChar \menuseparator
2065 Settings
2066 \begin_inset Index
2067 status collapsed
2068
2069 \begin_layout Plain Layout
2070 Document ! Settings
2071 \end_layout
2072
2073 \end_inset
2074
2075
2076 \family default
2077  dialog.
2078  Select the class you want to use, and make any fine tunings of the options
2079  you may need.
2080 \end_layout
2081
2082 \begin_layout Subsubsection
2083 \begin_inset CommandInset label
2084 LatexCommand label
2085 name "sub:Modules"
2086
2087 \end_inset
2088
2089 Modules
2090 \begin_inset Index
2091 status collapsed
2092
2093 \begin_layout Plain Layout
2094 Layout Modules
2095 \end_layout
2096
2097 \end_inset
2098
2099
2100 \end_layout
2101
2102 \begin_layout Standard
2103 Since LyX 1.6, layout modules can be used to add additional features to a
2104  document without the user's having to include those features in a new layout
2105  file.
2106  The available modules are listed in the Available Modules pane of the 
2107 \family sans
2108 Document\SpecialChar \menuseparator
2109 Settings
2110 \begin_inset Index
2111 status collapsed
2112
2113 \begin_layout Plain Layout
2114 Document ! Settings
2115 \end_layout
2116
2117 \end_inset
2118
2119
2120 \family default
2121  dialog.
2122  Highlighting one of them will bring up a description of the module.
2123  Please note that some modules require LaTeX packages that are not always
2124  installed by default.
2125  LyX will warn you if you do not have the needed package.
2126  Note also that some modules require other modules, and some pairs of modules
2127  are incompatible.
2128 \end_layout
2129
2130 \begin_layout Subsubsection
2131 Properties
2132 \end_layout
2133
2134 \begin_layout Standard
2135 Each class has a default set of options.
2136  Here's a quick table describing them:
2137 \end_layout
2138
2139 \begin_layout Standard
2140 \begin_inset VSpace 0.3cm
2141 \end_inset
2142
2143
2144 \end_layout
2145
2146 \begin_layout Standard
2147 \align center
2148 \begin_inset Tabular
2149 <lyxtabular version="3" rows="5" columns="5">
2150 <features>
2151 <column alignment="center" valignment="top" width="0pt">
2152 <column alignment="center" valignment="top" width="0pt">
2153 <column alignment="center" valignment="top" width="0pt">
2154 <column alignment="center" valignment="top" width="0pt">
2155 <column alignment="center" valignment="top" width="0pt">
2156 <row>
2157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2158 \begin_inset Text
2159
2160 \begin_layout Plain Layout
2161
2162 \end_layout
2163
2164 \end_inset
2165 </cell>
2166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2167 \begin_inset Text
2168
2169 \begin_layout Plain Layout
2170
2171 \family sans
2172 \series medium
2173 \shape up
2174 \size normal
2175 \emph off
2176 \bar no
2177 \noun off
2178 \color none
2179 Pagestyle
2180 \end_layout
2181
2182 \end_inset
2183 </cell>
2184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2185 \begin_inset Text
2186
2187 \begin_layout Plain Layout
2188
2189 \family sans
2190 \series medium
2191 \shape up
2192 \size normal
2193 \emph off
2194 \bar no
2195 \noun off
2196 \color none
2197 Sides
2198 \end_layout
2199
2200 \end_inset
2201 </cell>
2202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2203 \begin_inset Text
2204
2205 \begin_layout Plain Layout
2206
2207 \family sans
2208 \series medium
2209 \shape up
2210 \size normal
2211 \emph off
2212 \bar no
2213 \noun off
2214 \color none
2215 Columns
2216 \end_layout
2217
2218 \end_inset
2219 </cell>
2220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2221 \begin_inset Text
2222
2223 \begin_layout Plain Layout
2224
2225 \series medium
2226 \shape up
2227 \size normal
2228 \emph off
2229 \bar no
2230 \noun off
2231 \color none
2232 Max.
2233  sectioning level
2234 \end_layout
2235
2236 \end_inset
2237 </cell>
2238 </row>
2239 <row>
2240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2241 \begin_inset Text
2242
2243 \begin_layout Plain Layout
2244
2245 \series medium
2246 \shape up
2247 \size normal
2248 \emph off
2249 \bar no
2250 \noun off
2251 \color none
2252 article
2253 \end_layout
2254
2255 \end_inset
2256 </cell>
2257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2258 \begin_inset Text
2259
2260 \begin_layout Plain Layout
2261
2262 \family sans
2263 \series medium
2264 \shape up
2265 \size normal
2266 \emph off
2267 \bar no
2268 \noun off
2269 \color none
2270 Plain
2271 \end_layout
2272
2273 \end_inset
2274 </cell>
2275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2276 \begin_inset Text
2277
2278 \begin_layout Plain Layout
2279
2280 \family sans
2281 \series medium
2282 \shape up
2283 \size normal
2284 \emph off
2285 \bar no
2286 \noun off
2287 \color none
2288 One
2289 \end_layout
2290
2291 \end_inset
2292 </cell>
2293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2294 \begin_inset Text
2295
2296 \begin_layout Plain Layout
2297
2298 \family sans
2299 \series medium
2300 \shape up
2301 \size normal
2302 \emph off
2303 \bar no
2304 \noun off
2305 \color none
2306 One
2307 \end_layout
2308
2309 \end_inset
2310 </cell>
2311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2312 \begin_inset Text
2313
2314 \begin_layout Plain Layout
2315
2316 \family sans
2317 \series medium
2318 \shape up
2319 \size normal
2320 \emph off
2321 \bar no
2322 \noun off
2323 \color none
2324 Section
2325 \end_layout
2326
2327 \end_inset
2328 </cell>
2329 </row>
2330 <row>
2331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2332 \begin_inset Text
2333
2334 \begin_layout Plain Layout
2335
2336 \series medium
2337 \shape up
2338 \size normal
2339 \emph off
2340 \bar no
2341 \noun off
2342 \color none
2343 report
2344 \end_layout
2345
2346 \end_inset
2347 </cell>
2348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2349 \begin_inset Text
2350
2351 \begin_layout Plain Layout
2352
2353 \family sans
2354 \series medium
2355 \shape up
2356 \size normal
2357 \emph off
2358 \bar no
2359 \noun off
2360 \color none
2361 Plain
2362 \end_layout
2363
2364 \end_inset
2365 </cell>
2366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2367 \begin_inset Text
2368
2369 \begin_layout Plain Layout
2370
2371 \family sans
2372 \series medium
2373 \shape up
2374 \size normal
2375 \emph off
2376 \bar no
2377 \noun off
2378 \color none
2379 One
2380 \end_layout
2381
2382 \end_inset
2383 </cell>
2384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2385 \begin_inset Text
2386
2387 \begin_layout Plain Layout
2388
2389 \family sans
2390 \series medium
2391 \shape up
2392 \size normal
2393 \emph off
2394 \bar no
2395 \noun off
2396 \color none
2397 One
2398 \end_layout
2399
2400 \end_inset
2401 </cell>
2402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2403 \begin_inset Text
2404
2405 \begin_layout Plain Layout
2406
2407 \family sans
2408 \series medium
2409 \shape up
2410 \size normal
2411 \emph off
2412 \bar no
2413 \noun off
2414 \color none
2415 Chapter
2416 \end_layout
2417
2418 \end_inset
2419 </cell>
2420 </row>
2421 <row>
2422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2423 \begin_inset Text
2424
2425 \begin_layout Plain Layout
2426
2427 \series medium
2428 \shape up
2429 \size normal
2430 \emph off
2431 \bar no
2432 \noun off
2433 \color none
2434 book
2435 \end_layout
2436
2437 \end_inset
2438 </cell>
2439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2440 \begin_inset Text
2441
2442 \begin_layout Plain Layout
2443
2444 \family sans
2445 \series medium
2446 \shape up
2447 \size normal
2448 \emph off
2449 \bar no
2450 \noun off
2451 \color none
2452 Headings
2453 \end_layout
2454
2455 \end_inset
2456 </cell>
2457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2458 \begin_inset Text
2459
2460 \begin_layout Plain Layout
2461
2462 \family sans
2463 \series medium
2464 \shape up
2465 \size normal
2466 \emph off
2467 \bar no
2468 \noun off
2469 \color none
2470 Two
2471 \end_layout
2472
2473 \end_inset
2474 </cell>
2475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2476 \begin_inset Text
2477
2478 \begin_layout Plain Layout
2479
2480 \family sans
2481 \series medium
2482 \shape up
2483 \size normal
2484 \emph off
2485 \bar no
2486 \noun off
2487 \color none
2488 One
2489 \end_layout
2490
2491 \end_inset
2492 </cell>
2493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2494 \begin_inset Text
2495
2496 \begin_layout Plain Layout
2497
2498 \family sans
2499 \series medium
2500 \shape up
2501 \size normal
2502 \emph off
2503 \bar no
2504 \noun off
2505 \color none
2506 Chapter
2507 \end_layout
2508
2509 \end_inset
2510 </cell>
2511 </row>
2512 <row>
2513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2514 \begin_inset Text
2515
2516 \begin_layout Plain Layout
2517
2518 \series medium
2519 \shape up
2520 \size normal
2521 \emph off
2522 \bar no
2523 \noun off
2524 \color none
2525 letter
2526 \end_layout
2527
2528 \end_inset
2529 </cell>
2530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2531 \begin_inset Text
2532
2533 \begin_layout Plain Layout
2534
2535 \family sans
2536 \series medium
2537 \shape up
2538 \size normal
2539 \emph off
2540 \bar no
2541 \noun off
2542 \color none
2543 Plain
2544 \end_layout
2545
2546 \end_inset
2547 </cell>
2548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2549 \begin_inset Text
2550
2551 \begin_layout Plain Layout
2552
2553 \family sans
2554 \series medium
2555 \shape up
2556 \size normal
2557 \emph off
2558 \bar no
2559 \noun off
2560 \color none
2561 One
2562 \end_layout
2563
2564 \end_inset
2565 </cell>
2566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2567 \begin_inset Text
2568
2569 \begin_layout Plain Layout
2570
2571 \family sans
2572 \series medium
2573 \shape up
2574 \size normal
2575 \emph off
2576 \bar no
2577 \noun off
2578 \color none
2579 One
2580 \end_layout
2581
2582 \end_inset
2583 </cell>
2584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2585 \begin_inset Text
2586
2587 \begin_layout Plain Layout
2588
2589 \series medium
2590 \shape up
2591 \size normal
2592 \emph off
2593 \bar no
2594 \noun off
2595 \color none
2596 none
2597 \end_layout
2598
2599 \end_inset
2600 </cell>
2601 </row>
2602 </lyxtabular>
2603
2604 \end_inset
2605
2606
2607 \end_layout
2608
2609 \begin_layout Standard
2610 \begin_inset VSpace 0.3cm
2611 \end_inset
2612
2613
2614 \end_layout
2615
2616 \begin_layout Standard
2617 You're probably also wondering what 
2618 \begin_inset Quotes eld
2619 \end_inset
2620
2621 Max.
2622 \begin_inset space ~
2623 \end_inset
2624
2625 sectioning level
2626 \begin_inset Quotes erd
2627 \end_inset
2628
2629  means.
2630  There are several paragraph environments used to create section headings.
2631  Different document classes allow different types of section headings.
2632  Only two use the 
2633 \family sans
2634 Chapter
2635 \family default
2636  heading; the rest do not and begin instead with the 
2637 \family sans
2638 Section
2639 \family default
2640  heading.
2641  Some document classes, such as the ones for letters, don't use any section
2642  headings.
2643  In addition to 
2644 \family sans
2645 Chapter
2646 \family default
2647  and 
2648 \family sans
2649 Section
2650 \family default
2651  headings, there are also 
2652 \family sans
2653 Subsection
2654 \family default
2655  headings, 
2656 \family sans
2657 Subsubsection
2658 \family default
2659  headings, and so on.
2660  We'll describe these headings fully in section
2661 \begin_inset space ~
2662 \end_inset
2663
2664
2665 \begin_inset CommandInset ref
2666 LatexCommand ref
2667 reference "sub:Headings"
2668
2669 \end_inset
2670
2671 .
2672 \end_layout
2673
2674 \begin_layout Subsection
2675 Document Layout
2676 \begin_inset Index
2677 status collapsed
2678
2679 \begin_layout Plain Layout
2680 Document !  Layout
2681 \end_layout
2682
2683 \end_inset
2684
2685
2686 \begin_inset CommandInset label
2687 LatexCommand label
2688 name "sub:Document-Layout"
2689
2690 \end_inset
2691
2692
2693 \family sans
2694
2695 \begin_inset Index
2696 status collapsed
2697
2698 \begin_layout Plain Layout
2699 Document ! Settings
2700 \end_layout
2701
2702 \end_inset
2703
2704
2705 \end_layout
2706
2707 \begin_layout Standard
2708 The most important properties of documents classes are set in the menu 
2709 \family sans
2710 Document\SpecialChar \menuseparator
2711 Settings
2712 \family default
2713 .
2714  There in the 
2715 \family sans
2716 Options
2717 \family default
2718  field under 
2719 \family sans
2720 Documents
2721 \begin_inset space ~
2722 \end_inset
2723
2724 classes
2725 \family default
2726 , you can enter special options for your document class in a comma-separated
2727  list.
2728  This is only necessary if LyX doesn't support special options you want
2729  to use for your document.
2730  To learn more about your favorite LaTeX-class and its options, you have
2731  to read its manual.
2732 \end_layout
2733
2734 \begin_layout Standard
2735 Under 
2736 \family sans
2737 Page
2738 \begin_inset space ~
2739 \end_inset
2740
2741 Layout
2742 \family default
2743  the 
2744 \family sans
2745 Pagestyle
2746 \family default
2747  controls what sorts of headings and page numbers go on a page.
2748  You can choose between the following five options:
2749 \end_layout
2750
2751 \begin_layout Labeling
2752 \labelwidthstring 00.00.0000
2753
2754 \family sans
2755 Default
2756 \family default
2757  Use default pagestyle of current class.
2758 \end_layout
2759
2760 \begin_layout Labeling
2761 \labelwidthstring 00.00.0000
2762
2763 \family sans
2764 Empty
2765 \family default
2766  No page numbers or headings.
2767 \end_layout
2768
2769 \begin_layout Labeling
2770 \labelwidthstring 00.00.0000
2771
2772 \family sans
2773 Plain
2774 \family default
2775  Page numbers only.
2776 \end_layout
2777
2778 \begin_layout Labeling
2779 \labelwidthstring 00.00.0000
2780
2781 \family sans
2782 Headings
2783 \family default
2784  Page numbers and either the current chapter or section title and number.
2785  Whether LyX uses the current chapter or the current section depends on
2786  the maximum sectioning level of the class.
2787 \end_layout
2788
2789 \begin_layout Labeling
2790 \labelwidthstring 00.00.0000
2791
2792 \family sans
2793 Fancy
2794 \family default
2795  This allows you to create fully customizable headers and footers if you
2796  have the 
2797 \series bold
2798 fancyhdr
2799 \begin_inset Index
2800 status collapsed
2801
2802 \begin_layout Plain Layout
2803 Latex@LaTeX-packages ! fancyhdr
2804 \end_layout
2805
2806 \end_inset
2807
2808
2809 \series default
2810  package installed.
2811  At the moment, support in LyX is limited to this setting.
2812  To use the full power of this package, you have to add code to your document
2813  preamble.
2814  Check the documentation for the 
2815 \series bold
2816 fancyhdr
2817 \series default
2818  package for more details, 
2819 \begin_inset CommandInset citation
2820 LatexCommand cite
2821 key "fancyhdr"
2822
2823 \end_inset
2824
2825 .
2826 \end_layout
2827
2828 \begin_layout Standard
2829 The 
2830 \family sans
2831 Separation
2832 \family default
2833  of paragraphs is described in section
2834 \begin_inset space ~
2835 \end_inset
2836
2837
2838 \begin_inset CommandInset ref
2839 LatexCommand ref
2840 reference "sec:Par-indent-intro"
2841
2842 \end_inset
2843
2844 .
2845 \end_layout
2846
2847 \begin_layout Subsection
2848 Paper Size and Orientation
2849 \begin_inset Index
2850 status collapsed
2851
2852 \begin_layout Plain Layout
2853 Document ! Paper size
2854 \end_layout
2855
2856 \end_inset
2857
2858
2859 \begin_inset CommandInset label
2860 LatexCommand label
2861 name "sub:Paper-Size,-Orientation,"
2862
2863 \end_inset
2864
2865
2866 \end_layout
2867
2868 \begin_layout Standard
2869 You'll find the following options in the menu 
2870 \family sans
2871 Page
2872 \begin_inset space ~
2873 \end_inset
2874
2875 Layout
2876 \family default
2877  of the dialog of the 
2878 \family sans
2879 Document\SpecialChar \menuseparator
2880 Settings
2881 \family default
2882  menu:
2883 \family sans
2884
2885 \begin_inset Index
2886 status collapsed
2887
2888 \begin_layout Plain Layout
2889 Document ! Settings
2890 \end_layout
2891
2892 \end_inset
2893
2894
2895 \end_layout
2896
2897 \begin_layout Labeling
2898 \labelwidthstring 00.00.0000
2899
2900 \family sans
2901 Papersize
2902 \family default
2903  What size paper to print on.
2904  The choices are
2905 \end_layout
2906
2907 \begin_layout Itemize
2908
2909 \family sans
2910 Default
2911 \end_layout
2912
2913 \begin_layout Itemize
2914
2915 \family sans
2916 A3, A4,
2917 \family default
2918  
2919 \family sans
2920 A5
2921 \end_layout
2922
2923 \begin_layout Itemize
2924
2925 \family sans
2926 B3, B4, B5
2927 \end_layout
2928
2929 \begin_layout Itemize
2930
2931 \family sans
2932 US letter
2933 \end_layout
2934
2935 \begin_layout Itemize
2936
2937 \family sans
2938 US legal
2939 \end_layout
2940
2941 \begin_layout Itemize
2942
2943 \family sans
2944 US executive
2945 \end_layout
2946
2947 \begin_layout Itemize
2948
2949 \family sans
2950 Custom
2951 \end_layout
2952
2953 \begin_layout Labeling
2954 \labelwidthstring 00.00.0000
2955
2956 \family sans
2957 Orientation
2958 \family default
2959  Two toggle buttons choose whether to print the output as 
2960 \family sans
2961 Landscape
2962 \family default
2963  or as 
2964 \family sans
2965 Portrait
2966 \family default
2967 .
2968 \end_layout
2969
2970 \begin_layout Labeling
2971 \labelwidthstring 00.00.0000
2972
2973 \family sans
2974 Two-sided
2975 \begin_inset space ~
2976 \end_inset
2977
2978 document
2979 \family default
2980  Adjusts the print space to print both sides of paper.
2981  That means that the print space for odd- and even-numbered pages is different.
2982 \end_layout
2983
2984 \begin_layout Subsection
2985 Margins
2986 \begin_inset Index
2987 status collapsed
2988
2989 \begin_layout Plain Layout
2990 Document ! Margins
2991 \end_layout
2992
2993 \end_inset
2994
2995
2996 \begin_inset CommandInset label
2997 LatexCommand label
2998 name "sub:Margins"
2999
3000 \end_inset
3001
3002
3003 \begin_inset Index
3004 status collapsed
3005
3006 \begin_layout Plain Layout
3007 Margins
3008 \end_layout
3009
3010 \end_inset
3011
3012
3013 \end_layout
3014
3015 \begin_layout Standard
3016 Paper margins are set in the menu 
3017 \family sans
3018 Document\SpecialChar \menuseparator
3019 Settings
3020 \family default
3021 .
3022 \family sans
3023
3024 \begin_inset Index
3025 status collapsed
3026
3027 \begin_layout Plain Layout
3028 Document ! Settings
3029 \end_layout
3030
3031 \end_inset
3032
3033
3034 \end_layout
3035
3036 \begin_layout Standard
3037 If you use a koma-script document class, you can use the default settings.
3038  Because koma-script calculates then the printspace automatically by taking
3039  the paper format and the font size into account.
3040 \end_layout
3041
3042 \begin_layout Subsection
3043 Important Note
3044 \end_layout
3045
3046 \begin_layout Standard
3047 If you change a document class, LyX has to convert 
3048 \emph on
3049 everything
3050 \emph default
3051  into the new class.
3052  That includes the paragraph environments.
3053  Some paragraph environments are standard; all of the document classes have
3054  them; but some classes have special paragraph environments.
3055  If this is the case, and you change the document class, LyX sets the missing
3056  paragraph environments to 
3057 \family sans
3058 Standard
3059 \family default
3060  and places an error box at the beginning of the paragraph.
3061  Just click on them and you'll get a message dialog that tells you about
3062  the conversion and why it failed.
3063 \end_layout
3064
3065 \begin_layout Section
3066 Paragraph Indentation and Separation
3067 \begin_inset Index
3068 status collapsed
3069
3070 \begin_layout Plain Layout
3071 Paragraph ! Indentation
3072 \end_layout
3073
3074 \end_inset
3075
3076
3077 \end_layout
3078
3079 \begin_layout Subsection
3080 Introduction
3081 \begin_inset CommandInset label
3082 LatexCommand label
3083 name "sec:Par-indent-intro"
3084
3085 \end_inset
3086
3087
3088 \end_layout
3089
3090 \begin_layout Standard
3091 Before describing all of the various paragraph environments, we'd like to
3092  say a word or two about paragraph indentation.
3093 \end_layout
3094
3095 \begin_layout Standard
3096 Everyone seems to have their own convention for separating paragraphs.
3097  Most Americans indent the first line of a paragraph.
3098  Others don't indent but put extra space between the paragraphs.
3099  If you choose indentation for paragraphs the 
3100 \emph on
3101 first
3102 \emph default
3103  paragraph of a section, or after a figure, an equation, a table, a list,
3104  etc., is 
3105 \emph on
3106 not
3107 \emph default
3108  indented.
3109  Only a paragraph following another paragraph gets indented.
3110  Note that the indentation behavior is different when you use another document
3111  language than English.
3112  LaTeX takes care that the indentation follows the rules of the used language.
3113 \end_layout
3114
3115 \begin_layout Standard
3116 The space between paragraphs, like the line spacing, the space between headings
3117  and text --- in fact, all of the spacings for just about everything are
3118  pre-coded into LyX.
3119  As we said, you don't worry about how much space to add between what.
3120  LyX takes care of that.
3121  In fact, these pre-coded vertical spacings aren't a single number but a
3122  range.
3123  That way, LyX can squish or stretch the space between lines to make sure
3124  figures fit on a page with text, so that sections don't start at the bottom
3125  of a page, and so on.
3126 \begin_inset Foot
3127 status collapsed
3128
3129 \begin_layout Plain Layout
3130 LaTeX does this when LyX goes to produce a printable file.
3131 \end_layout
3132
3133 \end_inset
3134
3135  However, pre-coded doesn't mean you can't change them.
3136  LyX gives you the ability to globally change 
3137 \emph on
3138 all
3139 \emph default
3140  of these pre-coded spacings.
3141  We'll explain more later.
3142 \end_layout
3143
3144 \begin_layout Subsection
3145 Paragraph Separation
3146 \begin_inset Index
3147 status collapsed
3148
3149 \begin_layout Plain Layout
3150 Paragraph ! Separation
3151 \end_layout
3152
3153 \end_inset
3154
3155
3156 \end_layout
3157
3158 \begin_layout Standard
3159 To separate paragraphs, select 
3160 \family sans
3161 Indent
3162 \family default
3163  or 
3164 \family sans
3165 Skip
3166 \family default
3167  in the submenu 
3168 \family sans
3169 Text
3170 \begin_inset space ~
3171 \end_inset
3172
3173 Layout
3174 \family default
3175  of the dialog 
3176 \family sans
3177 Document\SpecialChar \menuseparator
3178 Settings
3179 \begin_inset Index
3180 status collapsed
3181
3182 \begin_layout Plain Layout
3183 Document ! Settings
3184 \end_layout
3185
3186 \end_inset
3187
3188
3189 \family default
3190  to indent paragraphs or add extra space between paragraphs, respectively.
3191  The size of the skips can be defined in the dialog, for the indentation
3192  you have to add this line to your document preamble:
3193 \end_layout
3194
3195 \begin_layout Standard
3196
3197 \series bold
3198
3199 \backslash
3200 setlength{
3201 \backslash
3202 parindent}{Length}
3203 \end_layout
3204
3205 \begin_layout Standard
3206 where length is a value in one of the units listed in Appendix
3207 \begin_inset space ~
3208 \end_inset
3209
3210
3211 \begin_inset CommandInset ref
3212 LatexCommand ref
3213 reference "cap:Units"
3214
3215 \end_inset
3216
3217 .
3218  The default length is 30
3219 \begin_inset space \thinspace{}
3220 \end_inset
3221
3222 pt.
3223 \end_layout
3224
3225 \begin_layout Subsection
3226 Fine-Tuning
3227 \end_layout
3228
3229 \begin_layout Standard
3230 You can also change the separation method of a single paragraph.
3231  Open the 
3232 \family sans
3233 Edit\SpecialChar \menuseparator
3234 Paragraph
3235 \begin_inset space ~
3236 \end_inset
3237
3238 Settings
3239 \family default
3240  dialog and toggle the 
3241 \family sans
3242 Indent
3243 \begin_inset space ~
3244 \end_inset
3245
3246 Paragraph
3247 \family default
3248  option to change the state of the current paragraph.
3249  If paragraphs have no indentation but use extra space for separation, this
3250  button will be ignored (you can't indent a single paragraph by toggling
3251  this).
3252 \end_layout
3253
3254 \begin_layout Standard
3255 You should only need to change the indentation method for a single paragraph
3256  if you need to do some fine-tuning.
3257 \end_layout
3258
3259 \begin_layout Subsection
3260 Line Spacing
3261 \begin_inset Index
3262 status collapsed
3263
3264 \begin_layout Plain Layout
3265 Paragraph ! Line spacing
3266 \end_layout
3267
3268 \end_inset
3269
3270
3271 \end_layout
3272
3273 \begin_layout Standard
3274 In the 
3275 \family sans
3276 Document\SpecialChar \menuseparator
3277 Settings
3278 \begin_inset Index
3279 status collapsed
3280
3281 \begin_layout Plain Layout
3282 Document ! Settings
3283 \end_layout
3284
3285 \end_inset
3286
3287
3288 \family default
3289  dialog you can set the line spacing in the submenu 
3290 \family sans
3291 Text
3292 \begin_inset space ~
3293 \end_inset
3294
3295 Layout.
3296 \family default
3297
3298 \begin_inset Foot
3299 status collapsed
3300
3301 \begin_layout Plain Layout
3302 You need to have the LaTeX-package 
3303 \series bold
3304 setspace
3305 \begin_inset Index
3306 status collapsed
3307
3308 \begin_layout Plain Layout
3309 Latex@LaTeX-packages ! setspace
3310 \end_layout
3311
3312 \end_inset
3313
3314
3315 \series default
3316  installed to use this feature.
3317 \end_layout
3318
3319 \end_inset
3320
3321
3322 \end_layout
3323
3324 \begin_layout Section
3325 Paragraph Environments
3326 \begin_inset Index
3327 status collapsed
3328
3329 \begin_layout Plain Layout
3330 Paragraph ! Environments
3331 \end_layout
3332
3333 \end_inset
3334
3335
3336 \begin_inset CommandInset label
3337 LatexCommand label
3338 name "sec:Paragraph-Environments"
3339
3340 \end_inset
3341
3342
3343 \begin_inset Index
3344 status collapsed
3345
3346 \begin_layout Plain Layout
3347 Paragraph environments|(
3348 \end_layout
3349
3350 \end_inset
3351
3352
3353 \end_layout
3354
3355 \begin_layout Subsection
3356 Overview
3357 \end_layout
3358
3359 \begin_layout Standard
3360 The paragraph environments correspond to the various
3361 \end_layout
3362
3363 \begin_layout Standard
3364
3365 \series bold
3366
3367 \backslash
3368 begin{
3369 \emph on
3370 environment
3371 \emph default
3372 } ...
3373  
3374 \backslash
3375 end{
3376 \emph on
3377 environment
3378 \emph default
3379 }
3380 \series default
3381
3382 \begin_inset Newline newline
3383 \end_inset
3384
3385 command sequences in an ordinary LaTeX file.
3386  If you don't know LaTeX, or the concept of a paragraph environment is totally
3387  alien to you, we urge you to read the 
3388 \emph on
3389 Tutorial
3390 \emph default
3391 .
3392  The 
3393 \emph on
3394 Tutorial
3395 \emph default
3396  also contains many more examples than this section does.
3397 \end_layout
3398
3399 \begin_layout Standard
3400 A paragraph environment is simply a 
3401 \begin_inset Quotes eld
3402 \end_inset
3403
3404 container
3405 \begin_inset Quotes erd
3406 \end_inset
3407
3408  for a paragraph which gives that paragraph certain properties.
3409  This can include a particular style of font, different margins, a numbering
3410  scheme, labels, and so on.
3411  Additionally, you can 
3412 \begin_inset Quotes eld
3413 \end_inset
3414
3415 nest
3416 \begin_inset Quotes erd
3417 \end_inset
3418
3419  the different environments inside one another, allowing one environment
3420  to inherit some of the properties of another.
3421  The different paragraph environments totally replace the need for messy
3422  tab stops, on the fly margin adjustment, and other hold-overs from the
3423  days of typewriters.
3424  There are several paragraph environments which are specific to a particular
3425  document type.
3426  We'll only be covering the most common ones here.
3427 \end_layout
3428
3429 \begin_layout Standard
3430 To choose a new paragraph environment, use the pull-down box on the left
3431  end of the toolbar.
3432  LyX will change the environment of the 
3433 \emph on
3434 entire
3435 \emph default
3436  paragraph in which the cursor sits.
3437  You can also change the environment of an entire group of paragraphs if
3438  you select them before choosing the new environment.
3439  
3440 \end_layout
3441
3442 \begin_layout Standard
3443 Note that hitting 
3444 \family sans
3445 Return
3446 \family default
3447  will 
3448 \emph on
3449 typically
3450 \emph default
3451  create a new paragraph using the 
3452 \family sans
3453 Standard
3454 \family default
3455  paragraph environment.
3456  We say 
3457 \begin_inset Quotes eld
3458 \end_inset
3459
3460 typically
3461 \begin_inset Quotes erd
3462 \end_inset
3463
3464  because if you are in one of these environments:
3465 \end_layout
3466
3467 \begin_layout Itemize
3468
3469 \family sans
3470 Quote
3471 \end_layout
3472
3473 \begin_layout Itemize
3474
3475 \family sans
3476 Quotation
3477 \end_layout
3478
3479 \begin_layout Itemize
3480
3481 \family sans
3482 Verse
3483 \end_layout
3484
3485 \begin_layout Itemize
3486
3487 \family sans
3488 Itemize
3489 \end_layout
3490
3491 \begin_layout Itemize
3492
3493 \family sans
3494 Enumerate
3495 \end_layout
3496
3497 \begin_layout Itemize
3498
3499 \family sans
3500 Description
3501 \end_layout
3502
3503 \begin_layout Itemize
3504
3505 \family sans
3506 List
3507 \end_layout
3508
3509 \begin_layout Standard
3510 LyX keeps the old paragraph environment when you hit 
3511 \family sans
3512 Return
3513 \family default
3514 , rather than resetting it to 
3515 \family sans
3516 Standard
3517 \family default
3518 .
3519  LyX will still reset the nesting depth, however.
3520  Usually, starting a new paragraph resets both the paragraph environment
3521  and the nesting depth (for more on nesting see section
3522 \begin_inset space ~
3523 \end_inset
3524
3525
3526 \begin_inset CommandInset ref
3527 LatexCommand ref
3528 reference "sec:Nesting"
3529
3530 \end_inset
3531
3532 ).
3533  At the moment, all this is context-specific; you're better off expecting
3534  
3535 \family sans
3536 Return
3537 \family default
3538  to reset the paragraph environment and depth.
3539  If you want a new paragraph to keep the current environment and depth,
3540  use 
3541 \family sans
3542 M-Return
3543 \family default
3544  instead.
3545 \end_layout
3546
3547 \begin_layout Subsection
3548 Standard
3549 \end_layout
3550
3551 \begin_layout Standard
3552 The default paragraph environment is 
3553 \family sans
3554 Standard
3555 \family default
3556  for most classes.
3557  It creates a plain paragraph.
3558  If LyX resets the paragraph environment, this is the one it chooses.
3559  In fact, the paragraph you're reading right now (and most of the ones in
3560  this manual) are in the 
3561 \family sans
3562 Standard
3563 \family default
3564  environment.
3565 \end_layout
3566
3567 \begin_layout Standard
3568 You can nest a paragraph using the 
3569 \family sans
3570 Standard
3571 \family default
3572  environment in just about anything else, but you can't really nest anything
3573  in a 
3574 \family sans
3575 Standard
3576 \family default
3577  environment.
3578 \end_layout
3579
3580 \begin_layout Subsection
3581 Document Title
3582 \begin_inset Index
3583 status collapsed
3584
3585 \begin_layout Plain Layout
3586 Document !Title
3587 \end_layout
3588
3589 \end_inset
3590
3591
3592 \end_layout
3593
3594 \begin_layout Standard
3595 A LaTeX title page has three parts: the title itself, the name(s) of the
3596  author(s) and a 
3597 \begin_inset Quotes eld
3598 \end_inset
3599
3600 footnote
3601 \begin_inset Quotes erd
3602 \end_inset
3603
3604  for thanks or contact information.
3605  For certain types of documents, LaTeX places all of this on a separate
3606  page along with today's date.
3607  For other types of documents, the title 
3608 \begin_inset Quotes eld
3609 \end_inset
3610
3611 page
3612 \begin_inset Quotes erd
3613 \end_inset
3614
3615  goes at the top of the first page of the document.
3616  
3617 \end_layout
3618
3619 \begin_layout Standard
3620 LyX provides an interface to the title page commands through the paragraph
3621  environments 
3622 \family sans
3623 Title
3624 \family default
3625
3626 \family sans
3627 Author
3628 \family default
3629 , and 
3630 \family sans
3631 Date
3632 \family default
3633 .
3634  Here's how you use them:
3635 \end_layout
3636
3637 \begin_layout Itemize
3638 Put the title of your document in the 
3639 \family sans
3640 Title
3641 \family default
3642  environment.
3643 \end_layout
3644
3645 \begin_layout Itemize
3646 Put the author name in the 
3647 \family sans
3648 Author
3649 \family default
3650  environment.
3651 \end_layout
3652
3653 \begin_layout Itemize
3654 If you want the date to have a certain appearance, want to use a fixed date,
3655  or want other text to appear in place of today's date, put that text in
3656  the 
3657 \family sans
3658 Date
3659 \family default
3660  environment.
3661  Note that using this environment is optional.
3662  If you don't provide any, LaTeX will automatically insert today's date.
3663  If you don't want any date, add the line
3664 \begin_inset Newline newline
3665 \end_inset
3666
3667
3668 \series bold
3669
3670 \backslash
3671 date{}
3672 \series default
3673
3674 \begin_inset Newline newline
3675 \end_inset
3676
3677 to the preamble of your document (menu 
3678 \family sans
3679 Document\SpecialChar \menuseparator
3680 Settings
3681 \family default
3682 )
3683 \end_layout
3684
3685 \begin_layout Standard
3686 You can use footnotes to insert 
3687 \begin_inset Quotes eld
3688 \end_inset
3689
3690 thanks
3691 \begin_inset Quotes erd
3692 \end_inset
3693
3694  or contact informations.
3695 \end_layout
3696
3697 \begin_layout Subsection
3698 Headings
3699 \begin_inset Index
3700 status collapsed
3701
3702 \begin_layout Plain Layout
3703 Section headings
3704 \end_layout
3705
3706 \end_inset
3707
3708
3709 \begin_inset CommandInset label
3710 LatexCommand label
3711 name "sub:Headings"
3712
3713 \end_inset
3714
3715
3716 \end_layout
3717
3718 \begin_layout Standard
3719 There are several paragraph environments for producing section headings.
3720  LyX takes care of the numbering for you.
3721 \end_layout
3722
3723 \begin_layout Subsubsection
3724 Numbered Headings
3725 \begin_inset Index
3726 status collapsed
3727
3728 \begin_layout Plain Layout
3729 Section headings ! Numbered
3730 \end_layout
3731
3732 \end_inset
3733
3734
3735 \end_layout
3736
3737 \begin_layout Standard
3738 There are 7 numbered types of section headings.
3739  They are:
3740 \end_layout
3741
3742 \begin_layout Enumerate
3743
3744 \family sans
3745 Part
3746 \end_layout
3747
3748 \begin_layout Enumerate
3749
3750 \family sans
3751 Chapter
3752 \end_layout
3753
3754 \begin_layout Enumerate
3755
3756 \family sans
3757 Section
3758 \end_layout
3759
3760 \begin_layout Enumerate
3761
3762 \family sans
3763 Subsection
3764 \end_layout
3765
3766 \begin_layout Enumerate
3767
3768 \family sans
3769 Subsubsection
3770 \end_layout
3771
3772 \begin_layout Enumerate
3773
3774 \family sans
3775 Paragraph
3776 \end_layout
3777
3778 \begin_layout Enumerate
3779
3780 \family sans
3781 Subparagraph
3782 \end_layout
3783
3784 \begin_layout Standard
3785 LyX labels each heading with a series of numbers, separated by periods.
3786  The numbers describe where in the document you are.
3787  Unlike the other headings, parts are numbered with Latin letters.
3788 \end_layout
3789
3790 \begin_layout Standard
3791 Headings all subdivide your document into different pieces of text.
3792  For example, suppose you're writing a book.
3793  You group the book into chapters.
3794  LyX does similar grouping:
3795 \end_layout
3796
3797 \begin_layout Itemize
3798
3799 \family sans
3800 Part
3801 \family default
3802  is divided in either 
3803 \family sans
3804 Chapter
3805 \family default
3806  or 
3807 \family sans
3808 Section
3809 \end_layout
3810
3811 \begin_layout Itemize
3812
3813 \family sans
3814 Chapter
3815 \family default
3816 s are divided into 
3817 \family sans
3818 Section
3819 \family default
3820 s
3821 \end_layout
3822
3823 \begin_layout Itemize
3824
3825 \family sans
3826 Section
3827 \family default
3828 s are divided into 
3829 \family sans
3830 Subsection
3831 \family default
3832 s
3833 \end_layout
3834
3835 \begin_layout Itemize
3836
3837 \family sans
3838 Subsection
3839 \family default
3840 s are divided into 
3841 \family sans
3842 Subsubsection
3843 \family default
3844 s
3845 \end_layout
3846
3847 \begin_layout Itemize
3848
3849 \family sans
3850 Subsubsection
3851 \family default
3852 s are divided into 
3853 \family sans
3854 Paragraph
3855 \family default
3856 s
3857 \end_layout
3858
3859 \begin_layout Itemize
3860
3861 \family sans
3862 Paragraph
3863 \family default
3864 s are divided into 
3865 \family sans
3866 Subparagraph
3867 \family default
3868 s
3869 \end_layout
3870
3871 \begin_layout Standard
3872 \begin_inset Note Greyedout
3873 status open
3874
3875 \begin_layout Plain Layout
3876
3877 \series bold
3878 Note:
3879 \series default
3880  Not all document types use the 
3881 \family sans
3882 Chapter
3883 \family default
3884  heading as the maximum sectioning level.
3885  In that case the 
3886 \family sans
3887 Section
3888 \family default
3889  is the top-level heading.
3890 \end_layout
3891
3892 \end_inset
3893
3894
3895 \end_layout
3896
3897 \begin_layout Standard
3898 So, if you use the 
3899 \family sans
3900 Subsubsection
3901 \family default
3902  environment to label a new sub-subsection, LyX labels it with its number,
3903  along with the number of the subsection, section, and, if applicable, chapter
3904  that it's in.
3905  For example: the fifth section of the second chapter of this book has the
3906  label 
3907 \begin_inset Quotes eld
3908 \end_inset
3909
3910 2.5
3911 \begin_inset Quotes erd
3912 \end_inset
3913
3914 .
3915 \end_layout
3916
3917 \begin_layout Subsubsection
3918 Unnumbered Headings
3919 \begin_inset Index
3920 status collapsed
3921
3922 \begin_layout Plain Layout
3923 Section headings ! Unnumbered
3924 \end_layout
3925
3926 \end_inset
3927
3928
3929 \end_layout
3930
3931 \begin_layout Standard
3932 There are 5 types of unnumbered section headings.
3933  They are:
3934 \end_layout
3935
3936 \begin_layout Enumerate
3937
3938 \family sans
3939 Part*line spacing
3940 \end_layout
3941
3942 \begin_layout Enumerate
3943
3944 \family sans
3945 Chapter*
3946 \end_layout
3947
3948 \begin_layout Enumerate
3949
3950 \family sans
3951 Section*
3952 \end_layout
3953
3954 \begin_layout Enumerate
3955
3956 \family sans
3957 Subsection*
3958 \end_layout
3959
3960 \begin_layout Enumerate
3961
3962 \family sans
3963 Subsubsection*
3964 \end_layout
3965
3966 \begin_layout Standard
3967 The 
3968 \begin_inset Quotes eld
3969 \end_inset
3970
3971 *
3972 \begin_inset Quotes erd
3973 \end_inset
3974
3975  after each name means that these headings are not numbered.
3976  They work the same as their numbered counterparts but won't appear in the
3977  table of contents, see section
3978 \begin_inset space ~
3979 \end_inset
3980
3981
3982 \begin_inset CommandInset ref
3983 LatexCommand ref
3984 reference "sec:toc"
3985
3986 \end_inset
3987
3988 .
3989 \end_layout
3990
3991 \begin_layout Subsubsection
3992 Changing the Numbering
3993 \begin_inset CommandInset label
3994 LatexCommand label
3995 name "sub:Numbering-depth"
3996
3997 \end_inset
3998
3999
4000 \end_layout
4001
4002 \begin_layout Standard
4003 You can also alter which sectioning levels get numbered and which ones appear
4004  in the Table of Contents.
4005  Now, this doesn't remove any of the levels; that's preset in the document
4006  class.
4007  Certain classes start with 
4008 \family sans
4009 Chapter
4010 \family default
4011  and go down to the 
4012 \family sans
4013 Subparagraph
4014 \family default
4015  level.
4016  Others start at 
4017 \family sans
4018 Section
4019 \family default
4020 .
4021  Similarly, not all document classes number all sectioning levels.
4022  Most don't number 
4023 \family sans
4024 Paragraph
4025 \family default
4026  or 
4027 \family sans
4028 Subparagraph
4029 \family default
4030 .
4031  This is something you can change.
4032 \end_layout
4033
4034 \begin_layout Standard
4035 Open the 
4036 \family sans
4037 Document\SpecialChar \menuseparator
4038 Settings
4039 \family default
4040  dialog.
4041 \family sans
4042
4043 \begin_inset Index
4044 status collapsed
4045
4046 \begin_layout Plain Layout
4047 Document ! Settings
4048 \end_layout
4049
4050 \end_inset
4051
4052
4053 \family default
4054  Under 
4055 \family sans
4056 Numbering
4057 \begin_inset space ~
4058 \end_inset
4059
4060 &
4061 \begin_inset space ~
4062 \end_inset
4063
4064 TOC
4065 \family default
4066  you'll see two counters.
4067  The one named 
4068 \family sans
4069 Numbering
4070 \family default
4071  controls how far down in the sectioning hierarchy LyX numbers a section
4072  heading.
4073  The other one controls the appearance of the section headings in the table
4074  of contents.
4075 \end_layout
4076
4077 \begin_layout Subsubsection
4078 Short Titles of Headings
4079 \begin_inset Index
4080 status collapsed
4081
4082 \begin_layout Plain Layout
4083 Section headings ! Short titles
4084 \end_layout
4085
4086 \end_inset
4087
4088
4089 \begin_inset OptArg
4090 status collapsed
4091
4092 \begin_layout Plain Layout
4093 Short Titles
4094 \end_layout
4095
4096 \end_inset
4097
4098
4099 \begin_inset CommandInset label
4100 LatexCommand label
4101 name "sec:Short-Titles"
4102
4103 \end_inset
4104
4105
4106 \end_layout
4107
4108 \begin_layout Standard
4109 Some section or chapter titles, such as this one, can get quite long.
4110  This can cause troubles when there is limited horizontal space.
4111  For example, if the header of the page is set to show the current section
4112  title, a long title will protrude over the page margins and look awful.
4113 \end_layout
4114
4115 \begin_layout Standard
4116 LaTeX allows you to specify a short title for section headings.
4117  This short title is used in the header and in the actual table of contents,
4118  avoiding the problem mentioned.
4119  To specify a short title, use the menu 
4120 \family sans
4121 Insert\SpecialChar \menuseparator
4122 Short
4123 \begin_inset space ~
4124 \end_inset
4125
4126 Title
4127 \family default
4128 .
4129  This will insert a box labeled 
4130 \begin_inset Quotes eld
4131 \end_inset
4132
4133 opt
4134 \begin_inset Quotes erd
4135 \end_inset
4136
4137  (stands for 
4138 \begin_inset Quotes eld
4139 \end_inset
4140
4141 optional
4142 \begin_inset Quotes erd
4143 \end_inset
4144
4145 ) which you can use to enter the short title text.
4146  This also works for captions inside floats.
4147 \end_layout
4148
4149 \begin_layout Standard
4150 The title of this section is a good example of using this feature.
4151 \end_layout
4152
4153 \begin_layout Subsubsection
4154 Special Information
4155 \end_layout
4156
4157 \begin_layout Standard
4158 The following information applies to all section headings:
4159 \end_layout
4160
4161 \begin_layout Itemize
4162 You cannot do any nesting with these environments.
4163 \end_layout
4164
4165 \begin_layout Itemize
4166 You cannot use a margin note in any of these environments.
4167 \end_layout
4168
4169 \begin_layout Itemize
4170 You can only use inline math in these environments.
4171 \end_layout
4172
4173 \begin_layout Itemize
4174 You can use labels and cross-references to refer to their numbers.
4175 \end_layout
4176
4177 \begin_layout Subsection
4178 Quotes and Poetryline spacing
4179 \end_layout
4180
4181 \begin_layout Standard
4182 LyX has three paragraph environments for writing poetry and quotations.
4183  They are 
4184 \family sans
4185 Quote
4186 \family default
4187
4188 \family sans
4189 Quotation
4190 \family default
4191 , and 
4192 \family sans
4193 Verse
4194 \family default
4195 .
4196  Forget the days of changing line spacing and twiddling with margins.
4197  These three paragraph environments already have those changes built-in.
4198  They all widen the left margin and add a bit of extra space above and below
4199  the text they contain.
4200  They also allow nesting, so you can put a 
4201 \family sans
4202 Verse
4203 \family default
4204  in a 
4205 \family sans
4206 Quotation
4207 \family default
4208 , as well as in some other paragraph environments.
4209 \end_layout
4210
4211 \begin_layout Standard
4212 There is another feature of these three paragraph environments: they do
4213  
4214 \emph on
4215 not
4216 \emph default
4217  reset to 
4218 \family sans
4219 Standard
4220 \family default
4221  when you start a new paragraph.
4222  So, you can type in that poem and merrily hit 
4223 \family sans
4224 Return
4225 \family default
4226  without worrying about the paragraph environment changing on you.
4227  Of course, that means that, once you're done typing in that poem, you have
4228  to change back to the 
4229 \family sans
4230 Standard
4231 \family default
4232  environment yourself.
4233 \end_layout
4234
4235 \begin_layout Subsubsection
4236
4237 \family sans
4238 Quote
4239 \family default
4240  and 
4241 \family sans
4242 Quotation
4243 \family default
4244
4245 \begin_inset CommandInset label
4246 LatexCommand label
4247 name "sec:Quote"
4248
4249 \end_inset
4250
4251
4252 \begin_inset Index
4253 status collapsed
4254
4255 \begin_layout Plain Layout
4256 Quotation
4257 \end_layout
4258
4259 \end_inset
4260
4261
4262 \end_layout
4263
4264 \begin_layout Standard
4265 Now that we've described the similarities of these three environments, it's
4266  time for the differences.
4267  
4268 \family sans
4269 Quote
4270 \family default
4271  and 
4272 \family sans
4273 Quotation
4274 \family default
4275  are identical except for one difference: 
4276 \family sans
4277 Quote
4278 \family default
4279  uses extra spacing to separate paragraphs and never indents the first line.
4280  
4281 \family sans
4282 Quotation
4283 \family default
4284  
4285 \emph on
4286 always
4287 \emph default
4288  indents the first line of a paragraph and uses the same line spacing throughout.
4289 \end_layout
4290
4291 \begin_layout Standard
4292 Here's an example of the 
4293 \family sans
4294 Quote
4295 \family default
4296  environment:
4297 \end_layout
4298
4299 \begin_layout Quote
4300 This is in the 
4301 \family sans
4302 Quote
4303 \family default
4304  environment.
4305  I can keep writing, extending this line out further and further until it
4306  wraps.
4307  See -- no indentation!
4308 \end_layout
4309
4310 \begin_layout Quote
4311 Here's the second paragraph of this quote.
4312  Again, there's no indentation, but there is extra space between me and
4313  the other paragraph.
4314 \end_layout
4315
4316 \begin_layout Standard
4317 Here's another example, this time in the 
4318 \family sans
4319 Quotation
4320 \family default
4321  environment:
4322 \end_layout
4323
4324 \begin_layout Quotation
4325 This is in the 
4326 \family sans
4327 Quotation
4328 \family default
4329  environment.
4330  If I keep writing, you'll see the indentation.
4331  If your country uses a writing style that shows off new paragraphs by indenting
4332  the first line, then 
4333 \family sans
4334 Quotation
4335 \family default
4336  is the environment for you! Well, you'd use it 
4337 \emph on
4338 if
4339 \emph default
4340  you were quoting other text.
4341 \end_layout
4342
4343 \begin_layout Quotation
4344 Here's a new paragraph.
4345  I could ramble on and on, like a politician at election time.
4346  If I did that, though, you'd get bored.
4347 \end_layout
4348
4349 \begin_layout Standard
4350 As the examples show, 
4351 \family sans
4352 Quote
4353 \family default
4354  is for those people who use extra space to separate paragraphs.
4355  They should put quotes in the 
4356 \family sans
4357 Quote
4358 \family default
4359  environment.
4360  Those who use indentation to mark a new paragraph should use the 
4361 \family sans
4362 Quotation
4363 \family default
4364  paragraph environment for quoted text.
4365 \end_layout
4366
4367 \begin_layout Subsubsection
4368
4369 \family sans
4370 Verse
4371 \family default
4372
4373 \begin_inset Index
4374 status collapsed
4375
4376 \begin_layout Plain Layout
4377 Paragraph ! Verse
4378 \end_layout
4379
4380 \end_inset
4381
4382
4383 \family sans
4384
4385 \begin_inset Index
4386 status collapsed
4387
4388 \begin_layout Plain Layout
4389 Poetry
4390 \end_layout
4391
4392 \end_inset
4393
4394
4395 \begin_inset CommandInset label
4396 LatexCommand label
4397 name "sec:Verse"
4398
4399 \end_inset
4400
4401
4402 \end_layout
4403
4404 \begin_layout Standard
4405
4406 \family sans
4407 Verse
4408 \family default
4409  is a paragraph environment for poetry, rhymes, verses, and so on.
4410  Here's an example:
4411 \end_layout
4412
4413 \begin_layout Verse
4414 This is in Verse
4415 \begin_inset Newline newline
4416 \end_inset
4417
4418 Which I did not rehearse!
4419 \end_layout
4420
4421 \begin_layout Verse
4422 It could be much worse.
4423  This line could be long, very long, oh so long, so very long that it wraps
4424  around.
4425  It looks okay on screen, but in the printed version, the extra lines are
4426  indented a bit more than the first.
4427  Okay, so it's turned to prose and doesn't rhyme anymore.
4428  So sue me.
4429 \end_layout
4430
4431 \begin_layout Verse
4432 To break a line
4433 \begin_inset Newline newline
4434 \end_inset
4435
4436 And make things look fine
4437 \begin_inset Newline newline
4438 \end_inset
4439
4440 Use 
4441 \family sans
4442 C-Return
4443 \family default
4444 .
4445 \end_layout
4446
4447 \begin_layout Standard
4448 As you can see, 
4449 \family sans
4450 Verse
4451 \family default
4452  does not indent both margins.
4453  Each stanza of the verse or poem is in its own paragraph.
4454  To separate the individual lines of a stanza, use the 
4455 \family typewriter
4456 break-line
4457 \family default
4458  function 
4459 \family sans
4460 C-Return
4461 \family default
4462 .
4463 \end_layout
4464
4465 \begin_layout Subsection
4466 Lists
4467 \begin_inset Index
4468 status collapsed
4469
4470 \begin_layout Plain Layout
4471 Lists
4472 \end_layout
4473
4474 \end_inset
4475
4476
4477 \begin_inset CommandInset label
4478 LatexCommand label
4479 name "sub:Lists"
4480
4481 \end_inset
4482
4483
4484 \end_layout
4485
4486 \begin_layout Standard
4487 LyX has four different paragraph environments for creating different kinds
4488  of lists.
4489  In the 
4490 \family sans
4491 Itemize
4492 \family default
4493  and 
4494 \family sans
4495 Enumerate
4496 \family default
4497  environments, LyX labels your list items with bullets or numbers, respectively.
4498  In the 
4499 \family sans
4500 Description
4501 \family default
4502  and 
4503 \family sans
4504 List
4505 \family default
4506  environments, LyX lets you provide your own label.
4507  We'll present the individual details of each type of list next after describing
4508  some general features of all four of them.
4509 \end_layout
4510
4511 \begin_layout Subsubsection
4512 General Features
4513 \end_layout
4514
4515 \begin_layout Standard
4516 The four paragraph environments for lists differ from the other environments
4517  in several ways.
4518  First, LyX treats each paragraph as a list item.
4519  Hitting 
4520 \family sans
4521 Return
4522 \family default
4523  does 
4524 \emph on
4525 not
4526 \emph default
4527  reset the environment to 
4528 \family sans
4529 Standard
4530 \family default
4531  but keeps the current environment and creates a new list item.
4532  The nesting depth is typically reset, however.
4533  If you want to keep both the current nesting depth and paragraph environment,
4534  you should use 
4535 \family sans
4536 M-Return
4537 \family default
4538  to break paragraphs.
4539 \end_layout
4540
4541 \begin_layout Standard
4542 You can nest lists of any type inside one another.
4543  In fact, LyX changes the labels on some list items depending on how it
4544  is nested.
4545  If you intend to use any of the list paragraph environments, we suggest
4546  you read all of section
4547 \begin_inset space ~
4548 \end_inset
4549
4550
4551 \begin_inset CommandInset ref
4552 LatexCommand ref
4553 reference "sec:Nesting"
4554
4555 \end_inset
4556
4557 .
4558  
4559 \end_layout
4560
4561 \begin_layout Subsubsection
4562
4563 \family sans
4564 Itemize
4565 \family default
4566
4567 \begin_inset Index
4568 status collapsed
4569
4570 \begin_layout Plain Layout
4571 Lists ! Itemize
4572 \end_layout
4573
4574 \end_inset
4575
4576
4577 \begin_inset CommandInset label
4578 LatexCommand label
4579 name "sec:Itemize"
4580
4581 \end_inset
4582
4583
4584 \end_layout
4585
4586 \begin_layout Standard
4587 The first type of list we'll describe in detail is the 
4588 \family sans
4589 Itemize
4590 \family default
4591  paragraph environment.
4592  It has the following properties:
4593 \end_layout
4594
4595 \begin_layout Itemize
4596 Each item has a particular bullet or symbol as its label.
4597 \end_layout
4598
4599 \begin_deeper
4600 \begin_layout Itemize
4601 LyX uses the same symbol for all of the items in a given nesting level.
4602 \end_layout
4603
4604 \begin_layout Itemize
4605 The symbol appears at the beginning of the first line.
4606 \end_layout
4607
4608 \end_deeper
4609 \begin_layout Itemize
4610 The items can have any length.
4611  LyX automatically offsets the left margin of each item.
4612  The offset is always relative to whatever environment the 
4613 \family sans
4614 Itemize
4615 \family default
4616  list may be in.
4617 \end_layout
4618
4619 \begin_layout Itemize
4620 If you nest an 
4621 \family sans
4622 Itemize
4623 \family default
4624  environment inside another 
4625 \family sans
4626 Itemize
4627 \family default
4628  environment, the label changes to a new symbol.
4629 \end_layout
4630
4631 \begin_deeper
4632 \begin_layout Itemize
4633 There are four different symbols for up to a four-fold nesting.
4634 \end_layout
4635
4636 \begin_layout Itemize
4637 LyX always shows the same symbol on screen.
4638 \end_layout
4639
4640 \begin_layout Itemize
4641 See section
4642 \begin_inset space ~
4643 \end_inset
4644
4645
4646 \begin_inset CommandInset ref
4647 LatexCommand ref
4648 reference "sec:Nesting"
4649
4650 \end_inset
4651
4652  for a full explanation of nesting.
4653 \end_layout
4654
4655 \end_deeper
4656 \begin_layout Standard
4657 Of course, that explanation was also an example of an 
4658 \family sans
4659 Itemize
4660 \family default
4661  list.
4662  The 
4663 \family sans
4664 Itemize
4665 \family default
4666  environment is best suited for lists where the order doesn't matter.
4667 \end_layout
4668
4669 \begin_layout Standard
4670 We said that different levels use different symbols as their label.
4671  Here's an example of all four possible symbols.
4672  Note that those of you reading this manual within LyX won't see any difference.
4673 \end_layout
4674
4675 \begin_layout Itemize
4676 The label for the first level 
4677 \family sans
4678 Itemize
4679 \family default
4680  is a large black dot, or bullet.
4681 \end_layout
4682
4683 \begin_deeper
4684 \begin_layout Itemize
4685 The label for the second level is a dash.
4686 \end_layout
4687
4688 \begin_deeper
4689 \begin_layout Itemize
4690 The label for the third is an asterisk.
4691 \end_layout
4692
4693 \begin_deeper
4694 \begin_layout Itemize
4695 The label for the fourth is a centered dot.
4696 \end_layout
4697
4698 \end_deeper
4699 \begin_layout Itemize
4700 Back out to the third level.
4701 \end_layout
4702
4703 \end_deeper
4704 \begin_layout Itemize
4705 Back to the second level.
4706 \end_layout
4707
4708 \end_deeper
4709 \begin_layout Itemize
4710 Back to the outermost level.
4711 \end_layout
4712
4713 \begin_layout Standard
4714 These are the default labels for an 
4715 \family sans
4716 Itemize
4717 \family default
4718  list.
4719  You can customize these labels in the 
4720 \family sans
4721 Document\SpecialChar \menuseparator
4722 Settings
4723 \family default
4724  dialog in the submenu 
4725 \family sans
4726 Bullets
4727 \family default
4728 .
4729 \family sans
4730
4731 \begin_inset Index
4732 status collapsed
4733
4734 \begin_layout Plain Layout
4735 Document ! Settings
4736 \end_layout
4737
4738 \end_inset
4739
4740
4741 \end_layout
4742
4743 \begin_layout Standard
4744 Notice how the space between items decreases with increasing depth.
4745  We'll explain nesting and all the tricks you can do with different depths
4746  in section
4747 \begin_inset space ~
4748 \end_inset
4749
4750
4751 \begin_inset CommandInset ref
4752 LatexCommand ref
4753 reference "sec:Nesting"
4754
4755 \end_inset
4756
4757 .
4758 \end_layout
4759
4760 \begin_layout Subsubsection
4761
4762 \family sans
4763 Enumerate
4764 \family default
4765
4766 \begin_inset Index
4767 status collapsed
4768
4769 \begin_layout Plain Layout
4770 Lists ! Enumerate
4771 \end_layout
4772
4773 \end_inset
4774
4775
4776 \begin_inset CommandInset label
4777 LatexCommand label
4778 name "sec:Enumerate"
4779
4780 \end_inset
4781
4782
4783 \end_layout
4784
4785 \begin_layout Standard
4786 The 
4787 \family sans
4788 Enumerate
4789 \family default
4790  environment is used to create numbered lists and outlines.
4791  It has these properties:
4792 \end_layout
4793
4794 \begin_layout Enumerate
4795 Each item has a numeral as its label.
4796 \end_layout
4797
4798 \begin_deeper
4799 \begin_layout Enumerate
4800 The type of numeral depends on the nesting depth.
4801 \end_layout
4802
4803 \end_deeper
4804 \begin_layout Enumerate
4805 LyX automatically counts the items for you and updates the label as appropriate.
4806 \end_layout
4807
4808 \begin_layout Enumerate
4809 Each new 
4810 \family sans
4811 Enumerate
4812 \family default
4813  environment resets the counter to one.
4814 \end_layout
4815
4816 \begin_layout Enumerate
4817 Like the 
4818 \family sans
4819 Itemize
4820 \family default
4821  environment, the 
4822 \family sans
4823 Enumerate
4824 \family default
4825  environment:
4826 \end_layout
4827
4828 \begin_deeper
4829 \begin_layout Enumerate
4830 Offsets the items relative to the left margin.
4831  Items can have any length.
4832 \end_layout
4833
4834 \begin_layout Enumerate
4835 Reduces the space between items as the nesting depth increases.
4836 \end_layout
4837
4838 \begin_layout Enumerate
4839 Uses different types of labels depending on the nesting depth.
4840 \end_layout
4841
4842 \begin_layout Enumerate
4843 Allows up to a four-fold nesting.
4844 \end_layout
4845
4846 \end_deeper
4847 \begin_layout Standard
4848 Unlike the 
4849 \family sans
4850 Itemize
4851 \family default
4852  environment, 
4853 \family sans
4854 Enumerate
4855 \family default
4856  shows the different labels for each item in LyX.
4857  Here is how LyX labels the four different levels in an 
4858 \family sans
4859 Enumerate
4860 \family default
4861 :
4862 \end_layout
4863
4864 \begin_layout Enumerate
4865 The first level of an 
4866 \family sans
4867 Enumerate
4868 \family default
4869  uses Arabic numerals followed by a period.
4870 \end_layout
4871
4872 \begin_deeper
4873 \begin_layout Enumerate
4874 The second level uses lower case letters surrounded by parentheses.
4875 \end_layout
4876
4877 \begin_deeper
4878 \begin_layout Enumerate
4879 The third level uses lower-case Roman numerals followed by a period.
4880 \end_layout
4881
4882 \begin_deeper
4883 \begin_layout Enumerate
4884 The fourth level uses capital letters followed by a period.
4885 \end_layout
4886
4887 \begin_layout Enumerate
4888 Again, notice the decrease in the spacing between items as the nesting depth
4889  increases.
4890 \end_layout
4891
4892 \end_deeper
4893 \begin_layout Enumerate
4894 Back to the third level
4895 \end_layout
4896
4897 \end_deeper
4898 \begin_layout Enumerate
4899 Back to the second level.
4900 \end_layout
4901
4902 \end_deeper
4903 \begin_layout Enumerate
4904 Back to the outermost level.
4905 \end_layout
4906
4907 \begin_layout Standard
4908 Once again, you can customize the type of numbering used in the 
4909 \family sans
4910 Enumerate
4911 \family default
4912  environment.
4913  It involves adding commands to the LaTeX preamble (see the 
4914 \emph on
4915 Extended Features
4916 \emph default
4917  manual).
4918  As stated earlier, such customization only shows up in the printed version,
4919  not in LyX.
4920 \end_layout
4921
4922 \begin_layout Standard
4923 There is more to nesting 
4924 \family sans
4925 Enumerate
4926 \family default
4927  environments than we've stated here.
4928  You should read section
4929 \begin_inset space ~
4930 \end_inset
4931
4932
4933 \begin_inset CommandInset ref
4934 LatexCommand ref
4935 reference "sec:Nesting"
4936
4937 \end_inset
4938
4939  to learn more about nesting.
4940 \end_layout
4941
4942 \begin_layout Subsubsection
4943
4944 \family sans
4945 Description
4946 \family default
4947
4948 \begin_inset Index
4949 status collapsed
4950
4951 \begin_layout Plain Layout
4952 Lists ! Description
4953 \end_layout
4954
4955 \end_inset
4956
4957
4958 \begin_inset CommandInset label
4959 LatexCommand label
4960 name "sec:Description-List"
4961
4962 \end_inset
4963
4964
4965 \end_layout
4966
4967 \begin_layout Standard
4968 Unlike the previous two environments, the 
4969 \family sans
4970 Description
4971 \family default
4972  list has no fixed label.
4973  Instead, LyX uses the first 
4974 \begin_inset Quotes eld
4975 \end_inset
4976
4977 word
4978 \begin_inset Quotes erd
4979 \end_inset
4980
4981  of the first line as the label.
4982  Here's an example:
4983 \end_layout
4984
4985 \begin_layout Description
4986 Example: This is an example of the 
4987 \family sans
4988 Description
4989 \family default
4990  environment.
4991 \end_layout
4992
4993 \begin_layout Standard
4994 LyX typesets the label in boldface and puts extra space between it and the
4995  rest of the line.
4996 \end_layout
4997
4998 \begin_layout Standard
4999 With the first 
5000 \begin_inset Quotes eld
5001 \end_inset
5002
5003 word
5004 \begin_inset Quotes erd
5005 \end_inset
5006
5007  it is meant that the first hit of the 
5008 \family sans
5009 Space
5010 \family default
5011  key ends the label if you are at the beginning of the first line of an
5012  item.
5013  If you need to use more than one word in the label use a 
5014 \family sans
5015 Protected Blank
5016 \family default
5017 .
5018  (Use either 
5019 \family sans
5020 C-Space
5021 \family default
5022  or the menu 
5023 \family sans
5024 Insert\SpecialChar \menuseparator
5025 Formatting\SpecialChar \menuseparator
5026 Protected
5027 \begin_inset space ~
5028 \end_inset
5029
5030 Space
5031 \family default
5032 , see section
5033 \begin_inset space ~
5034 \end_inset
5035
5036
5037 \begin_inset CommandInset ref
5038 LatexCommand ref
5039 reference "sub:Protected-Space"
5040
5041 \end_inset
5042
5043  for more info.) Here is an example:
5044 \end_layout
5045
5046 \begin_layout Description
5047 Second
5048 \begin_inset space ~
5049 \end_inset
5050
5051 Example: This one shows how to use a 
5052 \family sans
5053 Protected
5054 \begin_inset space ~
5055 \end_inset
5056
5057 Blank
5058 \family default
5059  in the label of a 
5060 \family sans
5061 Description
5062 \family default
5063  list item.
5064 \end_layout
5065
5066 \begin_layout Description
5067 Usage: You should use the 
5068 \family sans
5069 Description
5070 \family default
5071  environment for things like definitions and theorems.
5072  Use it when you need to make one word in particular stand out in the text
5073  that describes it.
5074  It's not a good idea to use a 
5075 \family sans
5076 Description
5077 \family default
5078  environment when you have an entire sentence that you want to describe.
5079  You're better off using 
5080 \family sans
5081 Itemize
5082 \family default
5083  or 
5084 \family sans
5085 Enumerate
5086 \family default
5087  and nesting several 
5088 \family sans
5089 Standard
5090 \family default
5091  paragraphs into them.
5092 \end_layout
5093
5094 \begin_layout Description
5095 Nesting: You can nest 
5096 \family sans
5097 Description
5098 \family default
5099  environments inside one another, nest them in other types of lists, and
5100  so on.
5101 \end_layout
5102
5103 \begin_layout Standard
5104 Notice that after the first line, LyX indents subsequent lines, offsetting
5105  them from the first line.
5106 \end_layout
5107
5108 \begin_layout Subsubsection
5109 The LyX 
5110 \family sans
5111 List
5112 \family default
5113
5114 \begin_inset Index
5115 status collapsed
5116
5117 \begin_layout Plain Layout
5118 Lists ! Lyx@LyX list
5119 \end_layout
5120
5121 \end_inset
5122
5123
5124 \begin_inset CommandInset label
5125 LatexCommand label
5126 name "sec:LyX-List"
5127
5128 \end_inset
5129
5130
5131 \end_layout
5132
5133 \begin_layout Standard
5134 The 
5135 \family sans
5136 List
5137 \family default
5138  environment is a LyX extension to LaTeX.
5139  
5140 \end_layout
5141
5142 \begin_layout Standard
5143 Like the 
5144 \family sans
5145 Description
5146 \family default
5147  environment the 
5148 \family sans
5149 List
5150 \family default
5151  environment has user-defined labels for each list item.
5152  There are the following properties of this list environment:
5153 \end_layout
5154
5155 \begin_layout Labeling
5156 \labelwidthstring 00.00.0000
5157 item
5158 \begin_inset space ~
5159 \end_inset
5160
5161 labels LyX uses the first 
5162 \begin_inset Quotes eld
5163 \end_inset
5164
5165 word
5166 \begin_inset Quotes erd
5167 \end_inset
5168
5169  of each line as the item label.
5170  The first 
5171 \family sans
5172 Space
5173 \family default
5174  after the beginning of the first line of an item marks the end of the label.
5175  If you need to use more than one word in an item label, use a protected
5176  blank as described above.
5177 \end_layout
5178
5179 \begin_layout Labeling
5180 \labelwidthstring 00.00.0000
5181 margins As you can see, LyX uses different margins for the item label and
5182  the body of the item text.
5183  The body of the text has a larger left margin, which is equal to the default
5184  label width plus a little extra space.
5185  
5186 \end_layout
5187
5188 \begin_layout Labeling
5189 \labelwidthstring 00.00.0000
5190 label
5191 \begin_inset space ~
5192 \end_inset
5193
5194 width LyX uses the width of the label, or the default width, whatever is
5195  larger.
5196  If the label width is larger, the label 
5197 \begin_inset Quotes eld
5198 \end_inset
5199
5200 extends
5201 \begin_inset Quotes erd
5202 \end_inset
5203
5204  into the first line.
5205  In other words, the text of the first line isn't aligned with the left
5206  margin of the rest of the item text.
5207 \end_layout
5208
5209 \begin_layout Labeling
5210 \labelwidthstring 00.00.0000
5211 default
5212 \begin_inset space ~
5213 \end_inset
5214
5215 width You can set the default label width to ensure that the text of all
5216  items in a 
5217 \family sans
5218 List
5219 \family default
5220  environment have the same left margin.
5221 \begin_inset Newline newline
5222 \end_inset
5223
5224 To change the default width, select all items in the list.
5225  Now open the 
5226 \family sans
5227 Edit\SpecialChar \menuseparator
5228 Paragraph
5229 \begin_inset space ~
5230 \end_inset
5231
5232 Settings
5233 \family default
5234  dialog.
5235  The text in the box 
5236 \family sans
5237 Longest
5238 \begin_inset space ~
5239 \end_inset
5240
5241 label
5242 \family default
5243  determines the default label width.
5244  You can use the text of your largest label here, but you can also use the
5245  letter 
5246 \begin_inset Quotes eld
5247 \end_inset
5248
5249 M
5250 \begin_inset Quotes erd
5251 \end_inset
5252
5253  multiple times instead.
5254  The M is the widest character and is a standard unit of widths in LaTeX.
5255  By using 
5256 \begin_inset Quotes eld
5257 \end_inset
5258
5259 M
5260 \begin_inset Quotes erd
5261 \end_inset
5262
5263  as the unit of width you don't need to keep changing the contents of 
5264 \family sans
5265 Longest
5266 \begin_inset space ~
5267 \end_inset
5268
5269 label
5270 \family default
5271  every time you alter a label in a 
5272 \family sans
5273 List
5274 \family default
5275  environment.
5276 \begin_inset Newline newline
5277 \end_inset
5278
5279 The predefined default width is the length of 
5280 \begin_inset Quotes eld
5281 \end_inset
5282
5283 00.00.0000
5284 \begin_inset Quotes erd
5285 \end_inset
5286
5287  (equal to 6 M).
5288  
5289 \begin_inset Newline newline
5290 \end_inset
5291
5292
5293 \begin_inset Note Greyedout
5294 status open
5295
5296 \begin_layout Plain Layout
5297
5298 \series bold
5299 Note:
5300 \series default
5301  Setting the cursor into a list item to change only its label width will
5302  only change the width inside LyX but not in the output.
5303 \end_layout
5304
5305 \end_inset
5306
5307
5308 \end_layout
5309
5310 \begin_layout Standard
5311 You should use the 
5312 \family sans
5313 List
5314 \family default
5315  environment the same way like the 
5316 \family sans
5317 Description
5318 \family default
5319  list: When you need one word to stand out from the text that describes
5320  it.
5321  The 
5322 \family sans
5323 List
5324 \family default
5325  environment gives you another way to do this, using a different overall
5326  layout.
5327 \end_layout
5328
5329 \begin_layout Standard
5330 You can nest 
5331 \family sans
5332 List
5333 \family default
5334  environments inside one another, nest them in other types of lists, and
5335  so on.
5336  They work just like the other list paragraph environments.
5337  Read section
5338 \begin_inset space ~
5339 \end_inset
5340
5341
5342 \begin_inset CommandInset ref
5343 LatexCommand ref
5344 reference "sec:Nesting"
5345
5346 \end_inset
5347
5348  to learn about nesting.
5349 \end_layout
5350
5351 \begin_layout Standard
5352 There is yet another feature of the 
5353 \family sans
5354 List
5355 \family default
5356  environment: As you can see in the examples, LyX left-justifies the item
5357  labels by default.
5358  You can use additional 
5359 \family sans
5360 HFills
5361 \family default
5362  to change how LyX justifies the item label.
5363  We'll document 
5364 \family sans
5365 HFills
5366 \family default
5367  later in section
5368 \begin_inset space ~
5369 \end_inset
5370
5371
5372 \begin_inset CommandInset ref
5373 LatexCommand ref
5374 reference "sub:Horizontal-Space"
5375
5376 \end_inset
5377
5378 .
5379  Here are some examples:
5380 \end_layout
5381
5382 \begin_layout Labeling
5383 \labelwidthstring 00.00.0000
5384 Left The default for 
5385 \family sans
5386 List
5387 \family default
5388  item labels.
5389 \end_layout
5390
5391 \begin_layout Labeling
5392 \labelwidthstring 00.00.0000
5393 \begin_inset space \hfill{}
5394 \end_inset
5395
5396 Right One 
5397 \family sans
5398 HFill
5399 \family default
5400  at the beginning of the label right justifies it.
5401 \end_layout
5402
5403 \begin_layout Labeling
5404 \labelwidthstring 00.00.0000
5405 \begin_inset space \hfill{}
5406 \end_inset
5407
5408 Center
5409 \begin_inset space \hfill{}
5410 \end_inset
5411
5412  One 
5413 \family sans
5414 HFill
5415 \family default
5416  at the beginning of the label and one at the end centers it.
5417 \end_layout
5418
5419 \begin_layout Subsection
5420 Letters
5421 \begin_inset Index
5422 status collapsed
5423
5424 \begin_layout Plain Layout
5425 Letters
5426 \end_layout
5427
5428 \end_inset
5429
5430
5431 \end_layout
5432
5433 \begin_layout Subsubsection
5434
5435 \family sans
5436 Address
5437 \family default
5438  and 
5439 \family sans
5440 Right
5441 \begin_inset space ~
5442 \end_inset
5443
5444 Address
5445 \family default
5446 : An Overview
5447 \end_layout
5448
5449 \begin_layout Standard
5450 Although LyX has document classes for letters, we've also created two paragraph
5451  environments called 
5452 \family sans
5453 Address
5454 \family default
5455  and 
5456 \family sans
5457 Right
5458 \begin_inset space ~
5459 \end_inset
5460
5461 Address
5462 \family default
5463 .
5464  To use the letter class, you need to use specific paragraph environments
5465  in a specific order, otherwise LaTeX gags on the document.
5466  In contrast, you can use the 
5467 \family sans
5468 Address
5469 \family default
5470  and 
5471 \family sans
5472 Right
5473 \begin_inset space ~
5474 \end_inset
5475
5476 Address
5477 \family default
5478  paragraph environments anywhere with no problem.
5479  You can even nest them inside other environments, though you can't nest
5480  anything in them.
5481 \end_layout
5482
5483 \begin_layout Standard
5484 Of course, you're not limited to using 
5485 \family sans
5486 Address
5487 \family default
5488  and 
5489 \family sans
5490 Right
5491 \begin_inset space ~
5492 \end_inset
5493
5494 Address
5495 \family default
5496  for letters only.
5497  
5498 \family sans
5499 Right
5500 \begin_inset space ~
5501 \end_inset
5502
5503 Address
5504 \family default
5505 , in particular, is useful for creating article titles like those used in
5506  some European academic papers.
5507 \end_layout
5508
5509 \begin_layout Subsubsection
5510 Usage
5511 \begin_inset CommandInset label
5512 LatexCommand label
5513 name "sec:Address-Usage"
5514
5515 \end_inset
5516
5517
5518 \end_layout
5519
5520 \begin_layout Standard
5521 The 
5522 \family sans
5523 Address
5524 \family default
5525  environment formats text in the style of an address, which is also used
5526  for the opening and signature in some countries.
5527  Similarly, the 
5528 \family sans
5529 Right
5530 \begin_inset space ~
5531 \end_inset
5532
5533 Address
5534 \family default
5535  environment formats text in the style of a right-justified address, which
5536  is used for the sender's address and today's date in some countries.
5537  Here's an example of each:
5538 \end_layout
5539
5540 \begin_layout Right Address
5541 Right Address
5542 \begin_inset Newline newline
5543 \end_inset
5544
5545 Who I am
5546 \begin_inset Newline newline
5547 \end_inset
5548
5549 Where I am
5550 \begin_inset Newline newline
5551 \end_inset
5552
5553 When is it? What is today?
5554 \end_layout
5555
5556 \begin_layout Standard
5557 That was 
5558 \family sans
5559 Right
5560 \begin_inset space ~
5561 \end_inset
5562
5563 Address
5564 \family default
5565 .
5566  Notice that the lines all have the same left margin, which LyX sets to
5567  fit the largest block of text on a single line.
5568  Here's an example of the 
5569 \family sans
5570 Address
5571 \family default
5572  environment:
5573 \end_layout
5574
5575 \begin_layout Address
5576 Who are you
5577 \begin_inset Newline newline
5578 \end_inset
5579
5580 Where do I send this
5581 \begin_inset Newline newline
5582 \end_inset
5583
5584 Your post office and country
5585 \end_layout
5586
5587 \begin_layout Standard
5588 As you can see, both 
5589 \family sans
5590 Address
5591 \family default
5592  and 
5593 \family sans
5594 Right
5595 \begin_inset space ~
5596 \end_inset
5597
5598 Address
5599 \family default
5600  add extra space between themselves and the next paragraph.
5601  If you hit 
5602 \family sans
5603 Return
5604 \family default
5605  in either of these environments, LyX resets the nesting depth and sets
5606  the environment to 
5607 \family sans
5608 Standard
5609 \family default
5610 .
5611  This makes sense, since 
5612 \family sans
5613 Return
5614 \family default
5615  is the 
5616 \family typewriter
5617 break-paragraph
5618 \family default
5619  function, and the individual lines of an address are not paragraphs.
5620  Thus, you have to use 
5621 \family typewriter
5622 break-line
5623 \family default
5624  (
5625 \family sans
5626 C-Return
5627 \family default
5628  or 
5629 \family sans
5630 Formatting
5631 \begin_inset space ~
5632 \end_inset
5633
5634 Character\SpecialChar \menuseparator
5635 Line
5636 \begin_inset space ~
5637 \end_inset
5638
5639 Break
5640 \family default
5641  from the 
5642 \family sans
5643 Insert
5644 \family default
5645  menu) to start a new line in an 
5646 \family sans
5647 Address
5648 \family default
5649  or 
5650 \family sans
5651 Right
5652 \begin_inset space ~
5653 \end_inset
5654
5655 Address
5656 \family default
5657  environment.
5658 \end_layout
5659
5660 \begin_layout Subsection
5661 Academic Writing
5662 \end_layout
5663
5664 \begin_layout Standard
5665 Most academic writing begins with an abstract and ends with a bibliography
5666  or list of references.
5667  LyX contains paragraph environments for both of these.
5668 \end_layout
5669
5670 \begin_layout Subsubsection
5671
5672 \family sans
5673 Abstract
5674 \begin_inset Index
5675 status collapsed
5676
5677 \begin_layout Plain Layout
5678 Abstracts
5679 \end_layout
5680
5681 \end_inset
5682
5683
5684 \end_layout
5685
5686 \begin_layout Standard
5687 The 
5688 \family sans
5689 Abstract
5690 \family default
5691  environment is used for the abstract of an article.
5692  Technically, you could use this environment anywhere, but you really should
5693  only use it at the beginning of the document, after the title.
5694  Also, don't bother trying to nest 
5695 \family sans
5696 Abstract
5697 \family default
5698  in anything else or vice versa.
5699  It won't work.
5700  The 
5701 \family sans
5702 Abstract
5703 \family default
5704  environment is only useful in the article and report document classes.
5705  The book document classes ignores the 
5706 \family sans
5707 Abstract
5708 \family default
5709  completely, and it's utterly silly to use 
5710 \family sans
5711 Abstract
5712 \family default
5713  in a letter document class.
5714 \end_layout
5715
5716 \begin_layout Standard
5717 The 
5718 \family sans
5719 Abstract
5720 \family default
5721  environment does several things for you.
5722  First, it puts the centered label 
5723 \begin_inset Quotes eld
5724 \end_inset
5725
5726 Abstract
5727 \begin_inset Quotes erd
5728 \end_inset
5729
5730  above the text.
5731  The label and the text of the abstract are separated by some extra vertical
5732  space.
5733  Second, it typesets everything in a smaller font, just as you'd expect.
5734  Lastly, it adds a bit of extra vertical space between the abstract and
5735  the subsequent text.
5736  Well, that's how it will appear on the LyX screen.
5737  The appearance in the output depends on the used article or report class.
5738 \end_layout
5739
5740 \begin_layout Standard
5741 Starting a new paragraph by hitting 
5742 \family sans
5743 Return
5744 \family default
5745  does not reset the paragraph environment.
5746  The new paragraph will still be in the 
5747 \family sans
5748 Abstract
5749 \family default
5750  environment.
5751  So, you will have to change the paragraph environment yourself when you
5752  finish entering the abstract of your document.
5753 \end_layout
5754
5755 \begin_layout Standard
5756 \begin_inset Float figure
5757 wide false
5758 sideways false
5759 status open
5760
5761 \begin_layout Plain Layout
5762 \align center
5763 \begin_inset Graphics
5764         filename clipart/Abstract.pdf
5765         lyxscale 25
5766
5767 \end_inset
5768
5769
5770 \end_layout
5771
5772 \begin_layout Plain Layout
5773 \begin_inset Caption
5774
5775 \begin_layout Plain Layout
5776 \begin_inset CommandInset label
5777 LatexCommand label
5778 name "cap:Paragraph-in-the"
5779
5780 \end_inset
5781
5782 Paragraph in the 
5783 \family sans
5784 Abstract
5785 \family default
5786  environment
5787 \end_layout
5788
5789 \end_inset
5790
5791
5792 \end_layout
5793
5794 \end_inset
5795
5796
5797 \end_layout
5798
5799 \begin_layout Standard
5800 We'd love to give you directly an example of the 
5801 \family sans
5802 Abstract
5803 \family default
5804  environment, but since this document is in the 
5805 \begin_inset Quotes eld
5806 \end_inset
5807
5808 book
5809 \begin_inset Quotes erd
5810 \end_inset
5811
5812  class, we can't do this.
5813  We inserted it therefore as figure
5814 \begin_inset space ~
5815 \end_inset
5816
5817
5818 \begin_inset CommandInset ref
5819 LatexCommand ref
5820 reference "cap:Paragraph-in-the"
5821
5822 \end_inset
5823
5824 .
5825  If you've never heard of an 
5826 \begin_inset Quotes eld
5827 \end_inset
5828
5829 abstract
5830 \begin_inset Quotes erd
5831 \end_inset
5832
5833  before, you can safely ignore this environment.
5834 \end_layout
5835
5836 \begin_layout Subsubsection
5837
5838 \family sans
5839 Bibliography
5840 \family default
5841
5842 \begin_inset Index
5843 status collapsed
5844
5845 \begin_layout Plain Layout
5846 Bibliography
5847 \end_layout
5848
5849 \end_inset
5850
5851
5852 \begin_inset CommandInset label
5853 LatexCommand label
5854 name "sub:Biblio_environment"
5855
5856 \end_inset
5857
5858
5859 \end_layout
5860
5861 \begin_layout Standard
5862 The 
5863 \family sans
5864 Bibliography
5865 \family default
5866  environment is used to list references.
5867  Technically, you could use this environment anywhere, but you really should
5868  only use it at the end of the document.
5869  Nesting 
5870 \family sans
5871 Bibliography
5872 \family default
5873  in anything else or vice versa won't work.
5874 \end_layout
5875
5876 \begin_layout Standard
5877 When you first open a 
5878 \family sans
5879 Bibliography
5880 \family default
5881  environment, LyX add a large vertical space, followed by the heading 
5882 \begin_inset Quotes eld
5883 \end_inset
5884
5885 Bibliography
5886 \begin_inset Quotes erd
5887 \end_inset
5888
5889  or 
5890 \begin_inset Quotes eld
5891 \end_inset
5892
5893 References,
5894 \begin_inset Quotes erd
5895 \end_inset
5896
5897  depending on the document class.
5898  The heading is in a large boldface font.
5899  Each paragraph of the 
5900 \family sans
5901 Bibliography
5902 \family default
5903  environment is a bibliography entry.
5904  Thus, hitting 
5905 \family sans
5906 Return
5907 \family default
5908  does not reset the paragraph environment.
5909  Each new paragraph is still in the 
5910 \family sans
5911 Bibliography
5912 \family default
5913  environment.
5914 \end_layout
5915
5916 \begin_layout Standard
5917 For a detailed description of LyX's bibliography handling, have a look at
5918  in section
5919 \begin_inset space ~
5920 \end_inset
5921
5922
5923 \begin_inset CommandInset ref
5924 LatexCommand ref
5925 reference "sec:Bibliography"
5926
5927 \end_inset
5928
5929 .
5930 \end_layout
5931
5932 \begin_layout Subsection
5933 LyX
5934 \family sans
5935 -Code
5936 \begin_inset Index
5937 status collapsed
5938
5939 \begin_layout Plain Layout
5940 Paragraph ! LyX code
5941 \end_layout
5942
5943 \end_inset
5944
5945
5946 \begin_inset CommandInset label
5947 LatexCommand label
5948 name "sub:LyX-Code"
5949
5950 \end_inset
5951
5952
5953 \end_layout
5954
5955 \begin_layout Standard
5956 The 
5957 \family sans
5958 LyX-Code
5959 \family default
5960  environment is another LyX extension.
5961  It type-sets text in a typewriter-style font.
5962  It also treats the 
5963 \family sans
5964 Space
5965 \family default
5966  key as a fixed whitespace;
5967 \begin_inset Foot
5968 status collapsed
5969
5970 \begin_layout Plain Layout
5971 In the 
5972 \family sans
5973 LyX-Code
5974 \family default
5975  environment, the 
5976 \family sans
5977 Space
5978 \family default
5979  key is treated as a 
5980 \family sans
5981 Protected
5982 \begin_inset space ~
5983 \end_inset
5984
5985 Blank
5986 \family default
5987  instead of an end-of-word marker.
5988 \end_layout
5989
5990 \end_inset
5991
5992  this is the only case in which you can type multiple whitespaces in LyX.
5993  If you need to insert blank lines, you'll still need to use 
5994 \family sans
5995 C-Return
5996 \family default
5997  (the 
5998 \family typewriter
5999 break-line
6000 \family default
6001  function).
6002  
6003 \family sans
6004 Return
6005 \family default
6006  breaks paragraphs.
6007  Note, however, that 
6008 \family sans
6009 Return
6010 \family default
6011  does not reset the paragraph environment.
6012  So, when you finish using the 
6013 \family sans
6014 LyX-Code
6015 \family default
6016  environment, you'll need to change the paragraph environment yourself.
6017  Also, you can nest the 
6018 \family sans
6019 LyX-Code
6020 \family default
6021  environment inside of others.
6022 \end_layout
6023
6024 \begin_layout Standard
6025 There are a few quirks with this environment:
6026 \end_layout
6027
6028 \begin_layout Itemize
6029 You cannot use 
6030 \family sans
6031 C-Return
6032 \family default
6033  at the beginning of a new paragraph (i.e.
6034  you can't follow 
6035 \family sans
6036 Return
6037 \family default
6038  with a 
6039 \family sans
6040 C-Return
6041 \family default
6042 ).
6043 \end_layout
6044
6045 \begin_layout Itemize
6046 You can't follow a 
6047 \family sans
6048 C-Return
6049 \family default
6050  with a 
6051 \family sans
6052 Space
6053 \family default
6054 .
6055 \end_layout
6056
6057 \begin_deeper
6058 \begin_layout Itemize
6059 Use a 
6060 \family sans
6061 Return
6062 \family default
6063  to begin a new paragraph, then you can use a 
6064 \family sans
6065 Space
6066 \family default
6067 .
6068 \end_layout
6069
6070 \begin_layout Itemize
6071 Or: use 
6072 \family sans
6073 C-Space
6074 \family default
6075  instead.
6076 \end_layout
6077
6078 \end_deeper
6079 \begin_layout Itemize
6080 You can't have an empty paragraph or an empty line.
6081  You must put at least one 
6082 \family sans
6083 Space
6084 \family default
6085  in any line you want blank.
6086  Otherwise, LaTeX generates errors.
6087 \end_layout
6088
6089 \begin_layout Itemize
6090 You cannot get the typewriter double quotes by typing 
6091 \family sans
6092 "
6093 \family default
6094  since that will insert 
6095 \emph on
6096 real
6097 \emph default
6098  quotes.
6099  You get the typewriter double quotes with 
6100 \family sans
6101 C-"
6102 \family default
6103  (or 
6104 \family sans
6105 C-q
6106 \family default
6107  if you use Emacs-like key bindings).
6108 \end_layout
6109
6110 \begin_layout Standard
6111 Here's an example:
6112 \end_layout
6113
6114 \begin_layout LyX-Code
6115 #include <stdio.h>
6116 \end_layout
6117
6118 \begin_layout LyX-Code
6119  
6120 \end_layout
6121
6122 \begin_layout LyX-Code
6123 int main(void)
6124 \end_layout
6125
6126 \begin_layout LyX-Code
6127 {
6128 \end_layout
6129
6130 \begin_layout LyX-Code
6131     printf("Hello World!
6132 \backslash
6133 n");
6134 \end_layout
6135
6136 \begin_layout LyX-Code
6137     return 0;
6138 \end_layout
6139
6140 \begin_layout LyX-Code
6141 }
6142 \end_layout
6143
6144 \begin_layout Standard
6145 This is just the standard 
6146 \begin_inset Quotes eld
6147 \end_inset
6148
6149 Hello world!
6150 \begin_inset Quotes erd
6151 \end_inset
6152
6153  program.
6154  
6155 \end_layout
6156
6157 \begin_layout Standard
6158
6159 \family sans
6160 LyX-Code
6161 \family default
6162  has one purpose: to typeset code, such as program source, shell scripts,
6163  rc-files, and so on.
6164  Use it only in those very special cases where you need to generate text
6165  as if you used a typewriter.
6166 \begin_inset Index
6167 status collapsed
6168
6169 \begin_layout Plain Layout
6170 Paragraph environments|)
6171 \end_layout
6172
6173 \end_inset
6174
6175
6176 \end_layout
6177
6178 \begin_layout Section
6179 Nesting Environments
6180 \begin_inset Index
6181 status collapsed
6182
6183 \begin_layout Plain Layout
6184 Nesting ! Environments
6185 \end_layout
6186
6187 \end_inset
6188
6189
6190 \begin_inset CommandInset label
6191 LatexCommand label
6192 name "sec:Nesting"
6193
6194 \end_inset
6195
6196
6197 \end_layout
6198
6199 \begin_layout Subsection
6200 Introduction
6201 \end_layout
6202
6203 \begin_layout Standard
6204 LyX treats text as a unified block with a particular context and specific
6205  properties.
6206  This allows you to create blocks that inherits some of the properties of
6207  another block.
6208  For example you have three main points in an outline, but point #2 also
6209  has two subpoints.
6210  In other words, you have a list inside of another list, with the inner
6211  list 
6212 \begin_inset Quotes eld
6213 \end_inset
6214
6215 attached
6216 \begin_inset Quotes erd
6217 \end_inset
6218
6219  to item #2:
6220 \end_layout
6221
6222 \begin_layout Enumerate
6223 one
6224 \end_layout
6225
6226 \begin_layout Enumerate
6227 two
6228 \end_layout
6229
6230 \begin_deeper
6231 \begin_layout Enumerate
6232 sublist - item #1
6233 \end_layout
6234
6235 \begin_layout Enumerate
6236 sublist - item #2
6237 \end_layout
6238
6239 \end_deeper
6240 \begin_layout Enumerate
6241 three
6242 \end_layout
6243
6244 \begin_layout Standard
6245 You put a list inside of a list by nesting one list inside the other.
6246  Nesting an environment is quite simple: Select 
6247 \family sans
6248 Increase
6249 \begin_inset space ~
6250 \end_inset
6251
6252 List
6253 \begin_inset space ~
6254 \end_inset
6255
6256 Depth
6257 \family default
6258  or 
6259 \family sans
6260 Decrease
6261 \begin_inset space ~
6262 \end_inset
6263
6264 List
6265 \begin_inset space ~
6266 \end_inset
6267
6268 Depth
6269 \family default
6270  from the 
6271 \family sans
6272 Edit
6273 \family default
6274  menu to change the nesting depth of the current paragraph (the status bar
6275  will tell you how far you are nested).
6276  Instead of the menu, you can also use the toolbar buttons 
6277 \begin_inset Graphics
6278         filename ../images/depth-increment.png
6279
6280 \end_inset
6281
6282  and 
6283 \begin_inset Graphics
6284         filename ../images/depth-decrement.png
6285
6286 \end_inset
6287
6288  or the convenient key bindings 
6289 \family sans
6290 S-M-Right
6291 \family default
6292  and 
6293 \family sans
6294 S-M-Left
6295 \family default
6296  to change the nesting level.
6297  The change will work on the current selection if you have made one (allowing
6298  you to change the nesting of several paragraphs at once), or the current
6299  paragraph.
6300 \end_layout
6301
6302 \begin_layout Standard
6303 Note that LyX only changes the nesting depth if it can.
6304  If it's invalid to do so, nothing happens if you try to change the depth.
6305  Additionally, if you change the depth of one paragraph, it affects the
6306  depth of every paragraph nested inside of it.
6307 \end_layout
6308
6309 \begin_layout Standard
6310 Nesting isn't limited to lists.
6311  In LyX, you can nest just about anything inside anything else, as you're
6312  about to find out.
6313  This is the real power of nesting paragraph environments.
6314 \end_layout
6315
6316 \begin_layout Subsection
6317 What You Can and Can't Nest
6318 \end_layout
6319
6320 \begin_layout Standard
6321 Before we fire a list of paragraph environments at you, we need to tell
6322  you a little bit more about how nesting works.
6323 \end_layout
6324
6325 \begin_layout Standard
6326 The question if nesting a paragraph environment is possible, is a bit more
6327  complicated than a simple yes or no.
6328  There are three types of paragraph environments:
6329 \end_layout
6330
6331 \begin_layout Itemize
6332 Completely unnestable
6333 \end_layout
6334
6335 \begin_layout Itemize
6336 Fully nestable, you can nest them inside of things and you can also nest
6337  other things inside of them.
6338 \end_layout
6339
6340 \begin_layout Itemize
6341 A third type, you can nest them into other environments, but you can't nest
6342  anything into them.
6343 \end_layout
6344
6345 \begin_layout Standard
6346 Here's a list of the three types of nesting behavior, and which paragraph
6347  environments have them:
6348 \end_layout
6349
6350 \begin_layout Description
6351 Unnestable Can't nest them.
6352  Can't nest into them.
6353 \end_layout
6354
6355 \begin_deeper
6356 \begin_layout Itemize
6357
6358 \family sans
6359 Part
6360 \end_layout
6361
6362 \begin_layout Itemize
6363
6364 \family sans
6365 Chapter
6366 \end_layout
6367
6368 \begin_layout Itemize
6369
6370 \family sans
6371 Section
6372 \family default
6373  
6374 \end_layout
6375
6376 \begin_layout Itemize
6377
6378 \family sans
6379 Subsection
6380 \end_layout
6381
6382 \begin_layout Itemize
6383
6384 \family sans
6385 Subsubsection
6386 \end_layout
6387
6388 \begin_layout Itemize
6389
6390 \family sans
6391 Paragraph
6392 \family default
6393  
6394 \end_layout
6395
6396 \begin_layout Itemize
6397
6398 \family sans
6399 Subparagraph
6400 \end_layout
6401
6402 \begin_layout Itemize
6403
6404 \family sans
6405 Part*
6406 \end_layout
6407
6408 \begin_layout Itemize
6409
6410 \family sans
6411 Chapter*
6412 \end_layout
6413
6414 \begin_layout Itemize
6415
6416 \family sans
6417 Section*
6418 \end_layout
6419
6420 \begin_layout Itemize
6421
6422 \family sans
6423 Subsection*
6424 \end_layout
6425
6426 \begin_layout Itemize
6427
6428 \family sans
6429 Subsubsection*
6430 \end_layout
6431
6432 \begin_layout Itemize
6433
6434 \family sans
6435 Bibliography
6436 \end_layout
6437
6438 \begin_layout Itemize
6439
6440 \family sans
6441 Abstract
6442 \end_layout
6443
6444 \begin_layout Itemize
6445
6446 \family sans
6447 Title
6448 \end_layout
6449
6450 \begin_layout Itemize
6451
6452 \family sans
6453 Author
6454 \end_layout
6455
6456 \begin_layout Itemize
6457
6458 \family sans
6459 Date
6460 \end_layout
6461
6462 \end_deeper
6463 \begin_layout Description
6464 Fully
6465 \begin_inset space ~
6466 \end_inset
6467
6468 Nestable You can nest them.
6469  You can nest other things into them.
6470 \end_layout
6471
6472 \begin_deeper
6473 \begin_layout Itemize
6474
6475 \family sans
6476 Verse
6477 \end_layout
6478
6479 \begin_layout Itemize
6480
6481 \family sans
6482 Quote
6483 \end_layout
6484
6485 \begin_layout Itemize
6486
6487 \family sans
6488 Quotation
6489 \end_layout
6490
6491 \begin_layout Itemize
6492
6493 \family sans
6494 Itemize
6495 \end_layout
6496
6497 \begin_layout Itemize
6498
6499 \family sans
6500 Enumerate
6501 \end_layout
6502
6503 \begin_layout Itemize
6504
6505 \family sans
6506 Description
6507 \end_layout
6508
6509 \begin_layout Itemize
6510
6511 \family sans
6512 List
6513 \end_layout
6514
6515 \begin_layout Itemize
6516
6517 \family sans
6518 LyX-Code
6519 \end_layout
6520
6521 \end_deeper
6522 \begin_layout Description
6523 Nestable-Inside You can nest them inside of other things.
6524  You can't nest anything into them.
6525 \end_layout
6526
6527 \begin_deeper
6528 \begin_layout Itemize
6529
6530 \family sans
6531 Standard
6532 \end_layout
6533
6534 \begin_layout Itemize
6535
6536 \family sans
6537 Right
6538 \begin_inset space ~
6539 \end_inset
6540
6541 Address
6542 \end_layout
6543
6544 \begin_layout Itemize
6545
6546 \family sans
6547 Address
6548 \end_layout
6549
6550 \end_deeper
6551 \begin_layout Standard
6552 The 
6553 \family sans
6554 Caption
6555 \family default
6556  environment doesn't really fit anywhere, since it's only used inside of
6557  
6558 \family sans
6559 Table
6560 \begin_inset space ~
6561 \end_inset
6562
6563 Floats
6564 \family default
6565  and 
6566 \family sans
6567 Figure
6568 \begin_inset space ~
6569 \end_inset
6570
6571 Floats
6572 \family default
6573 .
6574 \end_layout
6575
6576 \begin_layout Subsection
6577 Nesting Other Things: Tables, Math, Floats, etc.
6578 \begin_inset Index
6579 status collapsed
6580
6581 \begin_layout Plain Layout
6582 Nesting ! Tables etc.
6583 \end_layout
6584
6585 \end_inset
6586
6587
6588 \begin_inset CommandInset label
6589 LatexCommand label
6590 name "sec:table-and-fig-nesting"
6591
6592 \end_inset
6593
6594
6595 \end_layout
6596
6597 \begin_layout Standard
6598 There are several things that aren't paragraph environments, but which are
6599  affected by nesting anyhow.
6600  They are:
6601 \end_layout
6602
6603 \begin_layout Itemize
6604 equations
6605 \end_layout
6606
6607 \begin_layout Itemize
6608 tables
6609 \end_layout
6610
6611 \begin_layout Itemize
6612 figures
6613 \end_layout
6614
6615 \begin_layout Standard
6616 (
6617 \begin_inset Note Greyedout
6618 status open
6619
6620 \begin_layout Plain Layout
6621
6622 \series bold
6623 Note:
6624 \series default
6625  If you put a figure or a table in a 
6626 \family sans
6627 Float
6628 \family default
6629 , this is no longer true.
6630 \end_layout
6631
6632 \end_inset
6633
6634  Have a look at section
6635 \begin_inset space ~
6636 \end_inset
6637
6638
6639 \begin_inset CommandInset ref
6640 LatexCommand ref
6641 reference "sec:Floats"
6642
6643 \end_inset
6644
6645  for more informations about 
6646 \family sans
6647 Floats
6648 \family default
6649 .)
6650 \end_layout
6651
6652 \begin_layout Standard
6653 LyX can treat these three objects as either a word or as a paragraph.
6654  If a figure, table, or an equation is inline, it goes wherever the paragraph
6655  it is in goes.
6656 \end_layout
6657
6658 \begin_layout Standard
6659 On the other hand, if you have an equation, figure or table in a 
6660 \begin_inset Quotes eld
6661 \end_inset
6662
6663 paragraph
6664 \begin_inset Quotes erd
6665 \end_inset
6666
6667  of its own, it behaves just like a 
6668 \begin_inset Quotes eld
6669 \end_inset
6670
6671 nestable-inside
6672 \begin_inset Quotes erd
6673 \end_inset
6674
6675  paragraph environment.
6676  You can nest it into any environment, but you obviously can't nest anything
6677  into it.
6678 \end_layout
6679
6680 \begin_layout Standard
6681 Here's an example with a table:
6682 \end_layout
6683
6684 \begin_layout Enumerate
6685 Item One
6686 \end_layout
6687
6688 \begin_deeper
6689 \begin_layout Enumerate
6690 This is (a) and it's nested.
6691 \end_layout
6692
6693 \begin_deeper
6694 \begin_layout Standard
6695 \begin_inset VSpace 0.3cm
6696 \end_inset
6697
6698
6699 \end_layout
6700
6701 \begin_layout Standard
6702 \align center
6703 \begin_inset Tabular
6704 <lyxtabular version="3" rows="2" columns="2">
6705 <features>
6706 <column alignment="center" valignment="top" width="0pt">
6707 <column alignment="center" valignment="top" width="0pt">
6708 <row>
6709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6710 \begin_inset Text
6711
6712 \begin_layout Plain Layout
6713
6714 \family roman
6715 \series medium
6716 \shape up
6717 \size normal
6718 \emph off
6719 \bar no
6720 \noun off
6721 \color none
6722 a
6723 \end_layout
6724
6725 \end_inset
6726 </cell>
6727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6728 \begin_inset Text
6729
6730 \begin_layout Plain Layout
6731
6732 \family roman
6733 \series medium
6734 \shape up
6735 \size normal
6736 \emph off
6737 \bar no
6738 \noun off
6739 \color none
6740 b
6741 \end_layout
6742
6743 \end_inset
6744 </cell>
6745 </row>
6746 <row>
6747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6748 \begin_inset Text
6749
6750 \begin_layout Plain Layout
6751
6752 \family roman
6753 \series medium
6754 \shape up
6755 \size normal
6756 \emph off
6757 \bar no
6758 \noun off
6759 \color none
6760 c
6761 \end_layout
6762
6763 \end_inset
6764 </cell>
6765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6766 \begin_inset Text
6767
6768 \begin_layout Plain Layout
6769
6770 \family roman
6771 \series medium
6772 \shape up
6773 \size normal
6774 \emph off
6775 \bar no
6776 \noun off
6777 \color none
6778 d
6779 \end_layout
6780
6781 \end_inset
6782 </cell>
6783 </row>
6784 </lyxtabular>
6785
6786 \end_inset
6787
6788
6789 \end_layout
6790
6791 \begin_layout Standard
6792 \begin_inset VSpace 0.3cm
6793 \end_inset
6794
6795
6796 \end_layout
6797
6798 \end_deeper
6799 \begin_layout Enumerate
6800 This is (b).
6801  The table is actually nested inside (a).
6802 \end_layout
6803
6804 \end_deeper
6805 \begin_layout Enumerate
6806 Back out again.
6807 \end_layout
6808
6809 \begin_layout Standard
6810 If we hadn't nested the table at all, the list would look like this:
6811 \end_layout
6812
6813 \begin_layout Enumerate
6814 Item One
6815 \end_layout
6816
6817 \begin_deeper
6818 \begin_layout Enumerate
6819 This is (a) and it's nested.
6820 \end_layout
6821
6822 \end_deeper
6823 \begin_layout Standard
6824 \begin_inset VSpace 0.3cm
6825 \end_inset
6826
6827
6828 \end_layout
6829
6830 \begin_layout Standard
6831 \align center
6832 \begin_inset Tabular
6833 <lyxtabular version="3" rows="2" columns="2">
6834 <features>
6835 <column alignment="center" valignment="top" width="0pt">
6836 <column alignment="center" valignment="top" width="0pt">
6837 <row>
6838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6839 \begin_inset Text
6840
6841 \begin_layout Plain Layout
6842
6843 \family roman
6844 \series medium
6845 \shape up
6846 \size normal
6847 \emph off
6848 \bar no
6849 \noun off
6850 \color none
6851 a
6852 \end_layout
6853
6854 \end_inset
6855 </cell>
6856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6857 \begin_inset Text
6858
6859 \begin_layout Plain Layout
6860
6861 \family roman
6862 \series medium
6863 \shape up
6864 \size normal
6865 \emph off
6866 \bar no
6867 \noun off
6868 \color none
6869 b
6870 \end_layout
6871
6872 \end_inset
6873 </cell>
6874 </row>
6875 <row>
6876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6877 \begin_inset Text
6878
6879 \begin_layout Plain Layout
6880
6881 \family roman
6882 \series medium
6883 \shape up
6884 \size normal
6885 \emph off
6886 \bar no
6887 \noun off
6888 \color none
6889 c
6890 \end_layout
6891
6892 \end_inset
6893 </cell>
6894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6895 \begin_inset Text
6896
6897 \begin_layout Plain Layout
6898
6899 \family roman
6900 \series medium
6901 \shape up
6902 \size normal
6903 \emph off
6904 \bar no
6905 \noun off
6906 \color none
6907 d
6908 \end_layout
6909
6910 \end_inset
6911 </cell>
6912 </row>
6913 </lyxtabular>
6914
6915 \end_inset
6916
6917
6918 \end_layout
6919
6920 \begin_layout Standard
6921 \begin_inset VSpace 0.3cm
6922 \end_inset
6923
6924
6925 \end_layout
6926
6927 \begin_layout Enumerate
6928 This is (b).
6929  The table is 
6930 \emph on
6931 not
6932 \emph default
6933  nested inside (a).
6934  In fact, it's not nested at all.
6935 \end_layout
6936
6937 \begin_layout Enumerate
6938 Back out again.
6939 \end_layout
6940
6941 \begin_layout Standard
6942 Notice how item (b) is not only no longer nested, but is also the first
6943  item of a new list!
6944 \end_layout
6945
6946 \begin_layout Standard
6947 There's another trap you can fall into: Nesting the table, but not going
6948  deep enough.
6949  LyX then turns anything after the table into a new sublist.
6950 \end_layout
6951
6952 \begin_layout Enumerate
6953 Item One
6954 \end_layout
6955
6956 \begin_deeper
6957 \begin_layout Enumerate
6958 This is (a) and it's nested.
6959 \end_layout
6960
6961 \begin_layout Standard
6962 \begin_inset VSpace 0.3cm
6963 \end_inset
6964
6965
6966 \end_layout
6967
6968 \begin_layout Standard
6969 \align center
6970 \begin_inset Tabular
6971 <lyxtabular version="3" rows="2" columns="2">
6972 <features>
6973 <column alignment="center" valignment="top" width="0pt">
6974 <column alignment="center" valignment="top" width="0pt">
6975 <row>
6976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6977 \begin_inset Text
6978
6979 \begin_layout Plain Layout
6980
6981 \family roman
6982 \series medium
6983 \shape up
6984 \size normal
6985 \emph off
6986 \bar no
6987 \noun off
6988 \color none
6989 a
6990 \end_layout
6991
6992 \end_inset
6993 </cell>
6994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6995 \begin_inset Text
6996
6997 \begin_layout Plain Layout
6998
6999 \family roman
7000 \series medium
7001 \shape up
7002 \size normal
7003 \emph off
7004 \bar no
7005 \noun off
7006 \color none
7007 b
7008 \end_layout
7009
7010 \end_inset
7011 </cell>
7012 </row>
7013 <row>
7014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7015 \begin_inset Text
7016
7017 \begin_layout Plain Layout
7018
7019 \family roman
7020 \series medium
7021 \shape up
7022 \size normal
7023 \emph off
7024 \bar no
7025 \noun off
7026 \color none
7027 c
7028 \end_layout
7029
7030 \end_inset
7031 </cell>
7032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7033 \begin_inset Text
7034
7035 \begin_layout Plain Layout
7036
7037 \family roman
7038 \series medium
7039 \shape up
7040 \size normal
7041 \emph off
7042 \bar no
7043 \noun off
7044 \color none
7045 d
7046 \end_layout
7047
7048 \end_inset
7049 </cell>
7050 </row>
7051 </lyxtabular>
7052
7053 \end_inset
7054
7055
7056 \end_layout
7057
7058 \begin_layout Standard
7059 \begin_inset VSpace 0.3cm
7060 \end_inset
7061
7062
7063 \end_layout
7064
7065 \begin_layout Enumerate
7066 This is (b).
7067  The table is actually nested inside Item One, but 
7068 \emph on
7069 not
7070 \emph default
7071  inside (a).
7072 \end_layout
7073
7074 \end_deeper
7075 \begin_layout Enumerate
7076 Back out again.
7077 \end_layout
7078
7079 \begin_layout Standard
7080 As you can see, item (b) turned into the first item of a new list, but a
7081  new list 
7082 \emph on
7083 inside
7084 \emph default
7085  item 1.
7086  The same thing would have happened to a figure or an equation.
7087  So, if you nest tables, figures or equations, make sure you go to the right
7088  depth!
7089 \end_layout
7090
7091 \begin_layout Subsection
7092 Usage and General Features
7093 \begin_inset CommandInset label
7094 LatexCommand label
7095 name "sub:Nesting-Usage"
7096
7097 \end_inset
7098
7099
7100 \end_layout
7101
7102 \begin_layout Standard
7103 Speaking of levels, LyX can perform up to a six-fold nesting.
7104  In other words, 
7105 \begin_inset Quotes eld
7106 \end_inset
7107
7108 level #6
7109 \begin_inset Quotes erd
7110 \end_inset
7111
7112  is the innermost possible depth.
7113  Here's an example to display what we mean:
7114 \end_layout
7115
7116 \begin_layout Enumerate
7117 level #1 - outermost
7118 \end_layout
7119
7120 \begin_deeper
7121 \begin_layout Enumerate
7122 level #2
7123 \end_layout
7124
7125 \begin_deeper
7126 \begin_layout Enumerate
7127 level #3
7128 \end_layout
7129
7130 \begin_deeper
7131 \begin_layout Enumerate
7132 level #4
7133 \end_layout
7134
7135 \begin_deeper
7136 \begin_layout Itemize
7137 level #5
7138 \end_layout
7139
7140 \begin_deeper
7141 \begin_layout Itemize
7142 level #6
7143 \end_layout
7144
7145 \end_deeper
7146 \end_deeper
7147 \end_deeper
7148 \end_deeper
7149 \end_deeper
7150 \begin_layout Standard
7151 There are two exceptions to the six-fold nesting limit, and you can see
7152  both of them in the example.
7153  Unlike the other fully-nestable environments, you can only perform a four-fold
7154  nesting with the 
7155 \family sans
7156 Enumerate
7157 \family default
7158  and 
7159 \family sans
7160 Itemize
7161 \family default
7162  environments.
7163  For example, if we tried to nest another 
7164 \family sans
7165 Enumerate
7166 \family default
7167  list inside of item 
7168 \begin_inset Quotes eld
7169 \end_inset
7170
7171 A.
7172 \begin_inset Quotes erd
7173 \end_inset
7174
7175 , we'd get errors.
7176 \end_layout
7177
7178 \begin_layout Subsection
7179 Some Examples
7180 \begin_inset Index
7181 status collapsed
7182
7183 \begin_layout Plain Layout
7184 Nesting ! Examples
7185 \end_layout
7186
7187 \end_inset
7188
7189
7190 \end_layout
7191
7192 \begin_layout Standard
7193 The best way to explain just what you can do with nesting is by illustration.
7194  We have several examples of nested environments.
7195  In them, we explain how we created the example, so that you can reproduce
7196  them.
7197 \end_layout
7198
7199 \begin_layout Subsubsection
7200 Example 1: The Six-fold Way and Mixed Nesting
7201 \end_layout
7202
7203 \begin_layout Labeling
7204 \labelwidthstring MMM
7205 #1-a This is the outermost level.
7206  It's a 
7207 \family sans
7208 List
7209 \family default
7210  environment.
7211 \end_layout
7212
7213 \begin_deeper
7214 \begin_layout Labeling
7215 \labelwidthstring MMM
7216 #2-a This is level #2.
7217  We created it by using 
7218 \family sans
7219 M-Return
7220 \family default
7221  followed by 
7222 \family sans
7223 S-M-Right
7224 \family default
7225 .
7226 \end_layout
7227
7228 \begin_deeper
7229 \begin_layout Labeling
7230 \labelwidthstring MMM
7231 #3-a This is level #3.
7232  This time, we just hit 
7233 \family sans
7234 Return
7235 \family default
7236 , then used 
7237 \family sans
7238 S-M-Right
7239 \family default
7240  twice in a row.
7241  We could have also created it the same way as we did the previous level,
7242  by hitting 
7243 \family sans
7244 M-Return
7245 \family default
7246  followed by 
7247 \family sans
7248 S-M-Right
7249 \family default
7250 .
7251 \end_layout
7252
7253 \begin_deeper
7254 \begin_layout Standard
7255 This is actually a 
7256 \family sans
7257 Standard
7258 \family default
7259  environment, nested inside of 
7260 \begin_inset Quotes eld
7261 \end_inset
7262
7263 #3-a
7264 \begin_inset Quotes erd
7265 \end_inset
7266
7267 .
7268  So, it's at level #4.
7269  We did this by hitting 
7270 \family sans
7271 M-Return
7272 \family default
7273 , then 
7274 \family sans
7275 S-M-Right
7276 \family default
7277 , then changing the paragraph environment to 
7278 \family sans
7279 Standard
7280 \family default
7281 .
7282  Do this to create list items with more than one paragraph - it also works
7283  for the 
7284 \family sans
7285 Description
7286 \family default
7287
7288 \family sans
7289 Enumerate
7290 \family default
7291 , and 
7292 \family sans
7293 Itemize
7294 \family default
7295  environments!
7296 \end_layout
7297
7298 \begin_layout Standard
7299 Here's another 
7300 \family sans
7301 Standard
7302 \family default
7303  paragraph, also at level #4, made with just a 
7304 \family sans
7305 M-Return
7306 \family default
7307 .
7308 \end_layout
7309
7310 \begin_layout Labeling
7311 \labelwidthstring MMM
7312 #4-a This is level #4.
7313  We hit 
7314 \family sans
7315 M-Return
7316 \family default
7317  and changed the paragraph environment back to 
7318 \family sans
7319 List
7320 \family default
7321 .
7322  Remember - we can't nest anything inside of a 
7323 \family sans
7324 Standard
7325 \family default
7326  environment, which is why we're still at level #4.
7327  However, we 
7328 \emph on
7329 can
7330 \emph default
7331  keep nesting things inside of 
7332 \begin_inset Quotes eld
7333 \end_inset
7334
7335 #3-a
7336 \begin_inset Quotes erd
7337 \end_inset
7338
7339 .
7340 \end_layout
7341
7342 \begin_deeper
7343 \begin_layout Labeling
7344 \labelwidthstring MMM
7345 #5-a This is level #5\SpecialChar \ldots{}
7346
7347 \end_layout
7348
7349 \begin_deeper
7350 \begin_layout Labeling
7351 \labelwidthstring MMM
7352 #6-a \SpecialChar \ldots{}
7353 and this is level #6.
7354  By now, you should know how we made these two.
7355 \end_layout
7356
7357 \end_deeper
7358 \begin_layout Labeling
7359 \labelwidthstring MMM
7360 #5-b Back to level #5.
7361  Just hit 
7362 \family sans
7363 M-Return
7364 \family default
7365  followed by a 
7366 \family sans
7367 S-M-Left
7368 \family default
7369 .
7370 \end_layout
7371
7372 \end_deeper
7373 \begin_layout Labeling
7374 \labelwidthstring MMM
7375 #4-b After another 
7376 \family sans
7377 M-Return
7378 \family default
7379  followed by a 
7380 \family sans
7381 S-M-Left
7382 \family default
7383 , we're back at level #4.
7384 \end_layout
7385
7386 \end_deeper
7387 \begin_layout Labeling
7388 \labelwidthstring MMM
7389 #3-b Back to level #3.
7390  By now it should be obvious how we did this.
7391 \end_layout
7392
7393 \end_deeper
7394 \begin_layout Labeling
7395 \labelwidthstring MMM
7396 #2-b Back to level #2.
7397  
7398 \end_layout
7399
7400 \end_deeper
7401 \begin_layout Labeling
7402 \labelwidthstring MMM
7403 #1-b And last, back to the outermost level, #1.
7404  After this sentence, we'll hit 
7405 \family sans
7406 Return
7407 \family default
7408  and change the paragraph environment back to 
7409 \family sans
7410 Standard
7411 \family default
7412  to end the list.
7413 \end_layout
7414
7415 \begin_layout Standard
7416 We could have also used the 
7417 \family sans
7418 Description
7419 \family default
7420
7421 \family sans
7422 Quote
7423 \family default
7424
7425 \family sans
7426 Quotation
7427 \family default
7428 , or even the 
7429 \family sans
7430 Verse
7431 \family default
7432  environment in place of the 
7433 \family sans
7434 List
7435 \family default
7436  environment.
7437  The example would have worked exactly the same.
7438 \end_layout
7439
7440 \begin_layout Subsubsection
7441 Example 2: Inheritance
7442 \end_layout
7443
7444 \begin_layout LyX-Code
7445 This is the LyX-Code environment, at level #1, the outermost
7446 \end_layout
7447
7448 \begin_layout LyX-Code
7449 level.
7450   Now we'll hit 
7451 \family sans
7452 Return
7453 \family default
7454 , then 
7455 \family sans
7456 S-M-Right
7457 \family default
7458 , after which, we'll change to the 
7459 \family sans
7460 Enumerate
7461 \family default
7462  environment.
7463 \end_layout
7464
7465 \begin_deeper
7466 \begin_layout Enumerate
7467 This is the 
7468 \family sans
7469 Enumerate
7470 \family default
7471  environment, at level #2.
7472 \end_layout
7473
7474 \begin_layout Enumerate
7475 Notice how the nested 
7476 \family sans
7477 Enumerate
7478 \family default
7479  not only inherits its margins from its parent environment (
7480 \family sans
7481 LyX-Code
7482 \family default
7483 ), but also inherits its font and spacing!
7484 \end_layout
7485
7486 \end_deeper
7487 \begin_layout Standard
7488 We ended this example by hitting 
7489 \family sans
7490 Return
7491 \family default
7492 .
7493  After that, we needed to reset the paragraph environment to 
7494 \family sans
7495 Standard
7496 \family default
7497  and resetting the nesting depth by using 
7498 \family sans
7499 S-M-Left
7500 \family default
7501  once.
7502 \end_layout
7503
7504 \begin_layout Subsubsection
7505 Example 3: Labels, Levels, and the 
7506 \family sans
7507 Enumerate
7508 \family default
7509  and 
7510 \family sans
7511 Itemize
7512 \family default
7513  Environments
7514 \begin_inset OptArg
7515 status collapsed
7516
7517 \begin_layout Plain Layout
7518 Example #3: Labels, Levels and other list environments
7519 \end_layout
7520
7521 \end_inset
7522
7523
7524 \end_layout
7525
7526 \begin_layout Enumerate
7527 This is level #1, in an 
7528 \family sans
7529 Enumerate
7530 \family default
7531  paragraph environment.
7532  We're actually going to nest a bunch of these.
7533 \end_layout
7534
7535 \begin_deeper
7536 \begin_layout Enumerate
7537 This is level #2.
7538  We used 
7539 \family sans
7540 M-Return
7541 \family default
7542  followed by 
7543 \family sans
7544 S-M-Right
7545 \family default
7546 .
7547  Now, what happens if we nest an 
7548 \family sans
7549 Itemize
7550 \family default
7551  environment inside of this one? It will be at level #3, but what will its
7552  label be? An asterisk?
7553 \end_layout
7554
7555 \begin_deeper
7556 \begin_layout Itemize
7557 No! It's a bullet.
7558  This is the 
7559 \emph on
7560 first
7561 \emph default
7562  
7563 \family sans
7564 Itemize
7565 \family default
7566  environment, even though it's at level #3.
7567  So, its label is a bullet.
7568  (We got here by using 
7569 \family sans
7570 M-Return
7571 \family default
7572 , then 
7573 \family sans
7574 S-M-Right
7575 \family default
7576 , then changing the environment to 
7577 \family sans
7578 Itemize
7579 \family default
7580 .)
7581 \end_layout
7582
7583 \begin_deeper
7584 \begin_layout Itemize
7585 Here's level #4, produced using 
7586 \family sans
7587 M-Return
7588 \family default
7589 , then 
7590 \family sans
7591 S-M-Right
7592 \family default
7593 .
7594  We'll do that again\SpecialChar \ldots{}
7595
7596 \end_layout
7597
7598 \begin_deeper
7599 \begin_layout Enumerate
7600 \SpecialChar \ldots{}
7601 to get to level #5.
7602  This time, however, we also changed the paragraph environment back to 
7603 \family sans
7604 Enumerate
7605 \family default
7606 .
7607  Notice the type of numbering, it is 
7608 \emph on
7609 lowercase Roman
7610 \emph default
7611 , because we are in the 
7612 \emph on
7613 thirdfold
7614 \emph default
7615  
7616 \family sans
7617 Enumerate
7618 \family default
7619  environment (i.e.
7620  it is an 
7621 \family sans
7622 Enumerate
7623 \family default
7624  inside an 
7625 \family sans
7626 Enumerate
7627 \family default
7628  inside an 
7629 \family sans
7630 Enumerate
7631 \family default
7632 ).
7633 \end_layout
7634
7635 \begin_layout Enumerate
7636 What happens if we 
7637 \emph on
7638 don't
7639 \emph default
7640  change the paragraph environment, but decrease the nesting depth? What
7641  type of numbering does LyX use?
7642 \end_layout
7643
7644 \begin_layout Enumerate
7645 Oh, as if you couldn't guess by now, we're just using 
7646 \family sans
7647 M-Return
7648 \family default
7649  to keep the current environment and depth but create a new item.
7650 \end_layout
7651
7652 \begin_layout Enumerate
7653 Let's use 
7654 \family sans
7655 S-M-Left
7656 \family default
7657  to decrease the depth after the next 
7658 \family sans
7659 M-Return
7660 \family default
7661 .
7662 \end_layout
7663
7664 \end_deeper
7665 \begin_layout Enumerate
7666 This is level #4.
7667  Look what type of label LyX is using!
7668 \end_layout
7669
7670 \end_deeper
7671 \begin_layout Enumerate
7672 This is level #3.
7673  Even though we've changed levels, LyX is still using a lowercase Roman
7674  numeral as the label.Why?
7675 \end_layout
7676
7677 \begin_layout Enumerate
7678 Because, even though the nesting depth has changed, the paragraph is 
7679 \emph on
7680 still
7681 \emph default
7682  a thirdfold 
7683 \family sans
7684 Enumerate
7685 \family default
7686  environment.
7687  Notice, however, that LyX 
7688 \emph on
7689 did
7690 \emph default
7691  reset the counter for the label.
7692 \end_layout
7693
7694 \end_deeper
7695 \begin_layout Enumerate
7696 Another 
7697 \family sans
7698 M-Return
7699 \family default
7700  
7701 \family sans
7702 S-M-Left
7703 \family default
7704  sequence, and we're back to level #2.
7705  This time, we not only changed the nesting depth, but we also moved back
7706  into the twofold-nested 
7707 \family sans
7708 Enumerate
7709 \family default
7710  environment.
7711 \end_layout
7712
7713 \end_deeper
7714 \begin_layout Enumerate
7715 The same thing happens if we do another 
7716 \family sans
7717 M-Return
7718 \family default
7719  
7720 \family sans
7721 S-M-Left
7722 \family default
7723  sequence and return to level #1, the outermost level.
7724 \end_layout
7725
7726 \begin_layout Standard
7727 Lastly, we reset the environment to 
7728 \family sans
7729 Standard
7730 \family default
7731 .
7732  As you can see, the level number doesn't correspond to what type of labeling
7733  LyX uses for the 
7734 \family sans
7735 Enumerate
7736 \family default
7737  and 
7738 \family sans
7739 Itemize
7740 \family default
7741  environments.
7742  The number of other 
7743 \family sans
7744 Enumerate
7745 \family default
7746  environments surrounding it determines what kind of label LyX uses for
7747  an 
7748 \family sans
7749 Enumerate
7750 \family default
7751  item.
7752  The same rule applies for the 
7753 \family sans
7754 Itemize
7755 \family default
7756  environment, as well.
7757 \end_layout
7758
7759 \begin_layout Subsubsection
7760 Example 4: Going Bonkers
7761 \end_layout
7762
7763 \begin_layout Enumerate
7764 We're going to go totally nuts now.
7765  We won't nest as deep as in the other examples, nor will we go into the
7766  same detail with how we did it.
7767  (level #1: 
7768 \family sans
7769 Enumerate
7770 \family default
7771 )
7772 \end_layout
7773
7774 \begin_deeper
7775 \begin_layout Standard
7776 (
7777 \family sans
7778 Return, S-M-Right, Standard
7779 \family default
7780 : level #2) We'll stick an encapsulated description of how we created the
7781  example in parentheses someplace.
7782  For example, the two keybindings are how we changed the depth.
7783  The environment name is the name of the current environment.
7784  Either before or after this, we'll put in the level.
7785 \end_layout
7786
7787 \end_deeper
7788 \begin_layout Enumerate
7789 (
7790 \family sans
7791 Return, Enumerate
7792 \family default
7793 : level #1) This is the next item in the list.
7794 \end_layout
7795
7796 \begin_deeper
7797 \begin_layout Verse
7798 Now we'll add verse.
7799 \begin_inset Newline newline
7800 \end_inset
7801
7802 It will get much worse.
7803 \begin_inset Newline newline
7804 \end_inset
7805
7806 (
7807 \family sans
7808 Return, S-M-Right, Verse
7809 \family default
7810 : level #2)
7811 \end_layout
7812
7813 \begin_layout Verse
7814 Fiddle dee, Fiddle doo.
7815 \begin_inset Newline newline
7816 \end_inset
7817
7818 Bippitey boppitey boo!
7819 \begin_inset Newline newline
7820 \end_inset
7821
7822 (
7823 \family sans
7824 M-Return)
7825 \end_layout
7826
7827 \begin_layout Verse
7828 Here comes a table:
7829 \end_layout
7830
7831 \begin_deeper
7832 \begin_layout Standard
7833 \begin_inset VSpace 0.3cm
7834 \end_inset
7835
7836
7837 \end_layout
7838
7839 \begin_layout Standard
7840 \align center
7841 \begin_inset Tabular
7842 <lyxtabular version="3" rows="2" columns="2">
7843 <features>
7844 <column alignment="center" valignment="top" width="0pt">
7845 <column alignment="center" valignment="top" width="0pt">
7846 <row>
7847 <cell alignment="center" valignment="top" usebox="none">
7848 \begin_inset Text
7849
7850 \begin_layout Plain Layout
7851
7852 \family roman
7853 \series medium
7854 \shape up
7855 \size normal
7856 \emph off
7857 \bar no
7858 \noun off
7859 \color none
7860 one-fish
7861 \end_layout
7862
7863 \end_inset
7864 </cell>
7865 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7866 \begin_inset Text
7867
7868 \begin_layout Plain Layout
7869
7870 \family roman
7871 \series medium
7872 \shape up
7873 \size normal
7874 \emph off
7875 \bar no
7876 \noun off
7877 \color none
7878 two-fish
7879 \end_layout
7880
7881 \end_inset
7882 </cell>
7883 </row>
7884 <row>
7885 <cell alignment="center" valignment="top" topline="true" usebox="none">
7886 \begin_inset Text
7887
7888 \begin_layout Plain Layout
7889
7890 \family roman
7891 \series medium
7892 \shape up
7893 \size normal
7894 \emph off
7895 \bar no
7896 \noun off
7897 \color none
7898 red-fish
7899 \end_layout
7900
7901 \end_inset
7902 </cell>
7903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7904 \begin_inset Text
7905
7906 \begin_layout Plain Layout
7907
7908 \family roman
7909 \series medium
7910 \shape up
7911 \size normal
7912 \emph off
7913 \bar no
7914 \noun off
7915 \color none
7916 blue-fish
7917 \end_layout
7918
7919 \end_inset
7920 </cell>
7921 </row>
7922 </lyxtabular>
7923
7924 \end_inset
7925
7926
7927 \end_layout
7928
7929 \end_deeper
7930 \begin_layout Verse
7931 (
7932 \family sans
7933 M-Return, Table, S-M-Right
7934 \family default
7935  3 times, 
7936 \family sans
7937 M-Return, Verse, S-M-Left
7938 \family default
7939 )
7940 \end_layout
7941
7942 \end_deeper
7943 \begin_layout Enumerate
7944 (
7945 \family sans
7946 Return, Enumerate
7947 \family default
7948 : level #1) This is another item.
7949  Note that selecting a 
7950 \family sans
7951 Table
7952 \family default
7953  resets the nesting depth to level #1, so we increased the nesting depth
7954  3 times to put the table inside the 
7955 \family sans
7956 Verse
7957 \family default
7958  environment.
7959  
7960 \end_layout
7961
7962 \begin_layout Quotation
7963 We're now ending the 
7964 \family sans
7965 Enumerate
7966 \family default
7967  list and changing to 
7968 \family sans
7969 Quotation
7970 \family default
7971 .
7972  We're still at level #1.
7973  We want to show you some of the things you can do by mixing environments.
7974  The next set of paragraphs is a 
7975 \begin_inset Quotes eld
7976 \end_inset
7977
7978 quoted letter.
7979 \begin_inset Quotes erd
7980 \end_inset
7981
7982  We'll nest both the 
7983 \family sans
7984 Address
7985 \family default
7986  and 
7987 \family sans
7988 Right
7989 \begin_inset space ~
7990 \end_inset
7991
7992 Address
7993 \family default
7994  environments inside of this one, then use another nested 
7995 \family sans
7996 Quotation
7997 \family default
7998  for the letter body.
7999  We'll use 
8000 \family sans
8001 M-Return
8002 \family default
8003  to preserve the depth.
8004  Remember that you need to use 
8005 \family sans
8006 C-Return
8007 \family default
8008  to create multiple lines inside the 
8009 \family sans
8010 Address
8011 \family default
8012  and 
8013 \family sans
8014 Right
8015 \begin_inset space ~
8016 \end_inset
8017
8018 Address
8019 \family default
8020  environments.
8021  Here it goes:
8022 \end_layout
8023
8024 \begin_deeper
8025 \begin_layout Right Address
8026 1234 Nowhere Rd.
8027 \begin_inset Newline newline
8028 \end_inset
8029
8030 Moosegroin, MT 00100
8031 \begin_inset Newline newline
8032 \end_inset
8033
8034 9-6-96
8035 \end_layout
8036
8037 \begin_layout Address
8038 Dear Mr.
8039 \begin_inset space ~
8040 \end_inset
8041
8042 Fizlewitz:
8043 \end_layout
8044
8045 \begin_layout Quotation
8046 We regret to inform you that we cannot fill your order for 50
8047 \begin_inset Formula $\,$
8048 \end_inset
8049
8050 L of compressed methane gas due to circumstances beyond our control.
8051  Unfortunately, several of our cows have mysteriously exploded, creating
8052  a backlog in our orders for methane.
8053  We will place your name on the waiting list and try to fill your order
8054  as soon as possible.
8055  In the meantime, we thank you for your patience.
8056 \end_layout
8057
8058 \begin_layout Quotation
8059 We do, however, now have a special on beef.
8060  If you are interested, please return the enclosed pricing and order form
8061  with your order, along with payment.
8062 \end_layout
8063
8064 \begin_layout Quotation
8065 We thank you again for your patience.
8066 \end_layout
8067
8068 \begin_layout Address
8069 Sincerely,
8070 \begin_inset Newline newline
8071 \end_inset
8072
8073 Bill Hick
8074 \end_layout
8075
8076 \end_deeper
8077 \begin_layout Quotation
8078 That ends that example!
8079 \end_layout
8080
8081 \begin_layout Standard
8082 As you can see, nesting environments in LyX gives you a lot of power with
8083  just a few keystrokes.
8084  We could have easily nested an 
8085 \family sans
8086 Itemize
8087 \family default
8088  list inside of a 
8089 \family sans
8090 Quotation
8091 \family default
8092  or 
8093 \family sans
8094 Quote
8095 \family default
8096 , or put a 
8097 \family sans
8098 Quote
8099 \family default
8100  inside of an 
8101 \family sans
8102 Itemize
8103 \family default
8104  list.
8105  You have a huge variety of options at your disposal.
8106 \end_layout
8107
8108 \begin_layout Section
8109 Spacing, pagination and line breaks
8110 \begin_inset Index
8111 status collapsed
8112
8113 \begin_layout Plain Layout
8114 Spacing
8115 \end_layout
8116
8117 \end_inset
8118
8119
8120 \end_layout
8121
8122 \begin_layout Standard
8123 What is a space? While you might be used to press the space key anytime
8124  you want to separate two words in ordinary word processors, LyX offers
8125  you more spaces: Spaces of different width and spaces which can or cannot
8126  be broken at the end of a line.
8127  The following sections will show you some examples where those spaces are
8128  useful.
8129 \end_layout
8130
8131 \begin_layout Subsection
8132 Protected Space
8133 \begin_inset CommandInset label
8134 LatexCommand label
8135 name "sub:Protected-Space"
8136
8137 \end_inset
8138
8139
8140 \begin_inset Index
8141 status collapsed
8142
8143 \begin_layout Plain Layout
8144 Spaces ! Protected
8145 \end_layout
8146
8147 \end_inset
8148
8149
8150 \end_layout
8151
8152 \begin_layout Standard
8153 The protected space: It is used to tell LyX (and LaTeX) not to break the
8154  line at that point.
8155  This may be necessary to avoid unlucky linebreaks, like in: 
8156 \end_layout
8157
8158 \begin_layout Quote
8159 Further documentation is given in section
8160 \begin_inset Newline newline
8161 \end_inset
8162
8163
8164 \begin_inset CommandInset ref
8165 LatexCommand ref
8166 reference "sec:Bibliography"
8167
8168 \end_inset
8169
8170 .
8171  
8172 \end_layout
8173
8174 \begin_layout Standard
8175 Obviously, it would be a good thing to put a protected space between 
8176 \begin_inset Quotes eld
8177 \end_inset
8178
8179 section
8180 \begin_inset Quotes erd
8181 \end_inset
8182
8183  and 
8184 \begin_inset Quotes eld
8185 \end_inset
8186
8187
8188 \begin_inset CommandInset ref
8189 LatexCommand ref
8190 reference "sec:Bibliography"
8191
8192 \end_inset
8193
8194
8195 \begin_inset Quotes erd
8196 \end_inset
8197
8198 .
8199  A protected space is set with 
8200 \family sans
8201 Insert\SpecialChar \menuseparator
8202 Formatting\SpecialChar \menuseparator
8203 Protected
8204 \bar under
8205
8206 \begin_inset space ~
8207 \end_inset
8208
8209
8210 \bar default
8211 Space
8212 \family default
8213  (shortcut 
8214 \family sans
8215 C-Space
8216 \family default
8217 ).
8218 \end_layout
8219
8220 \begin_layout Subsection
8221 Horizontal Space
8222 \begin_inset CommandInset label
8223 LatexCommand label
8224 name "sub:Horizontal-Space"
8225
8226 \end_inset
8227
8228
8229 \begin_inset Index
8230 status collapsed
8231
8232 \begin_layout Plain Layout
8233 Spacing ! Horizontal
8234 \end_layout
8235
8236 \end_inset
8237
8238
8239 \end_layout
8240
8241 \begin_layout Standard
8242 All horizontal spaces can be inserted with the menu 
8243 \family sans
8244 Insert\SpecialChar \menuseparator
8245 Formatting\SpecialChar \menuseparator
8246 Horizontal Space
8247 \family default
8248 .
8249  The length units are listed in Appendix
8250 \begin_inset space ~
8251 \end_inset
8252
8253
8254 \begin_inset CommandInset ref
8255 LatexCommand ref
8256 reference "cha:Units-available-in"
8257
8258 \end_inset
8259
8260 .
8261 \end_layout
8262
8263 \begin_layout Subsubsection
8264 Inter-word Space
8265 \begin_inset CommandInset label
8266 LatexCommand label
8267 name "sub:Inter-word-Space"
8268
8269 \end_inset
8270
8271
8272 \begin_inset Index
8273 status collapsed
8274
8275 \begin_layout Plain Layout
8276 Spaces ! Inter-word
8277 \end_layout
8278
8279 \end_inset
8280
8281
8282 \end_layout
8283
8284 \begin_layout Standard
8285 Some languages (e.
8286 \begin_inset space \thinspace{}
8287 \end_inset
8288
8289 g.
8290 \begin_inset space \space{}
8291 \end_inset
8292
8293 English) have the typographical convention to add extra space after an end-of-se
8294 ntence punctuation mark, and LyX honors those conventions (see section
8295 \begin_inset space ~
8296 \end_inset
8297
8298
8299 \begin_inset CommandInset ref
8300 LatexCommand ref
8301 reference "sub:Abbreviations"
8302
8303 \end_inset
8304
8305 ).
8306  Sometimes, you want a normal space nevertheless.
8307  In this case, insert an inter-word space (shortcut 
8308 \family sans
8309 C-M-Space
8310 \family default
8311 ).
8312 \end_layout
8313
8314 \begin_layout Subsubsection
8315 Thin Space
8316 \begin_inset CommandInset label
8317 LatexCommand label
8318 name "sub:Thin-Space"
8319
8320 \end_inset
8321
8322
8323 \begin_inset Index
8324 status collapsed
8325
8326 \begin_layout Plain Layout
8327 Spaces ! Thin
8328 \end_layout
8329
8330 \end_inset
8331
8332
8333 \end_layout
8334
8335 \begin_layout Standard
8336
8337 \begin_inset Quotes eld
8338 \end_inset
8339
8340 thin space
8341 \begin_inset Quotes erd
8342 \end_inset
8343
8344  is a blank which has half the size of a normal space (and it is also 
8345 \begin_inset Quotes eld
8346 \end_inset
8347
8348 protected
8349 \begin_inset Quotes erd
8350 \end_inset
8351
8352 ).
8353  The typographical conventions in a lot of languages propose the use of
8354  thin spaces in cases where normal spaces would be too wide, for instance
8355  inside abbreviations:
8356 \end_layout
8357
8358 \begin_layout Quote
8359 D.
8360 \begin_inset space \thinspace{}
8361 \end_inset
8362
8363 E.
8364  Knuth has developed our beloved typesetting program, i.
8365 \begin_inset space \thinspace{}
8366 \end_inset
8367
8368 e.
8369 \begin_inset space \space{}
8370 \end_inset
8371
8372 TeX.
8373 \end_layout
8374
8375 \begin_layout Standard
8376 or between values and units.
8377  Compare for example this:
8378 \begin_inset Newline newline
8379 \end_inset
8380
8381 10
8382 \begin_inset space \thinspace{}
8383 \end_inset
8384
8385 kg (thin space)
8386 \begin_inset Newline newline
8387 \end_inset
8388
8389 10 kg (normal space
8390 \end_layout
8391
8392 \begin_layout Standard
8393 You can insert thin spaces also with the menu 
8394 \family sans
8395 Insert\SpecialChar \menuseparator
8396 Formatting\SpecialChar \menuseparator
8397 Thin
8398 \begin_inset space ~
8399 \end_inset
8400
8401 Space
8402 \family default
8403  (shortcut 
8404 \family sans
8405 C-S-Space
8406 \family default
8407 ).
8408 \end_layout
8409
8410 \begin_layout Subsubsection
8411 More Spaces
8412 \begin_inset CommandInset label
8413 LatexCommand label
8414 name "sub:More-Spaces"
8415
8416 \end_inset
8417
8418
8419 \end_layout
8420
8421 \begin_layout Standard
8422 You can furthermore insert the following space types:
8423 \end_layout
8424
8425 \begin_layout Description
8426 Negative
8427 \begin_inset space ~
8428 \end_inset
8429
8430 thin
8431 \begin_inset space ~
8432 \end_inset
8433
8434 space A line with a 
8435 \begin_inset Formula $\to$
8436 \end_inset
8437
8438
8439 \begin_inset space \negthinspace{}
8440 \end_inset
8441
8442
8443 \begin_inset Formula $\gets$
8444 \end_inset
8445
8446  Negative thin space between the arrows.
8447 \end_layout
8448
8449 \begin_layout Description
8450 Enspace
8451 \begin_inset space ~
8452 \end_inset
8453
8454 (0.5
8455 \begin_inset space \thinspace{}
8456 \end_inset
8457
8458 em) A line with a 
8459 \begin_inset Formula $\to$
8460 \end_inset
8461
8462
8463 \begin_inset space \enskip{}
8464 \end_inset
8465
8466
8467 \begin_inset Formula $\gets$
8468 \end_inset
8469
8470  Enspace (0.5
8471 \begin_inset space \thinspace{}
8472 \end_inset
8473
8474 em) space between the arrows.
8475 \end_layout
8476
8477 \begin_layout Description
8478 Quad
8479 \begin_inset space ~
8480 \end_inset
8481
8482 (1
8483 \begin_inset space \thinspace{}
8484 \end_inset
8485
8486 em) A line with a 
8487 \begin_inset Formula $\to$
8488 \end_inset
8489
8490
8491 \begin_inset space \quad{}
8492 \end_inset
8493
8494
8495 \begin_inset Formula $\gets$
8496 \end_inset
8497
8498  Quad
8499 \begin_inset space ~
8500 \end_inset
8501
8502 (1
8503 \begin_inset space \thinspace{}
8504 \end_inset
8505
8506 em) space between the arrows.
8507 \end_layout
8508
8509 \begin_layout Description
8510 QQuad
8511 \begin_inset space ~
8512 \end_inset
8513
8514 (2
8515 \begin_inset space \thinspace{}
8516 \end_inset
8517
8518 em) A line with a 
8519 \begin_inset Formula $\to$
8520 \end_inset
8521
8522
8523 \begin_inset space \qquad{}
8524 \end_inset
8525
8526
8527 \begin_inset Formula $\gets$
8528 \end_inset
8529
8530  QQuad
8531 \begin_inset space ~
8532 \end_inset
8533
8534 (2
8535 \begin_inset space \thinspace{}
8536 \end_inset
8537
8538 em) space between the arrows.
8539 \end_layout
8540
8541 \begin_layout Description
8542 Custom
8543 \begin_inset space ~
8544 \end_inset
8545
8546 space A line with
8547 \begin_inset Formula $\to$
8548 \end_inset
8549
8550
8551 \begin_inset space \hspace{}
8552 \length 2cm
8553 \end_inset
8554
8555
8556 \begin_inset Formula $\gets$
8557 \end_inset
8558
8559  2
8560 \begin_inset space \thinspace{}
8561 \end_inset
8562
8563 cm space between the arrows.
8564 \end_layout
8565
8566 \begin_layout Standard
8567 Table
8568 \begin_inset space ~
8569 \end_inset
8570
8571
8572 \begin_inset CommandInset ref
8573 LatexCommand ref
8574 reference "tab:Width-of-the"
8575
8576 \end_inset
8577
8578  lists the different space sizes.
8579 \end_layout
8580
8581 \begin_layout Standard
8582 \begin_inset Float table
8583 wide false
8584 sideways false
8585 status open
8586
8587 \begin_layout Plain Layout
8588 \align center
8589 \begin_inset Caption
8590
8591 \begin_layout Plain Layout
8592 \begin_inset CommandInset label
8593 LatexCommand label
8594 name "tab:Width-of-the"
8595
8596 \end_inset
8597
8598 Width of the different horizotal spaces.
8599 \end_layout
8600
8601 \end_inset
8602
8603
8604 \end_layout
8605
8606 \begin_layout Plain Layout
8607 \align center
8608 \begin_inset Tabular
8609 <lyxtabular version="3" rows="8" columns="2">
8610 <features>
8611 <column alignment="center" valignment="top" width="0">
8612 <column alignment="center" valignment="top" width="0">
8613 <row>
8614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8615 \begin_inset Text
8616
8617 \begin_layout Plain Layout
8618
8619 \series bold
8620 Space
8621 \end_layout
8622
8623 \end_inset
8624 </cell>
8625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8626 \begin_inset Text
8627
8628 \begin_layout Plain Layout
8629
8630 \series bold
8631 Width
8632 \end_layout
8633
8634 \end_inset
8635 </cell>
8636 </row>
8637 <row>
8638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8639 \begin_inset Text
8640
8641 \begin_layout Plain Layout
8642 Normal
8643 \end_layout
8644
8645 \end_inset
8646 </cell>
8647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8648 \begin_inset Text
8649
8650 \begin_layout Plain Layout
8651 1/3
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" topline="true" leftline="true" usebox="none">
8663 \begin_inset Text
8664
8665 \begin_layout Plain Layout
8666 Protected
8667 \end_layout
8668
8669 \end_inset
8670 </cell>
8671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8672 \begin_inset Text
8673
8674 \begin_layout Plain Layout
8675 1/3
8676 \begin_inset space \thinspace{}
8677 \end_inset
8678
8679 em
8680 \end_layout
8681
8682 \end_inset
8683 </cell>
8684 </row>
8685 <row>
8686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8687 \begin_inset Text
8688
8689 \begin_layout Plain Layout
8690 Thin
8691 \end_layout
8692
8693 \end_inset
8694 </cell>
8695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8696 \begin_inset Text
8697
8698 \begin_layout Plain Layout
8699 1/6
8700 \begin_inset space \thinspace{}
8701 \end_inset
8702
8703 em
8704 \end_layout
8705
8706 \end_inset
8707 </cell>
8708 </row>
8709 <row>
8710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8711 \begin_inset Text
8712
8713 \begin_layout Plain Layout
8714 Negative thin
8715 \end_layout
8716
8717 \end_inset
8718 </cell>
8719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8720 \begin_inset Text
8721
8722 \begin_layout Plain Layout
8723 -1/6
8724 \begin_inset space \thinspace{}
8725 \end_inset
8726
8727 em
8728 \end_layout
8729
8730 \end_inset
8731 </cell>
8732 </row>
8733 <row>
8734 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8735 \begin_inset Text
8736
8737 \begin_layout Plain Layout
8738 Enspace (0.5
8739 \begin_inset space \thinspace{}
8740 \end_inset
8741
8742 em)
8743 \end_layout
8744
8745 \end_inset
8746 </cell>
8747 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8748 \begin_inset Text
8749
8750 \begin_layout Plain Layout
8751 0.5
8752 \begin_inset space \thinspace{}
8753 \end_inset
8754
8755 em
8756 \end_layout
8757
8758 \end_inset
8759 </cell>
8760 </row>
8761 <row>
8762 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8763 \begin_inset Text
8764
8765 \begin_layout Plain Layout
8766 Quad (1
8767 \begin_inset space \thinspace{}
8768 \end_inset
8769
8770 em)
8771 \end_layout
8772
8773 \end_inset
8774 </cell>
8775 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8776 \begin_inset Text
8777
8778 \begin_layout Plain Layout
8779 1
8780 \begin_inset space \thinspace{}
8781 \end_inset
8782
8783 em
8784 \end_layout
8785
8786 \end_inset
8787 </cell>
8788 </row>
8789 <row>
8790 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8791 \begin_inset Text
8792
8793 \begin_layout Plain Layout
8794 QQuad (2
8795 \begin_inset space \thinspace{}
8796 \end_inset
8797
8798 em)
8799 \end_layout
8800
8801 \end_inset
8802 </cell>
8803 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8804 \begin_inset Text
8805
8806 \begin_layout Plain Layout
8807 2
8808 \begin_inset space \thinspace{}
8809 \end_inset
8810
8811 em
8812 \end_layout
8813
8814 \end_inset
8815 </cell>
8816 </row>
8817 </lyxtabular>
8818
8819 \end_inset
8820
8821
8822 \end_layout
8823
8824 \end_inset
8825
8826
8827 \end_layout
8828
8829 \begin_layout Subsubsection
8830
8831 \family sans
8832 Horizontal Fills
8833 \family default
8834
8835 \begin_inset Index
8836 status collapsed
8837
8838 \begin_layout Plain Layout
8839 Spacing ! Fills
8840 \end_layout
8841
8842 \end_inset
8843
8844
8845 \end_layout
8846
8847 \begin_layout Standard
8848 Horizontal fills (hfills) are a special LyX feature for adding extra space
8849  in a uniform fashion.
8850  An hfill is actually a variable length space, whose length always equals
8851  the remaining space between the left and right margins.
8852  If there is more than one hfill on a line, they divide the available space
8853  equally between themselves.
8854  
8855 \end_layout
8856
8857 \begin_layout Standard
8858 Here a few examples what you can do with them:
8859 \end_layout
8860
8861 \begin_layout Quote
8862 \noindent
8863 This is on the left side
8864 \begin_inset space \hfill{}
8865 \end_inset
8866
8867 This is on the right
8868 \end_layout
8869
8870 \begin_layout Quote
8871 \noindent
8872 Left
8873 \begin_inset space \hfill{}
8874 \end_inset
8875
8876 Middle
8877 \begin_inset space \hfill{}
8878 \end_inset
8879
8880 Right
8881 \end_layout
8882
8883 \begin_layout Quote
8884 \noindent
8885 Left
8886 \begin_inset space \hfill{}
8887 \end_inset
8888
8889 1/3 Left
8890 \begin_inset space \hfill{}
8891 \end_inset
8892
8893
8894 \begin_inset space \hfill{}
8895 \end_inset
8896
8897 Right
8898 \end_layout
8899
8900 \begin_layout Standard
8901 That was an example in the 
8902 \family sans
8903 Quote
8904 \family default
8905  environment.
8906  Here
8907 \begin_inset Formula $\to$
8908 \end_inset
8909
8910
8911 \begin_inset space \hfill{}
8912 \end_inset
8913
8914
8915 \begin_inset Formula $\gets$
8916 \end_inset
8917
8918 is one in a standard paragraph.
8919  It may or may not be apparent in the printed text, but it 
8920 \emph on
8921 is
8922 \emph default
8923  sitting in-between the two arrows.
8924 \end_layout
8925
8926 \begin_layout Standard
8927 There may be more than one set of margins on a line.
8928  Here's an example with the 
8929 \family sans
8930 List
8931 \family default
8932  environment.
8933 \end_layout
8934
8935 \begin_layout Labeling
8936 \labelwidthstring 00.00.0000
8937 one
8938 \begin_inset space \hfill{}
8939 \end_inset
8940
8941 two :three
8942 \begin_inset space \hfill{}
8943 \end_inset
8944
8945 four
8946 \begin_inset space \hfill{}
8947 \end_inset
8948
8949 five
8950 \begin_inset space \hfill{}
8951 \end_inset
8952
8953 six
8954 \end_layout
8955
8956 \begin_layout Standard
8957 The 
8958 \begin_inset Quotes eld
8959 \end_inset
8960
8961 :
8962 \begin_inset Quotes erd
8963 \end_inset
8964
8965  marks the beginning of the item.
8966  (There is actually a 
8967 \begin_inset Quotes eld
8968 \end_inset
8969
8970 hidden
8971 \begin_inset Quotes erd
8972 \end_inset
8973
8974  hfill inside of the label of the 
8975 \family sans
8976 List
8977 \family default
8978  environment; it's put at the end of the label automatically.) Hfills work
8979  similarly in other 
8980 \begin_inset Quotes eld
8981 \end_inset
8982
8983 multi-margin
8984 \begin_inset Quotes erd
8985 \end_inset
8986
8987  situations, like two-column mode.
8988 \end_layout
8989
8990 \begin_layout Standard
8991 \begin_inset Note Greyedout
8992 status open
8993
8994 \begin_layout Plain Layout
8995
8996 \series bold
8997 Note:
8998 \series default
8999  If an hfill is at the beginning of a line, and 
9000 \emph on
9001 not
9002 \emph default
9003  in the first line in a paragraph, LyX ignores it.
9004  This prevents hfills from accidentally being wrapped onto a new line.
9005  If you need space in this case anyway, set the 
9006 \family sans
9007 Protect
9008 \family default
9009  option in the space dialog.
9010 \end_layout
9011
9012 \end_inset
9013
9014
9015 \end_layout
9016
9017 \begin_layout Subsubsection
9018 Phantom Space
9019 \begin_inset Index
9020 status collapsed
9021
9022 \begin_layout Plain Layout
9023 Spacing ! Phantom
9024 \end_layout
9025
9026 \end_inset
9027
9028
9029 \end_layout
9030
9031 \begin_layout Standard
9032 Sometimes you want to insert space with exactly the length of a phrase.
9033  E.g.
9034  you want to create the following multiple choice question:
9035 \end_layout
9036
9037 \begin_layout Standard
9038 \begin_inset VSpace medskip
9039 \end_inset
9040
9041 What is correct English?:
9042 \begin_inset Newline newline
9043 \end_inset
9044
9045
9046 \begin_inset Newline newline
9047 \end_inset
9048
9049 Mr.
9050 \begin_inset space ~
9051 \end_inset
9052
9053 Edge would have been jumps the gun.
9054 \begin_inset Newline newline
9055 \end_inset
9056
9057
9058 \begin_inset ERT
9059 status collapsed
9060
9061 \begin_layout Plain Layout
9062
9063
9064 \backslash
9065 phantom{Mr.
9066  Edge }
9067 \end_layout
9068
9069 \end_inset
9070
9071 has to be jumped
9072 \begin_inset Newline newline
9073 \end_inset
9074
9075
9076 \begin_inset ERT
9077 status collapsed
9078
9079 \begin_layout Plain Layout
9080
9081
9082 \backslash
9083 phantom{Mr.
9084  Edge }
9085 \end_layout
9086
9087 \end_inset
9088
9089 jumps
9090 \begin_inset VSpace medskip
9091 \end_inset
9092
9093
9094 \end_layout
9095
9096 \begin_layout Standard
9097 So that the choices appear exactly after the phrase 
9098 \begin_inset Quotes eld
9099 \end_inset
9100
9101 Mr.
9102 \begin_inset space ~
9103 \end_inset
9104
9105 Edge
9106 \begin_inset space ~
9107 \end_inset
9108
9109
9110 \begin_inset Quotes erd
9111 \end_inset
9112
9113 .
9114  To get this, you can use the LaTeX-command 
9115 \series bold
9116
9117 \backslash
9118 phantom
9119 \series default
9120  in ERT.
9121  In our case write the command 
9122 \series bold
9123
9124 \backslash
9125 phantom{Mr.
9126  Edge }
9127 \series default
9128  (note the space after 
9129 \begin_inset Quotes eld
9130 \end_inset
9131
9132 Edge
9133 \begin_inset Quotes erd
9134 \end_inset
9135
9136 ) at the beginning of the last two lines.
9137  The command prints out the phrase within the the two braces, but invisible.
9138  That is why it is named 
9139 \begin_inset Quotes eld
9140 \end_inset
9141
9142 phantom
9143 \begin_inset Quotes erd
9144 \end_inset
9145
9146 .
9147 \begin_inset Foot
9148 status collapsed
9149
9150 \begin_layout Plain Layout
9151 There exists also the commands 
9152 \backslash
9153
9154 \series bold
9155 hphantom
9156 \series default
9157  and 
9158 \backslash
9159
9160 \series bold
9161 vphantom
9162 \series default
9163 , but this too special for the LyX Userguide.
9164  If you are interested in knowing more about this, have a look at 
9165 \begin_inset CommandInset citation
9166 LatexCommand cite
9167 key "latexcompanion,latexguide"
9168
9169 \end_inset
9170
9171 .
9172 \end_layout
9173
9174 \end_inset
9175
9176
9177 \end_layout
9178
9179 \begin_layout Subsection
9180 Vertical Space
9181 \begin_inset CommandInset label
9182 LatexCommand label
9183 name "sub:Vertical-Space"
9184
9185 \end_inset
9186
9187
9188 \begin_inset Index
9189 status collapsed
9190
9191 \begin_layout Plain Layout
9192 Spacing ! Vertical
9193 \end_layout
9194
9195 \end_inset
9196
9197
9198 \end_layout
9199
9200 \begin_layout Standard
9201 To add extra vertical space above or below a paragraph, use the 
9202 \family sans
9203 Insert\SpecialChar \menuseparator
9204 Formatting\SpecialChar \menuseparator
9205 Vertical
9206 \begin_inset space ~
9207 \end_inset
9208
9209 Space
9210 \family default
9211  dialog.
9212  There you find the following sizes:
9213 \end_layout
9214
9215 \begin_layout Standard
9216
9217 \family sans
9218 SmallSkip
9219 \family default
9220
9221 \family sans
9222 MedSkip
9223 \family default
9224  and 
9225 \family sans
9226 BigSkip
9227 \family default
9228  are LaTeX sizes which depends on the font size of the document.
9229  
9230 \family sans
9231 DefSkip
9232 \family default
9233  is the skip adjusted in the dialog 
9234 \family sans
9235 Document\SpecialChar \menuseparator
9236 Settings
9237 \begin_inset Index
9238 status collapsed
9239
9240 \begin_layout Plain Layout
9241 Document ! Settings
9242 \end_layout
9243
9244 \end_inset
9245
9246
9247 \family default
9248  for the paragraph separation.
9249  If you use indentation to separate paragraphs 
9250 \family sans
9251 DefSkip
9252 \family default
9253  is equal to 
9254 \family sans
9255 MedSkip
9256 \family default
9257 .
9258 \end_layout
9259
9260 \begin_layout Standard
9261
9262 \family sans
9263 VFill
9264 \family default
9265
9266 \begin_inset Index
9267 status collapsed
9268
9269 \begin_layout Plain Layout
9270 Spacing ! Fills
9271 \end_layout
9272
9273 \end_inset
9274
9275  is a variable space, set so that the space is maximal within one page.
9276  An example: You have only two short paragraphs on one page with a vfill
9277  between them.
9278  Then the first paragraph is placed at the top of the page and the second
9279  one at the bottom, because the space between them is then maximal.
9280  
9281 \family sans
9282 VFill
9283 \family default
9284 s work like 
9285 \family sans
9286 HFill
9287 \family default
9288 s: they fill the remaining vertical space on a page with blank space.
9289 \begin_inset Foot
9290 status collapsed
9291
9292 \begin_layout Plain Layout
9293
9294 \family sans
9295 HFill
9296 \family default
9297 s are described in section
9298 \begin_inset space ~
9299 \end_inset
9300
9301
9302 \begin_inset CommandInset ref
9303 LatexCommand ref
9304 reference "sub:Horizontal-Space"
9305
9306 \end_inset
9307
9308 .
9309 \end_layout
9310
9311 \end_inset
9312
9313  If there are several 
9314 \family sans
9315 VFill
9316 \family default
9317 s on a page, they divide the remaining vertical space equally between themselves.
9318  You can therefore use 
9319 \family sans
9320 VFill
9321 \family default
9322 s to center text on a page, or even place text 2/3 down a page.
9323 \end_layout
9324
9325 \begin_layout Standard
9326
9327 \family sans
9328 Custom
9329 \family default
9330  are custom spaces in units explained in Appendix
9331 \begin_inset space ~
9332 \end_inset
9333
9334
9335 \begin_inset CommandInset ref
9336 LatexCommand ref
9337 reference "cha:Units-available-in"
9338
9339 \end_inset
9340
9341 .
9342 \end_layout
9343
9344 \begin_layout Standard
9345 \begin_inset Note Greyedout
9346 status open
9347
9348 \begin_layout Plain Layout
9349
9350 \series bold
9351 Note:
9352 \series default
9353  
9354 \series medium
9355 When the extra vertical space would be in the output at the top/bottom of
9356  a page, the space is only added if you have also checked the option 
9357 \family sans
9358 Protect
9359 \family default
9360 .
9361 \end_layout
9362
9363 \end_inset
9364
9365
9366 \end_layout
9367
9368 \begin_layout Subsection
9369 Paragraph Alignment
9370 \end_layout
9371
9372 \begin_layout Standard
9373 You can change the paragraph alignment with the 
9374 \family sans
9375 Edit\SpecialChar \menuseparator
9376 Paragraph Settings
9377 \family default
9378  dialog.
9379  There are four possibilities: 
9380 \end_layout
9381
9382 \begin_layout Itemize
9383
9384 \family sans
9385 Justified
9386 \end_layout
9387
9388 \begin_layout Itemize
9389
9390 \family sans
9391 Left
9392 \end_layout
9393
9394 \begin_layout Itemize
9395
9396 \family sans
9397 Right
9398 \end_layout
9399
9400 \begin_layout Itemize
9401
9402 \family sans
9403 Center
9404 \end_layout
9405
9406 \begin_layout Standard
9407 The default in most cases is justified alignment, in which the inter-word
9408  spacing is variable and each line of a paragraph fills the region between
9409  the left and right margins.
9410  The other three alignments should be self-explanatory, and look like this:
9411 \end_layout
9412
9413 \begin_layout Standard
9414 \align right
9415 This paragraph is right aligned,
9416 \end_layout
9417
9418 \begin_layout Standard
9419 \align center
9420 this one is centered,
9421 \end_layout
9422
9423 \begin_layout Standard
9424 \align left
9425 this one is left aligned.
9426 \end_layout
9427
9428 \begin_layout Subsection
9429 Forced Pagebreaks
9430 \begin_inset Index
9431 status collapsed
9432
9433 \begin_layout Plain Layout
9434 Pagebreaks ! Forced
9435 \end_layout
9436
9437 \end_inset
9438
9439
9440 \begin_inset CommandInset label
9441 LatexCommand label
9442 name "sub:Forced-Pagebreaks"
9443
9444 \end_inset
9445
9446
9447 \end_layout
9448
9449 \begin_layout Standard
9450 If you don't like the way LaTeX does the pagebreaks in your document, you
9451  can force a pagebreak where you want one.
9452  Normally this will not be necessary, because LaTeX is good at pagebreaking.
9453  Only if you use many 
9454 \family sans
9455 Floats
9456 \family default
9457 , LaTeX's page breaking algorithm can fail.
9458 \end_layout
9459
9460 \begin_layout Standard
9461 We recommend not to use forced pagebreaks until the text is finished, and
9462  until you have checked in the preview to see if you 
9463 \emph on
9464 really
9465 \emph default
9466  have to change the pagebreaking.
9467 \end_layout
9468
9469 \begin_layout Standard
9470 There are two types of pagebreaks: One that ends the page without any special
9471  action.
9472  This can be inserted above or below a paragraph via the menu 
9473 \family sans
9474 Insert\SpecialChar \menuseparator
9475 Formatting\SpecialChar \menuseparator
9476 New
9477 \begin_inset space ~
9478 \end_inset
9479
9480 Page
9481 \family default
9482 .
9483  The second type, that is inserted via the menu 
9484 \family sans
9485 Insert\SpecialChar \menuseparator
9486 Formatting\SpecialChar \menuseparator
9487 Page
9488 \begin_inset space ~
9489 \end_inset
9490
9491 Break
9492 \family default
9493 , ends a page but stretches the content of the page, so that it fills out
9494  the complete page.
9495  This type is useful to avoid whitespace when a pagebreak produces a page
9496  on which only the last few lines are absent.
9497 \end_layout
9498
9499 \begin_layout Standard
9500 You might try to use a pagebreak to ensure that a figure or table appears
9501  at the top of a page.
9502  This is, of course, the wrong way to do it.
9503  LyX gives you a way of automatically ensuring that your figures and tables
9504  appear at the top of a page (or the bottom, or on their own page) without
9505  having to worry about what precedes or follows your figure or table.
9506  See chapter 
9507 \begin_inset CommandInset ref
9508 LatexCommand ref
9509 reference "cha:Floats-and-Notes"
9510
9511 \end_inset
9512
9513  to learn more about 
9514 \family sans
9515 Floats
9516 \family default
9517 .
9518 \end_layout
9519
9520 \begin_layout Subsubsection
9521 Clear Pagebreaks
9522 \begin_inset CommandInset label
9523 LatexCommand label
9524 name "sub:Clear-Pages"
9525
9526 \end_inset
9527
9528
9529 \begin_inset Index
9530 status collapsed
9531
9532 \begin_layout Plain Layout
9533 Pagebreaks ! Clear
9534 \end_layout
9535
9536 \end_inset
9537
9538
9539 \end_layout
9540
9541 \begin_layout Standard
9542 Differently to forced pagebreaks where the content behind the break is directly
9543  placed at the next page, pages can also be cleared while breaking them.
9544  That means that the current paragraph is terminated and all, perhaps not
9545  yet processed floats from previous document parts are placed behind it,
9546  if necessary by adding pages.
9547 \end_layout
9548
9549 \begin_layout Standard
9550 You can insert a clear pagebreak with the menu 
9551 \family sans
9552 Insert\SpecialChar \menuseparator
9553 Formatting\SpecialChar \menuseparator
9554 Clear
9555 \begin_inset space ~
9556 \end_inset
9557
9558 Page
9559 \family default
9560 .
9561  When you have a two-sided document like a book, you can use the menu 
9562 \family sans
9563 Insert\SpecialChar \menuseparator
9564 Formatting\SpecialChar \menuseparator
9565 Clear
9566 \begin_inset space ~
9567 \end_inset
9568
9569 Double
9570 \begin_inset space ~
9571 \end_inset
9572
9573 Page
9574 \family default
9575  to insert a clear pagebreak that assures that the next page is a right-hand
9576  page (odd-numbered), if necessary by adding a page.
9577 \end_layout
9578
9579 \begin_layout Subsection
9580 Forced Linebreaks
9581 \begin_inset Index
9582 status collapsed
9583
9584 \begin_layout Plain Layout
9585 Linebreaks
9586 \end_layout
9587
9588 \end_inset
9589
9590
9591 \begin_inset CommandInset label
9592 LatexCommand label
9593 name "sub:Forced-Linebreaks"
9594
9595 \end_inset
9596
9597
9598 \end_layout
9599
9600 \begin_layout Standard
9601 Similar to pagebreaks there are two types of linebreaks: One that simply
9602  breaks the line.
9603  You can force this line break within a paragraph by selecting 
9604 \family sans
9605 Insert\SpecialChar \menuseparator
9606 Formatting\SpecialChar \menuseparator
9607 Ragged
9608 \begin_inset space ~
9609 \end_inset
9610
9611 Line
9612 \begin_inset space ~
9613 \end_inset
9614
9615 Break
9616 \family default
9617  or with 
9618 \family sans
9619 C-Return
9620 \family default
9621 .
9622  Another type that is inserted via the menu 
9623 \family sans
9624 Insert\SpecialChar \menuseparator
9625 Formatting\SpecialChar \menuseparator
9626 Justified
9627 \begin_inset space ~
9628 \end_inset
9629
9630 Line
9631 \begin_inset space ~
9632 \end_inset
9633
9634 Break
9635 \family default
9636  breaks the line and stretches it so that it fills out the whole space between
9637  the page margins.
9638  This is necessary to avoid 
9639 \begin_inset Quotes eld
9640 \end_inset
9641
9642 fringes
9643 \begin_inset Quotes erd
9644 \end_inset
9645
9646  in justified paragraphs due to whitespace introduced by linebreaks.
9647 \end_layout
9648
9649 \begin_layout Standard
9650 You shouldn't use forced linebreaks to correct LaTeX's linebreaking, as
9651  LaTeX is very good at linebreaking.
9652  There are, however, a number of situations where it is necessary to actively
9653  set a linebreak, e.g.
9654  in a poem or for an address (see sections
9655 \begin_inset space ~
9656 \end_inset
9657
9658
9659 \begin_inset CommandInset ref
9660 LatexCommand ref
9661 reference "sec:Quote"
9662
9663 \end_inset
9664
9665
9666 \begin_inset CommandInset ref
9667 LatexCommand ref
9668 reference "sec:Verse"
9669
9670 \end_inset
9671
9672  and 
9673 \begin_inset CommandInset ref
9674 LatexCommand ref
9675 reference "sec:Address-Usage"
9676
9677 \end_inset
9678
9679 ).
9680 \end_layout
9681
9682 \begin_layout Subsection
9683 Horizontal Lines
9684 \begin_inset CommandInset label
9685 LatexCommand label
9686 name "sub:Horizontal-Lines"
9687
9688 \end_inset
9689
9690
9691 \begin_inset Index
9692 status collapsed
9693
9694 \begin_layout Plain Layout
9695 Horizontal lines
9696 \end_layout
9697
9698 \end_inset
9699
9700
9701 \end_layout
9702
9703 \begin_layout Standard
9704
9705 \lyxline
9706 In the dialog 
9707 \family sans
9708 Insert\SpecialChar \menuseparator
9709 Formatting\SpecialChar \menuseparator
9710 Horizontal
9711 \begin_inset space ~
9712 \end_inset
9713
9714 Line
9715 \family default
9716  you can insert horizontal lines that spans over the whole document columns
9717  width.
9718 \lyxline
9719
9720 \end_layout
9721
9722 \begin_layout Section
9723 Fonts and Text Styles
9724 \begin_inset CommandInset label
9725 LatexCommand label
9726 name "sec:Fonts-and-Text"
9727
9728 \end_inset
9729
9730
9731 \end_layout
9732
9733 \begin_layout Subsection
9734 Font Types
9735 \begin_inset Index
9736 status collapsed
9737
9738 \begin_layout Plain Layout
9739 Font ! Types
9740 \end_layout
9741
9742 \end_inset
9743
9744
9745 \end_layout
9746
9747 \begin_layout Standard
9748 There are two types of fonts:
9749 \end_layout
9750
9751 \begin_layout Description
9752 Vector
9753 \begin_inset space ~
9754 \end_inset
9755
9756 fonts
9757 \begin_inset Index
9758 status collapsed
9759
9760 \begin_layout Plain Layout
9761 Fonts ! Vector-
9762 \end_layout
9763
9764 \end_inset
9765
9766  are fonts, built from outlines of the single glyphs (i.e.
9767  characters) in the font.
9768  This means that each glyph is defined using mathematical curves that are
9769  well suited for scaling to any requested size.
9770  This mathematical definition is interpreted by the font renderer and the
9771  curve is filled out with pixels according to the size and glyph.
9772  This means that outline fonts will look pretty good in all sizes.
9773  Only at very small sizes it might be hard to provide a good rendering at
9774  very small sizes, where each pixel has to be very carefully computed to
9775  provide a good image.
9776 \begin_inset Newline newline
9777 \end_inset
9778
9779 One could mean that one only needs to define one font size and scale them.
9780  But to achieve a better quality, many fonts define several font sizes.
9781  That improves the appearance, because you need more details at large font
9782  sizes than at small ones.
9783 \begin_inset Newline newline
9784 \end_inset
9785
9786 The font types 
9787 \family typewriter
9788 TrueType
9789 \family default
9790
9791 \family typewriter
9792 OpenType
9793 \family default
9794 , and 
9795 \family typewriter
9796 Type
9797 \begin_inset space ~
9798 \end_inset
9799
9800 1 PostScript
9801 \family default
9802  are vector fonts.
9803 \end_layout
9804
9805 \begin_layout Description
9806 Bitmap
9807 \begin_inset space ~
9808 \end_inset
9809
9810 fonts
9811 \begin_inset Index
9812 status collapsed
9813
9814 \begin_layout Plain Layout
9815 Fonts ! Bitmap-
9816 \end_layout
9817
9818 \end_inset
9819
9820  on the other hand, are defined by bitmap graphics from the start, so they
9821  will look good at all the sizes they are meant for.
9822  However, they don't scale well, because in order to scale a glyph, each
9823  pixel is enlarged into several pixels.
9824  It is the same effect that happens if you try to enlarge a picture in a
9825  picture manipulation program.
9826  In order to relieve this effect, bitmap fonts are typically provided in
9827  several fixed sizes typically from around 8 pixels high up to 34 pixels
9828  or so high in steps according to what is believed to be useful.
9829  The advantage of bitmap fonts is that no complicated computations are necessary
9830  to display each glyph, so bitmap fonts are thus faster displayed than scalable
9831  fonts.
9832  The disadvantage is that sizes that don't exists as fixed versions have
9833  to be scaled by doubling pixels, and thus look bad.
9834 \begin_inset Newline newline
9835 \end_inset
9836
9837 Bitmap fonts are named 
9838 \family typewriter
9839 Type
9840 \begin_inset space ~
9841 \end_inset
9842
9843 3
9844 \family default
9845  in PostScript- and PDF-documents.
9846 \end_layout
9847
9848 \begin_layout Standard
9849 The result of all this, is that bitmap fonts are best for the size they
9850  are designed for, while scalable fonts are good for nearly all sizes.
9851  So one need less font size definitions for scalable fonts.
9852  That's the reason why nearly all text render and typesetting programs use
9853  scalable fonts.
9854 \end_layout
9855
9856 \begin_layout Standard
9857 To test which fonts are used in a PDF-document, you can have a look into
9858  its document properties.
9859 \end_layout
9860
9861 \begin_layout Standard
9862 Many modern typesetting and markup languages have begun to move towards
9863  specifying character styles rather than specifying a particular font.
9864  For example, instead of changing to an italicized version of the current
9865  font to emphasize text, you use an 
9866 \begin_inset Quotes eld
9867 \end_inset
9868
9869 emphasized style
9870 \begin_inset Quotes erd
9871 \end_inset
9872
9873  instead.
9874  This concept fits in perfectly with LyX.
9875  In LyX, you do things based on contexts, rather than focusing on typesetting
9876  details.
9877 \end_layout
9878
9879 \begin_layout Subsection
9880 Document Font and Font size
9881 \begin_inset CommandInset label
9882 LatexCommand label
9883 name "sub:Document-Font"
9884
9885 \end_inset
9886
9887
9888 \begin_inset Index
9889 status collapsed
9890
9891 \begin_layout Plain Layout
9892 Font ! Size
9893 \end_layout
9894
9895 \end_inset
9896
9897
9898 \begin_inset Index
9899 status collapsed
9900
9901 \begin_layout Plain Layout
9902 Document ! Font
9903 \end_layout
9904
9905 \end_inset
9906
9907
9908 \end_layout
9909
9910 \begin_layout Standard
9911 You can set the document fonts in the
9912 \family sans
9913  Document\SpecialChar \menuseparator
9914 Settings
9915 \family default
9916
9917 \begin_inset Index
9918 status collapsed
9919
9920 \begin_layout Plain Layout
9921 Document ! Settings
9922 \end_layout
9923
9924 \end_inset
9925
9926  dialog.
9927  There you can specify which font should be used for the three different
9928  font shapes roman (serif), 
9929 \family sans
9930 sans
9931 \begin_inset space ~
9932 \end_inset
9933
9934 serif
9935 \family default
9936 , and 
9937 \family typewriter
9938 typewriter
9939 \family default
9940  and its scalings.
9941 \end_layout
9942
9943 \begin_layout Standard
9944 The possible options for the font include 
9945 \family sans
9946 default
9947 \family default
9948  and a list of fonts available on your system.
9949  
9950 \family sans
9951 default
9952 \family default
9953  uses the standard TeX fonts, known as 
9954 \begin_inset Quotes eld
9955 \end_inset
9956
9957
9958 \family typewriter
9959 Computer Modern
9960 \family default
9961
9962 \begin_inset Quotes erd
9963 \end_inset
9964
9965  (
9966 \family typewriter
9967 cm
9968 \family default
9969 ) or 
9970 \begin_inset Quotes eld
9971 \end_inset
9972
9973
9974 \family typewriter
9975 European Computer Modern
9976 \family default
9977
9978 \begin_inset Quotes erd
9979 \end_inset
9980
9981  (
9982 \family typewriter
9983 ec
9984 \family default
9985 ).
9986 \end_layout
9987
9988 \begin_layout Standard
9989 As 
9990 \family typewriter
9991 cm
9992 \family default
9993  and 
9994 \family typewriter
9995 ec
9996 \family default
9997  are bitmap fonts, they often looks pixeled in PDF output, especially when
9998  you read the PDF in a zoomed size.
9999 \begin_inset Foot
10000 status collapsed
10001
10002 \begin_layout Plain Layout
10003 This problem doesn't appear if you read PDFs in 
10004 \family typewriter
10005 Adobe
10006 \begin_inset space ~
10007 \end_inset
10008
10009 Reader
10010 \family default
10011  version 6 or later, because this program includes a special bitmap font
10012  renderer.
10013 \end_layout
10014
10015 \end_inset
10016
10017  To get rid of pixeled fonts, you have to use a vector font.
10018  There are three ways to use one:
10019 \end_layout
10020
10021 \begin_layout Itemize
10022 One way is to use the 
10023 \family typewriter
10024 AE
10025 \family default
10026  fonts.
10027  
10028 \family typewriter
10029 AE
10030 \family default
10031  is a virtual font.
10032  Virtual means that it 
10033 \begin_inset Quotes eld
10034 \end_inset
10035
10036 steals
10037 \begin_inset Quotes erd
10038 \end_inset
10039
10040  outline 
10041 \family typewriter
10042 cm
10043 \family default
10044 -glyphs from other fonts.
10045  This has the disadvantage that some characters are missing, like the French
10046  guillemets (
10047 \begin_inset Quotes eld
10048 \end_inset
10049
10050 «
10051 \begin_inset Quotes erd
10052 \end_inset
10053
10054  and 
10055 \begin_inset Quotes eld
10056 \end_inset
10057
10058 »
10059 \begin_inset Quotes erd
10060 \end_inset
10061
10062 )
10063 \begin_inset Foot
10064 status collapsed
10065
10066 \begin_layout Plain Layout
10067 Loading the LaTeX-package 
10068 \series bold
10069 aeguill
10070 \series default
10071
10072 \begin_inset Index
10073 status collapsed
10074
10075 \begin_layout Plain Layout
10076 Latex@LaTeX-packages ! aeguill
10077 \end_layout
10078
10079 \end_inset
10080
10081  with the document preamble line
10082 \end_layout
10083
10084 \begin_layout Plain Layout
10085
10086 \series bold
10087
10088 \backslash
10089 usepackage[ec]{aeguill}
10090 \end_layout
10091
10092 \begin_layout Plain Layout
10093 will fix the guillemet problem.
10094 \end_layout
10095
10096 \end_inset
10097
10098  and that accented characters are not 
10099 \emph on
10100 one
10101 \emph default
10102  glyph, they are build of 
10103 \emph on
10104 two
10105 \emph default
10106  characters, the accent and the letter.
10107  Therefore you can't search in documents using the 
10108 \family typewriter
10109 AE
10110 \family default
10111  fonts for words with accented characters.
10112  If you search for example for the French word 
10113 \begin_inset Quotes eld
10114 \end_inset
10115
10116 rève
10117 \begin_inset Quotes erd
10118 \end_inset
10119
10120  in a PDF, you won't get any result, because the PDF-viewer searches for
10121  the glyph 
10122 \begin_inset Quotes eld
10123 \end_inset
10124
10125  è 
10126 \begin_inset Quotes erd
10127 \end_inset
10128
10129  and not for the glyph 
10130 \begin_inset Quotes eld
10131 \end_inset
10132
10133  e +
10134 \begin_inset space ~
10135 \end_inset
10136
10137  ̀ 
10138 \begin_inset Quotes erd
10139 \end_inset
10140
10141 .
10142 \end_layout
10143
10144 \begin_layout Itemize
10145 Another possibility is to use three different outline fonts
10146 \begin_inset Foot
10147 status collapsed
10148
10149 \begin_layout Plain Layout
10150 Other fonts, like 
10151 \family typewriter
10152 Latin Modern
10153 \family default
10154  or 
10155 \family typewriter
10156 Computer Modern
10157 \family default
10158 , consists of these three main font types 
10159 \family sans
10160 sans
10161 \begin_inset space ~
10162 \end_inset
10163
10164 serif
10165 \family default
10166
10167 \family sans
10168 typewriter
10169 \family default
10170 , and 
10171 \family sans
10172 serif
10173 \family default
10174 .
10175 \end_layout
10176
10177 \end_inset
10178
10179
10180 \family sans
10181 Times
10182 \begin_inset space ~
10183 \end_inset
10184
10185 Roman
10186 \family default
10187  as roman font,
10188 \family sans
10189  Helvetica
10190 \family default
10191  scaled to 92 or 95
10192 \begin_inset space \thinspace{}
10193 \end_inset
10194
10195 % as sans
10196 \begin_inset space ~
10197 \end_inset
10198
10199 serif font, and 
10200 \family sans
10201 courier
10202 \family default
10203  as typewriter font.
10204 \begin_inset Newline newline
10205 \end_inset
10206
10207 The differences between roman, 
10208 \family sans
10209 sans
10210 \begin_inset space ~
10211 \end_inset
10212
10213 serif
10214 \family default
10215 , and 
10216 \family typewriter
10217 typewriter
10218 \family default
10219  fonts are explained in section
10220 \begin_inset space ~
10221 \end_inset
10222
10223
10224 \begin_inset CommandInset ref
10225 LatexCommand ref
10226 reference "sub:Fine-Tuning-with-the"
10227
10228 \end_inset
10229
10230 .
10231 \begin_inset Newline newline
10232 \end_inset
10233
10234 The font 
10235 \family sans
10236 Times
10237 \begin_inset space ~
10238 \end_inset
10239
10240 Roman
10241 \family default
10242  was originally designed for newspapers.
10243  That means its glyphs are smaller than the one from other fonts to fit
10244  into the small newspaper columns.
10245  Therefore 
10246 \family sans
10247 Times
10248 \begin_inset space ~
10249 \end_inset
10250
10251 Roman
10252 \family default
10253  is not the optimal choice for larger documents like books.
10254 \end_layout
10255
10256 \begin_layout Itemize
10257 The best solution is to use the 
10258 \family typewriter
10259 Latin Modern
10260 \family default
10261  fonts.
10262  These fonts are developed in order of the LaTeX community to replace 
10263 \family typewriter
10264 cm
10265 \family default
10266  as default font.
10267 \end_layout
10268
10269 \begin_layout Standard
10270 \begin_inset VSpace bigskip
10271 \end_inset
10272
10273 For the font size there are four possible values: 
10274 \family sans
10275 default, 10
10276 \family default
10277
10278 \family sans
10279 11
10280 \family default
10281 , and 
10282 \family sans
10283 12
10284 \family default
10285 .
10286  The size of 
10287 \family sans
10288 default
10289 \family default
10290  depends on your LaTeX-system, normally it is equal to the font size 10.
10291 \end_layout
10292
10293 \begin_layout Standard
10294 The font sizes are the 
10295 \emph on
10296 base size
10297 \emph default
10298 .
10299  LyX actually scales all other possible font sizes (such as those used in
10300  footnotes, super-, and subscripts) by this value.
10301  You can fine-tune the font size of text parts via the 
10302 \family sans
10303 Text
10304 \begin_inset space ~
10305 \end_inset
10306
10307 Style
10308 \family default
10309  dialog if needed.
10310  The possible font sizes for text parts are explained in section
10311 \begin_inset space ~
10312 \end_inset
10313
10314
10315 \begin_inset CommandInset ref
10316 LatexCommand ref
10317 reference "sub:Fine-Tuning-with-the"
10318
10319 \end_inset
10320
10321 .
10322 \end_layout
10323
10324 \begin_layout Standard
10325 \begin_inset VSpace bigskip
10326 \end_inset
10327
10328
10329 \begin_inset Note Greyedout
10330 status open
10331
10332 \begin_layout Plain Layout
10333
10334 \series bold
10335 Note:
10336 \series default
10337  When you choose a new font or font size, LyX does 
10338 \emph on
10339 not
10340 \emph default
10341  change the screen font! You will only see a difference in the printed output;
10342  this is part of the WYSIWYM concept.
10343  LyX's screen fonts can be adjusted in the 
10344 \family sans
10345 Tools\SpecialChar \menuseparator
10346 Preferences
10347 \family default
10348  dialog, see section
10349 \begin_inset space ~
10350 \end_inset
10351
10352
10353 \begin_inset CommandInset ref
10354 LatexCommand ref
10355 reference "sub:Screen-Fonts"
10356
10357 \end_inset
10358
10359 .
10360 \end_layout
10361
10362 \end_inset
10363
10364
10365 \end_layout
10366
10367 \begin_layout Subsection
10368 Using Different Character Styles
10369 \begin_inset Index
10370 status collapsed
10371
10372 \begin_layout Plain Layout
10373 Character Styles
10374 \end_layout
10375
10376 \end_inset
10377
10378
10379 \begin_inset Index
10380 status collapsed
10381
10382 \begin_layout Plain Layout
10383 Text Style
10384 \end_layout
10385
10386 \end_inset
10387
10388
10389 \end_layout
10390
10391 \begin_layout Standard
10392 As we've already seen, LyX automatically changes the character style for
10393  certain paragraph environments.
10394  LyX supports two character styles, 
10395 \family sans
10396 Emphasized
10397 \family default
10398  and 
10399 \family sans
10400 Noun
10401 \family default
10402 .
10403  You can activate both of these styles via keybindings, the menus, and the
10404  toolbar.
10405 \end_layout
10406
10407 \begin_layout Standard
10408 To activate the 
10409 \family sans
10410 Noun
10411 \family default
10412  style, do one of the following:
10413 \end_layout
10414
10415 \begin_layout Itemize
10416 click on the toolbar button 
10417 \begin_inset Graphics
10418         filename ../images/font-noun.png
10419
10420 \end_inset
10421
10422
10423 \end_layout
10424
10425 \begin_layout Itemize
10426 use the keybinding 
10427 \family sans
10428 M-c
10429 \begin_inset space ~
10430 \end_inset
10431
10432 c
10433 \end_layout
10434
10435 \begin_layout Standard
10436 These commands are all toggles.
10437  That is, if 
10438 \family sans
10439 Noun
10440 \family default
10441  style is already active, they deactivate it.
10442 \end_layout
10443
10444 \begin_layout Standard
10445 One typically uses the 
10446 \family sans
10447 Noun
10448 \family default
10449  style for proper names.
10450  For example: 
10451 \begin_inset Quotes eld
10452 \end_inset
10453
10454
10455 \noun on
10456 Matthias Ettrich
10457 \noun default
10458  is the original author of LyX.
10459 \begin_inset Quotes erd
10460 \end_inset
10461
10462
10463 \end_layout
10464
10465 \begin_layout Standard
10466 A more widely used character style is the 
10467 \family sans
10468 Emphasized
10469 \family default
10470  style.
10471  You can activate (or deactivate - it's also a toggle) the 
10472 \family sans
10473 Emphasized
10474 \family default
10475  style by:
10476 \end_layout
10477
10478 \begin_layout Itemize
10479 clicking on the toolbar button 
10480 \begin_inset Graphics
10481         filename ../images/font-emph.png
10482
10483 \end_inset
10484
10485
10486 \end_layout
10487
10488 \begin_layout Itemize
10489 using the keybindings 
10490 \family sans
10491 M-c
10492 \begin_inset space ~
10493 \end_inset
10494
10495 e
10496 \end_layout
10497
10498 \begin_layout Standard
10499 Normally the 
10500 \family sans
10501 Emphasized
10502 \family default
10503  style is equivalent to an italic font but some document classes or LaTeX-packag
10504 es use a different font.
10505 \end_layout
10506
10507 \begin_layout Standard
10508 We've been using the 
10509 \family sans
10510 Emphasized
10511 \family default
10512  style all over the place in this document.
10513  Here's one more example:
10514 \end_layout
10515
10516 \begin_layout Quotation
10517
10518 \emph on
10519 Don't overuse character styles!
10520 \end_layout
10521
10522 \begin_layout Standard
10523 It's also a warning in addition to an example.
10524  One's writing should parallel ordinary conversation.
10525  Since we don't all constantly scream at each other, we should also avoid
10526  the common tendency to overuse character style.
10527  
10528 \end_layout
10529
10530 \begin_layout Standard
10531 You can always reset to the default font using the keybinding 
10532 \family sans
10533 M-c
10534 \begin_inset space ~
10535 \end_inset
10536
10537 Space
10538 \family default
10539  or the dialog 
10540 \family sans
10541 Edit\SpecialChar \menuseparator
10542 Text
10543 \begin_inset space ~
10544 \end_inset
10545
10546 Style
10547 \family default
10548 .
10549 \end_layout
10550
10551 \begin_layout Subsection
10552 Fine-Tuning with the 
10553 \family sans
10554 Text Style
10555 \family default
10556  dialog
10557 \begin_inset CommandInset label
10558 LatexCommand label
10559 name "sub:Fine-Tuning-with-the"
10560
10561 \end_inset
10562
10563
10564 \begin_inset Index
10565 status collapsed
10566
10567 \begin_layout Plain Layout
10568 Text Style
10569 \end_layout
10570
10571 \end_inset
10572
10573
10574 \end_layout
10575
10576 \begin_layout Standard
10577 There are always occasions when you'll need to do some fine-tuning, so LyX
10578  gives you a way to create custom character style.
10579  For example, an academic journal or a corporation may have a style sheet
10580  requiring a sans-serif font be used in certain situations.
10581  Also, writers sometimes use a different font to offset a character's thoughts
10582  from ordinary dialog.
10583 \end_layout
10584
10585 \begin_layout Standard
10586 Before we document how to use custom character style, we want to issue a
10587  warning yet again: Don't overuse character styles! 
10588 \begin_inset Newline newline
10589 \end_inset
10590
10591 Documents that overuse different fonts and sizes are not well readable and
10592  tend to look like someone has knocked huge holes in it.
10593 \end_layout
10594
10595 \begin_layout Standard
10596 To use custom character styles, open the 
10597 \family sans
10598 Edit\SpecialChar \menuseparator
10599 Text
10600 \begin_inset space ~
10601 \end_inset
10602
10603 Style
10604 \family default
10605  dialog.
10606  There are several boxes on this dialog, each corresponding to a different
10607  font property which you can choose.
10608  You can choose an option for one of these properties, or select 
10609 \family sans
10610 No
10611 \begin_inset space ~
10612 \end_inset
10613
10614 change
10615 \family default
10616 , which keeps the current state of that property.
10617  The item 
10618 \family sans
10619 Reset
10620 \family default
10621  will reset the property to whatever is the default.
10622  You can use this to reset attributes across a bunch of different paragraph
10623  environments in a snap.
10624 \end_layout
10625
10626 \begin_layout Standard
10627 The font properties, and their options (in addition to 
10628 \family sans
10629 No
10630 \begin_inset space ~
10631 \end_inset
10632
10633 change
10634 \family default
10635  and 
10636 \family sans
10637 Reset
10638 \family default
10639 ) are:
10640 \end_layout
10641
10642 \begin_layout Labeling
10643 \labelwidthstring 00.00.0000
10644
10645 \family sans
10646 Family
10647 \family default
10648  The 
10649 \begin_inset Quotes eld
10650 \end_inset
10651
10652 overall look
10653 \begin_inset Quotes erd
10654 \end_inset
10655
10656  of the font.
10657  The possible options are:
10658 \end_layout
10659
10660 \begin_deeper
10661 \begin_layout Labeling
10662 \labelwidthstring 00.00.0000
10663
10664 \family sans
10665 Roman
10666 \family default
10667  This is the Roman font family.
10668  Normally a serif font.
10669  It's also the default family.
10670  (keybinding 
10671 \begin_inset ERT
10672 status collapsed
10673
10674 \begin_layout Plain Layout
10675
10676
10677 \backslash
10678 mbox{
10679 \end_layout
10680
10681 \end_inset
10682
10683
10684 \family sans
10685 M-c
10686 \begin_inset space ~
10687 \end_inset
10688
10689 r
10690 \family default
10691
10692 \begin_inset ERT
10693 status collapsed
10694
10695 \begin_layout Plain Layout
10696
10697 }
10698 \end_layout
10699
10700 \end_inset
10701
10702 )
10703 \begin_inset Note Note
10704 status collapsed
10705
10706 \begin_layout Plain Layout
10707 The LaTeX-command prevents text to be broken at the end of a line.
10708  It is explained in section
10709 \begin_inset space ~
10710 \end_inset
10711
10712
10713 \begin_inset CommandInset ref
10714 LatexCommand ref
10715 reference "sub:Hyphenation"
10716
10717 \end_inset
10718
10719 .
10720 \end_layout
10721
10722 \end_inset
10723
10724
10725 \end_layout
10726
10727 \begin_layout Labeling
10728 \labelwidthstring 00.00.0000
10729
10730 \family sans
10731 Sans
10732 \begin_inset space ~
10733 \end_inset
10734
10735 Serif
10736 \family default
10737  
10738 \family sans
10739 This is the Sans Serif font family.
10740
10741 \family default
10742  (keybinding 
10743 \begin_inset ERT
10744 status collapsed
10745
10746 \begin_layout Plain Layout
10747
10748
10749 \backslash
10750 mbox{
10751 \end_layout
10752
10753 \end_inset
10754
10755
10756 \family sans
10757 M-c
10758 \begin_inset space ~
10759 \end_inset
10760
10761 s
10762 \family default
10763
10764 \begin_inset ERT
10765 status collapsed
10766
10767 \begin_layout Plain Layout
10768
10769 }
10770 \end_layout
10771
10772 \end_inset
10773
10774 )
10775 \end_layout
10776
10777 \begin_layout Labeling
10778 \labelwidthstring 00.00.0000
10779
10780 \family sans
10781 Typewriter
10782 \family default
10783  
10784 \family typewriter
10785 This is the Typewriter font family.
10786
10787 \family default
10788  (keybinding 
10789 \begin_inset ERT
10790 status collapsed
10791
10792 \begin_layout Plain Layout
10793
10794
10795 \backslash
10796 mbox{
10797 \end_layout
10798
10799 \end_inset
10800
10801
10802 \family sans
10803 M-c
10804 \begin_inset space ~
10805 \end_inset
10806
10807 p
10808 \family default
10809
10810 \begin_inset ERT
10811 status collapsed
10812
10813 \begin_layout Plain Layout
10814
10815 }
10816 \end_layout
10817
10818 \end_inset
10819
10820
10821 \family sans
10822 )
10823 \end_layout
10824
10825 \end_deeper
10826 \begin_layout Labeling
10827 \labelwidthstring 00.00.0000
10828
10829 \family sans
10830 Series
10831 \family default
10832  This corresponds to the print weight.
10833  Options are:
10834 \end_layout
10835
10836 \begin_deeper
10837 \begin_layout Labeling
10838 \labelwidthstring 00.00.0000
10839
10840 \family sans
10841 Medium
10842 \family default
10843  This is the Medium font series.
10844  It's also the default series.
10845 \end_layout
10846
10847 \begin_layout Labeling
10848 \labelwidthstring 00.00.0000
10849
10850 \family sans
10851 Bold
10852 \family default
10853  
10854 \series bold
10855 This is the Bold font series.
10856
10857 \series default
10858  (keybinding 
10859 \begin_inset ERT
10860 status collapsed
10861
10862 \begin_layout Plain Layout
10863
10864
10865 \backslash
10866 mbox{
10867 \end_layout
10868
10869 \end_inset
10870
10871
10872 \family sans
10873 M-c
10874 \begin_inset space ~
10875 \end_inset
10876
10877 b
10878 \family default
10879
10880 \begin_inset ERT
10881 status collapsed
10882
10883 \begin_layout Plain Layout
10884
10885 }
10886 \end_layout
10887
10888 \end_inset
10889
10890 )
10891 \end_layout
10892
10893 \end_deeper
10894 \begin_layout Labeling
10895 \labelwidthstring 00.00.0000
10896
10897 \family sans
10898 Shape
10899 \family default
10900  As the name implies.
10901  Options are:
10902 \end_layout
10903
10904 \begin_deeper
10905 \begin_layout Labeling
10906 \labelwidthstring 00.00.0000
10907
10908 \family sans
10909 Upright
10910 \family default
10911  This is the Upright font shape.
10912  It's also the default shape.
10913 \end_layout
10914
10915 \begin_layout Labeling
10916 \labelwidthstring 00.00.0000
10917
10918 \family sans
10919 Italic
10920 \family default
10921  
10922 \shape italic
10923 This
10924 \shape default
10925  
10926 \family sans
10927 \shape italic
10928 i
10929 \family default
10930 s the Italic font shape
10931 \shape default
10932 \emph on
10933 .
10934 \end_layout
10935
10936 \begin_layout Labeling
10937 \labelwidthstring 00.00.0000
10938
10939 \family sans
10940 Slanted
10941 \family default
10942  
10943 \shape slanted
10944 This is the Slanted font shape
10945 \shape default
10946  (although it might not be visible in LyX, this is different from italic).
10947 \end_layout
10948
10949 \begin_layout Labeling
10950 \labelwidthstring 00.00.0000
10951
10952 \family sans
10953 Small
10954 \begin_inset space ~
10955 \end_inset
10956
10957 Caps
10958 \family default
10959  
10960 \shape smallcaps
10961 This is the Small caps font shape
10962 \shape default
10963 \noun on
10964 .
10965 \end_layout
10966
10967 \end_deeper
10968 \begin_layout Labeling
10969 \labelwidthstring 00.00.0000
10970
10971 \family sans
10972 Size
10973 \family default
10974  Alters the size of the font.
10975  You'll find no numerical values here; all possible sizes are actually proportio
10976 nal to the document font size.
10977  Once again, you don't feed LyX the details, but a general description of
10978  what you want to do.
10979  The options are:
10980 \end_layout
10981
10982 \begin_deeper
10983 \begin_layout Labeling
10984 \labelwidthstring 00.00.0000
10985
10986 \family sans
10987 Tiny
10988 \family default
10989  
10990 \size tiny
10991 This is the 
10992 \begin_inset Quotes eld
10993 \end_inset
10994
10995 Tiny
10996 \begin_inset Quotes erd
10997 \end_inset
10998
10999  font size.
11000
11001 \size default
11002  (keybinding 
11003 \begin_inset ERT
11004 status collapsed
11005
11006 \begin_layout Plain Layout
11007
11008
11009 \backslash
11010 mbox{
11011 \end_layout
11012
11013 \end_inset
11014
11015
11016 \family sans
11017 M-s
11018 \begin_inset space ~
11019 \end_inset
11020
11021 t
11022 \family default
11023
11024 \begin_inset ERT
11025 status collapsed
11026
11027 \begin_layout Plain Layout
11028
11029 }
11030 \end_layout
11031
11032 \end_inset
11033
11034  or 
11035 \begin_inset ERT
11036 status collapsed
11037
11038 \begin_layout Plain Layout
11039
11040
11041 \backslash
11042 mbox{
11043 \end_layout
11044
11045 \end_inset
11046
11047
11048 \family sans
11049 M-s
11050 \begin_inset space ~
11051 \end_inset
11052
11053 1
11054 \family default
11055
11056 \begin_inset ERT
11057 status collapsed
11058
11059 \begin_layout Plain Layout
11060
11061 }
11062 \end_layout
11063
11064 \end_inset
11065
11066 )
11067 \end_layout
11068
11069 \begin_layout Labeling
11070 \labelwidthstring 00.00.0000
11071
11072 \family sans
11073 Smallest
11074 \family default
11075  
11076 \size scriptsize
11077 This is the 
11078 \begin_inset Quotes eld
11079 \end_inset
11080
11081 Smallest
11082 \begin_inset Quotes erd
11083 \end_inset
11084
11085  font size
11086 \size default
11087 .
11088  (keybinding 
11089 \begin_inset ERT
11090 status collapsed
11091
11092 \begin_layout Plain Layout
11093
11094
11095 \backslash
11096 mbox{
11097 \end_layout
11098
11099 \end_inset
11100
11101
11102 \family sans
11103 M-s
11104 \begin_inset space ~
11105 \end_inset
11106
11107
11108 \family default
11109 2
11110 \begin_inset ERT
11111 status collapsed
11112
11113 \begin_layout Plain Layout
11114
11115 }
11116 \end_layout
11117
11118 \end_inset
11119
11120 )
11121 \end_layout
11122
11123 \begin_layout Labeling
11124 \labelwidthstring 00.00.0000
11125
11126 \family sans
11127 Smaller
11128 \family default
11129  
11130 \size footnotesize
11131 This is the 
11132 \begin_inset Quotes eld
11133 \end_inset
11134
11135 Smaller
11136 \begin_inset Quotes erd
11137 \end_inset
11138
11139  font size.
11140
11141 \size default
11142  (keybinding 
11143 \begin_inset ERT
11144 status collapsed
11145
11146 \begin_layout Plain Layout
11147
11148
11149 \backslash
11150 mbox{
11151 \end_layout
11152
11153 \end_inset
11154
11155
11156 \family sans
11157 M-s
11158 \begin_inset space ~
11159 \end_inset
11160
11161 S
11162 \family default
11163
11164 \begin_inset ERT
11165 status collapsed
11166
11167 \begin_layout Plain Layout
11168
11169 }
11170 \end_layout
11171
11172 \end_inset
11173
11174  or 
11175 \begin_inset ERT
11176 status collapsed
11177
11178 \begin_layout Plain Layout
11179
11180
11181 \backslash
11182 mbox{
11183 \end_layout
11184
11185 \end_inset
11186
11187
11188 \family sans
11189 M-s
11190 \begin_inset space ~
11191 \end_inset
11192
11193
11194 \family default
11195 3
11196 \begin_inset ERT
11197 status collapsed
11198
11199 \begin_layout Plain Layout
11200
11201 }
11202 \end_layout
11203
11204 \end_inset
11205
11206 )
11207 \end_layout
11208
11209 \begin_layout Labeling
11210 \labelwidthstring 00.00.0000
11211
11212 \family sans
11213 Small
11214 \family default
11215  
11216 \size small
11217 This is the 
11218 \begin_inset Quotes eld
11219 \end_inset
11220
11221 Small
11222 \begin_inset Quotes erd
11223 \end_inset
11224
11225  font size.
11226
11227 \size default
11228  (keybinding 
11229 \begin_inset ERT
11230 status collapsed
11231
11232 \begin_layout Plain Layout
11233
11234
11235 \backslash
11236 mbox{
11237 \end_layout
11238
11239 \end_inset
11240
11241
11242 \family sans
11243 M-s
11244 \begin_inset space ~
11245 \end_inset
11246
11247 s
11248 \family default
11249
11250 \begin_inset ERT
11251 status collapsed
11252
11253 \begin_layout Plain Layout
11254
11255 }
11256 \end_layout
11257
11258 \end_inset
11259
11260  or 
11261 \begin_inset ERT
11262 status collapsed
11263
11264 \begin_layout Plain Layout
11265
11266
11267 \backslash
11268 mbox{
11269 \end_layout
11270
11271 \end_inset
11272
11273
11274 \family sans
11275 M-s
11276 \begin_inset space ~
11277 \end_inset
11278
11279
11280 \family default
11281 4
11282 \begin_inset ERT
11283 status collapsed
11284
11285 \begin_layout Plain Layout
11286
11287 }
11288 \end_layout
11289
11290 \end_inset
11291
11292 )
11293 \end_layout
11294
11295 \begin_layout Labeling
11296 \labelwidthstring 00.00.0000
11297
11298 \family sans
11299 Normal
11300 \family default
11301  This is the 
11302 \begin_inset Quotes eld
11303 \end_inset
11304
11305 Normal
11306 \begin_inset Quotes erd
11307 \end_inset
11308
11309  font size.
11310  It's also the default size.
11311  (keybinding 
11312 \begin_inset ERT
11313 status collapsed
11314
11315 \begin_layout Plain Layout
11316
11317
11318 \backslash
11319 mbox{
11320 \end_layout
11321
11322 \end_inset
11323
11324
11325 \family sans
11326 M-s
11327 \begin_inset space ~
11328 \end_inset
11329
11330 n
11331 \family default
11332
11333 \begin_inset ERT
11334 status collapsed
11335
11336 \begin_layout Plain Layout
11337
11338 }
11339 \end_layout
11340
11341 \end_inset
11342
11343  or 
11344 \begin_inset ERT
11345 status collapsed
11346
11347 \begin_layout Plain Layout
11348
11349
11350 \backslash
11351 mbox{
11352 \end_layout
11353
11354 \end_inset
11355
11356
11357 \family sans
11358 M-s
11359 \begin_inset space ~
11360 \end_inset
11361
11362
11363 \family default
11364 5
11365 \begin_inset ERT
11366 status collapsed
11367
11368 \begin_layout Plain Layout
11369
11370 }
11371 \end_layout
11372
11373 \end_inset
11374
11375 )
11376 \end_layout
11377
11378 \begin_layout Labeling
11379 \labelwidthstring 00.00.0000
11380
11381 \family sans
11382 Large
11383 \family default
11384  
11385 \size large
11386 This is the 
11387 \begin_inset Quotes eld
11388 \end_inset
11389
11390 Large
11391 \begin_inset Quotes erd
11392 \end_inset
11393
11394  font size.
11395
11396 \size default
11397  (keybinding 
11398 \begin_inset ERT
11399 status collapsed
11400
11401 \begin_layout Plain Layout
11402
11403
11404 \backslash
11405 mbox{
11406 \end_layout
11407
11408 \end_inset
11409
11410
11411 \family sans
11412 M-s
11413 \begin_inset space ~
11414 \end_inset
11415
11416 l
11417 \family default
11418
11419 \begin_inset ERT
11420 status collapsed
11421
11422 \begin_layout Plain Layout
11423
11424 }
11425 \end_layout
11426
11427 \end_inset
11428
11429  or 
11430 \begin_inset ERT
11431 status collapsed
11432
11433 \begin_layout Plain Layout
11434
11435
11436 \backslash
11437 mbox{
11438 \end_layout
11439
11440 \end_inset
11441
11442
11443 \family sans
11444 M-s
11445 \begin_inset space ~
11446 \end_inset
11447
11448
11449 \family default
11450 6
11451 \begin_inset ERT
11452 status collapsed
11453
11454 \begin_layout Plain Layout
11455
11456 }
11457 \end_layout
11458
11459 \end_inset
11460
11461 )
11462 \end_layout
11463
11464 \begin_layout Labeling
11465 \labelwidthstring 00.00.0000
11466
11467 \family sans
11468 Larger
11469 \family default
11470  
11471 \size larger
11472 This is the 
11473 \begin_inset Quotes eld
11474 \end_inset
11475
11476 Larger
11477 \begin_inset Quotes erd
11478 \end_inset
11479
11480  font size.
11481
11482 \size default
11483  (keybinding 
11484 \begin_inset ERT
11485 status collapsed
11486
11487 \begin_layout Plain Layout
11488
11489
11490 \backslash
11491 mbox{
11492 \end_layout
11493
11494 \end_inset
11495
11496
11497 \family sans
11498 M-s
11499 \begin_inset space ~
11500 \end_inset
11501
11502 S-L
11503 \family default
11504
11505 \begin_inset ERT
11506 status collapsed
11507
11508 \begin_layout Plain Layout
11509
11510 }
11511 \end_layout
11512
11513 \end_inset
11514
11515  or 
11516 \begin_inset ERT
11517 status collapsed
11518
11519 \begin_layout Plain Layout
11520
11521
11522 \backslash
11523 mbox{
11524 \end_layout
11525
11526 \end_inset
11527
11528
11529 \family sans
11530 M-s
11531 \begin_inset space ~
11532 \end_inset
11533
11534
11535 \family default
11536 7
11537 \begin_inset ERT
11538 status collapsed
11539
11540 \begin_layout Plain Layout
11541
11542 }
11543 \end_layout
11544
11545 \end_inset
11546
11547 )
11548 \end_layout
11549
11550 \begin_layout Labeling
11551 \labelwidthstring 00.00.0000
11552
11553 \family sans
11554 Largest
11555 \family default
11556  
11557 \size largest
11558 This is the 
11559 \begin_inset Quotes eld
11560 \end_inset
11561
11562 Largest
11563 \begin_inset Quotes erd
11564 \end_inset
11565
11566  font size.
11567
11568 \size default
11569  (keybinding 
11570 \begin_inset ERT
11571 status collapsed
11572
11573 \begin_layout Plain Layout
11574
11575
11576 \backslash
11577 mbox{
11578 \end_layout
11579
11580 \end_inset
11581
11582
11583 \family sans
11584 M-s
11585 \begin_inset space ~
11586 \end_inset
11587
11588
11589 \family default
11590 8
11591 \begin_inset ERT
11592 status collapsed
11593
11594 \begin_layout Plain Layout
11595
11596 }
11597 \end_layout
11598
11599 \end_inset
11600
11601 )
11602 \end_layout
11603
11604 \begin_layout Labeling
11605 \labelwidthstring 00.00.0000
11606
11607 \family sans
11608 Huge
11609 \family default
11610  
11611 \size huge
11612 This is the 
11613 \begin_inset Quotes eld
11614 \end_inset
11615
11616 Huge
11617 \begin_inset Quotes erd
11618 \end_inset
11619
11620  font size.
11621
11622 \size default
11623  (keybinding 
11624 \begin_inset ERT
11625 status collapsed
11626
11627 \begin_layout Plain Layout
11628
11629
11630 \backslash
11631 mbox{
11632 \end_layout
11633
11634 \end_inset
11635
11636
11637 \family sans
11638 M-s
11639 \begin_inset space ~
11640 \end_inset
11641
11642 h
11643 \family default
11644
11645 \begin_inset ERT
11646 status collapsed
11647
11648 \begin_layout Plain Layout
11649
11650 }
11651 \end_layout
11652
11653 \end_inset
11654
11655  or 
11656 \begin_inset ERT
11657 status collapsed
11658
11659 \begin_layout Plain Layout
11660
11661
11662 \backslash
11663 mbox{
11664 \end_layout
11665
11666 \end_inset
11667
11668
11669 \family sans
11670 M-s
11671 \begin_inset space ~
11672 \end_inset
11673
11674
11675 \family default
11676 9
11677 \begin_inset ERT
11678 status collapsed
11679
11680 \begin_layout Plain Layout
11681
11682 }
11683 \end_layout
11684
11685 \end_inset
11686
11687 )
11688 \end_layout
11689
11690 \begin_layout Labeling
11691 \labelwidthstring 00.00.0000
11692
11693 \family sans
11694 Huger
11695 \family default
11696  
11697 \size giant
11698 This is the 
11699 \begin_inset Quotes eld
11700 \end_inset
11701
11702 Huger
11703 \begin_inset Quotes erd
11704 \end_inset
11705
11706  font size.
11707
11708 \size default
11709  (keybinding 
11710 \begin_inset ERT
11711 status collapsed
11712
11713 \begin_layout Plain Layout
11714
11715
11716 \backslash
11717 mbox{
11718 \end_layout
11719
11720 \end_inset
11721
11722
11723 \family sans
11724 M-s
11725 \begin_inset space ~
11726 \end_inset
11727
11728 H
11729 \family default
11730
11731 \begin_inset ERT
11732 status collapsed
11733
11734 \begin_layout Plain Layout
11735
11736 }
11737 \end_layout
11738
11739 \end_inset
11740
11741  or 
11742 \begin_inset ERT
11743 status collapsed
11744
11745 \begin_layout Plain Layout
11746
11747
11748 \backslash
11749 mbox{
11750 \end_layout
11751
11752 \end_inset
11753
11754
11755 \family sans
11756 M-s
11757 \begin_inset space ~
11758 \end_inset
11759
11760
11761 \family default
11762 0
11763 \begin_inset ERT
11764 status collapsed
11765
11766 \begin_layout Plain Layout
11767
11768 }
11769 \end_layout
11770
11771 \end_inset
11772
11773 )
11774 \end_layout
11775
11776 \end_deeper
11777 \begin_layout Standard
11778 We'll warn you 
11779 \emph on
11780 yet again
11781 \emph default
11782 : don't go crazy with this feature.
11783  You should almost never need to change the font size.
11784  LyX automatically changes the font size for different paragraph environments
11785  - use that instead.
11786  This is here for fine-tuning only!
11787 \end_layout
11788
11789 \begin_layout Labeling
11790 \labelwidthstring 00.00.0000
11791
11792 \family sans
11793 Misc
11794 \family default
11795  Here you can change a few other things at the character level.
11796  Options are:
11797 \end_layout
11798
11799 \begin_deeper
11800 \begin_layout Labeling
11801 \labelwidthstring 00.00.0000
11802
11803 \family sans
11804 Emph
11805 \family default
11806  
11807 \emph on
11808 This is text with emphasize on
11809 \emph default
11810 .
11811  This might seem like the same as 
11812 \shape italic
11813 Italic
11814 \shape default
11815 , but it is actually a bit different.
11816  Emphasized is a 
11817 \emph on
11818 logical
11819 \emph default
11820  attribute.
11821  That means every document class can define its own font used for emphasized
11822  text.
11823  Normally this font is equal to italic.
11824 \end_layout
11825
11826 \begin_layout Labeling
11827 \labelwidthstring 00.00.0000
11828
11829 \family sans
11830 Underbar
11831 \family default
11832  
11833 \bar under
11834 This is text with Underbar on.
11835
11836 \bar default
11837  (keybinding 
11838 \begin_inset ERT
11839 status collapsed
11840
11841 \begin_layout Plain Layout
11842
11843
11844 \backslash
11845 mbox{
11846 \end_layout
11847
11848 \end_inset
11849
11850
11851 \family sans
11852 M-c
11853 \begin_inset space ~
11854 \end_inset
11855
11856 u
11857 \family default
11858
11859 \begin_inset ERT
11860 status collapsed
11861
11862 \begin_layout Plain Layout
11863
11864 }
11865 \end_layout
11866
11867 \end_inset
11868
11869
11870 \family sans
11871 )
11872 \begin_inset Newline newline
11873 \end_inset
11874
11875
11876 \family default
11877 Avoid using underbar if you can! It's a holdover from the typewriter days,
11878  when you couldn't change fonts.
11879  We no longer need to emphasize text by underscoring characters.
11880  It's only included in LyX because some people 
11881 \emph on
11882 may
11883 \emph default
11884  need it in order to follow style sheets for journal submissions.
11885 \end_layout
11886
11887 \begin_layout Labeling
11888 \labelwidthstring 00.00.0000
11889
11890 \family sans
11891 Noun
11892 \family default
11893  
11894 \noun on
11895 This is text with Noun on.
11896
11897 \noun default
11898  Like 
11899 \family sans
11900 Emph
11901 \family default
11902 , this is a logical attribute.
11903  Normally it's equivalent to 
11904 \family sans
11905 Small
11906 \begin_inset space ~
11907 \end_inset
11908
11909 Caps
11910 \family default
11911 .
11912 \end_layout
11913
11914 \end_deeper
11915 \begin_layout Labeling
11916 \labelwidthstring 00.00.0000
11917
11918 \family sans
11919 Color
11920 \family default
11921  You can adjust the color of the text with this control.
11922  Notice that not all dvi-viewers are are able to display colors.
11923  Besides 
11924 \family sans
11925 No
11926 \begin_inset space ~
11927 \end_inset
11928
11929 color
11930 \family default
11931 , which is the default 
11932 \begin_inset Quotes eld
11933 \end_inset
11934
11935 color
11936 \begin_inset Quotes erd
11937 \end_inset
11938
11939  and means normally black, you can choose between 
11940 \family sans
11941 Black
11942 \family default
11943
11944 \family sans
11945 White
11946 \family default
11947
11948 \family sans
11949 Red
11950 \family default
11951
11952 \family sans
11953 Green
11954 \family default
11955
11956 \family sans
11957 Blue
11958 \family default
11959
11960 \family sans
11961 Cyan
11962 \family default
11963
11964 \family sans
11965 Magenta
11966 \family default
11967  and 
11968 \family sans
11969 Yellow
11970 \family default
11971  text.
11972 \begin_inset Index
11973 status collapsed
11974
11975 \begin_layout Plain Layout
11976 Color ! Text
11977 \end_layout
11978
11979 \end_inset
11980
11981
11982 \end_layout
11983
11984 \begin_layout Labeling
11985 \labelwidthstring 00.00.0000
11986
11987 \family sans
11988 Language
11989 \family default
11990  This is used to mark regions of text as having a different language from
11991  the language of the document.
11992  Text marked in this way will be underlined in blue to indicate the change
11993  (only within LyX).
11994 \end_layout
11995
11996 \begin_layout Standard
11997 So you have a huge number of combinations to choose from.
11998  Once you've chosen a new character style via the 
11999 \family sans
12000 Edit\SpecialChar \menuseparator
12001 Text
12002 \begin_inset space ~
12003 \end_inset
12004
12005 Style
12006 \family default
12007  dialog, the settings are saved.
12008  You can activate them using the toolbar button 
12009 \begin_inset Graphics
12010         filename ../images/textstyle-apply.png
12011
12012 \end_inset
12013
12014 .
12015  The button lets you toggle the state of your custom character style even
12016  when the dialog isn't visible.
12017  
12018 \end_layout
12019
12020 \begin_layout Standard
12021 To completely reset the character style to the default, use 
12022 \family sans
12023 M-c
12024 \begin_inset space ~
12025 \end_inset
12026
12027 Space
12028 \family default
12029 .
12030  If you want to toggle only those properties that you have just changed
12031  (suppose you just set the shape to 
12032 \begin_inset Quotes eld
12033 \end_inset
12034
12035 slanted
12036 \begin_inset Quotes erd
12037 \end_inset
12038
12039  and the series to 
12040 \begin_inset Quotes eld
12041 \end_inset
12042
12043 bold
12044 \begin_inset Quotes erd
12045 \end_inset
12046
12047 ), set the 
12048 \family sans
12049 Toggle
12050 \begin_inset space ~
12051 \end_inset
12052
12053 all
12054 \family default
12055  switch and press 
12056 \family sans
12057 Apply
12058 \family default
12059 .
12060 \end_layout
12061
12062 \begin_layout Standard
12063 You should also know something about the differences between the three main
12064  font types 
12065 \family sans
12066 serif
12067 \family default
12068
12069 \family sans
12070 sans
12071 \begin_inset space ~
12072 \end_inset
12073
12074 serif
12075 \family default
12076 , and 
12077 \family sans
12078 typewriter
12079 \family default
12080 :
12081 \end_layout
12082
12083 \begin_layout Itemize
12084
12085 \family sans
12086 Typewriter
12087 \family default
12088  is a so called 
12089 \begin_inset Quotes eld
12090 \end_inset
12091
12092 monospaced
12093 \begin_inset Quotes erd
12094 \end_inset
12095
12096  font, that means every character has the same width, the 
12097 \begin_inset Quotes eld
12098 \end_inset
12099
12100 i
12101 \begin_inset Quotes erd
12102 \end_inset
12103
12104  is as wide as the 
12105 \begin_inset Quotes eld
12106 \end_inset
12107
12108 m
12109 \begin_inset Quotes erd
12110 \end_inset
12111
12112 .
12113  Here is an example
12114 \begin_inset Newline newline
12115 \end_inset
12116
12117
12118 \begin_inset ERT
12119 status collapsed
12120
12121 \begin_layout Plain Layout
12122
12123
12124 \backslash
12125 phantom{
12126 \end_layout
12127
12128 \end_inset
12129
12130 no 
12131 \begin_inset ERT
12132 status collapsed
12133
12134 \begin_layout Plain Layout
12135
12136 }
12137 \end_layout
12138
12139 \end_inset
12140
12141
12142 \family typewriter
12143 typewriter text
12144 \family default
12145
12146 \begin_inset Note Note
12147 status collapsed
12148
12149 \begin_layout Plain Layout
12150 For more on phantoms see section
12151 \begin_inset space ~
12152 \end_inset
12153
12154
12155 \begin_inset CommandInset ref
12156 LatexCommand ref
12157 reference "sub:More-Spaces"
12158
12159 \end_inset
12160
12161 .
12162 \end_layout
12163
12164 \end_inset
12165
12166
12167 \begin_inset Newline newline
12168 \end_inset
12169
12170 no typewriter text
12171 \end_layout
12172
12173 \begin_layout Itemize
12174
12175 \family sans
12176 Serif
12177 \family default
12178  fonts use characters with serifs.
12179  These are the small 
12180 \begin_inset Quotes eld
12181 \end_inset
12182
12183 appendices
12184 \begin_inset Quotes erd
12185 \end_inset
12186
12187  at all ends of of the streaks that form the character.
12188  The following example will show the difference:
12189 \begin_inset Newline newline
12190 \end_inset
12191
12192 text with serifs
12193 \begin_inset Newline newline
12194 \end_inset
12195
12196
12197 \family sans
12198 text without serifs
12199 \family default
12200
12201 \begin_inset Newline newline
12202 \end_inset
12203
12204 Serifs facilitates an easy and fast reading.
12205  They are therefore used as default font (named 
12206 \family sans
12207 roman
12208 \family default
12209 ).
12210 \end_layout
12211
12212 \begin_layout Itemize
12213
12214 \family sans
12215 Sans serif
12216 \family default
12217  don't use serifs.
12218  This font type is therefore often used for headings and short texts.
12219  We use it in this document to highlight menu names.
12220 \end_layout
12221
12222 \begin_layout Standard
12223 We conclude with the same warning once again: Don't overuse the fonts.
12224  They are, more often than not, a kludge and a bad substitute for good writing.
12225 \end_layout
12226
12227 \begin_layout Section
12228 Printing and Previewing
12229 \end_layout
12230
12231 \begin_layout Subsection
12232 Overview
12233 \end_layout
12234
12235 \begin_layout Standard
12236 Now that we've covered some of the basic features of document preparation
12237  using LyX, you probably want to know how to print out your masterpiece.
12238  Before we tell you that, we want to give you a quick explanation of what
12239  goes on behind-the-scenes.
12240  We cover these informations in much greater detail in the 
12241 \emph on
12242 Extended
12243 \begin_inset space ~
12244 \end_inset
12245
12246 Features
12247 \emph default
12248  manual as well.
12249 \end_layout
12250
12251 \begin_layout Standard
12252 LyX uses the program LaTeX as its backend.
12253  LaTeX is just a macro package for the TeX typesetting system, but to prevent
12254  confusion, we'll only refer to LaTeX.
12255  LyX is what you use to do your actual writing.
12256  Then, LyX calls LaTeX to turn your writing into printable output.
12257  This happens in two stages:
12258 \end_layout
12259
12260 \begin_layout Enumerate
12261 First, LyX converts your document to a series of text commands for LaTeX,
12262  generating a file with the extension, 
12263 \begin_inset Quotes eld
12264 \end_inset
12265
12266
12267 \family typewriter
12268 .tex
12269 \family default
12270
12271 \begin_inset Quotes erd
12272 \end_inset
12273
12274 .
12275 \end_layout
12276
12277 \begin_layout Enumerate
12278 Next, LaTeX uses the commands in the 
12279 \family typewriter
12280 .tex
12281 \family default
12282  file to produce printable output.
12283  
12284 \end_layout
12285
12286 \begin_layout Subsection
12287 Output file formats
12288 \begin_inset Index
12289 status collapsed
12290
12291 \begin_layout Plain Layout
12292 File formats
12293 \end_layout
12294
12295 \end_inset
12296
12297
12298 \begin_inset CommandInset label
12299 LatexCommand label
12300 name "sub:Output-file-formats"
12301
12302 \end_inset
12303
12304
12305 \end_layout
12306
12307 \begin_layout Subsubsection
12308 ASCII
12309 \begin_inset Index
12310 status collapsed
12311
12312 \begin_layout Plain Layout
12313 File formats ! ASCII
12314 \end_layout
12315
12316 \end_inset
12317
12318
12319 \end_layout
12320
12321 \begin_layout Standard
12322 This file type has the extension 
12323 \begin_inset Quotes eld
12324 \end_inset
12325
12326
12327 \family typewriter
12328 .txt
12329 \family default
12330
12331 \begin_inset Quotes erd
12332 \end_inset
12333
12334 .
12335  It contains your document as plain text following the rules of the 
12336 \begin_inset Quotes eld
12337 \end_inset
12338
12339 American Standard Code for Information Interchange
12340 \begin_inset Quotes erd
12341 \end_inset
12342
12343  (ASCII).
12344 \end_layout
12345
12346 \begin_layout Standard
12347 You can export your document to ASCII by the menu 
12348 \family sans
12349 File\SpecialChar \menuseparator
12350 Export\SpecialChar \menuseparator
12351 ASCII
12352 \family default
12353 .
12354 \end_layout
12355
12356 \begin_layout Subsubsection
12357 LaTeX
12358 \begin_inset Index
12359 status collapsed
12360
12361 \begin_layout Plain Layout
12362 File formats ! Latex@LaTeX
12363 \end_layout
12364
12365 \end_inset
12366
12367
12368 \end_layout
12369
12370 \begin_layout Standard
12371 This file type has the extension 
12372 \begin_inset Quotes eld
12373 \end_inset
12374
12375
12376 \family typewriter
12377 .tex
12378 \family default
12379
12380 \begin_inset Quotes erd
12381 \end_inset
12382
12383  and contains all commands that are necessary for the LaTeX program to process
12384  your document.
12385  If you know LaTeX, you can use it to find out LaTeX-Errors or to process
12386  it manually with console commands.
12387  The LaTeX-file is automatically created in LyX's temporary directory whenever
12388  you view or export your document.
12389 \end_layout
12390
12391 \begin_layout Standard
12392 You can export your document as LaTeX-file using the menu 
12393 \family sans
12394 File\SpecialChar \menuseparator
12395 Export\SpecialChar \menuseparator
12396 LaT
12397 \begin_inset ERT
12398 status collapsed
12399
12400 \begin_layout Plain Layout
12401
12402 {}
12403 \end_layout
12404
12405 \end_inset
12406
12407 eX
12408 \family default
12409 .
12410 \end_layout
12411
12412 \begin_layout Subsubsection
12413 DVI
12414 \begin_inset Index
12415 status collapsed
12416
12417 \begin_layout Plain Layout
12418 File formats ! DVI
12419 \end_layout
12420
12421 \end_inset
12422
12423
12424 \end_layout
12425
12426 \begin_layout Standard
12427 This file type has the extension 
12428 \begin_inset Quotes eld
12429 \end_inset
12430
12431
12432 \family typewriter
12433 .dvi
12434 \family default
12435
12436 \begin_inset Quotes erd
12437 \end_inset
12438
12439 .
12440  It is called 
12441 \begin_inset Quotes eld
12442 \end_inset
12443
12444 device-independent
12445 \begin_inset Quotes erd
12446 \end_inset
12447
12448  (DVI), because it is completely portable; you can move them from one machine
12449  to another without needing to do any sort of conversion.
12450  At the time when this file-format was developed, this was no matter of
12451  course.
12452  DVIs are used for quick previews and as pre-stage for other output formats,
12453  like PostScript.
12454 \end_layout
12455
12456 \begin_layout Standard
12457 \begin_inset Note Greyedout
12458 status open
12459
12460 \begin_layout Plain Layout
12461
12462 \series bold
12463 Note:
12464 \series default
12465  The DVI file doesn't contain images, they will only be a linked.
12466  So don't forget to deliver the images together with your DVIs.
12467 \end_layout
12468
12469 \end_inset
12470
12471 This property can also slow down your computer when you view the DVI.
12472  Because the DVI-viewer has to convert the image in the background to make
12473  it visible when you scroll in the DVI.
12474  So we recommend to use PDF for files with many images.
12475 \end_layout
12476
12477 \begin_layout Standard
12478 You can export your document to DVI by the menu 
12479 \family sans
12480 File\SpecialChar \menuseparator
12481 Export\SpecialChar \menuseparator
12482 DVI
12483 \family default
12484 .
12485 \end_layout
12486
12487 \begin_layout Subsubsection
12488 PostScript
12489 \begin_inset Index
12490 status collapsed
12491
12492 \begin_layout Plain Layout
12493 File formats ! PostScript
12494 \end_layout
12495
12496 \end_inset
12497
12498
12499 \end_layout
12500
12501 \begin_layout Standard
12502 This file type has the extension 
12503 \begin_inset Quotes eld
12504 \end_inset
12505
12506
12507 \family typewriter
12508 .ps
12509 \family default
12510
12511 \begin_inset Quotes erd
12512 \end_inset
12513
12514 .
12515  PostScript was developed by the company 
12516 \family typewriter
12517 Adobe
12518 \family default
12519  as printer language.
12520  The file contains therefore commands that the printer uses to print the
12521  file.
12522  PostScript can be seen as 
12523 \begin_inset Quotes eld
12524 \end_inset
12525
12526 programming language
12527 \begin_inset Quotes erd
12528 \end_inset
12529
12530 ; you can calculate with it and draw diagrams and images.
12531 \begin_inset Foot
12532 status collapsed
12533
12534 \begin_layout Plain Layout
12535 If you are interested to learn more about this, have a look at the LaTeX-package
12536  
12537 \series bold
12538 pstricks
12539 \series default
12540
12541 \begin_inset Index
12542 status collapsed
12543
12544 \begin_layout Plain Layout
12545 Latex@LaTeX-packages ! pstricks
12546 \end_layout
12547
12548 \end_inset
12549
12550 .
12551 \end_layout
12552
12553 \end_inset
12554
12555  Due to this ability, the files are often bigger than PDFs.
12556 \end_layout
12557
12558 \begin_layout Standard
12559 PostScript can only contain images in the format 
12560 \begin_inset Quotes eld
12561 \end_inset
12562
12563 Encapsulated PostScript
12564 \begin_inset Quotes erd
12565 \end_inset
12566
12567  (EPS, file extension 
12568 \begin_inset Quotes eld
12569 \end_inset
12570
12571
12572 \family typewriter
12573 .eps
12574 \family default
12575
12576 \begin_inset Quotes erd
12577 \end_inset
12578
12579 ).
12580  As LyX allows you to use any known image format in your document, it has
12581  to convert them in the background to EPS.
12582  If you have e.g 50 images in your document, LyX has to do 50 conversions
12583  whenever you view or export your document.
12584  This will slow down your workflow with LyX drastically.
12585  So if you plan to use PostScript, you can insert your images directly as
12586  EPS to avoid this problem.
12587 \end_layout
12588
12589 \begin_layout Standard
12590 You can export your document to PostScript using the menu 
12591 \family sans
12592 File\SpecialChar \menuseparator
12593 Export\SpecialChar \menuseparator
12594 PostScript
12595 \family default
12596 .
12597 \end_layout
12598
12599 \begin_layout Subsubsection
12600 PDF
12601 \begin_inset Index
12602 status collapsed
12603
12604 \begin_layout Plain Layout
12605 File formats ! PDF
12606 \end_layout
12607
12608 \end_inset
12609
12610
12611 \begin_inset Index
12612 status collapsed
12613
12614 \begin_layout Plain Layout
12615 PDF
12616 \end_layout
12617
12618 \end_inset
12619
12620
12621 \end_layout
12622
12623 \begin_layout Standard
12624 This file type has the extension 
12625 \begin_inset Quotes eld
12626 \end_inset
12627
12628
12629 \family typewriter
12630 .pdf
12631 \family default
12632
12633 \begin_inset Quotes erd
12634 \end_inset
12635
12636 .
12637  The 
12638 \begin_inset Quotes eld
12639 \end_inset
12640
12641 Portable Document Format
12642 \begin_inset Quotes erd
12643 \end_inset
12644
12645  (PDF) is developed by 
12646 \family typewriter
12647 Adobe
12648 \family default
12649  as derivative from PostScript.
12650  It is more compressed and it uses much less commands than PostScript.
12651  As the name 
12652 \begin_inset Quotes eld
12653 \end_inset
12654
12655 portable
12656 \begin_inset Quotes erd
12657 \end_inset
12658
12659  implies, it can be processed at any computer system and the printed output
12660  looks exactly the same.
12661 \end_layout
12662
12663 \begin_layout Standard
12664 PDF can contain images in its own PDF format and in the formats 
12665 \begin_inset Quotes eld
12666 \end_inset
12667
12668 Joint Photographic Experts Group
12669 \begin_inset Quotes erd
12670 \end_inset
12671
12672  (JPG, file extension 
12673 \begin_inset Quotes eld
12674 \end_inset
12675
12676
12677 \family typewriter
12678 .jpg
12679 \family default
12680
12681 \begin_inset Quotes erd
12682 \end_inset
12683
12684  or 
12685 \begin_inset Quotes eld
12686 \end_inset
12687
12688
12689 \family typewriter
12690 .jpeg
12691 \family default
12692
12693 \begin_inset Quotes erd
12694 \end_inset
12695
12696 ) and 
12697 \begin_inset Quotes eld
12698 \end_inset
12699
12700 Portable Network Graphics
12701 \begin_inset Quotes erd
12702 \end_inset
12703
12704  (PNG, file extension 
12705 \begin_inset Quotes eld
12706 \end_inset
12707
12708
12709 \family typewriter
12710 .png
12711 \family default
12712
12713 \begin_inset Quotes erd
12714 \end_inset
12715
12716 ).
12717  You can although use any other image format, because LyX converts them
12718  in the background to one of these formats.
12719  But as described in the section about PostScript, the image conversion
12720  will slow down your workflow.
12721  So we recommend to use images in one of the three mentioned formats.
12722 \end_layout
12723
12724 \begin_layout Standard
12725 You can export your document to PDF via the menu 
12726 \family sans
12727 File\SpecialChar \menuseparator
12728 Export
12729 \family default
12730  in three different ways:
12731 \end_layout
12732
12733 \begin_layout Description
12734 PDF This uses the program 
12735 \family typewriter
12736 ps2pdf
12737 \family default
12738  that creates a PDF from a PostScript-version of your file.
12739  The PostScript-version is produced by the program 
12740 \family typewriter
12741 dvips
12742 \family default
12743  which uses a DVI-version as intermediate step.
12744  So this export variant consist of three conversions.
12745 \end_layout
12746
12747 \begin_layout Description
12748 PDF
12749 \begin_inset space ~
12750 \end_inset
12751
12752 (dvipdfm) This uses the program 
12753 \family typewriter
12754 dvipdfm
12755 \family default
12756  that converts your file in the background to DVI and in a second step to
12757  PDF.
12758 \end_layout
12759
12760 \begin_layout Description
12761 PDF
12762 \begin_inset space ~
12763 \end_inset
12764
12765 (pdflatex) This uses the program 
12766 \family typewriter
12767 pdftex
12768 \family default
12769  that converts your file directly to PDF.
12770 \end_layout
12771
12772 \begin_layout Standard
12773 We recommend to use 
12774 \family sans
12775 PDF
12776 \begin_inset space ~
12777 \end_inset
12778
12779 (pdflatex)
12780 \family default
12781  because 
12782 \family typewriter
12783 pdftex
12784 \family default
12785  supports all features of actual PDF-versions, is quick and works stable
12786  without problems.
12787  The program 
12788 \family typewriter
12789 dvipdfm
12790 \family default
12791  is no more under development and therefore a bit outdated.
12792 \end_layout
12793
12794 \begin_layout Subsection
12795 Previewing
12796 \begin_inset Index
12797 status collapsed
12798
12799 \begin_layout Plain Layout
12800 Document ! Preview 
12801 \end_layout
12802
12803 \end_inset
12804
12805
12806 \end_layout
12807
12808 \begin_layout Standard
12809 To get a look at the final version of your document, with all of the pagebreaks
12810  in place, the footnotes correctly numbered, and so on, use the menu 
12811 \family sans
12812 View
12813 \family default
12814  and choose a file type.
12815  A viewing program will popup showing the output.
12816  For 
12817 \family sans
12818 View\SpecialChar \menuseparator
12819 DVI
12820 \family default
12821  you can use the toolbar button 
12822 \begin_inset Graphics
12823         filename ../images/buffer-view_dvi.png
12824
12825 \end_inset
12826
12827  (shortcut 
12828 \family sans
12829 C-d
12830 \family default
12831 ), for 
12832 \family sans
12833 View\SpecialChar \menuseparator
12834 PDF
12835 \begin_inset space ~
12836 \end_inset
12837
12838 (pdflatex)
12839 \family default
12840  you can use the toolbar button 
12841 \begin_inset Graphics
12842         filename ../images/buffer-export_pdf2.png
12843
12844 \end_inset
12845
12846 .
12847 \end_layout
12848
12849 \begin_layout Standard
12850 If you have changed your document, you can refresh the output in the same
12851  viewer window using the menu 
12852 \family sans
12853 View\SpecialChar \menuseparator
12854 Update
12855 \family default
12856 .
12857 \end_layout
12858
12859 \begin_layout Standard
12860 When you preview a file, the output file is only generated in LyX's temporary
12861  directory.
12862  To have a real output, export your document.
12863 \end_layout
12864
12865 \begin_layout Subsection
12866 Printing the File from within LyX
12867 \begin_inset CommandInset label
12868 LatexCommand label
12869 name "sub:Printing-the-File"
12870
12871 \end_inset
12872
12873
12874 \end_layout
12875
12876 \begin_layout Standard
12877 Instead of exporting your file and then printing them, you can also print
12878  it directly from within LyX.
12879  To print a file, select the menu 
12880 \family sans
12881 File\SpecialChar \menuseparator
12882 Print
12883 \family default
12884  or click on the toolbar button 
12885 \begin_inset Graphics
12886         filename ../images/dialog-show_print.png
12887
12888 \end_inset
12889
12890 .
12891  LyX will internally call LaTeX to produce a DVI.
12892  This file is then processed by the program 
12893 \family typewriter
12894 dvips
12895 \family default
12896  to PostScript-file, which is finally printed using the program 
12897 \family typewriter
12898 Ghostscript
12899 \family default
12900 .
12901  Due to these steps in the background, this method is not the fastest.
12902 \end_layout
12903
12904 \begin_layout Standard
12905 You can choose to print only even-numbered or odd-numbered pages - this
12906  is useful for printing on two sides: You can re-insert the pages after
12907  printing one set to print on the other side.
12908  Some printers spit out pages face-up, others, face-down.
12909  By choosing a particular order to print in, you can take the entire stack
12910  of pages out of the printer without needing to reorder them.
12911 \end_layout
12912
12913 \begin_layout Standard
12914 You can set the parameters in the 
12915 \family sans
12916 Print
12917 \begin_inset space ~
12918 \end_inset
12919
12920 Destination
12921 \family default
12922  box as follows:
12923 \end_layout
12924
12925 \begin_layout Labeling
12926 \labelwidthstring 00.00.0000
12927
12928 \family sans
12929 Printer
12930 \family default
12931  This is the name of the printer to print to.
12932 \begin_inset Foot
12933 status collapsed
12934
12935 \begin_layout Plain Layout
12936 Note that this printer name is for the program 
12937 \family typewriter
12938 dvips
12939 \family default
12940 .
12941  That means 
12942 \family typewriter
12943 dvips
12944 \family default
12945  has to be configured for this printer name.
12946  The default printer can be set in LyX's preferences dialog, see section
12947 \begin_inset space ~
12948 \end_inset
12949
12950
12951 \begin_inset CommandInset ref
12952 LatexCommand ref
12953 reference "sub:Printer"
12954
12955 \end_inset
12956
12957 .
12958 \end_layout
12959
12960 \end_inset
12961
12962  The printer should understand PostScript.
12963 \end_layout
12964
12965 \begin_layout Labeling
12966 \labelwidthstring 00.00.0000
12967
12968 \family sans
12969 File
12970 \family default
12971  The name of a file to print to.
12972  The output will be a PostScript file.
12973  It will be written in LyX's working directory unless you specify the full
12974  path.
12975 \end_layout
12976
12977 \begin_layout Section
12978 A few Words about Typography
12979 \begin_inset Index
12980 status collapsed
12981
12982 \begin_layout Plain Layout
12983 Typography
12984 \end_layout
12985
12986 \end_inset
12987
12988
12989 \end_layout
12990
12991 \begin_layout Subsection
12992 Hyphens
12993 \begin_inset Index
12994 status collapsed
12995
12996 \begin_layout Plain Layout
12997 Hyphens
12998 \end_layout
12999
13000 \end_inset
13001
13002
13003 \begin_inset CommandInset label
13004 LatexCommand label
13005 name "sub:Hyphens"
13006
13007 \end_inset
13008
13009
13010 \end_layout
13011
13012 \begin_layout Standard
13013 In LyX, the 
13014 \begin_inset Quotes eld
13015 \end_inset
13016
13017
13018 \family typewriter
13019 -
13020 \family default
13021
13022 \begin_inset Quotes eld
13023 \end_inset
13024
13025  character comes in three lengths, often called the 
13026 \emph on
13027 hyphen
13028 \emph default
13029 , the 
13030 \emph on
13031 en dash
13032 \emph default
13033 , and the 
13034 \emph on
13035 em dash
13036 \emph default
13037 :
13038 \end_layout
13039
13040 \begin_layout Enumerate
13041 hyphen
13042 \begin_inset space \hfill{}
13043 \end_inset
13044
13045 -
13046 \begin_inset space \hfill{}
13047 \end_inset
13048
13049 made with 
13050 \begin_inset Quotes eld
13051 \end_inset
13052
13053
13054 \family typewriter
13055 -
13056 \family default
13057
13058 \begin_inset Quotes eld
13059 \end_inset
13060
13061
13062 \end_layout
13063
13064 \begin_layout Enumerate
13065 en dash
13066 \begin_inset space \hfill{}
13067 \end_inset
13068
13069 --
13070 \begin_inset space \hfill{}
13071 \end_inset
13072
13073 made with 
13074 \begin_inset Quotes eld
13075 \end_inset
13076
13077
13078 \family typewriter
13079 -
13080 \begin_inset ERT
13081 status collapsed
13082
13083 \begin_layout Plain Layout
13084
13085
13086 \backslash
13087 /
13088 \end_layout
13089
13090 \end_inset
13091
13092 -
13093 \family default
13094
13095 \begin_inset Quotes eld
13096 \end_inset
13097
13098
13099 \end_layout
13100
13101 \begin_layout Enumerate
13102 em dash
13103 \begin_inset space \hfill{}
13104 \end_inset
13105
13106 ---
13107 \begin_inset space \hfill{}
13108 \end_inset
13109
13110 made with 
13111 \begin_inset Quotes eld
13112 \end_inset
13113
13114
13115 \family typewriter
13116 -
13117 \begin_inset ERT
13118 status collapsed
13119
13120 \begin_layout Plain Layout
13121
13122
13123 \backslash
13124 /
13125 \end_layout
13126
13127 \end_inset
13128
13129 -
13130 \begin_inset ERT
13131 status collapsed
13132
13133 \begin_layout Plain Layout
13134
13135
13136 \backslash
13137 /
13138 \end_layout
13139
13140 \end_inset
13141
13142 -
13143 \family default
13144
13145 \begin_inset Quotes eld
13146 \end_inset
13147
13148
13149 \end_layout
13150
13151 \begin_layout Enumerate
13152 minus sign
13153 \begin_inset space \hfill{}
13154 \end_inset
13155
13156
13157 \begin_inset Formula $-$
13158 \end_inset
13159
13160
13161 \begin_inset space \hfill{}
13162 \end_inset
13163
13164
13165 \begin_inset Quotes eld
13166 \end_inset
13167
13168
13169 \family typewriter
13170 -
13171 \family default
13172
13173 \begin_inset Quotes eld
13174 \end_inset
13175
13176  in math mode
13177 \end_layout
13178
13179 \begin_layout Standard
13180 You generate them by inserting the 
13181 \begin_inset Quotes eld
13182 \end_inset
13183
13184
13185 \family typewriter
13186 -
13187 \family default
13188
13189 \begin_inset Quotes eld
13190 \end_inset
13191
13192  character multiple times in a row.
13193  They are automatically converted to the appropriate length dash in the
13194  final output, but not in LyX.
13195 \end_layout
13196
13197 \begin_layout Standard
13198 The three dash types are distinct from the minus sign, which appears in
13199  math mode and has a length of its own.
13200  Here are some examples of the 
13201 \begin_inset Quotes eld
13202 \end_inset
13203
13204
13205 \family typewriter
13206 -
13207 \family default
13208
13209 \begin_inset Quotes eld
13210 \end_inset
13211
13212  in use:
13213 \end_layout
13214
13215 \begin_layout Enumerate
13216 line- and page-breaks
13217 \begin_inset space \hfill{}
13218 \end_inset
13219
13220 (
13221 \emph on
13222 hyphen
13223 \emph default
13224 )
13225 \end_layout
13226
13227 \begin_layout Enumerate
13228 From A--Z
13229 \begin_inset space \hfill{}
13230 \end_inset
13231
13232 (
13233 \emph on
13234 en dash
13235 \emph default
13236 )
13237 \end_layout
13238
13239 \begin_layout Enumerate
13240 Oh --- there's a dash.
13241 \begin_inset space \hfill{}
13242 \end_inset
13243
13244 (
13245 \emph on
13246 em dash
13247 \emph default
13248 )
13249 \end_layout
13250
13251 \begin_layout Enumerate
13252 \begin_inset Formula $x^{2}-y^{2}=z^{2}$
13253 \end_inset
13254
13255
13256 \begin_inset space \hfill{}
13257 \end_inset
13258
13259 (
13260 \emph on
13261 minus sign
13262 \emph default
13263 )
13264 \end_layout
13265
13266 \begin_layout Subsection
13267 Hyphenation
13268 \begin_inset Index
13269 status collapsed
13270
13271 \begin_layout Plain Layout
13272 Hyphenation
13273 \end_layout
13274
13275 \end_inset
13276
13277
13278 \begin_inset CommandInset label
13279 LatexCommand label
13280 name "sub:Hyphenation"
13281
13282 \end_inset
13283
13284
13285 \end_layout
13286
13287 \begin_layout Standard
13288 Words aren't hyphenated within LyX but automatically in the output.
13289  Hyphenation is done by the LaTeX-package 
13290 \series bold
13291 babel
13292 \begin_inset Index
13293 status collapsed
13294
13295 \begin_layout Plain Layout
13296 Latex@LaTeX-packages ! babel
13297 \end_layout
13298
13299 \end_inset
13300
13301
13302 \series default
13303  following the rules of the document language
13304 \begin_inset Foot
13305 status collapsed
13306
13307 \begin_layout Plain Layout
13308 For German readers: That's one of the main differences between the languages
13309  
13310 \family sans
13311 German
13312 \family default
13313  and 
13314 \family sans
13315 German
13316 \begin_inset space ~
13317 \end_inset
13318
13319 (new
13320 \begin_inset space ~
13321 \end_inset
13322
13323 spelling)
13324 \family default
13325  in the 
13326 \family sans
13327 Document\SpecialChar \menuseparator
13328 Settings
13329 \family default
13330  dialog.
13331 \end_layout
13332
13333 \end_inset
13334
13335 .
13336 \end_layout
13337
13338 \begin_layout Standard
13339 LaTeX hyphenates nearly perfectly, it has only problems with text in the
13340  font 
13341 \family sans
13342 typewriter
13343 \family default
13344  and with unusual constructs, like 
13345 \begin_inset Quotes eld
13346 \end_inset
13347
13348 h3knix/m0n0wall
13349 \begin_inset Quotes erd
13350 \end_inset
13351
13352 .
13353  If LaTeX can't break a word correctly, you can set hyphenation points manually.
13354  This is done with the menu 
13355 \family sans
13356 Insert\SpecialChar \menuseparator
13357 Formatting\SpecialChar \menuseparator
13358 Hyphenation
13359 \begin_inset space ~
13360 \end_inset
13361
13362 Point
13363 \family default
13364 .
13365  These extra hyphenation points are only recommendations to LaTeX.
13366  If no hyphenation is necessary, LaTeX will ignore them.
13367 \end_layout
13368
13369 \begin_layout Standard
13370 Sometimes you want to prevent words or constructs to be hyphenated.
13371  The keybindings/shortcuts in this document consists of three letters with
13372  a hyphen and a space in the form 
13373 \begin_inset Quotes eld
13374 \end_inset
13375
13376 A-b c
13377 \begin_inset Quotes erd
13378 \end_inset
13379
13380 .
13381  LaTeX finds there the hyphen 
13382 \begin_inset Quotes eld
13383 \end_inset
13384
13385 -
13386 \begin_inset Quotes erd
13387 \end_inset
13388
13389  as hyphenation possibility.
13390  Hyphenating at this point would look ugly.
13391  To prevent the shortcut from being hyphenated, we can put it in the argument
13392  of the LaTeX-box-command 
13393 \series bold
13394
13395 \backslash
13396 mbox
13397 \series default
13398 , because text within LaTeX-boxes can't be hyphenated.
13399  As LyX doesn't support 
13400 \series bold
13401
13402 \backslash
13403 mbox
13404 \series default
13405 , we have to use ERT.
13406  The result looks in LyX like:
13407 \end_layout
13408
13409 \begin_layout Standard
13410 \begin_inset Graphics
13411         filename clipart/mbox.png
13412
13413 \end_inset
13414
13415
13416 \end_layout
13417
13418 \begin_layout Standard
13419 To learn more about ERT, have a look at section
13420 \begin_inset space ~
13421 \end_inset
13422
13423
13424 \begin_inset CommandInset ref
13425 LatexCommand ref
13426 reference "sec:ERT"
13427
13428 \end_inset
13429
13430 .
13431 \end_layout
13432
13433 \begin_layout Subsection
13434 Punctuation Marks
13435 \begin_inset Index
13436 status collapsed
13437
13438 \begin_layout Plain Layout
13439 Punctuation marks
13440 \end_layout
13441
13442 \end_inset
13443
13444
13445 \end_layout
13446
13447 \begin_layout Subsubsection
13448 Abbreviations and End of Sentence
13449 \begin_inset CommandInset label
13450 LatexCommand label
13451 name "sub:Abbreviations"
13452
13453 \end_inset
13454
13455
13456 \end_layout
13457
13458 \begin_layout Standard
13459 When LyX calls LaTeX to generate the final version of your document, LaTeX
13460  automatically distinguishes between words, sentences, and abbreviations.
13461  LaTeX then adds the 
13462 \begin_inset Quotes eld
13463 \end_inset
13464
13465 appropriate amount of space
13466 \begin_inset Quotes erd
13467 \end_inset
13468
13469 .
13470  That means sentences get a little bit more space between the period and
13471  the next word.
13472  Abbreviations get the same amount of space after the period as a word uses.
13473 \end_layout
13474
13475 \begin_layout Standard
13476 Unfortunately, the algorithm for figuring out what's an abbreviation works
13477  not for all cases.
13478  If a 
13479 \begin_inset Quotes eld
13480 \end_inset
13481
13482
13483 \family typewriter
13484 .
13485 \family default
13486
13487 \begin_inset Quotes erd
13488 \end_inset
13489
13490  is at the end of a lowercase letter, it's the end of a sentence; if it's
13491  at the end of a capitalized letter, it's an abbreviation.
13492 \end_layout
13493
13494 \begin_layout Standard
13495 Here are some examples of 
13496 \emph on
13497 correct
13498 \emph default
13499  abbreviations and the end of a sentence:
13500 \end_layout
13501
13502 \begin_layout Itemize
13503 M.
13504  Butterfly
13505 \end_layout
13506
13507 \begin_layout Itemize
13508 Don't worry.
13509  Be happy.
13510 \end_layout
13511
13512 \begin_layout Standard
13513 And here's an example of the algorithm going wrong:
13514 \end_layout
13515
13516 \begin_layout Itemize
13517 e.
13518  g.
13519  this is too much space!
13520 \end_layout
13521
13522 \begin_layout Itemize
13523 This is I.
13524  It's okay.
13525 \end_layout
13526
13527 \begin_layout Standard
13528 You won't see anything wrong until you view a final version of your document.
13529 \end_layout
13530
13531 \begin_layout Standard
13532 To fix this problem, use one of the following:
13533 \end_layout
13534
13535 \begin_layout Enumerate
13536 Use an 
13537 \family sans
13538 Inter-word
13539 \begin_inset space ~
13540 \end_inset
13541
13542 Space
13543 \family default
13544  after lowercase abbreviations (see section
13545 \begin_inset space ~
13546 \end_inset
13547
13548
13549 \begin_inset CommandInset ref
13550 LatexCommand ref
13551 reference "sub:Inter-word-Space"
13552
13553 \end_inset
13554
13555 ).
13556 \begin_inset Index
13557 status collapsed
13558
13559 \begin_layout Plain Layout
13560 Spaces ! inter-word
13561 \end_layout
13562
13563 \end_inset
13564
13565
13566 \end_layout
13567
13568 \begin_layout Enumerate
13569 Use a 
13570 \family sans
13571 Thin
13572 \begin_inset space ~
13573 \end_inset
13574
13575 Space
13576 \family default
13577  between two tokens of an abbreviation (see section
13578 \begin_inset space ~
13579 \end_inset
13580
13581
13582 \begin_inset CommandInset ref
13583 LatexCommand ref
13584 reference "sub:Thin-Space"
13585
13586 \end_inset
13587
13588 ).
13589 \begin_inset Index
13590 status collapsed
13591
13592 \begin_layout Plain Layout
13593 Spaces ! thin
13594 \end_layout
13595
13596 \end_inset
13597
13598
13599 \end_layout
13600
13601 \begin_layout Enumerate
13602 Use an 
13603 \family sans
13604 End
13605 \begin_inset space ~
13606 \end_inset
13607
13608 of
13609 \begin_inset space ~
13610 \end_inset
13611
13612 sentence
13613 \begin_inset space ~
13614 \end_inset
13615
13616 period
13617 \family default
13618  found under the 
13619 \family sans
13620 Insert\SpecialChar \menuseparator
13621 Special
13622 \begin_inset space ~
13623 \end_inset
13624
13625 Character
13626 \family default
13627  menu to force the use of inter-sentence spacing.
13628  This function is also bound to 
13629 \family sans
13630 C-period
13631 \family default
13632  for easy access.
13633 \end_layout
13634
13635 \begin_layout Standard
13636 With the corrections, our earlier examples look like this:
13637 \end_layout
13638
13639 \begin_layout Itemize
13640 e.
13641 \begin_inset space \thinspace{}
13642 \end_inset
13643
13644 g.
13645 \begin_inset space \space{}
13646 \end_inset
13647
13648 this is too much space!
13649 \end_layout
13650
13651 \begin_layout Itemize
13652 This is I\SpecialChar \@.
13653  It's okay.
13654 \end_layout
13655
13656 \begin_layout Standard
13657 Some languages don't use extra spacing between sentences.
13658  If your language is such a language, you don't need to worry, because the
13659  LaTeX will care about this.
13660 \end_layout
13661
13662 \begin_layout Standard
13663 For those that do need to bother, there is help to catch those sneaky errors:
13664  check out the 
13665 \family sans
13666 Tools\SpecialChar \menuseparator
13667 Check
13668 \begin_inset space ~
13669 \end_inset
13670
13671 TeX
13672 \family default
13673  feature described in section 
13674 \emph on
13675 Checking TeX
13676 \emph default
13677  of the 
13678 \emph on
13679 Extended Features
13680 \emph default
13681  manual.
13682 \end_layout
13683
13684 \begin_layout Subsubsection
13685 Quotes
13686 \begin_inset Index
13687 status collapsed
13688
13689 \begin_layout Plain Layout
13690 Typography ! Quotes
13691 \end_layout
13692
13693 \end_inset
13694
13695
13696 \begin_inset Index
13697 status collapsed
13698
13699 \begin_layout Plain Layout
13700 Quotes | see
13701 \begin_inset ERT
13702 status collapsed
13703
13704 \begin_layout Plain Layout
13705
13706 {
13707 \end_layout
13708
13709 \end_inset
13710
13711 Typography
13712 \begin_inset ERT
13713 status collapsed
13714
13715 \begin_layout Plain Layout
13716
13717 }
13718 \end_layout
13719
13720 \end_inset
13721
13722
13723 \end_layout
13724
13725 \end_inset
13726
13727
13728 \begin_inset CommandInset label
13729 LatexCommand label
13730 name "sub:Quotes"
13731
13732 \end_inset
13733
13734
13735 \end_layout
13736
13737 \begin_layout Standard
13738 LyX usually sets quotes correctly.
13739  Specifically, it will use an opening quote at the beginning of quoted text,
13740  and use a closing quote at the end.
13741  For example, 
13742 \begin_inset Quotes eld
13743 \end_inset
13744
13745 open close
13746 \begin_inset Quotes erd
13747 \end_inset
13748
13749 .
13750  The keyboard character, 
13751 \family sans
13752 "
13753 \family default
13754 , generates this automatically.
13755 \end_layout
13756
13757 \begin_layout Standard
13758 You can change the behavior of the 
13759 \family sans
13760 "
13761 \family default
13762  key using the submenu 
13763 \family sans
13764 Language
13765 \family default
13766  of the dialog 
13767 \family sans
13768 Document\SpecialChar \menuseparator
13769 Settings
13770 \family default
13771
13772 \begin_inset Index
13773 status collapsed
13774
13775 \begin_layout Plain Layout
13776 Document ! Settings
13777 \end_layout
13778
13779 \end_inset
13780
13781  dialog.
13782 \end_layout
13783
13784 \begin_layout Standard
13785 You can also select quotes for different languages in the box 
13786 \family sans
13787 Type
13788 \family default
13789  option.
13790  There are six choices:
13791 \end_layout
13792
13793 \begin_layout Labeling
13794 \labelwidthstring 00.00.0000
13795
13796 \family sans
13797 \begin_inset Quotes eld
13798 \end_inset
13799
13800 Text
13801 \begin_inset Quotes erd
13802 \end_inset
13803
13804
13805 \family default
13806  Use quotes like this 
13807 \begin_inset Quotes eld
13808 \end_inset
13809
13810 double
13811 \begin_inset Quotes erd
13812 \end_inset
13813
13814  or 
13815 \begin_inset Quotes els
13816 \end_inset
13817
13818 single
13819 \begin_inset Quotes ers
13820 \end_inset
13821
13822
13823 \end_layout
13824
13825 \begin_layout Labeling
13826 \labelwidthstring 00.00.0000
13827
13828 \family sans
13829 \begin_inset Quotes sld
13830 \end_inset
13831
13832 Text
13833 \begin_inset Quotes srd
13834 \end_inset
13835
13836
13837 \family default
13838  Use quotes like 
13839 \begin_inset Quotes sld
13840 \end_inset
13841
13842 this
13843 \begin_inset Quotes srd
13844 \end_inset
13845
13846  or 'this
13847 \begin_inset Quotes ers
13848 \end_inset
13849
13850
13851 \end_layout
13852
13853 \begin_layout Labeling
13854 \labelwidthstring 00.00.0000
13855
13856 \family sans
13857 \begin_inset Quotes gld
13858 \end_inset
13859
13860 Text
13861 \begin_inset Quotes grd
13862 \end_inset
13863
13864
13865 \family default
13866  Use quotes like 
13867 \begin_inset Quotes gld
13868 \end_inset
13869
13870 this
13871 \begin_inset Quotes grd
13872 \end_inset
13873
13874  or 
13875 \begin_inset Quotes gls
13876 \end_inset
13877
13878 this
13879 \begin_inset Quotes grs
13880 \end_inset
13881
13882
13883 \end_layout
13884
13885 \begin_layout Labeling
13886 \labelwidthstring 00.00.0000
13887
13888 \family sans
13889 \begin_inset Quotes pld
13890 \end_inset
13891
13892 Text
13893 \begin_inset Quotes prd
13894 \end_inset
13895
13896
13897 \family default
13898  Use quotes like 
13899 \begin_inset Quotes pld
13900 \end_inset
13901
13902 this
13903 \begin_inset Quotes prd
13904 \end_inset
13905
13906  or 
13907 \begin_inset Quotes pls
13908 \end_inset
13909
13910 this
13911 \begin_inset Quotes prs
13912 \end_inset
13913
13914
13915 \end_layout
13916
13917 \begin_layout Labeling
13918 \labelwidthstring 00.00.0000
13919
13920 \family sans
13921 \begin_inset Quotes fld
13922 \end_inset
13923
13924 Text
13925 \begin_inset Quotes frd
13926 \end_inset
13927
13928
13929 \family default
13930  Use quotes like 
13931 \begin_inset Quotes fld
13932 \end_inset
13933
13934 this
13935 \begin_inset Quotes frd
13936 \end_inset
13937
13938  or 
13939 \begin_inset Quotes fls
13940 \end_inset
13941
13942 this
13943 \begin_inset Quotes frs
13944 \end_inset
13945
13946
13947 \end_layout
13948
13949 \begin_layout Labeling
13950 \labelwidthstring 00.00.0000
13951
13952 \family sans
13953 \begin_inset Quotes ald
13954 \end_inset
13955
13956 Text
13957 \begin_inset Quotes ard
13958 \end_inset
13959
13960
13961 \family default
13962  Use quotes like 
13963 \begin_inset Quotes ald
13964 \end_inset
13965
13966 this
13967 \begin_inset Quotes ard
13968 \end_inset
13969
13970  or 
13971 \begin_inset Quotes als
13972 \end_inset
13973
13974 this
13975 \begin_inset Quotes ars
13976 \end_inset
13977
13978
13979 \end_layout
13980
13981 \begin_layout Standard
13982 These settings affects what character the 
13983 \family sans
13984 "
13985 \family default
13986  key produces.
13987 \end_layout
13988
13989 \begin_layout Subsection
13990 Ligatures
13991 \begin_inset Index
13992 status collapsed
13993
13994 \begin_layout Plain Layout
13995 Typography ! Ligatures
13996 \end_layout
13997
13998 \end_inset
13999
14000
14001 \begin_inset Index
14002 status collapsed
14003
14004 \begin_layout Plain Layout
14005 Ligatures | see
14006 \begin_inset ERT
14007 status collapsed
14008
14009 \begin_layout Plain Layout
14010
14011 {
14012 \end_layout
14013
14014 \end_inset
14015
14016 Typography
14017 \begin_inset ERT
14018 status collapsed
14019
14020 \begin_layout Plain Layout
14021
14022 }
14023 \end_layout
14024
14025 \end_inset
14026
14027
14028 \end_layout
14029
14030 \end_inset
14031
14032
14033 \begin_inset CommandInset label
14034 LatexCommand label
14035 name "sub:Ligatures"
14036
14037 \end_inset
14038
14039
14040 \end_layout
14041
14042 \begin_layout Standard
14043 It is standard typesetting practice to group certain letters together and
14044  print them as single characters.
14045  These groups are known as 
14046 \emph on
14047 ligatures
14048 \emph default
14049 .
14050  Since LaTeX knows about ligatures, your documents will contain them too
14051  in the output.
14052  Here are the standard ligatures:
14053 \end_layout
14054
14055 \begin_layout Itemize
14056 ff
14057 \end_layout
14058
14059 \begin_layout Itemize
14060 fi
14061 \end_layout
14062
14063 \begin_layout Itemize
14064 fl
14065 \end_layout
14066
14067 \begin_layout Itemize
14068 ffi
14069 \end_layout
14070
14071 \begin_layout Itemize
14072 ffl
14073 \end_layout
14074
14075 \begin_layout Standard
14076 Some languages uses other ligatures if the document font supports them.
14077 \end_layout
14078
14079 \begin_layout Standard
14080 Sometimes, you don't want a ligature in a word.
14081  While a ligature may be okay in the word, 
14082 \begin_inset Quotes eld
14083 \end_inset
14084
14085 graffiti,
14086 \begin_inset Quotes erd
14087 \end_inset
14088
14089  it looks really weird in compound words, such as 
14090 \begin_inset Quotes eld
14091 \end_inset
14092
14093 cufflink
14094 \begin_inset Quotes erd
14095 \end_inset
14096
14097  or the German 
14098 \begin_inset Quotes eld
14099 \end_inset
14100
14101 Dorffest.
14102 \begin_inset Quotes erd
14103 \end_inset
14104
14105  To break a ligature, use 
14106 \family sans
14107 Insert\SpecialChar \menuseparator
14108 Formatting\SpecialChar \menuseparator
14109 Ligature
14110 \begin_inset space ~
14111 \end_inset
14112
14113 Break.
14114
14115 \family default
14116  This changes 
14117 \begin_inset Quotes eld
14118 \end_inset
14119
14120 cufflinks
14121 \begin_inset Quotes erd
14122 \end_inset
14123
14124  to 
14125 \begin_inset Quotes eld
14126 \end_inset
14127
14128 cuff\SpecialChar \textcompwordmark{}
14129 links
14130 \begin_inset Quotes erd
14131 \end_inset
14132
14133  and 
14134 \begin_inset Quotes eld
14135 \end_inset
14136
14137 Dorffest
14138 \begin_inset Quotes erd
14139 \end_inset
14140
14141  to 
14142 \begin_inset Quotes eld
14143 \end_inset
14144
14145 Dorf\SpecialChar \textcompwordmark{}
14146 fest
14147 \begin_inset Quotes erd
14148 \end_inset
14149
14150 .
14151 \end_layout
14152
14153 \begin_layout Subsection
14154 LyX's Proper Names
14155 \begin_inset Index
14156 status collapsed
14157
14158 \begin_layout Plain Layout
14159 Lyx@LyX ! Proper names
14160 \end_layout
14161
14162 \end_inset
14163
14164
14165 \begin_inset CommandInset label
14166 LatexCommand label
14167 name "sub:LyX's-Proper-Names"
14168
14169 \end_inset
14170
14171
14172 \end_layout
14173
14174 \begin_layout Standard
14175 You have surely noticed, that the word 
14176 \begin_inset Quotes eld
14177 \end_inset
14178
14179 LaTeX
14180 \begin_inset Quotes erd
14181 \end_inset
14182
14183  appears always with characters in different size and height.
14184  LaTeX is the name of the program used by LyX and is therefore recognized
14185  as proper name when you type it in LyX as 
14186 \begin_inset Quotes eld
14187 \end_inset
14188
14189 LaT
14190 \begin_inset ERT
14191 status collapsed
14192
14193 \begin_layout Plain Layout
14194
14195 {}
14196 \end_layout
14197
14198 \end_inset
14199
14200 eX
14201 \begin_inset Quotes erd
14202 \end_inset
14203
14204 .
14205 \begin_inset Note Note
14206 status collapsed
14207
14208 \begin_layout Plain Layout
14209 The braces in ERT are here to avoid that the 
14210 \begin_inset Quotes eld
14211 \end_inset
14212
14213 command
14214 \begin_inset Quotes erd
14215 \end_inset
14216
14217  appear as proper name in the output, see the last paragraph of this section.
14218  To create proper names omit the ERT.
14219 \end_layout
14220
14221 \end_inset
14222
14223  Note the order of the upper-and lowercase letters! LyX recognizes the following
14224  proper names:
14225 \end_layout
14226
14227 \begin_layout Description
14228 LyX The name of the game, write 
14229 \begin_inset Quotes eld
14230 \end_inset
14231
14232 L
14233 \begin_inset ERT
14234 status collapsed
14235
14236 \begin_layout Plain Layout
14237
14238 {}
14239 \end_layout
14240
14241 \end_inset
14242
14243 yX
14244 \begin_inset Quotes erd
14245 \end_inset
14246
14247  to produce it.
14248 \end_layout
14249
14250 \begin_layout Description
14251 TeX The program used by LaTeX, write 
14252 \begin_inset Quotes eld
14253 \end_inset
14254
14255 T
14256 \begin_inset ERT
14257 status collapsed
14258
14259 \begin_layout Plain Layout
14260
14261 {}
14262 \end_layout
14263
14264 \end_inset
14265
14266 eX
14267 \begin_inset Quotes erd
14268 \end_inset
14269
14270  to produce it.
14271 \end_layout
14272
14273 \begin_layout Description
14274 LaTeX The program used by LyX, write 
14275 \begin_inset Quotes eld
14276 \end_inset
14277
14278 LaT
14279 \begin_inset ERT
14280 status collapsed
14281
14282 \begin_layout Plain Layout
14283
14284 {}
14285 \end_layout
14286
14287 \end_inset
14288
14289 eX
14290 \begin_inset Quotes erd
14291 \end_inset
14292
14293  to produce it.
14294 \end_layout
14295
14296 \begin_layout Description
14297 LaTeX2e The actual version of LaTeX, write 
14298 \begin_inset Quotes eld
14299 \end_inset
14300
14301 LaT
14302 \begin_inset ERT
14303 status collapsed
14304
14305 \begin_layout Plain Layout
14306
14307 {}
14308 \end_layout
14309
14310 \end_inset
14311
14312 eX2e
14313 \begin_inset Quotes erd
14314 \end_inset
14315
14316  to produce it.
14317 \end_layout
14318
14319 \begin_layout Standard
14320 You might wonder why the LaTeX-version is 
14321 \begin_inset Quotes eld
14322 \end_inset
14323
14324 2
14325 \begin_inset Formula $\epsilon$
14326 \end_inset
14327
14328
14329 \begin_inset Quotes erd
14330 \end_inset
14331
14332 .
14333  It's an old tradition in the TeX-world to give programs geek version numbers.
14334  For example the version number of TeX converges to the number 
14335 \begin_inset Formula $\pi$
14336 \end_inset
14337
14338 : The actual version is 
14339 \begin_inset Quotes eld
14340 \end_inset
14341
14342 TeX-3.141592
14343 \begin_inset Quotes erd
14344 \end_inset
14345
14346 , the previous one was 
14347 \begin_inset Quotes eld
14348 \end_inset
14349
14350 TeX-3.14159
14351 \begin_inset Quotes erd
14352 \end_inset
14353
14354 .
14355 \end_layout
14356
14357 \begin_layout Standard
14358 If you don't want to use proper names, e.g.
14359  in section headings, you can insert two empty braces in ERT in the word.
14360  This will look in LyX like: 
14361 \begin_inset Graphics
14362         filename clipart/LaTeX.png
14363
14364 \end_inset
14365
14366
14367 \begin_inset Newline newline
14368 \end_inset
14369
14370 For more about ERT, look at section
14371 \begin_inset space ~
14372 \end_inset
14373
14374
14375 \begin_inset CommandInset ref
14376 LatexCommand ref
14377 reference "sec:ERT"
14378
14379 \end_inset
14380
14381 .
14382 \end_layout
14383
14384 \begin_layout Subsection
14385 Units
14386 \begin_inset Index
14387 status collapsed
14388
14389 \begin_layout Plain Layout
14390 Typography ! Units
14391 \end_layout
14392
14393 \end_inset
14394
14395
14396 \end_layout
14397
14398 \begin_layout Standard
14399 Generally the space between units and the number is smaller than the normal
14400  space between two words.
14401  As you can see in the example below, it looks better when the space is
14402  smaller.
14403  To get such a 
14404 \begin_inset Quotes eld
14405 \end_inset
14406
14407 half space
14408 \begin_inset Quotes erd
14409 \end_inset
14410
14411  for units use the menu 
14412 \family sans
14413 Insert\SpecialChar \menuseparator
14414 Formatting\SpecialChar \menuseparator
14415 Thin
14416 \begin_inset space ~
14417 \end_inset
14418
14419 Space
14420 \family default
14421  (shortcut 
14422 \family sans
14423 C-S-Space
14424 \family default
14425 ).
14426 \end_layout
14427
14428 \begin_layout Standard
14429 Here's an example to show the differences:
14430 \end_layout
14431
14432 \begin_layout Standard
14433 \begin_inset Tabular
14434 <lyxtabular version="3" rows="2" columns="2">
14435 <features>
14436 <column alignment="left" valignment="top" width="0">
14437 <column alignment="left" valignment="top" width="0">
14438 <row>
14439 <cell alignment="center" valignment="top" usebox="none">
14440 \begin_inset Text
14441
14442 \begin_layout Plain Layout
14443 24
14444 \begin_inset space ~
14445 \end_inset
14446
14447 kW
14448 \begin_inset Formula $\cdot$
14449 \end_inset
14450
14451 h
14452 \end_layout
14453
14454 \end_inset
14455 </cell>
14456 <cell alignment="center" valignment="top" usebox="none">
14457 \begin_inset Text
14458
14459 \begin_layout Plain Layout
14460 space between number and unit
14461 \end_layout
14462
14463 \end_inset
14464 </cell>
14465 </row>
14466 <row>
14467 <cell alignment="center" valignment="top" usebox="none">
14468 \begin_inset Text
14469
14470 \begin_layout Plain Layout
14471 24
14472 \begin_inset space \thinspace{}
14473 \end_inset
14474
14475 kW
14476 \begin_inset Formula $\cdot$
14477 \end_inset
14478
14479 h
14480 \end_layout
14481
14482 \end_inset
14483 </cell>
14484 <cell alignment="center" valignment="top" usebox="none">
14485 \begin_inset Text
14486
14487 \begin_layout Plain Layout
14488 half space between number and unit
14489 \end_layout
14490
14491 \end_inset
14492 </cell>
14493 </row>
14494 </lyxtabular>
14495
14496 \end_inset
14497
14498
14499 \end_layout
14500
14501 \begin_layout Subsection
14502 Widows and Orphans
14503 \begin_inset Index
14504 status collapsed
14505
14506 \begin_layout Plain Layout
14507 Typography ! Widows and orphans
14508 \end_layout
14509
14510 \end_inset
14511
14512
14513 \begin_inset CommandInset label
14514 LatexCommand label
14515 name "sub:Widows"
14516
14517 \end_inset
14518
14519
14520 \end_layout
14521
14522 \begin_layout Standard
14523 In the early days of word processors, page breaks went wherever the page
14524  happened to end.
14525  There was no regard for what was actually going on in the text.
14526  You may remember once printing out a document, only to find the heading
14527  for a new section printed at the very bottom of the page, the first line
14528  of a new paragraph all alone at the bottom of a page, or the last line
14529  of a paragraph at the top of a new page.
14530  These dangly-bits of text became known as 
14531 \emph on
14532 widows
14533 \emph default
14534  and 
14535 \emph on
14536 orphans
14537 \emph default
14538 .
14539 \end_layout
14540
14541 \begin_layout Standard
14542 Clearly, LyX can avoid breaking pages after a section heading.
14543  That's part of the advantage of paragraph environments.
14544  But what about widows and orphans, where the page breaks leave one line
14545  of a paragraph all alone at the top or bottom of a page? There are rules
14546  built into LaTeX governing page breaks, and some of those rules are there
14547  to specifically prevent widows and orphans.
14548  This is the advantage LyX has in using LaTeX as its backend.
14549 \end_layout
14550
14551 \begin_layout Standard
14552 There's no way we can go into how TeX and LaTeX decide to break a page,
14553  or how you can tweak that behavior.
14554  Some LaTeX books listed in the bibliography [such as
14555 \begin_inset space ~
14556 \end_inset
14557
14558
14559 \begin_inset CommandInset citation
14560 LatexCommand cite
14561 key "latexcompanion"
14562
14563 \end_inset
14564
14565  or
14566 \begin_inset space ~
14567 \end_inset
14568
14569
14570 \begin_inset CommandInset citation
14571 LatexCommand cite
14572 key "latexguide"
14573
14574 \end_inset
14575
14576 ] may have more information.
14577  You will almost never need to worry about this, however.
14578 \end_layout
14579
14580 \begin_layout Chapter
14581 Notes, Graphics, Tables, and Floats
14582 \begin_inset CommandInset label
14583 LatexCommand label
14584 name "cha:Floats-and-Notes"
14585
14586 \end_inset
14587
14588
14589 \end_layout
14590
14591 \begin_layout Standard
14592 The issues of this chapter are described in detail in the 
14593 \emph on
14594 Embedded Objects
14595 \emph default
14596  manual.
14597  There you'll also find tips and tricks for special cases.
14598 \end_layout
14599
14600 \begin_layout Section
14601 Notes
14602 \begin_inset Index
14603 status collapsed
14604
14605 \begin_layout Plain Layout
14606 Notes
14607 \end_layout
14608
14609 \end_inset
14610
14611
14612 \begin_inset CommandInset label
14613 LatexCommand label
14614 name "sec:Notes"
14615
14616 \end_inset
14617
14618
14619 \end_layout
14620
14621 \begin_layout Standard
14622 LyX offers you a few types of notes to add to your document:
14623 \end_layout
14624
14625 \begin_layout Description
14626 LyX
14627 \begin_inset space ~
14628 \end_inset
14629
14630 Note This note type is for internal notes that won't appear in the output.
14631 \begin_inset Newline newline
14632 \end_inset
14633
14634
14635 \begin_inset Note Note
14636 status open
14637
14638 \begin_layout Plain Layout
14639 This is text in a note box that doesn't appear in the output.
14640 \end_layout
14641
14642 \end_inset
14643
14644
14645 \end_layout
14646
14647 \begin_layout Description
14648 Comment This note also doesn't appear in the output but it appears as LaTeX-comm
14649 ent, when you export the document to LaTeX via the menu 
14650 \family sans
14651 File\SpecialChar \menuseparator
14652 Export\SpecialChar \menuseparator
14653 LaTeX (pdflatex) / (plain)
14654 \family default
14655 .
14656 \begin_inset Newline newline
14657 \end_inset
14658
14659
14660 \begin_inset Note Comment
14661 status open
14662
14663 \begin_layout Plain Layout
14664 This is text in a note box that only appears as comment in LaTeX-files.
14665 \end_layout
14666
14667 \end_inset
14668
14669
14670 \end_layout
14671
14672 \begin_layout Description
14673 Greyed
14674 \begin_inset space ~
14675 \end_inset
14676
14677 Out This note will appear in the output as grey text.
14678 \begin_inset Newline newline
14679 \end_inset
14680
14681
14682 \begin_inset Newline newline
14683 \end_inset
14684
14685
14686 \begin_inset Note Greyedout
14687 status open
14688
14689 \begin_layout Plain Layout
14690 This is text
14691 \begin_inset Foot
14692 status collapsed
14693
14694 \begin_layout Plain Layout
14695 This is an example footnote within a greyed out note.
14696  In this document the greyed out note color is redefined to blue.
14697  How this can be done is explained in the 
14698 \emph on
14699 Embedded Objects
14700 \emph default
14701  manual.
14702 \end_layout
14703
14704 \end_inset
14705
14706  of a comment that appears in the output as grey text.
14707 \end_layout
14708
14709 \end_inset
14710
14711
14712 \begin_inset Newline newline
14713 \end_inset
14714
14715
14716 \begin_inset Newline newline
14717 \end_inset
14718
14719 As you can see in the example, the first line of greyed out notes is a bit
14720  indented and greyed out notes can have footnotes.
14721 \end_layout
14722
14723 \begin_layout Description
14724 Framed This note will appear in the output as framed text.
14725  
14726 \begin_inset Box Framed
14727 position "t"
14728 hor_pos "c"
14729 has_inner_box 0
14730 inner_pos "t"
14731 use_parbox 0
14732 width "100col%"
14733 special "none"
14734 height "1in"
14735 height_special "totalheight"
14736 status open
14737
14738 \begin_layout Plain Layout
14739 This is text in a note box that appears framed in the output.
14740 \end_layout
14741
14742 \end_inset
14743
14744  In contrary to framed boxes like the one in section
14745 \begin_inset space ~
14746 \end_inset
14747
14748
14749 \begin_inset CommandInset ref
14750 LatexCommand ref
14751 reference "sub:ERT-Boxes"
14752
14753 \end_inset
14754
14755 , the frame uses always the whole text width and the note is set into its
14756  own paragraph.
14757 \end_layout
14758
14759 \begin_layout Description
14760 Shaded This note will appear in the output with red background color.
14761 \begin_inset Box Shaded
14762 position "t"
14763 hor_pos "c"
14764 has_inner_box 0
14765 inner_pos "t"
14766 use_parbox 0
14767 width "100col%"
14768 special "none"
14769 height "1in"
14770 height_special "totalheight"
14771 status open
14772
14773 \begin_layout Plain Layout
14774 This text in a note box appears in the output with red background.
14775 \end_layout
14776
14777 \end_inset
14778
14779 In contrary to colored boxes, the note uses always the whole text width
14780  and the note is set into its own paragraph.
14781 \end_layout
14782
14783 \begin_layout Standard
14784 Notes are inserted with the toolbar button 
14785 \begin_inset Graphics
14786         filename ../images/note-insert.png
14787         scale 85
14788         scaleBeforeRotation
14789
14790 \end_inset
14791
14792  or the menu 
14793 \family sans
14794 Insert\SpecialChar \menuseparator
14795 Note
14796 \family default
14797 .
14798  Right-click on the appearing note box to select the note type.
14799 \end_layout
14800
14801 \begin_layout Section
14802 Footnotes
14803 \begin_inset Index
14804 status collapsed
14805
14806 \begin_layout Plain Layout
14807 Footnotes
14808 \end_layout
14809
14810 \end_inset
14811
14812
14813 \begin_inset CommandInset label
14814 LatexCommand label
14815 name "sec:Footnotes"
14816
14817 \end_inset
14818
14819
14820 \end_layout
14821
14822 \begin_layout Standard
14823 LyX uses boxes to display footnotes: When you insert a footnote using the
14824  menu 
14825 \family sans
14826 Insert\SpecialChar \menuseparator
14827 Footnote
14828 \family default
14829  or the toolbar button 
14830 \begin_inset Graphics
14831         filename ../images/footnote-insert.png
14832
14833 \end_inset
14834
14835
14836 \family roman
14837 \series medium
14838 \bar no
14839 you'll see
14840 \family default
14841 \series default
14842 \bar default
14843  the following box: 
14844 \begin_inset Graphics
14845         filename clipart/footnoteQt4.png
14846         scale 80
14847
14848 \end_inset
14849
14850
14851 \family roman
14852 \series medium
14853 \bar no
14854 .
14855  This box is LyX's representation of your footnote.
14856  If you
14857 \family default
14858 \series default
14859 \bar default
14860  left-click on 
14861 \family roman
14862 \series medium
14863 \bar no
14864 the 
14865 \begin_inset Quotes eld
14866 \end_inset
14867
14868
14869 \family sans
14870 foot
14871 \family roman
14872
14873 \begin_inset Quotes erd
14874 \end_inset
14875
14876
14877 \family default
14878 \series default
14879 \bar default
14880  
14881 \family roman
14882 \series medium
14883 \bar no
14884 label, the box will
14885 \family default
14886 \series default
14887 \bar default
14888  be opened and you can enter the footnote text into it.
14889  Clicking on the box label again, will close 
14890 \family roman
14891 \series medium
14892 \bar no
14893 the
14894 \family default
14895 \series default
14896 \bar default
14897  box
14898 \family roman
14899 \series medium
14900 \bar no
14901 .
14902  If you want to turn existing text into a footnote, simply mark it and click
14903  on the footnote
14904 \family default
14905 \series default
14906 \bar default
14907  toolbar 
14908 \family roman
14909 \series medium
14910 \bar no
14911 button
14912 \family default
14913 \series default
14914 \bar default
14915 .
14916 \end_layout
14917
14918 \begin_layout Standard
14919 Here's an example footnote:
14920 \family roman
14921 \series medium
14922 \bar no
14923
14924 \begin_inset Foot
14925 status open
14926
14927 \begin_layout Plain Layout
14928 To close a footnote, click on the red box at the top left.
14929 \end_layout
14930
14931 \end_inset
14932
14933
14934 \end_layout
14935
14936 \begin_layout Standard
14937 The footnote will appear in the output as a superscript number at the text
14938  position where the footnote box is placed.
14939  The footnote text is placed at the bottom of the current page.
14940  The footnote number is calculated by LyX, the numbers are consecutive,
14941  no matter in which chapter the footnote is in.
14942  LyX doesn't support other numbering schemes yet, but you can get another
14943  scheme using special LaTeX-commands.
14944  T
14945 \family roman
14946 h
14947 \family default
14948 ey are described in the 
14949 \emph on
14950 Embedded Objects
14951 \emph default
14952  manual.
14953 \end_layout
14954
14955 \begin_layout Section
14956 Marginal Notes
14957 \begin_inset Index
14958 status collapsed
14959
14960 \begin_layout Plain Layout
14961 Marginal notes
14962 \end_layout
14963
14964 \end_inset
14965
14966
14967 \begin_inset CommandInset label
14968 LatexCommand label
14969 name "sec:Marginal-Notes"
14970
14971 \end_inset
14972
14973
14974 \end_layout
14975
14976 \begin_layout Standard
14977 Marginal notes look and behave just like footnotes in LyX.
14978  When you insert a margin note via the menu 
14979 \family sans
14980 Insert\SpecialChar \menuseparator
14981 Marginal
14982 \begin_inset space ~
14983 \end_inset
14984
14985 Note
14986 \family default
14987  or the toolbar button 
14988 \begin_inset Graphics
14989         filename ../images/marginalnote-insert.png
14990
14991 \end_inset
14992
14993 , you'll see 
14994 \family roman
14995 \series medium
14996 a
14997 \family default
14998 \series default
14999  grey 
15000 \family roman
15001 \series medium
15002 box with a
15003 \family default
15004 \series default
15005  red 
15006 \family roman
15007 \series medium
15008 label 
15009 \begin_inset Quotes eld
15010 \end_inset
15011
15012 margin
15013 \begin_inset Quotes erd
15014 \end_inset
15015
15016  appearing within your text.
15017  This box is LyX's representation of your margin
15018 \family default
15019 \series default
15020 al 
15021 \family roman
15022 \series medium
15023 note.
15024 \end_layout
15025
15026 \begin_layout Standard
15027 At the side is an example marginal note.
15028 \family roman
15029 \series medium
15030
15031 \begin_inset Marginal
15032 status open
15033
15034 \begin_layout Plain Layout
15035 This is a marginal note.
15036 \end_layout
15037
15038 \end_inset
15039
15040
15041 \end_layout
15042
15043 \begin_layout Standard
15044 Marginal notes appear at the right side in single-sided documents.
15045  In double-sided documents they appear in the outer margin -- left on even
15046  pages, right on odd pages.
15047 \end_layout
15048
15049 \begin_layout Section
15050 Graphics and Images
15051 \begin_inset Index
15052 status collapsed
15053
15054 \begin_layout Plain Layout
15055 Images
15056 \end_layout
15057
15058 \end_inset
15059
15060
15061 \begin_inset Index
15062 status collapsed
15063
15064 \begin_layout Plain Layout
15065 Graphics
15066 \end_layout
15067
15068 \end_inset
15069
15070
15071 \begin_inset CommandInset label
15072 LatexCommand label
15073 name "sec:Graphics"
15074
15075 \end_inset
15076
15077
15078 \end_layout
15079
15080 \begin_layout Standard
15081 To insert an image in your document, place the cursor at the text position
15082  you want and click on the toolbar icon 
15083 \begin_inset Graphics
15084         filename ../images/dialog-show-new-inset_graphics.png
15085
15086 \end_inset
15087
15088  or select 
15089 \family sans
15090 Insert\SpecialChar \menuseparator
15091 Graphics
15092 \family default
15093  from the menu.
15094  Then a dialog will appear to choose the file to load.
15095 \end_layout
15096
15097 \begin_layout Standard
15098 This dialog has numerous mostly self-explanatory parameters.
15099  The 
15100 \family sans
15101 Graphics
15102 \family default
15103  tab allows you to choose your image file.
15104  The appearance of the image inside LyX and in the output is adjusted separately.
15105  The image can be transformed by setting a rotation angle and a scaling
15106  factor.
15107  The scaling units are explained in Appendix
15108 \begin_inset space ~
15109 \end_inset
15110
15111
15112 \begin_inset CommandInset ref
15113 LatexCommand ref
15114 reference "cha:Units-available-in"
15115
15116 \end_inset
15117
15118 .
15119 \end_layout
15120
15121 \begin_layout Standard
15122 In the tab 
15123 \family sans
15124 Clipping
15125 \family default
15126  it is possible to set image coordinates to adjust the height and width
15127  of the image in the output.
15128  The coordinates can also be calculated automatically by pressing the button
15129  
15130 \family sans
15131 Get
15132 \begin_inset space ~
15133 \end_inset
15134
15135 from
15136 \begin_inset space ~
15137 \end_inset
15138
15139 file
15140 \family default
15141 .
15142  The option 
15143 \family sans
15144 Clip
15145 \begin_inset space ~
15146 \end_inset
15147
15148 to
15149 \begin_inset space ~
15150 \end_inset
15151
15152 bounding
15153 \begin_inset space ~
15154 \end_inset
15155
15156 box
15157 \family default
15158  will only print the image region within the given coordinates.
15159  Normally you don't need to take care about image coordinates and can ignore
15160  the tab 
15161 \family sans
15162 Clipping
15163 \family default
15164 .
15165 \end_layout
15166
15167 \begin_layout Standard
15168 LaTeX experts can specify additional LaTeX options in the 
15169 \family sans
15170 Extras
15171 \family default
15172  tab.
15173  You can also set the 
15174 \family sans
15175 Subfigure
15176 \family default
15177  option here if the image is inside a figure float.
15178  This option is explained in section
15179 \begin_inset space ~
15180 \end_inset
15181
15182
15183 \begin_inset CommandInset ref
15184 LatexCommand ref
15185 reference "sec:Figure-Floats"
15186
15187 \end_inset
15188
15189 .
15190  The option 
15191 \family sans
15192 Draft
15193 \begin_inset space ~
15194 \end_inset
15195
15196 mode
15197 \family default
15198  effects that the image don't appear in the output, only a frame with the
15199  image size is printed.
15200 \end_layout
15201
15202 \begin_layout Standard
15203 The graphics dialog can be called at any time by right-clicking on an image.
15204  The image will appear in the output exactly at the position where it is
15205  in the text.
15206  This is an example image in the PDF format within a separate, horizontally
15207  centered paragraph: 
15208 \end_layout
15209
15210 \begin_layout Standard
15211 \align center
15212 \begin_inset Graphics
15213         filename clipart/mobius.eps
15214         display color
15215         scale 70
15216         rotateOrigin center
15217
15218 \end_inset
15219
15220
15221 \end_layout
15222
15223 \begin_layout Standard
15224 If you need image captions and want to reference images, you have to put
15225  the image into a float, see section
15226 \begin_inset space ~
15227 \end_inset
15228
15229
15230 \begin_inset CommandInset ref
15231 LatexCommand ref
15232 reference "sec:Figure-Floats"
15233
15234 \end_inset
15235
15236 .
15237 \end_layout
15238
15239 \begin_layout Subsection
15240 Image Formats
15241 \begin_inset Index
15242 status collapsed
15243
15244 \begin_layout Plain Layout
15245 Image formats
15246 \end_layout
15247
15248 \end_inset
15249
15250
15251 \begin_inset CommandInset label
15252 LatexCommand label
15253 name "sub:Image-Formats"
15254
15255 \end_inset
15256
15257
15258 \end_layout
15259
15260 \begin_layout Standard
15261 You can insert images in any known file format.
15262  But as we explained in section
15263 \begin_inset space ~
15264 \end_inset
15265
15266
15267 \begin_inset CommandInset ref
15268 LatexCommand ref
15269 reference "sub:Output-file-formats"
15270
15271 \end_inset
15272
15273 , every output document format allows only a few image formats.
15274  LyX uses therefore the program 
15275 \family typewriter
15276 Imagemagick
15277 \family default
15278  in the background to convert the images to the right format.
15279  To increase your workflow by avoiding these conversions in the background,
15280  you can use only the image formats listed in the subsections of section
15281 \begin_inset space ~
15282 \end_inset
15283
15284
15285 \begin_inset CommandInset ref
15286 LatexCommand ref
15287 reference "sub:Output-file-formats"
15288
15289 \end_inset
15290
15291 .
15292 \end_layout
15293
15294 \begin_layout Standard
15295 Similar to fonts there are two types of image formats:
15296 \end_layout
15297
15298 \begin_layout Description
15299 Bitmap
15300 \begin_inset space ~
15301 \end_inset
15302
15303 images consist of pixel values, often in a compressed form.
15304  They are therefore not fully scalable and look pixeled in large zooms.
15305  Well-known bitmap image formats are 
15306 \begin_inset Quotes eld
15307 \end_inset
15308
15309 Graphics Interchange Format
15310 \begin_inset Quotes erd
15311 \end_inset
15312
15313  (GIF, file extension 
15314 \begin_inset Quotes eld
15315 \end_inset
15316
15317
15318 \family typewriter
15319 .gif
15320 \family default
15321
15322 \begin_inset Quotes erd
15323 \end_inset
15324
15325 )
15326 \begin_inset Index
15327 status collapsed
15328
15329 \begin_layout Plain Layout
15330 GIF|see
15331 \begin_inset ERT
15332 status collapsed
15333
15334 \begin_layout Plain Layout
15335
15336 {
15337 \end_layout
15338
15339 \end_inset
15340
15341 Image formats
15342 \begin_inset ERT
15343 status collapsed
15344
15345 \begin_layout Plain Layout
15346
15347 }
15348 \end_layout
15349
15350 \end_inset
15351
15352
15353 \end_layout
15354
15355 \end_inset
15356
15357
15358 \begin_inset Quotes eld
15359 \end_inset
15360
15361 Portable Network Graphics
15362 \begin_inset Quotes erd
15363 \end_inset
15364
15365  (PNG, file extension 
15366 \begin_inset Quotes eld
15367 \end_inset
15368
15369
15370 \family typewriter
15371 .png
15372 \family default
15373
15374 \begin_inset Quotes erd
15375 \end_inset
15376
15377 )
15378 \begin_inset Index
15379 status collapsed
15380
15381 \begin_layout Plain Layout
15382 PNG|see
15383 \begin_inset ERT
15384 status collapsed
15385
15386 \begin_layout Plain Layout
15387
15388 {
15389 \end_layout
15390
15391 \end_inset
15392
15393 Image formats
15394 \begin_inset ERT
15395 status collapsed
15396
15397 \begin_layout Plain Layout
15398
15399 }
15400 \end_layout
15401
15402 \end_inset
15403
15404
15405 \end_layout
15406
15407 \end_inset
15408
15409 , and 
15410 \begin_inset Quotes eld
15411 \end_inset
15412
15413 Joint Photographic Experts Group
15414 \begin_inset Quotes erd
15415 \end_inset
15416
15417  (JPG, file extension 
15418 \begin_inset Quotes eld
15419 \end_inset
15420
15421
15422 \family typewriter
15423 .jpg
15424 \family default
15425
15426 \begin_inset Quotes erd
15427 \end_inset
15428
15429  or 
15430 \begin_inset Quotes eld
15431 \end_inset
15432
15433
15434 \family typewriter
15435 .jpeg
15436 \family default
15437
15438 \begin_inset Quotes erd
15439 \end_inset
15440
15441 )
15442 \begin_inset Index
15443 status collapsed
15444
15445 \begin_layout Plain Layout
15446 JPG|see
15447 \begin_inset ERT
15448 status collapsed
15449
15450 \begin_layout Plain Layout
15451
15452 {
15453 \end_layout
15454
15455 \end_inset
15456
15457 Image formats
15458 \begin_inset ERT
15459 status collapsed
15460
15461 \begin_layout Plain Layout
15462
15463 }
15464 \end_layout
15465
15466 \end_inset
15467
15468
15469 \end_layout
15470
15471 \end_inset
15472
15473 .
15474 \end_layout
15475
15476 \begin_layout Description
15477 Scalable
15478 \begin_inset space ~
15479 \end_inset
15480
15481 images consist of vectors and can therefore be scaled to any size without
15482  data loss.
15483  The scaling ability is necessary if you want to create presentations, because
15484  presentations are always scaled by the beamer.
15485  Scaling is also useful for online documents to let the user zoom into diagrams.
15486 \begin_inset Newline newline
15487 \end_inset
15488
15489 Scalable image formats can be 
15490 \begin_inset Quotes eld
15491 \end_inset
15492
15493 Scalable Vector Graphics
15494 \begin_inset Quotes erd
15495 \end_inset
15496
15497  (SVG, file extension 
15498 \begin_inset Quotes eld
15499 \end_inset
15500
15501
15502 \family typewriter
15503 .svg
15504 \family default
15505
15506 \begin_inset Quotes erd
15507 \end_inset
15508
15509 )
15510 \begin_inset Index
15511 status collapsed
15512
15513 \begin_layout Plain Layout
15514 SVG|see
15515 \begin_inset ERT
15516 status collapsed
15517
15518 \begin_layout Plain Layout
15519
15520 {
15521 \end_layout
15522
15523 \end_inset
15524
15525 Image formats
15526 \begin_inset ERT
15527 status collapsed
15528
15529 \begin_layout Plain Layout
15530
15531 }
15532 \end_layout
15533
15534 \end_inset
15535
15536
15537 \end_layout
15538
15539 \end_inset
15540
15541
15542 \begin_inset Quotes eld
15543 \end_inset
15544
15545 Encapsulated PostScript
15546 \begin_inset Quotes erd
15547 \end_inset
15548
15549  (EPS, file extension 
15550 \begin_inset Quotes eld
15551 \end_inset
15552
15553
15554 \family typewriter
15555 .eps
15556 \family default
15557
15558 \begin_inset Quotes erd
15559 \end_inset
15560
15561 )
15562 \begin_inset Index
15563 status collapsed
15564
15565 \begin_layout Plain Layout
15566 EPS|see
15567 \begin_inset ERT
15568 status collapsed
15569
15570 \begin_layout Plain Layout
15571
15572 {
15573 \end_layout
15574
15575 \end_inset
15576
15577 Image formats
15578 \begin_inset ERT
15579 status collapsed
15580
15581 \begin_layout Plain Layout
15582
15583 }
15584 \end_layout
15585
15586 \end_inset
15587
15588
15589 \end_layout
15590
15591 \end_inset
15592
15593 , and 
15594 \begin_inset Quotes eld
15595 \end_inset
15596
15597 Portable Document Format
15598 \begin_inset Quotes erd
15599 \end_inset
15600
15601  (PDF, file extension 
15602 \begin_inset Quotes eld
15603 \end_inset
15604
15605
15606 \family typewriter
15607 .pdf
15608 \family default
15609
15610 \begin_inset Quotes erd
15611 \end_inset
15612
15613 )
15614 \begin_inset Index
15615 status collapsed
15616
15617 \begin_layout Plain Layout
15618 PDF
15619 \end_layout
15620
15621 \end_inset
15622
15623 .
15624  We say it can be, because you can convert any bitmap image format to PDF
15625  or EPS and the result won't be scalable.
15626  In this cases only a header with the image properties is added to the original
15627  image
15628 \begin_inset Foot
15629 status collapsed
15630
15631 \begin_layout Plain Layout
15632 In the case of PDF, the original image is additionally compressed.
15633 \end_layout
15634
15635 \end_inset
15636
15637 .
15638 \end_layout
15639
15640 \begin_layout Standard
15641 Normally one can't convert a bitmap image into a scalable one, only vice
15642  versa.
15643 \end_layout
15644
15645 \begin_layout Section
15646 Tables
15647 \begin_inset Index
15648 status collapsed
15649
15650 \begin_layout Plain Layout
15651 Tables
15652 \end_layout
15653
15654 \end_inset
15655
15656
15657 \begin_inset CommandInset label
15658 LatexCommand label
15659 name "sec:Tables"
15660
15661 \end_inset
15662
15663
15664 \end_layout
15665
15666 \begin_layout Standard
15667 You can insert a table using either the toolbar button 
15668 \begin_inset Graphics
15669         filename ../images/tabular-insert.png
15670         scale 85
15671
15672 \end_inset
15673
15674  or the menu 
15675 \family sans
15676 Insert\SpecialChar \menuseparator
15677 Table
15678 \family default
15679 .
15680  A dialog will appear, asking you for the number of rows and columns.
15681  The default table has lines around any cell and the first row appears separated
15682  from the rest of the table.
15683  This separation appears due to a double line: The cells of the first row
15684  have a line below them and the cells of the second row have a line above
15685  them.
15686  Here's an example table:
15687 \end_layout
15688
15689 \begin_layout Standard
15690 \align center
15691 \begin_inset Tabular
15692 <lyxtabular version="3" rows="4" columns="4">
15693 <features>
15694 <column alignment="center" valignment="top" width="0pt">
15695 <column alignment="center" valignment="top" width="0pt">
15696 <column alignment="center" valignment="top" width="0in">
15697 <column alignment="center" valignment="top" width="0pt">
15698 <row>
15699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15700 \begin_inset Text
15701
15702 \begin_layout Plain Layout
15703
15704 \end_layout
15705
15706 \end_inset
15707 </cell>
15708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15709 \begin_inset Text
15710
15711 \begin_layout Plain Layout
15712
15713 \family roman
15714 \series medium
15715 \shape up
15716 \size normal
15717 \emph off
15718 \bar no
15719 \noun off
15720 \color none
15721 1
15722 \end_layout
15723
15724 \end_inset
15725 </cell>
15726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15727 \begin_inset Text
15728
15729 \begin_layout Plain Layout
15730 2
15731 \end_layout
15732
15733 \end_inset
15734 </cell>
15735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15736 \begin_inset Text
15737
15738 \begin_layout Plain Layout
15739 3
15740 \end_layout
15741
15742 \end_inset
15743 </cell>
15744 </row>
15745 <row>
15746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15747 \begin_inset Text
15748
15749 \begin_layout Plain Layout
15750
15751 \family roman
15752 \series medium
15753 \shape up
15754 \size normal
15755 \emph off
15756 \bar no
15757 \noun off
15758 \color none
15759 A
15760 \end_layout
15761
15762 \end_inset
15763 </cell>
15764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15765 \begin_inset Text
15766
15767 \begin_layout Plain Layout
15768
15769 \end_layout
15770
15771 \end_inset
15772 </cell>
15773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15774 \begin_inset Text
15775
15776 \begin_layout Plain Layout
15777
15778 \end_layout
15779
15780 \end_inset
15781 </cell>
15782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15783 \begin_inset Text
15784
15785 \begin_layout Plain Layout
15786
15787 \end_layout
15788
15789 \end_inset
15790 </cell>
15791 </row>
15792 <row>
15793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15794 \begin_inset Text
15795
15796 \begin_layout Plain Layout
15797
15798 \family roman
15799 \series medium
15800 \shape up
15801 \size normal
15802 \emph off
15803 \bar no
15804 \noun off
15805 \color none
15806 B
15807 \end_layout
15808
15809 \end_inset
15810 </cell>
15811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15812 \begin_inset Text
15813
15814 \begin_layout Plain Layout
15815
15816 \end_layout
15817
15818 \end_inset
15819 </cell>
15820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15821 \begin_inset Text
15822
15823 \begin_layout Plain Layout
15824
15825 \size normal
15826 \noun off
15827 \color none
15828  
15829 \end_layout
15830
15831 \end_inset
15832 </cell>
15833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15834 \begin_inset Text
15835
15836 \begin_layout Plain Layout
15837
15838 \end_layout
15839
15840 \end_inset
15841 </cell>
15842 </row>
15843 <row>
15844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15845 \begin_inset Text
15846
15847 \begin_layout Plain Layout
15848
15849 \family roman
15850 \series medium
15851 \shape up
15852 \size normal
15853 \emph off
15854 \bar no
15855 \noun off
15856 \color none
15857 C
15858 \end_layout
15859
15860 \end_inset
15861 </cell>
15862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15863 \begin_inset Text
15864
15865 \begin_layout Plain Layout
15866
15867 \end_layout
15868
15869 \end_inset
15870 </cell>
15871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15872 \begin_inset Text
15873
15874 \begin_layout Plain Layout
15875
15876 \end_layout
15877
15878 \end_inset
15879 </cell>
15880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15881 \begin_inset Text
15882
15883 \begin_layout Plain Layout
15884
15885 \end_layout
15886
15887 \end_inset
15888 </cell>
15889 </row>
15890 </lyxtabular>
15891
15892 \end_inset
15893
15894
15895 \end_layout
15896
15897 \begin_layout Subsection
15898 The Table dialog
15899 \end_layout
15900
15901 \begin_layout Standard
15902 You can alter a table by clicking on it with the right mouse button, which
15903  brings up the table dialog.
15904  Here you can adjust the settings of the cell and row/column respectively
15905  where the cursor is placed currently.
15906  Most of the dialog options also work on selections.
15907  This means that if you select more cells, columns or rows the action is
15908  done on all of your selection.
15909 \end_layout
15910
15911 \begin_layout Standard
15912 Additionally to the table dialog the 
15913 \family sans
15914 table
15915 \begin_inset space ~
15916 \end_inset
15917
15918 toolbar
15919 \family default
15920 , that appears when the cursor is inside a table, helps you in setting table
15921  properties.
15922  It is for example currently only possible to add
15923 \begin_inset space \thinspace{}
15924 \end_inset
15925
15926 /
15927 \begin_inset space \thinspace{}
15928 \end_inset
15929
15930 delete lines via the table toolbar.
15931 \end_layout
15932
15933 \begin_layout Standard
15934 In the tab 
15935 \family sans
15936 Table
15937 \begin_inset space ~
15938 \end_inset
15939
15940 Settings
15941 \family default
15942  of the table dialog you can set the alignment for the current row.
15943  If you add a row or column, it will be inserted right beside or below the
15944  current cell respectively.
15945  The vertical alignment of a column can only be adjusted when a column width
15946  is given.
15947  A given width will allow the cell to have linebreaks and multiple paragraphs
15948  of text, see section
15949 \begin_inset space ~
15950 \end_inset
15951
15952
15953 \begin_inset CommandInset ref
15954 LatexCommand ref
15955 reference "sub:Table-Cells"
15956
15957 \end_inset
15958
15959 .
15960 \end_layout
15961
15962 \begin_layout Standard
15963 You can mark multiple cells of one row as a multicolumn cell using the check
15964  box 
15965 \family sans
15966 Multicolumn
15967 \family default
15968 .
15969  This will merge the cells to 
15970 \emph on
15971 one
15972 \emph default
15973  cell, spread over more than one column.
15974  Multicolumn cells are treated as own rows, so that the alignment, width,
15975  and border settings affect only the multicolumn cell.
15976  Here's an example table with a multicolumn cell in the first row and one
15977  in the last row without the upper border:
15978 \end_layout
15979
15980 \begin_layout Standard
15981 \align center
15982 \begin_inset Tabular
15983 <lyxtabular version="3" rows="3" columns="4">
15984 <features firstHeadTopDL="true" firstHeadBottomDL="true">
15985 <column alignment="center" valignment="top" width="0pt">
15986 <column alignment="center" valignment="middle" width="0">
15987 <column alignment="center" valignment="top" width="0in">
15988 <column alignment="center" valignment="top" width="0pt">
15989 <row>
15990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15991 \begin_inset Text
15992
15993 \begin_layout Plain Layout
15994 abc
15995 \end_layout
15996
15997 \end_inset
15998 </cell>
15999 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
16000 \begin_inset Text
16001
16002 \begin_layout Plain Layout
16003 def ghi
16004 \end_layout
16005
16006 \end_inset
16007 </cell>
16008 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16009 \begin_inset Text
16010
16011 \begin_layout Plain Layout
16012
16013 \end_layout
16014
16015 \end_inset
16016 </cell>
16017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16018 \begin_inset Text
16019
16020 \begin_layout Plain Layout
16021 jkl
16022 \end_layout
16023
16024 \end_inset
16025 </cell>
16026 </row>
16027 <row>
16028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16029 \begin_inset Text
16030
16031 \begin_layout Plain Layout
16032
16033 \family roman
16034 \series medium
16035 \shape up
16036 \size normal
16037 \emph off
16038 \bar no
16039 \noun off
16040 \color none
16041 A
16042 \end_layout
16043
16044 \end_inset
16045 </cell>
16046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16047 \begin_inset Text
16048
16049 \begin_layout Plain Layout
16050 B
16051 \end_layout
16052
16053 \end_inset
16054 </cell>
16055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16056 \begin_inset Text
16057
16058 \begin_layout Plain Layout
16059 C
16060 \end_layout
16061
16062 \end_inset
16063 </cell>
16064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16065 \begin_inset Text
16066
16067 \begin_layout Plain Layout
16068 D
16069 \end_layout
16070
16071 \end_inset
16072 </cell>
16073 </row>
16074 <row>
16075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16076 \begin_inset Text
16077
16078 \begin_layout Plain Layout
16079 1
16080 \end_layout
16081
16082 \end_inset
16083 </cell>
16084 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16085 \begin_inset Text
16086
16087 \begin_layout Plain Layout
16088 2
16089 \end_layout
16090
16091 \end_inset
16092 </cell>
16093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16094 \begin_inset Text
16095
16096 \begin_layout Plain Layout
16097 3
16098 \end_layout
16099
16100 \end_inset
16101 </cell>
16102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16103 \begin_inset Text
16104
16105 \begin_layout Plain Layout
16106 4
16107 \end_layout
16108
16109 \end_inset
16110 </cell>
16111 </row>
16112 </lyxtabular>
16113
16114 \end_inset
16115
16116
16117 \end_layout
16118
16119 \begin_layout Standard
16120 At the moment LyX doesn't support multirow cells.
16121  Adept users can declare special LaTeX-arguments for the table.
16122  They are necessary for special table formatting, like for multirow cells,
16123  explained in the tables section of the 
16124 \emph on
16125 Extended
16126 \begin_inset space ~
16127 \end_inset
16128
16129 Features
16130 \emph default
16131  manual.
16132  You can also rotate the current cell or the whole table 90
16133 \begin_inset Formula $\,$
16134 \end_inset
16135
16136 degrees counterclockwise.
16137  These rotations are not visible in LyX but in the output.
16138 \end_layout
16139
16140 \begin_layout Standard
16141 \begin_inset Note Greyedout
16142 status open
16143
16144 \begin_layout Plain Layout
16145
16146 \series bold
16147 Note:
16148 \series default
16149  Most DVI-viewers are 
16150 \emph on
16151 not
16152 \emph default
16153  able to display rotations.
16154 \end_layout
16155
16156 \end_inset
16157
16158
16159 \end_layout
16160
16161 \begin_layout Standard
16162 The 
16163 \family sans
16164 Borders
16165 \family default
16166  tab allows you to add and delete border lines for the current row/column.
16167  The button 
16168 \family sans
16169 Default
16170 \family default
16171  adds lines for all cell borders.
16172 \end_layout
16173
16174 \begin_layout Subsection
16175 Longtables
16176 \begin_inset Index
16177 status collapsed
16178
16179 \begin_layout Plain Layout
16180 Tables ! Longtables
16181 \end_layout
16182
16183 \end_inset
16184
16185
16186 \begin_inset Index
16187 status collapsed
16188
16189 \begin_layout Plain Layout
16190 Longtables
16191 \end_layout
16192
16193 \end_inset
16194
16195
16196 \end_layout
16197
16198 \begin_layout Standard
16199 If the table is too long to fit on one page, you can use the option 
16200 \family sans
16201 Use
16202 \begin_inset space ~
16203 \end_inset
16204
16205 long
16206 \begin_inset space ~
16207 \end_inset
16208
16209 table
16210 \family default
16211  in the tab 
16212 \family sans
16213 Longtable
16214 \family default
16215  of the table dialog to split the table automatically over more pages.
16216  Doing this enables some check boxes and you can now define:
16217 \end_layout
16218
16219 \begin_layout Description
16220
16221 \family sans
16222 Header
16223 \family default
16224 : The current row and all rows above, that don't have any special options
16225  defined, are defined to be the header rows of all pages of the longtable;
16226  except for the first page, if 
16227 \family sans
16228 First
16229 \begin_inset space ~
16230 \end_inset
16231
16232 header
16233 \family default
16234  is defined.
16235 \end_layout
16236
16237 \begin_layout Description
16238
16239 \family sans
16240 First
16241 \begin_inset space ~
16242 \end_inset
16243
16244 header
16245 \family default
16246 : The current row and all rows above, that don't have any special options
16247  defined, are defined to be the header rows of the first page of the longtable.
16248 \end_layout
16249
16250 \begin_layout Description
16251
16252 \family sans
16253 Footer
16254 \family default
16255 : The current row and all rows below, that don't have any special options
16256  defined, are defined to be the footer rows of all pages of the longtable;
16257  except for the last page, if 
16258 \family sans
16259 Last
16260 \begin_inset space ~
16261 \end_inset
16262
16263 footer
16264 \family default
16265  is defined.
16266 \end_layout
16267
16268 \begin_layout Description
16269
16270 \family sans
16271 Last
16272 \begin_inset space ~
16273 \end_inset
16274
16275 footer
16276 \family default
16277 : The current row and all rows below, that don't have any special options
16278  defined, are defined to be the footer rows of the last page of the longtable.
16279 \end_layout
16280
16281 \begin_layout Standard
16282 You can also specify a row where the table is splitted.
16283  If you set more than one option in the same table row, you should be aware
16284  of the fact that only the first one is used in the given table row.
16285  The others will then be defined as 
16286 \emph on
16287 empty
16288 \emph default
16289 .
16290  In this context, first means first in this order: 
16291 \family sans
16292 Footer, Last
16293 \begin_inset space ~
16294 \end_inset
16295
16296 footer,
16297 \family default
16298  
16299 \family sans
16300 Header,
16301 \family default
16302  
16303 \family sans
16304 First
16305 \begin_inset space ~
16306 \end_inset
16307
16308 header.
16309
16310 \family default
16311  See the following longtable to see how it works:
16312 \end_layout
16313
16314 \begin_layout Standard
16315 \align center
16316 \begin_inset Tabular
16317 <lyxtabular version="3" rows="69" columns="3">
16318 <features islongtable="true">
16319 <column alignment="block" valignment="top" width="5cm">
16320 <column alignment="left" valignment="top" width="0pt">
16321 <column alignment="right" valignment="top" width="0pt">
16322 <row endfirsthead="true">
16323 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16324 \begin_inset Text
16325
16326 \begin_layout Plain Layout
16327
16328 \series bold
16329 Example Phone List (ignore the names)
16330 \end_layout
16331
16332 \end_inset
16333 </cell>
16334 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16335 \begin_inset Text
16336
16337 \begin_layout Plain Layout
16338
16339 \end_layout
16340
16341 \end_inset
16342 </cell>
16343 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16344 \begin_inset Text
16345
16346 \begin_layout Plain Layout
16347
16348 \end_layout
16349
16350 \end_inset
16351 </cell>
16352 </row>
16353 <row endfirsthead="true">
16354 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16355 \begin_inset Text
16356
16357 \begin_layout Plain Layout
16358
16359 \series bold
16360 NAME
16361 \end_layout
16362
16363 \end_inset
16364 </cell>
16365 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16366 \begin_inset Text
16367
16368 \begin_layout Plain Layout
16369
16370 \end_layout
16371
16372 \end_inset
16373 </cell>
16374 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16375 \begin_inset Text
16376
16377 \begin_layout Plain Layout
16378
16379 \series bold
16380 TEL.
16381 \end_layout
16382
16383 \end_inset
16384 </cell>
16385 </row>
16386 <row endhead="true">
16387 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16388 \begin_inset Text
16389
16390 \begin_layout Plain Layout
16391  
16392 \series bold
16393 Example Phone List
16394 \end_layout
16395
16396 \end_inset
16397 </cell>
16398 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16399 \begin_inset Text
16400
16401 \begin_layout Plain Layout
16402
16403 \end_layout
16404
16405 \end_inset
16406 </cell>
16407 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16408 \begin_inset Text
16409
16410 \begin_layout Plain Layout
16411
16412 \end_layout
16413
16414 \end_inset
16415 </cell>
16416 </row>
16417 <row endhead="true">
16418 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16419 \begin_inset Text
16420
16421 \begin_layout Plain Layout
16422
16423 \series bold
16424 NAME
16425 \end_layout
16426
16427 \end_inset
16428 </cell>
16429 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16430 \begin_inset Text
16431
16432 \begin_layout Plain Layout
16433
16434 \end_layout
16435
16436 \end_inset
16437 </cell>
16438 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16439 \begin_inset Text
16440
16441 \begin_layout Plain Layout
16442
16443 \series bold
16444 TEL.
16445 \end_layout
16446
16447 \end_inset
16448 </cell>
16449 </row>
16450 <row endfoot="true">
16451 <cell multicolumn="1" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16452 \begin_inset Text
16453
16454 \begin_layout Plain Layout
16455  
16456 \series bold
16457 continue ...
16458 \end_layout
16459
16460 \end_inset
16461 </cell>
16462 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16463 \begin_inset Text
16464
16465 \begin_layout Plain Layout
16466
16467 \end_layout
16468
16469 \end_inset
16470 </cell>
16471 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16472 \begin_inset Text
16473
16474 \begin_layout Plain Layout
16475
16476 \end_layout
16477
16478 \end_inset
16479 </cell>
16480 </row>
16481 <row>
16482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16483 \begin_inset Text
16484
16485 \begin_layout Plain Layout
16486
16487 \series bold
16488 Annovi
16489 \end_layout
16490
16491 \end_inset
16492 </cell>
16493 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16494 \begin_inset Text
16495
16496 \begin_layout Plain Layout
16497 Silvia
16498 \end_layout
16499
16500 \end_inset
16501 </cell>
16502 <cell alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16503 \begin_inset Text
16504
16505 \begin_layout Plain Layout
16506 111
16507 \end_layout
16508
16509 \end_inset
16510 </cell>
16511 </row>
16512 <row>
16513 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16514 \begin_inset Text
16515
16516 \begin_layout Plain Layout
16517
16518 \series bold
16519 Bertoli
16520 \end_layout
16521
16522 \end_inset
16523 </cell>
16524 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16525 \begin_inset Text
16526
16527 \begin_layout Plain Layout
16528 Stefano
16529 \end_layout
16530
16531 \end_inset
16532 </cell>
16533 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16534 \begin_inset Text
16535
16536 \begin_layout Plain Layout
16537 111
16538 \end_layout
16539
16540 \end_inset
16541 </cell>
16542 </row>
16543 <row>
16544 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16545 \begin_inset Text
16546
16547 \begin_layout Plain Layout
16548
16549 \series bold
16550 Bozzi
16551 \end_layout
16552
16553 \end_inset
16554 </cell>
16555 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16556 \begin_inset Text
16557
16558 \begin_layout Plain Layout
16559 Walter
16560 \end_layout
16561
16562 \end_inset
16563 </cell>
16564 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16565 \begin_inset Text
16566
16567 \begin_layout Plain Layout
16568 111
16569 \end_layout
16570
16571 \end_inset
16572 </cell>
16573 </row>
16574 <row>
16575 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16576 \begin_inset Text
16577
16578 \begin_layout Plain Layout
16579
16580 \series bold
16581 Cachia
16582 \end_layout
16583
16584 \end_inset
16585 </cell>
16586 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16587 \begin_inset Text
16588
16589 \begin_layout Plain Layout
16590 Maria
16591 \end_layout
16592
16593 \end_inset
16594 </cell>
16595 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16596 \begin_inset Text
16597
16598 \begin_layout Plain Layout
16599 111
16600 \end_layout
16601
16602 \end_inset
16603 </cell>
16604 </row>
16605 <row>
16606 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16607 \begin_inset Text
16608
16609 \begin_layout Plain Layout
16610
16611 \series bold
16612 Cachia
16613 \end_layout
16614
16615 \end_inset
16616 </cell>
16617 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16618 \begin_inset Text
16619
16620 \begin_layout Plain Layout
16621 Maurizio
16622 \end_layout
16623
16624 \end_inset
16625 </cell>
16626 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16627 \begin_inset Text
16628
16629 \begin_layout Plain Layout
16630 111
16631 \end_layout
16632
16633 \end_inset
16634 </cell>
16635 </row>
16636 <row>
16637 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16638 \begin_inset Text
16639
16640 \begin_layout Plain Layout
16641
16642 \series bold
16643 Cinquemani
16644 \end_layout
16645
16646 \end_inset
16647 </cell>
16648 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16649 \begin_inset Text
16650
16651 \begin_layout Plain Layout
16652 Giusi
16653 \end_layout
16654
16655 \end_inset
16656 </cell>
16657 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16658 \begin_inset Text
16659
16660 \begin_layout Plain Layout
16661 111
16662 \end_layout
16663
16664 \end_inset
16665 </cell>
16666 </row>
16667 <row>
16668 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16669 \begin_inset Text
16670
16671 \begin_layout Plain Layout
16672
16673 \series bold
16674 Colin
16675 \end_layout
16676
16677 \end_inset
16678 </cell>
16679 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16680 \begin_inset Text
16681
16682 \begin_layout Plain Layout
16683 Bernard
16684 \end_layout
16685
16686 \end_inset
16687 </cell>
16688 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16689 \begin_inset Text
16690
16691 \begin_layout Plain Layout
16692 111
16693 \end_layout
16694
16695 \end_inset
16696 </cell>
16697 </row>
16698 <row>
16699 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16700 \begin_inset Text
16701
16702 \begin_layout Plain Layout
16703
16704 \series bold
16705 Concli
16706 \end_layout
16707
16708 \end_inset
16709 </cell>
16710 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16711 \begin_inset Text
16712
16713 \begin_layout Plain Layout
16714 Gianfranco
16715 \end_layout
16716
16717 \end_inset
16718 </cell>
16719 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16720 \begin_inset Text
16721
16722 \begin_layout Plain Layout
16723 111
16724 \end_layout
16725
16726 \end_inset
16727 </cell>
16728 </row>
16729 <row>
16730 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16731 \begin_inset Text
16732
16733 \begin_layout Plain Layout
16734
16735 \series bold
16736 Dal Bosco
16737 \end_layout
16738
16739 \end_inset
16740 </cell>
16741 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16742 \begin_inset Text
16743
16744 \begin_layout Plain Layout
16745 Carolina
16746 \end_layout
16747
16748 \end_inset
16749 </cell>
16750 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16751 \begin_inset Text
16752
16753 \begin_layout Plain Layout
16754 111
16755 \end_layout
16756
16757 \end_inset
16758 </cell>
16759 </row>
16760 <row>
16761 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16762 \begin_inset Text
16763
16764 \begin_layout Plain Layout
16765
16766 \series bold
16767 Dalpiaz
16768 \end_layout
16769
16770 \end_inset
16771 </cell>
16772 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16773 \begin_inset Text
16774
16775 \begin_layout Plain Layout
16776 Annamaria
16777 \end_layout
16778
16779 \end_inset
16780 </cell>
16781 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16782 \begin_inset Text
16783
16784 \begin_layout Plain Layout
16785 111
16786 \end_layout
16787
16788 \end_inset
16789 </cell>
16790 </row>
16791 <row>
16792 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16793 \begin_inset Text
16794
16795 \begin_layout Plain Layout
16796
16797 \series bold
16798 Feliciello
16799 \end_layout
16800
16801 \end_inset
16802 </cell>
16803 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16804 \begin_inset Text
16805
16806 \begin_layout Plain Layout
16807 Domenico
16808 \end_layout
16809
16810 \end_inset
16811 </cell>
16812 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16813 \begin_inset Text
16814
16815 \begin_layout Plain Layout
16816 111
16817 \end_layout
16818
16819 \end_inset
16820 </cell>
16821 </row>
16822 <row>
16823 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16824 \begin_inset Text
16825
16826 \begin_layout Plain Layout
16827
16828 \series bold
16829 Focarelli
16830 \end_layout
16831
16832 \end_inset
16833 </cell>
16834 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16835 \begin_inset Text
16836
16837 \begin_layout Plain Layout
16838 Paola
16839 \end_layout
16840
16841 \end_inset
16842 </cell>
16843 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16844 \begin_inset Text
16845
16846 \begin_layout Plain Layout
16847 111
16848 \end_layout
16849
16850 \end_inset
16851 </cell>
16852 </row>
16853 <row>
16854 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16855 \begin_inset Text
16856
16857 \begin_layout Plain Layout
16858
16859 \series bold
16860 Galletti
16861 \end_layout
16862
16863 \end_inset
16864 </cell>
16865 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16866 \begin_inset Text
16867
16868 \begin_layout Plain Layout
16869 Oreste
16870 \end_layout
16871
16872 \end_inset
16873 </cell>
16874 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16875 \begin_inset Text
16876
16877 \begin_layout Plain Layout
16878 111
16879 \end_layout
16880
16881 \end_inset
16882 </cell>
16883 </row>
16884 <row>
16885 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16886 \begin_inset Text
16887
16888 \begin_layout Plain Layout
16889
16890 \series bold
16891 Gasparini
16892 \end_layout
16893
16894 \end_inset
16895 </cell>
16896 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16897 \begin_inset Text
16898
16899 \begin_layout Plain Layout
16900 Franca
16901 \end_layout
16902
16903 \end_inset
16904 </cell>
16905 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16906 \begin_inset Text
16907
16908 \begin_layout Plain Layout
16909 111
16910 \end_layout
16911
16912 \end_inset
16913 </cell>
16914 </row>
16915 <row>
16916 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16917 \begin_inset Text
16918
16919 \begin_layout Plain Layout
16920
16921 \series bold
16922 Rizzardi
16923 \end_layout
16924
16925 \end_inset
16926 </cell>
16927 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16928 \begin_inset Text
16929
16930 \begin_layout Plain Layout
16931 Paola
16932 \end_layout
16933
16934 \end_inset
16935 </cell>
16936 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16937 \begin_inset Text
16938
16939 \begin_layout Plain Layout
16940 111
16941 \end_layout
16942
16943 \end_inset
16944 </cell>
16945 </row>
16946 <row>
16947 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16948 \begin_inset Text
16949
16950 \begin_layout Plain Layout
16951
16952 \series bold
16953 Lassini
16954 \end_layout
16955
16956 \end_inset
16957 </cell>
16958 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16959 \begin_inset Text
16960
16961 \begin_layout Plain Layout
16962 Giancarlo
16963 \end_layout
16964
16965 \end_inset
16966 </cell>
16967 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16968 \begin_inset Text
16969
16970 \begin_layout Plain Layout
16971 111
16972 \end_layout
16973
16974 \end_inset
16975 </cell>
16976 </row>
16977 <row>
16978 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16979 \begin_inset Text
16980
16981 \begin_layout Plain Layout
16982
16983 \series bold
16984 Malfatti
16985 \end_layout
16986
16987 \end_inset
16988 </cell>
16989 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16990 \begin_inset Text
16991
16992 \begin_layout Plain Layout
16993 Luciano
16994 \end_layout
16995
16996 \end_inset
16997 </cell>
16998 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16999 \begin_inset Text
17000
17001 \begin_layout Plain Layout
17002 111
17003 \end_layout
17004
17005 \end_inset
17006 </cell>
17007 </row>
17008 <row>
17009 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17010 \begin_inset Text
17011
17012 \begin_layout Plain Layout
17013
17014 \series bold
17015 Malfatti
17016 \end_layout
17017
17018 \end_inset
17019 </cell>
17020 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17021 \begin_inset Text
17022
17023 \begin_layout Plain Layout
17024 Valeriano
17025 \end_layout
17026
17027 \end_inset
17028 </cell>
17029 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17030 \begin_inset Text
17031
17032 \begin_layout Plain Layout
17033 111
17034 \end_layout
17035
17036 \end_inset
17037 </cell>
17038 </row>
17039 <row>
17040 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17041 \begin_inset Text
17042
17043 \begin_layout Plain Layout
17044
17045 \series bold
17046 Meneguzzo
17047 \end_layout
17048
17049 \end_inset
17050 </cell>
17051 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17052 \begin_inset Text
17053
17054 \begin_layout Plain Layout
17055 Roberto
17056 \end_layout
17057
17058 \end_inset
17059 </cell>
17060 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17061 \begin_inset Text
17062
17063 \begin_layout Plain Layout
17064 111
17065 \end_layout
17066
17067 \end_inset
17068 </cell>
17069 </row>
17070 <row>
17071 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17072 \begin_inset Text
17073
17074 \begin_layout Plain Layout
17075
17076 \series bold
17077 Mezzadra
17078 \end_layout
17079
17080 \end_inset
17081 </cell>
17082 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17083 \begin_inset Text
17084
17085 \begin_layout Plain Layout
17086 Roberto
17087 \end_layout
17088
17089 \end_inset
17090 </cell>
17091 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17092 \begin_inset Text
17093
17094 \begin_layout Plain Layout
17095 111
17096 \end_layout
17097
17098 \end_inset
17099 </cell>
17100 </row>
17101 <row>
17102 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17103 \begin_inset Text
17104
17105 \begin_layout Plain Layout
17106
17107 \series bold
17108 Pirpamer
17109 \end_layout
17110
17111 \end_inset
17112 </cell>
17113 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17114 \begin_inset Text
17115
17116 \begin_layout Plain Layout
17117 Erich
17118 \end_layout
17119
17120 \end_inset
17121 </cell>
17122 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17123 \begin_inset Text
17124
17125 \begin_layout Plain Layout
17126 111
17127 \end_layout
17128
17129 \end_inset
17130 </cell>
17131 </row>
17132 <row>
17133 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17134 \begin_inset Text
17135
17136 \begin_layout Plain Layout
17137
17138 \series bold
17139 Pochiesa
17140 \end_layout
17141
17142 \end_inset
17143 </cell>
17144 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17145 \begin_inset Text
17146
17147 \begin_layout Plain Layout
17148 Paolo
17149 \end_layout
17150
17151 \end_inset
17152 </cell>
17153 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17154 \begin_inset Text
17155
17156 \begin_layout Plain Layout
17157 111, 222
17158 \end_layout
17159
17160 \end_inset
17161 </cell>
17162 </row>
17163 <row>
17164 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17165 \begin_inset Text
17166
17167 \begin_layout Plain Layout
17168
17169 \series bold
17170 Radina
17171 \end_layout
17172
17173 \end_inset
17174 </cell>
17175 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17176 \begin_inset Text
17177
17178 \begin_layout Plain Layout
17179 Claudio
17180 \end_layout
17181
17182 \end_inset
17183 </cell>
17184 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17185 \begin_inset Text
17186
17187 \begin_layout Plain Layout
17188 111
17189 \end_layout
17190
17191 \end_inset
17192 </cell>
17193 </row>
17194 <row>
17195 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17196 \begin_inset Text
17197
17198 \begin_layout Plain Layout
17199
17200 \series bold
17201 Stuffer
17202 \end_layout
17203
17204 \end_inset
17205 </cell>
17206 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17207 \begin_inset Text
17208
17209 \begin_layout Plain Layout
17210 Oskar
17211 \end_layout
17212
17213 \end_inset
17214 </cell>
17215 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17216 \begin_inset Text
17217
17218 \begin_layout Plain Layout
17219 111
17220 \end_layout
17221
17222 \end_inset
17223 </cell>
17224 </row>
17225 <row>
17226 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17227 \begin_inset Text
17228
17229 \begin_layout Plain Layout
17230
17231 \series bold
17232 Tacchelli
17233 \end_layout
17234
17235 \end_inset
17236 </cell>
17237 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17238 \begin_inset Text
17239
17240 \begin_layout Plain Layout
17241 Ugo
17242 \end_layout
17243
17244 \end_inset
17245 </cell>
17246 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17247 \begin_inset Text
17248
17249 \begin_layout Plain Layout
17250 111
17251 \end_layout
17252
17253 \end_inset
17254 </cell>
17255 </row>
17256 <row>
17257 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17258 \begin_inset Text
17259
17260 \begin_layout Plain Layout
17261
17262 \series bold
17263 Tezzele
17264 \end_layout
17265
17266 \end_inset
17267 </cell>
17268 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17269 \begin_inset Text
17270
17271 \begin_layout Plain Layout
17272 Margit
17273 \end_layout
17274
17275 \end_inset
17276 </cell>
17277 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17278 \begin_inset Text
17279
17280 \begin_layout Plain Layout
17281 111
17282 \end_layout
17283
17284 \end_inset
17285 </cell>
17286 </row>
17287 <row>
17288 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17289 \begin_inset Text
17290
17291 \begin_layout Plain Layout
17292
17293 \series bold
17294 Unterkalmsteiner
17295 \end_layout
17296
17297 \end_inset
17298 </cell>
17299 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17300 \begin_inset Text
17301
17302 \begin_layout Plain Layout
17303 Frieda
17304 \end_layout
17305
17306 \end_inset
17307 </cell>
17308 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17309 \begin_inset Text
17310
17311 \begin_layout Plain Layout
17312 111
17313 \end_layout
17314
17315 \end_inset
17316 </cell>
17317 </row>
17318 <row>
17319 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17320 \begin_inset Text
17321
17322 \begin_layout Plain Layout
17323
17324 \series bold
17325 Vieider
17326 \end_layout
17327
17328 \end_inset
17329 </cell>
17330 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17331 \begin_inset Text
17332
17333 \begin_layout Plain Layout
17334 Hilde
17335 \end_layout
17336
17337 \end_inset
17338 </cell>
17339 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17340 \begin_inset Text
17341
17342 \begin_layout Plain Layout
17343 111
17344 \end_layout
17345
17346 \end_inset
17347 </cell>
17348 </row>
17349 <row>
17350 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17351 \begin_inset Text
17352
17353 \begin_layout Plain Layout
17354
17355 \series bold
17356 Vigna
17357 \end_layout
17358
17359 \end_inset
17360 </cell>
17361 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17362 \begin_inset Text
17363
17364 \begin_layout Plain Layout
17365 Jürgen
17366 \end_layout
17367
17368 \end_inset
17369 </cell>
17370 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17371 \begin_inset Text
17372
17373 \begin_layout Plain Layout
17374 111
17375 \end_layout
17376
17377 \end_inset
17378 </cell>
17379 </row>
17380 <row>
17381 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17382 \begin_inset Text
17383
17384 \begin_layout Plain Layout
17385
17386 \series bold
17387 Weber
17388 \end_layout
17389
17390 \end_inset
17391 </cell>
17392 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17393 \begin_inset Text
17394
17395 \begin_layout Plain Layout
17396 Maurizio
17397 \end_layout
17398
17399 \end_inset
17400 </cell>
17401 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17402 \begin_inset Text
17403
17404 \begin_layout Plain Layout
17405 111
17406 \end_layout
17407
17408 \end_inset
17409 </cell>
17410 </row>
17411 <row>
17412 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17413 \begin_inset Text
17414
17415 \begin_layout Plain Layout
17416
17417 \series bold
17418 Winkler
17419 \end_layout
17420
17421 \end_inset
17422 </cell>
17423 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17424 \begin_inset Text
17425
17426 \begin_layout Plain Layout
17427 Franz
17428 \end_layout
17429
17430 \end_inset
17431 </cell>
17432 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17433 \begin_inset Text
17434
17435 \begin_layout Plain Layout
17436 111
17437 \end_layout
17438
17439 \end_inset
17440 </cell>
17441 </row>
17442 <row>
17443 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17444 \begin_inset Text
17445
17446 \begin_layout Plain Layout
17447  
17448 \end_layout
17449
17450 \end_inset
17451 </cell>
17452 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
17453 \begin_inset Text
17454
17455 \begin_layout Plain Layout
17456
17457 \end_layout
17458
17459 \end_inset
17460 </cell>
17461 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17462 \begin_inset Text
17463
17464 \begin_layout Plain Layout
17465
17466 \end_layout
17467
17468 \end_inset
17469 </cell>
17470 </row>
17471 <row>
17472 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17473 \begin_inset Text
17474
17475 \begin_layout Plain Layout
17476
17477 \series bold
17478 Annovi
17479 \end_layout
17480
17481 \end_inset
17482 </cell>
17483 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17484 \begin_inset Text
17485
17486 \begin_layout Plain Layout
17487 Silvia
17488 \end_layout
17489
17490 \end_inset
17491 </cell>
17492 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17493 \begin_inset Text
17494
17495 \begin_layout Plain Layout
17496 555
17497 \end_layout
17498
17499 \end_inset
17500 </cell>
17501 </row>
17502 <row>
17503 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17504 \begin_inset Text
17505
17506 \begin_layout Plain Layout
17507
17508 \series bold
17509 Bertoli
17510 \end_layout
17511
17512 \end_inset
17513 </cell>
17514 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17515 \begin_inset Text
17516
17517 \begin_layout Plain Layout
17518 Stefano
17519 \end_layout
17520
17521 \end_inset
17522 </cell>
17523 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17524 \begin_inset Text
17525
17526 \begin_layout Plain Layout
17527 555
17528 \end_layout
17529
17530 \end_inset
17531 </cell>
17532 </row>
17533 <row>
17534 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17535 \begin_inset Text
17536
17537 \begin_layout Plain Layout
17538
17539 \series bold
17540 Bozzi
17541 \end_layout
17542
17543 \end_inset
17544 </cell>
17545 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17546 \begin_inset Text
17547
17548 \begin_layout Plain Layout
17549 Walter
17550 \end_layout
17551
17552 \end_inset
17553 </cell>
17554 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17555 \begin_inset Text
17556
17557 \begin_layout Plain Layout
17558 555
17559 \end_layout
17560
17561 \end_inset
17562 </cell>
17563 </row>
17564 <row>
17565 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17566 \begin_inset Text
17567
17568 \begin_layout Plain Layout
17569
17570 \series bold
17571 Cachia
17572 \end_layout
17573
17574 \end_inset
17575 </cell>
17576 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17577 \begin_inset Text
17578
17579 \begin_layout Plain Layout
17580 Maria
17581 \end_layout
17582
17583 \end_inset
17584 </cell>
17585 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17586 \begin_inset Text
17587
17588 \begin_layout Plain Layout
17589 555
17590 \end_layout
17591
17592 \end_inset
17593 </cell>
17594 </row>
17595 <row>
17596 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17597 \begin_inset Text
17598
17599 \begin_layout Plain Layout
17600
17601 \series bold
17602 Cachia
17603 \end_layout
17604
17605 \end_inset
17606 </cell>
17607 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17608 \begin_inset Text
17609
17610 \begin_layout Plain Layout
17611 Maurizio
17612 \end_layout
17613
17614 \end_inset
17615 </cell>
17616 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17617 \begin_inset Text
17618
17619 \begin_layout Plain Layout
17620 555
17621 \end_layout
17622
17623 \end_inset
17624 </cell>
17625 </row>
17626 <row>
17627 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17628 \begin_inset Text
17629
17630 \begin_layout Plain Layout
17631
17632 \series bold
17633 Cinquemani
17634 \end_layout
17635
17636 \end_inset
17637 </cell>
17638 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17639 \begin_inset Text
17640
17641 \begin_layout Plain Layout
17642 Giusi
17643 \end_layout
17644
17645 \end_inset
17646 </cell>
17647 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17648 \begin_inset Text
17649
17650 \begin_layout Plain Layout
17651 555
17652 \end_layout
17653
17654 \end_inset
17655 </cell>
17656 </row>
17657 <row>
17658 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17659 \begin_inset Text
17660
17661 \begin_layout Plain Layout
17662
17663 \series bold
17664 Colin
17665 \end_layout
17666
17667 \end_inset
17668 </cell>
17669 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17670 \begin_inset Text
17671
17672 \begin_layout Plain Layout
17673 Bernard
17674 \end_layout
17675
17676 \end_inset
17677 </cell>
17678 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17679 \begin_inset Text
17680
17681 \begin_layout Plain Layout
17682 555
17683 \end_layout
17684
17685 \end_inset
17686 </cell>
17687 </row>
17688 <row>
17689 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17690 \begin_inset Text
17691
17692 \begin_layout Plain Layout
17693
17694 \series bold
17695 Concli
17696 \end_layout
17697
17698 \end_inset
17699 </cell>
17700 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17701 \begin_inset Text
17702
17703 \begin_layout Plain Layout
17704 Gianfranco
17705 \end_layout
17706
17707 \end_inset
17708 </cell>
17709 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17710 \begin_inset Text
17711
17712 \begin_layout Plain Layout
17713 555
17714 \end_layout
17715
17716 \end_inset
17717 </cell>
17718 </row>
17719 <row>
17720 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17721 \begin_inset Text
17722
17723 \begin_layout Plain Layout
17724
17725 \series bold
17726 Dal Bosco
17727 \end_layout
17728
17729 \end_inset
17730 </cell>
17731 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17732 \begin_inset Text
17733
17734 \begin_layout Plain Layout
17735 Carolina
17736 \end_layout
17737
17738 \end_inset
17739 </cell>
17740 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17741 \begin_inset Text
17742
17743 \begin_layout Plain Layout
17744 555
17745 \end_layout
17746
17747 \end_inset
17748 </cell>
17749 </row>
17750 <row>
17751 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17752 \begin_inset Text
17753
17754 \begin_layout Plain Layout
17755
17756 \series bold
17757 Dalpiaz
17758 \end_layout
17759
17760 \end_inset
17761 </cell>
17762 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17763 \begin_inset Text
17764
17765 \begin_layout Plain Layout
17766 Annamaria
17767 \end_layout
17768
17769 \end_inset
17770 </cell>
17771 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17772 \begin_inset Text
17773
17774 \begin_layout Plain Layout
17775 555
17776 \end_layout
17777
17778 \end_inset
17779 </cell>
17780 </row>
17781 <row>
17782 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17783 \begin_inset Text
17784
17785 \begin_layout Plain Layout
17786
17787 \series bold
17788 Feliciello
17789 \end_layout
17790
17791 \end_inset
17792 </cell>
17793 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17794 \begin_inset Text
17795
17796 \begin_layout Plain Layout
17797 Domenico
17798 \end_layout
17799
17800 \end_inset
17801 </cell>
17802 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17803 \begin_inset Text
17804
17805 \begin_layout Plain Layout
17806 555
17807 \end_layout
17808
17809 \end_inset
17810 </cell>
17811 </row>
17812 <row>
17813 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17814 \begin_inset Text
17815
17816 \begin_layout Plain Layout
17817
17818 \series bold
17819 Focarelli
17820 \end_layout
17821
17822 \end_inset
17823 </cell>
17824 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17825 \begin_inset Text
17826
17827 \begin_layout Plain Layout
17828 Paola
17829 \end_layout
17830
17831 \end_inset
17832 </cell>
17833 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17834 \begin_inset Text
17835
17836 \begin_layout Plain Layout
17837 555
17838 \end_layout
17839
17840 \end_inset
17841 </cell>
17842 </row>
17843 <row>
17844 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17845 \begin_inset Text
17846
17847 \begin_layout Plain Layout
17848
17849 \series bold
17850 Galletti
17851 \end_layout
17852
17853 \end_inset
17854 </cell>
17855 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17856 \begin_inset Text
17857
17858 \begin_layout Plain Layout
17859 Oreste
17860 \end_layout
17861
17862 \end_inset
17863 </cell>
17864 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17865 \begin_inset Text
17866
17867 \begin_layout Plain Layout
17868 555
17869 \end_layout
17870
17871 \end_inset
17872 </cell>
17873 </row>
17874 <row>
17875 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17876 \begin_inset Text
17877
17878 \begin_layout Plain Layout
17879
17880 \series bold
17881 Gasparini
17882 \end_layout
17883
17884 \end_inset
17885 </cell>
17886 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17887 \begin_inset Text
17888
17889 \begin_layout Plain Layout
17890 Franca
17891 \end_layout
17892
17893 \end_inset
17894 </cell>
17895 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17896 \begin_inset Text
17897
17898 \begin_layout Plain Layout
17899 555
17900 \end_layout
17901
17902 \end_inset
17903 </cell>
17904 </row>
17905 <row>
17906 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17907 \begin_inset Text
17908
17909 \begin_layout Plain Layout
17910
17911 \series bold
17912 Rizzardi
17913 \end_layout
17914
17915 \end_inset
17916 </cell>
17917 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17918 \begin_inset Text
17919
17920 \begin_layout Plain Layout
17921 Paola
17922 \end_layout
17923
17924 \end_inset
17925 </cell>
17926 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17927 \begin_inset Text
17928
17929 \begin_layout Plain Layout
17930 555
17931 \end_layout
17932
17933 \end_inset
17934 </cell>
17935 </row>
17936 <row>
17937 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17938 \begin_inset Text
17939
17940 \begin_layout Plain Layout
17941
17942 \series bold
17943 Lassini
17944 \end_layout
17945
17946 \end_inset
17947 </cell>
17948 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17949 \begin_inset Text
17950
17951 \begin_layout Plain Layout
17952 Giancarlo
17953 \end_layout
17954
17955 \end_inset
17956 </cell>
17957 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17958 \begin_inset Text
17959
17960 \begin_layout Plain Layout
17961 555
17962 \end_layout
17963
17964 \end_inset
17965 </cell>
17966 </row>
17967 <row>
17968 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17969 \begin_inset Text
17970
17971 \begin_layout Plain Layout
17972
17973 \series bold
17974 Malfatti
17975 \end_layout
17976
17977 \end_inset
17978 </cell>
17979 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17980 \begin_inset Text
17981
17982 \begin_layout Plain Layout
17983 Luciano
17984 \end_layout
17985
17986 \end_inset
17987 </cell>
17988 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17989 \begin_inset Text
17990
17991 \begin_layout Plain Layout
17992 555
17993 \end_layout
17994
17995 \end_inset
17996 </cell>
17997 </row>
17998 <row>
17999 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18000 \begin_inset Text
18001
18002 \begin_layout Plain Layout
18003
18004 \series bold
18005 Malfatti
18006 \end_layout
18007
18008 \end_inset
18009 </cell>
18010 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18011 \begin_inset Text
18012
18013 \begin_layout Plain Layout
18014 Valeriano
18015 \end_layout
18016
18017 \end_inset
18018 </cell>
18019 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18020 \begin_inset Text
18021
18022 \begin_layout Plain Layout
18023 555
18024 \end_layout
18025
18026 \end_inset
18027 </cell>
18028 </row>
18029 <row>
18030 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18031 \begin_inset Text
18032
18033 \begin_layout Plain Layout
18034
18035 \series bold
18036 Meneguzzo
18037 \end_layout
18038
18039 \end_inset
18040 </cell>
18041 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18042 \begin_inset Text
18043
18044 \begin_layout Plain Layout
18045 Roberto
18046 \end_layout
18047
18048 \end_inset
18049 </cell>
18050 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18051 \begin_inset Text
18052
18053 \begin_layout Plain Layout
18054 555
18055 \end_layout
18056
18057 \end_inset
18058 </cell>
18059 </row>
18060 <row>
18061 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18062 \begin_inset Text
18063
18064 \begin_layout Plain Layout
18065
18066 \series bold
18067 Mezzadra
18068 \end_layout
18069
18070 \end_inset
18071 </cell>
18072 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18073 \begin_inset Text
18074
18075 \begin_layout Plain Layout
18076 Roberto
18077 \end_layout
18078
18079 \end_inset
18080 </cell>
18081 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18082 \begin_inset Text
18083
18084 \begin_layout Plain Layout
18085 555
18086 \end_layout
18087
18088 \end_inset
18089 </cell>
18090 </row>
18091 <row>
18092 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18093 \begin_inset Text
18094
18095 \begin_layout Plain Layout
18096
18097 \series bold
18098 Pirpamer
18099 \end_layout
18100
18101 \end_inset
18102 </cell>
18103 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18104 \begin_inset Text
18105
18106 \begin_layout Plain Layout
18107 Erich
18108 \end_layout
18109
18110 \end_inset
18111 </cell>
18112 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18113 \begin_inset Text
18114
18115 \begin_layout Plain Layout
18116 555
18117 \end_layout
18118
18119 \end_inset
18120 </cell>
18121 </row>
18122 <row>
18123 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18124 \begin_inset Text
18125
18126 \begin_layout Plain Layout
18127
18128 \series bold
18129 Pochiesa
18130 \end_layout
18131
18132 \end_inset
18133 </cell>
18134 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18135 \begin_inset Text
18136
18137 \begin_layout Plain Layout
18138 Paolo
18139 \end_layout
18140
18141 \end_inset
18142 </cell>
18143 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18144 \begin_inset Text
18145
18146 \begin_layout Plain Layout
18147 555, 222
18148 \end_layout
18149
18150 \end_inset
18151 </cell>
18152 </row>
18153 <row>
18154 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18155 \begin_inset Text
18156
18157 \begin_layout Plain Layout
18158
18159 \series bold
18160 Radina
18161 \end_layout
18162
18163 \end_inset
18164 </cell>
18165 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18166 \begin_inset Text
18167
18168 \begin_layout Plain Layout
18169 Claudio
18170 \end_layout
18171
18172 \end_inset
18173 </cell>
18174 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18175 \begin_inset Text
18176
18177 \begin_layout Plain Layout
18178 555
18179 \end_layout
18180
18181 \end_inset
18182 </cell>
18183 </row>
18184 <row>
18185 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18186 \begin_inset Text
18187
18188 \begin_layout Plain Layout
18189
18190 \series bold
18191 Stuffer
18192 \end_layout
18193
18194 \end_inset
18195 </cell>
18196 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18197 \begin_inset Text
18198
18199 \begin_layout Plain Layout
18200 Oskar
18201 \end_layout
18202
18203 \end_inset
18204 </cell>
18205 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18206 \begin_inset Text
18207
18208 \begin_layout Plain Layout
18209 555
18210 \end_layout
18211
18212 \end_inset
18213 </cell>
18214 </row>
18215 <row>
18216 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18217 \begin_inset Text
18218
18219 \begin_layout Plain Layout
18220
18221 \series bold
18222 Tacchelli
18223 \end_layout
18224
18225 \end_inset
18226 </cell>
18227 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18228 \begin_inset Text
18229
18230 \begin_layout Plain Layout
18231 Ugo
18232 \end_layout
18233
18234 \end_inset
18235 </cell>
18236 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18237 \begin_inset Text
18238
18239 \begin_layout Plain Layout
18240 555
18241 \end_layout
18242
18243 \end_inset
18244 </cell>
18245 </row>
18246 <row>
18247 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18248 \begin_inset Text
18249
18250 \begin_layout Plain Layout
18251
18252 \series bold
18253 Tezzele
18254 \end_layout
18255
18256 \end_inset
18257 </cell>
18258 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18259 \begin_inset Text
18260
18261 \begin_layout Plain Layout
18262 Margit
18263 \end_layout
18264
18265 \end_inset
18266 </cell>
18267 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18268 \begin_inset Text
18269
18270 \begin_layout Plain Layout
18271 555
18272 \end_layout
18273
18274 \end_inset
18275 </cell>
18276 </row>
18277 <row>
18278 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18279 \begin_inset Text
18280
18281 \begin_layout Plain Layout
18282
18283 \series bold
18284 Unterkalmsteiner
18285 \end_layout
18286
18287 \end_inset
18288 </cell>
18289 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18290 \begin_inset Text
18291
18292 \begin_layout Plain Layout
18293 Frieda
18294 \end_layout
18295
18296 \end_inset
18297 </cell>
18298 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18299 \begin_inset Text
18300
18301 \begin_layout Plain Layout
18302 555
18303 \end_layout
18304
18305 \end_inset
18306 </cell>
18307 </row>
18308 <row>
18309 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18310 \begin_inset Text
18311
18312 \begin_layout Plain Layout
18313
18314 \series bold
18315 Vieider
18316 \end_layout
18317
18318 \end_inset
18319 </cell>
18320 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18321 \begin_inset Text
18322
18323 \begin_layout Plain Layout
18324 Hilde
18325 \end_layout
18326
18327 \end_inset
18328 </cell>
18329 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18330 \begin_inset Text
18331
18332 \begin_layout Plain Layout
18333 555
18334 \end_layout
18335
18336 \end_inset
18337 </cell>
18338 </row>
18339 <row>
18340 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18341 \begin_inset Text
18342
18343 \begin_layout Plain Layout
18344
18345 \series bold
18346 Vigna
18347 \end_layout
18348
18349 \end_inset
18350 </cell>
18351 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18352 \begin_inset Text
18353
18354 \begin_layout Plain Layout
18355 Jürgen
18356 \end_layout
18357
18358 \end_inset
18359 </cell>
18360 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18361 \begin_inset Text
18362
18363 \begin_layout Plain Layout
18364 999
18365 \end_layout
18366
18367 \end_inset
18368 </cell>
18369 </row>
18370 <row>
18371 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18372 \begin_inset Text
18373
18374 \begin_layout Plain Layout
18375
18376 \series bold
18377 Weber
18378 \end_layout
18379
18380 \end_inset
18381 </cell>
18382 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18383 \begin_inset Text
18384
18385 \begin_layout Plain Layout
18386 Maurizio
18387 \end_layout
18388
18389 \end_inset
18390 </cell>
18391 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18392 \begin_inset Text
18393
18394 \begin_layout Plain Layout
18395 555
18396 \end_layout
18397
18398 \end_inset
18399 </cell>
18400 </row>
18401 <row>
18402 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18403 \begin_inset Text
18404
18405 \begin_layout Plain Layout
18406
18407 \series bold
18408 Winkler
18409 \end_layout
18410
18411 \end_inset
18412 </cell>
18413 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18414 \begin_inset Text
18415
18416 \begin_layout Plain Layout
18417 Franz
18418 \end_layout
18419
18420 \end_inset
18421 </cell>
18422 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18423 \begin_inset Text
18424
18425 \begin_layout Plain Layout
18426 555
18427 \end_layout
18428
18429 \end_inset
18430 </cell>
18431 </row>
18432 <row endlastfoot="true">
18433 <cell multicolumn="1" alignment="block" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18434 \begin_inset Text
18435
18436 \begin_layout Plain Layout
18437
18438 \series bold
18439 End
18440 \end_layout
18441
18442 \end_inset
18443 </cell>
18444 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
18445 \begin_inset Text
18446
18447 \begin_layout Plain Layout
18448
18449 \end_layout
18450
18451 \end_inset
18452 </cell>
18453 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18454 \begin_inset Text
18455
18456 \begin_layout Plain Layout
18457
18458 \end_layout
18459
18460 \end_inset
18461 </cell>
18462 </row>
18463 </lyxtabular>
18464
18465 \end_inset
18466
18467
18468 \end_layout
18469
18470 \begin_layout Subsection
18471 Table Cells
18472 \begin_inset Index
18473 status collapsed
18474
18475 \begin_layout Plain Layout
18476 Tables ! Cells
18477 \end_layout
18478
18479 \end_inset
18480
18481
18482 \begin_inset CommandInset label
18483 LatexCommand label
18484 name "sub:Table-Cells"
18485
18486 \end_inset
18487
18488
18489 \end_layout
18490
18491 \begin_layout Standard
18492 A table cell can contain text, inline equations, a figure, or another table.
18493  All these kinds of objects can be placed in the same cell.
18494  Font sizes and shapes can also be altered.
18495  But you can't put a special environment in a cell (like 
18496 \family sans
18497 Section*
18498 \family default
18499 , etc.), nor set spacing options etc.
18500  for the cell's paragraph.
18501 \end_layout
18502
18503 \begin_layout Standard
18504 To have multi-line entries in table cells, you have to declare a fixed width
18505  for the column in the table dialog.
18506  Your text is then automatically split into multiple lines and the cell
18507  is enlarged vertically when the length of the text exceeds the given width.
18508  An example:
18509 \end_layout
18510
18511 \begin_layout Standard
18512 \align center
18513 \begin_inset Tabular
18514 <lyxtabular version="3" rows="4" columns="3">
18515 <features>
18516 <column alignment="center" valignment="top" width="0pt">
18517 <column alignment="block" valignment="top" width="3cm">
18518 <column alignment="center" valignment="top" width="0pt">
18519 <row>
18520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18521 \begin_inset Text
18522
18523 \begin_layout Plain Layout
18524
18525 \family roman
18526 \series medium
18527 \shape up
18528 \size normal
18529 \emph off
18530 \bar no
18531 \noun off
18532 \color none
18533 1
18534 \end_layout
18535
18536 \end_inset
18537 </cell>
18538 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18539 \begin_inset Text
18540
18541 \begin_layout Plain Layout
18542
18543 \family roman
18544 \series medium
18545 \shape up
18546 \size normal
18547 \emph off
18548 \bar no
18549 \noun off
18550 \color none
18551 2
18552 \end_layout
18553
18554 \end_inset
18555 </cell>
18556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18557 \begin_inset Text
18558
18559 \begin_layout Plain Layout
18560
18561 \family roman
18562 \series medium
18563 \shape up
18564 \size normal
18565 \emph off
18566 \bar no
18567 \noun off
18568 \color none
18569 3
18570 \end_layout
18571
18572 \end_inset
18573 </cell>
18574 </row>
18575 <row>
18576 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18577 \begin_inset Text
18578
18579 \begin_layout Plain Layout
18580
18581 \family roman
18582 \series medium
18583 \shape up
18584 \size normal
18585 \emph off
18586 \bar no
18587 \noun off
18588 \color none
18589 4
18590 \end_layout
18591
18592 \end_inset
18593 </cell>
18594 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18595 \begin_inset Text
18596
18597 \begin_layout Plain Layout
18598
18599 \family roman
18600 \series medium
18601 \shape up
18602 \size normal
18603 \emph off
18604 \bar no
18605 \noun off
18606 \color none
18607 This is a multiline entry in a table.
18608 \end_layout
18609
18610 \end_inset
18611 </cell>
18612 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18613 \begin_inset Text
18614
18615 \begin_layout Plain Layout
18616
18617 \family roman
18618 \series medium
18619 \shape up
18620 \size normal
18621 \emph off
18622 \bar no
18623 \noun off
18624 \color none
18625 5
18626 \end_layout
18627
18628 \end_inset
18629 </cell>
18630 </row>
18631 <row>
18632 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18633 \begin_inset Text
18634
18635 \begin_layout Plain Layout
18636
18637 \family roman
18638 \series medium
18639 \shape up
18640 \size normal
18641 \emph off
18642 \bar no
18643 \noun off
18644 \color none
18645 6
18646 \end_layout
18647
18648 \end_inset
18649 </cell>
18650 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18651 \begin_inset Text
18652
18653 \begin_layout Plain Layout
18654
18655 \family roman
18656 \series medium
18657 \shape up
18658 \size normal
18659 \emph off
18660 \bar no
18661 \noun off
18662 \color none
18663 This is longer now.
18664 \end_layout
18665
18666 \end_inset
18667 </cell>
18668 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18669 \begin_inset Text
18670
18671 \begin_layout Plain Layout
18672
18673 \family roman
18674 \series medium
18675 \shape up
18676 \size normal
18677 \emph off
18678 \bar no
18679 \noun off
18680 \color none
18681 7
18682 \end_layout
18683
18684 \end_inset
18685 </cell>
18686 </row>
18687 <row>
18688 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18689 \begin_inset Text
18690
18691 \begin_layout Plain Layout
18692
18693 \family roman
18694 \series medium
18695 \shape up
18696 \size normal
18697 \emph off
18698 \bar no
18699 \noun off
18700 \color none
18701 8
18702 \end_layout
18703
18704 \end_inset
18705 </cell>
18706 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18707 \begin_inset Text
18708
18709 \begin_layout Plain Layout
18710
18711 \family roman
18712 \series medium
18713 \shape up
18714 \size normal
18715 \emph off
18716 \bar no
18717 \noun off
18718 \color none
18719 This is a multiline entry in a table.
18720  This is longer now.
18721 \end_layout
18722
18723 \end_inset
18724 </cell>
18725 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18726 \begin_inset Text
18727
18728 \begin_layout Plain Layout
18729
18730 \family roman
18731 \series medium
18732 \shape up
18733 \size normal
18734 \emph off
18735 \bar no
18736 \noun off
18737 \color none
18738 9
18739 \end_layout
18740
18741 \end_inset
18742 </cell>
18743 </row>
18744 </lyxtabular>
18745
18746 \end_inset
18747
18748
18749 \end_layout
18750
18751 \begin_layout Standard
18752 Cutting and pasting between tables and table cells works reasonably well.
18753  You can cut and paste even more than one row.
18754  Selection with the mouse or with 
18755 \family sans
18756 Shift
18757 \family default
18758  plus the arrow keys works as usual.
18759  You can also copy and paste the entire table as a single unit by starting
18760  the selection from outside the table.
18761 \end_layout
18762
18763 \begin_layout Section
18764 Floats
18765 \begin_inset Index
18766 status collapsed
18767
18768 \begin_layout Plain Layout
18769 Floats
18770 \end_layout
18771
18772 \end_inset
18773
18774
18775 \begin_inset CommandInset label
18776 LatexCommand label
18777 name "sec:Floats"
18778
18779 \end_inset
18780
18781
18782 \end_layout
18783
18784 \begin_layout Standard
18785 A float is a block of text associated with some sort of label, which doesn't
18786  have a fixed location.
18787  It can 
18788 \begin_inset Quotes eld
18789 \end_inset
18790
18791 float
18792 \begin_inset Quotes erd
18793 \end_inset
18794
18795  forward or backward a page or two, to wherever it fits best.
18796  
18797 \family sans
18798 Footnotes
18799 \family default
18800  and 
18801 \family sans
18802 Margin
18803 \begin_inset space ~
18804 \end_inset
18805
18806 Notes
18807 \family default
18808  are also floats, because they can float to the next page when there are
18809  too much notes at the page.
18810 \end_layout
18811
18812 \begin_layout Standard
18813 Floats makes it possible to get a high quality layout.
18814  Images and tables can evenly be spread to the pages to avoid whitespace
18815  and pages without text.
18816  As the floating often destroys the context between the text and the image/table
18817 , every float can be referenced in the text.
18818  Floats are therefore numbered.
18819  Referencing is described in section
18820 \begin_inset space ~
18821 \end_inset
18822
18823
18824 \begin_inset CommandInset ref
18825 LatexCommand ref
18826 reference "sec:Cross-References"
18827
18828 \end_inset
18829
18830 .
18831 \end_layout
18832
18833 \begin_layout Standard
18834 To insert a float, use the menu 
18835 \family sans
18836 Insert\SpecialChar \menuseparator
18837 Floats
18838 \family default
18839 .
18840  A box with a caption that has e.
18841 \begin_inset space \thinspace{}
18842 \end_inset
18843
18844 g.
18845 \begin_inset space ~
18846 \end_inset
18847
18848 the label 
18849 \begin_inset Quotes eld
18850 \end_inset
18851
18852 Figure
18853 \begin_inset space ~
18854 \end_inset
18855
18856 #:
18857 \begin_inset Quotes erd
18858 \end_inset
18859
18860  (# is the actual number) will be inserted into your document.
18861  The label will automatically be translated to the document language in
18862  the output.
18863  Behind the label you can insert the caption text.
18864 \begin_inset Index
18865 status collapsed
18866
18867 \begin_layout Plain Layout
18868 Floats ! Captions
18869 \end_layout
18870
18871 \end_inset
18872
18873  The image or table is inserted above or below the caption in a separate
18874  paragraph within the float.
18875  To keep your LyX-document readable, you can open and close the float box
18876  by left-clicking on the box label.
18877  A closed float box looks like this: 
18878 \begin_inset Graphics
18879         filename clipart/floatQt4.png
18880         scale 80
18881
18882 \end_inset
18883
18884  -- a gray button with a red label.
18885 \end_layout
18886
18887 \begin_layout Standard
18888 It is recommended to insert floats as a separate paragraph to avoid possible
18889  LaTeX-errors that can occur when the surrounding text is specially formatted.
18890 \end_layout
18891
18892 \begin_layout Subsection
18893 Float Types
18894 \end_layout
18895
18896 \begin_layout Subsubsection
18897 Figure Floats
18898 \begin_inset Index
18899 status collapsed
18900
18901 \begin_layout Plain Layout
18902 Floats ! Figure floats
18903 \end_layout
18904
18905 \end_inset
18906
18907
18908 \begin_inset CommandInset label
18909 LatexCommand label
18910 name "sec:Figure-Floats"
18911
18912 \end_inset
18913
18914
18915 \end_layout
18916
18917 \begin_layout Standard
18918 The menu 
18919 \family sans
18920 Insert\SpecialChar \menuseparator
18921 Float\SpecialChar \menuseparator
18922 Figure
18923 \family default
18924  inserts a float with the label 
18925 \begin_inset Quotes eld
18926 \end_inset
18927
18928
18929 \series bold
18930 Figure
18931 \begin_inset space ~
18932 \end_inset
18933
18934 #:
18935 \series default
18936
18937 \begin_inset Quotes erd
18938 \end_inset
18939
18940 .
18941  Set the cursor above this label (or before it and press enter) and insert
18942  the image as described above to get the caption printed below the image.
18943  This is what we did for Figure
18944 \begin_inset space ~
18945 \end_inset
18946
18947
18948 \begin_inset CommandInset ref
18949 LatexCommand ref
18950 reference "cap:Platypus"
18951
18952 \end_inset
18953
18954 .
18955  If you want the caption to be above the image, set the cursor at the end
18956  of the caption, press enter and insert the image.
18957  This was done in Figure
18958 \begin_inset space ~
18959 \end_inset
18960
18961
18962 \begin_inset CommandInset ref
18963 LatexCommand ref
18964 reference "cap:Escher"
18965
18966 \end_inset
18967
18968 .
18969 \end_layout
18970
18971 \begin_layout Standard
18972 \begin_inset Float figure
18973 wide false
18974 sideways false
18975 status open
18976
18977 \begin_layout Plain Layout
18978 \align center
18979 \begin_inset Graphics
18980         filename clipart/platypus.eps
18981         display color
18982         width 50col%
18983         rotateOrigin center
18984
18985 \end_inset
18986
18987
18988 \end_layout
18989
18990 \begin_layout Plain Layout
18991 \begin_inset Caption
18992
18993 \begin_layout Plain Layout
18994 \begin_inset CommandInset label
18995 LatexCommand label
18996 name "cap:Platypus"
18997
18998 \end_inset
18999
19000 A severely distorted platypus in a float.
19001 \end_layout
19002
19003 \end_inset
19004
19005
19006 \end_layout
19007
19008 \end_inset
19009
19010
19011 \end_layout
19012
19013 \begin_layout Standard
19014 \begin_inset Float figure
19015 wide false
19016 sideways false
19017 status open
19018
19019 \begin_layout Plain Layout
19020 \begin_inset Caption
19021
19022 \begin_layout Plain Layout
19023 \begin_inset CommandInset label
19024 LatexCommand label
19025 name "cap:Escher"
19026
19027 \end_inset
19028
19029 M.C.
19030  Escher on acid.
19031 \end_layout
19032
19033 \end_inset
19034
19035
19036 \end_layout
19037
19038 \begin_layout Plain Layout
19039 \align center
19040 \begin_inset Graphics
19041         filename clipart/escher-lsd.eps
19042         display color
19043         scale 80
19044         rotateOrigin center
19045
19046 \end_inset
19047
19048
19049 \end_layout
19050
19051 \end_inset
19052
19053
19054 \end_layout
19055
19056 \begin_layout Standard
19057 This figure float show also how to set a label and create a cross-reference
19058  to it.
19059  As described in section
19060 \begin_inset space ~
19061 \end_inset
19062
19063
19064 \begin_inset CommandInset ref
19065 LatexCommand ref
19066 reference "sec:Cross-References"
19067
19068 \end_inset
19069
19070 , you can simply insert a label in the caption using the menu 
19071 \family sans
19072 Insert\SpecialChar \menuseparator
19073 Label
19074 \family default
19075  and refer to it using the menu 
19076 \family sans
19077 Insert\SpecialChar \menuseparator
19078 Cross-Reference
19079 \family default
19080 .
19081  It is important to use references to figure floats, rather than using vague
19082  references like 
19083 \begin_inset Quotes eld
19084 \end_inset
19085
19086 the figure above
19087 \begin_inset Quotes erd
19088 \end_inset
19089
19090 , because as LaTeX will reposition the floats in the final document; it
19091  might not be 
19092 \begin_inset Quotes eld
19093 \end_inset
19094
19095 above
19096 \begin_inset Quotes erd
19097 \end_inset
19098
19099  at all.
19100 \end_layout
19101
19102 \begin_layout Standard
19103 Normally only one image is inserted to a figure float, but sometimes you
19104  might want to use two images with separate subcaptions.
19105  This can be done by inserting image floats into existing image floats.
19106  Note that only the main caption of the float is added to the List of Figures.
19107  Figure
19108 \begin_inset space ~
19109 \end_inset
19110
19111
19112 \begin_inset CommandInset ref
19113 LatexCommand ref
19114 reference "cap:Two-distorted-images"
19115
19116 \end_inset
19117
19118  is an example of a figure float with two images set side by side.
19119  You can also set the images one below the other.
19120  Figure
19121 \begin_inset space ~
19122 \end_inset
19123
19124
19125 \begin_inset CommandInset ref
19126 LatexCommand ref
19127 reference "fig:Undefinable"
19128
19129 \end_inset
19130
19131  and 
19132 \begin_inset CommandInset ref
19133 LatexCommand ref
19134 reference "fig:Platypus"
19135
19136 \end_inset
19137
19138  are the subfigures.
19139 \end_layout
19140
19141 \begin_layout Standard
19142 \begin_inset Float figure
19143 wide false
19144 sideways false
19145 status open
19146
19147 \begin_layout Plain Layout
19148 \begin_inset space \hfill{}
19149 \end_inset
19150
19151
19152 \begin_inset Float figure
19153 wide false
19154 sideways false
19155 status open
19156
19157 \begin_layout Plain Layout
19158 \begin_inset Caption
19159
19160 \begin_layout Plain Layout
19161 \begin_inset CommandInset label
19162 LatexCommand label
19163 name "fig:Undefinable"
19164
19165 \end_inset
19166
19167 Undefinable
19168 \end_layout
19169
19170 \end_inset
19171
19172
19173 \end_layout
19174
19175 \begin_layout Plain Layout
19176 \begin_inset Graphics
19177         filename clipart/escher-lsd.eps
19178         width 45col%
19179
19180 \end_inset
19181
19182
19183 \end_layout
19184
19185 \end_inset
19186
19187
19188 \begin_inset space \hfill{}
19189 \end_inset
19190
19191
19192 \begin_inset Float figure
19193 wide false
19194 sideways false
19195 status open
19196
19197 \begin_layout Plain Layout
19198 \begin_inset Caption
19199
19200 \begin_layout Plain Layout
19201 \begin_inset CommandInset label
19202 LatexCommand label
19203 name "fig:Platypus"
19204
19205 \end_inset
19206
19207 Platypus
19208 \end_layout
19209
19210 \end_inset
19211
19212
19213 \end_layout
19214
19215 \begin_layout Plain Layout
19216 \begin_inset Graphics
19217         filename clipart/platypus.eps
19218         lyxscale 60
19219         width 45col%
19220
19221 \end_inset
19222
19223
19224 \end_layout
19225
19226 \end_inset
19227
19228
19229 \begin_inset space \hfill{}
19230 \end_inset
19231
19232
19233 \end_layout
19234
19235 \begin_layout Plain Layout
19236 \begin_inset Caption
19237
19238 \begin_layout Plain Layout
19239 \begin_inset CommandInset label
19240 LatexCommand label
19241 name "cap:Two-distorted-images"
19242
19243 \end_inset
19244
19245 Two distorted images.
19246 \end_layout
19247
19248 \end_inset
19249
19250
19251 \end_layout
19252
19253 \end_inset
19254
19255
19256 \end_layout
19257
19258 \begin_layout Standard
19259 Note that the caption is added to the 
19260 \family sans
19261 List
19262 \begin_inset space ~
19263 \end_inset
19264
19265 of
19266 \begin_inset space ~
19267 \end_inset
19268
19269 Figures
19270 \family default
19271  as described in section
19272 \begin_inset space ~
19273 \end_inset
19274
19275
19276 \begin_inset CommandInset ref
19277 LatexCommand ref
19278 reference "sec:ListsOf"
19279
19280 \end_inset
19281
19282 .
19283 \end_layout
19284
19285 \begin_layout Subsubsection
19286 Table Floats
19287 \begin_inset Index
19288 status collapsed
19289
19290 \begin_layout Plain Layout
19291 Floats ! Table floats
19292 \end_layout
19293
19294 \end_inset
19295
19296
19297 \begin_inset CommandInset label
19298 LatexCommand label
19299 name "sec:Table-Floats"
19300
19301 \end_inset
19302
19303
19304 \end_layout
19305
19306 \begin_layout Standard
19307 Table floats can be inserted using the menu 
19308 \family sans
19309 Insert\SpecialChar \menuseparator
19310 Float\SpecialChar \menuseparator
19311 Table
19312 \family default
19313 .
19314  They have the same properties as figure floats except of the different
19315  label.
19316  Table
19317 \begin_inset space ~
19318 \end_inset
19319
19320
19321 \begin_inset CommandInset ref
19322 LatexCommand ref
19323 reference "cap:Table-float"
19324
19325 \end_inset
19326
19327  is an example of a table float.
19328 \end_layout
19329
19330 \begin_layout Standard
19331 \begin_inset Float table
19332 wide false
19333 sideways false
19334 status open
19335
19336 \begin_layout Plain Layout
19337 \begin_inset Caption
19338
19339 \begin_layout Plain Layout
19340 \begin_inset CommandInset label
19341 LatexCommand label
19342 name "cap:Table-float"
19343
19344 \end_inset
19345
19346 A table float.
19347 \end_layout
19348
19349 \end_inset
19350
19351
19352 \end_layout
19353
19354 \begin_layout Plain Layout
19355 \align center
19356 \begin_inset Tabular
19357 <lyxtabular version="3" rows="3" columns="3">
19358 <features>
19359 <column alignment="center" valignment="top" width="0pt">
19360 <column alignment="center" valignment="top" width="0pt">
19361 <column alignment="center" valignment="top" width="0pt">
19362 <row>
19363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19364 \begin_inset Text
19365
19366 \begin_layout Plain Layout
19367
19368 \family roman
19369 \series medium
19370 \shape up
19371 \size normal
19372 \emph off
19373 \bar no
19374 \noun off
19375 \color none
19376 1
19377 \end_layout
19378
19379 \end_inset
19380 </cell>
19381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19382 \begin_inset Text
19383
19384 \begin_layout Plain Layout
19385
19386 \family roman
19387 \series medium
19388 \shape up
19389 \size normal
19390 \emph off
19391 \bar no
19392 \noun off
19393 \color none
19394 2
19395 \end_layout
19396
19397 \end_inset
19398 </cell>
19399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19400 \begin_inset Text
19401
19402 \begin_layout Plain Layout
19403
19404 \family roman
19405 \series medium
19406 \shape up
19407 \size normal
19408 \emph off
19409 \bar no
19410 \noun off
19411 \color none
19412 3
19413 \end_layout
19414
19415 \end_inset
19416 </cell>
19417 </row>
19418 <row>
19419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19420 \begin_inset Text
19421
19422 \begin_layout Plain Layout
19423
19424 \family roman
19425 \series medium
19426 \shape up
19427 \size normal
19428 \emph off
19429 \bar no
19430 \noun off
19431 \color none
19432 Joe
19433 \end_layout
19434
19435 \end_inset
19436 </cell>
19437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19438 \begin_inset Text
19439
19440 \begin_layout Plain Layout
19441
19442 \family roman
19443 \series medium
19444 \shape up
19445 \size normal
19446 \emph off
19447 \bar no
19448 \noun off
19449 \color none
19450 Mary
19451 \end_layout
19452
19453 \end_inset
19454 </cell>
19455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19456 \begin_inset Text
19457
19458 \begin_layout Plain Layout
19459
19460 \family roman
19461 \series medium
19462 \shape up
19463 \size normal
19464 \emph off
19465 \bar no
19466 \noun off
19467 \color none
19468 Ted
19469 \end_layout
19470
19471 \end_inset
19472 </cell>
19473 </row>
19474 <row>
19475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19476 \begin_inset Text
19477
19478 \begin_layout Plain Layout
19479
19480 \family roman
19481 \series medium
19482 \shape up
19483 \size normal
19484 \emph off
19485 \bar no
19486 \noun off
19487 \color none
19488 \begin_inset Formula $\int x^{2}dx$
19489 \end_inset
19490
19491
19492 \end_layout
19493
19494 \end_inset
19495 </cell>
19496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19497 \begin_inset Text
19498
19499 \begin_layout Plain Layout
19500
19501 \family roman
19502 \series medium
19503 \shape up
19504 \size normal
19505 \emph off
19506 \bar no
19507 \noun off
19508 \color none
19509 \begin_inset Formula $\left[\begin{array}{cc}
19510 a & b\\
19511 c & d\end{array}\right]$
19512 \end_inset
19513
19514
19515 \end_layout
19516
19517 \end_inset
19518 </cell>
19519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19520 \begin_inset Text
19521
19522 \begin_layout Plain Layout
19523
19524 \family roman
19525 \series medium
19526 \shape up
19527 \size normal
19528 \emph off
19529 \bar no
19530 \noun off
19531 \color none
19532 \begin_inset Formula $1+1=2$
19533 \end_inset
19534
19535
19536 \end_layout
19537
19538 \end_inset
19539 </cell>
19540 </row>
19541 </lyxtabular>
19542
19543 \end_inset
19544
19545
19546 \end_layout
19547
19548 \end_inset
19549
19550
19551 \end_layout
19552
19553 \begin_layout Subsubsection
19554 Algorithm Floats
19555 \begin_inset Index
19556 status collapsed
19557
19558 \begin_layout Plain Layout
19559 Floats ! Algorithm floats
19560 \end_layout
19561
19562 \end_inset
19563
19564
19565 \end_layout
19566
19567 \begin_layout Standard
19568 This float type is inserted with the menu 
19569 \family sans
19570 Insert\SpecialChar \menuseparator
19571 Float\SpecialChar \menuseparator
19572 Algorithm
19573 \family default
19574 .
19575  It is used for program codes and descriptions of algorithms.
19576  A possible environment for algorithms is the 
19577 \family sans
19578 LyX-Code
19579 \family default
19580 , described in section
19581 \begin_inset space ~
19582 \end_inset
19583
19584
19585 \begin_inset CommandInset ref
19586 LatexCommand ref
19587 reference "sub:LyX-Code"
19588
19589 \end_inset
19590
19591 .
19592 \end_layout
19593
19594 \begin_layout Standard
19595 \begin_inset Note Greyedout
19596 status open
19597
19598 \begin_layout Plain Layout
19599
19600 \series bold
19601 Note:
19602 \series default
19603  that the float label is not automatically translated into the document
19604  language.
19605 \end_layout
19606
19607 \end_inset
19608
19609  You have to do this manually by adding the following line
19610 \end_layout
19611
19612 \begin_layout Standard
19613
19614 \series bold
19615
19616 \backslash
19617 floatname{algorithm}{your
19618 \begin_inset space ~
19619 \end_inset
19620
19621 name}
19622 \end_layout
19623
19624 \begin_layout Standard
19625 to the document preamble (menu 
19626 \family sans
19627 Document\SpecialChar \menuseparator
19628 Settings
19629 \family default
19630 ).
19631  
19632 \series bold
19633 your
19634 \begin_inset space ~
19635 \end_inset
19636
19637 name
19638 \series default
19639  is the word 
19640 \begin_inset Quotes eld
19641 \end_inset
19642
19643
19644 \emph on
19645 algorithm
19646 \emph default
19647
19648 \begin_inset Quotes erd
19649 \end_inset
19650
19651  in your language.
19652 \end_layout
19653
19654 \begin_layout Subsubsection
19655 Wrap Floats
19656 \begin_inset Index
19657 status collapsed
19658
19659 \begin_layout Plain Layout
19660 Floats ! Text Wrap Floats
19661 \end_layout
19662
19663 \end_inset
19664
19665
19666 \begin_inset CommandInset label
19667 LatexCommand label
19668 name "sec:Wrap-Floats"
19669
19670 \end_inset
19671
19672
19673 \end_layout
19674
19675 \begin_layout Standard
19676 \begin_inset Wrap figure
19677 lines 0
19678 placement l
19679 overhang 0in
19680 width "40col%"
19681 status open
19682
19683 \begin_layout Plain Layout
19684 \begin_inset Graphics
19685         filename clipart/mobius.eps
19686         display color
19687         width 40col%
19688         rotateOrigin center
19689
19690 \end_inset
19691
19692
19693 \end_layout
19694
19695 \begin_layout Plain Layout
19696 \begin_inset Caption
19697
19698 \begin_layout Plain Layout
19699 \begin_inset CommandInset label
19700 LatexCommand label
19701 name "cap:Wrapped-figure"
19702
19703 \end_inset
19704
19705 This is a wrapped figure.
19706 \begin_inset VSpace medskip
19707 \end_inset
19708
19709
19710 \end_layout
19711
19712 \end_inset
19713
19714
19715 \end_layout
19716
19717 \end_inset
19718
19719 This float type is used if you want to 
19720 \begin_inset Quotes eld
19721 \end_inset
19722
19723 wrap
19724 \begin_inset Quotes erd
19725 \end_inset
19726
19727  text around a figure so that it only occupies some fraction of the column
19728  width.
19729  It can be inserted using the menu 
19730 \family sans
19731 Insert\SpecialChar \menuseparator
19732 Float\SpecialChar \menuseparator
19733 Wrap
19734 \begin_inset space ~
19735 \end_inset
19736
19737 Float
19738 \family default
19739  if the LaTeX-package 
19740 \series bold
19741 wrapfig
19742 \series default
19743
19744 \begin_inset Index
19745 status collapsed
19746
19747 \begin_layout Plain Layout
19748 Latex@LaTeX-packages ! wrapfig
19749 \end_layout
19750
19751 \end_inset
19752
19753  is installed.
19754 \begin_inset Foot
19755 status collapsed
19756
19757 \begin_layout Plain Layout
19758 Installing a LaTeX-package is explained it in the 
19759 \emph on
19760 LaTeX
19761 \begin_inset space ~
19762 \end_inset
19763
19764 Configuration
19765 \emph default
19766  manual.
19767 \end_layout
19768
19769 \end_inset
19770
19771  The width and placement of the float is adjusted by right-clicking on the
19772  float box.
19773  Figure
19774 \begin_inset space ~
19775 \end_inset
19776
19777
19778 \begin_inset CommandInset ref
19779 LatexCommand ref
19780 reference "cap:Wrapped-figure"
19781
19782 \end_inset
19783
19784  is for example a figure wrap float with a width of 40
19785 \begin_inset space \thinspace{}
19786 \end_inset
19787
19788 col%.
19789 \begin_inset Foot
19790 status collapsed
19791
19792 \begin_layout Plain Layout
19793 Available units are explained in Appendix
19794 \begin_inset space ~
19795 \end_inset
19796
19797
19798 \begin_inset CommandInset ref
19799 LatexCommand ref
19800 reference "cha:Units-available-in"
19801
19802 \end_inset
19803
19804 .
19805 \end_layout
19806
19807 \end_inset
19808
19809  Some space was added under the caption to separate it better from the surroundi
19810 ng text.
19811 \end_layout
19812
19813 \begin_layout Standard
19814 \begin_inset Note Greyedout
19815 status open
19816
19817 \begin_layout Plain Layout
19818
19819 \series bold
19820 Note:
19821 \series default
19822  Wrap floats might be fragile! E.g.
19823  having a figure too close to the bottom of the page can mess things up
19824  in the way that the float doesn't appear in the output or that it is placed
19825  over some other text.
19826 \end_layout
19827
19828 \end_inset
19829
19830  In general:
19831 \end_layout
19832
19833 \begin_layout Itemize
19834 Wrap floats should not be placed in paragraphs that run over a page break.
19835  That means that wrap floats should better be inserted to the exact place
19836  when the document is nearly ready and you are able to estimate where page
19837  breaks will appear.
19838 \end_layout
19839
19840 \begin_layout Itemize
19841 Wrap floats should either be placed in an own paragraph before the paragraph
19842  where they should wrap into or within a paragraph.
19843 \end_layout
19844
19845 \begin_layout Itemize
19846 Wrap floats in consecutive paragraphs may cause troubles, so assure that
19847  there is a text paragraph between them as separator.
19848 \end_layout
19849
19850 \begin_layout Itemize
19851 Wrap floats are not allowed in section headings or tables.
19852 \end_layout
19853
19854 \begin_layout Subsection
19855 Rotated Floats
19856 \begin_inset CommandInset label
19857 LatexCommand label
19858 name "sub:Rotated-Floats"
19859
19860 \end_inset
19861
19862
19863 \begin_inset Index
19864 status collapsed
19865
19866 \begin_layout Plain Layout
19867 Floats ! Rotating
19868 \end_layout
19869
19870 \end_inset
19871
19872
19873 \end_layout
19874
19875 \begin_layout Standard
19876 Especially for wide tables you might have floats rotated.
19877  To rotate a whole float including the caption, right-click on the float-box
19878  and use the option 
19879 \family sans
19880 Rotate
19881 \begin_inset space ~
19882 \end_inset
19883
19884 sideways
19885 \family default
19886 .
19887 \end_layout
19888
19889 \begin_layout Standard
19890 Rotated floats are always placed on its own page (or column, when you have
19891  a two-column document).
19892  They are rotated so that you can read them from the outside margin.
19893  Forcing the rotation direction is explained in the 
19894 \emph on
19895 Embedded Objects
19896 \emph default
19897  manual.
19898 \end_layout
19899
19900 \begin_layout Standard
19901 Referencing rotated floats is the same like for normal floats, the caption
19902  format is also the same: Table
19903 \begin_inset space ~
19904 \end_inset
19905
19906
19907 \begin_inset CommandInset ref
19908 LatexCommand ref
19909 reference "cap:Rotated-table"
19910
19911 \end_inset
19912
19913  is an example of a rotated table float.
19914 \end_layout
19915
19916 \begin_layout Standard
19917 \begin_inset Note Greyedout
19918 status open
19919
19920 \begin_layout Plain Layout
19921
19922 \series bold
19923 Note:
19924 \series default
19925  Not all DVI-viewers are able to display rotated floats.
19926 \end_layout
19927
19928 \end_inset
19929
19930
19931 \end_layout
19932
19933 \begin_layout Standard
19934 \begin_inset Float table
19935 wide false
19936 sideways true
19937 status open
19938
19939 \begin_layout Plain Layout
19940 \begin_inset Caption
19941
19942 \begin_layout Plain Layout
19943 \begin_inset CommandInset label
19944 LatexCommand label
19945 name "cap:Rotated-table"
19946
19947 \end_inset
19948
19949  Rotated table
19950 \end_layout
19951
19952 \end_inset
19953
19954
19955 \end_layout
19956
19957 \begin_layout Plain Layout
19958 \align center
19959 \begin_inset Tabular
19960 <lyxtabular version="3" rows="1" columns="5">
19961 <features>
19962 <column alignment="center" valignment="top" width="0">
19963 <column alignment="center" valignment="top" width="0">
19964 <column alignment="center" valignment="top" width="0">
19965 <column alignment="center" valignment="top" width="0">
19966 <column alignment="center" valignment="top" width="0">
19967 <row>
19968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19969 \begin_inset Text
19970
19971 \begin_layout Plain Layout
19972 test
19973 \end_layout
19974
19975 \end_inset
19976 </cell>
19977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19978 \begin_inset Text
19979
19980 \begin_layout Plain Layout
19981 b
19982 \end_layout
19983
19984 \end_inset
19985 </cell>
19986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19987 \begin_inset Text
19988
19989 \begin_layout Plain Layout
19990 c
19991 \end_layout
19992
19993 \end_inset
19994 </cell>
19995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19996 \begin_inset Text
19997
19998 \begin_layout Plain Layout
19999 d
20000 \end_layout
20001
20002 \end_inset
20003 </cell>
20004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20005 \begin_inset Text
20006
20007 \begin_layout Plain Layout
20008 e
20009 \end_layout
20010
20011 \end_inset
20012 </cell>
20013 </row>
20014 </lyxtabular>
20015
20016 \end_inset
20017
20018
20019 \end_layout
20020
20021 \end_inset
20022
20023
20024 \end_layout
20025
20026 \begin_layout Subsection
20027 Float Placement
20028 \begin_inset CommandInset label
20029 LatexCommand label
20030 name "sub:Float-Placement"
20031
20032 \end_inset
20033
20034
20035 \begin_inset Index
20036 status collapsed
20037
20038 \begin_layout Plain Layout
20039 Floats ! Placement
20040 \end_layout
20041
20042 \end_inset
20043
20044
20045 \end_layout
20046
20047 \begin_layout Standard
20048 Right-clicking on a float-box opens a dialog where you can alter the placement
20049  options that LaTeX uses for positioning the float.
20050 \begin_inset Newline newline
20051 \end_inset
20052
20053 The option 
20054 \family sans
20055 Span
20056 \begin_inset space ~
20057 \end_inset
20058
20059 columns
20060 \family default
20061  is only useful for two-column documents: If you select it, the float will
20062  span across both columns on the page instead of being confined to just
20063  one.
20064 \begin_inset Newline newline
20065 \end_inset
20066
20067 The option 
20068 \family sans
20069 Rotate
20070 \begin_inset space ~
20071 \end_inset
20072
20073 sideways
20074 \family default
20075  is used to rotate floats, see section
20076 \begin_inset space ~
20077 \end_inset
20078
20079
20080 \begin_inset CommandInset ref
20081 LatexCommand ref
20082 reference "sub:Rotated-Floats"
20083
20084 \end_inset
20085
20086 .
20087 \end_layout
20088
20089 \begin_layout Standard
20090 You can use one ore more of the following options in the float dialog to
20091  set the placement for a particular float when you uncheck the option 
20092 \family sans
20093 Use
20094 \begin_inset space ~
20095 \end_inset
20096
20097 default
20098 \begin_inset space ~
20099 \end_inset
20100
20101 placement
20102 \family default
20103 :
20104 \end_layout
20105
20106 \begin_layout Description
20107 Here
20108 \begin_inset space ~
20109 \end_inset
20110
20111 if
20112 \begin_inset space ~
20113 \end_inset
20114
20115 possible: try to place the float on the position where it is inserted
20116 \end_layout
20117
20118 \begin_layout Description
20119 Top
20120 \begin_inset space ~
20121 \end_inset
20122
20123 of
20124 \begin_inset space ~
20125 \end_inset
20126
20127 page: try to place the float on the top of the current page
20128 \end_layout
20129
20130 \begin_layout Description
20131 Bottom
20132 \begin_inset space ~
20133 \end_inset
20134
20135 of
20136 \begin_inset space ~
20137 \end_inset
20138
20139 page: try to place the float on the bottom of the current page
20140 \end_layout
20141
20142 \begin_layout Description
20143 Page
20144 \begin_inset space ~
20145 \end_inset
20146
20147 of
20148 \begin_inset space ~
20149 \end_inset
20150
20151 floats: try to place the float on an own page 
20152 \end_layout
20153
20154 \begin_layout Standard
20155 The order of the above option is 
20156 \emph on
20157 always
20158 \emph default
20159  used by LaTeX.
20160  That means, if you use the default placement, LaTeX will first try out
20161  
20162 \family sans
20163 Here
20164 \begin_inset space ~
20165 \end_inset
20166
20167 if
20168 \begin_inset space ~
20169 \end_inset
20170
20171 possible
20172 \family default
20173 , then 
20174 \family sans
20175 Top
20176 \begin_inset space ~
20177 \end_inset
20178
20179 of
20180 \begin_inset space ~
20181 \end_inset
20182
20183 page
20184 \family default
20185 , and then the others.
20186  If you don't use the default, LaTeX will try only the checked options but
20187  in the same order.
20188  If none of the 4 placements are possible the procedure is internally repeated
20189  but it is tried to put the float on the following page.
20190 \end_layout
20191
20192 \begin_layout Standard
20193 By default, each options has its own rules:
20194 \end_layout
20195
20196 \begin_layout Standard
20197
20198 \family sans
20199 Top
20200 \begin_inset space ~
20201 \end_inset
20202
20203 of
20204 \begin_inset space ~
20205 \end_inset
20206
20207 page
20208 \family default
20209  only floats occupying less than 70
20210 \begin_inset space \thinspace{}
20211 \end_inset
20212
20213 % of the page can be placed at the top of a page
20214 \end_layout
20215
20216 \begin_layout Standard
20217
20218 \family sans
20219 Bottom
20220 \begin_inset space ~
20221 \end_inset
20222
20223 of
20224 \begin_inset space ~
20225 \end_inset
20226
20227 page
20228 \family default
20229 : only floats occupying less than 30
20230 \begin_inset space \thinspace{}
20231 \end_inset
20232
20233 % of the page can be placed at the bottom of a page.
20234 \end_layout
20235
20236 \begin_layout Standard
20237
20238 \family sans
20239 Page
20240 \begin_inset space ~
20241 \end_inset
20242
20243 of
20244 \begin_inset space ~
20245 \end_inset
20246
20247 floats
20248 \family default
20249 : only if more than 50
20250 \begin_inset space \thinspace{}
20251 \end_inset
20252
20253 % of the page are occupied by floats, several floats can be set together
20254  on a page.
20255 \end_layout
20256
20257 \begin_layout Standard
20258 If you don't like these rules, you can ignore them by using the additional
20259  option 
20260 \family sans
20261 Ignore
20262 \begin_inset space ~
20263 \end_inset
20264
20265 LaTeX
20266 \begin_inset space ~
20267 \end_inset
20268
20269 rules
20270 \family default
20271 .
20272 \end_layout
20273
20274 \begin_layout Standard
20275 Sometimes you might need, under all circumstances, a float to be placed
20276  exactly at the position where it is inserted.
20277  For this case you can use the option 
20278 \family sans
20279 Here
20280 \begin_inset space ~
20281 \end_inset
20282
20283 definitely
20284 \family default
20285 .
20286  Use this option very rarely and only if the document is nearly ready to
20287  be printed.
20288  Because the float is then no longer able to 
20289 \begin_inset Quotes eld
20290 \end_inset
20291
20292 float
20293 \begin_inset Quotes erd
20294 \end_inset
20295
20296  when you change your document and this will often destroy the page layout.
20297 \end_layout
20298
20299 \begin_layout Standard
20300 There are no placement options for text wrap floats, because they are always
20301  surrounded by the text of a certain paragraph.
20302 \end_layout
20303
20304 \begin_layout Standard
20305 For more details about float placements, have a look at LaTeX books like
20306  
20307 \begin_inset CommandInset citation
20308 LatexCommand cite
20309 key "latexcompanion,latexguide,latexbook"
20310
20311 \end_inset
20312
20313 .
20314 \end_layout
20315
20316 \begin_layout Section
20317 Minipages
20318 \begin_inset Index
20319 status collapsed
20320
20321 \begin_layout Plain Layout
20322 Minipages
20323 \end_layout
20324
20325 \end_inset
20326
20327
20328 \begin_inset CommandInset label
20329 LatexCommand label
20330 name "sec:Minipages"
20331
20332 \end_inset
20333
20334
20335 \end_layout
20336
20337 \begin_layout Standard
20338 LaTeX provides a mechanism to produce essentially a page within a page,
20339  called minipage.
20340  Within a minipage, all the usual rules of indentation, line wrapping, etc.
20341 \begin_inset space ~
20342 \end_inset
20343
20344 apply.
20345  
20346 \end_layout
20347
20348 \begin_layout Standard
20349 Minipages in LyX have their own collapsible box inserted via the menu 
20350 \family sans
20351 Insert\SpecialChar \menuseparator
20352 Box
20353 \family default
20354 .
20355  Right-clicking on the box allows you to alter the width of the minipage
20356  and its alignment within the page.
20357 \end_layout
20358
20359 \begin_layout Standard
20360 \align center
20361 \begin_inset Box Frameless
20362 position "t"
20363 hor_pos "c"
20364 has_inner_box 1
20365 inner_pos "t"
20366 use_parbox 0
20367 width "30col%"
20368 special "none"
20369 height "1pt"
20370 height_special "totalheight"
20371 status open
20372
20373 \begin_layout Plain Layout
20374
20375 \shape italic
20376 This is a minipage.
20377  The text is set in an italic style.
20378 \end_layout
20379
20380 \begin_layout Plain Layout
20381
20382 \shape italic
20383 Minipages are often used for text in another language or text that needs
20384  another formatting.
20385 \end_layout
20386
20387 \end_inset
20388
20389
20390 \end_layout
20391
20392 \begin_layout Standard
20393 \begin_inset VSpace medskip
20394 \end_inset
20395
20396 If you place two minipages side-by-side, you can use 
20397 \family sans
20398 Horizontal Fills
20399 \family default
20400  as described in section
20401 \begin_inset space ~
20402 \end_inset
20403
20404
20405 \begin_inset CommandInset ref
20406 LatexCommand ref
20407 reference "sub:Horizontal-Space"
20408
20409 \end_inset
20410
20411 :
20412 \begin_inset VSpace medskip
20413 \end_inset
20414
20415
20416 \end_layout
20417
20418 \begin_layout Standard
20419 \begin_inset Box Frameless
20420 position "t"
20421 hor_pos "c"
20422 has_inner_box 1
20423 inner_pos "t"
20424 use_parbox 0
20425 width "1.5in"
20426 special "none"
20427 height "1pt"
20428 height_special "totalheight"
20429 status open
20430
20431 \begin_layout Plain Layout
20432 This is a minipage with some stupid dummy text.
20433  This dummy text is used to increase the size of the minipage.
20434 \end_layout
20435
20436 \end_inset
20437
20438
20439 \begin_inset space \hfill{}
20440 \end_inset
20441
20442
20443 \begin_inset Box Frameless
20444 position "t"
20445 hor_pos "c"
20446 has_inner_box 1
20447 inner_pos "t"
20448 use_parbox 0
20449 width "1.5in"
20450 special "none"
20451 height "1pt"
20452 height_special "totalheight"
20453 status open
20454
20455 \begin_layout Plain Layout
20456 This is a minipage with some stupid dummy text.
20457  This dummy text is used to increase the size of the minipage.
20458 \end_layout
20459
20460 \end_inset
20461
20462
20463 \end_layout
20464
20465 \begin_layout Standard
20466 \begin_inset VSpace bigskip
20467 \end_inset
20468
20469
20470 \end_layout
20471
20472 \begin_layout Standard
20473 When you right-click on a minipage box, you can change the box from a minipage
20474  to other box types.
20475  All box types and their settings are explained in detail in chapter 
20476 \emph on
20477 Boxes
20478 \emph default
20479  of the 
20480 \emph on
20481 Embedded Objects
20482 \emph default
20483  manual.
20484 \end_layout
20485
20486 \begin_layout Chapter
20487 Mathematical Formulas
20488 \begin_inset Index
20489 status collapsed
20490
20491 \begin_layout Plain Layout
20492 Math
20493 \end_layout
20494
20495 \end_inset
20496
20497
20498 \begin_inset Index
20499 status collapsed
20500
20501 \begin_layout Plain Layout
20502 Formulas | see
20503 \begin_inset ERT
20504 status collapsed
20505
20506 \begin_layout Plain Layout
20507
20508 {
20509 \end_layout
20510
20511 \end_inset
20512
20513 Math
20514 \begin_inset ERT
20515 status collapsed
20516
20517 \begin_layout Plain Layout
20518
20519 }
20520 \end_layout
20521
20522 \end_inset
20523
20524
20525 \end_layout
20526
20527 \end_inset
20528
20529
20530 \begin_inset CommandInset label
20531 LatexCommand label
20532 name "cha:Mathematical-Formulas"
20533
20534 \end_inset
20535
20536
20537 \end_layout
20538
20539 \begin_layout Standard
20540 The issues of this chapter are described in detail in the 
20541 \emph on
20542 Math
20543 \emph default
20544  manual.
20545  There you'll also find tips and tricks for special cases.
20546 \end_layout
20547
20548 \begin_layout Section
20549 Basic Math Editing
20550 \begin_inset Index
20551 status collapsed
20552
20553 \begin_layout Plain Layout
20554 Math ! Basics
20555 \end_layout
20556
20557 \end_inset
20558
20559
20560 \end_layout
20561
20562 \begin_layout Standard
20563 To create a math formula, you can just click on the toolbar icon 
20564 \begin_inset Graphics
20565         filename ../images/math-mode.png
20566
20567 \end_inset
20568
20569 .
20570  That will create a little blue rectangle, with purple markers around its
20571  corners.
20572  That blue rectangle is the formula itself; the purple markers indicate
20573  what level of nesting within the formula you are at.
20574  You can also choose a particular formula type to insert via the 
20575 \family sans
20576 Insert\SpecialChar \menuseparator
20577 Math
20578 \family default
20579  menu.
20580 \end_layout
20581
20582 \begin_layout Standard
20583 Editing the parameters of a formula and adding math constructs can be done
20584  with the 
20585 \family sans
20586 math
20587 \begin_inset space ~
20588 \end_inset
20589
20590 toolbar
20591 \family default
20592 , that appears when the cursor is in a formula.
20593 \end_layout
20594
20595 \begin_layout Standard
20596 There are two main types of formulas: Inline formulas appear within a text
20597  line, like this one:
20598 \end_layout
20599
20600 \begin_layout Standard
20601 This is a line with an inline formula 
20602 \begin_inset Formula $A=B$
20603 \end_inset
20604
20605  in it.
20606 \end_layout
20607
20608 \begin_layout Standard
20609 Displayed formulas appear outside the text like as they were in an own paragraph
20610 , like this one:
20611 \begin_inset Formula \[
20612 A=B\]
20613
20614 \end_inset
20615
20616 You can only number and reference displayed formulas.
20617 \end_layout
20618
20619 \begin_layout Standard
20620 LyX supports also many LaTeX math commands.
20621  E.g.
20622  typing 
20623 \begin_inset Quotes eld
20624 \end_inset
20625
20626
20627 \series bold
20628
20629 \backslash
20630 alpha
20631 \series default
20632
20633 \begin_inset Quotes erd
20634 \end_inset
20635
20636 , followed by a space, in a formula will create the Greek letter 
20637 \begin_inset Formula $\alpha$
20638 \end_inset
20639
20640 .
20641  So typing commands might sometimes be faster than using the 
20642 \family sans
20643 Math
20644 \begin_inset space ~
20645 \end_inset
20646
20647 Panel
20648 \family default
20649 .
20650 \end_layout
20651
20652 \begin_layout Subsection
20653 Navigating in Formulas
20654 \begin_inset Index
20655 status collapsed
20656
20657 \begin_layout Plain Layout
20658 Math ! Navigating
20659 \end_layout
20660
20661 \end_inset
20662
20663
20664 \end_layout
20665
20666 \begin_layout Standard
20667 The best control over the cursor position within an existing formula is
20668  achieved with the arrow keys.
20669  LyX uses small rectangles to indicate places where something can be inserted.
20670  The arrow keys can be used to navigate between parts of a formula.
20671  Pressing 
20672 \family sans
20673 Space
20674 \family default
20675  will leave a formula construct (a square root 
20676 \begin_inset Formula $\sqrt{2}$
20677 \end_inset
20678
20679 , or parentheses 
20680 \begin_inset Formula $\left(f\right)$
20681 \end_inset
20682
20683 , or a matrix 
20684 \begin_inset Formula $\left[\begin{array}{cc}
20685 1 & 2\\
20686 3 & 4\end{array}\right]$
20687 \end_inset
20688
20689 ).
20690  Pressing 
20691 \family sans
20692 Escape
20693 \family default
20694  will leave the formula, placing the cursor after the formula.
20695  
20696 \family sans
20697 Tab
20698 \family default
20699  can be used to move horizontally in a formula; for example, through the
20700  cells of a matrix or the positions in a multi-line equation.
20701 \end_layout
20702
20703 \begin_layout Standard
20704
20705 \family sans
20706 Space
20707 \family default
20708 , printed in this document as 
20709 \begin_inset Quotes eld
20710 \end_inset
20711
20712
20713 \begin_inset ERT
20714 status collapsed
20715
20716 \begin_layout Plain Layout
20717
20718
20719 \backslash
20720 spce 
20721 \end_layout
20722
20723 \end_inset
20724
20725
20726 \begin_inset Quotes erd
20727 \end_inset
20728
20729
20730 \begin_inset Note Note
20731 status collapsed
20732
20733 \begin_layout Plain Layout
20734 This command will appear in the output as official character denoting the
20735  space character (visible space).
20736 \end_layout
20737
20738 \end_inset
20739
20740 , seems to do nothing in a formula, since it does not add a space between
20741  characters, but it does exit a nested structure.
20742  For this reason, you have to be careful about using 
20743 \family sans
20744 Space
20745 \family default
20746 .
20747  For example, if you want 
20748 \begin_inset Formula $\sqrt{2x+1}$
20749 \end_inset
20750
20751 , type 
20752 \series bold
20753
20754 \backslash
20755 sqrt
20756 \begin_inset ERT
20757 status collapsed
20758
20759 \begin_layout Plain Layout
20760
20761
20762 \backslash
20763 spce 
20764 \end_layout
20765
20766 \end_inset
20767
20768 2x+1
20769 \series default
20770  and not 
20771 \series bold
20772
20773 \backslash
20774 sqrt
20775 \begin_inset ERT
20776 status collapsed
20777
20778 \begin_layout Plain Layout
20779
20780
20781 \backslash
20782 spce 
20783 \end_layout
20784
20785 \end_inset
20786
20787 2x
20788 \begin_inset ERT
20789 status collapsed
20790
20791 \begin_layout Plain Layout
20792
20793
20794 \backslash
20795 spce 
20796 \end_layout
20797
20798 \end_inset
20799
20800 +1
20801 \series default
20802 , since in the latter case only the 
20803 \family typewriter
20804
20805 \begin_inset Formula $2x$
20806 \end_inset
20807
20808
20809 \family default
20810  will be under the square root sign: 
20811 \begin_inset Formula $\sqrt{2x}+1$
20812 \end_inset
20813
20814 .
20815 \end_layout
20816
20817 \begin_layout Standard
20818 You can leave many parts of a formula, like this matrix, partially filled
20819  in, such as:
20820 \begin_inset Formula \[
20821 \left(\begin{array}{ccc}
20822 \lambda_{1}\\
20823  & \ddots\\
20824  &  & \lambda_{n}\end{array}\right)\]
20825
20826 \end_inset
20827
20828 If you leave a fraction only partially filled in, or a subscript with nothing
20829  in it, the results will be unpredictable, but most constructs don't mind.
20830 \end_layout
20831
20832 \begin_layout Subsection
20833 Selecting Text
20834 \end_layout
20835
20836 \begin_layout Standard
20837 You can select text within a formula in two different ways.
20838  Place the cursor at one end of the string of text you want, and press 
20839 \family sans
20840 Shift
20841 \family default
20842  and a cursor movement key to select text.
20843  It will be highlighted as with regular text selection.
20844  Alternatively, you can select text with the mouse in the usual way.
20845  That text can then be cut or copied, and then pasted within any formula,
20846  but not in a normal text region in LyX.
20847 \end_layout
20848
20849 \begin_layout Subsection
20850 Exponents and Subscripts
20851 \begin_inset Index
20852 status collapsed
20853
20854 \begin_layout Plain Layout
20855 Math ! Exponents
20856 \end_layout
20857
20858 \end_inset
20859
20860
20861 \begin_inset Index
20862 status collapsed
20863
20864 \begin_layout Plain Layout
20865 Math ! Subscripts
20866 \end_layout
20867
20868 \end_inset
20869
20870
20871 \end_layout
20872
20873 \begin_layout Standard
20874 You can use the math panel to add super- or subscripts, but the much easier
20875  way is to use a command.
20876  To get 
20877 \begin_inset Formula $x^{2}$
20878 \end_inset
20879
20880 , type in a formula 
20881 \series bold
20882 x^2
20883 \begin_inset ERT
20884 status collapsed
20885
20886 \begin_layout Plain Layout
20887
20888
20889 \backslash
20890 spce 
20891 \end_layout
20892
20893 \end_inset
20894
20895
20896 \series default
20897 .
20898  The final 
20899 \family sans
20900 Space
20901 \family default
20902  puts the cursor back down on the base line of the expression.
20903  If you type 
20904 \series bold
20905 x^2y
20906 \series default
20907 , you will get 
20908 \begin_inset Formula $x^{2y}$
20909 \end_inset
20910
20911 , to get 
20912 \begin_inset Formula $x^{2}y$
20913 \end_inset
20914
20915 , type 
20916 \series bold
20917 x^2
20918 \begin_inset ERT
20919 status collapsed
20920
20921 \begin_layout Plain Layout
20922
20923
20924 \backslash
20925 spce 
20926 \end_layout
20927
20928 \end_inset
20929
20930 y
20931 \series default
20932 .
20933  If you use characters in the superscript, that could be accented with the
20934  hat 
20935 \begin_inset Quotes eld
20936 \end_inset
20937
20938 ^
20939 \begin_inset Quotes erd
20940 \end_inset
20941
20942 , you have to use an extra 
20943 \family sans
20944 Space
20945 \family default
20946  to separate the hat and the character.
20947  E.g.
20948  if you want 
20949 \begin_inset Formula $x^{a}$
20950 \end_inset
20951
20952 , type 
20953 \series bold
20954 x^
20955 \begin_inset ERT
20956 status collapsed
20957
20958 \begin_layout Plain Layout
20959
20960
20961 \backslash
20962 spce 
20963 \end_layout
20964
20965 \end_inset
20966
20967 a
20968 \series default
20969 .
20970  Subscripts are similar: To get 
20971 \begin_inset Formula $a_{1}$
20972 \end_inset
20973
20974 , type 
20975 \series bold
20976 a_1
20977 \begin_inset ERT
20978 status collapsed
20979
20980 \begin_layout Plain Layout
20981
20982
20983 \backslash
20984 spce 
20985 \end_layout
20986
20987 \end_inset
20988
20989
20990 \series default
20991 .
20992 \end_layout
20993
20994 \begin_layout Subsection
20995 Fractions
20996 \begin_inset Index
20997 status collapsed
20998
20999 \begin_layout Plain Layout
21000 Math ! Fractions
21001 \end_layout
21002
21003 \end_inset
21004
21005
21006 \end_layout
21007
21008 \begin_layout Standard
21009 Create a fraction with either the command 
21010 \series bold
21011
21012 \backslash
21013 frac
21014 \series default
21015  or using the icon 
21016 \begin_inset Graphics
21017         filename ../images/math/frac.png
21018         scale 60
21019
21020 \end_inset
21021
21022  in the 
21023 \family sans
21024 Math
21025 \begin_inset space ~
21026 \end_inset
21027
21028 Panel
21029 \family default
21030 .
21031  You will be presented with an empty fraction.
21032  The cursor is above the fraction line.
21033  To move it to the bottom, simply press 
21034 \family sans
21035 Down
21036 \family default
21037 .
21038  To move back up, press 
21039 \family sans
21040 Up
21041 \family default
21042 .
21043  Any math structure can be placed in a fraction, as this example shows:
21044 \begin_inset Formula \[
21045 \left[\frac{1}{\left(\begin{array}{cc}
21046 2 & 3\\
21047 4 & 5\end{array}\right)}\right]\]
21048
21049 \end_inset
21050
21051
21052 \end_layout
21053
21054 \begin_layout Subsection
21055 Roots
21056 \begin_inset Index
21057 status collapsed
21058
21059 \begin_layout Plain Layout
21060 Math ! Roots
21061 \end_layout
21062
21063 \end_inset
21064
21065
21066 \end_layout
21067
21068 \begin_layout Standard
21069 Roots can be created using the 
21070 \family sans
21071 Math
21072 \begin_inset space ~
21073 \end_inset
21074
21075 Panel
21076 \family default
21077  button
21078 \begin_inset Graphics
21079         filename ../images/math/sqrt.png
21080
21081 \end_inset
21082
21083  or the commands 
21084 \series bold
21085
21086 \backslash
21087 sqrt
21088 \series default
21089  or 
21090 \series bold
21091
21092 \backslash
21093 root
21094 \series default
21095 .
21096  With the command 
21097 \series bold
21098
21099 \backslash
21100 root
21101 \series default
21102  you can produce roots of higher orders, like cube roots, while 
21103 \series bold
21104
21105 \backslash
21106 sqrt
21107 \series default
21108  produces always a square root.
21109 \end_layout
21110
21111 \begin_layout Subsection
21112 Operators with Limits
21113 \begin_inset Index
21114 status collapsed
21115
21116 \begin_layout Plain Layout
21117 Math ! Sums
21118 \end_layout
21119
21120 \end_inset
21121
21122
21123 \begin_inset Index
21124 status collapsed
21125
21126 \begin_layout Plain Layout
21127 Math ! Integrals
21128 \end_layout
21129
21130 \end_inset
21131
21132
21133 \begin_inset CommandInset label
21134 LatexCommand label
21135 name "sub:Operators-with-Limits"
21136
21137 \end_inset
21138
21139
21140 \end_layout
21141
21142 \begin_layout Standard
21143 Sum (
21144 \begin_inset Formula $\sum$
21145 \end_inset
21146
21147 ) and integral (
21148 \begin_inset Formula $\int$
21149 \end_inset
21150
21151 ) operators are very often decorated with limits.
21152  These limits can be entered in LyX by entering them as you would enter
21153  a super- or subscript, directly after the symbol.
21154  The sum operator will automatically place its 
21155 \begin_inset Quotes eld
21156 \end_inset
21157
21158 limits
21159 \begin_inset Quotes erd
21160 \end_inset
21161
21162  over and under the symbol in displayed formulas, and on the side in inline
21163  formulas.
21164  Such as 
21165 \begin_inset Formula $\sum_{n=0}^{\infty}\frac{1}{n!}=e$
21166 \end_inset
21167
21168 , versus
21169 \begin_inset Formula \[
21170 \sum_{n=0}^{\infty}\frac{1}{n!}=e\]
21171
21172 \end_inset
21173
21174 Integral signs, however, will place the limits on the side in both formula
21175  types.
21176 \end_layout
21177
21178 \begin_layout Standard
21179 All operators with limits will be automatically re-sized when placed in
21180  display mode.
21181  The placement of the limits can be changed by placing the cursor directly
21182  behind the operator and hitting 
21183 \family sans
21184 M-m l
21185 \family default
21186  or using the menu 
21187 \family sans
21188 Edit\SpecialChar \menuseparator
21189 Math\SpecialChar \menuseparator
21190 Change
21191 \begin_inset space ~
21192 \end_inset
21193
21194 Limits
21195 \begin_inset space ~
21196 \end_inset
21197
21198 Type
21199 \family default
21200 .
21201 \end_layout
21202
21203 \begin_layout Standard
21204 Certain other mathematical expressions have this 
21205 \begin_inset Quotes eld
21206 \end_inset
21207
21208 moving limits
21209 \begin_inset Quotes erd
21210 \end_inset
21211
21212  feature as addition, such as
21213 \begin_inset Index
21214 status collapsed
21215
21216 \begin_layout Plain Layout
21217 Math ! Limits
21218 \end_layout
21219
21220 \end_inset
21221
21222
21223 \begin_inset Formula \[
21224 \lim_{x\rightarrow\infty}f(x),\]
21225
21226 \end_inset
21227
21228 which will place the 
21229 \begin_inset Formula $x\rightarrow\infty$
21230 \end_inset
21231
21232  underneath the 
21233 \begin_inset Quotes eld
21234 \end_inset
21235
21236 lim
21237 \begin_inset Quotes erd
21238 \end_inset
21239
21240  in display mode.
21241  In inline formulas it looks like this: 
21242 \begin_inset Formula $\lim_{x\rightarrow\infty}f(x)$
21243 \end_inset
21244
21245 .
21246 \end_layout
21247
21248 \begin_layout Standard
21249 Note that the lim-function was entered as the function macro 
21250 \series bold
21251
21252 \backslash
21253 lim
21254 \series default
21255 .
21256  Have a look at section
21257 \begin_inset space ~
21258 \end_inset
21259
21260
21261 \begin_inset CommandInset ref
21262 LatexCommand ref
21263 reference "sub:Functions"
21264
21265 \end_inset
21266
21267  for an explanation of function macros.
21268 \end_layout
21269
21270 \begin_layout Subsection
21271 Math Symbols
21272 \begin_inset Index
21273 status collapsed
21274
21275 \begin_layout Plain Layout
21276 Math ! Symbols
21277 \end_layout
21278
21279 \end_inset
21280
21281
21282 \end_layout
21283
21284 \begin_layout Standard
21285 Most math symbols can be found in the 
21286 \family sans
21287 Math
21288 \begin_inset space ~
21289 \end_inset
21290
21291 Panel
21292 \family default
21293  under one of several categories; including 
21294 \family sans
21295 Greek
21296 \family default
21297
21298 \family sans
21299 Operators
21300 \family default
21301  , 
21302 \family sans
21303 Relations
21304 \family default
21305
21306 \family sans
21307 Arrows
21308 \family default
21309 .
21310  There are also the additional symbols provided by the American Mathematical
21311  Society (AMS).
21312 \end_layout
21313
21314 \begin_layout Standard
21315 If you know the LaTeX-command for a construct or symbol you wish to use,
21316  you don't have to use the 
21317 \family sans
21318 Math
21319 \begin_inset space ~
21320 \end_inset
21321
21322 Panel
21323 \family default
21324 , but can type the command directly into the formula.
21325  LyX will convert it to the corresponding symbol or construct.
21326 \end_layout
21327
21328 \begin_layout Subsection
21329 Altering Spacing
21330 \begin_inset Index
21331 status collapsed
21332
21333 \begin_layout Plain Layout
21334 Math ! Spaces
21335 \end_layout
21336
21337 \end_inset
21338
21339
21340 \begin_inset CommandInset label
21341 LatexCommand label
21342 name "sub:Altering-Spacing"
21343
21344 \end_inset
21345
21346
21347 \end_layout
21348
21349 \begin_layout Standard
21350 You may want to create spaces that differs from the standard spacing that
21351  LaTeX provides.
21352  To do this, type 
21353 \family sans
21354 C-Space
21355 \family default
21356  or to use the 
21357 \family sans
21358 Math
21359 \begin_inset space ~
21360 \end_inset
21361
21362 Panel
21363 \family default
21364  button 
21365 \begin_inset Graphics
21366         filename ../images/math/space.png
21367
21368 \end_inset
21369
21370 .
21371  This generates a small space, and shows a small marker on the screen.
21372  Here a example for the sequence 
21373 \series bold
21374 a C-Space b
21375 \series default
21376
21377 \begin_inset Formula $a\, b$
21378 \end_inset
21379
21380  (appears in LyX as 
21381 \begin_inset Graphics
21382         filename clipart/SpaceMarker.png
21383
21384 \end_inset
21385
21386 ).
21387  You can change the space to different sizes when you set the cursor behind
21388  the space marker and hit space again several times.
21389  With every space hit the size will be changed.
21390  Some markers for the space size appear red in LyX, because they are a negative
21391  spaces.
21392  Here two examples:
21393 \end_layout
21394
21395 \begin_layout Standard
21396
21397 \series bold
21398 a C-Space b
21399 \series default
21400  and 3×
21401 \family sans
21402 Space
21403 \family default
21404
21405 \begin_inset Formula $a\quad b$
21406 \end_inset
21407
21408
21409 \end_layout
21410
21411 \begin_layout Standard
21412
21413 \series bold
21414 a C-Space b
21415 \series default
21416  and 5×
21417 \family sans
21418 Space
21419 \family default
21420
21421 \begin_inset Formula $a\! b$
21422 \end_inset
21423
21424
21425 \end_layout
21426
21427 \begin_layout Subsection
21428 Functions
21429 \begin_inset Index
21430 status collapsed
21431
21432 \begin_layout Plain Layout
21433 Math ! Functions
21434 \end_layout
21435
21436 \end_inset
21437
21438
21439 \begin_inset CommandInset label
21440 LatexCommand label
21441 name "sub:Functions"
21442
21443 \end_inset
21444
21445
21446 \end_layout
21447
21448 \begin_layout Standard
21449 The 
21450 \family sans
21451 Math
21452 \begin_inset space ~
21453 \end_inset
21454
21455 Panel
21456 \family default
21457  contains under the button 
21458 \begin_inset Graphics
21459         filename ../images/math/functions.png
21460
21461 \end_inset
21462
21463  a number of functions, such as 
21464 \begin_inset Formula $\sin$
21465 \end_inset
21466
21467
21468 \begin_inset Formula $\lim$
21469 \end_inset
21470
21471
21472 \emph on
21473 etc
21474 \emph default
21475 .
21476  (you can also insert them in a formula by typing 
21477 \series bold
21478
21479 \backslash
21480 sin
21481 \series default
21482  etc.).
21483  Standard mathematical practice is, that functions are printed upright to
21484  avoid confusions, because 
21485 \begin_inset Formula $sin$
21486 \end_inset
21487
21488  does normally mean 
21489 \begin_inset Formula $s·i·n$
21490 \end_inset
21491
21492 .
21493 \end_layout
21494
21495 \begin_layout Standard
21496 Using the function macros will also produce correct spacing around the function:
21497  
21498 \begin_inset Formula $a\sin x$
21499 \end_inset
21500
21501  is different from 
21502 \begin_inset Formula $asinx$
21503 \end_inset
21504
21505
21506 \end_layout
21507
21508 \begin_layout Standard
21509 For some mathematical objects, like the limes, the macro changes the way
21510  that subscripts are placed, like described in section
21511 \begin_inset space ~
21512 \end_inset
21513
21514
21515 \begin_inset CommandInset ref
21516 LatexCommand ref
21517 reference "sub:Operators-with-Limits"
21518
21519 \end_inset
21520
21521 .
21522 \end_layout
21523
21524 \begin_layout Subsection
21525 Accents
21526 \begin_inset Index
21527 status collapsed
21528
21529 \begin_layout Plain Layout
21530 Math ! Accents
21531 \end_layout
21532
21533 \end_inset
21534
21535
21536 \end_layout
21537
21538 \begin_layout Standard
21539 In a formula you can insert accented characters in the same way as in text
21540  mode.
21541  This may depend on your keyboard, or the bindings file you use.
21542  You can also use LaTeX commands to e.g.
21543  enter 
21544 \begin_inset Formula $\hat{a}$
21545 \end_inset
21546
21547  even if your keyboard doesn't have hat-accents enabled.
21548  Our example is entered by typing 
21549 \series bold
21550
21551 \backslash
21552 hat
21553 \begin_inset ERT
21554 status collapsed
21555
21556 \begin_layout Plain Layout
21557
21558
21559 \backslash
21560 spce 
21561 \end_layout
21562
21563 \end_inset
21564
21565 a
21566 \series default
21567  in a formula.
21568  Table
21569 \begin_inset space ~
21570 \end_inset
21571
21572
21573 \begin_inset CommandInset ref
21574 LatexCommand ref
21575 reference "cap:Accent-names-and"
21576
21577 \end_inset
21578
21579  shows the equivalences between the accent names and the commands.
21580 \end_layout
21581
21582 \begin_layout Standard
21583 \begin_inset Float table
21584 wide false
21585 sideways false
21586 status open
21587
21588 \begin_layout Plain Layout
21589 \begin_inset Caption
21590
21591 \begin_layout Plain Layout
21592 \begin_inset CommandInset label
21593 LatexCommand label
21594 name "cap:Accent-names-and"
21595
21596 \end_inset
21597
21598 Accent names and the corresponding commands.
21599 \end_layout
21600
21601 \end_inset
21602
21603
21604 \end_layout
21605
21606 \begin_layout Plain Layout
21607 \align center
21608 \begin_inset Tabular
21609 <lyxtabular version="3" rows="11" columns="3">
21610 <features>
21611 <column alignment="center" valignment="top" width="0pt">
21612 <column alignment="center" valignment="top" width="0pt">
21613 <column alignment="center" valignment="top" width="0pt">
21614 <row>
21615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21616 \begin_inset Text
21617
21618 \begin_layout Plain Layout
21619 Name
21620 \end_layout
21621
21622 \end_inset
21623 </cell>
21624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21625 \begin_inset Text
21626
21627 \begin_layout Plain Layout
21628 Command
21629 \end_layout
21630
21631 \end_inset
21632 </cell>
21633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21634 \begin_inset Text
21635
21636 \begin_layout Plain Layout
21637 E
21638 \family roman
21639 \series medium
21640 \shape up
21641 \size normal
21642 \emph off
21643 \bar no
21644 \noun off
21645 \color none
21646 xample
21647 \end_layout
21648
21649 \end_inset
21650 </cell>
21651 </row>
21652 <row>
21653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21654 \begin_inset Text
21655
21656 \begin_layout Plain Layout
21657
21658 \family roman
21659 \series medium
21660 \shape up
21661 \size normal
21662 \emph off
21663 \bar no
21664 \noun off
21665 \color none
21666 circumflex
21667 \end_layout
21668
21669 \end_inset
21670 </cell>
21671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21672 \begin_inset Text
21673
21674 \begin_layout Plain Layout
21675
21676 \series bold
21677
21678 \backslash
21679 hat
21680 \end_layout
21681
21682 \end_inset
21683 </cell>
21684 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21685 \begin_inset Text
21686
21687 \begin_layout Plain Layout
21688
21689 \family roman
21690 \series medium
21691 \shape up
21692 \size normal
21693 \emph off
21694 \bar no
21695 \noun off
21696 \color none
21697 \begin_inset Formula $\hat{a}$
21698 \end_inset
21699
21700
21701 \end_layout
21702
21703 \end_inset
21704 </cell>
21705 </row>
21706 <row>
21707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21708 \begin_inset Text
21709
21710 \begin_layout Plain Layout
21711
21712 \family roman
21713 \series medium
21714 \shape up
21715 \size normal
21716 \emph off
21717 \bar no
21718 \noun off
21719 \color none
21720 grave
21721 \end_layout
21722
21723 \end_inset
21724 </cell>
21725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21726 \begin_inset Text
21727
21728 \begin_layout Plain Layout
21729
21730 \series bold
21731
21732 \backslash
21733 grave
21734 \end_layout
21735
21736 \end_inset
21737 </cell>
21738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21739 \begin_inset Text
21740
21741 \begin_layout Plain Layout
21742
21743 \family roman
21744 \series medium
21745 \shape up
21746 \size normal
21747 \emph off
21748 \bar no
21749 \noun off
21750 \color none
21751 \begin_inset Formula $\grave{a}$
21752 \end_inset
21753
21754
21755 \end_layout
21756
21757 \end_inset
21758 </cell>
21759 </row>
21760 <row>
21761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21762 \begin_inset Text
21763
21764 \begin_layout Plain Layout
21765
21766 \family roman
21767 \series medium
21768 \shape up
21769 \size normal
21770 \emph off
21771 \bar no
21772 \noun off
21773 \color none
21774 acute
21775 \end_layout
21776
21777 \end_inset
21778 </cell>
21779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21780 \begin_inset Text
21781
21782 \begin_layout Plain Layout
21783
21784 \series bold
21785
21786 \backslash
21787 acute
21788 \end_layout
21789
21790 \end_inset
21791 </cell>
21792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21793 \begin_inset Text
21794
21795 \begin_layout Plain Layout
21796
21797 \family roman
21798 \series medium
21799 \shape up
21800 \size normal
21801 \emph off
21802 \bar no
21803 \noun off
21804 \color none
21805 \begin_inset Formula $\acute{a}$
21806 \end_inset
21807
21808
21809 \end_layout
21810
21811 \end_inset
21812 </cell>
21813 </row>
21814 <row>
21815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21816 \begin_inset Text
21817
21818 \begin_layout Plain Layout
21819
21820 \family roman
21821 \series medium
21822 \shape up
21823 \size normal
21824 \emph off
21825 \bar no
21826 \noun off
21827 \color none
21828 umlaut
21829 \end_layout
21830
21831 \end_inset
21832 </cell>
21833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21834 \begin_inset Text
21835
21836 \begin_layout Plain Layout
21837
21838 \series bold
21839
21840 \backslash
21841 ddot
21842 \end_layout
21843
21844 \end_inset
21845 </cell>
21846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21847 \begin_inset Text
21848
21849 \begin_layout Plain Layout
21850
21851 \family roman
21852 \series medium
21853 \shape up
21854 \size normal
21855 \emph off
21856 \bar no
21857 \noun off
21858 \color none
21859 \begin_inset Formula $\ddot{a}$
21860 \end_inset
21861
21862
21863 \end_layout
21864
21865 \end_inset
21866 </cell>
21867 </row>
21868 <row>
21869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21870 \begin_inset Text
21871
21872 \begin_layout Plain Layout
21873
21874 \family roman
21875 \series medium
21876 \shape up
21877 \size normal
21878 \emph off
21879 \bar no
21880 \noun off
21881 \color none
21882 tilde
21883 \end_layout
21884
21885 \end_inset
21886 </cell>
21887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21888 \begin_inset Text
21889
21890 \begin_layout Plain Layout
21891
21892 \series bold
21893
21894 \backslash
21895 tilde
21896 \end_layout
21897
21898 \end_inset
21899 </cell>
21900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21901 \begin_inset Text
21902
21903 \begin_layout Plain Layout
21904
21905 \family roman
21906 \series medium
21907 \shape up
21908 \size normal
21909 \emph off
21910 \bar no
21911 \noun off
21912 \color none
21913 \begin_inset Formula $\tilde{a}$
21914 \end_inset
21915
21916
21917 \end_layout
21918
21919 \end_inset
21920 </cell>
21921 </row>
21922 <row>
21923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21924 \begin_inset Text
21925
21926 \begin_layout Plain Layout
21927
21928 \family roman
21929 \series medium
21930 \shape up
21931 \size normal
21932 \emph off
21933 \bar no
21934 \noun off
21935 \color none
21936 dot
21937 \end_layout
21938
21939 \end_inset
21940 </cell>
21941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21942 \begin_inset Text
21943
21944 \begin_layout Plain Layout
21945
21946 \series bold
21947
21948 \backslash
21949 dot
21950 \end_layout
21951
21952 \end_inset
21953 </cell>
21954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21955 \begin_inset Text
21956
21957 \begin_layout Plain Layout
21958
21959 \family roman
21960 \series medium
21961 \shape up
21962 \size normal
21963 \emph off
21964 \bar no
21965 \noun off
21966 \color none
21967 \begin_inset Formula $\dot{a}$
21968 \end_inset
21969
21970
21971 \end_layout
21972
21973 \end_inset
21974 </cell>
21975 </row>
21976 <row>
21977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21978 \begin_inset Text
21979
21980 \begin_layout Plain Layout
21981
21982 \family roman
21983 \series medium
21984 \shape up
21985 \size normal
21986 \emph off
21987 \bar no
21988 \noun off
21989 \color none
21990 breve
21991 \end_layout
21992
21993 \end_inset
21994 </cell>
21995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21996 \begin_inset Text
21997
21998 \begin_layout Plain Layout
21999
22000 \series bold
22001
22002 \backslash
22003 breve
22004 \end_layout
22005
22006 \end_inset
22007 </cell>
22008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22009 \begin_inset Text
22010
22011 \begin_layout Plain Layout
22012
22013 \family roman
22014 \series medium
22015 \shape up
22016 \size normal
22017 \emph off
22018 \bar no
22019 \noun off
22020 \color none
22021 \begin_inset Formula $\breve{a}$
22022 \end_inset
22023
22024
22025 \end_layout
22026
22027 \end_inset
22028 </cell>
22029 </row>
22030 <row>
22031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22032 \begin_inset Text
22033
22034 \begin_layout Plain Layout
22035
22036 \family roman
22037 \series medium
22038 \shape up
22039 \size normal
22040 \emph off
22041 \bar no
22042 \noun off
22043 \color none
22044 caron
22045 \end_layout
22046
22047 \end_inset
22048 </cell>
22049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22050 \begin_inset Text
22051
22052 \begin_layout Plain Layout
22053
22054 \series bold
22055
22056 \backslash
22057 check
22058 \end_layout
22059
22060 \end_inset
22061 </cell>
22062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22063 \begin_inset Text
22064
22065 \begin_layout Plain Layout
22066
22067 \family roman
22068 \series medium
22069 \shape up
22070 \size normal
22071 \emph off
22072 \bar no
22073 \noun off
22074 \color none
22075 \begin_inset Formula $\check{a}$
22076 \end_inset
22077
22078
22079 \end_layout
22080
22081 \end_inset
22082 </cell>
22083 </row>
22084 <row>
22085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22086 \begin_inset Text
22087
22088 \begin_layout Plain Layout
22089
22090 \family roman
22091 \series medium
22092 \shape up
22093 \size normal
22094 \emph off
22095 \bar no
22096 \noun off
22097 \color none
22098 macron
22099 \end_layout
22100
22101 \end_inset
22102 </cell>
22103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22104 \begin_inset Text
22105
22106 \begin_layout Plain Layout
22107
22108 \series bold
22109
22110 \backslash
22111 bar
22112 \end_layout
22113
22114 \end_inset
22115 </cell>
22116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22117 \begin_inset Text
22118
22119 \begin_layout Plain Layout
22120
22121 \family roman
22122 \series medium
22123 \shape up
22124 \size normal
22125 \emph off
22126 \bar no
22127 \noun off
22128 \color none
22129 \begin_inset Formula $\bar{a}$
22130 \end_inset
22131
22132
22133 \end_layout
22134
22135 \end_inset
22136 </cell>
22137 </row>
22138 <row>
22139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22140 \begin_inset Text
22141
22142 \begin_layout Plain Layout
22143 vector
22144 \end_layout
22145
22146 \end_inset
22147 </cell>
22148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22149 \begin_inset Text
22150
22151 \begin_layout Plain Layout
22152
22153 \series bold
22154
22155 \backslash
22156 vec
22157 \end_layout
22158
22159 \end_inset
22160 </cell>
22161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22162 \begin_inset Text
22163
22164 \begin_layout Plain Layout
22165
22166 \family roman
22167 \series medium
22168 \shape up
22169 \size normal
22170 \emph off
22171 \bar no
22172 \noun off
22173 \color none
22174 \begin_inset Formula $\vec{a}$
22175 \end_inset
22176
22177
22178 \end_layout
22179
22180 \end_inset
22181 </cell>
22182 </row>
22183 </lyxtabular>
22184
22185 \end_inset
22186
22187
22188 \end_layout
22189
22190 \end_inset
22191
22192
22193 \end_layout
22194
22195 \begin_layout Standard
22196 You can choose one of the accents by selecting an item from the 
22197 \family sans
22198 Frame
22199 \begin_inset space ~
22200 \end_inset
22201
22202 decorations
22203 \family default
22204  symbol set button 
22205 \begin_inset Graphics
22206         filename ../images/math/hat.png
22207
22208 \end_inset
22209
22210  in the math panel ; this will apply to any selection you have made within
22211  a formula too.
22212 \end_layout
22213
22214 \begin_layout Section
22215 Brackets and Delimiters
22216 \begin_inset Index
22217 status collapsed
22218
22219 \begin_layout Plain Layout
22220 Math ! Brackets
22221 \end_layout
22222
22223 \end_inset
22224
22225
22226 \begin_inset Index
22227 status collapsed
22228
22229 \begin_layout Plain Layout
22230 Math ! Delimiters
22231 \end_layout
22232
22233 \end_inset
22234
22235
22236 \begin_inset CommandInset label
22237 LatexCommand label
22238 name "sec:Brackets-and-Delimiters"
22239
22240 \end_inset
22241
22242
22243 \end_layout
22244
22245 \begin_layout Standard
22246 There are several brackets available through LyX.
22247  For most purposes, using just the keys 
22248 \family typewriter
22249 []{}()|<>
22250 \family default
22251  should suffice.
22252  But if you want to surround a large structure, like a matrix or a fraction,
22253  or if you have several layers of brackets, is better using 
22254 \family sans
22255 Math
22256 \begin_inset space ~
22257 \end_inset
22258
22259 Panel
22260 \family default
22261 's delimiter icon 
22262 \begin_inset Graphics
22263         filename ../images/math/delim.png
22264
22265 \end_inset
22266
22267 .
22268  For example, that's how you would construct the brackets around a standard
22269  matrix such as:
22270 \begin_inset Formula \[
22271 \left[\begin{array}{cc}
22272 1 & 2\\
22273 3 & 4\end{array}\right]\]
22274
22275 \end_inset
22276
22277 and to make it easier to see the layers of parentheses as in: 
22278 \begin_inset Formula \[
22279 \frac{1}{\left(1+\left(\frac{1}{1+\left(\frac{1}{1+x}\right)}\right)\right)}\]
22280
22281 \end_inset
22282
22283
22284 \end_layout
22285
22286 \begin_layout Standard
22287 The parentheses, and other brackets from that menu will automatically re-size
22288  to accommodate the size of what is inside.
22289 \end_layout
22290
22291 \begin_layout Standard
22292 To construct brackets click on the button for the bracket you want on the
22293  left side and right side.
22294  If you use the option 
22295 \family sans
22296 Keep
22297 \begin_inset space ~
22298 \end_inset
22299
22300 matched
22301 \family default
22302 , the selected bracket type will be used for the left and the right side.
22303  The selection will be shown below the button field.
22304  If you want one side to not have a bracket, use the blank button.
22305  It will appear in LyX with a dotted line, but nothing will be printed.
22306 \end_layout
22307
22308 \begin_layout Standard
22309 If you want to place brackets around math structures, like a square root,
22310  you can do that by highlighting (selecting) the structure that is to go
22311  inside the brackets.
22312  Then choose the appropriate brackets for left and right and click on 
22313 \family sans
22314 Insert
22315 \family default
22316 .
22317  The parentheses will be drawn around the selected structure.
22318 \end_layout
22319
22320 \begin_layout Standard
22321 The next section explains how to insert a LaTeX 
22322 \begin_inset Quotes eld
22323 \end_inset
22324
22325 {
22326 \begin_inset Quotes erd
22327 \end_inset
22328
22329  for grouping.
22330 \end_layout
22331
22332 \begin_layout Section
22333 Grouping
22334 \begin_inset Index
22335 status collapsed
22336
22337 \begin_layout Plain Layout
22338 Math ! Grouping
22339 \end_layout
22340
22341 \end_inset
22342
22343
22344 \begin_inset CommandInset label
22345 LatexCommand label
22346 name "sec:Grouping"
22347
22348 \end_inset
22349
22350
22351 \end_layout
22352
22353 \begin_layout Standard
22354 You may need to group a set of symbols.
22355  In LaTeX, for example, the typesetting of 
22356 \family typewriter
22357 {x^y}^z
22358 \family default
22359  is different from 
22360 \family typewriter
22361 x^{y^z}
22362 \family default
22363 :
22364 \end_layout
22365
22366 \begin_layout Standard
22367 \begin_inset Formula \[
22368 {x^{y}}^{z}\quad\mathrm{differs\; from}\quad x^{y^{z}}\]
22369
22370 \end_inset
22371
22372
22373 \end_layout
22374
22375 \begin_layout Standard
22376 To create this grouping, you need to use the key sequence 
22377 \begin_inset Quotes eld
22378 \end_inset
22379
22380
22381 \series bold
22382
22383 \backslash
22384 {
22385 \series default
22386
22387 \begin_inset Quotes erd
22388 \end_inset
22389
22390  then type space.
22391  Inside LyX, you will see red braces indicating the grouping.
22392  Within this braces you insert the grouped structure.
22393  The grouping braces won't appear in the output in contrary to normal braces.
22394 \end_layout
22395
22396 \begin_layout Section
22397 Arrays and Multi-line Equations
22398 \begin_inset Index
22399 status collapsed
22400
22401 \begin_layout Plain Layout
22402 Math ! Arrays
22403 \end_layout
22404
22405 \end_inset
22406
22407
22408 \begin_inset Index
22409 status collapsed
22410
22411 \begin_layout Plain Layout
22412 Math ! Matrices
22413 \end_layout
22414
22415 \end_inset
22416
22417
22418 \begin_inset Index
22419 status collapsed
22420
22421 \begin_layout Plain Layout
22422 Math ! Multi-line Equations
22423 \end_layout
22424
22425 \end_inset
22426
22427
22428 \end_layout
22429
22430 \begin_layout Standard
22431 Matrices are entered in LyX using the 
22432 \family sans
22433 Math
22434 \begin_inset space ~
22435 \end_inset
22436
22437 Panel
22438 \family default
22439  matrix button 
22440 \begin_inset Graphics
22441         filename ../images/math/matrix.png
22442
22443 \end_inset
22444
22445 .
22446  It will open a dialog for you to choose the number of rows/columns.
22447  Here is an example:
22448 \begin_inset Formula \[
22449 \left(\begin{array}{ccc}
22450 1 & 2 & 3\\
22451 4 & 5 & 6\\
22452 7 & 8 & 9\end{array}\right)\]
22453
22454 \end_inset
22455
22456 The parentheses aren't automatic, but you can add them as described in section
22457 \begin_inset space ~
22458 \end_inset
22459
22460
22461 \begin_inset CommandInset ref
22462 LatexCommand ref
22463 reference "sec:Brackets-and-Delimiters"
22464
22465 \end_inset
22466
22467 .
22468  When you construct the matrix, you can decide whether the column entries
22469  will be left-, right-, or center-justified.
22470  This alignment is set in the box 
22471 \family sans
22472 Horizontal
22473 \family default
22474  with the letters 
22475 \begin_inset Quotes eld
22476 \end_inset
22477
22478
22479 \family sans
22480 l
22481 \family default
22482
22483 \begin_inset Quotes erd
22484 \end_inset
22485
22486
22487 \begin_inset Quotes eld
22488 \end_inset
22489
22490
22491 \family sans
22492 r
22493 \family default
22494
22495 \begin_inset Quotes erd
22496 \end_inset
22497
22498 , and 
22499 \begin_inset Quotes eld
22500 \end_inset
22501
22502
22503 \family sans
22504 c
22505 \family default
22506
22507 \begin_inset Quotes erd
22508 \end_inset
22509
22510 .
22511  LyX proposes a 
22512 \begin_inset Quotes eld
22513 \end_inset
22514
22515
22516 \family sans
22517 c
22518 \family default
22519
22520 \begin_inset Quotes erd
22521 \end_inset
22522
22523  for every column as default.
22524  For example, the sequence 
22525 \begin_inset Quotes eld
22526 \end_inset
22527
22528
22529 \family sans
22530 lrc
22531 \family default
22532
22533 \begin_inset Quotes erd
22534 \end_inset
22535
22536  means that the first column will be left-justified, the second will be
22537  centered, and the third column will be right-justified, because each letter
22538  corresponds to the relevant column.
22539  The result will look like this:
22540 \begin_inset Formula \[
22541 \begin{array}{lcr}
22542 this & this\, column & this\, column\\
22543 column & has & has\, right\\
22544 has\, left\, alignment & center\, alignment & alignment\end{array}.\]
22545
22546 \end_inset
22547
22548
22549 \end_layout
22550
22551 \begin_layout Standard
22552 You can add more rows to an existing matrix by hitting 
22553 \family sans
22554 C-Enter
22555 \family default
22556  while the cursor is in the matrix.
22557  Adding or deleting columns can be done via the menu 
22558 \family sans
22559 Edit\SpecialChar \menuseparator
22560 Math
22561 \family default
22562 .
22563 \end_layout
22564
22565 \begin_layout Standard
22566 There are other arrays used in formulas, such as distinctions of cases.
22567  It can be created with the menu 
22568 \family sans
22569 Insert\SpecialChar \menuseparator
22570 Math\SpecialChar \menuseparator
22571 Cases
22572 \begin_inset space ~
22573 \end_inset
22574
22575 Environment
22576 \family default
22577  or the command 
22578 \series bold
22579
22580 \backslash
22581 cases
22582 \series default
22583 .
22584  Here an example: 
22585 \begin_inset Formula \[
22586 f(x)=\begin{cases}
22587 -1 & x<0\\
22588 0 & x=0\\
22589 1 & x>0\end{cases}\]
22590
22591 \end_inset
22592
22593
22594 \end_layout
22595
22596 \begin_layout Standard
22597 \begin_inset VSpace bigskip
22598 \end_inset
22599
22600 Multi-line formulas are created when you press 
22601 \family sans
22602 \series medium
22603 C-E
22604 \series default
22605 nter
22606 \family default
22607  within a formula.
22608  In an empty formula you can see that three blue boxes appear, one for each
22609  column.
22610  When you press 
22611 \family sans
22612 \series medium
22613 C-E
22614 \series default
22615 nter
22616 \family default
22617  in a non-empty formula, the part before the relation sign (equal sign 
22618 \begin_inset Quotes eld
22619 \end_inset
22620
22621 =
22622 \begin_inset Quotes erd
22623 \end_inset
22624
22625  etc.) will be inserted automatically to the first column, the relation sign
22626  is in the second column, and the rest in the third column.
22627  A new row is created by every further hit of 
22628 \family sans
22629 \series medium
22630 C-E
22631 \series default
22632 nter
22633 \family default
22634 .
22635  Multi-line formulas are always displayed formulas.
22636  Here is an example:
22637 \begin_inset Formula \begin{eqnarray}
22638 a^{2} & = & (b^{2}+c^{2})(b^{2}-c^{2})\nonumber \\
22639 a & = & \sqrt{b^{4}-c^{4}}\label{eq:asquared}\end{eqnarray}
22640
22641 \end_inset
22642
22643  To change the column assignment of the formula parts, place the cursor
22644  where you want to start the shift and hit 
22645 \family sans
22646 C-Tab.
22647
22648 \family default
22649  It shifts everything in the column which is right beside the current cursor
22650  position to the next column.
22651  Note that the middle column is designed for relation signs, structures
22652  within this column will be printed in a smaller size:
22653 \begin_inset Formula \begin{eqnarray*}
22654 \frac{A}{B} & \frac{A}{B} & \frac{A}{B}\end{eqnarray*}
22655
22656 \end_inset
22657
22658
22659 \end_layout
22660
22661 \begin_layout Standard
22662 The multi-line formula type described here is called 
22663 \family typewriter
22664 \series medium
22665 eqnarray
22666 \family default
22667 \series default
22668 .
22669  There are other multi-line types being more suitable for certain situations,
22670  for example if you want a better inter-line spacing than in formula (
22671 \begin_inset CommandInset ref
22672 LatexCommand ref
22673 reference "eq:asquared"
22674
22675 \end_inset
22676
22677 ).
22678  The other types are described in section
22679 \begin_inset space ~
22680 \end_inset
22681
22682
22683 \begin_inset CommandInset ref
22684 LatexCommand ref
22685 reference "sub:AMS-Formula-Types"
22686
22687 \end_inset
22688
22689 .
22690 \end_layout
22691
22692 \begin_layout Section
22693 Formula Numbering and Referencing
22694 \begin_inset Index
22695 status collapsed
22696
22697 \begin_layout Plain Layout
22698 Math ! Formula numbering
22699 \end_layout
22700
22701 \end_inset
22702
22703
22704 \begin_inset Index
22705 status collapsed
22706
22707 \begin_layout Plain Layout
22708 Math ! Referencing formulas
22709 \end_layout
22710
22711 \end_inset
22712
22713
22714 \begin_inset CommandInset label
22715 LatexCommand label
22716 name "sec:Formula-Numbering-and"
22717
22718 \end_inset
22719
22720
22721 \end_layout
22722
22723 \begin_layout Standard
22724 To number a formula, set the cursor in the formula and use the menu 
22725 \family sans
22726 Edit\SpecialChar \menuseparator
22727 Math\SpecialChar \menuseparator
22728 Toggle
22729 \begin_inset space ~
22730 \end_inset
22731
22732 Numbering
22733 \family default
22734  or the shortcut 
22735 \family sans
22736 M-m
22737 \begin_inset space ~
22738 \end_inset
22739
22740 n
22741 \family default
22742 .
22743  The formula number appears in LyX as 
22744 \begin_inset Quotes eld
22745 \end_inset
22746
22747 #
22748 \begin_inset Quotes erd
22749 \end_inset
22750
22751  within parentheses.
22752  The 
22753 \begin_inset Quotes erd
22754 \end_inset
22755
22756 #
22757 \begin_inset Quotes erd
22758 \end_inset
22759
22760  denotes, that the number will be calculated automatically when the output
22761  is generated.
22762  The placement and format of the formula number in the output depends on
22763  the document class.
22764  In this document the number is printed together with the chapter number,
22765  separated by a dot:
22766 \begin_inset Formula \begin{equation}
22767 1+1=2\end{equation}
22768
22769 \end_inset
22770
22771 Using 
22772 \family sans
22773 M-m
22774 \begin_inset space ~
22775 \end_inset
22776
22777 n
22778 \family default
22779  in a numbered formula will switch off the numbering.
22780  You can only number displayed formulas.
22781 \end_layout
22782
22783 \begin_layout Standard
22784 Multi-line formulas can be numbered line by line: Using the menu 
22785 \family sans
22786 Edit\SpecialChar \menuseparator
22787 Math\SpecialChar \menuseparator
22788 Toggle
22789 \begin_inset space ~
22790 \end_inset
22791
22792 Numbering
22793 \begin_inset space ~
22794 \end_inset
22795
22796 of
22797 \begin_inset space ~
22798 \end_inset
22799
22800 Line
22801 \family default
22802  or the shortcut 
22803 \family sans
22804 M-m
22805 \begin_inset space ~
22806 \end_inset
22807
22808 N
22809 \family default
22810  will only toggle the numbering of the line where the cursor is in:
22811 \begin_inset Formula \begin{eqnarray}
22812 1 & = & 3-2\\
22813 2 & = & 4-2\nonumber \\
22814 4 & \leq & 7\end{eqnarray}
22815
22816 \end_inset
22817
22818 To number all lines use the shortcut 
22819 \family sans
22820 M-m
22821 \begin_inset space ~
22822 \end_inset
22823
22824 n
22825 \family default
22826 .
22827 \end_layout
22828
22829 \begin_layout Standard
22830 \begin_inset VSpace bigskip
22831 \end_inset
22832
22833 Every displayed formula can be referenced by its number using a label.
22834  A label is inserted with the menu 
22835 \family sans
22836 Insert\SpecialChar \menuseparator
22837 Label
22838 \family default
22839  when the cursor is in the formula.
22840  This opens a dialog to enter the label.
22841  It is recommended to use the proposed 
22842 \begin_inset Quotes eld
22843 \end_inset
22844
22845
22846 \family sans
22847 eq:
22848 \family default
22849
22850 \begin_inset Quotes erd
22851 \end_inset
22852
22853  as first part of the label, because this helps later to identify the label
22854  type when you have many labels in your document.
22855  We inserted in the following example the label 
22856 \begin_inset Quotes eld
22857 \end_inset
22858
22859 eq:tanhExp
22860 \begin_inset Quotes erd
22861 \end_inset
22862
22863  in the second line:
22864 \begin_inset Formula \begin{eqnarray}
22865 \tanh(x) & = & \frac{\sinh(x)}{\cosh(x)}\nonumber \\
22866  & = & \frac{\mathrm{e}^{2x}-1}{\mathrm{e}^{2x}+1}\label{eq:tanhExp}\end{eqnarray}
22867
22868 \end_inset
22869
22870 Every labeled line is automatically numbered.
22871  Therefore the label is shown in LyX at the place of the formula number
22872  placeholder 
22873 \begin_inset Quotes eld
22874 \end_inset
22875
22876 #
22877 \begin_inset Quotes erd
22878 \end_inset
22879
22880 .
22881  You can reference a labeled formula using the menu 
22882 \family sans
22883 Insert\SpecialChar \menuseparator
22884 Cross
22885 \begin_inset space ~
22886 \end_inset
22887
22888 Reference
22889 \family default
22890 .
22891  A dialog appears to choose a label you want refer to.
22892  The reference appears in LyX as grey cross reference box and in the output
22893  as the formula number:
22894 \end_layout
22895
22896 \begin_layout Standard
22897 This is a cross-reference to equation (
22898 \begin_inset CommandInset ref
22899 LatexCommand ref
22900 reference "eq:tanhExp"
22901
22902 \end_inset
22903
22904 ).
22905 \end_layout
22906
22907 \begin_layout Standard
22908 The properties of LyX's cross-reference box are described in section
22909 \begin_inset space ~
22910 \end_inset
22911
22912
22913 \begin_inset CommandInset ref
22914 LatexCommand ref
22915 reference "sec:Cross-References"
22916
22917 \end_inset
22918
22919 .
22920  To delete a label, set the cursor in the labeled formula, use the menu
22921  
22922 \family sans
22923 Insert\SpecialChar \menuseparator
22924 Label
22925 \family default
22926  and delete the label in the appearing dialog.
22927 \begin_inset Foot
22928 status collapsed
22929
22930 \begin_layout Plain Layout
22931 This is a unintuitive and will be fixed in the next version of LyX.
22932 \end_layout
22933
22934 \end_inset
22935
22936  
22937 \end_layout
22938
22939 \begin_layout Section
22940 User defined math macros
22941 \begin_inset Index
22942 status collapsed
22943
22944 \begin_layout Plain Layout
22945 Math ! Macros
22946 \end_layout
22947
22948 \end_inset
22949
22950
22951 \begin_inset CommandInset label
22952 LatexCommand label
22953 name "sec:math-macros"
22954
22955 \end_inset
22956
22957
22958 \end_layout
22959
22960 \begin_layout Standard
22961 LyX allows you to define macros for formulas.
22962  For example we assume that solutions of the quadratic equation often occur
22963  in our document in various forms and we want to create a macro to print
22964  them.
22965 \begin_inset Newline newline
22966 \end_inset
22967
22968 The general form of a quadratic equation is:
22969 \begin_inset Formula \[
22970 0=\lambda^{2}+p\lambda+q\]
22971
22972 \end_inset
22973
22974 The general form of its solution is:
22975 \begin_inset Formula \[
22976 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}\]
22977
22978 \end_inset
22979
22980
22981 \end_layout
22982
22983 \begin_layout Standard
22984 The macro should print the parameters 
22985 \begin_inset Formula $\lambda$
22986 \end_inset
22987
22988
22989 \begin_inset Formula $p$
22990 \end_inset
22991
22992  and 
22993 \begin_inset Formula $q$
22994 \end_inset
22995
22996  like in the equation above.
22997 \end_layout
22998
22999 \begin_layout Standard
23000 A macro is created by executing the command
23001 \end_layout
23002
23003 \begin_layout Standard
23004
23005 \series bold
23006 math-macro
23007 \begin_inset ERT
23008 status collapsed
23009
23010 \begin_layout Plain Layout
23011
23012
23013 \backslash
23014 spce 
23015 \end_layout
23016
23017 \end_inset
23018
23019 Name
23020 \begin_inset ERT
23021 status collapsed
23022
23023 \begin_layout Plain Layout
23024
23025
23026 \backslash
23027 spce 
23028 \end_layout
23029
23030 \end_inset
23031
23032 Number
23033 \begin_inset space ~
23034 \end_inset
23035
23036 of
23037 \begin_inset space ~
23038 \end_inset
23039
23040 Arguments
23041 \end_layout
23042
23043 \begin_layout Standard
23044 in the minibuffer at the bottom of the LyX screen.
23045  Name is the name of the new macro which mustn't contain numbers.
23046  The number of arguments can be a number in the range 1-9.
23047  If you want to define a macro without arguments, don't declare the number
23048  of arguments.
23049 \end_layout
23050
23051 \begin_layout Standard
23052 We have three arguments and name the macro 
23053 \begin_inset Quotes eld
23054 \end_inset
23055
23056 qE
23057 \begin_inset Quotes erd
23058 \end_inset
23059
23060 , so that the command is:
23061 \end_layout
23062
23063 \begin_layout Standard
23064
23065 \series bold
23066 math-macro
23067 \begin_inset ERT
23068 status collapsed
23069
23070 \begin_layout Plain Layout
23071
23072
23073 \backslash
23074 spce 
23075 \end_layout
23076
23077 \end_inset
23078
23079 qE
23080 \begin_inset ERT
23081 status collapsed
23082
23083 \begin_layout Plain Layout
23084
23085
23086 \backslash
23087 spce 
23088 \end_layout
23089
23090 \end_inset
23091
23092 3
23093 \end_layout
23094
23095 \begin_layout Standard
23096 This results in the following macro definition box: 
23097 \begin_inset Graphics
23098         filename clipart/macrobox.png
23099
23100 \end_inset
23101
23102  
23103 \begin_inset FormulaMacro
23104 \newcommand{\qE}[3]{#1_{1,\,2}=-\frac{#2}{2}\pm\sqrt{\frac{#2^{2}}{4}-#3}}
23105 {\textrm{qE: }#1\textrm{ , }#2\textrm{ , }#3}
23106 \end_inset
23107
23108
23109 \begin_inset Note Note
23110 status collapsed
23111
23112 \begin_layout Plain Layout
23113 The first box is an image to show the behavior in the output.
23114  The second one is the definition box, that doesn't appear in the output.
23115 \end_layout
23116
23117 \end_inset
23118
23119
23120 \end_layout
23121
23122 \begin_layout Standard
23123 The first blue box is for the definition, where you insert the formula via
23124  the math panel or commands.
23125  The placeholder for the arguments are inserted as a backslash and sharp
23126  followed by the argument number, e.g.
23127  
23128 \begin_inset Quotes eld
23129 \end_inset
23130
23131
23132 \backslash
23133 #1
23134 \begin_inset Quotes erd
23135 \end_inset
23136
23137  for the first argument.
23138  Placeholders will be displayed in red.
23139  The second blue box is for the appearance in LyX.
23140  This is useful when you have a large structure that shouldn't be displayed
23141  in LyX with its full size.
23142  If you want to see the macro as it is defined, leave the box blank.
23143  In our example we insert the sequence
23144 \begin_inset Newline newline
23145 \end_inset
23146
23147
23148 \series bold
23149 qE: 
23150 \backslash
23151 #1
23152 \series default
23153  
23154 \series bold
23155 ,
23156 \series default
23157  
23158 \series bold
23159
23160 \backslash
23161 #2
23162 \series default
23163  
23164 \series bold
23165 ,
23166 \series default
23167  
23168 \series bold
23169
23170 \backslash
23171 #3
23172 \begin_inset Newline newline
23173 \end_inset
23174
23175
23176 \series default
23177 The macro will then be shown as the macro name followed by the three arguments.
23178 \end_layout
23179
23180 \begin_layout Standard
23181 To use the macro in a formula, type its name as command, in our case 
23182 \begin_inset Quotes eld
23183 \end_inset
23184
23185
23186 \series bold
23187
23188 \backslash
23189 qE
23190 \series default
23191
23192 \begin_inset Quotes erd
23193 \end_inset
23194
23195 .
23196  The macro is inserted with boxes for the arguments looking similar to this:
23197 \end_layout
23198
23199 \begin_layout Standard
23200 \align center
23201 \begin_inset Graphics
23202         filename clipart/macrouse.png
23203
23204 \end_inset
23205
23206
23207 \end_layout
23208
23209 \begin_layout Standard
23210 The arguments are inserted in the blue boxes.
23211  If the cursor is outside the macro, the arguments are put in the macro.
23212  To change the arguments, put the cursor in the formula before or after
23213  the macro and press the right or left arrow key respectively.
23214  The arguments appear now again below the macro definition.
23215 \end_layout
23216
23217 \begin_layout Standard
23218 If you change the macro definition all macros are changed automatically
23219  to the new definition.
23220  Here an example of our macro with the arguments 
23221 \begin_inset Formula $x$
23222 \end_inset
23223
23224
23225 \begin_inset Formula $\ln(x)$
23226 \end_inset
23227
23228 , and 
23229 \begin_inset Formula $B$
23230 \end_inset
23231
23232 :
23233 \begin_inset Formula \[
23234 \qE x{\ln(y)}B\]
23235
23236 \end_inset
23237
23238
23239 \end_layout
23240
23241 \begin_layout Standard
23242 When the document is exported to LaTeX, the macro definition will be inserted
23243  as the command:
23244 \end_layout
23245
23246 \begin_layout Standard
23247
23248 \series bold
23249
23250 \backslash
23251 newcommand{
23252 \backslash
23253 qE}[3]{#1_{1,
23254 \backslash
23255 ,2}=-
23256 \backslash
23257 frac{#2}{2}
23258 \backslash
23259 pm
23260 \begin_inset Newline newline
23261 \end_inset
23262
23263
23264 \begin_inset ERT
23265 status collapsed
23266
23267 \begin_layout Plain Layout
23268
23269
23270 \backslash
23271 hphantom{
23272 \end_layout
23273
23274 \end_inset
23275
23276
23277 \backslash
23278 newcommand
23279 \begin_inset ERT
23280 status collapsed
23281
23282 \begin_layout Plain Layout
23283
23284 }
23285 \end_layout
23286
23287 \end_inset
23288
23289
23290 \backslash
23291 sqrt{
23292 \backslash
23293 frac{#2^{2}}{4}-#3}}
23294 \end_layout
23295
23296 \begin_layout Standard
23297 The command is not inserted in the document preamble.
23298  That means you can only use macros in formulas that are below the macro
23299  definition box in your document.
23300  There are also some other restrictions: The command 
23301 \backslash
23302 newcommand supports optional arguments, which are not available in LyX's
23303  macros.
23304  You can also not change subsequently the name of the macro and the number
23305  of arguments.
23306  
23307 \end_layout
23308
23309 \begin_layout Section
23310 Fine-Tuning
23311 \end_layout
23312
23313 \begin_layout Subsection
23314 Typefaces
23315 \begin_inset Index
23316 status collapsed
23317
23318 \begin_layout Plain Layout
23319 Math ! Typefaces
23320 \end_layout
23321
23322 \end_inset
23323
23324
23325 \end_layout
23326
23327 \begin_layout Standard
23328 The standard font for text is italic, for numbers the standard is roman.
23329  To set a font in a formula, use the 
23330 \family sans
23331 Math
23332 \begin_inset space ~
23333 \end_inset
23334
23335 Panel
23336 \family default
23337  button 
23338 \begin_inset Graphics
23339         filename ../images/math/font.png
23340
23341 \end_inset
23342
23343 , or enter its command, listed in table
23344 \begin_inset space ~
23345 \end_inset
23346
23347
23348 \begin_inset CommandInset ref
23349 LatexCommand ref
23350 reference "cap:Typefaces-and-the"
23351
23352 \end_inset
23353
23354 , directly.
23355 \end_layout
23356
23357 \begin_layout Standard
23358 \begin_inset Float table
23359 wide false
23360 sideways false
23361 status open
23362
23363 \begin_layout Plain Layout
23364 \begin_inset Caption
23365
23366 \begin_layout Plain Layout
23367 \begin_inset CommandInset label
23368 LatexCommand label
23369 name "cap:Typefaces-and-the"
23370
23371 \end_inset
23372
23373 Typefaces and the corresponding commands.
23374 \end_layout
23375
23376 \end_inset
23377
23378
23379 \end_layout
23380
23381 \begin_layout Plain Layout
23382 \align center
23383 \begin_inset Tabular
23384 <lyxtabular version="3" rows="9" columns="2">
23385 <features>
23386 <column alignment="center" valignment="top" width="0pt">
23387 <column alignment="center" valignment="top" width="0pt">
23388 <row>
23389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23390 \begin_inset Text
23391
23392 \begin_layout Plain Layout
23393 Font
23394 \end_layout
23395
23396 \end_inset
23397 </cell>
23398 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
23399 \begin_inset Text
23400
23401 \begin_layout Plain Layout
23402 Command
23403 \end_layout
23404
23405 \end_inset
23406 </cell>
23407 </row>
23408 <row>
23409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23410 \begin_inset Text
23411
23412 \begin_layout Plain Layout
23413
23414 \shape up
23415 \size normal
23416 \bar no
23417 \noun off
23418 \color none
23419 \begin_inset Formula $\mathrm{Roman}$
23420 \end_inset
23421
23422
23423 \end_layout
23424
23425 \end_inset
23426 </cell>
23427 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
23428 \begin_inset Text
23429
23430 \begin_layout Plain Layout
23431
23432 \series bold
23433
23434 \backslash
23435 mathrm
23436 \end_layout
23437
23438 \end_inset
23439 </cell>
23440 </row>
23441 <row>
23442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23443 \begin_inset Text
23444
23445 \begin_layout Plain Layout
23446 \begin_inset Formula $\mathbf{\mathbf{Bold}}$
23447 \end_inset
23448
23449
23450 \end_layout
23451
23452 \end_inset
23453 </cell>
23454 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
23455 \begin_inset Text
23456
23457 \begin_layout Plain Layout
23458
23459 \series bold
23460
23461 \backslash
23462 mathbf
23463 \end_layout
23464
23465 \end_inset
23466 </cell>
23467 </row>
23468 <row>
23469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23470 \begin_inset Text
23471
23472 \begin_layout Plain Layout
23473 \begin_inset Formula $\mathit{Italic}$
23474 \end_inset
23475
23476
23477 \end_layout
23478
23479 \end_inset
23480 </cell>
23481 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
23482 \begin_inset Text
23483
23484 \begin_layout Plain Layout
23485
23486 \series bold
23487
23488 \backslash
23489 mathit
23490 \end_layout
23491
23492 \end_inset
23493 </cell>
23494 </row>
23495 <row>
23496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23497 \begin_inset Text
23498
23499 \begin_layout Plain Layout
23500
23501 \shape up
23502 \size normal
23503 \bar no
23504 \noun off
23505 \color none
23506 \begin_inset Formula $\mathtt{Typewriter}$
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 Plain Layout
23518
23519 \series bold
23520
23521 \backslash
23522 mathtt
23523 \end_layout
23524
23525 \end_inset
23526 </cell>
23527 </row>
23528 <row>
23529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23530 \begin_inset Text
23531
23532 \begin_layout Plain Layout
23533 \begin_inset Formula $\mathbf{\mathbb{BLACKBOARD}}$
23534 \end_inset
23535
23536
23537 \end_layout
23538
23539 \end_inset
23540 </cell>
23541 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
23542 \begin_inset Text
23543
23544 \begin_layout Plain Layout
23545
23546 \series bold
23547
23548 \backslash
23549 mathbb
23550 \end_layout
23551
23552 \end_inset
23553 </cell>
23554 </row>
23555 <row>
23556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23557 \begin_inset Text
23558
23559 \begin_layout Plain Layout
23560 \begin_inset Formula $\mathfrak{Fraktur}$
23561 \end_inset
23562
23563
23564 \end_layout
23565
23566 \end_inset
23567 </cell>
23568 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
23569 \begin_inset Text
23570
23571 \begin_layout Plain Layout
23572
23573 \series bold
23574
23575 \backslash
23576 mathfrak
23577 \end_layout
23578
23579 \end_inset
23580 </cell>
23581 </row>
23582 <row>
23583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23584 \begin_inset Text
23585
23586 \begin_layout Plain Layout
23587
23588 \shape up
23589 \size normal
23590 \emph on
23591 \bar no
23592 \noun off
23593 \color none
23594 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
23595 \end_inset
23596
23597
23598 \end_layout
23599
23600 \end_inset
23601 </cell>
23602 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
23603 \begin_inset Text
23604
23605 \begin_layout Plain Layout
23606
23607 \series bold
23608
23609 \backslash
23610 mathcal
23611 \end_layout
23612
23613 \end_inset
23614 </cell>
23615 </row>
23616 <row>
23617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23618 \begin_inset Text
23619
23620 \begin_layout Plain Layout
23621 \begin_inset Formula $\mathsf{SansSerif}$
23622 \end_inset
23623
23624
23625 \end_layout
23626
23627 \end_inset
23628 </cell>
23629 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
23630 \begin_inset Text
23631
23632 \begin_layout Plain Layout
23633
23634 \series bold
23635
23636 \backslash
23637 mathsf
23638 \end_layout
23639
23640 \end_inset
23641 </cell>
23642 </row>
23643 </lyxtabular>
23644
23645 \end_inset
23646
23647
23648 \end_layout
23649
23650 \end_inset
23651
23652
23653 \end_layout
23654
23655 \begin_layout Standard
23656 \begin_inset Note Greyedout
23657 status open
23658
23659 \begin_layout Plain Layout
23660
23661 \series bold
23662 Note:
23663 \series default
23664  that you can only print capital letters in the typefaces 
23665 \family sans
23666 Blackbold
23667 \family default
23668  and 
23669 \family sans
23670 Calligraphic
23671 \family default
23672 .
23673 \end_layout
23674
23675 \end_inset
23676
23677
23678 \end_layout
23679
23680 \begin_layout Standard
23681 When you use a typeface, a blue box is inserted in the formula.
23682  Every character in this box will be printed in this typeface.
23683  Pressing 
23684 \family sans
23685 Space
23686 \family default
23687  within the box, will set the cursor outside, so that you have to use a
23688  protected space when you need a space in the box.
23689  Here an example where a 
23690 \begin_inset Quotes eld
23691 \end_inset
23692
23693 N
23694 \begin_inset Quotes erd
23695 \end_inset
23696
23697  in 
23698 \family sans
23699 Blackbold
23700 \family default
23701  denotes the set of numbers:
23702 \begin_inset Formula \[
23703 f(x)=\sqrt{x}\:;\: x\in\mathbb{N}\]
23704
23705 \end_inset
23706
23707
23708 \end_layout
23709
23710 \begin_layout Standard
23711 The typefaces are nestable, which can cause confusion.
23712  You can e.g.
23713  put a character in 
23714 \family sans
23715 Fraktur
23716 \family default
23717  in a box for 
23718 \family sans
23719 Typewriter
23720 \family default
23721
23722 \begin_inset Formula $\mathtt{abc\mathfrak{d}e}$
23723 \end_inset
23724
23725  
23726 \begin_inset Newline newline
23727 \end_inset
23728
23729 So better don't use this feature.
23730 \end_layout
23731
23732 \begin_layout Standard
23733 The typefaces have no effect on Greek letters: 
23734 \begin_inset Formula $\mathfrak{abc\delta e}$
23735 \end_inset
23736
23737
23738 \begin_inset Newline newline
23739 \end_inset
23740
23741 You can only print them emboldened using the command 
23742 \series bold
23743
23744 \backslash
23745 boldsymbol
23746 \series default
23747 , which works like the other typeface commands: 
23748 \begin_inset Formula $\alpha\beta\gamma\boldsymbol{\alpha\beta\gamma}$
23749 \end_inset
23750
23751
23752 \end_layout
23753
23754 \begin_layout Standard
23755
23756 \series bold
23757
23758 \backslash
23759 boldsymbol
23760 \series default
23761  works for all symbols, letters, and numbers.
23762 \end_layout
23763
23764 \begin_layout Standard
23765 A number of other font options are available as well, in the menu 
23766 \family sans
23767 Insert\SpecialChar \menuseparator
23768 Math\SpecialChar \menuseparator
23769 Font
23770 \begin_inset space ~
23771 \end_inset
23772
23773 Change
23774 \family default
23775 .
23776 \end_layout
23777
23778 \begin_layout Subsection
23779 Math Text
23780 \begin_inset Index
23781 status collapsed
23782
23783 \begin_layout Plain Layout
23784 Math ! Text
23785 \end_layout
23786
23787 \end_inset
23788
23789
23790 \end_layout
23791
23792 \begin_layout Standard
23793 Typefaces are useful for entering some characters in some given font, but
23794  not for text.
23795  For typing longer pieces of text use the math text, which is obtained using
23796  the entry 
23797 \family sans
23798 Normal
23799 \begin_inset space ~
23800 \end_inset
23801
23802 text
23803 \begin_inset space ~
23804 \end_inset
23805
23806 mode
23807 \family default
23808  of the 
23809 \family sans
23810 Math
23811 \begin_inset space ~
23812 \end_inset
23813
23814 Panel
23815 \family default
23816  button 
23817 \begin_inset Graphics
23818         filename ../images/math/font.png
23819
23820 \end_inset
23821
23822  (alternatively the shortcut 
23823 \family sans
23824 M-m
23825 \begin_inset space ~
23826 \end_inset
23827
23828 m
23829 \family default
23830 ).
23831  Math text appears in LyX in black instead of blue.
23832  You can use spaces and accents in math text like in normal text.
23833  Here is an example:
23834 \begin_inset Formula \[
23835 f(x)=\begin{cases}
23836 x & \textrm{if I say so}\\
23837 -x & \textrm{unter Umständen}\end{cases}\]
23838
23839 \end_inset
23840
23841
23842 \end_layout
23843
23844 \begin_layout Subsection
23845 Font Sizes
23846 \begin_inset Index
23847 status collapsed
23848
23849 \begin_layout Plain Layout
23850 Math ! Font sizes
23851 \end_layout
23852
23853 \end_inset
23854
23855
23856 \end_layout
23857
23858 \begin_layout Standard
23859 There are four font styles (relative sizes) used in math-mode, which are
23860  automatically chosen in most situations.
23861  These are called 
23862 \family sans
23863 textstyle
23864 \family default
23865
23866 \family sans
23867 displaystyle
23868 \family default
23869
23870 \family sans
23871 scriptstyle
23872 \family default
23873 , and 
23874 \family sans
23875 scriptscriptstyle
23876 \family default
23877 .
23878  For most characters, 
23879 \family sans
23880 textstyle
23881 \family default
23882  and 
23883 \family sans
23884 displaystyle
23885 \family default
23886  are actually the same size, but fractions, superscripts and subscripts,
23887  and certain other structures, are set larger in 
23888 \family sans
23889 displaystyle
23890 \family default
23891 .
23892  Except for some operators, which resize themselves to accommodate various
23893  situations, all text will be set in the styles as LaTeX thinks is appropriate.
23894  These choices can be overridden by using the math panel button 
23895 \begin_inset Graphics
23896         filename ../images/math/style.png
23897
23898 \end_inset
23899
23900 .
23901  A box for the size will be created in which you can insert the math structure.
23902  For example, you can set 
23903 \begin_inset Formula $\frac{1}{2}$
23904 \end_inset
23905
23906 , which is normally in 
23907 \family sans
23908 textstyle
23909 \family default
23910 , larger in 
23911 \family sans
23912 displaystyle
23913 \family default
23914
23915 \begin_inset Formula ${\displaystyle \frac{1}{2}}$
23916 \end_inset
23917
23918 .
23919  The four styles are used in the following example:
23920 \end_layout
23921
23922 \begin_layout Standard
23923 \begin_inset Formula $displaystyle$
23924 \end_inset
23925
23926
23927 \begin_inset Formula ${\textstyle textstyle}$
23928 \end_inset
23929
23930
23931 \begin_inset Formula ${\scriptstyle scriptstyle}$
23932 \end_inset
23933
23934
23935 \begin_inset Formula ${\scriptscriptstyle scriptscriptstyle}$
23936 \end_inset
23937
23938 .
23939 \end_layout
23940
23941 \begin_layout Standard
23942 All these math-mode font sizes are relative, that means, if the whole math
23943  inset is set in a particular size with the menu 
23944 \family sans
23945 Edit\SpecialChar \menuseparator
23946 Text
23947 \begin_inset space ~
23948 \end_inset
23949
23950 Style
23951 \family default
23952 , all sizes in the formula will be adjusted relative to this size.
23953  Similarly, if the base font size of the document is changed, all fonts
23954  will be adjusted to correspond.
23955  As example a formula in the font size 
23956 \begin_inset Quotes eld
23957 \end_inset
23958
23959 largest
23960 \begin_inset Quotes erd
23961 \end_inset
23962
23963 :
23964 \end_layout
23965
23966 \begin_layout Standard
23967
23968 \family roman
23969 \size largest
23970 \begin_inset Formula $\mathrm{e}=\sum_{n=0}^{\infty}\frac{1}{n!}$
23971 \end_inset
23972
23973
23974 \end_layout
23975
23976 \begin_layout Section
23977 Theorem Modules
23978 \end_layout
23979
23980 \begin_layout Standard
23981 As of LyX 1.6, support for theorem-like environments has been moved out of
23982  the document classes and into layout modules.
23983 \begin_inset Index
23984 status collapsed
23985
23986 \begin_layout Plain Layout
23987 Layout Modules
23988 \end_layout
23989
23990 \end_inset
23991
23992  As a result, theorem-like environments can now easily be used with classes
23993  other than the AMS classes.
23994  See section 
23995 \begin_inset CommandInset ref
23996 LatexCommand ref
23997 reference "sub:Modules"
23998
23999 \end_inset
24000
24001  for more on layout modules.
24002 \end_layout
24003
24004 \begin_layout Section
24005 AMS-LaTeX
24006 \begin_inset Index
24007 status collapsed
24008
24009 \begin_layout Plain Layout
24010 AMS math
24011 \end_layout
24012
24013 \end_inset
24014
24015
24016 \begin_inset Index
24017 status collapsed
24018
24019 \begin_layout Plain Layout
24020 Math ! AMS
24021 \end_layout
24022
24023 \end_inset
24024
24025
24026 \end_layout
24027
24028 \begin_layout Standard
24029 LyX supports the packages provided by the American Mathematical Society
24030  (AMS) that are in common use.
24031 \end_layout
24032
24033 \begin_layout Subsection
24034 Enabling AMS-Support
24035 \end_layout
24036
24037 \begin_layout Standard
24038 Selecting the checkbox 
24039 \family sans
24040 Use
24041 \begin_inset space ~
24042 \end_inset
24043
24044 AMS
24045 \begin_inset space ~
24046 \end_inset
24047
24048 math
24049 \begin_inset space ~
24050 \end_inset
24051
24052 package
24053 \family default
24054  in the 
24055 \family sans
24056 Document\SpecialChar \menuseparator
24057 Settings
24058 \family default
24059
24060 \begin_inset Index
24061 status collapsed
24062
24063 \begin_layout Plain Layout
24064 Document ! Settings
24065 \end_layout
24066
24067 \end_inset
24068
24069  dialog under 
24070 \family sans
24071 Math
24072 \begin_inset space ~
24073 \end_inset
24074
24075 Options
24076 \family default
24077  will include the AMS-packages in the document, and make the facilities
24078  available.
24079  AMS is needed for many math-constructs, so when you get LaTeX-errors in
24080  formulas, assure that you have enabled AMS.
24081 \end_layout
24082
24083 \begin_layout Subsection
24084 AMS-Formula Types
24085 \begin_inset CommandInset label
24086 LatexCommand label
24087 name "sub:AMS-Formula-Types"
24088
24089 \end_inset
24090
24091
24092 \begin_inset Index
24093 status collapsed
24094
24095 \begin_layout Plain Layout
24096 Math ! Multi-line Equations
24097 \end_layout
24098
24099 \end_inset
24100
24101
24102 \end_layout
24103
24104 \begin_layout Standard
24105 AMS-LaTeX provides a selection of different formula types.
24106  LyX allows you to choose between 
24107 \family typewriter
24108 align
24109 \family default
24110
24111 \family typewriter
24112 alignat
24113 \family default
24114
24115 \family typewriter
24116 flalign
24117 \family default
24118
24119 \family typewriter
24120 gather
24121 \family default
24122 , and 
24123 \family typewriter
24124 multline
24125 \family default
24126 .
24127  We refer to the AMS-documentation for an explanation of these formula types.
24128 \end_layout
24129
24130 \begin_layout Chapter
24131 More Tools
24132 \end_layout
24133
24134 \begin_layout Section
24135 Cross-References
24136 \begin_inset Index
24137 status collapsed
24138
24139 \begin_layout Plain Layout
24140 Cross references
24141 \end_layout
24142
24143 \end_inset
24144
24145
24146 \begin_inset CommandInset label
24147 LatexCommand label
24148 name "sec:Cross-References"
24149
24150 \end_inset
24151
24152
24153 \end_layout
24154
24155 \begin_layout Standard
24156 One of LyX's strengths are cross-references.
24157  You can reference every section, float, footnote, formula, and list in
24158  the document.
24159  To reference a document part, you have to insert a label into it.
24160  The label is used as anchor and name for the reference.
24161  We want for example refer to the the second item of the following list:
24162 \end_layout
24163
24164 \begin_layout Enumerate
24165 First item
24166 \end_layout
24167
24168 \begin_layout Enumerate
24169 \begin_inset CommandInset label
24170 LatexCommand label
24171 name "enu:Second-item"
24172
24173 \end_inset
24174
24175 Second item
24176 \end_layout
24177
24178 \begin_layout Enumerate
24179 Third item
24180 \end_layout
24181
24182 \begin_layout Standard
24183 First we insert a label into the second item with the menu 
24184 \family sans
24185 Insert\SpecialChar \menuseparator
24186 Label
24187 \family default
24188  or the by pressing the toolbar button 
24189 \begin_inset Graphics
24190         filename ../images/label-insert.png
24191         scale 85
24192
24193 \end_inset
24194
24195 .
24196  A grey label box like this: 
24197 \begin_inset Graphics
24198         filename clipart/labelQt4.png
24199         scale 85
24200
24201 \end_inset
24202
24203  is inserted and the label window pops up asking for the label text.
24204  LyX offers as text the first words of the item with a prefix, in our case
24205  the text 
24206 \begin_inset Quotes eld
24207 \end_inset
24208
24209
24210 \family sans
24211 enu: Second-item
24212 \family default
24213
24214 \begin_inset Quotes erd
24215 \end_inset
24216
24217 .
24218  The prefix 
24219 \begin_inset Quotes eld
24220 \end_inset
24221
24222
24223 \family sans
24224 enu:
24225 \family default
24226
24227 \begin_inset Quotes erd
24228 \end_inset
24229
24230  stands for 
24231 \begin_inset Quotes eld
24232 \end_inset
24233
24234 enumerate
24235 \begin_inset Quotes erd
24236 \end_inset
24237
24238 .
24239  The prefix depends on the document part where the label is inserted, e.g.
24240  if you insert a label to a section heading, the prefix will be 
24241 \begin_inset Quotes eld
24242 \end_inset
24243
24244
24245 \family sans
24246 sec:
24247 \family default
24248
24249 \begin_inset Quotes erd
24250 \end_inset
24251
24252 .
24253 \end_layout
24254
24255 \begin_layout Standard
24256 To reference the item, we refer to its label using the menu 
24257 \family sans
24258 Insert\SpecialChar \menuseparator
24259 Cross-Reference
24260 \family default
24261  or the toolbar button 
24262 \begin_inset Graphics
24263         filename ../images/dialog-show-new-inset_ref.png
24264         scale 85
24265
24266 \end_inset
24267
24268 .
24269  A grey cross-reference box like this: 
24270 \begin_inset Graphics
24271         filename clipart/referenceQt4.png
24272         scale 85
24273
24274 \end_inset
24275
24276  is inserted and the cross-reference window appear showing all labels of
24277  the document.
24278  We can now sort the labels alphabetically and then choose the entry 
24279 \begin_inset Quotes eld
24280 \end_inset
24281
24282
24283 \family sans
24284 enu:Second-item
24285 \family default
24286
24287 \begin_inset Quotes erd
24288 \end_inset
24289
24290 .
24291  At the position of the cross-reference box the item number will appear
24292  in the output.
24293  Here is our cross-reference:
24294 \end_layout
24295
24296 \begin_layout Standard
24297 Item
24298 \begin_inset space ~
24299 \end_inset
24300
24301
24302 \begin_inset CommandInset ref
24303 LatexCommand ref
24304 reference "enu:Second-item"
24305
24306 \end_inset
24307
24308
24309 \end_layout
24310
24311 \begin_layout Standard
24312 It is recommended to use a protected space
24313 \begin_inset Foot
24314 status collapsed
24315
24316 \begin_layout Plain Layout
24317 described in section
24318 \begin_inset space ~
24319 \end_inset
24320
24321
24322 \begin_inset CommandInset ref
24323 LatexCommand ref
24324 reference "sub:Protected-Space"
24325
24326 \end_inset
24327
24328
24329 \end_layout
24330
24331 \end_inset
24332
24333  between the cross-reference name and its number to avoid ugly linebreaks
24334  between them.
24335 \end_layout
24336
24337 \begin_layout Standard
24338 There are six varieties of cross-references:
24339 \end_layout
24340
24341 \begin_layout Description
24342 <reference>: prints the float number, this is the default: 
24343 \begin_inset CommandInset ref
24344 LatexCommand ref
24345 reference "cap:Two-distorted-images"
24346
24347 \end_inset
24348
24349
24350 \end_layout
24351
24352 \begin_layout Description
24353 (<reference>): prints the float number within two parentheses, this is the
24354  style normally used to reference formulas, especially when the reference
24355  name 
24356 \begin_inset Quotes eld
24357 \end_inset
24358
24359 Equation
24360 \begin_inset Quotes erd
24361 \end_inset
24362
24363  is omitted: 
24364 \begin_inset CommandInset ref
24365 LatexCommand eqref
24366 reference "eq:tanhExp"
24367
24368 \end_inset
24369
24370
24371 \end_layout
24372
24373 \begin_layout Description
24374 <page>: prints the page number: Page
24375 \begin_inset space ~
24376 \end_inset
24377
24378
24379 \begin_inset CommandInset ref
24380 LatexCommand pageref
24381 reference "cap:Two-distorted-images"
24382
24383 \end_inset
24384
24385
24386 \end_layout
24387
24388 \begin_layout Description
24389 on
24390 \begin_inset space ~
24391 \end_inset
24392
24393 page
24394 \begin_inset space ~
24395 \end_inset
24396
24397 <page>: prints the text "on page" and the page number: 
24398 \begin_inset CommandInset ref
24399 LatexCommand vpageref
24400 reference "cap:Two-distorted-images"
24401
24402 \end_inset
24403
24404
24405 \end_layout
24406
24407 \begin_layout Description
24408 <reference>
24409 \begin_inset space ~
24410 \end_inset
24411
24412 on
24413 \begin_inset space ~
24414 \end_inset
24415
24416 page
24417 \begin_inset space ~
24418 \end_inset
24419
24420 <page>: prints the float number, the text "on page", and the page number:
24421  
24422 \begin_inset CommandInset ref
24423 LatexCommand vref
24424 reference "cap:Two-distorted-images"
24425
24426 \end_inset
24427
24428
24429 \end_layout
24430
24431 \begin_layout Description
24432 Formatted
24433 \begin_inset space ~
24434 \end_inset
24435
24436 reference: prints a self defined cross-reference format.
24437 \begin_inset Newline newline
24438 \end_inset
24439
24440
24441 \begin_inset Note Greyedout
24442 status open
24443
24444 \begin_layout Plain Layout
24445
24446 \series bold
24447 Note:
24448 \series default
24449  This feature is only available when you have the LaTeX-package 
24450 \series bold
24451 prettyref
24452 \begin_inset Index
24453 status collapsed
24454
24455 \begin_layout Plain Layout
24456 Latex@LaTeX-packages ! prettyref
24457 \end_layout
24458
24459 \end_inset
24460
24461
24462 \series default
24463  installed.
24464 \end_layout
24465
24466 \end_inset
24467
24468
24469 \end_layout
24470
24471 \begin_layout Standard
24472 Note that the style <page> won't print the page number if the label is on
24473  the previous, the same, or the next page.
24474  You will e.
24475 \begin_inset space \thinspace{}
24476 \end_inset
24477
24478 g.
24479 \begin_inset space ~
24480 \end_inset
24481
24482 see the text 
24483 \begin_inset Quotes eld
24484 \end_inset
24485
24486
24487 \family sans
24488 on this page
24489 \family default
24490
24491 \begin_inset Quotes erd
24492 \end_inset
24493
24494  instead.
24495 \end_layout
24496
24497 \begin_layout Standard
24498 The number and current page of the referred document part in the output,
24499  is automatically calculated by LaTeX.
24500  The varieties are adjusted in the field 
24501 \family sans
24502 Format
24503 \family default
24504  of the cross-reference window, that appear when you click on the cross-referenc
24505 e box.
24506 \end_layout
24507
24508 \begin_layout Standard
24509 You can only use the style 
24510 \family sans
24511 <reference>
24512 \family default
24513  to reference numbered document parts, while the reference style 
24514 \family sans
24515 <page>
24516 \family default
24517  is always possible.
24518 \end_layout
24519
24520 \begin_layout Standard
24521 If you want to reference a section, put the label in the section heading,
24522  to reference a float, put the label in the caption.
24523  For footnotes you can put the label somewhere in it.
24524  Referencing formulas is explained in section
24525 \begin_inset space ~
24526 \end_inset
24527
24528
24529 \begin_inset CommandInset ref
24530 LatexCommand ref
24531 reference "sec:Formula-Numbering-and"
24532
24533 \end_inset
24534
24535 .
24536 \end_layout
24537
24538 \begin_layout Standard
24539 The button 
24540 \family sans
24541 Go
24542 \begin_inset space ~
24543 \end_inset
24544
24545 to
24546 \begin_inset space ~
24547 \end_inset
24548
24549 Label
24550 \family default
24551  in the cross-reference window sets the the cursor before the referred label.
24552  The button text changes then to 
24553 \family sans
24554 Go
24555 \begin_inset space ~
24556 \end_inset
24557
24558 Back
24559 \family default
24560  and you can use it to set the cursor back to the cross-reference.
24561  Right-clicking on a cross-reference box also sets the cursor before the
24562  referred label but without a possibility to go back.
24563  
24564 \end_layout
24565
24566 \begin_layout Standard
24567 You can change labels at any time by clicking on the label box.
24568  References to the changed label will automatically change its link to the
24569  new label text, so that you don't need to take care about this.
24570 \end_layout
24571
24572 \begin_layout Standard
24573 If a cross-reference refers to a non-existing label, you'll see two question
24574  marks in the output instead of the reference.
24575 \end_layout
24576
24577 \begin_layout Standard
24578 References are described in detail in the 
24579 \emph on
24580 Embedded Objects
24581 \emph default
24582  manual.
24583 \end_layout
24584
24585 \begin_layout Section
24586 Table of Contents and other Listings
24587 \begin_inset Index
24588 status collapsed
24589
24590 \begin_layout Plain Layout
24591 Table of contents
24592 \end_layout
24593
24594 \end_inset
24595
24596
24597 \begin_inset Index
24598 status collapsed
24599
24600 \begin_layout Plain Layout
24601 Outline
24602 \end_layout
24603
24604 \end_inset
24605
24606
24607 \begin_inset CommandInset label
24608 LatexCommand label
24609 name "sec:toc"
24610
24611 \end_inset
24612
24613
24614 \end_layout
24615
24616 \begin_layout Subsection
24617 Table of Contents and Outline
24618 \begin_inset CommandInset label
24619 LatexCommand label
24620 name "sub:Table-of-Contents"
24621
24622 \end_inset
24623
24624
24625 \end_layout
24626
24627 \begin_layout Standard
24628 The Table of Contents (TOC) is inserted with the menu 
24629 \family sans
24630 Insert\SpecialChar \menuseparator
24631 List/TOC\SpecialChar \menuseparator
24632 Table
24633 \begin_inset space ~
24634 \end_inset
24635
24636 of
24637 \begin_inset space ~
24638 \end_inset
24639
24640 Contents
24641 \family default
24642 .
24643  Is is displayed in LyX as a gray box.
24644  If you click on it, the TOC window appears, showing you the TOC entries.
24645  You can jump to a document part by clicking on an entry.
24646  Thus you can use this window as graphical alternative for the 
24647 \family sans
24648 Navigate
24649 \family default
24650  menu.
24651 \end_layout
24652
24653 \begin_layout Standard
24654 The TOC lists every numbered section automatically.
24655  If you have declared a short title for a section heading, as described
24656  in section
24657 \begin_inset space ~
24658 \end_inset
24659
24660
24661 \begin_inset CommandInset ref
24662 LatexCommand ref
24663 reference "sec:Short-Titles"
24664
24665 \end_inset
24666
24667 , it will be used in the TOC instead of the section heading.
24668  Section
24669 \begin_inset space ~
24670 \end_inset
24671
24672
24673 \begin_inset CommandInset ref
24674 LatexCommand ref
24675 reference "sub:Numbering-depth"
24676
24677 \end_inset
24678
24679  describes how the level is adjusted that defines which section types are
24680  listed in the TOC.
24681  You can also adjust the level for the displayed sections in the TOC window
24682  using the grey fader at the bottom of the window.
24683  Unnumbered sections are not listed in the TOC.
24684 \end_layout
24685
24686 \begin_layout Standard
24687 You can use the TOC window also as outline to move and rearrange sections
24688  in your documents.
24689  The TOC window therefore also appears when you use the menu 
24690 \family sans
24691 Document\SpecialChar \menuseparator
24692 Outline
24693 \family default
24694 .
24695 \end_layout
24696
24697 \begin_layout Subsection
24698 List of Figures, Tables and Algorithms
24699 \begin_inset CommandInset label
24700 LatexCommand label
24701 name "sec:ListsOf"
24702
24703 \end_inset
24704
24705
24706 \end_layout
24707
24708 \begin_layout Standard
24709 Table, figure, and algorithm lists are very much like the table of contents.
24710  You can insert them via the 
24711 \family sans
24712 Insert\SpecialChar \menuseparator
24713 List
24714 \begin_inset space ~
24715 \end_inset
24716
24717 /
24718 \begin_inset space ~
24719 \end_inset
24720
24721 TOC
24722 \family default
24723  submenus.
24724  The list entries are the float captions and the float number.
24725 \end_layout
24726
24727 \begin_layout Section
24728 URLs and Hyperlinks
24729 \begin_inset Index
24730 status collapsed
24731
24732 \begin_layout Plain Layout
24733 URLs
24734 \end_layout
24735
24736 \end_inset
24737
24738
24739 \begin_inset Index
24740 status collapsed
24741
24742 \begin_layout Plain Layout
24743 Hyperlinks
24744 \end_layout
24745
24746 \end_inset
24747
24748
24749 \begin_inset CommandInset label
24750 LatexCommand label
24751 name "sec:URL"
24752
24753 \end_inset
24754
24755
24756 \end_layout
24757
24758 \begin_layout Subsection
24759 URLs
24760 \end_layout
24761
24762 \begin_layout Standard
24763 Links to web pages or email addresses can be inserted via the menu 
24764 \family sans
24765 Insert\SpecialChar \menuseparator
24766 URL
24767 \family default
24768 .
24769 \end_layout
24770
24771 \begin_layout Standard
24772 Here is an example URL: LyX's homepage: 
24773 \begin_inset Flex URL
24774 status open
24775
24776 \begin_layout Plain Layout
24777
24778 http://www.lyx.org
24779 \end_layout
24780
24781 \end_inset
24782
24783
24784 \end_layout
24785
24786 \begin_layout Standard
24787 You cannot change the style of the link text, the URL text will always be
24788  in the style 
24789 \family typewriter
24790 Typewriter
24791 \family default
24792 .
24793  To be able to format the URL text, use hyperlinks as explained in the next
24794  subsection.
24795 \end_layout
24796
24797 \begin_layout Standard
24798 \begin_inset Note Greyedout
24799 status open
24800
24801 \begin_layout Plain Layout
24802
24803 \series bold
24804 Note:
24805 \series default
24806  URLs must not end with a backslash, otherwise you get LaTeX errors.
24807 \end_layout
24808
24809 \end_inset
24810
24811
24812 \end_layout
24813
24814 \begin_layout Subsection
24815 Hyperlinks
24816 \end_layout
24817
24818 \begin_layout Standard
24819 Hyperlinks can be inserted with the menu 
24820 \family sans
24821 Insert\SpecialChar \menuseparator
24822 Hyperlink
24823 \family default
24824  or with the toolbar button 
24825 \begin_inset Graphics
24826         filename ../images/href-insert.png
24827         BoundingBox 0bp 5bp 20bp 20bp
24828
24829 \end_inset
24830
24831 .
24832  The appearing dialog has two fields: 
24833 \family sans
24834 Target
24835 \family default
24836  and 
24837 \family sans
24838 Name
24839 \family default
24840 .
24841  The name is the printed text for the hyperlink.
24842  The hyperlink type can be a weblink like this: 
24843 \begin_inset CommandInset href
24844 LatexCommand href
24845 name "LyX's homepage"
24846 target "http://www.lyx.org"
24847
24848 \end_inset
24849
24850 , an Email address like this: 
24851 \begin_inset CommandInset href
24852 LatexCommand href
24853 name "lyx-docs mailing list"
24854 target "lyx-docs@lists.lyx.org?subject=LyX's documentation"
24855 type "mailto:"
24856
24857 \end_inset
24858
24859 , or a link to a file.
24860 \end_layout
24861
24862 \begin_layout Standard
24863 You can start applications via a hyperlink when you insert a weblink, but
24864  add the prefix 
24865 \begin_inset Quotes eld
24866 \end_inset
24867
24868
24869 \family sans
24870 run:
24871 \family default
24872
24873 \begin_inset Quotes erd
24874 \end_inset
24875
24876  to the link target.
24877 \end_layout
24878
24879 \begin_layout Standard
24880 Hyperlinks will automatically be hyphenated if necessary in the PDF output,
24881  and become clickable in the DVI and PDF-output.
24882  To set the format of the link text, highlight the hyperlink inset and use
24883  the text style dialog.
24884  This is for example a hyperlink with bold sans serif text: 
24885 \family sans
24886 \series bold
24887
24888 \begin_inset CommandInset href
24889 LatexCommand href
24890 name "LyX's homepage"
24891 target "http://www.lyx.org"
24892
24893 \end_inset
24894
24895
24896 \end_layout
24897
24898 \begin_layout Standard
24899 The link text color can be changed, when the option 
24900 \family sans
24901 Color links
24902 \family default
24903  is set in the PDF Properties dialog (menu 
24904 \family sans
24905 Document\SpecialChar \menuseparator
24906 Settings\SpecialChar \menuseparator
24907 PDF Properties
24908 \family default
24909 ).
24910  The link text is for example set in this document to blue by adding the
24911  option
24912 \begin_inset Newline newline
24913 \end_inset
24914
24915
24916 \series bold
24917 urlcolor=blue
24918 \series default
24919
24920 \begin_inset Newline newline
24921 \end_inset
24922
24923 to the field 
24924 \family sans
24925 Additional options
24926 \family default
24927  in the PDF Properties dialog.
24928 \end_layout
24929
24930 \begin_layout Section
24931 Appendices
24932 \begin_inset Index
24933 status collapsed
24934
24935 \begin_layout Plain Layout
24936 Appendix
24937 \end_layout
24938
24939 \end_inset
24940
24941
24942 \begin_inset CommandInset label
24943 LatexCommand label
24944 name "sec:Appendices"
24945
24946 \end_inset
24947
24948
24949 \end_layout
24950
24951 \begin_layout Standard
24952 Appendices are created with the menu 
24953 \family sans
24954 Document\SpecialChar \menuseparator
24955 Start
24956 \begin_inset space ~
24957 \end_inset
24958
24959 Appendix
24960 \begin_inset space ~
24961 \end_inset
24962
24963 Here
24964 \family default
24965 .
24966  This menu sets the document from the current cursor position to the end
24967  as appendix region.
24968  The region is marked with a red borderline.
24969 \end_layout
24970
24971 \begin_layout Standard
24972 Every chapter (or section) within the appendix region is treated as an appendix,
24973  numbered with a capital Latin letter.
24974  The appendix subsections are numbered with this letter followed by a dot
24975  and the subsection number.
24976  All appendix sections can be referenced as if they were normal sections,
24977  here two examples:
24978 \end_layout
24979
24980 \begin_layout Standard
24981 Appendix
24982 \begin_inset space ~
24983 \end_inset
24984
24985
24986 \begin_inset CommandInset ref
24987 LatexCommand ref
24988 reference "cha:Credits"
24989
24990 \end_inset
24991
24992 ; Appendix
24993 \begin_inset space ~
24994 \end_inset
24995
24996
24997 \begin_inset CommandInset ref
24998 LatexCommand ref
24999 reference "sub:Export"
25000
25001 \end_inset
25002
25003
25004 \end_layout
25005
25006 \begin_layout Section
25007 Bibliography
25008 \begin_inset Index
25009 status collapsed
25010
25011 \begin_layout Plain Layout
25012 Bibliography
25013 \end_layout
25014
25015 \end_inset
25016
25017
25018 \begin_inset CommandInset label
25019 LatexCommand label
25020 name "sec:Bibliography"
25021
25022 \end_inset
25023
25024
25025 \end_layout
25026
25027 \begin_layout Standard
25028 There are two ways of generating the bibliography in a LyX-document.
25029  You can include a bibliography database
25030 \begin_inset Foot
25031 status collapsed
25032
25033 \begin_layout Plain Layout
25034 Known under the name 
25035 \begin_inset Quotes eld
25036 \end_inset
25037
25038 BibTeX-database
25039 \begin_inset Quotes erd
25040 \end_inset
25041
25042 .
25043 \end_layout
25044
25045 \end_inset
25046
25047 , which is explained in the next subsection or you can insert the bibliography
25048  manually.
25049  For the second method we use the paragraph environment 
25050 \family sans
25051 Bibliography
25052 \family default
25053 , described in section
25054 \begin_inset space ~
25055 \end_inset
25056
25057
25058 \begin_inset CommandInset ref
25059 LatexCommand ref
25060 reference "sub:Biblio_environment"
25061
25062 \end_inset
25063
25064 .
25065 \end_layout
25066
25067 \begin_layout Standard
25068 Within the 
25069 \family sans
25070 Bibliography
25071 \family default
25072  environment, every paragraph begins with a gray bibliography box labeled
25073  with a number.
25074  If you click on it, you will get a dialog in which you can set a 
25075 \family sans
25076 Key
25077 \family default
25078  and a 
25079 \family sans
25080 Label
25081 \family default
25082 .
25083  The key is the symbolic name by which you will refer to this bibliography
25084  entry.
25085  For example, our second entry in the bibliography is a book about LaTeX
25086  and we used 
25087 \begin_inset Quotes eld
25088 \end_inset
25089
25090 latexcompanion
25091 \begin_inset Quotes erd
25092 \end_inset
25093
25094 , a short form of its title, as key.
25095 \end_layout
25096
25097 \begin_layout Standard
25098 You can refer to the key of a bibliography entry using the menu 
25099 \family sans
25100 Insert\SpecialChar \menuseparator
25101 Citation
25102 \family default
25103  or the toobar button 
25104 \begin_inset Graphics
25105         filename ../images/dialog-show-new-inset_citation.png
25106         BoundingBox 0bp 5bp 20bp 20bp
25107
25108 \end_inset
25109
25110 .
25111  A citation reference box is inserted and a citation window will appear
25112  in which you can select one or more keys in the available key list.
25113  The citation reference box will be labeled with the referenced key.
25114  When you click on the box, the citation window appears and you can change
25115  the reference.
25116 \end_layout
25117
25118 \begin_layout Standard
25119 Citation references appear in the output as number of the bibliography entry
25120  with surrounding brackets.
25121  If you set a 
25122 \family sans
25123 Label
25124 \family default
25125  for the entry, the label will appear instead of the number.
25126  Here two examples; the first without a label, the second with the label
25127  
25128 \begin_inset Quotes eld
25129 \end_inset
25130
25131 Credits
25132 \begin_inset Quotes erd
25133 \end_inset
25134
25135 :
25136 \end_layout
25137
25138 \begin_layout Standard
25139 Have a look at the 
25140 \family sans
25141 LaTeX Companion Second Edition
25142 \family default
25143
25144 \begin_inset CommandInset citation
25145 LatexCommand cite
25146 key "latexcompanion"
25147
25148 \end_inset
25149
25150
25151 \end_layout
25152
25153 \begin_layout Standard
25154 The LyX-Team members are listed in the Credits: 
25155 \begin_inset CommandInset citation
25156 LatexCommand cite
25157 key "lyxcredit"
25158
25159 \end_inset
25160
25161
25162 \end_layout
25163
25164 \begin_layout Subsection
25165 Bibliography databases (BibTeX)
25166 \begin_inset Index
25167 status collapsed
25168
25169 \begin_layout Plain Layout
25170 Bibliography ! Databases
25171 \end_layout
25172
25173 \end_inset
25174
25175
25176 \begin_inset Index
25177 status open
25178
25179 \begin_layout Plain Layout
25180 Bibliography ! BibTeX
25181 \end_layout
25182
25183 \end_inset
25184
25185
25186 \begin_inset CommandInset label
25187 LatexCommand label
25188 name "sub:Bibliography-databases"
25189
25190 \end_inset
25191
25192
25193 \end_layout
25194
25195 \begin_layout Standard
25196 Bibliography databases are useful if you use the same bibliography in different
25197  documents.
25198  It makes it also very easy to have a uniform layout for all bibliography
25199  entries.
25200  You can collect the bibliography of all relevant books and articles of
25201  your working field in a database.
25202  This database can be used for different documents, because only the referenced
25203  entries of the database will appear in the bibliography list.
25204 \end_layout
25205
25206 \begin_layout Standard
25207 The database is a text file with the file extension 
25208 \begin_inset Quotes eld
25209 \end_inset
25210
25211
25212 \family sans
25213 .bib
25214 \family default
25215
25216 \begin_inset Quotes erd
25217 \end_inset
25218
25219  containing the bibliography in a special format.
25220  The format is explained in LaTeX books (
25221 \begin_inset CommandInset citation
25222 LatexCommand cite
25223 key "Mittelbach,Kopka,Lamport"
25224
25225 \end_inset
25226
25227 ).
25228  Normally one uses a special program to create and edit entries of the database.
25229  Under
25230 \begin_inset Newline newline
25231 \end_inset
25232
25233  
25234 \begin_inset Flex URL
25235 status collapsed
25236
25237 \begin_layout Plain Layout
25238
25239 http://wiki.lyx.org/BibTeX/Programs
25240 \end_layout
25241
25242 \end_inset
25243
25244
25245 \begin_inset Newline newline
25246 \end_inset
25247
25248 you find a list of programs for bibliography databases.
25249 \end_layout
25250
25251 \begin_layout Standard
25252 To use a database, use the menu 
25253 \family sans
25254 Insert\SpecialChar \menuseparator
25255 List
25256 \family default
25257 /
25258 \family sans
25259 TOC\SpecialChar \menuseparator
25260 BibT
25261 \begin_inset ERT
25262 status collapsed
25263
25264 \begin_layout Plain Layout
25265
25266 {}
25267 \end_layout
25268
25269 \end_inset
25270
25271 eX
25272 \begin_inset space ~
25273 \end_inset
25274
25275 Bibliography
25276 \family default
25277 .
25278  A grey box will be inserted and a window appears.
25279  In this window you can load one or more databases and a style file.
25280 \end_layout
25281
25282 \begin_layout Standard
25283 The style file is a text file with the file extension
25284 \begin_inset Quotes erd
25285 \end_inset
25286
25287
25288 \family sans
25289 .bst
25290 \family default
25291
25292 \begin_inset Quotes erd
25293 \end_inset
25294
25295  that declares the layout of all bibliography entries.
25296  Many publishers provide special style files, so that you don't have to
25297  take care of the layout.
25298 \end_layout
25299
25300 \begin_layout Standard
25301 Inserting a citation reference works like described above.
25302 \end_layout
25303
25304 \begin_layout Standard
25305 \begin_inset VSpace defskip
25306 \end_inset
25307
25308
25309 \end_layout
25310
25311 \begin_layout Standard
25312 To generate the bibliography from a database, the program BibTeX is used
25313  by LyX.
25314  This program can be controlled with options that you can add in LyX's preferenc
25315 es dialog under 
25316 \family sans
25317 Outputs
25318 \family default
25319
25320 \family sans
25321 LaT
25322 \begin_inset ERT
25323 status collapsed
25324
25325 \begin_layout Plain Layout
25326
25327 {}
25328 \end_layout
25329
25330 \end_inset
25331
25332 eX
25333 \family default
25334  in the field 
25335 \family sans
25336 BibT
25337 \begin_inset ERT
25338 status collapsed
25339
25340 \begin_layout Plain Layout
25341
25342 {}
25343 \end_layout
25344
25345 \end_inset
25346
25347 eX
25348 \begin_inset space ~
25349 \end_inset
25350
25351 command
25352 \family default
25353 .
25354  Before adding options, it is strongly recommended to read the manual of
25355  
25356 \family sans
25357 BibTeX
25358 \family default
25359 .
25360 \end_layout
25361
25362 \begin_layout Standard
25363 \begin_inset VSpace defskip
25364 \end_inset
25365
25366
25367 \end_layout
25368
25369 \begin_layout Standard
25370 We use two bibliographies in this document to show the difference between
25371  the two methods of creating them.
25372  As you can see, the bibliography that is created from a database lists
25373  only the database entries that are referenced in the document.
25374  We used the style file 
25375 \family sans
25376 alphadin.bst
25377 \family default
25378  to get the complicated German reference key scheme in the bibliography.
25379 \end_layout
25380
25381 \begin_layout Subsection
25382 Bibliography layout
25383 \begin_inset Index
25384 status collapsed
25385
25386 \begin_layout Plain Layout
25387 Bibliography ! Layout
25388 \end_layout
25389
25390 \end_inset
25391
25392
25393 \end_layout
25394
25395 \begin_layout Standard
25396 In the citation reference dialog you can set a special citation format.
25397  For this feature you need to use the option 
25398 \family sans
25399 Natbib
25400 \family default
25401  enabled in the 
25402 \family sans
25403 Document\SpecialChar \menuseparator
25404 Settings
25405 \family default
25406
25407 \begin_inset Index
25408 status collapsed
25409
25410 \begin_layout Plain Layout
25411 Document ! Settings
25412 \end_layout
25413
25414 \end_inset
25415
25416  dialog under 
25417 \family sans
25418 Bibliography
25419 \family default
25420 .
25421  Setting a citation style for a reference will overwrite the default.
25422  For the global citation format use the BibTeX style files as explained
25423  in the previous section.
25424 \end_layout
25425
25426 \begin_layout Standard
25427 You can also set text, that should appear before or after a citation reference,
25428  in the citation reference window.
25429  Here an example where we set the text 
25430 \begin_inset Quotes eld
25431 \end_inset
25432
25433 Chapter
25434 \begin_inset space ~
25435 \end_inset
25436
25437 3
25438 \begin_inset Quotes erd
25439 \end_inset
25440
25441  to appear after the reference:
25442 \end_layout
25443
25444 \begin_layout Standard
25445 Have a look at 
25446 \begin_inset CommandInset citation
25447 LatexCommand cite
25448 after "Chapter 3"
25449 key "latexcompanion"
25450
25451 \end_inset
25452
25453 .
25454 \end_layout
25455
25456 \begin_layout Section
25457 Index
25458 \begin_inset Index
25459 status collapsed
25460
25461 \begin_layout Plain Layout
25462 Index generation
25463 \end_layout
25464
25465 \end_inset
25466
25467
25468 \begin_inset CommandInset label
25469 LatexCommand label
25470 name "sec:Index"
25471
25472 \end_inset
25473
25474
25475 \end_layout
25476
25477 \begin_layout Standard
25478 An index entry is created if you use the menu 
25479 \family sans
25480 Insert\SpecialChar \menuseparator
25481 Index
25482 \begin_inset space ~
25483 \end_inset
25484
25485 Entry
25486 \family default
25487  or the toolbar button 
25488 \begin_inset Graphics
25489         filename ../images/index-insert.png
25490         BoundingBox 0bp 5bp 20bp 20bp
25491
25492 \end_inset
25493
25494 .
25495  A gray box labeled 
25496 \begin_inset Quotes eld
25497 \end_inset
25498
25499
25500 \family sans
25501 Idx
25502 \family default
25503
25504 \begin_inset Quotes erd
25505 \end_inset
25506
25507  is inserted containing the text that appears in the index.
25508  The word where the cursor is in or the currently highlighted text is proposed
25509  by LyX as index entry.
25510 \end_layout
25511
25512 \begin_layout Standard
25513 We give a short overview of the index commands in the next subsections.
25514  For a detailed description of LaTeX's index mechanism, have a look at one
25515  of the LaTeX books 
25516 \begin_inset CommandInset citation
25517 LatexCommand cite
25518 key "latexcompanion,latexguide,latexbook"
25519
25520 \end_inset
25521
25522 .
25523 \end_layout
25524
25525 \begin_layout Standard
25526 You can change index entries by clicking on the index box.
25527 \end_layout
25528
25529 \begin_layout Standard
25530 The index list is inserted to the document with the menu 
25531 \family sans
25532 Insert\SpecialChar \menuseparator
25533 List
25534 \begin_inset space ~
25535 \end_inset
25536
25537 /
25538 \begin_inset space ~
25539 \end_inset
25540
25541 TOC\SpecialChar \menuseparator
25542 Index
25543 \begin_inset space ~
25544 \end_inset
25545
25546 List
25547 \family default
25548 .
25549  A light blue box labeled 
25550 \begin_inset Quotes eld
25551 \end_inset
25552
25553
25554 \family sans
25555 Index
25556 \family default
25557
25558 \begin_inset Quotes erd
25559 \end_inset
25560
25561  will show the place where the index is printed in the output.
25562  The index list box is not clickable like other LyX-boxes.
25563 \end_layout
25564
25565 \begin_layout Subsection
25566 Grouping Index Entries
25567 \begin_inset Index
25568 status collapsed
25569
25570 \begin_layout Plain Layout
25571 Index ! Grouping
25572 \end_layout
25573
25574 \end_inset
25575
25576
25577 \end_layout
25578
25579 \begin_layout Standard
25580 Index entries are often grouped to offer the reader a fast search in the
25581  index.
25582  We want to group for example the index entries for itemized and enumerated
25583  lists under the entry 
25584 \begin_inset Quotes eld
25585 \end_inset
25586
25587 Lists
25588 \begin_inset Quotes erd
25589 \end_inset
25590
25591 .
25592  First we create the entry 
25593 \begin_inset Quotes eld
25594 \end_inset
25595
25596 Lists
25597 \begin_inset Quotes erd
25598 \end_inset
25599
25600  in section
25601 \begin_inset space ~
25602 \end_inset
25603
25604
25605 \begin_inset CommandInset ref
25606 LatexCommand ref
25607 reference "sub:Lists"
25608
25609 \end_inset
25610
25611 .
25612  In the text field for the itemized list index entry in section
25613 \begin_inset space ~
25614 \end_inset
25615
25616
25617 \begin_inset CommandInset ref
25618 LatexCommand ref
25619 reference "sec:Itemize"
25620
25621 \end_inset
25622
25623 , we insert the command
25624 \end_layout
25625
25626 \begin_layout Standard
25627
25628 \series bold
25629 Lists ! Itemize
25630 \end_layout
25631
25632 \begin_layout Standard
25633 and the command
25634 \end_layout
25635
25636 \begin_layout Standard
25637
25638 \series bold
25639 Lists ! Enumerate
25640 \end_layout
25641
25642 \begin_layout Standard
25643 for the enumerated list in section
25644 \begin_inset space ~
25645 \end_inset
25646
25647
25648 \begin_inset CommandInset ref
25649 LatexCommand ref
25650 reference "sec:Enumerate"
25651
25652 \end_inset
25653
25654 .
25655 \end_layout
25656
25657 \begin_layout Standard
25658 The exclamation mark 
25659 \begin_inset Quotes eld
25660 \end_inset
25661
25662 !
25663 \begin_inset Quotes erd
25664 \end_inset
25665
25666  marks the grouping levels.
25667  You can have three levels; every index level is indented a bit more.
25668  An index entry for the higher levels is not required.
25669  If we don't have an index entry for 
25670 \begin_inset Quotes eld
25671 \end_inset
25672
25673 Lists
25674 \begin_inset Quotes erd
25675 \end_inset
25676
25677 , it will be printed anyway, but without a page number.
25678 \end_layout
25679
25680 \begin_layout Subsection
25681 Page Ranges
25682 \begin_inset Index
25683 status collapsed
25684
25685 \begin_layout Plain Layout
25686 Index ! Page ranges
25687 \end_layout
25688
25689 \end_inset
25690
25691
25692 \end_layout
25693
25694 \begin_layout Standard
25695 Normally an index entry will appear with the page number of the indexed
25696  section.
25697  But sometimes you want to index more pages under the same entry.
25698  E.g if we want to index the paragraph environments, we create an index entry
25699  in section
25700 \begin_inset space ~
25701 \end_inset
25702
25703
25704 \begin_inset CommandInset ref
25705 LatexCommand ref
25706 reference "sec:Paragraph-Environments"
25707
25708 \end_inset
25709
25710  with the command
25711 \end_layout
25712
25713 \begin_layout Standard
25714
25715 \series bold
25716 Paragraph environments|(
25717 \end_layout
25718
25719 \begin_layout Standard
25720 and another entry at the end of section
25721 \begin_inset space ~
25722 \end_inset
25723
25724
25725 \begin_inset CommandInset ref
25726 LatexCommand ref
25727 reference "sub:LyX-Code"
25728
25729 \end_inset
25730
25731  with the command
25732 \end_layout
25733
25734 \begin_layout Standard
25735
25736 \series bold
25737 Paragraph environments|)
25738 \end_layout
25739
25740 \begin_layout Standard
25741 The commands 
25742 \begin_inset Quotes eld
25743 \end_inset
25744
25745
25746 \series bold
25747 |(
25748 \series default
25749
25750 \begin_inset Quotes erd
25751 \end_inset
25752
25753  and 
25754 \begin_inset Quotes eld
25755 \end_inset
25756
25757
25758 \series bold
25759 |)
25760 \series default
25761
25762 \begin_inset Quotes erd
25763 \end_inset
25764
25765  respectively starts and ends the index range.
25766  You can also add the same index entry at different places in the document.
25767  They appear in the output under one entry with a comma separated list of
25768  the pages of the indexed document parts.
25769  An example is the index entry 
25770 \begin_inset Quotes eld
25771 \end_inset
25772
25773 Document ! Settings
25774 \begin_inset Quotes erd
25775 \end_inset
25776
25777 .
25778 \end_layout
25779
25780 \begin_layout Subsection
25781 Cross referencing
25782 \begin_inset Index
25783 status collapsed
25784
25785 \begin_layout Plain Layout
25786 Index ! Cross referencing
25787 \end_layout
25788
25789 \end_inset
25790
25791
25792 \end_layout
25793
25794 \begin_layout Standard
25795 It is also possible to refer to another index entry.
25796  We referred for example in the index entry 
25797 \begin_inset Quotes eld
25798 \end_inset
25799
25800 GIF
25801 \begin_inset Quotes erd
25802 \end_inset
25803
25804  (in section
25805 \begin_inset space ~
25806 \end_inset
25807
25808
25809 \begin_inset CommandInset ref
25810 LatexCommand ref
25811 reference "sub:Image-Formats"
25812
25813 \end_inset
25814
25815 ) to the index entry 
25816 \begin_inset Quotes eld
25817 \end_inset
25818
25819 Image formats
25820 \begin_inset Quotes erd
25821 \end_inset
25822
25823  in the same section using the entry
25824 \end_layout
25825
25826 \begin_layout Standard
25827
25828 \series bold
25829 GIF|see{Image formats}
25830 \end_layout
25831
25832 \begin_layout Standard
25833 Where the braces have to be inserted as ERT.
25834  The text within the braces is the referenced entry.
25835  The reference will appear in the output without a page number.
25836 \end_layout
25837
25838 \begin_layout Subsection
25839 Index Entry Order
25840 \begin_inset Index
25841 status collapsed
25842
25843 \begin_layout Plain Layout
25844 Index ! Entry order
25845 \end_layout
25846
25847 \end_inset
25848
25849
25850 \end_layout
25851
25852 \begin_layout Standard
25853 You can use accented characters in the index entry, but the entries might
25854  then not follow the rules for the index order.
25855  The index entries are sorted alphabetically, but LaTeX
25856 \begin_inset Foot
25857 status collapsed
25858
25859 \begin_layout Plain Layout
25860 The index generating is done in the background by an extra program, see
25861  section
25862 \begin_inset space ~
25863 \end_inset
25864
25865
25866 \begin_inset CommandInset ref
25867 LatexCommand ref
25868 reference "sub:Index-Program"
25869
25870 \end_inset
25871
25872 .
25873 \end_layout
25874
25875 \end_inset
25876
25877  doesn't know how to sort accents in different languages.
25878  We created as example the three dummy index entries 
25879 \begin_inset Quotes eld
25880 \end_inset
25881
25882 maison
25883 \begin_inset Quotes erd
25884 \end_inset
25885
25886
25887 \begin_inset Quotes eld
25888 \end_inset
25889
25890 maïs
25891 \begin_inset Quotes erd
25892 \end_inset
25893
25894 , and 
25895 \begin_inset Quotes eld
25896 \end_inset
25897
25898 maître
25899 \begin_inset Quotes erd
25900 \end_inset
25901
25902 .
25903 \begin_inset Index
25904 status collapsed
25905
25906 \begin_layout Plain Layout
25907 Dummy entries ! maïs
25908 \end_layout
25909
25910 \end_inset
25911
25912
25913 \begin_inset Index
25914 status collapsed
25915
25916 \begin_layout Plain Layout
25917 Dummy entries ! maître
25918 \end_layout
25919
25920 \end_inset
25921
25922
25923 \begin_inset Index
25924 status collapsed
25925
25926 \begin_layout Plain Layout
25927 Dummy entries ! maïs@maison
25928 \end_layout
25929
25930 \end_inset
25931
25932  They will be sorted in the order maïs, maître, maison, but we want the
25933  order maïs, maison, maître.
25934  To achieve this, we use the command
25935 \end_layout
25936
25937 \begin_layout Standard
25938
25939 \series bold
25940 previous entry@current entry
25941 \end_layout
25942
25943 \begin_layout Standard
25944 In our case we want to have 
25945 \begin_inset Quotes eld
25946 \end_inset
25947
25948 maison
25949 \begin_inset Quotes erd
25950 \end_inset
25951
25952  after 
25953 \begin_inset Quotes eld
25954 \end_inset
25955
25956 maïs
25957 \begin_inset Quotes erd
25958 \end_inset
25959
25960  and write therefore for the index entry of maison:
25961 \end_layout
25962
25963 \begin_layout Standard
25964
25965 \series bold
25966 maïs@maison
25967 \end_layout
25968
25969 \begin_layout Standard
25970 The previous entry needn't to be a real existing entry, you can also use
25971  another word to tell LaTeX the entry order, see the next subsection for
25972  an example.
25973 \end_layout
25974
25975 \begin_layout Subsection
25976 Index Entry Layout
25977 \begin_inset Index
25978 status collapsed
25979
25980 \begin_layout Plain Layout
25981 Index ! Entry layout
25982 \end_layout
25983
25984 \end_inset
25985
25986
25987 \end_layout
25988
25989 \begin_layout Standard
25990 You can change the appearance of insert entries via the textstyle dialog.
25991 \begin_inset Index
25992 status collapsed
25993
25994 \begin_layout Plain Layout
25995 Dummy entries ! This@
25996 \shape italic
25997 This is an italic entry at the correct position
25998 \end_layout
25999
26000 \end_inset
26001
26002
26003 \begin_inset Index
26004 status collapsed
26005
26006 \begin_layout Plain Layout
26007 Dummy entries ! 
26008 \shape italic
26009 This is an italic entry at the wrong position
26010 \end_layout
26011
26012 \end_inset
26013
26014  LyX will then in the background add commands for the layout that destroy
26015  the sort order.
26016  To avoid that our index entry appears as the first one, we use the following
26017  command instead:
26018 \end_layout
26019
26020 \begin_layout Standard
26021
26022 \series bold
26023 This@
26024 \emph on
26025 This is an italic entry
26026 \end_layout
26027
26028 \begin_layout Standard
26029 You can also format the page number using the character 
26030 \begin_inset Quotes eld
26031 \end_inset
26032
26033 |
26034 \begin_inset Quotes erd
26035 \end_inset
26036
26037  followed by a LaTeX-command without a backslash.
26038  We can write for example
26039 \end_layout
26040
26041 \begin_layout Standard
26042
26043 \series bold
26044 old-style page number:|oldstylenums
26045 \end_layout
26046
26047 \begin_layout Standard
26048 to get the page number in an old-style layout.
26049 \begin_inset Index
26050 status collapsed
26051
26052 \begin_layout Plain Layout
26053 Dummy entries ! old-style page number:|oldstylenums
26054 \end_layout
26055
26056 \end_inset
26057
26058  Normally all LaTeX-commands begin with a backslash, but in this special
26059  case 
26060 \begin_inset Quotes eld
26061 \end_inset
26062
26063
26064 \series bold
26065 |command
26066 \series default
26067
26068 \begin_inset Quotes erd
26069 \end_inset
26070
26071  means 
26072 \series bold
26073
26074 \backslash
26075 command{page
26076 \begin_inset space ~
26077 \end_inset
26078
26079 number}
26080 \series default
26081 .
26082  Have a look at section
26083 \begin_inset space ~
26084 \end_inset
26085
26086
26087 \begin_inset CommandInset ref
26088 LatexCommand ref
26089 reference "sub:LaTeX-Syntax"
26090
26091 \end_inset
26092
26093  to learn more about the LaTeX-syntax.
26094 \end_layout
26095
26096 \begin_layout Standard
26097 You can also change the layout for the whole index.
26098  E.g.
26099  we marked the index list box of this document as bold to get a bold font
26100  for all index entries.
26101 \end_layout
26102
26103 \begin_layout Subsection
26104 Index Program
26105 \begin_inset Index
26106 status collapsed
26107
26108 \begin_layout Plain Layout
26109 Index ! Program
26110 \end_layout
26111
26112 \end_inset
26113
26114
26115 \begin_inset CommandInset label
26116 LatexCommand label
26117 name "sub:Index-Program"
26118
26119 \end_inset
26120
26121
26122 \end_layout
26123
26124 \begin_layout Standard
26125 LyX uses for the index generation by default the program 
26126 \family sans
26127 makeindex
26128 \family default
26129 .
26130  It can be controlled by options that can be set in LyX's preferences dialog,
26131  see section
26132 \begin_inset space ~
26133 \end_inset
26134
26135
26136 \begin_inset CommandInset ref
26137 LatexCommand ref
26138 reference "sub:LaTeX-settings"
26139
26140 \end_inset
26141
26142 .
26143  The available options are listed and explained in 
26144 \begin_inset CommandInset citation
26145 LatexCommand cite
26146 key "makeindex"
26147
26148 \end_inset
26149
26150 .
26151 \end_layout
26152
26153 \begin_layout Standard
26154 You can also specify there another program to generate the index, for example
26155  
26156 \family sans
26157 xindy
26158 \family default
26159 .
26160 \begin_inset Index
26161 status collapsed
26162
26163 \begin_layout Plain Layout
26164 Image formats
26165 \end_layout
26166
26167 \end_inset
26168
26169
26170 \end_layout
26171
26172 \begin_layout Section
26173 Nomenclature / Glossary 
26174 \begin_inset Index
26175 status collapsed
26176
26177 \begin_layout Plain Layout
26178 Nomenclature
26179 \end_layout
26180
26181 \end_inset
26182
26183
26184 \begin_inset Index
26185 status collapsed
26186
26187 \begin_layout Plain Layout
26188 Glossary|see
26189 \begin_inset ERT
26190 status collapsed
26191
26192 \begin_layout Plain Layout
26193
26194 {
26195 \end_layout
26196
26197 \end_inset
26198
26199 Nomenclature
26200 \begin_inset ERT
26201 status collapsed
26202
26203 \begin_layout Plain Layout
26204
26205 }
26206 \end_layout
26207
26208 \end_inset
26209
26210
26211 \end_layout
26212
26213 \end_inset
26214
26215
26216 \begin_inset CommandInset label
26217 LatexCommand label
26218 name "sec:Nomenclature"
26219
26220 \end_inset
26221
26222
26223 \end_layout
26224
26225 \begin_layout Standard
26226 Sometimes you need to compile a list of symbols that are mentioned in your
26227  document with a brief explanation of them -- a so called nomenclature or
26228  glossary.
26229 \end_layout
26230
26231 \begin_layout Standard
26232 To be able to create nomenclatures, you need the LaTeX package 
26233 \series bold
26234 nomencl
26235 \begin_inset Index
26236 status collapsed
26237
26238 \begin_layout Plain Layout
26239 Latex@LaTeX-packages ! nomencl
26240 \end_layout
26241
26242 \end_inset
26243
26244
26245 \series default
26246  installed.
26247  You find it in the TeX Catalogue, 
26248 \begin_inset CommandInset citation
26249 LatexCommand cite
26250 key "TeXCatalogue"
26251
26252 \end_inset
26253
26254  or in the package manager of your LaTeX-system.
26255 \end_layout
26256
26257 \begin_layout Standard
26258 A nomenclature entry is created if you place the cursor after a symbol entry
26259  and then use the menu 
26260 \family sans
26261 Insert\SpecialChar \menuseparator
26262
26263 \family default
26264 N
26265 \family sans
26266 omenclature
26267 \begin_inset space ~
26268 \end_inset
26269
26270 Entry
26271 \family default
26272  or the toobar button 
26273 \begin_inset Graphics
26274         filename ../images/nomencl-insert.png
26275         BoundingBox 0bp 5bp 20bp 20bp
26276
26277 \end_inset
26278
26279 .
26280  A gray box labeled 
26281 \begin_inset Quotes eld
26282 \end_inset
26283
26284
26285 \family sans
26286 Nom
26287 \family default
26288
26289 \begin_inset Quotes erd
26290 \end_inset
26291
26292  is inserted and a window pops up asking for the nomenclature entry.
26293 \end_layout
26294
26295 \begin_layout Standard
26296 A nomenclature entry consists of two main entries.
26297  The first is the symbol that you want to refer to.
26298  The second is the description of the symbol.
26299 \end_layout
26300
26301 \begin_layout Standard
26302 \begin_inset Note Greyedout
26303 status open
26304
26305 \begin_layout Plain Layout
26306
26307 \series bold
26308 Note:
26309 \series default
26310  Like for the index entry dialog, you have to enter valid LaTeX-code for
26311  all fields of the nomenclature dialog.
26312 \end_layout
26313
26314 \end_inset
26315
26316
26317 \end_layout
26318
26319 \begin_layout Subsection
26320 Nomenclature Definition and Layout
26321 \begin_inset Index
26322 status collapsed
26323
26324 \begin_layout Plain Layout
26325 Nomenclature ! Layout
26326 \end_layout
26327
26328 \end_inset
26329
26330
26331 \end_layout
26332
26333 \begin_layout Standard
26334 When you have symbols in formulas, you have to define them in the 
26335 \family sans
26336 Symbol
26337 \family default
26338  field as LaTeX-formula.
26339  For example to get 
26340 \begin_inset Quotes eld
26341 \end_inset
26342
26343
26344 \begin_inset Formula $\sigma$
26345 \end_inset
26346
26347
26348 \begin_inset Quotes erd
26349 \end_inset
26350
26351 , insert this:
26352 \begin_inset Newline newline
26353 \end_inset
26354
26355
26356 \series bold
26357 $
26358 \backslash
26359 sigma$
26360 \begin_inset Newline newline
26361 \end_inset
26362
26363
26364 \series default
26365 The 
26366 \begin_inset Quotes eld
26367 \end_inset
26368
26369 $
26370 \begin_inset Quotes erd
26371 \end_inset
26372
26373  character hereby starts/ends the formula.
26374  The LaTeX-command for the Greek letter is the name of the letter beginning
26375  with a backslash 
26376 \begin_inset Quotes eld
26377 \end_inset
26378
26379
26380 \backslash
26381
26382 \begin_inset Quotes erd
26383 \end_inset
26384
26385 .
26386  For capital Greek letters, start the command also with a capital letter,
26387  like 
26388 \series bold
26389
26390 \backslash
26391 Sigma
26392 \series default
26393 .
26394 \end_layout
26395
26396 \begin_layout Standard
26397 (A short introduction to the LaTeX-syntax is given in section
26398 \begin_inset space ~
26399 \end_inset
26400
26401
26402 \begin_inset CommandInset ref
26403 LatexCommand ref
26404 reference "sub:LaTeX-Syntax"
26405
26406 \end_inset
26407
26408 .)
26409 \end_layout
26410
26411 \begin_layout Standard
26412 You cannot use the 
26413 \family sans
26414 Text
26415 \begin_inset space ~
26416 \end_inset
26417
26418 Style
26419 \family default
26420  dialog to format the description text but have to use LaTeX-commands.
26421  For example the description of the nomenclature entry for the 
26422 \begin_inset Quotes eld
26423 \end_inset
26424
26425
26426 \begin_inset Formula $\sigma$
26427 \end_inset
26428
26429
26430 \begin_inset Quotes erd
26431 \end_inset
26432
26433  in this document is:
26434 \begin_inset Newline newline
26435 \end_inset
26436
26437
26438 \series bold
26439 dummy entry for the character 
26440 \backslash
26441 textsf{sigma}
26442 \series default
26443
26444 \begin_inset Newline newline
26445 \end_inset
26446
26447 The command 
26448 \series bold
26449
26450 \backslash
26451 textsf
26452 \series default
26453  sets the fonts to 
26454 \family sans
26455 sans
26456 \begin_inset space ~
26457 \end_inset
26458
26459 serif
26460 \family default
26461 .
26462  To get 
26463 \series bold
26464 bold
26465 \series default
26466  font use the command 
26467 \series bold
26468
26469 \backslash
26470 textbf
26471 \series default
26472 , for 
26473 \family typewriter
26474 typewriter
26475 \family default
26476  use 
26477 \series bold
26478
26479 \backslash
26480 texttt
26481 \series default
26482 , for 
26483 \emph on
26484 emphasized
26485 \emph default
26486  use 
26487 \series bold
26488
26489 \backslash
26490 emph
26491 \series default
26492 .
26493 \end_layout
26494
26495 \begin_layout Subsection
26496 Sort Order of Nomenclature Entries
26497 \begin_inset Index
26498 status collapsed
26499
26500 \begin_layout Plain Layout
26501 Nomenclature ! Sort order
26502 \end_layout
26503
26504 \end_inset
26505
26506
26507 \end_layout
26508
26509 \begin_layout Standard
26510 The nomenclature entries are sorted alphabetically by the LaTeX-code of
26511  the symbol definition.
26512  This leads to undesired results when you for example have symbols in formulas.
26513  Suppose you have nomenclature entries for the symbols 
26514 \emph on
26515 a
26516 \begin_inset CommandInset nomenclature
26517 LatexCommand nomenclature
26518 symbol "a"
26519 description "dummy entry for the character \"a\""
26520
26521 \end_inset
26522
26523
26524 \emph default
26525  and 
26526 \begin_inset Formula $\sigma$
26527 \end_inset
26528
26529
26530 \begin_inset CommandInset nomenclature
26531 LatexCommand nomenclature
26532 prefix "sigma"
26533 symbol "$\\sigma$"
26534 description "dummy entry for the character \\textsf{sigma}"
26535
26536 \end_inset
26537
26538 .
26539  They will be sorted by 
26540 \begin_inset Quotes eld
26541 \end_inset
26542
26543
26544 \family sans
26545 a
26546 \family default
26547
26548 \begin_inset Quotes erd
26549 \end_inset
26550
26551  and 
26552 \begin_inset Quotes eld
26553 \end_inset
26554
26555
26556 \family typewriter
26557 $
26558 \backslash
26559 sigma$
26560 \family default
26561
26562 \begin_inset Quotes erd
26563 \end_inset
26564
26565  -- the 
26566 \begin_inset Formula $\sigma$
26567 \end_inset
26568
26569  will be sorted before the 
26570 \emph on
26571 a
26572 \emph default
26573  since the character 
26574 \begin_inset Quotes eld
26575 \end_inset
26576
26577 $
26578 \begin_inset Quotes erd
26579 \end_inset
26580
26581  is considered in sorting.
26582 \end_layout
26583
26584 \begin_layout Standard
26585 To control the sort order, you can edit the 
26586 \family sans
26587 Sort
26588 \begin_inset space ~
26589 \end_inset
26590
26591 as
26592 \family default
26593  field of the nomenclature dialog.
26594  Then the nomenclature entry will be sorted by this entry and not the symbol
26595  definition.
26596  For the given example, you can insert 
26597 \family typewriter
26598 sigma
26599 \family default
26600  to this field for the 
26601 \begin_inset Formula $\sigma$
26602 \end_inset
26603
26604 , then 
26605 \emph on
26606 a
26607 \emph default
26608  will be located before 
26609 \begin_inset Formula $\sigma$
26610 \end_inset
26611
26612 .
26613 \end_layout
26614
26615 \begin_layout Standard
26616 For subgrouping and tips for using sort entries see the 
26617 \series bold
26618 nomencl
26619 \series default
26620  documentation, 
26621 \begin_inset CommandInset citation
26622 LatexCommand cite
26623 key "nomencl"
26624
26625 \end_inset
26626
26627 .
26628 \end_layout
26629
26630 \begin_layout Subsection
26631 Nomenclature Options
26632 \begin_inset Index
26633 status collapsed
26634
26635 \begin_layout Plain Layout
26636 Nomenclature ! Options
26637 \end_layout
26638
26639 \end_inset
26640
26641
26642 \end_layout
26643
26644 \begin_layout Standard
26645 The 
26646 \series bold
26647 nomencl
26648 \series default
26649  package offers some options to adjust the appearance of the nomenclature.
26650  Here are some of its options, for more have a look at its documentation:
26651 \end_layout
26652
26653 \begin_layout Description
26654 refeq Appends the phrase 
26655 \begin_inset Quotes eld
26656 \end_inset
26657
26658
26659 \family sans
26660 , see equation (
26661 \emph on
26662 eq
26663 \emph default
26664 )
26665 \family default
26666
26667 \begin_inset Quotes erd
26668 \end_inset
26669
26670  to every nomenclature entry, where 
26671 \family sans
26672 \emph on
26673 eq
26674 \family default
26675 \emph default
26676  is the number of the last equation in front of the nomenclature entry
26677 \end_layout
26678
26679 \begin_layout Description
26680 refpage Appends the phrase 
26681 \begin_inset Quotes eld
26682 \end_inset
26683
26684
26685 \family sans
26686 , page (
26687 \emph on
26688 page
26689 \emph default
26690 )
26691 \family default
26692
26693 \begin_inset Quotes erd
26694 \end_inset
26695
26696  to every nomenclature entry, where 
26697 \family sans
26698 \emph on
26699 page
26700 \family default
26701 \emph default
26702  is the number of the page on which the nomenclature entry appeared
26703 \end_layout
26704
26705 \begin_layout Description
26706 intoc Inserts the nomenclature in the Table of Contents
26707 \end_layout
26708
26709 \begin_layout Standard
26710 There are furthermore the options 
26711 \series bold
26712 croatian
26713 \series default
26714
26715 \series bold
26716 danish
26717 \series default
26718
26719 \series bold
26720 english
26721 \series default
26722
26723 \series bold
26724 french
26725 \series default
26726
26727 \series bold
26728 german
26729 \series default
26730
26731 \series bold
26732 italian
26733 \series default
26734
26735 \series bold
26736 polish
26737 \series default
26738
26739 \series bold
26740 portuguese
26741 \series default
26742
26743 \series bold
26744 russian
26745 \series default
26746
26747 \series bold
26748 spanish
26749 \series default
26750 , and 
26751 \series bold
26752 ukrainian
26753 \series default
26754  to print the reference texts and the nomenclature title in the corresponding
26755  language.
26756 \end_layout
26757
26758 \begin_layout Standard
26759 To use one or more of the options, add them to the comma-separated document
26760  class options list in the 
26761 \family sans
26762 Document\SpecialChar \menuseparator
26763 Settings
26764 \family default
26765  dialog.
26766  In this document the options 
26767 \series bold
26768 intoc
26769 \series default
26770  and 
26771 \series bold
26772 refpage
26773 \series default
26774  are used.
26775 \end_layout
26776
26777 \begin_layout Standard
26778 \begin_inset VSpace bigskip
26779 \end_inset
26780
26781
26782 \end_layout
26783
26784 \begin_layout Standard
26785 You can also use the first two options above only for certain nomenclature
26786  entries when you add one of the following commands as last entry to the
26787  
26788 \family sans
26789 Description
26790 \family default
26791  field in the nomenclature dialog:
26792 \end_layout
26793
26794 \begin_layout Description
26795
26796 \backslash
26797 nomrefeq Like the 
26798 \series bold
26799 refeq
26800 \series default
26801  option
26802 \end_layout
26803
26804 \begin_layout Description
26805
26806 \backslash
26807 nomrefpage Like the 
26808 \series bold
26809 refpage
26810 \series default
26811  option
26812 \end_layout
26813
26814 \begin_layout Description
26815
26816 \backslash
26817 nomrefeqpage Short notation of 
26818 \series bold
26819
26820 \backslash
26821 nomrefeq
26822 \backslash
26823 nomrefpage
26824 \end_layout
26825
26826 \begin_layout Description
26827
26828 \backslash
26829 nomnorefeq,
26830 \begin_inset space ~
26831 \end_inset
26832
26833
26834 \backslash
26835 nomnorefpage,
26836 \begin_inset space ~
26837 \end_inset
26838
26839
26840 \backslash
26841 nomnorefeqpage Turns off the corresponding options
26842 \end_layout
26843
26844 \begin_layout Subsection
26845 Printing the Nomenclature
26846 \begin_inset Index
26847 status collapsed
26848
26849 \begin_layout Plain Layout
26850 Nomenclature ! Printing
26851 \end_layout
26852
26853 \end_inset
26854
26855
26856 \end_layout
26857
26858 \begin_layout Standard
26859 To print the nomenclature, use the menu 
26860 \family sans
26861 Insert\SpecialChar \menuseparator
26862 Lists
26863 \begin_inset space ~
26864 \end_inset
26865
26866 /
26867 \begin_inset space ~
26868 \end_inset
26869
26870 TOC\SpecialChar \menuseparator
26871 Nomenclature
26872 \family default
26873 .
26874  A light blue box labeled 
26875 \begin_inset Quotes eld
26876 \end_inset
26877
26878
26879 \family sans
26880 Nomenclature
26881 \family default
26882
26883 \begin_inset Quotes erd
26884 \end_inset
26885
26886  will show the place where the nomenclature is printed in the output.
26887  Like the index list box, the nomenclature list box is not clickable.
26888 \end_layout
26889
26890 \begin_layout Standard
26891 In the printed output the title of the nomenclature appears as 
26892 \begin_inset Quotes eld
26893 \end_inset
26894
26895 Nomenclature
26896 \begin_inset Quotes erd
26897 \end_inset
26898
26899 .
26900  If you are not happy with the name, you can change it by redefining the
26901  command 
26902 \series bold
26903
26904 \backslash
26905 nomname
26906 \series default
26907  in the preamble.
26908  For example, in order to change the name to 
26909 \emph on
26910 List of Symbols
26911 \emph default
26912 , add the following line to the preamble:
26913 \end_layout
26914
26915 \begin_layout Standard
26916
26917 \family roman
26918 \series bold
26919
26920 \backslash
26921 renewcommand{
26922 \backslash
26923 nomname}{List of Symbols}
26924 \end_layout
26925
26926 \begin_layout Standard
26927 \begin_inset VSpace defskip
26928 \end_inset
26929
26930
26931 \end_layout
26932
26933 \begin_layout Standard
26934 If you are unhappy with the amount of space for symbols, you can alter it
26935  by adding the following line to the preamble:
26936 \end_layout
26937
26938 \begin_layout Standard
26939
26940 \family roman
26941 \series bold
26942
26943 \backslash
26944 renewcommand{
26945 \backslash
26946 nomlabelwidth}{width}
26947 \end_layout
26948
26949 \begin_layout Standard
26950
26951 \family roman
26952 Where the width is a value with one of the units listed in Appendix
26953 \begin_inset space ~
26954 \end_inset
26955
26956
26957 \begin_inset CommandInset ref
26958 LatexCommand ref
26959 reference "cha:Units-available-in"
26960
26961 \end_inset
26962
26963 .
26964  The default value is 1
26965 \begin_inset space \thinspace{}
26966 \end_inset
26967
26968 cm.
26969 \end_layout
26970
26971 \begin_layout Section
26972 Branches
26973 \begin_inset Index
26974 status collapsed
26975
26976 \begin_layout Plain Layout
26977 Branches
26978 \end_layout
26979
26980 \end_inset
26981
26982
26983 \begin_inset Index
26984 status collapsed
26985
26986 \begin_layout Plain Layout
26987 Document ! Branches
26988 \end_layout
26989
26990 \end_inset
26991
26992
26993 \begin_inset CommandInset label
26994 LatexCommand label
26995 name "sec:Branches"
26996
26997 \end_inset
26998
26999
27000 \end_layout
27001
27002 \begin_layout Standard
27003 Sometimes it is useful to hide some document parts in the output.
27004  For example a teacher who is setting an exam obviously doesn't want the
27005  pupils to see the answers, but having questions and answers in the same
27006  document will make the life of the markers of that exam much easier.
27007 \end_layout
27008
27009 \begin_layout Standard
27010 For these cases LyX offers to put text into branches.
27011  The text will then only appear in the output when its branch is activated.
27012  To create a branch, go in the 
27013 \family sans
27014 Document\SpecialChar \menuseparator
27015 Settings
27016 \family default
27017  dialog to 
27018 \family sans
27019 Branches
27020 \family default
27021 .
27022  The name of the branch, its activation state and the background color of
27023  the branches inside LyX can be specified in this dialog.
27024 \end_layout
27025
27026 \begin_layout Standard
27027 Text that should be in a branch is set into branch inset boxes.
27028  These boxes are inserted via the menu 
27029 \family sans
27030 Insert\SpecialChar \menuseparator
27031 Branch
27032 \family default
27033  where you can choose a branch.
27034  You can later change the branch of the boxes by right-clicking on them.
27035 \end_layout
27036
27037 \begin_layout Standard
27038 Here is an example, where only the question text appears, the answer branch
27039  is deactivated and does therefore not appear in the output:
27040 \end_layout
27041
27042 \begin_layout Standard
27043 \begin_inset Branch Question
27044 status open
27045
27046 \begin_layout Standard
27047 Question: Who was the first physics Nobel prize winner?
27048 \end_layout
27049
27050 \end_inset
27051
27052
27053 \end_layout
27054
27055 \begin_layout Standard
27056 \begin_inset Branch Answer
27057 status collapsed
27058
27059 \begin_layout Standard
27060 Answer: Wilhelm Conrad Röntgen
27061 \end_layout
27062
27063 \end_inset
27064
27065
27066 \end_layout
27067
27068 \begin_layout Standard
27069 \begin_inset VSpace bigskip
27070 \end_inset
27071
27072
27073 \end_layout
27074
27075 \begin_layout Standard
27076 To use conditional output inside places where you cannot insert branch insets,
27077  like inside equations, you can code special LaTeX definitions for each
27078  branch.
27079  For example you can define for the question branch
27080 \begin_inset Foot
27081 status collapsed
27082
27083 \begin_layout Plain Layout
27084 For an introduction to the LaTeX-syntax, see section
27085 \begin_inset space ~
27086 \end_inset
27087
27088
27089 \begin_inset CommandInset ref
27090 LatexCommand ref
27091 reference "sub:LaTeX-Syntax"
27092
27093 \end_inset
27094
27095 .
27096 \end_layout
27097
27098 \end_inset
27099
27100
27101 \end_layout
27102
27103 \begin_layout Standard
27104
27105 \series bold
27106
27107 \backslash
27108 newcommand{
27109 \backslash
27110 question}[1]{#1}
27111 \end_layout
27112
27113 \begin_layout Standard
27114
27115 \series bold
27116
27117 \backslash
27118 newcommand{
27119 \backslash
27120 answer}[1]{}
27121 \end_layout
27122
27123 \begin_layout Standard
27124 and for the answer branch
27125 \end_layout
27126
27127 \begin_layout Standard
27128
27129 \series bold
27130
27131 \backslash
27132 newcommand{
27133 \backslash
27134 question}[1]{}
27135 \end_layout
27136
27137 \begin_layout Standard
27138
27139 \series bold
27140
27141 \backslash
27142 newcommand{
27143 \backslash
27144 answer}[1]{#1}
27145 \end_layout
27146
27147 \begin_layout Standard
27148 \begin_inset Branch Question
27149 status open
27150
27151 \begin_layout Standard
27152 \begin_inset ERT
27153 status open
27154
27155 \begin_layout Plain Layout
27156
27157
27158 \backslash
27159 newcommand{
27160 \backslash
27161 question}[1]{#1}
27162 \end_layout
27163
27164 \begin_layout Plain Layout
27165
27166
27167 \backslash
27168 newcommand{
27169 \backslash
27170 answer}[1]{}
27171 \end_layout
27172
27173 \end_inset
27174
27175
27176 \end_layout
27177
27178 \end_inset
27179
27180
27181 \end_layout
27182
27183 \begin_layout Standard
27184 \begin_inset Branch Answer
27185 status collapsed
27186
27187 \begin_layout Standard
27188 \begin_inset ERT
27189 status open
27190
27191 \begin_layout Plain Layout
27192
27193
27194 \backslash
27195 newcommand{
27196 \backslash
27197 question}[1]{}
27198 \end_layout
27199
27200 \begin_layout Plain Layout
27201
27202
27203 \backslash
27204 newcommand{
27205 \backslash
27206 answer}[1]{#1}
27207 \end_layout
27208
27209 \end_inset
27210
27211
27212 \end_layout
27213
27214 \end_inset
27215
27216
27217 \end_layout
27218
27219 \begin_layout Standard
27220 Now it is possible to use the commands 
27221 \series bold
27222
27223 \backslash
27224 question{\SpecialChar \ldots{}
27225 }
27226 \series default
27227  and 
27228 \series bold
27229
27230 \backslash
27231 answer{\SpecialChar \ldots{}
27232 }
27233 \series default
27234  to obtain conditional output.
27235  Here is an example formula where only the 
27236 \series bold
27237
27238 \backslash
27239 question
27240 \series default
27241  part appears:
27242 \begin_inset Formula \[
27243 x^{2}-2x-2\Rightarrow\question {x_{1}}\answer {x_{2}}=1\question {+\sqrt{3}}\answer {-\sqrt{3}}.\]
27244
27245 \end_inset
27246
27247
27248 \end_layout
27249
27250 \begin_layout Standard
27251 Inside math, the same effect can be achieved using math macros, see section
27252 \begin_inset space ~
27253 \end_inset
27254
27255
27256 \begin_inset CommandInset ref
27257 LatexCommand ref
27258 reference "sec:math-macros"
27259
27260 \end_inset
27261
27262 .
27263 \end_layout
27264
27265 \begin_layout Section
27266 ERT and the LaTeX Syntax
27267 \begin_inset CommandInset label
27268 LatexCommand label
27269 name "sec:ERT"
27270
27271 \end_inset
27272
27273
27274 \end_layout
27275
27276 \begin_layout Subsection
27277 ERT Boxes
27278 \begin_inset Index
27279 status collapsed
27280
27281 \begin_layout Plain Layout
27282 ERT
27283 \end_layout
27284
27285 \end_inset
27286
27287
27288 \begin_inset CommandInset label
27289 LatexCommand label
27290 name "sub:ERT-Boxes"
27291
27292 \end_inset
27293
27294
27295 \end_layout
27296
27297 \begin_layout Standard
27298 As LyX uses LaTeX in the background, it supports many LaTeX commands and
27299  constructs, but not all.
27300  LaTeX contains of hundreds of packages which provide different commands.
27301  Every month many packages are updated and new ones added.
27302  This has the advantage that you can typeset nearly everything, for every
27303  problem exists a LaTeX-package.
27304  But LyX can of course not be up to date and support all these packages
27305  and their commands.
27306 \end_layout
27307
27308 \begin_layout Standard
27309 But don't worry, you can use any LaTeX-command directly in LyX inside the
27310  ERT box.
27311  ERT stands for 
27312 \begin_inset Quotes eld
27313 \end_inset
27314
27315 evil red text
27316 \begin_inset Quotes erd
27317 \end_inset
27318
27319 , evil because LyX is designed to avoid that you have to use LaTeX-commands.
27320  An ERT box is created by the menu 
27321 \family sans
27322 Insert\SpecialChar \menuseparator
27323 TeX
27324 \family default
27325  or by the toolbar button 
27326 \begin_inset Graphics
27327         filename ../images/ert-insert.png
27328
27329 \end_inset
27330
27331 .
27332  The box itself can be displayed in three different styles: 
27333 \family sans
27334 Inline
27335 \family default
27336
27337 \family sans
27338 Collapsed
27339 \family default
27340 , and 
27341 \family sans
27342 Open
27343 \family default
27344 .
27345  To change the style, right-click on the box and use the appearing dialog.
27346  Left-clicking on the box will switch between 
27347 \family sans
27348 Collapsed
27349 \family default
27350  and 
27351 \family sans
27352 Open
27353 \family default
27354 .
27355 \end_layout
27356
27357 \begin_layout Standard
27358 You can insert complete or incomplete commands into ERT.
27359  Incomplete means that the command argument can be Standard LyX text.
27360  For example you want to draw a frame around a word and uses therefore the
27361  LaTeX-command 
27362 \series bold
27363
27364 \backslash
27365 fbox
27366 \series default
27367 , you can write the command part 
27368 \series bold
27369
27370 \backslash
27371 fbox{
27372 \series default
27373  in an ERT box before the word and the closing brace 
27374 \series bold
27375 }
27376 \series default
27377  in a second ERT box behind the word.
27378  The word between the two ERT boxes is then the argument as it is in the
27379  following example:
27380 \end_layout
27381
27382 \begin_layout Standard
27383 \begin_inset Graphics
27384         filename clipart/ERT.png
27385         scale 89
27386
27387 \end_inset
27388
27389
27390 \end_layout
27391
27392 \begin_layout Standard
27393 gives
27394 \end_layout
27395
27396 \begin_layout Standard
27397 This is a line with a 
27398 \begin_inset ERT
27399 status collapsed
27400
27401 \begin_layout Plain Layout
27402
27403
27404 \backslash
27405 fbox{
27406 \end_layout
27407
27408 \end_inset
27409
27410 framed
27411 \begin_inset ERT
27412 status collapsed
27413
27414 \begin_layout Plain Layout
27415
27416 }
27417 \end_layout
27418
27419 \end_inset
27420
27421  word.
27422 \end_layout
27423
27424 \begin_layout Standard
27425 \begin_inset Note Greyedout
27426 status open
27427
27428 \begin_layout Plain Layout
27429
27430 \series bold
27431 Note:
27432 \series default
27433  At the end of LaTeX-commands without parameters, you have to insert a space
27434  to let LaTeX know that the command is finished.
27435 \end_layout
27436
27437 \end_inset
27438
27439
27440 \end_layout
27441
27442 \begin_layout Subsection
27443 Short Introduction to the LaTeX Syntax
27444 \begin_inset OptArg
27445 status collapsed
27446
27447 \begin_layout Plain Layout
27448 The LaTeX Syntax
27449 \end_layout
27450
27451 \end_inset
27452
27453
27454 \begin_inset Index
27455 status collapsed
27456
27457 \begin_layout Plain Layout
27458 Latex@LaTeX Syntax
27459 \end_layout
27460
27461 \end_inset
27462
27463
27464 \begin_inset CommandInset label
27465 LatexCommand label
27466 name "sub:LaTeX-Syntax"
27467
27468 \end_inset
27469
27470
27471 \end_layout
27472
27473 \begin_layout Standard
27474 When you write larger documents or books, you will need to know something
27475  about the LaTeX-commands that LyX uses in the background.
27476  Because LaTeX is based on commands, you can 
27477 \begin_inset Quotes eld
27478 \end_inset
27479
27480 program
27481 \begin_inset Quotes erd
27482 \end_inset
27483
27484  your text.
27485  This has the advantage that the layout of the document can be changed at
27486  every time if you know the right commands.
27487  E.g.
27488  imagine you have to write a manual for a product and the deadline is at
27489  the end of the day.
27490  Your boss just has complimented you for your good work but wants to have
27491  all caption labels bold.
27492  But you have over hundred figure and table captions with non-bold labels
27493  in your manual.
27494  Of course it's impossible to change all caption labels by hand in one day.
27495 \end_layout
27496
27497 \begin_layout Standard
27498 Now LaTeX comes into play.
27499  As written above, for every problem exists a LaTeX-package.
27500  First you have to find out which and therefore look in the LaTeX package
27501  database, 
27502 \begin_inset CommandInset citation
27503 LatexCommand cite
27504 key "Catalogue"
27505
27506 \end_inset
27507
27508 .
27509 \end_layout
27510
27511 \begin_layout Standard
27512 As result you know that the package 
27513 \series bold
27514 caption
27515 \series default
27516
27517 \begin_inset Index
27518 status collapsed
27519
27520 \begin_layout Plain Layout
27521 Latex@LaTeX-packages ! caption
27522 \end_layout
27523
27524 \end_inset
27525
27526  is what you need.
27527  To use a package, you have to load it in the document preamble (menu 
27528 \family sans
27529 Document\SpecialChar \menuseparator
27530 Settings
27531 \family default
27532 ) with the command
27533 \end_layout
27534
27535 \begin_layout Standard
27536
27537 \series bold
27538
27539 \backslash
27540 usepackage[options]{package name}
27541 \end_layout
27542
27543 \begin_layout Standard
27544 All LaTeX commands begin with a backslash, the command argument is set within
27545  two braces, and the options are set within two brackets.
27546  Note that not all commands have an argument and options.
27547 \end_layout
27548
27549 \begin_layout Standard
27550 In your case the package name is 
27551 \series bold
27552 caption
27553 \series default
27554 .
27555  After a look in the documentation of the package, you know that the option
27556  
27557 \series bold
27558 labelfont=bf
27559 \series default
27560  will change the font of all caption labels to bold.
27561  So you add the command
27562 \end_layout
27563
27564 \begin_layout Standard
27565
27566 \series bold
27567
27568 \backslash
27569 usepackage[labelfont=bf]{caption}
27570 \end_layout
27571
27572 \begin_layout Standard
27573 to the preamble and the problem is solved.
27574 \begin_inset Foot
27575 status collapsed
27576
27577 \begin_layout Plain Layout
27578 For more commands provided by the 
27579 \series bold
27580 caption
27581 \series default
27582  package, have a look at its documentation, 
27583 \begin_inset CommandInset citation
27584 LatexCommand cite
27585 key "caption"
27586
27587 \end_inset
27588
27589 .
27590 \end_layout
27591
27592 \end_inset
27593
27594
27595 \end_layout
27596
27597 \begin_layout Standard
27598 Note that some document classes have built-in solutions for well known problems
27599  like your case.
27600  For example if you use a 
27601 \family sans
27602 koma-script
27603 \family default
27604  class, you don't need the package 
27605 \series bold
27606 caption
27607 \series default
27608 , you can instead write
27609 \end_layout
27610
27611 \begin_layout Standard
27612
27613 \series bold
27614
27615 \backslash
27616 setkomafont{captionlabel}{
27617 \backslash
27618 bfseries}
27619 \end_layout
27620
27621 \begin_layout Standard
27622 in the preamble and the problem is solved.
27623  So if you plan to write a large document, you should have a look at the
27624  documentation of the document class you want to use.
27625  (
27626 \series bold
27627
27628 \backslash
27629 setkomafont
27630 \series default
27631  is an example for a command with more than one argument.)
27632 \end_layout
27633
27634 \begin_layout Standard
27635 Commands in the preamble affects the whole document, while commands in the
27636  text affects only the text after the command or only the text used as command
27637  argument.
27638  To insert a LaTeX-command in text, use the ERT box as described in the
27639  previous section.
27640 \end_layout
27641
27642 \begin_layout Standard
27643 If you want to learn more about LaTeX and its syntax, have a look at the
27644  LaTeX-books 
27645 \begin_inset CommandInset citation
27646 LatexCommand cite
27647 key "latexcompanion,latexguide"
27648
27649 \end_inset
27650
27651 .
27652  
27653 \end_layout
27654
27655 \begin_layout Section
27656 Previewing Snippets of your Document
27657 \begin_inset Index
27658 status collapsed
27659
27660 \begin_layout Plain Layout
27661 Instant preview
27662 \end_layout
27663
27664 \end_inset
27665
27666
27667 \begin_inset CommandInset label
27668 LatexCommand label
27669 name "sec:Previewing-snippets-of"
27670
27671 \end_inset
27672
27673
27674 \begin_inset Index
27675 status collapsed
27676
27677 \begin_layout Plain Layout
27678 Document ! Preview
27679 \end_layout
27680
27681 \end_inset
27682
27683
27684 \end_layout
27685
27686 \begin_layout Standard
27687 LyX allows you to generate previews of sections of your document on the
27688  fly so you can see how they'll look in the final document without having
27689  to break your train of thought with 
27690 \family sans
27691 View\SpecialChar \menuseparator
27692 DVI
27693 \family default
27694 .
27695 \end_layout
27696
27697 \begin_layout Standard
27698 If you would for example like to see in LyX your math formulas typeset by
27699  LaTeX, install the LaTeX-package 
27700 \series bold
27701 preview-latex
27702 \begin_inset Index
27703 status collapsed
27704
27705 \begin_layout Plain Layout
27706 Latex@LaTeX-packages ! preview-latex
27707 \end_layout
27708
27709 \end_inset
27710
27711
27712 \series default
27713  as explained below, and turn on 
27714 \family sans
27715 Instant
27716 \begin_inset space ~
27717 \end_inset
27718
27719 preview
27720 \family default
27721  in the 
27722 \family sans
27723 Tools\SpecialChar \menuseparator
27724 Preferences 
27725 \family default
27726 dialog under 
27727 \family sans
27728 Look
27729 \begin_inset space ~
27730 \end_inset
27731
27732 and
27733 \begin_inset space ~
27734 \end_inset
27735
27736 feel\SpecialChar \menuseparator
27737 Graphics
27738 \family default
27739 .
27740 \end_layout
27741
27742 \begin_layout Standard
27743 Previews are generated when you load a document into LyX and when you finish
27744  editing an inset.
27745  Previews of an already loaded document are 
27746 \emph on
27747 not
27748 \emph default
27749  generated just by selecting the 
27750 \family sans
27751 Instant
27752 \begin_inset space ~
27753 \end_inset
27754
27755 preview
27756 \family default
27757  check box, you have to reopen the documents to activate the previews.
27758 \end_layout
27759
27760 \begin_layout Standard
27761 LyX will generate previews of math insets.
27762  It will also generate previews of included insets if you select the 
27763 \family sans
27764 Show
27765 \begin_inset space ~
27766 \end_inset
27767
27768 preview
27769 \family default
27770  check box in the insert dialog.
27771  This is useful if you wish to generate a preview of a LaTeX figure, for
27772  example.
27773 \end_layout
27774
27775 \begin_layout Standard
27776 To get previews working, you need the LaTeX package 
27777 \series bold
27778 preview-latex
27779 \series default
27780  (on some systems named simply 
27781 \series bold
27782 preview
27783 \series default
27784 ) installed.
27785  In case it is not already installed, you find it in the TeX Catalogue,
27786  
27787 \begin_inset CommandInset citation
27788 LatexCommand cite
27789 key "TeXCatalogue"
27790
27791 \end_inset
27792
27793  or in the package manager of your LaTeX-system.
27794  You obtain prettier results if you install the program 
27795 \family typewriter
27796 pnmcrop
27797 \family default
27798  from the 
27799 \family typewriter
27800 netpbm
27801 \family default
27802  package; for LyX on Windows this program is automatically installed together
27803  with LyX.
27804 \end_layout
27805
27806 \begin_layout Standard
27807 \begin_inset VSpace bigskip
27808 \end_inset
27809
27810
27811 \end_layout
27812
27813 \begin_layout Standard
27814 You can furthermore preview the LaTeX source of the whole document or parts
27815  of it.
27816  Use the menu 
27817 \family sans
27818 View\SpecialChar \menuseparator
27819 View
27820 \begin_inset space ~
27821 \end_inset
27822
27823 Source
27824 \family default
27825  and a window will be shown where you can see the LaTeX-source code.
27826  The window shows the source of the whole paragraph where the cursor is
27827  currently in.
27828  You can also select document parts in LyX's main window, then only this
27829  selection (when it is more than one paragraph) is shown as source code.
27830  To view the whole document as source, enable the corresponding option in
27831  the source view window.
27832 \end_layout
27833
27834 \begin_layout Section
27835 Spell Checking
27836 \begin_inset CommandInset label
27837 LatexCommand label
27838 name "sec:Spellchecking"
27839
27840 \end_inset
27841
27842
27843 \begin_inset Index
27844 status collapsed
27845
27846 \begin_layout Plain Layout
27847 Spell checking
27848 \end_layout
27849
27850 \end_inset
27851
27852
27853 \end_layout
27854
27855 \begin_layout Standard
27856 LyX itself has no built-in spell checker.
27857  Rather it uses one of the external programs 
27858 \family typewriter
27859 aspell
27860 \family default
27861
27862 \family typewriter
27863 ispell
27864 \family default
27865
27866 \family typewriter
27867 hspell
27868 \family default
27869 , or 
27870 \family sans
27871 pspell
27872 \family default
27873  as backend.
27874  This section assumes you have already installed and set up one of these
27875  programs.
27876  
27877 \family typewriter
27878 aspell
27879 \family default
27880  can be seen as successor of 
27881 \family typewriter
27882 ispell
27883 \family default
27884 , so that it is recommended to use aspell.
27885  
27886 \family sans
27887 hspell
27888 \family default
27889  is a Hebrew spell-checker.
27890  The used spell checker ind its settings are specified in LyX's preferences
27891  under 
27892 \family sans
27893 Language Settings
27894 \family default
27895 .
27896 \end_layout
27897
27898 \begin_layout Standard
27899 For LyX on Windows, the selection box for the spell checking program is
27900  greyed out in the preferences dialog because only 
27901 \family sans
27902 aspell
27903 \family default
27904  can be used.
27905 \end_layout
27906
27907 \begin_layout Standard
27908 The menu
27909 \family sans
27910  Tools\SpecialChar \menuseparator
27911 Spellchecker
27912 \family default
27913  starts the spell checking beginning from the current cursor position.
27914  A dialog window will appear showing any incorrect (or unknown) word found,
27915  allowing you to edit and replace it in a second line.
27916  Whenever an unknown word is found, the word is highlighted and the text
27917  scrolled so that it is visible.
27918  In the 
27919 \family sans
27920 spell checker
27921 \family default
27922  dialog, there is also a box showing suggestions for a correction, if any
27923  could be found.
27924  Clicking on one of the corrections will copy to the 
27925 \family sans
27926 Replace
27927 \family default
27928  field, double-click invokes directly the replacement.
27929  Unknown but correctly typed words can be added to the personal dictionary.
27930 \end_layout
27931
27932 \begin_layout Standard
27933 By default, the used dictionary file is determined by the document language
27934  that is set in the 
27935 \family sans
27936 Document\SpecialChar \menuseparator
27937 Settings
27938 \family default
27939  dialog.
27940  If you do not have a dictionary for the document language, spell checking
27941  will bring an error message.
27942  In this case, you can specify another dictionary file in the dialog by
27943  specifying a different 
27944 \family sans
27945 Alternative language
27946 \family default
27947  in preferences dialog.
27948 \end_layout
27949
27950 \begin_layout Standard
27951 After a spell check you'll informed about the number of checked words.
27952 \end_layout
27953
27954 \begin_layout Subsubsection*
27955 Limitations
27956 \end_layout
27957
27958 \begin_layout Standard
27959 It is not possible to change the spelling of a particular word globally,
27960  rather than having to change the spelling separately for each occurrence
27961  of the word.
27962  But you can use the 
27963 \family sans
27964 Find
27965 \begin_inset space ~
27966 \end_inset
27967
27968 &
27969 \begin_inset space ~
27970 \end_inset
27971
27972 Replace
27973 \family default
27974  dialog for that.
27975 \end_layout
27976
27977 \begin_layout Standard
27978 LyX cannot correctly spell check documents containing multiple languages.
27979  This does work with 
27980 \family typewriter
27981 pspell
27982 \family default
27983 , assuming you have marked the different languages appropriately.
27984 \end_layout
27985
27986 \begin_layout Subsubsection*
27987 Further Settings
27988 \end_layout
27989
27990 \begin_layout Standard
27991 The 
27992 \family sans
27993 Spellchecker
27994 \family default
27995  section in the preferences dialog has some additional options:
27996 \end_layout
27997
27998 \begin_layout Description
27999 Escape
28000 \begin_inset space ~
28001 \end_inset
28002
28003 characters Allows you to add non-standard characters that the spell checker
28004  should consider, e.g.
28005  German umlauts although you spell check English document.
28006  This should not normally be needed.
28007 \end_layout
28008
28009 \begin_layout Description
28010 Personal
28011 \begin_inset space ~
28012 \end_inset
28013
28014 dictionary to use a different file than the spell checker's default choice
28015  as your personal dictionary
28016 \end_layout
28017
28018 \begin_layout Description
28019 Accept
28020 \begin_inset space ~
28021 \end_inset
28022
28023 compound
28024 \begin_inset space ~
28025 \end_inset
28026
28027 words Prevent the spell checker from complaining about compounded words
28028  like 
28029 \begin_inset Quotes eld
28030 \end_inset
28031
28032 passthrough
28033 \begin_inset Quotes erd
28034 \end_inset
28035
28036 .
28037 \end_layout
28038
28039 \begin_layout Description
28040 Use
28041 \begin_inset space ~
28042 \end_inset
28043
28044 input
28045 \begin_inset space ~
28046 \end_inset
28047
28048 encoding Uses the document encoding that is set in the 
28049 \family sans
28050 Document\SpecialChar \menuseparator
28051 Settings
28052 \family default
28053  dialog under 
28054 \family sans
28055 Language
28056 \family default
28057  also for the spellchecker.
28058 \begin_inset Foot
28059 status collapsed
28060
28061 \begin_layout Plain Layout
28062 The encodings are explained in section
28063 \begin_inset space ~
28064 \end_inset
28065
28066
28067 \begin_inset CommandInset ref
28068 LatexCommand ref
28069 reference "sub:Settings"
28070
28071 \end_inset
28072
28073 .
28074 \end_layout
28075
28076 \end_inset
28077
28078  Only enable this if you use 
28079 \family typewriter
28080 ispell
28081 \family default
28082  and can't spell check words with international letters in them.
28083  There have been reports that this does not work with all dictionaries,
28084  so this is disabled by default.
28085 \end_layout
28086
28087 \begin_layout Section
28088 Thesaurus
28089 \begin_inset Index
28090 status collapsed
28091
28092 \begin_layout Plain Layout
28093 Thesaurus
28094 \end_layout
28095
28096 \end_inset
28097
28098
28099 \begin_inset CommandInset label
28100 LatexCommand label
28101 name "sec:Thesaurus"
28102
28103 \end_inset
28104
28105
28106 \end_layout
28107
28108 \begin_layout Standard
28109 Thesaurus currently only works when you use the document language English.
28110 \end_layout
28111
28112 \begin_layout Standard
28113 To start the thesaurus, highlight one word or set the cursor behind it,
28114  and use the menu 
28115 \family sans
28116 Tools\SpecialChar \menuseparator
28117 Thesaurus
28118 \family default
28119  or the toolbar button 
28120 \begin_inset Graphics
28121         filename ../images/thesaurus-entry.png
28122         BoundingBox 0bp 5bp 20bp 25bp
28123         rotateOrigin center
28124
28125 \end_inset
28126
28127 .
28128  A dialog pops up showing you probably related words that you can use as
28129  replacement.
28130 \end_layout
28131
28132 \begin_layout Standard
28133 The shown related words are in many cases not really related to the word
28134  you are currently checking, scrolling in the shown list might help in some
28135  cases to find related words.
28136 \end_layout
28137
28138 \begin_layout Standard
28139 The thesaurus only works for single words, and also only when it is in the
28140  singular form.
28141  For example starting the thesaurus with the word 
28142 \begin_inset Quotes eld
28143 \end_inset
28144
28145 reports
28146 \begin_inset Quotes erd
28147 \end_inset
28148
28149  leads to no results, while results are shown for the word 
28150 \begin_inset Quotes eld
28151 \end_inset
28152
28153 report
28154 \begin_inset Quotes erd
28155 \end_inset
28156
28157 .
28158  To avoid this, you can highlight only the part 
28159 \begin_inset Quotes eld
28160 \end_inset
28161
28162 report
28163 \begin_inset Quotes erd
28164 \end_inset
28165
28166  of the word 
28167 \begin_inset Quotes eld
28168 \end_inset
28169
28170 reports
28171 \begin_inset Quotes erd
28172 \end_inset
28173
28174  to get results.
28175 \end_layout
28176
28177 \begin_layout Section
28178 Change Tracking
28179 \begin_inset Index
28180 status collapsed
28181
28182 \begin_layout Plain Layout
28183 Change Tracking
28184 \end_layout
28185
28186 \end_inset
28187
28188
28189 \begin_inset Index
28190 status collapsed
28191
28192 \begin_layout Plain Layout
28193 Document ! Change Tracking
28194 \end_layout
28195
28196 \end_inset
28197
28198
28199 \begin_inset CommandInset label
28200 LatexCommand label
28201 name "sec:Change-Tracking"
28202
28203 \end_inset
28204
28205
28206 \end_layout
28207
28208 \begin_layout Standard
28209 When you work on a document together with many people it is extremely useful
28210  to see changes others made highlighted in the document.
28211  You can then decide if you accept a change or not.
28212  This can be achieved by turning on change tracking in the menu 
28213 \family sans
28214 Document\SpecialChar \menuseparator
28215 Change
28216 \begin_inset space ~
28217 \end_inset
28218
28219 Tracking\SpecialChar \menuseparator
28220 Track
28221 \begin_inset space ~
28222 \end_inset
28223
28224 Changes
28225 \family default
28226 .
28227 \end_layout
28228
28229 \begin_layout Standard
28230 Changes made in the document will then be highlighted by colors: 
28231 \color blue
28232 Blue text
28233 \color inherit
28234  is an addition, 
28235 \color red
28236 red canceled text
28237 \color inherit
28238  is a deletion.
28239  You can change the color in LyX's preferences dialog under 
28240 \family sans
28241 Look
28242 \begin_inset space ~
28243 \end_inset
28244
28245 and
28246 \begin_inset space ~
28247 \end_inset
28248
28249 feel
28250 \family default
28251
28252 \family sans
28253 Colors
28254 \family default
28255 .
28256 \begin_inset Index
28257 status collapsed
28258
28259 \begin_layout Plain Layout
28260 Color ! LyX screen
28261 \end_layout
28262
28263 \end_inset
28264
28265
28266 \end_layout
28267
28268 \begin_layout Standard
28269 When change tracking is activated, you will see the review toolbar in LyX:
28270 \begin_inset Index
28271 status collapsed
28272
28273 \begin_layout Plain Layout
28274 Toolbar ! Review
28275 \end_layout
28276
28277 \end_inset
28278
28279
28280 \end_layout
28281
28282 \begin_layout Standard
28283 \begin_inset VSpace defskip
28284 \end_inset
28285
28286
28287 \end_layout
28288
28289 \begin_layout Standard
28290 \begin_inset Graphics
28291         filename clipart/ChangesToolbar.png
28292
28293 \end_inset
28294
28295
28296 \end_layout
28297
28298 \begin_layout Standard
28299 \begin_inset VSpace defskip
28300 \end_inset
28301
28302
28303 \end_layout
28304
28305 \begin_layout Standard
28306 The review toolbar as shown above contains from left to right the following
28307  buttons:
28308 \end_layout
28309
28310 \begin_layout Standard
28311 \begin_inset VSpace defskip
28312 \end_inset
28313
28314
28315 \end_layout
28316
28317 \begin_layout Standard
28318 \begin_inset Tabular
28319 <lyxtabular version="3" rows="10" columns="2">
28320 <features islongtable="true">
28321 <column alignment="left" valignment="top" width="0">
28322 <column alignment="left" valignment="top" width="0">
28323 <row interlinespace="2.5mm">
28324 <cell alignment="center" valignment="top" usebox="none">
28325 \begin_inset Text
28326
28327 \begin_layout Plain Layout
28328 \begin_inset Graphics
28329         filename ../images/changes-track.png
28330         BoundingBox 0bp 5bp 20bp 25bp
28331         rotateOrigin center
28332
28333 \end_inset
28334
28335
28336 \end_layout
28337
28338 \end_inset
28339 </cell>
28340 <cell alignment="center" valignment="top" usebox="none">
28341 \begin_inset Text
28342
28343 \begin_layout Plain Layout
28344
28345 \family sans
28346 Document\SpecialChar \menuseparator
28347 Change
28348 \begin_inset space ~
28349 \end_inset
28350
28351 Tracking\SpecialChar \menuseparator
28352 Track
28353 \begin_inset space ~
28354 \end_inset
28355
28356 Changes
28357 \end_layout
28358
28359 \end_inset
28360 </cell>
28361 </row>
28362 <row interlinespace="2.5mm">
28363 <cell alignment="center" valignment="top" usebox="none">
28364 \begin_inset Text
28365
28366 \begin_layout Plain Layout
28367 \begin_inset Graphics
28368         filename ../images/changes-output.png
28369         BoundingBox 0bp 5bp 20bp 25bp
28370         rotateOrigin center
28371
28372 \end_inset
28373
28374
28375 \end_layout
28376
28377 \end_inset
28378 </cell>
28379 <cell alignment="center" valignment="top" usebox="none">
28380 \begin_inset Text
28381
28382 \begin_layout Plain Layout
28383
28384 \family sans
28385 Document\SpecialChar \menuseparator
28386 Change
28387 \begin_inset space ~
28388 \end_inset
28389
28390 Tracking\SpecialChar \menuseparator
28391 Show
28392 \begin_inset space ~
28393 \end_inset
28394
28395 Changes
28396 \begin_inset space ~
28397 \end_inset
28398
28399 in
28400 \begin_inset space ~
28401 \end_inset
28402
28403 Output
28404 \end_layout
28405
28406 \end_inset
28407 </cell>
28408 </row>
28409 <row interlinespace="2.5mm">
28410 <cell alignment="center" valignment="top" usebox="none">
28411 \begin_inset Text
28412
28413 \begin_layout Plain Layout
28414 \begin_inset Graphics
28415         filename ../images/change-next.png
28416         BoundingBox 0bp 5bp 20bp 25bp
28417         rotateOrigin center
28418
28419 \end_inset
28420
28421
28422 \end_layout
28423
28424 \end_inset
28425 </cell>
28426 <cell alignment="center" valignment="top" usebox="none">
28427 \begin_inset Text
28428
28429 \begin_layout Plain Layout
28430 Jumps to the next change
28431 \end_layout
28432
28433 \end_inset
28434 </cell>
28435 </row>
28436 <row interlinespace="2.5mm">
28437 <cell alignment="center" valignment="top" usebox="none">
28438 \begin_inset Text
28439
28440 \begin_layout Plain Layout
28441 \begin_inset Graphics
28442         filename ../images/change-accept.png
28443         BoundingBox 0bp 5bp 20bp 25bp
28444         rotateOrigin center
28445
28446 \end_inset
28447
28448
28449 \end_layout
28450
28451 \end_inset
28452 </cell>
28453 <cell alignment="center" valignment="top" usebox="none">
28454 \begin_inset Text
28455
28456 \begin_layout Plain Layout
28457
28458 \family sans
28459 Document\SpecialChar \menuseparator
28460 Change
28461 \begin_inset space ~
28462 \end_inset
28463
28464 Tracking\SpecialChar \menuseparator
28465 Accept
28466 \begin_inset space ~
28467 \end_inset
28468
28469 Change
28470 \end_layout
28471
28472 \end_inset
28473 </cell>
28474 </row>
28475 <row interlinespace="2.5mm">
28476 <cell alignment="center" valignment="top" usebox="none">
28477 \begin_inset Text
28478
28479 \begin_layout Plain Layout
28480 \begin_inset Graphics
28481         filename ../images/change-reject.png
28482         BoundingBox 0bp 5bp 20bp 25bp
28483         rotateOrigin center
28484
28485 \end_inset
28486
28487
28488 \end_layout
28489
28490 \end_inset
28491 </cell>
28492 <cell alignment="center" valignment="top" usebox="none">
28493 \begin_inset Text
28494
28495 \begin_layout Plain Layout
28496
28497 \family sans
28498 Document\SpecialChar \menuseparator
28499 Change
28500 \begin_inset space ~
28501 \end_inset
28502
28503 Tracking\SpecialChar \menuseparator
28504 Reject
28505 \begin_inset space ~
28506 \end_inset
28507
28508 Change
28509 \end_layout
28510
28511 \end_inset
28512 </cell>
28513 </row>
28514 <row interlinespace="2.5mm">
28515 <cell alignment="center" valignment="top" usebox="none">
28516 \begin_inset Text
28517
28518 \begin_layout Plain Layout
28519 \begin_inset Graphics
28520         filename ../images/changes-merge.png
28521         BoundingBox 0bp 5bp 20bp 25bp
28522         rotateOrigin center
28523
28524 \end_inset
28525
28526
28527 \end_layout
28528
28529 \end_inset
28530 </cell>
28531 <cell alignment="center" valignment="top" usebox="none">
28532 \begin_inset Text
28533
28534 \begin_layout Plain Layout
28535
28536 \family sans
28537 Document\SpecialChar \menuseparator
28538 Change
28539 \begin_inset space ~
28540 \end_inset
28541
28542 Tracking\SpecialChar \menuseparator
28543 Merge
28544 \begin_inset space ~
28545 \end_inset
28546
28547 Changes
28548 \end_layout
28549
28550 \end_inset
28551 </cell>
28552 </row>
28553 <row interlinespace="2.5mm">
28554 <cell alignment="center" valignment="top" usebox="none">
28555 \begin_inset Text
28556
28557 \begin_layout Plain Layout
28558 \begin_inset Graphics
28559         filename ../images/all-changes-accept.png
28560         BoundingBox 0bp 5bp 20bp 25bp
28561         rotateOrigin center
28562
28563 \end_inset
28564
28565
28566 \end_layout
28567
28568 \end_inset
28569 </cell>
28570 <cell alignment="center" valignment="top" usebox="none">
28571 \begin_inset Text
28572
28573 \begin_layout Plain Layout
28574
28575 \family sans
28576 Document\SpecialChar \menuseparator
28577 Change
28578 \begin_inset space ~
28579 \end_inset
28580
28581 Tracking\SpecialChar \menuseparator
28582 Accept
28583 \begin_inset space ~
28584 \end_inset
28585
28586 All
28587 \begin_inset space ~
28588 \end_inset
28589
28590 Changes
28591 \end_layout
28592
28593 \end_inset
28594 </cell>
28595 </row>
28596 <row interlinespace="2.5mm">
28597 <cell alignment="center" valignment="top" usebox="none">
28598 \begin_inset Text
28599
28600 \begin_layout Plain Layout
28601 \begin_inset Graphics
28602         filename ../images/all-changes-reject.png
28603         BoundingBox 0bp 5bp 20bp 25bp
28604         rotateOrigin center
28605
28606 \end_inset
28607
28608
28609 \end_layout
28610
28611 \end_inset
28612 </cell>
28613 <cell alignment="center" valignment="top" usebox="none">
28614 \begin_inset Text
28615
28616 \begin_layout Plain Layout
28617
28618 \family sans
28619 Document\SpecialChar \menuseparator
28620 Change
28621 \begin_inset space ~
28622 \end_inset
28623
28624 Tracking\SpecialChar \menuseparator
28625 Reject
28626 \begin_inset space ~
28627 \end_inset
28628
28629 All
28630 \begin_inset space ~
28631 \end_inset
28632
28633 Changes
28634 \end_layout
28635
28636 \end_inset
28637 </cell>
28638 </row>
28639 <row interlinespace="2.5mm">
28640 <cell alignment="center" valignment="top" usebox="none">
28641 \begin_inset Text
28642
28643 \begin_layout Plain Layout
28644 \begin_inset Graphics
28645         filename ../images/note-insert.png
28646         BoundingBox 0bp 5bp 20bp 25bp
28647         rotateOrigin center
28648
28649 \end_inset
28650
28651
28652 \end_layout
28653
28654 \end_inset
28655 </cell>
28656 <cell alignment="center" valignment="top" usebox="none">
28657 \begin_inset Text
28658
28659 \begin_layout Plain Layout
28660
28661 \family sans
28662 Insert\SpecialChar \menuseparator
28663 Note\SpecialChar \menuseparator
28664 LyX
28665 \begin_inset space ~
28666 \end_inset
28667
28668 Note
28669 \end_layout
28670
28671 \end_inset
28672 </cell>
28673 </row>
28674 <row interlinespace="2.5mm">
28675 <cell alignment="center" valignment="top" usebox="none">
28676 \begin_inset Text
28677
28678 \begin_layout Plain Layout
28679 \begin_inset Graphics
28680         filename ../images/note-next.png
28681         BoundingBox 0bp 5bp 20bp 25bp
28682         rotateOrigin center
28683
28684 \end_inset
28685
28686
28687 \end_layout
28688
28689 \end_inset
28690 </cell>
28691 <cell alignment="center" valignment="top" usebox="none">
28692 \begin_inset Text
28693
28694 \begin_layout Plain Layout
28695
28696 \family sans
28697 Navigate\SpecialChar \menuseparator
28698 Next
28699 \begin_inset space ~
28700 \end_inset
28701
28702 Note
28703 \end_layout
28704
28705 \end_inset
28706 </cell>
28707 </row>
28708 </lyxtabular>
28709
28710 \end_inset
28711
28712
28713 \end_layout
28714
28715 \begin_layout Standard
28716 \begin_inset VSpace defskip
28717 \end_inset
28718
28719
28720 \end_layout
28721
28722 \begin_layout Standard
28723 The review toolbar helps you to accept, reject, or merge changes -- highlight
28724  the change and press one of the desired toolbar buttons.
28725  When you merge changes, a window pops up showing you informations about
28726  the next change behind the current cursor position.
28727  So you don't need to highlight a certain change.
28728  Within the merge window you can decide to accept or reject changes and
28729  step to the next change.
28730  This way you can jump through all changes of the document.
28731 \end_layout
28732
28733 \begin_layout Standard
28734 The toolbar has two buttons to handle notes because notes are often important
28735  to describe a change.
28736 \end_layout
28737
28738 \begin_layout Standard
28739 To show made changes in the output you need the LaTeX package 
28740 \series bold
28741 dvipost
28742 \begin_inset Index
28743 status collapsed
28744
28745 \begin_layout Plain Layout
28746 Latex@LaTeX-packages ! dvipost
28747 \end_layout
28748
28749 \end_inset
28750
28751
28752 \series default
28753  installed.
28754  You find it in the TeX Catalogue, 
28755 \begin_inset CommandInset citation
28756 LatexCommand cite
28757 key "TeXCatalogue"
28758
28759 \end_inset
28760
28761  or in the package manager of your LaTeX-system.
28762 \end_layout
28763
28764 \begin_layout Section
28765 International Support
28766 \begin_inset Index
28767 status collapsed
28768
28769 \begin_layout Plain Layout
28770 International support
28771 \end_layout
28772
28773 \end_inset
28774
28775
28776 \end_layout
28777
28778 \begin_layout Standard
28779 This section describes how to use LyX with any language you want.
28780  For some non-western languages there are special Wiki-pages that explain
28781  how to set up LyX to use them: 
28782 \begin_inset CommandInset citation
28783 LatexCommand cite
28784 key "Arabic,Armenian,Farsi,Hebrew"
28785
28786 \end_inset
28787
28788
28789 \end_layout
28790
28791 \begin_layout Standard
28792 Besides languages, LyX also supports phonetic symbols, see section
28793 \begin_inset space ~
28794 \end_inset
28795
28796
28797 \begin_inset CommandInset ref
28798 LatexCommand ref
28799 reference "sub:Special-Character"
28800
28801 \end_inset
28802
28803 .
28804 \end_layout
28805
28806 \begin_layout Subsection
28807 Language Options
28808 \begin_inset Index
28809 status collapsed
28810
28811 \begin_layout Plain Layout
28812 Language ! Options
28813 \end_layout
28814
28815 \end_inset
28816
28817
28818 \begin_inset Index
28819 status collapsed
28820
28821 \begin_layout Plain Layout
28822 Document ! Settings
28823 \end_layout
28824
28825 \end_inset
28826
28827
28828 \begin_inset Index
28829 status collapsed
28830
28831 \begin_layout Plain Layout
28832 Document ! Language
28833 \end_layout
28834
28835 \end_inset
28836
28837
28838 \end_layout
28839
28840 \begin_layout Standard
28841 The 
28842 \family sans
28843 Document\SpecialChar \menuseparator
28844 Settings
28845 \family default
28846  dialog lets you set 
28847 \family roman
28848 the language and character encoding for your language.
28849  
28850 \end_layout
28851
28852 \begin_layout Standard
28853 Choose your language in the 
28854 \family sans
28855 Language
28856 \family default
28857  section of this dialog.
28858  The default is 
28859 \family sans
28860 English
28861 \family default
28862 .
28863 \end_layout
28864
28865 \begin_layout Standard
28866 The 
28867 \family sans
28868 Encoding
28869 \family default
28870  box lets you choose the character encoding map you want to use for LaTeX
28871  export.
28872  The option 
28873 \family sans
28874 use language's default encoding
28875 \family default
28876  is the preferred choice and works well in most cases.
28877  For details abhout the different encoding options see section
28878 \begin_inset space ~
28879 \end_inset
28880
28881
28882 \begin_inset CommandInset ref
28883 LatexCommand ref
28884 reference "sub:Settings"
28885
28886 \end_inset
28887
28888 .
28889 \end_layout
28890
28891 \begin_layout Subsection
28892 Keyboard mapping configuration
28893 \end_layout
28894
28895 \begin_layout Standard
28896 If you have for example a U.S.-style keyboard and want to write in a different
28897  language than English, you can use an alternate keymap.
28898  For example, if you have a U.S.-style keyboard but want to write in Italian,
28899  you can configure LyX to use an Italian keymap.
28900  The preferences dialog allows you to choose up to two keyboard mappings,
28901  see section
28902 \begin_inset space ~
28903 \end_inset
28904
28905
28906 \begin_inset CommandInset ref
28907 LatexCommand ref
28908 reference "sub:Keyboard-Map"
28909
28910 \end_inset
28911
28912 .
28913  You can choose primary and secondary keyboard languages and then select
28914  which one you want to use.
28915 \end_layout
28916
28917 \begin_layout Standard
28918 Finally, you may just want to change a few key mappings or create an entirely
28919  different keymap (for Vulcan, for instance).
28920  You may, for example, normally write in Italian on a U.S.
28921  keyboard but want to include an occasional quotation in German.
28922  In such a case, you can write your own keyboard mapping or modify an existing
28923  one to support the characters you want.
28924  This and much more customizations are explained in the 
28925 \emph on
28926 Customization
28927 \emph default
28928  manual.
28929 \end_layout
28930
28931 \begin_layout Subsection
28932 Character Tables
28933 \begin_inset CommandInset label
28934 LatexCommand label
28935 name "sec:keytab"
28936
28937 \end_inset
28938
28939
28940 \end_layout
28941
28942 \begin_layout Standard
28943 Table
28944 \begin_inset space ~
28945 \end_inset
28946
28947
28948 \begin_inset CommandInset ref
28949 LatexCommand ref
28950 reference "cap:The-latin1-character"
28951
28952 \end_inset
28953
28954  shows the 
28955 \family typewriter
28956 Latin1
28957 \family default
28958  character set.
28959  You should be able to enter the characters in the first eight columns directly
28960  from the keyboard.
28961 \end_layout
28962
28963 \begin_layout Standard
28964 There are a few things you need to know about this table.
28965  Here are some of the details you'll need to bear in mind when using characters
28966  from the 
28967 \family typewriter
28968 Latin1
28969 \family default
28970  character set:
28971 \end_layout
28972
28973 \begin_layout Itemize
28974 Even if you have selected 
28975 \family sans
28976 latin1
28977 \family default
28978  in the 
28979 \family sans
28980 Document\SpecialChar \menuseparator
28981 Settings
28982 \family default
28983  dialog, users who have only the 
28984 \family typewriter
28985 T1
28986 \family default
28987 -fonts for LaTeX [or who have the 
28988 \family typewriter
28989 T1
28990 \family default
28991 -fonts but aren't using them] will still miss a few characters: D0, F0,
28992  DE, FE, AB, and BB -- the uppercase and lowercase eth and thorn, and the
28993  french quotes won't show up.
28994 \end_layout
28995
28996 \begin_layout Standard
28997 \begin_inset Float table
28998 wide false
28999 sideways false
29000 status open
29001
29002 \begin_layout Plain Layout
29003 \begin_inset Caption
29004
29005 \begin_layout Plain Layout
29006 \begin_inset CommandInset label
29007 LatexCommand label
29008 name "cap:The-latin1-character"
29009
29010 \end_inset
29011
29012 The 
29013 \family typewriter
29014 latin1
29015 \family default
29016  character set
29017 \end_layout
29018
29019 \end_inset
29020
29021
29022 \end_layout
29023
29024 \begin_layout Plain Layout
29025 \align center
29026 \begin_inset Tabular
29027 <lyxtabular version="3" rows="17" columns="17">
29028 <features>
29029 <column alignment="center" valignment="top" width="0pt">
29030 <column alignment="center" valignment="top" width="0pt">
29031 <column alignment="center" valignment="top" width="0pt">
29032 <column alignment="center" valignment="top" width="0pt">
29033 <column alignment="center" valignment="top" width="0pt">
29034 <column alignment="center" valignment="top" width="0pt">
29035 <column alignment="center" valignment="top" width="0pt">
29036 <column alignment="center" valignment="top" width="0pt">
29037 <column alignment="center" valignment="top" width="0pt">
29038 <column alignment="center" valignment="top" width="0pt">
29039 <column alignment="center" valignment="top" width="0pt">
29040 <column alignment="center" valignment="top" width="0pt">
29041 <column alignment="center" valignment="top" width="0pt">
29042 <column alignment="center" valignment="top" width="0pt">
29043 <column alignment="center" valignment="top" width="0pt">
29044 <column alignment="center" valignment="top" width="0pt">
29045 <column alignment="center" valignment="top" width="0pt">
29046 <row>
29047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29048 \begin_inset Text
29049
29050 \begin_layout Plain Layout
29051
29052 \end_layout
29053
29054 \end_inset
29055 </cell>
29056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29057 \begin_inset Text
29058
29059 \begin_layout Plain Layout
29060
29061 \family roman
29062 \series medium
29063 \shape up
29064 \size tiny
29065 \emph off
29066 \bar no
29067 \noun off
29068 \color none
29069 00
29070 \end_layout
29071
29072 \end_inset
29073 </cell>
29074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29075 \begin_inset Text
29076
29077 \begin_layout Plain Layout
29078
29079 \family roman
29080 \series medium
29081 \shape up
29082 \size tiny
29083 \emph off
29084 \bar no
29085 \noun off
29086 \color none
29087 10
29088 \end_layout
29089
29090 \end_inset
29091 </cell>
29092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29093 \begin_inset Text
29094
29095 \begin_layout Plain Layout
29096
29097 \family roman
29098 \series medium
29099 \shape up
29100 \size tiny
29101 \emph off
29102 \bar no
29103 \noun off
29104 \color none
29105 20
29106 \end_layout
29107
29108 \end_inset
29109 </cell>
29110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29111 \begin_inset Text
29112
29113 \begin_layout Plain Layout
29114
29115 \family roman
29116 \series medium
29117 \shape up
29118 \size tiny
29119 \emph off
29120 \bar no
29121 \noun off
29122 \color none
29123 30
29124 \end_layout
29125
29126 \end_inset
29127 </cell>
29128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29129 \begin_inset Text
29130
29131 \begin_layout Plain Layout
29132
29133 \family roman
29134 \series medium
29135 \shape up
29136 \size tiny
29137 \emph off
29138 \bar no
29139 \noun off
29140 \color none
29141 40
29142 \end_layout
29143
29144 \end_inset
29145 </cell>
29146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29147 \begin_inset Text
29148
29149 \begin_layout Plain Layout
29150
29151 \family roman
29152 \series medium
29153 \shape up
29154 \size tiny
29155 \emph off
29156 \bar no
29157 \noun off
29158 \color none
29159 50
29160 \end_layout
29161
29162 \end_inset
29163 </cell>
29164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29165 \begin_inset Text
29166
29167 \begin_layout Plain Layout
29168
29169 \family roman
29170 \series medium
29171 \shape up
29172 \size tiny
29173 \emph off
29174 \bar no
29175 \noun off
29176 \color none
29177 60
29178 \end_layout
29179
29180 \end_inset
29181 </cell>
29182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29183 \begin_inset Text
29184
29185 \begin_layout Plain Layout
29186
29187 \family roman
29188 \series medium
29189 \shape up
29190 \size tiny
29191 \emph off
29192 \bar no
29193 \noun off
29194 \color none
29195 70
29196 \end_layout
29197
29198 \end_inset
29199 </cell>
29200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29201 \begin_inset Text
29202
29203 \begin_layout Plain Layout
29204
29205 \family roman
29206 \series medium
29207 \shape up
29208 \size tiny
29209 \emph off
29210 \bar no
29211 \noun off
29212 \color none
29213 80
29214 \end_layout
29215
29216 \end_inset
29217 </cell>
29218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29219 \begin_inset Text
29220
29221 \begin_layout Plain Layout
29222
29223 \family roman
29224 \series medium
29225 \shape up
29226 \size tiny
29227 \emph off
29228 \bar no
29229 \noun off
29230 \color none
29231 90
29232 \end_layout
29233
29234 \end_inset
29235 </cell>
29236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29237 \begin_inset Text
29238
29239 \begin_layout Plain Layout
29240
29241 \family roman
29242 \series medium
29243 \shape up
29244 \size tiny
29245 \emph off
29246 \bar no
29247 \noun off
29248 \color none
29249 A0
29250 \end_layout
29251
29252 \end_inset
29253 </cell>
29254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29255 \begin_inset Text
29256
29257 \begin_layout Plain Layout
29258
29259 \family roman
29260 \series medium
29261 \shape up
29262 \size tiny
29263 \emph off
29264 \bar no
29265 \noun off
29266 \color none
29267 B0
29268 \end_layout
29269
29270 \end_inset
29271 </cell>
29272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29273 \begin_inset Text
29274
29275 \begin_layout Plain Layout
29276
29277 \family roman
29278 \series medium
29279 \shape up
29280 \size tiny
29281 \emph off
29282 \bar no
29283 \noun off
29284 \color none
29285 C0
29286 \end_layout
29287
29288 \end_inset
29289 </cell>
29290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29291 \begin_inset Text
29292
29293 \begin_layout Plain Layout
29294
29295 \family roman
29296 \series medium
29297 \shape up
29298 \size tiny
29299 \emph off
29300 \bar no
29301 \noun off
29302 \color none
29303 D0
29304 \end_layout
29305
29306 \end_inset
29307 </cell>
29308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29309 \begin_inset Text
29310
29311 \begin_layout Plain Layout
29312
29313 \family roman
29314 \series medium
29315 \shape up
29316 \size tiny
29317 \emph off
29318 \bar no
29319 \noun off
29320 \color none
29321 E0
29322 \end_layout
29323
29324 \end_inset
29325 </cell>
29326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29327 \begin_inset Text
29328
29329 \begin_layout Plain Layout
29330
29331 \family roman
29332 \series medium
29333 \shape up
29334 \size tiny
29335 \emph off
29336 \bar no
29337 \noun off
29338 \color none
29339 F0
29340 \end_layout
29341
29342 \end_inset
29343 </cell>
29344 </row>
29345 <row>
29346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29347 \begin_inset Text
29348
29349 \begin_layout Plain Layout
29350
29351 \family roman
29352 \series medium
29353 \shape up
29354 \size tiny
29355 \emph off
29356 \bar no
29357 \noun off
29358 \color none
29359 00
29360 \end_layout
29361
29362 \end_inset
29363 </cell>
29364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29365 \begin_inset Text
29366
29367 \begin_layout Plain Layout
29368
29369 \end_layout
29370
29371 \end_inset
29372 </cell>
29373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29374 \begin_inset Text
29375
29376 \begin_layout Plain Layout
29377
29378 \end_layout
29379
29380 \end_inset
29381 </cell>
29382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29383 \begin_inset Text
29384
29385 \begin_layout Plain Layout
29386
29387 \end_layout
29388
29389 \end_inset
29390 </cell>
29391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29392 \begin_inset Text
29393
29394 \begin_layout Plain Layout
29395
29396 \family roman
29397 \series medium
29398 \shape up
29399 \emph off
29400 \bar no
29401 \noun off
29402 \color none
29403 0
29404 \end_layout
29405
29406 \end_inset
29407 </cell>
29408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29409 \begin_inset Text
29410
29411 \begin_layout Plain Layout
29412
29413 \family roman
29414 \series medium
29415 \shape up
29416 \emph off
29417 \bar no
29418 \noun off
29419 \color none
29420 @
29421 \end_layout
29422
29423 \end_inset
29424 </cell>
29425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29426 \begin_inset Text
29427
29428 \begin_layout Plain Layout
29429
29430 \family roman
29431 \series medium
29432 \shape up
29433 \emph off
29434 \bar no
29435 \noun off
29436 \color none
29437 P
29438 \end_layout
29439
29440 \end_inset
29441 </cell>
29442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29443 \begin_inset Text
29444
29445 \begin_layout Plain Layout
29446
29447 \family roman
29448 \series medium
29449 \shape up
29450 \emph off
29451 \bar no
29452 \noun off
29453 \color none
29454 '
29455 \end_layout
29456
29457 \end_inset
29458 </cell>
29459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29460 \begin_inset Text
29461
29462 \begin_layout Plain Layout
29463
29464 \family roman
29465 \series medium
29466 \shape up
29467 \emph off
29468 \bar no
29469 \noun off
29470 \color none
29471 p
29472 \end_layout
29473
29474 \end_inset
29475 </cell>
29476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29477 \begin_inset Text
29478
29479 \begin_layout Plain Layout
29480
29481 \end_layout
29482
29483 \end_inset
29484 </cell>
29485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29486 \begin_inset Text
29487
29488 \begin_layout Plain Layout
29489
29490 \end_layout
29491
29492 \end_inset
29493 </cell>
29494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29495 \begin_inset Text
29496
29497 \begin_layout Plain Layout
29498
29499 \end_layout
29500
29501 \end_inset
29502 </cell>
29503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29504 \begin_inset Text
29505
29506 \begin_layout Plain Layout
29507
29508 \family roman
29509 \series medium
29510 \shape up
29511 \emph off
29512 \bar no
29513 \noun off
29514 \color none
29515 °
29516 \end_layout
29517
29518 \end_inset
29519 </cell>
29520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29521 \begin_inset Text
29522
29523 \begin_layout Plain Layout
29524
29525 \family roman
29526 \series medium
29527 \shape up
29528 \emph off
29529 \bar no
29530 \noun off
29531 \color none
29532 À
29533 \end_layout
29534
29535 \end_inset
29536 </cell>
29537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29538 \begin_inset Text
29539
29540 \begin_layout Plain Layout
29541
29542 \family roman
29543 \series medium
29544 \shape up
29545 \emph off
29546 \bar no
29547 \noun off
29548 \color none
29549 Ð
29550 \end_layout
29551
29552 \end_inset
29553 </cell>
29554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29555 \begin_inset Text
29556
29557 \begin_layout Plain Layout
29558
29559 \family roman
29560 \series medium
29561 \shape up
29562 \emph off
29563 \bar no
29564 \noun off
29565 \color none
29566 à
29567 \end_layout
29568
29569 \end_inset
29570 </cell>
29571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29572 \begin_inset Text
29573
29574 \begin_layout Plain Layout
29575
29576 \family roman
29577 \series medium
29578 \shape up
29579 \emph off
29580 \bar no
29581 \noun off
29582 \color none
29583 ð
29584 \end_layout
29585
29586 \end_inset
29587 </cell>
29588 </row>
29589 <row>
29590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29591 \begin_inset Text
29592
29593 \begin_layout Plain Layout
29594
29595 \family roman
29596 \series medium
29597 \shape up
29598 \size tiny
29599 \emph off
29600 \bar no
29601 \noun off
29602 \color none
29603 01
29604 \end_layout
29605
29606 \end_inset
29607 </cell>
29608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29609 \begin_inset Text
29610
29611 \begin_layout Plain Layout
29612
29613 \end_layout
29614
29615 \end_inset
29616 </cell>
29617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29618 \begin_inset Text
29619
29620 \begin_layout Plain Layout
29621
29622 \end_layout
29623
29624 \end_inset
29625 </cell>
29626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29627 \begin_inset Text
29628
29629 \begin_layout Plain Layout
29630
29631 \family roman
29632 \series medium
29633 \shape up
29634 \emph off
29635 \bar no
29636 \noun off
29637 \color none
29638 !
29639 \end_layout
29640
29641 \end_inset
29642 </cell>
29643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29644 \begin_inset Text
29645
29646 \begin_layout Plain Layout
29647
29648 \family roman
29649 \series medium
29650 \shape up
29651 \emph off
29652 \bar no
29653 \noun off
29654 \color none
29655 1
29656 \end_layout
29657
29658 \end_inset
29659 </cell>
29660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29661 \begin_inset Text
29662
29663 \begin_layout Plain Layout
29664
29665 \family roman
29666 \series medium
29667 \shape up
29668 \emph off
29669 \bar no
29670 \noun off
29671 \color none
29672 A
29673 \end_layout
29674
29675 \end_inset
29676 </cell>
29677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29678 \begin_inset Text
29679
29680 \begin_layout Plain Layout
29681
29682 \family roman
29683 \series medium
29684 \shape up
29685 \emph off
29686 \bar no
29687 \noun off
29688 \color none
29689 Q
29690 \end_layout
29691
29692 \end_inset
29693 </cell>
29694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29695 \begin_inset Text
29696
29697 \begin_layout Plain Layout
29698
29699 \family roman
29700 \series medium
29701 \shape up
29702 \emph off
29703 \bar no
29704 \noun off
29705 \color none
29706 a
29707 \end_layout
29708
29709 \end_inset
29710 </cell>
29711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29712 \begin_inset Text
29713
29714 \begin_layout Plain Layout
29715
29716 \family roman
29717 \series medium
29718 \shape up
29719 \emph off
29720 \bar no
29721 \noun off
29722 \color none
29723 q
29724 \end_layout
29725
29726 \end_inset
29727 </cell>
29728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29729 \begin_inset Text
29730
29731 \begin_layout Plain Layout
29732
29733 \end_layout
29734
29735 \end_inset
29736 </cell>
29737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29738 \begin_inset Text
29739
29740 \begin_layout Plain Layout
29741
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 Plain Layout
29750
29751 \family roman
29752 \series medium
29753 \shape up
29754 \emph off
29755 \bar no
29756 \noun off
29757 \color none
29758 ¡
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 Plain Layout
29767
29768 \family roman
29769 \series medium
29770 \shape up
29771 \emph off
29772 \bar no
29773 \noun off
29774 \color none
29775 ±
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 Plain Layout
29784
29785 \family roman
29786 \series medium
29787 \shape up
29788 \emph off
29789 \bar no
29790 \noun off
29791 \color none
29792 Á
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 Plain Layout
29801
29802 \family roman
29803 \series medium
29804 \shape up
29805 \emph off
29806 \bar no
29807 \noun off
29808 \color none
29809 Ñ
29810 \end_layout
29811
29812 \end_inset
29813 </cell>
29814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29815 \begin_inset Text
29816
29817 \begin_layout Plain Layout
29818
29819 \family roman
29820 \series medium
29821 \shape up
29822 \emph off
29823 \bar no
29824 \noun off
29825 \color none
29826 á
29827 \end_layout
29828
29829 \end_inset
29830 </cell>
29831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29832 \begin_inset Text
29833
29834 \begin_layout Plain Layout
29835
29836 \family roman
29837 \series medium
29838 \shape up
29839 \emph off
29840 \bar no
29841 \noun off
29842 \color none
29843 ñ
29844 \end_layout
29845
29846 \end_inset
29847 </cell>
29848 </row>
29849 <row>
29850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29851 \begin_inset Text
29852
29853 \begin_layout Plain Layout
29854
29855 \family roman
29856 \series medium
29857 \shape up
29858 \size tiny
29859 \emph off
29860 \bar no
29861 \noun off
29862 \color none
29863 02
29864 \end_layout
29865
29866 \end_inset
29867 </cell>
29868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29869 \begin_inset Text
29870
29871 \begin_layout Plain Layout
29872
29873 \end_layout
29874
29875 \end_inset
29876 </cell>
29877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29878 \begin_inset Text
29879
29880 \begin_layout Plain Layout
29881
29882 \end_layout
29883
29884 \end_inset
29885 </cell>
29886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29887 \begin_inset Text
29888
29889 \begin_layout Plain Layout
29890
29891 \family roman
29892 \series medium
29893 \shape up
29894 \emph off
29895 \bar no
29896 \noun off
29897 \color none
29898 \begin_inset Quotes eld
29899 \end_inset
29900
29901
29902 \end_layout
29903
29904 \end_inset
29905 </cell>
29906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29907 \begin_inset Text
29908
29909 \begin_layout Plain Layout
29910
29911 \family roman
29912 \series medium
29913 \shape up
29914 \emph off
29915 \bar no
29916 \noun off
29917 \color none
29918 2
29919 \end_layout
29920
29921 \end_inset
29922 </cell>
29923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29924 \begin_inset Text
29925
29926 \begin_layout Plain Layout
29927
29928 \family roman
29929 \series medium
29930 \shape up
29931 \emph off
29932 \bar no
29933 \noun off
29934 \color none
29935 B
29936 \end_layout
29937
29938 \end_inset
29939 </cell>
29940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29941 \begin_inset Text
29942
29943 \begin_layout Plain Layout
29944
29945 \family roman
29946 \series medium
29947 \shape up
29948 \emph off
29949 \bar no
29950 \noun off
29951 \color none
29952 R
29953 \end_layout
29954
29955 \end_inset
29956 </cell>
29957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29958 \begin_inset Text
29959
29960 \begin_layout Plain Layout
29961
29962 \family roman
29963 \series medium
29964 \shape up
29965 \emph off
29966 \bar no
29967 \noun off
29968 \color none
29969 b
29970 \end_layout
29971
29972 \end_inset
29973 </cell>
29974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29975 \begin_inset Text
29976
29977 \begin_layout Plain Layout
29978
29979 \family roman
29980 \series medium
29981 \shape up
29982 \emph off
29983 \bar no
29984 \noun off
29985 \color none
29986 r
29987 \end_layout
29988
29989 \end_inset
29990 </cell>
29991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29992 \begin_inset Text
29993
29994 \begin_layout Plain Layout
29995
29996 \end_layout
29997
29998 \end_inset
29999 </cell>
30000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30001 \begin_inset Text
30002
30003 \begin_layout Plain Layout
30004
30005 \end_layout
30006
30007 \end_inset
30008 </cell>
30009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30010 \begin_inset Text
30011
30012 \begin_layout Plain Layout
30013 ¢
30014 \end_layout
30015
30016 \end_inset
30017 </cell>
30018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30019 \begin_inset Text
30020
30021 \begin_layout Plain Layout
30022
30023 \family roman
30024 \series medium
30025 \shape up
30026 \emph off
30027 \bar no
30028 \noun off
30029 \color none
30030 ²
30031 \end_layout
30032
30033 \end_inset
30034 </cell>
30035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30036 \begin_inset Text
30037
30038 \begin_layout Plain Layout
30039
30040 \family roman
30041 \series medium
30042 \shape up
30043 \emph off
30044 \bar no
30045 \noun off
30046 \color none
30047 Â
30048 \end_layout
30049
30050 \end_inset
30051 </cell>
30052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30053 \begin_inset Text
30054
30055 \begin_layout Plain Layout
30056
30057 \family roman
30058 \series medium
30059 \shape up
30060 \emph off
30061 \bar no
30062 \noun off
30063 \color none
30064 Ò
30065 \end_layout
30066
30067 \end_inset
30068 </cell>
30069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30070 \begin_inset Text
30071
30072 \begin_layout Plain Layout
30073
30074 \family roman
30075 \series medium
30076 \shape up
30077 \emph off
30078 \bar no
30079 \noun off
30080 \color none
30081 â
30082 \end_layout
30083
30084 \end_inset
30085 </cell>
30086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30087 \begin_inset Text
30088
30089 \begin_layout Plain Layout
30090
30091 \family roman
30092 \series medium
30093 \shape up
30094 \emph off
30095 \bar no
30096 \noun off
30097 \color none
30098 ò
30099 \end_layout
30100
30101 \end_inset
30102 </cell>
30103 </row>
30104 <row>
30105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30106 \begin_inset Text
30107
30108 \begin_layout Plain Layout
30109
30110 \family roman
30111 \series medium
30112 \shape up
30113 \size tiny
30114 \emph off
30115 \bar no
30116 \noun off
30117 \color none
30118 03
30119 \end_layout
30120
30121 \end_inset
30122 </cell>
30123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30124 \begin_inset Text
30125
30126 \begin_layout Plain Layout
30127
30128 \end_layout
30129
30130 \end_inset
30131 </cell>
30132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30133 \begin_inset Text
30134
30135 \begin_layout Plain Layout
30136
30137 \end_layout
30138
30139 \end_inset
30140 </cell>
30141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30142 \begin_inset Text
30143
30144 \begin_layout Plain Layout
30145
30146 \family roman
30147 \series medium
30148 \shape up
30149 \emph off
30150 \bar no
30151 \noun off
30152 \color none
30153 #
30154 \end_layout
30155
30156 \end_inset
30157 </cell>
30158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30159 \begin_inset Text
30160
30161 \begin_layout Plain Layout
30162
30163 \family roman
30164 \series medium
30165 \shape up
30166 \emph off
30167 \bar no
30168 \noun off
30169 \color none
30170 3
30171 \end_layout
30172
30173 \end_inset
30174 </cell>
30175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30176 \begin_inset Text
30177
30178 \begin_layout Plain Layout
30179
30180 \family roman
30181 \series medium
30182 \shape up
30183 \emph off
30184 \bar no
30185 \noun off
30186 \color none
30187 C
30188 \end_layout
30189
30190 \end_inset
30191 </cell>
30192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30193 \begin_inset Text
30194
30195 \begin_layout Plain Layout
30196
30197 \family roman
30198 \series medium
30199 \shape up
30200 \emph off
30201 \bar no
30202 \noun off
30203 \color none
30204 S
30205 \end_layout
30206
30207 \end_inset
30208 </cell>
30209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30210 \begin_inset Text
30211
30212 \begin_layout Plain Layout
30213
30214 \family roman
30215 \series medium
30216 \shape up
30217 \emph off
30218 \bar no
30219 \noun off
30220 \color none
30221 c
30222 \end_layout
30223
30224 \end_inset
30225 </cell>
30226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30227 \begin_inset Text
30228
30229 \begin_layout Plain Layout
30230
30231 \family roman
30232 \series medium
30233 \shape up
30234 \emph off
30235 \bar no
30236 \noun off
30237 \color none
30238 s
30239 \end_layout
30240
30241 \end_inset
30242 </cell>
30243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30244 \begin_inset Text
30245
30246 \begin_layout Plain Layout
30247
30248 \end_layout
30249
30250 \end_inset
30251 </cell>
30252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30253 \begin_inset Text
30254
30255 \begin_layout Plain Layout
30256
30257 \end_layout
30258
30259 \end_inset
30260 </cell>
30261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30262 \begin_inset Text
30263
30264 \begin_layout Plain Layout
30265
30266 \family roman
30267 \series medium
30268 \shape up
30269 \emph off
30270 \bar no
30271 \noun off
30272 \color none
30273 £
30274 \end_layout
30275
30276 \end_inset
30277 </cell>
30278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30279 \begin_inset Text
30280
30281 \begin_layout Plain Layout
30282
30283 \family roman
30284 \series medium
30285 \shape up
30286 \emph off
30287 \bar no
30288 \noun off
30289 \color none
30290 ³
30291 \end_layout
30292
30293 \end_inset
30294 </cell>
30295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30296 \begin_inset Text
30297
30298 \begin_layout Plain Layout
30299
30300 \family roman
30301 \series medium
30302 \shape up
30303 \emph off
30304 \bar no
30305 \noun off
30306 \color none
30307 Ã
30308 \end_layout
30309
30310 \end_inset
30311 </cell>
30312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30313 \begin_inset Text
30314
30315 \begin_layout Plain Layout
30316
30317 \family roman
30318 \series medium
30319 \shape up
30320 \emph off
30321 \bar no
30322 \noun off
30323 \color none
30324 Ó
30325 \end_layout
30326
30327 \end_inset
30328 </cell>
30329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30330 \begin_inset Text
30331
30332 \begin_layout Plain Layout
30333
30334 \family roman
30335 \series medium
30336 \shape up
30337 \emph off
30338 \bar no
30339 \noun off
30340 \color none
30341 ã
30342 \end_layout
30343
30344 \end_inset
30345 </cell>
30346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30347 \begin_inset Text
30348
30349 \begin_layout Plain Layout
30350
30351 \family roman
30352 \series medium
30353 \shape up
30354 \emph off
30355 \bar no
30356 \noun off
30357 \color none
30358 ó
30359 \end_layout
30360
30361 \end_inset
30362 </cell>
30363 </row>
30364 <row>
30365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30366 \begin_inset Text
30367
30368 \begin_layout Plain Layout
30369
30370 \family roman
30371 \series medium
30372 \shape up
30373 \size tiny
30374 \emph off
30375 \bar no
30376 \noun off
30377 \color none
30378 04
30379 \end_layout
30380
30381 \end_inset
30382 </cell>
30383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30384 \begin_inset Text
30385
30386 \begin_layout Plain Layout
30387
30388 \end_layout
30389
30390 \end_inset
30391 </cell>
30392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30393 \begin_inset Text
30394
30395 \begin_layout Plain Layout
30396
30397 \end_layout
30398
30399 \end_inset
30400 </cell>
30401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30402 \begin_inset Text
30403
30404 \begin_layout Plain Layout
30405
30406 \family roman
30407 \series medium
30408 \shape up
30409 \emph off
30410 \bar no
30411 \noun off
30412 \color none
30413 $
30414 \end_layout
30415
30416 \end_inset
30417 </cell>
30418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30419 \begin_inset Text
30420
30421 \begin_layout Plain Layout
30422
30423 \family roman
30424 \series medium
30425 \shape up
30426 \emph off
30427 \bar no
30428 \noun off
30429 \color none
30430 4
30431 \end_layout
30432
30433 \end_inset
30434 </cell>
30435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30436 \begin_inset Text
30437
30438 \begin_layout Plain Layout
30439
30440 \family roman
30441 \series medium
30442 \shape up
30443 \emph off
30444 \bar no
30445 \noun off
30446 \color none
30447 D
30448 \end_layout
30449
30450 \end_inset
30451 </cell>
30452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30453 \begin_inset Text
30454
30455 \begin_layout Plain Layout
30456
30457 \family roman
30458 \series medium
30459 \shape up
30460 \emph off
30461 \bar no
30462 \noun off
30463 \color none
30464 T
30465 \end_layout
30466
30467 \end_inset
30468 </cell>
30469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30470 \begin_inset Text
30471
30472 \begin_layout Plain Layout
30473
30474 \family roman
30475 \series medium
30476 \shape up
30477 \emph off
30478 \bar no
30479 \noun off
30480 \color none
30481 d
30482 \end_layout
30483
30484 \end_inset
30485 </cell>
30486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30487 \begin_inset Text
30488
30489 \begin_layout Plain Layout
30490
30491 \family roman
30492 \series medium
30493 \shape up
30494 \emph off
30495 \bar no
30496 \noun off
30497 \color none
30498 t
30499 \end_layout
30500
30501 \end_inset
30502 </cell>
30503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30504 \begin_inset Text
30505
30506 \begin_layout Plain Layout
30507
30508 \end_layout
30509
30510 \end_inset
30511 </cell>
30512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30513 \begin_inset Text
30514
30515 \begin_layout Plain Layout
30516
30517 \end_layout
30518
30519 \end_inset
30520 </cell>
30521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30522 \begin_inset Text
30523
30524 \begin_layout Plain Layout
30525 ¤
30526 \end_layout
30527
30528 \end_inset
30529 </cell>
30530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30531 \begin_inset Text
30532
30533 \begin_layout Plain Layout
30534
30535 \family roman
30536 \series medium
30537 \shape up
30538 \emph off
30539 \bar no
30540 \noun off
30541 \color none
30542 ´
30543 \end_layout
30544
30545 \end_inset
30546 </cell>
30547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30548 \begin_inset Text
30549
30550 \begin_layout Plain Layout
30551
30552 \family roman
30553 \series medium
30554 \shape up
30555 \emph off
30556 \bar no
30557 \noun off
30558 \color none
30559 Ä
30560 \end_layout
30561
30562 \end_inset
30563 </cell>
30564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30565 \begin_inset Text
30566
30567 \begin_layout Plain Layout
30568
30569 \family roman
30570 \series medium
30571 \shape up
30572 \emph off
30573 \bar no
30574 \noun off
30575 \color none
30576 Ô
30577 \end_layout
30578
30579 \end_inset
30580 </cell>
30581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30582 \begin_inset Text
30583
30584 \begin_layout Plain Layout
30585
30586 \family roman
30587 \series medium
30588 \shape up
30589 \emph off
30590 \bar no
30591 \noun off
30592 \color none
30593 ä
30594 \end_layout
30595
30596 \end_inset
30597 </cell>
30598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30599 \begin_inset Text
30600
30601 \begin_layout Plain Layout
30602
30603 \family roman
30604 \series medium
30605 \shape up
30606 \emph off
30607 \bar no
30608 \noun off
30609 \color none
30610 ô
30611 \end_layout
30612
30613 \end_inset
30614 </cell>
30615 </row>
30616 <row>
30617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30618 \begin_inset Text
30619
30620 \begin_layout Plain Layout
30621
30622 \family roman
30623 \series medium
30624 \shape up
30625 \size tiny
30626 \emph off
30627 \bar no
30628 \noun off
30629 \color none
30630 05
30631 \end_layout
30632
30633 \end_inset
30634 </cell>
30635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30636 \begin_inset Text
30637
30638 \begin_layout Plain Layout
30639
30640 \end_layout
30641
30642 \end_inset
30643 </cell>
30644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30645 \begin_inset Text
30646
30647 \begin_layout Plain Layout
30648
30649 \end_layout
30650
30651 \end_inset
30652 </cell>
30653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30654 \begin_inset Text
30655
30656 \begin_layout Plain Layout
30657
30658 \family roman
30659 \series medium
30660 \shape up
30661 \emph off
30662 \bar no
30663 \noun off
30664 \color none
30665 %
30666 \end_layout
30667
30668 \end_inset
30669 </cell>
30670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30671 \begin_inset Text
30672
30673 \begin_layout Plain Layout
30674
30675 \family roman
30676 \series medium
30677 \shape up
30678 \emph off
30679 \bar no
30680 \noun off
30681 \color none
30682 5
30683 \end_layout
30684
30685 \end_inset
30686 </cell>
30687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30688 \begin_inset Text
30689
30690 \begin_layout Plain Layout
30691
30692 \family roman
30693 \series medium
30694 \shape up
30695 \emph off
30696 \bar no
30697 \noun off
30698 \color none
30699 E
30700 \end_layout
30701
30702 \end_inset
30703 </cell>
30704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30705 \begin_inset Text
30706
30707 \begin_layout Plain Layout
30708
30709 \family roman
30710 \series medium
30711 \shape up
30712 \emph off
30713 \bar no
30714 \noun off
30715 \color none
30716 U
30717 \end_layout
30718
30719 \end_inset
30720 </cell>
30721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30722 \begin_inset Text
30723
30724 \begin_layout Plain Layout
30725
30726 \family roman
30727 \series medium
30728 \shape up
30729 \emph off
30730 \bar no
30731 \noun off
30732 \color none
30733 e
30734 \end_layout
30735
30736 \end_inset
30737 </cell>
30738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30739 \begin_inset Text
30740
30741 \begin_layout Plain Layout
30742
30743 \family roman
30744 \series medium
30745 \shape up
30746 \emph off
30747 \bar no
30748 \noun off
30749 \color none
30750 u
30751 \end_layout
30752
30753 \end_inset
30754 </cell>
30755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30756 \begin_inset Text
30757
30758 \begin_layout Plain Layout
30759
30760 \end_layout
30761
30762 \end_inset
30763 </cell>
30764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30765 \begin_inset Text
30766
30767 \begin_layout Plain Layout
30768
30769 \end_layout
30770
30771 \end_inset
30772 </cell>
30773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30774 \begin_inset Text
30775
30776 \begin_layout Plain Layout
30777 ¥
30778 \end_layout
30779
30780 \end_inset
30781 </cell>
30782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30783 \begin_inset Text
30784
30785 \begin_layout Plain Layout
30786
30787 \family roman
30788 \series medium
30789 \shape up
30790 \emph off
30791 \bar no
30792 \noun off
30793 \color none
30794 µ
30795 \end_layout
30796
30797 \end_inset
30798 </cell>
30799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30800 \begin_inset Text
30801
30802 \begin_layout Plain Layout
30803
30804 \family roman
30805 \series medium
30806 \shape up
30807 \emph off
30808 \bar no
30809 \noun off
30810 \color none
30811 Å
30812 \end_layout
30813
30814 \end_inset
30815 </cell>
30816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30817 \begin_inset Text
30818
30819 \begin_layout Plain Layout
30820
30821 \family roman
30822 \series medium
30823 \shape up
30824 \emph off
30825 \bar no
30826 \noun off
30827 \color none
30828 Õ
30829 \end_layout
30830
30831 \end_inset
30832 </cell>
30833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30834 \begin_inset Text
30835
30836 \begin_layout Plain Layout
30837
30838 \family roman
30839 \series medium
30840 \shape up
30841 \emph off
30842 \bar no
30843 \noun off
30844 \color none
30845 å
30846 \end_layout
30847
30848 \end_inset
30849 </cell>
30850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30851 \begin_inset Text
30852
30853 \begin_layout Plain Layout
30854
30855 \family roman
30856 \series medium
30857 \shape up
30858 \emph off
30859 \bar no
30860 \noun off
30861 \color none
30862 õ
30863 \end_layout
30864
30865 \end_inset
30866 </cell>
30867 </row>
30868 <row>
30869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30870 \begin_inset Text
30871
30872 \begin_layout Plain Layout
30873
30874 \family roman
30875 \series medium
30876 \shape up
30877 \size tiny
30878 \emph off
30879 \bar no
30880 \noun off
30881 \color none
30882 06
30883 \end_layout
30884
30885 \end_inset
30886 </cell>
30887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30888 \begin_inset Text
30889
30890 \begin_layout Plain Layout
30891
30892 \end_layout
30893
30894 \end_inset
30895 </cell>
30896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30897 \begin_inset Text
30898
30899 \begin_layout Plain Layout
30900
30901 \end_layout
30902
30903 \end_inset
30904 </cell>
30905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30906 \begin_inset Text
30907
30908 \begin_layout Plain Layout
30909
30910 \family roman
30911 \series medium
30912 \shape up
30913 \emph off
30914 \bar no
30915 \noun off
30916 \color none
30917 &
30918 \end_layout
30919
30920 \end_inset
30921 </cell>
30922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30923 \begin_inset Text
30924
30925 \begin_layout Plain Layout
30926
30927 \family roman
30928 \series medium
30929 \shape up
30930 \emph off
30931 \bar no
30932 \noun off
30933 \color none
30934 6
30935 \end_layout
30936
30937 \end_inset
30938 </cell>
30939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30940 \begin_inset Text
30941
30942 \begin_layout Plain Layout
30943
30944 \family roman
30945 \series medium
30946 \shape up
30947 \emph off
30948 \bar no
30949 \noun off
30950 \color none
30951 F
30952 \end_layout
30953
30954 \end_inset
30955 </cell>
30956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30957 \begin_inset Text
30958
30959 \begin_layout Plain Layout
30960
30961 \family roman
30962 \series medium
30963 \shape up
30964 \emph off
30965 \bar no
30966 \noun off
30967 \color none
30968 V
30969 \end_layout
30970
30971 \end_inset
30972 </cell>
30973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30974 \begin_inset Text
30975
30976 \begin_layout Plain Layout
30977
30978 \family roman
30979 \series medium
30980 \shape up
30981 \emph off
30982 \bar no
30983 \noun off
30984 \color none
30985 f
30986 \end_layout
30987
30988 \end_inset
30989 </cell>
30990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30991 \begin_inset Text
30992
30993 \begin_layout Plain Layout
30994
30995 \family roman
30996 \series medium
30997 \shape up
30998 \emph off
30999 \bar no
31000 \noun off
31001 \color none
31002 v
31003 \end_layout
31004
31005 \end_inset
31006 </cell>
31007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31008 \begin_inset Text
31009
31010 \begin_layout Plain Layout
31011
31012 \end_layout
31013
31014 \end_inset
31015 </cell>
31016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31017 \begin_inset Text
31018
31019 \begin_layout Plain Layout
31020
31021 \end_layout
31022
31023 \end_inset
31024 </cell>
31025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31026 \begin_inset Text
31027
31028 \begin_layout Plain Layout
31029 ¦
31030 \end_layout
31031
31032 \end_inset
31033 </cell>
31034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31035 \begin_inset Text
31036
31037 \begin_layout Plain Layout
31038
31039 \family roman
31040 \series medium
31041 \shape up
31042 \emph off
31043 \bar no
31044 \noun off
31045 \color none
31046
31047 \end_layout
31048
31049 \end_inset
31050 </cell>
31051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31052 \begin_inset Text
31053
31054 \begin_layout Plain Layout
31055
31056 \family roman
31057 \series medium
31058 \shape up
31059 \emph off
31060 \bar no
31061 \noun off
31062 \color none
31063 Æ
31064 \end_layout
31065
31066 \end_inset
31067 </cell>
31068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31069 \begin_inset Text
31070
31071 \begin_layout Plain Layout
31072
31073 \family roman
31074 \series medium
31075 \shape up
31076 \emph off
31077 \bar no
31078 \noun off
31079 \color none
31080 Ö
31081 \end_layout
31082
31083 \end_inset
31084 </cell>
31085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31086 \begin_inset Text
31087
31088 \begin_layout Plain Layout
31089
31090 \family roman
31091 \series medium
31092 \shape up
31093 \emph off
31094 \bar no
31095 \noun off
31096 \color none
31097 æ
31098 \end_layout
31099
31100 \end_inset
31101 </cell>
31102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31103 \begin_inset Text
31104
31105 \begin_layout Plain Layout
31106
31107 \family roman
31108 \series medium
31109 \shape up
31110 \emph off
31111 \bar no
31112 \noun off
31113 \color none
31114 ö
31115 \end_layout
31116
31117 \end_inset
31118 </cell>
31119 </row>
31120 <row>
31121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31122 \begin_inset Text
31123
31124 \begin_layout Plain Layout
31125
31126 \family roman
31127 \series medium
31128 \shape up
31129 \size tiny
31130 \emph off
31131 \bar no
31132 \noun off
31133 \color none
31134 07
31135 \end_layout
31136
31137 \end_inset
31138 </cell>
31139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31140 \begin_inset Text
31141
31142 \begin_layout Plain Layout
31143
31144 \end_layout
31145
31146 \end_inset
31147 </cell>
31148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31149 \begin_inset Text
31150
31151 \begin_layout Plain Layout
31152
31153 \end_layout
31154
31155 \end_inset
31156 </cell>
31157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31158 \begin_inset Text
31159
31160 \begin_layout Plain Layout
31161
31162 \family roman
31163 \series medium
31164 \shape up
31165 \emph off
31166 \bar no
31167 \noun off
31168 \color none
31169 `
31170 \end_layout
31171
31172 \end_inset
31173 </cell>
31174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31175 \begin_inset Text
31176
31177 \begin_layout Plain Layout
31178
31179 \family roman
31180 \series medium
31181 \shape up
31182 \emph off
31183 \bar no
31184 \noun off
31185 \color none
31186 7
31187 \end_layout
31188
31189 \end_inset
31190 </cell>
31191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31192 \begin_inset Text
31193
31194 \begin_layout Plain Layout
31195
31196 \family roman
31197 \series medium
31198 \shape up
31199 \emph off
31200 \bar no
31201 \noun off
31202 \color none
31203 G
31204 \end_layout
31205
31206 \end_inset
31207 </cell>
31208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31209 \begin_inset Text
31210
31211 \begin_layout Plain Layout
31212
31213 \family roman
31214 \series medium
31215 \shape up
31216 \emph off
31217 \bar no
31218 \noun off
31219 \color none
31220 W
31221 \end_layout
31222
31223 \end_inset
31224 </cell>
31225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31226 \begin_inset Text
31227
31228 \begin_layout Plain Layout
31229
31230 \family roman
31231 \series medium
31232 \shape up
31233 \emph off
31234 \bar no
31235 \noun off
31236 \color none
31237 g
31238 \end_layout
31239
31240 \end_inset
31241 </cell>
31242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31243 \begin_inset Text
31244
31245 \begin_layout Plain Layout
31246
31247 \family roman
31248 \series medium
31249 \shape up
31250 \emph off
31251 \bar no
31252 \noun off
31253 \color none
31254 w
31255 \end_layout
31256
31257 \end_inset
31258 </cell>
31259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31260 \begin_inset Text
31261
31262 \begin_layout Plain Layout
31263
31264 \end_layout
31265
31266 \end_inset
31267 </cell>
31268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31269 \begin_inset Text
31270
31271 \begin_layout Plain Layout
31272
31273 \end_layout
31274
31275 \end_inset
31276 </cell>
31277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31278 \begin_inset Text
31279
31280 \begin_layout Plain Layout
31281
31282 \family roman
31283 \series medium
31284 \shape up
31285 \emph off
31286 \bar no
31287 \noun off
31288 \color none
31289 §
31290 \end_layout
31291
31292 \end_inset
31293 </cell>
31294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31295 \begin_inset Text
31296
31297 \begin_layout Plain Layout
31298
31299 \family roman
31300 \series medium
31301 \shape up
31302 \emph off
31303 \bar no
31304 \noun off
31305 \color none
31306 ·
31307 \end_layout
31308
31309 \end_inset
31310 </cell>
31311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31312 \begin_inset Text
31313
31314 \begin_layout Plain Layout
31315
31316 \family roman
31317 \series medium
31318 \shape up
31319 \emph off
31320 \bar no
31321 \noun off
31322 \color none
31323 Ç
31324 \end_layout
31325
31326 \end_inset
31327 </cell>
31328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31329 \begin_inset Text
31330
31331 \begin_layout Plain Layout
31332
31333 \family roman
31334 \series medium
31335 \shape up
31336 \emph off
31337 \bar no
31338 \noun off
31339 \color none
31340 ×
31341 \end_layout
31342
31343 \end_inset
31344 </cell>
31345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31346 \begin_inset Text
31347
31348 \begin_layout Plain Layout
31349
31350 \family roman
31351 \series medium
31352 \shape up
31353 \emph off
31354 \bar no
31355 \noun off
31356 \color none
31357 ç
31358 \end_layout
31359
31360 \end_inset
31361 </cell>
31362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31363 \begin_inset Text
31364
31365 \begin_layout Plain Layout
31366
31367 \family roman
31368 \series medium
31369 \shape up
31370 \emph off
31371 \bar no
31372 \noun off
31373 \color none
31374 ÷
31375 \end_layout
31376
31377 \end_inset
31378 </cell>
31379 </row>
31380 <row>
31381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31382 \begin_inset Text
31383
31384 \begin_layout Plain Layout
31385
31386 \family roman
31387 \series medium
31388 \shape up
31389 \size tiny
31390 \emph off
31391 \bar no
31392 \noun off
31393 \color none
31394 08
31395 \end_layout
31396
31397 \end_inset
31398 </cell>
31399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31400 \begin_inset Text
31401
31402 \begin_layout Plain Layout
31403
31404 \end_layout
31405
31406 \end_inset
31407 </cell>
31408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31409 \begin_inset Text
31410
31411 \begin_layout Plain Layout
31412
31413 \end_layout
31414
31415 \end_inset
31416 </cell>
31417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31418 \begin_inset Text
31419
31420 \begin_layout Plain Layout
31421
31422 \family roman
31423 \series medium
31424 \shape up
31425 \emph off
31426 \bar no
31427 \noun off
31428 \color none
31429 (
31430 \end_layout
31431
31432 \end_inset
31433 </cell>
31434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31435 \begin_inset Text
31436
31437 \begin_layout Plain Layout
31438
31439 \family roman
31440 \series medium
31441 \shape up
31442 \emph off
31443 \bar no
31444 \noun off
31445 \color none
31446 8
31447 \end_layout
31448
31449 \end_inset
31450 </cell>
31451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31452 \begin_inset Text
31453
31454 \begin_layout Plain Layout
31455
31456 \family roman
31457 \series medium
31458 \shape up
31459 \emph off
31460 \bar no
31461 \noun off
31462 \color none
31463 H
31464 \end_layout
31465
31466 \end_inset
31467 </cell>
31468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31469 \begin_inset Text
31470
31471 \begin_layout Plain Layout
31472
31473 \family roman
31474 \series medium
31475 \shape up
31476 \emph off
31477 \bar no
31478 \noun off
31479 \color none
31480 X
31481 \end_layout
31482
31483 \end_inset
31484 </cell>
31485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31486 \begin_inset Text
31487
31488 \begin_layout Plain Layout
31489
31490 \family roman
31491 \series medium
31492 \shape up
31493 \emph off
31494 \bar no
31495 \noun off
31496 \color none
31497 h
31498 \end_layout
31499
31500 \end_inset
31501 </cell>
31502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31503 \begin_inset Text
31504
31505 \begin_layout Plain Layout
31506
31507 \family roman
31508 \series medium
31509 \shape up
31510 \emph off
31511 \bar no
31512 \noun off
31513 \color none
31514 x
31515 \end_layout
31516
31517 \end_inset
31518 </cell>
31519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31520 \begin_inset Text
31521
31522 \begin_layout Plain Layout
31523
31524 \end_layout
31525
31526 \end_inset
31527 </cell>
31528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31529 \begin_inset Text
31530
31531 \begin_layout Plain Layout
31532
31533 \end_layout
31534
31535 \end_inset
31536 </cell>
31537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31538 \begin_inset Text
31539
31540 \begin_layout Plain Layout
31541
31542 \family roman
31543 \series medium
31544 \shape up
31545 \emph off
31546 \bar no
31547 \noun off
31548 \color none
31549 ¨
31550 \end_layout
31551
31552 \end_inset
31553 </cell>
31554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31555 \begin_inset Text
31556
31557 \begin_layout Plain Layout
31558
31559 \family roman
31560 \series medium
31561 \shape up
31562 \emph off
31563 \bar no
31564 \noun off
31565 \color none
31566 ¸
31567 \end_layout
31568
31569 \end_inset
31570 </cell>
31571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31572 \begin_inset Text
31573
31574 \begin_layout Plain Layout
31575
31576 \family roman
31577 \series medium
31578 \shape up
31579 \emph off
31580 \bar no
31581 \noun off
31582 \color none
31583 È
31584 \end_layout
31585
31586 \end_inset
31587 </cell>
31588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31589 \begin_inset Text
31590
31591 \begin_layout Plain Layout
31592
31593 \family roman
31594 \series medium
31595 \shape up
31596 \emph off
31597 \bar no
31598 \noun off
31599 \color none
31600 Ø
31601 \end_layout
31602
31603 \end_inset
31604 </cell>
31605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31606 \begin_inset Text
31607
31608 \begin_layout Plain Layout
31609
31610 \family roman
31611 \series medium
31612 \shape up
31613 \emph off
31614 \bar no
31615 \noun off
31616 \color none
31617 è
31618 \end_layout
31619
31620 \end_inset
31621 </cell>
31622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31623 \begin_inset Text
31624
31625 \begin_layout Plain Layout
31626
31627 \family roman
31628 \series medium
31629 \shape up
31630 \emph off
31631 \bar no
31632 \noun off
31633 \color none
31634 ø
31635 \end_layout
31636
31637 \end_inset
31638 </cell>
31639 </row>
31640 <row>
31641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31642 \begin_inset Text
31643
31644 \begin_layout Plain Layout
31645
31646 \family roman
31647 \series medium
31648 \shape up
31649 \size tiny
31650 \emph off
31651 \bar no
31652 \noun off
31653 \color none
31654 09
31655 \end_layout
31656
31657 \end_inset
31658 </cell>
31659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31660 \begin_inset Text
31661
31662 \begin_layout Plain Layout
31663
31664 \end_layout
31665
31666 \end_inset
31667 </cell>
31668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31669 \begin_inset Text
31670
31671 \begin_layout Plain Layout
31672
31673 \end_layout
31674
31675 \end_inset
31676 </cell>
31677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31678 \begin_inset Text
31679
31680 \begin_layout Plain Layout
31681
31682 \family roman
31683 \series medium
31684 \shape up
31685 \emph off
31686 \bar no
31687 \noun off
31688 \color none
31689 )
31690 \end_layout
31691
31692 \end_inset
31693 </cell>
31694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31695 \begin_inset Text
31696
31697 \begin_layout Plain Layout
31698
31699 \family roman
31700 \series medium
31701 \shape up
31702 \emph off
31703 \bar no
31704 \noun off
31705 \color none
31706 9
31707 \end_layout
31708
31709 \end_inset
31710 </cell>
31711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31712 \begin_inset Text
31713
31714 \begin_layout Plain Layout
31715
31716 \family roman
31717 \series medium
31718 \shape up
31719 \emph off
31720 \bar no
31721 \noun off
31722 \color none
31723 I
31724 \end_layout
31725
31726 \end_inset
31727 </cell>
31728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31729 \begin_inset Text
31730
31731 \begin_layout Plain Layout
31732
31733 \family roman
31734 \series medium
31735 \shape up
31736 \emph off
31737 \bar no
31738 \noun off
31739 \color none
31740 Y
31741 \end_layout
31742
31743 \end_inset
31744 </cell>
31745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31746 \begin_inset Text
31747
31748 \begin_layout Plain Layout
31749
31750 \family roman
31751 \series medium
31752 \shape up
31753 \emph off
31754 \bar no
31755 \noun off
31756 \color none
31757 i
31758 \end_layout
31759
31760 \end_inset
31761 </cell>
31762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31763 \begin_inset Text
31764
31765 \begin_layout Plain Layout
31766
31767 \family roman
31768 \series medium
31769 \shape up
31770 \emph off
31771 \bar no
31772 \noun off
31773 \color none
31774 y
31775 \end_layout
31776
31777 \end_inset
31778 </cell>
31779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31780 \begin_inset Text
31781
31782 \begin_layout Plain Layout
31783
31784 \end_layout
31785
31786 \end_inset
31787 </cell>
31788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31789 \begin_inset Text
31790
31791 \begin_layout Plain Layout
31792
31793 \end_layout
31794
31795 \end_inset
31796 </cell>
31797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31798 \begin_inset Text
31799
31800 \begin_layout Plain Layout
31801
31802 \family roman
31803 \series medium
31804 \shape up
31805 \emph off
31806 \bar no
31807 \noun off
31808 \color none
31809 ©
31810 \end_layout
31811
31812 \end_inset
31813 </cell>
31814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31815 \begin_inset Text
31816
31817 \begin_layout Plain Layout
31818
31819 \family roman
31820 \series medium
31821 \shape up
31822 \emph off
31823 \bar no
31824 \noun off
31825 \color none
31826 ¹
31827 \end_layout
31828
31829 \end_inset
31830 </cell>
31831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31832 \begin_inset Text
31833
31834 \begin_layout Plain Layout
31835
31836 \family roman
31837 \series medium
31838 \shape up
31839 \emph off
31840 \bar no
31841 \noun off
31842 \color none
31843 É
31844 \end_layout
31845
31846 \end_inset
31847 </cell>
31848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31849 \begin_inset Text
31850
31851 \begin_layout Plain Layout
31852
31853 \family roman
31854 \series medium
31855 \shape up
31856 \emph off
31857 \bar no
31858 \noun off
31859 \color none
31860 Ù
31861 \end_layout
31862
31863 \end_inset
31864 </cell>
31865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31866 \begin_inset Text
31867
31868 \begin_layout Plain Layout
31869
31870 \family roman
31871 \series medium
31872 \shape up
31873 \emph off
31874 \bar no
31875 \noun off
31876 \color none
31877 é
31878 \end_layout
31879
31880 \end_inset
31881 </cell>
31882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31883 \begin_inset Text
31884
31885 \begin_layout Plain Layout
31886
31887 \family roman
31888 \series medium
31889 \shape up
31890 \emph off
31891 \bar no
31892 \noun off
31893 \color none
31894 ù
31895 \end_layout
31896
31897 \end_inset
31898 </cell>
31899 </row>
31900 <row>
31901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31902 \begin_inset Text
31903
31904 \begin_layout Plain Layout
31905
31906 \family roman
31907 \series medium
31908 \shape up
31909 \size tiny
31910 \emph off
31911 \bar no
31912 \noun off
31913 \color none
31914 0A
31915 \end_layout
31916
31917 \end_inset
31918 </cell>
31919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31920 \begin_inset Text
31921
31922 \begin_layout Plain Layout
31923
31924 \end_layout
31925
31926 \end_inset
31927 </cell>
31928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31929 \begin_inset Text
31930
31931 \begin_layout Plain Layout
31932
31933 \end_layout
31934
31935 \end_inset
31936 </cell>
31937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31938 \begin_inset Text
31939
31940 \begin_layout Plain Layout
31941
31942 \family roman
31943 \series medium
31944 \shape up
31945 \emph off
31946 \bar no
31947 \noun off
31948 \color none
31949 *
31950 \end_layout
31951
31952 \end_inset
31953 </cell>
31954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31955 \begin_inset Text
31956
31957 \begin_layout Plain Layout
31958
31959 \family roman
31960 \series medium
31961 \shape up
31962 \emph off
31963 \bar no
31964 \noun off
31965 \color none
31966 :
31967 \end_layout
31968
31969 \end_inset
31970 </cell>
31971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31972 \begin_inset Text
31973
31974 \begin_layout Plain Layout
31975
31976 \family roman
31977 \series medium
31978 \shape up
31979 \emph off
31980 \bar no
31981 \noun off
31982 \color none
31983 J
31984 \end_layout
31985
31986 \end_inset
31987 </cell>
31988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31989 \begin_inset Text
31990
31991 \begin_layout Plain Layout
31992
31993 \family roman
31994 \series medium
31995 \shape up
31996 \emph off
31997 \bar no
31998 \noun off
31999 \color none
32000 Z
32001 \end_layout
32002
32003 \end_inset
32004 </cell>
32005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32006 \begin_inset Text
32007
32008 \begin_layout Plain Layout
32009
32010 \family roman
32011 \series medium
32012 \shape up
32013 \emph off
32014 \bar no
32015 \noun off
32016 \color none
32017 j
32018 \end_layout
32019
32020 \end_inset
32021 </cell>
32022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32023 \begin_inset Text
32024
32025 \begin_layout Plain Layout
32026
32027 \family roman
32028 \series medium
32029 \shape up
32030 \emph off
32031 \bar no
32032 \noun off
32033 \color none
32034 z
32035 \end_layout
32036
32037 \end_inset
32038 </cell>
32039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32040 \begin_inset Text
32041
32042 \begin_layout Plain Layout
32043
32044 \end_layout
32045
32046 \end_inset
32047 </cell>
32048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32049 \begin_inset Text
32050
32051 \begin_layout Plain Layout
32052
32053 \end_layout
32054
32055 \end_inset
32056 </cell>
32057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32058 \begin_inset Text
32059
32060 \begin_layout Plain Layout
32061
32062 \family roman
32063 \series medium
32064 \shape up
32065 \emph off
32066 \bar no
32067 \noun off
32068 \color none
32069 ª
32070 \end_layout
32071
32072 \end_inset
32073 </cell>
32074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32075 \begin_inset Text
32076
32077 \begin_layout Plain Layout
32078
32079 \family roman
32080 \series medium
32081 \shape up
32082 \emph off
32083 \bar no
32084 \noun off
32085 \color none
32086 º
32087 \end_layout
32088
32089 \end_inset
32090 </cell>
32091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32092 \begin_inset Text
32093
32094 \begin_layout Plain Layout
32095
32096 \family roman
32097 \series medium
32098 \shape up
32099 \emph off
32100 \bar no
32101 \noun off
32102 \color none
32103 Ê
32104 \end_layout
32105
32106 \end_inset
32107 </cell>
32108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32109 \begin_inset Text
32110
32111 \begin_layout Plain Layout
32112
32113 \family roman
32114 \series medium
32115 \shape up
32116 \emph off
32117 \bar no
32118 \noun off
32119 \color none
32120 Ú
32121 \end_layout
32122
32123 \end_inset
32124 </cell>
32125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32126 \begin_inset Text
32127
32128 \begin_layout Plain Layout
32129
32130 \family roman
32131 \series medium
32132 \shape up
32133 \emph off
32134 \bar no
32135 \noun off
32136 \color none
32137 ê
32138 \end_layout
32139
32140 \end_inset
32141 </cell>
32142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32143 \begin_inset Text
32144
32145 \begin_layout Plain Layout
32146
32147 \family roman
32148 \series medium
32149 \shape up
32150 \emph off
32151 \bar no
32152 \noun off
32153 \color none
32154 ú
32155 \end_layout
32156
32157 \end_inset
32158 </cell>
32159 </row>
32160 <row>
32161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32162 \begin_inset Text
32163
32164 \begin_layout Plain Layout
32165
32166 \family roman
32167 \series medium
32168 \shape up
32169 \size tiny
32170 \emph off
32171 \bar no
32172 \noun off
32173 \color none
32174 0B
32175 \end_layout
32176
32177 \end_inset
32178 </cell>
32179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32180 \begin_inset Text
32181
32182 \begin_layout Plain Layout
32183
32184 \end_layout
32185
32186 \end_inset
32187 </cell>
32188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32189 \begin_inset Text
32190
32191 \begin_layout Plain Layout
32192
32193 \end_layout
32194
32195 \end_inset
32196 </cell>
32197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32198 \begin_inset Text
32199
32200 \begin_layout Plain Layout
32201
32202 \family roman
32203 \series medium
32204 \shape up
32205 \emph off
32206 \bar no
32207 \noun off
32208 \color none
32209 +
32210 \end_layout
32211
32212 \end_inset
32213 </cell>
32214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32215 \begin_inset Text
32216
32217 \begin_layout Plain Layout
32218
32219 \family roman
32220 \series medium
32221 \shape up
32222 \emph off
32223 \bar no
32224 \noun off
32225 \color none
32226 ;
32227 \end_layout
32228
32229 \end_inset
32230 </cell>
32231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32232 \begin_inset Text
32233
32234 \begin_layout Plain Layout
32235
32236 \family roman
32237 \series medium
32238 \shape up
32239 \emph off
32240 \bar no
32241 \noun off
32242 \color none
32243 K
32244 \end_layout
32245
32246 \end_inset
32247 </cell>
32248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32249 \begin_inset Text
32250
32251 \begin_layout Plain Layout
32252
32253 \family roman
32254 \series medium
32255 \shape up
32256 \emph off
32257 \bar no
32258 \noun off
32259 \color none
32260 [
32261 \end_layout
32262
32263 \end_inset
32264 </cell>
32265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32266 \begin_inset Text
32267
32268 \begin_layout Plain Layout
32269
32270 \family roman
32271 \series medium
32272 \shape up
32273 \emph off
32274 \bar no
32275 \noun off
32276 \color none
32277 k
32278 \end_layout
32279
32280 \end_inset
32281 </cell>
32282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32283 \begin_inset Text
32284
32285 \begin_layout Plain Layout
32286
32287 \family roman
32288 \series medium
32289 \shape up
32290 \emph off
32291 \bar no
32292 \noun off
32293 \color none
32294 {
32295 \end_layout
32296
32297 \end_inset
32298 </cell>
32299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32300 \begin_inset Text
32301
32302 \begin_layout Plain Layout
32303
32304 \end_layout
32305
32306 \end_inset
32307 </cell>
32308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32309 \begin_inset Text
32310
32311 \begin_layout Plain Layout
32312
32313 \end_layout
32314
32315 \end_inset
32316 </cell>
32317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32318 \begin_inset Text
32319
32320 \begin_layout Plain Layout
32321
32322 \family roman
32323 \series medium
32324 \shape up
32325 \emph off
32326 \bar no
32327 \noun off
32328 \color none
32329 «
32330 \end_layout
32331
32332 \end_inset
32333 </cell>
32334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32335 \begin_inset Text
32336
32337 \begin_layout Plain Layout
32338
32339 \family roman
32340 \series medium
32341 \shape up
32342 \emph off
32343 \bar no
32344 \noun off
32345 \color none
32346 »
32347 \end_layout
32348
32349 \end_inset
32350 </cell>
32351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32352 \begin_inset Text
32353
32354 \begin_layout Plain Layout
32355
32356 \family roman
32357 \series medium
32358 \shape up
32359 \emph off
32360 \bar no
32361 \noun off
32362 \color none
32363 Ë
32364 \end_layout
32365
32366 \end_inset
32367 </cell>
32368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32369 \begin_inset Text
32370
32371 \begin_layout Plain Layout
32372
32373 \family roman
32374 \series medium
32375 \shape up
32376 \emph off
32377 \bar no
32378 \noun off
32379 \color none
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 Plain Layout
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" rightline="true" usebox="none">
32403 \begin_inset Text
32404
32405 \begin_layout Plain Layout
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 </row>
32420 <row>
32421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32422 \begin_inset Text
32423
32424 \begin_layout Plain Layout
32425
32426 \family roman
32427 \series medium
32428 \shape up
32429 \size tiny
32430 \emph off
32431 \bar no
32432 \noun off
32433 \color none
32434 0C
32435 \end_layout
32436
32437 \end_inset
32438 </cell>
32439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32440 \begin_inset Text
32441
32442 \begin_layout Plain Layout
32443
32444 \end_layout
32445
32446 \end_inset
32447 </cell>
32448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32449 \begin_inset Text
32450
32451 \begin_layout Plain Layout
32452
32453 \end_layout
32454
32455 \end_inset
32456 </cell>
32457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32458 \begin_inset Text
32459
32460 \begin_layout Plain Layout
32461
32462 \family roman
32463 \series medium
32464 \shape up
32465 \emph off
32466 \bar no
32467 \noun off
32468 \color none
32469 ,
32470 \end_layout
32471
32472 \end_inset
32473 </cell>
32474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32475 \begin_inset Text
32476
32477 \begin_layout Plain Layout
32478
32479 \family roman
32480 \series medium
32481 \shape up
32482 \emph off
32483 \bar no
32484 \noun off
32485 \color none
32486 <
32487 \end_layout
32488
32489 \end_inset
32490 </cell>
32491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32492 \begin_inset Text
32493
32494 \begin_layout Plain Layout
32495
32496 \family roman
32497 \series medium
32498 \shape up
32499 \emph off
32500 \bar no
32501 \noun off
32502 \color none
32503 L
32504 \end_layout
32505
32506 \end_inset
32507 </cell>
32508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32509 \begin_inset Text
32510
32511 \begin_layout Plain Layout
32512
32513 \family roman
32514 \series medium
32515 \shape up
32516 \emph off
32517 \bar no
32518 \noun off
32519 \color none
32520
32521 \backslash
32522
32523 \end_layout
32524
32525 \end_inset
32526 </cell>
32527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32528 \begin_inset Text
32529
32530 \begin_layout Plain Layout
32531
32532 \family roman
32533 \series medium
32534 \shape up
32535 \emph off
32536 \bar no
32537 \noun off
32538 \color none
32539 l
32540 \end_layout
32541
32542 \end_inset
32543 </cell>
32544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32545 \begin_inset Text
32546
32547 \begin_layout Plain Layout
32548
32549 \family roman
32550 \series medium
32551 \shape up
32552 \emph off
32553 \bar no
32554 \noun off
32555 \color none
32556 |
32557 \end_layout
32558
32559 \end_inset
32560 </cell>
32561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32562 \begin_inset Text
32563
32564 \begin_layout Plain Layout
32565
32566 \end_layout
32567
32568 \end_inset
32569 </cell>
32570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32571 \begin_inset Text
32572
32573 \begin_layout Plain Layout
32574
32575 \end_layout
32576
32577 \end_inset
32578 </cell>
32579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32580 \begin_inset Text
32581
32582 \begin_layout Plain Layout
32583
32584 \family roman
32585 \series medium
32586 \shape up
32587 \emph off
32588 \bar no
32589 \noun off
32590 \color none
32591 ¬
32592 \end_layout
32593
32594 \end_inset
32595 </cell>
32596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32597 \begin_inset Text
32598
32599 \begin_layout Plain Layout
32600
32601 \family roman
32602 \series medium
32603 \shape up
32604 \emph off
32605 \bar no
32606 \noun off
32607 \color none
32608 ¼
32609 \end_layout
32610
32611 \end_inset
32612 </cell>
32613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32614 \begin_inset Text
32615
32616 \begin_layout Plain Layout
32617
32618 \family roman
32619 \series medium
32620 \shape up
32621 \emph off
32622 \bar no
32623 \noun off
32624 \color none
32625 Ì
32626 \end_layout
32627
32628 \end_inset
32629 </cell>
32630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32631 \begin_inset Text
32632
32633 \begin_layout Plain Layout
32634
32635 \family roman
32636 \series medium
32637 \shape up
32638 \emph off
32639 \bar no
32640 \noun off
32641 \color none
32642 Ü
32643 \end_layout
32644
32645 \end_inset
32646 </cell>
32647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32648 \begin_inset Text
32649
32650 \begin_layout Plain Layout
32651
32652 \family roman
32653 \series medium
32654 \shape up
32655 \emph off
32656 \bar no
32657 \noun off
32658 \color none
32659 ì
32660 \end_layout
32661
32662 \end_inset
32663 </cell>
32664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32665 \begin_inset Text
32666
32667 \begin_layout Plain Layout
32668
32669 \family roman
32670 \series medium
32671 \shape up
32672 \emph off
32673 \bar no
32674 \noun off
32675 \color none
32676 ü
32677 \end_layout
32678
32679 \end_inset
32680 </cell>
32681 </row>
32682 <row>
32683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32684 \begin_inset Text
32685
32686 \begin_layout Plain Layout
32687
32688 \family roman
32689 \series medium
32690 \shape up
32691 \size tiny
32692 \emph off
32693 \bar no
32694 \noun off
32695 \color none
32696 0D
32697 \end_layout
32698
32699 \end_inset
32700 </cell>
32701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32702 \begin_inset Text
32703
32704 \begin_layout Plain Layout
32705
32706 \end_layout
32707
32708 \end_inset
32709 </cell>
32710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32711 \begin_inset Text
32712
32713 \begin_layout Plain Layout
32714
32715 \end_layout
32716
32717 \end_inset
32718 </cell>
32719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32720 \begin_inset Text
32721
32722 \begin_layout Plain Layout
32723
32724 \family roman
32725 \series medium
32726 \shape up
32727 \emph off
32728 \bar no
32729 \noun off
32730 \color none
32731 -
32732 \end_layout
32733
32734 \end_inset
32735 </cell>
32736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32737 \begin_inset Text
32738
32739 \begin_layout Plain Layout
32740
32741 \family roman
32742 \series medium
32743 \shape up
32744 \emph off
32745 \bar no
32746 \noun off
32747 \color none
32748 =
32749 \end_layout
32750
32751 \end_inset
32752 </cell>
32753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32754 \begin_inset Text
32755
32756 \begin_layout Plain Layout
32757
32758 \family roman
32759 \series medium
32760 \shape up
32761 \emph off
32762 \bar no
32763 \noun off
32764 \color none
32765 M
32766 \end_layout
32767
32768 \end_inset
32769 </cell>
32770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32771 \begin_inset Text
32772
32773 \begin_layout Plain Layout
32774
32775 \family roman
32776 \series medium
32777 \shape up
32778 \emph off
32779 \bar no
32780 \noun off
32781 \color none
32782 ]
32783 \end_layout
32784
32785 \end_inset
32786 </cell>
32787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32788 \begin_inset Text
32789
32790 \begin_layout Plain Layout
32791
32792 \family roman
32793 \series medium
32794 \shape up
32795 \emph off
32796 \bar no
32797 \noun off
32798 \color none
32799 m
32800 \end_layout
32801
32802 \end_inset
32803 </cell>
32804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32805 \begin_inset Text
32806
32807 \begin_layout Plain Layout
32808
32809 \family roman
32810 \series medium
32811 \shape up
32812 \emph off
32813 \bar no
32814 \noun off
32815 \color none
32816 }
32817 \end_layout
32818
32819 \end_inset
32820 </cell>
32821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32822 \begin_inset Text
32823
32824 \begin_layout Plain Layout
32825
32826 \end_layout
32827
32828 \end_inset
32829 </cell>
32830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32831 \begin_inset Text
32832
32833 \begin_layout Plain Layout
32834
32835 \end_layout
32836
32837 \end_inset
32838 </cell>
32839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32840 \begin_inset Text
32841
32842 \begin_layout Plain Layout
32843
32844 \end_layout
32845
32846 \end_inset
32847 </cell>
32848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32849 \begin_inset Text
32850
32851 \begin_layout Plain Layout
32852
32853 \family roman
32854 \series medium
32855 \shape up
32856 \emph off
32857 \bar no
32858 \noun off
32859 \color none
32860 ½
32861 \end_layout
32862
32863 \end_inset
32864 </cell>
32865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32866 \begin_inset Text
32867
32868 \begin_layout Plain Layout
32869
32870 \family roman
32871 \series medium
32872 \shape up
32873 \emph off
32874 \bar no
32875 \noun off
32876 \color none
32877 Í
32878 \end_layout
32879
32880 \end_inset
32881 </cell>
32882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32883 \begin_inset Text
32884
32885 \begin_layout Plain Layout
32886
32887 \family roman
32888 \series medium
32889 \shape up
32890 \emph off
32891 \bar no
32892 \noun off
32893 \color none
32894 Ý
32895 \end_layout
32896
32897 \end_inset
32898 </cell>
32899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32900 \begin_inset Text
32901
32902 \begin_layout Plain Layout
32903
32904 \family roman
32905 \series medium
32906 \shape up
32907 \emph off
32908 \bar no
32909 \noun off
32910 \color none
32911 í
32912 \end_layout
32913
32914 \end_inset
32915 </cell>
32916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32917 \begin_inset Text
32918
32919 \begin_layout Plain Layout
32920
32921 \family roman
32922 \series medium
32923 \shape up
32924 \emph off
32925 \bar no
32926 \noun off
32927 \color none
32928 ý
32929 \end_layout
32930
32931 \end_inset
32932 </cell>
32933 </row>
32934 <row>
32935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32936 \begin_inset Text
32937
32938 \begin_layout Plain Layout
32939
32940 \family roman
32941 \series medium
32942 \shape up
32943 \size tiny
32944 \emph off
32945 \bar no
32946 \noun off
32947 \color none
32948 0E
32949 \end_layout
32950
32951 \end_inset
32952 </cell>
32953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32954 \begin_inset Text
32955
32956 \begin_layout Plain Layout
32957
32958 \end_layout
32959
32960 \end_inset
32961 </cell>
32962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32963 \begin_inset Text
32964
32965 \begin_layout Plain Layout
32966
32967 \end_layout
32968
32969 \end_inset
32970 </cell>
32971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32972 \begin_inset Text
32973
32974 \begin_layout Plain Layout
32975
32976 \family roman
32977 \series medium
32978 \shape up
32979 \emph off
32980 \bar no
32981 \noun off
32982 \color none
32983 .
32984 \end_layout
32985
32986 \end_inset
32987 </cell>
32988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32989 \begin_inset Text
32990
32991 \begin_layout Plain Layout
32992
32993 \family roman
32994 \series medium
32995 \shape up
32996 \emph off
32997 \bar no
32998 \noun off
32999 \color none
33000 >
33001 \end_layout
33002
33003 \end_inset
33004 </cell>
33005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33006 \begin_inset Text
33007
33008 \begin_layout Plain Layout
33009
33010 \family roman
33011 \series medium
33012 \shape up
33013 \emph off
33014 \bar no
33015 \noun off
33016 \color none
33017 N
33018 \end_layout
33019
33020 \end_inset
33021 </cell>
33022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33023 \begin_inset Text
33024
33025 \begin_layout Plain Layout
33026
33027 \family roman
33028 \series medium
33029 \shape up
33030 \emph off
33031 \bar no
33032 \noun off
33033 \color none
33034 ^
33035 \end_layout
33036
33037 \end_inset
33038 </cell>
33039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33040 \begin_inset Text
33041
33042 \begin_layout Plain Layout
33043
33044 \family roman
33045 \series medium
33046 \shape up
33047 \emph off
33048 \bar no
33049 \noun off
33050 \color none
33051 n
33052 \end_layout
33053
33054 \end_inset
33055 </cell>
33056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33057 \begin_inset Text
33058
33059 \begin_layout Plain Layout
33060
33061 \family roman
33062 \series medium
33063 \shape up
33064 \emph off
33065 \bar no
33066 \noun off
33067 \color none
33068 ~
33069 \end_layout
33070
33071 \end_inset
33072 </cell>
33073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33074 \begin_inset Text
33075
33076 \begin_layout Plain Layout
33077
33078 \end_layout
33079
33080 \end_inset
33081 </cell>
33082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33083 \begin_inset Text
33084
33085 \begin_layout Plain Layout
33086
33087 \end_layout
33088
33089 \end_inset
33090 </cell>
33091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33092 \begin_inset Text
33093
33094 \begin_layout Plain Layout
33095
33096 \family roman
33097 \series medium
33098 \shape up
33099 \emph off
33100 \bar no
33101 \noun off
33102 \color none
33103 ®
33104 \end_layout
33105
33106 \end_inset
33107 </cell>
33108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33109 \begin_inset Text
33110
33111 \begin_layout Plain Layout
33112
33113 \family roman
33114 \series medium
33115 \shape up
33116 \emph off
33117 \bar no
33118 \noun off
33119 \color none
33120 ¾
33121 \end_layout
33122
33123 \end_inset
33124 </cell>
33125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33126 \begin_inset Text
33127
33128 \begin_layout Plain Layout
33129
33130 \family roman
33131 \series medium
33132 \shape up
33133 \emph off
33134 \bar no
33135 \noun off
33136 \color none
33137 Î
33138 \end_layout
33139
33140 \end_inset
33141 </cell>
33142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33143 \begin_inset Text
33144
33145 \begin_layout Plain Layout
33146
33147 \family roman
33148 \series medium
33149 \shape up
33150 \emph off
33151 \bar no
33152 \noun off
33153 \color none
33154 Þ
33155 \end_layout
33156
33157 \end_inset
33158 </cell>
33159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33160 \begin_inset Text
33161
33162 \begin_layout Plain Layout
33163
33164 \family roman
33165 \series medium
33166 \shape up
33167 \emph off
33168 \bar no
33169 \noun off
33170 \color none
33171 î
33172 \end_layout
33173
33174 \end_inset
33175 </cell>
33176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33177 \begin_inset Text
33178
33179 \begin_layout Plain Layout
33180
33181 \family roman
33182 \series medium
33183 \shape up
33184 \emph off
33185 \bar no
33186 \noun off
33187 \color none
33188 þ
33189 \end_layout
33190
33191 \end_inset
33192 </cell>
33193 </row>
33194 <row>
33195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33196 \begin_inset Text
33197
33198 \begin_layout Plain Layout
33199
33200 \family roman
33201 \series medium
33202 \shape up
33203 \size tiny
33204 \emph off
33205 \bar no
33206 \noun off
33207 \color none
33208 0F
33209 \end_layout
33210
33211 \end_inset
33212 </cell>
33213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33214 \begin_inset Text
33215
33216 \begin_layout Plain Layout
33217
33218 \end_layout
33219
33220 \end_inset
33221 </cell>
33222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33223 \begin_inset Text
33224
33225 \begin_layout Plain Layout
33226
33227 \end_layout
33228
33229 \end_inset
33230 </cell>
33231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33232 \begin_inset Text
33233
33234 \begin_layout Plain Layout
33235
33236 \family roman
33237 \series medium
33238 \shape up
33239 \emph off
33240 \bar no
33241 \noun off
33242 \color none
33243 /
33244 \end_layout
33245
33246 \end_inset
33247 </cell>
33248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33249 \begin_inset Text
33250
33251 \begin_layout Plain Layout
33252
33253 \family roman
33254 \series medium
33255 \shape up
33256 \emph off
33257 \bar no
33258 \noun off
33259 \color none
33260 ?
33261 \end_layout
33262
33263 \end_inset
33264 </cell>
33265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33266 \begin_inset Text
33267
33268 \begin_layout Plain Layout
33269
33270 \family roman
33271 \series medium
33272 \shape up
33273 \emph off
33274 \bar no
33275 \noun off
33276 \color none
33277 O
33278 \end_layout
33279
33280 \end_inset
33281 </cell>
33282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33283 \begin_inset Text
33284
33285 \begin_layout Plain Layout
33286
33287 \family roman
33288 \series medium
33289 \shape up
33290 \emph off
33291 \bar no
33292 \noun off
33293 \color none
33294 _
33295 \end_layout
33296
33297 \end_inset
33298 </cell>
33299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33300 \begin_inset Text
33301
33302 \begin_layout Plain Layout
33303
33304 \family roman
33305 \series medium
33306 \shape up
33307 \emph off
33308 \bar no
33309 \noun off
33310 \color none
33311 o
33312 \end_layout
33313
33314 \end_inset
33315 </cell>
33316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33317 \begin_inset Text
33318
33319 \begin_layout Plain Layout
33320
33321 \end_layout
33322
33323 \end_inset
33324 </cell>
33325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33326 \begin_inset Text
33327
33328 \begin_layout Plain Layout
33329
33330 \end_layout
33331
33332 \end_inset
33333 </cell>
33334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33335 \begin_inset Text
33336
33337 \begin_layout Plain Layout
33338
33339 \end_layout
33340
33341 \end_inset
33342 </cell>
33343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33344 \begin_inset Text
33345
33346 \begin_layout Plain Layout
33347
33348 \family roman
33349 \series medium
33350 \shape up
33351 \emph off
33352 \bar no
33353 \noun off
33354 \color none
33355 ¯
33356 \end_layout
33357
33358 \end_inset
33359 </cell>
33360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33361 \begin_inset Text
33362
33363 \begin_layout Plain Layout
33364
33365 \family roman
33366 \series medium
33367 \shape up
33368 \emph off
33369 \bar no
33370 \noun off
33371 \color none
33372 ¿
33373 \end_layout
33374
33375 \end_inset
33376 </cell>
33377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33378 \begin_inset Text
33379
33380 \begin_layout Plain Layout
33381
33382 \family roman
33383 \series medium
33384 \shape up
33385 \emph off
33386 \bar no
33387 \noun off
33388 \color none
33389 Ï
33390 \end_layout
33391
33392 \end_inset
33393 </cell>
33394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33395 \begin_inset Text
33396
33397 \begin_layout Plain Layout
33398
33399 \family roman
33400 \series medium
33401 \shape up
33402 \emph off
33403 \bar no
33404 \noun off
33405 \color none
33406 ß
33407 \end_layout
33408
33409 \end_inset
33410 </cell>
33411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33412 \begin_inset Text
33413
33414 \begin_layout Plain Layout
33415
33416 \family roman
33417 \series medium
33418 \shape up
33419 \emph off
33420 \bar no
33421 \noun off
33422 \color none
33423 ï
33424 \end_layout
33425
33426 \end_inset
33427 </cell>
33428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33429 \begin_inset Text
33430
33431 \begin_layout Plain Layout
33432
33433 \family roman
33434 \series medium
33435 \shape up
33436 \emph off
33437 \bar no
33438 \noun off
33439 \color none
33440 ÿ
33441 \end_layout
33442
33443 \end_inset
33444 </cell>
33445 </row>
33446 </lyxtabular>
33447
33448 \end_inset
33449
33450
33451 \end_layout
33452
33453 \end_inset
33454
33455
33456 \end_layout
33457
33458 \begin_layout Standard
33459 The following is a full list of all of the accented characters LyX can display
33460  directly.
33461  It includes not only the accented characters from the previous table, but
33462  also the characters from 
33463 \family typewriter
33464 ISO8859--2
33465 \family default
33466  through 
33467 \family typewriter
33468 4
33469 \family default
33470 .
33471  
33472 \end_layout
33473
33474 \begin_layout Itemize
33475 From 
33476 \family typewriter
33477 ISO8859--1
33478 \family default
33479 :
33480 \end_layout
33481
33482 \begin_deeper
33483 \begin_layout Standard
33484 ¨ Ä Ë Ï Ö Ü ä ë ï ö ü ÿ
33485 \begin_inset space \hfill{}
33486 \end_inset
33487
33488 diaeresis
33489 \end_layout
33490
33491 \begin_layout Standard
33492 ^ Â Ê Î Ô Û â ê î ô û
33493 \begin_inset space \hfill{}
33494 \end_inset
33495
33496 circumflex
33497 \end_layout
33498
33499 \begin_layout Standard
33500 ` À È Ì Ò Ù à è ì ò ù
33501 \begin_inset space \hfill{}
33502 \end_inset
33503
33504 grave
33505 \end_layout
33506
33507 \begin_layout Standard
33508 ´ Á É Í Ó Ú Ý á é í ó ú ý
33509 \begin_inset space \hfill{}
33510 \end_inset
33511
33512 acute
33513 \end_layout
33514
33515 \begin_layout Standard
33516 ~ Ã Ñ Õ ã ñ õ
33517 \begin_inset space \hfill{}
33518 \end_inset
33519
33520 tilde
33521 \end_layout
33522
33523 \begin_layout Standard
33524 ¸Çç
33525 \begin_inset space \hfill{}
33526 \end_inset
33527
33528 cedilla
33529 \end_layout
33530
33531 \begin_layout Standard
33532 ¯
33533 \begin_inset space \hfill{}
33534 \end_inset
33535
33536 macron
33537 \end_layout
33538
33539 \end_deeper
33540 \begin_layout Itemize
33541 From 
33542 \family typewriter
33543 ISO8859--2
33544 \family default
33545  through 
33546 \family typewriter
33547 4
33548 \family default
33549 :
33550 \end_layout
33551
33552 \begin_deeper
33553 \begin_layout Standard
33554 ĤĴĥĵĈĜŜĉĝŝ
33555 \begin_inset space \hfill{}
33556 \end_inset
33557
33558 circumflex
33559 \end_layout
33560
33561 \begin_layout Standard
33562 ŚŹśźŔĹĆŃŕĺćń
33563 \begin_inset space \hfill{}
33564 \end_inset
33565
33566 acute
33567 \end_layout
33568
33569 \begin_layout Standard
33570 Ĩı̃Ũũ
33571 \begin_inset space \hfill{}
33572 \end_inset
33573
33574 tilde
33575 \end_layout
33576
33577 \begin_layout Standard
33578 ŞşŢţŖĻĢŗļģŅĶņķ
33579 \begin_inset space \hfill{}
33580 \end_inset
33581
33582 cedilla
33583 \end_layout
33584
33585 \begin_layout Standard
33586 ĒēĀĪŌŪāı̄ōū
33587 \begin_inset space \hfill{}
33588 \end_inset
33589
33590 macron
33591 \end_layout
33592
33593 \begin_layout Standard
33594 ŐŰőű
33595 \begin_inset space \hfill{}
33596 \end_inset
33597
33598 Hungarian umlaut
33599 \end_layout
33600
33601 \end_deeper
33602 \begin_layout Standard
33603 All the characters above are actively supported by TeX fonts.
33604  In addition TeX allows diacritical marks on almost all characters.
33605  Also make sure you're using the 
33606 \family typewriter
33607 T1
33608 \family default
33609  font-encoding.
33610 \end_layout
33611
33612 \begin_layout Chapter
33613 \start_of_appendix
33614 The User Interface
33615 \begin_inset CommandInset label
33616 LatexCommand label
33617 name "cha:The-User-Interface"
33618
33619 \end_inset
33620
33621
33622 \end_layout
33623
33624 \begin_layout Standard
33625 This appendix lists all available menus and describes its functionality.
33626  It is designed as quick reference if you are searching for a special topic
33627  inside the user's guide.
33628 \end_layout
33629
33630 \begin_layout Section
33631 The File Menu
33632 \begin_inset Index
33633 status collapsed
33634
33635 \begin_layout Plain Layout
33636 Menu ! File
33637 \end_layout
33638
33639 \end_inset
33640
33641
33642 \end_layout
33643
33644 \begin_layout Standard
33645 Under the 
33646 \family sans
33647 File
33648 \family default
33649  menu are the basic operations in addition to some more advanced operations.
33650  At the end of the menu the four last opened documents are listed.
33651 \end_layout
33652
33653 \begin_layout Subsection
33654 New
33655 \end_layout
33656
33657 \begin_layout Standard
33658 Creates a new document.
33659 \end_layout
33660
33661 \begin_layout Subsection
33662 New from Template
33663 \end_layout
33664
33665 \begin_layout Standard
33666 This menu prompts you for a template to use.
33667  Selecting a template will automatically set certain layout features for
33668  the document, features you would otherwise need to change manually.
33669 \end_layout
33670
33671 \begin_layout Subsection
33672 Open
33673 \end_layout
33674
33675 \begin_layout Standard
33676 Opens a document.
33677 \end_layout
33678
33679 \begin_layout Subsection
33680 Open Recent
33681 \end_layout
33682
33683 \begin_layout Standard
33684 The submenu shows a list of the recently opened files.
33685  Click there on a file to open it.
33686 \end_layout
33687
33688 \begin_layout Subsection
33689 Close
33690 \end_layout
33691
33692 \begin_layout Standard
33693 Closes the current document.
33694 \end_layout
33695
33696 \begin_layout Subsection
33697 Save
33698 \end_layout
33699
33700 \begin_layout Standard
33701 Saves the actual document.
33702 \end_layout
33703
33704 \begin_layout Subsection
33705 Save As
33706 \end_layout
33707
33708 \begin_layout Standard
33709 Saves the actual document under a new name to create a copy.
33710 \end_layout
33711
33712 \begin_layout Subsection
33713 Revert to saved
33714 \end_layout
33715
33716 \begin_layout Standard
33717 Reloads the actual document from disk.
33718 \end_layout
33719
33720 \begin_layout Subsection
33721 Version Control
33722 \end_layout
33723
33724 \begin_layout Standard
33725 This is used when more people are working on the same document.
33726  It is described in the section 
33727 \emph on
33728 Version Control in LyX
33729 \emph default
33730  of the 
33731 \emph on
33732 Extended
33733 \begin_inset space ~
33734 \end_inset
33735
33736 Features
33737 \emph default
33738  manual.
33739 \end_layout
33740
33741 \begin_layout Subsection
33742 Import
33743 \end_layout
33744
33745 \begin_layout Standard
33746 You can import there files from older LyX-versions, LaTeX-files and plain
33747  text files (ASCII-files).
33748  The files will be imported as new LyX-document.
33749 \end_layout
33750
33751 \begin_layout Standard
33752 When using the menu 
33753 \family sans
33754 Plain
33755 \begin_inset space ~
33756 \end_inset
33757
33758 Text, Join
33759 \begin_inset space ~
33760 \end_inset
33761
33762 Lines
33763 \family default
33764 , all lines will be imported consecutively to one big paragraph.
33765  A new paragraph is started when there is a blank line in the file.
33766  , the text is inserted as Paragraphs, where the line breaks of the text
33767  will start a new paragraph.
33768 \end_layout
33769
33770 \begin_layout Subsection
33771 Export
33772 \begin_inset CommandInset label
33773 LatexCommand label
33774 name "sub:Export"
33775
33776 \end_inset
33777
33778
33779 \end_layout
33780
33781 \begin_layout Standard
33782 You can export your document to various file formats.
33783  The resulting files are placed in the directory of your LyX-file.
33784  The menu entries are not the same on all installations.
33785  They depend on the programs found by LyX while its configuration.
33786 \end_layout
33787
33788 \begin_layout Standard
33789 Here is a list of all available entries; they are explained in detail in
33790  section
33791 \begin_inset space ~
33792 \end_inset
33793
33794
33795 \begin_inset CommandInset ref
33796 LatexCommand ref
33797 reference "sub:Output-file-formats"
33798
33799 \end_inset
33800
33801 :
33802 \end_layout
33803
33804 \begin_layout Description
33805
33806 \family sans
33807 CJK
33808 \begin_inset space ~
33809 \end_inset
33810
33811 LyX 
33812 \family default
33813 format of the special LyX 1.4.x versions for Chinese, Japanese, and Korean
33814  (CJK); (Since LyX 1.5.0 CJK support is fully integrated to LyX.)
33815 \end_layout
33816
33817 \begin_layout Description
33818
33819 \family sans
33820 DVI
33821 \family default
33822  DVI-format
33823 \end_layout
33824
33825 \begin_layout Description
33826 HTML HTML-format (the HTML-converter is a third-party product and doesn't
33827  work in all cases)
33828 \end_layout
33829
33830 \begin_layout Description
33831 HTML
33832 \begin_inset space ~
33833 \end_inset
33834
33835 (MS
33836 \begin_inset space ~
33837 \end_inset
33838
33839 Word) HTML-format specialized so that the result can be imported to 
33840 \family sans
33841 MS Word
33842 \family default
33843 , as consequence of this formulas will be embedded as bitmap fonts and not
33844  in the format 
33845 \family sans
33846 MathML
33847 \family default
33848 .
33849 \end_layout
33850
33851 \begin_layout Description
33852
33853 \family sans
33854 LaT
33855 \begin_inset ERT
33856 status collapsed
33857
33858 \begin_layout Plain Layout
33859
33860 {}
33861 \end_layout
33862
33863 \end_inset
33864
33865 eX
33866 \begin_inset space ~
33867 \end_inset
33868
33869 (pdflatex)
33870 \family default
33871  text file with the LaTeX source, additionally all images used in the document
33872  will be converted to a format that is readable for the 
33873 \family typewriter
33874 pdflatex
33875 \family default
33876  program (GIF, JPG, PDF, PNG)
33877 \end_layout
33878
33879 \begin_layout Description
33880
33881 \family sans
33882 LaT
33883 \begin_inset ERT
33884 status collapsed
33885
33886 \begin_layout Plain Layout
33887
33888 {}
33889 \end_layout
33890
33891 \end_inset
33892
33893 eX
33894 \begin_inset space ~
33895 \end_inset
33896
33897 (plain)
33898 \family default
33899  text file with the LaTeX source code, additionally all images used in the
33900  document will be converted to the EPS-format, only this format is readable
33901  for the 
33902 \family typewriter
33903 latex
33904 \family default
33905  program
33906 \end_layout
33907
33908 \begin_layout Description
33909 LyX
33910 \begin_inset space ~
33911 \end_inset
33912
33913 1.y.x LyX-document in a format readable for the LyX versions 1.y.x (
33914 \begin_inset Quotes eld
33915 \end_inset
33916
33917 y
33918 \begin_inset Quotes erd
33919 \end_inset
33920
33921  is replaced by the version number)
33922 \end_layout
33923
33924 \begin_layout Description
33925 OpenDocument OpenDocument-formatted text file, to be opened with 
33926 \family sans
33927 OpenOffice
33928 \family default
33929
33930 \family sans
33931 KOffice
33932 \family default
33933
33934 \family sans
33935 Abiword
33936 \family default
33937 , etc.
33938  (the OpenDocument-converter is a third-party product and doesn't work in
33939  all cases)
33940 \end_layout
33941
33942 \begin_layout Description
33943
33944 \family sans
33945 PDF
33946 \family default
33947  PDF-format using the program 
33948 \family typewriter
33949 ps2pdf
33950 \end_layout
33951
33952 \begin_layout Description
33953
33954 \family sans
33955 PDF
33956 \begin_inset space ~
33957 \end_inset
33958
33959 (dvipdfm)
33960 \family default
33961  PDF-format using the program 
33962 \family typewriter
33963 dvipdfm
33964 \end_layout
33965
33966 \begin_layout Description
33967
33968 \family sans
33969 PDF
33970 \begin_inset space ~
33971 \end_inset
33972
33973 (pdflatex)
33974 \family default
33975  PDF-format using the program 
33976 \family typewriter
33977 pdflatex
33978 \end_layout
33979
33980 \begin_layout Description
33981
33982 \family sans
33983 Plain
33984 \begin_inset space ~
33985 \end_inset
33986
33987 text
33988 \family default
33989  text format
33990 \end_layout
33991
33992 \begin_layout Description
33993
33994 \family sans
33995 Plain
33996 \begin_inset space ~
33997 \end_inset
33998
33999 text
34000 \begin_inset space ~
34001 \end_inset
34002
34003 (ps2ascii)
34004 \family default
34005  text format, the document will first be converted to Postscript format
34006  and then exported as text using the program 
34007 \family sans
34008 ps2ascii
34009 \end_layout
34010
34011 \begin_layout Description
34012
34013 \family sans
34014 Postscript
34015 \family default
34016  PostScript format using the program 
34017 \family typewriter
34018 dvips
34019 \end_layout
34020
34021 \begin_layout Description
34022
34023 \family sans
34024 Custom
34025 \family default
34026  custom format
34027 \end_layout
34028
34029 \begin_layout Standard
34030 The program 
34031 \family typewriter
34032 dvipdfm
34033 \family default
34034  produces internally a dvi-file which is then converted to a pdf-file.
34035  It is a bit out of date and therefore the output could look different from
34036  what you want.
34037  
34038 \family typewriter
34039 pdflatex
34040 \family default
34041  produces directly pdf-files and supports the latest pdf-file formats.
34042 \end_layout
34043
34044 \begin_layout Standard
34045 If one of the menu entries 
34046 \family sans
34047 DVI
34048 \family default
34049
34050 \family sans
34051 PDF
34052 \begin_inset space ~
34053 \end_inset
34054
34055 (pdflatex)
34056 \family default
34057  or 
34058 \family sans
34059 Postscript
34060 \family default
34061  is missing, you need to update your LaTeX installation.
34062  After updating you have to reconfigure LyX, see section
34063 \begin_inset space ~
34064 \end_inset
34065
34066
34067 \begin_inset CommandInset ref
34068 LatexCommand ref
34069 reference "sec:Basic-LyX-Setup"
34070
34071 \end_inset
34072
34073 .
34074 \begin_inset Index
34075 status collapsed
34076
34077 \begin_layout Plain Layout
34078 Reconfiguration of LyX
34079 \end_layout
34080
34081 \end_inset
34082
34083
34084 \end_layout
34085
34086 \begin_layout Standard
34087 The menu 
34088 \family sans
34089 Custom
34090 \family default
34091  allows you to export your file by using special command line options for
34092  the export program.
34093 \end_layout
34094
34095 \begin_layout Subsection
34096 Print
34097 \end_layout
34098
34099 \begin_layout Standard
34100 With this menu you can print your document to a file in PostScript format
34101  or send it to a printer.
34102  The printer will also use the document in PostScript format.
34103  The conversion to PostScript is done in the background by LyX using the
34104  program 
34105 \family typewriter
34106 dvips
34107 \family default
34108 .
34109  For more informations have a look at section
34110 \begin_inset space ~
34111 \end_inset
34112
34113
34114 \begin_inset CommandInset ref
34115 LatexCommand ref
34116 reference "sub:Printing-the-File"
34117
34118 \end_inset
34119
34120 .
34121 \end_layout
34122
34123 \begin_layout Subsection
34124 New and Close Window
34125 \end_layout
34126
34127 \begin_layout Standard
34128 Opens a new instance of LyX with all currently opened documents.
34129  You can close it later with the corresponding menu.
34130 \end_layout
34131
34132 \begin_layout Section
34133 The Edit Menu
34134 \begin_inset Index
34135 status collapsed
34136
34137 \begin_layout Plain Layout
34138 Menu ! Edit
34139 \end_layout
34140
34141 \end_inset
34142
34143
34144 \end_layout
34145
34146 \begin_layout Subsection
34147 Undo and Redo
34148 \end_layout
34149
34150 \begin_layout Standard
34151 Described in section
34152 \begin_inset space ~
34153 \end_inset
34154
34155
34156 \begin_inset CommandInset ref
34157 LatexCommand ref
34158 reference "sec:Undo-and-Redo"
34159
34160 \end_inset
34161
34162 .
34163 \end_layout
34164
34165 \begin_layout Subsection
34166 Cut, Copy, Paste, Paste Recent, Paste Special
34167 \end_layout
34168
34169 \begin_layout Standard
34170 Described in section
34171 \begin_inset space ~
34172 \end_inset
34173
34174
34175 \begin_inset CommandInset ref
34176 LatexCommand ref
34177 reference "sec:Basic-Editing-Features"
34178
34179 \end_inset
34180
34181 .
34182 \end_layout
34183
34184 \begin_layout Subsection
34185 Select All
34186 \end_layout
34187
34188 \begin_layout Standard
34189 Selects the whole document.
34190 \end_layout
34191
34192 \begin_layout Subsection
34193 Find & Replace
34194 \end_layout
34195
34196 \begin_layout Standard
34197 Described in section
34198 \begin_inset space ~
34199 \end_inset
34200
34201
34202 \begin_inset CommandInset ref
34203 LatexCommand ref
34204 reference "sec:Basic-Editing-Features"
34205
34206 \end_inset
34207
34208 .
34209 \end_layout
34210
34211 \begin_layout Subsection
34212 Move paragraph Up/Down
34213 \end_layout
34214
34215 \begin_layout Standard
34216 This shifts the paragraph where the cursor is currently in one paragraph
34217  up or down.
34218 \end_layout
34219
34220 \begin_layout Subsection
34221 Text Style
34222 \end_layout
34223
34224 \begin_layout Standard
34225 Described in section
34226 \begin_inset space ~
34227 \end_inset
34228
34229
34230 \begin_inset CommandInset ref
34231 LatexCommand ref
34232 reference "sub:Fine-Tuning-with-the"
34233
34234 \end_inset
34235
34236 .
34237 \end_layout
34238
34239 \begin_layout Subsection
34240 Paragraph Settings
34241 \begin_inset Index
34242 status collapsed
34243
34244 \begin_layout Plain Layout
34245 Paragraph ! Settings
34246 \end_layout
34247
34248 \end_inset
34249
34250
34251 \end_layout
34252
34253 \begin_layout Standard
34254 The settings in the paragraph dialog only affects the paragraph where the
34255  cursor is in.
34256  Here you can set here the paragraph alignment and line spacing.
34257 \end_layout
34258
34259 \begin_layout Standard
34260 You can also prevent that the first line of the paragraph is indented.
34261  This option works only when you have chosen to separate paragraphs with
34262  indents in the 
34263 \family sans
34264 Document\SpecialChar \menuseparator
34265 Settings
34266 \family default
34267  dialog under 
34268 \family sans
34269 Text
34270 \begin_inset space ~
34271 \end_inset
34272
34273 Layout
34274 \family default
34275 .
34276 \end_layout
34277
34278 \begin_layout Subsection
34279 Tabular and Math
34280 \end_layout
34281
34282 \begin_layout Standard
34283 These two menus are only active when the cursor is inside a table or a formula.
34284  The properties of this table/formula can now be changed.
34285  The properties of tables are described in section
34286 \begin_inset space ~
34287 \end_inset
34288
34289
34290 \begin_inset CommandInset ref
34291 LatexCommand ref
34292 reference "sec:Tables"
34293
34294 \end_inset
34295
34296 , the properties of formulas in chapter
34297 \begin_inset space ~
34298 \end_inset
34299
34300
34301 \begin_inset CommandInset ref
34302 LatexCommand ref
34303 reference "cha:Mathematical-Formulas"
34304
34305 \end_inset
34306
34307 .
34308 \end_layout
34309
34310 \begin_layout Subsection
34311 Increase / Decrease List Depth
34312 \end_layout
34313
34314 \begin_layout Standard
34315 These menus are only active when the cursor is in an environment that can
34316  be nested.
34317  They in/decrease the environment nesting level as explained in section
34318 \begin_inset space ~
34319 \end_inset
34320
34321
34322 \begin_inset CommandInset ref
34323 LatexCommand ref
34324 reference "sec:Nesting"
34325
34326 \end_inset
34327
34328  and 
34329 \begin_inset CommandInset ref
34330 LatexCommand ref
34331 reference "sub:Numbering-depth"
34332
34333 \end_inset
34334
34335 .
34336 \end_layout
34337
34338 \begin_layout Section
34339 The View Menu
34340 \begin_inset Index
34341 status collapsed
34342
34343 \begin_layout Plain Layout
34344 Menu ! View
34345 \end_layout
34346
34347 \end_inset
34348
34349
34350 \end_layout
34351
34352 \begin_layout Standard
34353 The 
34354 \family sans
34355 View
34356 \family default
34357  menu contains a list of available formats in which you can view the actual
34358  document with an external program.
34359  The menu entries for the viewing formats are not the same on all installations
34360  - it depends on the LaTeX programs that are found while LyX was configured.
34361  All possible formats are formats listed in section
34362 \begin_inset space ~
34363 \end_inset
34364
34365
34366 \begin_inset CommandInset ref
34367 LatexCommand ref
34368 reference "sub:Export"
34369
34370 \end_inset
34371
34372 .
34373  You should at least see the menu entries 
34374 \family sans
34375 DVI
34376 \family default
34377  and 
34378 \family sans
34379 PDF
34380 \begin_inset space ~
34381 \end_inset
34382
34383 (pdflatex)
34384 \family default
34385 .
34386  If one of the two is missing, you need to update your LaTeX installation.
34387  After updating you have to reconfigure LyX, see section
34388 \begin_inset space ~
34389 \end_inset
34390
34391
34392 \begin_inset CommandInset ref
34393 LatexCommand ref
34394 reference "sec:Basic-LyX-Setup"
34395
34396 \end_inset
34397
34398 .
34399 \begin_inset Index
34400 status collapsed
34401
34402 \begin_layout Plain Layout
34403 Reconfiguration of LyX
34404 \end_layout
34405
34406 \end_inset
34407
34408
34409 \end_layout
34410
34411 \begin_layout Standard
34412 Invoking a menu will start a viewer program.
34413  The viewer can be set or changed in the preferences, see section
34414 \begin_inset space ~
34415 \end_inset
34416
34417
34418 \begin_inset CommandInset ref
34419 LatexCommand ref
34420 reference "sec:File-Formats"
34421
34422 \end_inset
34423
34424 .
34425  The default viewers are set by LyX while it is first configured.
34426 \end_layout
34427
34428 \begin_layout Standard
34429 \begin_inset VSpace bigskip
34430 \end_inset
34431
34432 At the bottom of the 
34433 \family sans
34434 View
34435 \family default
34436  menu the opened documents are listed.
34437 \end_layout
34438
34439 \begin_layout Subsection
34440 View Source
34441 \end_layout
34442
34443 \begin_layout Standard
34444 Opens a window showing the source code of the actual document, as described
34445  in section
34446 \begin_inset space ~
34447 \end_inset
34448
34449
34450 \begin_inset CommandInset ref
34451 LatexCommand ref
34452 reference "sec:Previewing-snippets-of"
34453
34454 \end_inset
34455
34456 .
34457 \end_layout
34458
34459 \begin_layout Subsection
34460 Update
34461 \end_layout
34462
34463 \begin_layout Standard
34464 This menu allows you to update the view with your latest changes without
34465  opening a new view window.
34466 \end_layout
34467
34468 \begin_layout Subsection
34469 Toolbars
34470 \begin_inset CommandInset label
34471 LatexCommand label
34472 name "sub:Toolbars"
34473
34474 \end_inset
34475
34476
34477 \begin_inset Index
34478 status collapsed
34479
34480 \begin_layout Plain Layout
34481 Toolbar
34482 \end_layout
34483
34484 \end_inset
34485
34486
34487 \end_layout
34488
34489 \begin_layout Standard
34490 In this menu you can set the appearance of the different toolbars.
34491  All toolbars and the 
34492 \family sans
34493 Command
34494 \begin_inset space ~
34495 \end_inset
34496
34497 Buffer
34498 \family default
34499  can be turned on and off.
34500  The 
34501 \emph on
34502 on
34503 \emph default
34504  state is denoted in the menu with a checkmark.
34505  The 
34506 \family sans
34507 Review
34508 \family default
34509
34510 \family sans
34511 Table
34512 \family default
34513
34514 \family sans
34515 Math
34516 \begin_inset space ~
34517 \end_inset
34518
34519 Panels
34520 \family default
34521 , and 
34522 \family sans
34523 Math
34524 \family default
34525  toolbars can be additionally set to the state 
34526 \emph on
34527 automatic
34528 \emph default
34529  that is denoted in the menu with the suffix 
34530 \family sans
34531 (auto)
34532 \family default
34533 .
34534 \end_layout
34535
34536 \begin_layout Standard
34537 In the 
34538 \emph on
34539 on
34540 \emph default
34541  state the toolbar is permanently shown, in the 
34542 \emph on
34543 automatic
34544 \emph default
34545  state the toolbar is only shown when the cursor is in a certain environment
34546  or when a certain feature is enabled.
34547  That means that the review toolbar will only be shown when change tracking
34548  is activated, the math and table toolbars are only shown when the cursor
34549  is inside a formula or table, respectively.
34550 \end_layout
34551
34552 \begin_layout Standard
34553 LyX's toolbars and its buttons are explained in section
34554 \begin_inset space ~
34555 \end_inset
34556
34557
34558 \begin_inset CommandInset ref
34559 LatexCommand ref
34560 reference "sec:Toolbars"
34561
34562 \end_inset
34563
34564 .
34565 \end_layout
34566
34567 \begin_layout Section
34568 The Insert Menu
34569 \begin_inset Index
34570 status collapsed
34571
34572 \begin_layout Plain Layout
34573 Menu ! Insert
34574 \end_layout
34575
34576 \end_inset
34577
34578
34579 \end_layout
34580
34581 \begin_layout Subsection
34582 Math
34583 \end_layout
34584
34585 \begin_layout Standard
34586 Inserts math constructs that are explained in chapter
34587 \begin_inset space ~
34588 \end_inset
34589
34590
34591 \begin_inset CommandInset ref
34592 LatexCommand ref
34593 reference "cha:Mathematical-Formulas"
34594
34595 \end_inset
34596
34597 .
34598 \end_layout
34599
34600 \begin_layout Subsection
34601 Special Character
34602 \begin_inset CommandInset label
34603 LatexCommand label
34604 name "sub:Special-Character"
34605
34606 \end_inset
34607
34608
34609 \end_layout
34610
34611 \begin_layout Standard
34612 Here you can insert the following characters:
34613 \end_layout
34614
34615 \begin_layout Description
34616 Ellipsis Inserts an ellipsis: \SpecialChar \ldots{}
34617
34618 \end_layout
34619
34620 \begin_layout Description
34621 End
34622 \begin_inset space ~
34623 \end_inset
34624
34625 of
34626 \begin_inset space ~
34627 \end_inset
34628
34629 Sentence Inserts an end of sentence dot as described in section
34630 \begin_inset space ~
34631 \end_inset
34632
34633
34634 \begin_inset CommandInset ref
34635 LatexCommand ref
34636 reference "sub:Abbreviations"
34637
34638 \end_inset
34639
34640 .
34641 \end_layout
34642
34643 \begin_layout Description
34644 Ordinary
34645 \begin_inset space ~
34646 \end_inset
34647
34648 Quote Inserts this quote: 
34649 \begin_inset Quotes erd
34650 \end_inset
34651
34652 , no matter what quote type you selected in the 
34653 \family sans
34654 Document\SpecialChar \menuseparator
34655 Settings
34656 \family default
34657  dialog under 
34658 \family sans
34659 Language
34660 \family default
34661 .
34662 \end_layout
34663
34664 \begin_layout Description
34665 Single
34666 \begin_inset space ~
34667 \end_inset
34668
34669 Quote Inserts this quote: 
34670 \begin_inset Quotes els
34671 \end_inset
34672
34673
34674 \end_layout
34675
34676 \begin_layout Description
34677 Menu
34678 \begin_inset space ~
34679 \end_inset
34680
34681 Separator Inserts the menu separator sign: \SpecialChar \menuseparator
34682
34683 \end_layout
34684
34685 \begin_layout Description
34686 Phonetic
34687 \begin_inset space ~
34688 \end_inset
34689
34690 Symbols
34691 \begin_inset Index
34692 status collapsed
34693
34694 \begin_layout Plain Layout
34695 Phonetic symbols
34696 \end_layout
34697
34698 \end_inset
34699
34700
34701 \begin_inset Index
34702 status collapsed
34703
34704 \begin_layout Plain Layout
34705 Language ! Phonetic symbols
34706 \end_layout
34707
34708 \end_inset
34709
34710  Creates a formula with a so called tipa inset.
34711  Here you can insert commands to create IPA phonetic symbols.
34712  For this feature you must have the LaTeX-package 
34713 \series bold
34714 tipa
34715 \series default
34716
34717 \begin_inset Index
34718 status collapsed
34719
34720 \begin_layout Plain Layout
34721 Latex@LaTeX-packages ! tipa
34722 \end_layout
34723
34724 \end_inset
34725
34726  installed.
34727 \begin_inset Newline newline
34728 \end_inset
34729
34730 For more informations about this feature we refer to the documentation of
34731  
34732 \series bold
34733 tipa, 
34734 \begin_inset CommandInset citation
34735 LatexCommand cite
34736 key "tipa"
34737
34738 \end_inset
34739
34740
34741 \series default
34742  and this Wiki-page:
34743 \begin_inset Newline newline
34744 \end_inset
34745
34746
34747 \begin_inset Flex URL
34748 status collapsed
34749
34750 \begin_layout Plain Layout
34751
34752 http://wiki.lyx.org/LyX/LinguistLyX
34753 \end_layout
34754
34755 \end_inset
34756
34757 .
34758 \end_layout
34759
34760 \begin_layout Subsection
34761 Formatting
34762 \end_layout
34763
34764 \begin_layout Standard
34765 Here you can insert the following format constructs:
34766 \end_layout
34767
34768 \begin_layout Description
34769 Superscript Inserts an superscript: test
34770 \begin_inset Formula $^{\text{a,b}}$
34771 \end_inset
34772
34773
34774 \end_layout
34775
34776 \begin_layout Description
34777 Subscript Inserts an subscript: test
34778 \begin_inset Formula $_{\text{3x}}$
34779 \end_inset
34780
34781
34782 \end_layout
34783
34784 \begin_layout Description
34785 Protected
34786 \begin_inset space ~
34787 \end_inset
34788
34789 Space Inserts a protected space that is described in section
34790 \begin_inset space ~
34791 \end_inset
34792
34793
34794 \begin_inset CommandInset ref
34795 LatexCommand ref
34796 reference "sub:Protected-Space"
34797
34798 \end_inset
34799
34800 .
34801 \end_layout
34802
34803 \begin_layout Description
34804 Inter-word
34805 \begin_inset space ~
34806 \end_inset
34807
34808 Space Inserts an inter-word space that is described in section
34809 \begin_inset space ~
34810 \end_inset
34811
34812
34813 \begin_inset CommandInset ref
34814 LatexCommand ref
34815 reference "sub:Inter-word-Space"
34816
34817 \end_inset
34818
34819 .
34820 \end_layout
34821
34822 \begin_layout Description
34823 Thin
34824 \begin_inset space ~
34825 \end_inset
34826
34827 Space Inserts a thin space that is described in section
34828 \begin_inset space ~
34829 \end_inset
34830
34831
34832 \begin_inset CommandInset ref
34833 LatexCommand ref
34834 reference "sub:Thin-Space"
34835
34836 \end_inset
34837
34838 .
34839 \end_layout
34840
34841 \begin_layout Description
34842 Horizontal
34843 \begin_inset space ~
34844 \end_inset
34845
34846 Fill Inserts an horizontal fill, see section
34847 \begin_inset space ~
34848 \end_inset
34849
34850
34851 \begin_inset CommandInset ref
34852 LatexCommand ref
34853 reference "sub:Horizontal-Space"
34854
34855 \end_inset
34856
34857  for a description.
34858 \end_layout
34859
34860 \begin_layout Description
34861 Horizontal
34862 \begin_inset space ~
34863 \end_inset
34864
34865 Line Inserts an horizontal line, see section
34866 \begin_inset space ~
34867 \end_inset
34868
34869
34870 \begin_inset CommandInset ref
34871 LatexCommand ref
34872 reference "sub:Horizontal-Lines"
34873
34874 \end_inset
34875
34876  for a description.
34877 \end_layout
34878
34879 \begin_layout Description
34880 Vertical
34881 \begin_inset space ~
34882 \end_inset
34883
34884 Space Inserts vertical space, see section
34885 \begin_inset space ~
34886 \end_inset
34887
34888
34889 \begin_inset CommandInset ref
34890 LatexCommand ref
34891 reference "sub:Vertical-Space"
34892
34893 \end_inset
34894
34895  for a description.
34896 \end_layout
34897
34898 \begin_layout Description
34899 Hyphenation
34900 \begin_inset space ~
34901 \end_inset
34902
34903 Point Inserts an hyphenation point, see section
34904 \begin_inset space ~
34905 \end_inset
34906
34907
34908 \begin_inset CommandInset ref
34909 LatexCommand ref
34910 reference "sub:Hyphenation"
34911
34912 \end_inset
34913
34914
34915 \end_layout
34916
34917 \begin_layout Description
34918 Ligature
34919 \begin_inset space ~
34920 \end_inset
34921
34922 Break Inserts a ligature break, see section
34923 \begin_inset space ~
34924 \end_inset
34925
34926
34927 \begin_inset CommandInset ref
34928 LatexCommand ref
34929 reference "sub:Ligatures"
34930
34931 \end_inset
34932
34933
34934 \end_layout
34935
34936 \begin_layout Description
34937 Line
34938 \begin_inset space ~
34939 \end_inset
34940
34941 Break Inserts a forced linebreak, see section
34942 \begin_inset space ~
34943 \end_inset
34944
34945
34946 \begin_inset CommandInset ref
34947 LatexCommand ref
34948 reference "sub:Forced-Linebreaks"
34949
34950 \end_inset
34951
34952
34953 \end_layout
34954
34955 \begin_layout Description
34956 Page
34957 \begin_inset space ~
34958 \end_inset
34959
34960 Break Inserts a forced pagebreak, described in section
34961 \begin_inset space ~
34962 \end_inset
34963
34964
34965 \begin_inset CommandInset ref
34966 LatexCommand ref
34967 reference "sub:Forced-Pagebreaks"
34968
34969 \end_inset
34970
34971
34972 \end_layout
34973
34974 \begin_layout Description
34975 Clear
34976 \begin_inset space ~
34977 \end_inset
34978
34979 Page Inserts a clear pagebreak, described in section
34980 \begin_inset space ~
34981 \end_inset
34982
34983
34984 \begin_inset CommandInset ref
34985 LatexCommand ref
34986 reference "sub:Clear-Pages"
34987
34988 \end_inset
34989
34990
34991 \end_layout
34992
34993 \begin_layout Description
34994 Clear
34995 \begin_inset space ~
34996 \end_inset
34997
34998 Double
34999 \begin_inset space ~
35000 \end_inset
35001
35002 Page Inserts a clear doublepage break, described in section
35003 \begin_inset space ~
35004 \end_inset
35005
35006
35007 \begin_inset CommandInset ref
35008 LatexCommand ref
35009 reference "sub:Clear-Pages"
35010
35011 \end_inset
35012
35013
35014 \end_layout
35015
35016 \begin_layout Subsection
35017 List / TOC
35018 \end_layout
35019
35020 \begin_layout Standard
35021 Various lists can be inserted with this menu.
35022  The table of contents, the algorithm, figures, and tables list are described
35023  in section
35024 \begin_inset space ~
35025 \end_inset
35026
35027
35028 \begin_inset CommandInset ref
35029 LatexCommand ref
35030 reference "sec:toc"
35031
35032 \end_inset
35033
35034 .
35035  The index list is described in section
35036 \begin_inset space ~
35037 \end_inset
35038
35039
35040 \begin_inset CommandInset ref
35041 LatexCommand ref
35042 reference "sec:Index"
35043
35044 \end_inset
35045
35046 , the nomenclature in section
35047 \begin_inset space ~
35048 \end_inset
35049
35050
35051 \begin_inset CommandInset ref
35052 LatexCommand ref
35053 reference "sec:Nomenclature"
35054
35055 \end_inset
35056
35057 , and the BibTeX bibliography in section
35058 \begin_inset space ~
35059 \end_inset
35060
35061
35062 \begin_inset CommandInset ref
35063 LatexCommand ref
35064 reference "sub:Bibliography-databases"
35065
35066 \end_inset
35067
35068 .
35069 \end_layout
35070
35071 \begin_layout Subsection
35072 Float
35073 \end_layout
35074
35075 \begin_layout Standard
35076 To insert floats, described in section
35077 \begin_inset space ~
35078 \end_inset
35079
35080
35081 \begin_inset CommandInset ref
35082 LatexCommand ref
35083 reference "sec:Floats"
35084
35085 \end_inset
35086
35087 .
35088 \end_layout
35089
35090 \begin_layout Subsection
35091 Note
35092 \end_layout
35093
35094 \begin_layout Standard
35095 To insert notes, described in section
35096 \begin_inset space ~
35097 \end_inset
35098
35099
35100 \begin_inset CommandInset ref
35101 LatexCommand ref
35102 reference "sec:Notes"
35103
35104 \end_inset
35105
35106 .
35107 \end_layout
35108
35109 \begin_layout Subsection
35110 Branch
35111 \end_layout
35112
35113 \begin_layout Standard
35114 Inserts branch insets as described in section
35115 \begin_inset space ~
35116 \end_inset
35117
35118
35119 \begin_inset CommandInset ref
35120 LatexCommand ref
35121 reference "sec:Branches"
35122
35123 \end_inset
35124
35125 .
35126 \end_layout
35127
35128 \begin_layout Subsection
35129 File
35130 \begin_inset Index
35131 status collapsed
35132
35133 \begin_layout Plain Layout
35134 External Material
35135 \end_layout
35136
35137 \end_inset
35138
35139
35140 \end_layout
35141
35142 \begin_layout Standard
35143 Here you can inserts files to include them or its content to your document.
35144  How this can be done is in detail explained in chapter 
35145 \emph on
35146 External Stuff
35147 \emph default
35148  of the 
35149 \emph on
35150 Embedded Objects
35151 \emph default
35152  manual.
35153 \end_layout
35154
35155 \begin_layout Subsection
35156 Box
35157 \begin_inset Index
35158 status collapsed
35159
35160 \begin_layout Plain Layout
35161 Boxes
35162 \end_layout
35163
35164 \end_inset
35165
35166
35167 \end_layout
35168
35169 \begin_layout Standard
35170 Inserts a minipage box that is described section
35171 \begin_inset space ~
35172 \end_inset
35173
35174
35175 \begin_inset CommandInset ref
35176 LatexCommand ref
35177 reference "sec:Minipages"
35178
35179 \end_inset
35180
35181 .
35182  All box types supported by LyX are explained in detail in chapter 
35183 \emph on
35184 Boxes
35185 \emph default
35186  of the 
35187 \emph on
35188 Embedded Objects
35189 \emph default
35190  manual.
35191 \end_layout
35192
35193 \begin_layout Subsection
35194 Citation
35195 \end_layout
35196
35197 \begin_layout Standard
35198 Inserts a citation as described in section
35199 \begin_inset space ~
35200 \end_inset
35201
35202
35203 \begin_inset CommandInset ref
35204 LatexCommand ref
35205 reference "sec:Bibliography"
35206
35207 \end_inset
35208
35209 .
35210 \end_layout
35211
35212 \begin_layout Subsection
35213 Cross-Reference
35214 \end_layout
35215
35216 \begin_layout Standard
35217 Inserts a cross-reference as described in section
35218 \begin_inset space ~
35219 \end_inset
35220
35221
35222 \begin_inset CommandInset ref
35223 LatexCommand ref
35224 reference "sec:Cross-References"
35225
35226 \end_inset
35227
35228 .
35229 \end_layout
35230
35231 \begin_layout Subsection
35232 Label
35233 \end_layout
35234
35235 \begin_layout Standard
35236 Inserts a label as described in section
35237 \begin_inset space ~
35238 \end_inset
35239
35240
35241 \begin_inset CommandInset ref
35242 LatexCommand ref
35243 reference "sec:Cross-References"
35244
35245 \end_inset
35246
35247 .
35248 \end_layout
35249
35250 \begin_layout Subsection
35251 Caption
35252 \begin_inset Index
35253 status collapsed
35254
35255 \begin_layout Plain Layout
35256 Captions
35257 \end_layout
35258
35259 \end_inset
35260
35261
35262 \begin_inset Index
35263 status collapsed
35264
35265 \begin_layout Plain Layout
35266 Longtables ! Caption
35267 \end_layout
35268
35269 \end_inset
35270
35271
35272 \end_layout
35273
35274 \begin_layout Standard
35275 Inserts a caption to floats or longtables.
35276  Floats are described in section
35277 \begin_inset space ~
35278 \end_inset
35279
35280
35281 \begin_inset CommandInset ref
35282 LatexCommand ref
35283 reference "sec:Floats"
35284
35285 \end_inset
35286
35287 , cations in longtables are described in section 
35288 \emph on
35289 Longtable Captions
35290 \emph default
35291  of the 
35292 \emph on
35293 Embedded Objects
35294 \emph default
35295  manual.
35296 \end_layout
35297
35298 \begin_layout Subsection
35299 Index Entry
35300 \end_layout
35301
35302 \begin_layout Standard
35303 Inserts an index entry as described in section
35304 \begin_inset space ~
35305 \end_inset
35306
35307
35308 \begin_inset CommandInset ref
35309 LatexCommand ref
35310 reference "sec:Index"
35311
35312 \end_inset
35313
35314 .
35315 \end_layout
35316
35317 \begin_layout Subsection
35318 Nomenclature Entry
35319 \end_layout
35320
35321 \begin_layout Standard
35322 Inserts a nomenclature entry as described in section
35323 \begin_inset space ~
35324 \end_inset
35325
35326
35327 \begin_inset CommandInset ref
35328 LatexCommand ref
35329 reference "sec:Nomenclature"
35330
35331 \end_inset
35332
35333 .
35334 \end_layout
35335
35336 \begin_layout Subsection
35337 Table
35338 \end_layout
35339
35340 \begin_layout Standard
35341 Inserts a table.
35342  Tables are described in section
35343 \begin_inset space ~
35344 \end_inset
35345
35346
35347 \begin_inset CommandInset ref
35348 LatexCommand ref
35349 reference "sec:Tables"
35350
35351 \end_inset
35352
35353 .
35354 \end_layout
35355
35356 \begin_layout Subsection
35357 Graphics
35358 \end_layout
35359
35360 \begin_layout Standard
35361 Inserts a graphic.
35362  Graphics are described in section
35363 \begin_inset space ~
35364 \end_inset
35365
35366
35367 \begin_inset CommandInset ref
35368 LatexCommand ref
35369 reference "sec:Graphics"
35370
35371 \end_inset
35372
35373 .
35374 \end_layout
35375
35376 \begin_layout Subsection
35377 URL
35378 \end_layout
35379
35380 \begin_layout Standard
35381 Inserts an URL box as described in section
35382 \begin_inset space ~
35383 \end_inset
35384
35385
35386 \begin_inset CommandInset ref
35387 LatexCommand ref
35388 reference "sec:URL"
35389
35390 \end_inset
35391
35392 .
35393 \end_layout
35394
35395 \begin_layout Subsection
35396 Footnote
35397 \end_layout
35398
35399 \begin_layout Standard
35400 Inserts a footnote, see section
35401 \begin_inset space ~
35402 \end_inset
35403
35404
35405 \begin_inset CommandInset ref
35406 LatexCommand ref
35407 reference "sec:Footnotes"
35408
35409 \end_inset
35410
35411 .
35412 \end_layout
35413
35414 \begin_layout Subsection
35415 Marginal Note
35416 \end_layout
35417
35418 \begin_layout Standard
35419 Inserts a marginal note, see section
35420 \begin_inset space ~
35421 \end_inset
35422
35423
35424 \begin_inset CommandInset ref
35425 LatexCommand ref
35426 reference "sec:Marginal-Notes"
35427
35428 \end_inset
35429
35430 .
35431 \end_layout
35432
35433 \begin_layout Subsection
35434 Short Title
35435 \end_layout
35436
35437 \begin_layout Standard
35438 Inserts a short title, see section
35439 \begin_inset space ~
35440 \end_inset
35441
35442
35443 \begin_inset CommandInset ref
35444 LatexCommand ref
35445 reference "sec:Short-Titles"
35446
35447 \end_inset
35448
35449 .
35450 \end_layout
35451
35452 \begin_layout Subsection
35453 TeX Code
35454 \end_layout
35455
35456 \begin_layout Standard
35457 Inserts an ERT box, see section
35458 \begin_inset space ~
35459 \end_inset
35460
35461
35462 \begin_inset CommandInset ref
35463 LatexCommand ref
35464 reference "sub:ERT-Boxes"
35465
35466 \end_inset
35467
35468  for a description.
35469 \end_layout
35470
35471 \begin_layout Subsection
35472 Program Listing
35473 \begin_inset Index
35474 status collapsed
35475
35476 \begin_layout Plain Layout
35477 Program listings
35478 \end_layout
35479
35480 \end_inset
35481
35482
35483 \end_layout
35484
35485 \begin_layout Standard
35486 Inserts a program listings box.
35487  Program listings are explained in chapter 
35488 \emph on
35489 Program Code Listings
35490 \emph default
35491  of the 
35492 \emph on
35493 Embedded Objects
35494 \emph default
35495  manual.
35496 \end_layout
35497
35498 \begin_layout Subsection
35499 Date
35500 \end_layout
35501
35502 \begin_layout Standard
35503 Inserts the actual date.
35504  The format dependends on the date format of the language that is used for
35505  LyX's menus.
35506  LyX offers another ways to insert a date which is explained in section
35507  
35508 \emph on
35509 External Material
35510 \emph default
35511  of the 
35512 \emph on
35513 Embedded Objects
35514 \emph default
35515  manual.
35516  There the different methods are also compared.
35517 \end_layout
35518
35519 \begin_layout Section
35520 The Navigate Menu
35521 \begin_inset Index
35522 status collapsed
35523
35524 \begin_layout Plain Layout
35525 Menu ! Navigate
35526 \end_layout
35527
35528 \end_inset
35529
35530
35531 \end_layout
35532
35533 \begin_layout Standard
35534 This menu lists the existing, chapter, sections, figures, and tables of
35535  the current document.
35536  This allows you to navigate easily through you document.
35537 \end_layout
35538
35539 \begin_layout Standard
35540 The Navigate menu also offers to 
35541 \end_layout
35542
35543 \begin_layout Subsection
35544 Bookmarks
35545 \end_layout
35546
35547 \begin_layout Standard
35548 With this menu you are able to define your own bookmarks.
35549  This is useful when you are working on a large documents and often have
35550  to jump e.g.
35551  between section
35552 \begin_inset space ~
35553 \end_inset
35554
35555 2.5 and 6.3.
35556  To create bookmarks for this example, go to section
35557 \begin_inset space ~
35558 \end_inset
35559
35560 2.5 and use the menu 
35561 \family sans
35562 Save
35563 \begin_inset space ~
35564 \end_inset
35565
35566 Bookmark
35567 \begin_inset space ~
35568 \end_inset
35569
35570 1
35571 \family default
35572 .
35573  Then go to section
35574 \begin_inset space ~
35575 \end_inset
35576
35577 6.3 and use 
35578 \family sans
35579 Save
35580 \begin_inset space ~
35581 \end_inset
35582
35583 Bookmark
35584 \begin_inset space ~
35585 \end_inset
35586
35587
35588 \family default
35589 2.
35590  Now you can easily jump between these sections by using the menu or by
35591  the key bindings 
35592 \family sans
35593 C-1
35594 \family default
35595  and 
35596 \family sans
35597 C-2
35598 \family default
35599 .
35600 \end_layout
35601
35602 \begin_layout Standard
35603 You can also use bookmarks to jump between several opened documents.
35604  The saved bookmarks are valid till the document is closed.
35605 \end_layout
35606
35607 \begin_layout Subsection
35608 Next Note, Change, Cross-reference
35609 \end_layout
35610
35611 \begin_layout Standard
35612 Jump to the next note, change, or cross-reference following the current
35613  cursor position.
35614 \end_layout
35615
35616 \begin_layout Subsection
35617 Go to Label
35618 \end_layout
35619
35620 \begin_layout Standard
35621 Only active when the cursor is in front of a cross-reference.
35622  Sets the cursor before the referenced label, the same as if you right-click
35623  on a cross-reference box.
35624 \end_layout
35625
35626 \begin_layout Section
35627 The Document Menu
35628 \begin_inset Index
35629 status collapsed
35630
35631 \begin_layout Plain Layout
35632 Menu ! Document
35633 \end_layout
35634
35635 \end_inset
35636
35637
35638 \end_layout
35639
35640 \begin_layout Subsection
35641 Change Tracking
35642 \end_layout
35643
35644 \begin_layout Standard
35645 Change Tracking is described in section
35646 \begin_inset space ~
35647 \end_inset
35648
35649
35650 \begin_inset CommandInset ref
35651 LatexCommand ref
35652 reference "sec:Change-Tracking"
35653
35654 \end_inset
35655
35656 .
35657 \end_layout
35658
35659 \begin_layout Subsection
35660 LaT
35661 \begin_inset ERT
35662 status collapsed
35663
35664 \begin_layout Plain Layout
35665
35666 {}
35667 \end_layout
35668
35669 \end_inset
35670
35671 eX Log
35672 \end_layout
35673
35674 \begin_layout Standard
35675 After running LaTeX by viewing or exporting a document, this menu will be
35676  enabled.
35677  It shows the logfile of the used LaTeX-program.
35678 \end_layout
35679
35680 \begin_layout Standard
35681 Here you can see how LaTeX works in the background.
35682  
35683 \emph on
35684 Experts
35685 \emph default
35686  will find in it reasons for LaTeX-errors.
35687 \end_layout
35688
35689 \begin_layout Subsection
35690 Outline
35691 \end_layout
35692
35693 \begin_layout Standard
35694 Opens the TOC/Outline window as described in section
35695 \begin_inset space ~
35696 \end_inset
35697
35698
35699 \begin_inset CommandInset ref
35700 LatexCommand ref
35701 reference "sub:Table-of-Contents"
35702
35703 \end_inset
35704
35705 .
35706 \end_layout
35707
35708 \begin_layout Subsection
35709 Start Appendix Here
35710 \end_layout
35711
35712 \begin_layout Standard
35713 This menu will start the appendix of the document at the current cursor
35714  position as described in section
35715 \begin_inset space ~
35716 \end_inset
35717
35718
35719 \begin_inset CommandInset ref
35720 LatexCommand ref
35721 reference "sec:Appendices"
35722
35723 \end_inset
35724
35725 .
35726 \end_layout
35727
35728 \begin_layout Subsection
35729 Compressed
35730 \end_layout
35731
35732 \begin_layout Standard
35733 Un/compresses the actual document.
35734 \end_layout
35735
35736 \begin_layout Subsection
35737 Settings
35738 \begin_inset CommandInset label
35739 LatexCommand label
35740 name "sub:Settings"
35741
35742 \end_inset
35743
35744
35745 \begin_inset Index
35746 status collapsed
35747
35748 \begin_layout Plain Layout
35749 Document ! Settings
35750 \end_layout
35751
35752 \end_inset
35753
35754
35755 \end_layout
35756
35757 \begin_layout Standard
35758 This menu dialog contains some submenus to set properties for the whole
35759  document.
35760  You can save your document settings as default with the 
35761 \family sans
35762 Save as Document Defaults
35763 \family default
35764  button in the dialog.
35765  This will create a template named 
35766 \family typewriter
35767 default.lyx
35768 \family default
35769  which is automatically loaded by LyX when you create a new document without
35770  using a template.
35771 \end_layout
35772
35773 \begin_layout Standard
35774 The different submenus of the dialog are explained in the following:
35775 \end_layout
35776
35777 \begin_layout Subsubsection*
35778 Document Class
35779 \end_layout
35780
35781 \begin_layout Standard
35782 Here you set the document class, class options, and a Postscript driver.
35783  Document classes are described in section
35784 \begin_inset space ~
35785 \end_inset
35786
35787
35788 \begin_inset CommandInset ref
35789 LatexCommand ref
35790 reference "sec:Document-Classes"
35791
35792 \end_inset
35793
35794 .
35795  The Postscript driver is used for LaTeX's color and graphics packages.
35796  When using 
35797 \family sans
35798 Default
35799 \family default
35800 , the default driver for the Latex@LaTeX-packages are used.
35801  It is recommended to use the default unless your know what you are doing.
35802 \end_layout
35803
35804 \begin_layout Subsubsection*
35805 Fonts
35806 \end_layout
35807
35808 \begin_layout Standard
35809 The document font settings are described in section
35810 \begin_inset space ~
35811 \end_inset
35812
35813
35814 \begin_inset CommandInset ref
35815 LatexCommand ref
35816 reference "sec:Fonts-and-Text"
35817
35818 \end_inset
35819
35820 .
35821 \end_layout
35822
35823 \begin_layout Subsubsection*
35824 Text Layout
35825 \end_layout
35826
35827 \begin_layout Standard
35828 You can specify if paragraphs should be separated by indentations or vertical
35829  skips.
35830  The line spacing and the number of text columns can here also be specified.
35831  
35832 \end_layout
35833
35834 \begin_layout Standard
35835 Note that LyX won't show two columns or the set up line spacing on screen.
35836  That's impractical, often unreadable, and not part of the WYSIWYM concept.
35837  However, it will be as you specified it in the output.
35838 \end_layout
35839
35840 \begin_layout Standard
35841 The listings settings are explained in the corresponding section in the
35842  
35843 \emph on
35844 Embedded Objects
35845 \emph default
35846  manual.
35847 \end_layout
35848
35849 \begin_layout Subsubsection*
35850 Page Layout
35851 \end_layout
35852
35853 \begin_layout Standard
35854 A description of this menu is given in section
35855 \begin_inset space ~
35856 \end_inset
35857
35858
35859 \begin_inset CommandInset ref
35860 LatexCommand ref
35861 reference "sub:Paper-Size,-Orientation,"
35862
35863 \end_inset
35864
35865  and 
35866 \begin_inset CommandInset ref
35867 LatexCommand ref
35868 reference "sub:Document-Layout"
35869
35870 \end_inset
35871
35872 .
35873 \end_layout
35874
35875 \begin_layout Subsubsection*
35876 Page Margins
35877 \end_layout
35878
35879 \begin_layout Standard
35880 Here you can adjust the paper margins, see section
35881 \begin_inset space ~
35882 \end_inset
35883
35884
35885 \begin_inset CommandInset ref
35886 LatexCommand ref
35887 reference "sub:Margins"
35888
35889 \end_inset
35890
35891 .
35892 \end_layout
35893
35894 \begin_layout Subsubsection*
35895 Language
35896 \begin_inset Index
35897 status collapsed
35898
35899 \begin_layout Plain Layout
35900 Language ! Encoding
35901 \end_layout
35902
35903 \end_inset
35904
35905
35906 \end_layout
35907
35908 \begin_layout Standard
35909 The document language and quote styles are set here.
35910  The encoding specifies how the document content is exported to LaTeX (the
35911  LyX file is always encoded in utf8).
35912  All characters that cannot be encoded using the specified encoding will
35913  be exported as LaTeX-commands (this can fail if a LaTeX-command is not
35914  known for a particular character).
35915 \begin_inset Foot
35916 status collapsed
35917
35918 \begin_layout Plain Layout
35919 The known commands are defined in a text file.
35920  You can add commands for unknown symbols to that file yourself, see the
35921  
35922 \emph on
35923 Customization
35924 \emph default
35925  manual for details.
35926 \end_layout
35927
35928 \end_inset
35929
35930
35931 \end_layout
35932
35933 \begin_layout Standard
35934 If you use the option 
35935 \family sans
35936 use language's default encoding
35937 \family default
35938 , LyX determines the encoding of a portion of text from the language of
35939  this text.
35940  If the document contains text in more than one language you may get more
35941  than one encoding in the LaTeX file.
35942  If you do not use this option then the complete document will always use
35943  exactly one encoding.
35944  Checking this option is the preferred setting unless you use 
35945 \family sans
35946 XeTeX
35947 \family default
35948
35949 \begin_inset Foot
35950 status collapsed
35951
35952 \begin_layout Plain Layout
35953 XeTeX is a TeX typesetting engine, an alternative for LaTeX.
35954  It natively supports Unicode while its input file is assumed to be in UTF-8
35955  encoding.
35956  More about using LyX with XeTeX can be found in 
35957 \begin_inset CommandInset citation
35958 LatexCommand cite
35959 key "XeTeX"
35960
35961 \end_inset
35962
35963 .
35964 \end_layout
35965
35966 \end_inset
35967
35968  (see below).
35969 \end_layout
35970
35971 \begin_layout Standard
35972 LyX also supports Unicode output, which is particularly useful if you need
35973  lots of special symbols or non-alphabetic scripts, respectively.
35974  If you want to use this (and your LaTeX installation supports Unicode,
35975  for that matter), choose one of the four utf8 variants from the list below.
35976  Unfortunately the unicode support of standard LaTeX is quite incomplete,
35977  so it is not uncommon that a file with lots of unicode symbols works fine
35978  with 
35979 \family sans
35980 use language's default encoding
35981 \family default
35982  (when LyX uses it's list of known LaTeX-commands), but does not work with
35983  a fixed utf8 encoding (when the list of known LaTeX-commands is ot used,
35984  because all unicode symbols can be encoded in utf8).
35985 \end_layout
35986
35987 \begin_layout Standard
35988 Here is a list with the important encodings:
35989 \end_layout
35990
35991 \begin_layout Description
35992 LaTeX
35993 \begin_inset space ~
35994 \end_inset
35995
35996 default Same as 
35997 \family sans
35998 use language's default encoding
35999 \family default
36000 , but the LaTeX-package 
36001 \series bold
36002 inputenc
36003 \series default
36004
36005 \begin_inset Index
36006 status collapsed
36007
36008 \begin_layout Plain Layout
36009 Latex@LaTeX-packages ! inputenc
36010 \end_layout
36011
36012 \end_inset
36013
36014  is not used.
36015  You probably need to load some other packages manually in the preamble.
36016 \end_layout
36017
36018 \begin_layout Description
36019 armscii8 encoding for Armenian
36020 \end_layout
36021
36022 \begin_layout Description
36023 ascii the ASCII encoding, covers only plain English, may result in a big
36024  file because lots of LaTeX-commands may be needed
36025 \end_layout
36026
36027 \begin_layout Description
36028 cp1250 MS Windows code page for latin2
36029 \end_layout
36030
36031 \begin_layout Description
36032 cp1251 MS Windows code page for Cyrillic
36033 \end_layout
36034
36035 \begin_layout Description
36036 cp1252 MS Windows code page for latin1
36037 \end_layout
36038
36039 \begin_layout Description
36040 cp1255 MS Windows code page for Hebrew, superset of the ISO-8859-8 encoding
36041 \end_layout
36042
36043 \begin_layout Description
36044 cp1256 MS Windows code page for Arabic and Farsi
36045 \end_layout
36046
36047 \begin_layout Description
36048 cp1257 MS Windows code page for Estonian, Latvian, and Lithuanian, the ISO-8859-
36049 13 encoding that is a superset of the ISO-8859-4 encoding
36050 \end_layout
36051
36052 \begin_layout Description
36053 iso88595 the ISO-8859-5 encoding, covers Belorussian, Bulgarian, Macedonian,
36054  Serbian, and Ukrainian
36055 \end_layout
36056
36057 \begin_layout Description
36058 iso-8859-7 the ISO-8859-7 encoding, covers Greek
36059 \end_layout
36060
36061 \begin_layout Description
36062 8859-8 the ISO-8859-8 encoding, covers Hebrew
36063 \end_layout
36064
36065 \begin_layout Description
36066 koi8-r standard Cyrillic especially for Russian
36067 \end_layout
36068
36069 \begin_layout Description
36070 koi8-u Cyrillic for Ukrainian
36071 \end_layout
36072
36073 \begin_layout Description
36074 latin1 the ISO-8859-1 encoding, covers the languages Albanian, Catalan,
36075  Danish, Dutch, English, Faroese, Finnish, French, Galician, German, Icelandic,
36076  Irish, Italian, Norwegian, Portuguese, Spanish, and Swedish; should be
36077  replaced by latin9
36078 \end_layout
36079
36080 \begin_layout Description
36081 latin2 the ISO-8859-2 encoding, covers Albanian, Croatian, Czech, German,
36082  Hungarian, Polish, Romanian, Slovak, and Slovenian
36083 \end_layout
36084
36085 \begin_layout Description
36086 latin3 the ISO-8859-3 encoding, covers Esperanto, Galician, Maltese, and
36087  Turkish
36088 \end_layout
36089
36090 \begin_layout Description
36091 latin4 the ISO-8859-4 encoding, covers Estonian, Latvian, and Lithuanian
36092 \end_layout
36093
36094 \begin_layout Description
36095 latin5 the ISO-8859-9 encoding, covers Turkish, like the ISO-8859-1 encoding
36096  where the Icelandic letters are replaced by Turkish ones
36097 \end_layout
36098
36099 \begin_layout Description
36100 latin9 the ISO-8859-15 encoding, like the ISO-8859-1 encoding, but with
36101  the euro currency sign, the 
36102 \begin_inset ERT
36103 status collapsed
36104
36105 \begin_layout Plain Layout
36106
36107
36108 \backslash
36109 oe
36110 \end_layout
36111
36112 \end_inset
36113
36114 -ligature and some characters used for French and Finnish; latin9 should
36115  be the replacement for latin1
36116 \end_layout
36117
36118 \begin_layout Description
36119 pt154 Cyrillic for Kazakh
36120 \end_layout
36121
36122 \begin_layout Description
36123 utf8 Unicode utf8 with the LaTeX-package 
36124 \series bold
36125 inputenc
36126 \series default
36127
36128 \begin_inset Index
36129 status collapsed
36130
36131 \begin_layout Plain Layout
36132 Latex@LaTeX-packages ! inputenc
36133 \end_layout
36134
36135 \end_inset
36136
36137  (first variant, for latin symbols and some others).
36138 \end_layout
36139
36140 \begin_layout Description
36141 utf8x Unicode utf8 with the LaTeX-package 
36142 \series bold
36143 inputenc
36144 \series default
36145  (second variant, for greek and CJK symbols and some others).
36146 \end_layout
36147
36148 \begin_layout Description
36149 UTF8 Unicode utf8 with the LaTeX-package 
36150 \series bold
36151 CJK
36152 \series default
36153
36154 \begin_inset Index
36155 status collapsed
36156
36157 \begin_layout Plain Layout
36158 Latex@LaTeX-packages ! CJK
36159 \end_layout
36160
36161 \end_inset
36162
36163  (for the languages Chinese, Japanese and Korean)
36164 \end_layout
36165
36166 \begin_layout Description
36167 utf8-plain Unicode utf8 to be used with 
36168 \family sans
36169 XeTeX
36170 \family default
36171 , which uses Unicode directly, without the help of the LaTeX-package 
36172 \series bold
36173 inputenc
36174 \series default
36175  
36176 \begin_inset Foot
36177 status collapsed
36178
36179 \begin_layout Plain Layout
36180 More about using LyX with XeTeX can be found in 
36181 \begin_inset CommandInset citation
36182 LatexCommand cite
36183 key "XeTeX"
36184
36185 \end_inset
36186
36187 .
36188 \end_layout
36189
36190 \end_inset
36191
36192
36193 \end_layout
36194
36195 \begin_layout Subsubsection*
36196 Numbering & TOC
36197 \end_layout
36198
36199 \begin_layout Standard
36200 You can adjust here the numbering depth of sections headings as described
36201  in section
36202 \begin_inset space ~
36203 \end_inset
36204
36205
36206 \begin_inset CommandInset ref
36207 LatexCommand ref
36208 reference "sub:Numbering-depth"
36209
36210 \end_inset
36211
36212 .
36213 \end_layout
36214
36215 \begin_layout Subsubsection*
36216 Bibliography
36217 \end_layout
36218
36219 \begin_layout Standard
36220 You can specify here a citation style using the Latex@LaTeX-packages 
36221 \series bold
36222 natbib
36223 \begin_inset Index
36224 status collapsed
36225
36226 \begin_layout Plain Layout
36227 Latex@LaTeX-packages ! natbib
36228 \end_layout
36229
36230 \end_inset
36231
36232
36233 \series default
36234  or 
36235 \series bold
36236 jurabib
36237 \series default
36238
36239 \begin_inset Index
36240 status collapsed
36241
36242 \begin_layout Plain Layout
36243 Latex@LaTeX-packages ! jurabib
36244 \end_layout
36245
36246 \end_inset
36247
36248 .
36249  For a further description see section
36250 \begin_inset space ~
36251 \end_inset
36252
36253
36254 \begin_inset CommandInset ref
36255 LatexCommand ref
36256 reference "sec:Bibliography"
36257
36258 \end_inset
36259
36260 .
36261 \end_layout
36262
36263 \begin_layout Subsubsection*
36264 Math Options
36265 \end_layout
36266
36267 \begin_layout Standard
36268 These options will force LyX to use the Latex@LaTeX-packages 
36269 \series bold
36270 amsmath
36271 \begin_inset Index
36272 status collapsed
36273
36274 \begin_layout Plain Layout
36275 Latex@LaTeX-packages ! amsmath
36276 \end_layout
36277
36278 \end_inset
36279
36280
36281 \series default
36282  and 
36283 \series bold
36284 esint
36285 \begin_inset Index
36286 status collapsed
36287
36288 \begin_layout Plain Layout
36289 Latex@LaTeX-packages ! esint
36290 \end_layout
36291
36292 \end_inset
36293
36294
36295 \series default
36296  or to use them automatically when they are needed.
36297 \end_layout
36298
36299 \begin_layout Standard
36300
36301 \series bold
36302 amsmath
36303 \series default
36304  is needed for many constructs, so when you get LaTeX-errors in formulas,
36305  assure that you have enabled AMS.
36306 \end_layout
36307
36308 \begin_layout Standard
36309
36310 \series bold
36311 esint
36312 \series default
36313  is used for special integral characters.
36314 \end_layout
36315
36316 \begin_layout Subsubsection*
36317 Float Placement
36318 \end_layout
36319
36320 \begin_layout Standard
36321 The float placement options are described in section
36322 \begin_inset Formula $\,$
36323 \end_inset
36324
36325
36326 \begin_inset CommandInset ref
36327 LatexCommand ref
36328 reference "sub:Float-Placement"
36329
36330 \end_inset
36331
36332 .
36333 \end_layout
36334
36335 \begin_layout Subsubsection*
36336 Bullets
36337 \end_layout
36338
36339 \begin_layout Standard
36340 Here you can adjust the characters for the itemize levels.
36341  The itemize environment is described in section
36342 \begin_inset space ~
36343 \end_inset
36344
36345
36346 \begin_inset CommandInset ref
36347 LatexCommand ref
36348 reference "sec:Itemize"
36349
36350 \end_inset
36351
36352 .
36353 \end_layout
36354
36355 \begin_layout Subsubsection*
36356 Branches
36357 \end_layout
36358
36359 \begin_layout Standard
36360 Branches are described in section
36361 \begin_inset space ~
36362 \end_inset
36363
36364
36365 \begin_inset CommandInset ref
36366 LatexCommand ref
36367 reference "sec:Branches"
36368
36369 \end_inset
36370
36371 .
36372 \end_layout
36373
36374 \begin_layout Subsubsection*
36375 LaT
36376 \begin_inset ERT
36377 status collapsed
36378
36379 \begin_layout Plain Layout
36380
36381 {}
36382 \end_layout
36383
36384 \end_inset
36385
36386 eX Preamble
36387 \end_layout
36388
36389 \begin_layout Standard
36390 In this text field are entered commands to load special Latex@LaTeX-packages
36391  or to define LaTeX-commands.
36392  The preamble is a thing for LaTeX-experts.
36393  You shouldn't enter commands here until you don't exactly know what you
36394  do.
36395 \end_layout
36396
36397 \begin_layout Standard
36398 An introduction in the LaTeX-syntax is given in section
36399 \begin_inset space ~
36400 \end_inset
36401
36402
36403 \begin_inset CommandInset ref
36404 LatexCommand ref
36405 reference "sub:LaTeX-Syntax"
36406
36407 \end_inset
36408
36409 .
36410 \end_layout
36411
36412 \begin_layout Section
36413 The Tools Menu
36414 \begin_inset Index
36415 status collapsed
36416
36417 \begin_layout Plain Layout
36418 Menu ! Tools
36419 \end_layout
36420
36421 \end_inset
36422
36423
36424 \end_layout
36425
36426 \begin_layout Subsection
36427 Spellchecker
36428 \end_layout
36429
36430 \begin_layout Standard
36431 Spell checking is explained in section
36432 \begin_inset space ~
36433 \end_inset
36434
36435
36436 \begin_inset CommandInset ref
36437 LatexCommand ref
36438 reference "sec:Spellchecking"
36439
36440 \end_inset
36441
36442 .
36443 \end_layout
36444
36445 \begin_layout Subsection
36446 Thesaurus
36447 \end_layout
36448
36449 \begin_layout Standard
36450 The thesaurus is described in section
36451 \begin_inset space ~
36452 \end_inset
36453
36454
36455 \begin_inset CommandInset ref
36456 LatexCommand ref
36457 reference "sec:Thesaurus"
36458
36459 \end_inset
36460
36461 .
36462 \end_layout
36463
36464 \begin_layout Subsection
36465 Count Words
36466 \begin_inset Index
36467 status collapsed
36468
36469 \begin_layout Plain Layout
36470 Word count
36471 \end_layout
36472
36473 \end_inset
36474
36475
36476 \end_layout
36477
36478 \begin_layout Standard
36479 Counts the number of words in the actual document or the highlighted document
36480  part.
36481 \end_layout
36482
36483 \begin_layout Subsection
36484 TeX Information
36485 \begin_inset Index
36486 status collapsed
36487
36488 \begin_layout Plain Layout
36489 TeX Information
36490 \end_layout
36491
36492 \end_inset
36493
36494
36495 \end_layout
36496
36497 \begin_layout Standard
36498 Shows you a list of the classes and styles installed in your LaTeX-system.
36499 \end_layout
36500
36501 \begin_layout Subsection
36502 Reconfigure
36503 \begin_inset Index
36504 status collapsed
36505
36506 \begin_layout Plain Layout
36507 Lyx@LyX ! Reconfigure|see
36508 \begin_inset ERT
36509 status collapsed
36510
36511 \begin_layout Plain Layout
36512
36513 {
36514 \end_layout
36515
36516 \end_inset
36517
36518 Reconfiguration of LyX
36519 \begin_inset ERT
36520 status collapsed
36521
36522 \begin_layout Plain Layout
36523
36524 }
36525 \end_layout
36526
36527 \end_inset
36528
36529
36530 \end_layout
36531
36532 \end_inset
36533
36534
36535 \begin_inset Index
36536 status collapsed
36537
36538 \begin_layout Plain Layout
36539 Reconfiguration of LyX
36540 \end_layout
36541
36542 \end_inset
36543
36544
36545 \end_layout
36546
36547 \begin_layout Standard
36548 This menu reconfigures LyX.
36549  That means LyX looks for Latex@LaTeX-packages and needed programs, see
36550  also section
36551 \begin_inset space ~
36552 \end_inset
36553
36554
36555 \begin_inset CommandInset ref
36556 LatexCommand ref
36557 reference "sec:Basic-LyX-Setup"
36558
36559 \end_inset
36560
36561 .
36562 \end_layout
36563
36564 \begin_layout Subsection
36565 Preferences
36566 \end_layout
36567
36568 \begin_layout Standard
36569 The preferences dialog is described in detail in chapter
36570 \begin_inset Formula $\,$
36571 \end_inset
36572
36573
36574 \begin_inset CommandInset ref
36575 LatexCommand ref
36576 reference "cha:The-Preferences-dialog"
36577
36578 \end_inset
36579
36580 .
36581 \end_layout
36582
36583 \begin_layout Section
36584 The Help Menu
36585 \begin_inset Index
36586 status collapsed
36587
36588 \begin_layout Plain Layout
36589 Menu ! Help
36590 \end_layout
36591
36592 \end_inset
36593
36594
36595 \end_layout
36596
36597 \begin_layout Standard
36598 This menu opens the documentation files of LyX in the language of LyX's
36599  menus.
36600 \end_layout
36601
36602 \begin_layout Standard
36603 The menu 
36604 \family sans
36605 LaTeX
36606 \begin_inset space ~
36607 \end_inset
36608
36609 Configuration
36610 \family default
36611  shows a LyX-document with informations about the Latex@LaTeX-packages and
36612  classes found by LyX (see also section
36613 \begin_inset space ~
36614 \end_inset
36615
36616
36617 \begin_inset CommandInset ref
36618 LatexCommand ref
36619 reference "sec:LaTeX-Setup"
36620
36621 \end_inset
36622
36623 ).
36624 \end_layout
36625
36626 \begin_layout Section
36627 Toolbars
36628 \begin_inset CommandInset label
36629 LatexCommand label
36630 name "sec:Toolbars"
36631
36632 \end_inset
36633
36634
36635 \end_layout
36636
36637 \begin_layout Standard
36638 How to show or hide toolbars is explained in section
36639 \begin_inset space ~
36640 \end_inset
36641
36642
36643 \begin_inset CommandInset ref
36644 LatexCommand ref
36645 reference "sub:Toolbars"
36646
36647 \end_inset
36648
36649 .
36650 \end_layout
36651
36652 \begin_layout Standard
36653 It is also possible to define custom toolbars.
36654  This is described in the 
36655 \emph on
36656 Extended Features
36657 \emph default
36658  manual.
36659 \end_layout
36660
36661 \begin_layout Subsection
36662 Standard Toolbar
36663 \begin_inset Index
36664 status collapsed
36665
36666 \begin_layout Plain Layout
36667 Toolbar ! Standard
36668 \end_layout
36669
36670 \end_inset
36671
36672
36673 \end_layout
36674
36675 \begin_layout Standard
36676 \begin_inset Graphics
36677         filename clipart/StandardToolbar.png
36678         width 100col%
36679
36680 \end_inset
36681
36682
36683 \end_layout
36684
36685 \begin_layout Standard
36686 \begin_inset VSpace defskip
36687 \end_inset
36688
36689
36690 \end_layout
36691
36692 \begin_layout Standard
36693 The standard toolbar as shown above contains from left to right the following
36694  buttons:
36695 \begin_inset ERT
36696 status collapsed
36697
36698 \begin_layout Plain Layout
36699
36700
36701 \backslash
36702 setlength{
36703 \backslash
36704 LTleft}{0pt}
36705 \end_layout
36706
36707 \end_inset
36708
36709
36710 \begin_inset Note Note
36711 status collapsed
36712
36713 \begin_layout Plain Layout
36714 This is necessary to left align the following longtables.
36715  See the 
36716 \emph on
36717 Embedded Objects
36718 \emph default
36719  manual for more information.
36720 \end_layout
36721
36722 \end_inset
36723
36724
36725 \end_layout
36726
36727 \begin_layout Standard
36728 \begin_inset VSpace defskip
36729 \end_inset
36730
36731
36732 \end_layout
36733
36734 \begin_layout Standard
36735 \begin_inset Tabular
36736 <lyxtabular version="3" rows="1" columns="2">
36737 <features islongtable="true">
36738 <column alignment="center" valignment="top" width="0">
36739 <column alignment="center" valignment="top" width="0">
36740 <row>
36741 <cell alignment="center" valignment="top" usebox="none">
36742 \begin_inset Text
36743
36744 \begin_layout Plain Layout
36745 \begin_inset Graphics
36746         filename clipart/ToolbarEnvBox.png
36747         clip
36748
36749 \end_inset
36750
36751
36752 \end_layout
36753
36754 \end_inset
36755 </cell>
36756 <cell alignment="center" valignment="top" usebox="none">
36757 \begin_inset Text
36758
36759 \begin_layout Plain Layout
36760 pull-down menu for the paragraph environments
36761 \end_layout
36762
36763 \end_inset
36764 </cell>
36765 </row>
36766 </lyxtabular>
36767
36768 \end_inset
36769
36770
36771 \end_layout
36772
36773 \begin_layout Standard
36774 \begin_inset VSpace -10mm
36775 \end_inset
36776
36777
36778 \end_layout
36779
36780 \begin_layout Standard
36781 \align left
36782 \begin_inset Tabular
36783 <lyxtabular version="3" rows="20" columns="2">
36784 <features islongtable="true">
36785 <column alignment="left" valignment="top" width="0">
36786 <column alignment="left" valignment="top" width="0">
36787 <row interlinespace="2.5mm">
36788 <cell alignment="center" valignment="top" usebox="none">
36789 \begin_inset Text
36790
36791 \begin_layout Plain Layout
36792
36793 \family sans
36794 \begin_inset Graphics
36795         filename ../images/buffer-new.png
36796         BoundingBox 0bp 5bp 20bp 20bp
36797
36798 \end_inset
36799
36800
36801 \end_layout
36802
36803 \end_inset
36804 </cell>
36805 <cell alignment="center" valignment="top" usebox="none">
36806 \begin_inset Text
36807
36808 \begin_layout Plain Layout
36809
36810 \family sans
36811 File\SpecialChar \menuseparator
36812 New
36813 \end_layout
36814
36815 \end_inset
36816 </cell>
36817 </row>
36818 <row interlinespace="2.5mm">
36819 <cell alignment="center" valignment="top" usebox="none">
36820 \begin_inset Text
36821
36822 \begin_layout Plain Layout
36823 \begin_inset Graphics
36824         filename ../images/file-open.png
36825         BoundingBox 0bp 5bp 20bp 20bp
36826
36827 \end_inset
36828
36829
36830 \end_layout
36831
36832 \end_inset
36833 </cell>
36834 <cell alignment="center" valignment="top" usebox="none">
36835 \begin_inset Text
36836
36837 \begin_layout Plain Layout
36838
36839 \family sans
36840 File\SpecialChar \menuseparator
36841 Open
36842 \end_layout
36843
36844 \end_inset
36845 </cell>
36846 </row>
36847 <row interlinespace="2.5mm">
36848 <cell alignment="center" valignment="top" usebox="none">
36849 \begin_inset Text
36850
36851 \begin_layout Plain Layout
36852 \begin_inset Graphics
36853         filename ../images/buffer-write.png
36854         BoundingBox 0bp 5bp 20bp 20bp
36855
36856 \end_inset
36857
36858
36859 \end_layout
36860
36861 \end_inset
36862 </cell>
36863 <cell alignment="center" valignment="top" usebox="none">
36864 \begin_inset Text
36865
36866 \begin_layout Plain Layout
36867
36868 \family sans
36869 File\SpecialChar \menuseparator
36870 Save
36871 \end_layout
36872
36873 \end_inset
36874 </cell>
36875 </row>
36876 <row interlinespace="2.5mm">
36877 <cell alignment="center" valignment="top" usebox="none">
36878 \begin_inset Text
36879
36880 \begin_layout Plain Layout
36881 \begin_inset Graphics
36882         filename ../images/dialog-show_print.png
36883         BoundingBox 0bp 5bp 24bp 20bp
36884
36885 \end_inset
36886
36887
36888 \end_layout
36889
36890 \end_inset
36891 </cell>
36892 <cell alignment="center" valignment="top" usebox="none">
36893 \begin_inset Text
36894
36895 \begin_layout Plain Layout
36896
36897 \family sans
36898 File\SpecialChar \menuseparator
36899 Print
36900 \end_layout
36901
36902 \end_inset
36903 </cell>
36904 </row>
36905 <row interlinespace="2.5mm">
36906 <cell alignment="center" valignment="top" usebox="none">
36907 \begin_inset Text
36908
36909 \begin_layout Plain Layout
36910 \begin_inset Graphics
36911         filename ../images/dialog-show_spellchecker.png
36912         BoundingBox 0bp 5bp 20bp 20bp
36913
36914 \end_inset
36915
36916
36917 \end_layout
36918
36919 \end_inset
36920 </cell>
36921 <cell alignment="center" valignment="top" usebox="none">
36922 \begin_inset Text
36923
36924 \begin_layout Plain Layout
36925
36926 \family sans
36927 Tools\SpecialChar \menuseparator
36928 Spellchecker
36929 \end_layout
36930
36931 \end_inset
36932 </cell>
36933 </row>
36934 <row interlinespace="2.5mm">
36935 <cell alignment="center" valignment="top" usebox="none">
36936 \begin_inset Text
36937
36938 \begin_layout Plain Layout
36939 \begin_inset Graphics
36940         filename ../images/undo.png
36941         BoundingBox 0bp 5bp 20bp 20bp
36942
36943 \end_inset
36944
36945
36946 \end_layout
36947
36948 \end_inset
36949 </cell>
36950 <cell alignment="center" valignment="top" usebox="none">
36951 \begin_inset Text
36952
36953 \begin_layout Plain Layout
36954
36955 \family sans
36956 Edit\SpecialChar \menuseparator
36957 Undo
36958 \end_layout
36959
36960 \end_inset
36961 </cell>
36962 </row>
36963 <row interlinespace="2.5mm">
36964 <cell alignment="center" valignment="top" usebox="none">
36965 \begin_inset Text
36966
36967 \begin_layout Plain Layout
36968 \begin_inset Graphics
36969         filename ../images/redo.png
36970         BoundingBox 0bp 5bp 20bp 20bp
36971
36972 \end_inset
36973
36974
36975 \end_layout
36976
36977 \end_inset
36978 </cell>
36979 <cell alignment="center" valignment="top" usebox="none">
36980 \begin_inset Text
36981
36982 \begin_layout Plain Layout
36983
36984 \family sans
36985 Edit\SpecialChar \menuseparator
36986 Redo
36987 \end_layout
36988
36989 \end_inset
36990 </cell>
36991 </row>
36992 <row interlinespace="2.5mm">
36993 <cell alignment="center" valignment="top" usebox="none">
36994 \begin_inset Text
36995
36996 \begin_layout Plain Layout
36997 \begin_inset Graphics
36998         filename ../images/cut.png
36999         BoundingBox 0bp 5bp 20bp 20bp
37000
37001 \end_inset
37002
37003
37004 \end_layout
37005
37006 \end_inset
37007 </cell>
37008 <cell alignment="center" valignment="top" usebox="none">
37009 \begin_inset Text
37010
37011 \begin_layout Plain Layout
37012
37013 \family sans
37014 Edit\SpecialChar \menuseparator
37015 Cut
37016 \end_layout
37017
37018 \end_inset
37019 </cell>
37020 </row>
37021 <row interlinespace="2.5mm">
37022 <cell alignment="center" valignment="top" usebox="none">
37023 \begin_inset Text
37024
37025 \begin_layout Plain Layout
37026 \begin_inset Graphics
37027         filename ../images/copy.png
37028         BoundingBox 0bp 5bp 20bp 20bp
37029
37030 \end_inset
37031
37032
37033 \end_layout
37034
37035 \end_inset
37036 </cell>
37037 <cell alignment="center" valignment="top" usebox="none">
37038 \begin_inset Text
37039
37040 \begin_layout Plain Layout
37041
37042 \family sans
37043 Edit\SpecialChar \menuseparator
37044 Copy
37045 \end_layout
37046
37047 \end_inset
37048 </cell>
37049 </row>
37050 <row interlinespace="2.5mm">
37051 <cell alignment="center" valignment="top" usebox="none">
37052 \begin_inset Text
37053
37054 \begin_layout Plain Layout
37055 \begin_inset Graphics
37056         filename ../images/paste.png
37057         BoundingBox 0bp 5bp 20bp 20bp
37058
37059 \end_inset
37060
37061
37062 \end_layout
37063
37064 \end_inset
37065 </cell>
37066 <cell alignment="center" valignment="top" usebox="none">
37067 \begin_inset Text
37068
37069 \begin_layout Plain Layout
37070
37071 \family sans
37072 Edit\SpecialChar \menuseparator
37073 Paste
37074 \end_layout
37075
37076 \end_inset
37077 </cell>
37078 </row>
37079 <row interlinespace="2.5mm">
37080 <cell alignment="center" valignment="top" usebox="none">
37081 \begin_inset Text
37082
37083 \begin_layout Plain Layout
37084 \begin_inset Graphics
37085         filename ../images/dialog-show_findreplace.png
37086         BoundingBox 0bp 5bp 20bp 25bp
37087         rotateOrigin center
37088
37089 \end_inset
37090
37091
37092 \end_layout
37093
37094 \end_inset
37095 </cell>
37096 <cell alignment="center" valignment="top" usebox="none">
37097 \begin_inset Text
37098
37099 \begin_layout Plain Layout
37100
37101 \family sans
37102 Edit\SpecialChar \menuseparator
37103 Find
37104 \begin_inset space \thinspace{}
37105 \end_inset
37106
37107 &
37108 \begin_inset space \thinspace{}
37109 \end_inset
37110
37111 Replace
37112 \end_layout
37113
37114 \end_inset
37115 </cell>
37116 </row>
37117 <row interlinespace="2.5mm">
37118 <cell alignment="center" valignment="top" usebox="none">
37119 \begin_inset Text
37120
37121 \begin_layout Plain Layout
37122 \begin_inset Graphics
37123         filename ../images/font-emph.png
37124         BoundingBox 0bp 5bp 20bp 20bp
37125
37126 \end_inset
37127
37128
37129 \end_layout
37130
37131 \end_inset
37132 </cell>
37133 <cell alignment="center" valignment="top" usebox="none">
37134 \begin_inset Text
37135
37136 \begin_layout Plain Layout
37137 Emphasize text, function of the Edit
37138 \family sans
37139 \SpecialChar \menuseparator
37140 Text
37141 \begin_inset space ~
37142 \end_inset
37143
37144 Style
37145 \family default
37146  dialog
37147 \end_layout
37148
37149 \end_inset
37150 </cell>
37151 </row>
37152 <row interlinespace="2.5mm">
37153 <cell alignment="center" valignment="top" usebox="none">
37154 \begin_inset Text
37155
37156 \begin_layout Plain Layout
37157 \begin_inset Graphics
37158         filename ../images/font-noun.png
37159         BoundingBox 0bp 5bp 20bp 20bp
37160
37161 \end_inset
37162
37163
37164 \end_layout
37165
37166 \end_inset
37167 </cell>
37168 <cell alignment="center" valignment="top" usebox="none">
37169 \begin_inset Text
37170
37171 \begin_layout Plain Layout
37172 Set text to noun style, function of the Edit
37173 \family sans
37174 \SpecialChar \menuseparator
37175 Text
37176 \begin_inset space ~
37177 \end_inset
37178
37179 Style
37180 \family default
37181  dialog
37182 \end_layout
37183
37184 \end_inset
37185 </cell>
37186 </row>
37187 <row interlinespace="2.5mm">
37188 <cell alignment="center" valignment="top" usebox="none">
37189 \begin_inset Text
37190
37191 \begin_layout Plain Layout
37192 \begin_inset Graphics
37193         filename ../images/textstyle-apply.png
37194         BoundingBox 0bp 5bp 20bp 20bp
37195
37196 \end_inset
37197
37198
37199 \end_layout
37200
37201 \end_inset
37202 </cell>
37203 <cell alignment="center" valignment="top" usebox="none">
37204 \begin_inset Text
37205
37206 \begin_layout Plain Layout
37207 Formats text using the current settings in the 
37208 \family sans
37209 Edit\SpecialChar \menuseparator
37210 Text
37211 \begin_inset space ~
37212 \end_inset
37213
37214 Style
37215 \family default
37216  dialog
37217 \end_layout
37218
37219 \end_inset
37220 </cell>
37221 </row>
37222 <row interlinespace="2.5mm">
37223 <cell alignment="center" valignment="top" usebox="none">
37224 \begin_inset Text
37225
37226 \begin_layout Plain Layout
37227 \begin_inset Graphics
37228         filename ../images/math-mode.png
37229         BoundingBox 0bp 5bp 20bp 20bp
37230
37231 \end_inset
37232
37233
37234 \end_layout
37235
37236 \end_inset
37237 </cell>
37238 <cell alignment="center" valignment="top" usebox="none">
37239 \begin_inset Text
37240
37241 \begin_layout Plain Layout
37242
37243 \family sans
37244 Insert\SpecialChar \menuseparator
37245 Math\SpecialChar \menuseparator
37246 Inline
37247 \begin_inset space ~
37248 \end_inset
37249
37250 Formula
37251 \end_layout
37252
37253 \end_inset
37254 </cell>
37255 </row>
37256 <row interlinespace="2.5mm">
37257 <cell alignment="center" valignment="top" usebox="none">
37258 \begin_inset Text
37259
37260 \begin_layout Plain Layout
37261 \begin_inset Graphics
37262         filename ../images/dialog-show-new-inset_graphics.png
37263         BoundingBox 0bp 5bp 20bp 25bp
37264         rotateOrigin center
37265
37266 \end_inset
37267
37268
37269 \end_layout
37270
37271 \end_inset
37272 </cell>
37273 <cell alignment="center" valignment="top" usebox="none">
37274 \begin_inset Text
37275
37276 \begin_layout Plain Layout
37277
37278 \family sans
37279 Insert\SpecialChar \menuseparator
37280 Graphics
37281 \end_layout
37282
37283 \end_inset
37284 </cell>
37285 </row>
37286 <row interlinespace="2.5mm">
37287 <cell alignment="center" valignment="top" usebox="none">
37288 \begin_inset Text
37289
37290 \begin_layout Plain Layout
37291 \begin_inset Graphics
37292         filename ../images/tabular-insert.png
37293         BoundingBox 0bp 5bp 20bp 25bp
37294         rotateOrigin center
37295
37296 \end_inset
37297
37298
37299 \end_layout
37300
37301 \end_inset
37302 </cell>
37303 <cell alignment="center" valignment="top" usebox="none">
37304 \begin_inset Text
37305
37306 \begin_layout Plain Layout
37307
37308 \family sans
37309 Insert\SpecialChar \menuseparator
37310 Table
37311 \end_layout
37312
37313 \end_inset
37314 </cell>
37315 </row>
37316 <row interlinespace="2.5mm">
37317 <cell alignment="center" valignment="top" usebox="none">
37318 \begin_inset Text
37319
37320 \begin_layout Plain Layout
37321 \begin_inset Graphics
37322         filename ../images/dialog-toggle_toc.png
37323         BoundingBox 0bp 5bp 20bp 25bp
37324         rotateOrigin center
37325
37326 \end_inset
37327
37328
37329 \end_layout
37330
37331 \end_inset
37332 </cell>
37333 <cell alignment="center" valignment="top" usebox="none">
37334 \begin_inset Text
37335
37336 \begin_layout Plain Layout
37337 Toggle outline window on/off, 
37338 \family sans
37339 Document\SpecialChar \menuseparator
37340 Outline
37341 \end_layout
37342
37343 \end_inset
37344 </cell>
37345 </row>
37346 <row interlinespace="2.5mm">
37347 <cell alignment="center" valignment="top" usebox="none">
37348 \begin_inset Text
37349
37350 \begin_layout Plain Layout
37351 \begin_inset Graphics
37352         filename ../images/toolbar-toggle_math.png
37353         BoundingBox 0bp 5bp 20bp 25bp
37354         rotateOrigin center
37355
37356 \end_inset
37357
37358
37359 \end_layout
37360
37361 \end_inset
37362 </cell>
37363 <cell alignment="center" valignment="top" usebox="none">
37364 \begin_inset Text
37365
37366 \begin_layout Plain Layout
37367 Toggle math toolbar on/off
37368 \end_layout
37369
37370 \end_inset
37371 </cell>
37372 </row>
37373 <row interlinespace="2.5mm">
37374 <cell alignment="center" valignment="top" usebox="none">
37375 \begin_inset Text
37376
37377 \begin_layout Plain Layout
37378 \begin_inset Graphics
37379         filename ../images/toolbar-toggle_table.png
37380         BoundingBox 0bp 5bp 20bp 25bp
37381         rotateOrigin center
37382
37383 \end_inset
37384
37385
37386 \end_layout
37387
37388 \end_inset
37389 </cell>
37390 <cell alignment="center" valignment="top" usebox="none">
37391 \begin_inset Text
37392
37393 \begin_layout Plain Layout
37394 Toggle table toolbar on/off
37395 \end_layout
37396
37397 \end_inset
37398 </cell>
37399 </row>
37400 </lyxtabular>
37401
37402 \end_inset
37403
37404
37405 \end_layout
37406
37407 \begin_layout Subsection
37408 Extra Toolbar
37409 \begin_inset Index
37410 status collapsed
37411
37412 \begin_layout Plain Layout
37413 Toolbar ! Extra
37414 \end_layout
37415
37416 \end_inset
37417
37418
37419 \end_layout
37420
37421 \begin_layout Standard
37422 \begin_inset Graphics
37423         filename clipart/ExtraToolbar.png
37424         width 100col%
37425
37426 \end_inset
37427
37428
37429 \end_layout
37430
37431 \begin_layout Standard
37432 \begin_inset VSpace defskip
37433 \end_inset
37434
37435
37436 \end_layout
37437
37438 \begin_layout Standard
37439 The extra toolbar as shown above contains from left to right the following
37440  buttons:
37441 \end_layout
37442
37443 \begin_layout Standard
37444 \begin_inset VSpace defskip
37445 \end_inset
37446
37447
37448 \end_layout
37449
37450 \begin_layout Standard
37451 \begin_inset Tabular
37452 <lyxtabular version="3" rows="24" columns="2">
37453 <features islongtable="true">
37454 <column alignment="left" valignment="top" width="0">
37455 <column alignment="left" valignment="top" width="0">
37456 <row interlinespace="2.5mm">
37457 <cell alignment="center" valignment="top" usebox="none">
37458 \begin_inset Text
37459
37460 \begin_layout Plain Layout
37461 \begin_inset Graphics
37462         filename ../images/layout.png
37463         BoundingBox 0bp 5bp 20bp 25bp
37464         rotateOrigin center
37465
37466 \end_inset
37467
37468
37469 \end_layout
37470
37471 \end_inset
37472 </cell>
37473 <cell alignment="center" valignment="top" usebox="none">
37474 \begin_inset Text
37475
37476 \begin_layout Plain Layout
37477 Default
37478 \end_layout
37479
37480 \end_inset
37481 </cell>
37482 </row>
37483 <row interlinespace="2.5mm">
37484 <cell alignment="center" valignment="top" usebox="none">
37485 \begin_inset Text
37486
37487 \begin_layout Plain Layout
37488 \begin_inset Graphics
37489         filename ../images/layout_Enumerate.png
37490         BoundingBox 0bp 5bp 20bp 25bp
37491         rotateOrigin center
37492
37493 \end_inset
37494
37495
37496 \end_layout
37497
37498 \end_inset
37499 </cell>
37500 <cell alignment="center" valignment="top" usebox="none">
37501 \begin_inset Text
37502
37503 \begin_layout Plain Layout
37504 Numbered list
37505 \end_layout
37506
37507 \end_inset
37508 </cell>
37509 </row>
37510 <row interlinespace="2.5mm">
37511 <cell alignment="center" valignment="top" usebox="none">
37512 \begin_inset Text
37513
37514 \begin_layout Plain Layout
37515 \begin_inset Graphics
37516         filename ../images/layout_Itemize.png
37517         BoundingBox 0bp 5bp 20bp 25bp
37518         rotateOrigin center
37519
37520 \end_inset
37521
37522
37523 \end_layout
37524
37525 \end_inset
37526 </cell>
37527 <cell alignment="center" valignment="top" usebox="none">
37528 \begin_inset Text
37529
37530 \begin_layout Plain Layout
37531 Itemized list
37532 \end_layout
37533
37534 \end_inset
37535 </cell>
37536 </row>
37537 <row interlinespace="2.5mm">
37538 <cell alignment="center" valignment="top" usebox="none">
37539 \begin_inset Text
37540
37541 \begin_layout Plain Layout
37542 \begin_inset Graphics
37543         filename ../images/layout_List.png
37544         BoundingBox 0bp 5bp 20bp 25bp
37545         rotateOrigin center
37546
37547 \end_inset
37548
37549
37550 \end_layout
37551
37552 \end_inset
37553 </cell>
37554 <cell alignment="center" valignment="top" usebox="none">
37555 \begin_inset Text
37556
37557 \begin_layout Plain Layout
37558 List
37559 \end_layout
37560
37561 \end_inset
37562 </cell>
37563 </row>
37564 <row interlinespace="2.5mm">
37565 <cell alignment="center" valignment="top" usebox="none">
37566 \begin_inset Text
37567
37568 \begin_layout Plain Layout
37569 \begin_inset Graphics
37570         filename ../images/layout_Description.png
37571         BoundingBox 0bp 5bp 20bp 25bp
37572         rotateOrigin center
37573
37574 \end_inset
37575
37576
37577 \end_layout
37578
37579 \end_inset
37580 </cell>
37581 <cell alignment="center" valignment="top" usebox="none">
37582 \begin_inset Text
37583
37584 \begin_layout Plain Layout
37585 Description list
37586 \end_layout
37587
37588 \end_inset
37589 </cell>
37590 </row>
37591 <row interlinespace="2.5mm">
37592 <cell alignment="center" valignment="top" usebox="none">
37593 \begin_inset Text
37594
37595 \begin_layout Plain Layout
37596 \begin_inset Graphics
37597         filename ../images/depth-increment.png
37598         BoundingBox 0bp 5bp 20bp 25bp
37599         rotateOrigin center
37600
37601 \end_inset
37602
37603
37604 \end_layout
37605
37606 \end_inset
37607 </cell>
37608 <cell alignment="center" valignment="top" usebox="none">
37609 \begin_inset Text
37610
37611 \begin_layout Plain Layout
37612
37613 \family sans
37614 Edit\SpecialChar \menuseparator
37615 Increase
37616 \begin_inset space ~
37617 \end_inset
37618
37619 List
37620 \begin_inset space ~
37621 \end_inset
37622
37623 Depth
37624 \end_layout
37625
37626 \end_inset
37627 </cell>
37628 </row>
37629 <row interlinespace="2.5mm">
37630 <cell alignment="center" valignment="top" usebox="none">
37631 \begin_inset Text
37632
37633 \begin_layout Plain Layout
37634 \begin_inset Graphics
37635         filename ../images/depth-decrement.png
37636         BoundingBox 0bp 5bp 20bp 25bp
37637         rotateOrigin center
37638
37639 \end_inset
37640
37641
37642 \end_layout
37643
37644 \end_inset
37645 </cell>
37646 <cell alignment="center" valignment="top" usebox="none">
37647 \begin_inset Text
37648
37649 \begin_layout Plain Layout
37650
37651 \family sans
37652 Edit\SpecialChar \menuseparator
37653 Decrease
37654 \begin_inset space ~
37655 \end_inset
37656
37657 List
37658 \begin_inset space ~
37659 \end_inset
37660
37661 Depth
37662 \end_layout
37663
37664 \end_inset
37665 </cell>
37666 </row>
37667 <row interlinespace="2.5mm">
37668 <cell alignment="center" valignment="top" usebox="none">
37669 \begin_inset Text
37670
37671 \begin_layout Plain Layout
37672 \begin_inset Graphics
37673         filename ../images/float-insert_figure.png
37674         BoundingBox 0bp 5bp 20bp 20bp
37675
37676 \end_inset
37677
37678
37679 \end_layout
37680
37681 \end_inset
37682 </cell>
37683 <cell alignment="center" valignment="top" usebox="none">
37684 \begin_inset Text
37685
37686 \begin_layout Plain Layout
37687
37688 \family sans
37689 Insert\SpecialChar \menuseparator
37690 Float\SpecialChar \menuseparator
37691 Figure
37692 \end_layout
37693
37694 \end_inset
37695 </cell>
37696 </row>
37697 <row interlinespace="2.5mm">
37698 <cell alignment="center" valignment="top" usebox="none">
37699 \begin_inset Text
37700
37701 \begin_layout Plain Layout
37702 \begin_inset Graphics
37703         filename ../images/float-insert_table.png
37704         BoundingBox 0bp 5bp 20bp 20bp
37705
37706 \end_inset
37707
37708
37709 \end_layout
37710
37711 \end_inset
37712 </cell>
37713 <cell alignment="center" valignment="top" usebox="none">
37714 \begin_inset Text
37715
37716 \begin_layout Plain Layout
37717
37718 \family sans
37719 Insert\SpecialChar \menuseparator
37720 Float\SpecialChar \menuseparator
37721 Table
37722 \end_layout
37723
37724 \end_inset
37725 </cell>
37726 </row>
37727 <row interlinespace="2.5mm">
37728 <cell alignment="center" valignment="top" usebox="none">
37729 \begin_inset Text
37730
37731 \begin_layout Plain Layout
37732 \begin_inset Graphics
37733         filename ../images/label-insert.png
37734         BoundingBox 0bp 5bp 20bp 20bp
37735
37736 \end_inset
37737
37738
37739 \end_layout
37740
37741 \end_inset
37742 </cell>
37743 <cell alignment="center" valignment="top" usebox="none">
37744 \begin_inset Text
37745
37746 \begin_layout Plain Layout
37747
37748 \family sans
37749 Insert\SpecialChar \menuseparator
37750 Label
37751 \end_layout
37752
37753 \end_inset
37754 </cell>
37755 </row>
37756 <row interlinespace="2.5mm">
37757 <cell alignment="center" valignment="top" usebox="none">
37758 \begin_inset Text
37759
37760 \begin_layout Plain Layout
37761 \begin_inset Graphics
37762         filename ../images/dialog-show-new-inset_ref.png
37763         BoundingBox 0bp 5bp 20bp 20bp
37764
37765 \end_inset
37766
37767
37768 \end_layout
37769
37770 \end_inset
37771 </cell>
37772 <cell alignment="center" valignment="top" usebox="none">
37773 \begin_inset Text
37774
37775 \begin_layout Plain Layout
37776
37777 \family sans
37778 Insert\SpecialChar \menuseparator
37779 Cross-Reference
37780 \end_layout
37781
37782 \end_inset
37783 </cell>
37784 </row>
37785 <row interlinespace="2.5mm">
37786 <cell alignment="center" valignment="top" usebox="none">
37787 \begin_inset Text
37788
37789 \begin_layout Plain Layout
37790 \begin_inset Graphics
37791         filename ../images/dialog-show-new-inset_citation.png
37792         BoundingBox 0bp 5bp 20bp 20bp
37793
37794 \end_inset
37795
37796
37797 \end_layout
37798
37799 \end_inset
37800 </cell>
37801 <cell alignment="center" valignment="top" usebox="none">
37802 \begin_inset Text
37803
37804 \begin_layout Plain Layout
37805
37806 \family sans
37807 Insert\SpecialChar \menuseparator
37808 Citation
37809 \end_layout
37810
37811 \end_inset
37812 </cell>
37813 </row>
37814 <row interlinespace="2.5mm">
37815 <cell alignment="center" valignment="top" usebox="none">
37816 \begin_inset Text
37817
37818 \begin_layout Plain Layout
37819 \begin_inset Graphics
37820         filename ../images/index-insert.png
37821         BoundingBox 0bp 5bp 20bp 20bp
37822
37823 \end_inset
37824
37825
37826 \end_layout
37827
37828 \end_inset
37829 </cell>
37830 <cell alignment="center" valignment="top" usebox="none">
37831 \begin_inset Text
37832
37833 \begin_layout Plain Layout
37834
37835 \family sans
37836 Insert\SpecialChar \menuseparator
37837 Index
37838 \begin_inset space ~
37839 \end_inset
37840
37841 Entry
37842 \end_layout
37843
37844 \end_inset
37845 </cell>
37846 </row>
37847 <row interlinespace="2.5mm">
37848 <cell alignment="center" valignment="top" usebox="none">
37849 \begin_inset Text
37850
37851 \begin_layout Plain Layout
37852 \begin_inset Graphics
37853         filename ../images/nomencl-insert.png
37854         BoundingBox 0bp 5bp 20bp 20bp
37855
37856 \end_inset
37857
37858
37859 \end_layout
37860
37861 \end_inset
37862 </cell>
37863 <cell alignment="center" valignment="top" usebox="none">
37864 \begin_inset Text
37865
37866 \begin_layout Plain Layout
37867
37868 \family sans
37869 Insert\SpecialChar \menuseparator
37870 Nomenclature
37871 \begin_inset space ~
37872 \end_inset
37873
37874 Entry
37875 \end_layout
37876
37877 \end_inset
37878 </cell>
37879 </row>
37880 <row interlinespace="2.5mm">
37881 <cell alignment="center" valignment="top" usebox="none">
37882 \begin_inset Text
37883
37884 \begin_layout Plain Layout
37885 \begin_inset Graphics
37886         filename ../images/footnote-insert.png
37887         BoundingBox 0bp 5bp 20bp 20bp
37888
37889 \end_inset
37890
37891
37892 \end_layout
37893
37894 \end_inset
37895 </cell>
37896 <cell alignment="center" valignment="top" usebox="none">
37897 \begin_inset Text
37898
37899 \begin_layout Plain Layout
37900
37901 \family sans
37902 Insert\SpecialChar \menuseparator
37903 Footnote
37904 \end_layout
37905
37906 \end_inset
37907 </cell>
37908 </row>
37909 <row interlinespace="2.5mm">
37910 <cell alignment="center" valignment="top" usebox="none">
37911 \begin_inset Text
37912
37913 \begin_layout Plain Layout
37914 \begin_inset Graphics
37915         filename ../images/marginalnote-insert.png
37916         BoundingBox 0bp 5bp 20bp 25bp
37917         rotateOrigin center
37918
37919 \end_inset
37920
37921
37922 \end_layout
37923
37924 \end_inset
37925 </cell>
37926 <cell alignment="center" valignment="top" usebox="none">
37927 \begin_inset Text
37928
37929 \begin_layout Plain Layout
37930
37931 \family sans
37932 Insert\SpecialChar \menuseparator
37933 Marginal
37934 \begin_inset space ~
37935 \end_inset
37936
37937 Note
37938 \end_layout
37939
37940 \end_inset
37941 </cell>
37942 </row>
37943 <row interlinespace="2.5mm">
37944 <cell alignment="center" valignment="top" usebox="none">
37945 \begin_inset Text
37946
37947 \begin_layout Plain Layout
37948 \begin_inset Graphics
37949         filename ../images/note-insert.png
37950         BoundingBox 0bp 5bp 20bp 20bp
37951
37952 \end_inset
37953
37954
37955 \end_layout
37956
37957 \end_inset
37958 </cell>
37959 <cell alignment="center" valignment="top" usebox="none">
37960 \begin_inset Text
37961
37962 \begin_layout Plain Layout
37963
37964 \family sans
37965 Insert\SpecialChar \menuseparator
37966 Note\SpecialChar \menuseparator
37967 LyX
37968 \begin_inset space ~
37969 \end_inset
37970
37971 Note
37972 \end_layout
37973
37974 \end_inset
37975 </cell>
37976 </row>
37977 <row interlinespace="2.5mm">
37978 <cell alignment="center" valignment="top" usebox="none">
37979 \begin_inset Text
37980
37981 \begin_layout Plain Layout
37982 \begin_inset Graphics
37983         filename ../images/box-insert.png
37984         BoundingBox 0bp 5bp 20bp 20bp
37985
37986 \end_inset
37987
37988
37989 \end_layout
37990
37991 \end_inset
37992 </cell>
37993 <cell alignment="center" valignment="top" usebox="none">
37994 \begin_inset Text
37995
37996 \begin_layout Plain Layout
37997
37998 \family sans
37999 Insert\SpecialChar \menuseparator
38000 Box
38001 \end_layout
38002
38003 \end_inset
38004 </cell>
38005 </row>
38006 <row interlinespace="2.5mm">
38007 <cell alignment="center" valignment="top" usebox="none">
38008 \begin_inset Text
38009
38010 \begin_layout Plain Layout
38011 \begin_inset Graphics
38012         filename ../images/url-insert.png
38013         BoundingBox 0bp 5bp 20bp 20bp
38014
38015 \end_inset
38016
38017
38018 \end_layout
38019
38020 \end_inset
38021 </cell>
38022 <cell alignment="center" valignment="top" usebox="none">
38023 \begin_inset Text
38024
38025 \begin_layout Plain Layout
38026
38027 \family sans
38028 Insert\SpecialChar \menuseparator
38029 URL
38030 \end_layout
38031
38032 \end_inset
38033 </cell>
38034 </row>
38035 <row interlinespace="2.5mm">
38036 <cell alignment="center" valignment="top" usebox="none">
38037 \begin_inset Text
38038
38039 \begin_layout Plain Layout
38040 \begin_inset Graphics
38041         filename ../images/ert-insert.png
38042         BoundingBox 0bp 5bp 20bp 20bp
38043
38044 \end_inset
38045
38046
38047 \end_layout
38048
38049 \end_inset
38050 </cell>
38051 <cell alignment="center" valignment="top" usebox="none">
38052 \begin_inset Text
38053
38054 \begin_layout Plain Layout
38055
38056 \family sans
38057 Insert\SpecialChar \menuseparator
38058 T
38059 \family default
38060
38061 \begin_inset ERT
38062 status collapsed
38063
38064 \begin_layout Plain Layout
38065
38066 {}
38067 \end_layout
38068
38069 \end_inset
38070
38071
38072 \family sans
38073 eX
38074 \end_layout
38075
38076 \end_inset
38077 </cell>
38078 </row>
38079 <row interlinespace="2.5mm">
38080 <cell alignment="center" valignment="top" usebox="none">
38081 \begin_inset Text
38082
38083 \begin_layout Plain Layout
38084 \begin_inset Graphics
38085         filename ../images/dialog-show-new-inset_include.png
38086         BoundingBox 0bp 5bp 20bp 20bp
38087
38088 \end_inset
38089
38090
38091 \end_layout
38092
38093 \end_inset
38094 </cell>
38095 <cell alignment="center" valignment="top" usebox="none">
38096 \begin_inset Text
38097
38098 \begin_layout Plain Layout
38099
38100 \family sans
38101 Insert\SpecialChar \menuseparator
38102 File\SpecialChar \menuseparator
38103 Child
38104 \begin_inset space ~
38105 \end_inset
38106
38107 Document
38108 \end_layout
38109
38110 \end_inset
38111 </cell>
38112 </row>
38113 <row interlinespace="2.5mm">
38114 <cell alignment="center" valignment="top" usebox="none">
38115 \begin_inset Text
38116
38117 \begin_layout Plain Layout
38118 \begin_inset Graphics
38119         filename ../images/dialog-show_character.png
38120         BoundingBox 0bp 5bp 20bp 25bp
38121         rotateOrigin center
38122
38123 \end_inset
38124
38125
38126 \end_layout
38127
38128 \end_inset
38129 </cell>
38130 <cell alignment="center" valignment="top" usebox="none">
38131 \begin_inset Text
38132
38133 \begin_layout Plain Layout
38134
38135 \family sans
38136 Edit\SpecialChar \menuseparator
38137 Text
38138 \begin_inset space ~
38139 \end_inset
38140
38141 Style
38142 \end_layout
38143
38144 \end_inset
38145 </cell>
38146 </row>
38147 <row interlinespace="2.5mm">
38148 <cell alignment="center" valignment="top" usebox="none">
38149 \begin_inset Text
38150
38151 \begin_layout Plain Layout
38152 \begin_inset Graphics
38153         filename ../images/layout-paragraph.png
38154         BoundingBox 0bp 5bp 20bp 25bp
38155         rotateOrigin center
38156
38157 \end_inset
38158
38159
38160 \end_layout
38161
38162 \end_inset
38163 </cell>
38164 <cell alignment="center" valignment="top" usebox="none">
38165 \begin_inset Text
38166
38167 \begin_layout Plain Layout
38168
38169 \family sans
38170 Edit\SpecialChar \menuseparator
38171 Paragraph
38172 \begin_inset space ~
38173 \end_inset
38174
38175 Settings
38176 \end_layout
38177
38178 \end_inset
38179 </cell>
38180 </row>
38181 <row interlinespace="2.5mm">
38182 <cell alignment="center" valignment="top" usebox="none">
38183 \begin_inset Text
38184
38185 \begin_layout Plain Layout
38186 \begin_inset Graphics
38187         filename ../images/thesaurus-entry.png
38188         BoundingBox 0bp 5bp 20bp 25bp
38189         rotateOrigin center
38190
38191 \end_inset
38192
38193
38194 \end_layout
38195
38196 \end_inset
38197 </cell>
38198 <cell alignment="center" valignment="top" usebox="none">
38199 \begin_inset Text
38200
38201 \begin_layout Plain Layout
38202
38203 \family sans
38204 Tools\SpecialChar \menuseparator
38205 Thesaurus
38206 \end_layout
38207
38208 \end_inset
38209 </cell>
38210 </row>
38211 </lyxtabular>
38212
38213 \end_inset
38214
38215
38216 \end_layout
38217
38218 \begin_layout Subsection
38219 View / Update Toolbar
38220 \begin_inset Index
38221 status collapsed
38222
38223 \begin_layout Plain Layout
38224 Toolbar ! View / Update
38225 \end_layout
38226
38227 \end_inset
38228
38229
38230 \end_layout
38231
38232 \begin_layout Standard
38233 \begin_inset Graphics
38234         filename clipart/ViewToolbar.png
38235
38236 \end_inset
38237
38238
38239 \end_layout
38240
38241 \begin_layout Standard
38242 \begin_inset VSpace defskip
38243 \end_inset
38244
38245
38246 \end_layout
38247
38248 \begin_layout Standard
38249 The view / update toolbar as shown above contains from left to right the
38250  following buttons:
38251 \end_layout
38252
38253 \begin_layout Standard
38254 \begin_inset VSpace defskip
38255 \end_inset
38256
38257
38258 \end_layout
38259
38260 \begin_layout Standard
38261 \begin_inset Tabular
38262 <lyxtabular version="3" rows="6" columns="2">
38263 <features islongtable="true">
38264 <column alignment="left" valignment="top" width="0">
38265 <column alignment="left" valignment="top" width="0">
38266 <row interlinespace="2.5mm">
38267 <cell alignment="center" valignment="top" usebox="none">
38268 \begin_inset Text
38269
38270 \begin_layout Plain Layout
38271 \begin_inset Graphics
38272         filename ../images/buffer-view_dvi.png
38273         BoundingBox 0bp 5bp 20bp 25bp
38274         rotateOrigin center
38275
38276 \end_inset
38277
38278
38279 \end_layout
38280
38281 \end_inset
38282 </cell>
38283 <cell alignment="center" valignment="top" usebox="none">
38284 \begin_inset Text
38285
38286 \begin_layout Plain Layout
38287
38288 \family sans
38289 View\SpecialChar \menuseparator
38290 DVI
38291 \end_layout
38292
38293 \end_inset
38294 </cell>
38295 </row>
38296 <row interlinespace="2.5mm">
38297 <cell alignment="center" valignment="top" usebox="none">
38298 \begin_inset Text
38299
38300 \begin_layout Plain Layout
38301 \begin_inset Graphics
38302         filename ../images/buffer-update_dvi.png
38303         BoundingBox 0bp 5bp 20bp 25bp
38304         rotateOrigin center
38305
38306 \end_inset
38307
38308
38309 \end_layout
38310
38311 \end_inset
38312 </cell>
38313 <cell alignment="center" valignment="top" usebox="none">
38314 \begin_inset Text
38315
38316 \begin_layout Plain Layout
38317
38318 \family sans
38319 View\SpecialChar \menuseparator
38320 Update\SpecialChar \menuseparator
38321 DVI
38322 \end_layout
38323
38324 \end_inset
38325 </cell>
38326 </row>
38327 <row interlinespace="2.5mm">
38328 <cell alignment="center" valignment="top" usebox="none">
38329 \begin_inset Text
38330
38331 \begin_layout Plain Layout
38332 \begin_inset Graphics
38333         filename ../images/buffer-view_pdf2.png
38334         BoundingBox 0bp 5bp 20bp 25bp
38335         rotateOrigin center
38336
38337 \end_inset
38338
38339
38340 \end_layout
38341
38342 \end_inset
38343 </cell>
38344 <cell alignment="center" valignment="top" usebox="none">
38345 \begin_inset Text
38346
38347 \begin_layout Plain Layout
38348
38349 \family sans
38350 View\SpecialChar \menuseparator
38351 PDF
38352 \end_layout
38353
38354 \end_inset
38355 </cell>
38356 </row>
38357 <row interlinespace="2.5mm">
38358 <cell alignment="center" valignment="top" usebox="none">
38359 \begin_inset Text
38360
38361 \begin_layout Plain Layout
38362 \begin_inset Graphics
38363         filename ../images/buffer-update_pdf2.png
38364         BoundingBox 0bp 5bp 20bp 25bp
38365         rotateOrigin center
38366
38367 \end_inset
38368
38369
38370 \end_layout
38371
38372 \end_inset
38373 </cell>
38374 <cell alignment="center" valignment="top" usebox="none">
38375 \begin_inset Text
38376
38377 \begin_layout Plain Layout
38378
38379 \family sans
38380 View\SpecialChar \menuseparator
38381 Update\SpecialChar \menuseparator
38382 PDF
38383 \begin_inset Foot
38384 status collapsed
38385
38386 \begin_layout Plain Layout
38387 This button is on some LyX for Windows installations not here because its
38388  functionality is merged with 
38389 \family sans
38390 View\SpecialChar \menuseparator
38391 PDF
38392 \family default
38393 .
38394  
38395 \end_layout
38396
38397 \end_inset
38398
38399
38400 \end_layout
38401
38402 \end_inset
38403 </cell>
38404 </row>
38405 <row interlinespace="2.5mm">
38406 <cell alignment="center" valignment="top" usebox="none">
38407 \begin_inset Text
38408
38409 \begin_layout Plain Layout
38410 \begin_inset Graphics
38411         filename ../images/buffer-view_ps.png
38412         BoundingBox 0bp 5bp 20bp 25bp
38413         rotateOrigin center
38414
38415 \end_inset
38416
38417
38418 \end_layout
38419
38420 \end_inset
38421 </cell>
38422 <cell alignment="center" valignment="top" usebox="none">
38423 \begin_inset Text
38424
38425 \begin_layout Plain Layout
38426
38427 \family sans
38428 View\SpecialChar \menuseparator
38429 Postscript
38430 \end_layout
38431
38432 \end_inset
38433 </cell>
38434 </row>
38435 <row interlinespace="2.5mm">
38436 <cell alignment="center" valignment="top" usebox="none">
38437 \begin_inset Text
38438
38439 \begin_layout Plain Layout
38440 \begin_inset Graphics
38441         filename ../images/buffer-update_ps.png
38442         BoundingBox 0bp 5bp 20bp 25bp
38443         rotateOrigin center
38444
38445 \end_inset
38446
38447
38448 \end_layout
38449
38450 \end_inset
38451 </cell>
38452 <cell alignment="center" valignment="top" usebox="none">
38453 \begin_inset Text
38454
38455 \begin_layout Plain Layout
38456
38457 \family sans
38458 View\SpecialChar \menuseparator
38459 Update\SpecialChar \menuseparator
38460 Postscript
38461 \end_layout
38462
38463 \end_inset
38464 </cell>
38465 </row>
38466 </lyxtabular>
38467
38468 \end_inset
38469
38470
38471 \end_layout
38472
38473 \begin_layout Subsection
38474 Other Toolbars
38475 \end_layout
38476
38477 \begin_layout Standard
38478 The change tracking toolbar is explained in section
38479 \begin_inset space ~
38480 \end_inset
38481
38482
38483 \begin_inset CommandInset ref
38484 LatexCommand ref
38485 reference "sec:Change-Tracking"
38486
38487 \end_inset
38488
38489 , the table toolbar
38490 \begin_inset Index
38491 status collapsed
38492
38493 \begin_layout Plain Layout
38494 Toolbar ! Table
38495 \end_layout
38496
38497 \end_inset
38498
38499  is explained in the 
38500 \emph on
38501 Embedded Objects
38502 \emph default
38503  manual.
38504 \end_layout
38505
38506 \begin_layout Chapter
38507 The 
38508 \family sans
38509 Preferences
38510 \family default
38511  Dialog
38512 \begin_inset CommandInset label
38513 LatexCommand label
38514 name "cha:The-Preferences-dialog"
38515
38516 \end_inset
38517
38518
38519 \begin_inset Index
38520 status collapsed
38521
38522 \begin_layout Plain Layout
38523 Preferences
38524 \end_layout
38525
38526 \end_inset
38527
38528
38529 \end_layout
38530
38531 \begin_layout Standard
38532 The preferences dialog is called with the menu Tools\SpecialChar \menuseparator
38533 Preferences.
38534  It consists of submenus explained in the following.
38535 \end_layout
38536
38537 \begin_layout Section
38538 Look and Feel
38539 \end_layout
38540
38541 \begin_layout Subsection
38542 User Interface
38543 \begin_inset CommandInset label
38544 LatexCommand label
38545 name "sec:ui"
38546
38547 \end_inset
38548
38549
38550 \begin_inset Index
38551 status collapsed
38552
38553 \begin_layout Plain Layout
38554 Customization ! of toolbars
38555 \end_layout
38556
38557 \end_inset
38558
38559
38560 \begin_inset Index
38561 status collapsed
38562
38563 \begin_layout Plain Layout
38564 Customization ! of menus
38565 \end_layout
38566
38567 \end_inset
38568
38569
38570 \end_layout
38571
38572 \begin_layout Standard
38573 \begin_inset Note Greyedout
38574 status open
38575
38576 \begin_layout Plain Layout
38577
38578 \series bold
38579 Note:
38580 \series default
38581  You have to restart LyX before changes in ui- and bind-files take effect.
38582 \end_layout
38583
38584 \end_inset
38585
38586
38587 \end_layout
38588
38589 \begin_layout Subsubsection
38590 User Interface File
38591 \begin_inset Index
38592 status collapsed
38593
38594 \begin_layout Plain Layout
38595 Customization ! of toolbars
38596 \end_layout
38597
38598 \end_inset
38599
38600
38601 \begin_inset Index
38602 status collapsed
38603
38604 \begin_layout Plain Layout
38605 Customization ! of menus
38606 \end_layout
38607
38608 \end_inset
38609
38610
38611 \end_layout
38612
38613 \begin_layout Standard
38614 The appearance of the menus and toolbars can be changed by choosing an user
38615  interface (ui) file.
38616  An ui-file is a textfile where the toolbars and menus are listed.
38617  The toolbar buttons and menu entries are specified in the files 
38618 \shape italic
38619 stdtoolbars.inc
38620 \shape default
38621  and 
38622 \shape italic
38623 stdmenus.inc
38624 \shape default
38625 , respectively.
38626  Both files are loaded by the 
38627 \emph on
38628 default.ui
38629 \emph default
38630  file.
38631  To create your own menu and toolbar layout, start with a copy of these
38632  files and edit the entries.
38633 \end_layout
38634
38635 \begin_layout Standard
38636 The syntax of the .inc-files is straightforward: The 
38637 \family sans
38638 Menubar
38639 \family default
38640
38641 \family sans
38642 Menu
38643 \family default
38644  and 
38645 \family sans
38646 Toolbar
38647 \family default
38648  entries must be ended with an explicit 
38649 \family sans
38650 End
38651 \family default
38652 .
38653  They may contain 
38654 \family sans
38655 Submenus
38656 \family default
38657
38658 \family sans
38659 Items
38660 \family default
38661
38662 \family sans
38663 OptItems
38664 \family default
38665
38666 \family sans
38667 Separators
38668 \family default
38669
38670 \family sans
38671 Icons,
38672 \family default
38673  and in the case of the 
38674 \begin_inset Quotes eld
38675 \end_inset
38676
38677 file
38678 \begin_inset Quotes erd
38679 \end_inset
38680
38681  menus a 
38682 \family sans
38683 Lastfiles
38684 \family default
38685  entry.
38686  The syntax for the entries is:
38687 \end_layout
38688
38689 \begin_layout Standard
38690 \begin_inset VSpace smallskip*
38691 \end_inset
38692
38693
38694 \series bold
38695 Item 
38696 \begin_inset Quotes erd
38697 \end_inset
38698
38699 menu 
38700 \series default
38701 or
38702 \series bold
38703  button name
38704 \begin_inset Quotes erd
38705 \end_inset
38706
38707  
38708 \begin_inset Quotes erd
38709 \end_inset
38710
38711 LyX-function
38712 \begin_inset Quotes erd
38713 \end_inset
38714
38715
38716 \end_layout
38717
38718 \begin_layout Standard
38719 \noindent
38720 \begin_inset VSpace smallskip*
38721 \end_inset
38722
38723 All LyX-functions are listed in 
38724 \begin_inset CommandInset citation
38725 LatexCommand cite
38726 key "LyX-func"
38727
38728 \end_inset
38729
38730 .
38731 \end_layout
38732
38733 \begin_layout Standard
38734 \begin_inset VSpace medskip
38735 \end_inset
38736
38737
38738 \end_layout
38739
38740 \begin_layout Standard
38741 An example: Assuming you use the menu 
38742 \family sans
38743 Navigate\SpecialChar \menuseparator
38744 Bookmarks
38745 \family default
38746  quite often and therefore want six available bookmarks, you can add the
38747  line
38748 \end_layout
38749
38750 \begin_layout Standard
38751 \begin_inset VSpace smallskip*
38752 \end_inset
38753
38754
38755 \series bold
38756 Item "Save Bookmark 6" "bookmark-save 6"
38757 \end_layout
38758
38759 \begin_layout Standard
38760 \noindent
38761 \begin_inset VSpace smallskip*
38762 \end_inset
38763
38764 to the navigate menu section in the .inc-file to have the sixth bookmark.
38765 \end_layout
38766
38767 \begin_layout Subsubsection
38768 Bind-File
38769 \begin_inset Index
38770 status collapsed
38771
38772 \begin_layout Plain Layout
38773 Bindings
38774 \end_layout
38775
38776 \end_inset
38777
38778
38779 \end_layout
38780
38781 \begin_layout Standard
38782 Bindings are used to bind a function to a key.
38783  Several binding files are available:
38784 \end_layout
38785
38786 \begin_layout Description
38787 cua.bind typical set of PC keyboard shortcuts
38788 \end_layout
38789
38790 \begin_layout Description
38791 (x)emacs.bind set of bindings like they are used in the editor programs 
38792 \family sans
38793 Emacs
38794 \family default
38795  (
38796 \family sans
38797 XEmacs
38798 \family default
38799 )
38800 \end_layout
38801
38802 \begin_layout Description
38803 mac.bind set of bindings for 
38804 \family sans
38805 Mac
38806 \begin_inset space \thinspace{}
38807 \end_inset
38808
38809 OS
38810 \family default
38811  systems.
38812 \end_layout
38813
38814 \begin_layout Standard
38815 There are also bind-files designed for special document classes, like 
38816 \shape italic
38817 broadway.bind
38818 \shape default
38819 , and bind files for special languages.
38820  The name of language bind-files begin with a language code, e.g.
38821  
38822 \begin_inset Quotes eld
38823 \end_inset
38824
38825 pt
38826 \begin_inset Quotes erd
38827 \end_inset
38828
38829  for Portuguese.
38830  If you use LyX in a certain language, LyX will try to use the appropriate
38831  bind-file.
38832 \end_layout
38833
38834 \begin_layout Standard
38835 Some bind-files, like 
38836 \emph on
38837 math.bind
38838 \emph default
38839 , have only a small scope.
38840  When looking at the the end of the file 
38841 \shape italic
38842 cua.bind
38843 \shape default
38844 , you can see that they are included to keep the overview in the bind-file.
38845 \end_layout
38846
38847 \begin_layout Standard
38848 If you like to customize the keybindings to your own taste, modify the bind-file
38849 s with a text editor.
38850  The syntax of the entries is:
38851 \end_layout
38852
38853 \begin_layout Standard
38854
38855 \series bold
38856
38857 \backslash
38858 bind 
38859 \begin_inset Quotes erd
38860 \end_inset
38861
38862 key combination
38863 \begin_inset Quotes erd
38864 \end_inset
38865
38866  
38867 \begin_inset Quotes erd
38868 \end_inset
38869
38870 LyX-function
38871 \begin_inset Quotes erd
38872 \end_inset
38873
38874
38875 \end_layout
38876
38877 \begin_layout Standard
38878 All LyX-functions are listed in 
38879 \begin_inset CommandInset citation
38880 LatexCommand cite
38881 key "LyX-func"
38882
38883 \end_inset
38884
38885 .
38886 \end_layout
38887
38888 \begin_layout Subsubsection
38889 Session
38890 \end_layout
38891
38892 \begin_layout Standard
38893 When the option 
38894 \family sans
38895 Save
38896 \begin_inset space \thinspace{}
38897 \end_inset
38898
38899 /
38900 \begin_inset space \thinspace{}
38901 \end_inset
38902
38903 restore window size, or use fixed size
38904 \family default
38905  is not checked, you can specify the size of LyX's main window when LyX
38906  is started.
38907 \end_layout
38908
38909 \begin_layout Standard
38910 With the option 
38911 \family sans
38912 Save
38913 \begin_inset space \thinspace{}
38914 \end_inset
38915
38916 /
38917 \begin_inset space \thinspace{}
38918 \end_inset
38919
38920 restore window position
38921 \family default
38922  LyX will be opened with its main window at the last used position.
38923 \end_layout
38924
38925 \begin_layout Standard
38926 The option 
38927 \family sans
38928 Restore cursor positions
38929 \family default
38930  sets the cursor to the position in the file where it has been the last
38931  time.
38932 \end_layout
38933
38934 \begin_layout Standard
38935 The option 
38936 \family sans
38937 Load opened files from last session
38938 \family default
38939  opens all files that were opened in the last LyX session.
38940 \end_layout
38941
38942 \begin_layout Subsubsection
38943 Documents
38944 \begin_inset CommandInset label
38945 LatexCommand label
38946 name "sub:Backup documents"
38947
38948 \end_inset
38949
38950
38951 \begin_inset Index
38952 status collapsed
38953
38954 \begin_layout Plain Layout
38955 Backup ! Documents
38956 \end_layout
38957
38958 \end_inset
38959
38960
38961 \end_layout
38962
38963 \begin_layout Standard
38964 When the option 
38965 \family sans
38966 Backup documents
38967 \family default
38968  is set, you can specify the time between backup saves.
38969 \end_layout
38970
38971 \begin_layout Standard
38972
38973 \family sans
38974 Maximum last files
38975 \family default
38976  is the number of last opened files that LyX should display in the menu
38977  
38978 \family sans
38979 File\SpecialChar \menuseparator
38980 Open
38981 \begin_inset space ~
38982 \end_inset
38983
38984 Recent
38985 \family default
38986 .
38987 \end_layout
38988
38989 \begin_layout Subsubsection
38990 Scrolling
38991 \end_layout
38992
38993 \begin_layout Standard
38994 The option 
38995 \family sans
38996 Cursor follows scrollbar
38997 \family default
38998  sets the cursor to the top of the currently displayed document part when
38999  scrolling.
39000 \end_layout
39001
39002 \begin_layout Subsubsection
39003 Pixmap Cache
39004 \end_layout
39005
39006 \begin_layout Standard
39007 With the option 
39008 \family sans
39009 Enable Pixmap Cache
39010 \family default
39011  enabled, LyX needs to redraw the screen less often.
39012  This results in better performance, especially on slow systems.
39013  On the other hand, the characters might look more fuzzy on screen.
39014  So whether you enable this or not depends on whether you prefer speed over
39015  aesthetics.
39016  Note that the Pixmap Cache is only available and useful under Mac
39017 \begin_inset space ~
39018 \end_inset
39019
39020 OS and Windows.
39021 \end_layout
39022
39023 \begin_layout Subsection
39024 Screen Fonts
39025 \begin_inset Index
39026 status collapsed
39027
39028 \begin_layout Plain Layout
39029 Font ! Screen
39030 \end_layout
39031
39032 \end_inset
39033
39034
39035 \begin_inset CommandInset label
39036 LatexCommand label
39037 name "sub:Screen-Fonts"
39038
39039 \end_inset
39040
39041
39042 \end_layout
39043
39044 \begin_layout Standard
39045 These fonts are used to display your documents on the screen.
39046 \end_layout
39047
39048 \begin_layout Standard
39049 \begin_inset Note Greyedout
39050 status open
39051
39052 \begin_layout Plain Layout
39053
39054 \series bold
39055 Note:
39056 \series default
39057  This section only deals with the fonts 
39058 \emph on
39059 inside
39060 \emph default
39061  the LyX window.
39062  The fonts that appear on the output are independent from these fonts, and
39063  set in the menu 
39064 \family sans
39065 Document\SpecialChar \menuseparator
39066 Settings\SpecialChar \menuseparator
39067 Fonts
39068 \family default
39069 .
39070 \end_layout
39071
39072 \end_inset
39073
39074
39075 \end_layout
39076
39077 \begin_layout Standard
39078 By default, LyX uses 
39079 \family typewriter
39080 Times
39081 \family default
39082  as roman (serif) font, 
39083 \family typewriter
39084 Arial
39085 \family default
39086  or 
39087 \family typewriter
39088 Helvetica
39089 \family default
39090  (depends on the system) as 
39091 \family sans
39092 sans
39093 \begin_inset space ~
39094 \end_inset
39095
39096 serif
39097 \family default
39098  font, and 
39099 \family typewriter
39100 Courier
39101 \family default
39102  as 
39103 \family typewriter
39104 typewriter
39105 \family default
39106  font.
39107 \end_layout
39108
39109 \begin_layout Standard
39110 You can change the font size with the 
39111 \family sans
39112 Zoom
39113 \family default
39114  setting.
39115 \end_layout
39116
39117 \begin_layout Standard
39118
39119 \family sans
39120 Screen DPI
39121 \family default
39122  is the screen resolution in dpi (dots per inch).
39123  The Font Sizes are calculated as letter height in units of points.
39124  72
39125 \begin_inset space \thinspace{}
39126 \end_inset
39127
39128 points have the size of 1
39129 \begin_inset space \thinspace{}
39130 \end_inset
39131
39132 inch, see Appendix
39133 \begin_inset space ~
39134 \end_inset
39135
39136
39137 \begin_inset CommandInset ref
39138 LatexCommand ref
39139 reference "cha:Units-available-in"
39140
39141 \end_inset
39142
39143 .
39144 \end_layout
39145
39146 \begin_layout Standard
39147 The default 
39148 \family sans
39149 Font Sizes
39150 \family default
39151  are the same as if a document font size of 10
39152 \begin_inset Formula $\,$
39153 \end_inset
39154
39155 pt would be used.
39156  The sizes are explained in detail in section
39157 \begin_inset space ~
39158 \end_inset
39159
39160
39161 \begin_inset CommandInset ref
39162 LatexCommand ref
39163 reference "sub:Document-Font"
39164
39165 \end_inset
39166
39167 .
39168 \end_layout
39169
39170 \begin_layout Subsection
39171 Colors
39172 \begin_inset Index
39173 status collapsed
39174
39175 \begin_layout Plain Layout
39176 Color ! LyX screen
39177 \end_layout
39178
39179 \end_inset
39180
39181
39182 \begin_inset Index
39183 status collapsed
39184
39185 \begin_layout Plain Layout
39186 Settings ! Color
39187 \end_layout
39188
39189 \end_inset
39190
39191
39192 \end_layout
39193
39194 \begin_layout Standard
39195 You can here change all colors used by LyX.
39196  Choose an item in the list and use the 
39197 \family sans
39198 Alter
39199 \family default
39200  button.
39201 \end_layout
39202
39203 \begin_layout Subsection
39204 Graphics
39205 \begin_inset Index
39206 status collapsed
39207
39208 \begin_layout Plain Layout
39209 Settings ! Graphics
39210 \end_layout
39211
39212 \end_inset
39213
39214
39215 \end_layout
39216
39217 \begin_layout Standard
39218 Here you can specify how graphics inside LyX are displayed.
39219 \end_layout
39220
39221 \begin_layout Standard
39222
39223 \family sans
39224 Instant Preview
39225 \family default
39226  enables previewing snippets of your document.
39227  This feature is described in section
39228 \begin_inset space ~
39229 \end_inset
39230
39231
39232 \begin_inset CommandInset ref
39233 LatexCommand ref
39234 reference "sec:Previewing-snippets-of"
39235
39236 \end_inset
39237
39238 .
39239 \end_layout
39240
39241 \begin_layout Subsection
39242 Keyboard Map
39243 \begin_inset Index
39244 status collapsed
39245
39246 \begin_layout Plain Layout
39247 Keyboard Map
39248 \end_layout
39249
39250 \end_inset
39251
39252
39253 \begin_inset Index
39254 status collapsed
39255
39256 \begin_layout Plain Layout
39257 Settings ! Keyboard Map
39258 \end_layout
39259
39260 \end_inset
39261
39262
39263 \begin_inset CommandInset label
39264 LatexCommand label
39265 name "sub:Keyboard-Map"
39266
39267 \end_inset
39268
39269
39270 \end_layout
39271
39272 \begin_layout Standard
39273 Normally keyboard settings have to be done in a menu of your operating system.
39274  For the case that this is not possible, LyX provides keyboard maps.
39275  If you have e.
39276 \begin_inset space \thinspace{}
39277 \end_inset
39278
39279 g.
39280 \begin_inset space ~
39281 \end_inset
39282
39283 a Czech keyboard but want to write with it like with a Romanian one, you
39284  can use the keyboard map file named 
39285 \emph on
39286 romanian.kmap
39287 \emph default
39288 .
39289 \end_layout
39290
39291 \begin_layout Standard
39292 \begin_inset Note Greyedout
39293 status open
39294
39295 \begin_layout Plain Layout
39296
39297 \series bold
39298 Note:
39299 \series default
39300  Keyboard maps are only provided as makeshift and don't work on all systems.
39301 \end_layout
39302
39303 \end_inset
39304
39305
39306 \end_layout
39307
39308 \begin_layout Section
39309 Paths
39310 \begin_inset Index
39311 status collapsed
39312
39313 \begin_layout Plain Layout
39314 Paths
39315 \end_layout
39316
39317 \end_inset
39318
39319
39320 \begin_inset Index
39321 status collapsed
39322
39323 \begin_layout Plain Layout
39324 Settings ! Directory
39325 \end_layout
39326
39327 \end_inset
39328
39329
39330 \end_layout
39331
39332 \begin_layout Description
39333 Working
39334 \begin_inset space ~
39335 \end_inset
39336
39337 directory This is LyX's working directory.
39338  It is the default when you 
39339 \family sans
39340 Open
39341 \family default
39342
39343 \family sans
39344 Save
39345 \family default
39346  or 
39347 \family sans
39348 Save
39349 \begin_inset space ~
39350 \end_inset
39351
39352 as
39353 \family default
39354  files.
39355 \end_layout
39356
39357 \begin_layout Description
39358 Document
39359 \begin_inset space ~
39360 \end_inset
39361
39362 templates This directory will be opened when you use the menu 
39363 \family sans
39364 File\SpecialChar \menuseparator
39365 New
39366 \begin_inset space ~
39367 \end_inset
39368
39369 from
39370 \begin_inset space ~
39371 \end_inset
39372
39373 Template
39374 \family default
39375 .
39376 \end_layout
39377
39378 \begin_layout Description
39379 Backup
39380 \begin_inset space ~
39381 \end_inset
39382
39383 directory
39384 \begin_inset Index
39385 status collapsed
39386
39387 \begin_layout Plain Layout
39388 Backup ! Directory
39389 \end_layout
39390
39391 \end_inset
39392
39393  Backup copies will be saved to this directory.
39394  When no directory is given but backups are enabled as described in section
39395 \begin_inset space ~
39396 \end_inset
39397
39398
39399 \begin_inset CommandInset ref
39400 LatexCommand ref
39401 reference "sub:Backup documents"
39402
39403 \end_inset
39404
39405 , the 
39406 \family sans
39407 Working directory
39408 \family default
39409  will be used to save the backups.
39410 \begin_inset Newline newline
39411 \end_inset
39412
39413 The backup files have the ending 
39414 \begin_inset Quotes eld
39415 \end_inset
39416
39417 .lyx~
39418 \begin_inset Quotes erd
39419 \end_inset
39420
39421 .
39422 \end_layout
39423
39424 \begin_layout Description
39425 Ly
39426 \begin_inset ERT
39427 status collapsed
39428
39429 \begin_layout Plain Layout
39430
39431 {}
39432 \end_layout
39433
39434 \end_inset
39435
39436 XServer-Pipe Here you can enter the name of a Unix-pipe.
39437  This pipe is used to send data from external programs to LyX.
39438 \begin_inset Newline newline
39439 \end_inset
39440
39441
39442 \begin_inset Note Greyedout
39443 status open
39444
39445 \begin_layout Plain Layout
39446
39447 \series bold
39448 Note:
39449 \series default
39450  This feature doesn't work on Windows systems.
39451 \end_layout
39452
39453 \end_inset
39454
39455
39456 \end_layout
39457
39458 \begin_layout Description
39459 Temporary
39460 \begin_inset space ~
39461 \end_inset
39462
39463 directory Temporary files will be saved in this directory.
39464 \end_layout
39465
39466 \begin_layout Description
39467 PATH
39468 \begin_inset space ~
39469 \end_inset
39470
39471 prefix This field contains a list of paths to external programs.
39472  When LyX needs to use an external program, it looks in this list where
39473  to find it on the system.
39474  The path list is automatically set up on Windows and Mac systems while
39475  LyX is configured, so that you normally don't have to modify it.
39476  On Unix
39477 \begin_inset space \thinspace{}
39478 \end_inset
39479
39480 /
39481 \begin_inset space \thinspace{}
39482 \end_inset
39483
39484 Linux systems, the path list will need to be set only if there are external
39485  programs you wish to use that are not in your normal system path ($PATH).
39486  
39487 \end_layout
39488
39489 \begin_layout Section
39490 Identity
39491 \end_layout
39492
39493 \begin_layout Standard
39494 Here you can insert your name and email address.
39495  The identity will be used when you have enabled change tracking as described
39496  in section
39497 \begin_inset space ~
39498 \end_inset
39499
39500
39501 \begin_inset CommandInset ref
39502 LatexCommand ref
39503 reference "sec:Change-Tracking"
39504
39505 \end_inset
39506
39507 , to mark changes you make as yours.
39508 \end_layout
39509
39510 \begin_layout Section
39511 Language Settings
39512 \begin_inset Index
39513 status collapsed
39514
39515 \begin_layout Plain Layout
39516 Language ! Settings
39517 \end_layout
39518
39519 \end_inset
39520
39521
39522 \begin_inset Index
39523 status collapsed
39524
39525 \begin_layout Plain Layout
39526 Settings ! Language
39527 \end_layout
39528
39529 \end_inset
39530
39531
39532 \end_layout
39533
39534 \begin_layout Subsection
39535 Language
39536 \end_layout
39537
39538 \begin_layout Description
39539 Default
39540 \begin_inset space ~
39541 \end_inset
39542
39543 language is the language used in new documents
39544 \end_layout
39545
39546 \begin_layout Description
39547 Language
39548 \begin_inset space ~
39549 \end_inset
39550
39551 package is a LaTeX-command to load a LaTeX-package that handles language
39552  issues.
39553  The default is the LaTeX-command 
39554 \family sans
39555
39556 \backslash
39557 usepackage{babel}
39558 \family default
39559  that loads the package 
39560 \series bold
39561 babel
39562 \series default
39563 .
39564 \begin_inset Foot
39565 status collapsed
39566
39567 \begin_layout Plain Layout
39568 For an introduction to the LaTeX-Syntax, have a look at section
39569 \begin_inset space ~
39570 \end_inset
39571
39572
39573 \begin_inset CommandInset ref
39574 LatexCommand ref
39575 reference "sec:ERT"
39576
39577 \end_inset
39578
39579 .
39580 \end_layout
39581
39582 \end_inset
39583
39584
39585 \begin_inset Newline newline
39586 \end_inset
39587
39588 The 
39589 \series bold
39590 babel
39591 \series default
39592  translates in the background automatically text labels of documents to
39593  the document language.
39594  A text label is for instance the word 
39595 \begin_inset Quotes eld
39596 \end_inset
39597
39598 Table
39599 \begin_inset Quotes erd
39600 \end_inset
39601
39602  at the beginning of every table-caption.
39603 \end_layout
39604
39605 \begin_layout Description
39606 Command
39607 \begin_inset space ~
39608 \end_inset
39609
39610 start When a special LaTeX-package is needed to write in a certain document
39611  language, you can here specify the command to start the package.
39612  An example is the start command 
39613 \family sans
39614
39615 \backslash
39616 begin{arabtext}
39617 \family default
39618  that is needed to write Arabic using the package 
39619 \series bold
39620 ArabTeX
39621 \series default
39622 , see 
39623 \begin_inset CommandInset citation
39624 LatexCommand cite
39625 key "Arabic"
39626
39627 \end_inset
39628
39629 .
39630  The default is the 
39631 \series bold
39632 babel
39633 \series default
39634  command 
39635 \family sans
39636
39637 \backslash
39638 selectlanguage{$$lang}
39639 \family default
39640 .
39641 \end_layout
39642
39643 \begin_layout Description
39644 Command
39645 \begin_inset space ~
39646 \end_inset
39647
39648 end Counterpart to 
39649 \family sans
39650 Command start
39651 \family default
39652 .
39653  Some packages, like the default, don't have an end command since the start
39654  command toggles the package on and off.
39655 \end_layout
39656
39657 \begin_layout Description
39658 Use
39659 \begin_inset space ~
39660 \end_inset
39661
39662 babel Whether 
39663 \series bold
39664 babel
39665 \series default
39666  is used or not.
39667 \end_layout
39668
39669 \begin_layout Description
39670 Global When this option is set, the languages used in the document will
39671  be added as options to the document class options, so that they can be
39672  used by all Latex@LaTeX-packages.
39673  Otherwise they will only be used as options for the 
39674 \series bold
39675 babel
39676 \series default
39677  package.
39678 \end_layout
39679
39680 \begin_layout Description
39681 Auto
39682 \begin_inset space ~
39683 \end_inset
39684
39685 begin When this option is set, the documents starts with the chosen document
39686  language.
39687  When this option is not set, the 
39688 \family sans
39689 Command
39690 \begin_inset space ~
39691 \end_inset
39692
39693 start
39694 \family default
39695  is explicitly set to the beginning of the document in the LaTeX-output.
39696  This assures that the correct language is used when you use another 
39697 \family sans
39698 Command
39699 \begin_inset space ~
39700 \end_inset
39701
39702 start
39703 \family default
39704  than the default.
39705 \end_layout
39706
39707 \begin_layout Description
39708 Auto
39709 \begin_inset space ~
39710 \end_inset
39711
39712 end Counterpart to 
39713 \family sans
39714 Auto
39715 \begin_inset space ~
39716 \end_inset
39717
39718 begin
39719 \family default
39720 .
39721  When it is not set, the 
39722 \family sans
39723 Command
39724 \begin_inset space ~
39725 \end_inset
39726
39727 end
39728 \family default
39729  is set to the end of the document.
39730 \end_layout
39731
39732 \begin_layout Description
39733 Mark
39734 \begin_inset space ~
39735 \end_inset
39736
39737 foreign
39738 \begin_inset space ~
39739 \end_inset
39740
39741 languages Text marked formatted in a language different from the document
39742  language will be underlined blue.
39743 \end_layout
39744
39745 \begin_layout Description
39746 Right
39747 \begin_inset space ~
39748 \end_inset
39749
39750 to
39751 \begin_inset space ~
39752 \end_inset
39753
39754 left
39755 \begin_inset space ~
39756 \end_inset
39757
39758 language
39759 \begin_inset space ~
39760 \end_inset
39761
39762 support Enables the use of languages, written from right to left, like Arabic,
39763  Hebrew, Farsi.
39764 \end_layout
39765
39766 \begin_layout Subsection
39767 Spellchecker
39768 \end_layout
39769
39770 \begin_layout Standard
39771 The spellchecker settings are explained in section
39772 \begin_inset space ~
39773 \end_inset
39774
39775
39776 \begin_inset CommandInset ref
39777 LatexCommand ref
39778 reference "sec:Spellchecking"
39779
39780 \end_inset
39781
39782
39783 \end_layout
39784
39785 \begin_layout Section
39786 Outputs
39787 \end_layout
39788
39789 \begin_layout Subsection
39790 Printer
39791 \begin_inset CommandInset label
39792 LatexCommand label
39793 name "sub:Printer"
39794
39795 \end_inset
39796
39797
39798 \begin_inset Index
39799 status collapsed
39800
39801 \begin_layout Plain Layout
39802 Printer
39803 \end_layout
39804
39805 \end_inset
39806
39807
39808 \begin_inset Index
39809 status collapsed
39810
39811 \begin_layout Plain Layout
39812 Settings ! Printer
39813 \end_layout
39814
39815 \end_inset
39816
39817
39818 \end_layout
39819
39820 \begin_layout Description
39821 Default
39822 \begin_inset space ~
39823 \end_inset
39824
39825 printer Here you can specify the name of your default printer.
39826  The name will be used when the 
39827 \family sans
39828 Printer command
39829 \family default
39830  is executed.
39831 \begin_inset Newline newline
39832 \end_inset
39833
39834
39835 \begin_inset Note Greyedout
39836 status open
39837
39838 \begin_layout Plain Layout
39839
39840 \series bold
39841 Note:
39842 \series default
39843  You can leave this field empty on Windows systems because it has there
39844  no effect.
39845 \end_layout
39846
39847 \end_inset
39848
39849
39850 \end_layout
39851
39852 \begin_layout Description
39853 Adapt
39854 \begin_inset space ~
39855 \end_inset
39856
39857 output
39858 \begin_inset space ~
39859 \end_inset
39860
39861 to
39862 \begin_inset space ~
39863 \end_inset
39864
39865 printer This option works only for the 
39866 \family sans
39867 Printer command
39868 \family default
39869  
39870 \begin_inset Quotes eld
39871 \end_inset
39872
39873
39874 \family sans
39875 dvips
39876 \family default
39877
39878 \begin_inset Quotes erd
39879 \end_inset
39880
39881 .
39882  It activates a configuration file for dvips.
39883  This is an option only for dvips experts.
39884 \end_layout
39885
39886 \begin_layout Description
39887 Printer
39888 \begin_inset space ~
39889 \end_inset
39890
39891 command is the command LyX
39892 \begin_inset space \thinspace{}
39893 \end_inset
39894
39895 /
39896 \begin_inset space \thinspace{}
39897 \end_inset
39898
39899 LaTeX uses for printing.
39900  The default is on most systems 
39901 \family sans
39902 dvips
39903 \family default
39904 .
39905 \end_layout
39906
39907 \begin_layout Description
39908 Printer
39909 \begin_inset space ~
39910 \end_inset
39911
39912 Command
39913 \begin_inset space ~
39914 \end_inset
39915
39916 Options Here you can specify printer options.
39917  A list of printer options with explanations can be found in the documentation
39918  of the program that provides the 
39919 \family sans
39920 Printer command
39921 \family default
39922  you are using.
39923 \end_layout
39924
39925 \begin_layout Subsection
39926 Date Format
39927 \begin_inset Index
39928 status collapsed
39929
39930 \begin_layout Plain Layout
39931 Date Format
39932 \end_layout
39933
39934 \end_inset
39935
39936
39937 \begin_inset Index
39938 status collapsed
39939
39940 \begin_layout Plain Layout
39941 Settings ! Date format
39942 \end_layout
39943
39944 \end_inset
39945
39946
39947 \end_layout
39948
39949 \begin_layout Standard
39950 The date format can be one or a mixture of the formats listed here:
39951 \begin_inset Newline newline
39952 \end_inset
39953
39954
39955 \begin_inset Flex URL
39956 status collapsed
39957
39958 \begin_layout Plain Layout
39959
39960 http://unixhelp.ed.ac.uk/CGI/man-cgi?date
39961 \end_layout
39962
39963 \end_inset
39964
39965
39966 \begin_inset Newline newline
39967 \end_inset
39968
39969 For example the format
39970 \begin_inset Newline newline
39971 \end_inset
39972
39973 %d/%m/%y
39974 \begin_inset Newline newline
39975 \end_inset
39976
39977 prints the date as day/month/year.
39978 \end_layout
39979
39980 \begin_layout Subsection
39981 Plain Text
39982 \end_layout
39983
39984 \begin_layout Description
39985 Output
39986 \begin_inset space ~
39987 \end_inset
39988
39989 line
39990 \begin_inset space ~
39991 \end_inset
39992
39993 length sets the maximum number of characters printed in one line when using
39994  the menu 
39995 \family sans
39996 File\SpecialChar \menuseparator
39997 Export\SpecialChar \menuseparator
39998 Plain
39999 \begin_inset space ~
40000 \end_inset
40001
40002 text
40003 \family default
40004 .
40005  Setting the line line length to 0 means all text is printed in one endless
40006  line.
40007 \end_layout
40008
40009 \begin_layout Description
40010 roff
40011 \begin_inset space ~
40012 \end_inset
40013
40014 command defines an additional command used to produce better ASCII tables
40015  with the 
40016 \family typewriter
40017 groff/troff/nroff
40018 \family default
40019  UNIX-commands (refer to their manuals for more information about them).
40020  Setting this as empty tells LyX to use the internal formatter.
40021 \end_layout
40022
40023 \begin_layout Subsection
40024 LaT
40025 \begin_inset ERT
40026 status collapsed
40027
40028 \begin_layout Plain Layout
40029
40030 {}
40031 \end_layout
40032
40033 \end_inset
40034
40035 eX
40036 \begin_inset CommandInset label
40037 LatexCommand label
40038 name "sub:LaTeX-settings"
40039
40040 \end_inset
40041
40042
40043 \begin_inset Index
40044 status collapsed
40045
40046 \begin_layout Plain Layout
40047 Settings ! Latex@LaTeX
40048 \end_layout
40049
40050 \end_inset
40051
40052
40053 \end_layout
40054
40055 \begin_layout Description
40056 Te
40057 \begin_inset ERT
40058 status collapsed
40059
40060 \begin_layout Plain Layout
40061
40062 {}
40063 \end_layout
40064
40065 \end_inset
40066
40067 X
40068 \begin_inset space ~
40069 \end_inset
40070
40071 encoding This is the default encoding of the document font.
40072  
40073 \family sans
40074 T1
40075 \family default
40076  is the default and covers western languages and symbols.
40077  
40078 \family sans
40079 T2A
40080 \family default
40081
40082 \family sans
40083 T2B
40084 \family default
40085
40086 \family sans
40087 T2C
40088 \family default
40089
40090 \family sans
40091 LCY
40092 \family default
40093 , and 
40094 \family sans
40095 X2
40096 \family default
40097  are for Cyrillic.
40098  Combinations of the encodings are possible, like 
40099 \begin_inset Quotes erd
40100 \end_inset
40101
40102
40103 \family sans
40104 T1, T2B
40105 \family default
40106
40107 \begin_inset Quotes erd
40108 \end_inset
40109
40110 .
40111  The font encoding is normally automatically loaded by the language packages
40112  LyX sets up in the background.
40113  So there is no need to change the default encoding.
40114 \end_layout
40115
40116 \begin_layout Description
40117 Default
40118 \begin_inset space ~
40119 \end_inset
40120
40121 paper
40122 \begin_inset space ~
40123 \end_inset
40124
40125 size This is the paper size that is used for new documents.
40126  The 
40127 \family sans
40128 Default
40129 \family default
40130  value depends on your LaTeX-system setup.
40131 \end_layout
40132
40133 \begin_layout Description
40134 Reset
40135 \begin_inset space ~
40136 \end_inset
40137
40138 class
40139 \begin_inset space ~
40140 \end_inset
40141
40142 options
40143 \begin_inset space ~
40144 \end_inset
40145
40146 when
40147 \begin_inset space ~
40148 \end_inset
40149
40150 document
40151 \begin_inset space ~
40152 \end_inset
40153
40154 classes
40155 \begin_inset space ~
40156 \end_inset
40157
40158 changes Removes all manually set document class options in the 
40159 \family sans
40160 Document\SpecialChar \menuseparator
40161 Settings
40162 \family default
40163  dialog when changing the document class.
40164 \end_layout
40165
40166 \begin_layout Standard
40167 In the 
40168 \family sans
40169 External Applications
40170 \family default
40171  field you can specify commands with parameters for the listed applications.
40172  Before you change something here, it is strongly recommended to read the
40173  manuals of the applications.
40174  Currently the following commands can be set:
40175 \end_layout
40176
40177 \begin_layout Description
40178 CheckTe
40179 \begin_inset ERT
40180 status collapsed
40181
40182 \begin_layout Plain Layout
40183
40184 {}
40185 \end_layout
40186
40187 \end_inset
40188
40189 X
40190 \begin_inset space ~
40191 \end_inset
40192
40193 command Command for the program 
40194 \family sans
40195 CheckTeX
40196 \family default
40197  that is described in section 
40198 \emph on
40199 Checking TeX
40200 \emph default
40201  of the 
40202 \emph on
40203 Extended Features
40204 \emph default
40205  manual.
40206 \end_layout
40207
40208 \begin_layout Description
40209 BibTe
40210 \begin_inset ERT
40211 status collapsed
40212
40213 \begin_layout Plain Layout
40214
40215 {}
40216 \end_layout
40217
40218 \end_inset
40219
40220 X
40221 \begin_inset space ~
40222 \end_inset
40223
40224 command Command for the program 
40225 \family sans
40226 BibTeX
40227 \family default
40228  that generates the bibliography, see section
40229 \begin_inset space ~
40230 \end_inset
40231
40232
40233 \begin_inset CommandInset ref
40234 LatexCommand ref
40235 reference "sub:Bibliography-databases"
40236
40237 \end_inset
40238
40239 .
40240 \end_layout
40241
40242 \begin_layout Description
40243 Index
40244 \begin_inset space ~
40245 \end_inset
40246
40247 command Command for the program that generates the index, see section
40248 \begin_inset space ~
40249 \end_inset
40250
40251
40252 \begin_inset CommandInset ref
40253 LatexCommand ref
40254 reference "sub:Index-Program"
40255
40256 \end_inset
40257
40258 .
40259 \end_layout
40260
40261 \begin_layout Description
40262 DVI
40263 \begin_inset space ~
40264 \end_inset
40265
40266 viewer
40267 \begin_inset space ~
40268 \end_inset
40269
40270 paper
40271 \begin_inset space ~
40272 \end_inset
40273
40274 size
40275 \begin_inset space ~
40276 \end_inset
40277
40278 options They only have an effect when the program 
40279 \family sans
40280 xdvi
40281 \family default
40282  is used as DVI-viewer.
40283 \end_layout
40284
40285 \begin_layout Subsection
40286 Paths
40287 \begin_inset Index
40288 status collapsed
40289
40290 \begin_layout Plain Layout
40291 Paths
40292 \end_layout
40293
40294 \end_inset
40295
40296
40297 \begin_inset Index
40298 status collapsed
40299
40300 \begin_layout Plain Layout
40301 Settings ! Paths
40302 \end_layout
40303
40304 \end_inset
40305
40306
40307 \end_layout
40308
40309 \begin_layout Standard
40310 The submenu 
40311 \family sans
40312 Paths
40313 \family default
40314  is only available in the Windows version of LyX.
40315  The option 
40316 \family sans
40317 Use Windows-style paths in LaTeX files
40318 \family default
40319  uses the Windows path style:
40320 \end_layout
40321
40322 \begin_layout Standard
40323 C:
40324 \backslash
40325 test
40326 \backslash
40327 hello
40328 \end_layout
40329
40330 \begin_layout Standard
40331 instead of the Unix path style:
40332 \end_layout
40333
40334 \begin_layout Standard
40335 C:/test/hello
40336 \end_layout
40337
40338 \begin_layout Section
40339 Converters
40340 \begin_inset Index
40341 status collapsed
40342
40343 \begin_layout Plain Layout
40344 Converters
40345 \end_layout
40346
40347 \end_inset
40348
40349
40350 \end_layout
40351
40352 \begin_layout Standard
40353 Here you find the list of defined converter commands to convert material
40354  from one format to another.
40355  You can modify them or create new ones.
40356  To modify a converter, select it, change the entry of the field 
40357 \family sans
40358 Converter
40359 \family default
40360  and/or 
40361 \family sans
40362 Extra
40363 \begin_inset space ~
40364 \end_inset
40365
40366 flag
40367 \family default
40368 , and press the 
40369 \family sans
40370 Modify
40371 \family default
40372  button.
40373  To create a new converter, select an existing one, select a different format
40374  in the 
40375 \family sans
40376 From
40377 \begin_inset space ~
40378 \end_inset
40379
40380 format
40381 \family default
40382  drop-down list, modify the 
40383 \family sans
40384 Converter
40385 \family default
40386  field, and press the 
40387 \family sans
40388 Add
40389 \family default
40390  button.
40391 \end_layout
40392
40393 \begin_layout Standard
40394 When the 
40395 \family sans
40396 Converter File Cache
40397 \family default
40398  is enabled, conversions will be cached as long as specified in the field
40399  
40400 \family sans
40401 Maximum Age (in days
40402 \family default
40403 ).
40404  This means that images don't need to be converted again when you reopen
40405  a document; the converted images from the cache will be used instead.
40406 \end_layout
40407
40408 \begin_layout Standard
40409 More about converters, like the variables and flags that can be used in
40410  the converter definition, is described in section 
40411 \emph on
40412 Converters
40413 \emph default
40414  of the 
40415 \emph on
40416 Customization
40417 \emph default
40418  manual.
40419 \end_layout
40420
40421 \begin_layout Section
40422 File Formats
40423 \begin_inset Index
40424 status collapsed
40425
40426 \begin_layout Plain Layout
40427 File formats
40428 \end_layout
40429
40430 \end_inset
40431
40432
40433 \begin_inset CommandInset label
40434 LatexCommand label
40435 name "sec:File-Formats"
40436
40437 \end_inset
40438
40439
40440 \end_layout
40441
40442 \begin_layout Standard
40443 Here you find the list of defined file formats that LyX can handle.
40444  You can modify the viewer and editor program that should be used for certain
40445  formats.
40446  To create a new format, select an existing one, change the entry of the
40447  fields 
40448 \family sans
40449 Format
40450 \family default
40451  and 
40452 \family sans
40453 GUI
40454 \begin_inset space ~
40455 \end_inset
40456
40457 name
40458 \family default
40459 , and press the 
40460 \family sans
40461 Add
40462 \family default
40463  button.
40464 \end_layout
40465
40466 \begin_layout Standard
40467 More about formats, like the options that can be used in the format definition,
40468  is described in section 
40469 \emph on
40470 Formats
40471 \emph default
40472  of the 
40473 \emph on
40474 Customization
40475 \emph default
40476  manual.
40477 \end_layout
40478
40479 \begin_layout Section
40480 Copiers
40481 \begin_inset Index
40482 status collapsed
40483
40484 \begin_layout Plain Layout
40485 Copiers
40486 \end_layout
40487
40488 \end_inset
40489
40490
40491 \end_layout
40492
40493 \begin_layout Standard
40494 Here you find the list of defined copiers.
40495  Since all conversions from one format to another take place in LyX's temporary
40496  directory, it is sometimes necessary to modify a file before copying it
40497  to the temporary directory in order that the conversion may be performed.
40498  This is done by a Copier.
40499 \end_layout
40500
40501 \begin_layout Standard
40502 More about converters is described in section 
40503 \emph on
40504 Copiers
40505 \emph default
40506  of the 
40507 \emph on
40508 Customization
40509 \emph default
40510  manual.
40511 \end_layout
40512
40513 \begin_layout Chapter
40514 Units available in LyX
40515 \begin_inset Index
40516 status collapsed
40517
40518 \begin_layout Plain Layout
40519 Units
40520 \end_layout
40521
40522 \end_inset
40523
40524
40525 \begin_inset CommandInset label
40526 LatexCommand label
40527 name "cha:Units-available-in"
40528
40529 \end_inset
40530
40531
40532 \end_layout
40533
40534 \begin_layout Standard
40535 To understand the units described in this documentation, 
40536 \begin_inset CommandInset ref
40537 LatexCommand ref
40538 reference "cap:Units"
40539
40540 \end_inset
40541
40542  explains all units available in LyX.
40543 \end_layout
40544
40545 \begin_layout Standard
40546 \begin_inset Float table
40547 placement h
40548 wide false
40549 sideways false
40550 status open
40551
40552 \begin_layout Plain Layout
40553 \begin_inset Caption
40554
40555 \begin_layout Plain Layout
40556 \begin_inset CommandInset label
40557 LatexCommand label
40558 name "cap:Units"
40559
40560 \end_inset
40561
40562 Units
40563 \end_layout
40564
40565 \end_inset
40566
40567
40568 \end_layout
40569
40570 \begin_layout Plain Layout
40571 \begin_inset VSpace medskip
40572 \end_inset
40573
40574
40575 \end_layout
40576
40577 \begin_layout Plain Layout
40578 \align center
40579 \begin_inset Tabular
40580 <lyxtabular version="3" rows="20" columns="2">
40581 <features>
40582 <column alignment="center" valignment="top" width="0">
40583 <column alignment="center" valignment="top" width="0">
40584 <row>
40585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40586 \begin_inset Text
40587
40588 \begin_layout Plain Layout
40589 unit
40590 \end_layout
40591
40592 \end_inset
40593 </cell>
40594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40595 \begin_inset Text
40596
40597 \begin_layout Plain Layout
40598 name/description
40599 \end_layout
40600
40601 \end_inset
40602 </cell>
40603 </row>
40604 <row>
40605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40606 \begin_inset Text
40607
40608 \begin_layout Plain Layout
40609 mm
40610 \end_layout
40611
40612 \end_inset
40613 </cell>
40614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40615 \begin_inset Text
40616
40617 \begin_layout Plain Layout
40618 millimeter
40619 \end_layout
40620
40621 \end_inset
40622 </cell>
40623 </row>
40624 <row>
40625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40626 \begin_inset Text
40627
40628 \begin_layout Plain Layout
40629 cm
40630 \end_layout
40631
40632 \end_inset
40633 </cell>
40634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40635 \begin_inset Text
40636
40637 \begin_layout Plain Layout
40638 centimeter
40639 \end_layout
40640
40641 \end_inset
40642 </cell>
40643 </row>
40644 <row>
40645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40646 \begin_inset Text
40647
40648 \begin_layout Plain Layout
40649 in
40650 \end_layout
40651
40652 \end_inset
40653 </cell>
40654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40655 \begin_inset Text
40656
40657 \begin_layout Plain Layout
40658 inch
40659 \end_layout
40660
40661 \end_inset
40662 </cell>
40663 </row>
40664 <row>
40665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40666 \begin_inset Text
40667
40668 \begin_layout Plain Layout
40669 pt
40670 \end_layout
40671
40672 \end_inset
40673 </cell>
40674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40675 \begin_inset Text
40676
40677 \begin_layout Plain Layout
40678 point (72.27
40679 \begin_inset space \thinspace{}
40680 \end_inset
40681
40682 pt = 1
40683 \begin_inset space \thinspace{}
40684 \end_inset
40685
40686 in)
40687 \end_layout
40688
40689 \end_inset
40690 </cell>
40691 </row>
40692 <row>
40693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40694 \begin_inset Text
40695
40696 \begin_layout Plain Layout
40697 pc
40698 \end_layout
40699
40700 \end_inset
40701 </cell>
40702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40703 \begin_inset Text
40704
40705 \begin_layout Plain Layout
40706 pica (1
40707 \begin_inset space \thinspace{}
40708 \end_inset
40709
40710 pc = 12
40711 \begin_inset space \thinspace{}
40712 \end_inset
40713
40714 pt)
40715 \end_layout
40716
40717 \end_inset
40718 </cell>
40719 </row>
40720 <row>
40721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40722 \begin_inset Text
40723
40724 \begin_layout Plain Layout
40725 sp
40726 \end_layout
40727
40728 \end_inset
40729 </cell>
40730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40731 \begin_inset Text
40732
40733 \begin_layout Plain Layout
40734 scaled point (65536
40735 \begin_inset space \thinspace{}
40736 \end_inset
40737
40738 sp = 1
40739 \begin_inset space \thinspace{}
40740 \end_inset
40741
40742 pt)
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 Plain Layout
40753 bp
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 Plain Layout
40762 big point (72
40763 \begin_inset space \thinspace{}
40764 \end_inset
40765
40766 bp = 1
40767 \begin_inset space \thinspace{}
40768 \end_inset
40769
40770 in)
40771 \end_layout
40772
40773 \end_inset
40774 </cell>
40775 </row>
40776 <row>
40777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40778 \begin_inset Text
40779
40780 \begin_layout Plain Layout
40781 dd
40782 \end_layout
40783
40784 \end_inset
40785 </cell>
40786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40787 \begin_inset Text
40788
40789 \begin_layout Plain Layout
40790 didot (72
40791 \begin_inset space \thinspace{}
40792 \end_inset
40793
40794 dd 
40795 \begin_inset Formula $\approx$
40796 \end_inset
40797
40798  37.6
40799 \begin_inset space \thinspace{}
40800 \end_inset
40801
40802 mm)
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 Plain Layout
40813 cc
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 Plain Layout
40822 cicero (1
40823 \begin_inset space \thinspace{}
40824 \end_inset
40825
40826 cc = 12
40827 \begin_inset space \thinspace{}
40828 \end_inset
40829
40830 dd)
40831 \end_layout
40832
40833 \end_inset
40834 </cell>
40835 </row>
40836 <row>
40837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40838 \begin_inset Text
40839
40840 \begin_layout Plain Layout
40841 Scale%
40842 \end_layout
40843
40844 \end_inset
40845 </cell>
40846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40847 \begin_inset Text
40848
40849 \begin_layout Plain Layout
40850 % of original image width
40851 \end_layout
40852
40853 \end_inset
40854 </cell>
40855 </row>
40856 <row>
40857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40858 \begin_inset Text
40859
40860 \begin_layout Plain Layout
40861 text%
40862 \end_layout
40863
40864 \end_inset
40865 </cell>
40866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40867 \begin_inset Text
40868
40869 \begin_layout Plain Layout
40870 % of text width
40871 \end_layout
40872
40873 \end_inset
40874 </cell>
40875 </row>
40876 <row>
40877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40878 \begin_inset Text
40879
40880 \begin_layout Plain Layout
40881 col%
40882 \end_layout
40883
40884 \end_inset
40885 </cell>
40886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40887 \begin_inset Text
40888
40889 \begin_layout Plain Layout
40890 % of column width
40891 \end_layout
40892
40893 \end_inset
40894 </cell>
40895 </row>
40896 <row>
40897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40898 \begin_inset Text
40899
40900 \begin_layout Plain Layout
40901 page%
40902 \end_layout
40903
40904 \end_inset
40905 </cell>
40906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40907 \begin_inset Text
40908
40909 \begin_layout Plain Layout
40910 % of paper width
40911 \end_layout
40912
40913 \end_inset
40914 </cell>
40915 </row>
40916 <row>
40917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40918 \begin_inset Text
40919
40920 \begin_layout Plain Layout
40921 line%
40922 \end_layout
40923
40924 \end_inset
40925 </cell>
40926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40927 \begin_inset Text
40928
40929 \begin_layout Plain Layout
40930 % of line width
40931 \end_layout
40932
40933 \end_inset
40934 </cell>
40935 </row>
40936 <row>
40937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40938 \begin_inset Text
40939
40940 \begin_layout Plain Layout
40941 theight%
40942 \end_layout
40943
40944 \end_inset
40945 </cell>
40946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40947 \begin_inset Text
40948
40949 \begin_layout Plain Layout
40950 % of text height
40951 \end_layout
40952
40953 \end_inset
40954 </cell>
40955 </row>
40956 <row>
40957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40958 \begin_inset Text
40959
40960 \begin_layout Plain Layout
40961 pheight%
40962 \end_layout
40963
40964 \end_inset
40965 </cell>
40966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40967 \begin_inset Text
40968
40969 \begin_layout Plain Layout
40970 % of paper height
40971 \end_layout
40972
40973 \end_inset
40974 </cell>
40975 </row>
40976 <row>
40977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40978 \begin_inset Text
40979
40980 \begin_layout Plain Layout
40981 ex
40982 \end_layout
40983
40984 \end_inset
40985 </cell>
40986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40987 \begin_inset Text
40988
40989 \begin_layout Plain Layout
40990 height of letter 
40991 \emph on
40992 x
40993 \emph default
40994  in current font
40995 \end_layout
40996
40997 \end_inset
40998 </cell>
40999 </row>
41000 <row>
41001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41002 \begin_inset Text
41003
41004 \begin_layout Plain Layout
41005 em
41006 \end_layout
41007
41008 \end_inset
41009 </cell>
41010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41011 \begin_inset Text
41012
41013 \begin_layout Plain Layout
41014 width of letter 
41015 \emph on
41016 M
41017 \emph default
41018  in current font
41019 \end_layout
41020
41021 \end_inset
41022 </cell>
41023 </row>
41024 <row>
41025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41026 \begin_inset Text
41027
41028 \begin_layout Plain Layout
41029 mu
41030 \end_layout
41031
41032 \end_inset
41033 </cell>
41034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
41035 \begin_inset Text
41036
41037 \begin_layout Plain Layout
41038 math unit (1
41039 \begin_inset space \thinspace{}
41040 \end_inset
41041
41042 mu = 1/18
41043 \begin_inset space \thinspace{}
41044 \end_inset
41045
41046 em)
41047 \end_layout
41048
41049 \end_inset
41050 </cell>
41051 </row>
41052 </lyxtabular>
41053
41054 \end_inset
41055
41056
41057 \end_layout
41058
41059 \end_inset
41060
41061
41062 \end_layout
41063
41064 \begin_layout Chapter
41065 Credits
41066 \begin_inset CommandInset label
41067 LatexCommand label
41068 name "cha:Credits"
41069
41070 \end_inset
41071
41072
41073 \end_layout
41074
41075 \begin_layout Standard
41076 The documentation is a collaborative effort between many different people
41077  (and we would encourage people to contribute!).
41078 \end_layout
41079
41080 \begin_layout Itemize
41081
41082 \noun on
41083 Alejandro Aguilar Sierra
41084 \end_layout
41085
41086 \begin_layout Itemize
41087
41088 \noun on
41089 Amir Karger
41090 \end_layout
41091
41092 \begin_layout Itemize
41093
41094 \noun on
41095 David Johnson
41096 \end_layout
41097
41098 \begin_layout Itemize
41099
41100 \noun on
41101 Hartmut Haase
41102 \end_layout
41103
41104 \begin_layout Itemize
41105
41106 \noun on
41107 Ignacio García
41108 \end_layout
41109
41110 \begin_layout Itemize
41111
41112 \noun on
41113 Ivan Schreter
41114 \end_layout
41115
41116 \begin_layout Itemize
41117
41118 \noun on
41119 John Raithel
41120 \end_layout
41121
41122 \begin_layout Itemize
41123
41124 \noun on
41125 John Weiss
41126 \end_layout
41127
41128 \begin_layout Itemize
41129
41130 \noun on
41131 Lars Gullik Bjønnes
41132 \end_layout
41133
41134 \begin_layout Itemize
41135
41136 \noun on
41137 Matthias Ettrich
41138 \end_layout
41139
41140 \begin_layout Itemize
41141
41142 \noun on
41143 Matthias Zenker
41144 \end_layout
41145
41146 \begin_layout Itemize
41147
41148 \noun on
41149 Rich Fields
41150 \end_layout
41151
41152 \begin_layout Itemize
41153
41154 \noun on
41155 Pascal André
41156 \end_layout
41157
41158 \begin_layout Itemize
41159
41160 \noun on
41161 Paul Evans
41162 \end_layout
41163
41164 \begin_layout Itemize
41165
41166 \noun on
41167 Paul Russel
41168 \end_layout
41169
41170 \begin_layout Itemize
41171
41172 \noun on
41173 Robin Socha
41174 \end_layout
41175
41176 \begin_layout Itemize
41177
41178 \noun on
41179 Uwe Stöhr
41180 \end_layout
41181
41182 \begin_layout Itemize
41183 The LyX Team: 
41184 \begin_inset CommandInset citation
41185 LatexCommand cite
41186 key "lyxcredit"
41187
41188 \end_inset
41189
41190
41191 \end_layout
41192
41193 \begin_layout Standard
41194 \begin_inset Newpage newpage
41195 \end_inset
41196
41197 The bibliography on the following page was created with the 
41198 \family sans
41199 Bibliography
41200 \family default
41201  environment.
41202 \end_layout
41203
41204 \begin_layout Bibliography
41205 \begin_inset CommandInset bibitem
41206 LatexCommand bibitem
41207 label "Credits"
41208 key "lyxcredit"
41209
41210 \end_inset
41211
41212 The LyX Team: 
41213 \begin_inset CommandInset href
41214 LatexCommand href
41215 name "Credits"
41216 target "http://www.lyx.org/trac/browser/lyx-devel/trunk/lib/CREDITS"
41217
41218 \end_inset
41219
41220 :
41221 \begin_inset Newline newline
41222 \end_inset
41223
41224
41225 \begin_inset Flex URL
41226 status collapsed
41227
41228 \begin_layout Plain Layout
41229
41230 http://www.lyx.org/trac/browser/lyx-devel/trunk/lib/CREDITS
41231 \end_layout
41232
41233 \end_inset
41234
41235
41236 \end_layout
41237
41238 \begin_layout Bibliography
41239 \begin_inset CommandInset bibitem
41240 LatexCommand bibitem
41241 key "latexcompanion"
41242
41243 \end_inset
41244
41245 Frank Mittelbach and Michel Goossens: 
41246 \emph on
41247 The LaTeX Companion Second Edition.
41248
41249 \emph default
41250  Addison-Wesley, 2004
41251 \end_layout
41252
41253 \begin_layout Bibliography
41254 \begin_inset CommandInset bibitem
41255 LatexCommand bibitem
41256 key "latexguide"
41257
41258 \end_inset
41259
41260 Helmut Kopka and Patrick W.
41261  Daly: 
41262 \emph on
41263 A Guide to LaTeX Fourth Edition.
41264
41265 \emph default
41266  Addison-Wesley, 2003
41267 \end_layout
41268
41269 \begin_layout Bibliography
41270 \begin_inset CommandInset bibitem
41271 LatexCommand bibitem
41272 key "latexbook"
41273
41274 \end_inset
41275
41276 Leslie Lamport: 
41277 \emph on
41278 LaTeX: A Document Preparation System.
41279
41280 \emph default
41281  Addison-Wesley, second edition, 1994
41282 \end_layout
41283
41284 \begin_layout Bibliography
41285 \begin_inset CommandInset bibitem
41286 LatexCommand bibitem
41287 key "texbook"
41288
41289 \end_inset
41290
41291 Donald E.
41292  Knuth.
41293  
41294 \emph on
41295 The TeXbook.
41296
41297 \emph default
41298  Addison-Wesley, 1984
41299 \end_layout
41300
41301 \begin_layout Bibliography
41302 \begin_inset CommandInset bibitem
41303 LatexCommand bibitem
41304 key "TeXCatalogue"
41305
41306 \end_inset
41307
41308 The TeX Catalogue:
41309 \begin_inset Newline newline
41310 \end_inset
41311
41312
41313 \begin_inset Flex URL
41314 status collapsed
41315
41316 \begin_layout Plain Layout
41317
41318 http://www.ctan.org/tex-archive/help/Catalogue/bytopic.html
41319 \end_layout
41320
41321 \end_inset
41322
41323
41324 \end_layout
41325
41326 \begin_layout Bibliography
41327 \begin_inset CommandInset bibitem
41328 LatexCommand bibitem
41329 key "LaTeXFAQ"
41330
41331 \end_inset
41332
41333 The LaTeX FAQ:
41334 \begin_inset Newline newline
41335 \end_inset
41336
41337
41338 \begin_inset Flex URL
41339 status collapsed
41340
41341 \begin_layout Plain Layout
41342
41343 http://www.tex.ac.uk/cgi-bin/texfaq2html
41344 \end_layout
41345
41346 \end_inset
41347
41348
41349 \end_layout
41350
41351 \begin_layout Bibliography
41352 \begin_inset CommandInset bibitem
41353 LatexCommand bibitem
41354 key "makeindex"
41355
41356 \end_inset
41357
41358
41359 \begin_inset CommandInset href
41360 LatexCommand href
41361 name "Documentation"
41362 target "http://tug.ctan.org/indexing/makeindex/doc/manpages.dvi"
41363
41364 \end_inset
41365
41366  of the program 
41367 \family sans
41368 makeindex
41369 \family default
41370 :
41371 \begin_inset Newline newline
41372 \end_inset
41373
41374
41375 \begin_inset Flex URL
41376 status collapsed
41377
41378 \begin_layout Plain Layout
41379
41380 http://tug.ctan.org/indexing/makeindex/doc/manpages.dvi
41381 \end_layout
41382
41383 \end_inset
41384
41385
41386 \end_layout
41387
41388 \begin_layout Bibliography
41389 \begin_inset CommandInset bibitem
41390 LatexCommand bibitem
41391 key "caption"
41392
41393 \end_inset
41394
41395
41396 \begin_inset CommandInset href
41397 LatexCommand href
41398 name "Documentation"
41399 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
41400
41401 \end_inset
41402
41403  of the LaTeX-package 
41404 \series bold
41405 caption
41406 \series default
41407
41408 \begin_inset Index
41409 status collapsed
41410
41411 \begin_layout Plain Layout
41412 Latex@LaTeX-packages ! caption
41413 \end_layout
41414
41415 \end_inset
41416
41417 :
41418 \begin_inset Newline newline
41419 \end_inset
41420
41421
41422 \begin_inset Flex URL
41423 status collapsed
41424
41425 \begin_layout Plain Layout
41426
41427 ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf
41428 \end_layout
41429
41430 \end_inset
41431
41432
41433 \end_layout
41434
41435 \begin_layout Bibliography
41436 \begin_inset CommandInset bibitem
41437 LatexCommand bibitem
41438 key "fancyhdr"
41439
41440 \end_inset
41441
41442
41443 \begin_inset CommandInset href
41444 LatexCommand href
41445 name "Documentation"
41446 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/fancyhdr/fancyhdr.pdf"
41447
41448 \end_inset
41449
41450  of the LaTeX-package 
41451 \series bold
41452 fancyhdr
41453 \series default
41454
41455 \begin_inset Index
41456 status collapsed
41457
41458 \begin_layout Plain Layout
41459 Latex@LaTeX-packages ! fancyhdr
41460 \end_layout
41461
41462 \end_inset
41463
41464 :
41465 \begin_inset Newline newline
41466 \end_inset
41467
41468
41469 \begin_inset Flex URL
41470 status collapsed
41471
41472 \begin_layout Plain Layout
41473
41474 ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/fancyhdr/fancyhdr.pdf
41475 \end_layout
41476
41477 \end_inset
41478
41479
41480 \end_layout
41481
41482 \begin_layout Bibliography
41483 \begin_inset CommandInset bibitem
41484 LatexCommand bibitem
41485 key "nomencl"
41486
41487 \end_inset
41488
41489
41490 \begin_inset CommandInset href
41491 LatexCommand href
41492 name "Documentation"
41493 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/nomencl/nomencl.pdf"
41494
41495 \end_inset
41496
41497  of the LaTeX-package 
41498 \series bold
41499 nomencl
41500 \series default
41501
41502 \begin_inset Index
41503 status collapsed
41504
41505 \begin_layout Plain Layout
41506 Latex@LaTeX-packages ! nomencl
41507 \end_layout
41508
41509 \end_inset
41510
41511 :
41512 \begin_inset Newline newline
41513 \end_inset
41514
41515
41516 \begin_inset Flex URL
41517 status collapsed
41518
41519 \begin_layout Plain Layout
41520
41521 ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/nomencl/nomencl.pdf
41522 \end_layout
41523
41524 \end_inset
41525
41526
41527 \end_layout
41528
41529 \begin_layout Bibliography
41530 \begin_inset CommandInset bibitem
41531 LatexCommand bibitem
41532 key "tipa"
41533
41534 \end_inset
41535
41536
41537 \begin_inset CommandInset href
41538 LatexCommand href
41539 name "Documentation"
41540 target "http://www.ctan.org/tex-archive/fonts/tipa/tipaman.pdf"
41541
41542 \end_inset
41543
41544  of the LaTeX-package 
41545 \series bold
41546 tipa
41547 \series default
41548
41549 \begin_inset Index
41550 status collapsed
41551
41552 \begin_layout Plain Layout
41553 Latex@LaTeX-packages ! tipa
41554 \end_layout
41555
41556 \end_inset
41557
41558 :
41559 \begin_inset Newline newline
41560 \end_inset
41561
41562
41563 \begin_inset Flex URL
41564 status collapsed
41565
41566 \begin_layout Plain Layout
41567
41568 http://www.ctan.org/tex-archive/fonts/tipa/tipaman.pdf
41569 \end_layout
41570
41571 \end_inset
41572
41573
41574 \end_layout
41575
41576 \begin_layout Bibliography
41577 \begin_inset CommandInset bibitem
41578 LatexCommand bibitem
41579 key "wrapfig"
41580
41581 \end_inset
41582
41583
41584 \begin_inset CommandInset href
41585 LatexCommand href
41586 name "Documentation"
41587 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
41588
41589 \end_inset
41590
41591  of the LaTeX-package 
41592 \series bold
41593 wrapfig
41594 \series default
41595
41596 \begin_inset Index
41597 status collapsed
41598
41599 \begin_layout Plain Layout
41600 Latex@LaTeX-packages ! wrapfig
41601 \end_layout
41602
41603 \end_inset
41604
41605 :
41606 \begin_inset Newline newline
41607 \end_inset
41608
41609
41610 \begin_inset Flex URL
41611 status collapsed
41612
41613 \begin_layout Plain Layout
41614
41615 ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty
41616 \end_layout
41617
41618 \end_inset
41619
41620
41621 \end_layout
41622
41623 \begin_layout Bibliography
41624 \begin_inset CommandInset bibitem
41625 LatexCommand bibitem
41626 key "XeTeX"
41627
41628 \end_inset
41629
41630
41631 \begin_inset CommandInset href
41632 LatexCommand href
41633 name "Wiki-page"
41634 target "http://wiki.lyx.org/LyX/XeTeX"
41635
41636 \end_inset
41637
41638  how to use LyX with XeTeX:
41639 \begin_inset Newline newline
41640 \end_inset
41641
41642
41643 \begin_inset Flex URL
41644 status collapsed
41645
41646 \begin_layout Plain Layout
41647
41648 http://wiki.lyx.org/LyX/XeTeX
41649 \end_layout
41650
41651 \end_inset
41652
41653
41654 \end_layout
41655
41656 \begin_layout Bibliography
41657 \begin_inset CommandInset bibitem
41658 LatexCommand bibitem
41659 key "Arabic"
41660
41661 \end_inset
41662
41663
41664 \begin_inset CommandInset href
41665 LatexCommand href
41666 name "Wiki-page"
41667 target "http://wiki.lyx.org/Windows/Arabic"
41668
41669 \end_inset
41670
41671  how to set up LyX for Arabic:
41672 \begin_inset Newline newline
41673 \end_inset
41674
41675
41676 \begin_inset Flex URL
41677 status collapsed
41678
41679 \begin_layout Plain Layout
41680
41681 http://wiki.lyx.org/Windows/Arabic
41682 \end_layout
41683
41684 \end_inset
41685
41686
41687 \end_layout
41688
41689 \begin_layout Bibliography
41690 \begin_inset CommandInset bibitem
41691 LatexCommand bibitem
41692 key "Armenian"
41693
41694 \end_inset
41695
41696
41697 \begin_inset CommandInset href
41698 LatexCommand href
41699 name "Wiki-page"
41700 target "http://wiki.lyx.org/Windows/Armenian"
41701
41702 \end_inset
41703
41704  how to set up LyX for Armenian:
41705 \begin_inset Newline newline
41706 \end_inset
41707
41708
41709 \begin_inset Flex URL
41710 status collapsed
41711
41712 \begin_layout Plain Layout
41713
41714 http://wiki.lyx.org/Windows/Armenian
41715 \end_layout
41716
41717 \end_inset
41718
41719
41720 \end_layout
41721
41722 \begin_layout Bibliography
41723 \begin_inset CommandInset bibitem
41724 LatexCommand bibitem
41725 key "Farsi"
41726
41727 \end_inset
41728
41729
41730 \begin_inset CommandInset href
41731 LatexCommand href
41732 name "Wiki-page"
41733 target "http://wiki.lyx.org/Windows/Farsi"
41734
41735 \end_inset
41736
41737  how to set up LyX for Farsi:
41738 \begin_inset Newline newline
41739 \end_inset
41740
41741
41742 \begin_inset Flex URL
41743 status collapsed
41744
41745 \begin_layout Plain Layout
41746
41747 http://wiki.lyx.org/Windows/Farsi
41748 \end_layout
41749
41750 \end_inset
41751
41752
41753 \end_layout
41754
41755 \begin_layout Bibliography
41756 \begin_inset CommandInset bibitem
41757 LatexCommand bibitem
41758 key "Hebrew"
41759
41760 \end_inset
41761
41762
41763 \begin_inset CommandInset href
41764 LatexCommand href
41765 name "Wiki-page"
41766 target "http://wiki.lyx.org/Windows/Hebrew"
41767
41768 \end_inset
41769
41770  how to set up LyX for Hebrew:
41771 \begin_inset Newline newline
41772 \end_inset
41773
41774
41775 \begin_inset Flex URL
41776 status collapsed
41777
41778 \begin_layout Plain Layout
41779
41780 http://wiki.lyx.org/Windows/Hebrew
41781 \end_layout
41782
41783 \end_inset
41784
41785
41786 \end_layout
41787
41788 \begin_layout Bibliography
41789 \begin_inset CommandInset bibitem
41790 LatexCommand bibitem
41791 key "Japanese"
41792
41793 \end_inset
41794
41795
41796 \begin_inset CommandInset href
41797 LatexCommand href
41798 name "Wiki-page"
41799 target "http://wiki.lyx.org/Windows/Japanese"
41800
41801 \end_inset
41802
41803  how to set up LyX for Japanese:
41804 \begin_inset Newline newline
41805 \end_inset
41806
41807
41808 \begin_inset Flex URL
41809 status collapsed
41810
41811 \begin_layout Plain Layout
41812
41813 http://wiki.lyx.org/Windows/Japanese
41814 \end_layout
41815
41816 \end_inset
41817
41818
41819 \end_layout
41820
41821 \begin_layout Bibliography
41822 \begin_inset CommandInset bibitem
41823 LatexCommand bibitem
41824 key "Vietnamese"
41825
41826 \end_inset
41827
41828
41829 \begin_inset CommandInset href
41830 LatexCommand href
41831 name "Wiki-page"
41832 target "http://wiki.lyx.org/Windows/Vietnamese"
41833
41834 \end_inset
41835
41836  how to set up LyX for Vietnamese:
41837 \begin_inset Newline newline
41838 \end_inset
41839
41840
41841 \begin_inset Flex URL
41842 status collapsed
41843
41844 \begin_layout Plain Layout
41845
41846 http://wiki.lyx.org/Windows/Vietnamese
41847 \end_layout
41848
41849 \end_inset
41850
41851
41852 \end_layout
41853
41854 \begin_layout Bibliography
41855 \begin_inset CommandInset bibitem
41856 LatexCommand bibitem
41857 key "LyX-func"
41858
41859 \end_inset
41860
41861
41862 \begin_inset CommandInset href
41863 LatexCommand href
41864 name "Wiki-page"
41865 target "http://wiki.lyx.org/LyX/LyxFunctionList"
41866
41867 \end_inset
41868
41869  with a list of all available LyX-functions:
41870 \begin_inset Newline newline
41871 \end_inset
41872
41873
41874 \begin_inset Flex URL
41875 status collapsed
41876
41877 \begin_layout Plain Layout
41878
41879 http://wiki.lyx.org/LyX/LyxFunctionList
41880 \end_layout
41881
41882 \end_inset
41883
41884
41885 \end_layout
41886
41887 \begin_layout Bibliography
41888 \begin_inset CommandInset bibitem
41889 LatexCommand bibitem
41890 key "NewInLyX16"
41891
41892 \end_inset
41893
41894
41895 \begin_inset CommandInset href
41896 LatexCommand href
41897 name "Wiki-page"
41898 target "http://wiki.lyx.org/LyX/NewInLyX16"
41899
41900 \end_inset
41901
41902  about new features in 
41903 \family sans
41904 LyX 1.6.0
41905 \family default
41906 :
41907 \begin_inset Newline newline
41908 \end_inset
41909
41910
41911 \begin_inset Flex URL
41912 status collapsed
41913
41914 \begin_layout Plain Layout
41915
41916 http://wiki.lyx.org/LyX/NewInLyX16
41917 \end_layout
41918
41919 \end_inset
41920
41921
41922 \end_layout
41923
41924 \begin_layout Standard
41925 \begin_inset Newpage newpage
41926 \end_inset
41927
41928
41929 \begin_inset ERT
41930 status collapsed
41931
41932 \begin_layout Plain Layout
41933
41934
41935 \backslash
41936 let
41937 \backslash
41938 mybibname
41939 \backslash
41940 bibname
41941 \end_layout
41942
41943 \begin_layout Plain Layout
41944
41945
41946 \backslash
41947 renewcommand{
41948 \backslash
41949 bibname}{
41950 \backslash
41951 mybibname
41952 \backslash
41953 ; 2}
41954 \end_layout
41955
41956 \end_inset
41957
41958
41959 \begin_inset Note Note
41960 status collapsed
41961
41962 \begin_layout Plain Layout
41963 The command 
41964 \series bold
41965
41966 \backslash
41967 bibname
41968 \series default
41969  is the name of the bibliography in the current document language.
41970  It is redefined here with the number 2 at the end to state that the following
41971  bibliography is the second one:
41972 \end_layout
41973
41974 \end_inset
41975
41976
41977 \end_layout
41978
41979 \begin_layout Standard
41980 \begin_inset CommandInset bibtex
41981 LatexCommand bibtex
41982 bibfiles "biblio/LyXDocs"
41983 options "biblio/alphadin"
41984
41985 \end_inset
41986
41987
41988 \end_layout
41989
41990 \begin_layout Standard
41991 The above bibliography is created from a BibTeX-database.
41992 \end_layout
41993
41994 \begin_layout Standard
41995
41996 \series bold
41997 \begin_inset CommandInset nomencl_print
41998 LatexCommand printnomenclature
41999
42000 \end_inset
42001
42002
42003 \begin_inset CommandInset index_print
42004 LatexCommand printindex
42005
42006 \end_inset
42007
42008
42009 \end_layout
42010
42011 \end_body
42012 \end_document