]> git.lyx.org Git - lyx.git/blob - lib/doc/UserGuide.lyx
UserGuide.lyx: fix index entries
[lyx.git] / lib / doc / UserGuide.lyx
1 #LyX 1.6.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 325
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % DO NOT ALTER THIS PREAMBLE!!!
8 %
9 % This preamble is designed to ensure that the User's Guide prints
10 % out as advertised. If you mess with this preamble,
11 % parts of the User's Guide may not print out as expected.  If you
12 % have problems LaTeXing this file, please contact 
13 % the documentation team
14 % email: lyx-docs@lists.lyx.org
15
16 \usepackage{ifpdf} % part of the hyperref bundle
17 \ifpdf % if pdflatex is used
18
19  % set fonts for nicer pdf view
20  \IfFileExists{lmodern.sty}{\usepackage{lmodern}}{}
21
22 \fi % end if pdflatex is used
23
24 % for correct jump positions whe clicking on a link to a float
25 \usepackage[figure]{hypcap}
26
27  % the pages of the TOC are numbered roman
28  % and a pdf-bookmark for the TOC is added
29  \pagenumbering{roman}
30  \let\myTOC\tableofcontents
31  \renewcommand\tableofcontents{%
32    \pdfbookmark[1]{Contents}{}
33    \myTOC
34    \cleardoublepage
35    \pagenumbering{arabic} }
36
37 % redefine the \LyX macro for PDF bookmarks
38 \def\LyX{\texorpdfstring{%
39   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
40   {LyX }}
41
42 % define a short command for \textvisiblespace
43 \newcommand{\spce}{\textvisiblespace}
44
45 % redefine the greyed out note
46 \renewenvironment{lyxgreyedout}
47  {\textcolor{blue}\bgroup}{\egroup}
48 \end_preamble
49 \options intoc,bibtotoc,idxtotoc,BCOR7mm,tablecaptionabove
50 \language english
51 \inputencoding auto
52 \font_roman default
53 \font_sans default
54 \font_typewriter default
55 \font_default_family default
56 \font_sc false
57 \font_osf false
58 \font_sf_scale 100
59 \font_tt_scale 100
60 \graphics default
61 \paperfontsize 12
62 \spacing single
63 \use_hyperref true
64 \pdf_title "The LyX User's Guide"
65 \pdf_author "LyX Team"
66 \pdf_subject "LyX"
67 \pdf_keywords "LyX"
68 \pdf_bookmarks true
69 \pdf_bookmarksnumbered true
70 \pdf_bookmarksopen false
71 \pdf_bookmarksopenlevel 1
72 \pdf_breaklinks false
73 \pdf_pdfborder false
74 \pdf_colorlinks true
75 \pdf_backref false
76 \pdf_pagebackref false
77 \pdf_pdfusetitle false
78 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,pdfpagelayout=OneColumn, pdfnewwindow=true,pdfstartview=XYZ, plainpages=false, pdfpagelabels,pdftex"
79 \papersize default
80 \use_geometry false
81 \use_amsmath 1
82 \use_esint 0
83 \cite_engine basic
84 \use_bibtopic false
85 \paperorientation portrait
86 \branch Question
87 \selected 1
88 \color #00ff00
89 \end_branch
90 \branch Answer
91 \selected 0
92 \color #aa55ff
93 \end_branch
94 \secnumdepth 3
95 \tocdepth 3
96 \paragraph_separation indent
97 \defskip medskip
98 \quotes_language english
99 \papercolumns 1
100 \papersides 2
101 \paperpagestyle default
102 \tracking_changes false
103 \output_changes false
104 \author "" 
105 \author "" 
106 \extra_embedded_files ""
107 \end_header
108
109 \begin_body
110
111 \begin_layout Title
112 The LyX User's Guide
113 \end_layout
114
115 \begin_layout Author
116 by the LyX Team
117 \begin_inset Foot
118 status collapsed
119
120 \begin_layout Plain Layout
121 \noindent
122 If you have comments or error corrections, please send them to the LyX Documenta
123 tion mailing list: 
124 \family typewriter
125 lyx-docs@lists.lyx.org
126 \end_layout
127
128 \end_inset
129
130
131 \begin_inset Newline newline
132 \end_inset
133
134
135 \begin_inset Newline newline
136 \end_inset
137
138 Version 1.6svn
139 \begin_inset Note Note
140 status open
141
142 \begin_layout Plain Layout
143 The latest PDF-version of this document can be found here:
144 \begin_inset Newline newline
145 \end_inset
146
147
148 \series bold
149 http://wiki.lyx.org/LyX/DocumentationDevelopment#UserGuide
150 \end_layout
151
152 \end_inset
153
154
155 \end_layout
156
157 \begin_layout Standard
158 \begin_inset CommandInset toc
159 LatexCommand tableofcontents
160
161 \end_inset
162
163
164 \end_layout
165
166 \begin_layout Chapter
167 Getting Started
168 \end_layout
169
170 \begin_layout Section
171 What is LyX?
172 \end_layout
173
174 \begin_layout Standard
175 LyX is a document preparation system.
176  It is a tool for producing beautiful manuscripts, publishable books, business
177  letters and proposals, and even poetry.
178  It is unlike most other 
179 \begin_inset Quotes eld
180 \end_inset
181
182 word processors
183 \begin_inset Quotes erd
184 \end_inset
185
186  in the sense that it uses the paradigm of a markup language as its core
187  editing style.
188  That means that when you type a section header, you mark it as a 
189 \begin_inset Quotes eld
190 \end_inset
191
192 Section
193 \begin_inset Quotes erd
194 \end_inset
195
196 , not 
197 \begin_inset Quotes eld
198 \end_inset
199
200 Bold, 17 pt type, left justified, 5 mm space below
201 \begin_inset Quotes erd
202 \end_inset
203
204 .
205  LyX takes care of the typesetting for you, so you deal only with concepts,
206  not the mechanics.
207 \end_layout
208
209 \begin_layout Standard
210 This philosophy is explained in much greater detail in the 
211 \emph on
212
213 \begin_inset Quotes eld
214 \end_inset
215
216 Introduction
217 \begin_inset Quotes erd
218 \end_inset
219
220
221 \emph default
222 .
223  If you haven't read it yet, you need to.
224  Yes, we mean now.
225 \end_layout
226
227 \begin_layout Standard
228 The 
229 \begin_inset Quotes eld
230 \end_inset
231
232
233 \emph on
234 Introduction
235 \emph default
236
237 \begin_inset Quotes erd
238 \end_inset
239
240  describes several things in addition to LyX's philosophy: most importantly,
241  the format of all of the manuals.
242  If you don't read it, you'll have a bear of a time navigating this manual.
243  You might also be better served looking in one of the other manuals instead
244  of this one.
245  
246 \begin_inset Quotes eld
247 \end_inset
248
249
250 \emph on
251 Introduction
252 \emph default
253
254 \begin_inset Quotes erd
255 \end_inset
256
257  describes that, too.
258 \end_layout
259
260 \begin_layout Section
261 How LyX Looks
262 \end_layout
263
264 \begin_layout Standard
265 Like most applications, LyX has the familiar menu bar across the top of
266  its window.
267  Below it is a toolbar with a pulldown box and various buttons.
268  There is, of course, a vertical scrollbar and a main work area for editing
269  documents.
270  Near the bottom of the window is a small window containing a single line
271  of text.
272  This is the 
273 \emph on
274 minibuffer
275 \emph default
276 , which really means 
277 \begin_inset Quotes eld
278 \end_inset
279
280 command buffer
281 \begin_inset Quotes erd
282 \end_inset
283
284 .
285  Type 
286 \family sans
287 M-x
288 \family default
289  when you need to type a command in the minibuffer.
290 \end_layout
291
292 \begin_layout Standard
293 Note that there is no horizontal scroll bar.
294  This is not a bug or an oversight, but intentional.
295  When you read a book, you expect the end of a line to wrap around to the
296  next line.
297  Text overflows onto new pages in a vertical fashion, hence the need for
298  only a vertical scrollbar.
299  There are three cases where you might want a horizontal scrollbar.
300  The first case is large figures, displayed WYSIWYG\SpecialChar \@.
301  This, however, is due
302  to a flaw in the routine that displays graphics on the LyX screen in a
303  WYSIWYG fashion; it should rescale the graphics to fit in the window, just
304  as you'd need to rescale graphics to fit on a page.
305  The second and third cases are tables and equations which are wider than
306  the LyX window.
307  You can use the arrow keys to scroll horizontally through the table, but
308  this doesn't work for equations yet.
309 \end_layout
310
311 \begin_layout Standard
312 For a brief description of all LyX menus and toolbar buttons, have a look
313  at Appendix
314 \begin_inset Space ~
315 \end_inset
316
317
318 \begin_inset CommandInset ref
319 LatexCommand ref
320 reference "cha:The-User-Interface"
321
322 \end_inset
323
324 .
325  Most of them are self-explanatory and you'll find them listed in the correspond
326 ing sections of this documentation.
327 \end_layout
328
329 \begin_layout Section
330 HELP
331 \end_layout
332
333 \begin_layout Standard
334 The help system consists of the LyX manuals.
335  You can read 
336 \emph on
337 all
338 \emph default
339  of the manuals from inside LyX.
340  Just select the manual you want read from the 
341 \family sans
342 Help
343 \family default
344  menu.
345 \end_layout
346
347 \begin_layout Section
348 Basic LyX Setup
349 \begin_inset CommandInset label
350 LatexCommand label
351 name "sec:Basic-LyX-Setup"
352
353 \end_inset
354
355
356 \end_layout
357
358 \begin_layout Standard
359 There are several features of LyX that can be configured from inside LyX,
360  without resorting to configuration files.
361  First, LyX is able to inspect your system to see what programs, LaTeX document
362  classes and LaTeX packages are available.
363  It uses this knowledge to give reasonable defaults to several 
364 \family sans
365 Preferences
366 \begin_inset Index
367 status collapsed
368
369 \begin_layout Plain Layout
370 Preferences
371 \end_layout
372
373 \end_inset
374
375
376 \family default
377  settings.
378  Although this configuration has already been done when LyX was installed
379  on your system, you might have some items that you installed locally, e.g.
380  new LaTeX classes, and which are not seen by LyX.
381  To force LyX to re-inspect your system, you should use 
382 \family sans
383 Tools\SpecialChar \menuseparator
384 Reconfigure
385 \family default
386 .
387 \begin_inset Index
388 status collapsed
389
390 \begin_layout Plain Layout
391 Reconfiguration of LyX
392 \end_layout
393
394 \end_inset
395
396  You should then restart LyX to ensure that the changes are taken into account.
397 \end_layout
398
399 \begin_layout Section
400 LaTeX Setup
401 \begin_inset CommandInset label
402 LatexCommand label
403 name "sec:LaTeX-Setup"
404
405 \end_inset
406
407
408 \end_layout
409
410 \begin_layout Standard
411 LyX needs several LaTeX packages to work properly.
412  The packages found on the system by LyX are listed in the file 
413 \emph on
414 LaT
415 \emph default
416
417 \begin_inset ERT
418 status collapsed
419
420 \begin_layout Plain Layout
421
422 {}
423 \end_layout
424
425 \end_inset
426
427
428 \emph on
429 eX
430 \begin_inset Space ~
431 \end_inset
432
433 Configuration
434 \emph default
435  that will be created when using the menu 
436 \family sans
437 Help\SpecialChar \menuseparator
438 LaT
439 \begin_inset ERT
440 status collapsed
441
442 \begin_layout Plain Layout
443
444 {}
445 \end_layout
446
447 \end_inset
448
449 eX
450 \begin_inset Space ~
451 \end_inset
452
453 Configuration
454 \family default
455 .
456  You should install the required missing packages and then reconfigure LyX.
457 \begin_inset Note Note
458 status collapsed
459
460 \begin_layout Plain Layout
461 The two braces in the ERT box prevent that the term 
462 \begin_inset Quotes eld
463 \end_inset
464
465 LaTeX
466 \begin_inset Quotes erd
467 \end_inset
468
469  is printed with sub- and superscript letters.
470  More on ERT is described in section
471 \begin_inset Space ~
472 \end_inset
473
474
475 \begin_inset CommandInset ref
476 LatexCommand ref
477 reference "sec:ERT"
478
479 \end_inset
480
481 , the printout of proper names like LaTeX is explained in section
482 \begin_inset Space ~
483 \end_inset
484
485
486 \begin_inset CommandInset ref
487 LatexCommand ref
488 reference "sub:LyX's-Proper-Names"
489
490 \end_inset
491
492 .
493 \end_layout
494
495 \end_inset
496
497
498 \begin_inset Index
499 status collapsed
500
501 \begin_layout Plain Layout
502 Reconfiguration of LyX
503 \end_layout
504
505 \end_inset
506
507
508 \end_layout
509
510 \begin_layout Chapter
511 How to work with LyX
512 \end_layout
513
514 \begin_layout Section
515 Basic File Operations
516 \begin_inset Index
517 status collapsed
518
519 \begin_layout Plain Layout
520 File Operations
521 \end_layout
522
523 \end_inset
524
525
526 \end_layout
527
528 \begin_layout Standard
529 Under the 
530 \family sans
531 File
532 \family default
533  menu are basic operations for any word processor in addition to some more
534  advanced operations:
535 \end_layout
536
537 \begin_layout Itemize
538
539 \family sans
540 New
541 \end_layout
542
543 \begin_layout Itemize
544
545 \family sans
546 New
547 \begin_inset Space ~
548 \end_inset
549
550 from
551 \bar under
552
553 \begin_inset Space ~
554 \end_inset
555
556
557 \bar default
558 Template
559 \end_layout
560
561 \begin_layout Itemize
562
563 \family sans
564 Open
565 \end_layout
566
567 \begin_layout Itemize
568
569 \family sans
570 Close
571 \end_layout
572
573 \begin_layout Itemize
574
575 \family sans
576 Save
577 \end_layout
578
579 \begin_layout Itemize
580
581 \family sans
582 Save
583 \begin_inset Space ~
584 \end_inset
585
586 As
587 \end_layout
588
589 \begin_layout Itemize
590
591 \family sans
592 Revert
593 \begin_inset Space ~
594 \end_inset
595
596 to
597 \begin_inset Space ~
598 \end_inset
599
600 saved
601 \end_layout
602
603 \begin_layout Itemize
604
605 \family sans
606 Version
607 \begin_inset Space ~
608 \end_inset
609
610 Control
611 \end_layout
612
613 \begin_layout Itemize
614
615 \family sans
616 Import
617 \end_layout
618
619 \begin_layout Itemize
620
621 \family sans
622 Export
623 \end_layout
624
625 \begin_layout Itemize
626
627 \family sans
628 Print
629 \end_layout
630
631 \begin_layout Itemize
632
633 \family sans
634 Exit
635 \end_layout
636
637 \begin_layout Standard
638 They all do pretty much the same thing as in other word processors, with
639  a few minor differences.
640  The 
641 \family sans
642 File\SpecialChar \menuseparator
643 New
644 \begin_inset Space ~
645 \end_inset
646
647 from
648 \bar under
649
650 \begin_inset Space ~
651 \end_inset
652
653
654 \bar default
655 Template
656 \family default
657  command not only prompts you for a name for the new file, but also prompts
658  you for a template to use.
659  Selecting a template will automatically set certain layout features for
660  the document, features you would otherwise need to change manually.
661  They can be of use for certain classes, especially those for writing letters
662  (see section
663 \begin_inset Space ~
664 \end_inset
665
666
667 \begin_inset CommandInset ref
668 LatexCommand ref
669 reference "sec:Document-Classes"
670
671 \end_inset
672
673 ).
674 \end_layout
675
676 \begin_layout Standard
677 Note: There is no 
678 \begin_inset Quotes eld
679 \end_inset
680
681 default file
682 \begin_inset Quotes erd
683 \end_inset
684
685  or document named 
686 \begin_inset Quotes eld
687 \end_inset
688
689 Untitled
690 \begin_inset Quotes erd
691 \end_inset
692
693  or 
694 \begin_inset Quotes eld
695 \end_inset
696
697 scratch.
698 \begin_inset Quotes erd
699 \end_inset
700
701  Unless you tell LyX to open a file or create a new one, that big, blank
702  space is just that --- a big, blank space.
703 \end_layout
704
705 \begin_layout Standard
706
707 \family sans
708 Revert
709 \begin_inset Space ~
710 \end_inset
711
712 to
713 \begin_inset Space ~
714 \end_inset
715
716 saved
717 \family default
718  and 
719 \family sans
720 Version
721 \begin_inset Space ~
722 \end_inset
723
724 Control
725 \family default
726  are useful if more people work on the same document at the same time
727 \begin_inset Foot
728 status collapsed
729
730 \begin_layout Plain Layout
731 If you plan to do this, you should check out the Version Control feature
732  in LyX also.
733  Read 
734 \emph on
735 Extended Features
736 \emph default
737 \SpecialChar \@.
738
739 \end_layout
740
741 \end_inset
742
743 .
744  
745 \family sans
746 Revert
747 \begin_inset Space ~
748 \end_inset
749
750 to
751 \begin_inset Space ~
752 \end_inset
753
754 saved
755 \family default
756  will reload the document from disk.
757  You can of course also use it if you regret that you changed a document
758  and want to restore it to the last save.
759  With
760 \family sans
761  Version
762 \begin_inset Space ~
763 \end_inset
764
765 Control 
766 \family default
767 you can there register the changes you made to a document so that others
768  can identify this as your changes.
769 \end_layout
770
771 \begin_layout Section
772 Basic Editing Features
773 \begin_inset Index
774 status collapsed
775
776 \begin_layout Plain Layout
777 Editing
778 \end_layout
779
780 \end_inset
781
782
783 \begin_inset CommandInset label
784 LatexCommand label
785 name "sec:Basic-Editing-Features"
786
787 \end_inset
788
789
790 \end_layout
791
792 \begin_layout Standard
793 Like most modern word processors, LyX can perform cut and paste operations
794  on blocks of text, can move by character, word, or screenful of text, and
795  can delete whole words as well as individual characters.
796  The next four sections cover the basic LyX editing features and how to
797  access them.
798  We'll start with cut and paste.
799 \end_layout
800
801 \begin_layout Standard
802 As you might expect, the 
803 \family sans
804 Edit
805 \family default
806  menu has the cut and paste commands, along with various other editing features.
807  Some of these are special and covered in later sections.
808  The basic ones are:
809 \end_layout
810
811 \begin_layout Itemize
812
813 \family sans
814 Cut
815 \end_layout
816
817 \begin_layout Itemize
818
819 \family sans
820 Copy
821 \end_layout
822
823 \begin_layout Itemize
824
825 \family sans
826 Paste
827 \end_layout
828
829 \begin_layout Itemize
830
831 \family sans
832 Paste
833 \begin_inset Space ~
834 \end_inset
835
836 Recent
837 \end_layout
838
839 \begin_layout Itemize
840
841 \family sans
842 Paste
843 \begin_inset Space ~
844 \end_inset
845
846 Special
847 \end_layout
848
849 \begin_layout Itemize
850
851 \family sans
852 Find
853 \begin_inset Space ~
854 \end_inset
855
856 &
857 \begin_inset Space ~
858 \end_inset
859
860 Replace
861 \end_layout
862
863 \begin_layout Standard
864 The first three are self-explanatory.
865  One thing to note: whenever you delete a block of text that you've selected,
866  it's automatically placed in the clipboard.
867  That is, the 
868 \family sans
869 Delete
870 \family default
871  and 
872 \family sans
873 Backspace
874 \family default
875  keys also functions as the 
876 \family sans
877 Cut
878 \family default
879  command.
880  Also, if you've selected text, be careful: If you hit a key, LyX will completel
881 y delete the selected text and replace it with what you just typed.
882  You'll have to do an 
883 \family sans
884 Undo
885 \family default
886  to get back the lost text.
887 \end_layout
888
889 \begin_layout Standard
890 \begin_inset Index
891 status collapsed
892
893 \begin_layout Plain Layout
894 Paste
895 \end_layout
896
897 \end_inset
898
899 You can also copy text between LyX and other programs by cut, copy and paste.
900  The submenu of 
901 \family sans
902 Paste
903 \begin_inset Space ~
904 \end_inset
905
906 Recent
907 \family default
908  shows you a list with the last strings you have pasted.
909 \end_layout
910
911 \begin_layout Standard
912 The menu 
913 \family sans
914 Edit\SpecialChar \menuseparator
915 Paste
916 \begin_inset Space ~
917 \end_inset
918
919 Special\SpecialChar \menuseparator
920 Plain
921 \begin_inset Space ~
922 \end_inset
923
924 Text, Join
925 \begin_inset Space ~
926 \end_inset
927
928 Lines
929 \family default
930  will insert the text in the clipboard so that the whole text is inserted
931  as 
932 \emph on
933 one
934 \emph default
935  paragraph.
936  A new paragraph is started when there is a blank line in the file.
937  Without 
938 \family sans
939 Join
940 \begin_inset Space ~
941 \end_inset
942
943 Lines
944 \family default
945 , the text is inserted as Paragraphs, where the line breaks of the text
946  will start a new paragraph.
947 \end_layout
948
949 \begin_layout Standard
950 \begin_inset Index
951 status collapsed
952
953 \begin_layout Plain Layout
954 Replace
955 \end_layout
956
957 \end_inset
958
959
960 \begin_inset Index
961 status collapsed
962
963 \begin_layout Plain Layout
964 Find
965 \end_layout
966
967 \end_inset
968
969 The 
970 \family sans
971 Edit\SpecialChar \menuseparator
972 Find
973 \begin_inset Space ~
974 \end_inset
975
976 &
977 \begin_inset Space ~
978 \end_inset
979
980 Replace
981 \family default
982  item opens the 
983 \family sans
984 Find
985 \begin_inset Space ~
986 \end_inset
987
988 and
989 \begin_inset Space ~
990 \end_inset
991
992 Replace
993 \family default
994  dialog.
995  Once you've found a word or expression, LyX selects it.
996  Hitting the 
997 \family sans
998 Replace
999 \family default
1000  button replaces the selected text with the contents of the 
1001 \family sans
1002 Replace
1003 \begin_inset Space ~
1004 \end_inset
1005
1006 with
1007 \family default
1008  field.
1009  You can click the 
1010 \family sans
1011 Find
1012 \begin_inset Space ~
1013 \end_inset
1014
1015 Next
1016 \family default
1017  button to skip the current word.
1018  Hit 
1019 \family sans
1020 Replace
1021 \begin_inset Space ~
1022 \end_inset
1023
1024 All
1025 \family default
1026  to replace all occurrences of the text in the document automatically.
1027  The 
1028 \family sans
1029 Case
1030 \begin_inset Space ~
1031 \end_inset
1032
1033 sensitive
1034 \family default
1035  option can be used if you want the search to consider the case of the search
1036  word.
1037  If the toggle is set, searching for 
1038 \begin_inset Quotes eld
1039 \end_inset
1040
1041
1042 \family typewriter
1043 Test
1044 \family default
1045
1046 \begin_inset Quotes erd
1047 \end_inset
1048
1049  will not match the word 
1050 \begin_inset Quotes eld
1051 \end_inset
1052
1053
1054 \family typewriter
1055 test
1056 \family default
1057
1058 \begin_inset Quotes erd
1059 \end_inset
1060
1061 .
1062  The 
1063 \family sans
1064 Match whole words only
1065 \family default
1066  option can be used to force LyX to only find complete words.
1067  I.e., searching for 
1068 \begin_inset Quotes eld
1069 \end_inset
1070
1071
1072 \family typewriter
1073 star
1074 \family default
1075
1076 \begin_inset Quotes erd
1077 \end_inset
1078
1079  will not match 
1080 \begin_inset Quotes eld
1081 \end_inset
1082
1083
1084 \family typewriter
1085 starlet
1086 \family default
1087
1088 \begin_inset Quotes erd
1089 \end_inset
1090
1091 .
1092 \end_layout
1093
1094 \begin_layout Standard
1095 Things like notes, floats, etc., the so called insets can be dissolved.
1096  This means that the inset is deleted and its content is left as normal
1097  text.
1098  Dissolving an inset is done by setting the cursor to the beginning of an
1099  inset and pressing 
1100 \family sans
1101 Backspace
1102 \family default
1103  or by setting the cursor to the end and pressing 
1104 \family sans
1105 Delete
1106 \family default
1107 .
1108 \end_layout
1109
1110 \begin_layout Section
1111 Undo and Redo
1112 \begin_inset Index
1113 status collapsed
1114
1115 \begin_layout Plain Layout
1116 Redo
1117 \end_layout
1118
1119 \end_inset
1120
1121
1122 \begin_inset Index
1123 status collapsed
1124
1125 \begin_layout Plain Layout
1126 Undo
1127 \end_layout
1128
1129 \end_inset
1130
1131
1132 \begin_inset CommandInset label
1133 LatexCommand label
1134 name "sec:Undo-and-Redo"
1135
1136 \end_inset
1137
1138
1139 \end_layout
1140
1141 \begin_layout Standard
1142 If you make a mistake, you can easily recover from it.
1143  LyX has a large-capacity undo/redo buffer.
1144  Select 
1145 \family sans
1146 Edit\SpecialChar \menuseparator
1147 Undo
1148 \family default
1149  to undo some mistake.
1150  If you accidentally undo too much, use 
1151 \family sans
1152 Edit\SpecialChar \menuseparator
1153 Redo
1154 \family default
1155  to 
1156 \begin_inset Quotes eld
1157 \end_inset
1158
1159 undo the undo.
1160 \begin_inset Quotes erd
1161 \end_inset
1162
1163  The undo mechanism is currently limited to 100 steps to minimize memory
1164  overhead.
1165  
1166 \end_layout
1167
1168 \begin_layout Standard
1169 Notice that if you revert back all changes to arrive to the document as
1170  it was last saved, the 
1171 \begin_inset Quotes eld
1172 \end_inset
1173
1174 changed
1175 \begin_inset Quotes erd
1176 \end_inset
1177
1178  status of the document is unfortunately not reset.
1179  This is a consequence of the 100 step undo limit, above.
1180 \end_layout
1181
1182 \begin_layout Standard
1183 The 
1184 \family sans
1185 Undo
1186 \family default
1187  and 
1188 \family sans
1189 Redo
1190 \family default
1191  work on almost everything in LyX.
1192  They have some quirks, too.
1193  They won't 
1194 \family sans
1195 Undo
1196 \family default
1197  or 
1198 \family sans
1199 Redo
1200 \family default
1201  text character by character, but by blocks of text.
1202  That can take some getting used to; you'll have to play with 
1203 \family sans
1204 Undo
1205 \family default
1206  and 
1207 \family sans
1208 Redo
1209 \family default
1210  to get a feel for just how much they'll undo/redo, and after time, you'll
1211  surely appreciate how it works.
1212 \end_layout
1213
1214 \begin_layout Section
1215 Mouse Operations
1216 \begin_inset Index
1217 status collapsed
1218
1219 \begin_layout Plain Layout
1220 Mouse Operations
1221 \end_layout
1222
1223 \end_inset
1224
1225
1226 \end_layout
1227
1228 \begin_layout Standard
1229 This are the most basic mouse operations.
1230 \end_layout
1231
1232 \begin_layout Enumerate
1233 Motion
1234 \end_layout
1235
1236 \begin_deeper
1237 \begin_layout Itemize
1238 Click the 
1239 \emph on
1240 left mouse button
1241 \emph default
1242  once anywhere in the edit window.
1243  The cursor moves to the text under the mouse.
1244 \end_layout
1245
1246 \end_deeper
1247 \begin_layout Enumerate
1248 Selecting Text
1249 \end_layout
1250
1251 \begin_deeper
1252 \begin_layout Itemize
1253 Hold down the 
1254 \emph on
1255 left mouse button
1256 \emph default
1257  and drag the mouse.
1258  LyX marks the text between the old and new mouse positions.
1259  Use 
1260 \family sans
1261 Edit\SpecialChar \menuseparator
1262 Copy
1263 \family default
1264  to create a copy of the text in LyX's buffer (and the clipboard).
1265 \end_layout
1266
1267 \begin_layout Itemize
1268 Re-position the cursor and then paste the text back into LyX using 
1269 \family sans
1270 Edit\SpecialChar \menuseparator
1271 Paste
1272 \family default
1273 .
1274 \end_layout
1275
1276 \end_deeper
1277 \begin_layout Enumerate
1278 Insets (Footnotes, Notes, Floats, etc.)
1279 \end_layout
1280
1281 \begin_deeper
1282 \begin_layout Standard
1283
1284 \emph on
1285 Single click
1286 \emph default
1287  the left mouse button to open or close any of these.
1288  Right-click on them to set its properties.
1289  Also check the appropriate section of this manual for more details.
1290 \end_layout
1291
1292 \end_deeper
1293 \begin_layout Enumerate
1294 Tables
1295 \end_layout
1296
1297 \begin_deeper
1298 \begin_layout Standard
1299
1300 \emph on
1301 Single click
1302 \emph default
1303  the right mouse button to open a dialog that will allow you to manipulate
1304  the table.
1305 \end_layout
1306
1307 \end_deeper
1308 \begin_layout Section
1309 Basic Key Bindings
1310 \begin_inset CommandInset label
1311 LatexCommand label
1312 name "sec:Key-Bindings"
1313
1314 \end_inset
1315
1316
1317 \begin_inset Index
1318 status collapsed
1319
1320 \begin_layout Plain Layout
1321 Key Bindings
1322 \end_layout
1323
1324 \end_inset
1325
1326
1327 \end_layout
1328
1329 \begin_layout Standard
1330 We're not going to cover all of the keybindings.
1331  Be aware that there are at least two different primary binding maps: CUA
1332  and Emacs.
1333  LyX's default is CUA.
1334 \end_layout
1335
1336 \begin_layout Standard
1337 Some keys, like 
1338 \family sans
1339 Page
1340 \begin_inset Space ~
1341 \end_inset
1342
1343 Up
1344 \family default
1345
1346 \family sans
1347 Page
1348 \begin_inset Space ~
1349 \end_inset
1350
1351 Down
1352 \family default
1353
1354 \family sans
1355 Left
1356 \family default
1357
1358 \family sans
1359 Right
1360 \family default
1361
1362 \family sans
1363 Up
1364 \family default
1365 , and 
1366 \family sans
1367 Down
1368 \family default
1369 , do exactly what you expect them to do.
1370  Other keys don't:
1371 \end_layout
1372
1373 \begin_layout Labeling
1374 \labelwidthstring 00.00.0000
1375
1376 \family sans
1377 Tab
1378 \begin_inset CommandInset nomenclature
1379 LatexCommand nomenclature
1380 symbol "Tab"
1381 description "Tabulator key"
1382
1383 \end_inset
1384
1385
1386 \family default
1387  There is no such thing as a tab stop in LyX.
1388  If you don't understand this, go read sections
1389 \begin_inset Space ~
1390 \end_inset
1391
1392
1393 \begin_inset CommandInset ref
1394 LatexCommand ref
1395 reference "sec:Par-indent-intro"
1396
1397 \end_inset
1398
1399  and 
1400 \begin_inset CommandInset ref
1401 LatexCommand ref
1402 reference "sec:Paragraph-Environments"
1403
1404 \end_inset
1405
1406 , especially section
1407 \begin_inset Space ~
1408 \end_inset
1409
1410
1411 \begin_inset CommandInset ref
1412 LatexCommand ref
1413 reference "sub:Lists"
1414
1415 \end_inset
1416
1417 , right now.
1418  Yes, right now.
1419  If you're still confused, look in the 
1420 \emph on
1421 Tutorial
1422 \emph default
1423 .
1424 \end_layout
1425
1426 \begin_layout Labeling
1427 \labelwidthstring 00.00.0000
1428
1429 \family sans
1430 Esc
1431 \begin_inset CommandInset nomenclature
1432 LatexCommand nomenclature
1433 symbol "Esc"
1434 description "Escape key"
1435
1436 \end_inset
1437
1438
1439 \family default
1440  This is the 
1441 \begin_inset Quotes eld
1442 \end_inset
1443
1444 cancel key.
1445 \begin_inset Quotes erd
1446 \end_inset
1447
1448  It's used, generically, to cancel operations.
1449  Other parts of the manual will go into greater detail about this.
1450 \end_layout
1451
1452 \begin_layout Labeling
1453 \labelwidthstring 00.00.0000
1454
1455 \family sans
1456 Home
1457 \family default
1458
1459 \begin_inset Space ~
1460 \end_inset
1461
1462 and
1463 \begin_inset Space ~
1464 \end_inset
1465
1466
1467 \family sans
1468 End
1469 \family default
1470  These move the cursor, respectively, to the beginning and end of a line,
1471  unless you are using the Emacs bindings where they jump to the beginning
1472  or end of the file.
1473 \end_layout
1474
1475 \begin_layout Standard
1476 There are three modifier keys:
1477 \end_layout
1478
1479 \begin_layout Labeling
1480 \labelwidthstring 00.00.0000
1481
1482 \family sans
1483 Control
1484 \family default
1485  (Denoted by 
1486 \begin_inset Quotes eld
1487 \end_inset
1488
1489
1490 \family sans
1491 C
1492 \family default
1493
1494 \begin_inset Quotes erd
1495 \end_inset
1496
1497
1498 \begin_inset CommandInset nomenclature
1499 LatexCommand nomenclature
1500 symbol "C"
1501 description "Control key"
1502
1503 \end_inset
1504
1505  in the documentation files) This has a couple of different uses, depending
1506  on which keys it's used in combination with:
1507 \end_layout
1508
1509 \begin_deeper
1510 \begin_layout Itemize
1511 With 
1512 \family sans
1513 Backspace
1514 \family default
1515  or 
1516 \family sans
1517 Delete
1518 \family default
1519 , it deletes an entire word instead of a single character.
1520 \end_layout
1521
1522 \begin_layout Itemize
1523 With 
1524 \family sans
1525 Left
1526 \family default
1527  and 
1528 \family sans
1529 Right
1530 \family default
1531 , it moves by words instead of characters.
1532 \end_layout
1533
1534 \begin_layout Itemize
1535 With 
1536 \family sans
1537 Home
1538 \family default
1539  and 
1540 \family sans
1541 End
1542 \family default
1543 , it moves to the beginning and the end of the document, respectively.
1544 \end_layout
1545
1546 \end_deeper
1547 \begin_layout Labeling
1548 \labelwidthstring 00.00.0000
1549
1550 \family sans
1551 Shift
1552 \family default
1553  (Denoted by 
1554 \begin_inset Quotes eld
1555 \end_inset
1556
1557
1558 \family sans
1559 S
1560 \family default
1561
1562 \begin_inset Quotes erd
1563 \end_inset
1564
1565
1566 \begin_inset CommandInset nomenclature
1567 LatexCommand nomenclature
1568 symbol "S"
1569 description "Shift key"
1570
1571 \end_inset
1572
1573  in the documentation files) Use this with any of the motion keys to select
1574  the text between the old and new cursor positions.
1575 \end_layout
1576
1577 \begin_layout Labeling
1578 \labelwidthstring 00.00.0000
1579
1580 \family sans
1581 Meta
1582 \family default
1583  (Denoted by 
1584 \begin_inset Quotes eld
1585 \end_inset
1586
1587
1588 \family sans
1589 M
1590 \family default
1591
1592 \begin_inset Quotes erd
1593 \end_inset
1594
1595
1596 \begin_inset CommandInset nomenclature
1597 LatexCommand nomenclature
1598 symbol "M"
1599 description "Meta or Alt key"
1600
1601 \end_inset
1602
1603  in the documentation files) This is the Alt key on many keyboards, unless
1604  your keyboard has a distinct Meta key.
1605  If you have both keys, you will need to try out which one actually performs
1606  the 
1607 \family sans
1608 Meta-
1609 \family default
1610  function.
1611  This key does many different things, but it also activates the 
1612 \emph on
1613 menu accelerator keys
1614 \emph default
1615 .
1616  If you use this in combination with any of the underlined letters in a
1617  menu or menu item, it selects that menu item.
1618 \end_layout
1619
1620 \begin_deeper
1621 \begin_layout Standard
1622 For example, the sequence 
1623 \begin_inset Quotes eld
1624 \end_inset
1625
1626
1627 \family sans
1628 M
1629 \begin_inset Space ~
1630 \end_inset
1631
1632 e
1633 \begin_inset Space ~
1634 \end_inset
1635
1636 s
1637 \family default
1638
1639 \begin_inset Space ~
1640 \end_inset
1641
1642
1643 \family sans
1644 c
1645 \family default
1646
1647 \begin_inset Quotes erd
1648 \end_inset
1649
1650  
1651 \family sans
1652 brings
1653 \family default
1654  up the 
1655 \begin_inset Quotes eld
1656 \end_inset
1657
1658 Text Style
1659 \begin_inset Quotes erd
1660 \end_inset
1661
1662  menu.
1663  Typing 
1664 \begin_inset Quotes eld
1665 \end_inset
1666
1667
1668 \family sans
1669 M
1670 \begin_inset Space ~
1671 \end_inset
1672
1673 f
1674 \family default
1675
1676 \begin_inset Quotes erd
1677 \end_inset
1678
1679  opens the 
1680 \family sans
1681 File
1682 \family default
1683  menu.
1684 \end_layout
1685
1686 \begin_layout Standard
1687 There are also other things bound to the 
1688 \family sans
1689 Meta-
1690 \family default
1691  key, but you'll have to check in the 
1692 \emph on
1693 Reference
1694 \emph default
1695  
1696 \emph on
1697 manual
1698 \emph default
1699  for more info.
1700 \end_layout
1701
1702 \end_deeper
1703 \begin_layout Standard
1704 You'll learn more and more keybindings and short-cut keys as you use LyX,
1705  because most actions will prompt a small message in the status bar at the
1706  bottom of LyX's main window which describe the name of the action, you've
1707  just triggered, and any existing keybindings for that action.
1708  The notation for the keybindings is very similar to the notation used in
1709  this documentation, so you should not have any problems understanding it.
1710  However, notice that Shift-modifiers are explicitly mentioned, so 
1711 \family sans
1712
1713 \begin_inset Quotes eld
1714 \end_inset
1715
1716 M-p S-A
1717 \family default
1718
1719 \begin_inset Quotes erd
1720 \end_inset
1721
1722  means 
1723 \family sans
1724 Meta-p
1725 \family default
1726  followed by a capital 
1727 \family sans
1728 A
1729 \family default
1730 .
1731  
1732 \begin_inset Quotes eld
1733 \end_inset
1734
1735
1736 \family sans
1737 S-C-s
1738 \family default
1739
1740 \begin_inset Quotes erd
1741 \end_inset
1742
1743  means 
1744 \family sans
1745 Shift-Control-s
1746 \family default
1747 .
1748 \end_layout
1749
1750 \begin_layout Chapter
1751 LyX Basics
1752 \begin_inset Index
1753 status collapsed
1754
1755 \begin_layout Plain Layout
1756 Lyx@LyX ! Basics
1757 \end_layout
1758
1759 \end_inset
1760
1761
1762 \end_layout
1763
1764 \begin_layout Section
1765 Document Types
1766 \begin_inset Index
1767 status collapsed
1768
1769 \begin_layout Plain Layout
1770 Document ! Types
1771 \end_layout
1772
1773 \end_inset
1774
1775
1776 \end_layout
1777
1778 \begin_layout Subsection
1779 Introduction
1780 \end_layout
1781
1782 \begin_layout Standard
1783 Before you do anything else, before you ever start writing a document, you
1784  need to decide what type of document you want to edit.
1785  Different types of documents use different types of spacing, headings,
1786  numbering schemes, and so on.
1787  Additionally, different documents use different paragraph environments,
1788  and format the title of your document differently.
1789 \end_layout
1790
1791 \begin_layout Standard
1792
1793 \emph on
1794 document class
1795 \emph default
1796  describes a group of properties common to a particular set of documents.
1797  By setting the document class, you automatically select these properties,
1798  making it easier to create the type of document you want.
1799  If you don't choose a document class, LyX picks one for you by default.
1800  So, it behooves you to change the class of your document.
1801 \end_layout
1802
1803 \begin_layout Standard
1804 Read on for info about the document classes you can choose from LyX, and
1805  how to adjust their properties.
1806 \end_layout
1807
1808 \begin_layout Subsection
1809 Document Classes
1810 \begin_inset Index
1811 status collapsed
1812
1813 \begin_layout Plain Layout
1814 Document ! Classes
1815 \end_layout
1816
1817 \end_inset
1818
1819
1820 \begin_inset CommandInset label
1821 LatexCommand label
1822 name "sec:Document-Classes"
1823
1824 \end_inset
1825
1826
1827 \end_layout
1828
1829 \begin_layout Subsubsection
1830 Overview
1831 \end_layout
1832
1833 \begin_layout Standard
1834 There are four standard document classes in LyX.
1835  They are:
1836 \end_layout
1837
1838 \begin_layout Description
1839 Article for basic articles
1840 \end_layout
1841
1842 \begin_layout Description
1843 Report for basic reports
1844 \end_layout
1845
1846 \begin_layout Description
1847 Book for writing a book
1848 \end_layout
1849
1850 \begin_layout Description
1851 Letter for US-style letters
1852 \end_layout
1853
1854 \begin_layout Standard
1855 There are also some non-standard classes, which LyX only uses if you have
1856  installed them.
1857  Here are some of the classes, the full list with detailed explanations
1858  can be found in chapter 
1859 \emph on
1860 Special Document Classes
1861 \emph default
1862  in the 
1863 \emph on
1864 Extended Features
1865 \emph default
1866  manual:
1867 \end_layout
1868
1869 \begin_layout Description
1870 A&A Journal articles in the style and format used in Astronomy & Astrophysics
1871 \end_layout
1872
1873 \begin_layout Description
1874 AAST
1875 \family sans
1876
1877 \begin_inset ERT
1878 status collapsed
1879
1880 \begin_layout Plain Layout
1881
1882 {}
1883 \end_layout
1884
1885 \end_inset
1886
1887
1888 \family default
1889 eX For submissions to the journals published by the American Astronomical
1890  Society
1891 \end_layout
1892
1893 \begin_layout Description
1894 AMS Layouts for articles and books in the style and format used by the American
1895  Mathematical Society (AMS).
1896  There are three article layouts available.
1897  The standard one uses a typical numbering scheme for theorems etc., that
1898  prepends the section number to the number of the result.
1899  All result-type statements (propositions, corollaries, and so on) are sequenced
1900  together, but definitions, examples, and the like have their own sequence.
1901  The 
1902 \begin_inset Quotes eld
1903 \end_inset
1904
1905 sequential numbering
1906 \begin_inset Quotes erd
1907 \end_inset
1908
1909  scheme does not place the section number with each result, but numbers
1910  them throughout the article in a single sequence.
1911  Each type of result gets its own sequence.
1912  There is also a layout that dispenses with numbering of statements altogether.
1913 \end_layout
1914
1915 \begin_layout Description
1916 Beamer Layout for presentations
1917 \end_layout
1918
1919 \begin_layout Description
1920 broadway Layout for writing plays.
1921  It is not an existing LaTeX document class, but a new one which is distributed
1922  with LyX.
1923 \end_layout
1924
1925 \begin_layout Description
1926 curiculum
1927 \begin_inset Space ~
1928 \end_inset
1929
1930 vitae classes to create curriculum vitae
1931 \end_layout
1932
1933 \begin_layout Description
1934 Dinbrief Letters in format of the DIN (German industry norm)
1935 \end_layout
1936
1937 \begin_layout Description
1938 dtk Layout for 
1939 \family typewriter
1940 Die TeXnische Komödie
1941 \family default
1942 , the journal of the German TeX user Group (Dante)
1943 \end_layout
1944
1945 \begin_layout Description
1946 Elsevier Layout for journals of the Elsevier publishing group
1947 \end_layout
1948
1949 \begin_layout Description
1950 Foils Used to make transparencies
1951 \end_layout
1952
1953 \begin_layout Description
1954 g-brief Letters in format of the DIN (German industry norm)
1955 \end_layout
1956
1957 \begin_layout Description
1958 hollywood Used to type spec scripts for the US film industry.
1959  It is not an existing LaTeX document class, but a new one which is distributed
1960  with LyX.
1961 \end_layout
1962
1963 \begin_layout Description
1964 IEEEtran Layout for the journals published by the Institute of Electrical
1965  and Electronics Engineers (IEEE)
1966 \end_layout
1967
1968 \begin_layout Description
1969 IOP Layout for journals of the Institute of Physics publishing group
1970 \end_layout
1971
1972 \begin_layout Description
1973 Kluwer Layout for journals of the Kluwer publishing group
1974 \end_layout
1975
1976 \begin_layout Description
1977 koma-script a replacement for the standard classes, offers many useful features
1978  like caption formatting, automatic print space calculation etc.
1979 \end_layout
1980
1981 \begin_layout Description
1982 Memoir another replacement for the standard classes
1983 \end_layout
1984
1985 \begin_layout Description
1986 paper Used with the 
1987 \family typewriter
1988 paper
1989 \family default
1990  LaTeX document class
1991 \end_layout
1992
1993 \begin_layout Description
1994 Powerdot Layout for presentations
1995 \end_layout
1996
1997 \begin_layout Description
1998 REVTe
1999 \begin_inset ERT
2000 status collapsed
2001
2002 \begin_layout Plain Layout
2003
2004 {}
2005 \end_layout
2006
2007 \end_inset
2008
2009 X is used to write articles for the publications of the American Physical
2010  Society (APS), American Institute of Physics (AIP), and Optical Society
2011  of America (OSA).
2012  This class is not completely compatible with all LyX features.
2013 \end_layout
2014
2015 \begin_layout Description
2016 Slides Used to make transparencies
2017 \end_layout
2018
2019 \begin_layout Description
2020 SPIE
2021 \begin_inset Space ~
2022 \end_inset
2023
2024 Proceedings Layout for the journals published by The International Society
2025  for Optical Engineering (SPIE)
2026 \end_layout
2027
2028 \begin_layout Description
2029 Springer Layouts for journals of the Springer publishing group
2030 \end_layout
2031
2032 \begin_layout Description
2033 TUGboat Layout for 
2034 \family typewriter
2035 TUGboat
2036 \family default
2037 , the journal of the international TeX user Group (TUG)
2038 \end_layout
2039
2040 \begin_layout Standard
2041 We won't go into any detail about how to use these different document classes
2042  here.
2043  You can find all the details about the non-standard classes in the 
2044 \emph on
2045 Extended Editing
2046 \emph default
2047  manual.
2048  Here, we will settle with a list of some of the common properties of all
2049  of the document classes.
2050 \end_layout
2051
2052 \begin_layout Subsubsection
2053 Selecting a Class
2054 \end_layout
2055
2056 \begin_layout Standard
2057 You can select a class using the 
2058 \family sans
2059 Document\SpecialChar \menuseparator
2060 Settings
2061 \begin_inset Index
2062 status collapsed
2063
2064 \begin_layout Plain Layout
2065 Document ! Settings
2066 \end_layout
2067
2068 \end_inset
2069
2070
2071 \family default
2072  dialog.
2073  Select the class you want to use, and make any fine tunings of the options
2074  you may need.
2075 \end_layout
2076
2077 \begin_layout Subsubsection
2078 Properties
2079 \end_layout
2080
2081 \begin_layout Standard
2082 Each class has a default set of options.
2083  Here's a quick table describing them:
2084 \end_layout
2085
2086 \begin_layout Standard
2087 \begin_inset VSpace 0.3cm
2088 \end_inset
2089
2090
2091 \end_layout
2092
2093 \begin_layout Standard
2094 \align center
2095 \begin_inset Tabular
2096 <lyxtabular version="3" rows="5" columns="5">
2097 <features>
2098 <column alignment="center" valignment="top" width="0pt">
2099 <column alignment="center" valignment="top" width="0pt">
2100 <column alignment="center" valignment="top" width="0pt">
2101 <column alignment="center" valignment="top" width="0pt">
2102 <column alignment="center" valignment="top" width="0pt">
2103 <row>
2104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2105 \begin_inset Text
2106
2107 \begin_layout Plain Layout
2108
2109 \end_layout
2110
2111 \end_inset
2112 </cell>
2113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2114 \begin_inset Text
2115
2116 \begin_layout Plain Layout
2117
2118 \family sans
2119 \series medium
2120 \shape up
2121 \size normal
2122 \emph off
2123 \bar no
2124 \noun off
2125 \color none
2126 Pagestyle
2127 \end_layout
2128
2129 \end_inset
2130 </cell>
2131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2132 \begin_inset Text
2133
2134 \begin_layout Plain Layout
2135
2136 \family sans
2137 \series medium
2138 \shape up
2139 \size normal
2140 \emph off
2141 \bar no
2142 \noun off
2143 \color none
2144 Sides
2145 \end_layout
2146
2147 \end_inset
2148 </cell>
2149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2150 \begin_inset Text
2151
2152 \begin_layout Plain Layout
2153
2154 \family sans
2155 \series medium
2156 \shape up
2157 \size normal
2158 \emph off
2159 \bar no
2160 \noun off
2161 \color none
2162 Columns
2163 \end_layout
2164
2165 \end_inset
2166 </cell>
2167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2168 \begin_inset Text
2169
2170 \begin_layout Plain Layout
2171
2172 \series medium
2173 \shape up
2174 \size normal
2175 \emph off
2176 \bar no
2177 \noun off
2178 \color none
2179 Max.
2180  sectioning level
2181 \end_layout
2182
2183 \end_inset
2184 </cell>
2185 </row>
2186 <row>
2187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2188 \begin_inset Text
2189
2190 \begin_layout Plain Layout
2191
2192 \series medium
2193 \shape up
2194 \size normal
2195 \emph off
2196 \bar no
2197 \noun off
2198 \color none
2199 article
2200 \end_layout
2201
2202 \end_inset
2203 </cell>
2204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2205 \begin_inset Text
2206
2207 \begin_layout Plain Layout
2208
2209 \family sans
2210 \series medium
2211 \shape up
2212 \size normal
2213 \emph off
2214 \bar no
2215 \noun off
2216 \color none
2217 Plain
2218 \end_layout
2219
2220 \end_inset
2221 </cell>
2222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2223 \begin_inset Text
2224
2225 \begin_layout Plain Layout
2226
2227 \family sans
2228 \series medium
2229 \shape up
2230 \size normal
2231 \emph off
2232 \bar no
2233 \noun off
2234 \color none
2235 One
2236 \end_layout
2237
2238 \end_inset
2239 </cell>
2240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2241 \begin_inset Text
2242
2243 \begin_layout Plain Layout
2244
2245 \family sans
2246 \series medium
2247 \shape up
2248 \size normal
2249 \emph off
2250 \bar no
2251 \noun off
2252 \color none
2253 One
2254 \end_layout
2255
2256 \end_inset
2257 </cell>
2258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2259 \begin_inset Text
2260
2261 \begin_layout Plain Layout
2262
2263 \family sans
2264 \series medium
2265 \shape up
2266 \size normal
2267 \emph off
2268 \bar no
2269 \noun off
2270 \color none
2271 Section
2272 \end_layout
2273
2274 \end_inset
2275 </cell>
2276 </row>
2277 <row>
2278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2279 \begin_inset Text
2280
2281 \begin_layout Plain Layout
2282
2283 \series medium
2284 \shape up
2285 \size normal
2286 \emph off
2287 \bar no
2288 \noun off
2289 \color none
2290 report
2291 \end_layout
2292
2293 \end_inset
2294 </cell>
2295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2296 \begin_inset Text
2297
2298 \begin_layout Plain Layout
2299
2300 \family sans
2301 \series medium
2302 \shape up
2303 \size normal
2304 \emph off
2305 \bar no
2306 \noun off
2307 \color none
2308 Plain
2309 \end_layout
2310
2311 \end_inset
2312 </cell>
2313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2314 \begin_inset Text
2315
2316 \begin_layout Plain Layout
2317
2318 \family sans
2319 \series medium
2320 \shape up
2321 \size normal
2322 \emph off
2323 \bar no
2324 \noun off
2325 \color none
2326 One
2327 \end_layout
2328
2329 \end_inset
2330 </cell>
2331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2332 \begin_inset Text
2333
2334 \begin_layout Plain Layout
2335
2336 \family sans
2337 \series medium
2338 \shape up
2339 \size normal
2340 \emph off
2341 \bar no
2342 \noun off
2343 \color none
2344 One
2345 \end_layout
2346
2347 \end_inset
2348 </cell>
2349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2350 \begin_inset Text
2351
2352 \begin_layout Plain Layout
2353
2354 \family sans
2355 \series medium
2356 \shape up
2357 \size normal
2358 \emph off
2359 \bar no
2360 \noun off
2361 \color none
2362 Chapter
2363 \end_layout
2364
2365 \end_inset
2366 </cell>
2367 </row>
2368 <row>
2369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2370 \begin_inset Text
2371
2372 \begin_layout Plain Layout
2373
2374 \series medium
2375 \shape up
2376 \size normal
2377 \emph off
2378 \bar no
2379 \noun off
2380 \color none
2381 book
2382 \end_layout
2383
2384 \end_inset
2385 </cell>
2386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2387 \begin_inset Text
2388
2389 \begin_layout Plain Layout
2390
2391 \family sans
2392 \series medium
2393 \shape up
2394 \size normal
2395 \emph off
2396 \bar no
2397 \noun off
2398 \color none
2399 Headings
2400 \end_layout
2401
2402 \end_inset
2403 </cell>
2404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2405 \begin_inset Text
2406
2407 \begin_layout Plain Layout
2408
2409 \family sans
2410 \series medium
2411 \shape up
2412 \size normal
2413 \emph off
2414 \bar no
2415 \noun off
2416 \color none
2417 Two
2418 \end_layout
2419
2420 \end_inset
2421 </cell>
2422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2423 \begin_inset Text
2424
2425 \begin_layout Plain Layout
2426
2427 \family sans
2428 \series medium
2429 \shape up
2430 \size normal
2431 \emph off
2432 \bar no
2433 \noun off
2434 \color none
2435 One
2436 \end_layout
2437
2438 \end_inset
2439 </cell>
2440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2441 \begin_inset Text
2442
2443 \begin_layout Plain Layout
2444
2445 \family sans
2446 \series medium
2447 \shape up
2448 \size normal
2449 \emph off
2450 \bar no
2451 \noun off
2452 \color none
2453 Chapter
2454 \end_layout
2455
2456 \end_inset
2457 </cell>
2458 </row>
2459 <row>
2460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2461 \begin_inset Text
2462
2463 \begin_layout Plain Layout
2464
2465 \series medium
2466 \shape up
2467 \size normal
2468 \emph off
2469 \bar no
2470 \noun off
2471 \color none
2472 letter
2473 \end_layout
2474
2475 \end_inset
2476 </cell>
2477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2478 \begin_inset Text
2479
2480 \begin_layout Plain Layout
2481
2482 \family sans
2483 \series medium
2484 \shape up
2485 \size normal
2486 \emph off
2487 \bar no
2488 \noun off
2489 \color none
2490 Plain
2491 \end_layout
2492
2493 \end_inset
2494 </cell>
2495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2496 \begin_inset Text
2497
2498 \begin_layout Plain Layout
2499
2500 \family sans
2501 \series medium
2502 \shape up
2503 \size normal
2504 \emph off
2505 \bar no
2506 \noun off
2507 \color none
2508 One
2509 \end_layout
2510
2511 \end_inset
2512 </cell>
2513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2514 \begin_inset Text
2515
2516 \begin_layout Plain Layout
2517
2518 \family sans
2519 \series medium
2520 \shape up
2521 \size normal
2522 \emph off
2523 \bar no
2524 \noun off
2525 \color none
2526 One
2527 \end_layout
2528
2529 \end_inset
2530 </cell>
2531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2532 \begin_inset Text
2533
2534 \begin_layout Plain Layout
2535
2536 \series medium
2537 \shape up
2538 \size normal
2539 \emph off
2540 \bar no
2541 \noun off
2542 \color none
2543 none
2544 \end_layout
2545
2546 \end_inset
2547 </cell>
2548 </row>
2549 </lyxtabular>
2550
2551 \end_inset
2552
2553
2554 \end_layout
2555
2556 \begin_layout Standard
2557 \begin_inset VSpace 0.3cm
2558 \end_inset
2559
2560
2561 \end_layout
2562
2563 \begin_layout Standard
2564 You're probably also wondering what 
2565 \begin_inset Quotes eld
2566 \end_inset
2567
2568 Max.
2569 \begin_inset Space ~
2570 \end_inset
2571
2572 sectioning level
2573 \begin_inset Quotes erd
2574 \end_inset
2575
2576  means.
2577  There are several paragraph environments used to create section headings.
2578  Different document classes allow different types of section headings.
2579  Only two use the 
2580 \family sans
2581 Chapter
2582 \family default
2583  heading; the rest do not and begin instead with the 
2584 \family sans
2585 Section
2586 \family default
2587  heading.
2588  Some document classes, such as the ones for letters, don't use any section
2589  headings.
2590  In addition to 
2591 \family sans
2592 Chapter
2593 \family default
2594  and 
2595 \family sans
2596 Section
2597 \family default
2598  headings, there are also 
2599 \family sans
2600 Subsection
2601 \family default
2602  headings, 
2603 \family sans
2604 Subsubsection
2605 \family default
2606  headings, and so on.
2607  We'll describe these headings fully in section
2608 \begin_inset Space ~
2609 \end_inset
2610
2611
2612 \begin_inset CommandInset ref
2613 LatexCommand ref
2614 reference "sub:Headings"
2615
2616 \end_inset
2617
2618 .
2619 \end_layout
2620
2621 \begin_layout Subsection
2622 Document Layout
2623 \begin_inset Index
2624 status collapsed
2625
2626 \begin_layout Plain Layout
2627 Document !  Layout
2628 \end_layout
2629
2630 \end_inset
2631
2632
2633 \begin_inset CommandInset label
2634 LatexCommand label
2635 name "sub:Document-Layout"
2636
2637 \end_inset
2638
2639
2640 \family sans
2641
2642 \begin_inset Index
2643 status collapsed
2644
2645 \begin_layout Plain Layout
2646 Document ! Settings
2647 \end_layout
2648
2649 \end_inset
2650
2651
2652 \end_layout
2653
2654 \begin_layout Standard
2655 The most important properties of documents classes are set in the menu 
2656 \family sans
2657 Document\SpecialChar \menuseparator
2658 Settings
2659 \family default
2660 .
2661  There in the 
2662 \family sans
2663 Options
2664 \family default
2665  field under 
2666 \family sans
2667 Documents
2668 \begin_inset Space ~
2669 \end_inset
2670
2671 classes
2672 \family default
2673 , you can enter special options for your document class in a comma-separated
2674  list.
2675  This is only necessary if LyX doesn't support special options you want
2676  to use for your document.
2677  To learn more about your favorite LaTeX-class and its options, you have
2678  to read its manual.
2679 \end_layout
2680
2681 \begin_layout Standard
2682 Under 
2683 \family sans
2684 Page
2685 \begin_inset Space ~
2686 \end_inset
2687
2688 Layout
2689 \family default
2690  the 
2691 \family sans
2692 Pagestyle
2693 \family default
2694  controls what sorts of headings and page numbers go on a page.
2695  You can choose between the following five options:
2696 \end_layout
2697
2698 \begin_layout Labeling
2699 \labelwidthstring 00.00.0000
2700
2701 \family sans
2702 Default
2703 \family default
2704  Use default pagestyle of current class.
2705 \end_layout
2706
2707 \begin_layout Labeling
2708 \labelwidthstring 00.00.0000
2709
2710 \family sans
2711 Empty
2712 \family default
2713  No page numbers or headings.
2714 \end_layout
2715
2716 \begin_layout Labeling
2717 \labelwidthstring 00.00.0000
2718
2719 \family sans
2720 Plain
2721 \family default
2722  Page numbers only.
2723 \end_layout
2724
2725 \begin_layout Labeling
2726 \labelwidthstring 00.00.0000
2727
2728 \family sans
2729 Headings
2730 \family default
2731  Page numbers and either the current chapter or section title and number.
2732  Whether LyX uses the current chapter or the current section depends on
2733  the maximum sectioning level of the class.
2734 \end_layout
2735
2736 \begin_layout Labeling
2737 \labelwidthstring 00.00.0000
2738
2739 \family sans
2740 Fancy
2741 \family default
2742  This allows you to create fully customizable headers and footers if you
2743  have the 
2744 \series bold
2745 fancyhdr
2746 \begin_inset Index
2747 status collapsed
2748
2749 \begin_layout Plain Layout
2750 Latex@LaTeX-packages ! fancyhdr
2751 \end_layout
2752
2753 \end_inset
2754
2755
2756 \series default
2757  package installed.
2758  At the moment, support in LyX is limited to this setting.
2759  To use the full power of this package, you have to add code to your document
2760  preamble.
2761  Check the documentation for the 
2762 \series bold
2763 fancyhdr
2764 \series default
2765  package for more details, 
2766 \begin_inset CommandInset citation
2767 LatexCommand cite
2768 key "fancyhdr"
2769
2770 \end_inset
2771
2772 .
2773 \end_layout
2774
2775 \begin_layout Standard
2776 The 
2777 \family sans
2778 Separation
2779 \family default
2780  of paragraphs is described in section
2781 \begin_inset Space ~
2782 \end_inset
2783
2784
2785 \begin_inset CommandInset ref
2786 LatexCommand ref
2787 reference "sec:Par-indent-intro"
2788
2789 \end_inset
2790
2791 .
2792 \end_layout
2793
2794 \begin_layout Subsection
2795 Paper Size and Orientation
2796 \begin_inset Index
2797 status collapsed
2798
2799 \begin_layout Plain Layout
2800 Document ! Paper size
2801 \end_layout
2802
2803 \end_inset
2804
2805
2806 \begin_inset CommandInset label
2807 LatexCommand label
2808 name "sub:Paper-Size,-Orientation,"
2809
2810 \end_inset
2811
2812
2813 \end_layout
2814
2815 \begin_layout Standard
2816 You'll find the following options in the menu 
2817 \family sans
2818 Page
2819 \begin_inset Space ~
2820 \end_inset
2821
2822 Layout
2823 \family default
2824  of the dialog of the 
2825 \family sans
2826 Document\SpecialChar \menuseparator
2827 Settings
2828 \family default
2829  menu:
2830 \family sans
2831
2832 \begin_inset Index
2833 status collapsed
2834
2835 \begin_layout Plain Layout
2836 Document ! Settings
2837 \end_layout
2838
2839 \end_inset
2840
2841
2842 \end_layout
2843
2844 \begin_layout Labeling
2845 \labelwidthstring 00.00.0000
2846
2847 \family sans
2848 Papersize
2849 \family default
2850  What size paper to print on.
2851  The choices are
2852 \end_layout
2853
2854 \begin_layout Itemize
2855
2856 \family sans
2857 Default
2858 \end_layout
2859
2860 \begin_layout Itemize
2861
2862 \family sans
2863 A3, A4,
2864 \family default
2865  
2866 \family sans
2867 A5
2868 \end_layout
2869
2870 \begin_layout Itemize
2871
2872 \family sans
2873 B3, B4, B5
2874 \end_layout
2875
2876 \begin_layout Itemize
2877
2878 \family sans
2879 US letter
2880 \end_layout
2881
2882 \begin_layout Itemize
2883
2884 \family sans
2885 US legal
2886 \end_layout
2887
2888 \begin_layout Itemize
2889
2890 \family sans
2891 US executive
2892 \end_layout
2893
2894 \begin_layout Itemize
2895
2896 \family sans
2897 Custom
2898 \end_layout
2899
2900 \begin_layout Labeling
2901 \labelwidthstring 00.00.0000
2902
2903 \family sans
2904 Orientation
2905 \family default
2906  Two toggle buttons choose whether to print the output as 
2907 \family sans
2908 Landscape
2909 \family default
2910  or as 
2911 \family sans
2912 Portrait
2913 \family default
2914 .
2915 \end_layout
2916
2917 \begin_layout Labeling
2918 \labelwidthstring 00.00.0000
2919
2920 \family sans
2921 Two-sided
2922 \begin_inset Space ~
2923 \end_inset
2924
2925 document
2926 \family default
2927  Adjusts the print space to print both sides of paper.
2928  That means that the print space for odd- and even-numbered pages is different.
2929 \end_layout
2930
2931 \begin_layout Subsection
2932 Margins
2933 \begin_inset Index
2934 status collapsed
2935
2936 \begin_layout Plain Layout
2937 Document ! Margins
2938 \end_layout
2939
2940 \end_inset
2941
2942
2943 \begin_inset CommandInset label
2944 LatexCommand label
2945 name "sub:Margins"
2946
2947 \end_inset
2948
2949
2950 \begin_inset Index
2951 status collapsed
2952
2953 \begin_layout Plain Layout
2954 Margins
2955 \end_layout
2956
2957 \end_inset
2958
2959
2960 \end_layout
2961
2962 \begin_layout Standard
2963 Paper margins are set in the menu 
2964 \family sans
2965 Document\SpecialChar \menuseparator
2966 Settings
2967 \family default
2968 .
2969 \family sans
2970
2971 \begin_inset Index
2972 status collapsed
2973
2974 \begin_layout Plain Layout
2975 Document ! Settings
2976 \end_layout
2977
2978 \end_inset
2979
2980
2981 \end_layout
2982
2983 \begin_layout Standard
2984 If you use a koma-script document class, you can use the default settings.
2985  Because koma-script calculates then the printspace automatically by taking
2986  the paper format and the font size into account.
2987 \end_layout
2988
2989 \begin_layout Subsection
2990 Important Note
2991 \end_layout
2992
2993 \begin_layout Standard
2994 If you change a document class, LyX has to convert 
2995 \emph on
2996 everything
2997 \emph default
2998  into the new class.
2999  That includes the paragraph environments.
3000  Some paragraph environments are standard; all of the document classes have
3001  them; but some classes have special paragraph environments.
3002  If this is the case, and you change the document class, LyX sets the missing
3003  paragraph environments to 
3004 \family sans
3005 Standard
3006 \family default
3007  and places an error box at the beginning of the paragraph.
3008  Just click on them and you'll get a message dialog that tells you about
3009  the conversion and why it failed.
3010 \end_layout
3011
3012 \begin_layout Section
3013 Paragraph Indentation and Separation
3014 \begin_inset Index
3015 status collapsed
3016
3017 \begin_layout Plain Layout
3018 Paragraph ! Indentation
3019 \end_layout
3020
3021 \end_inset
3022
3023
3024 \end_layout
3025
3026 \begin_layout Subsection
3027 Introduction
3028 \begin_inset CommandInset label
3029 LatexCommand label
3030 name "sec:Par-indent-intro"
3031
3032 \end_inset
3033
3034
3035 \end_layout
3036
3037 \begin_layout Standard
3038 Before describing all of the various paragraph environments, we'd like to
3039  say a word or two about paragraph indentation.
3040 \end_layout
3041
3042 \begin_layout Standard
3043 Everyone seems to have their own convention for separating paragraphs.
3044  Most Americans indent the first line of a paragraph.
3045  Others don't indent but put extra space between the paragraphs.
3046  If you choose indentation for paragraphs the 
3047 \emph on
3048 first
3049 \emph default
3050  paragraph of a section, or after a figure, an equation, a table, a list,
3051  etc., is 
3052 \emph on
3053 not
3054 \emph default
3055  indented.
3056  Only a paragraph following another paragraph gets indented.
3057  Note that the indentation behavior is different when you use another document
3058  language than English.
3059  LaTeX takes care that the indentation follows the rules of the used language.
3060 \end_layout
3061
3062 \begin_layout Standard
3063 The space between paragraphs, like the line spacing, the space between headings
3064  and text --- in fact, all of the spacings for just about everything are
3065  pre-coded into LyX.
3066  As we said, you don't worry about how much space to add between what.
3067  LyX takes care of that.
3068  In fact, these pre-coded vertical spacings aren't a single number but a
3069  range.
3070  That way, LyX can squish or stretch the space between lines to make sure
3071  figures fit on a page with text, so that sections don't start at the bottom
3072  of a page, and so on.
3073 \begin_inset Foot
3074 status collapsed
3075
3076 \begin_layout Plain Layout
3077 LaTeX does this when LyX goes to produce a printable file.
3078 \end_layout
3079
3080 \end_inset
3081
3082  However, pre-coded doesn't mean you can't change them.
3083  LyX gives you the ability to globally change 
3084 \emph on
3085 all
3086 \emph default
3087  of these pre-coded spacings.
3088  We'll explain more later.
3089 \end_layout
3090
3091 \begin_layout Subsection
3092 Paragraph Separation
3093 \begin_inset Index
3094 status collapsed
3095
3096 \begin_layout Plain Layout
3097 Paragraph ! Separation
3098 \end_layout
3099
3100 \end_inset
3101
3102
3103 \end_layout
3104
3105 \begin_layout Standard
3106 To separate paragraphs, select 
3107 \family sans
3108 Indent
3109 \family default
3110  or 
3111 \family sans
3112 Skip
3113 \family default
3114  in the submenu 
3115 \family sans
3116 Text
3117 \begin_inset Space ~
3118 \end_inset
3119
3120 Layout
3121 \family default
3122  of the dialog 
3123 \family sans
3124 Document\SpecialChar \menuseparator
3125 Settings
3126 \begin_inset Index
3127 status collapsed
3128
3129 \begin_layout Plain Layout
3130 Document ! Settings
3131 \end_layout
3132
3133 \end_inset
3134
3135
3136 \family default
3137  to indent paragraphs or add extra space between paragraphs, respectively.
3138  The size of the skips can be defined in the dialog, for the indentation
3139  you have to add this line to your document preamble:
3140 \end_layout
3141
3142 \begin_layout Standard
3143
3144 \series bold
3145
3146 \backslash
3147 setlength{
3148 \backslash
3149 parindent}{Length}
3150 \end_layout
3151
3152 \begin_layout Standard
3153 where length is a value in one of the units listed in Appendix
3154 \begin_inset Space ~
3155 \end_inset
3156
3157
3158 \begin_inset CommandInset ref
3159 LatexCommand ref
3160 reference "cap:Units"
3161
3162 \end_inset
3163
3164 .
3165  The default length is 30
3166 \begin_inset Space \thinspace{}
3167 \end_inset
3168
3169 pt.
3170 \end_layout
3171
3172 \begin_layout Subsection
3173 Fine-Tuning
3174 \end_layout
3175
3176 \begin_layout Standard
3177 You can also change the separation method of a single paragraph.
3178  Open the 
3179 \family sans
3180 Edit\SpecialChar \menuseparator
3181 Paragraph
3182 \begin_inset Space ~
3183 \end_inset
3184
3185 Settings
3186 \family default
3187  dialog and toggle the 
3188 \family sans
3189 Indent
3190 \begin_inset Space ~
3191 \end_inset
3192
3193 Paragraph
3194 \family default
3195  option to change the state of the current paragraph.
3196  If paragraphs have no indentation but use extra space for separation, this
3197  button will be ignored (you can't indent a single paragraph by toggling
3198  this).
3199 \end_layout
3200
3201 \begin_layout Standard
3202 You should only need to change the indentation method for a single paragraph
3203  if you need to do some fine-tuning.
3204 \end_layout
3205
3206 \begin_layout Subsection
3207 Line Spacing
3208 \begin_inset Index
3209 status collapsed
3210
3211 \begin_layout Plain Layout
3212 Paragraph ! Line spacing
3213 \end_layout
3214
3215 \end_inset
3216
3217
3218 \end_layout
3219
3220 \begin_layout Standard
3221 In the 
3222 \family sans
3223 Document\SpecialChar \menuseparator
3224 Settings
3225 \begin_inset Index
3226 status collapsed
3227
3228 \begin_layout Plain Layout
3229 Document ! Settings
3230 \end_layout
3231
3232 \end_inset
3233
3234
3235 \family default
3236  dialog you can set the line spacing in the submenu 
3237 \family sans
3238 Text
3239 \begin_inset Space ~
3240 \end_inset
3241
3242 Layout.
3243 \family default
3244
3245 \begin_inset Foot
3246 status collapsed
3247
3248 \begin_layout Plain Layout
3249 You need to have the LaTeX-package 
3250 \series bold
3251 setspace
3252 \begin_inset Index
3253 status collapsed
3254
3255 \begin_layout Plain Layout
3256 Latex@LaTeX-packages ! setspace
3257 \end_layout
3258
3259 \end_inset
3260
3261
3262 \series default
3263  installed to use this feature.
3264 \end_layout
3265
3266 \end_inset
3267
3268
3269 \end_layout
3270
3271 \begin_layout Section
3272 Paragraph Environments
3273 \begin_inset Index
3274 status collapsed
3275
3276 \begin_layout Plain Layout
3277 Paragraph ! Environments
3278 \end_layout
3279
3280 \end_inset
3281
3282
3283 \begin_inset CommandInset label
3284 LatexCommand label
3285 name "sec:Paragraph-Environments"
3286
3287 \end_inset
3288
3289
3290 \begin_inset Index
3291 status collapsed
3292
3293 \begin_layout Plain Layout
3294 Paragraph environments|(
3295 \end_layout
3296
3297 \end_inset
3298
3299
3300 \end_layout
3301
3302 \begin_layout Subsection
3303 Overview
3304 \end_layout
3305
3306 \begin_layout Standard
3307 The paragraph environments correspond to the various
3308 \end_layout
3309
3310 \begin_layout Standard
3311
3312 \series bold
3313
3314 \backslash
3315 begin{
3316 \emph on
3317 environment
3318 \emph default
3319 } ...
3320  
3321 \backslash
3322 end{
3323 \emph on
3324 environment
3325 \emph default
3326 }
3327 \series default
3328
3329 \begin_inset Newline newline
3330 \end_inset
3331
3332 command sequences in an ordinary LaTeX file.
3333  If you don't know LaTeX, or the concept of a paragraph environment is totally
3334  alien to you, we urge you to read the 
3335 \emph on
3336 Tutorial
3337 \emph default
3338 .
3339  The 
3340 \emph on
3341 Tutorial
3342 \emph default
3343  also contains many more examples than this section does.
3344 \end_layout
3345
3346 \begin_layout Standard
3347 A paragraph environment is simply a 
3348 \begin_inset Quotes eld
3349 \end_inset
3350
3351 container
3352 \begin_inset Quotes erd
3353 \end_inset
3354
3355  for a paragraph which gives that paragraph certain properties.
3356  This can include a particular style of font, different margins, a numbering
3357  scheme, labels, and so on.
3358  Additionally, you can 
3359 \begin_inset Quotes eld
3360 \end_inset
3361
3362 nest
3363 \begin_inset Quotes erd
3364 \end_inset
3365
3366  the different environments inside one another, allowing one environment
3367  to inherit some of the properties of another.
3368  The different paragraph environments totally replace the need for messy
3369  tab stops, on the fly margin adjustment, and other hold-overs from the
3370  days of typewriters.
3371  There are several paragraph environments which are specific to a particular
3372  document type.
3373  We'll only be covering the most common ones here.
3374 \end_layout
3375
3376 \begin_layout Standard
3377 To choose a new paragraph environment, use the pull-down box on the left
3378  end of the toolbar.
3379  LyX will change the environment of the 
3380 \emph on
3381 entire
3382 \emph default
3383  paragraph in which the cursor sits.
3384  You can also change the environment of an entire group of paragraphs if
3385  you select them before choosing the new environment.
3386  
3387 \end_layout
3388
3389 \begin_layout Standard
3390 Note that hitting 
3391 \family sans
3392 Return
3393 \family default
3394  will 
3395 \emph on
3396 typically
3397 \emph default
3398  create a new paragraph using the 
3399 \family sans
3400 Standard
3401 \family default
3402  paragraph environment.
3403  We say 
3404 \begin_inset Quotes eld
3405 \end_inset
3406
3407 typically
3408 \begin_inset Quotes erd
3409 \end_inset
3410
3411  because if you are in one of these environments:
3412 \end_layout
3413
3414 \begin_layout Itemize
3415
3416 \family sans
3417 Quote
3418 \end_layout
3419
3420 \begin_layout Itemize
3421
3422 \family sans
3423 Quotation
3424 \end_layout
3425
3426 \begin_layout Itemize
3427
3428 \family sans
3429 Verse
3430 \end_layout
3431
3432 \begin_layout Itemize
3433
3434 \family sans
3435 Itemize
3436 \end_layout
3437
3438 \begin_layout Itemize
3439
3440 \family sans
3441 Enumerate
3442 \end_layout
3443
3444 \begin_layout Itemize
3445
3446 \family sans
3447 Description
3448 \end_layout
3449
3450 \begin_layout Itemize
3451
3452 \family sans
3453 List
3454 \end_layout
3455
3456 \begin_layout Standard
3457 LyX keeps the old paragraph environment when you hit 
3458 \family sans
3459 Return
3460 \family default
3461 , rather than resetting it to 
3462 \family sans
3463 Standard
3464 \family default
3465 .
3466  LyX will still reset the nesting depth, however.
3467  Usually, starting a new paragraph resets both the paragraph environment
3468  and the nesting depth (for more on nesting see section
3469 \begin_inset Space ~
3470 \end_inset
3471
3472
3473 \begin_inset CommandInset ref
3474 LatexCommand ref
3475 reference "sec:Nesting"
3476
3477 \end_inset
3478
3479 ).
3480  At the moment, all this is context-specific; you're better off expecting
3481  
3482 \family sans
3483 Return
3484 \family default
3485  to reset the paragraph environment and depth.
3486  If you want a new paragraph to keep the current environment and depth,
3487  use 
3488 \family sans
3489 M-Return
3490 \family default
3491  instead.
3492 \end_layout
3493
3494 \begin_layout Subsection
3495 Standard
3496 \end_layout
3497
3498 \begin_layout Standard
3499 The default paragraph environment is 
3500 \family sans
3501 Standard
3502 \family default
3503  for most classes.
3504  It creates a plain paragraph.
3505  If LyX resets the paragraph environment, this is the one it chooses.
3506  In fact, the paragraph you're reading right now (and most of the ones in
3507  this manual) are in the 
3508 \family sans
3509 Standard
3510 \family default
3511  environment.
3512 \end_layout
3513
3514 \begin_layout Standard
3515 You can nest a paragraph using the 
3516 \family sans
3517 Standard
3518 \family default
3519  environment in just about anything else, but you can't really nest anything
3520  in a 
3521 \family sans
3522 Standard
3523 \family default
3524  environment.
3525 \end_layout
3526
3527 \begin_layout Subsection
3528 Document Title
3529 \begin_inset Index
3530 status collapsed
3531
3532 \begin_layout Plain Layout
3533 Document !Title
3534 \end_layout
3535
3536 \end_inset
3537
3538
3539 \end_layout
3540
3541 \begin_layout Standard
3542 A LaTeX title page has three parts: the title itself, the name(s) of the
3543  author(s) and a 
3544 \begin_inset Quotes eld
3545 \end_inset
3546
3547 footnote
3548 \begin_inset Quotes erd
3549 \end_inset
3550
3551  for thanks or contact information.
3552  For certain types of documents, LaTeX places all of this on a separate
3553  page along with today's date.
3554  For other types of documents, the title 
3555 \begin_inset Quotes eld
3556 \end_inset
3557
3558 page
3559 \begin_inset Quotes erd
3560 \end_inset
3561
3562  goes at the top of the first page of the document.
3563  
3564 \end_layout
3565
3566 \begin_layout Standard
3567 LyX provides an interface to the title page commands through the paragraph
3568  environments 
3569 \family sans
3570 Title
3571 \family default
3572
3573 \family sans
3574 Author
3575 \family default
3576 , and 
3577 \family sans
3578 Date
3579 \family default
3580 .
3581  Here's how you use them:
3582 \end_layout
3583
3584 \begin_layout Itemize
3585 Put the title of your document in the 
3586 \family sans
3587 Title
3588 \family default
3589  environment.
3590 \end_layout
3591
3592 \begin_layout Itemize
3593 Put the author name in the 
3594 \family sans
3595 Author
3596 \family default
3597  environment.
3598 \end_layout
3599
3600 \begin_layout Itemize
3601 If you want the date to have a certain appearance, want to use a fixed date,
3602  or want other text to appear in place of today's date, put that text in
3603  the 
3604 \family sans
3605 Date
3606 \family default
3607  environment.
3608  Note that using this environment is optional.
3609  If you don't provide any, LaTeX will automatically insert today's date.
3610  If you don't want any date, add the line
3611 \begin_inset Newline newline
3612 \end_inset
3613
3614
3615 \series bold
3616
3617 \backslash
3618 date{}
3619 \series default
3620
3621 \begin_inset Newline newline
3622 \end_inset
3623
3624 to the preamble of your document (menu 
3625 \family sans
3626 Document\SpecialChar \menuseparator
3627 Settings
3628 \family default
3629 )
3630 \end_layout
3631
3632 \begin_layout Standard
3633 You can use footnotes to insert 
3634 \begin_inset Quotes eld
3635 \end_inset
3636
3637 thanks
3638 \begin_inset Quotes erd
3639 \end_inset
3640
3641  or contact informations.
3642 \end_layout
3643
3644 \begin_layout Subsection
3645 Headings
3646 \begin_inset Index
3647 status collapsed
3648
3649 \begin_layout Plain Layout
3650 Section headings
3651 \end_layout
3652
3653 \end_inset
3654
3655
3656 \begin_inset CommandInset label
3657 LatexCommand label
3658 name "sub:Headings"
3659
3660 \end_inset
3661
3662
3663 \end_layout
3664
3665 \begin_layout Standard
3666 There are several paragraph environments for producing section headings.
3667  LyX takes care of the numbering for you.
3668 \end_layout
3669
3670 \begin_layout Subsubsection
3671 Numbered Headings
3672 \begin_inset Index
3673 status collapsed
3674
3675 \begin_layout Plain Layout
3676 Section headings ! Numbered
3677 \end_layout
3678
3679 \end_inset
3680
3681
3682 \end_layout
3683
3684 \begin_layout Standard
3685 There are 7 numbered types of section headings.
3686  They are:
3687 \end_layout
3688
3689 \begin_layout Enumerate
3690
3691 \family sans
3692 Part
3693 \end_layout
3694
3695 \begin_layout Enumerate
3696
3697 \family sans
3698 Chapter
3699 \end_layout
3700
3701 \begin_layout Enumerate
3702
3703 \family sans
3704 Section
3705 \end_layout
3706
3707 \begin_layout Enumerate
3708
3709 \family sans
3710 Subsection
3711 \end_layout
3712
3713 \begin_layout Enumerate
3714
3715 \family sans
3716 Subsubsection
3717 \end_layout
3718
3719 \begin_layout Enumerate
3720
3721 \family sans
3722 Paragraph
3723 \end_layout
3724
3725 \begin_layout Enumerate
3726
3727 \family sans
3728 Subparagraph
3729 \end_layout
3730
3731 \begin_layout Standard
3732 LyX labels each heading with a series of numbers, separated by periods.
3733  The numbers describe where in the document you are.
3734  Unlike the other headings, parts are numbered with Latin letters.
3735 \end_layout
3736
3737 \begin_layout Standard
3738 Headings all subdivide your document into different pieces of text.
3739  For example, suppose you're writing a book.
3740  You group the book into chapters.
3741  LyX does similar grouping:
3742 \end_layout
3743
3744 \begin_layout Itemize
3745
3746 \family sans
3747 Part
3748 \family default
3749  is divided in either 
3750 \family sans
3751 Chapter
3752 \family default
3753  or 
3754 \family sans
3755 Section
3756 \end_layout
3757
3758 \begin_layout Itemize
3759
3760 \family sans
3761 Chapter
3762 \family default
3763 s are divided into 
3764 \family sans
3765 Section
3766 \family default
3767 s
3768 \end_layout
3769
3770 \begin_layout Itemize
3771
3772 \family sans
3773 Section
3774 \family default
3775 s are divided into 
3776 \family sans
3777 Subsection
3778 \family default
3779 s
3780 \end_layout
3781
3782 \begin_layout Itemize
3783
3784 \family sans
3785 Subsection
3786 \family default
3787 s are divided into 
3788 \family sans
3789 Subsubsection
3790 \family default
3791 s
3792 \end_layout
3793
3794 \begin_layout Itemize
3795
3796 \family sans
3797 Subsubsection
3798 \family default
3799 s are divided into 
3800 \family sans
3801 Paragraph
3802 \family default
3803 s
3804 \end_layout
3805
3806 \begin_layout Itemize
3807
3808 \family sans
3809 Paragraph
3810 \family default
3811 s are divided into 
3812 \family sans
3813 Subparagraph
3814 \family default
3815 s
3816 \end_layout
3817
3818 \begin_layout Standard
3819 \begin_inset Note Greyedout
3820 status open
3821
3822 \begin_layout Plain Layout
3823
3824 \series bold
3825 Note:
3826 \series default
3827  Not all document types use the 
3828 \family sans
3829 Chapter
3830 \family default
3831  heading as the maximum sectioning level.
3832  In that case the 
3833 \family sans
3834 Section
3835 \family default
3836  is the top-level heading.
3837 \end_layout
3838
3839 \end_inset
3840
3841
3842 \end_layout
3843
3844 \begin_layout Standard
3845 So, if you use the 
3846 \family sans
3847 Subsubsection
3848 \family default
3849  environment to label a new sub-subsection, LyX labels it with its number,
3850  along with the number of the subsection, section, and, if applicable, chapter
3851  that it's in.
3852  For example: the fifth section of the second chapter of this book has the
3853  label 
3854 \begin_inset Quotes eld
3855 \end_inset
3856
3857 2.5
3858 \begin_inset Quotes erd
3859 \end_inset
3860
3861 .
3862 \end_layout
3863
3864 \begin_layout Subsubsection
3865 Unnumbered Headings
3866 \begin_inset Index
3867 status collapsed
3868
3869 \begin_layout Plain Layout
3870 Section headings ! Unnumbered
3871 \end_layout
3872
3873 \end_inset
3874
3875
3876 \end_layout
3877
3878 \begin_layout Standard
3879 There are 5 types of unnumbered section headings.
3880  They are:
3881 \end_layout
3882
3883 \begin_layout Enumerate
3884
3885 \family sans
3886 Part*line spacing
3887 \end_layout
3888
3889 \begin_layout Enumerate
3890
3891 \family sans
3892 Chapter*
3893 \end_layout
3894
3895 \begin_layout Enumerate
3896
3897 \family sans
3898 Section*
3899 \end_layout
3900
3901 \begin_layout Enumerate
3902
3903 \family sans
3904 Subsection*
3905 \end_layout
3906
3907 \begin_layout Enumerate
3908
3909 \family sans
3910 Subsubsection*
3911 \end_layout
3912
3913 \begin_layout Standard
3914 The 
3915 \begin_inset Quotes eld
3916 \end_inset
3917
3918 *
3919 \begin_inset Quotes erd
3920 \end_inset
3921
3922  after each name means that these headings are not numbered.
3923  They work the same as their numbered counterparts but won't appear in the
3924  table of contents, see section
3925 \begin_inset Space ~
3926 \end_inset
3927
3928
3929 \begin_inset CommandInset ref
3930 LatexCommand ref
3931 reference "sec:toc"
3932
3933 \end_inset
3934
3935 .
3936 \end_layout
3937
3938 \begin_layout Subsubsection
3939 Changing the Numbering
3940 \begin_inset CommandInset label
3941 LatexCommand label
3942 name "sub:Numbering-depth"
3943
3944 \end_inset
3945
3946
3947 \end_layout
3948
3949 \begin_layout Standard
3950 You can also alter which sectioning levels get numbered and which ones appear
3951  in the Table of Contents.
3952  Now, this doesn't remove any of the levels; that's preset in the document
3953  class.
3954  Certain classes start with 
3955 \family sans
3956 Chapter
3957 \family default
3958  and go down to the 
3959 \family sans
3960 Subparagraph
3961 \family default
3962  level.
3963  Others start at 
3964 \family sans
3965 Section
3966 \family default
3967 .
3968  Similarly, not all document classes number all sectioning levels.
3969  Most don't number 
3970 \family sans
3971 Paragraph
3972 \family default
3973  or 
3974 \family sans
3975 Subparagraph
3976 \family default
3977 .
3978  This is something you can change.
3979 \end_layout
3980
3981 \begin_layout Standard
3982 Open the 
3983 \family sans
3984 Document\SpecialChar \menuseparator
3985 Settings
3986 \family default
3987  dialog.
3988 \family sans
3989
3990 \begin_inset Index
3991 status collapsed
3992
3993 \begin_layout Plain Layout
3994 Document ! Settings
3995 \end_layout
3996
3997 \end_inset
3998
3999
4000 \family default
4001  Under 
4002 \family sans
4003 Numbering
4004 \begin_inset Space ~
4005 \end_inset
4006
4007 &
4008 \begin_inset Space ~
4009 \end_inset
4010
4011 TOC
4012 \family default
4013  you'll see two counters.
4014  The one named 
4015 \family sans
4016 Numbering
4017 \family default
4018  controls how far down in the sectioning hierarchy LyX numbers a section
4019  heading.
4020  The other one controls the appearance of the section headings in the table
4021  of contents.
4022 \end_layout
4023
4024 \begin_layout Subsubsection
4025 Short Titles of Headings
4026 \begin_inset Index
4027 status collapsed
4028
4029 \begin_layout Plain Layout
4030 Section headings ! Short titles
4031 \end_layout
4032
4033 \end_inset
4034
4035
4036 \begin_inset OptArg
4037 status collapsed
4038
4039 \begin_layout Plain Layout
4040 Short Titles
4041 \end_layout
4042
4043 \end_inset
4044
4045
4046 \begin_inset CommandInset label
4047 LatexCommand label
4048 name "sec:Short-Titles"
4049
4050 \end_inset
4051
4052
4053 \end_layout
4054
4055 \begin_layout Standard
4056 Some section or chapter titles, such as this one, can get quite long.
4057  This can cause troubles when there is limited horizontal space.
4058  For example, if the header of the page is set to show the current section
4059  title, a long title will protrude over the page margins and look awful.
4060 \end_layout
4061
4062 \begin_layout Standard
4063 LaTeX allows you to specify a short title for section headings.
4064  This short title is used in the header and in the actual table of contents,
4065  avoiding the problem mentioned.
4066  To specify a short title, use the menu 
4067 \family sans
4068 Insert\SpecialChar \menuseparator
4069 Short
4070 \begin_inset Space ~
4071 \end_inset
4072
4073 Title
4074 \family default
4075 .
4076  This will insert a box labeled 
4077 \begin_inset Quotes eld
4078 \end_inset
4079
4080 opt
4081 \begin_inset Quotes erd
4082 \end_inset
4083
4084  (stands for 
4085 \begin_inset Quotes eld
4086 \end_inset
4087
4088 optional
4089 \begin_inset Quotes erd
4090 \end_inset
4091
4092 ) which you can use to enter the short title text.
4093  This also works for captions inside floats.
4094 \end_layout
4095
4096 \begin_layout Standard
4097 The title of this section is a good example of using this feature.
4098 \end_layout
4099
4100 \begin_layout Subsubsection
4101 Special Information
4102 \end_layout
4103
4104 \begin_layout Standard
4105 The following information applies to all section headings:
4106 \end_layout
4107
4108 \begin_layout Itemize
4109 You cannot do any nesting with these environments.
4110 \end_layout
4111
4112 \begin_layout Itemize
4113 You cannot use a margin note in any of these environments.
4114 \end_layout
4115
4116 \begin_layout Itemize
4117 You can only use inline math in these environments.
4118 \end_layout
4119
4120 \begin_layout Itemize
4121 You can use labels and cross-references to refer to their numbers.
4122 \end_layout
4123
4124 \begin_layout Subsection
4125 Quotes and Poetryline spacing
4126 \end_layout
4127
4128 \begin_layout Standard
4129 LyX has three paragraph environments for writing poetry and quotations.
4130  They are 
4131 \family sans
4132 Quote
4133 \family default
4134
4135 \family sans
4136 Quotation
4137 \family default
4138 , and 
4139 \family sans
4140 Verse
4141 \family default
4142 .
4143  Forget the days of changing line spacing and twiddling with margins.
4144  These three paragraph environments already have those changes built-in.
4145  They all widen the left margin and add a bit of extra space above and below
4146  the text they contain.
4147  They also allow nesting, so you can put a 
4148 \family sans
4149 Verse
4150 \family default
4151  in a 
4152 \family sans
4153 Quotation
4154 \family default
4155 , as well as in some other paragraph environments.
4156 \end_layout
4157
4158 \begin_layout Standard
4159 There is another feature of these three paragraph environments: they do
4160  
4161 \emph on
4162 not
4163 \emph default
4164  reset to 
4165 \family sans
4166 Standard
4167 \family default
4168  when you start a new paragraph.
4169  So, you can type in that poem and merrily hit 
4170 \family sans
4171 Return
4172 \family default
4173  without worrying about the paragraph environment changing on you.
4174  Of course, that means that, once you're done typing in that poem, you have
4175  to change back to the 
4176 \family sans
4177 Standard
4178 \family default
4179  environment yourself.
4180 \end_layout
4181
4182 \begin_layout Subsubsection
4183
4184 \family sans
4185 Quote
4186 \family default
4187  and 
4188 \family sans
4189 Quotation
4190 \family default
4191
4192 \begin_inset CommandInset label
4193 LatexCommand label
4194 name "sec:Quote"
4195
4196 \end_inset
4197
4198
4199 \begin_inset Index
4200 status collapsed
4201
4202 \begin_layout Plain Layout
4203 Quotation
4204 \end_layout
4205
4206 \end_inset
4207
4208
4209 \end_layout
4210
4211 \begin_layout Standard
4212 Now that we've described the similarities of these three environments, it's
4213  time for the differences.
4214  
4215 \family sans
4216 Quote
4217 \family default
4218  and 
4219 \family sans
4220 Quotation
4221 \family default
4222  are identical except for one difference: 
4223 \family sans
4224 Quote
4225 \family default
4226  uses extra spacing to separate paragraphs and never indents the first line.
4227  
4228 \family sans
4229 Quotation
4230 \family default
4231  
4232 \emph on
4233 always
4234 \emph default
4235  indents the first line of a paragraph and uses the same line spacing throughout.
4236 \end_layout
4237
4238 \begin_layout Standard
4239 Here's an example of the 
4240 \family sans
4241 Quote
4242 \family default
4243  environment:
4244 \end_layout
4245
4246 \begin_layout Quote
4247 This is in the 
4248 \family sans
4249 Quote
4250 \family default
4251  environment.
4252  I can keep writing, extending this line out further and further until it
4253  wraps.
4254  See -- no indentation!
4255 \end_layout
4256
4257 \begin_layout Quote
4258 Here's the second paragraph of this quote.
4259  Again, there's no indentation, but there is extra space between me and
4260  the other paragraph.
4261 \end_layout
4262
4263 \begin_layout Standard
4264 Here's another example, this time in the 
4265 \family sans
4266 Quotation
4267 \family default
4268  environment:
4269 \end_layout
4270
4271 \begin_layout Quotation
4272 This is in the 
4273 \family sans
4274 Quotation
4275 \family default
4276  environment.
4277  If I keep writing, you'll see the indentation.
4278  If your country uses a writing style that shows off new paragraphs by indenting
4279  the first line, then 
4280 \family sans
4281 Quotation
4282 \family default
4283  is the environment for you! Well, you'd use it 
4284 \emph on
4285 if
4286 \emph default
4287  you were quoting other text.
4288 \end_layout
4289
4290 \begin_layout Quotation
4291 Here's a new paragraph.
4292  I could ramble on and on, like a politician at election time.
4293  If I did that, though, you'd get bored.
4294 \end_layout
4295
4296 \begin_layout Standard
4297 As the examples show, 
4298 \family sans
4299 Quote
4300 \family default
4301  is for those people who use extra space to separate paragraphs.
4302  They should put quotes in the 
4303 \family sans
4304 Quote
4305 \family default
4306  environment.
4307  Those who use indentation to mark a new paragraph should use the 
4308 \family sans
4309 Quotation
4310 \family default
4311  paragraph environment for quoted text.
4312 \end_layout
4313
4314 \begin_layout Subsubsection
4315
4316 \family sans
4317 Verse
4318 \family default
4319
4320 \begin_inset Index
4321 status collapsed
4322
4323 \begin_layout Plain Layout
4324 Paragraph ! Verse
4325 \end_layout
4326
4327 \end_inset
4328
4329
4330 \family sans
4331
4332 \begin_inset Index
4333 status collapsed
4334
4335 \begin_layout Plain Layout
4336 Poetry
4337 \end_layout
4338
4339 \end_inset
4340
4341
4342 \begin_inset CommandInset label
4343 LatexCommand label
4344 name "sec:Verse"
4345
4346 \end_inset
4347
4348
4349 \end_layout
4350
4351 \begin_layout Standard
4352
4353 \family sans
4354 Verse
4355 \family default
4356  is a paragraph environment for poetry, rhymes, verses, and so on.
4357  Here's an example:
4358 \end_layout
4359
4360 \begin_layout Verse
4361 This is in Verse
4362 \begin_inset Newline newline
4363 \end_inset
4364
4365 Which I did not rehearse!
4366 \end_layout
4367
4368 \begin_layout Verse
4369 It could be much worse.
4370  This line could be long, very long, oh so long, so very long that it wraps
4371  around.
4372  It looks okay on screen, but in the printed version, the extra lines are
4373  indented a bit more than the first.
4374  Okay, so it's turned to prose and doesn't rhyme anymore.
4375  So sue me.
4376 \end_layout
4377
4378 \begin_layout Verse
4379 To break a line
4380 \begin_inset Newline newline
4381 \end_inset
4382
4383 And make things look fine
4384 \begin_inset Newline newline
4385 \end_inset
4386
4387 Use 
4388 \family sans
4389 C-Return
4390 \family default
4391 .
4392 \end_layout
4393
4394 \begin_layout Standard
4395 As you can see, 
4396 \family sans
4397 Verse
4398 \family default
4399  does not indent both margins.
4400  Each stanza of the verse or poem is in its own paragraph.
4401  To separate the individual lines of a stanza, use the 
4402 \family typewriter
4403 break-line
4404 \family default
4405  function 
4406 \family sans
4407 C-Return
4408 \family default
4409 .
4410 \end_layout
4411
4412 \begin_layout Subsection
4413 Lists
4414 \begin_inset Index
4415 status collapsed
4416
4417 \begin_layout Plain Layout
4418 Lists
4419 \end_layout
4420
4421 \end_inset
4422
4423
4424 \begin_inset CommandInset label
4425 LatexCommand label
4426 name "sub:Lists"
4427
4428 \end_inset
4429
4430
4431 \end_layout
4432
4433 \begin_layout Standard
4434 LyX has four different paragraph environments for creating different kinds
4435  of lists.
4436  In the 
4437 \family sans
4438 Itemize
4439 \family default
4440  and 
4441 \family sans
4442 Enumerate
4443 \family default
4444  environments, LyX labels your list items with bullets or numbers, respectively.
4445  In the 
4446 \family sans
4447 Description
4448 \family default
4449  and 
4450 \family sans
4451 List
4452 \family default
4453  environments, LyX lets you provide your own label.
4454  We'll present the individual details of each type of list next after describing
4455  some general features of all four of them.
4456 \end_layout
4457
4458 \begin_layout Subsubsection
4459 General Features
4460 \end_layout
4461
4462 \begin_layout Standard
4463 The four paragraph environments for lists differ from the other environments
4464  in several ways.
4465  First, LyX treats each paragraph as a list item.
4466  Hitting 
4467 \family sans
4468 Return
4469 \family default
4470  does 
4471 \emph on
4472 not
4473 \emph default
4474  reset the environment to 
4475 \family sans
4476 Standard
4477 \family default
4478  but keeps the current environment and creates a new list item.
4479  The nesting depth is typically reset, however.
4480  If you want to keep both the current nesting depth and paragraph environment,
4481  you should use 
4482 \family sans
4483 M-Return
4484 \family default
4485  to break paragraphs.
4486 \end_layout
4487
4488 \begin_layout Standard
4489 You can nest lists of any type inside one another.
4490  In fact, LyX changes the labels on some list items depending on how it
4491  is nested.
4492  If you intend to use any of the list paragraph environments, we suggest
4493  you read all of section
4494 \begin_inset Space ~
4495 \end_inset
4496
4497
4498 \begin_inset CommandInset ref
4499 LatexCommand ref
4500 reference "sec:Nesting"
4501
4502 \end_inset
4503
4504 .
4505  
4506 \end_layout
4507
4508 \begin_layout Subsubsection
4509
4510 \family sans
4511 Itemize
4512 \family default
4513
4514 \begin_inset Index
4515 status collapsed
4516
4517 \begin_layout Plain Layout
4518 Lists ! Itemize
4519 \end_layout
4520
4521 \end_inset
4522
4523
4524 \begin_inset CommandInset label
4525 LatexCommand label
4526 name "sec:Itemize"
4527
4528 \end_inset
4529
4530
4531 \end_layout
4532
4533 \begin_layout Standard
4534 The first type of list we'll describe in detail is the 
4535 \family sans
4536 Itemize
4537 \family default
4538  paragraph environment.
4539  It has the following properties:
4540 \end_layout
4541
4542 \begin_layout Itemize
4543 Each item has a particular bullet or symbol as its label.
4544 \end_layout
4545
4546 \begin_deeper
4547 \begin_layout Itemize
4548 LyX uses the same symbol for all of the items in a given nesting level.
4549 \end_layout
4550
4551 \begin_layout Itemize
4552 The symbol appears at the beginning of the first line.
4553 \end_layout
4554
4555 \end_deeper
4556 \begin_layout Itemize
4557 The items can have any length.
4558  LyX automatically offsets the left margin of each item.
4559  The offset is always relative to whatever environment the 
4560 \family sans
4561 Itemize
4562 \family default
4563  list may be in.
4564 \end_layout
4565
4566 \begin_layout Itemize
4567 If you nest an 
4568 \family sans
4569 Itemize
4570 \family default
4571  environment inside another 
4572 \family sans
4573 Itemize
4574 \family default
4575  environment, the label changes to a new symbol.
4576 \end_layout
4577
4578 \begin_deeper
4579 \begin_layout Itemize
4580 There are four different symbols for up to a four-fold nesting.
4581 \end_layout
4582
4583 \begin_layout Itemize
4584 LyX always shows the same symbol on screen.
4585 \end_layout
4586
4587 \begin_layout Itemize
4588 See section
4589 \begin_inset Space ~
4590 \end_inset
4591
4592
4593 \begin_inset CommandInset ref
4594 LatexCommand ref
4595 reference "sec:Nesting"
4596
4597 \end_inset
4598
4599  for a full explanation of nesting.
4600 \end_layout
4601
4602 \end_deeper
4603 \begin_layout Standard
4604 Of course, that explanation was also an example of an 
4605 \family sans
4606 Itemize
4607 \family default
4608  list.
4609  The 
4610 \family sans
4611 Itemize
4612 \family default
4613  environment is best suited for lists where the order doesn't matter.
4614 \end_layout
4615
4616 \begin_layout Standard
4617 We said that different levels use different symbols as their label.
4618  Here's an example of all four possible symbols.
4619  Note that those of you reading this manual within LyX won't see any difference.
4620 \end_layout
4621
4622 \begin_layout Itemize
4623 The label for the first level 
4624 \family sans
4625 Itemize
4626 \family default
4627  is a large black dot, or bullet.
4628 \end_layout
4629
4630 \begin_deeper
4631 \begin_layout Itemize
4632 The label for the second level is a dash.
4633 \end_layout
4634
4635 \begin_deeper
4636 \begin_layout Itemize
4637 The label for the third is an asterisk.
4638 \end_layout
4639
4640 \begin_deeper
4641 \begin_layout Itemize
4642 The label for the fourth is a centered dot.
4643 \end_layout
4644
4645 \end_deeper
4646 \begin_layout Itemize
4647 Back out to the third level.
4648 \end_layout
4649
4650 \end_deeper
4651 \begin_layout Itemize
4652 Back to the second level.
4653 \end_layout
4654
4655 \end_deeper
4656 \begin_layout Itemize
4657 Back to the outermost level.
4658 \end_layout
4659
4660 \begin_layout Standard
4661 These are the default labels for an 
4662 \family sans
4663 Itemize
4664 \family default
4665  list.
4666  You can customize these labels in the 
4667 \family sans
4668 Document\SpecialChar \menuseparator
4669 Settings
4670 \family default
4671  dialog in the submenu 
4672 \family sans
4673 Bullets
4674 \family default
4675 .
4676 \family sans
4677
4678 \begin_inset Index
4679 status collapsed
4680
4681 \begin_layout Plain Layout
4682 Document ! Settings
4683 \end_layout
4684
4685 \end_inset
4686
4687
4688 \end_layout
4689
4690 \begin_layout Standard
4691 Notice how the space between items decreases with increasing depth.
4692  We'll explain nesting and all the tricks you can do with different depths
4693  in section
4694 \begin_inset Space ~
4695 \end_inset
4696
4697
4698 \begin_inset CommandInset ref
4699 LatexCommand ref
4700 reference "sec:Nesting"
4701
4702 \end_inset
4703
4704 .
4705 \end_layout
4706
4707 \begin_layout Subsubsection
4708
4709 \family sans
4710 Enumerate
4711 \family default
4712
4713 \begin_inset Index
4714 status collapsed
4715
4716 \begin_layout Plain Layout
4717 Lists ! Enumerate
4718 \end_layout
4719
4720 \end_inset
4721
4722
4723 \begin_inset CommandInset label
4724 LatexCommand label
4725 name "sec:Enumerate"
4726
4727 \end_inset
4728
4729
4730 \end_layout
4731
4732 \begin_layout Standard
4733 The 
4734 \family sans
4735 Enumerate
4736 \family default
4737  environment is used to create numbered lists and outlines.
4738  It has these properties:
4739 \end_layout
4740
4741 \begin_layout Enumerate
4742 Each item has a numeral as its label.
4743 \end_layout
4744
4745 \begin_deeper
4746 \begin_layout Enumerate
4747 The type of numeral depends on the nesting depth.
4748 \end_layout
4749
4750 \end_deeper
4751 \begin_layout Enumerate
4752 LyX automatically counts the items for you and updates the label as appropriate.
4753 \end_layout
4754
4755 \begin_layout Enumerate
4756 Each new 
4757 \family sans
4758 Enumerate
4759 \family default
4760  environment resets the counter to one.
4761 \end_layout
4762
4763 \begin_layout Enumerate
4764 Like the 
4765 \family sans
4766 Itemize
4767 \family default
4768  environment, the 
4769 \family sans
4770 Enumerate
4771 \family default
4772  environment:
4773 \end_layout
4774
4775 \begin_deeper
4776 \begin_layout Enumerate
4777 Offsets the items relative to the left margin.
4778  Items can have any length.
4779 \end_layout
4780
4781 \begin_layout Enumerate
4782 Reduces the space between items as the nesting depth increases.
4783 \end_layout
4784
4785 \begin_layout Enumerate
4786 Uses different types of labels depending on the nesting depth.
4787 \end_layout
4788
4789 \begin_layout Enumerate
4790 Allows up to a four-fold nesting.
4791 \end_layout
4792
4793 \end_deeper
4794 \begin_layout Standard
4795 Unlike the 
4796 \family sans
4797 Itemize
4798 \family default
4799  environment, 
4800 \family sans
4801 Enumerate
4802 \family default
4803  shows the different labels for each item in LyX.
4804  Here is how LyX labels the four different levels in an 
4805 \family sans
4806 Enumerate
4807 \family default
4808 :
4809 \end_layout
4810
4811 \begin_layout Enumerate
4812 The first level of an 
4813 \family sans
4814 Enumerate
4815 \family default
4816  uses Arabic numerals followed by a period.
4817 \end_layout
4818
4819 \begin_deeper
4820 \begin_layout Enumerate
4821 The second level uses lower case letters surrounded by parentheses.
4822 \end_layout
4823
4824 \begin_deeper
4825 \begin_layout Enumerate
4826 The third level uses lower-case Roman numerals followed by a period.
4827 \end_layout
4828
4829 \begin_deeper
4830 \begin_layout Enumerate
4831 The fourth level uses capital letters followed by a period.
4832 \end_layout
4833
4834 \begin_layout Enumerate
4835 Again, notice the decrease in the spacing between items as the nesting depth
4836  increases.
4837 \end_layout
4838
4839 \end_deeper
4840 \begin_layout Enumerate
4841 Back to the third level
4842 \end_layout
4843
4844 \end_deeper
4845 \begin_layout Enumerate
4846 Back to the second level.
4847 \end_layout
4848
4849 \end_deeper
4850 \begin_layout Enumerate
4851 Back to the outermost level.
4852 \end_layout
4853
4854 \begin_layout Standard
4855 Once again, you can customize the type of numbering used in the 
4856 \family sans
4857 Enumerate
4858 \family default
4859  environment.
4860  It involves adding commands to the LaTeX preamble (see the 
4861 \emph on
4862 Extended Features
4863 \emph default
4864  manual).
4865  As stated earlier, such customization only shows up in the printed version,
4866  not in LyX.
4867 \end_layout
4868
4869 \begin_layout Standard
4870 There is more to nesting 
4871 \family sans
4872 Enumerate
4873 \family default
4874  environments than we've stated here.
4875  You should read section
4876 \begin_inset Space ~
4877 \end_inset
4878
4879
4880 \begin_inset CommandInset ref
4881 LatexCommand ref
4882 reference "sec:Nesting"
4883
4884 \end_inset
4885
4886  to learn more about nesting.
4887 \end_layout
4888
4889 \begin_layout Subsubsection
4890
4891 \family sans
4892 Description
4893 \family default
4894
4895 \begin_inset Index
4896 status collapsed
4897
4898 \begin_layout Plain Layout
4899 Lists ! Description
4900 \end_layout
4901
4902 \end_inset
4903
4904
4905 \begin_inset CommandInset label
4906 LatexCommand label
4907 name "sec:Description-List"
4908
4909 \end_inset
4910
4911
4912 \end_layout
4913
4914 \begin_layout Standard
4915 Unlike the previous two environments, the 
4916 \family sans
4917 Description
4918 \family default
4919  list has no fixed label.
4920  Instead, LyX uses the first 
4921 \begin_inset Quotes eld
4922 \end_inset
4923
4924 word
4925 \begin_inset Quotes erd
4926 \end_inset
4927
4928  of the first line as the label.
4929  Here's an example:
4930 \end_layout
4931
4932 \begin_layout Description
4933 Example: This is an example of the 
4934 \family sans
4935 Description
4936 \family default
4937  environment.
4938 \end_layout
4939
4940 \begin_layout Standard
4941 LyX typesets the label in boldface and puts extra space between it and the
4942  rest of the line.
4943 \end_layout
4944
4945 \begin_layout Standard
4946 With the first 
4947 \begin_inset Quotes eld
4948 \end_inset
4949
4950 word
4951 \begin_inset Quotes erd
4952 \end_inset
4953
4954  it is meant that the first hit of the 
4955 \family sans
4956 Space
4957 \family default
4958  key ends the label if you are at the beginning of the first line of an
4959  item.
4960  If you need to use more than one word in the label use a 
4961 \family sans
4962 Protected Blank
4963 \family default
4964 .
4965  (Use either 
4966 \family sans
4967 C-Space
4968 \family default
4969  or the menu 
4970 \family sans
4971 Insert\SpecialChar \menuseparator
4972 Formatting\SpecialChar \menuseparator
4973 Protected
4974 \begin_inset Space ~
4975 \end_inset
4976
4977 Space
4978 \family default
4979 , see section
4980 \begin_inset Space ~
4981 \end_inset
4982
4983
4984 \begin_inset CommandInset ref
4985 LatexCommand ref
4986 reference "sub:Protected-Space"
4987
4988 \end_inset
4989
4990  for more info.) Here is an example:
4991 \end_layout
4992
4993 \begin_layout Description
4994 Second
4995 \begin_inset Space ~
4996 \end_inset
4997
4998 Example: This one shows how to use a 
4999 \family sans
5000 Protected
5001 \begin_inset Space ~
5002 \end_inset
5003
5004 Blank
5005 \family default
5006  in the label of a 
5007 \family sans
5008 Description
5009 \family default
5010  list item.
5011 \end_layout
5012
5013 \begin_layout Description
5014 Usage: You should use the 
5015 \family sans
5016 Description
5017 \family default
5018  environment for things like definitions and theorems.
5019  Use it when you need to make one word in particular stand out in the text
5020  that describes it.
5021  It's not a good idea to use a 
5022 \family sans
5023 Description
5024 \family default
5025  environment when you have an entire sentence that you want to describe.
5026  You're better off using 
5027 \family sans
5028 Itemize
5029 \family default
5030  or 
5031 \family sans
5032 Enumerate
5033 \family default
5034  and nesting several 
5035 \family sans
5036 Standard
5037 \family default
5038  paragraphs into them.
5039 \end_layout
5040
5041 \begin_layout Description
5042 Nesting: You can nest 
5043 \family sans
5044 Description
5045 \family default
5046  environments inside one another, nest them in other types of lists, and
5047  so on.
5048 \end_layout
5049
5050 \begin_layout Standard
5051 Notice that after the first line, LyX indents subsequent lines, offsetting
5052  them from the first line.
5053 \end_layout
5054
5055 \begin_layout Subsubsection
5056 The LyX 
5057 \family sans
5058 List
5059 \family default
5060
5061 \begin_inset Index
5062 status collapsed
5063
5064 \begin_layout Plain Layout
5065 Lists ! Lyx@LyX list
5066 \end_layout
5067
5068 \end_inset
5069
5070
5071 \begin_inset CommandInset label
5072 LatexCommand label
5073 name "sec:LyX-List"
5074
5075 \end_inset
5076
5077
5078 \end_layout
5079
5080 \begin_layout Standard
5081 The 
5082 \family sans
5083 List
5084 \family default
5085  environment is a LyX extension to LaTeX.
5086  
5087 \end_layout
5088
5089 \begin_layout Standard
5090 Like the 
5091 \family sans
5092 Description
5093 \family default
5094  environment the 
5095 \family sans
5096 List
5097 \family default
5098  environment has user-defined labels for each list item.
5099  There are the following properties of this list environment:
5100 \end_layout
5101
5102 \begin_layout Labeling
5103 \labelwidthstring 00.00.0000
5104 item
5105 \begin_inset Space ~
5106 \end_inset
5107
5108 labels LyX uses the first 
5109 \begin_inset Quotes eld
5110 \end_inset
5111
5112 word
5113 \begin_inset Quotes erd
5114 \end_inset
5115
5116  of each line as the item label.
5117  The first 
5118 \family sans
5119 Space
5120 \family default
5121  after the beginning of the first line of an item marks the end of the label.
5122  If you need to use more than one word in an item label, use a protected
5123  blank as described above.
5124 \end_layout
5125
5126 \begin_layout Labeling
5127 \labelwidthstring 00.00.0000
5128 margins As you can see, LyX uses different margins for the item label and
5129  the body of the item text.
5130  The body of the text has a larger left margin, which is equal to the default
5131  label width plus a little extra space.
5132  
5133 \end_layout
5134
5135 \begin_layout Labeling
5136 \labelwidthstring 00.00.0000
5137 label
5138 \begin_inset Space ~
5139 \end_inset
5140
5141 width LyX uses the width of the label, or the default width, whatever is
5142  larger.
5143  If the label width is larger, the label 
5144 \begin_inset Quotes eld
5145 \end_inset
5146
5147 extends
5148 \begin_inset Quotes erd
5149 \end_inset
5150
5151  into the first line.
5152  In other words, the text of the first line isn't aligned with the left
5153  margin of the rest of the item text.
5154 \end_layout
5155
5156 \begin_layout Labeling
5157 \labelwidthstring 00.00.0000
5158 default
5159 \begin_inset Space ~
5160 \end_inset
5161
5162 width You can set the default label width to ensure that the text of all
5163  items in a 
5164 \family sans
5165 List
5166 \family default
5167  environment have the same left margin.
5168 \begin_inset Newline newline
5169 \end_inset
5170
5171 To change the default width, select all items in the list.
5172  Now open the 
5173 \family sans
5174 Edit\SpecialChar \menuseparator
5175 Paragraph
5176 \begin_inset Space ~
5177 \end_inset
5178
5179 Settings
5180 \family default
5181  dialog.
5182  The text in the box 
5183 \family sans
5184 Longest
5185 \begin_inset Space ~
5186 \end_inset
5187
5188 label
5189 \family default
5190  determines the default label width.
5191  You can use the text of your largest label here, but you can also use the
5192  letter 
5193 \begin_inset Quotes eld
5194 \end_inset
5195
5196 M
5197 \begin_inset Quotes erd
5198 \end_inset
5199
5200  multiple times instead.
5201  The M is the widest character and is a standard unit of widths in LaTeX.
5202  By using 
5203 \begin_inset Quotes eld
5204 \end_inset
5205
5206 M
5207 \begin_inset Quotes erd
5208 \end_inset
5209
5210  as the unit of width you don't need to keep changing the contents of 
5211 \family sans
5212 Longest
5213 \begin_inset Space ~
5214 \end_inset
5215
5216 label
5217 \family default
5218  every time you alter a label in a 
5219 \family sans
5220 List
5221 \family default
5222  environment.
5223 \begin_inset Newline newline
5224 \end_inset
5225
5226 The predefined default width is the length of 
5227 \begin_inset Quotes eld
5228 \end_inset
5229
5230 00.00.0000
5231 \begin_inset Quotes erd
5232 \end_inset
5233
5234  (equal to 6 M).
5235  
5236 \begin_inset Newline newline
5237 \end_inset
5238
5239
5240 \begin_inset Note Greyedout
5241 status open
5242
5243 \begin_layout Plain Layout
5244
5245 \series bold
5246 Note:
5247 \series default
5248  Setting the cursor into a list item to change only its label width will
5249  only change the width inside LyX but not in the output.
5250 \end_layout
5251
5252 \end_inset
5253
5254
5255 \end_layout
5256
5257 \begin_layout Standard
5258 You should use the 
5259 \family sans
5260 List
5261 \family default
5262  environment the same way like the 
5263 \family sans
5264 Description
5265 \family default
5266  list: When you need one word to stand out from the text that describes
5267  it.
5268  The 
5269 \family sans
5270 List
5271 \family default
5272  environment gives you another way to do this, using a different overall
5273  layout.
5274 \end_layout
5275
5276 \begin_layout Standard
5277 You can nest 
5278 \family sans
5279 List
5280 \family default
5281  environments inside one another, nest them in other types of lists, and
5282  so on.
5283  They work just like the other list paragraph environments.
5284  Read section
5285 \begin_inset Space ~
5286 \end_inset
5287
5288
5289 \begin_inset CommandInset ref
5290 LatexCommand ref
5291 reference "sec:Nesting"
5292
5293 \end_inset
5294
5295  to learn about nesting.
5296 \end_layout
5297
5298 \begin_layout Standard
5299 There is yet another feature of the 
5300 \family sans
5301 List
5302 \family default
5303  environment: As you can see in the examples, LyX left-justifies the item
5304  labels by default.
5305  You can use additional 
5306 \family sans
5307 HFills
5308 \family default
5309  to change how LyX justifies the item label.
5310  We'll document 
5311 \family sans
5312 HFills
5313 \family default
5314  later in section
5315 \begin_inset Space ~
5316 \end_inset
5317
5318
5319 \begin_inset CommandInset ref
5320 LatexCommand ref
5321 reference "sub:Horizontal-Space"
5322
5323 \end_inset
5324
5325 .
5326  Here are some examples:
5327 \end_layout
5328
5329 \begin_layout Labeling
5330 \labelwidthstring 00.00.0000
5331 Left The default for 
5332 \family sans
5333 List
5334 \family default
5335  item labels.
5336 \end_layout
5337
5338 \begin_layout Labeling
5339 \labelwidthstring 00.00.0000
5340 \begin_inset Space \hfill{}
5341 \end_inset
5342
5343 Right One 
5344 \family sans
5345 HFill
5346 \family default
5347  at the beginning of the label right justifies it.
5348 \end_layout
5349
5350 \begin_layout Labeling
5351 \labelwidthstring 00.00.0000
5352 \begin_inset Space \hfill{}
5353 \end_inset
5354
5355 Center
5356 \begin_inset Space \hfill{}
5357 \end_inset
5358
5359  One 
5360 \family sans
5361 HFill
5362 \family default
5363  at the beginning of the label and one at the end centers it.
5364 \end_layout
5365
5366 \begin_layout Subsection
5367 Letters
5368 \begin_inset Index
5369 status collapsed
5370
5371 \begin_layout Plain Layout
5372 Letters
5373 \end_layout
5374
5375 \end_inset
5376
5377
5378 \end_layout
5379
5380 \begin_layout Subsubsection
5381
5382 \family sans
5383 Address
5384 \family default
5385  and 
5386 \family sans
5387 Right
5388 \begin_inset Space ~
5389 \end_inset
5390
5391 Address
5392 \family default
5393 : An Overview
5394 \end_layout
5395
5396 \begin_layout Standard
5397 Although LyX has document classes for letters, we've also created two paragraph
5398  environments called 
5399 \family sans
5400 Address
5401 \family default
5402  and 
5403 \family sans
5404 Right
5405 \begin_inset Space ~
5406 \end_inset
5407
5408 Address
5409 \family default
5410 .
5411  To use the letter class, you need to use specific paragraph environments
5412  in a specific order, otherwise LaTeX gags on the document.
5413  In contrast, you can use the 
5414 \family sans
5415 Address
5416 \family default
5417  and 
5418 \family sans
5419 Right
5420 \begin_inset Space ~
5421 \end_inset
5422
5423 Address
5424 \family default
5425  paragraph environments anywhere with no problem.
5426  You can even nest them inside other environments, though you can't nest
5427  anything in them.
5428 \end_layout
5429
5430 \begin_layout Standard
5431 Of course, you're not limited to using 
5432 \family sans
5433 Address
5434 \family default
5435  and 
5436 \family sans
5437 Right
5438 \begin_inset Space ~
5439 \end_inset
5440
5441 Address
5442 \family default
5443  for letters only.
5444  
5445 \family sans
5446 Right
5447 \begin_inset Space ~
5448 \end_inset
5449
5450 Address
5451 \family default
5452 , in particular, is useful for creating article titles like those used in
5453  some European academic papers.
5454 \end_layout
5455
5456 \begin_layout Subsubsection
5457 Usage
5458 \begin_inset CommandInset label
5459 LatexCommand label
5460 name "sec:Address-Usage"
5461
5462 \end_inset
5463
5464
5465 \end_layout
5466
5467 \begin_layout Standard
5468 The 
5469 \family sans
5470 Address
5471 \family default
5472  environment formats text in the style of an address, which is also used
5473  for the opening and signature in some countries.
5474  Similarly, the 
5475 \family sans
5476 Right
5477 \begin_inset Space ~
5478 \end_inset
5479
5480 Address
5481 \family default
5482  environment formats text in the style of a right-justified address, which
5483  is used for the sender's address and today's date in some countries.
5484  Here's an example of each:
5485 \end_layout
5486
5487 \begin_layout Right Address
5488 Right Address
5489 \begin_inset Newline newline
5490 \end_inset
5491
5492 Who I am
5493 \begin_inset Newline newline
5494 \end_inset
5495
5496 Where I am
5497 \begin_inset Newline newline
5498 \end_inset
5499
5500 When is it? What is today?
5501 \end_layout
5502
5503 \begin_layout Standard
5504 That was 
5505 \family sans
5506 Right
5507 \begin_inset Space ~
5508 \end_inset
5509
5510 Address
5511 \family default
5512 .
5513  Notice that the lines all have the same left margin, which LyX sets to
5514  fit the largest block of text on a single line.
5515  Here's an example of the 
5516 \family sans
5517 Address
5518 \family default
5519  environment:
5520 \end_layout
5521
5522 \begin_layout Address
5523 Who are you
5524 \begin_inset Newline newline
5525 \end_inset
5526
5527 Where do I send this
5528 \begin_inset Newline newline
5529 \end_inset
5530
5531 Your post office and country
5532 \end_layout
5533
5534 \begin_layout Standard
5535 As you can see, both 
5536 \family sans
5537 Address
5538 \family default
5539  and 
5540 \family sans
5541 Right
5542 \begin_inset Space ~
5543 \end_inset
5544
5545 Address
5546 \family default
5547  add extra space between themselves and the next paragraph.
5548  If you hit 
5549 \family sans
5550 Return
5551 \family default
5552  in either of these environments, LyX resets the nesting depth and sets
5553  the environment to 
5554 \family sans
5555 Standard
5556 \family default
5557 .
5558  This makes sense, since 
5559 \family sans
5560 Return
5561 \family default
5562  is the 
5563 \family typewriter
5564 break-paragraph
5565 \family default
5566  function, and the individual lines of an address are not paragraphs.
5567  Thus, you have to use 
5568 \family typewriter
5569 break-line
5570 \family default
5571  (
5572 \family sans
5573 C-Return
5574 \family default
5575  or 
5576 \family sans
5577 Formatting
5578 \begin_inset Space ~
5579 \end_inset
5580
5581 Character\SpecialChar \menuseparator
5582 Line
5583 \begin_inset Space ~
5584 \end_inset
5585
5586 Break
5587 \family default
5588  from the 
5589 \family sans
5590 Insert
5591 \family default
5592  menu) to start a new line in an 
5593 \family sans
5594 Address
5595 \family default
5596  or 
5597 \family sans
5598 Right
5599 \begin_inset Space ~
5600 \end_inset
5601
5602 Address
5603 \family default
5604  environment.
5605 \end_layout
5606
5607 \begin_layout Subsection
5608 Academic Writing
5609 \end_layout
5610
5611 \begin_layout Standard
5612 Most academic writing begins with an abstract and ends with a bibliography
5613  or list of references.
5614  LyX contains paragraph environments for both of these.
5615 \end_layout
5616
5617 \begin_layout Subsubsection
5618
5619 \family sans
5620 Abstract
5621 \begin_inset Index
5622 status collapsed
5623
5624 \begin_layout Plain Layout
5625 Abstracts
5626 \end_layout
5627
5628 \end_inset
5629
5630
5631 \end_layout
5632
5633 \begin_layout Standard
5634 The 
5635 \family sans
5636 Abstract
5637 \family default
5638  environment is used for the abstract of an article.
5639  Technically, you could use this environment anywhere, but you really should
5640  only use it at the beginning of the document, after the title.
5641  Also, don't bother trying to nest 
5642 \family sans
5643 Abstract
5644 \family default
5645  in anything else or vice versa.
5646  It won't work.
5647  The 
5648 \family sans
5649 Abstract
5650 \family default
5651  environment is only useful in the article and report document classes.
5652  The book document classes ignores the 
5653 \family sans
5654 Abstract
5655 \family default
5656  completely, and it's utterly silly to use 
5657 \family sans
5658 Abstract
5659 \family default
5660  in a letter document class.
5661 \end_layout
5662
5663 \begin_layout Standard
5664 The 
5665 \family sans
5666 Abstract
5667 \family default
5668  environment does several things for you.
5669  First, it puts the centered label 
5670 \begin_inset Quotes eld
5671 \end_inset
5672
5673 Abstract
5674 \begin_inset Quotes erd
5675 \end_inset
5676
5677  above the text.
5678  The label and the text of the abstract are separated by some extra vertical
5679  space.
5680  Second, it typesets everything in a smaller font, just as you'd expect.
5681  Lastly, it adds a bit of extra vertical space between the abstract and
5682  the subsequent text.
5683  Well, that's how it will appear on the LyX screen.
5684  The appearance in the output depends on the used article or report class.
5685 \end_layout
5686
5687 \begin_layout Standard
5688 Starting a new paragraph by hitting 
5689 \family sans
5690 Return
5691 \family default
5692  does not reset the paragraph environment.
5693  The new paragraph will still be in the 
5694 \family sans
5695 Abstract
5696 \family default
5697  environment.
5698  So, you will have to change the paragraph environment yourself when you
5699  finish entering the abstract of your document.
5700 \end_layout
5701
5702 \begin_layout Standard
5703 \begin_inset Float figure
5704 wide false
5705 sideways false
5706 status open
5707
5708 \begin_layout Plain Layout
5709 \align center
5710 \begin_inset Graphics
5711         filename clipart/Abstract.pdf
5712         embed ""
5713         lyxscale 25
5714
5715 \end_inset
5716
5717
5718 \end_layout
5719
5720 \begin_layout Plain Layout
5721 \begin_inset Caption
5722
5723 \begin_layout Plain Layout
5724 \begin_inset CommandInset label
5725 LatexCommand label
5726 name "cap:Paragraph-in-the"
5727
5728 \end_inset
5729
5730 Paragraph in the 
5731 \family sans
5732 Abstract
5733 \family default
5734  environment
5735 \end_layout
5736
5737 \end_inset
5738
5739
5740 \end_layout
5741
5742 \end_inset
5743
5744
5745 \end_layout
5746
5747 \begin_layout Standard
5748 We'd love to give you directly an example of the 
5749 \family sans
5750 Abstract
5751 \family default
5752  environment, but since this document is in the 
5753 \begin_inset Quotes eld
5754 \end_inset
5755
5756 book
5757 \begin_inset Quotes erd
5758 \end_inset
5759
5760  class, we can't do this.
5761  We inserted it therefore as figure
5762 \begin_inset Space ~
5763 \end_inset
5764
5765
5766 \begin_inset CommandInset ref
5767 LatexCommand ref
5768 reference "cap:Paragraph-in-the"
5769
5770 \end_inset
5771
5772 .
5773  If you've never heard of an 
5774 \begin_inset Quotes eld
5775 \end_inset
5776
5777 abstract
5778 \begin_inset Quotes erd
5779 \end_inset
5780
5781  before, you can safely ignore this environment.
5782 \end_layout
5783
5784 \begin_layout Subsubsection
5785
5786 \family sans
5787 Bibliography
5788 \family default
5789
5790 \begin_inset Index
5791 status collapsed
5792
5793 \begin_layout Plain Layout
5794 Bibliography
5795 \end_layout
5796
5797 \end_inset
5798
5799
5800 \begin_inset CommandInset label
5801 LatexCommand label
5802 name "sub:Biblio_environment"
5803
5804 \end_inset
5805
5806
5807 \end_layout
5808
5809 \begin_layout Standard
5810 The 
5811 \family sans
5812 Bibliography
5813 \family default
5814  environment is used to list references.
5815  Technically, you could use this environment anywhere, but you really should
5816  only use it at the end of the document.
5817  Nesting 
5818 \family sans
5819 Bibliography
5820 \family default
5821  in anything else or vice versa won't work.
5822 \end_layout
5823
5824 \begin_layout Standard
5825 When you first open a 
5826 \family sans
5827 Bibliography
5828 \family default
5829  environment, LyX add a large vertical space, followed by the heading 
5830 \begin_inset Quotes eld
5831 \end_inset
5832
5833 Bibliography
5834 \begin_inset Quotes erd
5835 \end_inset
5836
5837  or 
5838 \begin_inset Quotes eld
5839 \end_inset
5840
5841 References,
5842 \begin_inset Quotes erd
5843 \end_inset
5844
5845  depending on the document class.
5846  The heading is in a large boldface font.
5847  Each paragraph of the 
5848 \family sans
5849 Bibliography
5850 \family default
5851  environment is a bibliography entry.
5852  Thus, hitting 
5853 \family sans
5854 Return
5855 \family default
5856  does not reset the paragraph environment.
5857  Each new paragraph is still in the 
5858 \family sans
5859 Bibliography
5860 \family default
5861  environment.
5862 \end_layout
5863
5864 \begin_layout Standard
5865 For a detailed description of LyX's bibliography handling, have a look at
5866  in section
5867 \begin_inset Space ~
5868 \end_inset
5869
5870
5871 \begin_inset CommandInset ref
5872 LatexCommand ref
5873 reference "sec:Bibliography"
5874
5875 \end_inset
5876
5877 .
5878 \end_layout
5879
5880 \begin_layout Subsection
5881 LyX
5882 \family sans
5883 -Code
5884 \begin_inset Index
5885 status collapsed
5886
5887 \begin_layout Plain Layout
5888 Paragraph ! LyX code
5889 \end_layout
5890
5891 \end_inset
5892
5893
5894 \begin_inset CommandInset label
5895 LatexCommand label
5896 name "sub:LyX-Code"
5897
5898 \end_inset
5899
5900
5901 \end_layout
5902
5903 \begin_layout Standard
5904 The 
5905 \family sans
5906 LyX-Code
5907 \family default
5908  environment is another LyX extension.
5909  It type-sets text in a typewriter-style font.
5910  It also treats the 
5911 \family sans
5912 Space
5913 \family default
5914  key as a fixed whitespace;
5915 \begin_inset Foot
5916 status collapsed
5917
5918 \begin_layout Plain Layout
5919 In the 
5920 \family sans
5921 LyX-Code
5922 \family default
5923  environment, the 
5924 \family sans
5925 Space
5926 \family default
5927  key is treated as a 
5928 \family sans
5929 Protected
5930 \begin_inset Space ~
5931 \end_inset
5932
5933 Blank
5934 \family default
5935  instead of an end-of-word marker.
5936 \end_layout
5937
5938 \end_inset
5939
5940  this is the only case in which you can type multiple whitespaces in LyX.
5941  If you need to insert blank lines, you'll still need to use 
5942 \family sans
5943 C-Return
5944 \family default
5945  (the 
5946 \family typewriter
5947 break-line
5948 \family default
5949  function).
5950  
5951 \family sans
5952 Return
5953 \family default
5954  breaks paragraphs.
5955  Note, however, that 
5956 \family sans
5957 Return
5958 \family default
5959  does not reset the paragraph environment.
5960  So, when you finish using the 
5961 \family sans
5962 LyX-Code
5963 \family default
5964  environment, you'll need to change the paragraph environment yourself.
5965  Also, you can nest the 
5966 \family sans
5967 LyX-Code
5968 \family default
5969  environment inside of others.
5970 \end_layout
5971
5972 \begin_layout Standard
5973 There are a few quirks with this environment:
5974 \end_layout
5975
5976 \begin_layout Itemize
5977 You cannot use 
5978 \family sans
5979 C-Return
5980 \family default
5981  at the beginning of a new paragraph (i.e.
5982  you can't follow 
5983 \family sans
5984 Return
5985 \family default
5986  with a 
5987 \family sans
5988 C-Return
5989 \family default
5990 ).
5991 \end_layout
5992
5993 \begin_layout Itemize
5994 You can't follow a 
5995 \family sans
5996 C-Return
5997 \family default
5998  with a 
5999 \family sans
6000 Space
6001 \family default
6002 .
6003 \end_layout
6004
6005 \begin_deeper
6006 \begin_layout Itemize
6007 Use a 
6008 \family sans
6009 Return
6010 \family default
6011  to begin a new paragraph, then you can use a 
6012 \family sans
6013 Space
6014 \family default
6015 .
6016 \end_layout
6017
6018 \begin_layout Itemize
6019 Or: use 
6020 \family sans
6021 C-Space
6022 \family default
6023  instead.
6024 \end_layout
6025
6026 \end_deeper
6027 \begin_layout Itemize
6028 You can't have an empty paragraph or an empty line.
6029  You must put at least one 
6030 \family sans
6031 Space
6032 \family default
6033  in any line you want blank.
6034  Otherwise, LaTeX generates errors.
6035 \end_layout
6036
6037 \begin_layout Itemize
6038 You cannot get the typewriter double quotes by typing 
6039 \family sans
6040 "
6041 \family default
6042  since that will insert 
6043 \emph on
6044 real
6045 \emph default
6046  quotes.
6047  You get the typewriter double quotes with 
6048 \family sans
6049 C-"
6050 \family default
6051  (or 
6052 \family sans
6053 C-q
6054 \family default
6055  if you use Emacs-like key bindings).
6056 \end_layout
6057
6058 \begin_layout Standard
6059 Here's an example:
6060 \end_layout
6061
6062 \begin_layout LyX-Code
6063 #include <stdio.h>
6064 \end_layout
6065
6066 \begin_layout LyX-Code
6067  
6068 \end_layout
6069
6070 \begin_layout LyX-Code
6071 int main(void)
6072 \end_layout
6073
6074 \begin_layout LyX-Code
6075 {
6076 \end_layout
6077
6078 \begin_layout LyX-Code
6079     printf("Hello World!
6080 \backslash
6081 n");
6082 \end_layout
6083
6084 \begin_layout LyX-Code
6085     return 0;
6086 \end_layout
6087
6088 \begin_layout LyX-Code
6089 }
6090 \end_layout
6091
6092 \begin_layout Standard
6093 This is just the standard 
6094 \begin_inset Quotes eld
6095 \end_inset
6096
6097 Hello world!
6098 \begin_inset Quotes erd
6099 \end_inset
6100
6101  program.
6102  
6103 \end_layout
6104
6105 \begin_layout Standard
6106
6107 \family sans
6108 LyX-Code
6109 \family default
6110  has one purpose: to typeset code, such as program source, shell scripts,
6111  rc-files, and so on.
6112  Use it only in those very special cases where you need to generate text
6113  as if you used a typewriter.
6114 \begin_inset Index
6115 status collapsed
6116
6117 \begin_layout Plain Layout
6118 Paragraph environments|)
6119 \end_layout
6120
6121 \end_inset
6122
6123
6124 \end_layout
6125
6126 \begin_layout Section
6127 Nesting Environments
6128 \begin_inset Index
6129 status collapsed
6130
6131 \begin_layout Plain Layout
6132 Nesting ! Environments
6133 \end_layout
6134
6135 \end_inset
6136
6137
6138 \begin_inset CommandInset label
6139 LatexCommand label
6140 name "sec:Nesting"
6141
6142 \end_inset
6143
6144
6145 \end_layout
6146
6147 \begin_layout Subsection
6148 Introduction
6149 \end_layout
6150
6151 \begin_layout Standard
6152 LyX treats text as a unified block with a particular context and specific
6153  properties.
6154  This allows you to create blocks that inherits some of the properties of
6155  another block.
6156  For example you have three main points in an outline, but point #2 also
6157  has two subpoints.
6158  In other words, you have a list inside of another list, with the inner
6159  list 
6160 \begin_inset Quotes eld
6161 \end_inset
6162
6163 attached
6164 \begin_inset Quotes erd
6165 \end_inset
6166
6167  to item #2:
6168 \end_layout
6169
6170 \begin_layout Enumerate
6171 one
6172 \end_layout
6173
6174 \begin_layout Enumerate
6175 two
6176 \end_layout
6177
6178 \begin_deeper
6179 \begin_layout Enumerate
6180 sublist - item #1
6181 \end_layout
6182
6183 \begin_layout Enumerate
6184 sublist - item #2
6185 \end_layout
6186
6187 \end_deeper
6188 \begin_layout Enumerate
6189 three
6190 \end_layout
6191
6192 \begin_layout Standard
6193 You put a list inside of a list by nesting one list inside the other.
6194  Nesting an environment is quite simple: Select 
6195 \family sans
6196 Increase
6197 \begin_inset Space ~
6198 \end_inset
6199
6200 List
6201 \begin_inset Space ~
6202 \end_inset
6203
6204 Depth
6205 \family default
6206  or 
6207 \family sans
6208 Decrease
6209 \begin_inset Space ~
6210 \end_inset
6211
6212 List
6213 \begin_inset Space ~
6214 \end_inset
6215
6216 Depth
6217 \family default
6218  from the 
6219 \family sans
6220 Edit
6221 \family default
6222  menu to change the nesting depth of the current paragraph (the status bar
6223  will tell you how far you are nested).
6224  Instead of the menu, you can also use the toolbar buttons 
6225 \begin_inset Graphics
6226         filename ../images/depth-increment.png
6227         embed ""
6228
6229 \end_inset
6230
6231  and 
6232 \begin_inset Graphics
6233         filename ../images/depth-decrement.png
6234         embed ""
6235
6236 \end_inset
6237
6238  or the convenient key bindings 
6239 \family sans
6240 S-M-Right
6241 \family default
6242  and 
6243 \family sans
6244 S-M-Left
6245 \family default
6246  to change the nesting level.
6247  The change will work on the current selection if you have made one (allowing
6248  you to change the nesting of several paragraphs at once), or the current
6249  paragraph.
6250 \end_layout
6251
6252 \begin_layout Standard
6253 Note that LyX only changes the nesting depth if it can.
6254  If it's invalid to do so, nothing happens if you try to change the depth.
6255  Additionally, if you change the depth of one paragraph, it affects the
6256  depth of every paragraph nested inside of it.
6257 \end_layout
6258
6259 \begin_layout Standard
6260 Nesting isn't limited to lists.
6261  In LyX, you can nest just about anything inside anything else, as you're
6262  about to find out.
6263  This is the real power of nesting paragraph environments.
6264 \end_layout
6265
6266 \begin_layout Subsection
6267 What You Can and Can't Nest
6268 \end_layout
6269
6270 \begin_layout Standard
6271 Before we fire a list of paragraph environments at you, we need to tell
6272  you a little bit more about how nesting works.
6273 \end_layout
6274
6275 \begin_layout Standard
6276 The question if nesting a paragraph environment is possible, is a bit more
6277  complicated than a simple yes or no.
6278  There are three types of paragraph environments:
6279 \end_layout
6280
6281 \begin_layout Itemize
6282 Completely unnestable
6283 \end_layout
6284
6285 \begin_layout Itemize
6286 Fully nestable, you can nest them inside of things and you can also nest
6287  other things inside of them.
6288 \end_layout
6289
6290 \begin_layout Itemize
6291 A third type, you can nest them into other environments, but you can't nest
6292  anything into them.
6293 \end_layout
6294
6295 \begin_layout Standard
6296 Here's a list of the three types of nesting behavior, and which paragraph
6297  environments have them:
6298 \end_layout
6299
6300 \begin_layout Description
6301 Unnestable Can't nest them.
6302  Can't nest into them.
6303 \end_layout
6304
6305 \begin_deeper
6306 \begin_layout Itemize
6307
6308 \family sans
6309 Part
6310 \end_layout
6311
6312 \begin_layout Itemize
6313
6314 \family sans
6315 Chapter
6316 \end_layout
6317
6318 \begin_layout Itemize
6319
6320 \family sans
6321 Section
6322 \family default
6323  
6324 \end_layout
6325
6326 \begin_layout Itemize
6327
6328 \family sans
6329 Subsection
6330 \end_layout
6331
6332 \begin_layout Itemize
6333
6334 \family sans
6335 Subsubsection
6336 \end_layout
6337
6338 \begin_layout Itemize
6339
6340 \family sans
6341 Paragraph
6342 \family default
6343  
6344 \end_layout
6345
6346 \begin_layout Itemize
6347
6348 \family sans
6349 Subparagraph
6350 \end_layout
6351
6352 \begin_layout Itemize
6353
6354 \family sans
6355 Part*
6356 \end_layout
6357
6358 \begin_layout Itemize
6359
6360 \family sans
6361 Chapter*
6362 \end_layout
6363
6364 \begin_layout Itemize
6365
6366 \family sans
6367 Section*
6368 \end_layout
6369
6370 \begin_layout Itemize
6371
6372 \family sans
6373 Subsection*
6374 \end_layout
6375
6376 \begin_layout Itemize
6377
6378 \family sans
6379 Subsubsection*
6380 \end_layout
6381
6382 \begin_layout Itemize
6383
6384 \family sans
6385 Bibliography
6386 \end_layout
6387
6388 \begin_layout Itemize
6389
6390 \family sans
6391 Abstract
6392 \end_layout
6393
6394 \begin_layout Itemize
6395
6396 \family sans
6397 Title
6398 \end_layout
6399
6400 \begin_layout Itemize
6401
6402 \family sans
6403 Author
6404 \end_layout
6405
6406 \begin_layout Itemize
6407
6408 \family sans
6409 Date
6410 \end_layout
6411
6412 \end_deeper
6413 \begin_layout Description
6414 Fully
6415 \begin_inset Space ~
6416 \end_inset
6417
6418 Nestable You can nest them.
6419  You can nest other things into them.
6420 \end_layout
6421
6422 \begin_deeper
6423 \begin_layout Itemize
6424
6425 \family sans
6426 Verse
6427 \end_layout
6428
6429 \begin_layout Itemize
6430
6431 \family sans
6432 Quote
6433 \end_layout
6434
6435 \begin_layout Itemize
6436
6437 \family sans
6438 Quotation
6439 \end_layout
6440
6441 \begin_layout Itemize
6442
6443 \family sans
6444 Itemize
6445 \end_layout
6446
6447 \begin_layout Itemize
6448
6449 \family sans
6450 Enumerate
6451 \end_layout
6452
6453 \begin_layout Itemize
6454
6455 \family sans
6456 Description
6457 \end_layout
6458
6459 \begin_layout Itemize
6460
6461 \family sans
6462 List
6463 \end_layout
6464
6465 \begin_layout Itemize
6466
6467 \family sans
6468 LyX-Code
6469 \end_layout
6470
6471 \end_deeper
6472 \begin_layout Description
6473 Nestable-Inside You can nest them inside of other things.
6474  You can't nest anything into them.
6475 \end_layout
6476
6477 \begin_deeper
6478 \begin_layout Itemize
6479
6480 \family sans
6481 Standard
6482 \end_layout
6483
6484 \begin_layout Itemize
6485
6486 \family sans
6487 Right
6488 \begin_inset Space ~
6489 \end_inset
6490
6491 Address
6492 \end_layout
6493
6494 \begin_layout Itemize
6495
6496 \family sans
6497 Address
6498 \end_layout
6499
6500 \end_deeper
6501 \begin_layout Standard
6502 The 
6503 \family sans
6504 Caption
6505 \family default
6506  environment doesn't really fit anywhere, since it's only used inside of
6507  
6508 \family sans
6509 Table
6510 \begin_inset Space ~
6511 \end_inset
6512
6513 Floats
6514 \family default
6515  and 
6516 \family sans
6517 Figure
6518 \begin_inset Space ~
6519 \end_inset
6520
6521 Floats
6522 \family default
6523 .
6524 \end_layout
6525
6526 \begin_layout Subsection
6527 Nesting Other Things: Tables, Math, Floats, etc.
6528 \begin_inset Index
6529 status collapsed
6530
6531 \begin_layout Plain Layout
6532 Nesting ! Tables etc.
6533 \end_layout
6534
6535 \end_inset
6536
6537
6538 \begin_inset CommandInset label
6539 LatexCommand label
6540 name "sec:table-and-fig-nesting"
6541
6542 \end_inset
6543
6544
6545 \end_layout
6546
6547 \begin_layout Standard
6548 There are several things that aren't paragraph environments, but which are
6549  affected by nesting anyhow.
6550  They are:
6551 \end_layout
6552
6553 \begin_layout Itemize
6554 equations
6555 \end_layout
6556
6557 \begin_layout Itemize
6558 tables
6559 \end_layout
6560
6561 \begin_layout Itemize
6562 figures
6563 \end_layout
6564
6565 \begin_layout Standard
6566 (
6567 \begin_inset Note Greyedout
6568 status open
6569
6570 \begin_layout Plain Layout
6571
6572 \series bold
6573 Note:
6574 \series default
6575  If you put a figure or a table in a 
6576 \family sans
6577 Float
6578 \family default
6579 , this is no longer true.
6580 \end_layout
6581
6582 \end_inset
6583
6584  Have a look at section
6585 \begin_inset Space ~
6586 \end_inset
6587
6588
6589 \begin_inset CommandInset ref
6590 LatexCommand ref
6591 reference "sec:Floats"
6592
6593 \end_inset
6594
6595  for more informations about 
6596 \family sans
6597 Floats
6598 \family default
6599 .)
6600 \end_layout
6601
6602 \begin_layout Standard
6603 LyX can treat these three objects as either a word or as a paragraph.
6604  If a figure, table, or an equation is inline, it goes wherever the paragraph
6605  it is in goes.
6606 \end_layout
6607
6608 \begin_layout Standard
6609 On the other hand, if you have an equation, figure or table in a 
6610 \begin_inset Quotes eld
6611 \end_inset
6612
6613 paragraph
6614 \begin_inset Quotes erd
6615 \end_inset
6616
6617  of its own, it behaves just like a 
6618 \begin_inset Quotes eld
6619 \end_inset
6620
6621 nestable-inside
6622 \begin_inset Quotes erd
6623 \end_inset
6624
6625  paragraph environment.
6626  You can nest it into any environment, but you obviously can't nest anything
6627  into it.
6628 \end_layout
6629
6630 \begin_layout Standard
6631 Here's an example with a table:
6632 \end_layout
6633
6634 \begin_layout Enumerate
6635 Item One
6636 \end_layout
6637
6638 \begin_deeper
6639 \begin_layout Enumerate
6640 This is (a) and it's nested.
6641 \end_layout
6642
6643 \begin_deeper
6644 \begin_layout Standard
6645 \begin_inset VSpace 0.3cm
6646 \end_inset
6647
6648
6649 \end_layout
6650
6651 \begin_layout Standard
6652 \align center
6653 \begin_inset Tabular
6654 <lyxtabular version="3" rows="2" columns="2">
6655 <features>
6656 <column alignment="center" valignment="top" width="0pt">
6657 <column alignment="center" valignment="top" width="0pt">
6658 <row>
6659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6660 \begin_inset Text
6661
6662 \begin_layout Plain Layout
6663
6664 \family roman
6665 \series medium
6666 \shape up
6667 \size normal
6668 \emph off
6669 \bar no
6670 \noun off
6671 \color none
6672 a
6673 \end_layout
6674
6675 \end_inset
6676 </cell>
6677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6678 \begin_inset Text
6679
6680 \begin_layout Plain Layout
6681
6682 \family roman
6683 \series medium
6684 \shape up
6685 \size normal
6686 \emph off
6687 \bar no
6688 \noun off
6689 \color none
6690 b
6691 \end_layout
6692
6693 \end_inset
6694 </cell>
6695 </row>
6696 <row>
6697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6698 \begin_inset Text
6699
6700 \begin_layout Plain Layout
6701
6702 \family roman
6703 \series medium
6704 \shape up
6705 \size normal
6706 \emph off
6707 \bar no
6708 \noun off
6709 \color none
6710 c
6711 \end_layout
6712
6713 \end_inset
6714 </cell>
6715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6716 \begin_inset Text
6717
6718 \begin_layout Plain Layout
6719
6720 \family roman
6721 \series medium
6722 \shape up
6723 \size normal
6724 \emph off
6725 \bar no
6726 \noun off
6727 \color none
6728 d
6729 \end_layout
6730
6731 \end_inset
6732 </cell>
6733 </row>
6734 </lyxtabular>
6735
6736 \end_inset
6737
6738
6739 \end_layout
6740
6741 \begin_layout Standard
6742 \begin_inset VSpace 0.3cm
6743 \end_inset
6744
6745
6746 \end_layout
6747
6748 \end_deeper
6749 \begin_layout Enumerate
6750 This is (b).
6751  The table is actually nested inside (a).
6752 \end_layout
6753
6754 \end_deeper
6755 \begin_layout Enumerate
6756 Back out again.
6757 \end_layout
6758
6759 \begin_layout Standard
6760 If we hadn't nested the table at all, the list would look like this:
6761 \end_layout
6762
6763 \begin_layout Enumerate
6764 Item One
6765 \end_layout
6766
6767 \begin_deeper
6768 \begin_layout Enumerate
6769 This is (a) and it's nested.
6770 \end_layout
6771
6772 \end_deeper
6773 \begin_layout Standard
6774 \begin_inset VSpace 0.3cm
6775 \end_inset
6776
6777
6778 \end_layout
6779
6780 \begin_layout Standard
6781 \align center
6782 \begin_inset Tabular
6783 <lyxtabular version="3" rows="2" columns="2">
6784 <features>
6785 <column alignment="center" valignment="top" width="0pt">
6786 <column alignment="center" valignment="top" width="0pt">
6787 <row>
6788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6789 \begin_inset Text
6790
6791 \begin_layout Plain Layout
6792
6793 \family roman
6794 \series medium
6795 \shape up
6796 \size normal
6797 \emph off
6798 \bar no
6799 \noun off
6800 \color none
6801 a
6802 \end_layout
6803
6804 \end_inset
6805 </cell>
6806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6807 \begin_inset Text
6808
6809 \begin_layout Plain Layout
6810
6811 \family roman
6812 \series medium
6813 \shape up
6814 \size normal
6815 \emph off
6816 \bar no
6817 \noun off
6818 \color none
6819 b
6820 \end_layout
6821
6822 \end_inset
6823 </cell>
6824 </row>
6825 <row>
6826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6827 \begin_inset Text
6828
6829 \begin_layout Plain Layout
6830
6831 \family roman
6832 \series medium
6833 \shape up
6834 \size normal
6835 \emph off
6836 \bar no
6837 \noun off
6838 \color none
6839 c
6840 \end_layout
6841
6842 \end_inset
6843 </cell>
6844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6845 \begin_inset Text
6846
6847 \begin_layout Plain Layout
6848
6849 \family roman
6850 \series medium
6851 \shape up
6852 \size normal
6853 \emph off
6854 \bar no
6855 \noun off
6856 \color none
6857 d
6858 \end_layout
6859
6860 \end_inset
6861 </cell>
6862 </row>
6863 </lyxtabular>
6864
6865 \end_inset
6866
6867
6868 \end_layout
6869
6870 \begin_layout Standard
6871 \begin_inset VSpace 0.3cm
6872 \end_inset
6873
6874
6875 \end_layout
6876
6877 \begin_layout Enumerate
6878 This is (b).
6879  The table is 
6880 \emph on
6881 not
6882 \emph default
6883  nested inside (a).
6884  In fact, it's not nested at all.
6885 \end_layout
6886
6887 \begin_layout Enumerate
6888 Back out again.
6889 \end_layout
6890
6891 \begin_layout Standard
6892 Notice how item (b) is not only no longer nested, but is also the first
6893  item of a new list!
6894 \end_layout
6895
6896 \begin_layout Standard
6897 There's another trap you can fall into: Nesting the table, but not going
6898  deep enough.
6899  LyX then turns anything after the table into a new sublist.
6900 \end_layout
6901
6902 \begin_layout Enumerate
6903 Item One
6904 \end_layout
6905
6906 \begin_deeper
6907 \begin_layout Enumerate
6908 This is (a) and it's nested.
6909 \end_layout
6910
6911 \begin_layout Standard
6912 \begin_inset VSpace 0.3cm
6913 \end_inset
6914
6915
6916 \end_layout
6917
6918 \begin_layout Standard
6919 \align center
6920 \begin_inset Tabular
6921 <lyxtabular version="3" rows="2" columns="2">
6922 <features>
6923 <column alignment="center" valignment="top" width="0pt">
6924 <column alignment="center" valignment="top" width="0pt">
6925 <row>
6926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6927 \begin_inset Text
6928
6929 \begin_layout Plain Layout
6930
6931 \family roman
6932 \series medium
6933 \shape up
6934 \size normal
6935 \emph off
6936 \bar no
6937 \noun off
6938 \color none
6939 a
6940 \end_layout
6941
6942 \end_inset
6943 </cell>
6944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6945 \begin_inset Text
6946
6947 \begin_layout Plain Layout
6948
6949 \family roman
6950 \series medium
6951 \shape up
6952 \size normal
6953 \emph off
6954 \bar no
6955 \noun off
6956 \color none
6957 b
6958 \end_layout
6959
6960 \end_inset
6961 </cell>
6962 </row>
6963 <row>
6964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6965 \begin_inset Text
6966
6967 \begin_layout Plain Layout
6968
6969 \family roman
6970 \series medium
6971 \shape up
6972 \size normal
6973 \emph off
6974 \bar no
6975 \noun off
6976 \color none
6977 c
6978 \end_layout
6979
6980 \end_inset
6981 </cell>
6982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6983 \begin_inset Text
6984
6985 \begin_layout Plain Layout
6986
6987 \family roman
6988 \series medium
6989 \shape up
6990 \size normal
6991 \emph off
6992 \bar no
6993 \noun off
6994 \color none
6995 d
6996 \end_layout
6997
6998 \end_inset
6999 </cell>
7000 </row>
7001 </lyxtabular>
7002
7003 \end_inset
7004
7005
7006 \end_layout
7007
7008 \begin_layout Standard
7009 \begin_inset VSpace 0.3cm
7010 \end_inset
7011
7012
7013 \end_layout
7014
7015 \begin_layout Enumerate
7016 This is (b).
7017  The table is actually nested inside Item One, but 
7018 \emph on
7019 not
7020 \emph default
7021  inside (a).
7022 \end_layout
7023
7024 \end_deeper
7025 \begin_layout Enumerate
7026 Back out again.
7027 \end_layout
7028
7029 \begin_layout Standard
7030 As you can see, item (b) turned into the first item of a new list, but a
7031  new list 
7032 \emph on
7033 inside
7034 \emph default
7035  item 1.
7036  The same thing would have happened to a figure or an equation.
7037  So, if you nest tables, figures or equations, make sure you go to the right
7038  depth!
7039 \end_layout
7040
7041 \begin_layout Subsection
7042 Usage and General Features
7043 \begin_inset CommandInset label
7044 LatexCommand label
7045 name "sub:Nesting-Usage"
7046
7047 \end_inset
7048
7049
7050 \end_layout
7051
7052 \begin_layout Standard
7053 Speaking of levels, LyX can perform up to a six-fold nesting.
7054  In other words, 
7055 \begin_inset Quotes eld
7056 \end_inset
7057
7058 level #6
7059 \begin_inset Quotes erd
7060 \end_inset
7061
7062  is the innermost possible depth.
7063  Here's an example to display what we mean:
7064 \end_layout
7065
7066 \begin_layout Enumerate
7067 level #1 - outermost
7068 \end_layout
7069
7070 \begin_deeper
7071 \begin_layout Enumerate
7072 level #2
7073 \end_layout
7074
7075 \begin_deeper
7076 \begin_layout Enumerate
7077 level #3
7078 \end_layout
7079
7080 \begin_deeper
7081 \begin_layout Enumerate
7082 level #4
7083 \end_layout
7084
7085 \begin_deeper
7086 \begin_layout Itemize
7087 level #5
7088 \end_layout
7089
7090 \begin_deeper
7091 \begin_layout Itemize
7092 level #6
7093 \end_layout
7094
7095 \end_deeper
7096 \end_deeper
7097 \end_deeper
7098 \end_deeper
7099 \end_deeper
7100 \begin_layout Standard
7101 There are two exceptions to the six-fold nesting limit, and you can see
7102  both of them in the example.
7103  Unlike the other fully-nestable environments, you can only perform a four-fold
7104  nesting with the 
7105 \family sans
7106 Enumerate
7107 \family default
7108  and 
7109 \family sans
7110 Itemize
7111 \family default
7112  environments.
7113  For example, if we tried to nest another 
7114 \family sans
7115 Enumerate
7116 \family default
7117  list inside of item 
7118 \begin_inset Quotes eld
7119 \end_inset
7120
7121 A.
7122 \begin_inset Quotes erd
7123 \end_inset
7124
7125 , we'd get errors.
7126 \end_layout
7127
7128 \begin_layout Subsection
7129 Some Examples
7130 \begin_inset Index
7131 status collapsed
7132
7133 \begin_layout Plain Layout
7134 Nesting ! Examples
7135 \end_layout
7136
7137 \end_inset
7138
7139
7140 \end_layout
7141
7142 \begin_layout Standard
7143 The best way to explain just what you can do with nesting is by illustration.
7144  We have several examples of nested environments.
7145  In them, we explain how we created the example, so that you can reproduce
7146  them.
7147 \end_layout
7148
7149 \begin_layout Subsubsection
7150 Example 1: The Six-fold Way and Mixed Nesting
7151 \end_layout
7152
7153 \begin_layout Labeling
7154 \labelwidthstring MMM
7155 #1-a This is the outermost level.
7156  It's a 
7157 \family sans
7158 List
7159 \family default
7160  environment.
7161 \end_layout
7162
7163 \begin_deeper
7164 \begin_layout Labeling
7165 \labelwidthstring MMM
7166 #2-a This is level #2.
7167  We created it by using 
7168 \family sans
7169 M-Return
7170 \family default
7171  followed by 
7172 \family sans
7173 S-M-Right
7174 \family default
7175 .
7176 \end_layout
7177
7178 \begin_deeper
7179 \begin_layout Labeling
7180 \labelwidthstring MMM
7181 #3-a This is level #3.
7182  This time, we just hit 
7183 \family sans
7184 Return
7185 \family default
7186 , then used 
7187 \family sans
7188 S-M-Right
7189 \family default
7190  twice in a row.
7191  We could have also created it the same way as we did the previous level,
7192  by hitting 
7193 \family sans
7194 M-Return
7195 \family default
7196  followed by 
7197 \family sans
7198 S-M-Right
7199 \family default
7200 .
7201 \end_layout
7202
7203 \begin_deeper
7204 \begin_layout Standard
7205 This is actually a 
7206 \family sans
7207 Standard
7208 \family default
7209  environment, nested inside of 
7210 \begin_inset Quotes eld
7211 \end_inset
7212
7213 #3-a
7214 \begin_inset Quotes erd
7215 \end_inset
7216
7217 .
7218  So, it's at level #4.
7219  We did this by hitting 
7220 \family sans
7221 M-Return
7222 \family default
7223 , then 
7224 \family sans
7225 S-M-Right
7226 \family default
7227 , then changing the paragraph environment to 
7228 \family sans
7229 Standard
7230 \family default
7231 .
7232  Do this to create list items with more than one paragraph - it also works
7233  for the 
7234 \family sans
7235 Description
7236 \family default
7237
7238 \family sans
7239 Enumerate
7240 \family default
7241 , and 
7242 \family sans
7243 Itemize
7244 \family default
7245  environments!
7246 \end_layout
7247
7248 \begin_layout Standard
7249 Here's another 
7250 \family sans
7251 Standard
7252 \family default
7253  paragraph, also at level #4, made with just a 
7254 \family sans
7255 M-Return
7256 \family default
7257 .
7258 \end_layout
7259
7260 \begin_layout Labeling
7261 \labelwidthstring MMM
7262 #4-a This is level #4.
7263  We hit 
7264 \family sans
7265 M-Return
7266 \family default
7267  and changed the paragraph environment back to 
7268 \family sans
7269 List
7270 \family default
7271 .
7272  Remember - we can't nest anything inside of a 
7273 \family sans
7274 Standard
7275 \family default
7276  environment, which is why we're still at level #4.
7277  However, we 
7278 \emph on
7279 can
7280 \emph default
7281  keep nesting things inside of 
7282 \begin_inset Quotes eld
7283 \end_inset
7284
7285 #3-a
7286 \begin_inset Quotes erd
7287 \end_inset
7288
7289 .
7290 \end_layout
7291
7292 \begin_deeper
7293 \begin_layout Labeling
7294 \labelwidthstring MMM
7295 #5-a This is level #5\SpecialChar \ldots{}
7296
7297 \end_layout
7298
7299 \begin_deeper
7300 \begin_layout Labeling
7301 \labelwidthstring MMM
7302 #6-a \SpecialChar \ldots{}
7303 and this is level #6.
7304  By now, you should know how we made these two.
7305 \end_layout
7306
7307 \end_deeper
7308 \begin_layout Labeling
7309 \labelwidthstring MMM
7310 #5-b Back to level #5.
7311  Just hit 
7312 \family sans
7313 M-Return
7314 \family default
7315  followed by a 
7316 \family sans
7317 S-M-Left
7318 \family default
7319 .
7320 \end_layout
7321
7322 \end_deeper
7323 \begin_layout Labeling
7324 \labelwidthstring MMM
7325 #4-b After another 
7326 \family sans
7327 M-Return
7328 \family default
7329  followed by a 
7330 \family sans
7331 S-M-Left
7332 \family default
7333 , we're back at level #4.
7334 \end_layout
7335
7336 \end_deeper
7337 \begin_layout Labeling
7338 \labelwidthstring MMM
7339 #3-b Back to level #3.
7340  By now it should be obvious how we did this.
7341 \end_layout
7342
7343 \end_deeper
7344 \begin_layout Labeling
7345 \labelwidthstring MMM
7346 #2-b Back to level #2.
7347  
7348 \end_layout
7349
7350 \end_deeper
7351 \begin_layout Labeling
7352 \labelwidthstring MMM
7353 #1-b And last, back to the outermost level, #1.
7354  After this sentence, we'll hit 
7355 \family sans
7356 Return
7357 \family default
7358  and change the paragraph environment back to 
7359 \family sans
7360 Standard
7361 \family default
7362  to end the list.
7363 \end_layout
7364
7365 \begin_layout Standard
7366 We could have also used the 
7367 \family sans
7368 Description
7369 \family default
7370
7371 \family sans
7372 Quote
7373 \family default
7374
7375 \family sans
7376 Quotation
7377 \family default
7378 , or even the 
7379 \family sans
7380 Verse
7381 \family default
7382  environment in place of the 
7383 \family sans
7384 List
7385 \family default
7386  environment.
7387  The example would have worked exactly the same.
7388 \end_layout
7389
7390 \begin_layout Subsubsection
7391 Example 2: Inheritance
7392 \end_layout
7393
7394 \begin_layout LyX-Code
7395 This is the LyX-Code environment, at level #1, the outermost
7396 \end_layout
7397
7398 \begin_layout LyX-Code
7399 level.
7400   Now we'll hit 
7401 \family sans
7402 Return
7403 \family default
7404 , then 
7405 \family sans
7406 S-M-Right
7407 \family default
7408 , after which, we'll change to the 
7409 \family sans
7410 Enumerate
7411 \family default
7412  environment.
7413 \end_layout
7414
7415 \begin_deeper
7416 \begin_layout Enumerate
7417 This is the 
7418 \family sans
7419 Enumerate
7420 \family default
7421  environment, at level #2.
7422 \end_layout
7423
7424 \begin_layout Enumerate
7425 Notice how the nested 
7426 \family sans
7427 Enumerate
7428 \family default
7429  not only inherits its margins from its parent environment (
7430 \family sans
7431 LyX-Code
7432 \family default
7433 ), but also inherits its font and spacing!
7434 \end_layout
7435
7436 \end_deeper
7437 \begin_layout Standard
7438 We ended this example by hitting 
7439 \family sans
7440 Return
7441 \family default
7442 .
7443  After that, we needed to reset the paragraph environment to 
7444 \family sans
7445 Standard
7446 \family default
7447  and resetting the nesting depth by using 
7448 \family sans
7449 S-M-Left
7450 \family default
7451  once.
7452 \end_layout
7453
7454 \begin_layout Subsubsection
7455 Example 3: Labels, Levels, and the 
7456 \family sans
7457 Enumerate
7458 \family default
7459  and 
7460 \family sans
7461 Itemize
7462 \family default
7463  Environments
7464 \begin_inset OptArg
7465 status collapsed
7466
7467 \begin_layout Plain Layout
7468 Example #3: Labels, Levels and other list environments
7469 \end_layout
7470
7471 \end_inset
7472
7473
7474 \end_layout
7475
7476 \begin_layout Enumerate
7477 This is level #1, in an 
7478 \family sans
7479 Enumerate
7480 \family default
7481  paragraph environment.
7482  We're actually going to nest a bunch of these.
7483 \end_layout
7484
7485 \begin_deeper
7486 \begin_layout Enumerate
7487 This is level #2.
7488  We used 
7489 \family sans
7490 M-Return
7491 \family default
7492  followed by 
7493 \family sans
7494 S-M-Right
7495 \family default
7496 .
7497  Now, what happens if we nest an 
7498 \family sans
7499 Itemize
7500 \family default
7501  environment inside of this one? It will be at level #3, but what will its
7502  label be? An asterisk?
7503 \end_layout
7504
7505 \begin_deeper
7506 \begin_layout Itemize
7507 No! It's a bullet.
7508  This is the 
7509 \emph on
7510 first
7511 \emph default
7512  
7513 \family sans
7514 Itemize
7515 \family default
7516  environment, even though it's at level #3.
7517  So, its label is a bullet.
7518  (We got here by using 
7519 \family sans
7520 M-Return
7521 \family default
7522 , then 
7523 \family sans
7524 S-M-Right
7525 \family default
7526 , then changing the environment to 
7527 \family sans
7528 Itemize
7529 \family default
7530 .)
7531 \end_layout
7532
7533 \begin_deeper
7534 \begin_layout Itemize
7535 Here's level #4, produced using 
7536 \family sans
7537 M-Return
7538 \family default
7539 , then 
7540 \family sans
7541 S-M-Right
7542 \family default
7543 .
7544  We'll do that again\SpecialChar \ldots{}
7545
7546 \end_layout
7547
7548 \begin_deeper
7549 \begin_layout Enumerate
7550 \SpecialChar \ldots{}
7551 to get to level #5.
7552  This time, however, we also changed the paragraph environment back to 
7553 \family sans
7554 Enumerate
7555 \family default
7556 .
7557  Notice the type of numbering, it is 
7558 \emph on
7559 lowercase Roman
7560 \emph default
7561 , because we are in the 
7562 \emph on
7563 thirdfold
7564 \emph default
7565  
7566 \family sans
7567 Enumerate
7568 \family default
7569  environment (i.e.
7570  it is an 
7571 \family sans
7572 Enumerate
7573 \family default
7574  inside an 
7575 \family sans
7576 Enumerate
7577 \family default
7578  inside an 
7579 \family sans
7580 Enumerate
7581 \family default
7582 ).
7583 \end_layout
7584
7585 \begin_layout Enumerate
7586 What happens if we 
7587 \emph on
7588 don't
7589 \emph default
7590  change the paragraph environment, but decrease the nesting depth? What
7591  type of numbering does LyX use?
7592 \end_layout
7593
7594 \begin_layout Enumerate
7595 Oh, as if you couldn't guess by now, we're just using 
7596 \family sans
7597 M-Return
7598 \family default
7599  to keep the current environment and depth but create a new item.
7600 \end_layout
7601
7602 \begin_layout Enumerate
7603 Let's use 
7604 \family sans
7605 S-M-Left
7606 \family default
7607  to decrease the depth after the next 
7608 \family sans
7609 M-Return
7610 \family default
7611 .
7612 \end_layout
7613
7614 \end_deeper
7615 \begin_layout Enumerate
7616 This is level #4.
7617  Look what type of label LyX is using!
7618 \end_layout
7619
7620 \end_deeper
7621 \begin_layout Enumerate
7622 This is level #3.
7623  Even though we've changed levels, LyX is still using a lowercase Roman
7624  numeral as the label.Why?
7625 \end_layout
7626
7627 \begin_layout Enumerate
7628 Because, even though the nesting depth has changed, the paragraph is 
7629 \emph on
7630 still
7631 \emph default
7632  a thirdfold 
7633 \family sans
7634 Enumerate
7635 \family default
7636  environment.
7637  Notice, however, that LyX 
7638 \emph on
7639 did
7640 \emph default
7641  reset the counter for the label.
7642 \end_layout
7643
7644 \end_deeper
7645 \begin_layout Enumerate
7646 Another 
7647 \family sans
7648 M-Return
7649 \family default
7650  
7651 \family sans
7652 S-M-Left
7653 \family default
7654  sequence, and we're back to level #2.
7655  This time, we not only changed the nesting depth, but we also moved back
7656  into the twofold-nested 
7657 \family sans
7658 Enumerate
7659 \family default
7660  environment.
7661 \end_layout
7662
7663 \end_deeper
7664 \begin_layout Enumerate
7665 The same thing happens if we do another 
7666 \family sans
7667 M-Return
7668 \family default
7669  
7670 \family sans
7671 S-M-Left
7672 \family default
7673  sequence and return to level #1, the outermost level.
7674 \end_layout
7675
7676 \begin_layout Standard
7677 Lastly, we reset the environment to 
7678 \family sans
7679 Standard
7680 \family default
7681 .
7682  As you can see, the level number doesn't correspond to what type of labeling
7683  LyX uses for the 
7684 \family sans
7685 Enumerate
7686 \family default
7687  and 
7688 \family sans
7689 Itemize
7690 \family default
7691  environments.
7692  The number of other 
7693 \family sans
7694 Enumerate
7695 \family default
7696  environments surrounding it determines what kind of label LyX uses for
7697  an 
7698 \family sans
7699 Enumerate
7700 \family default
7701  item.
7702  The same rule applies for the 
7703 \family sans
7704 Itemize
7705 \family default
7706  environment, as well.
7707 \end_layout
7708
7709 \begin_layout Subsubsection
7710 Example 4: Going Bonkers
7711 \end_layout
7712
7713 \begin_layout Enumerate
7714 We're going to go totally nuts now.
7715  We won't nest as deep as in the other examples, nor will we go into the
7716  same detail with how we did it.
7717  (level #1: 
7718 \family sans
7719 Enumerate
7720 \family default
7721 )
7722 \end_layout
7723
7724 \begin_deeper
7725 \begin_layout Standard
7726 (
7727 \family sans
7728 Return, S-M-Right, Standard
7729 \family default
7730 : level #2) We'll stick an encapsulated description of how we created the
7731  example in parentheses someplace.
7732  For example, the two keybindings are how we changed the depth.
7733  The environment name is the name of the current environment.
7734  Either before or after this, we'll put in the level.
7735 \end_layout
7736
7737 \end_deeper
7738 \begin_layout Enumerate
7739 (
7740 \family sans
7741 Return, Enumerate
7742 \family default
7743 : level #1) This is the next item in the list.
7744 \end_layout
7745
7746 \begin_deeper
7747 \begin_layout Verse
7748 Now we'll add verse.
7749 \begin_inset Newline newline
7750 \end_inset
7751
7752 It will get much worse.
7753 \begin_inset Newline newline
7754 \end_inset
7755
7756 (
7757 \family sans
7758 Return, S-M-Right, Verse
7759 \family default
7760 : level #2)
7761 \end_layout
7762
7763 \begin_layout Verse
7764 Fiddle dee, Fiddle doo.
7765 \begin_inset Newline newline
7766 \end_inset
7767
7768 Bippitey boppitey boo!
7769 \begin_inset Newline newline
7770 \end_inset
7771
7772 (
7773 \family sans
7774 M-Return)
7775 \end_layout
7776
7777 \begin_layout Verse
7778 Here comes a table:
7779 \end_layout
7780
7781 \begin_deeper
7782 \begin_layout Standard
7783 \begin_inset VSpace 0.3cm
7784 \end_inset
7785
7786
7787 \end_layout
7788
7789 \begin_layout Standard
7790 \align center
7791 \begin_inset Tabular
7792 <lyxtabular version="3" rows="2" columns="2">
7793 <features>
7794 <column alignment="center" valignment="top" width="0pt">
7795 <column alignment="center" valignment="top" width="0pt">
7796 <row>
7797 <cell alignment="center" valignment="top" usebox="none">
7798 \begin_inset Text
7799
7800 \begin_layout Plain Layout
7801
7802 \family roman
7803 \series medium
7804 \shape up
7805 \size normal
7806 \emph off
7807 \bar no
7808 \noun off
7809 \color none
7810 one-fish
7811 \end_layout
7812
7813 \end_inset
7814 </cell>
7815 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7816 \begin_inset Text
7817
7818 \begin_layout Plain Layout
7819
7820 \family roman
7821 \series medium
7822 \shape up
7823 \size normal
7824 \emph off
7825 \bar no
7826 \noun off
7827 \color none
7828 two-fish
7829 \end_layout
7830
7831 \end_inset
7832 </cell>
7833 </row>
7834 <row>
7835 <cell alignment="center" valignment="top" topline="true" usebox="none">
7836 \begin_inset Text
7837
7838 \begin_layout Plain Layout
7839
7840 \family roman
7841 \series medium
7842 \shape up
7843 \size normal
7844 \emph off
7845 \bar no
7846 \noun off
7847 \color none
7848 red-fish
7849 \end_layout
7850
7851 \end_inset
7852 </cell>
7853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7854 \begin_inset Text
7855
7856 \begin_layout Plain Layout
7857
7858 \family roman
7859 \series medium
7860 \shape up
7861 \size normal
7862 \emph off
7863 \bar no
7864 \noun off
7865 \color none
7866 blue-fish
7867 \end_layout
7868
7869 \end_inset
7870 </cell>
7871 </row>
7872 </lyxtabular>
7873
7874 \end_inset
7875
7876
7877 \end_layout
7878
7879 \end_deeper
7880 \begin_layout Verse
7881 (
7882 \family sans
7883 M-Return, Table, S-M-Right
7884 \family default
7885  3 times, 
7886 \family sans
7887 M-Return, Verse, S-M-Left
7888 \family default
7889 )
7890 \end_layout
7891
7892 \end_deeper
7893 \begin_layout Enumerate
7894 (
7895 \family sans
7896 Return, Enumerate
7897 \family default
7898 : level #1) This is another item.
7899  Note that selecting a 
7900 \family sans
7901 Table
7902 \family default
7903  resets the nesting depth to level #1, so we increased the nesting depth
7904  3 times to put the table inside the 
7905 \family sans
7906 Verse
7907 \family default
7908  environment.
7909  
7910 \end_layout
7911
7912 \begin_layout Quotation
7913 We're now ending the 
7914 \family sans
7915 Enumerate
7916 \family default
7917  list and changing to 
7918 \family sans
7919 Quotation
7920 \family default
7921 .
7922  We're still at level #1.
7923  We want to show you some of the things you can do by mixing environments.
7924  The next set of paragraphs is a 
7925 \begin_inset Quotes eld
7926 \end_inset
7927
7928 quoted letter.
7929 \begin_inset Quotes erd
7930 \end_inset
7931
7932  We'll nest both the 
7933 \family sans
7934 Address
7935 \family default
7936  and 
7937 \family sans
7938 Right
7939 \begin_inset Space ~
7940 \end_inset
7941
7942 Address
7943 \family default
7944  environments inside of this one, then use another nested 
7945 \family sans
7946 Quotation
7947 \family default
7948  for the letter body.
7949  We'll use 
7950 \family sans
7951 M-Return
7952 \family default
7953  to preserve the depth.
7954  Remember that you need to use 
7955 \family sans
7956 C-Return
7957 \family default
7958  to create multiple lines inside the 
7959 \family sans
7960 Address
7961 \family default
7962  and 
7963 \family sans
7964 Right
7965 \begin_inset Space ~
7966 \end_inset
7967
7968 Address
7969 \family default
7970  environments.
7971  Here it goes:
7972 \end_layout
7973
7974 \begin_deeper
7975 \begin_layout Right Address
7976 1234 Nowhere Rd.
7977 \begin_inset Newline newline
7978 \end_inset
7979
7980 Moosegroin, MT 00100
7981 \begin_inset Newline newline
7982 \end_inset
7983
7984 9-6-96
7985 \end_layout
7986
7987 \begin_layout Address
7988 Dear Mr.
7989 \begin_inset Space ~
7990 \end_inset
7991
7992 Fizlewitz:
7993 \end_layout
7994
7995 \begin_layout Quotation
7996 We regret to inform you that we cannot fill your order for 50
7997 \begin_inset Formula $\,$
7998 \end_inset
7999
8000 L of compressed methane gas due to circumstances beyond our control.
8001  Unfortunately, several of our cows have mysteriously exploded, creating
8002  a backlog in our orders for methane.
8003  We will place your name on the waiting list and try to fill your order
8004  as soon as possible.
8005  In the meantime, we thank you for your patience.
8006 \end_layout
8007
8008 \begin_layout Quotation
8009 We do, however, now have a special on beef.
8010  If you are interested, please return the enclosed pricing and order form
8011  with your order, along with payment.
8012 \end_layout
8013
8014 \begin_layout Quotation
8015 We thank you again for your patience.
8016 \end_layout
8017
8018 \begin_layout Address
8019 Sincerely,
8020 \begin_inset Newline newline
8021 \end_inset
8022
8023 Bill Hick
8024 \end_layout
8025
8026 \end_deeper
8027 \begin_layout Quotation
8028 That ends that example!
8029 \end_layout
8030
8031 \begin_layout Standard
8032 As you can see, nesting environments in LyX gives you a lot of power with
8033  just a few keystrokes.
8034  We could have easily nested an 
8035 \family sans
8036 Itemize
8037 \family default
8038  list inside of a 
8039 \family sans
8040 Quotation
8041 \family default
8042  or 
8043 \family sans
8044 Quote
8045 \family default
8046 , or put a 
8047 \family sans
8048 Quote
8049 \family default
8050  inside of an 
8051 \family sans
8052 Itemize
8053 \family default
8054  list.
8055  You have a huge variety of options at your disposal.
8056 \end_layout
8057
8058 \begin_layout Section
8059 Spacing, pagination and line breaks
8060 \begin_inset Index
8061 status collapsed
8062
8063 \begin_layout Plain Layout
8064 Spacing
8065 \end_layout
8066
8067 \end_inset
8068
8069
8070 \end_layout
8071
8072 \begin_layout Standard
8073 What is a space? While you might be used to press the space key anytime
8074  you want to separate two words in ordinary word processors, LyX offers
8075  you more spaces: Spaces of different width and spaces which can or cannot
8076  be broken at the end of a line.
8077  The following sections will show you some examples where those spaces are
8078  useful.
8079 \end_layout
8080
8081 \begin_layout Subsection
8082 Protected Space
8083 \begin_inset CommandInset label
8084 LatexCommand label
8085 name "sub:Protected-Space"
8086
8087 \end_inset
8088
8089
8090 \begin_inset Index
8091 status collapsed
8092
8093 \begin_layout Plain Layout
8094 Spaces ! Protected
8095 \end_layout
8096
8097 \end_inset
8098
8099
8100 \end_layout
8101
8102 \begin_layout Standard
8103 The protected space: It is used to tell LyX (and LaTeX) not to break the
8104  line at that point.
8105  This may be necessary to avoid unlucky linebreaks, like in: 
8106 \end_layout
8107
8108 \begin_layout Quote
8109 Further documentation is given in section
8110 \begin_inset Newline newline
8111 \end_inset
8112
8113
8114 \begin_inset CommandInset ref
8115 LatexCommand ref
8116 reference "sec:Bibliography"
8117
8118 \end_inset
8119
8120 .
8121  
8122 \end_layout
8123
8124 \begin_layout Standard
8125 Obviously, it would be a good thing to put a protected space between 
8126 \begin_inset Quotes eld
8127 \end_inset
8128
8129 section
8130 \begin_inset Quotes erd
8131 \end_inset
8132
8133  and 
8134 \begin_inset Quotes eld
8135 \end_inset
8136
8137
8138 \begin_inset CommandInset ref
8139 LatexCommand ref
8140 reference "sec:Bibliography"
8141
8142 \end_inset
8143
8144
8145 \begin_inset Quotes erd
8146 \end_inset
8147
8148 .
8149  A protected space is set with 
8150 \family sans
8151 Insert\SpecialChar \menuseparator
8152 Formatting\SpecialChar \menuseparator
8153 Protected
8154 \bar under
8155
8156 \begin_inset Space ~
8157 \end_inset
8158
8159
8160 \bar default
8161 Space
8162 \family default
8163  (shortcut 
8164 \family sans
8165 C-Space
8166 \family default
8167 ).
8168 \end_layout
8169
8170 \begin_layout Subsection
8171 Horizontal Space
8172 \begin_inset CommandInset label
8173 LatexCommand label
8174 name "sub:Horizontal-Space"
8175
8176 \end_inset
8177
8178
8179 \begin_inset Index
8180 status collapsed
8181
8182 \begin_layout Plain Layout
8183 Spacing ! Horizontal
8184 \end_layout
8185
8186 \end_inset
8187
8188
8189 \end_layout
8190
8191 \begin_layout Standard
8192 All horizontal spaces can be inserted with the menu 
8193 \family sans
8194 Insert\SpecialChar \menuseparator
8195 Formatting\SpecialChar \menuseparator
8196 Horizontal Space
8197 \family default
8198 .
8199  The length units are listed in Appendix
8200 \begin_inset Space ~
8201 \end_inset
8202
8203
8204 \begin_inset CommandInset ref
8205 LatexCommand ref
8206 reference "cha:Units-available-in"
8207
8208 \end_inset
8209
8210 .
8211 \end_layout
8212
8213 \begin_layout Subsubsection
8214 Inter-word Space
8215 \begin_inset CommandInset label
8216 LatexCommand label
8217 name "sub:Inter-word-Space"
8218
8219 \end_inset
8220
8221
8222 \begin_inset Index
8223 status collapsed
8224
8225 \begin_layout Plain Layout
8226 Spaces ! Inter-word
8227 \end_layout
8228
8229 \end_inset
8230
8231
8232 \end_layout
8233
8234 \begin_layout Standard
8235 Some languages (e.
8236 \begin_inset Space \thinspace{}
8237 \end_inset
8238
8239 g.
8240 \begin_inset Space \space{}
8241 \end_inset
8242
8243 English) have the typographical convention to add extra space after an end-of-se
8244 ntence punctuation mark, and LyX honors those conventions (see section
8245 \begin_inset Space ~
8246 \end_inset
8247
8248
8249 \begin_inset CommandInset ref
8250 LatexCommand ref
8251 reference "sub:Abbreviations"
8252
8253 \end_inset
8254
8255 ).
8256  Sometimes, you want a normal space nevertheless.
8257  In this case, insert an inter-word space (shortcut 
8258 \family sans
8259 C-M-Space
8260 \family default
8261 ).
8262 \end_layout
8263
8264 \begin_layout Subsubsection
8265 Thin Space
8266 \begin_inset CommandInset label
8267 LatexCommand label
8268 name "sub:Thin-Space"
8269
8270 \end_inset
8271
8272
8273 \begin_inset Index
8274 status collapsed
8275
8276 \begin_layout Plain Layout
8277 Spaces ! Thin
8278 \end_layout
8279
8280 \end_inset
8281
8282
8283 \end_layout
8284
8285 \begin_layout Standard
8286
8287 \begin_inset Quotes eld
8288 \end_inset
8289
8290 thin space
8291 \begin_inset Quotes erd
8292 \end_inset
8293
8294  is a blank which has half the size of a normal space (and it is also 
8295 \begin_inset Quotes eld
8296 \end_inset
8297
8298 protected
8299 \begin_inset Quotes erd
8300 \end_inset
8301
8302 ).
8303  The typographical conventions in a lot of languages propose the use of
8304  thin spaces in cases where normal spaces would be too wide, for instance
8305  inside abbreviations:
8306 \end_layout
8307
8308 \begin_layout Quote
8309 D.
8310 \begin_inset Space \thinspace{}
8311 \end_inset
8312
8313 E.
8314  Knuth has developed our beloved typesetting program, i.
8315 \begin_inset Space \thinspace{}
8316 \end_inset
8317
8318 e.
8319 \begin_inset Space \space{}
8320 \end_inset
8321
8322 TeX.
8323 \end_layout
8324
8325 \begin_layout Standard
8326 or between values and units.
8327  Compare for example this:
8328 \begin_inset Newline newline
8329 \end_inset
8330
8331 10
8332 \begin_inset Space \thinspace{}
8333 \end_inset
8334
8335 kg (thin space)
8336 \begin_inset Newline newline
8337 \end_inset
8338
8339 10 kg (normal space
8340 \end_layout
8341
8342 \begin_layout Standard
8343 You can insert thin spaces also with the menu 
8344 \family sans
8345 Insert\SpecialChar \menuseparator
8346 Formatting\SpecialChar \menuseparator
8347 Thin
8348 \begin_inset Space ~
8349 \end_inset
8350
8351 Space
8352 \family default
8353  (shortcut 
8354 \family sans
8355 C-S-Space
8356 \family default
8357 ).
8358 \end_layout
8359
8360 \begin_layout Subsubsection
8361 More Spaces
8362 \begin_inset CommandInset label
8363 LatexCommand label
8364 name "sub:More-Spaces"
8365
8366 \end_inset
8367
8368
8369 \end_layout
8370
8371 \begin_layout Standard
8372 You can furthermore insert the following space types:
8373 \end_layout
8374
8375 \begin_layout Description
8376 Negative
8377 \begin_inset Space ~
8378 \end_inset
8379
8380 thin
8381 \begin_inset Space ~
8382 \end_inset
8383
8384 space A line with a 
8385 \begin_inset Formula $\to$
8386 \end_inset
8387
8388
8389 \begin_inset Space \negthinspace{}
8390 \end_inset
8391
8392
8393 \begin_inset Formula $\gets$
8394 \end_inset
8395
8396  Negative thin space between the arrows.
8397 \end_layout
8398
8399 \begin_layout Description
8400 Enspace
8401 \begin_inset Space ~
8402 \end_inset
8403
8404 (0.5
8405 \begin_inset Space \thinspace{}
8406 \end_inset
8407
8408 em) A line with a 
8409 \begin_inset Formula $\to$
8410 \end_inset
8411
8412
8413 \begin_inset Space \enskip{}
8414 \end_inset
8415
8416
8417 \begin_inset Formula $\gets$
8418 \end_inset
8419
8420  Enspace (0.5
8421 \begin_inset Space \thinspace{}
8422 \end_inset
8423
8424 em) space between the arrows.
8425 \end_layout
8426
8427 \begin_layout Description
8428 Quad
8429 \begin_inset Space ~
8430 \end_inset
8431
8432 (1
8433 \begin_inset Space \thinspace{}
8434 \end_inset
8435
8436 em) A line with a 
8437 \begin_inset Formula $\to$
8438 \end_inset
8439
8440
8441 \begin_inset Space \quad{}
8442 \end_inset
8443
8444
8445 \begin_inset Formula $\gets$
8446 \end_inset
8447
8448  Quad
8449 \begin_inset Space ~
8450 \end_inset
8451
8452 (1
8453 \begin_inset Space \thinspace{}
8454 \end_inset
8455
8456 em) space between the arrows.
8457 \end_layout
8458
8459 \begin_layout Description
8460 QQuad
8461 \begin_inset Space ~
8462 \end_inset
8463
8464 (2
8465 \begin_inset Space \thinspace{}
8466 \end_inset
8467
8468 em) A line with a 
8469 \begin_inset Formula $\to$
8470 \end_inset
8471
8472
8473 \begin_inset Space \qquad{}
8474 \end_inset
8475
8476
8477 \begin_inset Formula $\gets$
8478 \end_inset
8479
8480  QQuad
8481 \begin_inset Space ~
8482 \end_inset
8483
8484 (2
8485 \begin_inset Space \thinspace{}
8486 \end_inset
8487
8488 em) space between the arrows.
8489 \end_layout
8490
8491 \begin_layout Description
8492 Custom
8493 \begin_inset Space ~
8494 \end_inset
8495
8496 space A line with
8497 \begin_inset Formula $\to$
8498 \end_inset
8499
8500
8501 \begin_inset Space \hspace{}
8502 \length 2cm
8503 \end_inset
8504
8505
8506 \begin_inset Formula $\gets$
8507 \end_inset
8508
8509  2
8510 \begin_inset Space \thinspace{}
8511 \end_inset
8512
8513 cm space between the arrows.
8514 \end_layout
8515
8516 \begin_layout Standard
8517 Table
8518 \begin_inset Space ~
8519 \end_inset
8520
8521
8522 \begin_inset CommandInset ref
8523 LatexCommand ref
8524 reference "tab:Width-of-the"
8525
8526 \end_inset
8527
8528  lists the different space sizes.
8529 \end_layout
8530
8531 \begin_layout Standard
8532 \begin_inset Float table
8533 wide false
8534 sideways false
8535 status open
8536
8537 \begin_layout Plain Layout
8538 \align center
8539 \begin_inset Caption
8540
8541 \begin_layout Plain Layout
8542 \begin_inset CommandInset label
8543 LatexCommand label
8544 name "tab:Width-of-the"
8545
8546 \end_inset
8547
8548 Width of the different horizotal spaces.
8549 \end_layout
8550
8551 \end_inset
8552
8553
8554 \end_layout
8555
8556 \begin_layout Plain Layout
8557 \align center
8558 \begin_inset Tabular
8559 <lyxtabular version="3" rows="8" columns="2">
8560 <features>
8561 <column alignment="center" valignment="top" width="0">
8562 <column alignment="center" valignment="top" width="0">
8563 <row>
8564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8565 \begin_inset Text
8566
8567 \begin_layout Plain Layout
8568
8569 \series bold
8570 Space
8571 \end_layout
8572
8573 \end_inset
8574 </cell>
8575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8576 \begin_inset Text
8577
8578 \begin_layout Plain Layout
8579
8580 \series bold
8581 Width
8582 \end_layout
8583
8584 \end_inset
8585 </cell>
8586 </row>
8587 <row>
8588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8589 \begin_inset Text
8590
8591 \begin_layout Plain Layout
8592 Normal
8593 \end_layout
8594
8595 \end_inset
8596 </cell>
8597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8598 \begin_inset Text
8599
8600 \begin_layout Plain Layout
8601 1/3
8602 \begin_inset Space \thinspace{}
8603 \end_inset
8604
8605 em
8606 \end_layout
8607
8608 \end_inset
8609 </cell>
8610 </row>
8611 <row>
8612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8613 \begin_inset Text
8614
8615 \begin_layout Plain Layout
8616 Protected
8617 \end_layout
8618
8619 \end_inset
8620 </cell>
8621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8622 \begin_inset Text
8623
8624 \begin_layout Plain Layout
8625 1/3
8626 \begin_inset Space \thinspace{}
8627 \end_inset
8628
8629 em
8630 \end_layout
8631
8632 \end_inset
8633 </cell>
8634 </row>
8635 <row>
8636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8637 \begin_inset Text
8638
8639 \begin_layout Plain Layout
8640 Thin
8641 \end_layout
8642
8643 \end_inset
8644 </cell>
8645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8646 \begin_inset Text
8647
8648 \begin_layout Plain Layout
8649 1/6
8650 \begin_inset Space \thinspace{}
8651 \end_inset
8652
8653 em
8654 \end_layout
8655
8656 \end_inset
8657 </cell>
8658 </row>
8659 <row>
8660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8661 \begin_inset Text
8662
8663 \begin_layout Plain Layout
8664 Negative thin
8665 \end_layout
8666
8667 \end_inset
8668 </cell>
8669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8670 \begin_inset Text
8671
8672 \begin_layout Plain Layout
8673 -1/6
8674 \begin_inset Space \thinspace{}
8675 \end_inset
8676
8677 em
8678 \end_layout
8679
8680 \end_inset
8681 </cell>
8682 </row>
8683 <row>
8684 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8685 \begin_inset Text
8686
8687 \begin_layout Plain Layout
8688 Enspace (0.5
8689 \begin_inset Space \thinspace{}
8690 \end_inset
8691
8692 em)
8693 \end_layout
8694
8695 \end_inset
8696 </cell>
8697 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8698 \begin_inset Text
8699
8700 \begin_layout Plain Layout
8701 0.5
8702 \begin_inset Space \thinspace{}
8703 \end_inset
8704
8705 em
8706 \end_layout
8707
8708 \end_inset
8709 </cell>
8710 </row>
8711 <row>
8712 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8713 \begin_inset Text
8714
8715 \begin_layout Plain Layout
8716 Quad (1
8717 \begin_inset Space \thinspace{}
8718 \end_inset
8719
8720 em)
8721 \end_layout
8722
8723 \end_inset
8724 </cell>
8725 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8726 \begin_inset Text
8727
8728 \begin_layout Plain Layout
8729 1
8730 \begin_inset Space \thinspace{}
8731 \end_inset
8732
8733 em
8734 \end_layout
8735
8736 \end_inset
8737 </cell>
8738 </row>
8739 <row>
8740 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8741 \begin_inset Text
8742
8743 \begin_layout Plain Layout
8744 QQuad (2
8745 \begin_inset Space \thinspace{}
8746 \end_inset
8747
8748 em)
8749 \end_layout
8750
8751 \end_inset
8752 </cell>
8753 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8754 \begin_inset Text
8755
8756 \begin_layout Plain Layout
8757 2
8758 \begin_inset Space \thinspace{}
8759 \end_inset
8760
8761 em
8762 \end_layout
8763
8764 \end_inset
8765 </cell>
8766 </row>
8767 </lyxtabular>
8768
8769 \end_inset
8770
8771
8772 \end_layout
8773
8774 \end_inset
8775
8776
8777 \end_layout
8778
8779 \begin_layout Subsubsection
8780
8781 \family sans
8782 Horizontal Fills
8783 \family default
8784
8785 \begin_inset Index
8786 status collapsed
8787
8788 \begin_layout Plain Layout
8789 Spacing ! Fills
8790 \end_layout
8791
8792 \end_inset
8793
8794
8795 \end_layout
8796
8797 \begin_layout Standard
8798 Horizontal fills (hfills) are a special LyX feature for adding extra space
8799  in a uniform fashion.
8800  An hfill is actually a variable length space, whose length always equals
8801  the remaining space between the left and right margins.
8802  If there is more than one hfill on a line, they divide the available space
8803  equally between themselves.
8804  
8805 \end_layout
8806
8807 \begin_layout Standard
8808 Here a few examples what you can do with them:
8809 \end_layout
8810
8811 \begin_layout Quote
8812 \noindent
8813 This is on the left side
8814 \begin_inset Space \hfill{}
8815 \end_inset
8816
8817 This is on the right
8818 \end_layout
8819
8820 \begin_layout Quote
8821 \noindent
8822 Left
8823 \begin_inset Space \hfill{}
8824 \end_inset
8825
8826 Middle
8827 \begin_inset Space \hfill{}
8828 \end_inset
8829
8830 Right
8831 \end_layout
8832
8833 \begin_layout Quote
8834 \noindent
8835 Left
8836 \begin_inset Space \hfill{}
8837 \end_inset
8838
8839 1/3 Left
8840 \begin_inset Space \hfill{}
8841 \end_inset
8842
8843
8844 \begin_inset Space \hfill{}
8845 \end_inset
8846
8847 Right
8848 \end_layout
8849
8850 \begin_layout Standard
8851 That was an example in the 
8852 \family sans
8853 Quote
8854 \family default
8855  environment.
8856  Here
8857 \begin_inset Formula $\to$
8858 \end_inset
8859
8860
8861 \begin_inset Space \hfill{}
8862 \end_inset
8863
8864
8865 \begin_inset Formula $\gets$
8866 \end_inset
8867
8868 is one in a standard paragraph.
8869  It may or may not be apparent in the printed text, but it 
8870 \emph on
8871 is
8872 \emph default
8873  sitting in-between the two arrows.
8874 \end_layout
8875
8876 \begin_layout Standard
8877 There may be more than one set of margins on a line.
8878  Here's an example with the 
8879 \family sans
8880 List
8881 \family default
8882  environment.
8883 \end_layout
8884
8885 \begin_layout Labeling
8886 \labelwidthstring 00.00.0000
8887 one
8888 \begin_inset Space \hfill{}
8889 \end_inset
8890
8891 two :three
8892 \begin_inset Space \hfill{}
8893 \end_inset
8894
8895 four
8896 \begin_inset Space \hfill{}
8897 \end_inset
8898
8899 five
8900 \begin_inset Space \hfill{}
8901 \end_inset
8902
8903 six
8904 \end_layout
8905
8906 \begin_layout Standard
8907 The 
8908 \begin_inset Quotes eld
8909 \end_inset
8910
8911 :
8912 \begin_inset Quotes erd
8913 \end_inset
8914
8915  marks the beginning of the item.
8916  (There is actually a 
8917 \begin_inset Quotes eld
8918 \end_inset
8919
8920 hidden
8921 \begin_inset Quotes erd
8922 \end_inset
8923
8924  hfill inside of the label of the 
8925 \family sans
8926 List
8927 \family default
8928  environment; it's put at the end of the label automatically.) Hfills work
8929  similarly in other 
8930 \begin_inset Quotes eld
8931 \end_inset
8932
8933 multi-margin
8934 \begin_inset Quotes erd
8935 \end_inset
8936
8937  situations, like two-column mode.
8938 \end_layout
8939
8940 \begin_layout Standard
8941 \begin_inset Note Greyedout
8942 status open
8943
8944 \begin_layout Plain Layout
8945
8946 \series bold
8947 Note:
8948 \series default
8949  If an hfill is at the beginning of a line, and 
8950 \emph on
8951 not
8952 \emph default
8953  in the first line in a paragraph, LyX ignores it.
8954  This prevents hfills from accidentally being wrapped onto a new line.
8955  If you need space in this case anyway, set the 
8956 \family sans
8957 Protect
8958 \family default
8959  option in the space dialog.
8960 \end_layout
8961
8962 \end_inset
8963
8964
8965 \end_layout
8966
8967 \begin_layout Subsubsection
8968 Phantom Space
8969 \begin_inset Index
8970 status collapsed
8971
8972 \begin_layout Plain Layout
8973 Spacing ! Phantom
8974 \end_layout
8975
8976 \end_inset
8977
8978
8979 \end_layout
8980
8981 \begin_layout Standard
8982 Sometimes you want to insert space with exactly the length of a phrase.
8983  E.g.
8984  you want to create the following multiple choice question:
8985 \end_layout
8986
8987 \begin_layout Standard
8988 \begin_inset VSpace medskip
8989 \end_inset
8990
8991 What is correct English?:
8992 \begin_inset Newline newline
8993 \end_inset
8994
8995
8996 \begin_inset Newline newline
8997 \end_inset
8998
8999 Mr.
9000 \begin_inset Space ~
9001 \end_inset
9002
9003 Edge would have been jumps the gun.
9004 \begin_inset Newline newline
9005 \end_inset
9006
9007
9008 \begin_inset ERT
9009 status collapsed
9010
9011 \begin_layout Plain Layout
9012
9013
9014 \backslash
9015 phantom{Mr.
9016  Edge }
9017 \end_layout
9018
9019 \end_inset
9020
9021 has to be jumped
9022 \begin_inset Newline newline
9023 \end_inset
9024
9025
9026 \begin_inset ERT
9027 status collapsed
9028
9029 \begin_layout Plain Layout
9030
9031
9032 \backslash
9033 phantom{Mr.
9034  Edge }
9035 \end_layout
9036
9037 \end_inset
9038
9039 jumps
9040 \begin_inset VSpace medskip
9041 \end_inset
9042
9043
9044 \end_layout
9045
9046 \begin_layout Standard
9047 So that the choices appear exactly after the phrase 
9048 \begin_inset Quotes eld
9049 \end_inset
9050
9051 Mr.
9052 \begin_inset Space ~
9053 \end_inset
9054
9055 Edge
9056 \begin_inset Space ~
9057 \end_inset
9058
9059
9060 \begin_inset Quotes erd
9061 \end_inset
9062
9063 .
9064  To get this, you can use the LaTeX-command 
9065 \series bold
9066
9067 \backslash
9068 phantom
9069 \series default
9070  in ERT.
9071  In our case write the command 
9072 \series bold
9073
9074 \backslash
9075 phantom{Mr.
9076  Edge }
9077 \series default
9078  (note the space after 
9079 \begin_inset Quotes eld
9080 \end_inset
9081
9082 Edge
9083 \begin_inset Quotes erd
9084 \end_inset
9085
9086 ) at the beginning of the last two lines.
9087  The command prints out the phrase within the the two braces, but invisible.
9088  That is why it is named 
9089 \begin_inset Quotes eld
9090 \end_inset
9091
9092 phantom
9093 \begin_inset Quotes erd
9094 \end_inset
9095
9096 .
9097 \begin_inset Foot
9098 status collapsed
9099
9100 \begin_layout Plain Layout
9101 There exists also the commands 
9102 \backslash
9103
9104 \series bold
9105 hphantom
9106 \series default
9107  and 
9108 \backslash
9109
9110 \series bold
9111 vphantom
9112 \series default
9113 , but this too special for the LyX Userguide.
9114  If you are interested in knowing more about this, have a look at 
9115 \begin_inset CommandInset citation
9116 LatexCommand cite
9117 key "latexcompanion,latexguide"
9118
9119 \end_inset
9120
9121 .
9122 \end_layout
9123
9124 \end_inset
9125
9126
9127 \end_layout
9128
9129 \begin_layout Subsection
9130 Vertical Space
9131 \begin_inset CommandInset label
9132 LatexCommand label
9133 name "sub:Vertical-Space"
9134
9135 \end_inset
9136
9137
9138 \begin_inset Index
9139 status collapsed
9140
9141 \begin_layout Plain Layout
9142 Spacing ! Vertical
9143 \end_layout
9144
9145 \end_inset
9146
9147
9148 \end_layout
9149
9150 \begin_layout Standard
9151 To add extra vertical space above or below a paragraph, use the 
9152 \family sans
9153 Insert\SpecialChar \menuseparator
9154 Formatting\SpecialChar \menuseparator
9155 Vertical
9156 \begin_inset Space ~
9157 \end_inset
9158
9159 Space
9160 \family default
9161  dialog.
9162  There you find the following sizes:
9163 \end_layout
9164
9165 \begin_layout Standard
9166
9167 \family sans
9168 SmallSkip
9169 \family default
9170
9171 \family sans
9172 MedSkip
9173 \family default
9174  and 
9175 \family sans
9176 BigSkip
9177 \family default
9178  are LaTeX sizes which depends on the font size of the document.
9179  
9180 \family sans
9181 DefSkip
9182 \family default
9183  is the skip adjusted in the dialog 
9184 \family sans
9185 Document\SpecialChar \menuseparator
9186 Settings
9187 \begin_inset Index
9188 status collapsed
9189
9190 \begin_layout Plain Layout
9191 Document ! Settings
9192 \end_layout
9193
9194 \end_inset
9195
9196
9197 \family default
9198  for the paragraph separation.
9199  If you use indentation to separate paragraphs 
9200 \family sans
9201 DefSkip
9202 \family default
9203  is equal to 
9204 \family sans
9205 MedSkip
9206 \family default
9207 .
9208 \end_layout
9209
9210 \begin_layout Standard
9211
9212 \family sans
9213 VFill
9214 \family default
9215
9216 \begin_inset Index
9217 status collapsed
9218
9219 \begin_layout Plain Layout
9220 Spacing ! Fills
9221 \end_layout
9222
9223 \end_inset
9224
9225  is a variable space, set so that the space is maximal within one page.
9226  An example: You have only two short paragraphs on one page with a vfill
9227  between them.
9228  Then the first paragraph is placed at the top of the page and the second
9229  one at the bottom, because the space between them is then maximal.
9230  
9231 \family sans
9232 VFill
9233 \family default
9234 s work like 
9235 \family sans
9236 HFill
9237 \family default
9238 s: they fill the remaining vertical space on a page with blank space.
9239 \begin_inset Foot
9240 status collapsed
9241
9242 \begin_layout Plain Layout
9243
9244 \family sans
9245 HFill
9246 \family default
9247 s are described in section
9248 \begin_inset Space ~
9249 \end_inset
9250
9251
9252 \begin_inset CommandInset ref
9253 LatexCommand ref
9254 reference "sub:Horizontal-Space"
9255
9256 \end_inset
9257
9258 .
9259 \end_layout
9260
9261 \end_inset
9262
9263  If there are several 
9264 \family sans
9265 VFill
9266 \family default
9267 s on a page, they divide the remaining vertical space equally between themselves.
9268  You can therefore use 
9269 \family sans
9270 VFill
9271 \family default
9272 s to center text on a page, or even place text 2/3 down a page.
9273 \end_layout
9274
9275 \begin_layout Standard
9276
9277 \family sans
9278 Custom
9279 \family default
9280  are custom spaces in units explained in Appendix
9281 \begin_inset Space ~
9282 \end_inset
9283
9284
9285 \begin_inset CommandInset ref
9286 LatexCommand ref
9287 reference "cha:Units-available-in"
9288
9289 \end_inset
9290
9291 .
9292 \end_layout
9293
9294 \begin_layout Standard
9295 \begin_inset Note Greyedout
9296 status open
9297
9298 \begin_layout Plain Layout
9299
9300 \series bold
9301 Note:
9302 \series default
9303  
9304 \series medium
9305 When the extra vertical space would be in the output at the top/bottom of
9306  a page, the space is only added if you have also checked the option 
9307 \family sans
9308 Protect
9309 \family default
9310 .
9311 \end_layout
9312
9313 \end_inset
9314
9315
9316 \end_layout
9317
9318 \begin_layout Subsection
9319 Paragraph Alignment
9320 \end_layout
9321
9322 \begin_layout Standard
9323 You can change the paragraph alignment with the 
9324 \family sans
9325 Edit\SpecialChar \menuseparator
9326 Paragraph Settings
9327 \family default
9328  dialog.
9329  There are four possibilities: 
9330 \end_layout
9331
9332 \begin_layout Itemize
9333
9334 \family sans
9335 Justified
9336 \end_layout
9337
9338 \begin_layout Itemize
9339
9340 \family sans
9341 Left
9342 \end_layout
9343
9344 \begin_layout Itemize
9345
9346 \family sans
9347 Right
9348 \end_layout
9349
9350 \begin_layout Itemize
9351
9352 \family sans
9353 Center
9354 \end_layout
9355
9356 \begin_layout Standard
9357 The default in most cases is justified alignment, in which the inter-word
9358  spacing is variable and each line of a paragraph fills the region between
9359  the left and right margins.
9360  The other three alignments should be self-explanatory, and look like this:
9361 \end_layout
9362
9363 \begin_layout Standard
9364 \align right
9365 This paragraph is right aligned,
9366 \end_layout
9367
9368 \begin_layout Standard
9369 \align center
9370 this one is centered,
9371 \end_layout
9372
9373 \begin_layout Standard
9374 \align left
9375 this one is left aligned.
9376 \end_layout
9377
9378 \begin_layout Subsection
9379 Forced Pagebreaks
9380 \begin_inset Index
9381 status collapsed
9382
9383 \begin_layout Plain Layout
9384 Pagebreaks ! Forced
9385 \end_layout
9386
9387 \end_inset
9388
9389
9390 \begin_inset CommandInset label
9391 LatexCommand label
9392 name "sub:Forced-Pagebreaks"
9393
9394 \end_inset
9395
9396
9397 \end_layout
9398
9399 \begin_layout Standard
9400 If you don't like the way LaTeX does the pagebreaks in your document, you
9401  can force a pagebreak where you want one.
9402  Normally this will not be necessary, because LaTeX is good at pagebreaking.
9403  Only if you use many 
9404 \family sans
9405 Floats
9406 \family default
9407 , LaTeX's page breaking algorithm can fail.
9408 \end_layout
9409
9410 \begin_layout Standard
9411 We recommend not to use forced pagebreaks until the text is finished, and
9412  until you have checked in the preview to see if you 
9413 \emph on
9414 really
9415 \emph default
9416  have to change the pagebreaking.
9417 \end_layout
9418
9419 \begin_layout Standard
9420 There are two types of pagebreaks: One that ends the page without any special
9421  action.
9422  This can be inserted above or below a paragraph via the menu 
9423 \family sans
9424 Insert\SpecialChar \menuseparator
9425 Formatting\SpecialChar \menuseparator
9426 New
9427 \begin_inset Space ~
9428 \end_inset
9429
9430 Page
9431 \family default
9432 .
9433  The second type, that is inserted via the menu 
9434 \family sans
9435 Insert\SpecialChar \menuseparator
9436 Formatting\SpecialChar \menuseparator
9437 Page
9438 \begin_inset Space ~
9439 \end_inset
9440
9441 Break
9442 \family default
9443 , ends a page but stretches the content of the page, so that it fills out
9444  the complete page.
9445  This type is useful to avoid whitespace when a pagebreak produces a page
9446  on which only the last few lines are absent.
9447 \end_layout
9448
9449 \begin_layout Standard
9450 You might try to use a pagebreak to ensure that a figure or table appears
9451  at the top of a page.
9452  This is, of course, the wrong way to do it.
9453  LyX gives you a way of automatically ensuring that your figures and tables
9454  appear at the top of a page (or the bottom, or on their own page) without
9455  having to worry about what precedes or follows your figure or table.
9456  See chapter 
9457 \begin_inset CommandInset ref
9458 LatexCommand ref
9459 reference "cha:Floats-and-Notes"
9460
9461 \end_inset
9462
9463  to learn more about 
9464 \family sans
9465 Floats
9466 \family default
9467 .
9468 \end_layout
9469
9470 \begin_layout Subsubsection
9471 Clear Pagebreaks
9472 \begin_inset CommandInset label
9473 LatexCommand label
9474 name "sub:Clear-Pages"
9475
9476 \end_inset
9477
9478
9479 \begin_inset Index
9480 status collapsed
9481
9482 \begin_layout Plain Layout
9483 Pagebreaks ! Clear
9484 \end_layout
9485
9486 \end_inset
9487
9488
9489 \end_layout
9490
9491 \begin_layout Standard
9492 Differently to forced pagebreaks where the content behind the break is directly
9493  placed at the next page, pages can also be cleared while breaking them.
9494  That means that the current paragraph is terminated and all, perhaps not
9495  yet processed floats from previous document parts are placed behind it,
9496  if necessary by adding pages.
9497 \end_layout
9498
9499 \begin_layout Standard
9500 You can insert a clear pagebreak with the menu 
9501 \family sans
9502 Insert\SpecialChar \menuseparator
9503 Formatting\SpecialChar \menuseparator
9504 Clear
9505 \begin_inset Space ~
9506 \end_inset
9507
9508 Page
9509 \family default
9510 .
9511  When you have a two-sided document like a book, you can use the menu 
9512 \family sans
9513 Insert\SpecialChar \menuseparator
9514 Formatting\SpecialChar \menuseparator
9515 Clear
9516 \begin_inset Space ~
9517 \end_inset
9518
9519 Double
9520 \begin_inset Space ~
9521 \end_inset
9522
9523 Page
9524 \family default
9525  to insert a clear pagebreak that assures that the next page is a right-hand
9526  page (odd-numbered), if necessary by adding a page.
9527 \end_layout
9528
9529 \begin_layout Subsection
9530 Forced Linebreaks
9531 \begin_inset Index
9532 status collapsed
9533
9534 \begin_layout Plain Layout
9535 Linebreaks
9536 \end_layout
9537
9538 \end_inset
9539
9540
9541 \begin_inset CommandInset label
9542 LatexCommand label
9543 name "sub:Forced-Linebreaks"
9544
9545 \end_inset
9546
9547
9548 \end_layout
9549
9550 \begin_layout Standard
9551 Similar to pagebreaks there are two types of linebreaks: One that simply
9552  breaks the line.
9553  You can force this line break within a paragraph by selecting 
9554 \family sans
9555 Insert\SpecialChar \menuseparator
9556 Formatting\SpecialChar \menuseparator
9557 Ragged
9558 \begin_inset Space ~
9559 \end_inset
9560
9561 Line
9562 \begin_inset Space ~
9563 \end_inset
9564
9565 Break
9566 \family default
9567  or with 
9568 \family sans
9569 C-Return
9570 \family default
9571 .
9572  Another type that is inserted via the menu 
9573 \family sans
9574 Insert\SpecialChar \menuseparator
9575 Formatting\SpecialChar \menuseparator
9576 Justified
9577 \begin_inset Space ~
9578 \end_inset
9579
9580 Line
9581 \begin_inset Space ~
9582 \end_inset
9583
9584 Break
9585 \family default
9586  breaks the line and stretches it so that it fills out the whole space between
9587  the page margins.
9588  This is necessary to avoid 
9589 \begin_inset Quotes eld
9590 \end_inset
9591
9592 fringes
9593 \begin_inset Quotes erd
9594 \end_inset
9595
9596  in justified paragraphs due to whitespace introduced by linebreaks.
9597 \end_layout
9598
9599 \begin_layout Standard
9600 You shouldn't use forced linebreaks to correct LaTeX's linebreaking, as
9601  LaTeX is very good at linebreaking.
9602  There are, however, a number of situations where it is necessary to actively
9603  set a linebreak, e.g.
9604  in a poem or for an address (see sections
9605 \begin_inset Space ~
9606 \end_inset
9607
9608
9609 \begin_inset CommandInset ref
9610 LatexCommand ref
9611 reference "sec:Quote"
9612
9613 \end_inset
9614
9615
9616 \begin_inset CommandInset ref
9617 LatexCommand ref
9618 reference "sec:Verse"
9619
9620 \end_inset
9621
9622  and 
9623 \begin_inset CommandInset ref
9624 LatexCommand ref
9625 reference "sec:Address-Usage"
9626
9627 \end_inset
9628
9629 ).
9630 \end_layout
9631
9632 \begin_layout Subsection
9633 Horizontal Lines
9634 \begin_inset CommandInset label
9635 LatexCommand label
9636 name "sub:Horizontal-Lines"
9637
9638 \end_inset
9639
9640
9641 \begin_inset Index
9642 status collapsed
9643
9644 \begin_layout Plain Layout
9645 Horizontal lines
9646 \end_layout
9647
9648 \end_inset
9649
9650
9651 \end_layout
9652
9653 \begin_layout Standard
9654
9655 \lyxline
9656 In the dialog 
9657 \family sans
9658 Insert\SpecialChar \menuseparator
9659 Formatting\SpecialChar \menuseparator
9660 Horizontal
9661 \begin_inset Space ~
9662 \end_inset
9663
9664 Line
9665 \family default
9666  you can insert horizontal lines that spans over the whole document columns
9667  width.
9668 \lyxline
9669
9670 \end_layout
9671
9672 \begin_layout Section
9673 Fonts and Text Styles
9674 \begin_inset CommandInset label
9675 LatexCommand label
9676 name "sec:Fonts-and-Text"
9677
9678 \end_inset
9679
9680
9681 \end_layout
9682
9683 \begin_layout Subsection
9684 Font Types
9685 \begin_inset Index
9686 status collapsed
9687
9688 \begin_layout Plain Layout
9689 Font ! Types
9690 \end_layout
9691
9692 \end_inset
9693
9694
9695 \end_layout
9696
9697 \begin_layout Standard
9698 There are two types of fonts:
9699 \end_layout
9700
9701 \begin_layout Description
9702 Vector
9703 \begin_inset Space ~
9704 \end_inset
9705
9706 fonts
9707 \begin_inset Index
9708 status collapsed
9709
9710 \begin_layout Plain Layout
9711 Fonts ! Vector-
9712 \end_layout
9713
9714 \end_inset
9715
9716  are fonts, built from outlines of the single glyphs (i.e.
9717  characters) in the font.
9718  This means that each glyph is defined using mathematical curves that are
9719  well suited for scaling to any requested size.
9720  This mathematical definition is interpreted by the font renderer and the
9721  curve is filled out with pixels according to the size and glyph.
9722  This means that outline fonts will look pretty good in all sizes.
9723  Only at very small sizes it might be hard to provide a good rendering at
9724  very small sizes, where each pixel has to be very carefully computed to
9725  provide a good image.
9726 \begin_inset Newline newline
9727 \end_inset
9728
9729 One could mean that one only needs to define one font size and scale them.
9730  But to achieve a better quality, many fonts define several font sizes.
9731  That improves the appearance, because you need more details at large font
9732  sizes than at small ones.
9733 \begin_inset Newline newline
9734 \end_inset
9735
9736 The font types 
9737 \family typewriter
9738 TrueType
9739 \family default
9740
9741 \family typewriter
9742 OpenType
9743 \family default
9744 , and 
9745 \family typewriter
9746 Type
9747 \begin_inset Space ~
9748 \end_inset
9749
9750 1 PostScript
9751 \family default
9752  are vector fonts.
9753 \end_layout
9754
9755 \begin_layout Description
9756 Bitmap
9757 \begin_inset Space ~
9758 \end_inset
9759
9760 fonts
9761 \begin_inset Index
9762 status collapsed
9763
9764 \begin_layout Plain Layout
9765 Fonts ! Bitmap-
9766 \end_layout
9767
9768 \end_inset
9769
9770  on the other hand, are defined by bitmap graphics from the start, so they
9771  will look good at all the sizes they are meant for.
9772  However, they don't scale well, because in order to scale a glyph, each
9773  pixel is enlarged into several pixels.
9774  It is the same effect that happens if you try to enlarge a picture in a
9775  picture manipulation program.
9776  In order to relieve this effect, bitmap fonts are typically provided in
9777  several fixed sizes typically from around 8 pixels high up to 34 pixels
9778  or so high in steps according to what is believed to be useful.
9779  The advantage of bitmap fonts is that no complicated computations are necessary
9780  to display each glyph, so bitmap fonts are thus faster displayed than scalable
9781  fonts.
9782  The disadvantage is that sizes that don't exists as fixed versions have
9783  to be scaled by doubling pixels, and thus look bad.
9784 \begin_inset Newline newline
9785 \end_inset
9786
9787 Bitmap fonts are named 
9788 \family typewriter
9789 Type
9790 \begin_inset Space ~
9791 \end_inset
9792
9793 3
9794 \family default
9795  in PostScript- and PDF-documents.
9796 \end_layout
9797
9798 \begin_layout Standard
9799 The result of all this, is that bitmap fonts are best for the size they
9800  are designed for, while scalable fonts are good for nearly all sizes.
9801  So one need less font size definitions for scalable fonts.
9802  That's the reason why nearly all text render and typesetting programs use
9803  scalable fonts.
9804 \end_layout
9805
9806 \begin_layout Standard
9807 To test which fonts are used in a PDF-document, you can have a look into
9808  its document properties.
9809 \end_layout
9810
9811 \begin_layout Standard
9812 Many modern typesetting and markup languages have begun to move towards
9813  specifying character styles rather than specifying a particular font.
9814  For example, instead of changing to an italicized version of the current
9815  font to emphasize text, you use an 
9816 \begin_inset Quotes eld
9817 \end_inset
9818
9819 emphasized style
9820 \begin_inset Quotes erd
9821 \end_inset
9822
9823  instead.
9824  This concept fits in perfectly with LyX.
9825  In LyX, you do things based on contexts, rather than focusing on typesetting
9826  details.
9827 \end_layout
9828
9829 \begin_layout Subsection
9830 Document Font and Font size
9831 \begin_inset CommandInset label
9832 LatexCommand label
9833 name "sub:Document-Font"
9834
9835 \end_inset
9836
9837
9838 \begin_inset Index
9839 status collapsed
9840
9841 \begin_layout Plain Layout
9842 Font ! Size
9843 \end_layout
9844
9845 \end_inset
9846
9847
9848 \begin_inset Index
9849 status collapsed
9850
9851 \begin_layout Plain Layout
9852 Document ! Font
9853 \end_layout
9854
9855 \end_inset
9856
9857
9858 \end_layout
9859
9860 \begin_layout Standard
9861 You can set the document fonts in the
9862 \family sans
9863  Document\SpecialChar \menuseparator
9864 Settings
9865 \family default
9866
9867 \begin_inset Index
9868 status collapsed
9869
9870 \begin_layout Plain Layout
9871 Document ! Settings
9872 \end_layout
9873
9874 \end_inset
9875
9876  dialog.
9877  There you can specify which font should be used for the three different
9878  font shapes roman (serif), 
9879 \family sans
9880 sans
9881 \begin_inset Space ~
9882 \end_inset
9883
9884 serif
9885 \family default
9886 , and 
9887 \family typewriter
9888 typewriter
9889 \family default
9890  and its scalings.
9891 \end_layout
9892
9893 \begin_layout Standard
9894 The possible options for the font include 
9895 \family sans
9896 default
9897 \family default
9898  and a list of fonts available on your system.
9899  
9900 \family sans
9901 default
9902 \family default
9903  uses the standard TeX fonts, known as 
9904 \begin_inset Quotes eld
9905 \end_inset
9906
9907
9908 \family typewriter
9909 Computer Modern
9910 \family default
9911
9912 \begin_inset Quotes erd
9913 \end_inset
9914
9915  (
9916 \family typewriter
9917 cm
9918 \family default
9919 ) or 
9920 \begin_inset Quotes eld
9921 \end_inset
9922
9923
9924 \family typewriter
9925 European Computer Modern
9926 \family default
9927
9928 \begin_inset Quotes erd
9929 \end_inset
9930
9931  (
9932 \family typewriter
9933 ec
9934 \family default
9935 ).
9936 \end_layout
9937
9938 \begin_layout Standard
9939 As 
9940 \family typewriter
9941 cm
9942 \family default
9943  and 
9944 \family typewriter
9945 ec
9946 \family default
9947  are bitmap fonts, they often looks pixeled in PDF output, especially when
9948  you read the PDF in a zoomed size.
9949 \begin_inset Foot
9950 status collapsed
9951
9952 \begin_layout Plain Layout
9953 This problem doesn't appear if you read PDFs in 
9954 \family typewriter
9955 Adobe
9956 \begin_inset Space ~
9957 \end_inset
9958
9959 Reader
9960 \family default
9961  version 6 or later, because this program includes a special bitmap font
9962  renderer.
9963 \end_layout
9964
9965 \end_inset
9966
9967  To get rid of pixeled fonts, you have to use a vector font.
9968  There are three ways to use one:
9969 \end_layout
9970
9971 \begin_layout Itemize
9972 One way is to use the 
9973 \family typewriter
9974 AE
9975 \family default
9976  fonts.
9977  
9978 \family typewriter
9979 AE
9980 \family default
9981  is a virtual font.
9982  Virtual means that it 
9983 \begin_inset Quotes eld
9984 \end_inset
9985
9986 steals
9987 \begin_inset Quotes erd
9988 \end_inset
9989
9990  outline 
9991 \family typewriter
9992 cm
9993 \family default
9994 -glyphs from other fonts.
9995  This has the disadvantage that some characters are missing, like the French
9996  guillemets (
9997 \begin_inset Quotes eld
9998 \end_inset
9999
10000 «
10001 \begin_inset Quotes erd
10002 \end_inset
10003
10004  and 
10005 \begin_inset Quotes eld
10006 \end_inset
10007
10008 »
10009 \begin_inset Quotes erd
10010 \end_inset
10011
10012 )
10013 \begin_inset Foot
10014 status collapsed
10015
10016 \begin_layout Plain Layout
10017 Loading the LaTeX-package 
10018 \series bold
10019 aeguill
10020 \series default
10021
10022 \begin_inset Index
10023 status collapsed
10024
10025 \begin_layout Plain Layout
10026 Latex@LaTeX-packages ! aeguill
10027 \end_layout
10028
10029 \end_inset
10030
10031  with the document preamble line
10032 \end_layout
10033
10034 \begin_layout Plain Layout
10035
10036 \series bold
10037
10038 \backslash
10039 usepackage[ec]{aeguill}
10040 \end_layout
10041
10042 \begin_layout Plain Layout
10043 will fix the guillemet problem.
10044 \end_layout
10045
10046 \end_inset
10047
10048  and that accented characters are not 
10049 \emph on
10050 one
10051 \emph default
10052  glyph, they are build of 
10053 \emph on
10054 two
10055 \emph default
10056  characters, the accent and the letter.
10057  Therefore you can't search in documents using the 
10058 \family typewriter
10059 AE
10060 \family default
10061  fonts for words with accented characters.
10062  If you search for example for the French word 
10063 \begin_inset Quotes eld
10064 \end_inset
10065
10066 rève
10067 \begin_inset Quotes erd
10068 \end_inset
10069
10070  in a PDF, you won't get any result, because the PDF-viewer searches for
10071  the glyph 
10072 \begin_inset Quotes eld
10073 \end_inset
10074
10075  è 
10076 \begin_inset Quotes erd
10077 \end_inset
10078
10079  and not for the glyph 
10080 \begin_inset Quotes eld
10081 \end_inset
10082
10083  e +
10084 \begin_inset Space ~
10085 \end_inset
10086
10087  ̀ 
10088 \begin_inset Quotes erd
10089 \end_inset
10090
10091 .
10092 \end_layout
10093
10094 \begin_layout Itemize
10095 Another possibility is to use three different outline fonts
10096 \begin_inset Foot
10097 status collapsed
10098
10099 \begin_layout Plain Layout
10100 Other fonts, like 
10101 \family typewriter
10102 Latin Modern
10103 \family default
10104  or 
10105 \family typewriter
10106 Computer Modern
10107 \family default
10108 , consists of these three main font types 
10109 \family sans
10110 sans
10111 \begin_inset Space ~
10112 \end_inset
10113
10114 serif
10115 \family default
10116
10117 \family sans
10118 typewriter
10119 \family default
10120 , and 
10121 \family sans
10122 serif
10123 \family default
10124 .
10125 \end_layout
10126
10127 \end_inset
10128
10129
10130 \family sans
10131 Times
10132 \begin_inset Space ~
10133 \end_inset
10134
10135 Roman
10136 \family default
10137  as roman font,
10138 \family sans
10139  Helvetica
10140 \family default
10141  scaled to 92 or 95
10142 \begin_inset Space \thinspace{}
10143 \end_inset
10144
10145 % as sans
10146 \begin_inset Space ~
10147 \end_inset
10148
10149 serif font, and 
10150 \family sans
10151 courier
10152 \family default
10153  as typewriter font.
10154 \begin_inset Newline newline
10155 \end_inset
10156
10157 The differences between roman, 
10158 \family sans
10159 sans
10160 \begin_inset Space ~
10161 \end_inset
10162
10163 serif
10164 \family default
10165 , and 
10166 \family typewriter
10167 typewriter
10168 \family default
10169  fonts are explained in section
10170 \begin_inset Space ~
10171 \end_inset
10172
10173
10174 \begin_inset CommandInset ref
10175 LatexCommand ref
10176 reference "sub:Fine-Tuning-with-the"
10177
10178 \end_inset
10179
10180 .
10181 \begin_inset Newline newline
10182 \end_inset
10183
10184 The font 
10185 \family sans
10186 Times
10187 \begin_inset Space ~
10188 \end_inset
10189
10190 Roman
10191 \family default
10192  was originally designed for newspapers.
10193  That means its glyphs are smaller than the one from other fonts to fit
10194  into the small newspaper columns.
10195  Therefore 
10196 \family sans
10197 Times
10198 \begin_inset Space ~
10199 \end_inset
10200
10201 Roman
10202 \family default
10203  is not the optimal choice for larger documents like books.
10204 \end_layout
10205
10206 \begin_layout Itemize
10207 The best solution is to use the 
10208 \family typewriter
10209 Latin Modern
10210 \family default
10211  fonts.
10212  These fonts are developed in order of the LaTeX community to replace 
10213 \family typewriter
10214 cm
10215 \family default
10216  as default font.
10217 \end_layout
10218
10219 \begin_layout Standard
10220 \begin_inset VSpace bigskip
10221 \end_inset
10222
10223 For the font size there are four possible values: 
10224 \family sans
10225 default, 10
10226 \family default
10227
10228 \family sans
10229 11
10230 \family default
10231 , and 
10232 \family sans
10233 12
10234 \family default
10235 .
10236  The size of 
10237 \family sans
10238 default
10239 \family default
10240  depends on your LaTeX-system, normally it is equal to the font size 10.
10241 \end_layout
10242
10243 \begin_layout Standard
10244 The font sizes are the 
10245 \emph on
10246 base size
10247 \emph default
10248 .
10249  LyX actually scales all other possible font sizes (such as those used in
10250  footnotes, super-, and subscripts) by this value.
10251  You can fine-tune the font size of text parts via the 
10252 \family sans
10253 Text
10254 \begin_inset Space ~
10255 \end_inset
10256
10257 Style
10258 \family default
10259  dialog if needed.
10260  The possible font sizes for text parts are explained in section
10261 \begin_inset Space ~
10262 \end_inset
10263
10264
10265 \begin_inset CommandInset ref
10266 LatexCommand ref
10267 reference "sub:Fine-Tuning-with-the"
10268
10269 \end_inset
10270
10271 .
10272 \end_layout
10273
10274 \begin_layout Standard
10275 \begin_inset VSpace bigskip
10276 \end_inset
10277
10278
10279 \begin_inset Note Greyedout
10280 status open
10281
10282 \begin_layout Plain Layout
10283
10284 \series bold
10285 Note:
10286 \series default
10287  When you choose a new font or font size, LyX does 
10288 \emph on
10289 not
10290 \emph default
10291  change the screen font! You will only see a difference in the printed output;
10292  this is part of the WYSIWYM concept.
10293  LyX's screen fonts can be adjusted in the 
10294 \family sans
10295 Tools\SpecialChar \menuseparator
10296 Preferences
10297 \family default
10298  dialog, see section
10299 \begin_inset Space ~
10300 \end_inset
10301
10302
10303 \begin_inset CommandInset ref
10304 LatexCommand ref
10305 reference "sub:Screen-Fonts"
10306
10307 \end_inset
10308
10309 .
10310 \end_layout
10311
10312 \end_inset
10313
10314
10315 \end_layout
10316
10317 \begin_layout Subsection
10318 Using Different Character Styles
10319 \begin_inset Index
10320 status collapsed
10321
10322 \begin_layout Plain Layout
10323 Character Styles
10324 \end_layout
10325
10326 \end_inset
10327
10328
10329 \begin_inset Index
10330 status collapsed
10331
10332 \begin_layout Plain Layout
10333 Text Style
10334 \end_layout
10335
10336 \end_inset
10337
10338
10339 \end_layout
10340
10341 \begin_layout Standard
10342 As we've already seen, LyX automatically changes the character style for
10343  certain paragraph environments.
10344  LyX supports two character styles, 
10345 \family sans
10346 Emphasized
10347 \family default
10348  and 
10349 \family sans
10350 Noun
10351 \family default
10352 .
10353  You can activate both of these styles via keybindings, the menus, and the
10354  toolbar.
10355 \end_layout
10356
10357 \begin_layout Standard
10358 To activate the 
10359 \family sans
10360 Noun
10361 \family default
10362  style, do one of the following:
10363 \end_layout
10364
10365 \begin_layout Itemize
10366 click on the toolbar button 
10367 \begin_inset Graphics
10368         filename ../images/font-noun.png
10369         embed ""
10370
10371 \end_inset
10372
10373
10374 \end_layout
10375
10376 \begin_layout Itemize
10377 use the keybinding 
10378 \family sans
10379 M-c
10380 \begin_inset Space ~
10381 \end_inset
10382
10383 c
10384 \end_layout
10385
10386 \begin_layout Standard
10387 These commands are all toggles.
10388  That is, if 
10389 \family sans
10390 Noun
10391 \family default
10392  style is already active, they deactivate it.
10393 \end_layout
10394
10395 \begin_layout Standard
10396 One typically uses the 
10397 \family sans
10398 Noun
10399 \family default
10400  style for proper names.
10401  For example: 
10402 \begin_inset Quotes eld
10403 \end_inset
10404
10405
10406 \noun on
10407 Matthias Ettrich
10408 \noun default
10409  is the original author of LyX.
10410 \begin_inset Quotes erd
10411 \end_inset
10412
10413
10414 \end_layout
10415
10416 \begin_layout Standard
10417 A more widely used character style is the 
10418 \family sans
10419 Emphasized
10420 \family default
10421  style.
10422  You can activate (or deactivate - it's also a toggle) the 
10423 \family sans
10424 Emphasized
10425 \family default
10426  style by:
10427 \end_layout
10428
10429 \begin_layout Itemize
10430 clicking on the toolbar button 
10431 \begin_inset Graphics
10432         filename ../images/font-emph.png
10433         embed ""
10434
10435 \end_inset
10436
10437
10438 \end_layout
10439
10440 \begin_layout Itemize
10441 using the keybindings 
10442 \family sans
10443 M-c
10444 \begin_inset Space ~
10445 \end_inset
10446
10447 e
10448 \end_layout
10449
10450 \begin_layout Standard
10451 Normally the 
10452 \family sans
10453 Emphasized
10454 \family default
10455  style is equivalent to an italic font but some document classes or LaTeX-packag
10456 es use a different font.
10457 \end_layout
10458
10459 \begin_layout Standard
10460 We've been using the 
10461 \family sans
10462 Emphasized
10463 \family default
10464  style all over the place in this document.
10465  Here's one more example:
10466 \end_layout
10467
10468 \begin_layout Quotation
10469
10470 \emph on
10471 Don't overuse character styles!
10472 \end_layout
10473
10474 \begin_layout Standard
10475 It's also a warning in addition to an example.
10476  One's writing should parallel ordinary conversation.
10477  Since we don't all constantly scream at each other, we should also avoid
10478  the common tendency to overuse character style.
10479  
10480 \end_layout
10481
10482 \begin_layout Standard
10483 You can always reset to the default font using the keybinding 
10484 \family sans
10485 M-c
10486 \begin_inset Space ~
10487 \end_inset
10488
10489 Space
10490 \family default
10491  or the dialog 
10492 \family sans
10493 Edit\SpecialChar \menuseparator
10494 Text
10495 \begin_inset Space ~
10496 \end_inset
10497
10498 Style
10499 \family default
10500 .
10501 \end_layout
10502
10503 \begin_layout Subsection
10504 Fine-Tuning with the 
10505 \family sans
10506 Text Style
10507 \family default
10508  dialog
10509 \begin_inset CommandInset label
10510 LatexCommand label
10511 name "sub:Fine-Tuning-with-the"
10512
10513 \end_inset
10514
10515
10516 \begin_inset Index
10517 status collapsed
10518
10519 \begin_layout Plain Layout
10520 Text Style
10521 \end_layout
10522
10523 \end_inset
10524
10525
10526 \end_layout
10527
10528 \begin_layout Standard
10529 There are always occasions when you'll need to do some fine-tuning, so LyX
10530  gives you a way to create custom character style.
10531  For example, an academic journal or a corporation may have a style sheet
10532  requiring a sans-serif font be used in certain situations.
10533  Also, writers sometimes use a different font to offset a character's thoughts
10534  from ordinary dialog.
10535 \end_layout
10536
10537 \begin_layout Standard
10538 Before we document how to use custom character style, we want to issue a
10539  warning yet again: Don't overuse character styles! 
10540 \begin_inset Newline newline
10541 \end_inset
10542
10543 Documents that overuse different fonts and sizes are not well readable and
10544  tend to look like someone has knocked huge holes in it.
10545 \end_layout
10546
10547 \begin_layout Standard
10548 To use custom character styles, open the 
10549 \family sans
10550 Edit\SpecialChar \menuseparator
10551 Text
10552 \begin_inset Space ~
10553 \end_inset
10554
10555 Style
10556 \family default
10557  dialog.
10558  There are several boxes on this dialog, each corresponding to a different
10559  font property which you can choose.
10560  You can choose an option for one of these properties, or select 
10561 \family sans
10562 No
10563 \begin_inset Space ~
10564 \end_inset
10565
10566 change
10567 \family default
10568 , which keeps the current state of that property.
10569  The item 
10570 \family sans
10571 Reset
10572 \family default
10573  will reset the property to whatever is the default.
10574  You can use this to reset attributes across a bunch of different paragraph
10575  environments in a snap.
10576 \end_layout
10577
10578 \begin_layout Standard
10579 The font properties, and their options (in addition to 
10580 \family sans
10581 No
10582 \begin_inset Space ~
10583 \end_inset
10584
10585 change
10586 \family default
10587  and 
10588 \family sans
10589 Reset
10590 \family default
10591 ) are:
10592 \end_layout
10593
10594 \begin_layout Labeling
10595 \labelwidthstring 00.00.0000
10596
10597 \family sans
10598 Family
10599 \family default
10600  The 
10601 \begin_inset Quotes eld
10602 \end_inset
10603
10604 overall look
10605 \begin_inset Quotes erd
10606 \end_inset
10607
10608  of the font.
10609  The possible options are:
10610 \end_layout
10611
10612 \begin_deeper
10613 \begin_layout Labeling
10614 \labelwidthstring 00.00.0000
10615
10616 \family sans
10617 Roman
10618 \family default
10619  This is the Roman font family.
10620  Normally a serif font.
10621  It's also the default family.
10622  (keybinding 
10623 \begin_inset ERT
10624 status collapsed
10625
10626 \begin_layout Plain Layout
10627
10628
10629 \backslash
10630 mbox{
10631 \end_layout
10632
10633 \end_inset
10634
10635
10636 \family sans
10637 M-c
10638 \begin_inset Space ~
10639 \end_inset
10640
10641 r
10642 \family default
10643
10644 \begin_inset ERT
10645 status collapsed
10646
10647 \begin_layout Plain Layout
10648
10649 }
10650 \end_layout
10651
10652 \end_inset
10653
10654 )
10655 \begin_inset Note Note
10656 status collapsed
10657
10658 \begin_layout Plain Layout
10659 The LaTeX-command prevents text to be broken at the end of a line.
10660  It is explained in section
10661 \begin_inset Space ~
10662 \end_inset
10663
10664
10665 \begin_inset CommandInset ref
10666 LatexCommand ref
10667 reference "sub:Hyphenation"
10668
10669 \end_inset
10670
10671 .
10672 \end_layout
10673
10674 \end_inset
10675
10676
10677 \end_layout
10678
10679 \begin_layout Labeling
10680 \labelwidthstring 00.00.0000
10681
10682 \family sans
10683 Sans
10684 \begin_inset Space ~
10685 \end_inset
10686
10687 Serif
10688 \family default
10689  
10690 \family sans
10691 This is the Sans Serif font family.
10692
10693 \family default
10694  (keybinding 
10695 \begin_inset ERT
10696 status collapsed
10697
10698 \begin_layout Plain Layout
10699
10700
10701 \backslash
10702 mbox{
10703 \end_layout
10704
10705 \end_inset
10706
10707
10708 \family sans
10709 M-c
10710 \begin_inset Space ~
10711 \end_inset
10712
10713 s
10714 \family default
10715
10716 \begin_inset ERT
10717 status collapsed
10718
10719 \begin_layout Plain Layout
10720
10721 }
10722 \end_layout
10723
10724 \end_inset
10725
10726 )
10727 \end_layout
10728
10729 \begin_layout Labeling
10730 \labelwidthstring 00.00.0000
10731
10732 \family sans
10733 Typewriter
10734 \family default
10735  
10736 \family typewriter
10737 This is the Typewriter font family.
10738
10739 \family default
10740  (keybinding 
10741 \begin_inset ERT
10742 status collapsed
10743
10744 \begin_layout Plain Layout
10745
10746
10747 \backslash
10748 mbox{
10749 \end_layout
10750
10751 \end_inset
10752
10753
10754 \family sans
10755 M-c
10756 \begin_inset Space ~
10757 \end_inset
10758
10759 p
10760 \family default
10761
10762 \begin_inset ERT
10763 status collapsed
10764
10765 \begin_layout Plain Layout
10766
10767 }
10768 \end_layout
10769
10770 \end_inset
10771
10772
10773 \family sans
10774 )
10775 \end_layout
10776
10777 \end_deeper
10778 \begin_layout Labeling
10779 \labelwidthstring 00.00.0000
10780
10781 \family sans
10782 Series
10783 \family default
10784  This corresponds to the print weight.
10785  Options are:
10786 \end_layout
10787
10788 \begin_deeper
10789 \begin_layout Labeling
10790 \labelwidthstring 00.00.0000
10791
10792 \family sans
10793 Medium
10794 \family default
10795  This is the Medium font series.
10796  It's also the default series.
10797 \end_layout
10798
10799 \begin_layout Labeling
10800 \labelwidthstring 00.00.0000
10801
10802 \family sans
10803 Bold
10804 \family default
10805  
10806 \series bold
10807 This is the Bold font series.
10808
10809 \series default
10810  (keybinding 
10811 \begin_inset ERT
10812 status collapsed
10813
10814 \begin_layout Plain Layout
10815
10816
10817 \backslash
10818 mbox{
10819 \end_layout
10820
10821 \end_inset
10822
10823
10824 \family sans
10825 M-c
10826 \begin_inset Space ~
10827 \end_inset
10828
10829 b
10830 \family default
10831
10832 \begin_inset ERT
10833 status collapsed
10834
10835 \begin_layout Plain Layout
10836
10837 }
10838 \end_layout
10839
10840 \end_inset
10841
10842 )
10843 \end_layout
10844
10845 \end_deeper
10846 \begin_layout Labeling
10847 \labelwidthstring 00.00.0000
10848
10849 \family sans
10850 Shape
10851 \family default
10852  As the name implies.
10853  Options are:
10854 \end_layout
10855
10856 \begin_deeper
10857 \begin_layout Labeling
10858 \labelwidthstring 00.00.0000
10859
10860 \family sans
10861 Upright
10862 \family default
10863  This is the Upright font shape.
10864  It's also the default shape.
10865 \end_layout
10866
10867 \begin_layout Labeling
10868 \labelwidthstring 00.00.0000
10869
10870 \family sans
10871 Italic
10872 \family default
10873  
10874 \shape italic
10875 This
10876 \shape default
10877  
10878 \family sans
10879 \shape italic
10880 i
10881 \family default
10882 s the Italic font shape
10883 \shape default
10884 \emph on
10885 .
10886 \end_layout
10887
10888 \begin_layout Labeling
10889 \labelwidthstring 00.00.0000
10890
10891 \family sans
10892 Slanted
10893 \family default
10894  
10895 \shape slanted
10896 This is the Slanted font shape
10897 \shape default
10898  (although it might not be visible in LyX, this is different from italic).
10899 \end_layout
10900
10901 \begin_layout Labeling
10902 \labelwidthstring 00.00.0000
10903
10904 \family sans
10905 Small
10906 \begin_inset Space ~
10907 \end_inset
10908
10909 Caps
10910 \family default
10911  
10912 \shape smallcaps
10913 This is the Small caps font shape
10914 \shape default
10915 \noun on
10916 .
10917 \end_layout
10918
10919 \end_deeper
10920 \begin_layout Labeling
10921 \labelwidthstring 00.00.0000
10922
10923 \family sans
10924 Size
10925 \family default
10926  Alters the size of the font.
10927  You'll find no numerical values here; all possible sizes are actually proportio
10928 nal to the document font size.
10929  Once again, you don't feed LyX the details, but a general description of
10930  what you want to do.
10931  The options are:
10932 \end_layout
10933
10934 \begin_deeper
10935 \begin_layout Labeling
10936 \labelwidthstring 00.00.0000
10937
10938 \family sans
10939 Tiny
10940 \family default
10941  
10942 \size tiny
10943 This is the 
10944 \begin_inset Quotes eld
10945 \end_inset
10946
10947 Tiny
10948 \begin_inset Quotes erd
10949 \end_inset
10950
10951  font size.
10952
10953 \size default
10954  (keybinding 
10955 \begin_inset ERT
10956 status collapsed
10957
10958 \begin_layout Plain Layout
10959
10960
10961 \backslash
10962 mbox{
10963 \end_layout
10964
10965 \end_inset
10966
10967
10968 \family sans
10969 M-s
10970 \begin_inset Space ~
10971 \end_inset
10972
10973 t
10974 \family default
10975
10976 \begin_inset ERT
10977 status collapsed
10978
10979 \begin_layout Plain Layout
10980
10981 }
10982 \end_layout
10983
10984 \end_inset
10985
10986  or 
10987 \begin_inset ERT
10988 status collapsed
10989
10990 \begin_layout Plain Layout
10991
10992
10993 \backslash
10994 mbox{
10995 \end_layout
10996
10997 \end_inset
10998
10999
11000 \family sans
11001 M-s
11002 \begin_inset Space ~
11003 \end_inset
11004
11005 1
11006 \family default
11007
11008 \begin_inset ERT
11009 status collapsed
11010
11011 \begin_layout Plain Layout
11012
11013 }
11014 \end_layout
11015
11016 \end_inset
11017
11018 )
11019 \end_layout
11020
11021 \begin_layout Labeling
11022 \labelwidthstring 00.00.0000
11023
11024 \family sans
11025 Smallest
11026 \family default
11027  
11028 \size scriptsize
11029 This is the 
11030 \begin_inset Quotes eld
11031 \end_inset
11032
11033 Smallest
11034 \begin_inset Quotes erd
11035 \end_inset
11036
11037  font size
11038 \size default
11039 .
11040  (keybinding 
11041 \begin_inset ERT
11042 status collapsed
11043
11044 \begin_layout Plain Layout
11045
11046
11047 \backslash
11048 mbox{
11049 \end_layout
11050
11051 \end_inset
11052
11053
11054 \family sans
11055 M-s
11056 \begin_inset Space ~
11057 \end_inset
11058
11059
11060 \family default
11061 2
11062 \begin_inset ERT
11063 status collapsed
11064
11065 \begin_layout Plain Layout
11066
11067 }
11068 \end_layout
11069
11070 \end_inset
11071
11072 )
11073 \end_layout
11074
11075 \begin_layout Labeling
11076 \labelwidthstring 00.00.0000
11077
11078 \family sans
11079 Smaller
11080 \family default
11081  
11082 \size footnotesize
11083 This is the 
11084 \begin_inset Quotes eld
11085 \end_inset
11086
11087 Smaller
11088 \begin_inset Quotes erd
11089 \end_inset
11090
11091  font size.
11092
11093 \size default
11094  (keybinding 
11095 \begin_inset ERT
11096 status collapsed
11097
11098 \begin_layout Plain Layout
11099
11100
11101 \backslash
11102 mbox{
11103 \end_layout
11104
11105 \end_inset
11106
11107
11108 \family sans
11109 M-s
11110 \begin_inset Space ~
11111 \end_inset
11112
11113 S
11114 \family default
11115
11116 \begin_inset ERT
11117 status collapsed
11118
11119 \begin_layout Plain Layout
11120
11121 }
11122 \end_layout
11123
11124 \end_inset
11125
11126  or 
11127 \begin_inset ERT
11128 status collapsed
11129
11130 \begin_layout Plain Layout
11131
11132
11133 \backslash
11134 mbox{
11135 \end_layout
11136
11137 \end_inset
11138
11139
11140 \family sans
11141 M-s
11142 \begin_inset Space ~
11143 \end_inset
11144
11145
11146 \family default
11147 3
11148 \begin_inset ERT
11149 status collapsed
11150
11151 \begin_layout Plain Layout
11152
11153 }
11154 \end_layout
11155
11156 \end_inset
11157
11158 )
11159 \end_layout
11160
11161 \begin_layout Labeling
11162 \labelwidthstring 00.00.0000
11163
11164 \family sans
11165 Small
11166 \family default
11167  
11168 \size small
11169 This is the 
11170 \begin_inset Quotes eld
11171 \end_inset
11172
11173 Small
11174 \begin_inset Quotes erd
11175 \end_inset
11176
11177  font size.
11178
11179 \size default
11180  (keybinding 
11181 \begin_inset ERT
11182 status collapsed
11183
11184 \begin_layout Plain Layout
11185
11186
11187 \backslash
11188 mbox{
11189 \end_layout
11190
11191 \end_inset
11192
11193
11194 \family sans
11195 M-s
11196 \begin_inset Space ~
11197 \end_inset
11198
11199 s
11200 \family default
11201
11202 \begin_inset ERT
11203 status collapsed
11204
11205 \begin_layout Plain Layout
11206
11207 }
11208 \end_layout
11209
11210 \end_inset
11211
11212  or 
11213 \begin_inset ERT
11214 status collapsed
11215
11216 \begin_layout Plain Layout
11217
11218
11219 \backslash
11220 mbox{
11221 \end_layout
11222
11223 \end_inset
11224
11225
11226 \family sans
11227 M-s
11228 \begin_inset Space ~
11229 \end_inset
11230
11231
11232 \family default
11233 4
11234 \begin_inset ERT
11235 status collapsed
11236
11237 \begin_layout Plain Layout
11238
11239 }
11240 \end_layout
11241
11242 \end_inset
11243
11244 )
11245 \end_layout
11246
11247 \begin_layout Labeling
11248 \labelwidthstring 00.00.0000
11249
11250 \family sans
11251 Normal
11252 \family default
11253  This is the 
11254 \begin_inset Quotes eld
11255 \end_inset
11256
11257 Normal
11258 \begin_inset Quotes erd
11259 \end_inset
11260
11261  font size.
11262  It's also the default size.
11263  (keybinding 
11264 \begin_inset ERT
11265 status collapsed
11266
11267 \begin_layout Plain Layout
11268
11269
11270 \backslash
11271 mbox{
11272 \end_layout
11273
11274 \end_inset
11275
11276
11277 \family sans
11278 M-s
11279 \begin_inset Space ~
11280 \end_inset
11281
11282 n
11283 \family default
11284
11285 \begin_inset ERT
11286 status collapsed
11287
11288 \begin_layout Plain Layout
11289
11290 }
11291 \end_layout
11292
11293 \end_inset
11294
11295  or 
11296 \begin_inset ERT
11297 status collapsed
11298
11299 \begin_layout Plain Layout
11300
11301
11302 \backslash
11303 mbox{
11304 \end_layout
11305
11306 \end_inset
11307
11308
11309 \family sans
11310 M-s
11311 \begin_inset Space ~
11312 \end_inset
11313
11314
11315 \family default
11316 5
11317 \begin_inset ERT
11318 status collapsed
11319
11320 \begin_layout Plain Layout
11321
11322 }
11323 \end_layout
11324
11325 \end_inset
11326
11327 )
11328 \end_layout
11329
11330 \begin_layout Labeling
11331 \labelwidthstring 00.00.0000
11332
11333 \family sans
11334 Large
11335 \family default
11336  
11337 \size large
11338 This is the 
11339 \begin_inset Quotes eld
11340 \end_inset
11341
11342 Large
11343 \begin_inset Quotes erd
11344 \end_inset
11345
11346  font size.
11347
11348 \size default
11349  (keybinding 
11350 \begin_inset ERT
11351 status collapsed
11352
11353 \begin_layout Plain Layout
11354
11355
11356 \backslash
11357 mbox{
11358 \end_layout
11359
11360 \end_inset
11361
11362
11363 \family sans
11364 M-s
11365 \begin_inset Space ~
11366 \end_inset
11367
11368 l
11369 \family default
11370
11371 \begin_inset ERT
11372 status collapsed
11373
11374 \begin_layout Plain Layout
11375
11376 }
11377 \end_layout
11378
11379 \end_inset
11380
11381  or 
11382 \begin_inset ERT
11383 status collapsed
11384
11385 \begin_layout Plain Layout
11386
11387
11388 \backslash
11389 mbox{
11390 \end_layout
11391
11392 \end_inset
11393
11394
11395 \family sans
11396 M-s
11397 \begin_inset Space ~
11398 \end_inset
11399
11400
11401 \family default
11402 6
11403 \begin_inset ERT
11404 status collapsed
11405
11406 \begin_layout Plain Layout
11407
11408 }
11409 \end_layout
11410
11411 \end_inset
11412
11413 )
11414 \end_layout
11415
11416 \begin_layout Labeling
11417 \labelwidthstring 00.00.0000
11418
11419 \family sans
11420 Larger
11421 \family default
11422  
11423 \size larger
11424 This is the 
11425 \begin_inset Quotes eld
11426 \end_inset
11427
11428 Larger
11429 \begin_inset Quotes erd
11430 \end_inset
11431
11432  font size.
11433
11434 \size default
11435  (keybinding 
11436 \begin_inset ERT
11437 status collapsed
11438
11439 \begin_layout Plain Layout
11440
11441
11442 \backslash
11443 mbox{
11444 \end_layout
11445
11446 \end_inset
11447
11448
11449 \family sans
11450 M-s
11451 \begin_inset Space ~
11452 \end_inset
11453
11454 S-L
11455 \family default
11456
11457 \begin_inset ERT
11458 status collapsed
11459
11460 \begin_layout Plain Layout
11461
11462 }
11463 \end_layout
11464
11465 \end_inset
11466
11467  or 
11468 \begin_inset ERT
11469 status collapsed
11470
11471 \begin_layout Plain Layout
11472
11473
11474 \backslash
11475 mbox{
11476 \end_layout
11477
11478 \end_inset
11479
11480
11481 \family sans
11482 M-s
11483 \begin_inset Space ~
11484 \end_inset
11485
11486
11487 \family default
11488 7
11489 \begin_inset ERT
11490 status collapsed
11491
11492 \begin_layout Plain Layout
11493
11494 }
11495 \end_layout
11496
11497 \end_inset
11498
11499 )
11500 \end_layout
11501
11502 \begin_layout Labeling
11503 \labelwidthstring 00.00.0000
11504
11505 \family sans
11506 Largest
11507 \family default
11508  
11509 \size largest
11510 This is the 
11511 \begin_inset Quotes eld
11512 \end_inset
11513
11514 Largest
11515 \begin_inset Quotes erd
11516 \end_inset
11517
11518  font size.
11519
11520 \size default
11521  (keybinding 
11522 \begin_inset ERT
11523 status collapsed
11524
11525 \begin_layout Plain Layout
11526
11527
11528 \backslash
11529 mbox{
11530 \end_layout
11531
11532 \end_inset
11533
11534
11535 \family sans
11536 M-s
11537 \begin_inset Space ~
11538 \end_inset
11539
11540
11541 \family default
11542 8
11543 \begin_inset ERT
11544 status collapsed
11545
11546 \begin_layout Plain Layout
11547
11548 }
11549 \end_layout
11550
11551 \end_inset
11552
11553 )
11554 \end_layout
11555
11556 \begin_layout Labeling
11557 \labelwidthstring 00.00.0000
11558
11559 \family sans
11560 Huge
11561 \family default
11562  
11563 \size huge
11564 This is the 
11565 \begin_inset Quotes eld
11566 \end_inset
11567
11568 Huge
11569 \begin_inset Quotes erd
11570 \end_inset
11571
11572  font size.
11573
11574 \size default
11575  (keybinding 
11576 \begin_inset ERT
11577 status collapsed
11578
11579 \begin_layout Plain Layout
11580
11581
11582 \backslash
11583 mbox{
11584 \end_layout
11585
11586 \end_inset
11587
11588
11589 \family sans
11590 M-s
11591 \begin_inset Space ~
11592 \end_inset
11593
11594 h
11595 \family default
11596
11597 \begin_inset ERT
11598 status collapsed
11599
11600 \begin_layout Plain Layout
11601
11602 }
11603 \end_layout
11604
11605 \end_inset
11606
11607  or 
11608 \begin_inset ERT
11609 status collapsed
11610
11611 \begin_layout Plain Layout
11612
11613
11614 \backslash
11615 mbox{
11616 \end_layout
11617
11618 \end_inset
11619
11620
11621 \family sans
11622 M-s
11623 \begin_inset Space ~
11624 \end_inset
11625
11626
11627 \family default
11628 9
11629 \begin_inset ERT
11630 status collapsed
11631
11632 \begin_layout Plain Layout
11633
11634 }
11635 \end_layout
11636
11637 \end_inset
11638
11639 )
11640 \end_layout
11641
11642 \begin_layout Labeling
11643 \labelwidthstring 00.00.0000
11644
11645 \family sans
11646 Huger
11647 \family default
11648  
11649 \size giant
11650 This is the 
11651 \begin_inset Quotes eld
11652 \end_inset
11653
11654 Huger
11655 \begin_inset Quotes erd
11656 \end_inset
11657
11658  font size.
11659
11660 \size default
11661  (keybinding 
11662 \begin_inset ERT
11663 status collapsed
11664
11665 \begin_layout Plain Layout
11666
11667
11668 \backslash
11669 mbox{
11670 \end_layout
11671
11672 \end_inset
11673
11674
11675 \family sans
11676 M-s
11677 \begin_inset Space ~
11678 \end_inset
11679
11680 H
11681 \family default
11682
11683 \begin_inset ERT
11684 status collapsed
11685
11686 \begin_layout Plain Layout
11687
11688 }
11689 \end_layout
11690
11691 \end_inset
11692
11693  or 
11694 \begin_inset ERT
11695 status collapsed
11696
11697 \begin_layout Plain Layout
11698
11699
11700 \backslash
11701 mbox{
11702 \end_layout
11703
11704 \end_inset
11705
11706
11707 \family sans
11708 M-s
11709 \begin_inset Space ~
11710 \end_inset
11711
11712
11713 \family default
11714 0
11715 \begin_inset ERT
11716 status collapsed
11717
11718 \begin_layout Plain Layout
11719
11720 }
11721 \end_layout
11722
11723 \end_inset
11724
11725 )
11726 \end_layout
11727
11728 \end_deeper
11729 \begin_layout Standard
11730 We'll warn you 
11731 \emph on
11732 yet again
11733 \emph default
11734 : don't go crazy with this feature.
11735  You should almost never need to change the font size.
11736  LyX automatically changes the font size for different paragraph environments
11737  - use that instead.
11738  This is here for fine-tuning only!
11739 \end_layout
11740
11741 \begin_layout Labeling
11742 \labelwidthstring 00.00.0000
11743
11744 \family sans
11745 Misc
11746 \family default
11747  Here you can change a few other things at the character level.
11748  Options are:
11749 \end_layout
11750
11751 \begin_deeper
11752 \begin_layout Labeling
11753 \labelwidthstring 00.00.0000
11754
11755 \family sans
11756 Emph
11757 \family default
11758  
11759 \emph on
11760 This is text with emphasize on
11761 \emph default
11762 .
11763  This might seem like the same as 
11764 \shape italic
11765 Italic
11766 \shape default
11767 , but it is actually a bit different.
11768  Emphasized is a 
11769 \emph on
11770 logical
11771 \emph default
11772  attribute.
11773  That means every document class can define its own font used for emphasized
11774  text.
11775  Normally this font is equal to italic.
11776 \end_layout
11777
11778 \begin_layout Labeling
11779 \labelwidthstring 00.00.0000
11780
11781 \family sans
11782 Underbar
11783 \family default
11784  
11785 \bar under
11786 This is text with Underbar on.
11787
11788 \bar default
11789  (keybinding 
11790 \begin_inset ERT
11791 status collapsed
11792
11793 \begin_layout Plain Layout
11794
11795
11796 \backslash
11797 mbox{
11798 \end_layout
11799
11800 \end_inset
11801
11802
11803 \family sans
11804 M-c
11805 \begin_inset Space ~
11806 \end_inset
11807
11808 u
11809 \family default
11810
11811 \begin_inset ERT
11812 status collapsed
11813
11814 \begin_layout Plain Layout
11815
11816 }
11817 \end_layout
11818
11819 \end_inset
11820
11821
11822 \family sans
11823 )
11824 \begin_inset Newline newline
11825 \end_inset
11826
11827
11828 \family default
11829 Avoid using underbar if you can! It's a holdover from the typewriter days,
11830  when you couldn't change fonts.
11831  We no longer need to emphasize text by underscoring characters.
11832  It's only included in LyX because some people 
11833 \emph on
11834 may
11835 \emph default
11836  need it in order to follow style sheets for journal submissions.
11837 \end_layout
11838
11839 \begin_layout Labeling
11840 \labelwidthstring 00.00.0000
11841
11842 \family sans
11843 Noun
11844 \family default
11845  
11846 \noun on
11847 This is text with Noun on.
11848
11849 \noun default
11850  Like 
11851 \family sans
11852 Emph
11853 \family default
11854 , this is a logical attribute.
11855  Normally it's equivalent to 
11856 \family sans
11857 Small
11858 \begin_inset Space ~
11859 \end_inset
11860
11861 Caps
11862 \family default
11863 .
11864 \end_layout
11865
11866 \end_deeper
11867 \begin_layout Labeling
11868 \labelwidthstring 00.00.0000
11869
11870 \family sans
11871 Color
11872 \family default
11873  You can adjust the color of the text with this control.
11874  Notice that not all dvi-viewers are are able to display colors.
11875  Besides 
11876 \family sans
11877 No
11878 \begin_inset Space ~
11879 \end_inset
11880
11881 color
11882 \family default
11883 , which is the default 
11884 \begin_inset Quotes eld
11885 \end_inset
11886
11887 color
11888 \begin_inset Quotes erd
11889 \end_inset
11890
11891  and means normally black, you can choose between 
11892 \family sans
11893 Black
11894 \family default
11895
11896 \family sans
11897 White
11898 \family default
11899
11900 \family sans
11901 Red
11902 \family default
11903
11904 \family sans
11905 Green
11906 \family default
11907
11908 \family sans
11909 Blue
11910 \family default
11911
11912 \family sans
11913 Cyan
11914 \family default
11915
11916 \family sans
11917 Magenta
11918 \family default
11919  and 
11920 \family sans
11921 Yellow
11922 \family default
11923  text.
11924 \begin_inset Index
11925 status collapsed
11926
11927 \begin_layout Plain Layout
11928 Color ! Text
11929 \end_layout
11930
11931 \end_inset
11932
11933
11934 \end_layout
11935
11936 \begin_layout Labeling
11937 \labelwidthstring 00.00.0000
11938
11939 \family sans
11940 Language
11941 \family default
11942  This is used to mark regions of text as having a different language from
11943  the language of the document.
11944  Text marked in this way will be underlined in blue to indicate the change
11945  (only within LyX).
11946 \end_layout
11947
11948 \begin_layout Standard
11949 So you have a huge number of combinations to choose from.
11950  Once you've chosen a new character style via the 
11951 \family sans
11952 Edit\SpecialChar \menuseparator
11953 Text
11954 \begin_inset Space ~
11955 \end_inset
11956
11957 Style
11958 \family default
11959  dialog, the settings are saved.
11960  You can activate them using the toolbar button 
11961 \begin_inset Graphics
11962         filename ../images/font-free-apply.png
11963         embed ""
11964
11965 \end_inset
11966
11967 .
11968  The button lets you toggle the state of your custom character style even
11969  when the dialog isn't visible.
11970  
11971 \end_layout
11972
11973 \begin_layout Standard
11974 To completely reset the character style to the default, use 
11975 \family sans
11976 M-c
11977 \begin_inset Space ~
11978 \end_inset
11979
11980 Space
11981 \family default
11982 .
11983  If you want to toggle only those properties that you have just changed
11984  (suppose you just set the shape to 
11985 \begin_inset Quotes eld
11986 \end_inset
11987
11988 slanted
11989 \begin_inset Quotes erd
11990 \end_inset
11991
11992  and the series to 
11993 \begin_inset Quotes eld
11994 \end_inset
11995
11996 bold
11997 \begin_inset Quotes erd
11998 \end_inset
11999
12000 ), set the 
12001 \family sans
12002 Toggle
12003 \begin_inset Space ~
12004 \end_inset
12005
12006 all
12007 \family default
12008  switch and press 
12009 \family sans
12010 Apply
12011 \family default
12012 .
12013 \end_layout
12014
12015 \begin_layout Standard
12016 You should also know something about the differences between the three main
12017  font types 
12018 \family sans
12019 serif
12020 \family default
12021
12022 \family sans
12023 sans
12024 \begin_inset Space ~
12025 \end_inset
12026
12027 serif
12028 \family default
12029 , and 
12030 \family sans
12031 typewriter
12032 \family default
12033 :
12034 \end_layout
12035
12036 \begin_layout Itemize
12037
12038 \family sans
12039 Typewriter
12040 \family default
12041  is a so called 
12042 \begin_inset Quotes eld
12043 \end_inset
12044
12045 monospaced
12046 \begin_inset Quotes erd
12047 \end_inset
12048
12049  font, that means every character has the same width, the 
12050 \begin_inset Quotes eld
12051 \end_inset
12052
12053 i
12054 \begin_inset Quotes erd
12055 \end_inset
12056
12057  is as wide as the 
12058 \begin_inset Quotes eld
12059 \end_inset
12060
12061 m
12062 \begin_inset Quotes erd
12063 \end_inset
12064
12065 .
12066  Here is an example
12067 \begin_inset Newline newline
12068 \end_inset
12069
12070
12071 \begin_inset ERT
12072 status collapsed
12073
12074 \begin_layout Plain Layout
12075
12076
12077 \backslash
12078 phantom{
12079 \end_layout
12080
12081 \end_inset
12082
12083 no 
12084 \begin_inset ERT
12085 status collapsed
12086
12087 \begin_layout Plain Layout
12088
12089 }
12090 \end_layout
12091
12092 \end_inset
12093
12094
12095 \family typewriter
12096 typewriter text
12097 \family default
12098
12099 \begin_inset Note Note
12100 status collapsed
12101
12102 \begin_layout Plain Layout
12103 For more on phantoms see section
12104 \begin_inset Space ~
12105 \end_inset
12106
12107
12108 \begin_inset CommandInset ref
12109 LatexCommand ref
12110 reference "sub:More-Spaces"
12111
12112 \end_inset
12113
12114 .
12115 \end_layout
12116
12117 \end_inset
12118
12119
12120 \begin_inset Newline newline
12121 \end_inset
12122
12123 no typewriter text
12124 \end_layout
12125
12126 \begin_layout Itemize
12127
12128 \family sans
12129 Serif
12130 \family default
12131  fonts use characters with serifs.
12132  These are the small 
12133 \begin_inset Quotes eld
12134 \end_inset
12135
12136 appendices
12137 \begin_inset Quotes erd
12138 \end_inset
12139
12140  at all ends of of the streaks that form the character.
12141  The following example will show the difference:
12142 \begin_inset Newline newline
12143 \end_inset
12144
12145 text with serifs
12146 \begin_inset Newline newline
12147 \end_inset
12148
12149
12150 \family sans
12151 text without serifs
12152 \family default
12153
12154 \begin_inset Newline newline
12155 \end_inset
12156
12157 Serifs facilitates an easy and fast reading.
12158  They are therefore used as default font (named 
12159 \family sans
12160 roman
12161 \family default
12162 ).
12163 \end_layout
12164
12165 \begin_layout Itemize
12166
12167 \family sans
12168 Sans serif
12169 \family default
12170  don't use serifs.
12171  This font type is therefore often used for headings and short texts.
12172  We use it in this document to highlight menu names.
12173 \end_layout
12174
12175 \begin_layout Standard
12176 We conclude with the same warning once again: Don't overuse the fonts.
12177  They are, more often than not, a kludge and a bad substitute for good writing.
12178 \end_layout
12179
12180 \begin_layout Section
12181 Printing and Previewing
12182 \end_layout
12183
12184 \begin_layout Subsection
12185 Overview
12186 \end_layout
12187
12188 \begin_layout Standard
12189 Now that we've covered some of the basic features of document preparation
12190  using LyX, you probably want to know how to print out your masterpiece.
12191  Before we tell you that, we want to give you a quick explanation of what
12192  goes on behind-the-scenes.
12193  We cover these informations in much greater detail in the 
12194 \emph on
12195 Extended
12196 \begin_inset Space ~
12197 \end_inset
12198
12199 Features
12200 \emph default
12201  manual as well.
12202 \end_layout
12203
12204 \begin_layout Standard
12205 LyX uses the program LaTeX as its backend.
12206  LaTeX is just a macro package for the TeX typesetting system, but to prevent
12207  confusion, we'll only refer to LaTeX.
12208  LyX is what you use to do your actual writing.
12209  Then, LyX calls LaTeX to turn your writing into printable output.
12210  This happens in two stages:
12211 \end_layout
12212
12213 \begin_layout Enumerate
12214 First, LyX converts your document to a series of text commands for LaTeX,
12215  generating a file with the extension, 
12216 \begin_inset Quotes eld
12217 \end_inset
12218
12219
12220 \family typewriter
12221 .tex
12222 \family default
12223
12224 \begin_inset Quotes erd
12225 \end_inset
12226
12227 .
12228 \end_layout
12229
12230 \begin_layout Enumerate
12231 Next, LaTeX uses the commands in the 
12232 \family typewriter
12233 .tex
12234 \family default
12235  file to produce printable output.
12236  
12237 \end_layout
12238
12239 \begin_layout Subsection
12240 Output file formats
12241 \begin_inset Index
12242 status collapsed
12243
12244 \begin_layout Plain Layout
12245 File formats
12246 \end_layout
12247
12248 \end_inset
12249
12250
12251 \begin_inset CommandInset label
12252 LatexCommand label
12253 name "sub:Output-file-formats"
12254
12255 \end_inset
12256
12257
12258 \end_layout
12259
12260 \begin_layout Subsubsection
12261 ASCII
12262 \begin_inset Index
12263 status collapsed
12264
12265 \begin_layout Plain Layout
12266 File formats ! ASCII
12267 \end_layout
12268
12269 \end_inset
12270
12271
12272 \end_layout
12273
12274 \begin_layout Standard
12275 This file type has the extension 
12276 \begin_inset Quotes eld
12277 \end_inset
12278
12279
12280 \family typewriter
12281 .txt
12282 \family default
12283
12284 \begin_inset Quotes erd
12285 \end_inset
12286
12287 .
12288  It contains your document as plain text following the rules of the 
12289 \begin_inset Quotes eld
12290 \end_inset
12291
12292 American Standard Code for Information Interchange
12293 \begin_inset Quotes erd
12294 \end_inset
12295
12296  (ASCII).
12297 \end_layout
12298
12299 \begin_layout Standard
12300 You can export your document to ASCII by the menu 
12301 \family sans
12302 File\SpecialChar \menuseparator
12303 Export\SpecialChar \menuseparator
12304 ASCII
12305 \family default
12306 .
12307 \end_layout
12308
12309 \begin_layout Subsubsection
12310 LaTeX
12311 \begin_inset Index
12312 status collapsed
12313
12314 \begin_layout Plain Layout
12315 File formats ! Latex@LaTeX
12316 \end_layout
12317
12318 \end_inset
12319
12320
12321 \end_layout
12322
12323 \begin_layout Standard
12324 This file type has the extension 
12325 \begin_inset Quotes eld
12326 \end_inset
12327
12328
12329 \family typewriter
12330 .tex
12331 \family default
12332
12333 \begin_inset Quotes erd
12334 \end_inset
12335
12336  and contains all commands that are necessary for the LaTeX program to process
12337  your document.
12338  If you know LaTeX, you can use it to find out LaTeX-Errors or to process
12339  it manually with console commands.
12340  The LaTeX-file is automatically created in LyX's temporary directory whenever
12341  you view or export your document.
12342 \end_layout
12343
12344 \begin_layout Standard
12345 You can export your document as LaTeX-file using the menu 
12346 \family sans
12347 File\SpecialChar \menuseparator
12348 Export\SpecialChar \menuseparator
12349 LaT
12350 \begin_inset ERT
12351 status collapsed
12352
12353 \begin_layout Plain Layout
12354
12355 {}
12356 \end_layout
12357
12358 \end_inset
12359
12360 eX
12361 \family default
12362 .
12363 \end_layout
12364
12365 \begin_layout Subsubsection
12366 DVI
12367 \begin_inset Index
12368 status collapsed
12369
12370 \begin_layout Plain Layout
12371 File formats ! DVI
12372 \end_layout
12373
12374 \end_inset
12375
12376
12377 \end_layout
12378
12379 \begin_layout Standard
12380 This file type has the extension 
12381 \begin_inset Quotes eld
12382 \end_inset
12383
12384
12385 \family typewriter
12386 .dvi
12387 \family default
12388
12389 \begin_inset Quotes erd
12390 \end_inset
12391
12392 .
12393  It is called 
12394 \begin_inset Quotes eld
12395 \end_inset
12396
12397 device-independent
12398 \begin_inset Quotes erd
12399 \end_inset
12400
12401  (DVI), because it is completely portable; you can move them from one machine
12402  to another without needing to do any sort of conversion.
12403  At the time when this file-format was developed, this was no matter of
12404  course.
12405  DVIs are used for quick previews and as pre-stage for other output formats,
12406  like PostScript.
12407 \end_layout
12408
12409 \begin_layout Standard
12410 \begin_inset Note Greyedout
12411 status open
12412
12413 \begin_layout Plain Layout
12414
12415 \series bold
12416 Note:
12417 \series default
12418  The DVI file doesn't contain images, they will only be a linked.
12419  So don't forget to deliver the images together with your DVIs.
12420 \end_layout
12421
12422 \end_inset
12423
12424 This property can also slow down your computer when you view the DVI.
12425  Because the DVI-viewer has to convert the image in the background to make
12426  it visible when you scroll in the DVI.
12427  So we recommend to use PDF for files with many images.
12428 \end_layout
12429
12430 \begin_layout Standard
12431 You can export your document to DVI by the menu 
12432 \family sans
12433 File\SpecialChar \menuseparator
12434 Export\SpecialChar \menuseparator
12435 DVI
12436 \family default
12437 .
12438 \end_layout
12439
12440 \begin_layout Subsubsection
12441 PostScript
12442 \begin_inset Index
12443 status collapsed
12444
12445 \begin_layout Plain Layout
12446 File formats ! PostScript
12447 \end_layout
12448
12449 \end_inset
12450
12451
12452 \end_layout
12453
12454 \begin_layout Standard
12455 This file type has the extension 
12456 \begin_inset Quotes eld
12457 \end_inset
12458
12459
12460 \family typewriter
12461 .ps
12462 \family default
12463
12464 \begin_inset Quotes erd
12465 \end_inset
12466
12467 .
12468  PostScript was developed by the company 
12469 \family typewriter
12470 Adobe
12471 \family default
12472  as printer language.
12473  The file contains therefore commands that the printer uses to print the
12474  file.
12475  PostScript can be seen as 
12476 \begin_inset Quotes eld
12477 \end_inset
12478
12479 programming language
12480 \begin_inset Quotes erd
12481 \end_inset
12482
12483 ; you can calculate with it and draw diagrams and images.
12484 \begin_inset Foot
12485 status collapsed
12486
12487 \begin_layout Plain Layout
12488 If you are interested to learn more about this, have a look at the LaTeX-package
12489  
12490 \series bold
12491 pstricks
12492 \series default
12493
12494 \begin_inset Index
12495 status collapsed
12496
12497 \begin_layout Plain Layout
12498 Latex@LaTeX-packages ! pstricks
12499 \end_layout
12500
12501 \end_inset
12502
12503 .
12504 \end_layout
12505
12506 \end_inset
12507
12508  Due to this ability, the files are often bigger than PDFs.
12509 \end_layout
12510
12511 \begin_layout Standard
12512 PostScript can only contain images in the format 
12513 \begin_inset Quotes eld
12514 \end_inset
12515
12516 Encapsulated PostScript
12517 \begin_inset Quotes erd
12518 \end_inset
12519
12520  (EPS, file extension 
12521 \begin_inset Quotes eld
12522 \end_inset
12523
12524
12525 \family typewriter
12526 .eps
12527 \family default
12528
12529 \begin_inset Quotes erd
12530 \end_inset
12531
12532 ).
12533  As LyX allows you to use any known image format in your document, it has
12534  to convert them in the background to EPS.
12535  If you have e.g 50 images in your document, LyX has to do 50 conversions
12536  whenever you view or export your document.
12537  This will slow down your workflow with LyX drastically.
12538  So if you plan to use PostScript, you can insert your images directly as
12539  EPS to avoid this problem.
12540 \end_layout
12541
12542 \begin_layout Standard
12543 You can export your document to PostScript using the menu 
12544 \family sans
12545 File\SpecialChar \menuseparator
12546 Export\SpecialChar \menuseparator
12547 PostScript
12548 \family default
12549 .
12550 \end_layout
12551
12552 \begin_layout Subsubsection
12553 PDF
12554 \begin_inset Index
12555 status collapsed
12556
12557 \begin_layout Plain Layout
12558 File formats ! PDF
12559 \end_layout
12560
12561 \end_inset
12562
12563
12564 \begin_inset Index
12565 status collapsed
12566
12567 \begin_layout Plain Layout
12568 PDF
12569 \end_layout
12570
12571 \end_inset
12572
12573
12574 \end_layout
12575
12576 \begin_layout Standard
12577 This file type has the extension 
12578 \begin_inset Quotes eld
12579 \end_inset
12580
12581
12582 \family typewriter
12583 .pdf
12584 \family default
12585
12586 \begin_inset Quotes erd
12587 \end_inset
12588
12589 .
12590  The 
12591 \begin_inset Quotes eld
12592 \end_inset
12593
12594 Portable Document Format
12595 \begin_inset Quotes erd
12596 \end_inset
12597
12598  (PDF) is developed by 
12599 \family typewriter
12600 Adobe
12601 \family default
12602  as derivative from PostScript.
12603  It is more compressed and it uses much less commands than PostScript.
12604  As the name 
12605 \begin_inset Quotes eld
12606 \end_inset
12607
12608 portable
12609 \begin_inset Quotes erd
12610 \end_inset
12611
12612  implies, it can be processed at any computer system and the printed output
12613  looks exactly the same.
12614 \end_layout
12615
12616 \begin_layout Standard
12617 PDF can contain images in its own PDF format and in the formats 
12618 \begin_inset Quotes eld
12619 \end_inset
12620
12621 Joint Photographic Experts Group
12622 \begin_inset Quotes erd
12623 \end_inset
12624
12625  (JPG, file extension 
12626 \begin_inset Quotes eld
12627 \end_inset
12628
12629
12630 \family typewriter
12631 .jpg
12632 \family default
12633
12634 \begin_inset Quotes erd
12635 \end_inset
12636
12637  or 
12638 \begin_inset Quotes eld
12639 \end_inset
12640
12641
12642 \family typewriter
12643 .jpeg
12644 \family default
12645
12646 \begin_inset Quotes erd
12647 \end_inset
12648
12649 ) and 
12650 \begin_inset Quotes eld
12651 \end_inset
12652
12653 Portable Network Graphics
12654 \begin_inset Quotes erd
12655 \end_inset
12656
12657  (PNG, file extension 
12658 \begin_inset Quotes eld
12659 \end_inset
12660
12661
12662 \family typewriter
12663 .png
12664 \family default
12665
12666 \begin_inset Quotes erd
12667 \end_inset
12668
12669 ).
12670  You can although use any other image format, because LyX converts them
12671  in the background to one of these formats.
12672  But as described in the section about PostScript, the image conversion
12673  will slow down your workflow.
12674  So we recommend to use images in one of the three mentioned formats.
12675 \end_layout
12676
12677 \begin_layout Standard
12678 You can export your document to PDF via the menu 
12679 \family sans
12680 File\SpecialChar \menuseparator
12681 Export
12682 \family default
12683  in three different ways:
12684 \end_layout
12685
12686 \begin_layout Description
12687 PDF This uses the program 
12688 \family typewriter
12689 ps2pdf
12690 \family default
12691  that creates a PDF from a PostScript-version of your file.
12692  The PostScript-version is produced by the program 
12693 \family typewriter
12694 dvips
12695 \family default
12696  which uses a DVI-version as intermediate step.
12697  So this export variant consist of three conversions.
12698 \end_layout
12699
12700 \begin_layout Description
12701 PDF
12702 \begin_inset Space ~
12703 \end_inset
12704
12705 (dvipdfm) This uses the program 
12706 \family typewriter
12707 dvipdfm
12708 \family default
12709  that converts your file in the background to DVI and in a second step to
12710  PDF.
12711 \end_layout
12712
12713 \begin_layout Description
12714 PDF
12715 \begin_inset Space ~
12716 \end_inset
12717
12718 (pdflatex) This uses the program 
12719 \family typewriter
12720 pdftex
12721 \family default
12722  that converts your file directly to PDF.
12723 \end_layout
12724
12725 \begin_layout Standard
12726 We recommend to use 
12727 \family sans
12728 PDF
12729 \begin_inset Space ~
12730 \end_inset
12731
12732 (pdflatex)
12733 \family default
12734  because 
12735 \family typewriter
12736 pdftex
12737 \family default
12738  supports all features of actual PDF-versions, is quick and works stable
12739  without problems.
12740  The program 
12741 \family typewriter
12742 dvipdfm
12743 \family default
12744  is no more under development and therefore a bit outdated.
12745 \end_layout
12746
12747 \begin_layout Subsection
12748 Previewing
12749 \begin_inset Index
12750 status collapsed
12751
12752 \begin_layout Plain Layout
12753 Document ! Preview 
12754 \end_layout
12755
12756 \end_inset
12757
12758
12759 \end_layout
12760
12761 \begin_layout Standard
12762 To get a look at the final version of your document, with all of the pagebreaks
12763  in place, the footnotes correctly numbered, and so on, use the menu 
12764 \family sans
12765 View
12766 \family default
12767  and choose a file type.
12768  A viewing program will popup showing the output.
12769  For 
12770 \family sans
12771 View\SpecialChar \menuseparator
12772 DVI
12773 \family default
12774  you can use the toolbar button 
12775 \begin_inset Graphics
12776         filename ../images/buffer-view_dvi.png
12777         embed ""
12778
12779 \end_inset
12780
12781  (shortcut 
12782 \family sans
12783 C-d
12784 \family default
12785 ), for 
12786 \family sans
12787 View\SpecialChar \menuseparator
12788 PDF
12789 \begin_inset Space ~
12790 \end_inset
12791
12792 (pdflatex)
12793 \family default
12794  you can use the toolbar button 
12795 \begin_inset Graphics
12796         filename ../images/buffer-export_pdf2.png
12797         embed ""
12798
12799 \end_inset
12800
12801 .
12802 \end_layout
12803
12804 \begin_layout Standard
12805 If you have changed your document, you can refresh the output in the same
12806  viewer window using the menu 
12807 \family sans
12808 View\SpecialChar \menuseparator
12809 Update
12810 \family default
12811 .
12812 \end_layout
12813
12814 \begin_layout Standard
12815 When you preview a file, the output file is only generated in LyX's temporary
12816  directory.
12817  To have a real output, export your document.
12818 \end_layout
12819
12820 \begin_layout Subsection
12821 Printing the File from within LyX
12822 \begin_inset CommandInset label
12823 LatexCommand label
12824 name "sub:Printing-the-File"
12825
12826 \end_inset
12827
12828
12829 \end_layout
12830
12831 \begin_layout Standard
12832 Instead of exporting your file and then printing them, you can also print
12833  it directly from within LyX.
12834  To print a file, select the menu 
12835 \family sans
12836 File\SpecialChar \menuseparator
12837 Print
12838 \family default
12839  or click on the toolbar button 
12840 \begin_inset Graphics
12841         filename ../images/dialog-show_print.png
12842         embed ""
12843
12844 \end_inset
12845
12846 .
12847  LyX will internally call LaTeX to produce a DVI.
12848  This file is then processed by the program 
12849 \family typewriter
12850 dvips
12851 \family default
12852  to PostScript-file, which is finally printed using the program 
12853 \family typewriter
12854 Ghostscript
12855 \family default
12856 .
12857  Due to these steps in the background, this method is not the fastest.
12858 \end_layout
12859
12860 \begin_layout Standard
12861 You can choose to print only even-numbered or odd-numbered pages - this
12862  is useful for printing on two sides: You can re-insert the pages after
12863  printing one set to print on the other side.
12864  Some printers spit out pages face-up, others, face-down.
12865  By choosing a particular order to print in, you can take the entire stack
12866  of pages out of the printer without needing to reorder them.
12867 \end_layout
12868
12869 \begin_layout Standard
12870 You can set the parameters in the 
12871 \family sans
12872 Print
12873 \begin_inset Space ~
12874 \end_inset
12875
12876 Destination
12877 \family default
12878  box as follows:
12879 \end_layout
12880
12881 \begin_layout Labeling
12882 \labelwidthstring 00.00.0000
12883
12884 \family sans
12885 Printer
12886 \family default
12887  This is the name of the printer to print to.
12888 \begin_inset Foot
12889 status collapsed
12890
12891 \begin_layout Plain Layout
12892 Note that this printer name is for the program 
12893 \family typewriter
12894 dvips
12895 \family default
12896 .
12897  That means 
12898 \family typewriter
12899 dvips
12900 \family default
12901  has to be configured for this printer name.
12902  The default printer can be set in LyX's preferences dialog, see section
12903 \begin_inset Space ~
12904 \end_inset
12905
12906
12907 \begin_inset CommandInset ref
12908 LatexCommand ref
12909 reference "sub:Printer"
12910
12911 \end_inset
12912
12913 .
12914 \end_layout
12915
12916 \end_inset
12917
12918  The printer should understand PostScript.
12919 \end_layout
12920
12921 \begin_layout Labeling
12922 \labelwidthstring 00.00.0000
12923
12924 \family sans
12925 File
12926 \family default
12927  The name of a file to print to.
12928  The output will be a PostScript file.
12929  It will be written in LyX's working directory unless you specify the full
12930  path.
12931 \end_layout
12932
12933 \begin_layout Section
12934 A few Words about Typography
12935 \begin_inset Index
12936 status collapsed
12937
12938 \begin_layout Plain Layout
12939 Typography
12940 \end_layout
12941
12942 \end_inset
12943
12944
12945 \end_layout
12946
12947 \begin_layout Subsection
12948 Hyphens
12949 \begin_inset Index
12950 status collapsed
12951
12952 \begin_layout Plain Layout
12953 Hyphens
12954 \end_layout
12955
12956 \end_inset
12957
12958
12959 \begin_inset CommandInset label
12960 LatexCommand label
12961 name "sub:Hyphens"
12962
12963 \end_inset
12964
12965
12966 \end_layout
12967
12968 \begin_layout Standard
12969 In LyX, the 
12970 \begin_inset Quotes eld
12971 \end_inset
12972
12973
12974 \family typewriter
12975 -
12976 \family default
12977
12978 \begin_inset Quotes eld
12979 \end_inset
12980
12981  character comes in three lengths, often called the 
12982 \emph on
12983 hyphen
12984 \emph default
12985 , the 
12986 \emph on
12987 en dash
12988 \emph default
12989 , and the 
12990 \emph on
12991 em dash
12992 \emph default
12993 :
12994 \end_layout
12995
12996 \begin_layout Enumerate
12997 hyphen
12998 \begin_inset Space \hfill{}
12999 \end_inset
13000
13001 -
13002 \begin_inset Space \hfill{}
13003 \end_inset
13004
13005 made with 
13006 \begin_inset Quotes eld
13007 \end_inset
13008
13009
13010 \family typewriter
13011 -
13012 \family default
13013
13014 \begin_inset Quotes eld
13015 \end_inset
13016
13017
13018 \end_layout
13019
13020 \begin_layout Enumerate
13021 en dash
13022 \begin_inset Space \hfill{}
13023 \end_inset
13024
13025 --
13026 \begin_inset Space \hfill{}
13027 \end_inset
13028
13029 made with 
13030 \begin_inset Quotes eld
13031 \end_inset
13032
13033
13034 \family typewriter
13035 -
13036 \begin_inset ERT
13037 status collapsed
13038
13039 \begin_layout Plain Layout
13040
13041
13042 \backslash
13043 /
13044 \end_layout
13045
13046 \end_inset
13047
13048 -
13049 \family default
13050
13051 \begin_inset Quotes eld
13052 \end_inset
13053
13054
13055 \end_layout
13056
13057 \begin_layout Enumerate
13058 em dash
13059 \begin_inset Space \hfill{}
13060 \end_inset
13061
13062 ---
13063 \begin_inset Space \hfill{}
13064 \end_inset
13065
13066 made with 
13067 \begin_inset Quotes eld
13068 \end_inset
13069
13070
13071 \family typewriter
13072 -
13073 \begin_inset ERT
13074 status collapsed
13075
13076 \begin_layout Plain Layout
13077
13078
13079 \backslash
13080 /
13081 \end_layout
13082
13083 \end_inset
13084
13085 -
13086 \begin_inset ERT
13087 status collapsed
13088
13089 \begin_layout Plain Layout
13090
13091
13092 \backslash
13093 /
13094 \end_layout
13095
13096 \end_inset
13097
13098 -
13099 \family default
13100
13101 \begin_inset Quotes eld
13102 \end_inset
13103
13104
13105 \end_layout
13106
13107 \begin_layout Enumerate
13108 minus sign
13109 \begin_inset Space \hfill{}
13110 \end_inset
13111
13112
13113 \begin_inset Formula $-$
13114 \end_inset
13115
13116
13117 \begin_inset Space \hfill{}
13118 \end_inset
13119
13120
13121 \begin_inset Quotes eld
13122 \end_inset
13123
13124
13125 \family typewriter
13126 -
13127 \family default
13128
13129 \begin_inset Quotes eld
13130 \end_inset
13131
13132  in math mode
13133 \end_layout
13134
13135 \begin_layout Standard
13136 You generate them by inserting the 
13137 \begin_inset Quotes eld
13138 \end_inset
13139
13140
13141 \family typewriter
13142 -
13143 \family default
13144
13145 \begin_inset Quotes eld
13146 \end_inset
13147
13148  character multiple times in a row.
13149  They are automatically converted to the appropriate length dash in the
13150  final output, but not in LyX.
13151 \end_layout
13152
13153 \begin_layout Standard
13154 The three dash types are distinct from the minus sign, which appears in
13155  math mode and has a length of its own.
13156  Here are some examples of the 
13157 \begin_inset Quotes eld
13158 \end_inset
13159
13160
13161 \family typewriter
13162 -
13163 \family default
13164
13165 \begin_inset Quotes eld
13166 \end_inset
13167
13168  in use:
13169 \end_layout
13170
13171 \begin_layout Enumerate
13172 line- and page-breaks
13173 \begin_inset Space \hfill{}
13174 \end_inset
13175
13176 (
13177 \emph on
13178 hyphen
13179 \emph default
13180 )
13181 \end_layout
13182
13183 \begin_layout Enumerate
13184 From A--Z
13185 \begin_inset Space \hfill{}
13186 \end_inset
13187
13188 (
13189 \emph on
13190 en dash
13191 \emph default
13192 )
13193 \end_layout
13194
13195 \begin_layout Enumerate
13196 Oh --- there's a dash.
13197 \begin_inset Space \hfill{}
13198 \end_inset
13199
13200 (
13201 \emph on
13202 em dash
13203 \emph default
13204 )
13205 \end_layout
13206
13207 \begin_layout Enumerate
13208 \begin_inset Formula $x^{2}-y^{2}=z^{2}$
13209 \end_inset
13210
13211
13212 \begin_inset Space \hfill{}
13213 \end_inset
13214
13215 (
13216 \emph on
13217 minus sign
13218 \emph default
13219 )
13220 \end_layout
13221
13222 \begin_layout Subsection
13223 Hyphenation
13224 \begin_inset Index
13225 status collapsed
13226
13227 \begin_layout Plain Layout
13228 Hyphenation
13229 \end_layout
13230
13231 \end_inset
13232
13233
13234 \begin_inset CommandInset label
13235 LatexCommand label
13236 name "sub:Hyphenation"
13237
13238 \end_inset
13239
13240
13241 \end_layout
13242
13243 \begin_layout Standard
13244 Words aren't hyphenated within LyX but automatically in the output.
13245  Hyphenation is done by the LaTeX-package 
13246 \series bold
13247 babel
13248 \begin_inset Index
13249 status collapsed
13250
13251 \begin_layout Plain Layout
13252 Latex@LaTeX-packages ! babel
13253 \end_layout
13254
13255 \end_inset
13256
13257
13258 \series default
13259  following the rules of the document language
13260 \begin_inset Foot
13261 status collapsed
13262
13263 \begin_layout Plain Layout
13264 For German readers: That's one of the main differences between the languages
13265  
13266 \family sans
13267 German
13268 \family default
13269  and 
13270 \family sans
13271 German
13272 \begin_inset Space ~
13273 \end_inset
13274
13275 (new
13276 \begin_inset Space ~
13277 \end_inset
13278
13279 spelling)
13280 \family default
13281  in the 
13282 \family sans
13283 Document\SpecialChar \menuseparator
13284 Settings
13285 \family default
13286  dialog.
13287 \end_layout
13288
13289 \end_inset
13290
13291 .
13292 \end_layout
13293
13294 \begin_layout Standard
13295 LaTeX hyphenates nearly perfectly, it has only problems with text in the
13296  font 
13297 \family sans
13298 typewriter
13299 \family default
13300  and with unusual constructs, like 
13301 \begin_inset Quotes eld
13302 \end_inset
13303
13304 h3knix/m0n0wall
13305 \begin_inset Quotes erd
13306 \end_inset
13307
13308 .
13309  If LaTeX can't break a word correctly, you can set hyphenation points manually.
13310  This is done with the menu 
13311 \family sans
13312 Insert\SpecialChar \menuseparator
13313 Formatting\SpecialChar \menuseparator
13314 Hyphenation
13315 \begin_inset Space ~
13316 \end_inset
13317
13318 Point
13319 \family default
13320 .
13321  These extra hyphenation points are only recommendations to LaTeX.
13322  If no hyphenation is necessary, LaTeX will ignore them.
13323 \end_layout
13324
13325 \begin_layout Standard
13326 Sometimes you want to prevent words or constructs to be hyphenated.
13327  The keybindings/shortcuts in this document consists of three letters with
13328  a hyphen and a space in the form 
13329 \begin_inset Quotes eld
13330 \end_inset
13331
13332 A-b c
13333 \begin_inset Quotes erd
13334 \end_inset
13335
13336 .
13337  LaTeX finds there the hyphen 
13338 \begin_inset Quotes eld
13339 \end_inset
13340
13341 -
13342 \begin_inset Quotes erd
13343 \end_inset
13344
13345  as hyphenation possibility.
13346  Hyphenating at this point would look ugly.
13347  To prevent the shortcut from being hyphenated, we can put it in the argument
13348  of the LaTeX-box-command 
13349 \series bold
13350
13351 \backslash
13352 mbox
13353 \series default
13354 , because text within LaTeX-boxes can't be hyphenated.
13355  As LyX doesn't support 
13356 \series bold
13357
13358 \backslash
13359 mbox
13360 \series default
13361 , we have to use ERT.
13362  The result looks in LyX like:
13363 \end_layout
13364
13365 \begin_layout Standard
13366 \begin_inset Graphics
13367         filename clipart/mbox.png
13368         embed ""
13369
13370 \end_inset
13371
13372
13373 \end_layout
13374
13375 \begin_layout Standard
13376 To learn more about ERT, have a look at section
13377 \begin_inset Space ~
13378 \end_inset
13379
13380
13381 \begin_inset CommandInset ref
13382 LatexCommand ref
13383 reference "sec:ERT"
13384
13385 \end_inset
13386
13387 .
13388 \end_layout
13389
13390 \begin_layout Subsection
13391 Punctuation Marks
13392 \begin_inset Index
13393 status collapsed
13394
13395 \begin_layout Plain Layout
13396 Punctuation marks
13397 \end_layout
13398
13399 \end_inset
13400
13401
13402 \end_layout
13403
13404 \begin_layout Subsubsection
13405 Abbreviations and End of Sentence
13406 \begin_inset CommandInset label
13407 LatexCommand label
13408 name "sub:Abbreviations"
13409
13410 \end_inset
13411
13412
13413 \end_layout
13414
13415 \begin_layout Standard
13416 When LyX calls LaTeX to generate the final version of your document, LaTeX
13417  automatically distinguishes between words, sentences, and abbreviations.
13418  LaTeX then adds the 
13419 \begin_inset Quotes eld
13420 \end_inset
13421
13422 appropriate amount of space
13423 \begin_inset Quotes erd
13424 \end_inset
13425
13426 .
13427  That means sentences get a little bit more space between the period and
13428  the next word.
13429  Abbreviations get the same amount of space after the period as a word uses.
13430 \end_layout
13431
13432 \begin_layout Standard
13433 Unfortunately, the algorithm for figuring out what's an abbreviation works
13434  not for all cases.
13435  If a 
13436 \begin_inset Quotes eld
13437 \end_inset
13438
13439
13440 \family typewriter
13441 .
13442 \family default
13443
13444 \begin_inset Quotes erd
13445 \end_inset
13446
13447  is at the end of a lowercase letter, it's the end of a sentence; if it's
13448  at the end of a capitalized letter, it's an abbreviation.
13449 \end_layout
13450
13451 \begin_layout Standard
13452 Here are some examples of 
13453 \emph on
13454 correct
13455 \emph default
13456  abbreviations and the end of a sentence:
13457 \end_layout
13458
13459 \begin_layout Itemize
13460 M.
13461  Butterfly
13462 \end_layout
13463
13464 \begin_layout Itemize
13465 Don't worry.
13466  Be happy.
13467 \end_layout
13468
13469 \begin_layout Standard
13470 And here's an example of the algorithm going wrong:
13471 \end_layout
13472
13473 \begin_layout Itemize
13474 e.
13475  g.
13476  this is too much space!
13477 \end_layout
13478
13479 \begin_layout Itemize
13480 This is I.
13481  It's okay.
13482 \end_layout
13483
13484 \begin_layout Standard
13485 You won't see anything wrong until you view a final version of your document.
13486 \end_layout
13487
13488 \begin_layout Standard
13489 To fix this problem, use one of the following:
13490 \end_layout
13491
13492 \begin_layout Enumerate
13493 Use an 
13494 \family sans
13495 Inter-word
13496 \begin_inset Space ~
13497 \end_inset
13498
13499 Space
13500 \family default
13501  after lowercase abbreviations (see section
13502 \begin_inset Space ~
13503 \end_inset
13504
13505
13506 \begin_inset CommandInset ref
13507 LatexCommand ref
13508 reference "sub:Inter-word-Space"
13509
13510 \end_inset
13511
13512 ).
13513 \begin_inset Index
13514 status collapsed
13515
13516 \begin_layout Plain Layout
13517 Spaces ! inter-word
13518 \end_layout
13519
13520 \end_inset
13521
13522
13523 \end_layout
13524
13525 \begin_layout Enumerate
13526 Use a 
13527 \family sans
13528 Thin
13529 \begin_inset Space ~
13530 \end_inset
13531
13532 Space
13533 \family default
13534  between two tokens of an abbreviation (see section
13535 \begin_inset Space ~
13536 \end_inset
13537
13538
13539 \begin_inset CommandInset ref
13540 LatexCommand ref
13541 reference "sub:Thin-Space"
13542
13543 \end_inset
13544
13545 ).
13546 \begin_inset Index
13547 status collapsed
13548
13549 \begin_layout Plain Layout
13550 Spaces ! thin
13551 \end_layout
13552
13553 \end_inset
13554
13555
13556 \end_layout
13557
13558 \begin_layout Enumerate
13559 Use an 
13560 \family sans
13561 End
13562 \begin_inset Space ~
13563 \end_inset
13564
13565 of
13566 \begin_inset Space ~
13567 \end_inset
13568
13569 sentence
13570 \begin_inset Space ~
13571 \end_inset
13572
13573 period
13574 \family default
13575  found under the 
13576 \family sans
13577 Insert\SpecialChar \menuseparator
13578 Special
13579 \begin_inset Space ~
13580 \end_inset
13581
13582 Character
13583 \family default
13584  menu to force the use of inter-sentence spacing.
13585  This function is also bound to 
13586 \family sans
13587 C-period
13588 \family default
13589  for easy access.
13590 \end_layout
13591
13592 \begin_layout Standard
13593 With the corrections, our earlier examples look like this:
13594 \end_layout
13595
13596 \begin_layout Itemize
13597 e.
13598 \begin_inset Space \thinspace{}
13599 \end_inset
13600
13601 g.
13602 \begin_inset Space \space{}
13603 \end_inset
13604
13605 this is too much space!
13606 \end_layout
13607
13608 \begin_layout Itemize
13609 This is I\SpecialChar \@.
13610  It's okay.
13611 \end_layout
13612
13613 \begin_layout Standard
13614 Some languages don't use extra spacing between sentences.
13615  If your language is such a language, you don't need to worry, because the
13616  LaTeX will care about this.
13617 \end_layout
13618
13619 \begin_layout Standard
13620 For those that do need to bother, there is help to catch those sneaky errors:
13621  check out the 
13622 \family sans
13623 Tools\SpecialChar \menuseparator
13624 Check
13625 \begin_inset Space ~
13626 \end_inset
13627
13628 TeX
13629 \family default
13630  feature described in section 
13631 \emph on
13632 Checking TeX
13633 \emph default
13634  of the 
13635 \emph on
13636 Extended Features
13637 \emph default
13638  manual.
13639 \end_layout
13640
13641 \begin_layout Subsubsection
13642 Quotes
13643 \begin_inset Index
13644 status collapsed
13645
13646 \begin_layout Plain Layout
13647 Typography ! Quotes
13648 \end_layout
13649
13650 \end_inset
13651
13652
13653 \begin_inset Index
13654 status collapsed
13655
13656 \begin_layout Plain Layout
13657 Quotes | see
13658 \begin_inset ERT
13659 status collapsed
13660
13661 \begin_layout Plain Layout
13662
13663 {
13664 \end_layout
13665
13666 \end_inset
13667
13668 Typography
13669 \begin_inset ERT
13670 status collapsed
13671
13672 \begin_layout Plain Layout
13673
13674 }
13675 \end_layout
13676
13677 \end_inset
13678
13679
13680 \end_layout
13681
13682 \end_inset
13683
13684
13685 \begin_inset CommandInset label
13686 LatexCommand label
13687 name "sub:Quotes"
13688
13689 \end_inset
13690
13691
13692 \end_layout
13693
13694 \begin_layout Standard
13695 LyX usually sets quotes correctly.
13696  Specifically, it will use an opening quote at the beginning of quoted text,
13697  and use a closing quote at the end.
13698  For example, 
13699 \begin_inset Quotes eld
13700 \end_inset
13701
13702 open close
13703 \begin_inset Quotes erd
13704 \end_inset
13705
13706 .
13707  The keyboard character, 
13708 \family sans
13709 "
13710 \family default
13711 , generates this automatically.
13712 \end_layout
13713
13714 \begin_layout Standard
13715 You can change the behavior of the 
13716 \family sans
13717 "
13718 \family default
13719  key using the submenu 
13720 \family sans
13721 Language
13722 \family default
13723  of the dialog 
13724 \family sans
13725 Document\SpecialChar \menuseparator
13726 Settings
13727 \family default
13728
13729 \begin_inset Index
13730 status collapsed
13731
13732 \begin_layout Plain Layout
13733 Document ! Settings
13734 \end_layout
13735
13736 \end_inset
13737
13738  dialog.
13739 \end_layout
13740
13741 \begin_layout Standard
13742 You can also select quotes for different languages in the box 
13743 \family sans
13744 Type
13745 \family default
13746  option.
13747  There are six choices:
13748 \end_layout
13749
13750 \begin_layout Labeling
13751 \labelwidthstring 00.00.0000
13752
13753 \family sans
13754 \begin_inset Quotes eld
13755 \end_inset
13756
13757 Text
13758 \begin_inset Quotes erd
13759 \end_inset
13760
13761
13762 \family default
13763  Use quotes like this 
13764 \begin_inset Quotes eld
13765 \end_inset
13766
13767 double
13768 \begin_inset Quotes erd
13769 \end_inset
13770
13771  or 
13772 \begin_inset Quotes els
13773 \end_inset
13774
13775 single
13776 \begin_inset Quotes ers
13777 \end_inset
13778
13779
13780 \end_layout
13781
13782 \begin_layout Labeling
13783 \labelwidthstring 00.00.0000
13784
13785 \family sans
13786 \begin_inset Quotes sld
13787 \end_inset
13788
13789 Text
13790 \begin_inset Quotes srd
13791 \end_inset
13792
13793
13794 \family default
13795  Use quotes like 
13796 \begin_inset Quotes sld
13797 \end_inset
13798
13799 this
13800 \begin_inset Quotes srd
13801 \end_inset
13802
13803  or 'this
13804 \begin_inset Quotes ers
13805 \end_inset
13806
13807
13808 \end_layout
13809
13810 \begin_layout Labeling
13811 \labelwidthstring 00.00.0000
13812
13813 \family sans
13814 \begin_inset Quotes gld
13815 \end_inset
13816
13817 Text
13818 \begin_inset Quotes grd
13819 \end_inset
13820
13821
13822 \family default
13823  Use quotes like 
13824 \begin_inset Quotes gld
13825 \end_inset
13826
13827 this
13828 \begin_inset Quotes grd
13829 \end_inset
13830
13831  or 
13832 \begin_inset Quotes gls
13833 \end_inset
13834
13835 this
13836 \begin_inset Quotes grs
13837 \end_inset
13838
13839
13840 \end_layout
13841
13842 \begin_layout Labeling
13843 \labelwidthstring 00.00.0000
13844
13845 \family sans
13846 \begin_inset Quotes pld
13847 \end_inset
13848
13849 Text
13850 \begin_inset Quotes prd
13851 \end_inset
13852
13853
13854 \family default
13855  Use quotes like 
13856 \begin_inset Quotes pld
13857 \end_inset
13858
13859 this
13860 \begin_inset Quotes prd
13861 \end_inset
13862
13863  or 
13864 \begin_inset Quotes pls
13865 \end_inset
13866
13867 this
13868 \begin_inset Quotes prs
13869 \end_inset
13870
13871
13872 \end_layout
13873
13874 \begin_layout Labeling
13875 \labelwidthstring 00.00.0000
13876
13877 \family sans
13878 \begin_inset Quotes fld
13879 \end_inset
13880
13881 Text
13882 \begin_inset Quotes frd
13883 \end_inset
13884
13885
13886 \family default
13887  Use quotes like 
13888 \begin_inset Quotes fld
13889 \end_inset
13890
13891 this
13892 \begin_inset Quotes frd
13893 \end_inset
13894
13895  or 
13896 \begin_inset Quotes fls
13897 \end_inset
13898
13899 this
13900 \begin_inset Quotes frs
13901 \end_inset
13902
13903
13904 \end_layout
13905
13906 \begin_layout Labeling
13907 \labelwidthstring 00.00.0000
13908
13909 \family sans
13910 \begin_inset Quotes ald
13911 \end_inset
13912
13913 Text
13914 \begin_inset Quotes ard
13915 \end_inset
13916
13917
13918 \family default
13919  Use quotes like 
13920 \begin_inset Quotes ald
13921 \end_inset
13922
13923 this
13924 \begin_inset Quotes ard
13925 \end_inset
13926
13927  or 
13928 \begin_inset Quotes als
13929 \end_inset
13930
13931 this
13932 \begin_inset Quotes ars
13933 \end_inset
13934
13935
13936 \end_layout
13937
13938 \begin_layout Standard
13939 These settings affects what character the 
13940 \family sans
13941 "
13942 \family default
13943  key produces.
13944 \end_layout
13945
13946 \begin_layout Subsection
13947 Ligatures
13948 \begin_inset Index
13949 status collapsed
13950
13951 \begin_layout Plain Layout
13952 Typography ! Ligatures
13953 \end_layout
13954
13955 \end_inset
13956
13957
13958 \begin_inset Index
13959 status collapsed
13960
13961 \begin_layout Plain Layout
13962 Ligatures | see
13963 \begin_inset ERT
13964 status collapsed
13965
13966 \begin_layout Plain Layout
13967
13968 {
13969 \end_layout
13970
13971 \end_inset
13972
13973 Typography
13974 \begin_inset ERT
13975 status collapsed
13976
13977 \begin_layout Plain Layout
13978
13979 }
13980 \end_layout
13981
13982 \end_inset
13983
13984
13985 \end_layout
13986
13987 \end_inset
13988
13989
13990 \begin_inset CommandInset label
13991 LatexCommand label
13992 name "sub:Ligatures"
13993
13994 \end_inset
13995
13996
13997 \end_layout
13998
13999 \begin_layout Standard
14000 It is standard typesetting practice to group certain letters together and
14001  print them as single characters.
14002  These groups are known as 
14003 \emph on
14004 ligatures
14005 \emph default
14006 .
14007  Since LaTeX knows about ligatures, your documents will contain them too
14008  in the output.
14009  Here are the standard ligatures:
14010 \end_layout
14011
14012 \begin_layout Itemize
14013 ff
14014 \end_layout
14015
14016 \begin_layout Itemize
14017 fi
14018 \end_layout
14019
14020 \begin_layout Itemize
14021 fl
14022 \end_layout
14023
14024 \begin_layout Itemize
14025 ffi
14026 \end_layout
14027
14028 \begin_layout Itemize
14029 ffl
14030 \end_layout
14031
14032 \begin_layout Standard
14033 Some languages uses other ligatures if the document font supports them.
14034 \end_layout
14035
14036 \begin_layout Standard
14037 Sometimes, you don't want a ligature in a word.
14038  While a ligature may be okay in the word, 
14039 \begin_inset Quotes eld
14040 \end_inset
14041
14042 graffiti,
14043 \begin_inset Quotes erd
14044 \end_inset
14045
14046  it looks really weird in compound words, such as 
14047 \begin_inset Quotes eld
14048 \end_inset
14049
14050 cufflink
14051 \begin_inset Quotes erd
14052 \end_inset
14053
14054  or the German 
14055 \begin_inset Quotes eld
14056 \end_inset
14057
14058 Dorffest.
14059 \begin_inset Quotes erd
14060 \end_inset
14061
14062  To break a ligature, use 
14063 \family sans
14064 Insert\SpecialChar \menuseparator
14065 Formatting\SpecialChar \menuseparator
14066 Ligature
14067 \begin_inset Space ~
14068 \end_inset
14069
14070 Break.
14071
14072 \family default
14073  This changes 
14074 \begin_inset Quotes eld
14075 \end_inset
14076
14077 cufflinks
14078 \begin_inset Quotes erd
14079 \end_inset
14080
14081  to 
14082 \begin_inset Quotes eld
14083 \end_inset
14084
14085 cuff\SpecialChar \textcompwordmark{}
14086 links
14087 \begin_inset Quotes erd
14088 \end_inset
14089
14090  and 
14091 \begin_inset Quotes eld
14092 \end_inset
14093
14094 Dorffest
14095 \begin_inset Quotes erd
14096 \end_inset
14097
14098  to 
14099 \begin_inset Quotes eld
14100 \end_inset
14101
14102 Dorf\SpecialChar \textcompwordmark{}
14103 fest
14104 \begin_inset Quotes erd
14105 \end_inset
14106
14107 .
14108 \end_layout
14109
14110 \begin_layout Subsection
14111 LyX's Proper Names
14112 \begin_inset Index
14113 status collapsed
14114
14115 \begin_layout Plain Layout
14116 Lyx@LyX ! Proper names
14117 \end_layout
14118
14119 \end_inset
14120
14121
14122 \begin_inset CommandInset label
14123 LatexCommand label
14124 name "sub:LyX's-Proper-Names"
14125
14126 \end_inset
14127
14128
14129 \end_layout
14130
14131 \begin_layout Standard
14132 You have surely noticed, that the word 
14133 \begin_inset Quotes eld
14134 \end_inset
14135
14136 LaTeX
14137 \begin_inset Quotes erd
14138 \end_inset
14139
14140  appears always with characters in different size and height.
14141  LaTeX is the name of the program used by LyX and is therefore recognized
14142  as proper name when you type it in LyX as 
14143 \begin_inset Quotes eld
14144 \end_inset
14145
14146 LaT
14147 \begin_inset ERT
14148 status collapsed
14149
14150 \begin_layout Plain Layout
14151
14152 {}
14153 \end_layout
14154
14155 \end_inset
14156
14157 eX
14158 \begin_inset Quotes erd
14159 \end_inset
14160
14161 .
14162 \begin_inset Note Note
14163 status collapsed
14164
14165 \begin_layout Plain Layout
14166 The braces in ERT are here to avoid that the 
14167 \begin_inset Quotes eld
14168 \end_inset
14169
14170 command
14171 \begin_inset Quotes erd
14172 \end_inset
14173
14174  appear as proper name in the output, see the last paragraph of this section.
14175  To create proper names omit the ERT.
14176 \end_layout
14177
14178 \end_inset
14179
14180  Note the order of the upper-and lowercase letters! LyX recognizes the following
14181  proper names:
14182 \end_layout
14183
14184 \begin_layout Description
14185 LyX The name of the game, write 
14186 \begin_inset Quotes eld
14187 \end_inset
14188
14189 L
14190 \begin_inset ERT
14191 status collapsed
14192
14193 \begin_layout Plain Layout
14194
14195 {}
14196 \end_layout
14197
14198 \end_inset
14199
14200 yX
14201 \begin_inset Quotes erd
14202 \end_inset
14203
14204  to produce it.
14205 \end_layout
14206
14207 \begin_layout Description
14208 TeX The program used by LaTeX, write 
14209 \begin_inset Quotes eld
14210 \end_inset
14211
14212 T
14213 \begin_inset ERT
14214 status collapsed
14215
14216 \begin_layout Plain Layout
14217
14218 {}
14219 \end_layout
14220
14221 \end_inset
14222
14223 eX
14224 \begin_inset Quotes erd
14225 \end_inset
14226
14227  to produce it.
14228 \end_layout
14229
14230 \begin_layout Description
14231 LaTeX The program used by LyX, write 
14232 \begin_inset Quotes eld
14233 \end_inset
14234
14235 LaT
14236 \begin_inset ERT
14237 status collapsed
14238
14239 \begin_layout Plain Layout
14240
14241 {}
14242 \end_layout
14243
14244 \end_inset
14245
14246 eX
14247 \begin_inset Quotes erd
14248 \end_inset
14249
14250  to produce it.
14251 \end_layout
14252
14253 \begin_layout Description
14254 LaTeX2e The actual version of LaTeX, write 
14255 \begin_inset Quotes eld
14256 \end_inset
14257
14258 LaT
14259 \begin_inset ERT
14260 status collapsed
14261
14262 \begin_layout Plain Layout
14263
14264 {}
14265 \end_layout
14266
14267 \end_inset
14268
14269 eX2e
14270 \begin_inset Quotes erd
14271 \end_inset
14272
14273  to produce it.
14274 \end_layout
14275
14276 \begin_layout Standard
14277 You might wonder why the LaTeX-version is 
14278 \begin_inset Quotes eld
14279 \end_inset
14280
14281 2
14282 \begin_inset Formula $\epsilon$
14283 \end_inset
14284
14285
14286 \begin_inset Quotes erd
14287 \end_inset
14288
14289 .
14290  It's an old tradition in the TeX-world to give programs geek version numbers.
14291  For example the version number of TeX converges to the number 
14292 \begin_inset Formula $\pi$
14293 \end_inset
14294
14295 : The actual version is 
14296 \begin_inset Quotes eld
14297 \end_inset
14298
14299 TeX-3.141592
14300 \begin_inset Quotes erd
14301 \end_inset
14302
14303 , the previous one was 
14304 \begin_inset Quotes eld
14305 \end_inset
14306
14307 TeX-3.14159
14308 \begin_inset Quotes erd
14309 \end_inset
14310
14311 .
14312 \end_layout
14313
14314 \begin_layout Standard
14315 If you don't want to use proper names, e.g.
14316  in section headings, you can insert two empty braces in ERT in the word.
14317  This will look in LyX like: 
14318 \begin_inset Graphics
14319         filename clipart/LaTeX.png
14320         embed ""
14321
14322 \end_inset
14323
14324
14325 \begin_inset Newline newline
14326 \end_inset
14327
14328 For more about ERT, look at section
14329 \begin_inset Space ~
14330 \end_inset
14331
14332
14333 \begin_inset CommandInset ref
14334 LatexCommand ref
14335 reference "sec:ERT"
14336
14337 \end_inset
14338
14339 .
14340 \end_layout
14341
14342 \begin_layout Subsection
14343 Units
14344 \begin_inset Index
14345 status collapsed
14346
14347 \begin_layout Plain Layout
14348 Typography ! Units
14349 \end_layout
14350
14351 \end_inset
14352
14353
14354 \end_layout
14355
14356 \begin_layout Standard
14357 Generally the space between units and the number is smaller than the normal
14358  space between two words.
14359  As you can see in the example below, it looks better when the space is
14360  smaller.
14361  To get such a 
14362 \begin_inset Quotes eld
14363 \end_inset
14364
14365 half space
14366 \begin_inset Quotes erd
14367 \end_inset
14368
14369  for units use the menu 
14370 \family sans
14371 Insert\SpecialChar \menuseparator
14372 Formatting\SpecialChar \menuseparator
14373 Thin
14374 \begin_inset Space ~
14375 \end_inset
14376
14377 Space
14378 \family default
14379  (shortcut 
14380 \family sans
14381 C-S-Space
14382 \family default
14383 ).
14384 \end_layout
14385
14386 \begin_layout Standard
14387 Here's an example to show the differences:
14388 \end_layout
14389
14390 \begin_layout Standard
14391 \begin_inset Tabular
14392 <lyxtabular version="3" rows="2" columns="2">
14393 <features>
14394 <column alignment="left" valignment="top" width="0">
14395 <column alignment="left" valignment="top" width="0">
14396 <row>
14397 <cell alignment="center" valignment="top" usebox="none">
14398 \begin_inset Text
14399
14400 \begin_layout Plain Layout
14401 24
14402 \begin_inset Space ~
14403 \end_inset
14404
14405 kW
14406 \begin_inset Formula $\cdot$
14407 \end_inset
14408
14409 h
14410 \end_layout
14411
14412 \end_inset
14413 </cell>
14414 <cell alignment="center" valignment="top" usebox="none">
14415 \begin_inset Text
14416
14417 \begin_layout Plain Layout
14418 space between number and unit
14419 \end_layout
14420
14421 \end_inset
14422 </cell>
14423 </row>
14424 <row>
14425 <cell alignment="center" valignment="top" usebox="none">
14426 \begin_inset Text
14427
14428 \begin_layout Plain Layout
14429 24
14430 \begin_inset Space \thinspace{}
14431 \end_inset
14432
14433 kW
14434 \begin_inset Formula $\cdot$
14435 \end_inset
14436
14437 h
14438 \end_layout
14439
14440 \end_inset
14441 </cell>
14442 <cell alignment="center" valignment="top" usebox="none">
14443 \begin_inset Text
14444
14445 \begin_layout Plain Layout
14446 half space between number and unit
14447 \end_layout
14448
14449 \end_inset
14450 </cell>
14451 </row>
14452 </lyxtabular>
14453
14454 \end_inset
14455
14456
14457 \end_layout
14458
14459 \begin_layout Subsection
14460 Widows and Orphans
14461 \begin_inset Index
14462 status collapsed
14463
14464 \begin_layout Plain Layout
14465 Typography ! Widows and orphans
14466 \end_layout
14467
14468 \end_inset
14469
14470
14471 \begin_inset CommandInset label
14472 LatexCommand label
14473 name "sub:Widows"
14474
14475 \end_inset
14476
14477
14478 \end_layout
14479
14480 \begin_layout Standard
14481 In the early days of word processors, page breaks went wherever the page
14482  happened to end.
14483  There was no regard for what was actually going on in the text.
14484  You may remember once printing out a document, only to find the heading
14485  for a new section printed at the very bottom of the page, the first line
14486  of a new paragraph all alone at the bottom of a page, or the last line
14487  of a paragraph at the top of a new page.
14488  These dangly-bits of text became known as 
14489 \emph on
14490 widows
14491 \emph default
14492  and 
14493 \emph on
14494 orphans
14495 \emph default
14496 .
14497 \end_layout
14498
14499 \begin_layout Standard
14500 Clearly, LyX can avoid breaking pages after a section heading.
14501  That's part of the advantage of paragraph environments.
14502  But what about widows and orphans, where the page breaks leave one line
14503  of a paragraph all alone at the top or bottom of a page? There are rules
14504  built into LaTeX governing page breaks, and some of those rules are there
14505  to specifically prevent widows and orphans.
14506  This is the advantage LyX has in using LaTeX as its backend.
14507 \end_layout
14508
14509 \begin_layout Standard
14510 There's no way we can go into how TeX and LaTeX decide to break a page,
14511  or how you can tweak that behavior.
14512  Some LaTeX books listed in the bibliography [such as
14513 \begin_inset Space ~
14514 \end_inset
14515
14516
14517 \begin_inset CommandInset citation
14518 LatexCommand cite
14519 key "latexcompanion"
14520
14521 \end_inset
14522
14523  or
14524 \begin_inset Space ~
14525 \end_inset
14526
14527
14528 \begin_inset CommandInset citation
14529 LatexCommand cite
14530 key "latexguide"
14531
14532 \end_inset
14533
14534 ] may have more information.
14535  You will almost never need to worry about this, however.
14536 \end_layout
14537
14538 \begin_layout Chapter
14539 Notes, Graphics, Tables, and Floats
14540 \begin_inset CommandInset label
14541 LatexCommand label
14542 name "cha:Floats-and-Notes"
14543
14544 \end_inset
14545
14546
14547 \end_layout
14548
14549 \begin_layout Standard
14550 The issues of this chapter are described in detail in the 
14551 \emph on
14552 Embedded Objects
14553 \emph default
14554  manual.
14555  There you'll also find tips and tricks for special cases.
14556 \end_layout
14557
14558 \begin_layout Section
14559 Notes
14560 \begin_inset Index
14561 status collapsed
14562
14563 \begin_layout Plain Layout
14564 Notes
14565 \end_layout
14566
14567 \end_inset
14568
14569
14570 \begin_inset CommandInset label
14571 LatexCommand label
14572 name "sec:Notes"
14573
14574 \end_inset
14575
14576
14577 \end_layout
14578
14579 \begin_layout Standard
14580 LyX offers you a few types of notes to add to your document:
14581 \end_layout
14582
14583 \begin_layout Description
14584 LyX
14585 \begin_inset Space ~
14586 \end_inset
14587
14588 Note This note type is for internal notes that won't appear in the output.
14589 \begin_inset Newline newline
14590 \end_inset
14591
14592
14593 \begin_inset Note Note
14594 status open
14595
14596 \begin_layout Plain Layout
14597 This is text in a note box that doesn't appear in the output.
14598 \end_layout
14599
14600 \end_inset
14601
14602
14603 \end_layout
14604
14605 \begin_layout Description
14606 Comment This note also doesn't appear in the output but it appears as LaTeX-comm
14607 ent, when you export the document to LaTeX via the menu 
14608 \family sans
14609 File\SpecialChar \menuseparator
14610 Export\SpecialChar \menuseparator
14611 LaTeX (pdflatex) / (plain)
14612 \family default
14613 .
14614 \begin_inset Newline newline
14615 \end_inset
14616
14617
14618 \begin_inset Note Comment
14619 status open
14620
14621 \begin_layout Plain Layout
14622 This is text in a note box that only appears as comment in LaTeX-files.
14623 \end_layout
14624
14625 \end_inset
14626
14627
14628 \end_layout
14629
14630 \begin_layout Description
14631 Greyed
14632 \begin_inset Space ~
14633 \end_inset
14634
14635 Out This note will appear in the output as grey text.
14636 \begin_inset Newline newline
14637 \end_inset
14638
14639
14640 \begin_inset Newline newline
14641 \end_inset
14642
14643
14644 \begin_inset Note Greyedout
14645 status open
14646
14647 \begin_layout Plain Layout
14648 This is text
14649 \begin_inset Foot
14650 status collapsed
14651
14652 \begin_layout Plain Layout
14653 This is an example footnote within a greyed out note.
14654  In this document the greyed out note color is redefined to blue.
14655  How this can be done is explained in the 
14656 \emph on
14657 Embedded Objects
14658 \emph default
14659  manual.
14660 \end_layout
14661
14662 \end_inset
14663
14664  of a comment that appears in the output as grey text.
14665 \end_layout
14666
14667 \end_inset
14668
14669
14670 \begin_inset Newline newline
14671 \end_inset
14672
14673
14674 \begin_inset Newline newline
14675 \end_inset
14676
14677 As you can see in the example, the first line of greyed out notes is a bit
14678  indented and greyed out notes can have footnotes.
14679 \end_layout
14680
14681 \begin_layout Description
14682 Framed This note will appear in the output as framed text.
14683  
14684 \begin_inset Box Framed
14685 position "t"
14686 hor_pos "c"
14687 has_inner_box 0
14688 inner_pos "t"
14689 use_parbox 0
14690 width "100col%"
14691 special "none"
14692 height "1in"
14693 height_special "totalheight"
14694 status open
14695
14696 \begin_layout Plain Layout
14697 This is text in a note box that appears framed in the output.
14698 \end_layout
14699
14700 \end_inset
14701
14702  In contrary to framed boxes like the one in section
14703 \begin_inset Space ~
14704 \end_inset
14705
14706
14707 \begin_inset CommandInset ref
14708 LatexCommand ref
14709 reference "sub:ERT-Boxes"
14710
14711 \end_inset
14712
14713 , the frame uses always the whole text width and the note is set into its
14714  own paragraph.
14715 \end_layout
14716
14717 \begin_layout Description
14718 Shaded This note will appear in the output with red background color.
14719 \begin_inset Box Shaded
14720 position "t"
14721 hor_pos "c"
14722 has_inner_box 0
14723 inner_pos "t"
14724 use_parbox 0
14725 width "100col%"
14726 special "none"
14727 height "1in"
14728 height_special "totalheight"
14729 status open
14730
14731 \begin_layout Plain Layout
14732 This text in a note box appears in the output with red background.
14733 \end_layout
14734
14735 \end_inset
14736
14737 In contrary to colored boxes, the note uses always the whole text width
14738  and the note is set into its own paragraph.
14739 \end_layout
14740
14741 \begin_layout Standard
14742 Notes are inserted with the toolbar button 
14743 \begin_inset Graphics
14744         filename ../images/note-insert.png
14745         embed ""
14746         scale 85
14747         scaleBeforeRotation
14748
14749 \end_inset
14750
14751  or the menu 
14752 \family sans
14753 Insert\SpecialChar \menuseparator
14754 Note
14755 \family default
14756 .
14757  Right-click on the appearing note box to select the note type.
14758 \end_layout
14759
14760 \begin_layout Section
14761 Footnotes
14762 \begin_inset Index
14763 status collapsed
14764
14765 \begin_layout Plain Layout
14766 Footnotes
14767 \end_layout
14768
14769 \end_inset
14770
14771
14772 \begin_inset CommandInset label
14773 LatexCommand label
14774 name "sec:Footnotes"
14775
14776 \end_inset
14777
14778
14779 \end_layout
14780
14781 \begin_layout Standard
14782 LyX uses boxes to display footnotes: When you insert a footnote using the
14783  menu 
14784 \family sans
14785 Insert\SpecialChar \menuseparator
14786 Footnote
14787 \family default
14788  or the toolbar button 
14789 \begin_inset Graphics
14790         filename ../images/footnote-insert.png
14791         embed ""
14792
14793 \end_inset
14794
14795
14796 \family roman
14797 \series medium
14798 \bar no
14799 you'll see
14800 \family default
14801 \series default
14802 \bar default
14803  the following box: 
14804 \begin_inset Graphics
14805         filename clipart/footnoteQt4.png
14806         embed ""
14807         scale 80
14808
14809 \end_inset
14810
14811
14812 \family roman
14813 \series medium
14814 \bar no
14815 .
14816  This box is LyX's representation of your footnote.
14817  If you
14818 \family default
14819 \series default
14820 \bar default
14821  left-click on 
14822 \family roman
14823 \series medium
14824 \bar no
14825 the 
14826 \begin_inset Quotes eld
14827 \end_inset
14828
14829
14830 \family sans
14831 foot
14832 \family roman
14833
14834 \begin_inset Quotes erd
14835 \end_inset
14836
14837
14838 \family default
14839 \series default
14840 \bar default
14841  
14842 \family roman
14843 \series medium
14844 \bar no
14845 label, the box will
14846 \family default
14847 \series default
14848 \bar default
14849  be opened and you can enter the footnote text into it.
14850  Clicking on the box label again, will close 
14851 \family roman
14852 \series medium
14853 \bar no
14854 the
14855 \family default
14856 \series default
14857 \bar default
14858  box
14859 \family roman
14860 \series medium
14861 \bar no
14862 .
14863  If you want to turn existing text into a footnote, simply mark it and click
14864  on the footnote
14865 \family default
14866 \series default
14867 \bar default
14868  toolbar 
14869 \family roman
14870 \series medium
14871 \bar no
14872 button
14873 \family default
14874 \series default
14875 \bar default
14876 .
14877 \end_layout
14878
14879 \begin_layout Standard
14880 Here's an example footnote:
14881 \family roman
14882 \series medium
14883 \bar no
14884
14885 \begin_inset Foot
14886 status open
14887
14888 \begin_layout Plain Layout
14889 To close a footnote, click on the red box at the top left.
14890 \end_layout
14891
14892 \end_inset
14893
14894
14895 \end_layout
14896
14897 \begin_layout Standard
14898 The footnote will appear in the output as a superscript number at the text
14899  position where the footnote box is placed.
14900  The footnote text is placed at the bottom of the current page.
14901  The footnote number is calculated by LyX, the numbers are consecutive,
14902  no matter in which chapter the footnote is in.
14903  LyX doesn't support other numbering schemes yet, but you can get another
14904  scheme using special LaTeX-commands.
14905  T
14906 \family roman
14907 h
14908 \family default
14909 ey are described in the 
14910 \emph on
14911 Embedded Objects
14912 \emph default
14913  manual.
14914 \end_layout
14915
14916 \begin_layout Section
14917 Marginal Notes
14918 \begin_inset Index
14919 status collapsed
14920
14921 \begin_layout Plain Layout
14922 Marginal notes
14923 \end_layout
14924
14925 \end_inset
14926
14927
14928 \begin_inset CommandInset label
14929 LatexCommand label
14930 name "sec:Marginal-Notes"
14931
14932 \end_inset
14933
14934
14935 \end_layout
14936
14937 \begin_layout Standard
14938 Marginal notes look and behave just like footnotes in LyX.
14939  When you insert a margin note via the menu 
14940 \family sans
14941 Insert\SpecialChar \menuseparator
14942 Marginal
14943 \begin_inset Space ~
14944 \end_inset
14945
14946 Note
14947 \family default
14948  or the toolbar button 
14949 \begin_inset Graphics
14950         filename ../images/marginalnote-insert.png
14951         embed ""
14952
14953 \end_inset
14954
14955 , you'll see 
14956 \family roman
14957 \series medium
14958 a
14959 \family default
14960 \series default
14961  grey 
14962 \family roman
14963 \series medium
14964 box with a
14965 \family default
14966 \series default
14967  red 
14968 \family roman
14969 \series medium
14970 label 
14971 \begin_inset Quotes eld
14972 \end_inset
14973
14974 margin
14975 \begin_inset Quotes erd
14976 \end_inset
14977
14978  appearing within your text.
14979  This box is LyX's representation of your margin
14980 \family default
14981 \series default
14982 al 
14983 \family roman
14984 \series medium
14985 note.
14986 \end_layout
14987
14988 \begin_layout Standard
14989 At the side is an example marginal note.
14990 \family roman
14991 \series medium
14992
14993 \begin_inset Marginal
14994 status open
14995
14996 \begin_layout Plain Layout
14997 This is a marginal note.
14998 \end_layout
14999
15000 \end_inset
15001
15002
15003 \end_layout
15004
15005 \begin_layout Standard
15006 Marginal notes appear at the right side in single-sided documents.
15007  In double-sided documents they appear in the outer margin -- left on even
15008  pages, right on odd pages.
15009 \end_layout
15010
15011 \begin_layout Section
15012 Graphics and Images
15013 \begin_inset Index
15014 status collapsed
15015
15016 \begin_layout Plain Layout
15017 Images
15018 \end_layout
15019
15020 \end_inset
15021
15022
15023 \begin_inset Index
15024 status collapsed
15025
15026 \begin_layout Plain Layout
15027 Graphics
15028 \end_layout
15029
15030 \end_inset
15031
15032
15033 \begin_inset CommandInset label
15034 LatexCommand label
15035 name "sec:Graphics"
15036
15037 \end_inset
15038
15039
15040 \end_layout
15041
15042 \begin_layout Standard
15043 To insert an image in your document, place the cursor at the text position
15044  you want and click on the toolbar icon 
15045 \begin_inset Graphics
15046         filename ../images/dialog-show-new-inset_graphics.png
15047         embed ""
15048
15049 \end_inset
15050
15051  or select 
15052 \family sans
15053 Insert\SpecialChar \menuseparator
15054 Graphics
15055 \family default
15056  from the menu.
15057  Then a dialog will appear to choose the file to load.
15058 \end_layout
15059
15060 \begin_layout Standard
15061 This dialog has numerous mostly self-explanatory parameters.
15062  The 
15063 \family sans
15064 Graphics
15065 \family default
15066  tab allows you to choose your image file.
15067  The appearance of the image inside LyX and in the output is adjusted separately.
15068  The image can be transformed by setting a rotation angle and a scaling
15069  factor.
15070  The scaling units are explained in Appendix
15071 \begin_inset Space ~
15072 \end_inset
15073
15074
15075 \begin_inset CommandInset ref
15076 LatexCommand ref
15077 reference "cha:Units-available-in"
15078
15079 \end_inset
15080
15081 .
15082 \end_layout
15083
15084 \begin_layout Standard
15085 In the tab 
15086 \family sans
15087 Clipping
15088 \family default
15089  it is possible to set image coordinates to adjust the height and width
15090  of the image in the output.
15091  The coordinates can also be calculated automatically by pressing the button
15092  
15093 \family sans
15094 Get
15095 \begin_inset Space ~
15096 \end_inset
15097
15098 from
15099 \begin_inset Space ~
15100 \end_inset
15101
15102 file
15103 \family default
15104 .
15105  The option 
15106 \family sans
15107 Clip
15108 \begin_inset Space ~
15109 \end_inset
15110
15111 to
15112 \begin_inset Space ~
15113 \end_inset
15114
15115 bounding
15116 \begin_inset Space ~
15117 \end_inset
15118
15119 box
15120 \family default
15121  will only print the image region within the given coordinates.
15122  Normally you don't need to take care about image coordinates and can ignore
15123  the tab 
15124 \family sans
15125 Clipping
15126 \family default
15127 .
15128 \end_layout
15129
15130 \begin_layout Standard
15131 LaTeX experts can specify additional LaTeX options in the 
15132 \family sans
15133 Extras
15134 \family default
15135  tab.
15136  You can also set the 
15137 \family sans
15138 Subfigure
15139 \family default
15140  option here if the image is inside a figure float.
15141  This option is explained in section
15142 \begin_inset Space ~
15143 \end_inset
15144
15145
15146 \begin_inset CommandInset ref
15147 LatexCommand ref
15148 reference "sec:Figure-Floats"
15149
15150 \end_inset
15151
15152 .
15153  The option 
15154 \family sans
15155 Draft
15156 \begin_inset Space ~
15157 \end_inset
15158
15159 mode
15160 \family default
15161  effects that the image don't appear in the output, only a frame with the
15162  image size is printed.
15163 \end_layout
15164
15165 \begin_layout Standard
15166 The graphics dialog can be called at any time by right-clicking on an image.
15167  The image will appear in the output exactly at the position where it is
15168  in the text.
15169  This is an example image in the PDF format within a separate, horizontally
15170  centered paragraph: 
15171 \end_layout
15172
15173 \begin_layout Standard
15174 \align center
15175 \begin_inset Graphics
15176         filename clipart/mobius.eps
15177         embed ""
15178         display color
15179         scale 70
15180         rotateOrigin center
15181
15182 \end_inset
15183
15184
15185 \end_layout
15186
15187 \begin_layout Standard
15188 If you need image captions and want to reference images, you have to put
15189  the image into a float, see section
15190 \begin_inset Space ~
15191 \end_inset
15192
15193
15194 \begin_inset CommandInset ref
15195 LatexCommand ref
15196 reference "sec:Figure-Floats"
15197
15198 \end_inset
15199
15200 .
15201 \end_layout
15202
15203 \begin_layout Subsection
15204 Image Formats
15205 \begin_inset Index
15206 status collapsed
15207
15208 \begin_layout Plain Layout
15209 Image formats
15210 \end_layout
15211
15212 \end_inset
15213
15214
15215 \begin_inset CommandInset label
15216 LatexCommand label
15217 name "sub:Image-Formats"
15218
15219 \end_inset
15220
15221
15222 \end_layout
15223
15224 \begin_layout Standard
15225 You can insert images in any known file format.
15226  But as we explained in section
15227 \begin_inset Space ~
15228 \end_inset
15229
15230
15231 \begin_inset CommandInset ref
15232 LatexCommand ref
15233 reference "sub:Output-file-formats"
15234
15235 \end_inset
15236
15237 , every output document format allows only a few image formats.
15238  LyX uses therefore the program 
15239 \family typewriter
15240 Imagemagick
15241 \family default
15242  in the background to convert the images to the right format.
15243  To increase your workflow by avoiding these conversions in the background,
15244  you can use only the image formats listed in the subsections of section
15245 \begin_inset Space ~
15246 \end_inset
15247
15248
15249 \begin_inset CommandInset ref
15250 LatexCommand ref
15251 reference "sub:Output-file-formats"
15252
15253 \end_inset
15254
15255 .
15256 \end_layout
15257
15258 \begin_layout Standard
15259 Similar to fonts there are two types of image formats:
15260 \end_layout
15261
15262 \begin_layout Description
15263 Bitmap
15264 \begin_inset Space ~
15265 \end_inset
15266
15267 images consist of pixel values, often in a compressed form.
15268  They are therefore not fully scalable and look pixeled in large zooms.
15269  Well-known bitmap image formats are 
15270 \begin_inset Quotes eld
15271 \end_inset
15272
15273 Graphics Interchange Format
15274 \begin_inset Quotes erd
15275 \end_inset
15276
15277  (GIF, file extension 
15278 \begin_inset Quotes eld
15279 \end_inset
15280
15281
15282 \family typewriter
15283 .gif
15284 \family default
15285
15286 \begin_inset Quotes erd
15287 \end_inset
15288
15289 )
15290 \begin_inset Index
15291 status collapsed
15292
15293 \begin_layout Plain Layout
15294 GIF|see
15295 \begin_inset ERT
15296 status collapsed
15297
15298 \begin_layout Plain Layout
15299
15300 {
15301 \end_layout
15302
15303 \end_inset
15304
15305 Image formats
15306 \begin_inset ERT
15307 status collapsed
15308
15309 \begin_layout Plain Layout
15310
15311 }
15312 \end_layout
15313
15314 \end_inset
15315
15316
15317 \end_layout
15318
15319 \end_inset
15320
15321
15322 \begin_inset Quotes eld
15323 \end_inset
15324
15325 Portable Network Graphics
15326 \begin_inset Quotes erd
15327 \end_inset
15328
15329  (PNG, file extension 
15330 \begin_inset Quotes eld
15331 \end_inset
15332
15333
15334 \family typewriter
15335 .png
15336 \family default
15337
15338 \begin_inset Quotes erd
15339 \end_inset
15340
15341 )
15342 \begin_inset Index
15343 status collapsed
15344
15345 \begin_layout Plain Layout
15346 PNG|see
15347 \begin_inset ERT
15348 status collapsed
15349
15350 \begin_layout Plain Layout
15351
15352 {
15353 \end_layout
15354
15355 \end_inset
15356
15357 Image formats
15358 \begin_inset ERT
15359 status collapsed
15360
15361 \begin_layout Plain Layout
15362
15363 }
15364 \end_layout
15365
15366 \end_inset
15367
15368
15369 \end_layout
15370
15371 \end_inset
15372
15373 , and 
15374 \begin_inset Quotes eld
15375 \end_inset
15376
15377 Joint Photographic Experts Group
15378 \begin_inset Quotes erd
15379 \end_inset
15380
15381  (JPG, file extension 
15382 \begin_inset Quotes eld
15383 \end_inset
15384
15385
15386 \family typewriter
15387 .jpg
15388 \family default
15389
15390 \begin_inset Quotes erd
15391 \end_inset
15392
15393  or 
15394 \begin_inset Quotes eld
15395 \end_inset
15396
15397
15398 \family typewriter
15399 .jpeg
15400 \family default
15401
15402 \begin_inset Quotes erd
15403 \end_inset
15404
15405 )
15406 \begin_inset Index
15407 status collapsed
15408
15409 \begin_layout Plain Layout
15410 JPG|see
15411 \begin_inset ERT
15412 status collapsed
15413
15414 \begin_layout Plain Layout
15415
15416 {
15417 \end_layout
15418
15419 \end_inset
15420
15421 Image formats
15422 \begin_inset ERT
15423 status collapsed
15424
15425 \begin_layout Plain Layout
15426
15427 }
15428 \end_layout
15429
15430 \end_inset
15431
15432
15433 \end_layout
15434
15435 \end_inset
15436
15437 .
15438 \end_layout
15439
15440 \begin_layout Description
15441 Scalable
15442 \begin_inset Space ~
15443 \end_inset
15444
15445 images consist of vectors and can therefore be scaled to any size without
15446  data loss.
15447  The scaling ability is necessary if you want to create presentations, because
15448  presentations are always scaled by the beamer.
15449  Scaling is also useful for online documents to let the user zoom into diagrams.
15450 \begin_inset Newline newline
15451 \end_inset
15452
15453 Scalable image formats can be 
15454 \begin_inset Quotes eld
15455 \end_inset
15456
15457 Scalable Vector Graphics
15458 \begin_inset Quotes erd
15459 \end_inset
15460
15461  (SVG, file extension 
15462 \begin_inset Quotes eld
15463 \end_inset
15464
15465
15466 \family typewriter
15467 .svg
15468 \family default
15469
15470 \begin_inset Quotes erd
15471 \end_inset
15472
15473 )
15474 \begin_inset Index
15475 status collapsed
15476
15477 \begin_layout Plain Layout
15478 SVG|see
15479 \begin_inset ERT
15480 status collapsed
15481
15482 \begin_layout Plain Layout
15483
15484 {
15485 \end_layout
15486
15487 \end_inset
15488
15489 Image formats
15490 \begin_inset ERT
15491 status collapsed
15492
15493 \begin_layout Plain Layout
15494
15495 }
15496 \end_layout
15497
15498 \end_inset
15499
15500
15501 \end_layout
15502
15503 \end_inset
15504
15505
15506 \begin_inset Quotes eld
15507 \end_inset
15508
15509 Encapsulated PostScript
15510 \begin_inset Quotes erd
15511 \end_inset
15512
15513  (EPS, file extension 
15514 \begin_inset Quotes eld
15515 \end_inset
15516
15517
15518 \family typewriter
15519 .eps
15520 \family default
15521
15522 \begin_inset Quotes erd
15523 \end_inset
15524
15525 )
15526 \begin_inset Index
15527 status collapsed
15528
15529 \begin_layout Plain Layout
15530 EPS|see
15531 \begin_inset ERT
15532 status collapsed
15533
15534 \begin_layout Plain Layout
15535
15536 {
15537 \end_layout
15538
15539 \end_inset
15540
15541 Image formats
15542 \begin_inset ERT
15543 status collapsed
15544
15545 \begin_layout Plain Layout
15546
15547 }
15548 \end_layout
15549
15550 \end_inset
15551
15552
15553 \end_layout
15554
15555 \end_inset
15556
15557 , and 
15558 \begin_inset Quotes eld
15559 \end_inset
15560
15561 Portable Document Format
15562 \begin_inset Quotes erd
15563 \end_inset
15564
15565  (PDF, file extension 
15566 \begin_inset Quotes eld
15567 \end_inset
15568
15569
15570 \family typewriter
15571 .pdf
15572 \family default
15573
15574 \begin_inset Quotes erd
15575 \end_inset
15576
15577 )
15578 \begin_inset Index
15579 status collapsed
15580
15581 \begin_layout Plain Layout
15582 PDF
15583 \end_layout
15584
15585 \end_inset
15586
15587 .
15588  We say it can be, because you can convert any bitmap image format to PDF
15589  or EPS and the result won't be scalable.
15590  In this cases only a header with the image properties is added to the original
15591  image
15592 \begin_inset Foot
15593 status collapsed
15594
15595 \begin_layout Plain Layout
15596 In the case of PDF, the original image is additionally compressed.
15597 \end_layout
15598
15599 \end_inset
15600
15601 .
15602 \end_layout
15603
15604 \begin_layout Standard
15605 Normally one can't convert a bitmap image into a scalable one, only vice
15606  versa.
15607 \end_layout
15608
15609 \begin_layout Section
15610 Tables
15611 \begin_inset Index
15612 status collapsed
15613
15614 \begin_layout Plain Layout
15615 Tables
15616 \end_layout
15617
15618 \end_inset
15619
15620
15621 \begin_inset CommandInset label
15622 LatexCommand label
15623 name "sec:Tables"
15624
15625 \end_inset
15626
15627
15628 \end_layout
15629
15630 \begin_layout Standard
15631 You can insert a table using either the toolbar button 
15632 \begin_inset Graphics
15633         filename ../images/tabular-insert.png
15634         embed ""
15635         scale 85
15636
15637 \end_inset
15638
15639  or the menu 
15640 \family sans
15641 Insert\SpecialChar \menuseparator
15642 Table
15643 \family default
15644 .
15645  A dialog will appear, asking you for the number of rows and columns.
15646  The default table has lines around any cell and the first row appears separated
15647  from the rest of the table.
15648  This separation appears due to a double line: The cells of the first row
15649  have a line below them and the cells of the second row have a line above
15650  them.
15651  Here's an example table:
15652 \end_layout
15653
15654 \begin_layout Standard
15655 \align center
15656 \begin_inset Tabular
15657 <lyxtabular version="3" rows="4" columns="4">
15658 <features>
15659 <column alignment="center" valignment="top" width="0pt">
15660 <column alignment="center" valignment="top" width="0pt">
15661 <column alignment="center" valignment="top" width="0in">
15662 <column alignment="center" valignment="top" width="0pt">
15663 <row>
15664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15665 \begin_inset Text
15666
15667 \begin_layout Plain Layout
15668
15669 \end_layout
15670
15671 \end_inset
15672 </cell>
15673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15674 \begin_inset Text
15675
15676 \begin_layout Plain Layout
15677
15678 \family roman
15679 \series medium
15680 \shape up
15681 \size normal
15682 \emph off
15683 \bar no
15684 \noun off
15685 \color none
15686 1
15687 \end_layout
15688
15689 \end_inset
15690 </cell>
15691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15692 \begin_inset Text
15693
15694 \begin_layout Plain Layout
15695 2
15696 \end_layout
15697
15698 \end_inset
15699 </cell>
15700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15701 \begin_inset Text
15702
15703 \begin_layout Plain Layout
15704 3
15705 \end_layout
15706
15707 \end_inset
15708 </cell>
15709 </row>
15710 <row>
15711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15712 \begin_inset Text
15713
15714 \begin_layout Plain Layout
15715
15716 \family roman
15717 \series medium
15718 \shape up
15719 \size normal
15720 \emph off
15721 \bar no
15722 \noun off
15723 \color none
15724 A
15725 \end_layout
15726
15727 \end_inset
15728 </cell>
15729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15730 \begin_inset Text
15731
15732 \begin_layout Plain Layout
15733
15734 \end_layout
15735
15736 \end_inset
15737 </cell>
15738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15739 \begin_inset Text
15740
15741 \begin_layout Plain Layout
15742
15743 \end_layout
15744
15745 \end_inset
15746 </cell>
15747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15748 \begin_inset Text
15749
15750 \begin_layout Plain Layout
15751
15752 \end_layout
15753
15754 \end_inset
15755 </cell>
15756 </row>
15757 <row>
15758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15759 \begin_inset Text
15760
15761 \begin_layout Plain Layout
15762
15763 \family roman
15764 \series medium
15765 \shape up
15766 \size normal
15767 \emph off
15768 \bar no
15769 \noun off
15770 \color none
15771 B
15772 \end_layout
15773
15774 \end_inset
15775 </cell>
15776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15777 \begin_inset Text
15778
15779 \begin_layout Plain Layout
15780
15781 \end_layout
15782
15783 \end_inset
15784 </cell>
15785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15786 \begin_inset Text
15787
15788 \begin_layout Plain Layout
15789
15790 \size normal
15791 \noun off
15792 \color none
15793  
15794 \end_layout
15795
15796 \end_inset
15797 </cell>
15798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15799 \begin_inset Text
15800
15801 \begin_layout Plain Layout
15802
15803 \end_layout
15804
15805 \end_inset
15806 </cell>
15807 </row>
15808 <row>
15809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15810 \begin_inset Text
15811
15812 \begin_layout Plain Layout
15813
15814 \family roman
15815 \series medium
15816 \shape up
15817 \size normal
15818 \emph off
15819 \bar no
15820 \noun off
15821 \color none
15822 C
15823 \end_layout
15824
15825 \end_inset
15826 </cell>
15827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15828 \begin_inset Text
15829
15830 \begin_layout Plain Layout
15831
15832 \end_layout
15833
15834 \end_inset
15835 </cell>
15836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15837 \begin_inset Text
15838
15839 \begin_layout Plain Layout
15840
15841 \end_layout
15842
15843 \end_inset
15844 </cell>
15845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15846 \begin_inset Text
15847
15848 \begin_layout Plain Layout
15849
15850 \end_layout
15851
15852 \end_inset
15853 </cell>
15854 </row>
15855 </lyxtabular>
15856
15857 \end_inset
15858
15859
15860 \end_layout
15861
15862 \begin_layout Subsection
15863 The Table dialog
15864 \end_layout
15865
15866 \begin_layout Standard
15867 You can alter a table by clicking on it with the right mouse button, which
15868  brings up the table dialog.
15869  Here you can adjust the settings of the cell and row/column respectively
15870  where the cursor is placed currently.
15871  Most of the dialog options also work on selections.
15872  This means that if you select more cells, columns or rows the action is
15873  done on all of your selection.
15874 \end_layout
15875
15876 \begin_layout Standard
15877 Additionally to the table dialog the 
15878 \family sans
15879 table
15880 \begin_inset Space ~
15881 \end_inset
15882
15883 toolbar
15884 \family default
15885 , that appears when the cursor is inside a table, helps you in setting table
15886  properties.
15887  It is for example currently only possible to add
15888 \begin_inset Space \thinspace{}
15889 \end_inset
15890
15891 /
15892 \begin_inset Space \thinspace{}
15893 \end_inset
15894
15895 delete lines via the table toolbar.
15896 \end_layout
15897
15898 \begin_layout Standard
15899 In the tab 
15900 \family sans
15901 Table
15902 \begin_inset Space ~
15903 \end_inset
15904
15905 Settings
15906 \family default
15907  of the table dialog you can set the alignment for the current row.
15908  If you add a row or column, it will be inserted right beside or below the
15909  current cell respectively.
15910  The vertical alignment of a column can only be adjusted when a column width
15911  is given.
15912  A given width will allow the cell to have linebreaks and multiple paragraphs
15913  of text, see section
15914 \begin_inset Space ~
15915 \end_inset
15916
15917
15918 \begin_inset CommandInset ref
15919 LatexCommand ref
15920 reference "sub:Table-Cells"
15921
15922 \end_inset
15923
15924 .
15925 \end_layout
15926
15927 \begin_layout Standard
15928 You can mark multiple cells of one row as a multicolumn cell using the check
15929  box 
15930 \family sans
15931 Multicolumn
15932 \family default
15933 .
15934  This will merge the cells to 
15935 \emph on
15936 one
15937 \emph default
15938  cell, spread over more than one column.
15939  Multicolumn cells are treated as own rows, so that the alignment, width,
15940  and border settings affect only the multicolumn cell.
15941  Here's an example table with a multicolumn cell in the first row and one
15942  in the last row without the upper border:
15943 \end_layout
15944
15945 \begin_layout Standard
15946 \align center
15947 \begin_inset Tabular
15948 <lyxtabular version="3" rows="3" columns="4">
15949 <features firstHeadTopDL="true" firstHeadBottomDL="true">
15950 <column alignment="center" valignment="top" width="0pt">
15951 <column alignment="center" valignment="middle" width="0">
15952 <column alignment="center" valignment="top" width="0in">
15953 <column alignment="center" valignment="top" width="0pt">
15954 <row>
15955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15956 \begin_inset Text
15957
15958 \begin_layout Plain Layout
15959 abc
15960 \end_layout
15961
15962 \end_inset
15963 </cell>
15964 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
15965 \begin_inset Text
15966
15967 \begin_layout Plain Layout
15968 def ghi
15969 \end_layout
15970
15971 \end_inset
15972 </cell>
15973 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15974 \begin_inset Text
15975
15976 \begin_layout Plain Layout
15977
15978 \end_layout
15979
15980 \end_inset
15981 </cell>
15982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15983 \begin_inset Text
15984
15985 \begin_layout Plain Layout
15986 jkl
15987 \end_layout
15988
15989 \end_inset
15990 </cell>
15991 </row>
15992 <row>
15993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15994 \begin_inset Text
15995
15996 \begin_layout Plain Layout
15997
15998 \family roman
15999 \series medium
16000 \shape up
16001 \size normal
16002 \emph off
16003 \bar no
16004 \noun off
16005 \color none
16006 A
16007 \end_layout
16008
16009 \end_inset
16010 </cell>
16011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16012 \begin_inset Text
16013
16014 \begin_layout Plain Layout
16015 B
16016 \end_layout
16017
16018 \end_inset
16019 </cell>
16020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16021 \begin_inset Text
16022
16023 \begin_layout Plain Layout
16024 C
16025 \end_layout
16026
16027 \end_inset
16028 </cell>
16029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16030 \begin_inset Text
16031
16032 \begin_layout Plain Layout
16033 D
16034 \end_layout
16035
16036 \end_inset
16037 </cell>
16038 </row>
16039 <row>
16040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16041 \begin_inset Text
16042
16043 \begin_layout Plain Layout
16044 1
16045 \end_layout
16046
16047 \end_inset
16048 </cell>
16049 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16050 \begin_inset Text
16051
16052 \begin_layout Plain Layout
16053 2
16054 \end_layout
16055
16056 \end_inset
16057 </cell>
16058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16059 \begin_inset Text
16060
16061 \begin_layout Plain Layout
16062 3
16063 \end_layout
16064
16065 \end_inset
16066 </cell>
16067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16068 \begin_inset Text
16069
16070 \begin_layout Plain Layout
16071 4
16072 \end_layout
16073
16074 \end_inset
16075 </cell>
16076 </row>
16077 </lyxtabular>
16078
16079 \end_inset
16080
16081
16082 \end_layout
16083
16084 \begin_layout Standard
16085 At the moment LyX doesn't support multirow cells.
16086  Adept users can declare special LaTeX-arguments for the table.
16087  They are necessary for special table formatting, like for multirow cells,
16088  explained in the tables section of the 
16089 \emph on
16090 Extended
16091 \begin_inset Space ~
16092 \end_inset
16093
16094 Features
16095 \emph default
16096  manual.
16097  You can also rotate the current cell or the whole table 90
16098 \begin_inset Formula $\,$
16099 \end_inset
16100
16101 degrees counterclockwise.
16102  These rotations are not visible in LyX but in the output.
16103 \end_layout
16104
16105 \begin_layout Standard
16106 \begin_inset Note Greyedout
16107 status open
16108
16109 \begin_layout Plain Layout
16110
16111 \series bold
16112 Note:
16113 \series default
16114  Most DVI-viewers are 
16115 \emph on
16116 not
16117 \emph default
16118  able to display rotations.
16119 \end_layout
16120
16121 \end_inset
16122
16123
16124 \end_layout
16125
16126 \begin_layout Standard
16127 The 
16128 \family sans
16129 Borders
16130 \family default
16131  tab allows you to add and delete border lines for the current row/column.
16132  The button 
16133 \family sans
16134 Default
16135 \family default
16136  adds lines for all cell borders.
16137 \end_layout
16138
16139 \begin_layout Subsection
16140 Longtables
16141 \begin_inset Index
16142 status collapsed
16143
16144 \begin_layout Plain Layout
16145 Tables ! Longtables
16146 \end_layout
16147
16148 \end_inset
16149
16150
16151 \begin_inset Index
16152 status collapsed
16153
16154 \begin_layout Plain Layout
16155 Longtables
16156 \end_layout
16157
16158 \end_inset
16159
16160
16161 \end_layout
16162
16163 \begin_layout Standard
16164 If the table is too long to fit on one page, you can use the option 
16165 \family sans
16166 Use
16167 \begin_inset Space ~
16168 \end_inset
16169
16170 long
16171 \begin_inset Space ~
16172 \end_inset
16173
16174 table
16175 \family default
16176  in the tab 
16177 \family sans
16178 Longtable
16179 \family default
16180  of the table dialog to split the table automatically over more pages.
16181  Doing this enables some check boxes and you can now define:
16182 \end_layout
16183
16184 \begin_layout Description
16185
16186 \family sans
16187 Header
16188 \family default
16189 : The current row and all rows above, that don't have any special options
16190  defined, are defined to be the header rows of all pages of the longtable;
16191  except for the first page, if 
16192 \family sans
16193 First
16194 \begin_inset Space ~
16195 \end_inset
16196
16197 header
16198 \family default
16199  is defined.
16200 \end_layout
16201
16202 \begin_layout Description
16203
16204 \family sans
16205 First
16206 \begin_inset Space ~
16207 \end_inset
16208
16209 header
16210 \family default
16211 : The current row and all rows above, that don't have any special options
16212  defined, are defined to be the header rows of the first page of the longtable.
16213 \end_layout
16214
16215 \begin_layout Description
16216
16217 \family sans
16218 Footer
16219 \family default
16220 : The current row and all rows below, that don't have any special options
16221  defined, are defined to be the footer rows of all pages of the longtable;
16222  except for the last page, if 
16223 \family sans
16224 Last
16225 \begin_inset Space ~
16226 \end_inset
16227
16228 footer
16229 \family default
16230  is defined.
16231 \end_layout
16232
16233 \begin_layout Description
16234
16235 \family sans
16236 Last
16237 \begin_inset Space ~
16238 \end_inset
16239
16240 footer
16241 \family default
16242 : The current row and all rows below, that don't have any special options
16243  defined, are defined to be the footer rows of the last page of the longtable.
16244 \end_layout
16245
16246 \begin_layout Standard
16247 You can also specify a row where the table is splitted.
16248  If you set more than one option in the same table row, you should be aware
16249  of the fact that only the first one is used in the given table row.
16250  The others will then be defined as 
16251 \emph on
16252 empty
16253 \emph default
16254 .
16255  In this context, first means first in this order: 
16256 \family sans
16257 Footer, Last
16258 \begin_inset Space ~
16259 \end_inset
16260
16261 footer,
16262 \family default
16263  
16264 \family sans
16265 Header,
16266 \family default
16267  
16268 \family sans
16269 First
16270 \begin_inset Space ~
16271 \end_inset
16272
16273 header.
16274
16275 \family default
16276  See the following longtable to see how it works:
16277 \end_layout
16278
16279 \begin_layout Standard
16280 \align center
16281 \begin_inset Tabular
16282 <lyxtabular version="3" rows="69" columns="3">
16283 <features islongtable="true">
16284 <column alignment="block" valignment="top" width="5cm">
16285 <column alignment="left" valignment="top" width="0pt">
16286 <column alignment="right" valignment="top" width="0pt">
16287 <row endfirsthead="true">
16288 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16289 \begin_inset Text
16290
16291 \begin_layout Plain Layout
16292
16293 \series bold
16294 Example Phone List (ignore the names)
16295 \end_layout
16296
16297 \end_inset
16298 </cell>
16299 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16300 \begin_inset Text
16301
16302 \begin_layout Plain Layout
16303
16304 \end_layout
16305
16306 \end_inset
16307 </cell>
16308 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16309 \begin_inset Text
16310
16311 \begin_layout Plain Layout
16312
16313 \end_layout
16314
16315 \end_inset
16316 </cell>
16317 </row>
16318 <row endfirsthead="true">
16319 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16320 \begin_inset Text
16321
16322 \begin_layout Plain Layout
16323
16324 \series bold
16325 NAME
16326 \end_layout
16327
16328 \end_inset
16329 </cell>
16330 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16331 \begin_inset Text
16332
16333 \begin_layout Plain Layout
16334
16335 \end_layout
16336
16337 \end_inset
16338 </cell>
16339 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16340 \begin_inset Text
16341
16342 \begin_layout Plain Layout
16343
16344 \series bold
16345 TEL.
16346 \end_layout
16347
16348 \end_inset
16349 </cell>
16350 </row>
16351 <row endhead="true">
16352 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16353 \begin_inset Text
16354
16355 \begin_layout Plain Layout
16356  
16357 \series bold
16358 Example Phone List
16359 \end_layout
16360
16361 \end_inset
16362 </cell>
16363 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16364 \begin_inset Text
16365
16366 \begin_layout Plain Layout
16367
16368 \end_layout
16369
16370 \end_inset
16371 </cell>
16372 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16373 \begin_inset Text
16374
16375 \begin_layout Plain Layout
16376
16377 \end_layout
16378
16379 \end_inset
16380 </cell>
16381 </row>
16382 <row endhead="true">
16383 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16384 \begin_inset Text
16385
16386 \begin_layout Plain Layout
16387
16388 \series bold
16389 NAME
16390 \end_layout
16391
16392 \end_inset
16393 </cell>
16394 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16395 \begin_inset Text
16396
16397 \begin_layout Plain Layout
16398
16399 \end_layout
16400
16401 \end_inset
16402 </cell>
16403 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16404 \begin_inset Text
16405
16406 \begin_layout Plain Layout
16407
16408 \series bold
16409 TEL.
16410 \end_layout
16411
16412 \end_inset
16413 </cell>
16414 </row>
16415 <row endfoot="true">
16416 <cell multicolumn="1" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16417 \begin_inset Text
16418
16419 \begin_layout Plain Layout
16420  
16421 \series bold
16422 continue ...
16423 \end_layout
16424
16425 \end_inset
16426 </cell>
16427 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16428 \begin_inset Text
16429
16430 \begin_layout Plain Layout
16431
16432 \end_layout
16433
16434 \end_inset
16435 </cell>
16436 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16437 \begin_inset Text
16438
16439 \begin_layout Plain Layout
16440
16441 \end_layout
16442
16443 \end_inset
16444 </cell>
16445 </row>
16446 <row>
16447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16448 \begin_inset Text
16449
16450 \begin_layout Plain Layout
16451
16452 \series bold
16453 Annovi
16454 \end_layout
16455
16456 \end_inset
16457 </cell>
16458 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16459 \begin_inset Text
16460
16461 \begin_layout Plain Layout
16462 Silvia
16463 \end_layout
16464
16465 \end_inset
16466 </cell>
16467 <cell alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16468 \begin_inset Text
16469
16470 \begin_layout Plain Layout
16471 111
16472 \end_layout
16473
16474 \end_inset
16475 </cell>
16476 </row>
16477 <row>
16478 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16479 \begin_inset Text
16480
16481 \begin_layout Plain Layout
16482
16483 \series bold
16484 Bertoli
16485 \end_layout
16486
16487 \end_inset
16488 </cell>
16489 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16490 \begin_inset Text
16491
16492 \begin_layout Plain Layout
16493 Stefano
16494 \end_layout
16495
16496 \end_inset
16497 </cell>
16498 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16499 \begin_inset Text
16500
16501 \begin_layout Plain Layout
16502 111
16503 \end_layout
16504
16505 \end_inset
16506 </cell>
16507 </row>
16508 <row>
16509 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16510 \begin_inset Text
16511
16512 \begin_layout Plain Layout
16513
16514 \series bold
16515 Bozzi
16516 \end_layout
16517
16518 \end_inset
16519 </cell>
16520 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16521 \begin_inset Text
16522
16523 \begin_layout Plain Layout
16524 Walter
16525 \end_layout
16526
16527 \end_inset
16528 </cell>
16529 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16530 \begin_inset Text
16531
16532 \begin_layout Plain Layout
16533 111
16534 \end_layout
16535
16536 \end_inset
16537 </cell>
16538 </row>
16539 <row>
16540 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16541 \begin_inset Text
16542
16543 \begin_layout Plain Layout
16544
16545 \series bold
16546 Cachia
16547 \end_layout
16548
16549 \end_inset
16550 </cell>
16551 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16552 \begin_inset Text
16553
16554 \begin_layout Plain Layout
16555 Maria
16556 \end_layout
16557
16558 \end_inset
16559 </cell>
16560 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16561 \begin_inset Text
16562
16563 \begin_layout Plain Layout
16564 111
16565 \end_layout
16566
16567 \end_inset
16568 </cell>
16569 </row>
16570 <row>
16571 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16572 \begin_inset Text
16573
16574 \begin_layout Plain Layout
16575
16576 \series bold
16577 Cachia
16578 \end_layout
16579
16580 \end_inset
16581 </cell>
16582 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16583 \begin_inset Text
16584
16585 \begin_layout Plain Layout
16586 Maurizio
16587 \end_layout
16588
16589 \end_inset
16590 </cell>
16591 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16592 \begin_inset Text
16593
16594 \begin_layout Plain Layout
16595 111
16596 \end_layout
16597
16598 \end_inset
16599 </cell>
16600 </row>
16601 <row>
16602 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16603 \begin_inset Text
16604
16605 \begin_layout Plain Layout
16606
16607 \series bold
16608 Cinquemani
16609 \end_layout
16610
16611 \end_inset
16612 </cell>
16613 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16614 \begin_inset Text
16615
16616 \begin_layout Plain Layout
16617 Giusi
16618 \end_layout
16619
16620 \end_inset
16621 </cell>
16622 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16623 \begin_inset Text
16624
16625 \begin_layout Plain Layout
16626 111
16627 \end_layout
16628
16629 \end_inset
16630 </cell>
16631 </row>
16632 <row>
16633 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16634 \begin_inset Text
16635
16636 \begin_layout Plain Layout
16637
16638 \series bold
16639 Colin
16640 \end_layout
16641
16642 \end_inset
16643 </cell>
16644 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16645 \begin_inset Text
16646
16647 \begin_layout Plain Layout
16648 Bernard
16649 \end_layout
16650
16651 \end_inset
16652 </cell>
16653 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16654 \begin_inset Text
16655
16656 \begin_layout Plain Layout
16657 111
16658 \end_layout
16659
16660 \end_inset
16661 </cell>
16662 </row>
16663 <row>
16664 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16665 \begin_inset Text
16666
16667 \begin_layout Plain Layout
16668
16669 \series bold
16670 Concli
16671 \end_layout
16672
16673 \end_inset
16674 </cell>
16675 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16676 \begin_inset Text
16677
16678 \begin_layout Plain Layout
16679 Gianfranco
16680 \end_layout
16681
16682 \end_inset
16683 </cell>
16684 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16685 \begin_inset Text
16686
16687 \begin_layout Plain Layout
16688 111
16689 \end_layout
16690
16691 \end_inset
16692 </cell>
16693 </row>
16694 <row>
16695 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16696 \begin_inset Text
16697
16698 \begin_layout Plain Layout
16699
16700 \series bold
16701 Dal Bosco
16702 \end_layout
16703
16704 \end_inset
16705 </cell>
16706 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16707 \begin_inset Text
16708
16709 \begin_layout Plain Layout
16710 Carolina
16711 \end_layout
16712
16713 \end_inset
16714 </cell>
16715 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16716 \begin_inset Text
16717
16718 \begin_layout Plain Layout
16719 111
16720 \end_layout
16721
16722 \end_inset
16723 </cell>
16724 </row>
16725 <row>
16726 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16727 \begin_inset Text
16728
16729 \begin_layout Plain Layout
16730
16731 \series bold
16732 Dalpiaz
16733 \end_layout
16734
16735 \end_inset
16736 </cell>
16737 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16738 \begin_inset Text
16739
16740 \begin_layout Plain Layout
16741 Annamaria
16742 \end_layout
16743
16744 \end_inset
16745 </cell>
16746 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16747 \begin_inset Text
16748
16749 \begin_layout Plain Layout
16750 111
16751 \end_layout
16752
16753 \end_inset
16754 </cell>
16755 </row>
16756 <row>
16757 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16758 \begin_inset Text
16759
16760 \begin_layout Plain Layout
16761
16762 \series bold
16763 Feliciello
16764 \end_layout
16765
16766 \end_inset
16767 </cell>
16768 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16769 \begin_inset Text
16770
16771 \begin_layout Plain Layout
16772 Domenico
16773 \end_layout
16774
16775 \end_inset
16776 </cell>
16777 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16778 \begin_inset Text
16779
16780 \begin_layout Plain Layout
16781 111
16782 \end_layout
16783
16784 \end_inset
16785 </cell>
16786 </row>
16787 <row>
16788 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16789 \begin_inset Text
16790
16791 \begin_layout Plain Layout
16792
16793 \series bold
16794 Focarelli
16795 \end_layout
16796
16797 \end_inset
16798 </cell>
16799 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16800 \begin_inset Text
16801
16802 \begin_layout Plain Layout
16803 Paola
16804 \end_layout
16805
16806 \end_inset
16807 </cell>
16808 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16809 \begin_inset Text
16810
16811 \begin_layout Plain Layout
16812 111
16813 \end_layout
16814
16815 \end_inset
16816 </cell>
16817 </row>
16818 <row>
16819 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16820 \begin_inset Text
16821
16822 \begin_layout Plain Layout
16823
16824 \series bold
16825 Galletti
16826 \end_layout
16827
16828 \end_inset
16829 </cell>
16830 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16831 \begin_inset Text
16832
16833 \begin_layout Plain Layout
16834 Oreste
16835 \end_layout
16836
16837 \end_inset
16838 </cell>
16839 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16840 \begin_inset Text
16841
16842 \begin_layout Plain Layout
16843 111
16844 \end_layout
16845
16846 \end_inset
16847 </cell>
16848 </row>
16849 <row>
16850 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16851 \begin_inset Text
16852
16853 \begin_layout Plain Layout
16854
16855 \series bold
16856 Gasparini
16857 \end_layout
16858
16859 \end_inset
16860 </cell>
16861 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16862 \begin_inset Text
16863
16864 \begin_layout Plain Layout
16865 Franca
16866 \end_layout
16867
16868 \end_inset
16869 </cell>
16870 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16871 \begin_inset Text
16872
16873 \begin_layout Plain Layout
16874 111
16875 \end_layout
16876
16877 \end_inset
16878 </cell>
16879 </row>
16880 <row>
16881 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16882 \begin_inset Text
16883
16884 \begin_layout Plain Layout
16885
16886 \series bold
16887 Rizzardi
16888 \end_layout
16889
16890 \end_inset
16891 </cell>
16892 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16893 \begin_inset Text
16894
16895 \begin_layout Plain Layout
16896 Paola
16897 \end_layout
16898
16899 \end_inset
16900 </cell>
16901 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16902 \begin_inset Text
16903
16904 \begin_layout Plain Layout
16905 111
16906 \end_layout
16907
16908 \end_inset
16909 </cell>
16910 </row>
16911 <row>
16912 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16913 \begin_inset Text
16914
16915 \begin_layout Plain Layout
16916
16917 \series bold
16918 Lassini
16919 \end_layout
16920
16921 \end_inset
16922 </cell>
16923 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16924 \begin_inset Text
16925
16926 \begin_layout Plain Layout
16927 Giancarlo
16928 \end_layout
16929
16930 \end_inset
16931 </cell>
16932 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16933 \begin_inset Text
16934
16935 \begin_layout Plain Layout
16936 111
16937 \end_layout
16938
16939 \end_inset
16940 </cell>
16941 </row>
16942 <row>
16943 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16944 \begin_inset Text
16945
16946 \begin_layout Plain Layout
16947
16948 \series bold
16949 Malfatti
16950 \end_layout
16951
16952 \end_inset
16953 </cell>
16954 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16955 \begin_inset Text
16956
16957 \begin_layout Plain Layout
16958 Luciano
16959 \end_layout
16960
16961 \end_inset
16962 </cell>
16963 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16964 \begin_inset Text
16965
16966 \begin_layout Plain Layout
16967 111
16968 \end_layout
16969
16970 \end_inset
16971 </cell>
16972 </row>
16973 <row>
16974 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16975 \begin_inset Text
16976
16977 \begin_layout Plain Layout
16978
16979 \series bold
16980 Malfatti
16981 \end_layout
16982
16983 \end_inset
16984 </cell>
16985 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16986 \begin_inset Text
16987
16988 \begin_layout Plain Layout
16989 Valeriano
16990 \end_layout
16991
16992 \end_inset
16993 </cell>
16994 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16995 \begin_inset Text
16996
16997 \begin_layout Plain Layout
16998 111
16999 \end_layout
17000
17001 \end_inset
17002 </cell>
17003 </row>
17004 <row>
17005 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17006 \begin_inset Text
17007
17008 \begin_layout Plain Layout
17009
17010 \series bold
17011 Meneguzzo
17012 \end_layout
17013
17014 \end_inset
17015 </cell>
17016 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17017 \begin_inset Text
17018
17019 \begin_layout Plain Layout
17020 Roberto
17021 \end_layout
17022
17023 \end_inset
17024 </cell>
17025 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17026 \begin_inset Text
17027
17028 \begin_layout Plain Layout
17029 111
17030 \end_layout
17031
17032 \end_inset
17033 </cell>
17034 </row>
17035 <row>
17036 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17037 \begin_inset Text
17038
17039 \begin_layout Plain Layout
17040
17041 \series bold
17042 Mezzadra
17043 \end_layout
17044
17045 \end_inset
17046 </cell>
17047 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17048 \begin_inset Text
17049
17050 \begin_layout Plain Layout
17051 Roberto
17052 \end_layout
17053
17054 \end_inset
17055 </cell>
17056 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17057 \begin_inset Text
17058
17059 \begin_layout Plain Layout
17060 111
17061 \end_layout
17062
17063 \end_inset
17064 </cell>
17065 </row>
17066 <row>
17067 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17068 \begin_inset Text
17069
17070 \begin_layout Plain Layout
17071
17072 \series bold
17073 Pirpamer
17074 \end_layout
17075
17076 \end_inset
17077 </cell>
17078 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17079 \begin_inset Text
17080
17081 \begin_layout Plain Layout
17082 Erich
17083 \end_layout
17084
17085 \end_inset
17086 </cell>
17087 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17088 \begin_inset Text
17089
17090 \begin_layout Plain Layout
17091 111
17092 \end_layout
17093
17094 \end_inset
17095 </cell>
17096 </row>
17097 <row>
17098 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17099 \begin_inset Text
17100
17101 \begin_layout Plain Layout
17102
17103 \series bold
17104 Pochiesa
17105 \end_layout
17106
17107 \end_inset
17108 </cell>
17109 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17110 \begin_inset Text
17111
17112 \begin_layout Plain Layout
17113 Paolo
17114 \end_layout
17115
17116 \end_inset
17117 </cell>
17118 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17119 \begin_inset Text
17120
17121 \begin_layout Plain Layout
17122 111, 222
17123 \end_layout
17124
17125 \end_inset
17126 </cell>
17127 </row>
17128 <row>
17129 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17130 \begin_inset Text
17131
17132 \begin_layout Plain Layout
17133
17134 \series bold
17135 Radina
17136 \end_layout
17137
17138 \end_inset
17139 </cell>
17140 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17141 \begin_inset Text
17142
17143 \begin_layout Plain Layout
17144 Claudio
17145 \end_layout
17146
17147 \end_inset
17148 </cell>
17149 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17150 \begin_inset Text
17151
17152 \begin_layout Plain Layout
17153 111
17154 \end_layout
17155
17156 \end_inset
17157 </cell>
17158 </row>
17159 <row>
17160 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17161 \begin_inset Text
17162
17163 \begin_layout Plain Layout
17164
17165 \series bold
17166 Stuffer
17167 \end_layout
17168
17169 \end_inset
17170 </cell>
17171 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17172 \begin_inset Text
17173
17174 \begin_layout Plain Layout
17175 Oskar
17176 \end_layout
17177
17178 \end_inset
17179 </cell>
17180 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17181 \begin_inset Text
17182
17183 \begin_layout Plain Layout
17184 111
17185 \end_layout
17186
17187 \end_inset
17188 </cell>
17189 </row>
17190 <row>
17191 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17192 \begin_inset Text
17193
17194 \begin_layout Plain Layout
17195
17196 \series bold
17197 Tacchelli
17198 \end_layout
17199
17200 \end_inset
17201 </cell>
17202 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17203 \begin_inset Text
17204
17205 \begin_layout Plain Layout
17206 Ugo
17207 \end_layout
17208
17209 \end_inset
17210 </cell>
17211 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17212 \begin_inset Text
17213
17214 \begin_layout Plain Layout
17215 111
17216 \end_layout
17217
17218 \end_inset
17219 </cell>
17220 </row>
17221 <row>
17222 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17223 \begin_inset Text
17224
17225 \begin_layout Plain Layout
17226
17227 \series bold
17228 Tezzele
17229 \end_layout
17230
17231 \end_inset
17232 </cell>
17233 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17234 \begin_inset Text
17235
17236 \begin_layout Plain Layout
17237 Margit
17238 \end_layout
17239
17240 \end_inset
17241 </cell>
17242 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17243 \begin_inset Text
17244
17245 \begin_layout Plain Layout
17246 111
17247 \end_layout
17248
17249 \end_inset
17250 </cell>
17251 </row>
17252 <row>
17253 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17254 \begin_inset Text
17255
17256 \begin_layout Plain Layout
17257
17258 \series bold
17259 Unterkalmsteiner
17260 \end_layout
17261
17262 \end_inset
17263 </cell>
17264 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17265 \begin_inset Text
17266
17267 \begin_layout Plain Layout
17268 Frieda
17269 \end_layout
17270
17271 \end_inset
17272 </cell>
17273 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17274 \begin_inset Text
17275
17276 \begin_layout Plain Layout
17277 111
17278 \end_layout
17279
17280 \end_inset
17281 </cell>
17282 </row>
17283 <row>
17284 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17285 \begin_inset Text
17286
17287 \begin_layout Plain Layout
17288
17289 \series bold
17290 Vieider
17291 \end_layout
17292
17293 \end_inset
17294 </cell>
17295 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17296 \begin_inset Text
17297
17298 \begin_layout Plain Layout
17299 Hilde
17300 \end_layout
17301
17302 \end_inset
17303 </cell>
17304 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17305 \begin_inset Text
17306
17307 \begin_layout Plain Layout
17308 111
17309 \end_layout
17310
17311 \end_inset
17312 </cell>
17313 </row>
17314 <row>
17315 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17316 \begin_inset Text
17317
17318 \begin_layout Plain Layout
17319
17320 \series bold
17321 Vigna
17322 \end_layout
17323
17324 \end_inset
17325 </cell>
17326 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17327 \begin_inset Text
17328
17329 \begin_layout Plain Layout
17330 Jürgen
17331 \end_layout
17332
17333 \end_inset
17334 </cell>
17335 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17336 \begin_inset Text
17337
17338 \begin_layout Plain Layout
17339 111
17340 \end_layout
17341
17342 \end_inset
17343 </cell>
17344 </row>
17345 <row>
17346 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17347 \begin_inset Text
17348
17349 \begin_layout Plain Layout
17350
17351 \series bold
17352 Weber
17353 \end_layout
17354
17355 \end_inset
17356 </cell>
17357 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17358 \begin_inset Text
17359
17360 \begin_layout Plain Layout
17361 Maurizio
17362 \end_layout
17363
17364 \end_inset
17365 </cell>
17366 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17367 \begin_inset Text
17368
17369 \begin_layout Plain Layout
17370 111
17371 \end_layout
17372
17373 \end_inset
17374 </cell>
17375 </row>
17376 <row>
17377 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17378 \begin_inset Text
17379
17380 \begin_layout Plain Layout
17381
17382 \series bold
17383 Winkler
17384 \end_layout
17385
17386 \end_inset
17387 </cell>
17388 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17389 \begin_inset Text
17390
17391 \begin_layout Plain Layout
17392 Franz
17393 \end_layout
17394
17395 \end_inset
17396 </cell>
17397 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17398 \begin_inset Text
17399
17400 \begin_layout Plain Layout
17401 111
17402 \end_layout
17403
17404 \end_inset
17405 </cell>
17406 </row>
17407 <row>
17408 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17409 \begin_inset Text
17410
17411 \begin_layout Plain Layout
17412  
17413 \end_layout
17414
17415 \end_inset
17416 </cell>
17417 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
17418 \begin_inset Text
17419
17420 \begin_layout Plain Layout
17421
17422 \end_layout
17423
17424 \end_inset
17425 </cell>
17426 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17427 \begin_inset Text
17428
17429 \begin_layout Plain Layout
17430
17431 \end_layout
17432
17433 \end_inset
17434 </cell>
17435 </row>
17436 <row>
17437 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17438 \begin_inset Text
17439
17440 \begin_layout Plain Layout
17441
17442 \series bold
17443 Annovi
17444 \end_layout
17445
17446 \end_inset
17447 </cell>
17448 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17449 \begin_inset Text
17450
17451 \begin_layout Plain Layout
17452 Silvia
17453 \end_layout
17454
17455 \end_inset
17456 </cell>
17457 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17458 \begin_inset Text
17459
17460 \begin_layout Plain Layout
17461 555
17462 \end_layout
17463
17464 \end_inset
17465 </cell>
17466 </row>
17467 <row>
17468 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17469 \begin_inset Text
17470
17471 \begin_layout Plain Layout
17472
17473 \series bold
17474 Bertoli
17475 \end_layout
17476
17477 \end_inset
17478 </cell>
17479 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17480 \begin_inset Text
17481
17482 \begin_layout Plain Layout
17483 Stefano
17484 \end_layout
17485
17486 \end_inset
17487 </cell>
17488 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17489 \begin_inset Text
17490
17491 \begin_layout Plain Layout
17492 555
17493 \end_layout
17494
17495 \end_inset
17496 </cell>
17497 </row>
17498 <row>
17499 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17500 \begin_inset Text
17501
17502 \begin_layout Plain Layout
17503
17504 \series bold
17505 Bozzi
17506 \end_layout
17507
17508 \end_inset
17509 </cell>
17510 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17511 \begin_inset Text
17512
17513 \begin_layout Plain Layout
17514 Walter
17515 \end_layout
17516
17517 \end_inset
17518 </cell>
17519 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17520 \begin_inset Text
17521
17522 \begin_layout Plain Layout
17523 555
17524 \end_layout
17525
17526 \end_inset
17527 </cell>
17528 </row>
17529 <row>
17530 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17531 \begin_inset Text
17532
17533 \begin_layout Plain Layout
17534
17535 \series bold
17536 Cachia
17537 \end_layout
17538
17539 \end_inset
17540 </cell>
17541 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17542 \begin_inset Text
17543
17544 \begin_layout Plain Layout
17545 Maria
17546 \end_layout
17547
17548 \end_inset
17549 </cell>
17550 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17551 \begin_inset Text
17552
17553 \begin_layout Plain Layout
17554 555
17555 \end_layout
17556
17557 \end_inset
17558 </cell>
17559 </row>
17560 <row>
17561 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17562 \begin_inset Text
17563
17564 \begin_layout Plain Layout
17565
17566 \series bold
17567 Cachia
17568 \end_layout
17569
17570 \end_inset
17571 </cell>
17572 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17573 \begin_inset Text
17574
17575 \begin_layout Plain Layout
17576 Maurizio
17577 \end_layout
17578
17579 \end_inset
17580 </cell>
17581 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17582 \begin_inset Text
17583
17584 \begin_layout Plain Layout
17585 555
17586 \end_layout
17587
17588 \end_inset
17589 </cell>
17590 </row>
17591 <row>
17592 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17593 \begin_inset Text
17594
17595 \begin_layout Plain Layout
17596
17597 \series bold
17598 Cinquemani
17599 \end_layout
17600
17601 \end_inset
17602 </cell>
17603 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17604 \begin_inset Text
17605
17606 \begin_layout Plain Layout
17607 Giusi
17608 \end_layout
17609
17610 \end_inset
17611 </cell>
17612 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17613 \begin_inset Text
17614
17615 \begin_layout Plain Layout
17616 555
17617 \end_layout
17618
17619 \end_inset
17620 </cell>
17621 </row>
17622 <row>
17623 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17624 \begin_inset Text
17625
17626 \begin_layout Plain Layout
17627
17628 \series bold
17629 Colin
17630 \end_layout
17631
17632 \end_inset
17633 </cell>
17634 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17635 \begin_inset Text
17636
17637 \begin_layout Plain Layout
17638 Bernard
17639 \end_layout
17640
17641 \end_inset
17642 </cell>
17643 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17644 \begin_inset Text
17645
17646 \begin_layout Plain Layout
17647 555
17648 \end_layout
17649
17650 \end_inset
17651 </cell>
17652 </row>
17653 <row>
17654 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17655 \begin_inset Text
17656
17657 \begin_layout Plain Layout
17658
17659 \series bold
17660 Concli
17661 \end_layout
17662
17663 \end_inset
17664 </cell>
17665 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17666 \begin_inset Text
17667
17668 \begin_layout Plain Layout
17669 Gianfranco
17670 \end_layout
17671
17672 \end_inset
17673 </cell>
17674 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17675 \begin_inset Text
17676
17677 \begin_layout Plain Layout
17678 555
17679 \end_layout
17680
17681 \end_inset
17682 </cell>
17683 </row>
17684 <row>
17685 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17686 \begin_inset Text
17687
17688 \begin_layout Plain Layout
17689
17690 \series bold
17691 Dal Bosco
17692 \end_layout
17693
17694 \end_inset
17695 </cell>
17696 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17697 \begin_inset Text
17698
17699 \begin_layout Plain Layout
17700 Carolina
17701 \end_layout
17702
17703 \end_inset
17704 </cell>
17705 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17706 \begin_inset Text
17707
17708 \begin_layout Plain Layout
17709 555
17710 \end_layout
17711
17712 \end_inset
17713 </cell>
17714 </row>
17715 <row>
17716 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17717 \begin_inset Text
17718
17719 \begin_layout Plain Layout
17720
17721 \series bold
17722 Dalpiaz
17723 \end_layout
17724
17725 \end_inset
17726 </cell>
17727 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17728 \begin_inset Text
17729
17730 \begin_layout Plain Layout
17731 Annamaria
17732 \end_layout
17733
17734 \end_inset
17735 </cell>
17736 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17737 \begin_inset Text
17738
17739 \begin_layout Plain Layout
17740 555
17741 \end_layout
17742
17743 \end_inset
17744 </cell>
17745 </row>
17746 <row>
17747 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17748 \begin_inset Text
17749
17750 \begin_layout Plain Layout
17751
17752 \series bold
17753 Feliciello
17754 \end_layout
17755
17756 \end_inset
17757 </cell>
17758 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17759 \begin_inset Text
17760
17761 \begin_layout Plain Layout
17762 Domenico
17763 \end_layout
17764
17765 \end_inset
17766 </cell>
17767 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17768 \begin_inset Text
17769
17770 \begin_layout Plain Layout
17771 555
17772 \end_layout
17773
17774 \end_inset
17775 </cell>
17776 </row>
17777 <row>
17778 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17779 \begin_inset Text
17780
17781 \begin_layout Plain Layout
17782
17783 \series bold
17784 Focarelli
17785 \end_layout
17786
17787 \end_inset
17788 </cell>
17789 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17790 \begin_inset Text
17791
17792 \begin_layout Plain Layout
17793 Paola
17794 \end_layout
17795
17796 \end_inset
17797 </cell>
17798 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17799 \begin_inset Text
17800
17801 \begin_layout Plain Layout
17802 555
17803 \end_layout
17804
17805 \end_inset
17806 </cell>
17807 </row>
17808 <row>
17809 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17810 \begin_inset Text
17811
17812 \begin_layout Plain Layout
17813
17814 \series bold
17815 Galletti
17816 \end_layout
17817
17818 \end_inset
17819 </cell>
17820 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17821 \begin_inset Text
17822
17823 \begin_layout Plain Layout
17824 Oreste
17825 \end_layout
17826
17827 \end_inset
17828 </cell>
17829 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17830 \begin_inset Text
17831
17832 \begin_layout Plain Layout
17833 555
17834 \end_layout
17835
17836 \end_inset
17837 </cell>
17838 </row>
17839 <row>
17840 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17841 \begin_inset Text
17842
17843 \begin_layout Plain Layout
17844
17845 \series bold
17846 Gasparini
17847 \end_layout
17848
17849 \end_inset
17850 </cell>
17851 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17852 \begin_inset Text
17853
17854 \begin_layout Plain Layout
17855 Franca
17856 \end_layout
17857
17858 \end_inset
17859 </cell>
17860 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17861 \begin_inset Text
17862
17863 \begin_layout Plain Layout
17864 555
17865 \end_layout
17866
17867 \end_inset
17868 </cell>
17869 </row>
17870 <row>
17871 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17872 \begin_inset Text
17873
17874 \begin_layout Plain Layout
17875
17876 \series bold
17877 Rizzardi
17878 \end_layout
17879
17880 \end_inset
17881 </cell>
17882 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17883 \begin_inset Text
17884
17885 \begin_layout Plain Layout
17886 Paola
17887 \end_layout
17888
17889 \end_inset
17890 </cell>
17891 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17892 \begin_inset Text
17893
17894 \begin_layout Plain Layout
17895 555
17896 \end_layout
17897
17898 \end_inset
17899 </cell>
17900 </row>
17901 <row>
17902 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17903 \begin_inset Text
17904
17905 \begin_layout Plain Layout
17906
17907 \series bold
17908 Lassini
17909 \end_layout
17910
17911 \end_inset
17912 </cell>
17913 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17914 \begin_inset Text
17915
17916 \begin_layout Plain Layout
17917 Giancarlo
17918 \end_layout
17919
17920 \end_inset
17921 </cell>
17922 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17923 \begin_inset Text
17924
17925 \begin_layout Plain Layout
17926 555
17927 \end_layout
17928
17929 \end_inset
17930 </cell>
17931 </row>
17932 <row>
17933 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17934 \begin_inset Text
17935
17936 \begin_layout Plain Layout
17937
17938 \series bold
17939 Malfatti
17940 \end_layout
17941
17942 \end_inset
17943 </cell>
17944 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17945 \begin_inset Text
17946
17947 \begin_layout Plain Layout
17948 Luciano
17949 \end_layout
17950
17951 \end_inset
17952 </cell>
17953 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17954 \begin_inset Text
17955
17956 \begin_layout Plain Layout
17957 555
17958 \end_layout
17959
17960 \end_inset
17961 </cell>
17962 </row>
17963 <row>
17964 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17965 \begin_inset Text
17966
17967 \begin_layout Plain Layout
17968
17969 \series bold
17970 Malfatti
17971 \end_layout
17972
17973 \end_inset
17974 </cell>
17975 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
17976 \begin_inset Text
17977
17978 \begin_layout Plain Layout
17979 Valeriano
17980 \end_layout
17981
17982 \end_inset
17983 </cell>
17984 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17985 \begin_inset Text
17986
17987 \begin_layout Plain Layout
17988 555
17989 \end_layout
17990
17991 \end_inset
17992 </cell>
17993 </row>
17994 <row>
17995 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
17996 \begin_inset Text
17997
17998 \begin_layout Plain Layout
17999
18000 \series bold
18001 Meneguzzo
18002 \end_layout
18003
18004 \end_inset
18005 </cell>
18006 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18007 \begin_inset Text
18008
18009 \begin_layout Plain Layout
18010 Roberto
18011 \end_layout
18012
18013 \end_inset
18014 </cell>
18015 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18016 \begin_inset Text
18017
18018 \begin_layout Plain Layout
18019 555
18020 \end_layout
18021
18022 \end_inset
18023 </cell>
18024 </row>
18025 <row>
18026 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18027 \begin_inset Text
18028
18029 \begin_layout Plain Layout
18030
18031 \series bold
18032 Mezzadra
18033 \end_layout
18034
18035 \end_inset
18036 </cell>
18037 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18038 \begin_inset Text
18039
18040 \begin_layout Plain Layout
18041 Roberto
18042 \end_layout
18043
18044 \end_inset
18045 </cell>
18046 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18047 \begin_inset Text
18048
18049 \begin_layout Plain Layout
18050 555
18051 \end_layout
18052
18053 \end_inset
18054 </cell>
18055 </row>
18056 <row>
18057 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18058 \begin_inset Text
18059
18060 \begin_layout Plain Layout
18061
18062 \series bold
18063 Pirpamer
18064 \end_layout
18065
18066 \end_inset
18067 </cell>
18068 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18069 \begin_inset Text
18070
18071 \begin_layout Plain Layout
18072 Erich
18073 \end_layout
18074
18075 \end_inset
18076 </cell>
18077 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18078 \begin_inset Text
18079
18080 \begin_layout Plain Layout
18081 555
18082 \end_layout
18083
18084 \end_inset
18085 </cell>
18086 </row>
18087 <row>
18088 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18089 \begin_inset Text
18090
18091 \begin_layout Plain Layout
18092
18093 \series bold
18094 Pochiesa
18095 \end_layout
18096
18097 \end_inset
18098 </cell>
18099 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18100 \begin_inset Text
18101
18102 \begin_layout Plain Layout
18103 Paolo
18104 \end_layout
18105
18106 \end_inset
18107 </cell>
18108 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18109 \begin_inset Text
18110
18111 \begin_layout Plain Layout
18112 555, 222
18113 \end_layout
18114
18115 \end_inset
18116 </cell>
18117 </row>
18118 <row>
18119 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18120 \begin_inset Text
18121
18122 \begin_layout Plain Layout
18123
18124 \series bold
18125 Radina
18126 \end_layout
18127
18128 \end_inset
18129 </cell>
18130 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18131 \begin_inset Text
18132
18133 \begin_layout Plain Layout
18134 Claudio
18135 \end_layout
18136
18137 \end_inset
18138 </cell>
18139 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18140 \begin_inset Text
18141
18142 \begin_layout Plain Layout
18143 555
18144 \end_layout
18145
18146 \end_inset
18147 </cell>
18148 </row>
18149 <row>
18150 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18151 \begin_inset Text
18152
18153 \begin_layout Plain Layout
18154
18155 \series bold
18156 Stuffer
18157 \end_layout
18158
18159 \end_inset
18160 </cell>
18161 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18162 \begin_inset Text
18163
18164 \begin_layout Plain Layout
18165 Oskar
18166 \end_layout
18167
18168 \end_inset
18169 </cell>
18170 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18171 \begin_inset Text
18172
18173 \begin_layout Plain Layout
18174 555
18175 \end_layout
18176
18177 \end_inset
18178 </cell>
18179 </row>
18180 <row>
18181 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18182 \begin_inset Text
18183
18184 \begin_layout Plain Layout
18185
18186 \series bold
18187 Tacchelli
18188 \end_layout
18189
18190 \end_inset
18191 </cell>
18192 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18193 \begin_inset Text
18194
18195 \begin_layout Plain Layout
18196 Ugo
18197 \end_layout
18198
18199 \end_inset
18200 </cell>
18201 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18202 \begin_inset Text
18203
18204 \begin_layout Plain Layout
18205 555
18206 \end_layout
18207
18208 \end_inset
18209 </cell>
18210 </row>
18211 <row>
18212 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18213 \begin_inset Text
18214
18215 \begin_layout Plain Layout
18216
18217 \series bold
18218 Tezzele
18219 \end_layout
18220
18221 \end_inset
18222 </cell>
18223 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18224 \begin_inset Text
18225
18226 \begin_layout Plain Layout
18227 Margit
18228 \end_layout
18229
18230 \end_inset
18231 </cell>
18232 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18233 \begin_inset Text
18234
18235 \begin_layout Plain Layout
18236 555
18237 \end_layout
18238
18239 \end_inset
18240 </cell>
18241 </row>
18242 <row>
18243 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18244 \begin_inset Text
18245
18246 \begin_layout Plain Layout
18247
18248 \series bold
18249 Unterkalmsteiner
18250 \end_layout
18251
18252 \end_inset
18253 </cell>
18254 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18255 \begin_inset Text
18256
18257 \begin_layout Plain Layout
18258 Frieda
18259 \end_layout
18260
18261 \end_inset
18262 </cell>
18263 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18264 \begin_inset Text
18265
18266 \begin_layout Plain Layout
18267 555
18268 \end_layout
18269
18270 \end_inset
18271 </cell>
18272 </row>
18273 <row>
18274 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18275 \begin_inset Text
18276
18277 \begin_layout Plain Layout
18278
18279 \series bold
18280 Vieider
18281 \end_layout
18282
18283 \end_inset
18284 </cell>
18285 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18286 \begin_inset Text
18287
18288 \begin_layout Plain Layout
18289 Hilde
18290 \end_layout
18291
18292 \end_inset
18293 </cell>
18294 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18295 \begin_inset Text
18296
18297 \begin_layout Plain Layout
18298 555
18299 \end_layout
18300
18301 \end_inset
18302 </cell>
18303 </row>
18304 <row>
18305 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18306 \begin_inset Text
18307
18308 \begin_layout Plain Layout
18309
18310 \series bold
18311 Vigna
18312 \end_layout
18313
18314 \end_inset
18315 </cell>
18316 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18317 \begin_inset Text
18318
18319 \begin_layout Plain Layout
18320 Jürgen
18321 \end_layout
18322
18323 \end_inset
18324 </cell>
18325 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18326 \begin_inset Text
18327
18328 \begin_layout Plain Layout
18329 999
18330 \end_layout
18331
18332 \end_inset
18333 </cell>
18334 </row>
18335 <row>
18336 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18337 \begin_inset Text
18338
18339 \begin_layout Plain Layout
18340
18341 \series bold
18342 Weber
18343 \end_layout
18344
18345 \end_inset
18346 </cell>
18347 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18348 \begin_inset Text
18349
18350 \begin_layout Plain Layout
18351 Maurizio
18352 \end_layout
18353
18354 \end_inset
18355 </cell>
18356 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18357 \begin_inset Text
18358
18359 \begin_layout Plain Layout
18360 555
18361 \end_layout
18362
18363 \end_inset
18364 </cell>
18365 </row>
18366 <row>
18367 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
18368 \begin_inset Text
18369
18370 \begin_layout Plain Layout
18371
18372 \series bold
18373 Winkler
18374 \end_layout
18375
18376 \end_inset
18377 </cell>
18378 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18379 \begin_inset Text
18380
18381 \begin_layout Plain Layout
18382 Franz
18383 \end_layout
18384
18385 \end_inset
18386 </cell>
18387 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18388 \begin_inset Text
18389
18390 \begin_layout Plain Layout
18391 555
18392 \end_layout
18393
18394 \end_inset
18395 </cell>
18396 </row>
18397 <row endlastfoot="true">
18398 <cell multicolumn="1" alignment="block" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18399 \begin_inset Text
18400
18401 \begin_layout Plain Layout
18402
18403 \series bold
18404 End
18405 \end_layout
18406
18407 \end_inset
18408 </cell>
18409 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
18410 \begin_inset Text
18411
18412 \begin_layout Plain Layout
18413
18414 \end_layout
18415
18416 \end_inset
18417 </cell>
18418 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18419 \begin_inset Text
18420
18421 \begin_layout Plain Layout
18422
18423 \end_layout
18424
18425 \end_inset
18426 </cell>
18427 </row>
18428 </lyxtabular>
18429
18430 \end_inset
18431
18432
18433 \end_layout
18434
18435 \begin_layout Subsection
18436 Table Cells
18437 \begin_inset Index
18438 status collapsed
18439
18440 \begin_layout Plain Layout
18441 Tables ! Cells
18442 \end_layout
18443
18444 \end_inset
18445
18446
18447 \begin_inset CommandInset label
18448 LatexCommand label
18449 name "sub:Table-Cells"
18450
18451 \end_inset
18452
18453
18454 \end_layout
18455
18456 \begin_layout Standard
18457 A table cell can contain text, inline equations, a figure, or another table.
18458  All these kinds of objects can be placed in the same cell.
18459  Font sizes and shapes can also be altered.
18460  But you can't put a special environment in a cell (like 
18461 \family sans
18462 Section*
18463 \family default
18464 , etc.), nor set spacing options etc.
18465  for the cell's paragraph.
18466 \end_layout
18467
18468 \begin_layout Standard
18469 To have multi-line entries in table cells, you have to declare a fixed width
18470  for the column in the table dialog.
18471  Your text is then automatically split into multiple lines and the cell
18472  is enlarged vertically when the length of the text exceeds the given width.
18473  An example:
18474 \end_layout
18475
18476 \begin_layout Standard
18477 \align center
18478 \begin_inset Tabular
18479 <lyxtabular version="3" rows="4" columns="3">
18480 <features>
18481 <column alignment="center" valignment="top" width="0pt">
18482 <column alignment="block" valignment="top" width="3cm">
18483 <column alignment="center" valignment="top" width="0pt">
18484 <row>
18485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18486 \begin_inset Text
18487
18488 \begin_layout Plain Layout
18489
18490 \family roman
18491 \series medium
18492 \shape up
18493 \size normal
18494 \emph off
18495 \bar no
18496 \noun off
18497 \color none
18498 1
18499 \end_layout
18500
18501 \end_inset
18502 </cell>
18503 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18504 \begin_inset Text
18505
18506 \begin_layout Plain Layout
18507
18508 \family roman
18509 \series medium
18510 \shape up
18511 \size normal
18512 \emph off
18513 \bar no
18514 \noun off
18515 \color none
18516 2
18517 \end_layout
18518
18519 \end_inset
18520 </cell>
18521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18522 \begin_inset Text
18523
18524 \begin_layout Plain Layout
18525
18526 \family roman
18527 \series medium
18528 \shape up
18529 \size normal
18530 \emph off
18531 \bar no
18532 \noun off
18533 \color none
18534 3
18535 \end_layout
18536
18537 \end_inset
18538 </cell>
18539 </row>
18540 <row>
18541 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18542 \begin_inset Text
18543
18544 \begin_layout Plain Layout
18545
18546 \family roman
18547 \series medium
18548 \shape up
18549 \size normal
18550 \emph off
18551 \bar no
18552 \noun off
18553 \color none
18554 4
18555 \end_layout
18556
18557 \end_inset
18558 </cell>
18559 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18560 \begin_inset Text
18561
18562 \begin_layout Plain Layout
18563
18564 \family roman
18565 \series medium
18566 \shape up
18567 \size normal
18568 \emph off
18569 \bar no
18570 \noun off
18571 \color none
18572 This is a multiline entry in a table.
18573 \end_layout
18574
18575 \end_inset
18576 </cell>
18577 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18578 \begin_inset Text
18579
18580 \begin_layout Plain Layout
18581
18582 \family roman
18583 \series medium
18584 \shape up
18585 \size normal
18586 \emph off
18587 \bar no
18588 \noun off
18589 \color none
18590 5
18591 \end_layout
18592
18593 \end_inset
18594 </cell>
18595 </row>
18596 <row>
18597 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18598 \begin_inset Text
18599
18600 \begin_layout Plain Layout
18601
18602 \family roman
18603 \series medium
18604 \shape up
18605 \size normal
18606 \emph off
18607 \bar no
18608 \noun off
18609 \color none
18610 6
18611 \end_layout
18612
18613 \end_inset
18614 </cell>
18615 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18616 \begin_inset Text
18617
18618 \begin_layout Plain Layout
18619
18620 \family roman
18621 \series medium
18622 \shape up
18623 \size normal
18624 \emph off
18625 \bar no
18626 \noun off
18627 \color none
18628 This is longer now.
18629 \end_layout
18630
18631 \end_inset
18632 </cell>
18633 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18634 \begin_inset Text
18635
18636 \begin_layout Plain Layout
18637
18638 \family roman
18639 \series medium
18640 \shape up
18641 \size normal
18642 \emph off
18643 \bar no
18644 \noun off
18645 \color none
18646 7
18647 \end_layout
18648
18649 \end_inset
18650 </cell>
18651 </row>
18652 <row>
18653 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18654 \begin_inset Text
18655
18656 \begin_layout Plain Layout
18657
18658 \family roman
18659 \series medium
18660 \shape up
18661 \size normal
18662 \emph off
18663 \bar no
18664 \noun off
18665 \color none
18666 8
18667 \end_layout
18668
18669 \end_inset
18670 </cell>
18671 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18672 \begin_inset Text
18673
18674 \begin_layout Plain Layout
18675
18676 \family roman
18677 \series medium
18678 \shape up
18679 \size normal
18680 \emph off
18681 \bar no
18682 \noun off
18683 \color none
18684 This is a multiline entry in a table.
18685  This is longer now.
18686 \end_layout
18687
18688 \end_inset
18689 </cell>
18690 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18691 \begin_inset Text
18692
18693 \begin_layout Plain Layout
18694
18695 \family roman
18696 \series medium
18697 \shape up
18698 \size normal
18699 \emph off
18700 \bar no
18701 \noun off
18702 \color none
18703 9
18704 \end_layout
18705
18706 \end_inset
18707 </cell>
18708 </row>
18709 </lyxtabular>
18710
18711 \end_inset
18712
18713
18714 \end_layout
18715
18716 \begin_layout Standard
18717 Cutting and pasting between tables and table cells works reasonably well.
18718  You can cut and paste even more than one row.
18719  Selection with the mouse or with 
18720 \family sans
18721 Shift
18722 \family default
18723  plus the arrow keys works as usual.
18724  You can also copy and paste the entire table as a single unit by starting
18725  the selection from outside the table.
18726 \end_layout
18727
18728 \begin_layout Section
18729 Floats
18730 \begin_inset Index
18731 status collapsed
18732
18733 \begin_layout Plain Layout
18734 Floats
18735 \end_layout
18736
18737 \end_inset
18738
18739
18740 \begin_inset CommandInset label
18741 LatexCommand label
18742 name "sec:Floats"
18743
18744 \end_inset
18745
18746
18747 \end_layout
18748
18749 \begin_layout Standard
18750 A float is a block of text associated with some sort of label, which doesn't
18751  have a fixed location.
18752  It can 
18753 \begin_inset Quotes eld
18754 \end_inset
18755
18756 float
18757 \begin_inset Quotes erd
18758 \end_inset
18759
18760  forward or backward a page or two, to wherever it fits best.
18761  
18762 \family sans
18763 Footnotes
18764 \family default
18765  and 
18766 \family sans
18767 Margin
18768 \begin_inset Space ~
18769 \end_inset
18770
18771 Notes
18772 \family default
18773  are also floats, because they can float to the next page when there are
18774  too much notes at the page.
18775 \end_layout
18776
18777 \begin_layout Standard
18778 Floats makes it possible to get a high quality layout.
18779  Images and tables can evenly be spread to the pages to avoid whitespace
18780  and pages without text.
18781  As the floating often destroys the context between the text and the image/table
18782 , every float can be referenced in the text.
18783  Floats are therefore numbered.
18784  Referencing is described in section
18785 \begin_inset Space ~
18786 \end_inset
18787
18788
18789 \begin_inset CommandInset ref
18790 LatexCommand ref
18791 reference "sec:Cross-References"
18792
18793 \end_inset
18794
18795 .
18796 \end_layout
18797
18798 \begin_layout Standard
18799 To insert a float, use the menu 
18800 \family sans
18801 Insert\SpecialChar \menuseparator
18802 Floats
18803 \family default
18804 .
18805  A box with a caption that has e.
18806 \begin_inset Space \thinspace{}
18807 \end_inset
18808
18809 g.
18810 \begin_inset Space ~
18811 \end_inset
18812
18813 the label 
18814 \begin_inset Quotes eld
18815 \end_inset
18816
18817 Figure
18818 \begin_inset Space ~
18819 \end_inset
18820
18821 #:
18822 \begin_inset Quotes erd
18823 \end_inset
18824
18825  (# is the actual number) will be inserted into your document.
18826  The label will automatically be translated to the document language in
18827  the output.
18828  Behind the label you can insert the caption text.
18829 \begin_inset Index
18830 status collapsed
18831
18832 \begin_layout Plain Layout
18833 Floats ! Captions
18834 \end_layout
18835
18836 \end_inset
18837
18838  The image or table is inserted above or below the caption in a separate
18839  paragraph within the float.
18840  To keep your LyX-document readable, you can open and close the float box
18841  by left-clicking on the box label.
18842  A closed float box looks like this: 
18843 \begin_inset Graphics
18844         filename clipart/floatQt4.png
18845         embed ""
18846         scale 80
18847
18848 \end_inset
18849
18850  -- a gray button with a red label.
18851 \end_layout
18852
18853 \begin_layout Standard
18854 It is recommended to insert floats as a separate paragraph to avoid possible
18855  LaTeX-errors that can occur when the surrounding text is specially formatted.
18856 \end_layout
18857
18858 \begin_layout Subsection
18859 Float Types
18860 \end_layout
18861
18862 \begin_layout Subsubsection
18863 Figure Floats
18864 \begin_inset Index
18865 status collapsed
18866
18867 \begin_layout Plain Layout
18868 Floats ! Figure floats
18869 \end_layout
18870
18871 \end_inset
18872
18873
18874 \begin_inset CommandInset label
18875 LatexCommand label
18876 name "sec:Figure-Floats"
18877
18878 \end_inset
18879
18880
18881 \end_layout
18882
18883 \begin_layout Standard
18884 The menu 
18885 \family sans
18886 Insert\SpecialChar \menuseparator
18887 Float\SpecialChar \menuseparator
18888 Figure
18889 \family default
18890  inserts a float with the label 
18891 \begin_inset Quotes eld
18892 \end_inset
18893
18894
18895 \series bold
18896 Figure
18897 \begin_inset Space ~
18898 \end_inset
18899
18900 #:
18901 \series default
18902
18903 \begin_inset Quotes erd
18904 \end_inset
18905
18906 .
18907  Set the cursor above this label (or before it and press enter) and insert
18908  the image as described above to get the caption printed below the image.
18909  This is what we did for Figure
18910 \begin_inset Space ~
18911 \end_inset
18912
18913
18914 \begin_inset CommandInset ref
18915 LatexCommand ref
18916 reference "cap:Platypus"
18917
18918 \end_inset
18919
18920 .
18921  If you want the caption to be above the image, set the cursor at the end
18922  of the caption, press enter and insert the image.
18923  This was done in Figure
18924 \begin_inset Space ~
18925 \end_inset
18926
18927
18928 \begin_inset CommandInset ref
18929 LatexCommand ref
18930 reference "cap:Escher"
18931
18932 \end_inset
18933
18934 .
18935 \end_layout
18936
18937 \begin_layout Standard
18938 \begin_inset Float figure
18939 wide false
18940 sideways false
18941 status open
18942
18943 \begin_layout Plain Layout
18944 \align center
18945 \begin_inset Graphics
18946         filename clipart/platypus.eps
18947         embed ""
18948         display color
18949         width 50col%
18950         rotateOrigin center
18951
18952 \end_inset
18953
18954
18955 \end_layout
18956
18957 \begin_layout Plain Layout
18958 \begin_inset Caption
18959
18960 \begin_layout Plain Layout
18961 \begin_inset CommandInset label
18962 LatexCommand label
18963 name "cap:Platypus"
18964
18965 \end_inset
18966
18967 A severely distorted platypus in a float.
18968 \end_layout
18969
18970 \end_inset
18971
18972
18973 \end_layout
18974
18975 \end_inset
18976
18977
18978 \end_layout
18979
18980 \begin_layout Standard
18981 \begin_inset Float figure
18982 wide false
18983 sideways false
18984 status open
18985
18986 \begin_layout Plain Layout
18987 \begin_inset Caption
18988
18989 \begin_layout Plain Layout
18990 \begin_inset CommandInset label
18991 LatexCommand label
18992 name "cap:Escher"
18993
18994 \end_inset
18995
18996 M.C.
18997  Escher on acid.
18998 \end_layout
18999
19000 \end_inset
19001
19002
19003 \end_layout
19004
19005 \begin_layout Plain Layout
19006 \align center
19007 \begin_inset Graphics
19008         filename clipart/escher-lsd.eps
19009         embed ""
19010         display color
19011         scale 80
19012         rotateOrigin center
19013
19014 \end_inset
19015
19016
19017 \end_layout
19018
19019 \end_inset
19020
19021
19022 \end_layout
19023
19024 \begin_layout Standard
19025 This figure float show also how to set a label and create a cross-reference
19026  to it.
19027  As described in section
19028 \begin_inset Space ~
19029 \end_inset
19030
19031
19032 \begin_inset CommandInset ref
19033 LatexCommand ref
19034 reference "sec:Cross-References"
19035
19036 \end_inset
19037
19038 , you can simply insert a label in the caption using the menu 
19039 \family sans
19040 Insert\SpecialChar \menuseparator
19041 Label
19042 \family default
19043  and refer to it using the menu 
19044 \family sans
19045 Insert\SpecialChar \menuseparator
19046 Cross-Reference
19047 \family default
19048 .
19049  It is important to use references to figure floats, rather than using vague
19050  references like 
19051 \begin_inset Quotes eld
19052 \end_inset
19053
19054 the figure above
19055 \begin_inset Quotes erd
19056 \end_inset
19057
19058 , because as LaTeX will reposition the floats in the final document; it
19059  might not be 
19060 \begin_inset Quotes eld
19061 \end_inset
19062
19063 above
19064 \begin_inset Quotes erd
19065 \end_inset
19066
19067  at all.
19068 \end_layout
19069
19070 \begin_layout Standard
19071 Normally one inserts only one image to a figure float, but sometimes you
19072  might want to use two images with separate subcaptions.
19073  This can be done in the graphics dialog: Right-click on an image and go
19074  to the tab 
19075 \family sans
19076 Extra
19077 \begin_inset Space ~
19078 \end_inset
19079
19080 options
19081 \family default
19082  in the appearing dialog, use the option 
19083 \family sans
19084 Subfigure
19085 \family default
19086 , and enter the subcaption for the image in the now enabled caption field.
19087  Figure
19088 \begin_inset Space ~
19089 \end_inset
19090
19091
19092 \begin_inset CommandInset ref
19093 LatexCommand ref
19094 reference "cap:Two-distorted-images"
19095
19096 \end_inset
19097
19098  is an example of a figure float with two images set side by side.
19099  You can also set the images one below the other.
19100 \end_layout
19101
19102 \begin_layout Standard
19103 \begin_inset Float figure
19104 wide false
19105 sideways false
19106 status open
19107
19108 \begin_layout Plain Layout
19109 \begin_inset Space \hfill{}
19110 \end_inset
19111
19112
19113 \begin_inset Float figure
19114 wide false
19115 sideways false
19116 status open
19117
19118 \begin_layout Plain Layout
19119 \begin_inset Caption
19120
19121 \begin_layout Plain Layout
19122 Undefinable
19123 \end_layout
19124
19125 \end_inset
19126
19127
19128 \end_layout
19129
19130 \begin_layout Plain Layout
19131 \begin_inset Graphics
19132         filename clipart/escher-lsd.eps
19133         embed ""
19134         width 45col%
19135
19136 \end_inset
19137
19138
19139 \end_layout
19140
19141 \end_inset
19142
19143
19144 \begin_inset Space \hfill{}
19145 \end_inset
19146
19147
19148 \begin_inset Float figure
19149 wide false
19150 sideways false
19151 status open
19152
19153 \begin_layout Plain Layout
19154 \begin_inset Caption
19155
19156 \begin_layout Plain Layout
19157 Platypus
19158 \end_layout
19159
19160 \end_inset
19161
19162
19163 \end_layout
19164
19165 \begin_layout Plain Layout
19166 \begin_inset Graphics
19167         filename clipart/platypus.eps
19168         embed ""
19169         lyxscale 60
19170         width 45col%
19171
19172 \end_inset
19173
19174
19175 \end_layout
19176
19177 \end_inset
19178
19179
19180 \begin_inset Space \hfill{}
19181 \end_inset
19182
19183
19184 \end_layout
19185
19186 \begin_layout Plain Layout
19187 \begin_inset Caption
19188
19189 \begin_layout Plain Layout
19190 \begin_inset CommandInset label
19191 LatexCommand label
19192 name "cap:Two-distorted-images"
19193
19194 \end_inset
19195
19196 Two distorted images.
19197 \end_layout
19198
19199 \end_inset
19200
19201
19202 \end_layout
19203
19204 \end_inset
19205
19206
19207 \end_layout
19208
19209 \begin_layout Standard
19210 Note that the caption is added to the 
19211 \family sans
19212 List
19213 \begin_inset Space ~
19214 \end_inset
19215
19216 of
19217 \begin_inset Space ~
19218 \end_inset
19219
19220 Figures
19221 \family default
19222  as described in section
19223 \begin_inset Space ~
19224 \end_inset
19225
19226
19227 \begin_inset CommandInset ref
19228 LatexCommand ref
19229 reference "sec:ListsOf"
19230
19231 \end_inset
19232
19233 .
19234 \end_layout
19235
19236 \begin_layout Subsubsection
19237 Table Floats
19238 \begin_inset Index
19239 status collapsed
19240
19241 \begin_layout Plain Layout
19242 Floats ! Table floats
19243 \end_layout
19244
19245 \end_inset
19246
19247
19248 \begin_inset CommandInset label
19249 LatexCommand label
19250 name "sec:Table-Floats"
19251
19252 \end_inset
19253
19254
19255 \end_layout
19256
19257 \begin_layout Standard
19258 Table floats can be inserted using the menu 
19259 \family sans
19260 Insert\SpecialChar \menuseparator
19261 Float\SpecialChar \menuseparator
19262 Table
19263 \family default
19264 .
19265  They have the same properties as figure floats except of the different
19266  label.
19267  Table
19268 \begin_inset Space ~
19269 \end_inset
19270
19271
19272 \begin_inset CommandInset ref
19273 LatexCommand ref
19274 reference "cap:Table-float"
19275
19276 \end_inset
19277
19278  is an example of a table float.
19279 \end_layout
19280
19281 \begin_layout Standard
19282 \begin_inset Float table
19283 wide false
19284 sideways false
19285 status open
19286
19287 \begin_layout Plain Layout
19288 \begin_inset Caption
19289
19290 \begin_layout Plain Layout
19291 \begin_inset CommandInset label
19292 LatexCommand label
19293 name "cap:Table-float"
19294
19295 \end_inset
19296
19297 A table float.
19298 \end_layout
19299
19300 \end_inset
19301
19302
19303 \end_layout
19304
19305 \begin_layout Plain Layout
19306 \align center
19307 \begin_inset Tabular
19308 <lyxtabular version="3" rows="3" columns="3">
19309 <features>
19310 <column alignment="center" valignment="top" width="0pt">
19311 <column alignment="center" valignment="top" width="0pt">
19312 <column alignment="center" valignment="top" width="0pt">
19313 <row>
19314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19315 \begin_inset Text
19316
19317 \begin_layout Plain Layout
19318
19319 \family roman
19320 \series medium
19321 \shape up
19322 \size normal
19323 \emph off
19324 \bar no
19325 \noun off
19326 \color none
19327 1
19328 \end_layout
19329
19330 \end_inset
19331 </cell>
19332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19333 \begin_inset Text
19334
19335 \begin_layout Plain Layout
19336
19337 \family roman
19338 \series medium
19339 \shape up
19340 \size normal
19341 \emph off
19342 \bar no
19343 \noun off
19344 \color none
19345 2
19346 \end_layout
19347
19348 \end_inset
19349 </cell>
19350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19351 \begin_inset Text
19352
19353 \begin_layout Plain Layout
19354
19355 \family roman
19356 \series medium
19357 \shape up
19358 \size normal
19359 \emph off
19360 \bar no
19361 \noun off
19362 \color none
19363 3
19364 \end_layout
19365
19366 \end_inset
19367 </cell>
19368 </row>
19369 <row>
19370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19371 \begin_inset Text
19372
19373 \begin_layout Plain Layout
19374
19375 \family roman
19376 \series medium
19377 \shape up
19378 \size normal
19379 \emph off
19380 \bar no
19381 \noun off
19382 \color none
19383 Joe
19384 \end_layout
19385
19386 \end_inset
19387 </cell>
19388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19389 \begin_inset Text
19390
19391 \begin_layout Plain Layout
19392
19393 \family roman
19394 \series medium
19395 \shape up
19396 \size normal
19397 \emph off
19398 \bar no
19399 \noun off
19400 \color none
19401 Mary
19402 \end_layout
19403
19404 \end_inset
19405 </cell>
19406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19407 \begin_inset Text
19408
19409 \begin_layout Plain Layout
19410
19411 \family roman
19412 \series medium
19413 \shape up
19414 \size normal
19415 \emph off
19416 \bar no
19417 \noun off
19418 \color none
19419 Ted
19420 \end_layout
19421
19422 \end_inset
19423 </cell>
19424 </row>
19425 <row>
19426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19427 \begin_inset Text
19428
19429 \begin_layout Plain Layout
19430
19431 \family roman
19432 \series medium
19433 \shape up
19434 \size normal
19435 \emph off
19436 \bar no
19437 \noun off
19438 \color none
19439 \begin_inset Formula $\int x^{2}dx$
19440 \end_inset
19441
19442
19443 \end_layout
19444
19445 \end_inset
19446 </cell>
19447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19448 \begin_inset Text
19449
19450 \begin_layout Plain Layout
19451
19452 \family roman
19453 \series medium
19454 \shape up
19455 \size normal
19456 \emph off
19457 \bar no
19458 \noun off
19459 \color none
19460 \begin_inset Formula $\left[\begin{array}{cc}
19461 a & b\\
19462 c & d\end{array}\right]$
19463 \end_inset
19464
19465
19466 \end_layout
19467
19468 \end_inset
19469 </cell>
19470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19471 \begin_inset Text
19472
19473 \begin_layout Plain Layout
19474
19475 \family roman
19476 \series medium
19477 \shape up
19478 \size normal
19479 \emph off
19480 \bar no
19481 \noun off
19482 \color none
19483 \begin_inset Formula $1+1=2$
19484 \end_inset
19485
19486
19487 \end_layout
19488
19489 \end_inset
19490 </cell>
19491 </row>
19492 </lyxtabular>
19493
19494 \end_inset
19495
19496
19497 \end_layout
19498
19499 \end_inset
19500
19501
19502 \end_layout
19503
19504 \begin_layout Subsubsection
19505 Algorithm Floats
19506 \begin_inset Index
19507 status collapsed
19508
19509 \begin_layout Plain Layout
19510 Floats ! Algorithm floats
19511 \end_layout
19512
19513 \end_inset
19514
19515
19516 \end_layout
19517
19518 \begin_layout Standard
19519 This float type is inserted with the menu 
19520 \family sans
19521 Insert\SpecialChar \menuseparator
19522 Float\SpecialChar \menuseparator
19523 Algorithm
19524 \family default
19525 .
19526  It is used for program codes and descriptions of algorithms.
19527  A possible environment for algorithms is the 
19528 \family sans
19529 LyX-Code
19530 \family default
19531 , described in section
19532 \begin_inset Space ~
19533 \end_inset
19534
19535
19536 \begin_inset CommandInset ref
19537 LatexCommand ref
19538 reference "sub:LyX-Code"
19539
19540 \end_inset
19541
19542 .
19543 \end_layout
19544
19545 \begin_layout Standard
19546 \begin_inset Note Greyedout
19547 status open
19548
19549 \begin_layout Plain Layout
19550
19551 \series bold
19552 Note:
19553 \series default
19554  that the float label is not automatically translated into the document
19555  language.
19556 \end_layout
19557
19558 \end_inset
19559
19560  You have to do this manually by adding the following line
19561 \end_layout
19562
19563 \begin_layout Standard
19564
19565 \series bold
19566
19567 \backslash
19568 floatname{algorithm}{your
19569 \begin_inset Space ~
19570 \end_inset
19571
19572 name}
19573 \end_layout
19574
19575 \begin_layout Standard
19576 to the document preamble (menu 
19577 \family sans
19578 Document\SpecialChar \menuseparator
19579 Settings
19580 \family default
19581 ).
19582  
19583 \series bold
19584 your
19585 \begin_inset Space ~
19586 \end_inset
19587
19588 name
19589 \series default
19590  is the word 
19591 \begin_inset Quotes eld
19592 \end_inset
19593
19594
19595 \emph on
19596 algorithm
19597 \emph default
19598
19599 \begin_inset Quotes erd
19600 \end_inset
19601
19602  in your language.
19603 \end_layout
19604
19605 \begin_layout Subsubsection
19606 Wrap Floats
19607 \begin_inset Index
19608 status collapsed
19609
19610 \begin_layout Plain Layout
19611 Floats ! Text Wrap Floats
19612 \end_layout
19613
19614 \end_inset
19615
19616
19617 \begin_inset CommandInset label
19618 LatexCommand label
19619 name "sec:Wrap-Floats"
19620
19621 \end_inset
19622
19623
19624 \end_layout
19625
19626 \begin_layout Standard
19627 \begin_inset Wrap figure
19628 lines 0
19629 placement l
19630 overhang 0in
19631 width "40col%"
19632 status open
19633
19634 \begin_layout Plain Layout
19635 \begin_inset Graphics
19636         filename clipart/mobius.eps
19637         embed ""
19638         display color
19639         width 40col%
19640         rotateOrigin center
19641
19642 \end_inset
19643
19644
19645 \end_layout
19646
19647 \begin_layout Plain Layout
19648 \begin_inset Caption
19649
19650 \begin_layout Plain Layout
19651 \begin_inset CommandInset label
19652 LatexCommand label
19653 name "cap:Wrapped-figure"
19654
19655 \end_inset
19656
19657 This is a wrapped figure.
19658 \begin_inset VSpace medskip
19659 \end_inset
19660
19661
19662 \end_layout
19663
19664 \end_inset
19665
19666
19667 \end_layout
19668
19669 \end_inset
19670
19671 This float type is used if you want to 
19672 \begin_inset Quotes eld
19673 \end_inset
19674
19675 wrap
19676 \begin_inset Quotes erd
19677 \end_inset
19678
19679  text around a figure so that it only occupies some fraction of the column
19680  width.
19681  It can be inserted using the menu 
19682 \family sans
19683 Insert\SpecialChar \menuseparator
19684 Float\SpecialChar \menuseparator
19685 Wrap
19686 \begin_inset Space ~
19687 \end_inset
19688
19689 Float
19690 \family default
19691  if the LaTeX-package 
19692 \series bold
19693 wrapfig
19694 \series default
19695
19696 \begin_inset Index
19697 status collapsed
19698
19699 \begin_layout Plain Layout
19700 Latex@LaTeX-packages ! wrapfig
19701 \end_layout
19702
19703 \end_inset
19704
19705  is installed.
19706 \begin_inset Foot
19707 status collapsed
19708
19709 \begin_layout Plain Layout
19710 Installing a LaTeX-package is explained it in the 
19711 \emph on
19712 LaTeX
19713 \begin_inset Space ~
19714 \end_inset
19715
19716 Configuration
19717 \emph default
19718  manual.
19719 \end_layout
19720
19721 \end_inset
19722
19723  The width and placement of the float is adjusted by right-clicking on the
19724  float box.
19725  Figure
19726 \begin_inset Space ~
19727 \end_inset
19728
19729
19730 \begin_inset CommandInset ref
19731 LatexCommand ref
19732 reference "cap:Wrapped-figure"
19733
19734 \end_inset
19735
19736  is for example a figure wrap float with a width of 40
19737 \begin_inset Space \thinspace{}
19738 \end_inset
19739
19740 col%.
19741 \begin_inset Foot
19742 status collapsed
19743
19744 \begin_layout Plain Layout
19745 Available units are explained in Appendix
19746 \begin_inset Space ~
19747 \end_inset
19748
19749
19750 \begin_inset CommandInset ref
19751 LatexCommand ref
19752 reference "cha:Units-available-in"
19753
19754 \end_inset
19755
19756 .
19757 \end_layout
19758
19759 \end_inset
19760
19761  Some space was added under the caption to separate it better from the surroundi
19762 ng text.
19763 \end_layout
19764
19765 \begin_layout Standard
19766 \begin_inset Note Greyedout
19767 status open
19768
19769 \begin_layout Plain Layout
19770
19771 \series bold
19772 Note:
19773 \series default
19774  Wrap floats might be fragile! E.g.
19775  having a figure too close to the bottom of the page can mess things up
19776  in the way that the float doesn't appear in the output or that it is placed
19777  over some other text.
19778 \end_layout
19779
19780 \end_inset
19781
19782  In general:
19783 \end_layout
19784
19785 \begin_layout Itemize
19786 Wrap floats should not be placed in paragraphs that run over a page break.
19787  That means that wrap floats should better be inserted to the exact place
19788  when the document is nearly ready and you are able to estimate where page
19789  breaks will appear.
19790 \end_layout
19791
19792 \begin_layout Itemize
19793 Wrap floats should either be placed in an own paragraph before the paragraph
19794  where they should wrap into or within a paragraph.
19795 \end_layout
19796
19797 \begin_layout Itemize
19798 Wrap floats in consecutive paragraphs may cause troubles, so assure that
19799  there is a text paragraph between them as separator.
19800 \end_layout
19801
19802 \begin_layout Itemize
19803 Wrap floats are not allowed in section headings or tables.
19804 \end_layout
19805
19806 \begin_layout Subsection
19807 Rotated Floats
19808 \begin_inset CommandInset label
19809 LatexCommand label
19810 name "sub:Rotated-Floats"
19811
19812 \end_inset
19813
19814
19815 \begin_inset Index
19816 status collapsed
19817
19818 \begin_layout Plain Layout
19819 Floats ! Rotating
19820 \end_layout
19821
19822 \end_inset
19823
19824
19825 \end_layout
19826
19827 \begin_layout Standard
19828 Especially for wide tables you might have floats rotated.
19829  To rotate a whole float including the caption, right-click on the float-box
19830  and use the option 
19831 \family sans
19832 Rotate
19833 \begin_inset Space ~
19834 \end_inset
19835
19836 sideways
19837 \family default
19838 .
19839 \end_layout
19840
19841 \begin_layout Standard
19842 Rotated floats are always placed on its own page (or column, when you have
19843  a two-column document).
19844  They are rotated so that you can read them from the outside margin.
19845  Forcing the rotation direction is explained in the 
19846 \emph on
19847 Embedded Objects
19848 \emph default
19849  manual.
19850 \end_layout
19851
19852 \begin_layout Standard
19853 Referencing rotated floats is the same like for normal floats, the caption
19854  format is also the same: Table
19855 \begin_inset Space ~
19856 \end_inset
19857
19858
19859 \begin_inset CommandInset ref
19860 LatexCommand ref
19861 reference "cap:Rotated-table"
19862
19863 \end_inset
19864
19865  is an example of a rotated table float.
19866 \end_layout
19867
19868 \begin_layout Standard
19869 \begin_inset Note Greyedout
19870 status open
19871
19872 \begin_layout Plain Layout
19873
19874 \series bold
19875 Note:
19876 \series default
19877  Not all DVI-viewers are able to display rotated floats.
19878 \end_layout
19879
19880 \end_inset
19881
19882
19883 \end_layout
19884
19885 \begin_layout Standard
19886 \begin_inset Float table
19887 wide false
19888 sideways true
19889 status open
19890
19891 \begin_layout Plain Layout
19892 \begin_inset Caption
19893
19894 \begin_layout Plain Layout
19895 \begin_inset CommandInset label
19896 LatexCommand label
19897 name "cap:Rotated-table"
19898
19899 \end_inset
19900
19901  Rotated table
19902 \end_layout
19903
19904 \end_inset
19905
19906
19907 \end_layout
19908
19909 \begin_layout Plain Layout
19910 \align center
19911 \begin_inset Tabular
19912 <lyxtabular version="3" rows="1" columns="5">
19913 <features>
19914 <column alignment="center" valignment="top" width="0">
19915 <column alignment="center" valignment="top" width="0">
19916 <column alignment="center" valignment="top" width="0">
19917 <column alignment="center" valignment="top" width="0">
19918 <column alignment="center" valignment="top" width="0">
19919 <row>
19920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19921 \begin_inset Text
19922
19923 \begin_layout Plain Layout
19924 test
19925 \end_layout
19926
19927 \end_inset
19928 </cell>
19929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19930 \begin_inset Text
19931
19932 \begin_layout Plain Layout
19933 b
19934 \end_layout
19935
19936 \end_inset
19937 </cell>
19938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19939 \begin_inset Text
19940
19941 \begin_layout Plain Layout
19942 c
19943 \end_layout
19944
19945 \end_inset
19946 </cell>
19947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19948 \begin_inset Text
19949
19950 \begin_layout Plain Layout
19951 d
19952 \end_layout
19953
19954 \end_inset
19955 </cell>
19956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19957 \begin_inset Text
19958
19959 \begin_layout Plain Layout
19960 e
19961 \end_layout
19962
19963 \end_inset
19964 </cell>
19965 </row>
19966 </lyxtabular>
19967
19968 \end_inset
19969
19970
19971 \end_layout
19972
19973 \end_inset
19974
19975
19976 \end_layout
19977
19978 \begin_layout Subsection
19979 Float Placement
19980 \begin_inset CommandInset label
19981 LatexCommand label
19982 name "sub:Float-Placement"
19983
19984 \end_inset
19985
19986
19987 \begin_inset Index
19988 status collapsed
19989
19990 \begin_layout Plain Layout
19991 Floats ! Placement
19992 \end_layout
19993
19994 \end_inset
19995
19996
19997 \end_layout
19998
19999 \begin_layout Standard
20000 Right-clicking on a float-box opens a dialog where you can alter the placement
20001  options that LaTeX uses for positioning the float.
20002 \begin_inset Newline newline
20003 \end_inset
20004
20005 The option 
20006 \family sans
20007 Span
20008 \begin_inset Space ~
20009 \end_inset
20010
20011 columns
20012 \family default
20013  is only useful for two-column documents: If you select it, the float will
20014  span across both columns on the page instead of being confined to just
20015  one.
20016 \begin_inset Newline newline
20017 \end_inset
20018
20019 The option 
20020 \family sans
20021 Rotate
20022 \begin_inset Space ~
20023 \end_inset
20024
20025 sideways
20026 \family default
20027  is used to rotate floats, see section
20028 \begin_inset Space ~
20029 \end_inset
20030
20031
20032 \begin_inset CommandInset ref
20033 LatexCommand ref
20034 reference "sub:Rotated-Floats"
20035
20036 \end_inset
20037
20038 .
20039 \end_layout
20040
20041 \begin_layout Standard
20042 You can use one ore more of the following options in the float dialog to
20043  set the placement for a particular float when you uncheck the option 
20044 \family sans
20045 Use
20046 \begin_inset Space ~
20047 \end_inset
20048
20049 default
20050 \begin_inset Space ~
20051 \end_inset
20052
20053 placement
20054 \family default
20055 :
20056 \end_layout
20057
20058 \begin_layout Description
20059 Here
20060 \begin_inset Space ~
20061 \end_inset
20062
20063 if
20064 \begin_inset Space ~
20065 \end_inset
20066
20067 possible: try to place the float on the position where it is inserted
20068 \end_layout
20069
20070 \begin_layout Description
20071 Top
20072 \begin_inset Space ~
20073 \end_inset
20074
20075 of
20076 \begin_inset Space ~
20077 \end_inset
20078
20079 page: try to place the float on the top of the current page
20080 \end_layout
20081
20082 \begin_layout Description
20083 Bottom
20084 \begin_inset Space ~
20085 \end_inset
20086
20087 of
20088 \begin_inset Space ~
20089 \end_inset
20090
20091 page: try to place the float on the bottom of the current page
20092 \end_layout
20093
20094 \begin_layout Description
20095 Page
20096 \begin_inset Space ~
20097 \end_inset
20098
20099 of
20100 \begin_inset Space ~
20101 \end_inset
20102
20103 floats: try to place the float on an own page 
20104 \end_layout
20105
20106 \begin_layout Standard
20107 The order of the above option is 
20108 \emph on
20109 always
20110 \emph default
20111  used by LaTeX.
20112  That means, if you use the default placement, LaTeX will first try out
20113  
20114 \family sans
20115 Here
20116 \begin_inset Space ~
20117 \end_inset
20118
20119 if
20120 \begin_inset Space ~
20121 \end_inset
20122
20123 possible
20124 \family default
20125 , then 
20126 \family sans
20127 Top
20128 \begin_inset Space ~
20129 \end_inset
20130
20131 of
20132 \begin_inset Space ~
20133 \end_inset
20134
20135 page
20136 \family default
20137 , and then the others.
20138  If you don't use the default, LaTeX will try only the checked options but
20139  in the same order.
20140  If none of the 4 placements are possible the procedure is internally repeated
20141  but it is tried to put the float on the following page.
20142 \end_layout
20143
20144 \begin_layout Standard
20145 By default, each options has its own rules:
20146 \end_layout
20147
20148 \begin_layout Standard
20149
20150 \family sans
20151 Top
20152 \begin_inset Space ~
20153 \end_inset
20154
20155 of
20156 \begin_inset Space ~
20157 \end_inset
20158
20159 page
20160 \family default
20161  only floats occupying less than 70
20162 \begin_inset Space \thinspace{}
20163 \end_inset
20164
20165 % of the page can be placed at the top of a page
20166 \end_layout
20167
20168 \begin_layout Standard
20169
20170 \family sans
20171 Bottom
20172 \begin_inset Space ~
20173 \end_inset
20174
20175 of
20176 \begin_inset Space ~
20177 \end_inset
20178
20179 page
20180 \family default
20181 : only floats occupying less than 30
20182 \begin_inset Space \thinspace{}
20183 \end_inset
20184
20185 % of the page can be placed at the bottom of a page.
20186 \end_layout
20187
20188 \begin_layout Standard
20189
20190 \family sans
20191 Page
20192 \begin_inset Space ~
20193 \end_inset
20194
20195 of
20196 \begin_inset Space ~
20197 \end_inset
20198
20199 floats
20200 \family default
20201 : only if more than 50
20202 \begin_inset Space \thinspace{}
20203 \end_inset
20204
20205 % of the page are occupied by floats, several floats can be set together
20206  on a page.
20207 \end_layout
20208
20209 \begin_layout Standard
20210 If you don't like these rules, you can ignore them by using the additional
20211  option 
20212 \family sans
20213 Ignore
20214 \begin_inset Space ~
20215 \end_inset
20216
20217 LaTeX
20218 \begin_inset Space ~
20219 \end_inset
20220
20221 rules
20222 \family default
20223 .
20224 \end_layout
20225
20226 \begin_layout Standard
20227 Sometimes you might need, under all circumstances, a float to be placed
20228  exactly at the position where it is inserted.
20229  For this case you can use the option 
20230 \family sans
20231 Here
20232 \begin_inset Space ~
20233 \end_inset
20234
20235 definitely
20236 \family default
20237 .
20238  Use this option very rarely and only if the document is nearly ready to
20239  be printed.
20240  Because the float is then no longer able to 
20241 \begin_inset Quotes eld
20242 \end_inset
20243
20244 float
20245 \begin_inset Quotes erd
20246 \end_inset
20247
20248  when you change your document and this will often destroy the page layout.
20249 \end_layout
20250
20251 \begin_layout Standard
20252 There are no placement options for text wrap floats, because they are always
20253  surrounded by the text of a certain paragraph.
20254 \end_layout
20255
20256 \begin_layout Standard
20257 For more details about float placements, have a look at LaTeX books like
20258  
20259 \begin_inset CommandInset citation
20260 LatexCommand cite
20261 key "latexcompanion,latexguide,latexbook"
20262
20263 \end_inset
20264
20265 .
20266 \end_layout
20267
20268 \begin_layout Section
20269 Minipages
20270 \begin_inset Index
20271 status collapsed
20272
20273 \begin_layout Plain Layout
20274 Minipages
20275 \end_layout
20276
20277 \end_inset
20278
20279
20280 \begin_inset CommandInset label
20281 LatexCommand label
20282 name "sec:Minipages"
20283
20284 \end_inset
20285
20286
20287 \end_layout
20288
20289 \begin_layout Standard
20290 LaTeX provides a mechanism to produce essentially a page within a page,
20291  called minipage.
20292  Within a minipage, all the usual rules of indentation, line wrapping, etc.
20293 \begin_inset Space ~
20294 \end_inset
20295
20296 apply.
20297  
20298 \end_layout
20299
20300 \begin_layout Standard
20301 Minipages in LyX have their own collapsible box inserted via the menu 
20302 \family sans
20303 Insert\SpecialChar \menuseparator
20304 Box
20305 \family default
20306 .
20307  Right-clicking on the box allows you to alter the width of the minipage
20308  and its alignment within the page.
20309 \end_layout
20310
20311 \begin_layout Standard
20312 \align center
20313 \begin_inset Box Frameless
20314 position "t"
20315 hor_pos "c"
20316 has_inner_box 1
20317 inner_pos "t"
20318 use_parbox 0
20319 width "30col%"
20320 special "none"
20321 height "1pt"
20322 height_special "totalheight"
20323 status open
20324
20325 \begin_layout Plain Layout
20326
20327 \shape italic
20328 This is a minipage.
20329  The text is set in an italic style.
20330 \end_layout
20331
20332 \begin_layout Plain Layout
20333
20334 \shape italic
20335 Minipages are often used for text in another language or text that needs
20336  another formatting.
20337 \end_layout
20338
20339 \end_inset
20340
20341
20342 \end_layout
20343
20344 \begin_layout Standard
20345 \begin_inset VSpace medskip
20346 \end_inset
20347
20348 If you place two minipages side-by-side, you can use 
20349 \family sans
20350 Horizontal Fills
20351 \family default
20352  as described in section
20353 \begin_inset Space ~
20354 \end_inset
20355
20356
20357 \begin_inset CommandInset ref
20358 LatexCommand ref
20359 reference "sub:Horizontal-Space"
20360
20361 \end_inset
20362
20363 :
20364 \begin_inset VSpace medskip
20365 \end_inset
20366
20367
20368 \end_layout
20369
20370 \begin_layout Standard
20371 \begin_inset Box Frameless
20372 position "t"
20373 hor_pos "c"
20374 has_inner_box 1
20375 inner_pos "t"
20376 use_parbox 0
20377 width "1.5in"
20378 special "none"
20379 height "1pt"
20380 height_special "totalheight"
20381 status open
20382
20383 \begin_layout Plain Layout
20384 This is a minipage with some stupid dummy text.
20385  This dummy text is used to increase the size of the minipage.
20386 \end_layout
20387
20388 \end_inset
20389
20390
20391 \begin_inset Space \hfill{}
20392 \end_inset
20393
20394
20395 \begin_inset Box Frameless
20396 position "t"
20397 hor_pos "c"
20398 has_inner_box 1
20399 inner_pos "t"
20400 use_parbox 0
20401 width "1.5in"
20402 special "none"
20403 height "1pt"
20404 height_special "totalheight"
20405 status open
20406
20407 \begin_layout Plain Layout
20408 This is a minipage with some stupid dummy text.
20409  This dummy text is used to increase the size of the minipage.
20410 \end_layout
20411
20412 \end_inset
20413
20414
20415 \end_layout
20416
20417 \begin_layout Standard
20418 \begin_inset VSpace bigskip
20419 \end_inset
20420
20421
20422 \end_layout
20423
20424 \begin_layout Standard
20425 When you right-click on a minipage box, you can change the box from a minipage
20426  to other box types.
20427  All box types and their settings are explained in detail in chapter 
20428 \emph on
20429 Boxes
20430 \emph default
20431  of the 
20432 \emph on
20433 Embedded Objects
20434 \emph default
20435  manual.
20436 \end_layout
20437
20438 \begin_layout Chapter
20439 Mathematical Formulas
20440 \begin_inset Index
20441 status collapsed
20442
20443 \begin_layout Plain Layout
20444 Math
20445 \end_layout
20446
20447 \end_inset
20448
20449
20450 \begin_inset Index
20451 status collapsed
20452
20453 \begin_layout Plain Layout
20454 Formulas | see
20455 \begin_inset ERT
20456 status collapsed
20457
20458 \begin_layout Plain Layout
20459
20460 {
20461 \end_layout
20462
20463 \end_inset
20464
20465 Math
20466 \begin_inset ERT
20467 status collapsed
20468
20469 \begin_layout Plain Layout
20470
20471 }
20472 \end_layout
20473
20474 \end_inset
20475
20476
20477 \end_layout
20478
20479 \end_inset
20480
20481
20482 \begin_inset CommandInset label
20483 LatexCommand label
20484 name "cha:Mathematical-Formulas"
20485
20486 \end_inset
20487
20488
20489 \end_layout
20490
20491 \begin_layout Standard
20492 The issues of this chapter are described in detail in the 
20493 \emph on
20494 Math
20495 \emph default
20496  manual.
20497  There you'll also find tips and tricks for special cases.
20498 \end_layout
20499
20500 \begin_layout Section
20501 Basic Math Editing
20502 \begin_inset Index
20503 status collapsed
20504
20505 \begin_layout Plain Layout
20506 Math ! Basics
20507 \end_layout
20508
20509 \end_inset
20510
20511
20512 \end_layout
20513
20514 \begin_layout Standard
20515 To create a math formula, you can just click on the toolbar icon 
20516 \begin_inset Graphics
20517         filename ../images/math-mode.png
20518         embed ""
20519
20520 \end_inset
20521
20522 .
20523  That will create a little blue rectangle, with purple markers around its
20524  corners.
20525  That blue rectangle is the formula itself; the purple markers indicate
20526  what level of nesting within the formula you are at.
20527  You can also choose a particular formula type to insert via the 
20528 \family sans
20529 Insert\SpecialChar \menuseparator
20530 Math
20531 \family default
20532  menu.
20533 \end_layout
20534
20535 \begin_layout Standard
20536 Editing the parameters of a formula and adding math constructs can be done
20537  with the 
20538 \family sans
20539 math
20540 \begin_inset Space ~
20541 \end_inset
20542
20543 toolbar
20544 \family default
20545 , that appears when the cursor is in a formula.
20546 \end_layout
20547
20548 \begin_layout Standard
20549 There are two main types of formulas: Inline formulas appear within a text
20550  line, like this one:
20551 \end_layout
20552
20553 \begin_layout Standard
20554 This is a line with an inline formula 
20555 \begin_inset Formula $A=B$
20556 \end_inset
20557
20558  in it.
20559 \end_layout
20560
20561 \begin_layout Standard
20562 Displayed formulas appear outside the text like as they were in an own paragraph
20563 , like this one:
20564 \begin_inset Formula \[
20565 A=B\]
20566
20567 \end_inset
20568
20569 You can only number and reference displayed formulas.
20570 \end_layout
20571
20572 \begin_layout Standard
20573 LyX supports also many LaTeX math commands.
20574  E.g.
20575  typing 
20576 \begin_inset Quotes eld
20577 \end_inset
20578
20579
20580 \series bold
20581
20582 \backslash
20583 alpha
20584 \series default
20585
20586 \begin_inset Quotes erd
20587 \end_inset
20588
20589 , followed by a space, in a formula will create the Greek letter 
20590 \begin_inset Formula $\alpha$
20591 \end_inset
20592
20593 .
20594  So typing commands might sometimes be faster than using the 
20595 \family sans
20596 Math
20597 \begin_inset Space ~
20598 \end_inset
20599
20600 Panel
20601 \family default
20602 .
20603 \end_layout
20604
20605 \begin_layout Subsection
20606 Navigating in Formulas
20607 \begin_inset Index
20608 status collapsed
20609
20610 \begin_layout Plain Layout
20611 Math ! Navigating
20612 \end_layout
20613
20614 \end_inset
20615
20616
20617 \end_layout
20618
20619 \begin_layout Standard
20620 The best control over the cursor position within an existing formula is
20621  achieved with the arrow keys.
20622  LyX uses small rectangles to indicate places where something can be inserted.
20623  The arrow keys can be used to navigate between parts of a formula.
20624  Pressing 
20625 \family sans
20626 Space
20627 \family default
20628  will leave a formula construct (a square root 
20629 \begin_inset Formula $\sqrt{2}$
20630 \end_inset
20631
20632 , or parentheses 
20633 \begin_inset Formula $\left(f\right)$
20634 \end_inset
20635
20636 , or a matrix 
20637 \begin_inset Formula $\left[\begin{array}{cc}
20638 1 & 2\\
20639 3 & 4\end{array}\right]$
20640 \end_inset
20641
20642 ).
20643  Pressing 
20644 \family sans
20645 Escape
20646 \family default
20647  will leave the formula, placing the cursor after the formula.
20648  
20649 \family sans
20650 Tab
20651 \family default
20652  can be used to move horizontally in a formula; for example, through the
20653  cells of a matrix or the positions in a multi-line equation.
20654 \end_layout
20655
20656 \begin_layout Standard
20657
20658 \family sans
20659 Space
20660 \family default
20661 , printed in this document as 
20662 \begin_inset Quotes eld
20663 \end_inset
20664
20665
20666 \begin_inset ERT
20667 status collapsed
20668
20669 \begin_layout Plain Layout
20670
20671
20672 \backslash
20673 spce 
20674 \end_layout
20675
20676 \end_inset
20677
20678
20679 \begin_inset Quotes erd
20680 \end_inset
20681
20682
20683 \begin_inset Note Note
20684 status collapsed
20685
20686 \begin_layout Plain Layout
20687 This command will appear in the output as official character denoting the
20688  space character (visible space).
20689 \end_layout
20690
20691 \end_inset
20692
20693 , seems to do nothing in a formula, since it does not add a space between
20694  characters, but it does exit a nested structure.
20695  For this reason, you have to be careful about using 
20696 \family sans
20697 Space
20698 \family default
20699 .
20700  For example, if you want 
20701 \begin_inset Formula $\sqrt{2x+1}$
20702 \end_inset
20703
20704 , type 
20705 \series bold
20706
20707 \backslash
20708 sqrt
20709 \begin_inset ERT
20710 status collapsed
20711
20712 \begin_layout Plain Layout
20713
20714
20715 \backslash
20716 spce 
20717 \end_layout
20718
20719 \end_inset
20720
20721 2x+1
20722 \series default
20723  and not 
20724 \series bold
20725
20726 \backslash
20727 sqrt
20728 \begin_inset ERT
20729 status collapsed
20730
20731 \begin_layout Plain Layout
20732
20733
20734 \backslash
20735 spce 
20736 \end_layout
20737
20738 \end_inset
20739
20740 2x
20741 \begin_inset ERT
20742 status collapsed
20743
20744 \begin_layout Plain Layout
20745
20746
20747 \backslash
20748 spce 
20749 \end_layout
20750
20751 \end_inset
20752
20753 +1
20754 \series default
20755 , since in the latter case only the 
20756 \family typewriter
20757
20758 \begin_inset Formula $2x$
20759 \end_inset
20760
20761
20762 \family default
20763  will be under the square root sign: 
20764 \begin_inset Formula $\sqrt{2x}+1$
20765 \end_inset
20766
20767 .
20768 \end_layout
20769
20770 \begin_layout Standard
20771 You can leave many parts of a formula, like this matrix, partially filled
20772  in, such as:
20773 \begin_inset Formula \[
20774 \left(\begin{array}{ccc}
20775 \lambda_{1}\\
20776  & \ddots\\
20777  &  & \lambda_{n}\end{array}\right)\]
20778
20779 \end_inset
20780
20781 If you leave a fraction only partially filled in, or a subscript with nothing
20782  in it, the results will be unpredictable, but most constructs don't mind.
20783 \end_layout
20784
20785 \begin_layout Subsection
20786 Selecting Text
20787 \end_layout
20788
20789 \begin_layout Standard
20790 You can select text within a formula in two different ways.
20791  Place the cursor at one end of the string of text you want, and press 
20792 \family sans
20793 Shift
20794 \family default
20795  and a cursor movement key to select text.
20796  It will be highlighted as with regular text selection.
20797  Alternatively, you can select text with the mouse in the usual way.
20798  That text can then be cut or copied, and then pasted within any formula,
20799  but not in a normal text region in LyX.
20800 \end_layout
20801
20802 \begin_layout Subsection
20803 Exponents and Subscripts
20804 \begin_inset Index
20805 status collapsed
20806
20807 \begin_layout Plain Layout
20808 Math ! Exponents
20809 \end_layout
20810
20811 \end_inset
20812
20813
20814 \begin_inset Index
20815 status collapsed
20816
20817 \begin_layout Plain Layout
20818 Math ! Subscripts
20819 \end_layout
20820
20821 \end_inset
20822
20823
20824 \end_layout
20825
20826 \begin_layout Standard
20827 You can use the math panel to add super- or subscripts, but the much easier
20828  way is to use a command.
20829  To get 
20830 \begin_inset Formula $x^{2}$
20831 \end_inset
20832
20833 , type in a formula 
20834 \series bold
20835 x^2
20836 \begin_inset ERT
20837 status collapsed
20838
20839 \begin_layout Plain Layout
20840
20841
20842 \backslash
20843 spce 
20844 \end_layout
20845
20846 \end_inset
20847
20848
20849 \series default
20850 .
20851  The final 
20852 \family sans
20853 Space
20854 \family default
20855  puts the cursor back down on the base line of the expression.
20856  If you type 
20857 \series bold
20858 x^2y
20859 \series default
20860 , you will get 
20861 \begin_inset Formula $x^{2y}$
20862 \end_inset
20863
20864 , to get 
20865 \begin_inset Formula $x^{2}y$
20866 \end_inset
20867
20868 , type 
20869 \series bold
20870 x^2
20871 \begin_inset ERT
20872 status collapsed
20873
20874 \begin_layout Plain Layout
20875
20876
20877 \backslash
20878 spce 
20879 \end_layout
20880
20881 \end_inset
20882
20883 y
20884 \series default
20885 .
20886  If you use characters in the superscript, that could be accented with the
20887  hat 
20888 \begin_inset Quotes eld
20889 \end_inset
20890
20891 ^
20892 \begin_inset Quotes erd
20893 \end_inset
20894
20895 , you have to use an extra 
20896 \family sans
20897 Space
20898 \family default
20899  to separate the hat and the character.
20900  E.g.
20901  if you want 
20902 \begin_inset Formula $x^{a}$
20903 \end_inset
20904
20905 , type 
20906 \series bold
20907 x^
20908 \begin_inset ERT
20909 status collapsed
20910
20911 \begin_layout Plain Layout
20912
20913
20914 \backslash
20915 spce 
20916 \end_layout
20917
20918 \end_inset
20919
20920 a
20921 \series default
20922 .
20923  Subscripts are similar: To get 
20924 \begin_inset Formula $a_{1}$
20925 \end_inset
20926
20927 , type 
20928 \series bold
20929 a_1
20930 \begin_inset ERT
20931 status collapsed
20932
20933 \begin_layout Plain Layout
20934
20935
20936 \backslash
20937 spce 
20938 \end_layout
20939
20940 \end_inset
20941
20942
20943 \series default
20944 .
20945 \end_layout
20946
20947 \begin_layout Subsection
20948 Fractions
20949 \begin_inset Index
20950 status collapsed
20951
20952 \begin_layout Plain Layout
20953 Math ! Fractions
20954 \end_layout
20955
20956 \end_inset
20957
20958
20959 \end_layout
20960
20961 \begin_layout Standard
20962 Create a fraction with either the command 
20963 \series bold
20964
20965 \backslash
20966 frac
20967 \series default
20968  or using the icon 
20969 \begin_inset Graphics
20970         filename ../images/math/frac.png
20971         embed ""
20972         scale 60
20973
20974 \end_inset
20975
20976  in the 
20977 \family sans
20978 Math
20979 \begin_inset Space ~
20980 \end_inset
20981
20982 Panel
20983 \family default
20984 .
20985  You will be presented with an empty fraction.
20986  The cursor is above the fraction line.
20987  To move it to the bottom, simply press 
20988 \family sans
20989 Down
20990 \family default
20991 .
20992  To move back up, press 
20993 \family sans
20994 Up
20995 \family default
20996 .
20997  Any math structure can be placed in a fraction, as this example shows:
20998 \begin_inset Formula \[
20999 \left[\frac{1}{\left(\begin{array}{cc}
21000 2 & 3\\
21001 4 & 5\end{array}\right)}\right]\]
21002
21003 \end_inset
21004
21005
21006 \end_layout
21007
21008 \begin_layout Subsection
21009 Roots
21010 \begin_inset Index
21011 status collapsed
21012
21013 \begin_layout Plain Layout
21014 Math ! Roots
21015 \end_layout
21016
21017 \end_inset
21018
21019
21020 \end_layout
21021
21022 \begin_layout Standard
21023 Roots can be created using the 
21024 \family sans
21025 Math
21026 \begin_inset Space ~
21027 \end_inset
21028
21029 Panel
21030 \family default
21031  button
21032 \begin_inset Graphics
21033         filename ../images/math/sqrt.png
21034         embed ""
21035
21036 \end_inset
21037
21038  or the commands 
21039 \series bold
21040
21041 \backslash
21042 sqrt
21043 \series default
21044  or 
21045 \series bold
21046
21047 \backslash
21048 root
21049 \series default
21050 .
21051  With the command 
21052 \series bold
21053
21054 \backslash
21055 root
21056 \series default
21057  you can produce roots of higher orders, like cube roots, while 
21058 \series bold
21059
21060 \backslash
21061 sqrt
21062 \series default
21063  produces always a square root.
21064 \end_layout
21065
21066 \begin_layout Subsection
21067 Operators with Limits
21068 \begin_inset Index
21069 status collapsed
21070
21071 \begin_layout Plain Layout
21072 Math ! Sums
21073 \end_layout
21074
21075 \end_inset
21076
21077
21078 \begin_inset Index
21079 status collapsed
21080
21081 \begin_layout Plain Layout
21082 Math ! Integrals
21083 \end_layout
21084
21085 \end_inset
21086
21087
21088 \begin_inset CommandInset label
21089 LatexCommand label
21090 name "sub:Operators-with-Limits"
21091
21092 \end_inset
21093
21094
21095 \end_layout
21096
21097 \begin_layout Standard
21098 Sum (
21099 \begin_inset Formula $\sum$
21100 \end_inset
21101
21102 ) and integral (
21103 \begin_inset Formula $\int$
21104 \end_inset
21105
21106 ) operators are very often decorated with limits.
21107  These limits can be entered in LyX by entering them as you would enter
21108  a super- or subscript, directly after the symbol.
21109  The sum operator will automatically place its 
21110 \begin_inset Quotes eld
21111 \end_inset
21112
21113 limits
21114 \begin_inset Quotes erd
21115 \end_inset
21116
21117  over and under the symbol in displayed formulas, and on the side in inline
21118  formulas.
21119  Such as 
21120 \begin_inset Formula $\sum_{n=0}^{\infty}\frac{1}{n!}=e$
21121 \end_inset
21122
21123 , versus
21124 \begin_inset Formula \[
21125 \sum_{n=0}^{\infty}\frac{1}{n!}=e\]
21126
21127 \end_inset
21128
21129 Integral signs, however, will place the limits on the side in both formula
21130  types.
21131 \end_layout
21132
21133 \begin_layout Standard
21134 All operators with limits will be automatically re-sized when placed in
21135  display mode.
21136  The placement of the limits can be changed by placing the cursor directly
21137  behind the operator and hitting 
21138 \family sans
21139 M-m l
21140 \family default
21141  or using the menu 
21142 \family sans
21143 Edit\SpecialChar \menuseparator
21144 Math\SpecialChar \menuseparator
21145 Change
21146 \begin_inset Space ~
21147 \end_inset
21148
21149 Limits
21150 \begin_inset Space ~
21151 \end_inset
21152
21153 Type
21154 \family default
21155 .
21156 \end_layout
21157
21158 \begin_layout Standard
21159 Certain other mathematical expressions have this 
21160 \begin_inset Quotes eld
21161 \end_inset
21162
21163 moving limits
21164 \begin_inset Quotes erd
21165 \end_inset
21166
21167  feature as addition, such as
21168 \begin_inset Index
21169 status collapsed
21170
21171 \begin_layout Plain Layout
21172 Math ! Limits
21173 \end_layout
21174
21175 \end_inset
21176
21177
21178 \begin_inset Formula \[
21179 \lim_{x\rightarrow\infty}f(x),\]
21180
21181 \end_inset
21182
21183 which will place the 
21184 \begin_inset Formula $x\rightarrow\infty$
21185 \end_inset
21186
21187  underneath the 
21188 \begin_inset Quotes eld
21189 \end_inset
21190
21191 lim
21192 \begin_inset Quotes erd
21193 \end_inset
21194
21195  in display mode.
21196  In inline formulas it looks like this: 
21197 \begin_inset Formula $\lim_{x\rightarrow\infty}f(x)$
21198 \end_inset
21199
21200 .
21201 \end_layout
21202
21203 \begin_layout Standard
21204 Note that the lim-function was entered as the function macro 
21205 \series bold
21206
21207 \backslash
21208 lim
21209 \series default
21210 .
21211  Have a look at section
21212 \begin_inset Space ~
21213 \end_inset
21214
21215
21216 \begin_inset CommandInset ref
21217 LatexCommand ref
21218 reference "sub:Functions"
21219
21220 \end_inset
21221
21222  for an explanation of function macros.
21223 \end_layout
21224
21225 \begin_layout Subsection
21226 Math Symbols
21227 \begin_inset Index
21228 status collapsed
21229
21230 \begin_layout Plain Layout
21231 Math ! Symbols
21232 \end_layout
21233
21234 \end_inset
21235
21236
21237 \end_layout
21238
21239 \begin_layout Standard
21240 Most math symbols can be found in the 
21241 \family sans
21242 Math
21243 \begin_inset Space ~
21244 \end_inset
21245
21246 Panel
21247 \family default
21248  under one of several categories; including 
21249 \family sans
21250 Greek
21251 \family default
21252
21253 \family sans
21254 Operators
21255 \family default
21256  , 
21257 \family sans
21258 Relations
21259 \family default
21260
21261 \family sans
21262 Arrows
21263 \family default
21264 .
21265  There are also the additional symbols provided by the American Mathematical
21266  Society (AMS).
21267 \end_layout
21268
21269 \begin_layout Standard
21270 If you know the LaTeX-command for a construct or symbol you wish to use,
21271  you don't have to use the 
21272 \family sans
21273 Math
21274 \begin_inset Space ~
21275 \end_inset
21276
21277 Panel
21278 \family default
21279 , but can type the command directly into the formula.
21280  LyX will convert it to the corresponding symbol or construct.
21281 \end_layout
21282
21283 \begin_layout Subsection
21284 Altering Spacing
21285 \begin_inset Index
21286 status collapsed
21287
21288 \begin_layout Plain Layout
21289 Math ! Spaces
21290 \end_layout
21291
21292 \end_inset
21293
21294
21295 \begin_inset CommandInset label
21296 LatexCommand label
21297 name "sub:Altering-Spacing"
21298
21299 \end_inset
21300
21301
21302 \end_layout
21303
21304 \begin_layout Standard
21305 You may want to create spaces that differs from the standard spacing that
21306  LaTeX provides.
21307  To do this, type 
21308 \family sans
21309 C-Space
21310 \family default
21311  or to use the 
21312 \family sans
21313 Math
21314 \begin_inset Space ~
21315 \end_inset
21316
21317 Panel
21318 \family default
21319  button 
21320 \begin_inset Graphics
21321         filename ../images/math/space.png
21322         embed ""
21323
21324 \end_inset
21325
21326 .
21327  This generates a small space, and shows a small marker on the screen.
21328  Here a example for the sequence 
21329 \series bold
21330 a C-Space b
21331 \series default
21332
21333 \begin_inset Formula $a\, b$
21334 \end_inset
21335
21336  (appears in LyX as 
21337 \begin_inset Graphics
21338         filename clipart/SpaceMarker.png
21339         embed ""
21340
21341 \end_inset
21342
21343 ).
21344  You can change the space to different sizes when you set the cursor behind
21345  the space marker and hit space again several times.
21346  With every space hit the size will be changed.
21347  Some markers for the space size appear red in LyX, because they are a negative
21348  spaces.
21349  Here two examples:
21350 \end_layout
21351
21352 \begin_layout Standard
21353
21354 \series bold
21355 a C-Space b
21356 \series default
21357  and 3×
21358 \family sans
21359 Space
21360 \family default
21361
21362 \begin_inset Formula $a\quad b$
21363 \end_inset
21364
21365
21366 \end_layout
21367
21368 \begin_layout Standard
21369
21370 \series bold
21371 a C-Space b
21372 \series default
21373  and 5×
21374 \family sans
21375 Space
21376 \family default
21377
21378 \begin_inset Formula $a\! b$
21379 \end_inset
21380
21381
21382 \end_layout
21383
21384 \begin_layout Subsection
21385 Functions
21386 \begin_inset Index
21387 status collapsed
21388
21389 \begin_layout Plain Layout
21390 Math ! Functions
21391 \end_layout
21392
21393 \end_inset
21394
21395
21396 \begin_inset CommandInset label
21397 LatexCommand label
21398 name "sub:Functions"
21399
21400 \end_inset
21401
21402
21403 \end_layout
21404
21405 \begin_layout Standard
21406 The 
21407 \family sans
21408 Math
21409 \begin_inset Space ~
21410 \end_inset
21411
21412 Panel
21413 \family default
21414  contains under the button 
21415 \begin_inset Graphics
21416         filename ../images/math/functions.png
21417         embed ""
21418
21419 \end_inset
21420
21421  a number of functions, such as 
21422 \begin_inset Formula $\sin$
21423 \end_inset
21424
21425
21426 \begin_inset Formula $\lim$
21427 \end_inset
21428
21429
21430 \emph on
21431 etc
21432 \emph default
21433 .
21434  (you can also insert them in a formula by typing 
21435 \series bold
21436
21437 \backslash
21438 sin
21439 \series default
21440  etc.).
21441  Standard mathematical practice is, that functions are printed upright to
21442  avoid confusions, because 
21443 \begin_inset Formula $sin$
21444 \end_inset
21445
21446  does normally mean 
21447 \begin_inset Formula $s·i·n$
21448 \end_inset
21449
21450 .
21451 \end_layout
21452
21453 \begin_layout Standard
21454 Using the function macros will also produce correct spacing around the function:
21455  
21456 \begin_inset Formula $a\sin x$
21457 \end_inset
21458
21459  is different from 
21460 \begin_inset Formula $asinx$
21461 \end_inset
21462
21463
21464 \end_layout
21465
21466 \begin_layout Standard
21467 For some mathematical objects, like the limes, the macro changes the way
21468  that subscripts are placed, like described in section
21469 \begin_inset Space ~
21470 \end_inset
21471
21472
21473 \begin_inset CommandInset ref
21474 LatexCommand ref
21475 reference "sub:Operators-with-Limits"
21476
21477 \end_inset
21478
21479 .
21480 \end_layout
21481
21482 \begin_layout Subsection
21483 Accents
21484 \begin_inset Index
21485 status collapsed
21486
21487 \begin_layout Plain Layout
21488 Math ! Accents
21489 \end_layout
21490
21491 \end_inset
21492
21493
21494 \end_layout
21495
21496 \begin_layout Standard
21497 In a formula you can insert accented characters in the same way as in text
21498  mode.
21499  This may depend on your keyboard, or the bindings file you use.
21500  You can also use LaTeX commands to e.g.
21501  enter 
21502 \begin_inset Formula $\hat{a}$
21503 \end_inset
21504
21505  even if your keyboard doesn't have hat-accents enabled.
21506  Our example is entered by typing 
21507 \series bold
21508
21509 \backslash
21510 hat
21511 \begin_inset ERT
21512 status collapsed
21513
21514 \begin_layout Plain Layout
21515
21516
21517 \backslash
21518 spce 
21519 \end_layout
21520
21521 \end_inset
21522
21523 a
21524 \series default
21525  in a formula.
21526  Table
21527 \begin_inset Space ~
21528 \end_inset
21529
21530
21531 \begin_inset CommandInset ref
21532 LatexCommand ref
21533 reference "cap:Accent-names-and"
21534
21535 \end_inset
21536
21537  shows the equivalences between the accent names and the commands.
21538 \end_layout
21539
21540 \begin_layout Standard
21541 \begin_inset Float table
21542 wide false
21543 sideways false
21544 status open
21545
21546 \begin_layout Plain Layout
21547 \begin_inset Caption
21548
21549 \begin_layout Plain Layout
21550 \begin_inset CommandInset label
21551 LatexCommand label
21552 name "cap:Accent-names-and"
21553
21554 \end_inset
21555
21556 Accent names and the corresponding commands.
21557 \end_layout
21558
21559 \end_inset
21560
21561
21562 \end_layout
21563
21564 \begin_layout Plain Layout
21565 \align center
21566 \begin_inset Tabular
21567 <lyxtabular version="3" rows="11" columns="3">
21568 <features>
21569 <column alignment="center" valignment="top" width="0pt">
21570 <column alignment="center" valignment="top" width="0pt">
21571 <column alignment="center" valignment="top" width="0pt">
21572 <row>
21573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21574 \begin_inset Text
21575
21576 \begin_layout Plain Layout
21577 Name
21578 \end_layout
21579
21580 \end_inset
21581 </cell>
21582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21583 \begin_inset Text
21584
21585 \begin_layout Plain Layout
21586 Command
21587 \end_layout
21588
21589 \end_inset
21590 </cell>
21591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21592 \begin_inset Text
21593
21594 \begin_layout Plain Layout
21595 E
21596 \family roman
21597 \series medium
21598 \shape up
21599 \size normal
21600 \emph off
21601 \bar no
21602 \noun off
21603 \color none
21604 xample
21605 \end_layout
21606
21607 \end_inset
21608 </cell>
21609 </row>
21610 <row>
21611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21612 \begin_inset Text
21613
21614 \begin_layout Plain Layout
21615
21616 \family roman
21617 \series medium
21618 \shape up
21619 \size normal
21620 \emph off
21621 \bar no
21622 \noun off
21623 \color none
21624 circumflex
21625 \end_layout
21626
21627 \end_inset
21628 </cell>
21629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21630 \begin_inset Text
21631
21632 \begin_layout Plain Layout
21633
21634 \series bold
21635
21636 \backslash
21637 hat
21638 \end_layout
21639
21640 \end_inset
21641 </cell>
21642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21643 \begin_inset Text
21644
21645 \begin_layout Plain Layout
21646
21647 \family roman
21648 \series medium
21649 \shape up
21650 \size normal
21651 \emph off
21652 \bar no
21653 \noun off
21654 \color none
21655 \begin_inset Formula $\hat{a}$
21656 \end_inset
21657
21658
21659 \end_layout
21660
21661 \end_inset
21662 </cell>
21663 </row>
21664 <row>
21665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21666 \begin_inset Text
21667
21668 \begin_layout Plain Layout
21669
21670 \family roman
21671 \series medium
21672 \shape up
21673 \size normal
21674 \emph off
21675 \bar no
21676 \noun off
21677 \color none
21678 grave
21679 \end_layout
21680
21681 \end_inset
21682 </cell>
21683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21684 \begin_inset Text
21685
21686 \begin_layout Plain Layout
21687
21688 \series bold
21689
21690 \backslash
21691 grave
21692 \end_layout
21693
21694 \end_inset
21695 </cell>
21696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21697 \begin_inset Text
21698
21699 \begin_layout Plain Layout
21700
21701 \family roman
21702 \series medium
21703 \shape up
21704 \size normal
21705 \emph off
21706 \bar no
21707 \noun off
21708 \color none
21709 \begin_inset Formula $\grave{a}$
21710 \end_inset
21711
21712
21713 \end_layout
21714
21715 \end_inset
21716 </cell>
21717 </row>
21718 <row>
21719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21720 \begin_inset Text
21721
21722 \begin_layout Plain Layout
21723
21724 \family roman
21725 \series medium
21726 \shape up
21727 \size normal
21728 \emph off
21729 \bar no
21730 \noun off
21731 \color none
21732 acute
21733 \end_layout
21734
21735 \end_inset
21736 </cell>
21737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21738 \begin_inset Text
21739
21740 \begin_layout Plain Layout
21741
21742 \series bold
21743
21744 \backslash
21745 acute
21746 \end_layout
21747
21748 \end_inset
21749 </cell>
21750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21751 \begin_inset Text
21752
21753 \begin_layout Plain Layout
21754
21755 \family roman
21756 \series medium
21757 \shape up
21758 \size normal
21759 \emph off
21760 \bar no
21761 \noun off
21762 \color none
21763 \begin_inset Formula $\acute{a}$
21764 \end_inset
21765
21766
21767 \end_layout
21768
21769 \end_inset
21770 </cell>
21771 </row>
21772 <row>
21773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21774 \begin_inset Text
21775
21776 \begin_layout Plain Layout
21777
21778 \family roman
21779 \series medium
21780 \shape up
21781 \size normal
21782 \emph off
21783 \bar no
21784 \noun off
21785 \color none
21786 umlaut
21787 \end_layout
21788
21789 \end_inset
21790 </cell>
21791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21792 \begin_inset Text
21793
21794 \begin_layout Plain Layout
21795
21796 \series bold
21797
21798 \backslash
21799 ddot
21800 \end_layout
21801
21802 \end_inset
21803 </cell>
21804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21805 \begin_inset Text
21806
21807 \begin_layout Plain Layout
21808
21809 \family roman
21810 \series medium
21811 \shape up
21812 \size normal
21813 \emph off
21814 \bar no
21815 \noun off
21816 \color none
21817 \begin_inset Formula $\ddot{a}$
21818 \end_inset
21819
21820
21821 \end_layout
21822
21823 \end_inset
21824 </cell>
21825 </row>
21826 <row>
21827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21828 \begin_inset Text
21829
21830 \begin_layout Plain Layout
21831
21832 \family roman
21833 \series medium
21834 \shape up
21835 \size normal
21836 \emph off
21837 \bar no
21838 \noun off
21839 \color none
21840 tilde
21841 \end_layout
21842
21843 \end_inset
21844 </cell>
21845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21846 \begin_inset Text
21847
21848 \begin_layout Plain Layout
21849
21850 \series bold
21851
21852 \backslash
21853 tilde
21854 \end_layout
21855
21856 \end_inset
21857 </cell>
21858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21859 \begin_inset Text
21860
21861 \begin_layout Plain Layout
21862
21863 \family roman
21864 \series medium
21865 \shape up
21866 \size normal
21867 \emph off
21868 \bar no
21869 \noun off
21870 \color none
21871 \begin_inset Formula $\tilde{a}$
21872 \end_inset
21873
21874
21875 \end_layout
21876
21877 \end_inset
21878 </cell>
21879 </row>
21880 <row>
21881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21882 \begin_inset Text
21883
21884 \begin_layout Plain Layout
21885
21886 \family roman
21887 \series medium
21888 \shape up
21889 \size normal
21890 \emph off
21891 \bar no
21892 \noun off
21893 \color none
21894 dot
21895 \end_layout
21896
21897 \end_inset
21898 </cell>
21899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21900 \begin_inset Text
21901
21902 \begin_layout Plain Layout
21903
21904 \series bold
21905
21906 \backslash
21907 dot
21908 \end_layout
21909
21910 \end_inset
21911 </cell>
21912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21913 \begin_inset Text
21914
21915 \begin_layout Plain Layout
21916
21917 \family roman
21918 \series medium
21919 \shape up
21920 \size normal
21921 \emph off
21922 \bar no
21923 \noun off
21924 \color none
21925 \begin_inset Formula $\dot{a}$
21926 \end_inset
21927
21928
21929 \end_layout
21930
21931 \end_inset
21932 </cell>
21933 </row>
21934 <row>
21935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21936 \begin_inset Text
21937
21938 \begin_layout Plain Layout
21939
21940 \family roman
21941 \series medium
21942 \shape up
21943 \size normal
21944 \emph off
21945 \bar no
21946 \noun off
21947 \color none
21948 breve
21949 \end_layout
21950
21951 \end_inset
21952 </cell>
21953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21954 \begin_inset Text
21955
21956 \begin_layout Plain Layout
21957
21958 \series bold
21959
21960 \backslash
21961 breve
21962 \end_layout
21963
21964 \end_inset
21965 </cell>
21966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21967 \begin_inset Text
21968
21969 \begin_layout Plain Layout
21970
21971 \family roman
21972 \series medium
21973 \shape up
21974 \size normal
21975 \emph off
21976 \bar no
21977 \noun off
21978 \color none
21979 \begin_inset Formula $\breve{a}$
21980 \end_inset
21981
21982
21983 \end_layout
21984
21985 \end_inset
21986 </cell>
21987 </row>
21988 <row>
21989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21990 \begin_inset Text
21991
21992 \begin_layout Plain Layout
21993
21994 \family roman
21995 \series medium
21996 \shape up
21997 \size normal
21998 \emph off
21999 \bar no
22000 \noun off
22001 \color none
22002 caron
22003 \end_layout
22004
22005 \end_inset
22006 </cell>
22007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22008 \begin_inset Text
22009
22010 \begin_layout Plain Layout
22011
22012 \series bold
22013
22014 \backslash
22015 check
22016 \end_layout
22017
22018 \end_inset
22019 </cell>
22020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22021 \begin_inset Text
22022
22023 \begin_layout Plain Layout
22024
22025 \family roman
22026 \series medium
22027 \shape up
22028 \size normal
22029 \emph off
22030 \bar no
22031 \noun off
22032 \color none
22033 \begin_inset Formula $\check{a}$
22034 \end_inset
22035
22036
22037 \end_layout
22038
22039 \end_inset
22040 </cell>
22041 </row>
22042 <row>
22043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22044 \begin_inset Text
22045
22046 \begin_layout Plain Layout
22047
22048 \family roman
22049 \series medium
22050 \shape up
22051 \size normal
22052 \emph off
22053 \bar no
22054 \noun off
22055 \color none
22056 macron
22057 \end_layout
22058
22059 \end_inset
22060 </cell>
22061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22062 \begin_inset Text
22063
22064 \begin_layout Plain Layout
22065
22066 \series bold
22067
22068 \backslash
22069 bar
22070 \end_layout
22071
22072 \end_inset
22073 </cell>
22074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22075 \begin_inset Text
22076
22077 \begin_layout Plain Layout
22078
22079 \family roman
22080 \series medium
22081 \shape up
22082 \size normal
22083 \emph off
22084 \bar no
22085 \noun off
22086 \color none
22087 \begin_inset Formula $\bar{a}$
22088 \end_inset
22089
22090
22091 \end_layout
22092
22093 \end_inset
22094 </cell>
22095 </row>
22096 <row>
22097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22098 \begin_inset Text
22099
22100 \begin_layout Plain Layout
22101 vector
22102 \end_layout
22103
22104 \end_inset
22105 </cell>
22106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22107 \begin_inset Text
22108
22109 \begin_layout Plain Layout
22110
22111 \series bold
22112
22113 \backslash
22114 vec
22115 \end_layout
22116
22117 \end_inset
22118 </cell>
22119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22120 \begin_inset Text
22121
22122 \begin_layout Plain Layout
22123
22124 \family roman
22125 \series medium
22126 \shape up
22127 \size normal
22128 \emph off
22129 \bar no
22130 \noun off
22131 \color none
22132 \begin_inset Formula $\vec{a}$
22133 \end_inset
22134
22135
22136 \end_layout
22137
22138 \end_inset
22139 </cell>
22140 </row>
22141 </lyxtabular>
22142
22143 \end_inset
22144
22145
22146 \end_layout
22147
22148 \end_inset
22149
22150
22151 \end_layout
22152
22153 \begin_layout Standard
22154 You can choose one of the accents by selecting an item from the 
22155 \family sans
22156 Frame
22157 \begin_inset Space ~
22158 \end_inset
22159
22160 decorations
22161 \family default
22162  symbol set button 
22163 \begin_inset Graphics
22164         filename ../images/math/hat.png
22165         embed ""
22166
22167 \end_inset
22168
22169  in the math panel ; this will apply to any selection you have made within
22170  a formula too.
22171 \end_layout
22172
22173 \begin_layout Section
22174 Brackets and Delimiters
22175 \begin_inset Index
22176 status collapsed
22177
22178 \begin_layout Plain Layout
22179 Math ! Brackets
22180 \end_layout
22181
22182 \end_inset
22183
22184
22185 \begin_inset Index
22186 status collapsed
22187
22188 \begin_layout Plain Layout
22189 Math ! Delimiters
22190 \end_layout
22191
22192 \end_inset
22193
22194
22195 \begin_inset CommandInset label
22196 LatexCommand label
22197 name "sec:Brackets-and-Delimiters"
22198
22199 \end_inset
22200
22201
22202 \end_layout
22203
22204 \begin_layout Standard
22205 There are several brackets available through LyX.
22206  For most purposes, using just the keys 
22207 \family typewriter
22208 []{}()|<>
22209 \family default
22210  should suffice.
22211  But if you want to surround a large structure, like a matrix or a fraction,
22212  or if you have several layers of brackets, is better using 
22213 \family sans
22214 Math
22215 \begin_inset Space ~
22216 \end_inset
22217
22218 Panel
22219 \family default
22220 's delimiter icon 
22221 \begin_inset Graphics
22222         filename ../images/math/delim.png
22223         embed ""
22224
22225 \end_inset
22226
22227 .
22228  For example, that's how you would construct the brackets around a standard
22229  matrix such as:
22230 \begin_inset Formula \[
22231 \left[\begin{array}{cc}
22232 1 & 2\\
22233 3 & 4\end{array}\right]\]
22234
22235 \end_inset
22236
22237 and to make it easier to see the layers of parentheses as in: 
22238 \begin_inset Formula \[
22239 \frac{1}{\left(1+\left(\frac{1}{1+\left(\frac{1}{1+x}\right)}\right)\right)}\]
22240
22241 \end_inset
22242
22243
22244 \end_layout
22245
22246 \begin_layout Standard
22247 The parentheses, and other brackets from that menu will automatically re-size
22248  to accommodate the size of what is inside.
22249 \end_layout
22250
22251 \begin_layout Standard
22252 To construct brackets click on the button for the bracket you want on the
22253  left side and right side.
22254  If you use the option 
22255 \family sans
22256 Keep
22257 \begin_inset Space ~
22258 \end_inset
22259
22260 matched
22261 \family default
22262 , the selected bracket type will be used for the left and the right side.
22263  The selection will be shown below the button field.
22264  If you want one side to not have a bracket, use the blank button.
22265  It will appear in LyX with a dotted line, but nothing will be printed.
22266 \end_layout
22267
22268 \begin_layout Standard
22269 If you want to place brackets around math structures, like a square root,
22270  you can do that by highlighting (selecting) the structure that is to go
22271  inside the brackets.
22272  Then choose the appropriate brackets for left and right and click on 
22273 \family sans
22274 Insert
22275 \family default
22276 .
22277  The parentheses will be drawn around the selected structure.
22278 \end_layout
22279
22280 \begin_layout Standard
22281 The next section explains how to insert a LaTeX 
22282 \begin_inset Quotes eld
22283 \end_inset
22284
22285 {
22286 \begin_inset Quotes erd
22287 \end_inset
22288
22289  for grouping.
22290 \end_layout
22291
22292 \begin_layout Section
22293 Grouping
22294 \begin_inset Index
22295 status collapsed
22296
22297 \begin_layout Plain Layout
22298 Math ! Grouping
22299 \end_layout
22300
22301 \end_inset
22302
22303
22304 \begin_inset CommandInset label
22305 LatexCommand label
22306 name "sec:Grouping"
22307
22308 \end_inset
22309
22310
22311 \end_layout
22312
22313 \begin_layout Standard
22314 You may need to group a set of symbols.
22315  In LaTeX, for example, the typesetting of 
22316 \family typewriter
22317 {x^y}^z
22318 \family default
22319  is different from 
22320 \family typewriter
22321 x^{y^z}
22322 \family default
22323 :
22324 \end_layout
22325
22326 \begin_layout Standard
22327 \begin_inset Formula \[
22328 {x^{y}}^{z}\quad\mathrm{differs\; from}\quad x^{y^{z}}\]
22329
22330 \end_inset
22331
22332
22333 \end_layout
22334
22335 \begin_layout Standard
22336 To create this grouping, you need to use the key sequence 
22337 \begin_inset Quotes eld
22338 \end_inset
22339
22340
22341 \series bold
22342
22343 \backslash
22344 {
22345 \series default
22346
22347 \begin_inset Quotes erd
22348 \end_inset
22349
22350  then type space.
22351  Inside LyX, you will see red braces indicating the grouping.
22352  Within this braces you insert the grouped structure.
22353  The grouping braces won't appear in the output in contrary to normal braces.
22354 \end_layout
22355
22356 \begin_layout Section
22357 Arrays and Multi-line Equations
22358 \begin_inset Index
22359 status collapsed
22360
22361 \begin_layout Plain Layout
22362 Math ! Arrays
22363 \end_layout
22364
22365 \end_inset
22366
22367
22368 \begin_inset Index
22369 status collapsed
22370
22371 \begin_layout Plain Layout
22372 Math ! Matrices
22373 \end_layout
22374
22375 \end_inset
22376
22377
22378 \begin_inset Index
22379 status collapsed
22380
22381 \begin_layout Plain Layout
22382 Math ! Multi-line Equations
22383 \end_layout
22384
22385 \end_inset
22386
22387
22388 \end_layout
22389
22390 \begin_layout Standard
22391 Matrices are entered in LyX using the 
22392 \family sans
22393 Math
22394 \begin_inset Space ~
22395 \end_inset
22396
22397 Panel
22398 \family default
22399  matrix button 
22400 \begin_inset Graphics
22401         filename ../images/math/matrix.png
22402         embed ""
22403
22404 \end_inset
22405
22406 .
22407  It will open a dialog for you to choose the number of rows/columns.
22408  Here is an example:
22409 \begin_inset Formula \[
22410 \left(\begin{array}{ccc}
22411 1 & 2 & 3\\
22412 4 & 5 & 6\\
22413 7 & 8 & 9\end{array}\right)\]
22414
22415 \end_inset
22416
22417 The parentheses aren't automatic, but you can add them as described in section
22418 \begin_inset Space ~
22419 \end_inset
22420
22421
22422 \begin_inset CommandInset ref
22423 LatexCommand ref
22424 reference "sec:Brackets-and-Delimiters"
22425
22426 \end_inset
22427
22428 .
22429  When you construct the matrix, you can decide whether the column entries
22430  will be left-, right-, or center-justified.
22431  This alignment is set in the box 
22432 \family sans
22433 Horizontal
22434 \family default
22435  with the letters 
22436 \begin_inset Quotes eld
22437 \end_inset
22438
22439
22440 \family sans
22441 l
22442 \family default
22443
22444 \begin_inset Quotes erd
22445 \end_inset
22446
22447
22448 \begin_inset Quotes eld
22449 \end_inset
22450
22451
22452 \family sans
22453 r
22454 \family default
22455
22456 \begin_inset Quotes erd
22457 \end_inset
22458
22459 , and 
22460 \begin_inset Quotes eld
22461 \end_inset
22462
22463
22464 \family sans
22465 c
22466 \family default
22467
22468 \begin_inset Quotes erd
22469 \end_inset
22470
22471 .
22472  LyX proposes a 
22473 \begin_inset Quotes eld
22474 \end_inset
22475
22476
22477 \family sans
22478 c
22479 \family default
22480
22481 \begin_inset Quotes erd
22482 \end_inset
22483
22484  for every column as default.
22485  For example, the sequence 
22486 \begin_inset Quotes eld
22487 \end_inset
22488
22489
22490 \family sans
22491 lrc
22492 \family default
22493
22494 \begin_inset Quotes erd
22495 \end_inset
22496
22497  means that the first column will be left-justified, the second will be
22498  centered, and the third column will be right-justified, because each letter
22499  corresponds to the relevant column.
22500  The result will look like this:
22501 \begin_inset Formula \[
22502 \begin{array}{lcr}
22503 this & this\, column & this\, column\\
22504 column & has & has\, right\\
22505 has\, left\, alignment & center\, alignment & alignment\end{array}.\]
22506
22507 \end_inset
22508
22509
22510 \end_layout
22511
22512 \begin_layout Standard
22513 You can add more rows to an existing matrix by hitting 
22514 \family sans
22515 C-Enter
22516 \family default
22517  while the cursor is in the matrix.
22518  Adding or deleting columns can be done via the menu 
22519 \family sans
22520 Edit\SpecialChar \menuseparator
22521 Math
22522 \family default
22523 .
22524 \end_layout
22525
22526 \begin_layout Standard
22527 There are other arrays used in formulas, such as distinctions of cases.
22528  It can be created with the menu 
22529 \family sans
22530 Insert\SpecialChar \menuseparator
22531 Math\SpecialChar \menuseparator
22532 Cases
22533 \begin_inset Space ~
22534 \end_inset
22535
22536 Environment
22537 \family default
22538  or the command 
22539 \series bold
22540
22541 \backslash
22542 cases
22543 \series default
22544 .
22545  Here an example: 
22546 \begin_inset Formula \[
22547 f(x)=\begin{cases}
22548 -1 & x<0\\
22549 0 & x=0\\
22550 1 & x>0\end{cases}\]
22551
22552 \end_inset
22553
22554
22555 \end_layout
22556
22557 \begin_layout Standard
22558 \begin_inset VSpace bigskip
22559 \end_inset
22560
22561 Multi-line formulas are created when you press 
22562 \family sans
22563 \series medium
22564 C-E
22565 \series default
22566 nter
22567 \family default
22568  within a formula.
22569  In an empty formula you can see that three blue boxes appear, one for each
22570  column.
22571  When you press 
22572 \family sans
22573 \series medium
22574 C-E
22575 \series default
22576 nter
22577 \family default
22578  in a non-empty formula, the part before the relation sign (equal sign 
22579 \begin_inset Quotes eld
22580 \end_inset
22581
22582 =
22583 \begin_inset Quotes erd
22584 \end_inset
22585
22586  etc.) will be inserted automatically to the first column, the relation sign
22587  is in the second column, and the rest in the third column.
22588  A new row is created by every further hit of 
22589 \family sans
22590 \series medium
22591 C-E
22592 \series default
22593 nter
22594 \family default
22595 .
22596  Multi-line formulas are always displayed formulas.
22597  Here is an example:
22598 \begin_inset Formula \begin{eqnarray}
22599 a^{2} & = & (b^{2}+c^{2})(b^{2}-c^{2})\nonumber \\
22600 a & = & \sqrt{b^{4}-c^{4}}\label{eq:asquared}\end{eqnarray}
22601
22602 \end_inset
22603
22604  To change the column assignment of the formula parts, place the cursor
22605  where you want to start the shift and hit 
22606 \family sans
22607 C-Tab.
22608
22609 \family default
22610  It shifts everything in the column which is right beside the current cursor
22611  position to the next column.
22612  Note that the middle column is designed for relation signs, structures
22613  within this column will be printed in a smaller size:
22614 \begin_inset Formula \begin{eqnarray*}
22615 \frac{A}{B} & \frac{A}{B} & \frac{A}{B}\end{eqnarray*}
22616
22617 \end_inset
22618
22619
22620 \end_layout
22621
22622 \begin_layout Standard
22623 The multi-line formula type described here is called 
22624 \family typewriter
22625 \series medium
22626 eqnarray
22627 \family default
22628 \series default
22629 .
22630  There are other multi-line types being more suitable for certain situations,
22631  for example if you want a better inter-line spacing than in formula (
22632 \begin_inset CommandInset ref
22633 LatexCommand ref
22634 reference "eq:asquared"
22635
22636 \end_inset
22637
22638 ).
22639  The other types are described in section
22640 \begin_inset Space ~
22641 \end_inset
22642
22643
22644 \begin_inset CommandInset ref
22645 LatexCommand ref
22646 reference "sub:AMS-Formula-Types"
22647
22648 \end_inset
22649
22650 .
22651 \end_layout
22652
22653 \begin_layout Section
22654 Formula Numbering and Referencing
22655 \begin_inset Index
22656 status collapsed
22657
22658 \begin_layout Plain Layout
22659 Math ! Formula numbering
22660 \end_layout
22661
22662 \end_inset
22663
22664
22665 \begin_inset Index
22666 status collapsed
22667
22668 \begin_layout Plain Layout
22669 Math ! Referencing formulas
22670 \end_layout
22671
22672 \end_inset
22673
22674
22675 \begin_inset CommandInset label
22676 LatexCommand label
22677 name "sec:Formula-Numbering-and"
22678
22679 \end_inset
22680
22681
22682 \end_layout
22683
22684 \begin_layout Standard
22685 To number a formula, set the cursor in the formula and use the menu 
22686 \family sans
22687 Edit\SpecialChar \menuseparator
22688 Math\SpecialChar \menuseparator
22689 Toggle
22690 \begin_inset Space ~
22691 \end_inset
22692
22693 Numbering
22694 \family default
22695  or the shortcut 
22696 \family sans
22697 M-m
22698 \begin_inset Space ~
22699 \end_inset
22700
22701 n
22702 \family default
22703 .
22704  The formula number appears in LyX as 
22705 \begin_inset Quotes eld
22706 \end_inset
22707
22708 #
22709 \begin_inset Quotes erd
22710 \end_inset
22711
22712  within parentheses.
22713  The 
22714 \begin_inset Quotes erd
22715 \end_inset
22716
22717 #
22718 \begin_inset Quotes erd
22719 \end_inset
22720
22721  denotes, that the number will be calculated automatically when the output
22722  is generated.
22723  The placement and format of the formula number in the output depends on
22724  the document class.
22725  In this document the number is printed together with the chapter number,
22726  separated by a dot:
22727 \begin_inset Formula \begin{equation}
22728 1+1=2\end{equation}
22729
22730 \end_inset
22731
22732 Using 
22733 \family sans
22734 M-m
22735 \begin_inset Space ~
22736 \end_inset
22737
22738 n
22739 \family default
22740  in a numbered formula will switch off the numbering.
22741  You can only number displayed formulas.
22742 \end_layout
22743
22744 \begin_layout Standard
22745 Multi-line formulas can be numbered line by line: Using the menu 
22746 \family sans
22747 Edit\SpecialChar \menuseparator
22748 Math\SpecialChar \menuseparator
22749 Toggle
22750 \begin_inset Space ~
22751 \end_inset
22752
22753 Numbering
22754 \begin_inset Space ~
22755 \end_inset
22756
22757 of
22758 \begin_inset Space ~
22759 \end_inset
22760
22761 Line
22762 \family default
22763  or the shortcut 
22764 \family sans
22765 M-m
22766 \begin_inset Space ~
22767 \end_inset
22768
22769 N
22770 \family default
22771  will only toggle the numbering of the line where the cursor is in:
22772 \begin_inset Formula \begin{eqnarray}
22773 1 & = & 3-2\\
22774 2 & = & 4-2\nonumber \\
22775 4 & \leq & 7\end{eqnarray}
22776
22777 \end_inset
22778
22779 To number all lines use the shortcut 
22780 \family sans
22781 M-m
22782 \begin_inset Space ~
22783 \end_inset
22784
22785 n
22786 \family default
22787 .
22788 \end_layout
22789
22790 \begin_layout Standard
22791 \begin_inset VSpace bigskip
22792 \end_inset
22793
22794 Every displayed formula can be referenced by its number using a label.
22795  A label is inserted with the menu 
22796 \family sans
22797 Insert\SpecialChar \menuseparator
22798 Label
22799 \family default
22800  when the cursor is in the formula.
22801  This opens a dialog to enter the label.
22802  It is recommended to use the proposed 
22803 \begin_inset Quotes eld
22804 \end_inset
22805
22806
22807 \family sans
22808 eq:
22809 \family default
22810
22811 \begin_inset Quotes erd
22812 \end_inset
22813
22814  as first part of the label, because this helps later to identify the label
22815  type when you have many labels in your document.
22816  We inserted in the following example the label 
22817 \begin_inset Quotes eld
22818 \end_inset
22819
22820 eq:tanhExp
22821 \begin_inset Quotes erd
22822 \end_inset
22823
22824  in the second line:
22825 \begin_inset Formula \begin{eqnarray}
22826 \tanh(x) & = & \frac{\sinh(x)}{\cosh(x)}\nonumber \\
22827  & = & \frac{\mathrm{e}^{2x}-1}{\mathrm{e}^{2x}+1}\label{eq:tanhExp}\end{eqnarray}
22828
22829 \end_inset
22830
22831 Every labeled line is automatically numbered.
22832  Therefore the label is shown in LyX at the place of the formula number
22833  placeholder 
22834 \begin_inset Quotes eld
22835 \end_inset
22836
22837 #
22838 \begin_inset Quotes erd
22839 \end_inset
22840
22841 .
22842  You can reference a labeled formula using the menu 
22843 \family sans
22844 Insert\SpecialChar \menuseparator
22845 Cross
22846 \begin_inset Space ~
22847 \end_inset
22848
22849 Reference
22850 \family default
22851 .
22852  A dialog appears to choose a label you want refer to.
22853  The reference appears in LyX as grey cross reference box and in the output
22854  as the formula number:
22855 \end_layout
22856
22857 \begin_layout Standard
22858 This is a cross-reference to equation (
22859 \begin_inset CommandInset ref
22860 LatexCommand ref
22861 reference "eq:tanhExp"
22862
22863 \end_inset
22864
22865 ).
22866 \end_layout
22867
22868 \begin_layout Standard
22869 The properties of LyX's cross-reference box are described in section
22870 \begin_inset Space ~
22871 \end_inset
22872
22873
22874 \begin_inset CommandInset ref
22875 LatexCommand ref
22876 reference "sec:Cross-References"
22877
22878 \end_inset
22879
22880 .
22881  To delete a label, set the cursor in the labeled formula, use the menu
22882  
22883 \family sans
22884 Insert\SpecialChar \menuseparator
22885 Label
22886 \family default
22887  and delete the label in the appearing dialog.
22888 \begin_inset Foot
22889 status collapsed
22890
22891 \begin_layout Plain Layout
22892 This is a unintuitive and will be fixed in the next version of LyX.
22893 \end_layout
22894
22895 \end_inset
22896
22897  
22898 \end_layout
22899
22900 \begin_layout Section
22901 User defined math macros
22902 \begin_inset Index
22903 status collapsed
22904
22905 \begin_layout Plain Layout
22906 Math ! Macros
22907 \end_layout
22908
22909 \end_inset
22910
22911
22912 \begin_inset CommandInset label
22913 LatexCommand label
22914 name "sec:math-macros"
22915
22916 \end_inset
22917
22918
22919 \end_layout
22920
22921 \begin_layout Standard
22922 LyX allows you to define macros for formulas.
22923  For example we assume that solutions of the quadratic equation often occur
22924  in our document in various forms and we want to create a macro to print
22925  them.
22926 \begin_inset Newline newline
22927 \end_inset
22928
22929 The general form of a quadratic equation is:
22930 \begin_inset Formula \[
22931 0=\lambda^{2}+p\lambda+q\]
22932
22933 \end_inset
22934
22935 The general form of its solution is:
22936 \begin_inset Formula \[
22937 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}\]
22938
22939 \end_inset
22940
22941
22942 \end_layout
22943
22944 \begin_layout Standard
22945 The macro should print the parameters 
22946 \begin_inset Formula $\lambda$
22947 \end_inset
22948
22949
22950 \begin_inset Formula $p$
22951 \end_inset
22952
22953  and 
22954 \begin_inset Formula $q$
22955 \end_inset
22956
22957  like in the equation above.
22958 \end_layout
22959
22960 \begin_layout Standard
22961 A macro is created by executing the command
22962 \end_layout
22963
22964 \begin_layout Standard
22965
22966 \series bold
22967 math-macro
22968 \begin_inset ERT
22969 status collapsed
22970
22971 \begin_layout Plain Layout
22972
22973
22974 \backslash
22975 spce 
22976 \end_layout
22977
22978 \end_inset
22979
22980 Name
22981 \begin_inset ERT
22982 status collapsed
22983
22984 \begin_layout Plain Layout
22985
22986
22987 \backslash
22988 spce 
22989 \end_layout
22990
22991 \end_inset
22992
22993 Number
22994 \begin_inset Space ~
22995 \end_inset
22996
22997 of
22998 \begin_inset Space ~
22999 \end_inset
23000
23001 Arguments
23002 \end_layout
23003
23004 \begin_layout Standard
23005 in the minibuffer at the bottom of the LyX screen.
23006  Name is the name of the new macro which mustn't contain numbers.
23007  The number of arguments can be a number in the range 1-9.
23008  If you want to define a macro without arguments, don't declare the number
23009  of arguments.
23010 \end_layout
23011
23012 \begin_layout Standard
23013 We have three arguments and name the macro 
23014 \begin_inset Quotes eld
23015 \end_inset
23016
23017 qE
23018 \begin_inset Quotes erd
23019 \end_inset
23020
23021 , so that the command is:
23022 \end_layout
23023
23024 \begin_layout Standard
23025
23026 \series bold
23027 math-macro
23028 \begin_inset ERT
23029 status collapsed
23030
23031 \begin_layout Plain Layout
23032
23033
23034 \backslash
23035 spce 
23036 \end_layout
23037
23038 \end_inset
23039
23040 qE
23041 \begin_inset ERT
23042 status collapsed
23043
23044 \begin_layout Plain Layout
23045
23046
23047 \backslash
23048 spce 
23049 \end_layout
23050
23051 \end_inset
23052
23053 3
23054 \end_layout
23055
23056 \begin_layout Standard
23057 This results in the following macro definition box: 
23058 \begin_inset Graphics
23059         filename clipart/macrobox.png
23060         embed ""
23061
23062 \end_inset
23063
23064  
23065 \begin_inset FormulaMacro
23066 \newcommand{\qE}[3]{#1_{1,\,2}=-\frac{#2}{2}\pm\sqrt{\frac{#2^{2}}{4}-#3}}
23067 {\textrm{qE: }#1\textrm{ , }#2\textrm{ , }#3}
23068 \end_inset
23069
23070
23071 \begin_inset Note Note
23072 status collapsed
23073
23074 \begin_layout Plain Layout
23075 The first box is an image to show the behavior in the output.
23076  The second one is the definition box, that doesn't appear in the output.
23077 \end_layout
23078
23079 \end_inset
23080
23081
23082 \end_layout
23083
23084 \begin_layout Standard
23085 The first blue box is for the definition, where you insert the formula via
23086  the math panel or commands.
23087  The placeholder for the arguments are inserted as a backslash and sharp
23088  followed by the argument number, e.g.
23089  
23090 \begin_inset Quotes eld
23091 \end_inset
23092
23093
23094 \backslash
23095 #1
23096 \begin_inset Quotes erd
23097 \end_inset
23098
23099  for the first argument.
23100  Placeholders will be displayed in red.
23101  The second blue box is for the appearance in LyX.
23102  This is useful when you have a large structure that shouldn't be displayed
23103  in LyX with its full size.
23104  If you want to see the macro as it is defined, leave the box blank.
23105  In our example we insert the sequence
23106 \begin_inset Newline newline
23107 \end_inset
23108
23109
23110 \series bold
23111 qE: 
23112 \backslash
23113 #1
23114 \series default
23115  
23116 \series bold
23117 ,
23118 \series default
23119  
23120 \series bold
23121
23122 \backslash
23123 #2
23124 \series default
23125  
23126 \series bold
23127 ,
23128 \series default
23129  
23130 \series bold
23131
23132 \backslash
23133 #3
23134 \begin_inset Newline newline
23135 \end_inset
23136
23137
23138 \series default
23139 The macro will then be shown as the macro name followed by the three arguments.
23140 \end_layout
23141
23142 \begin_layout Standard
23143 To use the macro in a formula, type its name as command, in our case 
23144 \begin_inset Quotes eld
23145 \end_inset
23146
23147
23148 \series bold
23149
23150 \backslash
23151 qE
23152 \series default
23153
23154 \begin_inset Quotes erd
23155 \end_inset
23156
23157 .
23158  The macro is inserted with boxes for the arguments looking similar to this:
23159 \end_layout
23160
23161 \begin_layout Standard
23162 \align center
23163 \begin_inset Graphics
23164         filename clipart/macrouse.png
23165         embed ""
23166
23167 \end_inset
23168
23169
23170 \end_layout
23171
23172 \begin_layout Standard
23173 The arguments are inserted in the blue boxes.
23174  If the cursor is outside the macro, the arguments are put in the macro.
23175  To change the arguments, put the cursor in the formula before or after
23176  the macro and press the right or left arrow key respectively.
23177  The arguments appear now again below the macro definition.
23178 \end_layout
23179
23180 \begin_layout Standard
23181 If you change the macro definition all macros are changed automatically
23182  to the new definition.
23183  Here an example of our macro with the arguments 
23184 \begin_inset Formula $x$
23185 \end_inset
23186
23187
23188 \begin_inset Formula $\ln(x)$
23189 \end_inset
23190
23191 , and 
23192 \begin_inset Formula $B$
23193 \end_inset
23194
23195 :
23196 \begin_inset Formula \[
23197 \qE x{\ln(y)}B\]
23198
23199 \end_inset
23200
23201
23202 \end_layout
23203
23204 \begin_layout Standard
23205 When the document is exported to LaTeX, the macro definition will be inserted
23206  as the command:
23207 \end_layout
23208
23209 \begin_layout Standard
23210
23211 \series bold
23212
23213 \backslash
23214 newcommand{
23215 \backslash
23216 qE}[3]{#1_{1,
23217 \backslash
23218 ,2}=-
23219 \backslash
23220 frac{#2}{2}
23221 \backslash
23222 pm
23223 \begin_inset Newline newline
23224 \end_inset
23225
23226
23227 \begin_inset ERT
23228 status collapsed
23229
23230 \begin_layout Plain Layout
23231
23232
23233 \backslash
23234 hphantom{
23235 \end_layout
23236
23237 \end_inset
23238
23239
23240 \backslash
23241 newcommand
23242 \begin_inset ERT
23243 status collapsed
23244
23245 \begin_layout Plain Layout
23246
23247 }
23248 \end_layout
23249
23250 \end_inset
23251
23252
23253 \backslash
23254 sqrt{
23255 \backslash
23256 frac{#2^{2}}{4}-#3}}
23257 \end_layout
23258
23259 \begin_layout Standard
23260 The command is not inserted in the document preamble.
23261  That means you can only use macros in formulas that are below the macro
23262  definition box in your document.
23263  There are also some other restrictions: The command 
23264 \backslash
23265 newcommand supports optional arguments, which are not available in LyX's
23266  macros.
23267  You can also not change subsequently the name of the macro and the number
23268  of arguments.
23269  
23270 \end_layout
23271
23272 \begin_layout Section
23273 Fine-Tuning
23274 \end_layout
23275
23276 \begin_layout Subsection
23277 Typefaces
23278 \begin_inset Index
23279 status collapsed
23280
23281 \begin_layout Plain Layout
23282 Math ! Typefaces
23283 \end_layout
23284
23285 \end_inset
23286
23287
23288 \end_layout
23289
23290 \begin_layout Standard
23291 The standard font for text is italic, for numbers the standard is roman.
23292  To set a font in a formula, use the 
23293 \family sans
23294 Math
23295 \begin_inset Space ~
23296 \end_inset
23297
23298 Panel
23299 \family default
23300  button 
23301 \begin_inset Graphics
23302         filename ../images/math/font.png
23303         embed ""
23304
23305 \end_inset
23306
23307 , or enter its command, listed in table
23308 \begin_inset Space ~
23309 \end_inset
23310
23311
23312 \begin_inset CommandInset ref
23313 LatexCommand ref
23314 reference "cap:Typefaces-and-the"
23315
23316 \end_inset
23317
23318 , directly.
23319 \end_layout
23320
23321 \begin_layout Standard
23322 \begin_inset Float table
23323 wide false
23324 sideways false
23325 status open
23326
23327 \begin_layout Plain Layout
23328 \begin_inset Caption
23329
23330 \begin_layout Plain Layout
23331 \begin_inset CommandInset label
23332 LatexCommand label
23333 name "cap:Typefaces-and-the"
23334
23335 \end_inset
23336
23337 Typefaces and the corresponding commands.
23338 \end_layout
23339
23340 \end_inset
23341
23342
23343 \end_layout
23344
23345 \begin_layout Plain Layout
23346 \align center
23347 \begin_inset Tabular
23348 <lyxtabular version="3" rows="9" columns="2">
23349 <features>
23350 <column alignment="center" valignment="top" width="0pt">
23351 <column alignment="center" valignment="top" width="0pt">
23352 <row>
23353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23354 \begin_inset Text
23355
23356 \begin_layout Plain Layout
23357 Font
23358 \end_layout
23359
23360 \end_inset
23361 </cell>
23362 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
23363 \begin_inset Text
23364
23365 \begin_layout Plain Layout
23366 Command
23367 \end_layout
23368
23369 \end_inset
23370 </cell>
23371 </row>
23372 <row>
23373 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23374 \begin_inset Text
23375
23376 \begin_layout Plain Layout
23377
23378 \shape up
23379 \size normal
23380 \bar no
23381 \noun off
23382 \color none
23383 \begin_inset Formula $\mathrm{Roman}$
23384 \end_inset
23385
23386
23387 \end_layout
23388
23389 \end_inset
23390 </cell>
23391 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
23392 \begin_inset Text
23393
23394 \begin_layout Plain Layout
23395
23396 \series bold
23397
23398 \backslash
23399 mathrm
23400 \end_layout
23401
23402 \end_inset
23403 </cell>
23404 </row>
23405 <row>
23406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23407 \begin_inset Text
23408
23409 \begin_layout Plain Layout
23410 \begin_inset Formula $\mathbf{\mathbf{Bold}}$
23411 \end_inset
23412
23413
23414 \end_layout
23415
23416 \end_inset
23417 </cell>
23418 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
23419 \begin_inset Text
23420
23421 \begin_layout Plain Layout
23422
23423 \series bold
23424
23425 \backslash
23426 mathbf
23427 \end_layout
23428
23429 \end_inset
23430 </cell>
23431 </row>
23432 <row>
23433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23434 \begin_inset Text
23435
23436 \begin_layout Plain Layout
23437 \begin_inset Formula $\mathit{Italic}$
23438 \end_inset
23439
23440
23441 \end_layout
23442
23443 \end_inset
23444 </cell>
23445 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
23446 \begin_inset Text
23447
23448 \begin_layout Plain Layout
23449
23450 \series bold
23451
23452 \backslash
23453 mathit
23454 \end_layout
23455
23456 \end_inset
23457 </cell>
23458 </row>
23459 <row>
23460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23461 \begin_inset Text
23462
23463 \begin_layout Plain Layout
23464
23465 \shape up
23466 \size normal
23467 \bar no
23468 \noun off
23469 \color none
23470 \begin_inset Formula $\mathtt{Typewriter}$
23471 \end_inset
23472
23473
23474 \end_layout
23475
23476 \end_inset
23477 </cell>
23478 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
23479 \begin_inset Text
23480
23481 \begin_layout Plain Layout
23482
23483 \series bold
23484
23485 \backslash
23486 mathtt
23487 \end_layout
23488
23489 \end_inset
23490 </cell>
23491 </row>
23492 <row>
23493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23494 \begin_inset Text
23495
23496 \begin_layout Plain Layout
23497 \begin_inset Formula $\mathbf{\mathbb{BLACKBOARD}}$
23498 \end_inset
23499
23500
23501 \end_layout
23502
23503 \end_inset
23504 </cell>
23505 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
23506 \begin_inset Text
23507
23508 \begin_layout Plain Layout
23509
23510 \series bold
23511
23512 \backslash
23513 mathbb
23514 \end_layout
23515
23516 \end_inset
23517 </cell>
23518 </row>
23519 <row>
23520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23521 \begin_inset Text
23522
23523 \begin_layout Plain Layout
23524 \begin_inset Formula $\mathfrak{Fraktur}$
23525 \end_inset
23526
23527
23528 \end_layout
23529
23530 \end_inset
23531 </cell>
23532 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
23533 \begin_inset Text
23534
23535 \begin_layout Plain Layout
23536
23537 \series bold
23538
23539 \backslash
23540 mathfrak
23541 \end_layout
23542
23543 \end_inset
23544 </cell>
23545 </row>
23546 <row>
23547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23548 \begin_inset Text
23549
23550 \begin_layout Plain Layout
23551
23552 \shape up
23553 \size normal
23554 \emph on
23555 \bar no
23556 \noun off
23557 \color none
23558 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
23559 \end_inset
23560
23561
23562 \end_layout
23563
23564 \end_inset
23565 </cell>
23566 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
23567 \begin_inset Text
23568
23569 \begin_layout Plain Layout
23570
23571 \series bold
23572
23573 \backslash
23574 mathcal
23575 \end_layout
23576
23577 \end_inset
23578 </cell>
23579 </row>
23580 <row>
23581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23582 \begin_inset Text
23583
23584 \begin_layout Plain Layout
23585 \begin_inset Formula $\mathsf{SansSerif}$
23586 \end_inset
23587
23588
23589 \end_layout
23590
23591 \end_inset
23592 </cell>
23593 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
23594 \begin_inset Text
23595
23596 \begin_layout Plain Layout
23597
23598 \series bold
23599
23600 \backslash
23601 mathsf
23602 \end_layout
23603
23604 \end_inset
23605 </cell>
23606 </row>
23607 </lyxtabular>
23608
23609 \end_inset
23610
23611
23612 \end_layout
23613
23614 \end_inset
23615
23616
23617 \end_layout
23618
23619 \begin_layout Standard
23620 \begin_inset Note Greyedout
23621 status open
23622
23623 \begin_layout Plain Layout
23624
23625 \series bold
23626 Note:
23627 \series default
23628  that you can only print capital letters in the typefaces 
23629 \family sans
23630 Blackbold
23631 \family default
23632  and 
23633 \family sans
23634 Calligraphic
23635 \family default
23636 .
23637 \end_layout
23638
23639 \end_inset
23640
23641
23642 \end_layout
23643
23644 \begin_layout Standard
23645 When you use a typeface, a blue box is inserted in the formula.
23646  Every character in this box will be printed in this typeface.
23647  Pressing 
23648 \family sans
23649 Space
23650 \family default
23651  within the box, will set the cursor outside, so that you have to use a
23652  protected space when you need a space in the box.
23653  Here an example where a 
23654 \begin_inset Quotes eld
23655 \end_inset
23656
23657 N
23658 \begin_inset Quotes erd
23659 \end_inset
23660
23661  in 
23662 \family sans
23663 Blackbold
23664 \family default
23665  denotes the set of numbers:
23666 \begin_inset Formula \[
23667 f(x)=\sqrt{x}\:;\: x\in\mathbb{N}\]
23668
23669 \end_inset
23670
23671
23672 \end_layout
23673
23674 \begin_layout Standard
23675 The typefaces are nestable, which can cause confusion.
23676  You can e.g.
23677  put a character in 
23678 \family sans
23679 Fraktur
23680 \family default
23681  in a box for 
23682 \family sans
23683 Typewriter
23684 \family default
23685
23686 \begin_inset Formula $\mathtt{abc\mathfrak{d}e}$
23687 \end_inset
23688
23689  
23690 \begin_inset Newline newline
23691 \end_inset
23692
23693 So better don't use this feature.
23694 \end_layout
23695
23696 \begin_layout Standard
23697 The typefaces have no effect on Greek letters: 
23698 \begin_inset Formula $\mathfrak{abc\delta e}$
23699 \end_inset
23700
23701
23702 \begin_inset Newline newline
23703 \end_inset
23704
23705 You can only print them emboldened using the command 
23706 \series bold
23707
23708 \backslash
23709 boldsymbol
23710 \series default
23711 , which works like the other typeface commands: 
23712 \begin_inset Formula $\alpha\beta\gamma\boldsymbol{\alpha\beta\gamma}$
23713 \end_inset
23714
23715
23716 \end_layout
23717
23718 \begin_layout Standard
23719
23720 \series bold
23721
23722 \backslash
23723 boldsymbol
23724 \series default
23725  works for all symbols, letters, and numbers.
23726 \end_layout
23727
23728 \begin_layout Standard
23729 A number of other font options are available as well, in the menu 
23730 \family sans
23731 Insert\SpecialChar \menuseparator
23732 Math\SpecialChar \menuseparator
23733 Font
23734 \begin_inset Space ~
23735 \end_inset
23736
23737 Change
23738 \family default
23739 .
23740 \end_layout
23741
23742 \begin_layout Subsection
23743 Math Text
23744 \begin_inset Index
23745 status collapsed
23746
23747 \begin_layout Plain Layout
23748 Math ! Text
23749 \end_layout
23750
23751 \end_inset
23752
23753
23754 \end_layout
23755
23756 \begin_layout Standard
23757 Typefaces are useful for entering some characters in some given font, but
23758  not for text.
23759  For typing longer pieces of text use the math text, which is obtained using
23760  the entry 
23761 \family sans
23762 Normal
23763 \begin_inset Space ~
23764 \end_inset
23765
23766 text
23767 \begin_inset Space ~
23768 \end_inset
23769
23770 mode
23771 \family default
23772  of the 
23773 \family sans
23774 Math
23775 \begin_inset Space ~
23776 \end_inset
23777
23778 Panel
23779 \family default
23780  button 
23781 \begin_inset Graphics
23782         filename ../images/math/font.png
23783         embed ""
23784
23785 \end_inset
23786
23787  (alternatively the shortcut 
23788 \family sans
23789 M-m
23790 \begin_inset Space ~
23791 \end_inset
23792
23793 m
23794 \family default
23795 ).
23796  Math text appears in LyX in black instead of blue.
23797  You can use spaces and accents in math text like in normal text.
23798  Here is an example:
23799 \begin_inset Formula \[
23800 f(x)=\begin{cases}
23801 x & \textrm{if I say so}\\
23802 -x & \textrm{unter Umständen}\end{cases}\]
23803
23804 \end_inset
23805
23806
23807 \end_layout
23808
23809 \begin_layout Subsection
23810 Font Sizes
23811 \begin_inset Index
23812 status collapsed
23813
23814 \begin_layout Plain Layout
23815 Math ! Font sizes
23816 \end_layout
23817
23818 \end_inset
23819
23820
23821 \end_layout
23822
23823 \begin_layout Standard
23824 There are four font styles (relative sizes) used in math-mode, which are
23825  automatically chosen in most situations.
23826  These are called 
23827 \family sans
23828 textstyle
23829 \family default
23830
23831 \family sans
23832 displaystyle
23833 \family default
23834
23835 \family sans
23836 scriptstyle
23837 \family default
23838 , and 
23839 \family sans
23840 scriptscriptstyle
23841 \family default
23842 .
23843  For most characters, 
23844 \family sans
23845 textstyle
23846 \family default
23847  and 
23848 \family sans
23849 displaystyle
23850 \family default
23851  are actually the same size, but fractions, superscripts and subscripts,
23852  and certain other structures, are set larger in 
23853 \family sans
23854 displaystyle
23855 \family default
23856 .
23857  Except for some operators, which resize themselves to accommodate various
23858  situations, all text will be set in the styles as LaTeX thinks is appropriate.
23859  These choices can be overridden by using the math panel button 
23860 \begin_inset Graphics
23861         filename ../images/math/style.png
23862         embed ""
23863
23864 \end_inset
23865
23866 .
23867  A box for the size will be created in which you can insert the math structure.
23868  For example, you can set 
23869 \begin_inset Formula $\frac{1}{2}$
23870 \end_inset
23871
23872 , which is normally in 
23873 \family sans
23874 textstyle
23875 \family default
23876 , larger in 
23877 \family sans
23878 displaystyle
23879 \family default
23880
23881 \begin_inset Formula ${\displaystyle \frac{1}{2}}$
23882 \end_inset
23883
23884 .
23885  The four styles are used in the following example:
23886 \end_layout
23887
23888 \begin_layout Standard
23889 \begin_inset Formula $displaystyle$
23890 \end_inset
23891
23892
23893 \begin_inset Formula ${\textstyle textstyle}$
23894 \end_inset
23895
23896
23897 \begin_inset Formula ${\scriptstyle scriptstyle}$
23898 \end_inset
23899
23900
23901 \begin_inset Formula ${\scriptscriptstyle scriptscriptstyle}$
23902 \end_inset
23903
23904 .
23905 \end_layout
23906
23907 \begin_layout Standard
23908 All these math-mode font sizes are relative, that means, if the whole math
23909  inset is set in a particular size with the menu 
23910 \family sans
23911 Edit\SpecialChar \menuseparator
23912 Text
23913 \begin_inset Space ~
23914 \end_inset
23915
23916 Style
23917 \family default
23918 , all sizes in the formula will be adjusted relative to this size.
23919  Similarly, if the base font size of the document is changed, all fonts
23920  will be adjusted to correspond.
23921  As example a formula in the font size 
23922 \begin_inset Quotes eld
23923 \end_inset
23924
23925 largest
23926 \begin_inset Quotes erd
23927 \end_inset
23928
23929 :
23930 \end_layout
23931
23932 \begin_layout Standard
23933
23934 \family roman
23935 \size largest
23936 \begin_inset Formula $\mathrm{e}=\sum_{n=0}^{\infty}\frac{1}{n!}$
23937 \end_inset
23938
23939
23940 \end_layout
23941
23942 \begin_layout Section
23943 AMS-LaTeX
23944 \begin_inset Index
23945 status collapsed
23946
23947 \begin_layout Plain Layout
23948 AMS math
23949 \end_layout
23950
23951 \end_inset
23952
23953
23954 \begin_inset Index
23955 status collapsed
23956
23957 \begin_layout Plain Layout
23958 Math ! AMS
23959 \end_layout
23960
23961 \end_inset
23962
23963
23964 \end_layout
23965
23966 \begin_layout Standard
23967 LyX supports the packages provided by the American Mathematical Society
23968  (AMS) that are in common use.
23969 \end_layout
23970
23971 \begin_layout Subsection
23972 Enabling AMS-Support
23973 \end_layout
23974
23975 \begin_layout Standard
23976 Selecting the checkbox 
23977 \family sans
23978 Use
23979 \begin_inset Space ~
23980 \end_inset
23981
23982 AMS
23983 \begin_inset Space ~
23984 \end_inset
23985
23986 math
23987 \begin_inset Space ~
23988 \end_inset
23989
23990 package
23991 \family default
23992  in the 
23993 \family sans
23994 Document\SpecialChar \menuseparator
23995 Settings
23996 \family default
23997
23998 \begin_inset Index
23999 status collapsed
24000
24001 \begin_layout Plain Layout
24002 Document ! Settings
24003 \end_layout
24004
24005 \end_inset
24006
24007  dialog under 
24008 \family sans
24009 Math
24010 \begin_inset Space ~
24011 \end_inset
24012
24013 Options
24014 \family default
24015  will include the AMS-packages in the document, and make the facilities
24016  available.
24017  AMS is needed for many math-constructs, so when you get LaTeX-errors in
24018  formulas, assure that you have enabled AMS.
24019 \end_layout
24020
24021 \begin_layout Subsection
24022 AMS-Formula Types
24023 \begin_inset CommandInset label
24024 LatexCommand label
24025 name "sub:AMS-Formula-Types"
24026
24027 \end_inset
24028
24029
24030 \begin_inset Index
24031 status collapsed
24032
24033 \begin_layout Plain Layout
24034 Math ! Multi-line Equations
24035 \end_layout
24036
24037 \end_inset
24038
24039
24040 \end_layout
24041
24042 \begin_layout Standard
24043 AMS-LaTeX provides a selection of different formula types.
24044  LyX allows you to choose between 
24045 \family typewriter
24046 align
24047 \family default
24048
24049 \family typewriter
24050 alignat
24051 \family default
24052
24053 \family typewriter
24054 flalign
24055 \family default
24056
24057 \family typewriter
24058 gather
24059 \family default
24060 , and 
24061 \family typewriter
24062 multline
24063 \family default
24064 .
24065  We refer to the AMS-documentation for an explanation of these formula types.
24066 \end_layout
24067
24068 \begin_layout Chapter
24069 More Tools
24070 \end_layout
24071
24072 \begin_layout Section
24073 Cross-References
24074 \begin_inset Index
24075 status collapsed
24076
24077 \begin_layout Plain Layout
24078 Cross references
24079 \end_layout
24080
24081 \end_inset
24082
24083
24084 \begin_inset CommandInset label
24085 LatexCommand label
24086 name "sec:Cross-References"
24087
24088 \end_inset
24089
24090
24091 \end_layout
24092
24093 \begin_layout Standard
24094 One of LyX's strengths are cross-references.
24095  You can reference every section, float, footnote, formula, and list in
24096  the document.
24097  To reference a document part, you have to insert a label into it.
24098  The label is used as anchor and name for the reference.
24099  We want for example refer to the the second item of the following list:
24100 \end_layout
24101
24102 \begin_layout Enumerate
24103 First item
24104 \end_layout
24105
24106 \begin_layout Enumerate
24107 \begin_inset CommandInset label
24108 LatexCommand label
24109 name "enu:Second-item"
24110
24111 \end_inset
24112
24113 Second item
24114 \end_layout
24115
24116 \begin_layout Enumerate
24117 Third item
24118 \end_layout
24119
24120 \begin_layout Standard
24121 First we insert a label into the second item with the menu 
24122 \family sans
24123 Insert\SpecialChar \menuseparator
24124 Label
24125 \family default
24126  or the by pressing the toolbar button 
24127 \begin_inset Graphics
24128         filename ../images/label-insert.png
24129         embed ""
24130         scale 85
24131
24132 \end_inset
24133
24134 .
24135  A grey label box like this: 
24136 \begin_inset Graphics
24137         filename clipart/labelQt4.png
24138         embed ""
24139         scale 85
24140
24141 \end_inset
24142
24143  is inserted and the label window pops up asking for the label text.
24144  LyX offers as text the first words of the item with a prefix, in our case
24145  the text 
24146 \begin_inset Quotes eld
24147 \end_inset
24148
24149
24150 \family sans
24151 enu: Second-item
24152 \family default
24153
24154 \begin_inset Quotes erd
24155 \end_inset
24156
24157 .
24158  The prefix 
24159 \begin_inset Quotes eld
24160 \end_inset
24161
24162
24163 \family sans
24164 enu:
24165 \family default
24166
24167 \begin_inset Quotes erd
24168 \end_inset
24169
24170  stands for 
24171 \begin_inset Quotes eld
24172 \end_inset
24173
24174 enumerate
24175 \begin_inset Quotes erd
24176 \end_inset
24177
24178 .
24179  The prefix depends on the document part where the label is inserted, e.g.
24180  if you insert a label to a section heading, the prefix will be 
24181 \begin_inset Quotes eld
24182 \end_inset
24183
24184
24185 \family sans
24186 sec:
24187 \family default
24188
24189 \begin_inset Quotes erd
24190 \end_inset
24191
24192 .
24193 \end_layout
24194
24195 \begin_layout Standard
24196 To reference the item, we refer to its label using the menu 
24197 \family sans
24198 Insert\SpecialChar \menuseparator
24199 Cross-Reference
24200 \family default
24201  or the toolbar button 
24202 \begin_inset Graphics
24203         filename ../images/dialog-show-new-inset_ref.png
24204         embed ""
24205         scale 85
24206
24207 \end_inset
24208
24209 .
24210  A grey cross-reference box like this: 
24211 \begin_inset Graphics
24212         filename clipart/referenceQt4.png
24213         embed ""
24214         scale 85
24215
24216 \end_inset
24217
24218  is inserted and the cross-reference window appear showing all labels of
24219  the document.
24220  We can now sort the labels alphabetically and then choose the entry 
24221 \begin_inset Quotes eld
24222 \end_inset
24223
24224
24225 \family sans
24226 enu:Second-item
24227 \family default
24228
24229 \begin_inset Quotes erd
24230 \end_inset
24231
24232 .
24233  At the position of the cross-reference box the item number will appear
24234  in the output.
24235  Here is our cross-reference:
24236 \end_layout
24237
24238 \begin_layout Standard
24239 Item
24240 \begin_inset Space ~
24241 \end_inset
24242
24243
24244 \begin_inset CommandInset ref
24245 LatexCommand ref
24246 reference "enu:Second-item"
24247
24248 \end_inset
24249
24250
24251 \end_layout
24252
24253 \begin_layout Standard
24254 It is recommended to use a protected space
24255 \begin_inset Foot
24256 status collapsed
24257
24258 \begin_layout Plain Layout
24259 described in section
24260 \begin_inset Space ~
24261 \end_inset
24262
24263
24264 \begin_inset CommandInset ref
24265 LatexCommand ref
24266 reference "sub:Protected-Space"
24267
24268 \end_inset
24269
24270
24271 \end_layout
24272
24273 \end_inset
24274
24275  between the cross-reference name and its number to avoid ugly linebreaks
24276  between them.
24277 \end_layout
24278
24279 \begin_layout Standard
24280 There are six varieties of cross-references:
24281 \end_layout
24282
24283 \begin_layout Description
24284 <reference>: prints the float number, this is the default: 
24285 \begin_inset CommandInset ref
24286 LatexCommand ref
24287 reference "cap:Two-distorted-images"
24288
24289 \end_inset
24290
24291
24292 \end_layout
24293
24294 \begin_layout Description
24295 (<reference>): prints the float number within two parentheses, this is the
24296  style normally used to reference formulas, especially when the reference
24297  name 
24298 \begin_inset Quotes eld
24299 \end_inset
24300
24301 Equation
24302 \begin_inset Quotes erd
24303 \end_inset
24304
24305  is omitted: 
24306 \begin_inset CommandInset ref
24307 LatexCommand eqref
24308 reference "eq:tanhExp"
24309
24310 \end_inset
24311
24312
24313 \end_layout
24314
24315 \begin_layout Description
24316 <page>: prints the page number: Page
24317 \begin_inset Space ~
24318 \end_inset
24319
24320
24321 \begin_inset CommandInset ref
24322 LatexCommand pageref
24323 reference "cap:Two-distorted-images"
24324
24325 \end_inset
24326
24327
24328 \end_layout
24329
24330 \begin_layout Description
24331 on
24332 \begin_inset Space ~
24333 \end_inset
24334
24335 page
24336 \begin_inset Space ~
24337 \end_inset
24338
24339 <page>: prints the text "on page" and the page number: 
24340 \begin_inset CommandInset ref
24341 LatexCommand vpageref
24342 reference "cap:Two-distorted-images"
24343
24344 \end_inset
24345
24346
24347 \end_layout
24348
24349 \begin_layout Description
24350 <reference>
24351 \begin_inset Space ~
24352 \end_inset
24353
24354 on
24355 \begin_inset Space ~
24356 \end_inset
24357
24358 page
24359 \begin_inset Space ~
24360 \end_inset
24361
24362 <page>: prints the float number, the text "on page", and the page number:
24363  
24364 \begin_inset CommandInset ref
24365 LatexCommand vref
24366 reference "cap:Two-distorted-images"
24367
24368 \end_inset
24369
24370
24371 \end_layout
24372
24373 \begin_layout Description
24374 Formatted
24375 \begin_inset Space ~
24376 \end_inset
24377
24378 reference: prints a self defined cross-reference format.
24379 \begin_inset Newline newline
24380 \end_inset
24381
24382
24383 \begin_inset Note Greyedout
24384 status open
24385
24386 \begin_layout Plain Layout
24387
24388 \series bold
24389 Note:
24390 \series default
24391  This feature is only available when you have the LaTeX-package 
24392 \series bold
24393 prettyref
24394 \begin_inset Index
24395 status collapsed
24396
24397 \begin_layout Plain Layout
24398 Latex@LaTeX-packages ! prettyref
24399 \end_layout
24400
24401 \end_inset
24402
24403
24404 \series default
24405  installed.
24406 \end_layout
24407
24408 \end_inset
24409
24410
24411 \end_layout
24412
24413 \begin_layout Standard
24414 Note that the style <page> won't print the page number if the label is on
24415  the previous, the same, or the next page.
24416  You will e.
24417 \begin_inset Space \thinspace{}
24418 \end_inset
24419
24420 g.
24421 \begin_inset Space ~
24422 \end_inset
24423
24424 see the text 
24425 \begin_inset Quotes eld
24426 \end_inset
24427
24428
24429 \family sans
24430 on this page
24431 \family default
24432
24433 \begin_inset Quotes erd
24434 \end_inset
24435
24436  instead.
24437 \end_layout
24438
24439 \begin_layout Standard
24440 The number and current page of the referred document part in the output,
24441  is automatically calculated by LaTeX.
24442  The varieties are adjusted in the field 
24443 \family sans
24444 Format
24445 \family default
24446  of the cross-reference window, that appear when you click on the cross-referenc
24447 e box.
24448 \end_layout
24449
24450 \begin_layout Standard
24451 You can only use the style 
24452 \family sans
24453 <reference>
24454 \family default
24455  to reference numbered document parts, while the reference style 
24456 \family sans
24457 <page>
24458 \family default
24459  is always possible.
24460 \end_layout
24461
24462 \begin_layout Standard
24463 If you want to reference a section, put the label in the section heading,
24464  to reference a float, put the label in the caption.
24465  For footnotes you can put the label somewhere in it.
24466  Referencing formulas is explained in section
24467 \begin_inset Space ~
24468 \end_inset
24469
24470
24471 \begin_inset CommandInset ref
24472 LatexCommand ref
24473 reference "sec:Formula-Numbering-and"
24474
24475 \end_inset
24476
24477 .
24478 \end_layout
24479
24480 \begin_layout Standard
24481 The button 
24482 \family sans
24483 Go
24484 \begin_inset Space ~
24485 \end_inset
24486
24487 to
24488 \begin_inset Space ~
24489 \end_inset
24490
24491 Label
24492 \family default
24493  in the cross-reference window sets the the cursor before the referred label.
24494  The button text changes then to 
24495 \family sans
24496 Go
24497 \begin_inset Space ~
24498 \end_inset
24499
24500 Back
24501 \family default
24502  and you can use it to set the cursor back to the cross-reference.
24503  Right-clicking on a cross-reference box also sets the cursor before the
24504  referred label but without a possibility to go back.
24505  
24506 \end_layout
24507
24508 \begin_layout Standard
24509 You can change labels at any time by clicking on the label box.
24510  References to the changed label will automatically change its link to the
24511  new label text, so that you don't need to take care about this.
24512 \end_layout
24513
24514 \begin_layout Standard
24515 If a cross-reference refers to a non-existing label, you'll see two question
24516  marks in the output instead of the reference.
24517 \end_layout
24518
24519 \begin_layout Standard
24520 References are described in detail in the 
24521 \emph on
24522 Embedded Objects
24523 \emph default
24524  manual.
24525 \end_layout
24526
24527 \begin_layout Section
24528 Table of Contents and other Listings
24529 \begin_inset Index
24530 status collapsed
24531
24532 \begin_layout Plain Layout
24533 Table of contents
24534 \end_layout
24535
24536 \end_inset
24537
24538
24539 \begin_inset Index
24540 status collapsed
24541
24542 \begin_layout Plain Layout
24543 Outline
24544 \end_layout
24545
24546 \end_inset
24547
24548
24549 \begin_inset CommandInset label
24550 LatexCommand label
24551 name "sec:toc"
24552
24553 \end_inset
24554
24555
24556 \end_layout
24557
24558 \begin_layout Subsection
24559 Table of Contents and Outline
24560 \begin_inset CommandInset label
24561 LatexCommand label
24562 name "sub:Table-of-Contents"
24563
24564 \end_inset
24565
24566
24567 \end_layout
24568
24569 \begin_layout Standard
24570 The Table of Contents (TOC) is inserted with the menu 
24571 \family sans
24572 Insert\SpecialChar \menuseparator
24573 List/TOC\SpecialChar \menuseparator
24574 Table
24575 \begin_inset Space ~
24576 \end_inset
24577
24578 of
24579 \begin_inset Space ~
24580 \end_inset
24581
24582 Contents
24583 \family default
24584 .
24585  Is is displayed in LyX as a gray box.
24586  If you click on it, the TOC window appears, showing you the TOC entries.
24587  You can jump to a document part by clicking on an entry.
24588  Thus you can use this window as graphical alternative for the 
24589 \family sans
24590 Navigate
24591 \family default
24592  menu.
24593 \end_layout
24594
24595 \begin_layout Standard
24596 The TOC lists every numbered section automatically.
24597  If you have declared a short title for a section heading, as described
24598  in section
24599 \begin_inset Space ~
24600 \end_inset
24601
24602
24603 \begin_inset CommandInset ref
24604 LatexCommand ref
24605 reference "sec:Short-Titles"
24606
24607 \end_inset
24608
24609 , it will be used in the TOC instead of the section heading.
24610  Section
24611 \begin_inset Space ~
24612 \end_inset
24613
24614
24615 \begin_inset CommandInset ref
24616 LatexCommand ref
24617 reference "sub:Numbering-depth"
24618
24619 \end_inset
24620
24621  describes how the level is adjusted that defines which section types are
24622  listed in the TOC.
24623  You can also adjust the level for the displayed sections in the TOC window
24624  using the grey fader at the bottom of the window.
24625  Unnumbered sections are not listed in the TOC.
24626 \end_layout
24627
24628 \begin_layout Standard
24629 You can use the TOC window also as outline to move and rearrange sections
24630  in your documents.
24631  The TOC window therefore also appears when you use the menu 
24632 \family sans
24633 Document\SpecialChar \menuseparator
24634 Outline
24635 \family default
24636 .
24637 \end_layout
24638
24639 \begin_layout Subsection
24640 List of Figures, Tables and Algorithms
24641 \begin_inset CommandInset label
24642 LatexCommand label
24643 name "sec:ListsOf"
24644
24645 \end_inset
24646
24647
24648 \end_layout
24649
24650 \begin_layout Standard
24651 Table, figure, and algorithm lists are very much like the table of contents.
24652  You can insert them via the 
24653 \family sans
24654 Insert\SpecialChar \menuseparator
24655 List
24656 \begin_inset Space ~
24657 \end_inset
24658
24659 /
24660 \begin_inset Space ~
24661 \end_inset
24662
24663 TOC
24664 \family default
24665  submenus.
24666  The list entries are the float captions and the float number.
24667 \end_layout
24668
24669 \begin_layout Section
24670 URLs and Hyperlinks
24671 \begin_inset Index
24672 status collapsed
24673
24674 \begin_layout Plain Layout
24675 URLs
24676 \end_layout
24677
24678 \end_inset
24679
24680
24681 \begin_inset Index
24682 status collapsed
24683
24684 \begin_layout Plain Layout
24685 Hyperlinks
24686 \end_layout
24687
24688 \end_inset
24689
24690
24691 \begin_inset CommandInset label
24692 LatexCommand label
24693 name "sec:URL"
24694
24695 \end_inset
24696
24697
24698 \end_layout
24699
24700 \begin_layout Subsection
24701 URLs
24702 \end_layout
24703
24704 \begin_layout Standard
24705 Links to web pages or email addresses can be inserted via the menu 
24706 \family sans
24707 Insert\SpecialChar \menuseparator
24708 URL
24709 \family default
24710 .
24711 \end_layout
24712
24713 \begin_layout Standard
24714 Here is an example URL: LyX's homepage: 
24715 \begin_inset Flex URL
24716 status open
24717
24718 \begin_layout Plain Layout
24719
24720 http://www.lyx.org
24721 \end_layout
24722
24723 \end_inset
24724
24725
24726 \end_layout
24727
24728 \begin_layout Standard
24729 You cannot change the style of the link text, the URL text will always be
24730  in the style 
24731 \family typewriter
24732 Typewriter
24733 \family default
24734 .
24735  To be able to format the URL text, use hyperlinks as explained in the next
24736  subsection.
24737 \end_layout
24738
24739 \begin_layout Standard
24740 \begin_inset Note Greyedout
24741 status open
24742
24743 \begin_layout Plain Layout
24744
24745 \series bold
24746 Note:
24747 \series default
24748  URLs must not end with a backslash, otherwise you get LaTeX errors.
24749 \end_layout
24750
24751 \end_inset
24752
24753
24754 \end_layout
24755
24756 \begin_layout Subsection
24757 Hyperlinks
24758 \end_layout
24759
24760 \begin_layout Standard
24761 Hyperlinks can be inserted with the menu 
24762 \family sans
24763 Insert\SpecialChar \menuseparator
24764 Hyperlink
24765 \family default
24766  or with the toolbar button 
24767 \begin_inset Graphics
24768         filename ../images/href-insert.png
24769         embed ""
24770         BoundingBox 0bp 5bp 20bp 20bp
24771
24772 \end_inset
24773
24774 .
24775  The appearing dialog has two fields: 
24776 \family sans
24777 Target
24778 \family default
24779  and 
24780 \family sans
24781 Name
24782 \family default
24783 .
24784  The name is the printed text for the hyperlink.
24785  The hyperlink type can be a weblink like this: 
24786 \begin_inset CommandInset href
24787 LatexCommand href
24788 name "LyX's homepage"
24789 target "http://www.lyx.org"
24790
24791 \end_inset
24792
24793 , an Email address like this: 
24794 \begin_inset CommandInset href
24795 LatexCommand href
24796 name "lyx-docs mailing list"
24797 target "lyx-docs@lists.lyx.org?subject=LyX's documentation"
24798 type "mailto:"
24799
24800 \end_inset
24801
24802 , or a link to a file.
24803 \end_layout
24804
24805 \begin_layout Standard
24806 You can start applications via a hyperlink when you insert a weblink, but
24807  add the prefix 
24808 \begin_inset Quotes eld
24809 \end_inset
24810
24811
24812 \family sans
24813 run:
24814 \family default
24815
24816 \begin_inset Quotes erd
24817 \end_inset
24818
24819  to the link target.
24820 \end_layout
24821
24822 \begin_layout Standard
24823 Hyperlinks will automatically be hyphenated if necessary and become clickable
24824  in the DVI and PDF-output.
24825  To set the format of the link text, highlight the hyperlink inset and use
24826  the text style dialog.
24827  This is for example a hyperlink with bold sans serif text: 
24828 \family sans
24829 \series bold
24830
24831 \begin_inset CommandInset href
24832 LatexCommand href
24833 name "LyX's homepage"
24834 target "http://www.lyx.org"
24835
24836 \end_inset
24837
24838
24839 \end_layout
24840
24841 \begin_layout Standard
24842 The link text color can be changed, when the option 
24843 \family sans
24844 Color links
24845 \family default
24846  is set in the PDF Properties dialog (menu 
24847 \family sans
24848 Document\SpecialChar \menuseparator
24849 Settings\SpecialChar \menuseparator
24850 PDF Properties
24851 \family default
24852 ).
24853  The link text is for example set in this document to blue by adding the
24854  option
24855 \begin_inset Newline newline
24856 \end_inset
24857
24858
24859 \series bold
24860 urlcolor=blue
24861 \series default
24862
24863 \begin_inset Newline newline
24864 \end_inset
24865
24866 to the field 
24867 \family sans
24868 Additional options
24869 \family default
24870  in the PDF Properties dialog.
24871 \end_layout
24872
24873 \begin_layout Section
24874 Appendices
24875 \begin_inset Index
24876 status collapsed
24877
24878 \begin_layout Plain Layout
24879 Appendix
24880 \end_layout
24881
24882 \end_inset
24883
24884
24885 \begin_inset CommandInset label
24886 LatexCommand label
24887 name "sec:Appendices"
24888
24889 \end_inset
24890
24891
24892 \end_layout
24893
24894 \begin_layout Standard
24895 Appendices are created with the menu 
24896 \family sans
24897 Document\SpecialChar \menuseparator
24898 Start
24899 \begin_inset Space ~
24900 \end_inset
24901
24902 Appendix
24903 \begin_inset Space ~
24904 \end_inset
24905
24906 Here
24907 \family default
24908 .
24909  This menu sets the document from the current cursor position to the end
24910  as appendix region.
24911  The region is marked with a red borderline.
24912 \end_layout
24913
24914 \begin_layout Standard
24915 Every chapter (or section) within the appendix region is treated as an appendix,
24916  numbered with a capital Latin letter.
24917  The appendix subsections are numbered with this letter followed by a dot
24918  and the subsection number.
24919  All appendix sections can be referenced as if they were normal sections,
24920  here two examples:
24921 \end_layout
24922
24923 \begin_layout Standard
24924 Appendix
24925 \begin_inset Space ~
24926 \end_inset
24927
24928
24929 \begin_inset CommandInset ref
24930 LatexCommand ref
24931 reference "cha:Credits"
24932
24933 \end_inset
24934
24935 ; Appendix
24936 \begin_inset Space ~
24937 \end_inset
24938
24939
24940 \begin_inset CommandInset ref
24941 LatexCommand ref
24942 reference "sub:Export"
24943
24944 \end_inset
24945
24946
24947 \end_layout
24948
24949 \begin_layout Section
24950 Bibliography
24951 \begin_inset Index
24952 status collapsed
24953
24954 \begin_layout Plain Layout
24955 Bibliography
24956 \end_layout
24957
24958 \end_inset
24959
24960
24961 \begin_inset CommandInset label
24962 LatexCommand label
24963 name "sec:Bibliography"
24964
24965 \end_inset
24966
24967
24968 \end_layout
24969
24970 \begin_layout Standard
24971 There are two ways of generating the bibliography in a LyX-document.
24972  You can include a bibliography database
24973 \begin_inset Foot
24974 status collapsed
24975
24976 \begin_layout Plain Layout
24977 Known under the name 
24978 \begin_inset Quotes eld
24979 \end_inset
24980
24981 BibTeX-database
24982 \begin_inset Quotes erd
24983 \end_inset
24984
24985 .
24986 \end_layout
24987
24988 \end_inset
24989
24990 , which is explained in the next subsection or you can insert the bibliography
24991  manually.
24992  For the second method we use the paragraph environment 
24993 \family sans
24994 Bibliography
24995 \family default
24996 , described in section
24997 \begin_inset Space ~
24998 \end_inset
24999
25000
25001 \begin_inset CommandInset ref
25002 LatexCommand ref
25003 reference "sub:Biblio_environment"
25004
25005 \end_inset
25006
25007 .
25008 \end_layout
25009
25010 \begin_layout Standard
25011 Within the 
25012 \family sans
25013 Bibliography
25014 \family default
25015  environment, every paragraph begins with a gray bibliography box labeled
25016  with a number.
25017  If you click on it, you will get a dialog in which you can set a 
25018 \family sans
25019 Key
25020 \family default
25021  and a 
25022 \family sans
25023 Label
25024 \family default
25025 .
25026  The key is the symbolic name by which you will refer to this bibliography
25027  entry.
25028  For example, our second entry in the bibliography is a book about LaTeX
25029  and we used 
25030 \begin_inset Quotes eld
25031 \end_inset
25032
25033 latexcompanion
25034 \begin_inset Quotes erd
25035 \end_inset
25036
25037 , a short form of its title, as key.
25038 \end_layout
25039
25040 \begin_layout Standard
25041 You can refer to the key of a bibliography entry using the menu 
25042 \family sans
25043 Insert\SpecialChar \menuseparator
25044 Citation
25045 \family default
25046  or the toobar button 
25047 \begin_inset Graphics
25048         filename ../images/dialog-show-new-inset_citation.png
25049         embed ""
25050         BoundingBox 0bp 5bp 20bp 20bp
25051
25052 \end_inset
25053
25054 .
25055  A citation reference box is inserted and a citation window will appear
25056  in which you can select one or more keys in the available key list.
25057  The citation reference box will be labeled with the referenced key.
25058  When you click on the box, the citation window appears and you can change
25059  the reference.
25060 \end_layout
25061
25062 \begin_layout Standard
25063 Citation references appear in the output as number of the bibliography entry
25064  with surrounding brackets.
25065  If you set a 
25066 \family sans
25067 Label
25068 \family default
25069  for the entry, the label will appear instead of the number.
25070  Here two examples; the first without a label, the second with the label
25071  
25072 \begin_inset Quotes eld
25073 \end_inset
25074
25075 Credits
25076 \begin_inset Quotes erd
25077 \end_inset
25078
25079 :
25080 \end_layout
25081
25082 \begin_layout Standard
25083 Have a look at the 
25084 \family sans
25085 LaTeX Companion Second Edition
25086 \family default
25087
25088 \begin_inset CommandInset citation
25089 LatexCommand cite
25090 key "latexcompanion"
25091
25092 \end_inset
25093
25094
25095 \end_layout
25096
25097 \begin_layout Standard
25098 The LyX-Team members are listed in the Credits: 
25099 \begin_inset CommandInset citation
25100 LatexCommand cite
25101 key "lyxcredit"
25102
25103 \end_inset
25104
25105
25106 \end_layout
25107
25108 \begin_layout Subsection
25109 Bibliography databases (BibTeX)
25110 \begin_inset Index
25111 status collapsed
25112
25113 \begin_layout Plain Layout
25114 Bibliography ! Databases
25115 \end_layout
25116
25117 \end_inset
25118
25119
25120 \begin_inset Index
25121 status open
25122
25123 \begin_layout Plain Layout
25124 Bibliography ! BibT
25125 \begin_inset ERT
25126 status collapsed
25127
25128 \begin_layout Plain Layout
25129
25130 {}
25131 \end_layout
25132
25133 \end_inset
25134
25135 eX
25136 \end_layout
25137
25138 \end_inset
25139
25140
25141 \begin_inset CommandInset label
25142 LatexCommand label
25143 name "sub:Bibliography-databases"
25144
25145 \end_inset
25146
25147
25148 \begin_inset Note Note
25149 status open
25150
25151 \begin_layout Plain Layout
25152 Fix this Index entry when bug 4600 is fixed!
25153 \end_layout
25154
25155 \end_inset
25156
25157
25158 \end_layout
25159
25160 \begin_layout Standard
25161 Bibliography databases are useful if you use the same bibliography in different
25162  documents.
25163  It makes it also very easy to have a uniform layout for all bibliography
25164  entries.
25165  You can collect the bibliography of all relevant books and articles of
25166  your working field in a database.
25167  This database can be used for different documents, because only the referenced
25168  entries of the database will appear in the bibliography list.
25169 \end_layout
25170
25171 \begin_layout Standard
25172 The database is a text file with the file extension 
25173 \begin_inset Quotes eld
25174 \end_inset
25175
25176
25177 \family sans
25178 .bib
25179 \family default
25180
25181 \begin_inset Quotes erd
25182 \end_inset
25183
25184  containing the bibliography in a special format.
25185  The format is explained in LaTeX books (
25186 \begin_inset CommandInset citation
25187 LatexCommand cite
25188 key "Mittelbach,Kopka,Lamport"
25189
25190 \end_inset
25191
25192 ).
25193  Normally one uses a special program to create and edit entries of the database.
25194  Under
25195 \begin_inset Newline newline
25196 \end_inset
25197
25198  
25199 \begin_inset Flex URL
25200 status collapsed
25201
25202 \begin_layout Plain Layout
25203
25204 http://wiki.lyx.org/BibTeX/Programs
25205 \end_layout
25206
25207 \end_inset
25208
25209
25210 \begin_inset Newline newline
25211 \end_inset
25212
25213 you find a list of programs for bibliography databases.
25214 \end_layout
25215
25216 \begin_layout Standard
25217 To use a database, use the menu 
25218 \family sans
25219 Insert\SpecialChar \menuseparator
25220 List
25221 \family default
25222 /
25223 \family sans
25224 TOC\SpecialChar \menuseparator
25225 BibT
25226 \begin_inset ERT
25227 status collapsed
25228
25229 \begin_layout Plain Layout
25230
25231 {}
25232 \end_layout
25233
25234 \end_inset
25235
25236 eX
25237 \begin_inset Space ~
25238 \end_inset
25239
25240 Bibliography
25241 \family default
25242 .
25243  A grey box will be inserted and a window appears.
25244  In this window you can load one or more databases and a style file.
25245 \end_layout
25246
25247 \begin_layout Standard
25248 The style file is a text file with the file extension
25249 \begin_inset Quotes erd
25250 \end_inset
25251
25252
25253 \family sans
25254 .bst
25255 \family default
25256
25257 \begin_inset Quotes erd
25258 \end_inset
25259
25260  that declares the layout of all bibliography entries.
25261  Many publishers provide special style files, so that you don't have to
25262  take care of the layout.
25263 \end_layout
25264
25265 \begin_layout Standard
25266 Inserting a citation reference works like described above.
25267 \end_layout
25268
25269 \begin_layout Standard
25270 \begin_inset VSpace defskip
25271 \end_inset
25272
25273
25274 \end_layout
25275
25276 \begin_layout Standard
25277 To generate the bibliography from a database, the program BibTeX is used
25278  by LyX.
25279  This program can be controlled with options that you can add in LyX's preferenc
25280 es dialog under 
25281 \family sans
25282 Outputs
25283 \family default
25284
25285 \family sans
25286 LaT
25287 \begin_inset ERT
25288 status collapsed
25289
25290 \begin_layout Plain Layout
25291
25292 {}
25293 \end_layout
25294
25295 \end_inset
25296
25297 eX
25298 \family default
25299  in the field 
25300 \family sans
25301 BibT
25302 \begin_inset ERT
25303 status collapsed
25304
25305 \begin_layout Plain Layout
25306
25307 {}
25308 \end_layout
25309
25310 \end_inset
25311
25312 eX
25313 \begin_inset Space ~
25314 \end_inset
25315
25316 command
25317 \family default
25318 .
25319  Before adding options, it is strongly recommended to read the manual of
25320  
25321 \family sans
25322 BibTeX
25323 \family default
25324 .
25325 \end_layout
25326
25327 \begin_layout Standard
25328 \begin_inset VSpace defskip
25329 \end_inset
25330
25331
25332 \end_layout
25333
25334 \begin_layout Standard
25335 We use two bibliographies in this document to show the difference between
25336  the two methods of creating them.
25337  As you can see, the bibliography that is created from a database lists
25338  only the database entries that are referenced in the document.
25339  We used the style file 
25340 \family sans
25341 alphadin.bst
25342 \family default
25343  to get the complicated German reference key scheme in the bibliography.
25344 \end_layout
25345
25346 \begin_layout Subsection
25347 Bibliography layout
25348 \begin_inset Index
25349 status collapsed
25350
25351 \begin_layout Plain Layout
25352 Bibliography ! Layout
25353 \end_layout
25354
25355 \end_inset
25356
25357
25358 \end_layout
25359
25360 \begin_layout Standard
25361 In the citation reference dialog you can set a special citation format.
25362  For this feature you need to use the option 
25363 \family sans
25364 Natbib
25365 \family default
25366  enabled in the 
25367 \family sans
25368 Document\SpecialChar \menuseparator
25369 Settings
25370 \family default
25371
25372 \begin_inset Index
25373 status collapsed
25374
25375 \begin_layout Plain Layout
25376 Document ! Settings
25377 \end_layout
25378
25379 \end_inset
25380
25381  dialog under 
25382 \family sans
25383 Bibliography
25384 \family default
25385 .
25386  Setting a citation style for a reference will overwrite the default.
25387  For the global citation format use the BibTeX style files as explained
25388  in the previous section.
25389 \end_layout
25390
25391 \begin_layout Standard
25392 You can also set text, that should appear before or after a citation reference,
25393  in the citation reference window.
25394  Here an example where we set the text 
25395 \begin_inset Quotes eld
25396 \end_inset
25397
25398 Chapter
25399 \begin_inset Space ~
25400 \end_inset
25401
25402 3
25403 \begin_inset Quotes erd
25404 \end_inset
25405
25406  to appear after the reference:
25407 \end_layout
25408
25409 \begin_layout Standard
25410 Have a look at 
25411 \begin_inset CommandInset citation
25412 LatexCommand cite
25413 after "Chapter 3"
25414 key "latexcompanion"
25415
25416 \end_inset
25417
25418 .
25419 \end_layout
25420
25421 \begin_layout Section
25422 Index
25423 \begin_inset Index
25424 status collapsed
25425
25426 \begin_layout Plain Layout
25427 Index generation
25428 \end_layout
25429
25430 \end_inset
25431
25432
25433 \begin_inset CommandInset label
25434 LatexCommand label
25435 name "sec:Index"
25436
25437 \end_inset
25438
25439
25440 \end_layout
25441
25442 \begin_layout Standard
25443 An index entry is created if you use the menu 
25444 \family sans
25445 Insert\SpecialChar \menuseparator
25446 Index
25447 \begin_inset Space ~
25448 \end_inset
25449
25450 Entry
25451 \family default
25452  or the toolbar button 
25453 \begin_inset Graphics
25454         filename ../images/index-insert.png
25455         embed ""
25456         BoundingBox 0bp 5bp 20bp 20bp
25457
25458 \end_inset
25459
25460 .
25461  A gray box labeled 
25462 \begin_inset Quotes eld
25463 \end_inset
25464
25465
25466 \family sans
25467 Idx
25468 \family default
25469
25470 \begin_inset Quotes erd
25471 \end_inset
25472
25473  is inserted containing the text that appears in the index.
25474  The word where the cursor is in or the currently highlighted text is proposed
25475  by LyX as index entry.
25476 \end_layout
25477
25478 \begin_layout Standard
25479 We give a short overview of the index commands in the next subsections.
25480  For a detailed description of LaTeX's index mechanism, have a look at one
25481  of the LaTeX books 
25482 \begin_inset CommandInset citation
25483 LatexCommand cite
25484 key "latexcompanion,latexguide,latexbook"
25485
25486 \end_inset
25487
25488 .
25489 \end_layout
25490
25491 \begin_layout Standard
25492 You can change index entries by clicking on the index box.
25493 \end_layout
25494
25495 \begin_layout Standard
25496 The index list is inserted to the document with the menu 
25497 \family sans
25498 Insert\SpecialChar \menuseparator
25499 List
25500 \begin_inset Space ~
25501 \end_inset
25502
25503 /
25504 \begin_inset Space ~
25505 \end_inset
25506
25507 TOC\SpecialChar \menuseparator
25508 Index
25509 \begin_inset Space ~
25510 \end_inset
25511
25512 List
25513 \family default
25514 .
25515  A light blue box labeled 
25516 \begin_inset Quotes eld
25517 \end_inset
25518
25519
25520 \family sans
25521 Index
25522 \family default
25523
25524 \begin_inset Quotes erd
25525 \end_inset
25526
25527  will show the place where the index is printed in the output.
25528  The index list box is not clickable like other LyX-boxes.
25529 \end_layout
25530
25531 \begin_layout Subsection
25532 Grouping Index Entries
25533 \begin_inset Index
25534 status collapsed
25535
25536 \begin_layout Plain Layout
25537 Index ! Grouping
25538 \end_layout
25539
25540 \end_inset
25541
25542
25543 \end_layout
25544
25545 \begin_layout Standard
25546 Index entries are often grouped to offer the reader a fast search in the
25547  index.
25548  We want to group for example the index entries for itemized and enumerated
25549  lists under the entry 
25550 \begin_inset Quotes eld
25551 \end_inset
25552
25553 Lists
25554 \begin_inset Quotes erd
25555 \end_inset
25556
25557 .
25558  First we create the entry 
25559 \begin_inset Quotes eld
25560 \end_inset
25561
25562 Lists
25563 \begin_inset Quotes erd
25564 \end_inset
25565
25566  in section
25567 \begin_inset Space ~
25568 \end_inset
25569
25570
25571 \begin_inset CommandInset ref
25572 LatexCommand ref
25573 reference "sub:Lists"
25574
25575 \end_inset
25576
25577 .
25578  In the text field for the itemized list index entry in section
25579 \begin_inset Space ~
25580 \end_inset
25581
25582
25583 \begin_inset CommandInset ref
25584 LatexCommand ref
25585 reference "sec:Itemize"
25586
25587 \end_inset
25588
25589 , we insert the command
25590 \end_layout
25591
25592 \begin_layout Standard
25593
25594 \series bold
25595 Lists ! Itemize
25596 \end_layout
25597
25598 \begin_layout Standard
25599 and the command
25600 \end_layout
25601
25602 \begin_layout Standard
25603
25604 \series bold
25605 Lists ! Enumerate
25606 \end_layout
25607
25608 \begin_layout Standard
25609 for the enumerated list in section
25610 \begin_inset Space ~
25611 \end_inset
25612
25613
25614 \begin_inset CommandInset ref
25615 LatexCommand ref
25616 reference "sec:Enumerate"
25617
25618 \end_inset
25619
25620 .
25621 \end_layout
25622
25623 \begin_layout Standard
25624 The exclamation mark 
25625 \begin_inset Quotes eld
25626 \end_inset
25627
25628 !
25629 \begin_inset Quotes erd
25630 \end_inset
25631
25632  marks the grouping levels.
25633  You can have three levels; every index level is indented a bit more.
25634  An index entry for the higher levels is not required.
25635  If we don't have an index entry for 
25636 \begin_inset Quotes eld
25637 \end_inset
25638
25639 Lists
25640 \begin_inset Quotes erd
25641 \end_inset
25642
25643 , it will be printed anyway, but without a page number.
25644 \end_layout
25645
25646 \begin_layout Subsection
25647 Page Ranges
25648 \begin_inset Index
25649 status collapsed
25650
25651 \begin_layout Plain Layout
25652 Index ! Page ranges
25653 \end_layout
25654
25655 \end_inset
25656
25657
25658 \end_layout
25659
25660 \begin_layout Standard
25661 Normally an index entry will appear with the page number of the indexed
25662  section.
25663  But sometimes you want to index more pages under the same entry.
25664  E.g if we want to index the paragraph environments, we create an index entry
25665  in section
25666 \begin_inset Space ~
25667 \end_inset
25668
25669
25670 \begin_inset CommandInset ref
25671 LatexCommand ref
25672 reference "sec:Paragraph-Environments"
25673
25674 \end_inset
25675
25676  with the command
25677 \end_layout
25678
25679 \begin_layout Standard
25680
25681 \series bold
25682 Paragraph environments|(
25683 \end_layout
25684
25685 \begin_layout Standard
25686 and another entry at the end of section
25687 \begin_inset Space ~
25688 \end_inset
25689
25690
25691 \begin_inset CommandInset ref
25692 LatexCommand ref
25693 reference "sub:LyX-Code"
25694
25695 \end_inset
25696
25697  with the command
25698 \end_layout
25699
25700 \begin_layout Standard
25701
25702 \series bold
25703 Paragraph environments|)
25704 \end_layout
25705
25706 \begin_layout Standard
25707 The commands 
25708 \begin_inset Quotes eld
25709 \end_inset
25710
25711
25712 \series bold
25713 |(
25714 \series default
25715
25716 \begin_inset Quotes erd
25717 \end_inset
25718
25719  and 
25720 \begin_inset Quotes eld
25721 \end_inset
25722
25723
25724 \series bold
25725 |)
25726 \series default
25727
25728 \begin_inset Quotes erd
25729 \end_inset
25730
25731  respectively starts and ends the index range.
25732  You can also add the same index entry at different places in the document.
25733  They appear in the output under one entry with a comma separated list of
25734  the pages of the indexed document parts.
25735  An example is the index entry 
25736 \begin_inset Quotes eld
25737 \end_inset
25738
25739 Document ! Settings
25740 \begin_inset Quotes erd
25741 \end_inset
25742
25743 .
25744 \end_layout
25745
25746 \begin_layout Subsection
25747 Cross referencing
25748 \begin_inset Index
25749 status collapsed
25750
25751 \begin_layout Plain Layout
25752 Index ! Cross referencing
25753 \end_layout
25754
25755 \end_inset
25756
25757
25758 \end_layout
25759
25760 \begin_layout Standard
25761 It is also possible to refer to another index entry.
25762  We referred for example in the index entry 
25763 \begin_inset Quotes eld
25764 \end_inset
25765
25766 GIF
25767 \begin_inset Quotes erd
25768 \end_inset
25769
25770  (in section
25771 \begin_inset Space ~
25772 \end_inset
25773
25774
25775 \begin_inset CommandInset ref
25776 LatexCommand ref
25777 reference "sub:Image-Formats"
25778
25779 \end_inset
25780
25781 ) to the index entry 
25782 \begin_inset Quotes eld
25783 \end_inset
25784
25785 Image formats
25786 \begin_inset Quotes erd
25787 \end_inset
25788
25789  in the same section using the entry
25790 \end_layout
25791
25792 \begin_layout Standard
25793
25794 \series bold
25795 GIF|see{Image formats}
25796 \end_layout
25797
25798 \begin_layout Standard
25799 Where the braces have to be inserted as ERT.
25800  The text within the braces is the referenced entry.
25801  The reference will appear in the output without a page number.
25802 \end_layout
25803
25804 \begin_layout Subsection
25805 Index Entry Order
25806 \begin_inset Index
25807 status collapsed
25808
25809 \begin_layout Plain Layout
25810 Index ! Entry order
25811 \end_layout
25812
25813 \end_inset
25814
25815
25816 \end_layout
25817
25818 \begin_layout Standard
25819 You can use accented characters in the index entry, but the entries might
25820  then not follow the rules for the index order.
25821  The index entries are sorted alphabetically, but LaTeX
25822 \begin_inset Foot
25823 status collapsed
25824
25825 \begin_layout Plain Layout
25826 The index generating is done in the background by an extra program, see
25827  section
25828 \begin_inset Space ~
25829 \end_inset
25830
25831
25832 \begin_inset CommandInset ref
25833 LatexCommand ref
25834 reference "sub:Index-Program"
25835
25836 \end_inset
25837
25838 .
25839 \end_layout
25840
25841 \end_inset
25842
25843  doesn't know how to sort accents in different languages.
25844  We created as example the three dummy index entries 
25845 \begin_inset Quotes eld
25846 \end_inset
25847
25848 maison
25849 \begin_inset Quotes erd
25850 \end_inset
25851
25852
25853 \begin_inset Quotes eld
25854 \end_inset
25855
25856 maïs
25857 \begin_inset Quotes erd
25858 \end_inset
25859
25860 , and 
25861 \begin_inset Quotes eld
25862 \end_inset
25863
25864 maître
25865 \begin_inset Quotes erd
25866 \end_inset
25867
25868 .
25869 \begin_inset Index
25870 status collapsed
25871
25872 \begin_layout Plain Layout
25873 Dummy entries ! maïs
25874 \end_layout
25875
25876 \end_inset
25877
25878
25879 \begin_inset Index
25880 status collapsed
25881
25882 \begin_layout Plain Layout
25883 Dummy entries ! maître
25884 \end_layout
25885
25886 \end_inset
25887
25888
25889 \begin_inset Index
25890 status collapsed
25891
25892 \begin_layout Plain Layout
25893 Dummy entries ! maïs@maison
25894 \end_layout
25895
25896 \end_inset
25897
25898  They will be sorted in the order maïs, maître, maison, but we want the
25899  order maïs, maison, maître.
25900  To achieve this, we use the command
25901 \end_layout
25902
25903 \begin_layout Standard
25904
25905 \series bold
25906 previous entry@current entry
25907 \end_layout
25908
25909 \begin_layout Standard
25910 In our case we want to have 
25911 \begin_inset Quotes eld
25912 \end_inset
25913
25914 maison
25915 \begin_inset Quotes erd
25916 \end_inset
25917
25918  after 
25919 \begin_inset Quotes eld
25920 \end_inset
25921
25922 maïs
25923 \begin_inset Quotes erd
25924 \end_inset
25925
25926  and write therefore for the index entry of maison:
25927 \end_layout
25928
25929 \begin_layout Standard
25930
25931 \series bold
25932 maïs@maison
25933 \end_layout
25934
25935 \begin_layout Standard
25936 The previous entry needn't to be a real existing entry, you can also use
25937  another word to tell LaTeX the entry order, see the next subsection for
25938  an example.
25939 \end_layout
25940
25941 \begin_layout Subsection
25942 Index Entry Layout
25943 \begin_inset Index
25944 status collapsed
25945
25946 \begin_layout Plain Layout
25947 Index ! Entry layout
25948 \end_layout
25949
25950 \end_inset
25951
25952
25953 \end_layout
25954
25955 \begin_layout Standard
25956 You can change the appearance of insert entries via the textstyle dialog.
25957 \begin_inset Index
25958 status collapsed
25959
25960 \begin_layout Plain Layout
25961 Dummy entries ! This@
25962 \shape italic
25963 This is an italic entry at the correct position
25964 \end_layout
25965
25966 \end_inset
25967
25968
25969 \begin_inset Index
25970 status collapsed
25971
25972 \begin_layout Plain Layout
25973 Dummy entries ! 
25974 \shape italic
25975 This is an italic entry at the wrong position
25976 \end_layout
25977
25978 \end_inset
25979
25980  LyX will then in the background add commands for the layout that destroy
25981  the sort order.
25982  To avoid that our index entry appears as the first one, we use the following
25983  command instead:
25984 \end_layout
25985
25986 \begin_layout Standard
25987
25988 \series bold
25989 This@
25990 \emph on
25991 This is an italic entry
25992 \end_layout
25993
25994 \begin_layout Standard
25995 You can also format the page number using the character 
25996 \begin_inset Quotes eld
25997 \end_inset
25998
25999 |
26000 \begin_inset Quotes erd
26001 \end_inset
26002
26003  followed by a LaTeX-command without a backslash.
26004  We can write for example
26005 \end_layout
26006
26007 \begin_layout Standard
26008
26009 \series bold
26010 old-style page number:|oldstylenums
26011 \end_layout
26012
26013 \begin_layout Standard
26014 to get the page number in an old-style layout.
26015 \begin_inset Index
26016 status collapsed
26017
26018 \begin_layout Plain Layout
26019 Dummy entries ! old-style page number:|oldstylenums
26020 \end_layout
26021
26022 \end_inset
26023
26024  Normally all LaTeX-commands begin with a backslash, but in this special
26025  case 
26026 \begin_inset Quotes eld
26027 \end_inset
26028
26029
26030 \series bold
26031 |command
26032 \series default
26033
26034 \begin_inset Quotes erd
26035 \end_inset
26036
26037  means 
26038 \series bold
26039
26040 \backslash
26041 command{page
26042 \begin_inset Space ~
26043 \end_inset
26044
26045 number}
26046 \series default
26047 .
26048  Have a look at section
26049 \begin_inset Space ~
26050 \end_inset
26051
26052
26053 \begin_inset CommandInset ref
26054 LatexCommand ref
26055 reference "sub:LaTeX-Syntax"
26056
26057 \end_inset
26058
26059  to learn more about the LaTeX-syntax.
26060 \end_layout
26061
26062 \begin_layout Standard
26063 You can also change the layout for the whole index.
26064  E.g.
26065  we marked the index list box of this document as bold to get a bold font
26066  for all index entries.
26067 \end_layout
26068
26069 \begin_layout Subsection
26070 Index Program
26071 \begin_inset Index
26072 status collapsed
26073
26074 \begin_layout Plain Layout
26075 Index ! Program
26076 \end_layout
26077
26078 \end_inset
26079
26080
26081 \begin_inset CommandInset label
26082 LatexCommand label
26083 name "sub:Index-Program"
26084
26085 \end_inset
26086
26087
26088 \end_layout
26089
26090 \begin_layout Standard
26091 LyX uses for the index generation by default the program 
26092 \family sans
26093 makeindex
26094 \family default
26095 .
26096  It can be controlled by options that can be set in LyX's preferences dialog,
26097  see section
26098 \begin_inset Space ~
26099 \end_inset
26100
26101
26102 \begin_inset CommandInset ref
26103 LatexCommand ref
26104 reference "sub:LaTeX-settings"
26105
26106 \end_inset
26107
26108 .
26109  The available options are listed and explained in 
26110 \begin_inset CommandInset citation
26111 LatexCommand cite
26112 key "makeindex"
26113
26114 \end_inset
26115
26116 .
26117 \end_layout
26118
26119 \begin_layout Standard
26120 You can also specify there another program to generate the index, for example
26121  
26122 \family sans
26123 xindy
26124 \family default
26125 .
26126 \begin_inset Index
26127 status collapsed
26128
26129 \begin_layout Plain Layout
26130 Image formats
26131 \end_layout
26132
26133 \end_inset
26134
26135
26136 \end_layout
26137
26138 \begin_layout Section
26139 Nomenclature / Glossary 
26140 \begin_inset Index
26141 status collapsed
26142
26143 \begin_layout Plain Layout
26144 Nomenclature
26145 \end_layout
26146
26147 \end_inset
26148
26149
26150 \begin_inset Index
26151 status collapsed
26152
26153 \begin_layout Plain Layout
26154 Glossary|see
26155 \begin_inset ERT
26156 status collapsed
26157
26158 \begin_layout Plain Layout
26159
26160 {
26161 \end_layout
26162
26163 \end_inset
26164
26165 Nomenclature
26166 \begin_inset ERT
26167 status collapsed
26168
26169 \begin_layout Plain Layout
26170
26171 }
26172 \end_layout
26173
26174 \end_inset
26175
26176
26177 \end_layout
26178
26179 \end_inset
26180
26181
26182 \begin_inset CommandInset label
26183 LatexCommand label
26184 name "sec:Nomenclature"
26185
26186 \end_inset
26187
26188
26189 \end_layout
26190
26191 \begin_layout Standard
26192 Sometimes you need to compile a list of symbols that are mentioned in your
26193  document with a brief explanation of them -- a so called nomenclature or
26194  glossary.
26195 \end_layout
26196
26197 \begin_layout Standard
26198 To be able to create nomenclatures, you need the LaTeX package 
26199 \series bold
26200 nomencl
26201 \begin_inset Index
26202 status collapsed
26203
26204 \begin_layout Plain Layout
26205 Latex@LaTeX-packages ! nomencl
26206 \end_layout
26207
26208 \end_inset
26209
26210
26211 \series default
26212  installed.
26213  You find it in the TeX Catalogue, 
26214 \begin_inset CommandInset citation
26215 LatexCommand cite
26216 key "TeXCatalogue"
26217
26218 \end_inset
26219
26220  or in the package manager of your LaTeX-system.
26221 \end_layout
26222
26223 \begin_layout Standard
26224 A nomenclature entry is created if you place the cursor after a symbol entry
26225  and then use the menu 
26226 \family sans
26227 Insert\SpecialChar \menuseparator
26228
26229 \family default
26230 N
26231 \family sans
26232 omenclature
26233 \begin_inset Space ~
26234 \end_inset
26235
26236 Entry
26237 \family default
26238  or the toobar button 
26239 \begin_inset Graphics
26240         filename ../images/nomencl-insert.png
26241         embed ""
26242         BoundingBox 0bp 5bp 20bp 20bp
26243
26244 \end_inset
26245
26246 .
26247  A gray box labeled 
26248 \begin_inset Quotes eld
26249 \end_inset
26250
26251
26252 \family sans
26253 Nom
26254 \family default
26255
26256 \begin_inset Quotes erd
26257 \end_inset
26258
26259  is inserted and a window pops up asking for the nomenclature entry.
26260 \end_layout
26261
26262 \begin_layout Standard
26263 A nomenclature entry consists of two main entries.
26264  The first is the symbol that you want to refer to.
26265  The second is the description of the symbol.
26266 \end_layout
26267
26268 \begin_layout Standard
26269 \begin_inset Note Greyedout
26270 status open
26271
26272 \begin_layout Plain Layout
26273
26274 \series bold
26275 Note:
26276 \series default
26277  Like for the index entry dialog, you have to enter valid LaTeX-code for
26278  all fields of the nomenclature dialog.
26279 \end_layout
26280
26281 \end_inset
26282
26283
26284 \end_layout
26285
26286 \begin_layout Subsection
26287 Nomenclature Definition and Layout
26288 \begin_inset Index
26289 status collapsed
26290
26291 \begin_layout Plain Layout
26292 Nomenclature ! Layout
26293 \end_layout
26294
26295 \end_inset
26296
26297
26298 \end_layout
26299
26300 \begin_layout Standard
26301 When you have symbols in formulas, you have to define them in the 
26302 \family sans
26303 Symbol
26304 \family default
26305  field as LaTeX-formula.
26306  For example to get 
26307 \begin_inset Quotes eld
26308 \end_inset
26309
26310
26311 \begin_inset Formula $\sigma$
26312 \end_inset
26313
26314
26315 \begin_inset Quotes erd
26316 \end_inset
26317
26318 , insert this:
26319 \begin_inset Newline newline
26320 \end_inset
26321
26322
26323 \series bold
26324 $
26325 \backslash
26326 sigma$
26327 \begin_inset Newline newline
26328 \end_inset
26329
26330
26331 \series default
26332 The 
26333 \begin_inset Quotes eld
26334 \end_inset
26335
26336 $
26337 \begin_inset Quotes erd
26338 \end_inset
26339
26340  character hereby starts/ends the formula.
26341  The LaTeX-command for the Greek letter is the name of the letter beginning
26342  with a backslash 
26343 \begin_inset Quotes eld
26344 \end_inset
26345
26346
26347 \backslash
26348
26349 \begin_inset Quotes erd
26350 \end_inset
26351
26352 .
26353  For capital Greek letters, start the command also with a capital letter,
26354  like 
26355 \series bold
26356
26357 \backslash
26358 Sigma
26359 \series default
26360 .
26361 \end_layout
26362
26363 \begin_layout Standard
26364 (A short introduction to the LaTeX-syntax is given in section
26365 \begin_inset Space ~
26366 \end_inset
26367
26368
26369 \begin_inset CommandInset ref
26370 LatexCommand ref
26371 reference "sub:LaTeX-Syntax"
26372
26373 \end_inset
26374
26375 .)
26376 \end_layout
26377
26378 \begin_layout Standard
26379 You cannot use the 
26380 \family sans
26381 Text
26382 \begin_inset Space ~
26383 \end_inset
26384
26385 Style
26386 \family default
26387  dialog to format the description text but have to use LaTeX-commands.
26388  For example the description of the nomenclature entry for the 
26389 \begin_inset Quotes eld
26390 \end_inset
26391
26392
26393 \begin_inset Formula $\sigma$
26394 \end_inset
26395
26396
26397 \begin_inset Quotes erd
26398 \end_inset
26399
26400  in this document is:
26401 \begin_inset Newline newline
26402 \end_inset
26403
26404
26405 \series bold
26406 dummy entry for the character 
26407 \backslash
26408 textsf{sigma}
26409 \series default
26410
26411 \begin_inset Newline newline
26412 \end_inset
26413
26414 The command 
26415 \series bold
26416
26417 \backslash
26418 textsf
26419 \series default
26420  sets the fonts to 
26421 \family sans
26422 sans
26423 \begin_inset Space ~
26424 \end_inset
26425
26426 serif
26427 \family default
26428 .
26429  To get 
26430 \series bold
26431 bold
26432 \series default
26433  font use the command 
26434 \series bold
26435
26436 \backslash
26437 textbf
26438 \series default
26439 , for 
26440 \family typewriter
26441 typewriter
26442 \family default
26443  use 
26444 \series bold
26445
26446 \backslash
26447 texttt
26448 \series default
26449 , for 
26450 \emph on
26451 emphasized
26452 \emph default
26453  use 
26454 \series bold
26455
26456 \backslash
26457 emph
26458 \series default
26459 .
26460 \end_layout
26461
26462 \begin_layout Subsection
26463 Sort Order of Nomenclature Entries
26464 \begin_inset Index
26465 status collapsed
26466
26467 \begin_layout Plain Layout
26468 Nomenclature ! Sort order
26469 \end_layout
26470
26471 \end_inset
26472
26473
26474 \end_layout
26475
26476 \begin_layout Standard
26477 The nomenclature entries are sorted alphabetically by the LaTeX-code of
26478  the symbol definition.
26479  This leads to undesired results when you for example have symbols in formulas.
26480  Suppose you have nomenclature entries for the symbols 
26481 \emph on
26482 a
26483 \begin_inset CommandInset nomenclature
26484 LatexCommand nomenclature
26485 symbol "a"
26486 description "dummy entry for the character \"a\""
26487
26488 \end_inset
26489
26490
26491 \emph default
26492  and 
26493 \begin_inset Formula $\sigma$
26494 \end_inset
26495
26496
26497 \begin_inset CommandInset nomenclature
26498 LatexCommand nomenclature
26499 prefix "sigma"
26500 symbol "$\\sigma$"
26501 description "dummy entry for the character \\textsf{sigma}"
26502
26503 \end_inset
26504
26505 .
26506  They will be sorted by 
26507 \begin_inset Quotes eld
26508 \end_inset
26509
26510
26511 \family sans
26512 a
26513 \family default
26514
26515 \begin_inset Quotes erd
26516 \end_inset
26517
26518  and 
26519 \begin_inset Quotes eld
26520 \end_inset
26521
26522
26523 \family typewriter
26524 $
26525 \backslash
26526 sigma$
26527 \family default
26528
26529 \begin_inset Quotes erd
26530 \end_inset
26531
26532  -- the 
26533 \begin_inset Formula $\sigma$
26534 \end_inset
26535
26536  will be sorted before the 
26537 \emph on
26538 a
26539 \emph default
26540  since the character 
26541 \begin_inset Quotes eld
26542 \end_inset
26543
26544 $
26545 \begin_inset Quotes erd
26546 \end_inset
26547
26548  is considered in sorting.
26549 \end_layout
26550
26551 \begin_layout Standard
26552 To control the sort order, you can edit the 
26553 \family sans
26554 Sort
26555 \begin_inset Space ~
26556 \end_inset
26557
26558 as
26559 \family default
26560  field of the nomenclature dialog.
26561  Then the nomenclature entry will be sorted by this entry and not the symbol
26562  definition.
26563  For the given example, you can insert 
26564 \family typewriter
26565 sigma
26566 \family default
26567  to this field for the 
26568 \begin_inset Formula $\sigma$
26569 \end_inset
26570
26571 , then 
26572 \emph on
26573 a
26574 \emph default
26575  will be located before 
26576 \begin_inset Formula $\sigma$
26577 \end_inset
26578
26579 .
26580 \end_layout
26581
26582 \begin_layout Standard
26583 For subgrouping and tips for using sort entries see the 
26584 \series bold
26585 nomencl
26586 \series default
26587  documentation, 
26588 \begin_inset CommandInset citation
26589 LatexCommand cite
26590 key "nomencl"
26591
26592 \end_inset
26593
26594 .
26595 \end_layout
26596
26597 \begin_layout Subsection
26598 Nomenclature Options
26599 \begin_inset Index
26600 status collapsed
26601
26602 \begin_layout Plain Layout
26603 Nomenclature ! Options
26604 \end_layout
26605
26606 \end_inset
26607
26608
26609 \end_layout
26610
26611 \begin_layout Standard
26612 The 
26613 \series bold
26614 nomencl
26615 \series default
26616  package offers some options to adjust the appearance of the nomenclature.
26617  Here are some of its options, for more have a look at its documentation:
26618 \end_layout
26619
26620 \begin_layout Description
26621 refeq Appends the phrase 
26622 \begin_inset Quotes eld
26623 \end_inset
26624
26625
26626 \family sans
26627 , see equation (
26628 \emph on
26629 eq
26630 \emph default
26631 )
26632 \family default
26633
26634 \begin_inset Quotes erd
26635 \end_inset
26636
26637  to every nomenclature entry, where 
26638 \family sans
26639 \emph on
26640 eq
26641 \family default
26642 \emph default
26643  is the number of the last equation in front of the nomenclature entry
26644 \end_layout
26645
26646 \begin_layout Description
26647 refpage Appends the phrase 
26648 \begin_inset Quotes eld
26649 \end_inset
26650
26651
26652 \family sans
26653 , page (
26654 \emph on
26655 page
26656 \emph default
26657 )
26658 \family default
26659
26660 \begin_inset Quotes erd
26661 \end_inset
26662
26663  to every nomenclature entry, where 
26664 \family sans
26665 \emph on
26666 page
26667 \family default
26668 \emph default
26669  is the number of the page on which the nomenclature entry appeared
26670 \end_layout
26671
26672 \begin_layout Description
26673 intoc Inserts the nomenclature in the Table of Contents
26674 \end_layout
26675
26676 \begin_layout Standard
26677 There are furthermore the options 
26678 \series bold
26679 croatian
26680 \series default
26681
26682 \series bold
26683 danish
26684 \series default
26685
26686 \series bold
26687 english
26688 \series default
26689
26690 \series bold
26691 french
26692 \series default
26693
26694 \series bold
26695 german
26696 \series default
26697
26698 \series bold
26699 italian
26700 \series default
26701
26702 \series bold
26703 polish
26704 \series default
26705
26706 \series bold
26707 portuguese
26708 \series default
26709
26710 \series bold
26711 russian
26712 \series default
26713
26714 \series bold
26715 spanish
26716 \series default
26717 , and 
26718 \series bold
26719 ukrainian
26720 \series default
26721  to print the reference texts and the nomenclature title in the corresponding
26722  language.
26723 \end_layout
26724
26725 \begin_layout Standard
26726 To use one or more of the options, add them to the comma-separated document
26727  class options list in the 
26728 \family sans
26729 Document\SpecialChar \menuseparator
26730 Settings
26731 \family default
26732  dialog.
26733  In this document the options 
26734 \series bold
26735 intoc
26736 \series default
26737  and 
26738 \series bold
26739 refpage
26740 \series default
26741  are used.
26742 \end_layout
26743
26744 \begin_layout Standard
26745 \begin_inset VSpace bigskip
26746 \end_inset
26747
26748
26749 \end_layout
26750
26751 \begin_layout Standard
26752 You can also use the first two options above only for certain nomenclature
26753  entries when you add one of the following commands as last entry to the
26754  
26755 \family sans
26756 Description
26757 \family default
26758  field in the nomenclature dialog:
26759 \end_layout
26760
26761 \begin_layout Description
26762
26763 \backslash
26764 nomrefeq Like the 
26765 \series bold
26766 refeq
26767 \series default
26768  option
26769 \end_layout
26770
26771 \begin_layout Description
26772
26773 \backslash
26774 nomrefpage Like the 
26775 \series bold
26776 refpage
26777 \series default
26778  option
26779 \end_layout
26780
26781 \begin_layout Description
26782
26783 \backslash
26784 nomrefeqpage Short notation of 
26785 \series bold
26786
26787 \backslash
26788 nomrefeq
26789 \backslash
26790 nomrefpage
26791 \end_layout
26792
26793 \begin_layout Description
26794
26795 \backslash
26796 nomnorefeq,
26797 \begin_inset Space ~
26798 \end_inset
26799
26800
26801 \backslash
26802 nomnorefpage,
26803 \begin_inset Space ~
26804 \end_inset
26805
26806
26807 \backslash
26808 nomnorefeqpage Turns off the corresponding options
26809 \end_layout
26810
26811 \begin_layout Subsection
26812 Printing the Nomenclature
26813 \begin_inset Index
26814 status collapsed
26815
26816 \begin_layout Plain Layout
26817 Nomenclature ! Printing
26818 \end_layout
26819
26820 \end_inset
26821
26822
26823 \end_layout
26824
26825 \begin_layout Standard
26826 To print the nomenclature, use the menu 
26827 \family sans
26828 Insert\SpecialChar \menuseparator
26829 Lists
26830 \begin_inset Space ~
26831 \end_inset
26832
26833 /
26834 \begin_inset Space ~
26835 \end_inset
26836
26837 TOC\SpecialChar \menuseparator
26838 Nomenclature
26839 \family default
26840 .
26841  A light blue box labeled 
26842 \begin_inset Quotes eld
26843 \end_inset
26844
26845
26846 \family sans
26847 Nomenclature
26848 \family default
26849
26850 \begin_inset Quotes erd
26851 \end_inset
26852
26853  will show the place where the nomenclature is printed in the output.
26854  Like the index list box, the nomenclature list box is not clickable.
26855 \end_layout
26856
26857 \begin_layout Standard
26858 In the printed output the title of the nomenclature appears as 
26859 \begin_inset Quotes eld
26860 \end_inset
26861
26862 Nomenclature
26863 \begin_inset Quotes erd
26864 \end_inset
26865
26866 .
26867  If you are not happy with the name, you can change it by redefining the
26868  command 
26869 \series bold
26870
26871 \backslash
26872 nomname
26873 \series default
26874  in the preamble.
26875  For example, in order to change the name to 
26876 \emph on
26877 List of Symbols
26878 \emph default
26879 , add the following line to the preamble:
26880 \end_layout
26881
26882 \begin_layout Standard
26883
26884 \family roman
26885 \series bold
26886
26887 \backslash
26888 renewcommand{
26889 \backslash
26890 nomname}{List of Symbols}
26891 \end_layout
26892
26893 \begin_layout Standard
26894 \begin_inset VSpace defskip
26895 \end_inset
26896
26897
26898 \end_layout
26899
26900 \begin_layout Standard
26901 If you are unhappy with the amount of space for symbols, you can alter it
26902  by adding the following line to the preamble:
26903 \end_layout
26904
26905 \begin_layout Standard
26906
26907 \family roman
26908 \series bold
26909
26910 \backslash
26911 renewcommand{
26912 \backslash
26913 nomlabelwidth}{width}
26914 \end_layout
26915
26916 \begin_layout Standard
26917
26918 \family roman
26919 Where the width is a value with one of the units listed in Appendix
26920 \begin_inset Space ~
26921 \end_inset
26922
26923
26924 \begin_inset CommandInset ref
26925 LatexCommand ref
26926 reference "cha:Units-available-in"
26927
26928 \end_inset
26929
26930 .
26931  The default value is 1
26932 \begin_inset Space \thinspace{}
26933 \end_inset
26934
26935 cm.
26936 \end_layout
26937
26938 \begin_layout Section
26939 Branches
26940 \begin_inset Index
26941 status collapsed
26942
26943 \begin_layout Plain Layout
26944 Branches
26945 \end_layout
26946
26947 \end_inset
26948
26949
26950 \begin_inset Index
26951 status collapsed
26952
26953 \begin_layout Plain Layout
26954 Document ! Branches
26955 \end_layout
26956
26957 \end_inset
26958
26959
26960 \begin_inset CommandInset label
26961 LatexCommand label
26962 name "sec:Branches"
26963
26964 \end_inset
26965
26966
26967 \end_layout
26968
26969 \begin_layout Standard
26970 Sometimes it is useful to hide some document parts in the output.
26971  For example a teacher who is setting an exam obviously doesn't want the
26972  pupils to see the answers, but having questions and answers in the same
26973  document will make the life of the markers of that exam much easier.
26974 \end_layout
26975
26976 \begin_layout Standard
26977 For these cases LyX offers to put text into branches.
26978  The text will then only appear in the output when its branch is activated.
26979  To create a branch, go in the 
26980 \family sans
26981 Document\SpecialChar \menuseparator
26982 Settings
26983 \family default
26984  dialog to 
26985 \family sans
26986 Branches
26987 \family default
26988 .
26989  The name of the branch, its activation state and the background color of
26990  the branches inside LyX can be specified in this dialog.
26991 \end_layout
26992
26993 \begin_layout Standard
26994 Text that should be in a branch is set into branch inset boxes.
26995  These boxes are inserted via the menu 
26996 \family sans
26997 Insert\SpecialChar \menuseparator
26998 Branch
26999 \family default
27000  where you can choose a branch.
27001  You can later change the branch of the boxes by right-clicking on them.
27002 \end_layout
27003
27004 \begin_layout Standard
27005 Here is an example, where only the question text appears, the answer branch
27006  is deactivated and does therefore not appear in the output:
27007 \end_layout
27008
27009 \begin_layout Standard
27010 \begin_inset Branch Question
27011 status open
27012
27013 \begin_layout Standard
27014 Question: Who was the first physics Nobel prize winner?
27015 \end_layout
27016
27017 \end_inset
27018
27019
27020 \end_layout
27021
27022 \begin_layout Standard
27023 \begin_inset Branch Answer
27024 status collapsed
27025
27026 \begin_layout Standard
27027 Answer: Wilhelm Conrad Röntgen
27028 \end_layout
27029
27030 \end_inset
27031
27032
27033 \end_layout
27034
27035 \begin_layout Standard
27036 \begin_inset VSpace bigskip
27037 \end_inset
27038
27039
27040 \end_layout
27041
27042 \begin_layout Standard
27043 To use conditional output inside places where you cannot insert branch insets,
27044  like inside equations, you can code special LaTeX definitions for each
27045  branch.
27046  For example you can define for the question branch
27047 \begin_inset Foot
27048 status collapsed
27049
27050 \begin_layout Plain Layout
27051 For an introduction to the LaTeX-syntax, see section
27052 \begin_inset Space ~
27053 \end_inset
27054
27055
27056 \begin_inset CommandInset ref
27057 LatexCommand ref
27058 reference "sub:LaTeX-Syntax"
27059
27060 \end_inset
27061
27062 .
27063 \end_layout
27064
27065 \end_inset
27066
27067
27068 \end_layout
27069
27070 \begin_layout Standard
27071
27072 \series bold
27073
27074 \backslash
27075 newcommand{
27076 \backslash
27077 question}[1]{#1}
27078 \end_layout
27079
27080 \begin_layout Standard
27081
27082 \series bold
27083
27084 \backslash
27085 newcommand{
27086 \backslash
27087 answer}[1]{}
27088 \end_layout
27089
27090 \begin_layout Standard
27091 and for the answer branch
27092 \end_layout
27093
27094 \begin_layout Standard
27095
27096 \series bold
27097
27098 \backslash
27099 newcommand{
27100 \backslash
27101 question}[1]{}
27102 \end_layout
27103
27104 \begin_layout Standard
27105
27106 \series bold
27107
27108 \backslash
27109 newcommand{
27110 \backslash
27111 answer}[1]{#1}
27112 \end_layout
27113
27114 \begin_layout Standard
27115 \begin_inset Branch Question
27116 status open
27117
27118 \begin_layout Standard
27119 \begin_inset ERT
27120 status open
27121
27122 \begin_layout Plain Layout
27123
27124
27125 \backslash
27126 newcommand{
27127 \backslash
27128 question}[1]{#1}
27129 \end_layout
27130
27131 \begin_layout Plain Layout
27132
27133
27134 \backslash
27135 newcommand{
27136 \backslash
27137 answer}[1]{}
27138 \end_layout
27139
27140 \end_inset
27141
27142
27143 \end_layout
27144
27145 \end_inset
27146
27147
27148 \end_layout
27149
27150 \begin_layout Standard
27151 \begin_inset Branch Answer
27152 status collapsed
27153
27154 \begin_layout Standard
27155 \begin_inset ERT
27156 status open
27157
27158 \begin_layout Plain Layout
27159
27160
27161 \backslash
27162 newcommand{
27163 \backslash
27164 question}[1]{}
27165 \end_layout
27166
27167 \begin_layout Plain Layout
27168
27169
27170 \backslash
27171 newcommand{
27172 \backslash
27173 answer}[1]{#1}
27174 \end_layout
27175
27176 \end_inset
27177
27178
27179 \end_layout
27180
27181 \end_inset
27182
27183
27184 \end_layout
27185
27186 \begin_layout Standard
27187 Now it is possible to use the commands 
27188 \series bold
27189
27190 \backslash
27191 question{\SpecialChar \ldots{}
27192 }
27193 \series default
27194  and 
27195 \series bold
27196
27197 \backslash
27198 answer{\SpecialChar \ldots{}
27199 }
27200 \series default
27201  to obtain conditional output.
27202  Here is an example formula where only the 
27203 \series bold
27204
27205 \backslash
27206 question
27207 \series default
27208  part appears:
27209 \begin_inset Formula \[
27210 x^{2}-2x-2\Rightarrow\question {x_{1}}\answer {x_{2}}=1\question {+\sqrt{3}}\answer {-\sqrt{3}}.\]
27211
27212 \end_inset
27213
27214
27215 \end_layout
27216
27217 \begin_layout Standard
27218 Inside math, the same effect can be achieved using math macros, see section
27219 \begin_inset Space ~
27220 \end_inset
27221
27222
27223 \begin_inset CommandInset ref
27224 LatexCommand ref
27225 reference "sec:math-macros"
27226
27227 \end_inset
27228
27229 .
27230 \end_layout
27231
27232 \begin_layout Section
27233 ERT and the LaTeX Syntax
27234 \begin_inset CommandInset label
27235 LatexCommand label
27236 name "sec:ERT"
27237
27238 \end_inset
27239
27240
27241 \end_layout
27242
27243 \begin_layout Subsection
27244 ERT Boxes
27245 \begin_inset Index
27246 status collapsed
27247
27248 \begin_layout Plain Layout
27249 ERT
27250 \end_layout
27251
27252 \end_inset
27253
27254
27255 \begin_inset CommandInset label
27256 LatexCommand label
27257 name "sub:ERT-Boxes"
27258
27259 \end_inset
27260
27261
27262 \end_layout
27263
27264 \begin_layout Standard
27265 As LyX uses LaTeX in the background, it supports many LaTeX commands and
27266  constructs, but not all.
27267  LaTeX contains of hundreds of packages which provide different commands.
27268  Every month many packages are updated and new ones added.
27269  This has the advantage that you can typeset nearly everything, for every
27270  problem exists a LaTeX-package.
27271  But LyX can of course not be up to date and support all these packages
27272  and their commands.
27273 \end_layout
27274
27275 \begin_layout Standard
27276 But don't worry, you can use any LaTeX-command directly in LyX inside the
27277  ERT box.
27278  ERT stands for 
27279 \begin_inset Quotes eld
27280 \end_inset
27281
27282 evil red text
27283 \begin_inset Quotes erd
27284 \end_inset
27285
27286 , evil because LyX is designed to avoid that you have to use LaTeX-commands.
27287  An ERT box is created by the menu 
27288 \family sans
27289 Insert\SpecialChar \menuseparator
27290 TeX
27291 \family default
27292  or by the toolbar button 
27293 \begin_inset Graphics
27294         filename ../images/ert-insert.png
27295         embed ""
27296
27297 \end_inset
27298
27299 .
27300  The box itself can be displayed in three different styles: 
27301 \family sans
27302 Inline
27303 \family default
27304
27305 \family sans
27306 Collapsed
27307 \family default
27308 , and 
27309 \family sans
27310 Open
27311 \family default
27312 .
27313  To change the style, right-click on the box and use the appearing dialog.
27314  Left-clicking on the box will switch between 
27315 \family sans
27316 Collapsed
27317 \family default
27318  and 
27319 \family sans
27320 Open
27321 \family default
27322 .
27323 \end_layout
27324
27325 \begin_layout Standard
27326 You can insert complete or incomplete commands into ERT.
27327  Incomplete means that the command argument can be Standard LyX text.
27328  For example you want to draw a frame around a word and uses therefore the
27329  LaTeX-command 
27330 \series bold
27331
27332 \backslash
27333 fbox
27334 \series default
27335 , you can write the command part 
27336 \series bold
27337
27338 \backslash
27339 fbox{
27340 \series default
27341  in an ERT box before the word and the closing brace 
27342 \series bold
27343 }
27344 \series default
27345  in a second ERT box behind the word.
27346  The word between the two ERT boxes is then the argument as it is in the
27347  following example:
27348 \end_layout
27349
27350 \begin_layout Standard
27351 \begin_inset Graphics
27352         filename clipart/ERT.png
27353         embed ""
27354         scale 89
27355
27356 \end_inset
27357
27358
27359 \end_layout
27360
27361 \begin_layout Standard
27362 gives
27363 \end_layout
27364
27365 \begin_layout Standard
27366 This is a line with a 
27367 \begin_inset ERT
27368 status collapsed
27369
27370 \begin_layout Plain Layout
27371
27372
27373 \backslash
27374 fbox{
27375 \end_layout
27376
27377 \end_inset
27378
27379 framed
27380 \begin_inset ERT
27381 status collapsed
27382
27383 \begin_layout Plain Layout
27384
27385 }
27386 \end_layout
27387
27388 \end_inset
27389
27390  word.
27391 \end_layout
27392
27393 \begin_layout Standard
27394 \begin_inset Note Greyedout
27395 status open
27396
27397 \begin_layout Plain Layout
27398
27399 \series bold
27400 Note:
27401 \series default
27402  At the end of LaTeX-commands without parameters, you have to insert a space
27403  to let LaTeX know that the command is finished.
27404 \end_layout
27405
27406 \end_inset
27407
27408
27409 \end_layout
27410
27411 \begin_layout Subsection
27412 Short Introduction to the LaTeX Syntax
27413 \begin_inset OptArg
27414 status collapsed
27415
27416 \begin_layout Plain Layout
27417 The LaTeX Syntax
27418 \end_layout
27419
27420 \end_inset
27421
27422
27423 \begin_inset Index
27424 status collapsed
27425
27426 \begin_layout Plain Layout
27427 Latex@LaTeX Syntax
27428 \end_layout
27429
27430 \end_inset
27431
27432
27433 \begin_inset CommandInset label
27434 LatexCommand label
27435 name "sub:LaTeX-Syntax"
27436
27437 \end_inset
27438
27439
27440 \end_layout
27441
27442 \begin_layout Standard
27443 When you write larger documents or books, you will need to know something
27444  about the LaTeX-commands that LyX uses in the background.
27445  Because LaTeX is based on commands, you can 
27446 \begin_inset Quotes eld
27447 \end_inset
27448
27449 program
27450 \begin_inset Quotes erd
27451 \end_inset
27452
27453  your text.
27454  This has the advantage that the layout of the document can be changed at
27455  every time if you know the right commands.
27456  E.g.
27457  imagine you have to write a manual for a product and the deadline is at
27458  the end of the day.
27459  Your boss just has complimented you for your good work but wants to have
27460  all caption labels bold.
27461  But you have over hundred figure and table captions with non-bold labels
27462  in your manual.
27463  Of course it's impossible to change all caption labels by hand in one day.
27464 \end_layout
27465
27466 \begin_layout Standard
27467 Now LaTeX comes into play.
27468  As written above, for every problem exists a LaTeX-package.
27469  First you have to find out which and therefore look in the LaTeX package
27470  database, 
27471 \begin_inset CommandInset citation
27472 LatexCommand cite
27473 key "Catalogue"
27474
27475 \end_inset
27476
27477 .
27478 \end_layout
27479
27480 \begin_layout Standard
27481 As result you know that the package 
27482 \series bold
27483 caption
27484 \series default
27485
27486 \begin_inset Index
27487 status collapsed
27488
27489 \begin_layout Plain Layout
27490 Latex@LaTeX-packages ! caption
27491 \end_layout
27492
27493 \end_inset
27494
27495  is what you need.
27496  To use a package, you have to load it in the document preamble (menu 
27497 \family sans
27498 Document\SpecialChar \menuseparator
27499 Settings
27500 \family default
27501 ) with the command
27502 \end_layout
27503
27504 \begin_layout Standard
27505
27506 \series bold
27507
27508 \backslash
27509 usepackage[options]{package name}
27510 \end_layout
27511
27512 \begin_layout Standard
27513 All LaTeX commands begin with a backslash, the command argument is set within
27514  two braces, and the options are set within two brackets.
27515  Note that not all commands have an argument and options.
27516 \end_layout
27517
27518 \begin_layout Standard
27519 In your case the package name is 
27520 \series bold
27521 caption
27522 \series default
27523 .
27524  After a look in the documentation of the package, you know that the option
27525  
27526 \series bold
27527 labelfont=bf
27528 \series default
27529  will change the font of all caption labels to bold.
27530  So you add the command
27531 \end_layout
27532
27533 \begin_layout Standard
27534
27535 \series bold
27536
27537 \backslash
27538 usepackage[labelfont=bf]{caption}
27539 \end_layout
27540
27541 \begin_layout Standard
27542 to the preamble and the problem is solved.
27543 \begin_inset Foot
27544 status collapsed
27545
27546 \begin_layout Plain Layout
27547 For more commands provided by the 
27548 \series bold
27549 caption
27550 \series default
27551  package, have a look at its documentation, 
27552 \begin_inset CommandInset citation
27553 LatexCommand cite
27554 key "caption"
27555
27556 \end_inset
27557
27558 .
27559 \end_layout
27560
27561 \end_inset
27562
27563
27564 \end_layout
27565
27566 \begin_layout Standard
27567 Note that some document classes have built-in solutions for well known problems
27568  like your case.
27569  For example if you use a 
27570 \family sans
27571 koma-script
27572 \family default
27573  class, you don't need the package 
27574 \series bold
27575 caption
27576 \series default
27577 , you can instead write
27578 \end_layout
27579
27580 \begin_layout Standard
27581
27582 \series bold
27583
27584 \backslash
27585 setkomafont{captionlabel}{
27586 \backslash
27587 bfseries}
27588 \end_layout
27589
27590 \begin_layout Standard
27591 in the preamble and the problem is solved.
27592  So if you plan to write a large document, you should have a look at the
27593  documentation of the document class you want to use.
27594  (
27595 \series bold
27596
27597 \backslash
27598 setkomafont
27599 \series default
27600  is an example for a command with more than one argument.)
27601 \end_layout
27602
27603 \begin_layout Standard
27604 Commands in the preamble affects the whole document, while commands in the
27605  text affects only the text after the command or only the text used as command
27606  argument.
27607  To insert a LaTeX-command in text, use the ERT box as described in the
27608  previous section.
27609 \end_layout
27610
27611 \begin_layout Standard
27612 If you want to learn more about LaTeX and its syntax, have a look at the
27613  LaTeX-books 
27614 \begin_inset CommandInset citation
27615 LatexCommand cite
27616 key "latexcompanion,latexguide"
27617
27618 \end_inset
27619
27620 .
27621  
27622 \end_layout
27623
27624 \begin_layout Section
27625 Previewing Snippets of your Document
27626 \begin_inset Index
27627 status collapsed
27628
27629 \begin_layout Plain Layout
27630 Instant preview
27631 \end_layout
27632
27633 \end_inset
27634
27635
27636 \begin_inset CommandInset label
27637 LatexCommand label
27638 name "sec:Previewing-snippets-of"
27639
27640 \end_inset
27641
27642
27643 \begin_inset Index
27644 status collapsed
27645
27646 \begin_layout Plain Layout
27647 Document ! Preview
27648 \end_layout
27649
27650 \end_inset
27651
27652
27653 \end_layout
27654
27655 \begin_layout Standard
27656 LyX allows you to generate previews of sections of your document on the
27657  fly so you can see how they'll look in the final document without having
27658  to break your train of thought with 
27659 \family sans
27660 View\SpecialChar \menuseparator
27661 DVI
27662 \family default
27663 .
27664 \end_layout
27665
27666 \begin_layout Standard
27667 If you would for example like to see in LyX your math formulas typeset by
27668  LaTeX, install the LaTeX-package 
27669 \series bold
27670 preview-latex
27671 \begin_inset Index
27672 status collapsed
27673
27674 \begin_layout Plain Layout
27675 Latex@LaTeX-packages ! preview-latex
27676 \end_layout
27677
27678 \end_inset
27679
27680
27681 \series default
27682  as explained below, and turn on 
27683 \family sans
27684 Instant
27685 \begin_inset Space ~
27686 \end_inset
27687
27688 preview
27689 \family default
27690  in the 
27691 \family sans
27692 Tools\SpecialChar \menuseparator
27693 Preferences 
27694 \family default
27695 dialog under 
27696 \family sans
27697 Look
27698 \begin_inset Space ~
27699 \end_inset
27700
27701 and
27702 \begin_inset Space ~
27703 \end_inset
27704
27705 feel\SpecialChar \menuseparator
27706 Graphics
27707 \family default
27708 .
27709 \end_layout
27710
27711 \begin_layout Standard
27712 Previews are generated when you load a document into LyX and when you finish
27713  editing an inset.
27714  Previews of an already loaded document are 
27715 \emph on
27716 not
27717 \emph default
27718  generated just by selecting the 
27719 \family sans
27720 Instant
27721 \begin_inset Space ~
27722 \end_inset
27723
27724 preview
27725 \family default
27726  check box, you have to reopen the documents to activate the previews.
27727 \end_layout
27728
27729 \begin_layout Standard
27730 LyX will generate previews of math insets.
27731  It will also generate previews of included insets if you select the 
27732 \family sans
27733 Show
27734 \begin_inset Space ~
27735 \end_inset
27736
27737 preview
27738 \family default
27739  check box in the insert dialog.
27740  This is useful if you wish to generate a preview of a LaTeX figure, for
27741  example.
27742 \end_layout
27743
27744 \begin_layout Standard
27745 To get previews working, you need the LaTeX package 
27746 \series bold
27747 preview-latex
27748 \series default
27749  (on some systems named simply 
27750 \series bold
27751 preview
27752 \series default
27753 ) installed.
27754  In case it is not already installed, you find it in the TeX Catalogue,
27755  
27756 \begin_inset CommandInset citation
27757 LatexCommand cite
27758 key "TeXCatalogue"
27759
27760 \end_inset
27761
27762  or in the package manager of your LaTeX-system.
27763  You obtain prettier results if you install the program 
27764 \family typewriter
27765 pnmcrop
27766 \family default
27767  from the 
27768 \family typewriter
27769 netpbm
27770 \family default
27771  package; for LyX on Windows this program is automatically installed together
27772  with LyX.
27773 \end_layout
27774
27775 \begin_layout Standard
27776 \begin_inset VSpace bigskip
27777 \end_inset
27778
27779
27780 \end_layout
27781
27782 \begin_layout Standard
27783 You can furthermore preview the LaTeX source of the whole document or parts
27784  of it.
27785  Use the menu 
27786 \family sans
27787 View\SpecialChar \menuseparator
27788 View
27789 \begin_inset Space ~
27790 \end_inset
27791
27792 Source
27793 \family default
27794  and a window will be shown where you can see the LaTeX-source code.
27795  The window shows the source of the whole paragraph where the cursor is
27796  currently in.
27797  You can also select document parts in LyX's main window, then only this
27798  selection (when it is more than one paragraph) is shown as source code.
27799  To view the whole document as source, enable the corresponding option in
27800  the source view window.
27801 \end_layout
27802
27803 \begin_layout Section
27804 Spell Checking
27805 \begin_inset CommandInset label
27806 LatexCommand label
27807 name "sec:Spellchecking"
27808
27809 \end_inset
27810
27811
27812 \begin_inset Index
27813 status collapsed
27814
27815 \begin_layout Plain Layout
27816 Spell checking
27817 \end_layout
27818
27819 \end_inset
27820
27821
27822 \end_layout
27823
27824 \begin_layout Standard
27825 LyX itself has no built-in spell checker.
27826  Rather it uses one of the external programs 
27827 \family typewriter
27828 aspell
27829 \family default
27830
27831 \family typewriter
27832 ispell
27833 \family default
27834
27835 \family typewriter
27836 hspell
27837 \family default
27838 , or 
27839 \family sans
27840 pspell
27841 \family default
27842  as backend.
27843  This section assumes you have already installed and set up one of these
27844  programs.
27845  
27846 \family typewriter
27847 aspell
27848 \family default
27849  can be seen as successor of 
27850 \family typewriter
27851 ispell
27852 \family default
27853 , so that it is recommended to use aspell.
27854  
27855 \family sans
27856 hspell
27857 \family default
27858  is a Hebrew spell-checker.
27859  The used spell checker ind its settings are specified in LyX's preferences
27860  under 
27861 \family sans
27862 Language Settings
27863 \family default
27864 .
27865 \end_layout
27866
27867 \begin_layout Standard
27868 For LyX on Windows, the selection box for the spell checking program is
27869  greyed out in the preferences dialog because only 
27870 \family sans
27871 aspell
27872 \family default
27873  can be used.
27874 \end_layout
27875
27876 \begin_layout Standard
27877 The menu
27878 \family sans
27879  Tools\SpecialChar \menuseparator
27880 Spellchecker
27881 \family default
27882  starts the spell checking beginning from the current cursor position.
27883  A dialog window will appear showing any incorrect (or unknown) word found,
27884  allowing you to edit and replace it in a second line.
27885  Whenever an unknown word is found, the word is highlighted and the text
27886  scrolled so that it is visible.
27887  In the 
27888 \family sans
27889 spell checker
27890 \family default
27891  dialog, there is also a box showing suggestions for a correction, if any
27892  could be found.
27893  Clicking on one of the corrections will copy to the 
27894 \family sans
27895 Replace
27896 \family default
27897  field, double-click invokes directly the replacement.
27898  Unknown but correctly typed words can be added to the personal dictionary.
27899 \end_layout
27900
27901 \begin_layout Standard
27902 By default, the used dictionary file is determined by the document language
27903  that is set in the 
27904 \family sans
27905 Document\SpecialChar \menuseparator
27906 Settings
27907 \family default
27908  dialog.
27909  If you do not have a dictionary for the document language, spell checking
27910  will bring an error message.
27911  In this case, you can specify another dictionary file in the dialog by
27912  specifying a different 
27913 \family sans
27914 Alternative language
27915 \family default
27916  in preferences dialog.
27917 \end_layout
27918
27919 \begin_layout Standard
27920 After a spell check you'll informed about the number of checked words.
27921 \end_layout
27922
27923 \begin_layout Subsubsection*
27924 Limitations
27925 \end_layout
27926
27927 \begin_layout Standard
27928 It is not possible to change the spelling of a particular word globally,
27929  rather than having to change the spelling separately for each occurrence
27930  of the word.
27931  But you can use the 
27932 \family sans
27933 Find
27934 \begin_inset Space ~
27935 \end_inset
27936
27937 &
27938 \begin_inset Space ~
27939 \end_inset
27940
27941 Replace
27942 \family default
27943  dialog for that.
27944 \end_layout
27945
27946 \begin_layout Standard
27947 LyX cannot correctly spell check documents containing multiple languages.
27948  This does work with 
27949 \family typewriter
27950 pspell
27951 \family default
27952 , assuming you have marked the different languages appropriately.
27953 \end_layout
27954
27955 \begin_layout Subsubsection*
27956 Further Settings
27957 \end_layout
27958
27959 \begin_layout Standard
27960 The 
27961 \family sans
27962 Spellchecker
27963 \family default
27964  section in the preferences dialog has some additional options:
27965 \end_layout
27966
27967 \begin_layout Description
27968 Escape
27969 \begin_inset Space ~
27970 \end_inset
27971
27972 characters Allows you to add non-standard characters that the spell checker
27973  should consider, e.g.
27974  German umlauts although you spell check English document.
27975  This should not normally be needed.
27976 \end_layout
27977
27978 \begin_layout Description
27979 Personal
27980 \begin_inset Space ~
27981 \end_inset
27982
27983 dictionary to use a different file than the spell checker's default choice
27984  as your personal dictionary
27985 \end_layout
27986
27987 \begin_layout Description
27988 Accept
27989 \begin_inset Space ~
27990 \end_inset
27991
27992 compound
27993 \begin_inset Space ~
27994 \end_inset
27995
27996 words Prevent the spell checker from complaining about compounded words
27997  like 
27998 \begin_inset Quotes eld
27999 \end_inset
28000
28001 passthrough
28002 \begin_inset Quotes erd
28003 \end_inset
28004
28005 .
28006 \end_layout
28007
28008 \begin_layout Description
28009 Use
28010 \begin_inset Space ~
28011 \end_inset
28012
28013 input
28014 \begin_inset Space ~
28015 \end_inset
28016
28017 encoding Uses the document encoding that is set in the 
28018 \family sans
28019 Document\SpecialChar \menuseparator
28020 Settings
28021 \family default
28022  dialog under 
28023 \family sans
28024 Language
28025 \family default
28026  also for the spellchecker.
28027 \begin_inset Foot
28028 status collapsed
28029
28030 \begin_layout Plain Layout
28031 The encodings are explained in section
28032 \begin_inset Space ~
28033 \end_inset
28034
28035
28036 \begin_inset CommandInset ref
28037 LatexCommand ref
28038 reference "sub:Settings"
28039
28040 \end_inset
28041
28042 .
28043 \end_layout
28044
28045 \end_inset
28046
28047  Only enable this if you use 
28048 \family typewriter
28049 ispell
28050 \family default
28051  and can't spell check words with international letters in them.
28052  There have been reports that this does not work with all dictionaries,
28053  so this is disabled by default.
28054 \end_layout
28055
28056 \begin_layout Section
28057 Thesaurus
28058 \begin_inset Index
28059 status collapsed
28060
28061 \begin_layout Plain Layout
28062 Thesaurus
28063 \end_layout
28064
28065 \end_inset
28066
28067
28068 \begin_inset CommandInset label
28069 LatexCommand label
28070 name "sec:Thesaurus"
28071
28072 \end_inset
28073
28074
28075 \end_layout
28076
28077 \begin_layout Standard
28078 Thesaurus currently only works when you use the document language English.
28079 \end_layout
28080
28081 \begin_layout Standard
28082 To start the thesaurus, highlight one word or set the cursor behind it,
28083  and use the menu 
28084 \family sans
28085 Tools\SpecialChar \menuseparator
28086 Thesaurus
28087 \family default
28088  or the toolbar button 
28089 \begin_inset Graphics
28090         filename ../images/thesaurus-entry.png
28091         embed ""
28092         BoundingBox 0bp 5bp 20bp 25bp
28093         rotateOrigin center
28094
28095 \end_inset
28096
28097 .
28098  A dialog pops up showing you probably related words that you can use as
28099  replacement.
28100 \end_layout
28101
28102 \begin_layout Standard
28103 The shown related words are in many cases not really related to the word
28104  you are currently checking, scrolling in the shown list might help in some
28105  cases to find related words.
28106 \end_layout
28107
28108 \begin_layout Standard
28109 The thesaurus only works for single words, and also only when it is in the
28110  singular form.
28111  For example starting the thesaurus with the word 
28112 \begin_inset Quotes eld
28113 \end_inset
28114
28115 reports
28116 \begin_inset Quotes erd
28117 \end_inset
28118
28119  leads to no results, while results are shown for the word 
28120 \begin_inset Quotes eld
28121 \end_inset
28122
28123 report
28124 \begin_inset Quotes erd
28125 \end_inset
28126
28127 .
28128  To avoid this, you can highlight only the part 
28129 \begin_inset Quotes eld
28130 \end_inset
28131
28132 report
28133 \begin_inset Quotes erd
28134 \end_inset
28135
28136  of the word 
28137 \begin_inset Quotes eld
28138 \end_inset
28139
28140 reports
28141 \begin_inset Quotes erd
28142 \end_inset
28143
28144  to get results.
28145 \end_layout
28146
28147 \begin_layout Section
28148 Change Tracking
28149 \begin_inset Index
28150 status collapsed
28151
28152 \begin_layout Plain Layout
28153 Change Tracking
28154 \end_layout
28155
28156 \end_inset
28157
28158
28159 \begin_inset Index
28160 status collapsed
28161
28162 \begin_layout Plain Layout
28163 Document ! Change Tracking
28164 \end_layout
28165
28166 \end_inset
28167
28168
28169 \begin_inset CommandInset label
28170 LatexCommand label
28171 name "sec:Change-Tracking"
28172
28173 \end_inset
28174
28175
28176 \end_layout
28177
28178 \begin_layout Standard
28179 When you work on a document together with many people it is extremely useful
28180  to see changes others made highlighted in the document.
28181  You can then decide if you accept a change or not.
28182  This can be achieved by turning on change tracking in the menu 
28183 \family sans
28184 Document\SpecialChar \menuseparator
28185 Change
28186 \begin_inset Space ~
28187 \end_inset
28188
28189 Tracking\SpecialChar \menuseparator
28190 Track
28191 \begin_inset Space ~
28192 \end_inset
28193
28194 Changes
28195 \family default
28196 .
28197 \end_layout
28198
28199 \begin_layout Standard
28200 Changes made in the document will then be highlighted by colors: 
28201 \color blue
28202 Blue text
28203 \color inherit
28204  is an addition, 
28205 \color red
28206 red canceled text
28207 \color inherit
28208  is a deletion.
28209  You can change the color in LyX's preferences dialog under 
28210 \family sans
28211 Look
28212 \begin_inset Space ~
28213 \end_inset
28214
28215 and
28216 \begin_inset Space ~
28217 \end_inset
28218
28219 feel
28220 \family default
28221
28222 \family sans
28223 Colors
28224 \family default
28225 .
28226 \begin_inset Index
28227 status collapsed
28228
28229 \begin_layout Plain Layout
28230 Color ! LyX screen
28231 \end_layout
28232
28233 \end_inset
28234
28235
28236 \end_layout
28237
28238 \begin_layout Standard
28239 When change tracking is activated, you will see the review toolbar in LyX:
28240 \begin_inset Index
28241 status collapsed
28242
28243 \begin_layout Plain Layout
28244 Toolbar ! Review
28245 \end_layout
28246
28247 \end_inset
28248
28249
28250 \end_layout
28251
28252 \begin_layout Standard
28253 \begin_inset VSpace defskip
28254 \end_inset
28255
28256
28257 \end_layout
28258
28259 \begin_layout Standard
28260 \begin_inset Graphics
28261         filename clipart/ChangesToolbar.png
28262         embed ""
28263
28264 \end_inset
28265
28266
28267 \end_layout
28268
28269 \begin_layout Standard
28270 \begin_inset VSpace defskip
28271 \end_inset
28272
28273
28274 \end_layout
28275
28276 \begin_layout Standard
28277 The review toolbar as shown above contains from left to right the following
28278  buttons:
28279 \end_layout
28280
28281 \begin_layout Standard
28282 \begin_inset VSpace defskip
28283 \end_inset
28284
28285
28286 \end_layout
28287
28288 \begin_layout Standard
28289 \begin_inset Tabular
28290 <lyxtabular version="3" rows="10" columns="2">
28291 <features islongtable="true">
28292 <column alignment="left" valignment="top" width="0">
28293 <column alignment="left" valignment="top" width="0">
28294 <row interlinespace="2.5mm">
28295 <cell alignment="center" valignment="top" usebox="none">
28296 \begin_inset Text
28297
28298 \begin_layout Plain Layout
28299 \begin_inset Graphics
28300         filename ../images/changes-track.png
28301         embed ""
28302         BoundingBox 0bp 5bp 20bp 25bp
28303         rotateOrigin center
28304
28305 \end_inset
28306
28307
28308 \end_layout
28309
28310 \end_inset
28311 </cell>
28312 <cell alignment="center" valignment="top" usebox="none">
28313 \begin_inset Text
28314
28315 \begin_layout Plain Layout
28316
28317 \family sans
28318 Document\SpecialChar \menuseparator
28319 Change
28320 \begin_inset Space ~
28321 \end_inset
28322
28323 Tracking\SpecialChar \menuseparator
28324 Track
28325 \begin_inset Space ~
28326 \end_inset
28327
28328 Changes
28329 \end_layout
28330
28331 \end_inset
28332 </cell>
28333 </row>
28334 <row interlinespace="2.5mm">
28335 <cell alignment="center" valignment="top" usebox="none">
28336 \begin_inset Text
28337
28338 \begin_layout Plain Layout
28339 \begin_inset Graphics
28340         filename ../images/changes-output.png
28341         embed ""
28342         BoundingBox 0bp 5bp 20bp 25bp
28343         rotateOrigin center
28344
28345 \end_inset
28346
28347
28348 \end_layout
28349
28350 \end_inset
28351 </cell>
28352 <cell alignment="center" valignment="top" usebox="none">
28353 \begin_inset Text
28354
28355 \begin_layout Plain Layout
28356
28357 \family sans
28358 Document\SpecialChar \menuseparator
28359 Change
28360 \begin_inset Space ~
28361 \end_inset
28362
28363 Tracking\SpecialChar \menuseparator
28364 Show
28365 \begin_inset Space ~
28366 \end_inset
28367
28368 Changes
28369 \begin_inset Space ~
28370 \end_inset
28371
28372 in
28373 \begin_inset Space ~
28374 \end_inset
28375
28376 Output
28377 \end_layout
28378
28379 \end_inset
28380 </cell>
28381 </row>
28382 <row interlinespace="2.5mm">
28383 <cell alignment="center" valignment="top" usebox="none">
28384 \begin_inset Text
28385
28386 \begin_layout Plain Layout
28387 \begin_inset Graphics
28388         filename ../images/change-next.png
28389         embed ""
28390         BoundingBox 0bp 5bp 20bp 25bp
28391         rotateOrigin center
28392
28393 \end_inset
28394
28395
28396 \end_layout
28397
28398 \end_inset
28399 </cell>
28400 <cell alignment="center" valignment="top" usebox="none">
28401 \begin_inset Text
28402
28403 \begin_layout Plain Layout
28404 Jumps to the next change
28405 \end_layout
28406
28407 \end_inset
28408 </cell>
28409 </row>
28410 <row interlinespace="2.5mm">
28411 <cell alignment="center" valignment="top" usebox="none">
28412 \begin_inset Text
28413
28414 \begin_layout Plain Layout
28415 \begin_inset Graphics
28416         filename ../images/change-accept.png
28417         embed ""
28418         BoundingBox 0bp 5bp 20bp 25bp
28419         rotateOrigin center
28420
28421 \end_inset
28422
28423
28424 \end_layout
28425
28426 \end_inset
28427 </cell>
28428 <cell alignment="center" valignment="top" usebox="none">
28429 \begin_inset Text
28430
28431 \begin_layout Plain Layout
28432
28433 \family sans
28434 Document\SpecialChar \menuseparator
28435 Change
28436 \begin_inset Space ~
28437 \end_inset
28438
28439 Tracking\SpecialChar \menuseparator
28440 Accept
28441 \begin_inset Space ~
28442 \end_inset
28443
28444 Change
28445 \end_layout
28446
28447 \end_inset
28448 </cell>
28449 </row>
28450 <row interlinespace="2.5mm">
28451 <cell alignment="center" valignment="top" usebox="none">
28452 \begin_inset Text
28453
28454 \begin_layout Plain Layout
28455 \begin_inset Graphics
28456         filename ../images/change-reject.png
28457         embed ""
28458         BoundingBox 0bp 5bp 20bp 25bp
28459         rotateOrigin center
28460
28461 \end_inset
28462
28463
28464 \end_layout
28465
28466 \end_inset
28467 </cell>
28468 <cell alignment="center" valignment="top" usebox="none">
28469 \begin_inset Text
28470
28471 \begin_layout Plain Layout
28472
28473 \family sans
28474 Document\SpecialChar \menuseparator
28475 Change
28476 \begin_inset Space ~
28477 \end_inset
28478
28479 Tracking\SpecialChar \menuseparator
28480 Reject
28481 \begin_inset Space ~
28482 \end_inset
28483
28484 Change
28485 \end_layout
28486
28487 \end_inset
28488 </cell>
28489 </row>
28490 <row interlinespace="2.5mm">
28491 <cell alignment="center" valignment="top" usebox="none">
28492 \begin_inset Text
28493
28494 \begin_layout Plain Layout
28495 \begin_inset Graphics
28496         filename ../images/changes-merge.png
28497         embed ""
28498         BoundingBox 0bp 5bp 20bp 25bp
28499         rotateOrigin center
28500
28501 \end_inset
28502
28503
28504 \end_layout
28505
28506 \end_inset
28507 </cell>
28508 <cell alignment="center" valignment="top" usebox="none">
28509 \begin_inset Text
28510
28511 \begin_layout Plain Layout
28512
28513 \family sans
28514 Document\SpecialChar \menuseparator
28515 Change
28516 \begin_inset Space ~
28517 \end_inset
28518
28519 Tracking\SpecialChar \menuseparator
28520 Merge
28521 \begin_inset Space ~
28522 \end_inset
28523
28524 Changes
28525 \end_layout
28526
28527 \end_inset
28528 </cell>
28529 </row>
28530 <row interlinespace="2.5mm">
28531 <cell alignment="center" valignment="top" usebox="none">
28532 \begin_inset Text
28533
28534 \begin_layout Plain Layout
28535 \begin_inset Graphics
28536         filename ../images/all-changes-accept.png
28537         embed ""
28538         BoundingBox 0bp 5bp 20bp 25bp
28539         rotateOrigin center
28540
28541 \end_inset
28542
28543
28544 \end_layout
28545
28546 \end_inset
28547 </cell>
28548 <cell alignment="center" valignment="top" usebox="none">
28549 \begin_inset Text
28550
28551 \begin_layout Plain Layout
28552
28553 \family sans
28554 Document\SpecialChar \menuseparator
28555 Change
28556 \begin_inset Space ~
28557 \end_inset
28558
28559 Tracking\SpecialChar \menuseparator
28560 Accept
28561 \begin_inset Space ~
28562 \end_inset
28563
28564 All
28565 \begin_inset Space ~
28566 \end_inset
28567
28568 Changes
28569 \end_layout
28570
28571 \end_inset
28572 </cell>
28573 </row>
28574 <row interlinespace="2.5mm">
28575 <cell alignment="center" valignment="top" usebox="none">
28576 \begin_inset Text
28577
28578 \begin_layout Plain Layout
28579 \begin_inset Graphics
28580         filename ../images/all-changes-reject.png
28581         embed ""
28582         BoundingBox 0bp 5bp 20bp 25bp
28583         rotateOrigin center
28584
28585 \end_inset
28586
28587
28588 \end_layout
28589
28590 \end_inset
28591 </cell>
28592 <cell alignment="center" valignment="top" usebox="none">
28593 \begin_inset Text
28594
28595 \begin_layout Plain Layout
28596
28597 \family sans
28598 Document\SpecialChar \menuseparator
28599 Change
28600 \begin_inset Space ~
28601 \end_inset
28602
28603 Tracking\SpecialChar \menuseparator
28604 Reject
28605 \begin_inset Space ~
28606 \end_inset
28607
28608 All
28609 \begin_inset Space ~
28610 \end_inset
28611
28612 Changes
28613 \end_layout
28614
28615 \end_inset
28616 </cell>
28617 </row>
28618 <row interlinespace="2.5mm">
28619 <cell alignment="center" valignment="top" usebox="none">
28620 \begin_inset Text
28621
28622 \begin_layout Plain Layout
28623 \begin_inset Graphics
28624         filename ../images/note-insert.png
28625         embed ""
28626         BoundingBox 0bp 5bp 20bp 25bp
28627         rotateOrigin center
28628
28629 \end_inset
28630
28631
28632 \end_layout
28633
28634 \end_inset
28635 </cell>
28636 <cell alignment="center" valignment="top" usebox="none">
28637 \begin_inset Text
28638
28639 \begin_layout Plain Layout
28640
28641 \family sans
28642 Insert\SpecialChar \menuseparator
28643 Note\SpecialChar \menuseparator
28644 LyX
28645 \begin_inset Space ~
28646 \end_inset
28647
28648 Note
28649 \end_layout
28650
28651 \end_inset
28652 </cell>
28653 </row>
28654 <row interlinespace="2.5mm">
28655 <cell alignment="center" valignment="top" usebox="none">
28656 \begin_inset Text
28657
28658 \begin_layout Plain Layout
28659 \begin_inset Graphics
28660         filename ../images/note-next.png
28661         embed ""
28662         BoundingBox 0bp 5bp 20bp 25bp
28663         rotateOrigin center
28664
28665 \end_inset
28666
28667
28668 \end_layout
28669
28670 \end_inset
28671 </cell>
28672 <cell alignment="center" valignment="top" usebox="none">
28673 \begin_inset Text
28674
28675 \begin_layout Plain Layout
28676
28677 \family sans
28678 Navigate\SpecialChar \menuseparator
28679 Next
28680 \begin_inset Space ~
28681 \end_inset
28682
28683 Note
28684 \end_layout
28685
28686 \end_inset
28687 </cell>
28688 </row>
28689 </lyxtabular>
28690
28691 \end_inset
28692
28693
28694 \end_layout
28695
28696 \begin_layout Standard
28697 \begin_inset VSpace defskip
28698 \end_inset
28699
28700
28701 \end_layout
28702
28703 \begin_layout Standard
28704 The review toolbar helps you to accept, reject, or merge changes -- highlight
28705  the change and press one of the desired toolbar buttons.
28706  When you merge changes, a window pops up showing you informations about
28707  the next change behind the current cursor position.
28708  So you don't need to highlight a certain change.
28709  Within the merge window you can decide to accept or reject changes and
28710  step to the next change.
28711  This way you can jump through all changes of the document.
28712 \end_layout
28713
28714 \begin_layout Standard
28715 The toolbar has two buttons to handle notes because notes are often important
28716  to describe a change.
28717 \end_layout
28718
28719 \begin_layout Standard
28720 To show made changes in the output you need the LaTeX package 
28721 \series bold
28722 dvipost
28723 \begin_inset Index
28724 status collapsed
28725
28726 \begin_layout Plain Layout
28727 Latex@LaTeX-packages ! dvipost
28728 \end_layout
28729
28730 \end_inset
28731
28732
28733 \series default
28734  installed.
28735  You find it in the TeX Catalogue, 
28736 \begin_inset CommandInset citation
28737 LatexCommand cite
28738 key "TeXCatalogue"
28739
28740 \end_inset
28741
28742  or in the package manager of your LaTeX-system.
28743 \end_layout
28744
28745 \begin_layout Section
28746 International Support
28747 \begin_inset Index
28748 status collapsed
28749
28750 \begin_layout Plain Layout
28751 International support
28752 \end_layout
28753
28754 \end_inset
28755
28756
28757 \end_layout
28758
28759 \begin_layout Standard
28760 This section describes how to use LyX with any language you want.
28761  For some non-western languages there are special Wiki-pages that explain
28762  how to set up LyX to use them: 
28763 \begin_inset CommandInset citation
28764 LatexCommand cite
28765 key "Arabic,Armenian,Farsi,Hebrew"
28766
28767 \end_inset
28768
28769
28770 \end_layout
28771
28772 \begin_layout Standard
28773 Besides languages, LyX also supports phonetic symbols, see section
28774 \begin_inset Space ~
28775 \end_inset
28776
28777
28778 \begin_inset CommandInset ref
28779 LatexCommand ref
28780 reference "sub:Special-Character"
28781
28782 \end_inset
28783
28784 .
28785 \end_layout
28786
28787 \begin_layout Subsection
28788 Language Options
28789 \begin_inset Index
28790 status collapsed
28791
28792 \begin_layout Plain Layout
28793 Language ! Options
28794 \end_layout
28795
28796 \end_inset
28797
28798
28799 \begin_inset Index
28800 status collapsed
28801
28802 \begin_layout Plain Layout
28803 Document ! Settings
28804 \end_layout
28805
28806 \end_inset
28807
28808
28809 \begin_inset Index
28810 status collapsed
28811
28812 \begin_layout Plain Layout
28813 Document ! Language
28814 \end_layout
28815
28816 \end_inset
28817
28818
28819 \end_layout
28820
28821 \begin_layout Standard
28822 The 
28823 \family sans
28824 Document\SpecialChar \menuseparator
28825 Settings
28826 \family default
28827  dialog lets you set 
28828 \family roman
28829 the language and character encoding for your language.
28830  
28831 \end_layout
28832
28833 \begin_layout Standard
28834 Choose your language in the 
28835 \family sans
28836 Language
28837 \family default
28838  section of this dialog.
28839  The default is 
28840 \family sans
28841 English
28842 \family default
28843 .
28844 \end_layout
28845
28846 \begin_layout Standard
28847 The 
28848 \family sans
28849 Encoding
28850 \family default
28851  box lets you choose the character encoding map you want to use for LaTeX
28852  export.
28853  The option 
28854 \family sans
28855 use language's default encoding
28856 \family default
28857  is the preferred choice and works well in most cases.
28858  For details abhout the different encoding options see section
28859 \begin_inset Space ~
28860 \end_inset
28861
28862
28863 \begin_inset CommandInset ref
28864 LatexCommand ref
28865 reference "sub:Settings"
28866
28867 \end_inset
28868
28869 .
28870 \end_layout
28871
28872 \begin_layout Subsection
28873 Keyboard mapping configuration
28874 \end_layout
28875
28876 \begin_layout Standard
28877 If you have for example a U.S.-style keyboard and want to write in a different
28878  language than English, you can use an alternate keymap.
28879  For example, if you have a U.S.-style keyboard but want to write in Italian,
28880  you can configure LyX to use an Italian keymap.
28881  The preferences dialog allows you to choose up to two keyboard mappings,
28882  see section
28883 \begin_inset Space ~
28884 \end_inset
28885
28886
28887 \begin_inset CommandInset ref
28888 LatexCommand ref
28889 reference "sub:Keyboard-Map"
28890
28891 \end_inset
28892
28893 .
28894  You can choose primary and secondary keyboard languages and then select
28895  which one you want to use.
28896 \end_layout
28897
28898 \begin_layout Standard
28899 Finally, you may just want to change a few key mappings or create an entirely
28900  different keymap (for Vulcan, for instance).
28901  You may, for example, normally write in Italian on a U.S.
28902  keyboard but want to include an occasional quotation in German.
28903  In such a case, you can write your own keyboard mapping or modify an existing
28904  one to support the characters you want.
28905  This and much more customizations are explained in the 
28906 \emph on
28907 Customization
28908 \emph default
28909  manual.
28910 \end_layout
28911
28912 \begin_layout Subsection
28913 Character Tables
28914 \begin_inset CommandInset label
28915 LatexCommand label
28916 name "sec:keytab"
28917
28918 \end_inset
28919
28920
28921 \end_layout
28922
28923 \begin_layout Standard
28924 Table
28925 \begin_inset Space ~
28926 \end_inset
28927
28928
28929 \begin_inset CommandInset ref
28930 LatexCommand ref
28931 reference "cap:The-latin1-character"
28932
28933 \end_inset
28934
28935  shows the 
28936 \family typewriter
28937 Latin1
28938 \family default
28939  character set.
28940  You should be able to enter the characters in the first eight columns directly
28941  from the keyboard.
28942 \end_layout
28943
28944 \begin_layout Standard
28945 There are a few things you need to know about this table.
28946  Here are some of the details you'll need to bear in mind when using characters
28947  from the 
28948 \family typewriter
28949 Latin1
28950 \family default
28951  character set:
28952 \end_layout
28953
28954 \begin_layout Itemize
28955 Even if you have selected 
28956 \family sans
28957 latin1
28958 \family default
28959  in the 
28960 \family sans
28961 Document\SpecialChar \menuseparator
28962 Settings
28963 \family default
28964  dialog, users who have only the 
28965 \family typewriter
28966 T1
28967 \family default
28968 -fonts for LaTeX [or who have the 
28969 \family typewriter
28970 T1
28971 \family default
28972 -fonts but aren't using them] will still miss a few characters: D0, F0,
28973  DE, FE, AB, and BB -- the uppercase and lowercase eth and thorn, and the
28974  french quotes won't show up.
28975 \end_layout
28976
28977 \begin_layout Standard
28978 \begin_inset Float table
28979 wide false
28980 sideways false
28981 status open
28982
28983 \begin_layout Plain Layout
28984 \begin_inset Caption
28985
28986 \begin_layout Plain Layout
28987 \begin_inset CommandInset label
28988 LatexCommand label
28989 name "cap:The-latin1-character"
28990
28991 \end_inset
28992
28993 The 
28994 \family typewriter
28995 latin1
28996 \family default
28997  character set
28998 \end_layout
28999
29000 \end_inset
29001
29002
29003 \end_layout
29004
29005 \begin_layout Plain Layout
29006 \align center
29007 \begin_inset Tabular
29008 <lyxtabular version="3" rows="17" columns="17">
29009 <features>
29010 <column alignment="center" valignment="top" width="0pt">
29011 <column alignment="center" valignment="top" width="0pt">
29012 <column alignment="center" valignment="top" width="0pt">
29013 <column alignment="center" valignment="top" width="0pt">
29014 <column alignment="center" valignment="top" width="0pt">
29015 <column alignment="center" valignment="top" width="0pt">
29016 <column alignment="center" valignment="top" width="0pt">
29017 <column alignment="center" valignment="top" width="0pt">
29018 <column alignment="center" valignment="top" width="0pt">
29019 <column alignment="center" valignment="top" width="0pt">
29020 <column alignment="center" valignment="top" width="0pt">
29021 <column alignment="center" valignment="top" width="0pt">
29022 <column alignment="center" valignment="top" width="0pt">
29023 <column alignment="center" valignment="top" width="0pt">
29024 <column alignment="center" valignment="top" width="0pt">
29025 <column alignment="center" valignment="top" width="0pt">
29026 <column alignment="center" valignment="top" width="0pt">
29027 <row>
29028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29029 \begin_inset Text
29030
29031 \begin_layout Plain Layout
29032
29033 \end_layout
29034
29035 \end_inset
29036 </cell>
29037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29038 \begin_inset Text
29039
29040 \begin_layout Plain Layout
29041
29042 \family roman
29043 \series medium
29044 \shape up
29045 \size tiny
29046 \emph off
29047 \bar no
29048 \noun off
29049 \color none
29050 00
29051 \end_layout
29052
29053 \end_inset
29054 </cell>
29055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29056 \begin_inset Text
29057
29058 \begin_layout Plain Layout
29059
29060 \family roman
29061 \series medium
29062 \shape up
29063 \size tiny
29064 \emph off
29065 \bar no
29066 \noun off
29067 \color none
29068 10
29069 \end_layout
29070
29071 \end_inset
29072 </cell>
29073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29074 \begin_inset Text
29075
29076 \begin_layout Plain Layout
29077
29078 \family roman
29079 \series medium
29080 \shape up
29081 \size tiny
29082 \emph off
29083 \bar no
29084 \noun off
29085 \color none
29086 20
29087 \end_layout
29088
29089 \end_inset
29090 </cell>
29091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29092 \begin_inset Text
29093
29094 \begin_layout Plain Layout
29095
29096 \family roman
29097 \series medium
29098 \shape up
29099 \size tiny
29100 \emph off
29101 \bar no
29102 \noun off
29103 \color none
29104 30
29105 \end_layout
29106
29107 \end_inset
29108 </cell>
29109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29110 \begin_inset Text
29111
29112 \begin_layout Plain Layout
29113
29114 \family roman
29115 \series medium
29116 \shape up
29117 \size tiny
29118 \emph off
29119 \bar no
29120 \noun off
29121 \color none
29122 40
29123 \end_layout
29124
29125 \end_inset
29126 </cell>
29127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29128 \begin_inset Text
29129
29130 \begin_layout Plain Layout
29131
29132 \family roman
29133 \series medium
29134 \shape up
29135 \size tiny
29136 \emph off
29137 \bar no
29138 \noun off
29139 \color none
29140 50
29141 \end_layout
29142
29143 \end_inset
29144 </cell>
29145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29146 \begin_inset Text
29147
29148 \begin_layout Plain Layout
29149
29150 \family roman
29151 \series medium
29152 \shape up
29153 \size tiny
29154 \emph off
29155 \bar no
29156 \noun off
29157 \color none
29158 60
29159 \end_layout
29160
29161 \end_inset
29162 </cell>
29163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29164 \begin_inset Text
29165
29166 \begin_layout Plain Layout
29167
29168 \family roman
29169 \series medium
29170 \shape up
29171 \size tiny
29172 \emph off
29173 \bar no
29174 \noun off
29175 \color none
29176 70
29177 \end_layout
29178
29179 \end_inset
29180 </cell>
29181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29182 \begin_inset Text
29183
29184 \begin_layout Plain Layout
29185
29186 \family roman
29187 \series medium
29188 \shape up
29189 \size tiny
29190 \emph off
29191 \bar no
29192 \noun off
29193 \color none
29194 80
29195 \end_layout
29196
29197 \end_inset
29198 </cell>
29199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29200 \begin_inset Text
29201
29202 \begin_layout Plain Layout
29203
29204 \family roman
29205 \series medium
29206 \shape up
29207 \size tiny
29208 \emph off
29209 \bar no
29210 \noun off
29211 \color none
29212 90
29213 \end_layout
29214
29215 \end_inset
29216 </cell>
29217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29218 \begin_inset Text
29219
29220 \begin_layout Plain Layout
29221
29222 \family roman
29223 \series medium
29224 \shape up
29225 \size tiny
29226 \emph off
29227 \bar no
29228 \noun off
29229 \color none
29230 A0
29231 \end_layout
29232
29233 \end_inset
29234 </cell>
29235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29236 \begin_inset Text
29237
29238 \begin_layout Plain Layout
29239
29240 \family roman
29241 \series medium
29242 \shape up
29243 \size tiny
29244 \emph off
29245 \bar no
29246 \noun off
29247 \color none
29248 B0
29249 \end_layout
29250
29251 \end_inset
29252 </cell>
29253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29254 \begin_inset Text
29255
29256 \begin_layout Plain Layout
29257
29258 \family roman
29259 \series medium
29260 \shape up
29261 \size tiny
29262 \emph off
29263 \bar no
29264 \noun off
29265 \color none
29266 C0
29267 \end_layout
29268
29269 \end_inset
29270 </cell>
29271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29272 \begin_inset Text
29273
29274 \begin_layout Plain Layout
29275
29276 \family roman
29277 \series medium
29278 \shape up
29279 \size tiny
29280 \emph off
29281 \bar no
29282 \noun off
29283 \color none
29284 D0
29285 \end_layout
29286
29287 \end_inset
29288 </cell>
29289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29290 \begin_inset Text
29291
29292 \begin_layout Plain Layout
29293
29294 \family roman
29295 \series medium
29296 \shape up
29297 \size tiny
29298 \emph off
29299 \bar no
29300 \noun off
29301 \color none
29302 E0
29303 \end_layout
29304
29305 \end_inset
29306 </cell>
29307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29308 \begin_inset Text
29309
29310 \begin_layout Plain Layout
29311
29312 \family roman
29313 \series medium
29314 \shape up
29315 \size tiny
29316 \emph off
29317 \bar no
29318 \noun off
29319 \color none
29320 F0
29321 \end_layout
29322
29323 \end_inset
29324 </cell>
29325 </row>
29326 <row>
29327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29328 \begin_inset Text
29329
29330 \begin_layout Plain Layout
29331
29332 \family roman
29333 \series medium
29334 \shape up
29335 \size tiny
29336 \emph off
29337 \bar no
29338 \noun off
29339 \color none
29340 00
29341 \end_layout
29342
29343 \end_inset
29344 </cell>
29345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29346 \begin_inset Text
29347
29348 \begin_layout Plain Layout
29349
29350 \end_layout
29351
29352 \end_inset
29353 </cell>
29354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29355 \begin_inset Text
29356
29357 \begin_layout Plain Layout
29358
29359 \end_layout
29360
29361 \end_inset
29362 </cell>
29363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29364 \begin_inset Text
29365
29366 \begin_layout Plain Layout
29367
29368 \end_layout
29369
29370 \end_inset
29371 </cell>
29372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29373 \begin_inset Text
29374
29375 \begin_layout Plain Layout
29376
29377 \family roman
29378 \series medium
29379 \shape up
29380 \emph off
29381 \bar no
29382 \noun off
29383 \color none
29384 0
29385 \end_layout
29386
29387 \end_inset
29388 </cell>
29389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29390 \begin_inset Text
29391
29392 \begin_layout Plain Layout
29393
29394 \family roman
29395 \series medium
29396 \shape up
29397 \emph off
29398 \bar no
29399 \noun off
29400 \color none
29401 @
29402 \end_layout
29403
29404 \end_inset
29405 </cell>
29406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29407 \begin_inset Text
29408
29409 \begin_layout Plain Layout
29410
29411 \family roman
29412 \series medium
29413 \shape up
29414 \emph off
29415 \bar no
29416 \noun off
29417 \color none
29418 P
29419 \end_layout
29420
29421 \end_inset
29422 </cell>
29423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29424 \begin_inset Text
29425
29426 \begin_layout Plain Layout
29427
29428 \family roman
29429 \series medium
29430 \shape up
29431 \emph off
29432 \bar no
29433 \noun off
29434 \color none
29435 '
29436 \end_layout
29437
29438 \end_inset
29439 </cell>
29440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29441 \begin_inset Text
29442
29443 \begin_layout Plain Layout
29444
29445 \family roman
29446 \series medium
29447 \shape up
29448 \emph off
29449 \bar no
29450 \noun off
29451 \color none
29452 p
29453 \end_layout
29454
29455 \end_inset
29456 </cell>
29457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29458 \begin_inset Text
29459
29460 \begin_layout Plain Layout
29461
29462 \end_layout
29463
29464 \end_inset
29465 </cell>
29466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29467 \begin_inset Text
29468
29469 \begin_layout Plain Layout
29470
29471 \end_layout
29472
29473 \end_inset
29474 </cell>
29475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29476 \begin_inset Text
29477
29478 \begin_layout Plain Layout
29479
29480 \end_layout
29481
29482 \end_inset
29483 </cell>
29484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29485 \begin_inset Text
29486
29487 \begin_layout Plain Layout
29488
29489 \family roman
29490 \series medium
29491 \shape up
29492 \emph off
29493 \bar no
29494 \noun off
29495 \color none
29496 °
29497 \end_layout
29498
29499 \end_inset
29500 </cell>
29501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29502 \begin_inset Text
29503
29504 \begin_layout Plain Layout
29505
29506 \family roman
29507 \series medium
29508 \shape up
29509 \emph off
29510 \bar no
29511 \noun off
29512 \color none
29513 À
29514 \end_layout
29515
29516 \end_inset
29517 </cell>
29518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29519 \begin_inset Text
29520
29521 \begin_layout Plain Layout
29522
29523 \family roman
29524 \series medium
29525 \shape up
29526 \emph off
29527 \bar no
29528 \noun off
29529 \color none
29530 Ð
29531 \end_layout
29532
29533 \end_inset
29534 </cell>
29535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29536 \begin_inset Text
29537
29538 \begin_layout Plain Layout
29539
29540 \family roman
29541 \series medium
29542 \shape up
29543 \emph off
29544 \bar no
29545 \noun off
29546 \color none
29547 à
29548 \end_layout
29549
29550 \end_inset
29551 </cell>
29552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29553 \begin_inset Text
29554
29555 \begin_layout Plain Layout
29556
29557 \family roman
29558 \series medium
29559 \shape up
29560 \emph off
29561 \bar no
29562 \noun off
29563 \color none
29564 ð
29565 \end_layout
29566
29567 \end_inset
29568 </cell>
29569 </row>
29570 <row>
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 \size tiny
29580 \emph off
29581 \bar no
29582 \noun off
29583 \color none
29584 01
29585 \end_layout
29586
29587 \end_inset
29588 </cell>
29589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29590 \begin_inset Text
29591
29592 \begin_layout Plain Layout
29593
29594 \end_layout
29595
29596 \end_inset
29597 </cell>
29598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29599 \begin_inset Text
29600
29601 \begin_layout Plain Layout
29602
29603 \end_layout
29604
29605 \end_inset
29606 </cell>
29607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29608 \begin_inset Text
29609
29610 \begin_layout Plain Layout
29611
29612 \family roman
29613 \series medium
29614 \shape up
29615 \emph off
29616 \bar no
29617 \noun off
29618 \color none
29619 !
29620 \end_layout
29621
29622 \end_inset
29623 </cell>
29624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29625 \begin_inset Text
29626
29627 \begin_layout Plain Layout
29628
29629 \family roman
29630 \series medium
29631 \shape up
29632 \emph off
29633 \bar no
29634 \noun off
29635 \color none
29636 1
29637 \end_layout
29638
29639 \end_inset
29640 </cell>
29641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29642 \begin_inset Text
29643
29644 \begin_layout Plain Layout
29645
29646 \family roman
29647 \series medium
29648 \shape up
29649 \emph off
29650 \bar no
29651 \noun off
29652 \color none
29653 A
29654 \end_layout
29655
29656 \end_inset
29657 </cell>
29658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29659 \begin_inset Text
29660
29661 \begin_layout Plain Layout
29662
29663 \family roman
29664 \series medium
29665 \shape up
29666 \emph off
29667 \bar no
29668 \noun off
29669 \color none
29670 Q
29671 \end_layout
29672
29673 \end_inset
29674 </cell>
29675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29676 \begin_inset Text
29677
29678 \begin_layout Plain Layout
29679
29680 \family roman
29681 \series medium
29682 \shape up
29683 \emph off
29684 \bar no
29685 \noun off
29686 \color none
29687 a
29688 \end_layout
29689
29690 \end_inset
29691 </cell>
29692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29693 \begin_inset Text
29694
29695 \begin_layout Plain Layout
29696
29697 \family roman
29698 \series medium
29699 \shape up
29700 \emph off
29701 \bar no
29702 \noun off
29703 \color none
29704 q
29705 \end_layout
29706
29707 \end_inset
29708 </cell>
29709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29710 \begin_inset Text
29711
29712 \begin_layout Plain Layout
29713
29714 \end_layout
29715
29716 \end_inset
29717 </cell>
29718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29719 \begin_inset Text
29720
29721 \begin_layout Plain Layout
29722
29723 \end_layout
29724
29725 \end_inset
29726 </cell>
29727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29728 \begin_inset Text
29729
29730 \begin_layout Plain Layout
29731
29732 \family roman
29733 \series medium
29734 \shape up
29735 \emph off
29736 \bar no
29737 \noun off
29738 \color none
29739 ¡
29740 \end_layout
29741
29742 \end_inset
29743 </cell>
29744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29745 \begin_inset Text
29746
29747 \begin_layout Plain Layout
29748
29749 \family roman
29750 \series medium
29751 \shape up
29752 \emph off
29753 \bar no
29754 \noun off
29755 \color none
29756 ±
29757 \end_layout
29758
29759 \end_inset
29760 </cell>
29761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29762 \begin_inset Text
29763
29764 \begin_layout Plain Layout
29765
29766 \family roman
29767 \series medium
29768 \shape up
29769 \emph off
29770 \bar no
29771 \noun off
29772 \color none
29773 Á
29774 \end_layout
29775
29776 \end_inset
29777 </cell>
29778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29779 \begin_inset Text
29780
29781 \begin_layout Plain Layout
29782
29783 \family roman
29784 \series medium
29785 \shape up
29786 \emph off
29787 \bar no
29788 \noun off
29789 \color none
29790 Ñ
29791 \end_layout
29792
29793 \end_inset
29794 </cell>
29795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29796 \begin_inset Text
29797
29798 \begin_layout Plain Layout
29799
29800 \family roman
29801 \series medium
29802 \shape up
29803 \emph off
29804 \bar no
29805 \noun off
29806 \color none
29807 á
29808 \end_layout
29809
29810 \end_inset
29811 </cell>
29812 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29813 \begin_inset Text
29814
29815 \begin_layout Plain Layout
29816
29817 \family roman
29818 \series medium
29819 \shape up
29820 \emph off
29821 \bar no
29822 \noun off
29823 \color none
29824 ñ
29825 \end_layout
29826
29827 \end_inset
29828 </cell>
29829 </row>
29830 <row>
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 \size tiny
29840 \emph off
29841 \bar no
29842 \noun off
29843 \color none
29844 02
29845 \end_layout
29846
29847 \end_inset
29848 </cell>
29849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29850 \begin_inset Text
29851
29852 \begin_layout Plain Layout
29853
29854 \end_layout
29855
29856 \end_inset
29857 </cell>
29858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29859 \begin_inset Text
29860
29861 \begin_layout Plain Layout
29862
29863 \end_layout
29864
29865 \end_inset
29866 </cell>
29867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29868 \begin_inset Text
29869
29870 \begin_layout Plain Layout
29871
29872 \family roman
29873 \series medium
29874 \shape up
29875 \emph off
29876 \bar no
29877 \noun off
29878 \color none
29879 \begin_inset Quotes eld
29880 \end_inset
29881
29882
29883 \end_layout
29884
29885 \end_inset
29886 </cell>
29887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29888 \begin_inset Text
29889
29890 \begin_layout Plain Layout
29891
29892 \family roman
29893 \series medium
29894 \shape up
29895 \emph off
29896 \bar no
29897 \noun off
29898 \color none
29899 2
29900 \end_layout
29901
29902 \end_inset
29903 </cell>
29904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29905 \begin_inset Text
29906
29907 \begin_layout Plain Layout
29908
29909 \family roman
29910 \series medium
29911 \shape up
29912 \emph off
29913 \bar no
29914 \noun off
29915 \color none
29916 B
29917 \end_layout
29918
29919 \end_inset
29920 </cell>
29921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29922 \begin_inset Text
29923
29924 \begin_layout Plain Layout
29925
29926 \family roman
29927 \series medium
29928 \shape up
29929 \emph off
29930 \bar no
29931 \noun off
29932 \color none
29933 R
29934 \end_layout
29935
29936 \end_inset
29937 </cell>
29938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29939 \begin_inset Text
29940
29941 \begin_layout Plain Layout
29942
29943 \family roman
29944 \series medium
29945 \shape up
29946 \emph off
29947 \bar no
29948 \noun off
29949 \color none
29950 b
29951 \end_layout
29952
29953 \end_inset
29954 </cell>
29955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29956 \begin_inset Text
29957
29958 \begin_layout Plain Layout
29959
29960 \family roman
29961 \series medium
29962 \shape up
29963 \emph off
29964 \bar no
29965 \noun off
29966 \color none
29967 r
29968 \end_layout
29969
29970 \end_inset
29971 </cell>
29972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29973 \begin_inset Text
29974
29975 \begin_layout Plain Layout
29976
29977 \end_layout
29978
29979 \end_inset
29980 </cell>
29981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29982 \begin_inset Text
29983
29984 \begin_layout Plain Layout
29985
29986 \end_layout
29987
29988 \end_inset
29989 </cell>
29990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29991 \begin_inset Text
29992
29993 \begin_layout Plain Layout
29994 ¢
29995 \end_layout
29996
29997 \end_inset
29998 </cell>
29999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30000 \begin_inset Text
30001
30002 \begin_layout Plain Layout
30003
30004 \family roman
30005 \series medium
30006 \shape up
30007 \emph off
30008 \bar no
30009 \noun off
30010 \color none
30011 ²
30012 \end_layout
30013
30014 \end_inset
30015 </cell>
30016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30017 \begin_inset Text
30018
30019 \begin_layout Plain Layout
30020
30021 \family roman
30022 \series medium
30023 \shape up
30024 \emph off
30025 \bar no
30026 \noun off
30027 \color none
30028 Â
30029 \end_layout
30030
30031 \end_inset
30032 </cell>
30033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30034 \begin_inset Text
30035
30036 \begin_layout Plain Layout
30037
30038 \family roman
30039 \series medium
30040 \shape up
30041 \emph off
30042 \bar no
30043 \noun off
30044 \color none
30045 Ò
30046 \end_layout
30047
30048 \end_inset
30049 </cell>
30050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30051 \begin_inset Text
30052
30053 \begin_layout Plain Layout
30054
30055 \family roman
30056 \series medium
30057 \shape up
30058 \emph off
30059 \bar no
30060 \noun off
30061 \color none
30062 â
30063 \end_layout
30064
30065 \end_inset
30066 </cell>
30067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30068 \begin_inset Text
30069
30070 \begin_layout Plain Layout
30071
30072 \family roman
30073 \series medium
30074 \shape up
30075 \emph off
30076 \bar no
30077 \noun off
30078 \color none
30079 ò
30080 \end_layout
30081
30082 \end_inset
30083 </cell>
30084 </row>
30085 <row>
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 \size tiny
30095 \emph off
30096 \bar no
30097 \noun off
30098 \color none
30099 03
30100 \end_layout
30101
30102 \end_inset
30103 </cell>
30104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30105 \begin_inset Text
30106
30107 \begin_layout Plain Layout
30108
30109 \end_layout
30110
30111 \end_inset
30112 </cell>
30113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30114 \begin_inset Text
30115
30116 \begin_layout Plain Layout
30117
30118 \end_layout
30119
30120 \end_inset
30121 </cell>
30122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30123 \begin_inset Text
30124
30125 \begin_layout Plain Layout
30126
30127 \family roman
30128 \series medium
30129 \shape up
30130 \emph off
30131 \bar no
30132 \noun off
30133 \color none
30134 #
30135 \end_layout
30136
30137 \end_inset
30138 </cell>
30139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30140 \begin_inset Text
30141
30142 \begin_layout Plain Layout
30143
30144 \family roman
30145 \series medium
30146 \shape up
30147 \emph off
30148 \bar no
30149 \noun off
30150 \color none
30151 3
30152 \end_layout
30153
30154 \end_inset
30155 </cell>
30156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30157 \begin_inset Text
30158
30159 \begin_layout Plain Layout
30160
30161 \family roman
30162 \series medium
30163 \shape up
30164 \emph off
30165 \bar no
30166 \noun off
30167 \color none
30168 C
30169 \end_layout
30170
30171 \end_inset
30172 </cell>
30173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30174 \begin_inset Text
30175
30176 \begin_layout Plain Layout
30177
30178 \family roman
30179 \series medium
30180 \shape up
30181 \emph off
30182 \bar no
30183 \noun off
30184 \color none
30185 S
30186 \end_layout
30187
30188 \end_inset
30189 </cell>
30190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30191 \begin_inset Text
30192
30193 \begin_layout Plain Layout
30194
30195 \family roman
30196 \series medium
30197 \shape up
30198 \emph off
30199 \bar no
30200 \noun off
30201 \color none
30202 c
30203 \end_layout
30204
30205 \end_inset
30206 </cell>
30207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30208 \begin_inset Text
30209
30210 \begin_layout Plain Layout
30211
30212 \family roman
30213 \series medium
30214 \shape up
30215 \emph off
30216 \bar no
30217 \noun off
30218 \color none
30219 s
30220 \end_layout
30221
30222 \end_inset
30223 </cell>
30224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30225 \begin_inset Text
30226
30227 \begin_layout Plain Layout
30228
30229 \end_layout
30230
30231 \end_inset
30232 </cell>
30233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30234 \begin_inset Text
30235
30236 \begin_layout Plain Layout
30237
30238 \end_layout
30239
30240 \end_inset
30241 </cell>
30242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30243 \begin_inset Text
30244
30245 \begin_layout Plain Layout
30246
30247 \family roman
30248 \series medium
30249 \shape up
30250 \emph off
30251 \bar no
30252 \noun off
30253 \color none
30254 £
30255 \end_layout
30256
30257 \end_inset
30258 </cell>
30259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30260 \begin_inset Text
30261
30262 \begin_layout Plain Layout
30263
30264 \family roman
30265 \series medium
30266 \shape up
30267 \emph off
30268 \bar no
30269 \noun off
30270 \color none
30271 ³
30272 \end_layout
30273
30274 \end_inset
30275 </cell>
30276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30277 \begin_inset Text
30278
30279 \begin_layout Plain Layout
30280
30281 \family roman
30282 \series medium
30283 \shape up
30284 \emph off
30285 \bar no
30286 \noun off
30287 \color none
30288 Ã
30289 \end_layout
30290
30291 \end_inset
30292 </cell>
30293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30294 \begin_inset Text
30295
30296 \begin_layout Plain Layout
30297
30298 \family roman
30299 \series medium
30300 \shape up
30301 \emph off
30302 \bar no
30303 \noun off
30304 \color none
30305 Ó
30306 \end_layout
30307
30308 \end_inset
30309 </cell>
30310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30311 \begin_inset Text
30312
30313 \begin_layout Plain Layout
30314
30315 \family roman
30316 \series medium
30317 \shape up
30318 \emph off
30319 \bar no
30320 \noun off
30321 \color none
30322 ã
30323 \end_layout
30324
30325 \end_inset
30326 </cell>
30327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30328 \begin_inset Text
30329
30330 \begin_layout Plain Layout
30331
30332 \family roman
30333 \series medium
30334 \shape up
30335 \emph off
30336 \bar no
30337 \noun off
30338 \color none
30339 ó
30340 \end_layout
30341
30342 \end_inset
30343 </cell>
30344 </row>
30345 <row>
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 \size tiny
30355 \emph off
30356 \bar no
30357 \noun off
30358 \color none
30359 04
30360 \end_layout
30361
30362 \end_inset
30363 </cell>
30364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30365 \begin_inset Text
30366
30367 \begin_layout Plain Layout
30368
30369 \end_layout
30370
30371 \end_inset
30372 </cell>
30373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30374 \begin_inset Text
30375
30376 \begin_layout Plain Layout
30377
30378 \end_layout
30379
30380 \end_inset
30381 </cell>
30382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30383 \begin_inset Text
30384
30385 \begin_layout Plain Layout
30386
30387 \family roman
30388 \series medium
30389 \shape up
30390 \emph off
30391 \bar no
30392 \noun off
30393 \color none
30394 $
30395 \end_layout
30396
30397 \end_inset
30398 </cell>
30399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30400 \begin_inset Text
30401
30402 \begin_layout Plain Layout
30403
30404 \family roman
30405 \series medium
30406 \shape up
30407 \emph off
30408 \bar no
30409 \noun off
30410 \color none
30411 4
30412 \end_layout
30413
30414 \end_inset
30415 </cell>
30416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30417 \begin_inset Text
30418
30419 \begin_layout Plain Layout
30420
30421 \family roman
30422 \series medium
30423 \shape up
30424 \emph off
30425 \bar no
30426 \noun off
30427 \color none
30428 D
30429 \end_layout
30430
30431 \end_inset
30432 </cell>
30433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30434 \begin_inset Text
30435
30436 \begin_layout Plain Layout
30437
30438 \family roman
30439 \series medium
30440 \shape up
30441 \emph off
30442 \bar no
30443 \noun off
30444 \color none
30445 T
30446 \end_layout
30447
30448 \end_inset
30449 </cell>
30450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30451 \begin_inset Text
30452
30453 \begin_layout Plain Layout
30454
30455 \family roman
30456 \series medium
30457 \shape up
30458 \emph off
30459 \bar no
30460 \noun off
30461 \color none
30462 d
30463 \end_layout
30464
30465 \end_inset
30466 </cell>
30467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30468 \begin_inset Text
30469
30470 \begin_layout Plain Layout
30471
30472 \family roman
30473 \series medium
30474 \shape up
30475 \emph off
30476 \bar no
30477 \noun off
30478 \color none
30479 t
30480 \end_layout
30481
30482 \end_inset
30483 </cell>
30484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30485 \begin_inset Text
30486
30487 \begin_layout Plain Layout
30488
30489 \end_layout
30490
30491 \end_inset
30492 </cell>
30493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30494 \begin_inset Text
30495
30496 \begin_layout Plain Layout
30497
30498 \end_layout
30499
30500 \end_inset
30501 </cell>
30502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30503 \begin_inset Text
30504
30505 \begin_layout Plain Layout
30506 ¤
30507 \end_layout
30508
30509 \end_inset
30510 </cell>
30511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30512 \begin_inset Text
30513
30514 \begin_layout Plain Layout
30515
30516 \family roman
30517 \series medium
30518 \shape up
30519 \emph off
30520 \bar no
30521 \noun off
30522 \color none
30523 ´
30524 \end_layout
30525
30526 \end_inset
30527 </cell>
30528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30529 \begin_inset Text
30530
30531 \begin_layout Plain Layout
30532
30533 \family roman
30534 \series medium
30535 \shape up
30536 \emph off
30537 \bar no
30538 \noun off
30539 \color none
30540 Ä
30541 \end_layout
30542
30543 \end_inset
30544 </cell>
30545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30546 \begin_inset Text
30547
30548 \begin_layout Plain Layout
30549
30550 \family roman
30551 \series medium
30552 \shape up
30553 \emph off
30554 \bar no
30555 \noun off
30556 \color none
30557 Ô
30558 \end_layout
30559
30560 \end_inset
30561 </cell>
30562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30563 \begin_inset Text
30564
30565 \begin_layout Plain Layout
30566
30567 \family roman
30568 \series medium
30569 \shape up
30570 \emph off
30571 \bar no
30572 \noun off
30573 \color none
30574 ä
30575 \end_layout
30576
30577 \end_inset
30578 </cell>
30579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30580 \begin_inset Text
30581
30582 \begin_layout Plain Layout
30583
30584 \family roman
30585 \series medium
30586 \shape up
30587 \emph off
30588 \bar no
30589 \noun off
30590 \color none
30591 ô
30592 \end_layout
30593
30594 \end_inset
30595 </cell>
30596 </row>
30597 <row>
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 \size tiny
30607 \emph off
30608 \bar no
30609 \noun off
30610 \color none
30611 05
30612 \end_layout
30613
30614 \end_inset
30615 </cell>
30616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30617 \begin_inset Text
30618
30619 \begin_layout Plain Layout
30620
30621 \end_layout
30622
30623 \end_inset
30624 </cell>
30625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30626 \begin_inset Text
30627
30628 \begin_layout Plain Layout
30629
30630 \end_layout
30631
30632 \end_inset
30633 </cell>
30634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30635 \begin_inset Text
30636
30637 \begin_layout Plain Layout
30638
30639 \family roman
30640 \series medium
30641 \shape up
30642 \emph off
30643 \bar no
30644 \noun off
30645 \color none
30646 %
30647 \end_layout
30648
30649 \end_inset
30650 </cell>
30651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30652 \begin_inset Text
30653
30654 \begin_layout Plain Layout
30655
30656 \family roman
30657 \series medium
30658 \shape up
30659 \emph off
30660 \bar no
30661 \noun off
30662 \color none
30663 5
30664 \end_layout
30665
30666 \end_inset
30667 </cell>
30668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30669 \begin_inset Text
30670
30671 \begin_layout Plain Layout
30672
30673 \family roman
30674 \series medium
30675 \shape up
30676 \emph off
30677 \bar no
30678 \noun off
30679 \color none
30680 E
30681 \end_layout
30682
30683 \end_inset
30684 </cell>
30685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30686 \begin_inset Text
30687
30688 \begin_layout Plain Layout
30689
30690 \family roman
30691 \series medium
30692 \shape up
30693 \emph off
30694 \bar no
30695 \noun off
30696 \color none
30697 U
30698 \end_layout
30699
30700 \end_inset
30701 </cell>
30702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30703 \begin_inset Text
30704
30705 \begin_layout Plain Layout
30706
30707 \family roman
30708 \series medium
30709 \shape up
30710 \emph off
30711 \bar no
30712 \noun off
30713 \color none
30714 e
30715 \end_layout
30716
30717 \end_inset
30718 </cell>
30719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30720 \begin_inset Text
30721
30722 \begin_layout Plain Layout
30723
30724 \family roman
30725 \series medium
30726 \shape up
30727 \emph off
30728 \bar no
30729 \noun off
30730 \color none
30731 u
30732 \end_layout
30733
30734 \end_inset
30735 </cell>
30736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30737 \begin_inset Text
30738
30739 \begin_layout Plain Layout
30740
30741 \end_layout
30742
30743 \end_inset
30744 </cell>
30745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30746 \begin_inset Text
30747
30748 \begin_layout Plain Layout
30749
30750 \end_layout
30751
30752 \end_inset
30753 </cell>
30754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30755 \begin_inset Text
30756
30757 \begin_layout Plain Layout
30758 ¥
30759 \end_layout
30760
30761 \end_inset
30762 </cell>
30763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30764 \begin_inset Text
30765
30766 \begin_layout Plain Layout
30767
30768 \family roman
30769 \series medium
30770 \shape up
30771 \emph off
30772 \bar no
30773 \noun off
30774 \color none
30775 µ
30776 \end_layout
30777
30778 \end_inset
30779 </cell>
30780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30781 \begin_inset Text
30782
30783 \begin_layout Plain Layout
30784
30785 \family roman
30786 \series medium
30787 \shape up
30788 \emph off
30789 \bar no
30790 \noun off
30791 \color none
30792 Å
30793 \end_layout
30794
30795 \end_inset
30796 </cell>
30797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30798 \begin_inset Text
30799
30800 \begin_layout Plain Layout
30801
30802 \family roman
30803 \series medium
30804 \shape up
30805 \emph off
30806 \bar no
30807 \noun off
30808 \color none
30809 Õ
30810 \end_layout
30811
30812 \end_inset
30813 </cell>
30814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30815 \begin_inset Text
30816
30817 \begin_layout Plain Layout
30818
30819 \family roman
30820 \series medium
30821 \shape up
30822 \emph off
30823 \bar no
30824 \noun off
30825 \color none
30826 å
30827 \end_layout
30828
30829 \end_inset
30830 </cell>
30831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30832 \begin_inset Text
30833
30834 \begin_layout Plain Layout
30835
30836 \family roman
30837 \series medium
30838 \shape up
30839 \emph off
30840 \bar no
30841 \noun off
30842 \color none
30843 õ
30844 \end_layout
30845
30846 \end_inset
30847 </cell>
30848 </row>
30849 <row>
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 \size tiny
30859 \emph off
30860 \bar no
30861 \noun off
30862 \color none
30863 06
30864 \end_layout
30865
30866 \end_inset
30867 </cell>
30868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30869 \begin_inset Text
30870
30871 \begin_layout Plain Layout
30872
30873 \end_layout
30874
30875 \end_inset
30876 </cell>
30877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30878 \begin_inset Text
30879
30880 \begin_layout Plain Layout
30881
30882 \end_layout
30883
30884 \end_inset
30885 </cell>
30886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30887 \begin_inset Text
30888
30889 \begin_layout Plain Layout
30890
30891 \family roman
30892 \series medium
30893 \shape up
30894 \emph off
30895 \bar no
30896 \noun off
30897 \color none
30898 &
30899 \end_layout
30900
30901 \end_inset
30902 </cell>
30903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30904 \begin_inset Text
30905
30906 \begin_layout Plain Layout
30907
30908 \family roman
30909 \series medium
30910 \shape up
30911 \emph off
30912 \bar no
30913 \noun off
30914 \color none
30915 6
30916 \end_layout
30917
30918 \end_inset
30919 </cell>
30920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30921 \begin_inset Text
30922
30923 \begin_layout Plain Layout
30924
30925 \family roman
30926 \series medium
30927 \shape up
30928 \emph off
30929 \bar no
30930 \noun off
30931 \color none
30932 F
30933 \end_layout
30934
30935 \end_inset
30936 </cell>
30937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30938 \begin_inset Text
30939
30940 \begin_layout Plain Layout
30941
30942 \family roman
30943 \series medium
30944 \shape up
30945 \emph off
30946 \bar no
30947 \noun off
30948 \color none
30949 V
30950 \end_layout
30951
30952 \end_inset
30953 </cell>
30954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30955 \begin_inset Text
30956
30957 \begin_layout Plain Layout
30958
30959 \family roman
30960 \series medium
30961 \shape up
30962 \emph off
30963 \bar no
30964 \noun off
30965 \color none
30966 f
30967 \end_layout
30968
30969 \end_inset
30970 </cell>
30971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30972 \begin_inset Text
30973
30974 \begin_layout Plain Layout
30975
30976 \family roman
30977 \series medium
30978 \shape up
30979 \emph off
30980 \bar no
30981 \noun off
30982 \color none
30983 v
30984 \end_layout
30985
30986 \end_inset
30987 </cell>
30988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30989 \begin_inset Text
30990
30991 \begin_layout Plain Layout
30992
30993 \end_layout
30994
30995 \end_inset
30996 </cell>
30997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30998 \begin_inset Text
30999
31000 \begin_layout Plain Layout
31001
31002 \end_layout
31003
31004 \end_inset
31005 </cell>
31006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31007 \begin_inset Text
31008
31009 \begin_layout Plain Layout
31010 ¦
31011 \end_layout
31012
31013 \end_inset
31014 </cell>
31015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31016 \begin_inset Text
31017
31018 \begin_layout Plain Layout
31019
31020 \family roman
31021 \series medium
31022 \shape up
31023 \emph off
31024 \bar no
31025 \noun off
31026 \color none
31027
31028 \end_layout
31029
31030 \end_inset
31031 </cell>
31032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31033 \begin_inset Text
31034
31035 \begin_layout Plain Layout
31036
31037 \family roman
31038 \series medium
31039 \shape up
31040 \emph off
31041 \bar no
31042 \noun off
31043 \color none
31044 Æ
31045 \end_layout
31046
31047 \end_inset
31048 </cell>
31049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31050 \begin_inset Text
31051
31052 \begin_layout Plain Layout
31053
31054 \family roman
31055 \series medium
31056 \shape up
31057 \emph off
31058 \bar no
31059 \noun off
31060 \color none
31061 Ö
31062 \end_layout
31063
31064 \end_inset
31065 </cell>
31066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31067 \begin_inset Text
31068
31069 \begin_layout Plain Layout
31070
31071 \family roman
31072 \series medium
31073 \shape up
31074 \emph off
31075 \bar no
31076 \noun off
31077 \color none
31078 æ
31079 \end_layout
31080
31081 \end_inset
31082 </cell>
31083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31084 \begin_inset Text
31085
31086 \begin_layout Plain Layout
31087
31088 \family roman
31089 \series medium
31090 \shape up
31091 \emph off
31092 \bar no
31093 \noun off
31094 \color none
31095 ö
31096 \end_layout
31097
31098 \end_inset
31099 </cell>
31100 </row>
31101 <row>
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 \size tiny
31111 \emph off
31112 \bar no
31113 \noun off
31114 \color none
31115 07
31116 \end_layout
31117
31118 \end_inset
31119 </cell>
31120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31121 \begin_inset Text
31122
31123 \begin_layout Plain Layout
31124
31125 \end_layout
31126
31127 \end_inset
31128 </cell>
31129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31130 \begin_inset Text
31131
31132 \begin_layout Plain Layout
31133
31134 \end_layout
31135
31136 \end_inset
31137 </cell>
31138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31139 \begin_inset Text
31140
31141 \begin_layout Plain Layout
31142
31143 \family roman
31144 \series medium
31145 \shape up
31146 \emph off
31147 \bar no
31148 \noun off
31149 \color none
31150 `
31151 \end_layout
31152
31153 \end_inset
31154 </cell>
31155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31156 \begin_inset Text
31157
31158 \begin_layout Plain Layout
31159
31160 \family roman
31161 \series medium
31162 \shape up
31163 \emph off
31164 \bar no
31165 \noun off
31166 \color none
31167 7
31168 \end_layout
31169
31170 \end_inset
31171 </cell>
31172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31173 \begin_inset Text
31174
31175 \begin_layout Plain Layout
31176
31177 \family roman
31178 \series medium
31179 \shape up
31180 \emph off
31181 \bar no
31182 \noun off
31183 \color none
31184 G
31185 \end_layout
31186
31187 \end_inset
31188 </cell>
31189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31190 \begin_inset Text
31191
31192 \begin_layout Plain Layout
31193
31194 \family roman
31195 \series medium
31196 \shape up
31197 \emph off
31198 \bar no
31199 \noun off
31200 \color none
31201 W
31202 \end_layout
31203
31204 \end_inset
31205 </cell>
31206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31207 \begin_inset Text
31208
31209 \begin_layout Plain Layout
31210
31211 \family roman
31212 \series medium
31213 \shape up
31214 \emph off
31215 \bar no
31216 \noun off
31217 \color none
31218 g
31219 \end_layout
31220
31221 \end_inset
31222 </cell>
31223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31224 \begin_inset Text
31225
31226 \begin_layout Plain Layout
31227
31228 \family roman
31229 \series medium
31230 \shape up
31231 \emph off
31232 \bar no
31233 \noun off
31234 \color none
31235 w
31236 \end_layout
31237
31238 \end_inset
31239 </cell>
31240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31241 \begin_inset Text
31242
31243 \begin_layout Plain Layout
31244
31245 \end_layout
31246
31247 \end_inset
31248 </cell>
31249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31250 \begin_inset Text
31251
31252 \begin_layout Plain Layout
31253
31254 \end_layout
31255
31256 \end_inset
31257 </cell>
31258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31259 \begin_inset Text
31260
31261 \begin_layout Plain Layout
31262
31263 \family roman
31264 \series medium
31265 \shape up
31266 \emph off
31267 \bar no
31268 \noun off
31269 \color none
31270 §
31271 \end_layout
31272
31273 \end_inset
31274 </cell>
31275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31276 \begin_inset Text
31277
31278 \begin_layout Plain Layout
31279
31280 \family roman
31281 \series medium
31282 \shape up
31283 \emph off
31284 \bar no
31285 \noun off
31286 \color none
31287 ·
31288 \end_layout
31289
31290 \end_inset
31291 </cell>
31292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31293 \begin_inset Text
31294
31295 \begin_layout Plain Layout
31296
31297 \family roman
31298 \series medium
31299 \shape up
31300 \emph off
31301 \bar no
31302 \noun off
31303 \color none
31304 Ç
31305 \end_layout
31306
31307 \end_inset
31308 </cell>
31309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31310 \begin_inset Text
31311
31312 \begin_layout Plain Layout
31313
31314 \family roman
31315 \series medium
31316 \shape up
31317 \emph off
31318 \bar no
31319 \noun off
31320 \color none
31321 ×
31322 \end_layout
31323
31324 \end_inset
31325 </cell>
31326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31327 \begin_inset Text
31328
31329 \begin_layout Plain Layout
31330
31331 \family roman
31332 \series medium
31333 \shape up
31334 \emph off
31335 \bar no
31336 \noun off
31337 \color none
31338 ç
31339 \end_layout
31340
31341 \end_inset
31342 </cell>
31343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31344 \begin_inset Text
31345
31346 \begin_layout Plain Layout
31347
31348 \family roman
31349 \series medium
31350 \shape up
31351 \emph off
31352 \bar no
31353 \noun off
31354 \color none
31355 ÷
31356 \end_layout
31357
31358 \end_inset
31359 </cell>
31360 </row>
31361 <row>
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 \size tiny
31371 \emph off
31372 \bar no
31373 \noun off
31374 \color none
31375 08
31376 \end_layout
31377
31378 \end_inset
31379 </cell>
31380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31381 \begin_inset Text
31382
31383 \begin_layout Plain Layout
31384
31385 \end_layout
31386
31387 \end_inset
31388 </cell>
31389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31390 \begin_inset Text
31391
31392 \begin_layout Plain Layout
31393
31394 \end_layout
31395
31396 \end_inset
31397 </cell>
31398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31399 \begin_inset Text
31400
31401 \begin_layout Plain Layout
31402
31403 \family roman
31404 \series medium
31405 \shape up
31406 \emph off
31407 \bar no
31408 \noun off
31409 \color none
31410 (
31411 \end_layout
31412
31413 \end_inset
31414 </cell>
31415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31416 \begin_inset Text
31417
31418 \begin_layout Plain Layout
31419
31420 \family roman
31421 \series medium
31422 \shape up
31423 \emph off
31424 \bar no
31425 \noun off
31426 \color none
31427 8
31428 \end_layout
31429
31430 \end_inset
31431 </cell>
31432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31433 \begin_inset Text
31434
31435 \begin_layout Plain Layout
31436
31437 \family roman
31438 \series medium
31439 \shape up
31440 \emph off
31441 \bar no
31442 \noun off
31443 \color none
31444 H
31445 \end_layout
31446
31447 \end_inset
31448 </cell>
31449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31450 \begin_inset Text
31451
31452 \begin_layout Plain Layout
31453
31454 \family roman
31455 \series medium
31456 \shape up
31457 \emph off
31458 \bar no
31459 \noun off
31460 \color none
31461 X
31462 \end_layout
31463
31464 \end_inset
31465 </cell>
31466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31467 \begin_inset Text
31468
31469 \begin_layout Plain Layout
31470
31471 \family roman
31472 \series medium
31473 \shape up
31474 \emph off
31475 \bar no
31476 \noun off
31477 \color none
31478 h
31479 \end_layout
31480
31481 \end_inset
31482 </cell>
31483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31484 \begin_inset Text
31485
31486 \begin_layout Plain Layout
31487
31488 \family roman
31489 \series medium
31490 \shape up
31491 \emph off
31492 \bar no
31493 \noun off
31494 \color none
31495 x
31496 \end_layout
31497
31498 \end_inset
31499 </cell>
31500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31501 \begin_inset Text
31502
31503 \begin_layout Plain Layout
31504
31505 \end_layout
31506
31507 \end_inset
31508 </cell>
31509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31510 \begin_inset Text
31511
31512 \begin_layout Plain Layout
31513
31514 \end_layout
31515
31516 \end_inset
31517 </cell>
31518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31519 \begin_inset Text
31520
31521 \begin_layout Plain Layout
31522
31523 \family roman
31524 \series medium
31525 \shape up
31526 \emph off
31527 \bar no
31528 \noun off
31529 \color none
31530 ¨
31531 \end_layout
31532
31533 \end_inset
31534 </cell>
31535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31536 \begin_inset Text
31537
31538 \begin_layout Plain Layout
31539
31540 \family roman
31541 \series medium
31542 \shape up
31543 \emph off
31544 \bar no
31545 \noun off
31546 \color none
31547 ¸
31548 \end_layout
31549
31550 \end_inset
31551 </cell>
31552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31553 \begin_inset Text
31554
31555 \begin_layout Plain Layout
31556
31557 \family roman
31558 \series medium
31559 \shape up
31560 \emph off
31561 \bar no
31562 \noun off
31563 \color none
31564 È
31565 \end_layout
31566
31567 \end_inset
31568 </cell>
31569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31570 \begin_inset Text
31571
31572 \begin_layout Plain Layout
31573
31574 \family roman
31575 \series medium
31576 \shape up
31577 \emph off
31578 \bar no
31579 \noun off
31580 \color none
31581 Ø
31582 \end_layout
31583
31584 \end_inset
31585 </cell>
31586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31587 \begin_inset Text
31588
31589 \begin_layout Plain Layout
31590
31591 \family roman
31592 \series medium
31593 \shape up
31594 \emph off
31595 \bar no
31596 \noun off
31597 \color none
31598 è
31599 \end_layout
31600
31601 \end_inset
31602 </cell>
31603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31604 \begin_inset Text
31605
31606 \begin_layout Plain Layout
31607
31608 \family roman
31609 \series medium
31610 \shape up
31611 \emph off
31612 \bar no
31613 \noun off
31614 \color none
31615 ø
31616 \end_layout
31617
31618 \end_inset
31619 </cell>
31620 </row>
31621 <row>
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 \size tiny
31631 \emph off
31632 \bar no
31633 \noun off
31634 \color none
31635 09
31636 \end_layout
31637
31638 \end_inset
31639 </cell>
31640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31641 \begin_inset Text
31642
31643 \begin_layout Plain Layout
31644
31645 \end_layout
31646
31647 \end_inset
31648 </cell>
31649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31650 \begin_inset Text
31651
31652 \begin_layout Plain Layout
31653
31654 \end_layout
31655
31656 \end_inset
31657 </cell>
31658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31659 \begin_inset Text
31660
31661 \begin_layout Plain Layout
31662
31663 \family roman
31664 \series medium
31665 \shape up
31666 \emph off
31667 \bar no
31668 \noun off
31669 \color none
31670 )
31671 \end_layout
31672
31673 \end_inset
31674 </cell>
31675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31676 \begin_inset Text
31677
31678 \begin_layout Plain Layout
31679
31680 \family roman
31681 \series medium
31682 \shape up
31683 \emph off
31684 \bar no
31685 \noun off
31686 \color none
31687 9
31688 \end_layout
31689
31690 \end_inset
31691 </cell>
31692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31693 \begin_inset Text
31694
31695 \begin_layout Plain Layout
31696
31697 \family roman
31698 \series medium
31699 \shape up
31700 \emph off
31701 \bar no
31702 \noun off
31703 \color none
31704 I
31705 \end_layout
31706
31707 \end_inset
31708 </cell>
31709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31710 \begin_inset Text
31711
31712 \begin_layout Plain Layout
31713
31714 \family roman
31715 \series medium
31716 \shape up
31717 \emph off
31718 \bar no
31719 \noun off
31720 \color none
31721 Y
31722 \end_layout
31723
31724 \end_inset
31725 </cell>
31726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31727 \begin_inset Text
31728
31729 \begin_layout Plain Layout
31730
31731 \family roman
31732 \series medium
31733 \shape up
31734 \emph off
31735 \bar no
31736 \noun off
31737 \color none
31738 i
31739 \end_layout
31740
31741 \end_inset
31742 </cell>
31743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31744 \begin_inset Text
31745
31746 \begin_layout Plain Layout
31747
31748 \family roman
31749 \series medium
31750 \shape up
31751 \emph off
31752 \bar no
31753 \noun off
31754 \color none
31755 y
31756 \end_layout
31757
31758 \end_inset
31759 </cell>
31760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31761 \begin_inset Text
31762
31763 \begin_layout Plain Layout
31764
31765 \end_layout
31766
31767 \end_inset
31768 </cell>
31769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31770 \begin_inset Text
31771
31772 \begin_layout Plain Layout
31773
31774 \end_layout
31775
31776 \end_inset
31777 </cell>
31778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31779 \begin_inset Text
31780
31781 \begin_layout Plain Layout
31782
31783 \family roman
31784 \series medium
31785 \shape up
31786 \emph off
31787 \bar no
31788 \noun off
31789 \color none
31790 ©
31791 \end_layout
31792
31793 \end_inset
31794 </cell>
31795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31796 \begin_inset Text
31797
31798 \begin_layout Plain Layout
31799
31800 \family roman
31801 \series medium
31802 \shape up
31803 \emph off
31804 \bar no
31805 \noun off
31806 \color none
31807 ¹
31808 \end_layout
31809
31810 \end_inset
31811 </cell>
31812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31813 \begin_inset Text
31814
31815 \begin_layout Plain Layout
31816
31817 \family roman
31818 \series medium
31819 \shape up
31820 \emph off
31821 \bar no
31822 \noun off
31823 \color none
31824 É
31825 \end_layout
31826
31827 \end_inset
31828 </cell>
31829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31830 \begin_inset Text
31831
31832 \begin_layout Plain Layout
31833
31834 \family roman
31835 \series medium
31836 \shape up
31837 \emph off
31838 \bar no
31839 \noun off
31840 \color none
31841 Ù
31842 \end_layout
31843
31844 \end_inset
31845 </cell>
31846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31847 \begin_inset Text
31848
31849 \begin_layout Plain Layout
31850
31851 \family roman
31852 \series medium
31853 \shape up
31854 \emph off
31855 \bar no
31856 \noun off
31857 \color none
31858 é
31859 \end_layout
31860
31861 \end_inset
31862 </cell>
31863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31864 \begin_inset Text
31865
31866 \begin_layout Plain Layout
31867
31868 \family roman
31869 \series medium
31870 \shape up
31871 \emph off
31872 \bar no
31873 \noun off
31874 \color none
31875 ù
31876 \end_layout
31877
31878 \end_inset
31879 </cell>
31880 </row>
31881 <row>
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 \size tiny
31891 \emph off
31892 \bar no
31893 \noun off
31894 \color none
31895 0A
31896 \end_layout
31897
31898 \end_inset
31899 </cell>
31900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31901 \begin_inset Text
31902
31903 \begin_layout Plain Layout
31904
31905 \end_layout
31906
31907 \end_inset
31908 </cell>
31909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31910 \begin_inset Text
31911
31912 \begin_layout Plain Layout
31913
31914 \end_layout
31915
31916 \end_inset
31917 </cell>
31918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31919 \begin_inset Text
31920
31921 \begin_layout Plain Layout
31922
31923 \family roman
31924 \series medium
31925 \shape up
31926 \emph off
31927 \bar no
31928 \noun off
31929 \color none
31930 *
31931 \end_layout
31932
31933 \end_inset
31934 </cell>
31935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31936 \begin_inset Text
31937
31938 \begin_layout Plain Layout
31939
31940 \family roman
31941 \series medium
31942 \shape up
31943 \emph off
31944 \bar no
31945 \noun off
31946 \color none
31947 :
31948 \end_layout
31949
31950 \end_inset
31951 </cell>
31952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31953 \begin_inset Text
31954
31955 \begin_layout Plain Layout
31956
31957 \family roman
31958 \series medium
31959 \shape up
31960 \emph off
31961 \bar no
31962 \noun off
31963 \color none
31964 J
31965 \end_layout
31966
31967 \end_inset
31968 </cell>
31969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31970 \begin_inset Text
31971
31972 \begin_layout Plain Layout
31973
31974 \family roman
31975 \series medium
31976 \shape up
31977 \emph off
31978 \bar no
31979 \noun off
31980 \color none
31981 Z
31982 \end_layout
31983
31984 \end_inset
31985 </cell>
31986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31987 \begin_inset Text
31988
31989 \begin_layout Plain Layout
31990
31991 \family roman
31992 \series medium
31993 \shape up
31994 \emph off
31995 \bar no
31996 \noun off
31997 \color none
31998 j
31999 \end_layout
32000
32001 \end_inset
32002 </cell>
32003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32004 \begin_inset Text
32005
32006 \begin_layout Plain Layout
32007
32008 \family roman
32009 \series medium
32010 \shape up
32011 \emph off
32012 \bar no
32013 \noun off
32014 \color none
32015 z
32016 \end_layout
32017
32018 \end_inset
32019 </cell>
32020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32021 \begin_inset Text
32022
32023 \begin_layout Plain Layout
32024
32025 \end_layout
32026
32027 \end_inset
32028 </cell>
32029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32030 \begin_inset Text
32031
32032 \begin_layout Plain Layout
32033
32034 \end_layout
32035
32036 \end_inset
32037 </cell>
32038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32039 \begin_inset Text
32040
32041 \begin_layout Plain Layout
32042
32043 \family roman
32044 \series medium
32045 \shape up
32046 \emph off
32047 \bar no
32048 \noun off
32049 \color none
32050 ª
32051 \end_layout
32052
32053 \end_inset
32054 </cell>
32055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32056 \begin_inset Text
32057
32058 \begin_layout Plain Layout
32059
32060 \family roman
32061 \series medium
32062 \shape up
32063 \emph off
32064 \bar no
32065 \noun off
32066 \color none
32067 º
32068 \end_layout
32069
32070 \end_inset
32071 </cell>
32072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32073 \begin_inset Text
32074
32075 \begin_layout Plain Layout
32076
32077 \family roman
32078 \series medium
32079 \shape up
32080 \emph off
32081 \bar no
32082 \noun off
32083 \color none
32084 Ê
32085 \end_layout
32086
32087 \end_inset
32088 </cell>
32089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32090 \begin_inset Text
32091
32092 \begin_layout Plain Layout
32093
32094 \family roman
32095 \series medium
32096 \shape up
32097 \emph off
32098 \bar no
32099 \noun off
32100 \color none
32101 Ú
32102 \end_layout
32103
32104 \end_inset
32105 </cell>
32106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32107 \begin_inset Text
32108
32109 \begin_layout Plain Layout
32110
32111 \family roman
32112 \series medium
32113 \shape up
32114 \emph off
32115 \bar no
32116 \noun off
32117 \color none
32118 ê
32119 \end_layout
32120
32121 \end_inset
32122 </cell>
32123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32124 \begin_inset Text
32125
32126 \begin_layout Plain Layout
32127
32128 \family roman
32129 \series medium
32130 \shape up
32131 \emph off
32132 \bar no
32133 \noun off
32134 \color none
32135 ú
32136 \end_layout
32137
32138 \end_inset
32139 </cell>
32140 </row>
32141 <row>
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 \size tiny
32151 \emph off
32152 \bar no
32153 \noun off
32154 \color none
32155 0B
32156 \end_layout
32157
32158 \end_inset
32159 </cell>
32160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32161 \begin_inset Text
32162
32163 \begin_layout Plain Layout
32164
32165 \end_layout
32166
32167 \end_inset
32168 </cell>
32169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32170 \begin_inset Text
32171
32172 \begin_layout Plain Layout
32173
32174 \end_layout
32175
32176 \end_inset
32177 </cell>
32178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32179 \begin_inset Text
32180
32181 \begin_layout Plain Layout
32182
32183 \family roman
32184 \series medium
32185 \shape up
32186 \emph off
32187 \bar no
32188 \noun off
32189 \color none
32190 +
32191 \end_layout
32192
32193 \end_inset
32194 </cell>
32195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32196 \begin_inset Text
32197
32198 \begin_layout Plain Layout
32199
32200 \family roman
32201 \series medium
32202 \shape up
32203 \emph off
32204 \bar no
32205 \noun off
32206 \color none
32207 ;
32208 \end_layout
32209
32210 \end_inset
32211 </cell>
32212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32213 \begin_inset Text
32214
32215 \begin_layout Plain Layout
32216
32217 \family roman
32218 \series medium
32219 \shape up
32220 \emph off
32221 \bar no
32222 \noun off
32223 \color none
32224 K
32225 \end_layout
32226
32227 \end_inset
32228 </cell>
32229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32230 \begin_inset Text
32231
32232 \begin_layout Plain Layout
32233
32234 \family roman
32235 \series medium
32236 \shape up
32237 \emph off
32238 \bar no
32239 \noun off
32240 \color none
32241 [
32242 \end_layout
32243
32244 \end_inset
32245 </cell>
32246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32247 \begin_inset Text
32248
32249 \begin_layout Plain Layout
32250
32251 \family roman
32252 \series medium
32253 \shape up
32254 \emph off
32255 \bar no
32256 \noun off
32257 \color none
32258 k
32259 \end_layout
32260
32261 \end_inset
32262 </cell>
32263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32264 \begin_inset Text
32265
32266 \begin_layout Plain Layout
32267
32268 \family roman
32269 \series medium
32270 \shape up
32271 \emph off
32272 \bar no
32273 \noun off
32274 \color none
32275 {
32276 \end_layout
32277
32278 \end_inset
32279 </cell>
32280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32281 \begin_inset Text
32282
32283 \begin_layout Plain Layout
32284
32285 \end_layout
32286
32287 \end_inset
32288 </cell>
32289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32290 \begin_inset Text
32291
32292 \begin_layout Plain Layout
32293
32294 \end_layout
32295
32296 \end_inset
32297 </cell>
32298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32299 \begin_inset Text
32300
32301 \begin_layout Plain Layout
32302
32303 \family roman
32304 \series medium
32305 \shape up
32306 \emph off
32307 \bar no
32308 \noun off
32309 \color none
32310 «
32311 \end_layout
32312
32313 \end_inset
32314 </cell>
32315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32316 \begin_inset Text
32317
32318 \begin_layout Plain Layout
32319
32320 \family roman
32321 \series medium
32322 \shape up
32323 \emph off
32324 \bar no
32325 \noun off
32326 \color none
32327 »
32328 \end_layout
32329
32330 \end_inset
32331 </cell>
32332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32333 \begin_inset Text
32334
32335 \begin_layout Plain Layout
32336
32337 \family roman
32338 \series medium
32339 \shape up
32340 \emph off
32341 \bar no
32342 \noun off
32343 \color none
32344 Ë
32345 \end_layout
32346
32347 \end_inset
32348 </cell>
32349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32350 \begin_inset Text
32351
32352 \begin_layout Plain Layout
32353
32354 \family roman
32355 \series medium
32356 \shape up
32357 \emph off
32358 \bar no
32359 \noun off
32360 \color none
32361 Û
32362 \end_layout
32363
32364 \end_inset
32365 </cell>
32366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32367 \begin_inset Text
32368
32369 \begin_layout Plain Layout
32370
32371 \family roman
32372 \series medium
32373 \shape up
32374 \emph off
32375 \bar no
32376 \noun off
32377 \color none
32378 ë
32379 \end_layout
32380
32381 \end_inset
32382 </cell>
32383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32384 \begin_inset Text
32385
32386 \begin_layout Plain Layout
32387
32388 \family roman
32389 \series medium
32390 \shape up
32391 \emph off
32392 \bar no
32393 \noun off
32394 \color none
32395 û
32396 \end_layout
32397
32398 \end_inset
32399 </cell>
32400 </row>
32401 <row>
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 \size tiny
32411 \emph off
32412 \bar no
32413 \noun off
32414 \color none
32415 0C
32416 \end_layout
32417
32418 \end_inset
32419 </cell>
32420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32421 \begin_inset Text
32422
32423 \begin_layout Plain Layout
32424
32425 \end_layout
32426
32427 \end_inset
32428 </cell>
32429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32430 \begin_inset Text
32431
32432 \begin_layout Plain Layout
32433
32434 \end_layout
32435
32436 \end_inset
32437 </cell>
32438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32439 \begin_inset Text
32440
32441 \begin_layout Plain Layout
32442
32443 \family roman
32444 \series medium
32445 \shape up
32446 \emph off
32447 \bar no
32448 \noun off
32449 \color none
32450 ,
32451 \end_layout
32452
32453 \end_inset
32454 </cell>
32455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32456 \begin_inset Text
32457
32458 \begin_layout Plain Layout
32459
32460 \family roman
32461 \series medium
32462 \shape up
32463 \emph off
32464 \bar no
32465 \noun off
32466 \color none
32467 <
32468 \end_layout
32469
32470 \end_inset
32471 </cell>
32472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32473 \begin_inset Text
32474
32475 \begin_layout Plain Layout
32476
32477 \family roman
32478 \series medium
32479 \shape up
32480 \emph off
32481 \bar no
32482 \noun off
32483 \color none
32484 L
32485 \end_layout
32486
32487 \end_inset
32488 </cell>
32489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32490 \begin_inset Text
32491
32492 \begin_layout Plain Layout
32493
32494 \family roman
32495 \series medium
32496 \shape up
32497 \emph off
32498 \bar no
32499 \noun off
32500 \color none
32501
32502 \backslash
32503
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 l
32521 \end_layout
32522
32523 \end_inset
32524 </cell>
32525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32526 \begin_inset Text
32527
32528 \begin_layout Plain Layout
32529
32530 \family roman
32531 \series medium
32532 \shape up
32533 \emph off
32534 \bar no
32535 \noun off
32536 \color none
32537 |
32538 \end_layout
32539
32540 \end_inset
32541 </cell>
32542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32543 \begin_inset Text
32544
32545 \begin_layout Plain Layout
32546
32547 \end_layout
32548
32549 \end_inset
32550 </cell>
32551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32552 \begin_inset Text
32553
32554 \begin_layout Plain Layout
32555
32556 \end_layout
32557
32558 \end_inset
32559 </cell>
32560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32561 \begin_inset Text
32562
32563 \begin_layout Plain Layout
32564
32565 \family roman
32566 \series medium
32567 \shape up
32568 \emph off
32569 \bar no
32570 \noun off
32571 \color none
32572 ¬
32573 \end_layout
32574
32575 \end_inset
32576 </cell>
32577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32578 \begin_inset Text
32579
32580 \begin_layout Plain Layout
32581
32582 \family roman
32583 \series medium
32584 \shape up
32585 \emph off
32586 \bar no
32587 \noun off
32588 \color none
32589 ¼
32590 \end_layout
32591
32592 \end_inset
32593 </cell>
32594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32595 \begin_inset Text
32596
32597 \begin_layout Plain Layout
32598
32599 \family roman
32600 \series medium
32601 \shape up
32602 \emph off
32603 \bar no
32604 \noun off
32605 \color none
32606 Ì
32607 \end_layout
32608
32609 \end_inset
32610 </cell>
32611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32612 \begin_inset Text
32613
32614 \begin_layout Plain Layout
32615
32616 \family roman
32617 \series medium
32618 \shape up
32619 \emph off
32620 \bar no
32621 \noun off
32622 \color none
32623 Ü
32624 \end_layout
32625
32626 \end_inset
32627 </cell>
32628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32629 \begin_inset Text
32630
32631 \begin_layout Plain Layout
32632
32633 \family roman
32634 \series medium
32635 \shape up
32636 \emph off
32637 \bar no
32638 \noun off
32639 \color none
32640 ì
32641 \end_layout
32642
32643 \end_inset
32644 </cell>
32645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32646 \begin_inset Text
32647
32648 \begin_layout Plain Layout
32649
32650 \family roman
32651 \series medium
32652 \shape up
32653 \emph off
32654 \bar no
32655 \noun off
32656 \color none
32657 ü
32658 \end_layout
32659
32660 \end_inset
32661 </cell>
32662 </row>
32663 <row>
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 \size tiny
32673 \emph off
32674 \bar no
32675 \noun off
32676 \color none
32677 0D
32678 \end_layout
32679
32680 \end_inset
32681 </cell>
32682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32683 \begin_inset Text
32684
32685 \begin_layout Plain Layout
32686
32687 \end_layout
32688
32689 \end_inset
32690 </cell>
32691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32692 \begin_inset Text
32693
32694 \begin_layout Plain Layout
32695
32696 \end_layout
32697
32698 \end_inset
32699 </cell>
32700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32701 \begin_inset Text
32702
32703 \begin_layout Plain Layout
32704
32705 \family roman
32706 \series medium
32707 \shape up
32708 \emph off
32709 \bar no
32710 \noun off
32711 \color none
32712 -
32713 \end_layout
32714
32715 \end_inset
32716 </cell>
32717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32718 \begin_inset Text
32719
32720 \begin_layout Plain Layout
32721
32722 \family roman
32723 \series medium
32724 \shape up
32725 \emph off
32726 \bar no
32727 \noun off
32728 \color none
32729 =
32730 \end_layout
32731
32732 \end_inset
32733 </cell>
32734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32735 \begin_inset Text
32736
32737 \begin_layout Plain Layout
32738
32739 \family roman
32740 \series medium
32741 \shape up
32742 \emph off
32743 \bar no
32744 \noun off
32745 \color none
32746 M
32747 \end_layout
32748
32749 \end_inset
32750 </cell>
32751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32752 \begin_inset Text
32753
32754 \begin_layout Plain Layout
32755
32756 \family roman
32757 \series medium
32758 \shape up
32759 \emph off
32760 \bar no
32761 \noun off
32762 \color none
32763 ]
32764 \end_layout
32765
32766 \end_inset
32767 </cell>
32768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32769 \begin_inset Text
32770
32771 \begin_layout Plain Layout
32772
32773 \family roman
32774 \series medium
32775 \shape up
32776 \emph off
32777 \bar no
32778 \noun off
32779 \color none
32780 m
32781 \end_layout
32782
32783 \end_inset
32784 </cell>
32785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32786 \begin_inset Text
32787
32788 \begin_layout Plain Layout
32789
32790 \family roman
32791 \series medium
32792 \shape up
32793 \emph off
32794 \bar no
32795 \noun off
32796 \color none
32797 }
32798 \end_layout
32799
32800 \end_inset
32801 </cell>
32802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32803 \begin_inset Text
32804
32805 \begin_layout Plain Layout
32806
32807 \end_layout
32808
32809 \end_inset
32810 </cell>
32811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32812 \begin_inset Text
32813
32814 \begin_layout Plain Layout
32815
32816 \end_layout
32817
32818 \end_inset
32819 </cell>
32820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32821 \begin_inset Text
32822
32823 \begin_layout Plain Layout
32824
32825 \end_layout
32826
32827 \end_inset
32828 </cell>
32829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32830 \begin_inset Text
32831
32832 \begin_layout Plain Layout
32833
32834 \family roman
32835 \series medium
32836 \shape up
32837 \emph off
32838 \bar no
32839 \noun off
32840 \color none
32841 ½
32842 \end_layout
32843
32844 \end_inset
32845 </cell>
32846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32847 \begin_inset Text
32848
32849 \begin_layout Plain Layout
32850
32851 \family roman
32852 \series medium
32853 \shape up
32854 \emph off
32855 \bar no
32856 \noun off
32857 \color none
32858 Í
32859 \end_layout
32860
32861 \end_inset
32862 </cell>
32863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32864 \begin_inset Text
32865
32866 \begin_layout Plain Layout
32867
32868 \family roman
32869 \series medium
32870 \shape up
32871 \emph off
32872 \bar no
32873 \noun off
32874 \color none
32875 Ý
32876 \end_layout
32877
32878 \end_inset
32879 </cell>
32880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32881 \begin_inset Text
32882
32883 \begin_layout Plain Layout
32884
32885 \family roman
32886 \series medium
32887 \shape up
32888 \emph off
32889 \bar no
32890 \noun off
32891 \color none
32892 í
32893 \end_layout
32894
32895 \end_inset
32896 </cell>
32897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32898 \begin_inset Text
32899
32900 \begin_layout Plain Layout
32901
32902 \family roman
32903 \series medium
32904 \shape up
32905 \emph off
32906 \bar no
32907 \noun off
32908 \color none
32909 ý
32910 \end_layout
32911
32912 \end_inset
32913 </cell>
32914 </row>
32915 <row>
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 \size tiny
32925 \emph off
32926 \bar no
32927 \noun off
32928 \color none
32929 0E
32930 \end_layout
32931
32932 \end_inset
32933 </cell>
32934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32935 \begin_inset Text
32936
32937 \begin_layout Plain Layout
32938
32939 \end_layout
32940
32941 \end_inset
32942 </cell>
32943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32944 \begin_inset Text
32945
32946 \begin_layout Plain Layout
32947
32948 \end_layout
32949
32950 \end_inset
32951 </cell>
32952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32953 \begin_inset Text
32954
32955 \begin_layout Plain Layout
32956
32957 \family roman
32958 \series medium
32959 \shape up
32960 \emph off
32961 \bar no
32962 \noun off
32963 \color none
32964 .
32965 \end_layout
32966
32967 \end_inset
32968 </cell>
32969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32970 \begin_inset Text
32971
32972 \begin_layout Plain Layout
32973
32974 \family roman
32975 \series medium
32976 \shape up
32977 \emph off
32978 \bar no
32979 \noun off
32980 \color none
32981 >
32982 \end_layout
32983
32984 \end_inset
32985 </cell>
32986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32987 \begin_inset Text
32988
32989 \begin_layout Plain Layout
32990
32991 \family roman
32992 \series medium
32993 \shape up
32994 \emph off
32995 \bar no
32996 \noun off
32997 \color none
32998 N
32999 \end_layout
33000
33001 \end_inset
33002 </cell>
33003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33004 \begin_inset Text
33005
33006 \begin_layout Plain Layout
33007
33008 \family roman
33009 \series medium
33010 \shape up
33011 \emph off
33012 \bar no
33013 \noun off
33014 \color none
33015 ^
33016 \end_layout
33017
33018 \end_inset
33019 </cell>
33020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33021 \begin_inset Text
33022
33023 \begin_layout Plain Layout
33024
33025 \family roman
33026 \series medium
33027 \shape up
33028 \emph off
33029 \bar no
33030 \noun off
33031 \color none
33032 n
33033 \end_layout
33034
33035 \end_inset
33036 </cell>
33037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33038 \begin_inset Text
33039
33040 \begin_layout Plain Layout
33041
33042 \family roman
33043 \series medium
33044 \shape up
33045 \emph off
33046 \bar no
33047 \noun off
33048 \color none
33049 ~
33050 \end_layout
33051
33052 \end_inset
33053 </cell>
33054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33055 \begin_inset Text
33056
33057 \begin_layout Plain Layout
33058
33059 \end_layout
33060
33061 \end_inset
33062 </cell>
33063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33064 \begin_inset Text
33065
33066 \begin_layout Plain Layout
33067
33068 \end_layout
33069
33070 \end_inset
33071 </cell>
33072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33073 \begin_inset Text
33074
33075 \begin_layout Plain Layout
33076
33077 \family roman
33078 \series medium
33079 \shape up
33080 \emph off
33081 \bar no
33082 \noun off
33083 \color none
33084 ®
33085 \end_layout
33086
33087 \end_inset
33088 </cell>
33089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33090 \begin_inset Text
33091
33092 \begin_layout Plain Layout
33093
33094 \family roman
33095 \series medium
33096 \shape up
33097 \emph off
33098 \bar no
33099 \noun off
33100 \color none
33101 ¾
33102 \end_layout
33103
33104 \end_inset
33105 </cell>
33106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33107 \begin_inset Text
33108
33109 \begin_layout Plain Layout
33110
33111 \family roman
33112 \series medium
33113 \shape up
33114 \emph off
33115 \bar no
33116 \noun off
33117 \color none
33118 Î
33119 \end_layout
33120
33121 \end_inset
33122 </cell>
33123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33124 \begin_inset Text
33125
33126 \begin_layout Plain Layout
33127
33128 \family roman
33129 \series medium
33130 \shape up
33131 \emph off
33132 \bar no
33133 \noun off
33134 \color none
33135 Þ
33136 \end_layout
33137
33138 \end_inset
33139 </cell>
33140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33141 \begin_inset Text
33142
33143 \begin_layout Plain Layout
33144
33145 \family roman
33146 \series medium
33147 \shape up
33148 \emph off
33149 \bar no
33150 \noun off
33151 \color none
33152 î
33153 \end_layout
33154
33155 \end_inset
33156 </cell>
33157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33158 \begin_inset Text
33159
33160 \begin_layout Plain Layout
33161
33162 \family roman
33163 \series medium
33164 \shape up
33165 \emph off
33166 \bar no
33167 \noun off
33168 \color none
33169 þ
33170 \end_layout
33171
33172 \end_inset
33173 </cell>
33174 </row>
33175 <row>
33176 <cell alignment="center" valignment="top" topline="true" bottomline="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 \size tiny
33185 \emph off
33186 \bar no
33187 \noun off
33188 \color none
33189 0F
33190 \end_layout
33191
33192 \end_inset
33193 </cell>
33194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33195 \begin_inset Text
33196
33197 \begin_layout Plain Layout
33198
33199 \end_layout
33200
33201 \end_inset
33202 </cell>
33203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33204 \begin_inset Text
33205
33206 \begin_layout Plain Layout
33207
33208 \end_layout
33209
33210 \end_inset
33211 </cell>
33212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33213 \begin_inset Text
33214
33215 \begin_layout Plain Layout
33216
33217 \family roman
33218 \series medium
33219 \shape up
33220 \emph off
33221 \bar no
33222 \noun off
33223 \color none
33224 /
33225 \end_layout
33226
33227 \end_inset
33228 </cell>
33229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33230 \begin_inset Text
33231
33232 \begin_layout Plain Layout
33233
33234 \family roman
33235 \series medium
33236 \shape up
33237 \emph off
33238 \bar no
33239 \noun off
33240 \color none
33241 ?
33242 \end_layout
33243
33244 \end_inset
33245 </cell>
33246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33247 \begin_inset Text
33248
33249 \begin_layout Plain Layout
33250
33251 \family roman
33252 \series medium
33253 \shape up
33254 \emph off
33255 \bar no
33256 \noun off
33257 \color none
33258 O
33259 \end_layout
33260
33261 \end_inset
33262 </cell>
33263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33264 \begin_inset Text
33265
33266 \begin_layout Plain Layout
33267
33268 \family roman
33269 \series medium
33270 \shape up
33271 \emph off
33272 \bar no
33273 \noun off
33274 \color none
33275 _
33276 \end_layout
33277
33278 \end_inset
33279 </cell>
33280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33281 \begin_inset Text
33282
33283 \begin_layout Plain Layout
33284
33285 \family roman
33286 \series medium
33287 \shape up
33288 \emph off
33289 \bar no
33290 \noun off
33291 \color none
33292 o
33293 \end_layout
33294
33295 \end_inset
33296 </cell>
33297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33298 \begin_inset Text
33299
33300 \begin_layout Plain Layout
33301
33302 \end_layout
33303
33304 \end_inset
33305 </cell>
33306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33307 \begin_inset Text
33308
33309 \begin_layout Plain Layout
33310
33311 \end_layout
33312
33313 \end_inset
33314 </cell>
33315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33316 \begin_inset Text
33317
33318 \begin_layout Plain Layout
33319
33320 \end_layout
33321
33322 \end_inset
33323 </cell>
33324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33325 \begin_inset Text
33326
33327 \begin_layout Plain Layout
33328
33329 \family roman
33330 \series medium
33331 \shape up
33332 \emph off
33333 \bar no
33334 \noun off
33335 \color none
33336 ¯
33337 \end_layout
33338
33339 \end_inset
33340 </cell>
33341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33342 \begin_inset Text
33343
33344 \begin_layout Plain Layout
33345
33346 \family roman
33347 \series medium
33348 \shape up
33349 \emph off
33350 \bar no
33351 \noun off
33352 \color none
33353 ¿
33354 \end_layout
33355
33356 \end_inset
33357 </cell>
33358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33359 \begin_inset Text
33360
33361 \begin_layout Plain Layout
33362
33363 \family roman
33364 \series medium
33365 \shape up
33366 \emph off
33367 \bar no
33368 \noun off
33369 \color none
33370 Ï
33371 \end_layout
33372
33373 \end_inset
33374 </cell>
33375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33376 \begin_inset Text
33377
33378 \begin_layout Plain Layout
33379
33380 \family roman
33381 \series medium
33382 \shape up
33383 \emph off
33384 \bar no
33385 \noun off
33386 \color none
33387 ß
33388 \end_layout
33389
33390 \end_inset
33391 </cell>
33392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33393 \begin_inset Text
33394
33395 \begin_layout Plain Layout
33396
33397 \family roman
33398 \series medium
33399 \shape up
33400 \emph off
33401 \bar no
33402 \noun off
33403 \color none
33404 ï
33405 \end_layout
33406
33407 \end_inset
33408 </cell>
33409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33410 \begin_inset Text
33411
33412 \begin_layout Plain Layout
33413
33414 \family roman
33415 \series medium
33416 \shape up
33417 \emph off
33418 \bar no
33419 \noun off
33420 \color none
33421 ÿ
33422 \end_layout
33423
33424 \end_inset
33425 </cell>
33426 </row>
33427 </lyxtabular>
33428
33429 \end_inset
33430
33431
33432 \end_layout
33433
33434 \end_inset
33435
33436
33437 \end_layout
33438
33439 \begin_layout Standard
33440 The following is a full list of all of the accented characters LyX can display
33441  directly.
33442  It includes not only the accented characters from the previous table, but
33443  also the characters from 
33444 \family typewriter
33445 ISO8859--2
33446 \family default
33447  through 
33448 \family typewriter
33449 4
33450 \family default
33451 .
33452  
33453 \end_layout
33454
33455 \begin_layout Itemize
33456 From 
33457 \family typewriter
33458 ISO8859--1
33459 \family default
33460 :
33461 \end_layout
33462
33463 \begin_deeper
33464 \begin_layout Standard
33465 ¨ Ä Ë Ï Ö Ü ä ë ï ö ü ÿ
33466 \begin_inset Space \hfill{}
33467 \end_inset
33468
33469 diaeresis
33470 \end_layout
33471
33472 \begin_layout Standard
33473 ^ Â Ê Î Ô Û â ê î ô û
33474 \begin_inset Space \hfill{}
33475 \end_inset
33476
33477 circumflex
33478 \end_layout
33479
33480 \begin_layout Standard
33481 ` À È Ì Ò Ù à è ì ò ù
33482 \begin_inset Space \hfill{}
33483 \end_inset
33484
33485 grave
33486 \end_layout
33487
33488 \begin_layout Standard
33489 ´ Á É Í Ó Ú Ý á é í ó ú ý
33490 \begin_inset Space \hfill{}
33491 \end_inset
33492
33493 acute
33494 \end_layout
33495
33496 \begin_layout Standard
33497 ~ Ã Ñ Õ ã ñ õ
33498 \begin_inset Space \hfill{}
33499 \end_inset
33500
33501 tilde
33502 \end_layout
33503
33504 \begin_layout Standard
33505 ¸Çç
33506 \begin_inset Space \hfill{}
33507 \end_inset
33508
33509 cedilla
33510 \end_layout
33511
33512 \begin_layout Standard
33513 ¯
33514 \begin_inset Space \hfill{}
33515 \end_inset
33516
33517 macron
33518 \end_layout
33519
33520 \end_deeper
33521 \begin_layout Itemize
33522 From 
33523 \family typewriter
33524 ISO8859--2
33525 \family default
33526  through 
33527 \family typewriter
33528 4
33529 \family default
33530 :
33531 \end_layout
33532
33533 \begin_deeper
33534 \begin_layout Standard
33535 ĤĴĥĵĈĜŜĉĝŝ
33536 \begin_inset Space \hfill{}
33537 \end_inset
33538
33539 circumflex
33540 \end_layout
33541
33542 \begin_layout Standard
33543 ŚŹśźŔĹĆŃŕĺćń
33544 \begin_inset Space \hfill{}
33545 \end_inset
33546
33547 acute
33548 \end_layout
33549
33550 \begin_layout Standard
33551 Ĩı̃Ũũ
33552 \begin_inset Space \hfill{}
33553 \end_inset
33554
33555 tilde
33556 \end_layout
33557
33558 \begin_layout Standard
33559 ŞşŢţŖĻĢŗļģŅĶņķ
33560 \begin_inset Space \hfill{}
33561 \end_inset
33562
33563 cedilla
33564 \end_layout
33565
33566 \begin_layout Standard
33567 ĒēĀĪŌŪāı̄ōū
33568 \begin_inset Space \hfill{}
33569 \end_inset
33570
33571 macron
33572 \end_layout
33573
33574 \begin_layout Standard
33575 ŐŰőű
33576 \begin_inset Space \hfill{}
33577 \end_inset
33578
33579 Hungarian umlaut
33580 \end_layout
33581
33582 \end_deeper
33583 \begin_layout Standard
33584 All the characters above are actively supported by TeX fonts.
33585  In addition TeX allows diacritical marks on almost all characters.
33586  Also make sure you're using the 
33587 \family typewriter
33588 T1
33589 \family default
33590  font-encoding.
33591 \end_layout
33592
33593 \begin_layout Chapter
33594 \start_of_appendix
33595 The User Interface
33596 \begin_inset CommandInset label
33597 LatexCommand label
33598 name "cha:The-User-Interface"
33599
33600 \end_inset
33601
33602
33603 \end_layout
33604
33605 \begin_layout Standard
33606 This appendix lists all available menus and describes its functionality.
33607  It is designed as quick reference if you are searching for a special topic
33608  inside the user's guide.
33609 \end_layout
33610
33611 \begin_layout Section
33612 The File Menu
33613 \begin_inset Index
33614 status collapsed
33615
33616 \begin_layout Plain Layout
33617 Menu ! File
33618 \end_layout
33619
33620 \end_inset
33621
33622
33623 \end_layout
33624
33625 \begin_layout Standard
33626 Under the 
33627 \family sans
33628 File
33629 \family default
33630  menu are the basic operations in addition to some more advanced operations.
33631  At the end of the menu the four last opened documents are listed.
33632 \end_layout
33633
33634 \begin_layout Subsection
33635 New
33636 \end_layout
33637
33638 \begin_layout Standard
33639 Creates a new document.
33640 \end_layout
33641
33642 \begin_layout Subsection
33643 New from Template
33644 \end_layout
33645
33646 \begin_layout Standard
33647 This menu prompts you for a template to use.
33648  Selecting a template will automatically set certain layout features for
33649  the document, features you would otherwise need to change manually.
33650 \end_layout
33651
33652 \begin_layout Subsection
33653 Open
33654 \end_layout
33655
33656 \begin_layout Standard
33657 Opens a document.
33658 \end_layout
33659
33660 \begin_layout Subsection
33661 Open Recent
33662 \end_layout
33663
33664 \begin_layout Standard
33665 The submenu shows a list of the recently opened files.
33666  Click there on a file to open it.
33667 \end_layout
33668
33669 \begin_layout Subsection
33670 Close
33671 \end_layout
33672
33673 \begin_layout Standard
33674 Closes the current document.
33675 \end_layout
33676
33677 \begin_layout Subsection
33678 Save
33679 \end_layout
33680
33681 \begin_layout Standard
33682 Saves the actual document.
33683 \end_layout
33684
33685 \begin_layout Subsection
33686 Save As
33687 \end_layout
33688
33689 \begin_layout Standard
33690 Saves the actual document under a new name to create a copy.
33691 \end_layout
33692
33693 \begin_layout Subsection
33694 Revert to saved
33695 \end_layout
33696
33697 \begin_layout Standard
33698 Reloads the actual document from disk.
33699 \end_layout
33700
33701 \begin_layout Subsection
33702 Version Control
33703 \end_layout
33704
33705 \begin_layout Standard
33706 This is used when more people are working on the same document.
33707  It is described in the section 
33708 \emph on
33709 Version Control in LyX
33710 \emph default
33711  of the 
33712 \emph on
33713 Extended
33714 \begin_inset Space ~
33715 \end_inset
33716
33717 Features
33718 \emph default
33719  manual.
33720 \end_layout
33721
33722 \begin_layout Subsection
33723 Import
33724 \end_layout
33725
33726 \begin_layout Standard
33727 You can import there files from older LyX-versions, LaTeX-files and plain
33728  text files (ASCII-files).
33729  The files will be imported as new LyX-document.
33730 \end_layout
33731
33732 \begin_layout Standard
33733 When using the menu 
33734 \family sans
33735 Plain
33736 \begin_inset Space ~
33737 \end_inset
33738
33739 Text, Join
33740 \begin_inset Space ~
33741 \end_inset
33742
33743 Lines
33744 \family default
33745 , all lines will be imported consecutively to one big paragraph.
33746  A new paragraph is started when there is a blank line in the file.
33747  , the text is inserted as Paragraphs, where the line breaks of the text
33748  will start a new paragraph.
33749 \end_layout
33750
33751 \begin_layout Subsection
33752 Export
33753 \begin_inset CommandInset label
33754 LatexCommand label
33755 name "sub:Export"
33756
33757 \end_inset
33758
33759
33760 \end_layout
33761
33762 \begin_layout Standard
33763 You can export your document to various file formats.
33764  The resulting files are placed in the directory of your LyX-file.
33765  The menu entries are not the same on all installations.
33766  They depend on the programs found by LyX while its configuration.
33767 \end_layout
33768
33769 \begin_layout Standard
33770 Here is a list of all available entries; they are explained in detail in
33771  section
33772 \begin_inset Space ~
33773 \end_inset
33774
33775
33776 \begin_inset CommandInset ref
33777 LatexCommand ref
33778 reference "sub:Output-file-formats"
33779
33780 \end_inset
33781
33782 :
33783 \end_layout
33784
33785 \begin_layout Description
33786
33787 \family sans
33788 CJK
33789 \begin_inset Space ~
33790 \end_inset
33791
33792 LyX 
33793 \family default
33794 format of the special LyX 1.4.x versions for Chinese, Japanese, and Korean
33795  (CJK); (Since LyX 1.5.0 CJK support is fully integrated to LyX.)
33796 \end_layout
33797
33798 \begin_layout Description
33799
33800 \family sans
33801 DVI
33802 \family default
33803  DVI-format
33804 \end_layout
33805
33806 \begin_layout Description
33807 HTML HTML-format (the HTML-converter is a third-party product and doesn't
33808  work in all cases)
33809 \end_layout
33810
33811 \begin_layout Description
33812 HTML
33813 \begin_inset Space ~
33814 \end_inset
33815
33816 (MS
33817 \begin_inset Space ~
33818 \end_inset
33819
33820 Word) HTML-format specialized so that the result can be imported to 
33821 \family sans
33822 MS Word
33823 \family default
33824 , as consequence of this formulas will be embedded as bitmap fonts and not
33825  in the format 
33826 \family sans
33827 MathML
33828 \family default
33829 .
33830 \end_layout
33831
33832 \begin_layout Description
33833
33834 \family sans
33835 LaT
33836 \begin_inset ERT
33837 status collapsed
33838
33839 \begin_layout Plain Layout
33840
33841 {}
33842 \end_layout
33843
33844 \end_inset
33845
33846 eX
33847 \begin_inset Space ~
33848 \end_inset
33849
33850 (pdflatex)
33851 \family default
33852  text file with the LaTeX source, additionally all images used in the document
33853  will be converted to a format that is readable for the 
33854 \family typewriter
33855 pdflatex
33856 \family default
33857  program (GIF, JPG, PDF, PNG)
33858 \end_layout
33859
33860 \begin_layout Description
33861
33862 \family sans
33863 LaT
33864 \begin_inset ERT
33865 status collapsed
33866
33867 \begin_layout Plain Layout
33868
33869 {}
33870 \end_layout
33871
33872 \end_inset
33873
33874 eX
33875 \begin_inset Space ~
33876 \end_inset
33877
33878 (plain)
33879 \family default
33880  text file with the LaTeX source code, additionally all images used in the
33881  document will be converted to the EPS-format, only this format is readable
33882  for the 
33883 \family typewriter
33884 latex
33885 \family default
33886  program
33887 \end_layout
33888
33889 \begin_layout Description
33890 LyX
33891 \begin_inset Space ~
33892 \end_inset
33893
33894 1.y.x LyX-document in a format readable for the LyX versions 1.y.x (
33895 \begin_inset Quotes eld
33896 \end_inset
33897
33898 y
33899 \begin_inset Quotes erd
33900 \end_inset
33901
33902  is replaced by the version number)
33903 \end_layout
33904
33905 \begin_layout Description
33906 OpenDocument OpenDocument-formatted text file, to be opened with 
33907 \family sans
33908 OpenOffice
33909 \family default
33910
33911 \family sans
33912 KOffice
33913 \family default
33914
33915 \family sans
33916 Abiword
33917 \family default
33918 , etc.
33919  (the OpenDocument-converter is a third-party product and doesn't work in
33920  all cases)
33921 \end_layout
33922
33923 \begin_layout Description
33924
33925 \family sans
33926 PDF
33927 \family default
33928  PDF-format using the program 
33929 \family typewriter
33930 ps2pdf
33931 \end_layout
33932
33933 \begin_layout Description
33934
33935 \family sans
33936 PDF
33937 \begin_inset Space ~
33938 \end_inset
33939
33940 (dvipdfm)
33941 \family default
33942  PDF-format using the program 
33943 \family typewriter
33944 dvipdfm
33945 \end_layout
33946
33947 \begin_layout Description
33948
33949 \family sans
33950 PDF
33951 \begin_inset Space ~
33952 \end_inset
33953
33954 (pdflatex)
33955 \family default
33956  PDF-format using the program 
33957 \family typewriter
33958 pdflatex
33959 \end_layout
33960
33961 \begin_layout Description
33962
33963 \family sans
33964 Plain
33965 \begin_inset Space ~
33966 \end_inset
33967
33968 text
33969 \family default
33970  text format
33971 \end_layout
33972
33973 \begin_layout Description
33974
33975 \family sans
33976 Plain
33977 \begin_inset Space ~
33978 \end_inset
33979
33980 text
33981 \begin_inset Space ~
33982 \end_inset
33983
33984 (ps2ascii)
33985 \family default
33986  text format, the document will first be converted to Postscript format
33987  and then exported as text using the program 
33988 \family sans
33989 ps2ascii
33990 \end_layout
33991
33992 \begin_layout Description
33993
33994 \family sans
33995 Postscript
33996 \family default
33997  PostScript format using the program 
33998 \family typewriter
33999 dvips
34000 \end_layout
34001
34002 \begin_layout Description
34003
34004 \family sans
34005 Custom
34006 \family default
34007  custom format
34008 \end_layout
34009
34010 \begin_layout Standard
34011 The program 
34012 \family typewriter
34013 dvipdfm
34014 \family default
34015  produces internally a dvi-file which is then converted to a pdf-file.
34016  It is a bit out of date and therefore the output could look different from
34017  what you want.
34018  
34019 \family typewriter
34020 pdflatex
34021 \family default
34022  produces directly pdf-files and supports the latest pdf-file formats.
34023 \end_layout
34024
34025 \begin_layout Standard
34026 If one of the menu entries 
34027 \family sans
34028 DVI
34029 \family default
34030
34031 \family sans
34032 PDF
34033 \begin_inset Space ~
34034 \end_inset
34035
34036 (pdflatex)
34037 \family default
34038  or 
34039 \family sans
34040 Postscript
34041 \family default
34042  is missing, you need to update your LaTeX installation.
34043  After updating you have to reconfigure LyX, see section
34044 \begin_inset Space ~
34045 \end_inset
34046
34047
34048 \begin_inset CommandInset ref
34049 LatexCommand ref
34050 reference "sec:Basic-LyX-Setup"
34051
34052 \end_inset
34053
34054 .
34055 \begin_inset Index
34056 status collapsed
34057
34058 \begin_layout Plain Layout
34059 Reconfiguration of LyX
34060 \end_layout
34061
34062 \end_inset
34063
34064
34065 \end_layout
34066
34067 \begin_layout Standard
34068 The menu 
34069 \family sans
34070 Custom
34071 \family default
34072  allows you to export your file by using special command line options for
34073  the export program.
34074 \end_layout
34075
34076 \begin_layout Subsection
34077 Print
34078 \end_layout
34079
34080 \begin_layout Standard
34081 With this menu you can print your document to a file in PostScript format
34082  or send it to a printer.
34083  The printer will also use the document in PostScript format.
34084  The conversion to PostScript is done in the background by LyX using the
34085  program 
34086 \family typewriter
34087 dvips
34088 \family default
34089 .
34090  For more informations have a look at section
34091 \begin_inset Space ~
34092 \end_inset
34093
34094
34095 \begin_inset CommandInset ref
34096 LatexCommand ref
34097 reference "sub:Printing-the-File"
34098
34099 \end_inset
34100
34101 .
34102 \end_layout
34103
34104 \begin_layout Subsection
34105 New and Close Window
34106 \end_layout
34107
34108 \begin_layout Standard
34109 Opens a new instance of LyX with all currently opened documents.
34110  You can close it later with the corresponding menu.
34111 \end_layout
34112
34113 \begin_layout Section
34114 The Edit Menu
34115 \begin_inset Index
34116 status collapsed
34117
34118 \begin_layout Plain Layout
34119 Menu ! Edit
34120 \end_layout
34121
34122 \end_inset
34123
34124
34125 \end_layout
34126
34127 \begin_layout Subsection
34128 Undo and Redo
34129 \end_layout
34130
34131 \begin_layout Standard
34132 Described in section
34133 \begin_inset Space ~
34134 \end_inset
34135
34136
34137 \begin_inset CommandInset ref
34138 LatexCommand ref
34139 reference "sec:Undo-and-Redo"
34140
34141 \end_inset
34142
34143 .
34144 \end_layout
34145
34146 \begin_layout Subsection
34147 Cut, Copy, Paste, Paste Recent, Paste Special
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:Basic-Editing-Features"
34159
34160 \end_inset
34161
34162 .
34163 \end_layout
34164
34165 \begin_layout Subsection
34166 Select All
34167 \end_layout
34168
34169 \begin_layout Standard
34170 Selects the whole document.
34171 \end_layout
34172
34173 \begin_layout Subsection
34174 Find & Replace
34175 \end_layout
34176
34177 \begin_layout Standard
34178 Described in section
34179 \begin_inset Space ~
34180 \end_inset
34181
34182
34183 \begin_inset CommandInset ref
34184 LatexCommand ref
34185 reference "sec:Basic-Editing-Features"
34186
34187 \end_inset
34188
34189 .
34190 \end_layout
34191
34192 \begin_layout Subsection
34193 Move paragraph Up/Down
34194 \end_layout
34195
34196 \begin_layout Standard
34197 This shifts the paragraph where the cursor is currently in one paragraph
34198  up or down.
34199 \end_layout
34200
34201 \begin_layout Subsection
34202 Text Style
34203 \end_layout
34204
34205 \begin_layout Standard
34206 Described in section
34207 \begin_inset Space ~
34208 \end_inset
34209
34210
34211 \begin_inset CommandInset ref
34212 LatexCommand ref
34213 reference "sub:Fine-Tuning-with-the"
34214
34215 \end_inset
34216
34217 .
34218 \end_layout
34219
34220 \begin_layout Subsection
34221 Paragraph Settings
34222 \begin_inset Index
34223 status collapsed
34224
34225 \begin_layout Plain Layout
34226 Paragraph ! Settings
34227 \end_layout
34228
34229 \end_inset
34230
34231
34232 \end_layout
34233
34234 \begin_layout Standard
34235 The settings in the paragraph dialog only affects the paragraph where the
34236  cursor is in.
34237  Here you can set here the paragraph alignment and line spacing.
34238 \end_layout
34239
34240 \begin_layout Standard
34241 You can also prevent that the first line of the paragraph is indented.
34242  This option works only when you have chosen to separate paragraphs with
34243  indents in the 
34244 \family sans
34245 Document\SpecialChar \menuseparator
34246 Settings
34247 \family default
34248  dialog under 
34249 \family sans
34250 Text
34251 \begin_inset Space ~
34252 \end_inset
34253
34254 Layout
34255 \family default
34256 .
34257 \end_layout
34258
34259 \begin_layout Subsection
34260 Tabular and Math
34261 \end_layout
34262
34263 \begin_layout Standard
34264 These two menus are only active when the cursor is inside a table or a formula.
34265  The properties of this table/formula can now be changed.
34266  The properties of tables are described in section
34267 \begin_inset Space ~
34268 \end_inset
34269
34270
34271 \begin_inset CommandInset ref
34272 LatexCommand ref
34273 reference "sec:Tables"
34274
34275 \end_inset
34276
34277 , the properties of formulas in chapter
34278 \begin_inset Space ~
34279 \end_inset
34280
34281
34282 \begin_inset CommandInset ref
34283 LatexCommand ref
34284 reference "cha:Mathematical-Formulas"
34285
34286 \end_inset
34287
34288 .
34289 \end_layout
34290
34291 \begin_layout Subsection
34292 Increase / Decrease List Depth
34293 \end_layout
34294
34295 \begin_layout Standard
34296 These menus are only active when the cursor is in an environment that can
34297  be nested.
34298  They in/decrease the environment nesting level as explained in section
34299 \begin_inset Space ~
34300 \end_inset
34301
34302
34303 \begin_inset CommandInset ref
34304 LatexCommand ref
34305 reference "sec:Nesting"
34306
34307 \end_inset
34308
34309  and 
34310 \begin_inset CommandInset ref
34311 LatexCommand ref
34312 reference "sub:Numbering-depth"
34313
34314 \end_inset
34315
34316 .
34317 \end_layout
34318
34319 \begin_layout Section
34320 The View Menu
34321 \begin_inset Index
34322 status collapsed
34323
34324 \begin_layout Plain Layout
34325 Menu ! View
34326 \end_layout
34327
34328 \end_inset
34329
34330
34331 \end_layout
34332
34333 \begin_layout Standard
34334 The 
34335 \family sans
34336 View
34337 \family default
34338  menu contains a list of available formats in which you can view the actual
34339  document with an external program.
34340  The menu entries for the viewing formats are not the same on all installations
34341  - it depends on the LaTeX programs that are found while LyX was configured.
34342  All possible formats are formats listed in section
34343 \begin_inset Space ~
34344 \end_inset
34345
34346
34347 \begin_inset CommandInset ref
34348 LatexCommand ref
34349 reference "sub:Export"
34350
34351 \end_inset
34352
34353 .
34354  You should at least see the menu entries 
34355 \family sans
34356 DVI
34357 \family default
34358  and 
34359 \family sans
34360 PDF
34361 \begin_inset Space ~
34362 \end_inset
34363
34364 (pdflatex)
34365 \family default
34366 .
34367  If one of the two is missing, you need to update your LaTeX installation.
34368  After updating you have to reconfigure LyX, see section
34369 \begin_inset Space ~
34370 \end_inset
34371
34372
34373 \begin_inset CommandInset ref
34374 LatexCommand ref
34375 reference "sec:Basic-LyX-Setup"
34376
34377 \end_inset
34378
34379 .
34380 \begin_inset Index
34381 status collapsed
34382
34383 \begin_layout Plain Layout
34384 Reconfiguration of LyX
34385 \end_layout
34386
34387 \end_inset
34388
34389
34390 \end_layout
34391
34392 \begin_layout Standard
34393 Invoking a menu will start a viewer program.
34394  The viewer can be set or changed in the preferences, see section
34395 \begin_inset Space ~
34396 \end_inset
34397
34398
34399 \begin_inset CommandInset ref
34400 LatexCommand ref
34401 reference "sec:File-Formats"
34402
34403 \end_inset
34404
34405 .
34406  The default viewers are set by LyX while it is first configured.
34407 \end_layout
34408
34409 \begin_layout Standard
34410 \begin_inset VSpace bigskip
34411 \end_inset
34412
34413 At the bottom of the 
34414 \family sans
34415 View
34416 \family default
34417  menu the opened documents are listed.
34418 \end_layout
34419
34420 \begin_layout Subsection
34421 View Source
34422 \end_layout
34423
34424 \begin_layout Standard
34425 Opens a window showing the source code of the actual document, as described
34426  in section
34427 \begin_inset Space ~
34428 \end_inset
34429
34430
34431 \begin_inset CommandInset ref
34432 LatexCommand ref
34433 reference "sec:Previewing-snippets-of"
34434
34435 \end_inset
34436
34437 .
34438 \end_layout
34439
34440 \begin_layout Subsection
34441 Update
34442 \end_layout
34443
34444 \begin_layout Standard
34445 This menu allows you to update the view with your latest changes without
34446  opening a new view window.
34447 \end_layout
34448
34449 \begin_layout Subsection
34450 Toolbars
34451 \begin_inset CommandInset label
34452 LatexCommand label
34453 name "sub:Toolbars"
34454
34455 \end_inset
34456
34457
34458 \begin_inset Index
34459 status collapsed
34460
34461 \begin_layout Plain Layout
34462 Toolbar
34463 \end_layout
34464
34465 \end_inset
34466
34467
34468 \end_layout
34469
34470 \begin_layout Standard
34471 In this menu you can set the appearance of the different toolbars.
34472  All toolbars and the 
34473 \family sans
34474 Command
34475 \begin_inset Space ~
34476 \end_inset
34477
34478 Buffer
34479 \family default
34480  can be turned on and off.
34481  The 
34482 \emph on
34483 on
34484 \emph default
34485  state is denoted in the menu with a checkmark.
34486  The 
34487 \family sans
34488 Review
34489 \family default
34490
34491 \family sans
34492 Table
34493 \family default
34494
34495 \family sans
34496 Math
34497 \begin_inset Space ~
34498 \end_inset
34499
34500 Panels
34501 \family default
34502 , and 
34503 \family sans
34504 Math
34505 \family default
34506  toolbars can be additionally set to the state 
34507 \emph on
34508 automatic
34509 \emph default
34510  that is denoted in the menu with the suffix 
34511 \family sans
34512 (auto)
34513 \family default
34514 .
34515 \end_layout
34516
34517 \begin_layout Standard
34518 In the 
34519 \emph on
34520 on
34521 \emph default
34522  state the toolbar is permanently shown, in the 
34523 \emph on
34524 automatic
34525 \emph default
34526  state the toolbar is only shown when the cursor is in a certain environment
34527  or when a certain feature is enabled.
34528  That means that the review toolbar will only be shown when change tracking
34529  is activated, the math and table toolbars are only shown when the cursor
34530  is inside a formula or table, respectively.
34531 \end_layout
34532
34533 \begin_layout Standard
34534 LyX's toolbars and its buttons are explained in section
34535 \begin_inset Space ~
34536 \end_inset
34537
34538
34539 \begin_inset CommandInset ref
34540 LatexCommand ref
34541 reference "sec:Toolbars"
34542
34543 \end_inset
34544
34545 .
34546 \end_layout
34547
34548 \begin_layout Section
34549 The Insert Menu
34550 \begin_inset Index
34551 status collapsed
34552
34553 \begin_layout Plain Layout
34554 Menu ! Insert
34555 \end_layout
34556
34557 \end_inset
34558
34559
34560 \end_layout
34561
34562 \begin_layout Subsection
34563 Math
34564 \end_layout
34565
34566 \begin_layout Standard
34567 Inserts math constructs that are explained in chapter
34568 \begin_inset Space ~
34569 \end_inset
34570
34571
34572 \begin_inset CommandInset ref
34573 LatexCommand ref
34574 reference "cha:Mathematical-Formulas"
34575
34576 \end_inset
34577
34578 .
34579 \end_layout
34580
34581 \begin_layout Subsection
34582 Special Character
34583 \begin_inset CommandInset label
34584 LatexCommand label
34585 name "sub:Special-Character"
34586
34587 \end_inset
34588
34589
34590 \end_layout
34591
34592 \begin_layout Standard
34593 Here you can insert the following characters:
34594 \end_layout
34595
34596 \begin_layout Description
34597 Ellipsis Inserts an ellipsis: \SpecialChar \ldots{}
34598
34599 \end_layout
34600
34601 \begin_layout Description
34602 End
34603 \begin_inset Space ~
34604 \end_inset
34605
34606 of
34607 \begin_inset Space ~
34608 \end_inset
34609
34610 Sentence Inserts an end of sentence dot as described in section
34611 \begin_inset Space ~
34612 \end_inset
34613
34614
34615 \begin_inset CommandInset ref
34616 LatexCommand ref
34617 reference "sub:Abbreviations"
34618
34619 \end_inset
34620
34621 .
34622 \end_layout
34623
34624 \begin_layout Description
34625 Ordinary
34626 \begin_inset Space ~
34627 \end_inset
34628
34629 Quote Inserts this quote: 
34630 \begin_inset Quotes erd
34631 \end_inset
34632
34633 , no matter what quote type you selected in the 
34634 \family sans
34635 Document\SpecialChar \menuseparator
34636 Settings
34637 \family default
34638  dialog under 
34639 \family sans
34640 Language
34641 \family default
34642 .
34643 \end_layout
34644
34645 \begin_layout Description
34646 Single
34647 \begin_inset Space ~
34648 \end_inset
34649
34650 Quote Inserts this quote: 
34651 \begin_inset Quotes els
34652 \end_inset
34653
34654
34655 \end_layout
34656
34657 \begin_layout Description
34658 Menu
34659 \begin_inset Space ~
34660 \end_inset
34661
34662 Separator Inserts the menu separator sign: \SpecialChar \menuseparator
34663
34664 \end_layout
34665
34666 \begin_layout Description
34667 Phonetic
34668 \begin_inset Space ~
34669 \end_inset
34670
34671 Symbols
34672 \begin_inset Index
34673 status collapsed
34674
34675 \begin_layout Plain Layout
34676 Phonetic symbols
34677 \end_layout
34678
34679 \end_inset
34680
34681
34682 \begin_inset Index
34683 status collapsed
34684
34685 \begin_layout Plain Layout
34686 Language ! Phonetic symbols
34687 \end_layout
34688
34689 \end_inset
34690
34691  Creates a formula with a so called tipa inset.
34692  Here you can insert commands to create IPA phonetic symbols.
34693  For this feature you must have the LaTeX-package 
34694 \series bold
34695 tipa
34696 \series default
34697
34698 \begin_inset Index
34699 status collapsed
34700
34701 \begin_layout Plain Layout
34702 Latex@LaTeX-packages ! tipa
34703 \end_layout
34704
34705 \end_inset
34706
34707  installed.
34708 \begin_inset Newline newline
34709 \end_inset
34710
34711 For more informations about this feature we refer to the documentation of
34712  
34713 \series bold
34714 tipa, 
34715 \begin_inset CommandInset citation
34716 LatexCommand cite
34717 key "tipa"
34718
34719 \end_inset
34720
34721
34722 \series default
34723  and this Wiki-page:
34724 \begin_inset Newline newline
34725 \end_inset
34726
34727
34728 \begin_inset Flex URL
34729 status collapsed
34730
34731 \begin_layout Plain Layout
34732
34733 http://wiki.lyx.org/LyX/LinguistLyX
34734 \end_layout
34735
34736 \end_inset
34737
34738 .
34739 \end_layout
34740
34741 \begin_layout Subsection
34742 Formatting
34743 \end_layout
34744
34745 \begin_layout Standard
34746 Here you can insert the following format constructs:
34747 \end_layout
34748
34749 \begin_layout Description
34750 Superscript Inserts an superscript: test
34751 \begin_inset Formula $^{\text{a,b}}$
34752 \end_inset
34753
34754
34755 \end_layout
34756
34757 \begin_layout Description
34758 Subscript Inserts an subscript: test
34759 \begin_inset Formula $_{\text{3x}}$
34760 \end_inset
34761
34762
34763 \end_layout
34764
34765 \begin_layout Description
34766 Protected
34767 \begin_inset Space ~
34768 \end_inset
34769
34770 Space Inserts a protected space that is described in section
34771 \begin_inset Space ~
34772 \end_inset
34773
34774
34775 \begin_inset CommandInset ref
34776 LatexCommand ref
34777 reference "sub:Protected-Space"
34778
34779 \end_inset
34780
34781 .
34782 \end_layout
34783
34784 \begin_layout Description
34785 Inter-word
34786 \begin_inset Space ~
34787 \end_inset
34788
34789 Space Inserts an inter-word 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:Inter-word-Space"
34797
34798 \end_inset
34799
34800 .
34801 \end_layout
34802
34803 \begin_layout Description
34804 Thin
34805 \begin_inset Space ~
34806 \end_inset
34807
34808 Space Inserts a thin 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:Thin-Space"
34816
34817 \end_inset
34818
34819 .
34820 \end_layout
34821
34822 \begin_layout Description
34823 Horizontal
34824 \begin_inset Space ~
34825 \end_inset
34826
34827 Fill Inserts an horizontal fill, see section
34828 \begin_inset Space ~
34829 \end_inset
34830
34831
34832 \begin_inset CommandInset ref
34833 LatexCommand ref
34834 reference "sub:Horizontal-Space"
34835
34836 \end_inset
34837
34838  for a description.
34839 \end_layout
34840
34841 \begin_layout Description
34842 Horizontal
34843 \begin_inset Space ~
34844 \end_inset
34845
34846 Line Inserts an horizontal line, see section
34847 \begin_inset Space ~
34848 \end_inset
34849
34850
34851 \begin_inset CommandInset ref
34852 LatexCommand ref
34853 reference "sub:Horizontal-Lines"
34854
34855 \end_inset
34856
34857  for a description.
34858 \end_layout
34859
34860 \begin_layout Description
34861 Vertical
34862 \begin_inset Space ~
34863 \end_inset
34864
34865 Space Inserts vertical space, see section
34866 \begin_inset Space ~
34867 \end_inset
34868
34869
34870 \begin_inset CommandInset ref
34871 LatexCommand ref
34872 reference "sub:Vertical-Space"
34873
34874 \end_inset
34875
34876  for a description.
34877 \end_layout
34878
34879 \begin_layout Description
34880 Hyphenation
34881 \begin_inset Space ~
34882 \end_inset
34883
34884 Point Inserts an hyphenation point, see section
34885 \begin_inset Space ~
34886 \end_inset
34887
34888
34889 \begin_inset CommandInset ref
34890 LatexCommand ref
34891 reference "sub:Hyphenation"
34892
34893 \end_inset
34894
34895
34896 \end_layout
34897
34898 \begin_layout Description
34899 Ligature
34900 \begin_inset Space ~
34901 \end_inset
34902
34903 Break Inserts a ligature break, see section
34904 \begin_inset Space ~
34905 \end_inset
34906
34907
34908 \begin_inset CommandInset ref
34909 LatexCommand ref
34910 reference "sub:Ligatures"
34911
34912 \end_inset
34913
34914
34915 \end_layout
34916
34917 \begin_layout Description
34918 Line
34919 \begin_inset Space ~
34920 \end_inset
34921
34922 Break Inserts a forced linebreak, see section
34923 \begin_inset Space ~
34924 \end_inset
34925
34926
34927 \begin_inset CommandInset ref
34928 LatexCommand ref
34929 reference "sub:Forced-Linebreaks"
34930
34931 \end_inset
34932
34933
34934 \end_layout
34935
34936 \begin_layout Description
34937 Page
34938 \begin_inset Space ~
34939 \end_inset
34940
34941 Break Inserts a forced pagebreak, described in section
34942 \begin_inset Space ~
34943 \end_inset
34944
34945
34946 \begin_inset CommandInset ref
34947 LatexCommand ref
34948 reference "sub:Forced-Pagebreaks"
34949
34950 \end_inset
34951
34952
34953 \end_layout
34954
34955 \begin_layout Description
34956 Clear
34957 \begin_inset Space ~
34958 \end_inset
34959
34960 Page Inserts a clear pagebreak, described in section
34961 \begin_inset Space ~
34962 \end_inset
34963
34964
34965 \begin_inset CommandInset ref
34966 LatexCommand ref
34967 reference "sub:Clear-Pages"
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 Double
34980 \begin_inset Space ~
34981 \end_inset
34982
34983 Page Inserts a clear doublepage break, described in section
34984 \begin_inset Space ~
34985 \end_inset
34986
34987
34988 \begin_inset CommandInset ref
34989 LatexCommand ref
34990 reference "sub:Clear-Pages"
34991
34992 \end_inset
34993
34994
34995 \end_layout
34996
34997 \begin_layout Subsection
34998 List / TOC
34999 \end_layout
35000
35001 \begin_layout Standard
35002 Various lists can be inserted with this menu.
35003  The table of contents, the algorithm, figures, and tables list are described
35004  in section
35005 \begin_inset Space ~
35006 \end_inset
35007
35008
35009 \begin_inset CommandInset ref
35010 LatexCommand ref
35011 reference "sec:toc"
35012
35013 \end_inset
35014
35015 .
35016  The index list is described in section
35017 \begin_inset Space ~
35018 \end_inset
35019
35020
35021 \begin_inset CommandInset ref
35022 LatexCommand ref
35023 reference "sec:Index"
35024
35025 \end_inset
35026
35027 , the nomenclature in section
35028 \begin_inset Space ~
35029 \end_inset
35030
35031
35032 \begin_inset CommandInset ref
35033 LatexCommand ref
35034 reference "sec:Nomenclature"
35035
35036 \end_inset
35037
35038 , and the BibTeX bibliography in section
35039 \begin_inset Space ~
35040 \end_inset
35041
35042
35043 \begin_inset CommandInset ref
35044 LatexCommand ref
35045 reference "sub:Bibliography-databases"
35046
35047 \end_inset
35048
35049 .
35050 \end_layout
35051
35052 \begin_layout Subsection
35053 Float
35054 \end_layout
35055
35056 \begin_layout Standard
35057 To insert floats, described in section
35058 \begin_inset Space ~
35059 \end_inset
35060
35061
35062 \begin_inset CommandInset ref
35063 LatexCommand ref
35064 reference "sec:Floats"
35065
35066 \end_inset
35067
35068 .
35069 \end_layout
35070
35071 \begin_layout Subsection
35072 Note
35073 \end_layout
35074
35075 \begin_layout Standard
35076 To insert notes, described in section
35077 \begin_inset Space ~
35078 \end_inset
35079
35080
35081 \begin_inset CommandInset ref
35082 LatexCommand ref
35083 reference "sec:Notes"
35084
35085 \end_inset
35086
35087 .
35088 \end_layout
35089
35090 \begin_layout Subsection
35091 Branch
35092 \end_layout
35093
35094 \begin_layout Standard
35095 Inserts branch insets as described in section
35096 \begin_inset Space ~
35097 \end_inset
35098
35099
35100 \begin_inset CommandInset ref
35101 LatexCommand ref
35102 reference "sec:Branches"
35103
35104 \end_inset
35105
35106 .
35107 \end_layout
35108
35109 \begin_layout Subsection
35110 File
35111 \begin_inset Index
35112 status collapsed
35113
35114 \begin_layout Plain Layout
35115 External Material
35116 \end_layout
35117
35118 \end_inset
35119
35120
35121 \end_layout
35122
35123 \begin_layout Standard
35124 Here you can inserts files to include them or its content to your document.
35125  How this can be done is in detail explained in chapter 
35126 \emph on
35127 External Stuff
35128 \emph default
35129  of the 
35130 \emph on
35131 Embedded Objects
35132 \emph default
35133  manual.
35134 \end_layout
35135
35136 \begin_layout Subsection
35137 Box
35138 \begin_inset Index
35139 status collapsed
35140
35141 \begin_layout Plain Layout
35142 Boxes
35143 \end_layout
35144
35145 \end_inset
35146
35147
35148 \end_layout
35149
35150 \begin_layout Standard
35151 Inserts a minipage box that is described section
35152 \begin_inset Space ~
35153 \end_inset
35154
35155
35156 \begin_inset CommandInset ref
35157 LatexCommand ref
35158 reference "sec:Minipages"
35159
35160 \end_inset
35161
35162 .
35163  All box types supported by LyX are explained in detail in chapter 
35164 \emph on
35165 Boxes
35166 \emph default
35167  of the 
35168 \emph on
35169 Embedded Objects
35170 \emph default
35171  manual.
35172 \end_layout
35173
35174 \begin_layout Subsection
35175 Citation
35176 \end_layout
35177
35178 \begin_layout Standard
35179 Inserts a citation as described in section
35180 \begin_inset Space ~
35181 \end_inset
35182
35183
35184 \begin_inset CommandInset ref
35185 LatexCommand ref
35186 reference "sec:Bibliography"
35187
35188 \end_inset
35189
35190 .
35191 \end_layout
35192
35193 \begin_layout Subsection
35194 Cross-Reference
35195 \end_layout
35196
35197 \begin_layout Standard
35198 Inserts a cross-reference as described in section
35199 \begin_inset Space ~
35200 \end_inset
35201
35202
35203 \begin_inset CommandInset ref
35204 LatexCommand ref
35205 reference "sec:Cross-References"
35206
35207 \end_inset
35208
35209 .
35210 \end_layout
35211
35212 \begin_layout Subsection
35213 Label
35214 \end_layout
35215
35216 \begin_layout Standard
35217 Inserts a label 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 Caption
35233 \begin_inset Index
35234 status collapsed
35235
35236 \begin_layout Plain Layout
35237 Captions
35238 \end_layout
35239
35240 \end_inset
35241
35242
35243 \begin_inset Index
35244 status collapsed
35245
35246 \begin_layout Plain Layout
35247 Longtables ! Caption
35248 \end_layout
35249
35250 \end_inset
35251
35252
35253 \end_layout
35254
35255 \begin_layout Standard
35256 Inserts a caption to floats or longtables.
35257  Floats are described in section
35258 \begin_inset Space ~
35259 \end_inset
35260
35261
35262 \begin_inset CommandInset ref
35263 LatexCommand ref
35264 reference "sec:Floats"
35265
35266 \end_inset
35267
35268 , cations in longtables are described in section 
35269 \emph on
35270 Longtable Captions
35271 \emph default
35272  of the 
35273 \emph on
35274 Embedded Objects
35275 \emph default
35276  manual.
35277 \end_layout
35278
35279 \begin_layout Subsection
35280 Index Entry
35281 \end_layout
35282
35283 \begin_layout Standard
35284 Inserts an index entry as described in section
35285 \begin_inset Space ~
35286 \end_inset
35287
35288
35289 \begin_inset CommandInset ref
35290 LatexCommand ref
35291 reference "sec:Index"
35292
35293 \end_inset
35294
35295 .
35296 \end_layout
35297
35298 \begin_layout Subsection
35299 Nomenclature Entry
35300 \end_layout
35301
35302 \begin_layout Standard
35303 Inserts a nomenclature 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:Nomenclature"
35311
35312 \end_inset
35313
35314 .
35315 \end_layout
35316
35317 \begin_layout Subsection
35318 Table
35319 \end_layout
35320
35321 \begin_layout Standard
35322 Inserts a table.
35323  Tables are described in section
35324 \begin_inset Space ~
35325 \end_inset
35326
35327
35328 \begin_inset CommandInset ref
35329 LatexCommand ref
35330 reference "sec:Tables"
35331
35332 \end_inset
35333
35334 .
35335 \end_layout
35336
35337 \begin_layout Subsection
35338 Graphics
35339 \end_layout
35340
35341 \begin_layout Standard
35342 Inserts a graphic.
35343  Graphics are described in section
35344 \begin_inset Space ~
35345 \end_inset
35346
35347
35348 \begin_inset CommandInset ref
35349 LatexCommand ref
35350 reference "sec:Graphics"
35351
35352 \end_inset
35353
35354 .
35355 \end_layout
35356
35357 \begin_layout Subsection
35358 URL
35359 \end_layout
35360
35361 \begin_layout Standard
35362 Inserts an URL box as described in section
35363 \begin_inset Space ~
35364 \end_inset
35365
35366
35367 \begin_inset CommandInset ref
35368 LatexCommand ref
35369 reference "sec:URL"
35370
35371 \end_inset
35372
35373 .
35374 \end_layout
35375
35376 \begin_layout Subsection
35377 Footnote
35378 \end_layout
35379
35380 \begin_layout Standard
35381 Inserts a footnote, see section
35382 \begin_inset Space ~
35383 \end_inset
35384
35385
35386 \begin_inset CommandInset ref
35387 LatexCommand ref
35388 reference "sec:Footnotes"
35389
35390 \end_inset
35391
35392 .
35393 \end_layout
35394
35395 \begin_layout Subsection
35396 Marginal Note
35397 \end_layout
35398
35399 \begin_layout Standard
35400 Inserts a marginal note, see section
35401 \begin_inset Space ~
35402 \end_inset
35403
35404
35405 \begin_inset CommandInset ref
35406 LatexCommand ref
35407 reference "sec:Marginal-Notes"
35408
35409 \end_inset
35410
35411 .
35412 \end_layout
35413
35414 \begin_layout Subsection
35415 Short Title
35416 \end_layout
35417
35418 \begin_layout Standard
35419 Inserts a short title, see section
35420 \begin_inset Space ~
35421 \end_inset
35422
35423
35424 \begin_inset CommandInset ref
35425 LatexCommand ref
35426 reference "sec:Short-Titles"
35427
35428 \end_inset
35429
35430 .
35431 \end_layout
35432
35433 \begin_layout Subsection
35434 TeX Code
35435 \end_layout
35436
35437 \begin_layout Standard
35438 Inserts an ERT box, see section
35439 \begin_inset Space ~
35440 \end_inset
35441
35442
35443 \begin_inset CommandInset ref
35444 LatexCommand ref
35445 reference "sub:ERT-Boxes"
35446
35447 \end_inset
35448
35449  for a description.
35450 \end_layout
35451
35452 \begin_layout Subsection
35453 Program Listing
35454 \begin_inset Index
35455 status collapsed
35456
35457 \begin_layout Plain Layout
35458 Program listings
35459 \end_layout
35460
35461 \end_inset
35462
35463
35464 \end_layout
35465
35466 \begin_layout Standard
35467 Inserts a program listings box.
35468  Program listings are explained in chapter 
35469 \emph on
35470 Program Code Listings
35471 \emph default
35472  of the 
35473 \emph on
35474 Embedded Objects
35475 \emph default
35476  manual.
35477 \end_layout
35478
35479 \begin_layout Subsection
35480 Date
35481 \end_layout
35482
35483 \begin_layout Standard
35484 Inserts the actual date.
35485  The format dependends on the date format of the language that is used for
35486  LyX's menus.
35487  LyX offers another ways to insert a date which is explained in section
35488  
35489 \emph on
35490 External Material
35491 \emph default
35492  of the 
35493 \emph on
35494 Embedded Objects
35495 \emph default
35496  manual.
35497  There the different methods are also compared.
35498 \end_layout
35499
35500 \begin_layout Section
35501 The Navigate Menu
35502 \begin_inset Index
35503 status collapsed
35504
35505 \begin_layout Plain Layout
35506 Menu ! Navigate
35507 \end_layout
35508
35509 \end_inset
35510
35511
35512 \end_layout
35513
35514 \begin_layout Standard
35515 This menu lists the existing, chapter, sections, figures, and tables of
35516  the current document.
35517  This allows you to navigate easily through you document.
35518 \end_layout
35519
35520 \begin_layout Standard
35521 The Navigate menu also offers to 
35522 \end_layout
35523
35524 \begin_layout Subsection
35525 Bookmarks
35526 \end_layout
35527
35528 \begin_layout Standard
35529 With this menu you are able to define your own bookmarks.
35530  This is useful when you are working on a large documents and often have
35531  to jump e.g.
35532  between section
35533 \begin_inset Space ~
35534 \end_inset
35535
35536 2.5 and 6.3.
35537  To create bookmarks for this example, go to section
35538 \begin_inset Space ~
35539 \end_inset
35540
35541 2.5 and use the menu 
35542 \family sans
35543 Save
35544 \begin_inset Space ~
35545 \end_inset
35546
35547 Bookmark
35548 \begin_inset Space ~
35549 \end_inset
35550
35551 1
35552 \family default
35553 .
35554  Then go to section
35555 \begin_inset Space ~
35556 \end_inset
35557
35558 6.3 and use 
35559 \family sans
35560 Save
35561 \begin_inset Space ~
35562 \end_inset
35563
35564 Bookmark
35565 \begin_inset Space ~
35566 \end_inset
35567
35568
35569 \family default
35570 2.
35571  Now you can easily jump between these sections by using the menu or by
35572  the key bindings 
35573 \family sans
35574 C-1
35575 \family default
35576  and 
35577 \family sans
35578 C-2
35579 \family default
35580 .
35581 \end_layout
35582
35583 \begin_layout Standard
35584 You can also use bookmarks to jump between several opened documents.
35585  The saved bookmarks are valid till the document is closed.
35586 \end_layout
35587
35588 \begin_layout Subsection
35589 Next Note, Change, Cross-reference
35590 \end_layout
35591
35592 \begin_layout Standard
35593 Jump to the next note, change, or cross-reference following the current
35594  cursor position.
35595 \end_layout
35596
35597 \begin_layout Subsection
35598 Go to Label
35599 \end_layout
35600
35601 \begin_layout Standard
35602 Only active when the cursor is in front of a cross-reference.
35603  Sets the cursor before the referenced label, the same as if you right-click
35604  on a cross-reference box.
35605 \end_layout
35606
35607 \begin_layout Section
35608 The Document Menu
35609 \begin_inset Index
35610 status collapsed
35611
35612 \begin_layout Plain Layout
35613 Menu ! Document
35614 \end_layout
35615
35616 \end_inset
35617
35618
35619 \end_layout
35620
35621 \begin_layout Subsection
35622 Change Tracking
35623 \end_layout
35624
35625 \begin_layout Standard
35626 Change Tracking is described in section
35627 \begin_inset Space ~
35628 \end_inset
35629
35630
35631 \begin_inset CommandInset ref
35632 LatexCommand ref
35633 reference "sec:Change-Tracking"
35634
35635 \end_inset
35636
35637 .
35638 \end_layout
35639
35640 \begin_layout Subsection
35641 LaT
35642 \begin_inset ERT
35643 status collapsed
35644
35645 \begin_layout Plain Layout
35646
35647 {}
35648 \end_layout
35649
35650 \end_inset
35651
35652 eX Log
35653 \end_layout
35654
35655 \begin_layout Standard
35656 After running LaTeX by viewing or exporting a document, this menu will be
35657  enabled.
35658  It shows the logfile of the used LaTeX-program.
35659 \end_layout
35660
35661 \begin_layout Standard
35662 Here you can see how LaTeX works in the background.
35663  
35664 \emph on
35665 Experts
35666 \emph default
35667  will find in it reasons for LaTeX-errors.
35668 \end_layout
35669
35670 \begin_layout Subsection
35671 Outline
35672 \end_layout
35673
35674 \begin_layout Standard
35675 Opens the TOC/Outline window as described in section
35676 \begin_inset Space ~
35677 \end_inset
35678
35679
35680 \begin_inset CommandInset ref
35681 LatexCommand ref
35682 reference "sub:Table-of-Contents"
35683
35684 \end_inset
35685
35686 .
35687 \end_layout
35688
35689 \begin_layout Subsection
35690 Start Appendix Here
35691 \end_layout
35692
35693 \begin_layout Standard
35694 This menu will start the appendix of the document at the current cursor
35695  position as described in section
35696 \begin_inset Space ~
35697 \end_inset
35698
35699
35700 \begin_inset CommandInset ref
35701 LatexCommand ref
35702 reference "sec:Appendices"
35703
35704 \end_inset
35705
35706 .
35707 \end_layout
35708
35709 \begin_layout Subsection
35710 Compressed
35711 \end_layout
35712
35713 \begin_layout Standard
35714 Un/compresses the actual document.
35715 \end_layout
35716
35717 \begin_layout Subsection
35718 Settings
35719 \begin_inset CommandInset label
35720 LatexCommand label
35721 name "sub:Settings"
35722
35723 \end_inset
35724
35725
35726 \begin_inset Index
35727 status collapsed
35728
35729 \begin_layout Plain Layout
35730 Document ! Settings
35731 \end_layout
35732
35733 \end_inset
35734
35735
35736 \end_layout
35737
35738 \begin_layout Standard
35739 This menu dialog contains some submenus to set properties for the whole
35740  document.
35741  You can save your document settings as default with the 
35742 \family sans
35743 Save as Document Defaults
35744 \family default
35745  button in the dialog.
35746  This will create a template named 
35747 \family typewriter
35748 default.lyx
35749 \family default
35750  which is automatically loaded by LyX when you create a new document without
35751  using a template.
35752 \end_layout
35753
35754 \begin_layout Standard
35755 The different submenus of the dialog are explained in the following:
35756 \end_layout
35757
35758 \begin_layout Subsubsection*
35759 Document Class
35760 \end_layout
35761
35762 \begin_layout Standard
35763 Here you set the document class, class options, and a Postscript driver.
35764  Document classes are described in section
35765 \begin_inset Space ~
35766 \end_inset
35767
35768
35769 \begin_inset CommandInset ref
35770 LatexCommand ref
35771 reference "sec:Document-Classes"
35772
35773 \end_inset
35774
35775 .
35776  The Postscript driver is used for LaTeX's color and graphics packages.
35777  When using 
35778 \family sans
35779 Default
35780 \family default
35781 , the default driver for the Latex@LaTeX-packages are used.
35782  It is recommended to use the default unless your know what you are doing.
35783 \end_layout
35784
35785 \begin_layout Subsubsection*
35786 Fonts
35787 \end_layout
35788
35789 \begin_layout Standard
35790 The document font settings are described in section
35791 \begin_inset Space ~
35792 \end_inset
35793
35794
35795 \begin_inset CommandInset ref
35796 LatexCommand ref
35797 reference "sec:Fonts-and-Text"
35798
35799 \end_inset
35800
35801 .
35802 \end_layout
35803
35804 \begin_layout Subsubsection*
35805 Text Layout
35806 \end_layout
35807
35808 \begin_layout Standard
35809 You can specify if paragraphs should be separated by indentations or vertical
35810  skips.
35811  The line spacing and the number of text columns can here also be specified.
35812  
35813 \end_layout
35814
35815 \begin_layout Standard
35816 Note that LyX won't show two columns or the set up line spacing on screen.
35817  That's impractical, often unreadable, and not part of the WYSIWYM concept.
35818  However, it will be as you specified it in the output.
35819 \end_layout
35820
35821 \begin_layout Standard
35822 The listings settings are explained in the corresponding section in the
35823  
35824 \emph on
35825 Embedded Objects
35826 \emph default
35827  manual.
35828 \end_layout
35829
35830 \begin_layout Subsubsection*
35831 Page Layout
35832 \end_layout
35833
35834 \begin_layout Standard
35835 A description of this menu is given in section
35836 \begin_inset Space ~
35837 \end_inset
35838
35839
35840 \begin_inset CommandInset ref
35841 LatexCommand ref
35842 reference "sub:Paper-Size,-Orientation,"
35843
35844 \end_inset
35845
35846  and 
35847 \begin_inset CommandInset ref
35848 LatexCommand ref
35849 reference "sub:Document-Layout"
35850
35851 \end_inset
35852
35853 .
35854 \end_layout
35855
35856 \begin_layout Subsubsection*
35857 Page Margins
35858 \end_layout
35859
35860 \begin_layout Standard
35861 Here you can adjust the paper margins, see section
35862 \begin_inset Space ~
35863 \end_inset
35864
35865
35866 \begin_inset CommandInset ref
35867 LatexCommand ref
35868 reference "sub:Margins"
35869
35870 \end_inset
35871
35872 .
35873 \end_layout
35874
35875 \begin_layout Subsubsection*
35876 Language
35877 \begin_inset Index
35878 status collapsed
35879
35880 \begin_layout Plain Layout
35881 Language ! Encoding
35882 \end_layout
35883
35884 \end_inset
35885
35886
35887 \end_layout
35888
35889 \begin_layout Standard
35890 The document language and quote styles are set here.
35891  The encoding specifies how the document content is exported to LaTeX (the
35892  LyX file is always encoded in utf8).
35893  All characters that cannot be encoded using the specified encoding will
35894  be exported as LaTeX-commands (this can fail if a LaTeX-command is not
35895  known for a particular character).
35896 \begin_inset Foot
35897 status collapsed
35898
35899 \begin_layout Plain Layout
35900 The known commands are defined in a text file.
35901  You can add commands for unknown symbols to that file yourself, see the
35902  
35903 \emph on
35904 Customization
35905 \emph default
35906  manual for details.
35907 \end_layout
35908
35909 \end_inset
35910
35911
35912 \end_layout
35913
35914 \begin_layout Standard
35915 If you use the option 
35916 \family sans
35917 use language's default encoding
35918 \family default
35919 , LyX determines the encoding of a portion of text from the language of
35920  this text.
35921  If the document contains text in more than one language you may get more
35922  than one encoding in the LaTeX file.
35923  If you do not use this option then the complete document will always use
35924  exactly one encoding.
35925  Checking this option is the preferred setting unless you use 
35926 \family sans
35927 XeTeX
35928 \family default
35929
35930 \begin_inset Foot
35931 status collapsed
35932
35933 \begin_layout Plain Layout
35934 XeTeX is a TeX typesetting engine, an alternative for LaTeX.
35935  It natively supports Unicode while its input file is assumed to be in UTF-8
35936  encoding.
35937  More about using LyX with XeTeX can be found in 
35938 \begin_inset CommandInset citation
35939 LatexCommand cite
35940 key "XeTeX"
35941
35942 \end_inset
35943
35944 .
35945 \end_layout
35946
35947 \end_inset
35948
35949  (see below).
35950 \end_layout
35951
35952 \begin_layout Standard
35953 LyX also supports Unicode output, which is particularly useful if you need
35954  lots of special symbols or non-alphabetic scripts, respectively.
35955  If you want to use this (and your LaTeX installation supports Unicode,
35956  for that matter), choose one of the four utf8 variants from the list below.
35957  Unfortunately the unicode support of standard LaTeX is quite incomplete,
35958  so it is not uncommon that a file with lots of unicode symbols works fine
35959  with 
35960 \family sans
35961 use language's default encoding
35962 \family default
35963  (when LyX uses it's list of known LaTeX-commands), but does not work with
35964  a fixed utf8 encoding (when the list of known LaTeX-commands is ot used,
35965  because all unicode symbols can be encoded in utf8).
35966 \end_layout
35967
35968 \begin_layout Standard
35969 Here is a list with the important encodings:
35970 \end_layout
35971
35972 \begin_layout Description
35973 LaTeX
35974 \begin_inset Space ~
35975 \end_inset
35976
35977 default Same as 
35978 \family sans
35979 use language's default encoding
35980 \family default
35981 , but the LaTeX-package 
35982 \series bold
35983 inputenc
35984 \series default
35985
35986 \begin_inset Index
35987 status collapsed
35988
35989 \begin_layout Plain Layout
35990 Latex@LaTeX-packages ! inputenc
35991 \end_layout
35992
35993 \end_inset
35994
35995  is not used.
35996  You probably need to load some other packages manually in the preamble.
35997 \end_layout
35998
35999 \begin_layout Description
36000 armscii8 encoding for Armenian
36001 \end_layout
36002
36003 \begin_layout Description
36004 ascii the ASCII encoding, covers only plain English, may result in a big
36005  file because lots of LaTeX-commands may be needed
36006 \end_layout
36007
36008 \begin_layout Description
36009 cp1250 MS Windows code page for latin2
36010 \end_layout
36011
36012 \begin_layout Description
36013 cp1251 MS Windows code page for Cyrillic
36014 \end_layout
36015
36016 \begin_layout Description
36017 cp1252 MS Windows code page for latin1
36018 \end_layout
36019
36020 \begin_layout Description
36021 cp1255 MS Windows code page for Hebrew, superset of the ISO-8859-8 encoding
36022 \end_layout
36023
36024 \begin_layout Description
36025 cp1256 MS Windows code page for Arabic and Farsi
36026 \end_layout
36027
36028 \begin_layout Description
36029 cp1257 MS Windows code page for Estonian, Latvian, and Lithuanian, the ISO-8859-
36030 13 encoding that is a superset of the ISO-8859-4 encoding
36031 \end_layout
36032
36033 \begin_layout Description
36034 iso88595 the ISO-8859-5 encoding, covers Belorussian, Bulgarian, Macedonian,
36035  Serbian, and Ukrainian
36036 \end_layout
36037
36038 \begin_layout Description
36039 iso-8859-7 the ISO-8859-7 encoding, covers Greek
36040 \end_layout
36041
36042 \begin_layout Description
36043 8859-8 the ISO-8859-8 encoding, covers Hebrew
36044 \end_layout
36045
36046 \begin_layout Description
36047 koi8-r standard Cyrillic especially for Russian
36048 \end_layout
36049
36050 \begin_layout Description
36051 koi8-u Cyrillic for Ukrainian
36052 \end_layout
36053
36054 \begin_layout Description
36055 latin1 the ISO-8859-1 encoding, covers the languages Albanian, Catalan,
36056  Danish, Dutch, English, Faroese, Finnish, French, Galician, German, Icelandic,
36057  Irish, Italian, Norwegian, Portuguese, Spanish, and Swedish; should be
36058  replaced by latin9
36059 \end_layout
36060
36061 \begin_layout Description
36062 latin2 the ISO-8859-2 encoding, covers Albanian, Croatian, Czech, German,
36063  Hungarian, Polish, Romanian, Slovak, and Slovenian
36064 \end_layout
36065
36066 \begin_layout Description
36067 latin3 the ISO-8859-3 encoding, covers Esperanto, Galician, Maltese, and
36068  Turkish
36069 \end_layout
36070
36071 \begin_layout Description
36072 latin4 the ISO-8859-4 encoding, covers Estonian, Latvian, and Lithuanian
36073 \end_layout
36074
36075 \begin_layout Description
36076 latin5 the ISO-8859-9 encoding, covers Turkish, like the ISO-8859-1 encoding
36077  where the Icelandic letters are replaced by Turkish ones
36078 \end_layout
36079
36080 \begin_layout Description
36081 latin9 the ISO-8859-15 encoding, like the ISO-8859-1 encoding, but with
36082  the euro currency sign, the 
36083 \begin_inset ERT
36084 status collapsed
36085
36086 \begin_layout Plain Layout
36087
36088
36089 \backslash
36090 oe
36091 \end_layout
36092
36093 \end_inset
36094
36095 -ligature and some characters used for French and Finnish; latin9 should
36096  be the replacement for latin1
36097 \end_layout
36098
36099 \begin_layout Description
36100 pt154 Cyrillic for Kazakh
36101 \end_layout
36102
36103 \begin_layout Description
36104 utf8 Unicode utf8 with the LaTeX-package 
36105 \series bold
36106 inputenc
36107 \series default
36108
36109 \begin_inset Index
36110 status collapsed
36111
36112 \begin_layout Plain Layout
36113 Latex@LaTeX-packages ! inputenc
36114 \end_layout
36115
36116 \end_inset
36117
36118  (first variant, for latin symbols and some others).
36119 \end_layout
36120
36121 \begin_layout Description
36122 utf8x Unicode utf8 with the LaTeX-package 
36123 \series bold
36124 inputenc
36125 \series default
36126  (second variant, for greek and CJK symbols and some others).
36127 \end_layout
36128
36129 \begin_layout Description
36130 UTF8 Unicode utf8 with the LaTeX-package 
36131 \series bold
36132 CJK
36133 \series default
36134
36135 \begin_inset Index
36136 status collapsed
36137
36138 \begin_layout Plain Layout
36139 Latex@LaTeX-packages ! CJK
36140 \end_layout
36141
36142 \end_inset
36143
36144  (for the languages Chinese, Japanese and Korean)
36145 \end_layout
36146
36147 \begin_layout Description
36148 utf8-plain Unicode utf8 to be used with 
36149 \family sans
36150 XeTeX
36151 \family default
36152 , which uses Unicode directly, without the help of the LaTeX-package 
36153 \series bold
36154 inputenc
36155 \series default
36156  
36157 \begin_inset Foot
36158 status collapsed
36159
36160 \begin_layout Plain Layout
36161 More about using LyX with XeTeX can be found in 
36162 \begin_inset CommandInset citation
36163 LatexCommand cite
36164 key "XeTeX"
36165
36166 \end_inset
36167
36168 .
36169 \end_layout
36170
36171 \end_inset
36172
36173
36174 \end_layout
36175
36176 \begin_layout Subsubsection*
36177 Numbering & TOC
36178 \end_layout
36179
36180 \begin_layout Standard
36181 You can adjust here the numbering depth of sections headings as described
36182  in section
36183 \begin_inset Space ~
36184 \end_inset
36185
36186
36187 \begin_inset CommandInset ref
36188 LatexCommand ref
36189 reference "sub:Numbering-depth"
36190
36191 \end_inset
36192
36193 .
36194 \end_layout
36195
36196 \begin_layout Subsubsection*
36197 Bibliography
36198 \end_layout
36199
36200 \begin_layout Standard
36201 You can specify here a citation style using the Latex@LaTeX-packages 
36202 \series bold
36203 natbib
36204 \begin_inset Index
36205 status collapsed
36206
36207 \begin_layout Plain Layout
36208 Latex@LaTeX-packages ! natbib
36209 \end_layout
36210
36211 \end_inset
36212
36213
36214 \series default
36215  or 
36216 \series bold
36217 jurabib
36218 \series default
36219
36220 \begin_inset Index
36221 status collapsed
36222
36223 \begin_layout Plain Layout
36224 Latex@LaTeX-packages ! jurabib
36225 \end_layout
36226
36227 \end_inset
36228
36229 .
36230  For a further description see section
36231 \begin_inset Space ~
36232 \end_inset
36233
36234
36235 \begin_inset CommandInset ref
36236 LatexCommand ref
36237 reference "sec:Bibliography"
36238
36239 \end_inset
36240
36241 .
36242 \end_layout
36243
36244 \begin_layout Subsubsection*
36245 Math Options
36246 \end_layout
36247
36248 \begin_layout Standard
36249 These options will force LyX to use the Latex@LaTeX-packages 
36250 \series bold
36251 amsmath
36252 \begin_inset Index
36253 status collapsed
36254
36255 \begin_layout Plain Layout
36256 Latex@LaTeX-packages ! amsmath
36257 \end_layout
36258
36259 \end_inset
36260
36261
36262 \series default
36263  and 
36264 \series bold
36265 esint
36266 \begin_inset Index
36267 status collapsed
36268
36269 \begin_layout Plain Layout
36270 Latex@LaTeX-packages ! esint
36271 \end_layout
36272
36273 \end_inset
36274
36275
36276 \series default
36277  or to use them automatically when they are needed.
36278 \end_layout
36279
36280 \begin_layout Standard
36281
36282 \series bold
36283 amsmath
36284 \series default
36285  is needed for many constructs, so when you get LaTeX-errors in formulas,
36286  assure that you have enabled AMS.
36287 \end_layout
36288
36289 \begin_layout Standard
36290
36291 \series bold
36292 esint
36293 \series default
36294  is used for special integral characters.
36295 \end_layout
36296
36297 \begin_layout Subsubsection*
36298 Float Placement
36299 \end_layout
36300
36301 \begin_layout Standard
36302 The float placement options are described in section
36303 \begin_inset Formula $\,$
36304 \end_inset
36305
36306
36307 \begin_inset CommandInset ref
36308 LatexCommand ref
36309 reference "sub:Float-Placement"
36310
36311 \end_inset
36312
36313 .
36314 \end_layout
36315
36316 \begin_layout Subsubsection*
36317 Bullets
36318 \end_layout
36319
36320 \begin_layout Standard
36321 Here you can adjust the characters for the itemize levels.
36322  The itemize environment is described in section
36323 \begin_inset Space ~
36324 \end_inset
36325
36326
36327 \begin_inset CommandInset ref
36328 LatexCommand ref
36329 reference "sec:Itemize"
36330
36331 \end_inset
36332
36333 .
36334 \end_layout
36335
36336 \begin_layout Subsubsection*
36337 Branches
36338 \end_layout
36339
36340 \begin_layout Standard
36341 Branches are described in section
36342 \begin_inset Space ~
36343 \end_inset
36344
36345
36346 \begin_inset CommandInset ref
36347 LatexCommand ref
36348 reference "sec:Branches"
36349
36350 \end_inset
36351
36352 .
36353 \end_layout
36354
36355 \begin_layout Subsubsection*
36356 LaT
36357 \begin_inset ERT
36358 status collapsed
36359
36360 \begin_layout Plain Layout
36361
36362 {}
36363 \end_layout
36364
36365 \end_inset
36366
36367 eX Preamble
36368 \end_layout
36369
36370 \begin_layout Standard
36371 In this text field are entered commands to load special Latex@LaTeX-packages
36372  or to define LaTeX-commands.
36373  The preamble is a thing for LaTeX-experts.
36374  You shouldn't enter commands here until you don't exactly know what you
36375  do.
36376 \end_layout
36377
36378 \begin_layout Standard
36379 An introduction in the LaTeX-syntax is given in section
36380 \begin_inset Space ~
36381 \end_inset
36382
36383
36384 \begin_inset CommandInset ref
36385 LatexCommand ref
36386 reference "sub:LaTeX-Syntax"
36387
36388 \end_inset
36389
36390 .
36391 \end_layout
36392
36393 \begin_layout Section
36394 The Tools Menu
36395 \begin_inset Index
36396 status collapsed
36397
36398 \begin_layout Plain Layout
36399 Menu ! Tools
36400 \end_layout
36401
36402 \end_inset
36403
36404
36405 \end_layout
36406
36407 \begin_layout Subsection
36408 Spellchecker
36409 \end_layout
36410
36411 \begin_layout Standard
36412 Spell checking is explained in section
36413 \begin_inset Space ~
36414 \end_inset
36415
36416
36417 \begin_inset CommandInset ref
36418 LatexCommand ref
36419 reference "sec:Spellchecking"
36420
36421 \end_inset
36422
36423 .
36424 \end_layout
36425
36426 \begin_layout Subsection
36427 Thesaurus
36428 \end_layout
36429
36430 \begin_layout Standard
36431 The thesaurus is described in section
36432 \begin_inset Space ~
36433 \end_inset
36434
36435
36436 \begin_inset CommandInset ref
36437 LatexCommand ref
36438 reference "sec:Thesaurus"
36439
36440 \end_inset
36441
36442 .
36443 \end_layout
36444
36445 \begin_layout Subsection
36446 Count Words
36447 \begin_inset Index
36448 status collapsed
36449
36450 \begin_layout Plain Layout
36451 Word count
36452 \end_layout
36453
36454 \end_inset
36455
36456
36457 \end_layout
36458
36459 \begin_layout Standard
36460 Counts the number of words in the actual document or the highlighted document
36461  part.
36462 \end_layout
36463
36464 \begin_layout Subsection
36465 T
36466 \begin_inset ERT
36467 status collapsed
36468
36469 \begin_layout Plain Layout
36470
36471 {}
36472 \end_layout
36473
36474 \end_inset
36475
36476 eX Information
36477 \begin_inset Index
36478 status open
36479
36480 \begin_layout Plain Layout
36481 T
36482 \begin_inset ERT
36483 status collapsed
36484
36485 \begin_layout Plain Layout
36486
36487 {}
36488 \end_layout
36489
36490 \end_inset
36491
36492 eX Information
36493 \end_layout
36494
36495 \end_inset
36496
36497
36498 \begin_inset Note Note
36499 status open
36500
36501 \begin_layout Plain Layout
36502 Fix this Index entry when bug 4600 is fixed!
36503 \end_layout
36504
36505 \end_inset
36506
36507
36508 \end_layout
36509
36510 \begin_layout Standard
36511 Shows you a list of the classes and styles installed in your LaTeX-system.
36512 \end_layout
36513
36514 \begin_layout Subsection
36515 Reconfigure
36516 \begin_inset Index
36517 status collapsed
36518
36519 \begin_layout Plain Layout
36520 Lyx@LyX ! Reconfigure|see
36521 \begin_inset ERT
36522 status collapsed
36523
36524 \begin_layout Plain Layout
36525
36526 {
36527 \end_layout
36528
36529 \end_inset
36530
36531 Reconfiguration of LyX
36532 \begin_inset ERT
36533 status collapsed
36534
36535 \begin_layout Plain Layout
36536
36537 }
36538 \end_layout
36539
36540 \end_inset
36541
36542
36543 \end_layout
36544
36545 \end_inset
36546
36547
36548 \begin_inset Index
36549 status collapsed
36550
36551 \begin_layout Plain Layout
36552 Reconfiguration of LyX
36553 \end_layout
36554
36555 \end_inset
36556
36557
36558 \end_layout
36559
36560 \begin_layout Standard
36561 This menu reconfigures LyX.
36562  That means LyX looks for Latex@LaTeX-packages and needed programs, see
36563  also section
36564 \begin_inset Space ~
36565 \end_inset
36566
36567
36568 \begin_inset CommandInset ref
36569 LatexCommand ref
36570 reference "sec:Basic-LyX-Setup"
36571
36572 \end_inset
36573
36574 .
36575 \end_layout
36576
36577 \begin_layout Subsection
36578 Preferences
36579 \end_layout
36580
36581 \begin_layout Standard
36582 The preferences dialog is described in detail in chapter
36583 \begin_inset Formula $\,$
36584 \end_inset
36585
36586
36587 \begin_inset CommandInset ref
36588 LatexCommand ref
36589 reference "cha:The-Preferences-dialog"
36590
36591 \end_inset
36592
36593 .
36594 \end_layout
36595
36596 \begin_layout Section
36597 The Help Menu
36598 \begin_inset Index
36599 status collapsed
36600
36601 \begin_layout Plain Layout
36602 Menu ! Help
36603 \end_layout
36604
36605 \end_inset
36606
36607
36608 \end_layout
36609
36610 \begin_layout Standard
36611 This menu opens the documentation files of LyX in the language of LyX's
36612  menus.
36613 \end_layout
36614
36615 \begin_layout Standard
36616 The menu 
36617 \family sans
36618 LaTeX
36619 \begin_inset Space ~
36620 \end_inset
36621
36622 Configuration
36623 \family default
36624  shows a LyX-document with informations about the Latex@LaTeX-packages and
36625  classes found by LyX (see also section
36626 \begin_inset Space ~
36627 \end_inset
36628
36629
36630 \begin_inset CommandInset ref
36631 LatexCommand ref
36632 reference "sec:LaTeX-Setup"
36633
36634 \end_inset
36635
36636 ).
36637 \end_layout
36638
36639 \begin_layout Section
36640 Toolbars
36641 \begin_inset CommandInset label
36642 LatexCommand label
36643 name "sec:Toolbars"
36644
36645 \end_inset
36646
36647
36648 \end_layout
36649
36650 \begin_layout Standard
36651 How to show or hide toolbars is explained in section
36652 \begin_inset Space ~
36653 \end_inset
36654
36655
36656 \begin_inset CommandInset ref
36657 LatexCommand ref
36658 reference "sub:Toolbars"
36659
36660 \end_inset
36661
36662 .
36663 \end_layout
36664
36665 \begin_layout Standard
36666 It is also possible to define custom toolbars.
36667  This is described in the 
36668 \emph on
36669 Extended Features
36670 \emph default
36671  manual.
36672 \end_layout
36673
36674 \begin_layout Subsection
36675 Standard Toolbar
36676 \begin_inset Index
36677 status collapsed
36678
36679 \begin_layout Plain Layout
36680 Toolbar ! Standard
36681 \end_layout
36682
36683 \end_inset
36684
36685
36686 \end_layout
36687
36688 \begin_layout Standard
36689 \begin_inset Graphics
36690         filename clipart/StandardToolbar.png
36691         embed ""
36692         width 100col%
36693
36694 \end_inset
36695
36696
36697 \end_layout
36698
36699 \begin_layout Standard
36700 \begin_inset VSpace defskip
36701 \end_inset
36702
36703
36704 \end_layout
36705
36706 \begin_layout Standard
36707 The standard toolbar as shown above contains from left to right the following
36708  buttons:
36709 \begin_inset ERT
36710 status collapsed
36711
36712 \begin_layout Plain Layout
36713
36714
36715 \backslash
36716 setlength{
36717 \backslash
36718 LTleft}{0pt}
36719 \end_layout
36720
36721 \end_inset
36722
36723
36724 \begin_inset Note Note
36725 status collapsed
36726
36727 \begin_layout Plain Layout
36728 This is necessary to left align the following longtables.
36729  See the 
36730 \emph on
36731 Embedded Objects
36732 \emph default
36733  manual for more information.
36734 \end_layout
36735
36736 \end_inset
36737
36738
36739 \end_layout
36740
36741 \begin_layout Standard
36742 \begin_inset VSpace defskip
36743 \end_inset
36744
36745
36746 \end_layout
36747
36748 \begin_layout Standard
36749 \begin_inset Tabular
36750 <lyxtabular version="3" rows="1" columns="2">
36751 <features islongtable="true">
36752 <column alignment="center" valignment="top" width="0">
36753 <column alignment="center" valignment="top" width="0">
36754 <row>
36755 <cell alignment="center" valignment="top" usebox="none">
36756 \begin_inset Text
36757
36758 \begin_layout Plain Layout
36759 \begin_inset Graphics
36760         filename clipart/ToolbarEnvBox.png
36761         embed ""
36762         clip
36763
36764 \end_inset
36765
36766
36767 \end_layout
36768
36769 \end_inset
36770 </cell>
36771 <cell alignment="center" valignment="top" usebox="none">
36772 \begin_inset Text
36773
36774 \begin_layout Plain Layout
36775 pull-down menu for the paragraph environments
36776 \end_layout
36777
36778 \end_inset
36779 </cell>
36780 </row>
36781 </lyxtabular>
36782
36783 \end_inset
36784
36785
36786 \end_layout
36787
36788 \begin_layout Standard
36789 \begin_inset VSpace -10mm
36790 \end_inset
36791
36792
36793 \end_layout
36794
36795 \begin_layout Standard
36796 \align left
36797 \begin_inset Tabular
36798 <lyxtabular version="3" rows="20" columns="2">
36799 <features islongtable="true">
36800 <column alignment="left" valignment="top" width="0">
36801 <column alignment="left" valignment="top" width="0">
36802 <row interlinespace="2.5mm">
36803 <cell alignment="center" valignment="top" usebox="none">
36804 \begin_inset Text
36805
36806 \begin_layout Plain Layout
36807
36808 \family sans
36809 \begin_inset Graphics
36810         filename ../images/buffer-new.png
36811         embed ""
36812         BoundingBox 0bp 5bp 20bp 20bp
36813
36814 \end_inset
36815
36816
36817 \end_layout
36818
36819 \end_inset
36820 </cell>
36821 <cell alignment="center" valignment="top" usebox="none">
36822 \begin_inset Text
36823
36824 \begin_layout Plain Layout
36825
36826 \family sans
36827 File\SpecialChar \menuseparator
36828 New
36829 \end_layout
36830
36831 \end_inset
36832 </cell>
36833 </row>
36834 <row interlinespace="2.5mm">
36835 <cell alignment="center" valignment="top" usebox="none">
36836 \begin_inset Text
36837
36838 \begin_layout Plain Layout
36839 \begin_inset Graphics
36840         filename ../images/file-open.png
36841         embed ""
36842         BoundingBox 0bp 5bp 20bp 20bp
36843
36844 \end_inset
36845
36846
36847 \end_layout
36848
36849 \end_inset
36850 </cell>
36851 <cell alignment="center" valignment="top" usebox="none">
36852 \begin_inset Text
36853
36854 \begin_layout Plain Layout
36855
36856 \family sans
36857 File\SpecialChar \menuseparator
36858 Open
36859 \end_layout
36860
36861 \end_inset
36862 </cell>
36863 </row>
36864 <row interlinespace="2.5mm">
36865 <cell alignment="center" valignment="top" usebox="none">
36866 \begin_inset Text
36867
36868 \begin_layout Plain Layout
36869 \begin_inset Graphics
36870         filename ../images/buffer-write.png
36871         embed ""
36872         BoundingBox 0bp 5bp 20bp 20bp
36873
36874 \end_inset
36875
36876
36877 \end_layout
36878
36879 \end_inset
36880 </cell>
36881 <cell alignment="center" valignment="top" usebox="none">
36882 \begin_inset Text
36883
36884 \begin_layout Plain Layout
36885
36886 \family sans
36887 File\SpecialChar \menuseparator
36888 Save
36889 \end_layout
36890
36891 \end_inset
36892 </cell>
36893 </row>
36894 <row interlinespace="2.5mm">
36895 <cell alignment="center" valignment="top" usebox="none">
36896 \begin_inset Text
36897
36898 \begin_layout Plain Layout
36899 \begin_inset Graphics
36900         filename ../images/dialog-show_print.png
36901         embed ""
36902         BoundingBox 0bp 5bp 24bp 20bp
36903
36904 \end_inset
36905
36906
36907 \end_layout
36908
36909 \end_inset
36910 </cell>
36911 <cell alignment="center" valignment="top" usebox="none">
36912 \begin_inset Text
36913
36914 \begin_layout Plain Layout
36915
36916 \family sans
36917 File\SpecialChar \menuseparator
36918 Print
36919 \end_layout
36920
36921 \end_inset
36922 </cell>
36923 </row>
36924 <row interlinespace="2.5mm">
36925 <cell alignment="center" valignment="top" usebox="none">
36926 \begin_inset Text
36927
36928 \begin_layout Plain Layout
36929 \begin_inset Graphics
36930         filename ../images/dialog-show_spellchecker.png
36931         embed ""
36932         BoundingBox 0bp 5bp 20bp 20bp
36933
36934 \end_inset
36935
36936
36937 \end_layout
36938
36939 \end_inset
36940 </cell>
36941 <cell alignment="center" valignment="top" usebox="none">
36942 \begin_inset Text
36943
36944 \begin_layout Plain Layout
36945
36946 \family sans
36947 Tools\SpecialChar \menuseparator
36948 Spellchecker
36949 \end_layout
36950
36951 \end_inset
36952 </cell>
36953 </row>
36954 <row interlinespace="2.5mm">
36955 <cell alignment="center" valignment="top" usebox="none">
36956 \begin_inset Text
36957
36958 \begin_layout Plain Layout
36959 \begin_inset Graphics
36960         filename ../images/undo.png
36961         embed ""
36962         BoundingBox 0bp 5bp 20bp 20bp
36963
36964 \end_inset
36965
36966
36967 \end_layout
36968
36969 \end_inset
36970 </cell>
36971 <cell alignment="center" valignment="top" usebox="none">
36972 \begin_inset Text
36973
36974 \begin_layout Plain Layout
36975
36976 \family sans
36977 Edit\SpecialChar \menuseparator
36978 Undo
36979 \end_layout
36980
36981 \end_inset
36982 </cell>
36983 </row>
36984 <row interlinespace="2.5mm">
36985 <cell alignment="center" valignment="top" usebox="none">
36986 \begin_inset Text
36987
36988 \begin_layout Plain Layout
36989 \begin_inset Graphics
36990         filename ../images/redo.png
36991         embed ""
36992         BoundingBox 0bp 5bp 20bp 20bp
36993
36994 \end_inset
36995
36996
36997 \end_layout
36998
36999 \end_inset
37000 </cell>
37001 <cell alignment="center" valignment="top" usebox="none">
37002 \begin_inset Text
37003
37004 \begin_layout Plain Layout
37005
37006 \family sans
37007 Edit\SpecialChar \menuseparator
37008 Redo
37009 \end_layout
37010
37011 \end_inset
37012 </cell>
37013 </row>
37014 <row interlinespace="2.5mm">
37015 <cell alignment="center" valignment="top" usebox="none">
37016 \begin_inset Text
37017
37018 \begin_layout Plain Layout
37019 \begin_inset Graphics
37020         filename ../images/cut.png
37021         embed ""
37022         BoundingBox 0bp 5bp 20bp 20bp
37023
37024 \end_inset
37025
37026
37027 \end_layout
37028
37029 \end_inset
37030 </cell>
37031 <cell alignment="center" valignment="top" usebox="none">
37032 \begin_inset Text
37033
37034 \begin_layout Plain Layout
37035
37036 \family sans
37037 Edit\SpecialChar \menuseparator
37038 Cut
37039 \end_layout
37040
37041 \end_inset
37042 </cell>
37043 </row>
37044 <row interlinespace="2.5mm">
37045 <cell alignment="center" valignment="top" usebox="none">
37046 \begin_inset Text
37047
37048 \begin_layout Plain Layout
37049 \begin_inset Graphics
37050         filename ../images/copy.png
37051         embed ""
37052         BoundingBox 0bp 5bp 20bp 20bp
37053
37054 \end_inset
37055
37056
37057 \end_layout
37058
37059 \end_inset
37060 </cell>
37061 <cell alignment="center" valignment="top" usebox="none">
37062 \begin_inset Text
37063
37064 \begin_layout Plain Layout
37065
37066 \family sans
37067 Edit\SpecialChar \menuseparator
37068 Copy
37069 \end_layout
37070
37071 \end_inset
37072 </cell>
37073 </row>
37074 <row interlinespace="2.5mm">
37075 <cell alignment="center" valignment="top" usebox="none">
37076 \begin_inset Text
37077
37078 \begin_layout Plain Layout
37079 \begin_inset Graphics
37080         filename ../images/paste.png
37081         embed ""
37082         BoundingBox 0bp 5bp 20bp 20bp
37083
37084 \end_inset
37085
37086
37087 \end_layout
37088
37089 \end_inset
37090 </cell>
37091 <cell alignment="center" valignment="top" usebox="none">
37092 \begin_inset Text
37093
37094 \begin_layout Plain Layout
37095
37096 \family sans
37097 Edit\SpecialChar \menuseparator
37098 Paste
37099 \end_layout
37100
37101 \end_inset
37102 </cell>
37103 </row>
37104 <row interlinespace="2.5mm">
37105 <cell alignment="center" valignment="top" usebox="none">
37106 \begin_inset Text
37107
37108 \begin_layout Plain Layout
37109 \begin_inset Graphics
37110         filename ../images/dialog-show_findreplace.png
37111         embed ""
37112         BoundingBox 0bp 5bp 20bp 25bp
37113         rotateOrigin center
37114
37115 \end_inset
37116
37117
37118 \end_layout
37119
37120 \end_inset
37121 </cell>
37122 <cell alignment="center" valignment="top" usebox="none">
37123 \begin_inset Text
37124
37125 \begin_layout Plain Layout
37126
37127 \family sans
37128 Edit\SpecialChar \menuseparator
37129 Find
37130 \begin_inset Space \thinspace{}
37131 \end_inset
37132
37133 &
37134 \begin_inset Space \thinspace{}
37135 \end_inset
37136
37137 Replace
37138 \end_layout
37139
37140 \end_inset
37141 </cell>
37142 </row>
37143 <row interlinespace="2.5mm">
37144 <cell alignment="center" valignment="top" usebox="none">
37145 \begin_inset Text
37146
37147 \begin_layout Plain Layout
37148 \begin_inset Graphics
37149         filename ../images/font-emph.png
37150         embed ""
37151         BoundingBox 0bp 5bp 20bp 20bp
37152
37153 \end_inset
37154
37155
37156 \end_layout
37157
37158 \end_inset
37159 </cell>
37160 <cell alignment="center" valignment="top" usebox="none">
37161 \begin_inset Text
37162
37163 \begin_layout Plain Layout
37164 Emphasize text, function of the Edit
37165 \family sans
37166 \SpecialChar \menuseparator
37167 Text
37168 \begin_inset Space ~
37169 \end_inset
37170
37171 Style
37172 \family default
37173  dialog
37174 \end_layout
37175
37176 \end_inset
37177 </cell>
37178 </row>
37179 <row interlinespace="2.5mm">
37180 <cell alignment="center" valignment="top" usebox="none">
37181 \begin_inset Text
37182
37183 \begin_layout Plain Layout
37184 \begin_inset Graphics
37185         filename ../images/font-noun.png
37186         embed ""
37187         BoundingBox 0bp 5bp 20bp 20bp
37188
37189 \end_inset
37190
37191
37192 \end_layout
37193
37194 \end_inset
37195 </cell>
37196 <cell alignment="center" valignment="top" usebox="none">
37197 \begin_inset Text
37198
37199 \begin_layout Plain Layout
37200 Set text to noun style, function of the Edit
37201 \family sans
37202 \SpecialChar \menuseparator
37203 Text
37204 \begin_inset Space ~
37205 \end_inset
37206
37207 Style
37208 \family default
37209  dialog
37210 \end_layout
37211
37212 \end_inset
37213 </cell>
37214 </row>
37215 <row interlinespace="2.5mm">
37216 <cell alignment="center" valignment="top" usebox="none">
37217 \begin_inset Text
37218
37219 \begin_layout Plain Layout
37220 \begin_inset Graphics
37221         filename ../images/font-free-apply.png
37222         embed ""
37223         BoundingBox 0bp 5bp 20bp 20bp
37224
37225 \end_inset
37226
37227
37228 \end_layout
37229
37230 \end_inset
37231 </cell>
37232 <cell alignment="center" valignment="top" usebox="none">
37233 \begin_inset Text
37234
37235 \begin_layout Plain Layout
37236 Formats text using the current settings in the 
37237 \family sans
37238 Edit\SpecialChar \menuseparator
37239 Text
37240 \begin_inset Space ~
37241 \end_inset
37242
37243 Style
37244 \family default
37245  dialog
37246 \end_layout
37247
37248 \end_inset
37249 </cell>
37250 </row>
37251 <row interlinespace="2.5mm">
37252 <cell alignment="center" valignment="top" usebox="none">
37253 \begin_inset Text
37254
37255 \begin_layout Plain Layout
37256 \begin_inset Graphics
37257         filename ../images/math-mode.png
37258         embed ""
37259         BoundingBox 0bp 5bp 20bp 20bp
37260
37261 \end_inset
37262
37263
37264 \end_layout
37265
37266 \end_inset
37267 </cell>
37268 <cell alignment="center" valignment="top" usebox="none">
37269 \begin_inset Text
37270
37271 \begin_layout Plain Layout
37272
37273 \family sans
37274 Insert\SpecialChar \menuseparator
37275 Math\SpecialChar \menuseparator
37276 Inline
37277 \begin_inset Space ~
37278 \end_inset
37279
37280 Formula
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/dialog-show-new-inset_graphics.png
37293         embed ""
37294         BoundingBox 0bp 5bp 20bp 25bp
37295         rotateOrigin center
37296
37297 \end_inset
37298
37299
37300 \end_layout
37301
37302 \end_inset
37303 </cell>
37304 <cell alignment="center" valignment="top" usebox="none">
37305 \begin_inset Text
37306
37307 \begin_layout Plain Layout
37308
37309 \family sans
37310 Insert\SpecialChar \menuseparator
37311 Graphics
37312 \end_layout
37313
37314 \end_inset
37315 </cell>
37316 </row>
37317 <row interlinespace="2.5mm">
37318 <cell alignment="center" valignment="top" usebox="none">
37319 \begin_inset Text
37320
37321 \begin_layout Plain Layout
37322 \begin_inset Graphics
37323         filename ../images/tabular-insert.png
37324         embed ""
37325         BoundingBox 0bp 5bp 20bp 25bp
37326         rotateOrigin center
37327
37328 \end_inset
37329
37330
37331 \end_layout
37332
37333 \end_inset
37334 </cell>
37335 <cell alignment="center" valignment="top" usebox="none">
37336 \begin_inset Text
37337
37338 \begin_layout Plain Layout
37339
37340 \family sans
37341 Insert\SpecialChar \menuseparator
37342 Table
37343 \end_layout
37344
37345 \end_inset
37346 </cell>
37347 </row>
37348 <row interlinespace="2.5mm">
37349 <cell alignment="center" valignment="top" usebox="none">
37350 \begin_inset Text
37351
37352 \begin_layout Plain Layout
37353 \begin_inset Graphics
37354         filename ../images/dialog-toggle_toc.png
37355         embed ""
37356         BoundingBox 0bp 5bp 20bp 25bp
37357         rotateOrigin center
37358
37359 \end_inset
37360
37361
37362 \end_layout
37363
37364 \end_inset
37365 </cell>
37366 <cell alignment="center" valignment="top" usebox="none">
37367 \begin_inset Text
37368
37369 \begin_layout Plain Layout
37370 Toggle outline window on/off, 
37371 \family sans
37372 Document\SpecialChar \menuseparator
37373 Outline
37374 \end_layout
37375
37376 \end_inset
37377 </cell>
37378 </row>
37379 <row interlinespace="2.5mm">
37380 <cell alignment="center" valignment="top" usebox="none">
37381 \begin_inset Text
37382
37383 \begin_layout Plain Layout
37384 \begin_inset Graphics
37385         filename ../images/toolbar-toggle_math.png
37386         embed ""
37387         BoundingBox 0bp 5bp 20bp 25bp
37388         rotateOrigin center
37389
37390 \end_inset
37391
37392
37393 \end_layout
37394
37395 \end_inset
37396 </cell>
37397 <cell alignment="center" valignment="top" usebox="none">
37398 \begin_inset Text
37399
37400 \begin_layout Plain Layout
37401 Toggle math toolbar on/off
37402 \end_layout
37403
37404 \end_inset
37405 </cell>
37406 </row>
37407 <row interlinespace="2.5mm">
37408 <cell alignment="center" valignment="top" usebox="none">
37409 \begin_inset Text
37410
37411 \begin_layout Plain Layout
37412 \begin_inset Graphics
37413         filename ../images/toolbar-toggle_table.png
37414         embed ""
37415         BoundingBox 0bp 5bp 20bp 25bp
37416         rotateOrigin center
37417
37418 \end_inset
37419
37420
37421 \end_layout
37422
37423 \end_inset
37424 </cell>
37425 <cell alignment="center" valignment="top" usebox="none">
37426 \begin_inset Text
37427
37428 \begin_layout Plain Layout
37429 Toggle table toolbar on/off
37430 \end_layout
37431
37432 \end_inset
37433 </cell>
37434 </row>
37435 </lyxtabular>
37436
37437 \end_inset
37438
37439
37440 \end_layout
37441
37442 \begin_layout Subsection
37443 Extra Toolbar
37444 \begin_inset Index
37445 status collapsed
37446
37447 \begin_layout Plain Layout
37448 Toolbar ! Extra
37449 \end_layout
37450
37451 \end_inset
37452
37453
37454 \end_layout
37455
37456 \begin_layout Standard
37457 \begin_inset Graphics
37458         filename clipart/ExtraToolbar.png
37459         embed ""
37460         width 100col%
37461
37462 \end_inset
37463
37464
37465 \end_layout
37466
37467 \begin_layout Standard
37468 \begin_inset VSpace defskip
37469 \end_inset
37470
37471
37472 \end_layout
37473
37474 \begin_layout Standard
37475 The extra toolbar as shown above contains from left to right the following
37476  buttons:
37477 \end_layout
37478
37479 \begin_layout Standard
37480 \begin_inset VSpace defskip
37481 \end_inset
37482
37483
37484 \end_layout
37485
37486 \begin_layout Standard
37487 \begin_inset Tabular
37488 <lyxtabular version="3" rows="24" columns="2">
37489 <features islongtable="true">
37490 <column alignment="left" valignment="top" width="0">
37491 <column alignment="left" valignment="top" width="0">
37492 <row interlinespace="2.5mm">
37493 <cell alignment="center" valignment="top" usebox="none">
37494 \begin_inset Text
37495
37496 \begin_layout Plain Layout
37497 \begin_inset Graphics
37498         filename ../images/layout.png
37499         embed ""
37500         BoundingBox 0bp 5bp 20bp 25bp
37501         rotateOrigin center
37502
37503 \end_inset
37504
37505
37506 \end_layout
37507
37508 \end_inset
37509 </cell>
37510 <cell alignment="center" valignment="top" usebox="none">
37511 \begin_inset Text
37512
37513 \begin_layout Plain Layout
37514 Default
37515 \end_layout
37516
37517 \end_inset
37518 </cell>
37519 </row>
37520 <row interlinespace="2.5mm">
37521 <cell alignment="center" valignment="top" usebox="none">
37522 \begin_inset Text
37523
37524 \begin_layout Plain Layout
37525 \begin_inset Graphics
37526         filename ../images/layout_Enumerate.png
37527         embed ""
37528         BoundingBox 0bp 5bp 20bp 25bp
37529         rotateOrigin center
37530
37531 \end_inset
37532
37533
37534 \end_layout
37535
37536 \end_inset
37537 </cell>
37538 <cell alignment="center" valignment="top" usebox="none">
37539 \begin_inset Text
37540
37541 \begin_layout Plain Layout
37542 Numbered list
37543 \end_layout
37544
37545 \end_inset
37546 </cell>
37547 </row>
37548 <row interlinespace="2.5mm">
37549 <cell alignment="center" valignment="top" usebox="none">
37550 \begin_inset Text
37551
37552 \begin_layout Plain Layout
37553 \begin_inset Graphics
37554         filename ../images/layout_Itemize.png
37555         embed ""
37556         BoundingBox 0bp 5bp 20bp 25bp
37557         rotateOrigin center
37558
37559 \end_inset
37560
37561
37562 \end_layout
37563
37564 \end_inset
37565 </cell>
37566 <cell alignment="center" valignment="top" usebox="none">
37567 \begin_inset Text
37568
37569 \begin_layout Plain Layout
37570 Itemized list
37571 \end_layout
37572
37573 \end_inset
37574 </cell>
37575 </row>
37576 <row interlinespace="2.5mm">
37577 <cell alignment="center" valignment="top" usebox="none">
37578 \begin_inset Text
37579
37580 \begin_layout Plain Layout
37581 \begin_inset Graphics
37582         filename ../images/layout_List.png
37583         embed ""
37584         BoundingBox 0bp 5bp 20bp 25bp
37585         rotateOrigin center
37586
37587 \end_inset
37588
37589
37590 \end_layout
37591
37592 \end_inset
37593 </cell>
37594 <cell alignment="center" valignment="top" usebox="none">
37595 \begin_inset Text
37596
37597 \begin_layout Plain Layout
37598 List
37599 \end_layout
37600
37601 \end_inset
37602 </cell>
37603 </row>
37604 <row interlinespace="2.5mm">
37605 <cell alignment="center" valignment="top" usebox="none">
37606 \begin_inset Text
37607
37608 \begin_layout Plain Layout
37609 \begin_inset Graphics
37610         filename ../images/layout_Description.png
37611         embed ""
37612         BoundingBox 0bp 5bp 20bp 25bp
37613         rotateOrigin center
37614
37615 \end_inset
37616
37617
37618 \end_layout
37619
37620 \end_inset
37621 </cell>
37622 <cell alignment="center" valignment="top" usebox="none">
37623 \begin_inset Text
37624
37625 \begin_layout Plain Layout
37626 Description list
37627 \end_layout
37628
37629 \end_inset
37630 </cell>
37631 </row>
37632 <row interlinespace="2.5mm">
37633 <cell alignment="center" valignment="top" usebox="none">
37634 \begin_inset Text
37635
37636 \begin_layout Plain Layout
37637 \begin_inset Graphics
37638         filename ../images/depth-increment.png
37639         embed ""
37640         BoundingBox 0bp 5bp 20bp 25bp
37641         rotateOrigin center
37642
37643 \end_inset
37644
37645
37646 \end_layout
37647
37648 \end_inset
37649 </cell>
37650 <cell alignment="center" valignment="top" usebox="none">
37651 \begin_inset Text
37652
37653 \begin_layout Plain Layout
37654
37655 \family sans
37656 Edit\SpecialChar \menuseparator
37657 Increase
37658 \begin_inset Space ~
37659 \end_inset
37660
37661 List
37662 \begin_inset Space ~
37663 \end_inset
37664
37665 Depth
37666 \end_layout
37667
37668 \end_inset
37669 </cell>
37670 </row>
37671 <row interlinespace="2.5mm">
37672 <cell alignment="center" valignment="top" usebox="none">
37673 \begin_inset Text
37674
37675 \begin_layout Plain Layout
37676 \begin_inset Graphics
37677         filename ../images/depth-decrement.png
37678         embed ""
37679         BoundingBox 0bp 5bp 20bp 25bp
37680         rotateOrigin center
37681
37682 \end_inset
37683
37684
37685 \end_layout
37686
37687 \end_inset
37688 </cell>
37689 <cell alignment="center" valignment="top" usebox="none">
37690 \begin_inset Text
37691
37692 \begin_layout Plain Layout
37693
37694 \family sans
37695 Edit\SpecialChar \menuseparator
37696 Decrease
37697 \begin_inset Space ~
37698 \end_inset
37699
37700 List
37701 \begin_inset Space ~
37702 \end_inset
37703
37704 Depth
37705 \end_layout
37706
37707 \end_inset
37708 </cell>
37709 </row>
37710 <row interlinespace="2.5mm">
37711 <cell alignment="center" valignment="top" usebox="none">
37712 \begin_inset Text
37713
37714 \begin_layout Plain Layout
37715 \begin_inset Graphics
37716         filename ../images/float-insert_figure.png
37717         embed ""
37718         BoundingBox 0bp 5bp 20bp 20bp
37719
37720 \end_inset
37721
37722
37723 \end_layout
37724
37725 \end_inset
37726 </cell>
37727 <cell alignment="center" valignment="top" usebox="none">
37728 \begin_inset Text
37729
37730 \begin_layout Plain Layout
37731
37732 \family sans
37733 Insert\SpecialChar \menuseparator
37734 Float\SpecialChar \menuseparator
37735 Figure
37736 \end_layout
37737
37738 \end_inset
37739 </cell>
37740 </row>
37741 <row interlinespace="2.5mm">
37742 <cell alignment="center" valignment="top" usebox="none">
37743 \begin_inset Text
37744
37745 \begin_layout Plain Layout
37746 \begin_inset Graphics
37747         filename ../images/float-insert_table.png
37748         embed ""
37749         BoundingBox 0bp 5bp 20bp 20bp
37750
37751 \end_inset
37752
37753
37754 \end_layout
37755
37756 \end_inset
37757 </cell>
37758 <cell alignment="center" valignment="top" usebox="none">
37759 \begin_inset Text
37760
37761 \begin_layout Plain Layout
37762
37763 \family sans
37764 Insert\SpecialChar \menuseparator
37765 Float\SpecialChar \menuseparator
37766 Table
37767 \end_layout
37768
37769 \end_inset
37770 </cell>
37771 </row>
37772 <row interlinespace="2.5mm">
37773 <cell alignment="center" valignment="top" usebox="none">
37774 \begin_inset Text
37775
37776 \begin_layout Plain Layout
37777 \begin_inset Graphics
37778         filename ../images/label-insert.png
37779         embed ""
37780         BoundingBox 0bp 5bp 20bp 20bp
37781
37782 \end_inset
37783
37784
37785 \end_layout
37786
37787 \end_inset
37788 </cell>
37789 <cell alignment="center" valignment="top" usebox="none">
37790 \begin_inset Text
37791
37792 \begin_layout Plain Layout
37793
37794 \family sans
37795 Insert\SpecialChar \menuseparator
37796 Label
37797 \end_layout
37798
37799 \end_inset
37800 </cell>
37801 </row>
37802 <row interlinespace="2.5mm">
37803 <cell alignment="center" valignment="top" usebox="none">
37804 \begin_inset Text
37805
37806 \begin_layout Plain Layout
37807 \begin_inset Graphics
37808         filename ../images/dialog-show-new-inset_ref.png
37809         embed ""
37810         BoundingBox 0bp 5bp 20bp 20bp
37811
37812 \end_inset
37813
37814
37815 \end_layout
37816
37817 \end_inset
37818 </cell>
37819 <cell alignment="center" valignment="top" usebox="none">
37820 \begin_inset Text
37821
37822 \begin_layout Plain Layout
37823
37824 \family sans
37825 Insert\SpecialChar \menuseparator
37826 Cross-Reference
37827 \end_layout
37828
37829 \end_inset
37830 </cell>
37831 </row>
37832 <row interlinespace="2.5mm">
37833 <cell alignment="center" valignment="top" usebox="none">
37834 \begin_inset Text
37835
37836 \begin_layout Plain Layout
37837 \begin_inset Graphics
37838         filename ../images/dialog-show-new-inset_citation.png
37839         embed ""
37840         BoundingBox 0bp 5bp 20bp 20bp
37841
37842 \end_inset
37843
37844
37845 \end_layout
37846
37847 \end_inset
37848 </cell>
37849 <cell alignment="center" valignment="top" usebox="none">
37850 \begin_inset Text
37851
37852 \begin_layout Plain Layout
37853
37854 \family sans
37855 Insert\SpecialChar \menuseparator
37856 Citation
37857 \end_layout
37858
37859 \end_inset
37860 </cell>
37861 </row>
37862 <row interlinespace="2.5mm">
37863 <cell alignment="center" valignment="top" usebox="none">
37864 \begin_inset Text
37865
37866 \begin_layout Plain Layout
37867 \begin_inset Graphics
37868         filename ../images/index-insert.png
37869         embed ""
37870         BoundingBox 0bp 5bp 20bp 20bp
37871
37872 \end_inset
37873
37874
37875 \end_layout
37876
37877 \end_inset
37878 </cell>
37879 <cell alignment="center" valignment="top" usebox="none">
37880 \begin_inset Text
37881
37882 \begin_layout Plain Layout
37883
37884 \family sans
37885 Insert\SpecialChar \menuseparator
37886 Index
37887 \begin_inset Space ~
37888 \end_inset
37889
37890 Entry
37891 \end_layout
37892
37893 \end_inset
37894 </cell>
37895 </row>
37896 <row interlinespace="2.5mm">
37897 <cell alignment="center" valignment="top" usebox="none">
37898 \begin_inset Text
37899
37900 \begin_layout Plain Layout
37901 \begin_inset Graphics
37902         filename ../images/nomencl-insert.png
37903         embed ""
37904         BoundingBox 0bp 5bp 20bp 20bp
37905
37906 \end_inset
37907
37908
37909 \end_layout
37910
37911 \end_inset
37912 </cell>
37913 <cell alignment="center" valignment="top" usebox="none">
37914 \begin_inset Text
37915
37916 \begin_layout Plain Layout
37917
37918 \family sans
37919 Insert\SpecialChar \menuseparator
37920 Nomenclature
37921 \begin_inset Space ~
37922 \end_inset
37923
37924 Entry
37925 \end_layout
37926
37927 \end_inset
37928 </cell>
37929 </row>
37930 <row interlinespace="2.5mm">
37931 <cell alignment="center" valignment="top" usebox="none">
37932 \begin_inset Text
37933
37934 \begin_layout Plain Layout
37935 \begin_inset Graphics
37936         filename ../images/footnote-insert.png
37937         embed ""
37938         BoundingBox 0bp 5bp 20bp 20bp
37939
37940 \end_inset
37941
37942
37943 \end_layout
37944
37945 \end_inset
37946 </cell>
37947 <cell alignment="center" valignment="top" usebox="none">
37948 \begin_inset Text
37949
37950 \begin_layout Plain Layout
37951
37952 \family sans
37953 Insert\SpecialChar \menuseparator
37954 Footnote
37955 \end_layout
37956
37957 \end_inset
37958 </cell>
37959 </row>
37960 <row interlinespace="2.5mm">
37961 <cell alignment="center" valignment="top" usebox="none">
37962 \begin_inset Text
37963
37964 \begin_layout Plain Layout
37965 \begin_inset Graphics
37966         filename ../images/marginalnote-insert.png
37967         embed ""
37968         BoundingBox 0bp 5bp 20bp 25bp
37969         rotateOrigin center
37970
37971 \end_inset
37972
37973
37974 \end_layout
37975
37976 \end_inset
37977 </cell>
37978 <cell alignment="center" valignment="top" usebox="none">
37979 \begin_inset Text
37980
37981 \begin_layout Plain Layout
37982
37983 \family sans
37984 Insert\SpecialChar \menuseparator
37985 Marginal
37986 \begin_inset Space ~
37987 \end_inset
37988
37989 Note
37990 \end_layout
37991
37992 \end_inset
37993 </cell>
37994 </row>
37995 <row interlinespace="2.5mm">
37996 <cell alignment="center" valignment="top" usebox="none">
37997 \begin_inset Text
37998
37999 \begin_layout Plain Layout
38000 \begin_inset Graphics
38001         filename ../images/note-insert.png
38002         embed ""
38003         BoundingBox 0bp 5bp 20bp 20bp
38004
38005 \end_inset
38006
38007
38008 \end_layout
38009
38010 \end_inset
38011 </cell>
38012 <cell alignment="center" valignment="top" usebox="none">
38013 \begin_inset Text
38014
38015 \begin_layout Plain Layout
38016
38017 \family sans
38018 Insert\SpecialChar \menuseparator
38019 Note\SpecialChar \menuseparator
38020 LyX
38021 \begin_inset Space ~
38022 \end_inset
38023
38024 Note
38025 \end_layout
38026
38027 \end_inset
38028 </cell>
38029 </row>
38030 <row interlinespace="2.5mm">
38031 <cell alignment="center" valignment="top" usebox="none">
38032 \begin_inset Text
38033
38034 \begin_layout Plain Layout
38035 \begin_inset Graphics
38036         filename ../images/box-insert.png
38037         embed ""
38038         BoundingBox 0bp 5bp 20bp 20bp
38039
38040 \end_inset
38041
38042
38043 \end_layout
38044
38045 \end_inset
38046 </cell>
38047 <cell alignment="center" valignment="top" usebox="none">
38048 \begin_inset Text
38049
38050 \begin_layout Plain Layout
38051
38052 \family sans
38053 Insert\SpecialChar \menuseparator
38054 Box
38055 \end_layout
38056
38057 \end_inset
38058 </cell>
38059 </row>
38060 <row interlinespace="2.5mm">
38061 <cell alignment="center" valignment="top" usebox="none">
38062 \begin_inset Text
38063
38064 \begin_layout Plain Layout
38065 \begin_inset Graphics
38066         filename ../images/url-insert.png
38067         embed ""
38068         BoundingBox 0bp 5bp 20bp 20bp
38069
38070 \end_inset
38071
38072
38073 \end_layout
38074
38075 \end_inset
38076 </cell>
38077 <cell alignment="center" valignment="top" usebox="none">
38078 \begin_inset Text
38079
38080 \begin_layout Plain Layout
38081
38082 \family sans
38083 Insert\SpecialChar \menuseparator
38084 URL
38085 \end_layout
38086
38087 \end_inset
38088 </cell>
38089 </row>
38090 <row interlinespace="2.5mm">
38091 <cell alignment="center" valignment="top" usebox="none">
38092 \begin_inset Text
38093
38094 \begin_layout Plain Layout
38095 \begin_inset Graphics
38096         filename ../images/ert-insert.png
38097         embed ""
38098         BoundingBox 0bp 5bp 20bp 20bp
38099
38100 \end_inset
38101
38102
38103 \end_layout
38104
38105 \end_inset
38106 </cell>
38107 <cell alignment="center" valignment="top" usebox="none">
38108 \begin_inset Text
38109
38110 \begin_layout Plain Layout
38111
38112 \family sans
38113 Insert\SpecialChar \menuseparator
38114 T
38115 \family default
38116
38117 \begin_inset ERT
38118 status collapsed
38119
38120 \begin_layout Plain Layout
38121
38122 {}
38123 \end_layout
38124
38125 \end_inset
38126
38127
38128 \family sans
38129 eX
38130 \end_layout
38131
38132 \end_inset
38133 </cell>
38134 </row>
38135 <row interlinespace="2.5mm">
38136 <cell alignment="center" valignment="top" usebox="none">
38137 \begin_inset Text
38138
38139 \begin_layout Plain Layout
38140 \begin_inset Graphics
38141         filename ../images/dialog-show-new-inset_include.png
38142         embed ""
38143         BoundingBox 0bp 5bp 20bp 20bp
38144
38145 \end_inset
38146
38147
38148 \end_layout
38149
38150 \end_inset
38151 </cell>
38152 <cell alignment="center" valignment="top" usebox="none">
38153 \begin_inset Text
38154
38155 \begin_layout Plain Layout
38156
38157 \family sans
38158 Insert\SpecialChar \menuseparator
38159 File\SpecialChar \menuseparator
38160 Child
38161 \begin_inset Space ~
38162 \end_inset
38163
38164 Document
38165 \end_layout
38166
38167 \end_inset
38168 </cell>
38169 </row>
38170 <row interlinespace="2.5mm">
38171 <cell alignment="center" valignment="top" usebox="none">
38172 \begin_inset Text
38173
38174 \begin_layout Plain Layout
38175 \begin_inset Graphics
38176         filename ../images/dialog-show_character.png
38177         embed ""
38178         BoundingBox 0bp 5bp 20bp 25bp
38179         rotateOrigin center
38180
38181 \end_inset
38182
38183
38184 \end_layout
38185
38186 \end_inset
38187 </cell>
38188 <cell alignment="center" valignment="top" usebox="none">
38189 \begin_inset Text
38190
38191 \begin_layout Plain Layout
38192
38193 \family sans
38194 Edit\SpecialChar \menuseparator
38195 Text
38196 \begin_inset Space ~
38197 \end_inset
38198
38199 Style
38200 \end_layout
38201
38202 \end_inset
38203 </cell>
38204 </row>
38205 <row interlinespace="2.5mm">
38206 <cell alignment="center" valignment="top" usebox="none">
38207 \begin_inset Text
38208
38209 \begin_layout Plain Layout
38210 \begin_inset Graphics
38211         filename ../images/layout-paragraph.png
38212         embed ""
38213         BoundingBox 0bp 5bp 20bp 25bp
38214         rotateOrigin center
38215
38216 \end_inset
38217
38218
38219 \end_layout
38220
38221 \end_inset
38222 </cell>
38223 <cell alignment="center" valignment="top" usebox="none">
38224 \begin_inset Text
38225
38226 \begin_layout Plain Layout
38227
38228 \family sans
38229 Edit\SpecialChar \menuseparator
38230 Paragraph
38231 \begin_inset Space ~
38232 \end_inset
38233
38234 Settings
38235 \end_layout
38236
38237 \end_inset
38238 </cell>
38239 </row>
38240 <row interlinespace="2.5mm">
38241 <cell alignment="center" valignment="top" usebox="none">
38242 \begin_inset Text
38243
38244 \begin_layout Plain Layout
38245 \begin_inset Graphics
38246         filename ../images/thesaurus-entry.png
38247         embed ""
38248         BoundingBox 0bp 5bp 20bp 25bp
38249         rotateOrigin center
38250
38251 \end_inset
38252
38253
38254 \end_layout
38255
38256 \end_inset
38257 </cell>
38258 <cell alignment="center" valignment="top" usebox="none">
38259 \begin_inset Text
38260
38261 \begin_layout Plain Layout
38262
38263 \family sans
38264 Tools\SpecialChar \menuseparator
38265 Thesaurus
38266 \end_layout
38267
38268 \end_inset
38269 </cell>
38270 </row>
38271 </lyxtabular>
38272
38273 \end_inset
38274
38275
38276 \end_layout
38277
38278 \begin_layout Subsection
38279 View / Update Toolbar
38280 \begin_inset Index
38281 status collapsed
38282
38283 \begin_layout Plain Layout
38284 Toolbar ! View / Update
38285 \end_layout
38286
38287 \end_inset
38288
38289
38290 \end_layout
38291
38292 \begin_layout Standard
38293 \begin_inset Graphics
38294         filename clipart/ViewToolbar.png
38295         embed ""
38296
38297 \end_inset
38298
38299
38300 \end_layout
38301
38302 \begin_layout Standard
38303 \begin_inset VSpace defskip
38304 \end_inset
38305
38306
38307 \end_layout
38308
38309 \begin_layout Standard
38310 The view / update toolbar as shown above contains from left to right the
38311  following buttons:
38312 \end_layout
38313
38314 \begin_layout Standard
38315 \begin_inset VSpace defskip
38316 \end_inset
38317
38318
38319 \end_layout
38320
38321 \begin_layout Standard
38322 \begin_inset Tabular
38323 <lyxtabular version="3" rows="6" columns="2">
38324 <features islongtable="true">
38325 <column alignment="left" valignment="top" width="0">
38326 <column alignment="left" valignment="top" width="0">
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_dvi.png
38334         embed ""
38335         BoundingBox 0bp 5bp 20bp 25bp
38336         rotateOrigin center
38337
38338 \end_inset
38339
38340
38341 \end_layout
38342
38343 \end_inset
38344 </cell>
38345 <cell alignment="center" valignment="top" usebox="none">
38346 \begin_inset Text
38347
38348 \begin_layout Plain Layout
38349
38350 \family sans
38351 View\SpecialChar \menuseparator
38352 DVI
38353 \end_layout
38354
38355 \end_inset
38356 </cell>
38357 </row>
38358 <row interlinespace="2.5mm">
38359 <cell alignment="center" valignment="top" usebox="none">
38360 \begin_inset Text
38361
38362 \begin_layout Plain Layout
38363 \begin_inset Graphics
38364         filename ../images/buffer-update_dvi.png
38365         embed ""
38366         BoundingBox 0bp 5bp 20bp 25bp
38367         rotateOrigin center
38368
38369 \end_inset
38370
38371
38372 \end_layout
38373
38374 \end_inset
38375 </cell>
38376 <cell alignment="center" valignment="top" usebox="none">
38377 \begin_inset Text
38378
38379 \begin_layout Plain Layout
38380
38381 \family sans
38382 View\SpecialChar \menuseparator
38383 Update\SpecialChar \menuseparator
38384 DVI
38385 \end_layout
38386
38387 \end_inset
38388 </cell>
38389 </row>
38390 <row interlinespace="2.5mm">
38391 <cell alignment="center" valignment="top" usebox="none">
38392 \begin_inset Text
38393
38394 \begin_layout Plain Layout
38395 \begin_inset Graphics
38396         filename ../images/buffer-view_pdf2.png
38397         embed ""
38398         BoundingBox 0bp 5bp 20bp 25bp
38399         rotateOrigin center
38400
38401 \end_inset
38402
38403
38404 \end_layout
38405
38406 \end_inset
38407 </cell>
38408 <cell alignment="center" valignment="top" usebox="none">
38409 \begin_inset Text
38410
38411 \begin_layout Plain Layout
38412
38413 \family sans
38414 View\SpecialChar \menuseparator
38415 PDF
38416 \end_layout
38417
38418 \end_inset
38419 </cell>
38420 </row>
38421 <row interlinespace="2.5mm">
38422 <cell alignment="center" valignment="top" usebox="none">
38423 \begin_inset Text
38424
38425 \begin_layout Plain Layout
38426 \begin_inset Graphics
38427         filename ../images/buffer-update_pdf2.png
38428         embed ""
38429         BoundingBox 0bp 5bp 20bp 25bp
38430         rotateOrigin center
38431
38432 \end_inset
38433
38434
38435 \end_layout
38436
38437 \end_inset
38438 </cell>
38439 <cell alignment="center" valignment="top" usebox="none">
38440 \begin_inset Text
38441
38442 \begin_layout Plain Layout
38443
38444 \family sans
38445 View\SpecialChar \menuseparator
38446 Update\SpecialChar \menuseparator
38447 PDF
38448 \begin_inset Foot
38449 status collapsed
38450
38451 \begin_layout Plain Layout
38452 This button is on some LyX for Windows installations not here because its
38453  functionality is merged with 
38454 \family sans
38455 View\SpecialChar \menuseparator
38456 PDF
38457 \family default
38458 .
38459  
38460 \end_layout
38461
38462 \end_inset
38463
38464
38465 \end_layout
38466
38467 \end_inset
38468 </cell>
38469 </row>
38470 <row interlinespace="2.5mm">
38471 <cell alignment="center" valignment="top" usebox="none">
38472 \begin_inset Text
38473
38474 \begin_layout Plain Layout
38475 \begin_inset Graphics
38476         filename ../images/buffer-view_ps.png
38477         embed ""
38478         BoundingBox 0bp 5bp 20bp 25bp
38479         rotateOrigin center
38480
38481 \end_inset
38482
38483
38484 \end_layout
38485
38486 \end_inset
38487 </cell>
38488 <cell alignment="center" valignment="top" usebox="none">
38489 \begin_inset Text
38490
38491 \begin_layout Plain Layout
38492
38493 \family sans
38494 View\SpecialChar \menuseparator
38495 Postscript
38496 \end_layout
38497
38498 \end_inset
38499 </cell>
38500 </row>
38501 <row interlinespace="2.5mm">
38502 <cell alignment="center" valignment="top" usebox="none">
38503 \begin_inset Text
38504
38505 \begin_layout Plain Layout
38506 \begin_inset Graphics
38507         filename ../images/buffer-update_ps.png
38508         embed ""
38509         BoundingBox 0bp 5bp 20bp 25bp
38510         rotateOrigin center
38511
38512 \end_inset
38513
38514
38515 \end_layout
38516
38517 \end_inset
38518 </cell>
38519 <cell alignment="center" valignment="top" usebox="none">
38520 \begin_inset Text
38521
38522 \begin_layout Plain Layout
38523
38524 \family sans
38525 View\SpecialChar \menuseparator
38526 Update\SpecialChar \menuseparator
38527 Postscript
38528 \end_layout
38529
38530 \end_inset
38531 </cell>
38532 </row>
38533 </lyxtabular>
38534
38535 \end_inset
38536
38537
38538 \end_layout
38539
38540 \begin_layout Subsection
38541 Other Toolbars
38542 \end_layout
38543
38544 \begin_layout Standard
38545 The change tracking toolbar is explained in section
38546 \begin_inset Space ~
38547 \end_inset
38548
38549
38550 \begin_inset CommandInset ref
38551 LatexCommand ref
38552 reference "sec:Change-Tracking"
38553
38554 \end_inset
38555
38556 , the table toolbar
38557 \begin_inset Index
38558 status collapsed
38559
38560 \begin_layout Plain Layout
38561 Toolbar ! Table
38562 \end_layout
38563
38564 \end_inset
38565
38566  is explained in the 
38567 \emph on
38568 Embedded Objects
38569 \emph default
38570  manual.
38571 \end_layout
38572
38573 \begin_layout Chapter
38574 The 
38575 \family sans
38576 Preferences
38577 \family default
38578  Dialog
38579 \begin_inset CommandInset label
38580 LatexCommand label
38581 name "cha:The-Preferences-dialog"
38582
38583 \end_inset
38584
38585
38586 \begin_inset Index
38587 status collapsed
38588
38589 \begin_layout Plain Layout
38590 Preferences
38591 \end_layout
38592
38593 \end_inset
38594
38595
38596 \end_layout
38597
38598 \begin_layout Standard
38599 The preferences dialog is called with the menu Tools\SpecialChar \menuseparator
38600 Preferences.
38601  It consists of submenus explained in the following.
38602 \end_layout
38603
38604 \begin_layout Section
38605 Look and Feel
38606 \end_layout
38607
38608 \begin_layout Subsection
38609 User Interface
38610 \begin_inset CommandInset label
38611 LatexCommand label
38612 name "sec:ui"
38613
38614 \end_inset
38615
38616
38617 \begin_inset Index
38618 status collapsed
38619
38620 \begin_layout Plain Layout
38621 Customization ! of toolbars
38622 \end_layout
38623
38624 \end_inset
38625
38626
38627 \begin_inset Index
38628 status collapsed
38629
38630 \begin_layout Plain Layout
38631 Customization ! of menus
38632 \end_layout
38633
38634 \end_inset
38635
38636
38637 \end_layout
38638
38639 \begin_layout Standard
38640 \begin_inset Note Greyedout
38641 status open
38642
38643 \begin_layout Plain Layout
38644
38645 \series bold
38646 Note:
38647 \series default
38648  You have to restart LyX before changes in ui- and bind-files take effect.
38649 \end_layout
38650
38651 \end_inset
38652
38653
38654 \end_layout
38655
38656 \begin_layout Subsubsection
38657 User Interface File
38658 \begin_inset Index
38659 status collapsed
38660
38661 \begin_layout Plain Layout
38662 Customization ! of toolbars
38663 \end_layout
38664
38665 \end_inset
38666
38667
38668 \begin_inset Index
38669 status collapsed
38670
38671 \begin_layout Plain Layout
38672 Customization ! of menus
38673 \end_layout
38674
38675 \end_inset
38676
38677
38678 \end_layout
38679
38680 \begin_layout Standard
38681 The appearance of the menus and toolbars can be changed by choosing an user
38682  interface (ui) file.
38683  An ui-file is a textfile where the toolbars and menus are listed.
38684  The toolbar buttons and menu entries are specified in the files 
38685 \shape italic
38686 stdtoolbars.inc
38687 \shape default
38688  and 
38689 \shape italic
38690 stdmenus.inc
38691 \shape default
38692 , respectively.
38693  Both files are loaded by the 
38694 \emph on
38695 default.ui
38696 \emph default
38697  file.
38698  To create your own menu and toolbar layout, start with a copy of these
38699  files and edit the entries.
38700 \end_layout
38701
38702 \begin_layout Standard
38703 The syntax of the .inc-files is straightforward: The 
38704 \family sans
38705 Menubar
38706 \family default
38707
38708 \family sans
38709 Menu
38710 \family default
38711  and 
38712 \family sans
38713 Toolbar
38714 \family default
38715  entries must be ended with an explicit 
38716 \family sans
38717 End
38718 \family default
38719 .
38720  They may contain 
38721 \family sans
38722 Submenus
38723 \family default
38724
38725 \family sans
38726 Items
38727 \family default
38728
38729 \family sans
38730 OptItems
38731 \family default
38732
38733 \family sans
38734 Separators
38735 \family default
38736
38737 \family sans
38738 Icons,
38739 \family default
38740  and in the case of the 
38741 \begin_inset Quotes eld
38742 \end_inset
38743
38744 file
38745 \begin_inset Quotes erd
38746 \end_inset
38747
38748  menus a 
38749 \family sans
38750 Lastfiles
38751 \family default
38752  entry.
38753  The syntax for the entries is:
38754 \end_layout
38755
38756 \begin_layout Standard
38757 \begin_inset VSpace smallskip*
38758 \end_inset
38759
38760
38761 \series bold
38762 Item 
38763 \begin_inset Quotes erd
38764 \end_inset
38765
38766 menu 
38767 \series default
38768 or
38769 \series bold
38770  button name
38771 \begin_inset Quotes erd
38772 \end_inset
38773
38774  
38775 \begin_inset Quotes erd
38776 \end_inset
38777
38778 LyX-function
38779 \begin_inset Quotes erd
38780 \end_inset
38781
38782
38783 \end_layout
38784
38785 \begin_layout Standard
38786 \noindent
38787 \begin_inset VSpace smallskip*
38788 \end_inset
38789
38790 All LyX-functions are listed in 
38791 \begin_inset CommandInset citation
38792 LatexCommand cite
38793 key "LyX-func"
38794
38795 \end_inset
38796
38797 .
38798 \end_layout
38799
38800 \begin_layout Standard
38801 \begin_inset VSpace medskip
38802 \end_inset
38803
38804
38805 \end_layout
38806
38807 \begin_layout Standard
38808 An example: Assuming you use the menu 
38809 \family sans
38810 Navigate\SpecialChar \menuseparator
38811 Bookmarks
38812 \family default
38813  quite often and therefore want six available bookmarks, you can add the
38814  line
38815 \end_layout
38816
38817 \begin_layout Standard
38818 \begin_inset VSpace smallskip*
38819 \end_inset
38820
38821
38822 \series bold
38823 Item "Save Bookmark 6" "bookmark-save 6"
38824 \end_layout
38825
38826 \begin_layout Standard
38827 \noindent
38828 \begin_inset VSpace smallskip*
38829 \end_inset
38830
38831 to the navigate menu section in the .inc-file to have the sixth bookmark.
38832 \end_layout
38833
38834 \begin_layout Subsubsection
38835 Bind-File
38836 \begin_inset Index
38837 status collapsed
38838
38839 \begin_layout Plain Layout
38840 Bindings
38841 \end_layout
38842
38843 \end_inset
38844
38845
38846 \end_layout
38847
38848 \begin_layout Standard
38849 Bindings are used to bind a function to a key.
38850  Several binding files are available:
38851 \end_layout
38852
38853 \begin_layout Description
38854 cua.bind typical set of PC keyboard shortcuts
38855 \end_layout
38856
38857 \begin_layout Description
38858 (x)emacs.bind set of bindings like they are used in the editor programs 
38859 \family sans
38860 Emacs
38861 \family default
38862  (
38863 \family sans
38864 XEmacs
38865 \family default
38866 )
38867 \end_layout
38868
38869 \begin_layout Description
38870 mac.bind set of bindings for 
38871 \family sans
38872 Mac
38873 \begin_inset Space \thinspace{}
38874 \end_inset
38875
38876 OS
38877 \family default
38878  systems.
38879 \end_layout
38880
38881 \begin_layout Standard
38882 There are also bind-files designed for special document classes, like 
38883 \shape italic
38884 broadway.bind
38885 \shape default
38886 , and bind files for special languages.
38887  The name of language bind-files begin with a language code, e.g.
38888  
38889 \begin_inset Quotes eld
38890 \end_inset
38891
38892 pt
38893 \begin_inset Quotes erd
38894 \end_inset
38895
38896  for Portuguese.
38897  If you use LyX in a certain language, LyX will try to use the appropriate
38898  bind-file.
38899 \end_layout
38900
38901 \begin_layout Standard
38902 Some bind-files, like 
38903 \emph on
38904 math.bind
38905 \emph default
38906 , have only a small scope.
38907  When looking at the the end of the file 
38908 \shape italic
38909 cua.bind
38910 \shape default
38911 , you can see that they are included to keep the overview in the bind-file.
38912 \end_layout
38913
38914 \begin_layout Standard
38915 If you like to customize the keybindings to your own taste, modify the bind-file
38916 s with a text editor.
38917  The syntax of the entries is:
38918 \end_layout
38919
38920 \begin_layout Standard
38921
38922 \series bold
38923
38924 \backslash
38925 bind 
38926 \begin_inset Quotes erd
38927 \end_inset
38928
38929 key combination
38930 \begin_inset Quotes erd
38931 \end_inset
38932
38933  
38934 \begin_inset Quotes erd
38935 \end_inset
38936
38937 LyX-function
38938 \begin_inset Quotes erd
38939 \end_inset
38940
38941
38942 \end_layout
38943
38944 \begin_layout Standard
38945 All LyX-functions are listed in 
38946 \begin_inset CommandInset citation
38947 LatexCommand cite
38948 key "LyX-func"
38949
38950 \end_inset
38951
38952 .
38953 \end_layout
38954
38955 \begin_layout Subsubsection
38956 Session
38957 \end_layout
38958
38959 \begin_layout Standard
38960 When the option 
38961 \family sans
38962 Save
38963 \begin_inset Space \thinspace{}
38964 \end_inset
38965
38966 /
38967 \begin_inset Space \thinspace{}
38968 \end_inset
38969
38970 restore window size, or use fixed size
38971 \family default
38972  is not checked, you can specify the size of LyX's main window when LyX
38973  is started.
38974 \end_layout
38975
38976 \begin_layout Standard
38977 With the option 
38978 \family sans
38979 Save
38980 \begin_inset Space \thinspace{}
38981 \end_inset
38982
38983 /
38984 \begin_inset Space \thinspace{}
38985 \end_inset
38986
38987 restore window position
38988 \family default
38989  LyX will be opened with its main window at the last used position.
38990 \end_layout
38991
38992 \begin_layout Standard
38993 The option 
38994 \family sans
38995 Restore cursor positions
38996 \family default
38997  sets the cursor to the position in the file where it has been the last
38998  time.
38999 \end_layout
39000
39001 \begin_layout Standard
39002 The option 
39003 \family sans
39004 Load opened files from last session
39005 \family default
39006  opens all files that were opened in the last LyX session.
39007 \end_layout
39008
39009 \begin_layout Subsubsection
39010 Documents
39011 \begin_inset CommandInset label
39012 LatexCommand label
39013 name "sub:Backup documents"
39014
39015 \end_inset
39016
39017
39018 \begin_inset Index
39019 status collapsed
39020
39021 \begin_layout Plain Layout
39022 Backup ! Documents
39023 \end_layout
39024
39025 \end_inset
39026
39027
39028 \end_layout
39029
39030 \begin_layout Standard
39031 When the option 
39032 \family sans
39033 Backup documents
39034 \family default
39035  is set, you can specify the time between backup saves.
39036 \end_layout
39037
39038 \begin_layout Standard
39039
39040 \family sans
39041 Maximum last files
39042 \family default
39043  is the number of last opened files that LyX should display in the menu
39044  
39045 \family sans
39046 File\SpecialChar \menuseparator
39047 Open
39048 \begin_inset Space ~
39049 \end_inset
39050
39051 Recent
39052 \family default
39053 .
39054 \end_layout
39055
39056 \begin_layout Subsubsection
39057 Scrolling
39058 \end_layout
39059
39060 \begin_layout Standard
39061 The option 
39062 \family sans
39063 Cursor follows scrollbar
39064 \family default
39065  sets the cursor to the top of the currently displayed document part when
39066  scrolling.
39067 \end_layout
39068
39069 \begin_layout Subsubsection
39070 Pixmap Cache
39071 \end_layout
39072
39073 \begin_layout Standard
39074 With the option 
39075 \family sans
39076 Enable Pixmap Cache
39077 \family default
39078  enabled, LyX needs to redraw the screen less often.
39079  This results in better performance, especially on slow systems.
39080  On the other hand, the characters might look more fuzzy on screen.
39081  So whether you enable this or not depends on whether you prefer speed over
39082  aesthetics.
39083  Note that the Pixmap Cache is only available and useful under Mac
39084 \begin_inset Space ~
39085 \end_inset
39086
39087 OS and Windows.
39088 \end_layout
39089
39090 \begin_layout Subsection
39091 Screen Fonts
39092 \begin_inset Index
39093 status collapsed
39094
39095 \begin_layout Plain Layout
39096 Font ! Screen
39097 \end_layout
39098
39099 \end_inset
39100
39101
39102 \begin_inset CommandInset label
39103 LatexCommand label
39104 name "sub:Screen-Fonts"
39105
39106 \end_inset
39107
39108
39109 \end_layout
39110
39111 \begin_layout Standard
39112 These fonts are used to display your documents on the screen.
39113 \end_layout
39114
39115 \begin_layout Standard
39116 \begin_inset Note Greyedout
39117 status open
39118
39119 \begin_layout Plain Layout
39120
39121 \series bold
39122 Note:
39123 \series default
39124  This section only deals with the fonts 
39125 \emph on
39126 inside
39127 \emph default
39128  the LyX window.
39129  The fonts that appear on the output are independent from these fonts, and
39130  set in the menu 
39131 \family sans
39132 Document\SpecialChar \menuseparator
39133 Settings\SpecialChar \menuseparator
39134 Fonts
39135 \family default
39136 .
39137 \end_layout
39138
39139 \end_inset
39140
39141
39142 \end_layout
39143
39144 \begin_layout Standard
39145 By default, LyX uses 
39146 \family typewriter
39147 Times
39148 \family default
39149  as roman (serif) font, 
39150 \family typewriter
39151 Arial
39152 \family default
39153  or 
39154 \family typewriter
39155 Helvetica
39156 \family default
39157  (depends on the system) as 
39158 \family sans
39159 sans
39160 \begin_inset Space ~
39161 \end_inset
39162
39163 serif
39164 \family default
39165  font, and 
39166 \family typewriter
39167 Courier
39168 \family default
39169  as 
39170 \family typewriter
39171 typewriter
39172 \family default
39173  font.
39174 \end_layout
39175
39176 \begin_layout Standard
39177 You can change the font size with the 
39178 \family sans
39179 Zoom
39180 \family default
39181  setting.
39182 \end_layout
39183
39184 \begin_layout Standard
39185
39186 \family sans
39187 Screen DPI
39188 \family default
39189  is the screen resolution in dpi (dots per inch).
39190  The Font Sizes are calculated as letter height in units of points.
39191  72
39192 \begin_inset Space \thinspace{}
39193 \end_inset
39194
39195 points have the size of 1
39196 \begin_inset Space \thinspace{}
39197 \end_inset
39198
39199 inch, see Appendix
39200 \begin_inset Space ~
39201 \end_inset
39202
39203
39204 \begin_inset CommandInset ref
39205 LatexCommand ref
39206 reference "cha:Units-available-in"
39207
39208 \end_inset
39209
39210 .
39211 \end_layout
39212
39213 \begin_layout Standard
39214 The default 
39215 \family sans
39216 Font Sizes
39217 \family default
39218  are the same as if a document font size of 10
39219 \begin_inset Formula $\,$
39220 \end_inset
39221
39222 pt would be used.
39223  The sizes are explained in detail in section
39224 \begin_inset Space ~
39225 \end_inset
39226
39227
39228 \begin_inset CommandInset ref
39229 LatexCommand ref
39230 reference "sub:Document-Font"
39231
39232 \end_inset
39233
39234 .
39235 \end_layout
39236
39237 \begin_layout Subsection
39238 Colors
39239 \begin_inset Index
39240 status collapsed
39241
39242 \begin_layout Plain Layout
39243 Color ! LyX screen
39244 \end_layout
39245
39246 \end_inset
39247
39248
39249 \begin_inset Index
39250 status collapsed
39251
39252 \begin_layout Plain Layout
39253 Settings ! Color
39254 \end_layout
39255
39256 \end_inset
39257
39258
39259 \end_layout
39260
39261 \begin_layout Standard
39262 You can here change all colors used by LyX.
39263  Choose an item in the list and use the 
39264 \family sans
39265 Alter
39266 \family default
39267  button.
39268 \end_layout
39269
39270 \begin_layout Subsection
39271 Graphics
39272 \begin_inset Index
39273 status collapsed
39274
39275 \begin_layout Plain Layout
39276 Settings ! Graphics
39277 \end_layout
39278
39279 \end_inset
39280
39281
39282 \end_layout
39283
39284 \begin_layout Standard
39285 Here you can specify how graphics inside LyX are displayed.
39286 \end_layout
39287
39288 \begin_layout Standard
39289
39290 \family sans
39291 Instant Preview
39292 \family default
39293  enables previewing snippets of your document.
39294  This feature is described in section
39295 \begin_inset Space ~
39296 \end_inset
39297
39298
39299 \begin_inset CommandInset ref
39300 LatexCommand ref
39301 reference "sec:Previewing-snippets-of"
39302
39303 \end_inset
39304
39305 .
39306 \end_layout
39307
39308 \begin_layout Subsection
39309 Keyboard Map
39310 \begin_inset Index
39311 status collapsed
39312
39313 \begin_layout Plain Layout
39314 Keyboard Map
39315 \end_layout
39316
39317 \end_inset
39318
39319
39320 \begin_inset Index
39321 status collapsed
39322
39323 \begin_layout Plain Layout
39324 Settings ! Keyboard Map
39325 \end_layout
39326
39327 \end_inset
39328
39329
39330 \begin_inset CommandInset label
39331 LatexCommand label
39332 name "sub:Keyboard-Map"
39333
39334 \end_inset
39335
39336
39337 \end_layout
39338
39339 \begin_layout Standard
39340 Normally keyboard settings have to be done in a menu of your operating system.
39341  For the case that this is not possible, LyX provides keyboard maps.
39342  If you have e.
39343 \begin_inset Space \thinspace{}
39344 \end_inset
39345
39346 g.
39347 \begin_inset Space ~
39348 \end_inset
39349
39350 a Czech keyboard but want to write with it like with a Romanian one, you
39351  can use the keyboard map file named 
39352 \emph on
39353 romanian.kmap
39354 \emph default
39355 .
39356 \end_layout
39357
39358 \begin_layout Standard
39359 \begin_inset Note Greyedout
39360 status open
39361
39362 \begin_layout Plain Layout
39363
39364 \series bold
39365 Note:
39366 \series default
39367  Keyboard maps are only provided as makeshift and don't work on all systems.
39368 \end_layout
39369
39370 \end_inset
39371
39372
39373 \end_layout
39374
39375 \begin_layout Section
39376 Paths
39377 \begin_inset Index
39378 status collapsed
39379
39380 \begin_layout Plain Layout
39381 Paths
39382 \end_layout
39383
39384 \end_inset
39385
39386
39387 \begin_inset Index
39388 status collapsed
39389
39390 \begin_layout Plain Layout
39391 Settings ! Directory
39392 \end_layout
39393
39394 \end_inset
39395
39396
39397 \end_layout
39398
39399 \begin_layout Description
39400 Working
39401 \begin_inset Space ~
39402 \end_inset
39403
39404 directory This is LyX's working directory.
39405  It is the default when you 
39406 \family sans
39407 Open
39408 \family default
39409
39410 \family sans
39411 Save
39412 \family default
39413  or 
39414 \family sans
39415 Save
39416 \begin_inset Space ~
39417 \end_inset
39418
39419 as
39420 \family default
39421  files.
39422 \end_layout
39423
39424 \begin_layout Description
39425 Document
39426 \begin_inset Space ~
39427 \end_inset
39428
39429 templates This directory will be opened when you use the menu 
39430 \family sans
39431 File\SpecialChar \menuseparator
39432 New
39433 \begin_inset Space ~
39434 \end_inset
39435
39436 from
39437 \begin_inset Space ~
39438 \end_inset
39439
39440 Template
39441 \family default
39442 .
39443 \end_layout
39444
39445 \begin_layout Description
39446 Backup
39447 \begin_inset Space ~
39448 \end_inset
39449
39450 directory
39451 \begin_inset Index
39452 status collapsed
39453
39454 \begin_layout Plain Layout
39455 Backup ! Directory
39456 \end_layout
39457
39458 \end_inset
39459
39460  Backup copies will be saved to this directory.
39461  When no directory is given but backups are enabled as described in section
39462 \begin_inset Space ~
39463 \end_inset
39464
39465
39466 \begin_inset CommandInset ref
39467 LatexCommand ref
39468 reference "sub:Backup documents"
39469
39470 \end_inset
39471
39472 , the 
39473 \family sans
39474 Working directory
39475 \family default
39476  will be used to save the backups.
39477 \begin_inset Newline newline
39478 \end_inset
39479
39480 The backup files have the ending 
39481 \begin_inset Quotes eld
39482 \end_inset
39483
39484 .lyx~
39485 \begin_inset Quotes erd
39486 \end_inset
39487
39488 .
39489 \end_layout
39490
39491 \begin_layout Description
39492 Ly
39493 \begin_inset ERT
39494 status collapsed
39495
39496 \begin_layout Plain Layout
39497
39498 {}
39499 \end_layout
39500
39501 \end_inset
39502
39503 XServer-Pipe Here you can enter the name of a Unix-pipe.
39504  This pipe is used to send data from external programs to LyX.
39505 \begin_inset Newline newline
39506 \end_inset
39507
39508
39509 \begin_inset Note Greyedout
39510 status open
39511
39512 \begin_layout Plain Layout
39513
39514 \series bold
39515 Note:
39516 \series default
39517  This feature doesn't work on Windows systems.
39518 \end_layout
39519
39520 \end_inset
39521
39522
39523 \end_layout
39524
39525 \begin_layout Description
39526 Temporary
39527 \begin_inset Space ~
39528 \end_inset
39529
39530 directory Temporary files will be saved in this directory.
39531 \end_layout
39532
39533 \begin_layout Description
39534 PATH
39535 \begin_inset Space ~
39536 \end_inset
39537
39538 prefix This field contains a list of paths to external programs.
39539  When LyX needs to use an external program, it looks in this list where
39540  to find it on the system.
39541  The path list is automatically set up on Windows and Mac systems while
39542  LyX is configured, so that you normally don't have to modify it.
39543  On Unix
39544 \begin_inset Space \thinspace{}
39545 \end_inset
39546
39547 /
39548 \begin_inset Space \thinspace{}
39549 \end_inset
39550
39551 Linux systems, the path list will need to be set only if there are external
39552  programs you wish to use that are not in your normal system path ($PATH).
39553  
39554 \end_layout
39555
39556 \begin_layout Section
39557 Identity
39558 \end_layout
39559
39560 \begin_layout Standard
39561 Here you can insert your name and email address.
39562  The identity will be used when you have enabled change tracking as described
39563  in section
39564 \begin_inset Space ~
39565 \end_inset
39566
39567
39568 \begin_inset CommandInset ref
39569 LatexCommand ref
39570 reference "sec:Change-Tracking"
39571
39572 \end_inset
39573
39574 , to mark changes you make as yours.
39575 \end_layout
39576
39577 \begin_layout Section
39578 Language Settings
39579 \begin_inset Index
39580 status collapsed
39581
39582 \begin_layout Plain Layout
39583 Language ! Settings
39584 \end_layout
39585
39586 \end_inset
39587
39588
39589 \begin_inset Index
39590 status collapsed
39591
39592 \begin_layout Plain Layout
39593 Settings ! Language
39594 \end_layout
39595
39596 \end_inset
39597
39598
39599 \end_layout
39600
39601 \begin_layout Subsection
39602 Language
39603 \end_layout
39604
39605 \begin_layout Description
39606 Default
39607 \begin_inset Space ~
39608 \end_inset
39609
39610 language is the language used in new documents
39611 \end_layout
39612
39613 \begin_layout Description
39614 Language
39615 \begin_inset Space ~
39616 \end_inset
39617
39618 package is a LaTeX-command to load a LaTeX-package that handles language
39619  issues.
39620  The default is the LaTeX-command 
39621 \family sans
39622
39623 \backslash
39624 usepackage{babel}
39625 \family default
39626  that loads the package 
39627 \series bold
39628 babel
39629 \series default
39630 .
39631 \begin_inset Foot
39632 status collapsed
39633
39634 \begin_layout Plain Layout
39635 For an introduction to the LaTeX-Syntax, have a look at section
39636 \begin_inset Space ~
39637 \end_inset
39638
39639
39640 \begin_inset CommandInset ref
39641 LatexCommand ref
39642 reference "sec:ERT"
39643
39644 \end_inset
39645
39646 .
39647 \end_layout
39648
39649 \end_inset
39650
39651
39652 \begin_inset Newline newline
39653 \end_inset
39654
39655 The 
39656 \series bold
39657 babel
39658 \series default
39659  translates in the background automatically text labels of documents to
39660  the document language.
39661  A text label is for instance the word 
39662 \begin_inset Quotes eld
39663 \end_inset
39664
39665 Table
39666 \begin_inset Quotes erd
39667 \end_inset
39668
39669  at the beginning of every table-caption.
39670 \end_layout
39671
39672 \begin_layout Description
39673 Command
39674 \begin_inset Space ~
39675 \end_inset
39676
39677 start When a special LaTeX-package is needed to write in a certain document
39678  language, you can here specify the command to start the package.
39679  An example is the start command 
39680 \family sans
39681
39682 \backslash
39683 begin{arabtext}
39684 \family default
39685  that is needed to write Arabic using the package 
39686 \series bold
39687 ArabTeX
39688 \series default
39689 , see 
39690 \begin_inset CommandInset citation
39691 LatexCommand cite
39692 key "Arabic"
39693
39694 \end_inset
39695
39696 .
39697  The default is the 
39698 \series bold
39699 babel
39700 \series default
39701  command 
39702 \family sans
39703
39704 \backslash
39705 selectlanguage{$$lang}
39706 \family default
39707 .
39708 \end_layout
39709
39710 \begin_layout Description
39711 Command
39712 \begin_inset Space ~
39713 \end_inset
39714
39715 end Counterpart to 
39716 \family sans
39717 Command start
39718 \family default
39719 .
39720  Some packages, like the default, don't have an end command since the start
39721  command toggles the package on and off.
39722 \end_layout
39723
39724 \begin_layout Description
39725 Use
39726 \begin_inset Space ~
39727 \end_inset
39728
39729 babel Whether 
39730 \series bold
39731 babel
39732 \series default
39733  is used or not.
39734 \end_layout
39735
39736 \begin_layout Description
39737 Global When this option is set, the languages used in the document will
39738  be added as options to the document class options, so that they can be
39739  used by all Latex@LaTeX-packages.
39740  Otherwise they will only be used as options for the 
39741 \series bold
39742 babel
39743 \series default
39744  package.
39745 \end_layout
39746
39747 \begin_layout Description
39748 Auto
39749 \begin_inset Space ~
39750 \end_inset
39751
39752 begin When this option is set, the documents starts with the chosen document
39753  language.
39754  When this option is not set, the 
39755 \family sans
39756 Command
39757 \begin_inset Space ~
39758 \end_inset
39759
39760 start
39761 \family default
39762  is explicitly set to the beginning of the document in the LaTeX-output.
39763  This assures that the correct language is used when you use another 
39764 \family sans
39765 Command
39766 \begin_inset Space ~
39767 \end_inset
39768
39769 start
39770 \family default
39771  than the default.
39772 \end_layout
39773
39774 \begin_layout Description
39775 Auto
39776 \begin_inset Space ~
39777 \end_inset
39778
39779 end Counterpart to 
39780 \family sans
39781 Auto
39782 \begin_inset Space ~
39783 \end_inset
39784
39785 begin
39786 \family default
39787 .
39788  When it is not set, the 
39789 \family sans
39790 Command
39791 \begin_inset Space ~
39792 \end_inset
39793
39794 end
39795 \family default
39796  is set to the end of the document.
39797 \end_layout
39798
39799 \begin_layout Description
39800 Mark
39801 \begin_inset Space ~
39802 \end_inset
39803
39804 foreign
39805 \begin_inset Space ~
39806 \end_inset
39807
39808 languages Text marked formatted in a language different from the document
39809  language will be underlined blue.
39810 \end_layout
39811
39812 \begin_layout Description
39813 Right
39814 \begin_inset Space ~
39815 \end_inset
39816
39817 to
39818 \begin_inset Space ~
39819 \end_inset
39820
39821 left
39822 \begin_inset Space ~
39823 \end_inset
39824
39825 language
39826 \begin_inset Space ~
39827 \end_inset
39828
39829 support Enables the use of languages, written from right to left, like Arabic,
39830  Hebrew, Farsi.
39831 \end_layout
39832
39833 \begin_layout Subsection
39834 Spellchecker
39835 \end_layout
39836
39837 \begin_layout Standard
39838 The spellchecker settings are explained in section
39839 \begin_inset Space ~
39840 \end_inset
39841
39842
39843 \begin_inset CommandInset ref
39844 LatexCommand ref
39845 reference "sec:Spellchecking"
39846
39847 \end_inset
39848
39849
39850 \end_layout
39851
39852 \begin_layout Section
39853 Outputs
39854 \end_layout
39855
39856 \begin_layout Subsection
39857 Printer
39858 \begin_inset CommandInset label
39859 LatexCommand label
39860 name "sub:Printer"
39861
39862 \end_inset
39863
39864
39865 \begin_inset Index
39866 status collapsed
39867
39868 \begin_layout Plain Layout
39869 Printer
39870 \end_layout
39871
39872 \end_inset
39873
39874
39875 \begin_inset Index
39876 status collapsed
39877
39878 \begin_layout Plain Layout
39879 Settings ! Printer
39880 \end_layout
39881
39882 \end_inset
39883
39884
39885 \end_layout
39886
39887 \begin_layout Description
39888 Default
39889 \begin_inset Space ~
39890 \end_inset
39891
39892 printer Here you can specify the name of your default printer.
39893  The name will be used when the 
39894 \family sans
39895 Printer command
39896 \family default
39897  is executed.
39898 \begin_inset Newline newline
39899 \end_inset
39900
39901
39902 \begin_inset Note Greyedout
39903 status open
39904
39905 \begin_layout Plain Layout
39906
39907 \series bold
39908 Note:
39909 \series default
39910  You can leave this field empty on Windows systems because it has there
39911  no effect.
39912 \end_layout
39913
39914 \end_inset
39915
39916
39917 \end_layout
39918
39919 \begin_layout Description
39920 Adapt
39921 \begin_inset Space ~
39922 \end_inset
39923
39924 output
39925 \begin_inset Space ~
39926 \end_inset
39927
39928 to
39929 \begin_inset Space ~
39930 \end_inset
39931
39932 printer This option works only for the 
39933 \family sans
39934 Printer command
39935 \family default
39936  
39937 \begin_inset Quotes eld
39938 \end_inset
39939
39940
39941 \family sans
39942 dvips
39943 \family default
39944
39945 \begin_inset Quotes erd
39946 \end_inset
39947
39948 .
39949  It activates a configuration file for dvips.
39950  This is an option only for dvips experts.
39951 \end_layout
39952
39953 \begin_layout Description
39954 Printer
39955 \begin_inset Space ~
39956 \end_inset
39957
39958 command is the command LyX
39959 \begin_inset Space \thinspace{}
39960 \end_inset
39961
39962 /
39963 \begin_inset Space \thinspace{}
39964 \end_inset
39965
39966 LaTeX uses for printing.
39967  The default is on most systems 
39968 \family sans
39969 dvips
39970 \family default
39971 .
39972 \end_layout
39973
39974 \begin_layout Description
39975 Printer
39976 \begin_inset Space ~
39977 \end_inset
39978
39979 Command
39980 \begin_inset Space ~
39981 \end_inset
39982
39983 Options Here you can specify printer options.
39984  A list of printer options with explanations can be found in the documentation
39985  of the program that provides the 
39986 \family sans
39987 Printer command
39988 \family default
39989  you are using.
39990 \end_layout
39991
39992 \begin_layout Subsection
39993 Date Format
39994 \begin_inset Index
39995 status collapsed
39996
39997 \begin_layout Plain Layout
39998 Date Format
39999 \end_layout
40000
40001 \end_inset
40002
40003
40004 \begin_inset Index
40005 status collapsed
40006
40007 \begin_layout Plain Layout
40008 Settings ! Date format
40009 \end_layout
40010
40011 \end_inset
40012
40013
40014 \end_layout
40015
40016 \begin_layout Standard
40017 The date format can be one or a mixture of the formats listed here:
40018 \begin_inset Newline newline
40019 \end_inset
40020
40021
40022 \begin_inset Flex URL
40023 status collapsed
40024
40025 \begin_layout Plain Layout
40026
40027 http://unixhelp.ed.ac.uk/CGI/man-cgi?date
40028 \end_layout
40029
40030 \end_inset
40031
40032
40033 \begin_inset Newline newline
40034 \end_inset
40035
40036 For example the format
40037 \begin_inset Newline newline
40038 \end_inset
40039
40040 %d/%m/%y
40041 \begin_inset Newline newline
40042 \end_inset
40043
40044 prints the date as day/month/year.
40045 \end_layout
40046
40047 \begin_layout Subsection
40048 Plain Text
40049 \end_layout
40050
40051 \begin_layout Description
40052 Output
40053 \begin_inset Space ~
40054 \end_inset
40055
40056 line
40057 \begin_inset Space ~
40058 \end_inset
40059
40060 length sets the maximum number of characters printed in one line when using
40061  the menu 
40062 \family sans
40063 File\SpecialChar \menuseparator
40064 Export\SpecialChar \menuseparator
40065 Plain
40066 \begin_inset Space ~
40067 \end_inset
40068
40069 text
40070 \family default
40071 .
40072  Setting the line line length to 0 means all text is printed in one endless
40073  line.
40074 \end_layout
40075
40076 \begin_layout Description
40077 roff
40078 \begin_inset Space ~
40079 \end_inset
40080
40081 command defines an additional command used to produce better ASCII tables
40082  with the 
40083 \family typewriter
40084 groff/troff/nroff
40085 \family default
40086  UNIX-commands (refer to their manuals for more information about them).
40087  Setting this as empty tells LyX to use the internal formatter.
40088 \end_layout
40089
40090 \begin_layout Subsection
40091 LaT
40092 \begin_inset ERT
40093 status collapsed
40094
40095 \begin_layout Plain Layout
40096
40097 {}
40098 \end_layout
40099
40100 \end_inset
40101
40102 eX
40103 \begin_inset CommandInset label
40104 LatexCommand label
40105 name "sub:LaTeX-settings"
40106
40107 \end_inset
40108
40109
40110 \begin_inset Index
40111 status collapsed
40112
40113 \begin_layout Plain Layout
40114 Settings ! Latex@LaTeX
40115 \end_layout
40116
40117 \end_inset
40118
40119
40120 \end_layout
40121
40122 \begin_layout Description
40123 Te
40124 \begin_inset ERT
40125 status collapsed
40126
40127 \begin_layout Plain Layout
40128
40129 {}
40130 \end_layout
40131
40132 \end_inset
40133
40134 X
40135 \begin_inset Space ~
40136 \end_inset
40137
40138 encoding This is the default encoding of the document font.
40139  
40140 \family sans
40141 T1
40142 \family default
40143  is the default and covers western languages and symbols.
40144  
40145 \family sans
40146 T2A
40147 \family default
40148
40149 \family sans
40150 T2B
40151 \family default
40152
40153 \family sans
40154 T2C
40155 \family default
40156
40157 \family sans
40158 LCY
40159 \family default
40160 , and 
40161 \family sans
40162 X2
40163 \family default
40164  are for Cyrillic.
40165  Combinations of the encodings are possible, like 
40166 \begin_inset Quotes erd
40167 \end_inset
40168
40169
40170 \family sans
40171 T1, T2B
40172 \family default
40173
40174 \begin_inset Quotes erd
40175 \end_inset
40176
40177 .
40178  The font encoding is normally automatically loaded by the language packages
40179  LyX sets up in the background.
40180  So there is no need to change the default encoding.
40181 \end_layout
40182
40183 \begin_layout Description
40184 Default
40185 \begin_inset Space ~
40186 \end_inset
40187
40188 paper
40189 \begin_inset Space ~
40190 \end_inset
40191
40192 size This is the paper size that is used for new documents.
40193  The 
40194 \family sans
40195 Default
40196 \family default
40197  value depends on your LaTeX-system setup.
40198 \end_layout
40199
40200 \begin_layout Description
40201 Reset
40202 \begin_inset Space ~
40203 \end_inset
40204
40205 class
40206 \begin_inset Space ~
40207 \end_inset
40208
40209 options
40210 \begin_inset Space ~
40211 \end_inset
40212
40213 when
40214 \begin_inset Space ~
40215 \end_inset
40216
40217 document
40218 \begin_inset Space ~
40219 \end_inset
40220
40221 classes
40222 \begin_inset Space ~
40223 \end_inset
40224
40225 changes Removes all manually set document class options in the 
40226 \family sans
40227 Document\SpecialChar \menuseparator
40228 Settings
40229 \family default
40230  dialog when changing the document class.
40231 \end_layout
40232
40233 \begin_layout Standard
40234 In the 
40235 \family sans
40236 External Applications
40237 \family default
40238  field you can specify commands with parameters for the listed applications.
40239  Before you change something here, it is strongly recommended to read the
40240  manuals of the applications.
40241  Currently the following commands can be set:
40242 \end_layout
40243
40244 \begin_layout Description
40245 CheckTe
40246 \begin_inset ERT
40247 status collapsed
40248
40249 \begin_layout Plain Layout
40250
40251 {}
40252 \end_layout
40253
40254 \end_inset
40255
40256 X
40257 \begin_inset Space ~
40258 \end_inset
40259
40260 command Command for the program 
40261 \family sans
40262 CheckTeX
40263 \family default
40264  that is described in section 
40265 \emph on
40266 Checking TeX
40267 \emph default
40268  of the 
40269 \emph on
40270 Extended Features
40271 \emph default
40272  manual.
40273 \end_layout
40274
40275 \begin_layout Description
40276 BibTe
40277 \begin_inset ERT
40278 status collapsed
40279
40280 \begin_layout Plain Layout
40281
40282 {}
40283 \end_layout
40284
40285 \end_inset
40286
40287 X
40288 \begin_inset Space ~
40289 \end_inset
40290
40291 command Command for the program 
40292 \family sans
40293 BibTeX
40294 \family default
40295  that generates the bibliography, see section
40296 \begin_inset Space ~
40297 \end_inset
40298
40299
40300 \begin_inset CommandInset ref
40301 LatexCommand ref
40302 reference "sub:Bibliography-databases"
40303
40304 \end_inset
40305
40306 .
40307 \end_layout
40308
40309 \begin_layout Description
40310 Index
40311 \begin_inset Space ~
40312 \end_inset
40313
40314 command Command for the program that generates the index, see section
40315 \begin_inset Space ~
40316 \end_inset
40317
40318
40319 \begin_inset CommandInset ref
40320 LatexCommand ref
40321 reference "sub:Index-Program"
40322
40323 \end_inset
40324
40325 .
40326 \end_layout
40327
40328 \begin_layout Description
40329 DVI
40330 \begin_inset Space ~
40331 \end_inset
40332
40333 viewer
40334 \begin_inset Space ~
40335 \end_inset
40336
40337 paper
40338 \begin_inset Space ~
40339 \end_inset
40340
40341 size
40342 \begin_inset Space ~
40343 \end_inset
40344
40345 options They only have an effect when the program 
40346 \family sans
40347 xdvi
40348 \family default
40349  is used as DVI-viewer.
40350 \end_layout
40351
40352 \begin_layout Subsection
40353 Paths
40354 \begin_inset Index
40355 status collapsed
40356
40357 \begin_layout Plain Layout
40358 Paths
40359 \end_layout
40360
40361 \end_inset
40362
40363
40364 \begin_inset Index
40365 status collapsed
40366
40367 \begin_layout Plain Layout
40368 Settings ! Paths
40369 \end_layout
40370
40371 \end_inset
40372
40373
40374 \end_layout
40375
40376 \begin_layout Standard
40377 The submenu 
40378 \family sans
40379 Paths
40380 \family default
40381  is only available in the Windows version of LyX.
40382  The option 
40383 \family sans
40384 Use Windows-style paths in LaTeX files
40385 \family default
40386  uses the Windows path style:
40387 \end_layout
40388
40389 \begin_layout Standard
40390 C:
40391 \backslash
40392 test
40393 \backslash
40394 hello
40395 \end_layout
40396
40397 \begin_layout Standard
40398 instead of the Unix path style:
40399 \end_layout
40400
40401 \begin_layout Standard
40402 C:/test/hello
40403 \end_layout
40404
40405 \begin_layout Section
40406 Converters
40407 \begin_inset Index
40408 status collapsed
40409
40410 \begin_layout Plain Layout
40411 Converters
40412 \end_layout
40413
40414 \end_inset
40415
40416
40417 \end_layout
40418
40419 \begin_layout Standard
40420 Here you find the list of defined converter commands to convert material
40421  from one format to another.
40422  You can modify them or create new ones.
40423  To modify a converter, select it, change the entry of the field 
40424 \family sans
40425 Converter
40426 \family default
40427  and/or 
40428 \family sans
40429 Extra
40430 \begin_inset Space ~
40431 \end_inset
40432
40433 flag
40434 \family default
40435 , and press the 
40436 \family sans
40437 Modify
40438 \family default
40439  button.
40440  To create a new converter, select an existing one, select a different format
40441  in the 
40442 \family sans
40443 From
40444 \begin_inset Space ~
40445 \end_inset
40446
40447 format
40448 \family default
40449  drop-down list, modify the 
40450 \family sans
40451 Converter
40452 \family default
40453  field, and press the 
40454 \family sans
40455 Add
40456 \family default
40457  button.
40458 \end_layout
40459
40460 \begin_layout Standard
40461 When the 
40462 \family sans
40463 Converter File Cache
40464 \family default
40465  is enabled, conversions will be cached as long as specified in the field
40466  
40467 \family sans
40468 Maximum Age (in days
40469 \family default
40470 ).
40471  This means that images don't need to be converted again when you reopen
40472  a document; the converted images from the cache will be used instead.
40473 \end_layout
40474
40475 \begin_layout Standard
40476 More about converters, like the variables and flags that can be used in
40477  the converter definition, is described in section 
40478 \emph on
40479 Converters
40480 \emph default
40481  of the 
40482 \emph on
40483 Customization
40484 \emph default
40485  manual.
40486 \end_layout
40487
40488 \begin_layout Section
40489 File Formats
40490 \begin_inset Index
40491 status collapsed
40492
40493 \begin_layout Plain Layout
40494 File formats
40495 \end_layout
40496
40497 \end_inset
40498
40499
40500 \begin_inset CommandInset label
40501 LatexCommand label
40502 name "sec:File-Formats"
40503
40504 \end_inset
40505
40506
40507 \end_layout
40508
40509 \begin_layout Standard
40510 Here you find the list of defined file formats that LyX can handle.
40511  You can modify the viewer and editor program that should be used for certain
40512  formats.
40513  To create a new format, select an existing one, change the entry of the
40514  fields 
40515 \family sans
40516 Format
40517 \family default
40518  and 
40519 \family sans
40520 GUI
40521 \begin_inset Space ~
40522 \end_inset
40523
40524 name
40525 \family default
40526 , and press the 
40527 \family sans
40528 Add
40529 \family default
40530  button.
40531 \end_layout
40532
40533 \begin_layout Standard
40534 More about formats, like the options that can be used in the format definition,
40535  is described in section 
40536 \emph on
40537 Formats
40538 \emph default
40539  of the 
40540 \emph on
40541 Customization
40542 \emph default
40543  manual.
40544 \end_layout
40545
40546 \begin_layout Section
40547 Copiers
40548 \begin_inset Index
40549 status collapsed
40550
40551 \begin_layout Plain Layout
40552 Copiers
40553 \end_layout
40554
40555 \end_inset
40556
40557
40558 \end_layout
40559
40560 \begin_layout Standard
40561 Here you find the list of defined copiers.
40562  Since all conversions from one format to another take place in LyX's temporary
40563  directory, it is sometimes necessary to modify a file before copying it
40564  to the temporary directory in order that the conversion may be performed.
40565  This is done by a Copier.
40566 \end_layout
40567
40568 \begin_layout Standard
40569 More about converters is described in section 
40570 \emph on
40571 Copiers
40572 \emph default
40573  of the 
40574 \emph on
40575 Customization
40576 \emph default
40577  manual.
40578 \end_layout
40579
40580 \begin_layout Chapter
40581 Units available in LyX
40582 \begin_inset Index
40583 status collapsed
40584
40585 \begin_layout Plain Layout
40586 Units
40587 \end_layout
40588
40589 \end_inset
40590
40591
40592 \begin_inset CommandInset label
40593 LatexCommand label
40594 name "cha:Units-available-in"
40595
40596 \end_inset
40597
40598
40599 \end_layout
40600
40601 \begin_layout Standard
40602 To understand the units described in this documentation, 
40603 \begin_inset CommandInset ref
40604 LatexCommand ref
40605 reference "cap:Units"
40606
40607 \end_inset
40608
40609  explains all units available in LyX.
40610 \end_layout
40611
40612 \begin_layout Standard
40613 \begin_inset Float table
40614 placement h
40615 wide false
40616 sideways false
40617 status open
40618
40619 \begin_layout Plain Layout
40620 \begin_inset Caption
40621
40622 \begin_layout Plain Layout
40623 \begin_inset CommandInset label
40624 LatexCommand label
40625 name "cap:Units"
40626
40627 \end_inset
40628
40629 Units
40630 \end_layout
40631
40632 \end_inset
40633
40634
40635 \end_layout
40636
40637 \begin_layout Plain Layout
40638 \begin_inset VSpace medskip
40639 \end_inset
40640
40641
40642 \end_layout
40643
40644 \begin_layout Plain Layout
40645 \align center
40646 \begin_inset Tabular
40647 <lyxtabular version="3" rows="20" columns="2">
40648 <features>
40649 <column alignment="center" valignment="top" width="0">
40650 <column alignment="center" valignment="top" width="0">
40651 <row>
40652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40653 \begin_inset Text
40654
40655 \begin_layout Plain Layout
40656 unit
40657 \end_layout
40658
40659 \end_inset
40660 </cell>
40661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40662 \begin_inset Text
40663
40664 \begin_layout Plain Layout
40665 name/description
40666 \end_layout
40667
40668 \end_inset
40669 </cell>
40670 </row>
40671 <row>
40672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40673 \begin_inset Text
40674
40675 \begin_layout Plain Layout
40676 mm
40677 \end_layout
40678
40679 \end_inset
40680 </cell>
40681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40682 \begin_inset Text
40683
40684 \begin_layout Plain Layout
40685 millimeter
40686 \end_layout
40687
40688 \end_inset
40689 </cell>
40690 </row>
40691 <row>
40692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40693 \begin_inset Text
40694
40695 \begin_layout Plain Layout
40696 cm
40697 \end_layout
40698
40699 \end_inset
40700 </cell>
40701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40702 \begin_inset Text
40703
40704 \begin_layout Plain Layout
40705 centimeter
40706 \end_layout
40707
40708 \end_inset
40709 </cell>
40710 </row>
40711 <row>
40712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40713 \begin_inset Text
40714
40715 \begin_layout Plain Layout
40716 in
40717 \end_layout
40718
40719 \end_inset
40720 </cell>
40721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40722 \begin_inset Text
40723
40724 \begin_layout Plain Layout
40725 inch
40726 \end_layout
40727
40728 \end_inset
40729 </cell>
40730 </row>
40731 <row>
40732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40733 \begin_inset Text
40734
40735 \begin_layout Plain Layout
40736 pt
40737 \end_layout
40738
40739 \end_inset
40740 </cell>
40741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40742 \begin_inset Text
40743
40744 \begin_layout Plain Layout
40745 point (72.27
40746 \begin_inset Space \thinspace{}
40747 \end_inset
40748
40749 pt = 1
40750 \begin_inset Space \thinspace{}
40751 \end_inset
40752
40753 in)
40754 \end_layout
40755
40756 \end_inset
40757 </cell>
40758 </row>
40759 <row>
40760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40761 \begin_inset Text
40762
40763 \begin_layout Plain Layout
40764 pc
40765 \end_layout
40766
40767 \end_inset
40768 </cell>
40769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40770 \begin_inset Text
40771
40772 \begin_layout Plain Layout
40773 pica (1
40774 \begin_inset Space \thinspace{}
40775 \end_inset
40776
40777 pc = 12
40778 \begin_inset Space \thinspace{}
40779 \end_inset
40780
40781 pt)
40782 \end_layout
40783
40784 \end_inset
40785 </cell>
40786 </row>
40787 <row>
40788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40789 \begin_inset Text
40790
40791 \begin_layout Plain Layout
40792 sp
40793 \end_layout
40794
40795 \end_inset
40796 </cell>
40797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40798 \begin_inset Text
40799
40800 \begin_layout Plain Layout
40801 scaled point (65536
40802 \begin_inset Space \thinspace{}
40803 \end_inset
40804
40805 sp = 1
40806 \begin_inset Space \thinspace{}
40807 \end_inset
40808
40809 pt)
40810 \end_layout
40811
40812 \end_inset
40813 </cell>
40814 </row>
40815 <row>
40816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40817 \begin_inset Text
40818
40819 \begin_layout Plain Layout
40820 bp
40821 \end_layout
40822
40823 \end_inset
40824 </cell>
40825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40826 \begin_inset Text
40827
40828 \begin_layout Plain Layout
40829 big point (72
40830 \begin_inset Space \thinspace{}
40831 \end_inset
40832
40833 bp = 1
40834 \begin_inset Space \thinspace{}
40835 \end_inset
40836
40837 in)
40838 \end_layout
40839
40840 \end_inset
40841 </cell>
40842 </row>
40843 <row>
40844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40845 \begin_inset Text
40846
40847 \begin_layout Plain Layout
40848 dd
40849 \end_layout
40850
40851 \end_inset
40852 </cell>
40853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40854 \begin_inset Text
40855
40856 \begin_layout Plain Layout
40857 didot (72
40858 \begin_inset Space \thinspace{}
40859 \end_inset
40860
40861 dd 
40862 \begin_inset Formula $\approx$
40863 \end_inset
40864
40865  37.6
40866 \begin_inset Space \thinspace{}
40867 \end_inset
40868
40869 mm)
40870 \end_layout
40871
40872 \end_inset
40873 </cell>
40874 </row>
40875 <row>
40876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40877 \begin_inset Text
40878
40879 \begin_layout Plain Layout
40880 cc
40881 \end_layout
40882
40883 \end_inset
40884 </cell>
40885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40886 \begin_inset Text
40887
40888 \begin_layout Plain Layout
40889 cicero (1
40890 \begin_inset Space \thinspace{}
40891 \end_inset
40892
40893 cc = 12
40894 \begin_inset Space \thinspace{}
40895 \end_inset
40896
40897 dd)
40898 \end_layout
40899
40900 \end_inset
40901 </cell>
40902 </row>
40903 <row>
40904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40905 \begin_inset Text
40906
40907 \begin_layout Plain Layout
40908 Scale%
40909 \end_layout
40910
40911 \end_inset
40912 </cell>
40913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40914 \begin_inset Text
40915
40916 \begin_layout Plain Layout
40917 % of original image width
40918 \end_layout
40919
40920 \end_inset
40921 </cell>
40922 </row>
40923 <row>
40924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40925 \begin_inset Text
40926
40927 \begin_layout Plain Layout
40928 text%
40929 \end_layout
40930
40931 \end_inset
40932 </cell>
40933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40934 \begin_inset Text
40935
40936 \begin_layout Plain Layout
40937 % of text width
40938 \end_layout
40939
40940 \end_inset
40941 </cell>
40942 </row>
40943 <row>
40944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40945 \begin_inset Text
40946
40947 \begin_layout Plain Layout
40948 col%
40949 \end_layout
40950
40951 \end_inset
40952 </cell>
40953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40954 \begin_inset Text
40955
40956 \begin_layout Plain Layout
40957 % of column width
40958 \end_layout
40959
40960 \end_inset
40961 </cell>
40962 </row>
40963 <row>
40964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40965 \begin_inset Text
40966
40967 \begin_layout Plain Layout
40968 page%
40969 \end_layout
40970
40971 \end_inset
40972 </cell>
40973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40974 \begin_inset Text
40975
40976 \begin_layout Plain Layout
40977 % of paper width
40978 \end_layout
40979
40980 \end_inset
40981 </cell>
40982 </row>
40983 <row>
40984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40985 \begin_inset Text
40986
40987 \begin_layout Plain Layout
40988 line%
40989 \end_layout
40990
40991 \end_inset
40992 </cell>
40993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40994 \begin_inset Text
40995
40996 \begin_layout Plain Layout
40997 % of line width
40998 \end_layout
40999
41000 \end_inset
41001 </cell>
41002 </row>
41003 <row>
41004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41005 \begin_inset Text
41006
41007 \begin_layout Plain Layout
41008 theight%
41009 \end_layout
41010
41011 \end_inset
41012 </cell>
41013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41014 \begin_inset Text
41015
41016 \begin_layout Plain Layout
41017 % of text height
41018 \end_layout
41019
41020 \end_inset
41021 </cell>
41022 </row>
41023 <row>
41024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41025 \begin_inset Text
41026
41027 \begin_layout Plain Layout
41028 pheight%
41029 \end_layout
41030
41031 \end_inset
41032 </cell>
41033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41034 \begin_inset Text
41035
41036 \begin_layout Plain Layout
41037 % of paper height
41038 \end_layout
41039
41040 \end_inset
41041 </cell>
41042 </row>
41043 <row>
41044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41045 \begin_inset Text
41046
41047 \begin_layout Plain Layout
41048 ex
41049 \end_layout
41050
41051 \end_inset
41052 </cell>
41053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41054 \begin_inset Text
41055
41056 \begin_layout Plain Layout
41057 height of letter 
41058 \emph on
41059 x
41060 \emph default
41061  in current font
41062 \end_layout
41063
41064 \end_inset
41065 </cell>
41066 </row>
41067 <row>
41068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41069 \begin_inset Text
41070
41071 \begin_layout Plain Layout
41072 em
41073 \end_layout
41074
41075 \end_inset
41076 </cell>
41077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41078 \begin_inset Text
41079
41080 \begin_layout Plain Layout
41081 width of letter 
41082 \emph on
41083 M
41084 \emph default
41085  in current font
41086 \end_layout
41087
41088 \end_inset
41089 </cell>
41090 </row>
41091 <row>
41092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41093 \begin_inset Text
41094
41095 \begin_layout Plain Layout
41096 mu
41097 \end_layout
41098
41099 \end_inset
41100 </cell>
41101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
41102 \begin_inset Text
41103
41104 \begin_layout Plain Layout
41105 math unit (1
41106 \begin_inset Space \thinspace{}
41107 \end_inset
41108
41109 mu = 1/18
41110 \begin_inset Space \thinspace{}
41111 \end_inset
41112
41113 em)
41114 \end_layout
41115
41116 \end_inset
41117 </cell>
41118 </row>
41119 </lyxtabular>
41120
41121 \end_inset
41122
41123
41124 \end_layout
41125
41126 \end_inset
41127
41128
41129 \end_layout
41130
41131 \begin_layout Chapter
41132 Credits
41133 \begin_inset CommandInset label
41134 LatexCommand label
41135 name "cha:Credits"
41136
41137 \end_inset
41138
41139
41140 \end_layout
41141
41142 \begin_layout Standard
41143 The documentation is a collaborative effort between many different people
41144  (and we would encourage people to contribute!).
41145 \end_layout
41146
41147 \begin_layout Itemize
41148
41149 \noun on
41150 Alejandro Aguilar Sierra
41151 \end_layout
41152
41153 \begin_layout Itemize
41154
41155 \noun on
41156 Amir Karger
41157 \end_layout
41158
41159 \begin_layout Itemize
41160
41161 \noun on
41162 David Johnson
41163 \end_layout
41164
41165 \begin_layout Itemize
41166
41167 \noun on
41168 Hartmut Haase
41169 \end_layout
41170
41171 \begin_layout Itemize
41172
41173 \noun on
41174 Ignacio García
41175 \end_layout
41176
41177 \begin_layout Itemize
41178
41179 \noun on
41180 Ivan Schreter
41181 \end_layout
41182
41183 \begin_layout Itemize
41184
41185 \noun on
41186 John Raithel
41187 \end_layout
41188
41189 \begin_layout Itemize
41190
41191 \noun on
41192 John Weiss
41193 \end_layout
41194
41195 \begin_layout Itemize
41196
41197 \noun on
41198 Lars Gullik Bjønnes
41199 \end_layout
41200
41201 \begin_layout Itemize
41202
41203 \noun on
41204 Matthias Ettrich
41205 \end_layout
41206
41207 \begin_layout Itemize
41208
41209 \noun on
41210 Matthias Zenker
41211 \end_layout
41212
41213 \begin_layout Itemize
41214
41215 \noun on
41216 Rich Fields
41217 \end_layout
41218
41219 \begin_layout Itemize
41220
41221 \noun on
41222 Pascal André
41223 \end_layout
41224
41225 \begin_layout Itemize
41226
41227 \noun on
41228 Paul Evans
41229 \end_layout
41230
41231 \begin_layout Itemize
41232
41233 \noun on
41234 Paul Russel
41235 \end_layout
41236
41237 \begin_layout Itemize
41238
41239 \noun on
41240 Robin Socha
41241 \end_layout
41242
41243 \begin_layout Itemize
41244
41245 \noun on
41246 Uwe Stöhr
41247 \end_layout
41248
41249 \begin_layout Itemize
41250 The LyX Team: 
41251 \begin_inset CommandInset citation
41252 LatexCommand cite
41253 key "lyxcredit"
41254
41255 \end_inset
41256
41257
41258 \end_layout
41259
41260 \begin_layout Standard
41261 \begin_inset Newpage newpage
41262 \end_inset
41263
41264 The bibliography on the following page was created with the 
41265 \family sans
41266 Bibliography
41267 \family default
41268  environment.
41269 \end_layout
41270
41271 \begin_layout Bibliography
41272 \begin_inset CommandInset bibitem
41273 LatexCommand bibitem
41274 label "Credits"
41275 key "lyxcredit"
41276
41277 \end_inset
41278
41279 The LyX Team: 
41280 \begin_inset CommandInset href
41281 LatexCommand href
41282 name "Credits"
41283 target "http://www.lyx.org/trac/browser/lyx-devel/trunk/lib/CREDITS"
41284
41285 \end_inset
41286
41287 :
41288 \begin_inset Newline newline
41289 \end_inset
41290
41291
41292 \begin_inset Flex URL
41293 status collapsed
41294
41295 \begin_layout Plain Layout
41296
41297 http://www.lyx.org/trac/browser/lyx-devel/trunk/lib/CREDITS
41298 \end_layout
41299
41300 \end_inset
41301
41302
41303 \end_layout
41304
41305 \begin_layout Bibliography
41306 \begin_inset CommandInset bibitem
41307 LatexCommand bibitem
41308 key "latexcompanion"
41309
41310 \end_inset
41311
41312 Frank Mittelbach and Michel Goossens: 
41313 \emph on
41314 The LaTeX Companion Second Edition.
41315
41316 \emph default
41317  Addison-Wesley, 2004
41318 \end_layout
41319
41320 \begin_layout Bibliography
41321 \begin_inset CommandInset bibitem
41322 LatexCommand bibitem
41323 key "latexguide"
41324
41325 \end_inset
41326
41327 Helmut Kopka and Patrick W.
41328  Daly: 
41329 \emph on
41330 A Guide to LaTeX Fourth Edition.
41331
41332 \emph default
41333  Addison-Wesley, 2003
41334 \end_layout
41335
41336 \begin_layout Bibliography
41337 \begin_inset CommandInset bibitem
41338 LatexCommand bibitem
41339 key "latexbook"
41340
41341 \end_inset
41342
41343 Leslie Lamport: 
41344 \emph on
41345 LaTeX: A Document Preparation System.
41346
41347 \emph default
41348  Addison-Wesley, second edition, 1994
41349 \end_layout
41350
41351 \begin_layout Bibliography
41352 \begin_inset CommandInset bibitem
41353 LatexCommand bibitem
41354 key "texbook"
41355
41356 \end_inset
41357
41358 Donald E.
41359  Knuth.
41360  
41361 \emph on
41362 The TeXbook.
41363
41364 \emph default
41365  Addison-Wesley, 1984
41366 \end_layout
41367
41368 \begin_layout Bibliography
41369 \begin_inset CommandInset bibitem
41370 LatexCommand bibitem
41371 key "TeXCatalogue"
41372
41373 \end_inset
41374
41375 The TeX Catalogue:
41376 \begin_inset Newline newline
41377 \end_inset
41378
41379
41380 \begin_inset Flex URL
41381 status collapsed
41382
41383 \begin_layout Plain Layout
41384
41385 http://www.ctan.org/tex-archive/help/Catalogue/bytopic.html
41386 \end_layout
41387
41388 \end_inset
41389
41390
41391 \end_layout
41392
41393 \begin_layout Bibliography
41394 \begin_inset CommandInset bibitem
41395 LatexCommand bibitem
41396 key "LaTeXFAQ"
41397
41398 \end_inset
41399
41400 The LaTeX FAQ:
41401 \begin_inset Newline newline
41402 \end_inset
41403
41404
41405 \begin_inset Flex URL
41406 status collapsed
41407
41408 \begin_layout Plain Layout
41409
41410 http://www.tex.ac.uk/cgi-bin/texfaq2html
41411 \end_layout
41412
41413 \end_inset
41414
41415
41416 \end_layout
41417
41418 \begin_layout Bibliography
41419 \begin_inset CommandInset bibitem
41420 LatexCommand bibitem
41421 key "makeindex"
41422
41423 \end_inset
41424
41425
41426 \begin_inset CommandInset href
41427 LatexCommand href
41428 name "Documentation"
41429 target "http://tug.ctan.org/indexing/makeindex/doc/manpages.dvi"
41430
41431 \end_inset
41432
41433  of the program 
41434 \family sans
41435 makeindex
41436 \family default
41437 :
41438 \begin_inset Newline newline
41439 \end_inset
41440
41441
41442 \begin_inset Flex URL
41443 status collapsed
41444
41445 \begin_layout Plain Layout
41446
41447 http://tug.ctan.org/indexing/makeindex/doc/manpages.dvi
41448 \end_layout
41449
41450 \end_inset
41451
41452
41453 \end_layout
41454
41455 \begin_layout Bibliography
41456 \begin_inset CommandInset bibitem
41457 LatexCommand bibitem
41458 key "caption"
41459
41460 \end_inset
41461
41462
41463 \begin_inset CommandInset href
41464 LatexCommand href
41465 name "Documentation"
41466 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
41467
41468 \end_inset
41469
41470  of the LaTeX-package 
41471 \series bold
41472 caption
41473 \series default
41474
41475 \begin_inset Index
41476 status collapsed
41477
41478 \begin_layout Plain Layout
41479 Latex@LaTeX-packages ! caption
41480 \end_layout
41481
41482 \end_inset
41483
41484 :
41485 \begin_inset Newline newline
41486 \end_inset
41487
41488
41489 \begin_inset Flex URL
41490 status collapsed
41491
41492 \begin_layout Plain Layout
41493
41494 ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf
41495 \end_layout
41496
41497 \end_inset
41498
41499
41500 \end_layout
41501
41502 \begin_layout Bibliography
41503 \begin_inset CommandInset bibitem
41504 LatexCommand bibitem
41505 key "fancyhdr"
41506
41507 \end_inset
41508
41509
41510 \begin_inset CommandInset href
41511 LatexCommand href
41512 name "Documentation"
41513 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/fancyhdr/fancyhdr.pdf"
41514
41515 \end_inset
41516
41517  of the LaTeX-package 
41518 \series bold
41519 fancyhdr
41520 \series default
41521
41522 \begin_inset Index
41523 status collapsed
41524
41525 \begin_layout Plain Layout
41526 Latex@LaTeX-packages ! fancyhdr
41527 \end_layout
41528
41529 \end_inset
41530
41531 :
41532 \begin_inset Newline newline
41533 \end_inset
41534
41535
41536 \begin_inset Flex URL
41537 status collapsed
41538
41539 \begin_layout Plain Layout
41540
41541 ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/fancyhdr/fancyhdr.pdf
41542 \end_layout
41543
41544 \end_inset
41545
41546
41547 \end_layout
41548
41549 \begin_layout Bibliography
41550 \begin_inset CommandInset bibitem
41551 LatexCommand bibitem
41552 key "nomencl"
41553
41554 \end_inset
41555
41556
41557 \begin_inset CommandInset href
41558 LatexCommand href
41559 name "Documentation"
41560 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/nomencl/nomencl.pdf"
41561
41562 \end_inset
41563
41564  of the LaTeX-package 
41565 \series bold
41566 nomencl
41567 \series default
41568
41569 \begin_inset Index
41570 status collapsed
41571
41572 \begin_layout Plain Layout
41573 Latex@LaTeX-packages ! nomencl
41574 \end_layout
41575
41576 \end_inset
41577
41578 :
41579 \begin_inset Newline newline
41580 \end_inset
41581
41582
41583 \begin_inset Flex URL
41584 status collapsed
41585
41586 \begin_layout Plain Layout
41587
41588 ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/nomencl/nomencl.pdf
41589 \end_layout
41590
41591 \end_inset
41592
41593
41594 \end_layout
41595
41596 \begin_layout Bibliography
41597 \begin_inset CommandInset bibitem
41598 LatexCommand bibitem
41599 key "tipa"
41600
41601 \end_inset
41602
41603
41604 \begin_inset CommandInset href
41605 LatexCommand href
41606 name "Documentation"
41607 target "http://www.ctan.org/tex-archive/fonts/tipa/tipaman.pdf"
41608
41609 \end_inset
41610
41611  of the LaTeX-package 
41612 \series bold
41613 tipa
41614 \series default
41615
41616 \begin_inset Index
41617 status collapsed
41618
41619 \begin_layout Plain Layout
41620 Latex@LaTeX-packages ! tipa
41621 \end_layout
41622
41623 \end_inset
41624
41625 :
41626 \begin_inset Newline newline
41627 \end_inset
41628
41629
41630 \begin_inset Flex URL
41631 status collapsed
41632
41633 \begin_layout Plain Layout
41634
41635 http://www.ctan.org/tex-archive/fonts/tipa/tipaman.pdf
41636 \end_layout
41637
41638 \end_inset
41639
41640
41641 \end_layout
41642
41643 \begin_layout Bibliography
41644 \begin_inset CommandInset bibitem
41645 LatexCommand bibitem
41646 key "wrapfig"
41647
41648 \end_inset
41649
41650
41651 \begin_inset CommandInset href
41652 LatexCommand href
41653 name "Documentation"
41654 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
41655
41656 \end_inset
41657
41658  of the LaTeX-package 
41659 \series bold
41660 wrapfig
41661 \series default
41662
41663 \begin_inset Index
41664 status collapsed
41665
41666 \begin_layout Plain Layout
41667 Latex@LaTeX-packages ! wrapfig
41668 \end_layout
41669
41670 \end_inset
41671
41672 :
41673 \begin_inset Newline newline
41674 \end_inset
41675
41676
41677 \begin_inset Flex URL
41678 status collapsed
41679
41680 \begin_layout Plain Layout
41681
41682 ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty
41683 \end_layout
41684
41685 \end_inset
41686
41687
41688 \end_layout
41689
41690 \begin_layout Bibliography
41691 \begin_inset CommandInset bibitem
41692 LatexCommand bibitem
41693 key "XeTeX"
41694
41695 \end_inset
41696
41697
41698 \begin_inset CommandInset href
41699 LatexCommand href
41700 name "Wiki-page"
41701 target "http://wiki.lyx.org/LyX/XeTeX"
41702
41703 \end_inset
41704
41705  how to use LyX with XeTeX:
41706 \begin_inset Newline newline
41707 \end_inset
41708
41709
41710 \begin_inset Flex URL
41711 status collapsed
41712
41713 \begin_layout Plain Layout
41714
41715 http://wiki.lyx.org/LyX/XeTeX
41716 \end_layout
41717
41718 \end_inset
41719
41720
41721 \end_layout
41722
41723 \begin_layout Bibliography
41724 \begin_inset CommandInset bibitem
41725 LatexCommand bibitem
41726 key "Arabic"
41727
41728 \end_inset
41729
41730
41731 \begin_inset CommandInset href
41732 LatexCommand href
41733 name "Wiki-page"
41734 target "http://wiki.lyx.org/Windows/Arabic"
41735
41736 \end_inset
41737
41738  how to set up LyX for Arabic:
41739 \begin_inset Newline newline
41740 \end_inset
41741
41742
41743 \begin_inset Flex URL
41744 status collapsed
41745
41746 \begin_layout Plain Layout
41747
41748 http://wiki.lyx.org/Windows/Arabic
41749 \end_layout
41750
41751 \end_inset
41752
41753
41754 \end_layout
41755
41756 \begin_layout Bibliography
41757 \begin_inset CommandInset bibitem
41758 LatexCommand bibitem
41759 key "Armenian"
41760
41761 \end_inset
41762
41763
41764 \begin_inset CommandInset href
41765 LatexCommand href
41766 name "Wiki-page"
41767 target "http://wiki.lyx.org/Windows/Armenian"
41768
41769 \end_inset
41770
41771  how to set up LyX for Armenian:
41772 \begin_inset Newline newline
41773 \end_inset
41774
41775
41776 \begin_inset Flex URL
41777 status collapsed
41778
41779 \begin_layout Plain Layout
41780
41781 http://wiki.lyx.org/Windows/Armenian
41782 \end_layout
41783
41784 \end_inset
41785
41786
41787 \end_layout
41788
41789 \begin_layout Bibliography
41790 \begin_inset CommandInset bibitem
41791 LatexCommand bibitem
41792 key "Farsi"
41793
41794 \end_inset
41795
41796
41797 \begin_inset CommandInset href
41798 LatexCommand href
41799 name "Wiki-page"
41800 target "http://wiki.lyx.org/Windows/Farsi"
41801
41802 \end_inset
41803
41804  how to set up LyX for Farsi:
41805 \begin_inset Newline newline
41806 \end_inset
41807
41808
41809 \begin_inset Flex URL
41810 status collapsed
41811
41812 \begin_layout Plain Layout
41813
41814 http://wiki.lyx.org/Windows/Farsi
41815 \end_layout
41816
41817 \end_inset
41818
41819
41820 \end_layout
41821
41822 \begin_layout Bibliography
41823 \begin_inset CommandInset bibitem
41824 LatexCommand bibitem
41825 key "Hebrew"
41826
41827 \end_inset
41828
41829
41830 \begin_inset CommandInset href
41831 LatexCommand href
41832 name "Wiki-page"
41833 target "http://wiki.lyx.org/Windows/Hebrew"
41834
41835 \end_inset
41836
41837  how to set up LyX for Hebrew:
41838 \begin_inset Newline newline
41839 \end_inset
41840
41841
41842 \begin_inset Flex URL
41843 status collapsed
41844
41845 \begin_layout Plain Layout
41846
41847 http://wiki.lyx.org/Windows/Hebrew
41848 \end_layout
41849
41850 \end_inset
41851
41852
41853 \end_layout
41854
41855 \begin_layout Bibliography
41856 \begin_inset CommandInset bibitem
41857 LatexCommand bibitem
41858 key "Japanese"
41859
41860 \end_inset
41861
41862
41863 \begin_inset CommandInset href
41864 LatexCommand href
41865 name "Wiki-page"
41866 target "http://wiki.lyx.org/Windows/Japanese"
41867
41868 \end_inset
41869
41870  how to set up LyX for Japanese:
41871 \begin_inset Newline newline
41872 \end_inset
41873
41874
41875 \begin_inset Flex URL
41876 status collapsed
41877
41878 \begin_layout Plain Layout
41879
41880 http://wiki.lyx.org/Windows/Japanese
41881 \end_layout
41882
41883 \end_inset
41884
41885
41886 \end_layout
41887
41888 \begin_layout Bibliography
41889 \begin_inset CommandInset bibitem
41890 LatexCommand bibitem
41891 key "Vietnamese"
41892
41893 \end_inset
41894
41895
41896 \begin_inset CommandInset href
41897 LatexCommand href
41898 name "Wiki-page"
41899 target "http://wiki.lyx.org/Windows/Vietnamese"
41900
41901 \end_inset
41902
41903  how to set up LyX for Vietnamese:
41904 \begin_inset Newline newline
41905 \end_inset
41906
41907
41908 \begin_inset Flex URL
41909 status collapsed
41910
41911 \begin_layout Plain Layout
41912
41913 http://wiki.lyx.org/Windows/Vietnamese
41914 \end_layout
41915
41916 \end_inset
41917
41918
41919 \end_layout
41920
41921 \begin_layout Bibliography
41922 \begin_inset CommandInset bibitem
41923 LatexCommand bibitem
41924 key "LyX-func"
41925
41926 \end_inset
41927
41928
41929 \begin_inset CommandInset href
41930 LatexCommand href
41931 name "Wiki-page"
41932 target "http://wiki.lyx.org/LyX/LyxFunctionList"
41933
41934 \end_inset
41935
41936  with a list of all available LyX-functions:
41937 \begin_inset Newline newline
41938 \end_inset
41939
41940
41941 \begin_inset Flex URL
41942 status collapsed
41943
41944 \begin_layout Plain Layout
41945
41946 http://wiki.lyx.org/LyX/LyxFunctionList
41947 \end_layout
41948
41949 \end_inset
41950
41951
41952 \end_layout
41953
41954 \begin_layout Standard
41955 \begin_inset Newpage newpage
41956 \end_inset
41957
41958
41959 \begin_inset ERT
41960 status collapsed
41961
41962 \begin_layout Plain Layout
41963
41964
41965 \backslash
41966 let
41967 \backslash
41968 mybibname
41969 \backslash
41970 bibname
41971 \end_layout
41972
41973 \begin_layout Plain Layout
41974
41975
41976 \backslash
41977 renewcommand{
41978 \backslash
41979 bibname}{
41980 \backslash
41981 mybibname
41982 \backslash
41983 ; 2}
41984 \end_layout
41985
41986 \end_inset
41987
41988
41989 \begin_inset Note Note
41990 status collapsed
41991
41992 \begin_layout Plain Layout
41993 The command 
41994 \series bold
41995
41996 \backslash
41997 bibname
41998 \series default
41999  is the name of the bibliography in the current document language.
42000  It is redefined here with the number 2 at the end to state that the following
42001  bibliography is the second one:
42002 \end_layout
42003
42004 \end_inset
42005
42006
42007 \end_layout
42008
42009 \begin_layout Standard
42010 \begin_inset CommandInset bibtex
42011 LatexCommand bibtex
42012 bibfiles "biblio/LyXDocs.bib"
42013 options "biblio/alphadin"
42014
42015 \end_inset
42016
42017
42018 \end_layout
42019
42020 \begin_layout Standard
42021 The above bibliography is created from a BibTeX-database.
42022 \end_layout
42023
42024 \begin_layout Standard
42025
42026 \series bold
42027 \begin_inset CommandInset nomencl_print
42028 LatexCommand printnomenclature
42029
42030 \end_inset
42031
42032
42033 \begin_inset CommandInset index_print
42034 LatexCommand printindex
42035
42036 \end_inset
42037
42038
42039 \end_layout
42040
42041 \end_body
42042 \end_document